

/* Start:/local/templates/picaso/components/bitrix/form.result.new/orderprint/style.css?17514612284113*/
.orderPrinter{
	background: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/supportBackForm.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	/*margin-top: 79px;*/
	padding: 80px 0 90px;
}
.testprint_note{
	color: green;
}
.orderPrinter::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formOrderClasic.png);
	display: block;
	position: absolute;
	left: 240px;
	bottom: -6px;
	z-index: 1
}
.orderPrinter__classic::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formOrderClasic.png);
}
.orderPrinter__XL::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formDesignerXLPhoto.png);
}
.orderPrinter__XL_S2::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formDesignerXLS2Photo.png);
}
.orderPrinter__XLPRO::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formDesignerXLPROPhoto.png);
}
.orderPrinter__XLPRO_S2::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formDesignerXLPROS2Photo.png);
}
.orderPrinter__X::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formDesignerXPhoto.png);
}
.orderPrinter__X_S2::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formDesignerXS2Photo.png);
}
.orderPrinter__XPRO::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formDesignerXPROPhoto.png);
}
.orderPrinter__XPRO_S2::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/formDesignerXPROS2Photo.png);
}
.orderPrinter::before{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/supportbefore.png);
	display: block;
	position: absolute;
	left: 0px;
	top: -67px;
	z-index: 2;
}
.orderPrinter .container{
	z-index: 3;
	position: relative;
}

.orderPrinter__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.orderPrinter__title img{
	display: block;
	margin-top: 15px;
	
}
.orderPrinter__fields{
	width: calc(50% - 115px);
	flex:none;
	padding-top: 35px;
}
.text_field,
.textarea_field{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 33px;
}
.orderPrinter__fields select{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 33px;
	background-color: transparent;
	background: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/downwhite.png) no-repeat right center transparent;
	border: none;
	border-bottom: 1px solid white;
	color: white;
	padding-bottom: 10px;
	 -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;/* убираем дефолнтные стрелочки */

}



