

/* Start:/bitrix/templates/aspro-priority/components/bitrix/search.form/courses/style.css?177071222410748*/
/* for learning_dark site template */
.block_pagetitle{
	background:url("/bitrix/templates/aspro-priority/images/bg_search.png") #2772d1 center center /cover repeat ;
}
.page-title {
    display: flex;
    justify-content: center;
    z-index: 2;
    /* width: 866px; */
    color: #ccc;
    /* height: auto; */
    padding: 91px 10px 130px 10px;
    font-family: "Montserrat","ProximaNova-Regular", ralewayregular,"Open Sans",Calibri,Arial,Tahoma,sans-serif !important;
}
.block__page-title.page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-title__searchform {
	position: relative;
    flex: 1;
    width: 100%;
    max-width: 866px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
}
.courses-post *, .courses-post *::before, .courses-post *::after {
	box-sizing: border-box;
}
.courses-post{
    direction: ltr;
    font-size: 13px;
	color: #525c70;
    font-family: ralewayregular,"Open Sans",Calibri,Arial,Tahoma,sans-serif !important;
    line-height: 20px;
}
.courses-post ul, .courses-post ol {
    margin-bottom: 10px;
    margin-top: 0;
}
.courses-post li:first-child {
    margin-top: 0;
}
.courses-post .page-title .searchform__dropdown .choise li {
	padding:0;
	margin:0;
}
.courses-post .page-title input[type="submit"] {
	font-weight: normal !important;
	font-size: 15px;
	cursor: pointer;
	border-radius: 2px !important;
	border-width: 0;
	box-shadow: none !important;
	outline: medium none !important;
	text-shadow: none;
	font-family: ralewaybold,Open Sans,sans-serif;
}
.courses-post a{
	color: #1970c9;
	text-decoration:none;
}
.courses-post a, .courses-post a:focus, .courses-post a:hover, .courses-post a:active{
	outline: 0 none;
}
/* end */

pre{
	white-space:pre;overflow-x:scroll;
}

.page-title .page-title__title {
    text-align: center;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	overflow: inherit;
	margin: 0 0 28px;
	font-family: Montserrat, Arial, sans-serif !important;
	font-weight: normal !important;
}

.block_pagetitle button.btn.btn-search:before {
  	content: url(/bitrix/templates/aspro-priority/images/svg/search.svg);
	opacity: .5;
}

button.btn.btn-search {
    padding: 0px 15px;
    border: none;
    box-shadow: none;
    margin-top: 2px;
}
button.btn.btn-search:hover:before{
	opacity: .6;
}

.page-title input[type=text] {
	/*border: 1px solid #919bb0;*/
	border: none;
	border-radius: 3px;
	color: black;
	display: inline-block;
	height: 46px;
	margin-left: 2px;
	padding: 1px 38px 1px 10px;
	vertical-align: top;
	width: 100%;
	font-size: 15px;
	outline: none;
}
.page-title input[type="submit"] {
	background: #1970c9 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	padding: 10px 25px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: top;
}
.btn-search{
	position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    border: none;
    background: 0 0;
    font-size: 0;
}
.block_pagetitle .btn-search{
	bottom:0;
}
.page-title .searchform__dropdown .text, .page-title .searchform__dropdown .choise {
	display:inline-block;
	vertical-align: top;
}
.page-title .searchform__dropdown .text {
	color: #525c70;
	margin: 4px 0 0;
}
.page-title .searchform__dropdown .choise {
	margin: 0 0 0 0px;
	padding: 5px;
	position: relative;
	height: 100%;
	width: 100%;
}
.page-title .searchform__dropdown .choise .current {
	background-color: #eeeff0;
	border-radius: 3px;
	color: #525c70;
	padding: 7px 10px 8px 13px;
/*    border: 1px solid #bfd8f6;
    color: #2772d1;*/
	cursor: pointer;
	white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.page-title .searchform__dropdown .choise .current i {
	color: #8999b4;
}
.page-title .searchform__dropdown .choise .current:hover {
	background-color: #d9e0e9;
	color: #232e43;
}
.page-title .searchform__dropdown .choise .current:hover i {
	color: #8898b3;
}
.page-title .searchform__dropdown .choise ul {
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.176);
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 420px;
	max-height: 315px;
	overflow-x: hidden;
    overflow-y: auto;
}
.page-title .searchform__dropdown .choise > ul.open {
	display: block;
    /*margin-left: 5px;*/
}
.page-title .searchform__dropdown .choise > ul {
	/*margin-top: 9px;*/
	position: absolute;
	top: 100%;
	z-index: 3;
	left: 0;
	border-radius: 3px;
	/*border-top: 1px solid;*/
	background: #fff;
}
.page-title .searchform__dropdown .choise li {
	background: #fff none repeat scroll 0 0;
	position: relative;
	cursor: pointer;
	color: #232e43;
	margin: 0;
}
.page-title .searchform__dropdown .choise ul > li:first-of-type {
	border-radius: 2px 2px 0 0;
}
.page-title .searchform__dropdown .choise ul > li:last-of-type {
	border-radius: 0 0 2px 2px;
}
.page-title .searchform__dropdown .choise li > ul > li:first-of-type {
	border-radius: 0 2px 0 0;
}
.page-title .searchform__dropdown .choise li > ul > li:last-of-type {
	border-radius: 0 0 2px 0;
}
.page-title .searchform__dropdown .choise li:hover, .page-title .searchform__dropdown .choise li.active {
	background: #eef3f9 none repeat scroll 0 0;
	color: #555555;
}


