

/* Start:/local/templates/picaso/components/bitrix/news.detail/printersmanual/style.css?17514612281261*/
.supportLinks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.supportLink{
	text-align: center;
	flex:0  1 440px; 
	margin: 0 27px;
	background-color: white;
	position: relative;
	padding: 45px 20px; 
	font-weight: 700;
	color: black;
	text-decoration: none;
	font-size: 24px;


}
.supportLink::after{
	position: absolute;
	display: block;
	width: 100%;
	height: 6px;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #4d26ca;

}

.supportLink__image{
	display: inline-block;
	width: 90px;
	height: 90px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.supportLink__image_manual{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/printersmanual/images/manual.png);
}
.supportLink__image_program{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/printersmanual/images/program.png);
}
.supportLink__text{
	display: inline-block;
}
.supportLink:hover,
.supportLink.active{
	color: white;
	background: #4d26ca;
}
.supportLink:hover .supportLink__image_manual,
.supportLink.active .supportLink__image_manual{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/printersmanual/images/manualhov.png);
}
.supportLink:hover .supportLink__image_program,
.supportLink.active .supportLink__image_program{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/printersmanual/images/programhov.png);
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/news.list/manuals/style.css?17514612283257*/
.manuals{
	margin-top: 60px;
	margin-bottom: 40px;
}
.manuals__title{
	font-weight: 500;
	font-size: 50px;
	color: black;
	margin-bottom: 70px;
}


.manualNew{
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 37px;
	background-color: white;
	box-shadow: 0px 10px 47.5px 2.5px rgba(174, 166, 202, 0.5);
	padding: 40px 75px 30px 51px;
}




.manualNew::after{
	content: '';
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #4d26ca;
}

.manualNew__icon{
	flex: none;
	display: block;
	width: 115px;
	height: 115px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 50px;
	align-self: center;
}
.manualNew__body{
	flex: 1;
	margin-right: 40px;
}
.manualNew__info{
	flex: none;
	display: block;
	width: 250px;
	max-width: 100%;
	text-align: center;
	
}



.manualNew__icon.manual_video{
	background-image: url(/local/templates/picaso/components/bitrix/news.list/manuals/images/videoman.png);	
}
.manualNew__icon.manual_pdf{
	background-image: url(/local/templates/picaso/components/bitrix/news.list/manuals/images/pdfman.png);	
}


.manualNew__download{
	display: block;
	width: 250px;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	color: white;
	text-decoration: none;
	font-family: "FuturaPT", sans-serif;
	font-weight: 500;
	font-size: 24px;
	transition: transform 0.2s linear;
	margin: 15px auto;
}
.manualNew__download span{
	z-index: 2;
	position: relative;
}
.manualNew__download:before{
	position: absolute;
	display: block;
	content: '';
	background-color: #4d26ca;
	transform: skewX(30deg);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.manualNew__download:hover{
	cursor: pointer;
	transform: rotate(-2deg);
}

.manualNew__version{
	color: black;
	font-weight: 700;
}

.manualNew__type{
	color: black;
	font-weight: 700;
}

.manual{
	position: relative;
	padding: 20px 10px  15px 25px;
	color: #77718d;
	text-decoration: none;
	flex: 0  0 270px;
	min-height: 215px;
	margin-left: 30px;
	margin-bottom: 30px;
	background-color: white;
}
.manual::before{
	display: block;
	height: 40px;
	width: 40px;
	content: '';
	transition: 0.3s ease-in-out;
}
.manual_video:before{
	background: url(/local/templates/picaso/components/bitrix/news.list/manuals/images/video.png) no-repeat left center;
}
.manual_pdf:before{
	background: url(/local/templates/picaso/components/bitrix/news.list/manuals/images/pdf.png) no-repeat left center;
}
.manual::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #4d26ca;
	bottom: 0;
	left: 0;
}
.manual__type{
	font-weight: 700;
	color: black;
	display: block;
	margin: 17px 0 10px;
}
.manual:hover{
	cursor: pointer;
	text-decoration: underline;
}
.manual::before{
	transform: scale(1.1);
}

@media (max-width: 1200px ) {
	.manualNew{
		padding: 40px 30px 30px 30px;
	}

}

