

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1644004142467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/delta/components/bitrix/news.detail/page_designers/style.css?16440041406560*/
.bc-container {
	height: 0;
}
.bc-container #breadcrumbs {
	position: absolute;
    margin: 55px 0 100px;
    z-index: 1;
}
.main-page {
	position: relative;
	margin-bottom: 170px;
}
.main-page .main-image {
	width: 48%;
	height: 630px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
.main-page h1 {
	margin-top: 190px;
	margin-bottom: 35px;
	padding-right: 30px;
}
.main-page .main-descr {
	font-size: 18px;
	line-height: 25px;
	padding-right: 190px;
	margin-bottom: 25px;
}
.main-page .main-title {
	font-size: 122px;
	font-weight: 900;
    line-height: 182px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: transparent;
	-webkit-text-stroke: 1px #E1E1E1;
	text-stroke: 1px #E1E1E1;
	white-space: nowrap;
}
.adv-page {
	margin-bottom: 90px;
}
.adv-page h2 {
	margin-bottom: 65px;
}
.adv-page .adv-item {
	height: 100%;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	padding: 55px 65px 100px;
	position: relative;
}
.adv-page .col-md-3:nth-child(-n+4) .adv-item {
	border-top: 1px solid #D5D5D5;
}
.adv-page .col-md-3:nth-child(4n+1) .adv-item {
	border-left: 1px solid #D5D5D5;
}
.adv-page .adv-item h4 {
	font-size: 18px;
	color: #F64923;
	margin-bottom: 12px;
}
.adv-page .adv-item .adv-descr {
	font-size: 16px;
	line-height: 22px;
	color: #494B4E;
}
.adv-page .adv-item ul {
	list-style: disc;
	padding-left: 12px;
	margin-bottom: 0;
}
.adv-page .adv-item .adv-num {
	font-size: 16px;
	line-height: 22px;
	color: #D1CFDC;
	position: absolute;
	right: 50px;
    bottom: 50px;
}
.slider-page {
	margin-bottom: 115px;
	overflow: hidden;
}
.slider-page .slider-block {
	position: relative;
}
.slider-page .arrow {
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	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;
	z-index: 1;
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.slider-page .arrow-left {
	left: -30px;
}
.slider-page .arrow-right {
	right: -30px;
	-webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.slider-page .arrow:hover {
	background: #F64923;
}
.slider-page .arrow svg {
	width: 30px;
	height: 15px;
	stroke: #757575;
	stroke-width: 1.5;
}
.slider-page .arrow:hover svg {
	stroke: #fff;
}
.slider-page .slider {
	margin-right: -999px;
}
.slider-page .slide-item {
	padding-right: 25px;
	opacity: 1;
	-webkit-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s;
}
.slider-page .slide-item:not(.slick-active) {
	opacity: .5;
	-webkit-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s;
}
.slider-page .slide-item .image {
	width: 706px;
	height: 470px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 1441px) and (max-width: 1500px) {
	.slider-page .slider-block {
		margin: 0 15px;
	}
	.slider-page .slider {
	    margin-right: 0;
	}
}
@media (max-width: 1440px) {
	.bc-container #breadcrumbs {
		margin: 25px 0;
	}
	.main-page {
		margin: 50px 0 105px;
	}
	.main-page .main-image {
		width: 44%;
		height: 415px;
	}
	.main-page h1 {
		margin-top: 70px;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.main-page .main-descr {
		font-size: 14px;
		line-height: 19px;
		padding-right: 70px;
		margin-bottom: 55px;
	}
	.main-page .main-title {
		font-size: 94px;
		line-height: 100px;
	}
	.adv-page {
		margin-bottom: 75px;
	}
	.adv-page h2 {
	    margin-bottom: 35px;
	}
	.adv-page .adv-item {
		padding: 40px 30px 55px 40px;
	}
	.adv-page .adv-item h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.adv-page .adv-item .adv-descr {
	    font-size: 14px;
	    line-height: 18px;
	}
	.adv-page .adv-item .adv-num {
		font-size: 14px;
		right: 25px;
		bottom: 25px;
	}
	.slider-page {
	    margin-bottom: 85px;
	}
	.slider-page .arrow {
		width: 47px;
		height: 47px;
	}
	.slider-page .arrow-left {
	    left: -25px;
	}
	.slider-page .arrow-right {
		right: -25px;
	}
	.slider-page .arrow svg {
		height: 10px;
	}
	.slider-page .slide-item {
	    padding-right: 15px;
	}
	.slider-page .slide-item .image {
		width: 470px;
		height: 315px;
	}
}
@media (min-width: 992px) and (max-width: 1440px) {
	.main-page h1,
	.adv-page h2 {
		font-size: 30px;
	}
}
@media (min-width: 767px) and (max-width: 1007px) {
	.slider-page .slider-block {
	    margin: 0 10px;
	}
	.slider-page .slider {
		margin-right: 0;
	}
	.slick-active + .slick-active {
		opacity: .5;
		-webkit-transition: opacity .8s;
		-o-transition: opacity .8s;
		transition: opacity .8s;
	}
}
@media (max-width: 991px) {
	.main-page .main-image {
		height: 380px;
	}
}
@media (max-width: 767px) {
	.main-page h1,
	.adv-page h2,
	.slider-page h2 {
		font-size: 19px;
	}
	.main-page {
	    margin: 45px 0 50px;
	}
	.main-page h1 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.main-page .main-descr {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.main-page .main-mob-image {
		padding-top: 66%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.adv-page {
	    margin-bottom: 50px;
	}
	.adv-page h2 {
		margin-bottom: 0;
	}
	.adv-page .adv-item {
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
		padding: 25px 0;
	}
	.adv-page .adv-item h4 {
		font-size: 16px;
	}
	.adv-page .adv-item .adv-descr {
		line-height: 21px;
	}
	.adv-page .adv-item .adv-num {
		font-size: 13px;
		right: 0px;
		bottom: 10px;
	}
	.slider-page {
	    margin-bottom: 50px;
	}
	.slider-page .block-title {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		margin-bottom: 30px;
	}
	.slider-page .slider-icon {
		width: 27px;
		height: 26px;
		background: url('/images/slider-icon.svg') center/auto no-repeat;
		margin-top: 6px;
	}
	.slider-page .arrow {
		display: none;
	}
	.slider-page .slider {
		margin: 0 -10px;
	}
	.slider-page .slide-item {
	    padding: 0 10px;
	}
	.slider-page .slide-item .image {
		width: 100%;
		height: auto;
		padding-top: 67%;
	}
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1644004142467 */
/* /bitrix/templates/delta/components/bitrix/news.detail/page_designers/style.css?16440041406560 */