.page-title .searchform__dropdown .choise li:before{
	content: "";
	margin: 0;
}
.page-title .searchform__dropdown .choise li span {
	display: inline-block;
	padding: 6px 15px 8px 14px;
	vertical-align: top;
	width: 100%;
}
.page-title .searchform__dropdown .choise li.parent > span {
	padding-right: 25px;
}
.page-title .searchform__dropdown .choise li.parent > span:after{
	display:block;
	font-family:FontAwesome;
	content:"\f105";
	right:10px;
	position:absolute;
	top:50%;
	margin:-11px 0 0;
}
.page-title .searchform__dropdown .choise li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	margin-left: -1px;
	z-index: 2;
}
.page-title .searchform__dropdown .choise li:hover > ul {
	display: block;
}
.courses_postlist {
	padding: 0px 0 0 0;
	font-family: "ProximaNova-Regular", ralewayregular,"Open Sans",Calibri,Arial,Tahoma,sans-serif !important;
}
.courses_postlist h3 {
	font-size: 19px;
	/*font-weight: bold;*/
	color: #232e43;
	font-family: proxima_nova_thbold,Arial,sans-serif !important;
	font-weight: normal !important;
}
.courses_postlist .list + h3 {
	margin-top: 53px;
}
.courses_postlist .item {
	color: #232e43;
	margin-top: 26px;
	overflow: hidden;
}
.courses_postlist .list .item:first-of-type {
	margin-top: 20px;
}
.courses_postlist .name {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 2px;
}
.courses_postlist .text {
	line-height: 21px;
}
.courses_postlist .foot {
	font-size: 11px;
	margin-top: 4px;
	position: relative;
	line-height: 16px;
	overflow: hidden;
}
.courses_postlist .name + .foot {
	margin-top:5px;
}
.courses_postlist .date {
	width:88px;
	text-align: left;
	position: absolute;
}
.courses_postlist .date, .courses_postlist .course a {
	color: #767f90;
}
.courses_postlist .date + .course {
	padding-left: 88px;
}
.courses_postlist .course a:hover {
	color:#1970c9;
}
.courses_postlist .course .one > * {
	display: inline-block;
	vertical-align: top;
	float: left;
}
.courses_postlist .course .all {
	display:none;
}
.courses_postlist .course.open .one {
	display:none;
}
.courses_postlist .course.open .all {
	display:block;
}
.courses_search_info {
	margin: 20px 0 0;
	color:#232e43;
}
.courses_search_info .title {
	font-size: 19px;
	margin-bottom: 8px;
	color: #232e43;
	font-family: proxima_nova_thbold,Arial,sans-serif !important;
	font-weight: normal !important;
}
.courses_search_info .v {
	display: inline-block;
	vertical-align: top;
	font-family: gotham_promedium,Arial,sans-serif;
	font-weight: normal !important;
	font-size: 19px;
}
.courses_search_info .finded {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
	width: 149px;
}
.courses_search_info .shows {
	display: inline-block;
	vertical-align: top;
}
.courses_search_info .finded .v, .courses_search_info .shows .v {
	font-size: 14px;
}
.courses_search_info .notes {
	margin: 7px 0 0;
}
.courses_search_info + .alert {
	margin-top:16px;
}
.courses_postlist .search .item {
	margin-top:24px !important;
	border-top: 1px solid #e7ebf1 !important;
	padding-top: 25px;
}
.courses_postlist .search .text {
	background-color: #f3f6f9;
	margin: 12px 0 9px;
	padding: 9px 22px 12px;
}
.courses_search_info .guess .prod {
    text-decoration: none;
    text-transform: lowercase;
}