.orderPrinter__title h2{
	color: white;
	margin: 0 40px  0 0;
}
.textinput{
	width: 100%;
	display: block;
	color: white;
	border: none;
	border-bottom: 1px solid white;
	background: none;
	outline: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;

}
.textarea_label{
	display: block;
	color: white;
}
.textarea{
	display: block;
	color: white;
	border-bottom: 1px solid white;
	background: none;
	outline: none;
	resize: none;
	width: 100%;
	height: 130px;
	padding: 3px;
}
.orderPrinter__after{
	width: calc(50% - 115px);
	margin-right: 0;
	margin-left: auto;
}
.whitetext {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.orderPrinter__agreement{
	color: white;
	font-size: 12px;
	line-height: 18px;
}
.orderPrinter__agreement a{
	color: white;
	text-decoration: underline;
}
.orderPrinter__buttonBlock{
	text-align: right;
	margin-top: 80px;
}
.orderPrinter__submit{
	outline: none;
	background: url(/local/templates/picaso/components/bitrix/form.result.new/orderprint/images/button.png);
	border: none;
	font-family: "FuturaPT", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: black;
	height: 53px;
	width: 280px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.orderPrinter__submit:hover{
	opacity: .7;
}

@media (max-width: 1200px ) {
	.orderPrinter__fields{
		width: calc(50% - 30px);
	}
	.orderPrinter::after{
		left: 40px;
		z-index: 1;
	}
	.orderPrinter::before{
		z-index: 0
	}
	.orderPrinter__after{
		width: calc(50% - 30px);
	}
	
}


@media (max-width: 992px ) {
	.orderPrinter__buttonBlock{
		margin-top: 40px;
	}
	
}

@media (max-width: 768px ) {
	.orderPrinter__fields,
	.orderPrinter__after{
		width: 100%;
	}
	.orderPrinter__wrapper{
		flex-wrap: wrap;
	}
	.orderPrinter::before,
	.orderPrinter::after {
		display: none;
	}
	.orderPrinter__buttonBlock{
		text-align: center;
	}
}

@media (max-width: 576px ) {
  .orderPrinter{
		margin-top: 40px;
		padding: 40px 0 40px;
	}
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/news.detail/videoLanding/style.css?17514612281143*/
.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/videoLanding/images/manual.png);
}
.supportLink__image_program{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/videoLanding/images/program.png);
}
.supportLink__text{
	display: inline-block;
}
.supportLink:hover{
	color: white;
	background: #4d26ca;
}
.supportLink:hover .supportLink__image_manual{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/videoLanding/images/manualhov.png);
}
.supportLink:hover .supportLink__image_program{
	background-image: url(/local/templates/picaso/components/bitrix/news.detail/videoLanding/images/programhov.png);
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/system.pagenavigation/show_more/style.css?1751461228654*/
.ShowMore{
	font-family: "FuturaPT", sans-serif;
	font-weight: 500;
	font-size: 24px;
	width: 270px;
	height: 50px;
	line-height: 50px;
	color: white;
	text-decoration: none;
	background: rgb(78,46,191);
	background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	display: block;
	margin: 30px auto;
	text-align: center;
	
}
.ShowMore:hover{
	border: 1px solid rgb(78,46,191);
	color: rgb(78,46,191);
	background: white;
	cursor: pointer;

}



/* End */


/* Start:/local/templates/picaso/components/bitrix/news.list/landvideo/style.css?17514612281563*/

.popularVideo{
	margin-top: 55px;
	padding: 15px 20px 50px;
}
.popularVideo__header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popularVideo__title{
	margin-right: 40px;
	color: black;
}
.popularVideo__Item{
	margin-bottom: 15px;
	position: relative;
	background-color: black;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px;
}
.popularVideo__holder{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(31,27,37,.7);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
}
.popularVideo__name{
	color: white;
	font-weight: 500;
	font-size: 30px;
	padding: 0 30px;
	font-family: "FuturaPT", sans-serif;
	
}

.popularVideo__play{
	width: 100px;
	height: 53px;
	background: url(/local/templates/picaso/components/bitrix/news.list/landvideo/images/playbtn.png) no-repeat center;
	background-size: contain;
	transition: 0.3s ease-in-out;
	margin-bottom: 35px;
	margin-right: 25px;
}

.popularVideo__holder:hover{
	cursor: pointer;
	background: rgba(31,27,37,.9);

}
.popularVideo__holder:hover .popularVideo__play{
	transform: scale(1.2);
}

@media (max-width: 600px)
{
	.popularVideo__play
	{
		width: 75px;
		height: 40px;
		margin-bottom: 20px;
		margin-right: 5px;
	}

	.popularVideo__name
	{
		font-size: 18px;
	}
}
/* End */


/* Start:/local/templates/picaso/components/sdv/news.linefilter/articles_footer_no_back/style.css?17514612282446*/
.footerArticles{
	/*background: url(/local/templates/picaso/components/sdv/news.linefilter/articles_footer_no_back/images/footArticleBack.jpg) no-repeat center  #343238;*/
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0 100px;
}

.footerArticles_noBack{
	background: none;
}

.footerArticles__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerArticles__title{
	margin-bottom: 70px;
	margin-top: 0;
	flex:1;
	color: black;
}
.footerArticles__nav{
	flex: 0 0 120px;
}

.footerArticles__body{
	padding: 2px 0;
	height: 400px;
	overflow: hidden;
}

.postPreview{
	width: 370px;
	height: 395px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background-color: white;
	color: white;
	text-decoration: none;
	overflow: hidden;
	margin-right: 25px;
}
.postPreview__image{
	display: block;
	max-width: 100%;
	transition: 0.3s ease-in-out;
}
.postPreview__text{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 142px;
	width: 100%;
	background: url(/local/templates/picaso/components/sdv/news.linefilter/articles_footer_no_back/images/articleBack.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 36px 38px 10px;
}
.postPreview__name{
	font-weight: 700;
}
.postPreview__date{
	position: absolute;
	right: 0;
	bottom: 100%;
	color: #4f12fd;	
	z-index: 2;
	display: inline-block;
	width: 125px;
	line-height: 35px;
	text-align: center;
	padding-right: 15px;
}

.postPreview__date::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: white;
	position: absolute;
	right: 0;bottom: 0;
	transform: skewX(30deg);
	transform-origin: right bottom;
	z-index: -1;
}

.postPreview:hover{
	text-decoration: underline;
}


.postPreview:hover .postPreview__image{
	transform: scale(1.1);
}


@media (max-width: 1200px ) {
	.footerArticles{
		padding: 20px 0 60px;
	}
	.postPreview{
		margin: 0 auto;
	}
}

@media (max-width: 992px ) {
	.footerArticles__title{
		margin: 30px 20px 30px 0;
	}
		.postPreview{
		width: 280px;
		height: 298px;
	}
	.postPreview__text{

		height: auto;
		padding: 15px 10px 10px;
	}
	.footerArticles__body{
		height: 300px;
	}

}

@media (max-width: 768px ) {

}

@media (max-width: 576px ) {
	.postPreview{
		width: 280px;
		height: 298px;
	}
	.postPreview__text{

		height: auto;
		padding: 15px 10px 10px;
	}
	.footerArticles__body{
		height: 300px;
	}
	.footerArticles__head{
		flex-flow: column;
		align-items: center;
	}
	.footerArticles__title{
		margin: 30px 0 30px;
	}
}
/* End */
/* /local/templates/picaso/components/bitrix/form.result.new/orderprint/style.css?17514612284113 */
/* /local/templates/picaso/components/bitrix/news.detail/videoLanding/style.css?17514612281143 */
/* /local/templates/picaso/components/bitrix/system.pagenavigation/show_more/style.css?1751461228654 */
/* /local/templates/picaso/components/bitrix/news.list/landvideo/style.css?17514612281563 */
/* /local/templates/picaso/components/sdv/news.linefilter/articles_footer_no_back/style.css?17514612282446 */
