

/* Start:/bitrix/templates/.default/components/bitrix/iblock.element.add.form/form/style.css?14907928092217*/
.spoiler >  input + .box > blockquote{
	display: none;
}
.spoiler >  input:checked + .box > blockquote {
	display: block;
}
.spoiler >  input[type="checkbox"] {
	cursor: pointer;
	border-color:transparent!important;
	border-style:none!important;
	background:transparent none!important;
	position:relative;z-index:1;
	margin:-10px 0 -30px -230px;
 }
.spoiler >  input[type="checkbox"]:focus {
	outline:none;	/* Убираем обводку в ИЕ8 при "фокусе" */
}
.spoiler span.close,
.spoiler span.open{
	padding-left:22px;

	text-decoration: underline;
	color: #237db3;
}
.spoiler >  input +  .box > span.close {
	display: none;
}
.spoiler >  input:checked +  .box > span.close {
	background: url(http://st0.bbcorp.ru/img/minus.png) 4px 60% no-repeat;
	display: inline;
}
.spoiler >  input:checked  + .box > span.open {
	display: none;
}
.spoiler >  input +  .box >  span.open {
	background: url(http://st0.bbcorp.ru/img/plus.png) 4px  60% no-repeat;
	display: inline;
}
.spoiler blockquote,
.spoiler{
    padding:1em;
/*
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    -ms-border-radius:15px;
*/
}
.spoiler {
    overflow-x:hidden;
    overflow-y:hidden;
/*
    box-shadow: 0px 3px 8px #808080;
    -webkit-box-shadow:0px 3px 8px #808080;
    -khtml-box-shadow:0px 3px 8px #808080;
    -moz-box-shadow:0px 3px 8px #808080;
    -ms-box-shadow:0px 3px 8px #808080;

*/
    border:#E5E5E5 solid 2px;
}
.spoiler blockquote {
   margin-top:12px;
   min-height: 23px;
}

.main .spoiler  blockquote{padding:0px}
.spoiler .faq-form {width:430px; margin:auto;}
.spoiler .faq-form .name {font:bold 18px Arial, Helvetica, sans-serif; margin:0 0 15px;}
.spoiler .faq-form .input {margin:0 0 5px;}
.spoiler .faq-form .input-mini label, .faq-form .input label, .faq-form .textarea label, .faq-form .file label {display:block; margin:0 0 3px; font-weight:bold;}
.spoiler .faq-form .input input {width:425px; height:23px; padding:5px 10px; border:1px solid #bebebe; box-shadow:1px 1px 4px rgba(1,1,1,0.17) inset;}
.spoiler .faq-form .textarea textarea{ width:425px;}
.spoiler .faq-form input[type=submit]{ width:447px;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1407998800184*/
.system-nav-orange
{
	color: #999;
	font-size:12px;
}

.system-nav-orange .nav-current-page
{
	color:white;
	background-color: rgb(255, 153, 0);
	font-weight: bold;
	padding:1px 0px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/list_citata/style.css?15285493243291*/
.gel-layout {
    display: block;
    margin-left: 0!important;
    height: 100%;
}

.gel-layout{
    position: relative;
}
.gel-layout {
    direction: ltr;
    text-align: left;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    text-rendering: optimizespeed;
}

.articles-content__item:nth-child(1) {
    padding-top: 0;
    padding-bottom: 0;
}


.gel-layout__item {
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: 1.25rem;
}
.articles-content__item {
    display: block;
    width: 100%;
}
.gel-layout__item--reverse {
    float: right;
}
figure {
    margin: 0!important;
}
.quote-block {
    position: relative;
    clear: both;
    padding-bottom: 70px;
    margin: 40px -20px;
}

.quote-block blockquote {
    background: #f4f4f4;
border:1px solid #e1e1e1;
    padding: 20px;
}
.quote-block blockquote {
    padding: 30px 40px;
}
.quote-block blockquote:before {
    position: absolute;
    border-left: 0 solid #f4f4f4;
    border-right: 22px solid transparent;
    bottom: 50px;
    left: 44px;
}
.quote-block blockquote:before, .quote-block--reverse blockquote:before {
    content: '';
    border-top: 22px solid #f4f4f4;
}
.quote-block figcaption {
    position: absolute;
    bottom: 0;
    left: 25px;
}
figcaption {
display: block;
}
.author-blog-preview, .author-blog-preview>a {
    font-size: 0;
    position: relative;
}
.author-blog-preview__body {
    display: block;
    height: 100%;
}
.author-blog-preview a{
    display: inline-block;
}

.author-blog-preview__item {
    margin-right: .5rem;
}

.author-blog-preview__media {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d6dce0;
}
.author-blog-preview__item:last-child {
    margin-right: 0;
}
.author-blog-preview span, .author-blog-preview__item, .author-blog-preview__media {
    display: inline-block;
    vertical-align: middle;
}
.author-blog-preview__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 42px;
    max-height: 40px;
    border-radius: 50%;
    z-index: 2;
}
.author-blog-preview span {
    max-width: 90px;
    color: #fff;
    transition: all .2s ease-in-out;
    opacity: .99;
}
.author-blog-preview .author-blog-preview__name-author--dark-text {
    color: #000;
}

.gel-xxxs--low-lh {
    line-height: 15px;
    line-height: .9375rem;

}

.follow-icons__item, .gel-xxxs {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 20px;
    line-height: 1.25rem;
font-weight: 700;
}

.quote-block--reverse figcaption {
    position: absolute;
    bottom: 0;
    right: 10px;
    left: auto;
}
.quote-block--reverse blockquote:before {
    position: absolute;
    border-right: 0 solid #edf0f2;
    border-left: 22px solid transparent;
    bottom: 50px;
    right: 44px;
    left: auto;
}
.author-blog-preview__item--reverse {
    position: absolute;
    left: -70px;
    top: 5px;
    text-align: right;
    max-width: 150px;
    word-wrap: break-word;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/iblock.element.add.form/form/style.css?14907928092217 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1407998800184 */
/* /local/templates/.default/components/bitrix/news.list/list_citata/style.css?15285493243291 */
