

/* Start:/local/templates/picaso/components/bitrix/forum.index/mainforum/styles.css?17514612282832*/

.forumIndexRow{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.forumIndexForums, .forumIndexComments{
	width: calc(50% - 15px);
}
.forumIndexComments{
	padding-top: 76px;
}


.mainForum__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.mainForum__right{
	flex: 0 0 110px;
}
.mainForum__left{
	flex: 1;
}
.forumGroup{
	margin-bottom: 5px;

}

.forumGroup.active .forumGroup__title{
	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%);
	/*padding: 9px 10px 11px 31px;*/
	padding: 9px 48px 11px 31px;

}

.forumGroup__title{
	background: white;
	padding: 9px 48px 11px 31px;
	position: relative;
}
.forumGroup__title:before{
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	width: 6px;
	background: rgb(78,46,191);
	left: 0;
	top: 0;
}
.forumGroup__title:after{
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 10px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/local/templates/picaso/components/bitrix/forum.index/mainforum/images/downac.png) no-repeat center;
}
.forumGroup.active .forumGroup__title:after{
	background: url(/local/templates/picaso/components/bitrix/forum.index/mainforum/images/apac.png) no-repeat center;
}

.forumGroup__title a{
	display: block;
	color: black;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	font-family: "FuturaPT", sans-serif;
}

.forumGroup.active .forumGroup__title a{
	color: white;
}
.forumGroup__body{
	background-color: white;
}
.mainForum__legend{
	margin-bottom: 25px;
	font-size: 18px;
}


.mainForum__forumLinkTitle{
	display: block;
	color: black;
	font-weight: 700;
}
.mainForum__forumLink{
	text-decoration:  none;
	display: block;
	
}
.mainForum__forumLinkDesc{
	display: block;
	color: #77718d;
}
.mainForum__forumLink:hover .mainForum__forumLinkDesc,
.mainForum__forumLink:hover .mainForum__forumLinkTitle{
	color: rgb(78,46,191)
}
.mainForum__forum{
	border-bottom: 1px solid #d7d3e5; 
	padding: 25px 20px 25px 28px;
}

.forumList__title{
	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%);
	padding: 9px 0px 11px ;
}


.forumGroup__body{
	display: none;
}
.forumGroup.active .forumGroup__body{
	display: block;
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/forum.topic.last/lastComments/style.css?17514612286181*/

.lastComments{
	margin-top: 65px;
	margin-bottom: 40px;
}
.lastComments__title{
	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%);
	color: white;
	font-size: 24px;
	font-weight: 500;
	font-family: "FuturaPT", sans-serif;
	padding: 9px 10px 11px 31px;
}
.lastComments__body{
	background-color: white;
}
.lastComments__nothing{
	padding: 20px;
}