@media (max-width: 992px ) {
	.manualNew{
		flex-wrap: wrap;
	}
	.manualNew__info{
		width: 100%;
		margin-top: 10px;
	}
	.manualNew__body{
		margin-right: 0;
	}
}

@media (max-width: 768px ) {
	.manualNew{
		flex-direction: column;
	}
	.manualNew__icon{
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 576px ) {
	.manualNew__icon{
		width: 90px;
		height: 90px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/news.list/programs/style.css?17514612283307*/
.downloads{
	margin-top: 20px;
	margin-bottom: 40px;	
}
.downloads__title{
	font-weight: 500;
	font-size: 50px;
	color: black;
	margin-bottom: 70px;
}
.downloads__body{
	

}


.downloadNew{
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 37px;
	background-color: white;
	box-shadow: 0px 10px 47.5px 2.5px rgba(174, 166, 202, 0.5);
	padding: 40px 75px 30px 51px;
}

.downloadNew::after{
	content: '';
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #4d26ca;
}
.downloadNew__icon{
	flex: none;
	display: block;
	width: 115px;
	height: 135px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 50px;
	align-self: center;
}
.downloadNew__icon_odd{
	background-image: url(/local/templates/picaso/components/bitrix/news.list/programs/images/odd.png);	
}
.downloadNew__icon_even{
	background-image: url(/local/templates/picaso/components/bitrix/news.list/programs/images/even.png);	
}
.downloadNew__info{
	flex: none;
	display: block;
	width: 250px;
	max-width: 100%;
	text-align: center;
}


.downloadNew__version,.downloadNew__title{
	color: black;
	font-weight: 700;
}


.downloadNew__download{
	display: block;
	width: 250px;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	color: white;
	text-decoration: none;
	font-family: "FuturaPT", sans-serif;
	font-weight: 500;
	font-size: 24px;
	transition: transform 0.2s linear;
	margin: 15px auto;
}
.downloadNew__download span{
	z-index: 2;
	position: relative;
}
.downloadNew__download:before{
	position: absolute;
	display: block;
	content: '';
	background-color: #4d26ca;
	transform: skewX(30deg);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.downloadNew__download:hover{
	cursor: pointer;
	transform: rotate(-2deg);
}
.downloadNew__body{
	flex: 1;
	margin-right: 40px;
}




.downloadLink{
	position: relative;
	padding: 20px 10px  15px 95px;
	color: #77718d;
	text-decoration: none;
	flex: 0  0 270px;
	min-height: 135px;
	margin-left: 30px;
	margin-bottom: 30px;
	background-color: white;
}
.downloadLink:hover{
	text-decoration: underline;
	cursor: pointer;
	
}




.downloadLink::before{
	position: absolute;
	display: block;
	left: 0;top: 0;
	width: 70px;
	content: '';
	height: 100%;
	background-color: #4d26ca;
}
.downloadLink_linux::before{
	background: url(/local/templates/picaso/components/bitrix/news.list/programs/images/lin.jpg) no-repeat left top;
}
.downloadLink_mac::before{
	background: url(/local/templates/picaso/components/bitrix/news.list/programs/images/mac.jpg) no-repeat left top;
}
.downloadLink_win::before{
	background: url(/local/templates/picaso/components/bitrix/news.list/programs/images/win.jpg) no-repeat left top; 
}
.downloadLink__system{
	display: block;
	margin-bottom: 2px;
	color: black;
	font-weight: 700;
}
.downloadLink__version{
	display: block;
	margin-bottom: 5px;
}


@media (max-width: 1200px ) {
	.downloadNew{
		padding: 40px 30px 30px 30px;
	}

}

@media (max-width: 992px ) {
	.downloadNew{
		flex-wrap: wrap;
	}
	.downloadNew__info{
		width: 100%;
		margin-top: 20px;
	}
	.downloadNew__body{
		margin-right: 0;
	}
}

@media (max-width: 768px ) {
	.downloadNew{
		flex-direction: column;
	}
	.downloadNew__icon{
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 576px ) {
	.downloadNew__icon{
		width: 90px;
		height:110px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
}
/* End */
/* /local/templates/picaso/components/bitrix/news.detail/printersmanual/style.css?17514612281261 */
/* /local/templates/picaso/components/bitrix/news.list/manuals/style.css?17514612283257 */
/* /local/templates/picaso/components/bitrix/news.list/programs/style.css?17514612283307 */