.searchform__dropdown{
	max-width: 250px;
    /*overflow: hidden;*/
}
.page-title .searchform__dropdown .choise .current span{
	text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    line-height: 20px;
}
.mCSB_scrollTools { width: 8px; z-index: 3; opacity: 1;}
.mCSB_scrollTools{background-color: #ffffff;}
.mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail{    background-color: transparent;}
.mCustomScrollbar .mCSB_inside>.mCSB_container{ margin-right: 0;}
.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar{background-color: #b7b7b7;border-radius: 2px; width: 4px; }
.mCSB_scrollTools.mCSB_1_scrollbar.mCS-light.mCSB_scrollTools_vertical{width: 9px;}
.mCSB_scrollTools .mCSB_draggerContainer{margin-top: 2px;margin-bottom: 2px;}

@media (max-width:767px){

	.kb_left {
		border:none;
		padding-right:0 !important;
		padding-bottom: 0;
		margin-bottom: 33px;
	}
	.kb_right {
		border:none;
		margin-left:0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.page-title {
		/*margin: 0 -16px;*/
		padding: 41px 10px 80px 10px;
	}
	.page-title .searchform__dropdown .text {
		margin-bottom: 4px;
		text-align: center;
		width: 100%;
	}
	.page-title .searchform__dropdown .choise {
		width: 100%;
		margin-left:0;
	}
	.page-title .searchform__dropdown .choise .current {
		text-align: center;
	}
	.page-title .searchform__dropdown .choise li > ul {
		left:50%;
		top:80%;
		margin-left: 0;
	}
	.courses_postlist {
		padding-left:0;
	}
	.kb_postdetail {
		padding-left:0;
	}

}
@media (max-width:490px){
	.page-title .searchform__dropdown .choise ul {
		width:300px;
	}
	.page-title .page-title__title{
		font-size: 28px
	}
}
@media (max-width:559px){
	.page-title .wrap {
		position: relative;
		padding-right: 0;
	}
	.page-title input[type="text"] {
		margin-left: 0;
	}
	.page-title input[type="submit"] {
		margin: 4px 0 0;
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
	}
	.page-title .searchform__dropdown .choise ul {
		width:250px;
	}
	.page-title .searchform__dropdown .choise > ul.open {
	    margin-left: 5px;
	}
	.searchform__dropdown {
	    top: 48px;
	    position: absolute;
	    left: -5px;
	}
	.kb_right + .kb_left {
		text-align: center;
	}

}
/* End */


/* Start:/bitrix/templates/aspro-priority/components/bitrix/learning.course.list/aspro/style.css?177071222413308*/
	.docs{font-family: "Montserrat";}

	.menu_item_selected.visible-xs {
	    padding: 16px 24px 15px;
	    border: 1px solid #ecf2f4;
        margin-bottom: -1px;
        position: relative;
	}
	.mixitup-container .menu_item_selected.opened:after{
	    -moz-transform: rotate(180deg);
	    -o-transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	.mixitup-container .courses .sections.head-block.top{display: none ; margin-bottom: 36px; /*margin: 36px 0; padding-top:31px;*/}
	/*.mixitup-container .courses .sections.head-block.top{display: none;}*/
	.head-block .item-link .title{cursor: pointer;}
	.mixitup-container .head-block .item-link .title span, .mixitup-container .head-block.top .item-link .title .btn {padding: 16px 24px 15px;position: relative;font-size: 11px;font-family: "Montserrat";    color: #333;}
	.mixitup-container .menu_item_selected:after {
	    content: "";
	    position: absolute;
	    right: 25px;
	    top: 50%;
	    width: 5px;
	    height: 3px;
	    margin: -2px 0 0;
	    background: url(/bitrix/templates/aspro-priority/images/svg/header_icons.svg) -115px -29px no-repeat;
	}
	.sections.head-block.top .item-link {
	    margin: 3px;
	    border-radius: 3px;
	}
	.courses.block__courses {
	    display: flex;
	    flex-direction: column;
	}
	.border{border: 1px solid #ecf2f4 !important;}

	.sections.head-block.top .item-link .title span.mixitup-control-active{background: #ffffff;color: #333;}

	body .sections.head-block.top .item-link .title span.mixitup-control-active:before {
	    content: "";
	    position: absolute;
	    left: -1px;
	    right: -1px;
	    top: 0px;
	    z-index: 1;
	    background: #2b7de0;
	}
	.font_upper_md { text-transform: uppercase;	}
	.learning-course-list {display: flex;flex-wrap: wrap;}
	.learning-course-list .item{
		padding-bottom: 100px;
    	margin-bottom: 25px;
    	overflow: hidden;
	    margin-right: -1px;
    }
	/*.learning-course-list .item:hover{margin-bottom: -120px; }*/
	.learning-course-list .item__inner {
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    position: relative;
	}
	/*.learning-course-list .item{display: flex; flex-direction: column; width: 259px;}*/
	.learning-course-list .item img{width: 100%;}
	/*body {font-family: "Montserrat", Arial, sans-serif;}*/
	.item__link-detail{
	    color: #777777 !Important;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
        width: 100%;
	}
	.description{
		width: 100%;
		/*height: 215px;*/
	    background: #ffffff;
	    /*margin-left: -15px;*/
/*	    padding-left: 20px;
	    padding-right: 15px;*/
	    /*position: relative;*/
	    position: absolute;
	    /*bottom: 0;*/
	    display: flex;
        /*transition: bottom 1.2s;*/
        /*margin-top: -25px;*/
	}

	.item__link-detail, .item__link-detail:hover{
		color: #777;
	}
	.title_item{
		font-family: "Montserrat";
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		padding-top: 20px;
	    padding-left: 20px;
   		padding-right: 20px;
		display: inline-block;
		/*height: 100px;*/
	}
	.preview-text{
		background-color: #fff;
	    opacity: 0;
	    visibility: hidden;
	    height: 0;
	    padding-left: 20px;
		padding-right: 20px;
		height: 0;
		/*transform: translateY(25px);*/
		transition: opacity 0.4s ease, height 0.2s ease;
	}
	.footer-button{
		opacity: 0;
	    visibility: hidden;
	    height: 0;
	    font-size: 11px;
	    letter-spacing: 0.8px;

	    border-radius: 0 0 3px 3px;
	    text-transform: uppercase;
	    background-color: #2b7de0;
	    border-color: #2b7de0;
	    color: #fff;
	    width: 100%;
	    border: none;
	}

	.img_course {
		display: block; height: 188px;
		background-position-x: 50%;
		background-position-y: 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.shadow {
	    transition: box-shadow .3s;
	    -moz-transition: box-shadow .3s;
	    -ms-transition: box-shadow .3s ease;
	    -o-transition: box-shadow .3s;
	    -webkit-transition: box-shadow .3s;
	}

@media(min-width: 560px){
	.description{
		width: 100%;
		height: 215px;
	    background: #ffffff;
	    /*margin-left: -15px;*/
/*	    padding-left: 20px;
	    padding-right: 15px;*/
	    /*position: relative;*/
	    position: absolute;
	    /*bottom: 0;*/
	    display: flex;
	    transform: translateY(190px);
	    transition: transform 0.5s ease, height 0.5s ease;
        /*transition: bottom 1.2s;*/
        /*margin-top: -25px;*/
	}
}
@media(min-width: 768px){
	.sections.head-block.top .item-link span.btn{ background: #f8f9fb;}
	.sections.head-block.top .item-link:hover .btn{background-color: #ffffff;}
	.sections.head-block.top .item-link .title span.mixitup-control-active:before{
	    height: 2px;
	    -moz-border-radius-topleft: 3px;
	    -webkit-border-top-left-radius: 3px;
	    border-top-left-radius: 3px;
	    -moz-border-radius-topright: 3px;
	    -webkit-border-top-right-radius: 3px;
	    border-top-right-radius: 3px;
	}
	.title_item{
		height: 100px;
	}

	.item:hover .title_item{
		height: auto;
	}
	.item:hover .description{
	    position: absolute;
	    z-index: 3;
	    flex: 1;
	    min-height: 227px;
	    width: 100%;
	    transform: translateY(50px);
	}
	.item:hover .preview-text {
	    display: inline-block;
	    opacity: 1;
	    visibility: visible;
	    font-size: 13px;
	    line-height: 20px;
	    height: auto;
        margin-bottom: 19px;
		margin-top: 10px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    height: auto;
	    transform: translateY(0px);
	}
	.item:hover .footer-button {
	    opacity: 1;
	    visibility: visible;
	    height: auto;
	    padding: 17px 21px 18px;
	}
	.shadow:hover {
	    border-color: transparent;
	    -webkit-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
	    -moz-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
	    box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
	}
}
@media(max-width: 767px){
	.sections.head-block.top .item-link:hover{box-shadow: none;}
	.sections.head-block.top{
		flex-direction: column;
		/*overflow: visible !important;*/
	}
	.sections.head-block.top .item-link .title span.mixitup-control-active:before{
		bottom: -1px;
		width: 2px;
	}
	.sections.head-block.top .item-link{
	    margin: 0 0 -1px 0;
	}
	.mixitup-container .head-block .item-link .title span, .mixitup-container .head-block.top .item-link .title .btn{
		font-size: 1em;
	    text-transform: none;
	    letter-spacing: 0;
	    width: 100%;
   		text-align: left;
   		color: #999999;
	}
	.learning-course-list {margin-top: 36px; display: flex; flex-wrap: wrap;}
	.mixitup-container .sections.head-block { display: none;}
	.sections.head-block.top .item-link .title span.mixitup-control-active{background-color: transparent;}
	.item:hover .description .footer-button{opacity: 0;visibility: hidden;height: 0;}

}
@media(max-width: 559px){
	.learning-course-list .item {
    	width: 100%;
    	padding-bottom: 40px;
    	margin-bottom: 0px;
	}
/*	.learning-course-list .item:not(:last-of-type) {
    	padding-bottom: 40px;
	}*/
	.learning-course-list .item__inner:before{
		content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
		background: rgb(55,55,55);
		background: linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(255,255,255,0) 100%);
	    z-index: 1;
	    transition: opacity .3s;
	    -moz-transition: opacity .3s;
	    -ms-transition: opacity .3s ease;
	    -o-transition: opacity .3s;
	    -webkit-transition: opacity .3s;
	}
	span.img_course {
		height: auto;
    	max-height: 315px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}
	.item__inner {
	    position: relative;
	    max-height: 100%;
	    /*padding-top: 66.666666%;*/
	    padding-top: 59.666666%;
	}
	/*.description{position: absolute;}*/

	.title_item{
	    padding-top: 10px;
	    z-index: 2;
    	/*padding-left: 0px;*/
	}
	.description {
	    bottom: 0;
	    background-color: transparent;
	    /*background: rgba(0,0,0,0.5);*/
	    /*color: #ffffff;*/
	    padding: 15px 0 15px 0;
	}
	.title_item{color: #ffffff;}
}


/*PRESS*/
.press__container{
	display: flex;
	flex-wrap: wrap;
}
.press__item-head{
/*	display: flex;
	flex-wrap: wrap;*/
    padding-top: 33px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
}
.press__container .press__item {
	padding: 13px 15px;
	display: flex;
	margin-right: -1px;
}
.press__item-inner{
	flex: 1;
	background-color: #ffffff;
	border: 1px solid #eff1f5;
}
.press__title-item{
	font-size: 30px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    padding-right: 35px;
}
.press__link {
    display: inline-block;
    margin-bottom: 10px;
}

.news__item {
    display: flex;
    padding: 35px 40px 35px 40px;
}
.news__item:not(:last-child) {
    border-bottom: 1px solid #eff1f5;
}
.news__image-block {
    width: 155px;
    max-height: 113px;
    flex-shrink: 0;
}
.news__info {
    flex: 1;
    padding-left: 26px;
}
.news__date{color: #777777; font-size: 12px; margin-top: -6px;padding-bottom: 4px;}
.news__item-name a{color: #333333; font-size: 15px; word-break: break-word;    line-height: 23px;}
.news__item-name a:hover {    color: #2b7de0;}
/*KNOWLEDGE_BASE BEGIN*/


.kb_postlist, .kb_postdetail {
	padding: 0px 38px 12px 38px;
}





/*.kb_postlist h3 {
	font-size: 19px;
	font-weight: bold;
	color: #232e43;
	font-family: proxima_nova_thbold,Arial,sans-serif !important;
	font-weight: normal !important;
}*/
.kb_postlist .list + h3 {
	margin-top: 53px;
}
.kb_postlist .item {
	color: #777777;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
.kb_postlist .list .item:not(:last-of-type) {
	border-bottom: 1px solid #eff1f5;
}
.kb_postlist .list .item:first-of-type {
	margin-top: 15px;
}
.kb_postlist .name {
	font-size: 16px;
	line-height: 23px;
	/*margin: 0 0 2px;*/
}
.kb_postlist .text {
	line-height: 21px;
}
.kb_postlist .foot {
	font-size: 12px;
	margin-top: 4px;
	position: relative;
	line-height: 18px;
	overflow: hidden;
}
.kb_postlist .foot .one {
    position: relative;
}
.kb_postlist .name + .foot {
	margin-top:6px;
}
.kb_postlist .date {
	width:88px;
	color: #777777;
	text-align: left;
	position: absolute;
}

.kb_postlist .section a {
	color: #333333;
}
.kb_postlist .date + .section {
	padding-left: 88px;
}
.kb_postlist .section a:hover {
	color:#1970c9;
}
.kb_postlist .section .one > * {
	display: inline-block;
	vertical-align: top;
	float: left;
	line-height: 18px;
}
.kb_postlist .section .one .icon{
	height: 16px;
    width: 16px;
    left: 0;
/*    position: relative;
    top: -1px;*/
    /*margin-right: 7px;*/
    position: absolute;
}
.kb_postlist .section .one > .f{
	padding-left: 23px;
}
.kb_postlist .section .all {
	display:none;
}
.kb_postlist .section.open .one {
	display:none;
}
.kb_postlist .section.open .all {
	display:block;
}
.kb_postdetail h3 {
	font-size: 27px;
	line-height: 32px;
	margin: 9px 0 7px;
	color:#232e43;
}
.kb_postdetail .info {
	font-size: 13px;
	padding: 0 !important;
	margin: 0 0 17px;
	color: #767f90;
}
.kb_postdetail .info a {
	color:#232e43;
	font-family: gotham_promedium,Arial,sans-serif;
	font-weight: normal !important;
}
.kb_postdetail .actual .title {
	font-size: 13px;
	font-family: gotham_promedium,Arial,sans-serif;
	font-weight: normal !important;	margin: 0 0 8px;
	color:#232e43;
}
.kb_postdetail .actual ul {
	padding-left: 14px;
	margin-bottom: 24px;
}
.kb_postdetail .actual li {
	margin-top: 4px;
}
.kb_postdetail .actual li a {
	color: #525c70;
}
.kb_postdetail .info a:hover, .kb_postdetail .actual li a:hover {
	color:#1970c9;
}
.kb_postdetail hr {
	border-bottom-width: 0px;
	border-top-color: #e7ebf1 !important;
	margin-bottom: 24px;
	margin-top: 24px;
}
.kb_postdetail .reshenie .title, .kb_postdetail .reshenie h3 {
	color: #232e43;
	font-size: 19px;
	line-height: 1.1;
	margin-bottom: 17px;
	margin-top: 4px;
}
.kb_postdetail .reshenie, .kb_postdetail .preview {
	color:#333333;
}
.kb_postdetail .kb_tags {
	margin: 0;
}
.kb_postdetail .kb_tags h2 {
	font-size: 14px !important;
	font-weight: bold;
	padding: 0;
}
.kb_postdetail .preview ul, .kb_postdetail .reshenie ul, .kb_postdetail .preview ol, .kb_postdetail .reshenie ol {
	padding-left:15px;
}
.kb_postdetail .preview img, .kb_postdetail .reshenie img {
	height: auto;
	max-width: 100%;
}
@media(min-width: 992px){
	.press__link {
	    position: relative;
	    margin: 11px 0 0 19px;
	    float: right;
	}
}
@media (max-width: 991px){
	.news__image-block {
	    width: 100px;
	}
}
@media (max-width:767px){
	/*.press__title-item{padding: 25px 15px 15px 15px;}*/
	.press__title-item{padding: 0px; font-size: 23px;}
	.press__item-head{padding: 22px 22px 18px 22px;}
	.news__item{padding: 22px 22px 18px 22px;}
	.news__item:first-child{}
	.news__info{padding-left: 15px;}
	.news__date {padding-bottom: 4px;}
	.kb_postlist .list .item:first-of-type { margin-top: 0px;}
	.kb_postlist .item{padding: 10px 0;}
	.kb_postlist .name{font-size: 15px;}
	.news__item-name a{font-size: 14px;}
	.kb_postlist, .kb_postdetail {padding: 0px 22px 18px 22px;}
}
@media (max-width: 560px){
	.press__container .press__item {
	    padding: 13px 0;
	}
	.news__image-block {
	    width: 100px;
	}
}
/*KNOWLEDGE_BASE END*/
/* End */
/* /bitrix/templates/aspro-priority/components/bitrix/search.form/courses/style.css?177071222410748 */
/* /bitrix/templates/aspro-priority/components/bitrix/learning.course.list/aspro/style.css?177071222413308 */