.lastComment__head{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.lastComment__author{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 15px;
}
.lastComment__authorAvaText{
	display: block;
	width: 20px;
	height: 20px;
	background-color: rgb(78,46,191);
	border-radius: 50%;
	color: white;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px; 
	margin-right: 20px;
}
.lastComment__authorname{
	font-weight: 700;
	color: black;
	text-transform: capitalize;
}

.lastComment__date{
	color:  rgb(78,46,191);
}

.lastComment__theme{
	position: relative;
	margin-top: 15px;
	padding-right: 25px;
}
.lastComment__theme a{
	font-weight: 700;
	color: black;
	display: block;
	text-decoration: none;
}
.lastComment__theme a:hover{
	color:  rgb(78,46,191);
}
.lastComment__body{
	margin: 21px 0;
	overflow: hidden;
}
.lastComment{
	padding: 20px 15px 20px;
	border-bottom: 1px solid #edebf4;
}


.lastComment__infoAuthor{
	position: absolute;
	right: 10px;
	top:50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;	
	z-index: 25;
}
.lastComment__infoAuthorIcon{
	width: 20px;
	height: 20px;
	background: url("/local/templates/picaso/components/bitrix/forum.topic.last/lastComments/images/info.png") no-repeat center;
	position: relative;
	z-index: 1;
}

.lastComment__infoAuthorWindow{
	position: absolute;
	width: 270px;
	min-height: 180px;
	background: url("/local/templates/picaso/components/bitrix/forum.topic.last/lastComments/images/tab.png") no-repeat center transparent;
	background-size: contain;
	padding: 15px 5px 15px 30px ;
	top: 100%;
	right: -8px;
	z-index: 26;
	display: none;
}
.lastComment__infoAuthor:hover .lastComment__infoAuthorWindow{
	display: block;
}
.lastComment__infoAuthorParameter{
	display: block;
}
.lastComment__infoAuthorValue{
	display: block;
	font-weight: 700;
	color: black;
}



.lastComment__themeAtributes{
	margin-top: 10px;			
	display: flex;
	flex-flow:  row wrap;
	align-items: center;
}
.lastComment__hot{
	display: block;
	width: 11px;
	height: 18px;
	background: url('/local/templates/picaso/components/bitrix/forum.topic.last/lastComments/images/hot.png');
	overflow: hidden;
	color: transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.lastComment__posts{
	margin-right: 20px;
	padding-left: 30px;
	background: url(/local/templates/picaso/components/bitrix/forum.topic.last/lastComments/images/commentb.png) left center no-repeat; 
}
.lastComment__views{
	margin-right: 20px;
	padding-left: 30px;
	background: url(/local/templates/picaso/components/bitrix/forum.topic.last/lastComments/images/viewsb.png) left center no-repeat; 
}

.lastComments__footer{
	margin-top: 40px;
	text-align: center;
}

.lastComments__button{
	display: inline-block;
	width: 270px;
	background: rgb(78,46,191);
	color: white;
	font-weight: 500;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
	font-size: 24px;
	border: 1px solid rgb(78,46,191);
	font-family: "FuturaPT", sans-serif;
	padding: 11px 15px;
	transition: color .3s linear,
				background-color .3s ease-in-out;

}
.lastComments__button:hover{
	cursor: pointer;
	background-color: #fff;
	color: rgb(78,46,191);
}

div.forum-topic-last div.comments-code-box
{
	font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
	font-size: 1em;
	width: 100%;
	overflow: auto;
	border-width:1px;
	border-style: solid;
	margin:0.5em 0;
}
div.forum-topic-last div.comments-code-box ol, div.forum-topic-last div.comments-code-box ol li, div.forum-topic-last div.comments-code-box ol li span { margin: 0; padding: 0; border: none; }
div.forum-topic-last div.comments-code-box ol { list-style: decimal; margin-left: 3em; padding:0.5em 0;}
div.forum-topic-last div.comments-code-box ol li
{
	list-style: decimal-leading-zero;
	list-style-position: outside !important;
	padding: 0 0.5em 0 1.5em !important;
	margin: 0;
	line-height: 1.5em;
}
div.forum-topic-last table.forum-quote, div.forum-topic-last table.forum-code { width: 95%; margin: 0.5em 0 0; border-color: #abbacc;}
div.forum-topic-last table.forum-quote th, div.forum-topic-last table.forum-code th {font-weight:bold; padding: 0.25em 1em; text-align:left;}
div.forum-topic-last table.forum-quote td, div.forum-topic-last table.forum-code td { padding:0.9em 1em; }

div.forum-topic-last table.forum-quote {
	background: url("/local/templates/picaso/components/bitrix/forum.topic.last/lastComments/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.forum-topic-last table.forum-quote thead { display: none; }
div.forum-topic-last table.forum-code thead { display: table-cell; }
div.forum-topic-last table.forum-quote, div.forum-topic-last table.forum-spoiler, div.forum-topic-last table.forum-code, div.forum-topic-last div.forum-code-box {
	border: 1px solid #dddddd;
	padding: 3px;
	width: 100%;
	table-layout:fixed;
}
div.forum-topic-last table.forum-code pre {
	width:100%;
	overflow:auto;
}
div.forum-topic-last table.forum-quote td, div.forum-topic-last table.forum-spoiler td, div.forum-topic-last table.forum-code td,div.forum-topic-last  div.forum-code-box ol {
	color: #696969;
}
div.forum-topic-last table.forum-quote th, div.forum-topic-last table.forum-spoiler th, div.forum-topic-last table.forum-code th, div.forum-topic-last div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
div.forum-topic-last table.forum-code td, div.forum-topic-last div.forum-code-box td{
	font-family: "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
	font-size:12px;
}
div.forum-topic-last table.forum-spoiler th div { cursor: pointer;}
div.forum-topic-last-message {}
.forum-topic-last-author { display: inline-block; color: #666; margin-left: 10px;}

@media screen  and (max-width: 576px) {
	.lastComments__footer{
		margin-top: 20px;
	}
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/form.result.new/testprint/style.css?17514612283372*/
.testprint{
	background: url(/local/templates/picaso/components/bitrix/form.result.new/testprint/images/supportBackForm.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: 79px;
	padding: 116px 0 90px;
}
.testprint::after{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/testprint/images/testprintafter.png);
	display: block;
	position: absolute;
	left: 240px;
	bottom: -6px;
	z-index: 1
}
.testprint::before{
	content: url(/local/templates/picaso/components/bitrix/form.result.new/testprint/images/supportbefore.png);
	display: block;
	position: absolute;
	left: 0px;
	top: -67px;
	z-index: 2;
}
.testprint .container{
	z-index: 3;
	position: relative;
}

.testprint__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.testprint__fields{
	width: calc(50% - 115px);
	flex:none;
}
.text_field,
.textarea_field{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 33px;
}
.testprint__fields select{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 33px;
	background-color: transparent;
	background: url(/local/templates/picaso/components/bitrix/form.result.new/testprint/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;/* убираем дефолнтные стрелочки */

}
.testprint__fields option{
	color: black;
}

.testprint_note{
	color: green;
}

.testprint__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;
}
.testprint__after{
	width: calc(50% - 115px);
	margin-right: 0;
	margin-left: auto;
}
.testprint__agreement{
	color: white;
	font-size: 12px;
	line-height: 18px;
}
.testprint__agreement a{
	color: white;
	text-decoration: underline;
}
.testprint__buttonBlock{
	text-align: right;
	margin-top: 80px;
}
.testprint__submit{
	outline: none;
	background: url(/local/templates/picaso/components/bitrix/form.result.new/testprint/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;
}
.testprint__submit:hover{
	opacity: .7;
}

@media (max-width: 1200px ) {
	.testprint__fields{
		width: calc(50% - 30px);
	}
	.testprint::after{
		left: 40px;
		z-index: 1;
	}
	.testprint::before{
		z-index: 0
	}
	.testprint__after{
		width: calc(50% - 30px);
	}
	
}


@media (max-width: 992px ) {
	.testprint__buttonBlock{
		margin-top: 40px;
	}
	
}

@media (max-width: 768px ) {
	.testprint__fields,
	.testprint__after{
		width: 100%;
	}
	.testprint__wrapper{
		flex-wrap: wrap;
	}
	.testprint::before,
	.testprint::after {
		display: none;
	}
	.testprint__buttonBlock{
		text-align: center;
	}
}

@media (max-width: 576px ) {
  .testprint{
		margin-top: 40px;
		padding: 40px 0 40px;
	}
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/news.line/articles_footerMain/style.css?17514612283167*/
.footerArticles{
	background: url(/local/templates/picaso/components/bitrix/news.line/articles_footerMain/images/footArticleBack.jpg) no-repeat center  #343238;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0 130px;
}
.footerArticles__smallLink{
	display: block;
	color: white;
	text-decoration: none;

	padding-bottom: 30px;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
}
.footerArticles__slide_first{
	padding-right: 25px;
}

.footerArticles__smallLink:hover{
	text-decoration: none;
}
.footerArticles__smallLink:hover .footerArticles__smallLinkdate{
	text-decoration: underline;
}
.footerArticles__smallLinkdate{
	display: block;
	color: #4f12fd;
	margin-bottom: 10px;
}
.footerArticles__smallLinktext{
	font-weight: 700;
	display: block;
}
.footerArticles__smallLink:hover .footerArticles__smallLinktext{
	text-decoration: underline;
}
.footerArticles__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerArticles__title{
	margin-bottom: 100px;
	flex:1;
	color: white
}
.footerArticles__nav{
	flex: 0 0 120px;
}

.footerArticles__body{
	padding: 2px 0;
	height: 400px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.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/bitrix/news.line/articles_footerMain/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 */


/* Start:/local/templates/picaso/components/bitrix/news.line/mainnews/style.css?17514612282414*/

.newsList__header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsList__title{
	margin-right: 40px;
	color: black;

}
.newsList__link{
	flex: 0 0 270px;
	background:  rgb(78,46,191) ;
	height: 50px;
	color: white;
	font-weight: 500;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	border: 1px solid rgb(78,46,191);
	font-family: "FuturaPT", sans-serif;
}
.newsList__link:hover{
	color: rgb(78,46,191);
	background: white;
}


.newsList{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -30px;
	flex-wrap: wrap;
	margin-top: 75px;
	margin-bottom: 70px;
}
.newPreview{
	margin-left: 30px;
	position: relative;
	flex:0 0 270px;
	min-height: 400px;
	overflow: hidden;
	background-color: white;
	text-decoration: none;
	margin-bottom: 30px;
}
.newPreview__image{
	display: flex;
	width: 100%;
	height: 165px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.newPreview__body{
	padding: 30px 25px 10px;
}
.newPreview__date{
	display: block;
	color: #4f12fd;
}
.newPreview__title{
	font-family: "GothamPro", sans-serif; 
	font-size: 16px;
	font-weight: 700;
	color: black;
	margin: 15px 0 15px
}
.newPreview__text{
	font-size: 16px;
	color: #77718d;
}
.newPreview__more{
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	font-family: "FuturaPT", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: white;
	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%);
	left: 0;
	bottom: -45px;
	transition: 0.3s ease-in-out;

}
.newPreview:hover .newPreview__more{
	bottom: 0;
}

@media (max-width: 1200px ) {
	.newsList{
		margin-left: -75px;
	}
	.newPreview{
		margin-left:75px;
	}
}

@media (max-width: 992px ) {
	.newsList{
		margin-left: 0px;
		justify-content: space-between;
	}
	.newPreview{
		margin-left:0px;
		margin-right: 0px;
	}

}

@media (max-width: 768px ) {
	.newPreview{
		flex:0 0 260px;
		margin: 0 5px 20px; 
	}
}

@media (max-width: 576px ) {
	.newsList{
		justify-content: space-around;
	}
}

/* End */
/* /local/templates/picaso/components/bitrix/forum.index/mainforum/styles.css?17514612282832 */
/* /local/templates/picaso/components/bitrix/forum.topic.last/lastComments/style.css?17514612286181 */
/* /local/templates/picaso/components/bitrix/form.result.new/testprint/style.css?17514612283372 */
/* /local/templates/picaso/components/bitrix/news.line/articles_footerMain/style.css?17514612283167 */
/* /local/templates/picaso/components/bitrix/news.line/mainnews/style.css?17514612282414 */
