

/* Start:/local/components/imperium/main/templates/.default/style.css?176578373422058*/
.main {
	overflow: hidden;
	width: 100%;
	padding-top: 0;
}

.main__popular {
	margin-bottom: 140px;
}

.main__popular-title {
	top: 90px;
	z-index: 1;
}
.container__printing {
	max-width: 1570px !important;
	margin: 0 auto;
	padding:0 15px;
}
.container__printing .blog__preview-title__bg {
	position: absolute;
	top: -40px;
	left: 0px;
	font-size: 200px;
	line-height: 0.19;
	font-family: "Cormorant", serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.03em;
	color: #fff;
	opacity: 0.05 !important;
	white-space: nowrap;
}
@media (max-width:568px) {
	.container__printing .blog__preview-title__bg {
		top: 0px;
		left: 0px;
		font-size: 150px;
	  }
	.main__popular {
		padding-top: 116px;
	}
}
@media (min-width: 991px) and (max-width: 1744px) {
	.container__printing {
	  padding: 0 15px 0 87px;
	}
}
.main__popular-loop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.main__popular-loop.ready-visible {
	opacity: 1;
}

.main__popular__item {
	position: relative;
}

.main__popular__item:after {
	content: "";
	position: absolute;
	height: 12px;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	display: block;
	z-index: 2;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.h2maindescription {
	font-family: Cormorant;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.8px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.main_page_description {
	padding-bottom:140px;
}
.main_page_description p {
	margin-bottom: 20px;
}

.main__popular__item-img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center left;
	object-position: center left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.main__popular__item-img.is-darken {
	-webkit-transition: -webkit-filter 200ms cubic-bezier(0.22, -0.19, 0, 0.98);
	transition: -webkit-filter 200ms cubic-bezier(0.22, -0.19, 0, 0.98);
	-o-transition: filter 200ms cubic-bezier(0.22, -0.19, 0, 0.98);
	transition: filter 200ms cubic-bezier(0.22, -0.19, 0, 0.98);
	transition: filter 200ms cubic-bezier(0.22, -0.19, 0, 0.98), -webkit-filter 200ms cubic-bezier(0.22, -0.19, 0, 0.98);
}

.main__popular__item-img.is-switch {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.main__popular__item-title {
	position: relative;
	z-index: 1;
	padding: 30px;
	background: rgba(242, 242, 242, 0.8);
	display: inline-block;
}

.main__popular__item-title h3 {
	font-family: "Cormorant Infant", serif;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #052E4C;
	-webkit-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
	letter-spacing: normal;
}

.main__popular__item-title h3 b {
	font-weight: 700;
}

.main__best {
	margin-bottom: 130px;
}

.main__best-title {
	margin-bottom: 25px;
}

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

.main__catalog {
	position: relative;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 250px;
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
}

.main__catalog:after,
.main__catalog:before {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
	max-width: 100%;
	height: auto;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.main__catalog:before {
	background: #052E4C;
}
.main__catalog::after {
	margin-left: -16px;
	background: #208993;
	transform: scaleY(1);
}
.main__catalog .container {
	background: #208993;
}
.main__catalog.ready-blue:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.main__catalog>.container {
	margin: 0;
}

.main__catalog-content {
	position: relative;
	background: #208993;
	padding: 135px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #208993), to(#208993)) no-repeat;
	background: -o-linear-gradient(top, #208993 0, #208993 100%) no-repeat;
	background: linear-gradient(to bottom, #208993 0, #208993 100%) no-repeat;
	background-size: 100% 0;
	-webkit-transition: background-size 1.5s;
	-o-transition: background-size 1.5s;
	transition: background-size 1.5s;
}

.main__catalog-content:after,
.main__catalog-content:before {
	content: "";
	position: absolute;
	width: 36px;
	display: block;
	top: 0;
	bottom: 0;
	z-index: 0;
	height: auto;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.main__catalog-content:before {
	left: -36px;
	/*background: #208993;*/
	background: #052E4C;
}
.main__catalog-content .main-title {
	padding-left:20px;
}
.main__catalog-content.ready-blue {
	background-size: 100% 100%;
}

.main__catalog-content.ready-blue:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.main__catalog-bigtitle.background-title {
	top: 112px;
	left:245px;
	color:#fff;
	opacity:0.2;
}
@media (max-width:1320px) {
  .main__catalog-bigtitle.background-title {
    top: 112px;
    left:190px;
    color:#fff;
    opacity:0.2;
  }
}
.main__catalog-title {
	color: #FFF;
	margin-bottom: 30px;
}

.main__catalog__service {
	position: relative;
	display: block;
	width: 100%;
	height: 490px;
	overflow: hidden;
}

.main__catalog__service-img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	object-position: center bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	-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;
}

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

.main__catalog__service-info {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(242, 242, 242, 0.8);
	padding:40px;
	height: 155px;
}
.main__catalog__service-info.rightinfo {
	left: 0px;
	right: 0px;
	top: 0px;
}
.main__catalog__service-title {
	margin-bottom: 8px;
	text-transform: uppercase;
}
.main__catalog__service-title h3 {
	color: #052E4C;
	font-size: 25px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-transform: uppercase; 
}
.main__catalog__service-title h4 {
	letter-spacing: 0;
}

.main__catalog__service-text {
	font-size: 16px;
	color:#052E4C !important;
	max-width: 388px;
}

.main__catalog__category {
	color: #052E4C;
	padding: 40px 32px 52px 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C7F1EF), to(#C7F1EF)) no-repeat;
	background: -o-linear-gradient(top, #C7F1EF 0, #C7F1EF 100%) no-repeat;
	background: linear-gradient(to bottom, #C7F1EF 0, #C7F1EF 100%) no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size 1.5s;
	-o-transition: background-size 1.5s;
	transition: background-size 1.5s;
}

.main__catalog__category.ready-beige {
	background-size: 100% 100%;
}

.main__catalog__category-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(25% - 20px);
	flex: 0 0 calc(25% - 20px);
	margin-right: 20px;
}

.main__catalog__category:last-child {
	margin-right: 0;
}

.main__catalog__category-img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.main__catalog__category-title {
	font-family: inherit;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 8px;
}

.main__catalog__category-price {
	font-style: italic;
}

.main__catalog__calc {
	background: #2EA1AC;
	height: 100%;
	padding: 40px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2EA1AC), to(#2EA1AC)) no-repeat;
	background: -o-linear-gradient(top, #2EA1AC 0, #2EA1AC 100%) no-repeat;
	background: linear-gradient(to bottom, #2EA1AC 0, #2EA1AC 100%) no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size 1.5s;
	-o-transition: background-size 1.5s;
	transition: background-size 1.5s;
}

.main__catalog__calc.ready-green {
	background-size: 100% 100%;
}

.main__catalog__calc-title {
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: normal;
	margin-bottom: 8px;
}

.main__catalog__calc-text {
	margin-bottom: 24px;
}

.main__services {
	margin-bottom: 130px;
}

.main__services>.container {
	position: relative;
}

.main__services-bigtitle {
	color: #87bcd617;
	left: 0px;
	top: -35px;
}

.main__services-title {
	margin-bottom: 30px;
}

.main__services__slider {
	margin-bottom: 65px;
}

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

.main__services__slider-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main__services__slider-img {
	overflow: hidden;
	margin-bottom: 32px;
}

.main__services__slider-img img {
	width: 100%;
	display: block;
	-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;
}

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

.main__services__slider-title {
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: auto;
}

.main__services__slider-text {
	margin-top: 12px;
}

.main__services__callback {
	text-align: center;
}

.main__services__callback-title {
	margin-bottom: 16px;
}

.main__promo {
	margin-bottom: 150px;
}

.main__promo-content {
	background: #F2F6F7;
	padding-top: 80px;
	position: relative;
}
.main__promo__slider_arrows span {
	color: #052E4C !important;
}
.main__promo__slider_arrows .main__promo__slider-fraction {
	color: #052E4C !important;
}
.main__promo-bigtitle {
	color: #87bcd617;
	top: -90px;
	left: -50px;
}

.main__promo__slider {
	position: relative;
}

.main__promo__slider .swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main__promo__slider-img {
	display: block;
	max-width: 100%;
	position: relative;
	z-index: 2;
}

.main__promo__slider-title {
	background: #208993;
	color: #FFF;
	text-transform: uppercase;
	padding: 32px 40px 32px 32px;
	position: relative;
}

.main__promo__slider-title h2 {
	letter-spacing: normal;
}

.main__promo__slider-date {
	color: #FFF;
	padding: 8px;
	background: #B84C74;
	position: absolute;
	top: 40px;
	z-index: 2;
}

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

.main__promo__slider-bullets {
	position: absolute;
	top: -24px;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main__promo__offer {
	padding-bottom: 50px;
}

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

.main__promo__offer-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 16px;
}

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

.main__promo__offer-icon {
	font-size: 27px;
	margin: 0 27px 0 0;
}



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

	.main__popular:after,
	.main__popular:before {
		content: "";
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: auto;
		max-width: 100%;
		height: auto;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: -webkit-transform 1.5s;
		transition: -webkit-transform 1.5s;
		-o-transition: transform 1.5s;
		transition: transform 1.5s;
		transition: transform 1.5s, -webkit-transform 1.5s;
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
	}

	.main__popular.ready-green:before {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main__popular.ready-blue:after {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main__popular:before {
		background: #208993;
	}

	/*.main__popular:after {
		background: #2EA1AC;
	}*/

	.main__popular:after {
		background: #052E4C;
	}
	.main__popular>.container {
		margin: 0;
	}

	.main__popular-content {
		padding: 190px 0 0;
		position: relative;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #208993), to(#208993)) no-repeat;
		background: -o-linear-gradient(top, #208993 0, #208993 100%) no-repeat;
		background: linear-gradient(to bottom, #208993 0, #208993 100%) no-repeat;
		background-size: 100% 0;
		-webkit-transition: background-size 1.5s;
		-o-transition: background-size 1.5s;
		transition: background-size 1.5s;
	}

	.main__popular-content:after,
	.main__popular-content:before {
		content: "";
		position: absolute;
		width: 36px;
		display: block;
		top: 0;
		bottom: 0;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: -webkit-transform 1.5s;
		transition: -webkit-transform 1.5s;
		-o-transition: transform 1.5s;
		transition: transform 1.5s;
		transition: transform 1.5s, -webkit-transform 1.5s;
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
	}

	.main__popular-content:before {
		left: -36px;
		background: #208993;
	}

	.main__popular-content:after {
		right: -36px;
		/*background: #2EA1AC;*/
		background: #052E4C;
	}

	.main__popular-content.ready-green {
		background-size: 100% 100%;
	}

	.main__popular-content.ready-green:before {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main__popular-content.ready-blue:after {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main__popular-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main__popular-column:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 616px;
		flex: 0 0 616px;
		width: 616px;
	}

	.main__popular-column:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 504px;
		flex: 0 0 504px;
		width: 504px;
	}

	.main__popular__item:hover:after {
		background: #417A82;
	}

	.main__popular__item.is-darken:hover .main__popular__item-title h3 {
		color: #FFF;
	}

	.main__popular__item.is-darken:hover .main__popular__item-img {
		-webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-200deg) saturate(380%) contrast(1.4);
		filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-200deg) saturate(380%) contrast(1.4);
	}

	.main__popular__item.is-switch:hover .main__popular__item-title.is-darken h3 {
		color: #FFF;
	}

	.main__popular__item.is-switch:hover .main__popular__item-img {
		opacity: 1;
	}

	.main__popular__item.is-gallery .main__popular__item-img {
		opacity: 0;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}

	.main__popular__item.is-gallery .main__popular__item-img:first-child {
		opacity: 1 !important;
	}

	.main__popular__item.is-gallery .main__popular__item-img.is-active {
		opacity: 1;
	}

	.main__popular__item.is-medium {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 100%;
		height: 240px;
	}

	.main__popular__item.is-mini {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		width: 50%;
		height: 240px;
	}

	.main__popular__item.is-big {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 100%;
		height: 480px;
	}

	.main__promo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top:80px;
	}

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

	.main__promo>.container-sm {
		margin: 0;
		position: relative;
	}

	.main__promo>.container-sm:after {
		content: "";
		position: absolute;
		width: 16px;
		display: block;
		top: 0;
		bottom: 0;
	}

	.main__promo>.container-sm:after {
		right: 0;
		background: #F2F6F7;
	}
}


@media (max-width: 990.98px) {
	.main_page_description {
		padding-bottom:80px;
	}
	.main__catalog.ready-blue::before {
		display: none !important;
	}
	.main__services {
		margin-bottom:80px !important;
	}
	.main__popular {
		background: #417A82;
		padding-top: 100px;
		position: relative;
		width: 100%;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.main__popular:after {
		content: "";
		background: #052E4C;
		height: 48px;
		width: 100%;
		display: block;
	}
    .main__popular-title{
        top: 36px;
        left: 23%;
    }
	.bx-chrome .main__popular-title {
		left: 57%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.main__popular-loop {
		display: block;
	}

	.main__popular__item {
		display: block;
		height: 300px;
	}

	.main__popular__item:active:after {
		background: #417A82;
	}

	.main__popular__item-title {
		padding: 24px 88px 24px 24px;
		display: block;
		width: 100%;
	}

	.main__popular__item-title h3 {
		font-size: 22px;
	}

	.main__best {
		margin-bottom: 50px;
	}

	.main__best__slider .swiper-slide {
		width: 224px;
	}

	.main__catalog {
		padding-top: 40px;
		margin-bottom: 50px;
	}

	.main__catalog-content {
		padding-top: 50px;
	}

	.main__catalog-bigtitle.background-title {
		top: 15px;
		font-size: 120px !important;
		left:80px !important;
	}

	.main__catalog__service {
		height: 200px;
	}

	.main__catalog__service-info {
		left: 20px;
		right: 20px;
		bottom: 30px;
	}

	.main__catalog__service-text {
		display: none;
	}

	.main__catalog__category {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 10px 20px;
		height: auto;
	}

	.main__catalog__category-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 8px);
		flex: 0 0 calc(50% - 8px);
		margin-right: 16px;
		margin-bottom: 24px;
	}

	.main__catalog__category-item:nth-child(even) {
		margin-right: 0;
	}

	.main__catalog__calc {
		height: auto;
		padding: 30px 10px 40px;
		text-align: center;
	}

	.main__services {
		margin-bottom: 50px;
	}

	.main__services-bigtitle {
		right: 0;
		top: 8px;
	}

	.main__services__slider .swiper-slide {
		width: 248px;
	}

	.main__services__slider-item {
		height: auto;
		margin-bottom: 25px;
	}

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

	.main__promo {
		background: #F2F6F7;
		margin-bottom: 50px;
		padding-top:80px !important;
	}

	.main__promo-content {
		padding-top: 0px;
	}

	.main__promo-bigtitle {
		top: -70px;
		left: auto;
		right: 20px;
		display: inline-block;
	}

	.main__promo__offer {
		padding: 0 20px;
		margin-bottom: 40px;
	}
}


@media (min-width: 991px) and (max-width: 1289.98px) {
	.main__popular__item-title {
		padding: 35px 25px;
	}
	.main__popular-column:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
	}

	.main__popular-column:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}

	.main__popular__item.is-medium {
		height: 180px;
	}

	.main__popular__item.is-mini {
		height: 180px;
	}

	.main__popular__item.is-big {
		height: 360px;
	}


	.main__catalog__category {
		padding: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main__catalog__calc {
		padding: 15px;
	}

	.main__promo-bigtitle {
		left: 32px;
	}

	.main__promo__slider-title {
		padding: 32px 8px 30px 20px;
	}



	.main__promo__offer {
		padding-bottom: 20px;
	}

	.main__promo__offer-title h3 {
		font-size: 40px;
	}
}
@media (max-width:990px) {
	.background-title-special {
		font-size: 130px !important;
		height: auto !important;
		width: auto;
		top:20px !important;
	}
}

@media (max-width:487px) {
	.background-title-special {
		font-size: 130px !important;
		top:-20px !important;
    left:40px !important;
	}
}
@media (max-width:375px) {
	.background-title-special {
    font-size: 100px !important;
    left:20px !important;
	}
}
@media (max-width: 575.98px) {
	.main_page_description .brands-title {
		font-size: 30px !important;
		line-height: 130% !important;
	}
	.main__catalog-content:after {
		right: -36px;
		background: #208993;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}
	.main__catalog-bigtitle.background-title {
		top: 15px;
		font-size: 120px !important;
		left:20px !important;
	}
	/*.main__catalog-loop {
		margin: 0 -20px;
	}*/

	.main__catalog__service {
		z-index: 1;
	}

	.main__catalog__category {
		position: relative;
		z-index: 1;
	}

	.main__catalog__calc {
		position: relative;
		z-index: 1;
	}

	.main__promo__slider {
		margin: 0 -8px;
	}


}
@media (max-width: 430px) {
.main__catalog-bigtitle.background-title {
	top: 15px;
	font-size: 100px !important;
	left:0px !important;
}
.main__popular-title {
	font-size:78px !important;
}
}

@media (max-width: 414px) {
.mainslider__wrap  {
	min-height: 365px !important;
}
}
/* 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/mainSlider/style.css?17422843142990*/
.main__welcome-item {
	width: 100%;
	height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10vh;
	overflow: hidden;
}

.main__welcome picture {
	position: absolute;
	top: -200px;
	left: 100%;
	right: -200px;
	bottom: -200px;
	z-index: 0;
	-webkit-transition: left 2s,
		top 2s,
		right 2s,
		bottom 2s;
	-o-transition: left 2s,
		top 2s,
		right 2s,
		bottom 2s;
	transition: left 2s,
		top 2s,
		right 2s,
		bottom 2s;
}

.main__welcome.is-ready picture {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.main__welcome-img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
	height: 100%;
	width: 100%;
	position: absolute;
}

.main__welcome-content {
	position: relative;
	z-index: 1;
}

.main__welcome-title *,
.main__welcome-title{
	font-family: "Cormorant Infant", serif;
	font-weight: 300;
	font-size: 78px;
	line-height: 1;
	text-transform: uppercase;
}

.main__welcome-title * b,
.main__welcome-title b{
	font-weight: 600;
	font-style: italic;
}

.main__welcome-text {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 50px;
}

.main__welcome__slider-nav {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 5;
}
.slider__navigation {
	font-weight: bold !important;
}
.main__welcome-text {
	max-width: 600px;
	padding: 25px 25px 25px 0;
	margin-top: 40px;
	font-weight: 500;
}
.mainslider__wrap {
	background: rgba(242, 242, 242, 0.8);
	padding: 46px 46px;
	/*padding: 76px;*/
}
.btn-slider {

}
.btn-slider {
	background: #B84C74;
	border:1px solid #B84C74 !important;
	color: #FFF;
	font-size: 13px;
	line-height: 1.3;
	padding: 11.5px 24px;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.3s, border-color 0.3s, color;
	-o-transition: background 0.3s, border-color 0.3s, color;
	transition: background 0.3s, border-color 0.3s, color;
	text-transform: uppercase;
	border: 1px solid transparent;
  }
  .btn-slider:hover {
	background: #FFF;
	color: #B84C74;
  }
  

	.main__welcome-text {
		margin-bottom: 10px !important;
		margin-top:20px !important;
	}

@media (max-width: 990.98px) {
	.main__welcome-item {
		padding: 50px 0 110px;
		height: auto;
		min-height: calc(100vh - 97px);
	}

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

	.main__welcome-text {
		margin-bottom: 30px;
		margin-top:30px;
	}

	.main__welcome-text br {
		display: none;
	}

	.main__welcome__slider-nav {
		bottom: 20px;
	}

	/*.main__welcome__slider-prev,
	.main__welcome__slider-next {
		display: none;
	}*/

	/*.main__welcome__slider-fraction {
		display: none;
	}*/
	.slider__navigation-bullets {
		display:none !important;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/popular/style.css?1742284314150*/
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;
}

/* 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/services_main/style.css?17422843141008*/
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;
}
.btn-service {
	font-size: 13px;
	width: 280px;
	line-height: 1.3;
	padding: 11.5px 24px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	transition: background 0.3s, border-color 0.3s, color;
	text-transform: uppercase;
	border: 2px solid #C94373;
	background: #C94373;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	margin-top:40px;
}
.btn-service:hover {
	background: #fff;
	color: #C94373;
}
.main__services__callback-title {
	font-size:18px;
}
.fraction_services {
	display: none;
}
.main__services-title  {
	position: relative;
}
@media (max-width:990px) {
	.fraction_services {
		display: block;
	}
	.main__services-title .fraction_services {
		position: absolute;
		width: 125px !important;
		top: 10px;
		right:0;
	}
}
@media (max-width:990px) {
	.btn-service {
		width: 240px !important;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/cooperation/style.css?17422843144277*/
.cooperation-item {
	height: 590px;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}

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

.cooperation-img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	object-position: center bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	-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;
}
/*.cooperation-content {
	position: relative;
	z-index: 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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 0 122px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}*/
.cooperation_1 .cooperation-item {
	position: relative;
}
.cooperation_1 .cooperation-item .cooperation-content {
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 210px;
	width: 100%;
	padding: 20px 34px;
	background: rgba(255, 255, 255, 0.7);
	transition: background 0.3s;
	text-align: left !important;
}

.cooperation-content:hover {
	background: rgba(255, 255, 255, 0.8);
}
.cooperation_2 .cooperation-item .cooperation-content {
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 210px;
	width: 100%;
	padding: 20px 34px;
	background: rgba(255, 255, 255, 0.7);
	transition: background 0.3s;
	text-align: left !important;
}
.cooperation-title {
	line-height: 0.95;
	margin-bottom: 24px;
	letter-spacing: normal;
	text-transform: uppercase;
	color:#052E4C !important;
	letter-spacing: 0.8px !important;
}

.cooperation-text {
	margin-bottom: 40px;
	display:none !important;
}



.btn-coop {
	font-size: 13px;
	line-height: 1.3;
	padding: 11.5px 24px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	transition: background 0.3s, border-color 0.3s, color;
	text-transform: uppercase;
	border: 2px solid #C94373; 
	background: #FFF; 
	color: #C94373; 
	font-weight: 400;
	text-transform: uppercase;
  }
  .btn-coop:hover {
	background: #C94373; 
	color: #fff;

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

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

	/*.cooperation:after {
		background: #2EA1AC;
	}*/

	.cooperation:after {
		background: #052E4C;
		margin-left:-20px !important;
	}

	.cooperation>.container-md {
		margin: 0;
		position: relative;
	}

	.cooperation>.container-md:after {
		content: "";
		position: absolute;
		width: 16px;
		display: block;
		top: 0;
		bottom: 0;
	}

	.cooperation>.container-md:after {
		right: 0;
		background: #052E4C;
	}

}

 @media (max-width: 990.98px) {
	.cooperation_1 .cooperation-item .cooperation-content {
		height: 150px;
		padding: 15px 34px;
	}
	.cooperation_2 .cooperation-item .cooperation-content {
		height: 150px;
		padding: 15px 34px;
	}
	.cooperation-content h2 {
		margin-bottom: 12px !important;
	}

 	.cooperation>.container-md {
		padding: 0;
	}

	.cooperation:after {
		content: "";
		background: #052E4C;
		height: 48px;
		width: 100%;
		display: block;
	}

	.cooperation-item {
		height: 400px;
	}

	.cooperation-content {
		padding: 0 30px;
	}
}

@media (min-width: 991px) and (max-width: 1289.98px) {
	.cooperation-content {
		padding: 0 40px;
	}
}
@media (max-width:568px) {
	.cooperation-content h2 {
		margin-bottom: 8px !important;
		font-size:28px !important;
	}
	.cooperation_1 .cooperation-item .cooperation-content {
		height: 150px;
		padding: 15px 15px;
	}
	.cooperation_2 .cooperation-item .cooperation-content {
		height: 150px;
		padding: 15px 15px;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/main_promo/style.css?17422843141305*/
.main__promo__offer-title .h2 {
	font-size: 52px;
}
.container-sm-special {
	position: relative;
}
.main_promo_header_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.main_promo_header_wrap .portfolioheadr_wrap_right {
	padding-top: 10px !important;
}
.container-sm-special .background-title-special {
	position: absolute;
	height: 200px;
  top: 75px;
  left: 180px;
	z-index: 9;
	font-size: 280px;
	line-height: 0.19;
	font-family: "Cormorant", serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: #052E4C;
	opacity: 0.05 !important;
	white-space: nowrap;
  }
  .main-promo-title {
  font-family: Cormorant;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.8px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  text-transform: uppercase;
  }
  @media (max-width:991px) {
	.main__promo__offer-title .h2 {
		font-size: 38px;
	}
	.main__promo__offer-title {
		margin-bottom:20px !important;
	}
	.main__promo__offer {
		padding-left:0px !important;
		padding-right: 0px !important;
	}
	.main__promo .container-sm-special {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
  }
  @media (max-width:568px) {
  .main__promo__offer-title h3 {
	height: 140px !important;
  }
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/advantages/style.css?17422843141568*/
.advantages {
	margin-bottom: 150px;
}

.advantages-title {
	margin-bottom: 30px;
}
.advantages-title h2 {
	text-transform: uppercase !important;
	font-size: 40px !important;
    letter-spacing: 0.8px !important;
}
.advantages-title h2 br {
	display: none !important;
}


.advantages-title--link {
	font-size: 20px;
	text-transform: uppercase;
}

.advantages-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	border: 1px solid #417A82;
	padding: 60px 95px 40px;
	position: relative;
}

.advantages-content::before {
	content: "";
	top: 8px;
	bottom: 8px;
	left: 9px;
	right: 9px;
	position: absolute;
	border: 1px solid #417A82;
}

.advantages-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.advantages-icon {
	margin-bottom: 24px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantages-icon i {
	display: block;
}

@media (max-width: 990.98px) {
	.advantages {
		margin-bottom: 60px;
	}

	.advantages-title--link {
		text-align: center;
		margin-top: 50px;
		display: block;
	}

	.advantages-content {
		display: block;
		padding: 46px 48px 56px;
		text-align: left;
	}

	.advantages-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 32px;
	}

	.advantages-item:first-child {
		margin-top: 0;
	}

	.advantages-icon {
		margin-bottom: 0;
		margin-right: 24px;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/portfolio/style.css?17422843142106*/
.portfolio {
	background: #2EA1AC;
	padding-top: 100px;
	margin-bottom: 80px;
	position: relative;
}
.portfolio h2 {
	text-transform: uppercase !important;
	letter-spacing: 0.8px !important;
	font-size: 40px !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;
	height: 370px;
	object-fit: cover;
}

.portfolio__slider-img video {
	height: 370px;
	object-fit: cover;
	width: 100%;
}

.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;
}
#portfoliofraction {
	font-weight: bold !important;
}
#portfoliofraction span {
	font-weight: bold !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;
	}

	.portfolio__slider-img img {
		height: 230px;
	}

	.portfolio__slider-img video {
		height: 230px;
	}
	.portfolio__slider-navigation {
		padding-top:20px;
	}
}



@media (max-width:568px) {
.portfolioheadr_wrap {
	display: flex;
	align-items: start;
	flex-direction: column;
}
.portfolioheadr_wrap_right {
	padding-top: 20px;
}
}
@media (max-width:414px) {
	.portfolio__slider-img {
		display: flex;
		justify-content: center;
	}
	.portfolio__slider-img img {
		height: 280px;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/brands/style.css?17720986481204*/
.brands {
	margin-bottom: 150px;
}

.brands-title {
	margin-bottom: 30px;
	font-family: Cormorant;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.8px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.brands__loop {
	margin-bottom: 32px;
}

.brands__loop-img {
	display: block;
}

.brands__reviews {
	text-align: center;
}

.brands__reviews-title {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
    font-size: 18px;
}
}

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

элемент {
}
.btn-coop:hover {
  background: #C94373;

  color: #fff;

}
.brands__read {
  font-size: 13px;
  width: 280px;
  line-height: 1.3;
  padding: 11.5px 24px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  transition: background 0.3s, border-color 0.3s, color;
  text-transform: uppercase;
  border: 2px solid #C94373;
  background: #FFF;
  color: #C94373;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.brands__read:hover {
	background: #C94373;
	color: #fff;
}
@media (max-width:990px) {
	.brands {
		margin-bottom: 80px;
	}
}
/* End */


/* Start:/local/templates/Forward/components/bitrix/news.list/blog_preview_printing/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/components/imperium/main/templates/.default/style.css?176578373422058 */
/* /local/templates/Forward/components/bitrix/system.pagenavigation/.default/style.css?17422843141299 */
/* /local/templates/Forward/components/bitrix/news.list/mainSlider/style.css?17422843142990 */
/* /local/templates/Forward/components/bitrix/news.list/popular/style.css?1742284314150 */
/* /local/components/imperium/interest/templates/.default/style.min.css?174228431222693 */
/* /local/templates/Forward/components/bitrix/news.list/services_main/style.css?17422843141008 */
/* /local/templates/Forward/components/bitrix/news.list/cooperation/style.css?17422843144277 */
/* /local/templates/Forward/components/bitrix/news.list/main_promo/style.css?17422843141305 */
/* /local/templates/Forward/components/bitrix/news.list/advantages/style.css?17422843141568 */
/* /local/templates/Forward/components/bitrix/news.list/portfolio/style.css?17422843142106 */
/* /local/templates/Forward/components/bitrix/news.list/brands/style.css?17720986481204 */
/* /local/templates/Forward/components/bitrix/news.list/blog_preview_printing/style.css?17422843141241 */
