

/* Start:/local/templates/rostbk/components/rostbk/main.userconsent.request/.default/user_consent.css?16062000773671*/
.main-user-consent-request a {
	cursor: pointer;
	color: #0f273c;
	/* text-decoration: underline; */
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 480px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 560px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 20px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #168406;
	color: #fff;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #0cbc14;
	color: #fff;
}

.main-user-consent-request-popup-button-rej {
	background: #b3575a;
	color: #fff;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #a51d21;
	color: #fff;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 330px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@media all and (max-width:560px){
	.main-user-consent-request-popup-cont{
		min-width: 320px;
	}
}

@media all and (max-height:480px){
	.main-user-consent-request-popup-cont{
		min-height: 100%;
	}
	.main-user-consent-request-popup-text{
		height: 65vh;
	}
}
/* End */


/* Start:/local/templates/rostbk/components/bitrix/news.list/experts_direction/style.css?17817290474075*/
.experts-direction {
	margin: 34px 0;
	max-width: 100%;
}

.experts-direction__title {
	margin: 0 0 18px;
	color: #1f3f72;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
}

.experts-direction__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 38%);
	gap: 28px;
	padding: 24px;
	border: 1px solid #d8e4f3;
	border-radius: 8px;
	background: #f8fbff;
	min-width: 0;
}

.experts-direction__expert {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	min-width: 0;
}

.experts-direction__content,
.experts-direction__articles {
	min-width: 0;
}

.experts-direction__photo {
	display: block;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	background: #e8eef7;
}

.experts-direction__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.experts-direction__name {
	display: inline-block;
	margin-bottom: 8px;
	color: #235aa7;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.experts-direction__name:hover {
	color: #173c72;
	text-decoration: underline;
}

.experts-direction__speciality {
	margin-bottom: 12px;
	color: #3d4654;
	font-size: 16px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.experts-direction__description,
.experts-direction__facts {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.experts-direction__facts {
	margin-top: 12px;
}

.experts-direction__facts div + div {
	margin-top: 6px;
}

.experts-direction__articles {
	padding-left: 26px;
	border-left: 1px solid #d8e4f3;
	overflow-wrap: anywhere;
}

.experts-direction__articles .expert_articles.container,
.experts-direction__articles .expert_articles {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.experts-direction__articles ul {
	margin: 0;
	padding-left: 18px;
}

.experts-direction__articles li + li {
	margin-top: 8px;
}

.experts-direction__articles .expert_articles > .row {
	margin: 0;
}

.experts-direction__articles .expert_articles .col,
.experts-direction__articles .expert_articles .col-12 {
	width: 100%;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
}

.experts-direction__articles .title__articles_block {
	margin: 0 0 12px;
	color: #3d4654;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.experts-direction__articles .news-item {
	padding: 0;
	border-bottom: 0;
}

.experts-direction__articles .news-item + .news-item {
	margin-top: 10px;
}

.experts-direction__articles .rostbk-news-list__wrap {
	padding: 0;
	border-bottom: 0;
}

.experts-direction__articles .news-title {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.experts-direction__articles .news-title a {
	color: #235aa7;
	text-decoration: underline;
	overflow-wrap: anywhere;
}

.experts-direction__articles .readmore,
.experts-direction__articles .clearfix {
	display: none;
}
.btn_read_more {
	display: inline-block;
	margin-top: 16px;
}

.experts-direction__item + .experts-direction__item {
	margin-top: 22px;
}
@media (max-width: 991px) {
	.experts-direction__item {
		grid-template-columns: 1fr;
	}

	.experts-direction__articles {
		padding-left: 0;
		padding-top: 20px;
		border-left: 0;
		border-top: 1px solid #d8e4f3;
	}
}

@media (max-width: 575px) {
	.experts-direction {
		margin: 24px 0;
	}

	.experts-direction__title {
		font-size: 22px;
	}

	.experts-direction__item {
		padding: 18px;
		gap: 18px;
	}

	.experts-direction__expert {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.experts-direction__photo {
		width: 112px;
		height: 112px;
	}

	.experts-direction__name {
		font-size: 20px;
	}

	.experts-direction__speciality,
	.experts-direction__facts,
	.experts-direction__articles,
	.experts-direction__articles .news-title,
	.experts-direction__articles a {
		font-size: 15px;
	}
}

@media (max-width: 360px) {
	.experts-direction__item {
		padding: 14px;
	}

	.experts-direction__photo {
		width: 96px;
		height: 96px;
	}

	.btn_read_more {
		width: 100%;
		text-align: center;
	}
}

/* End */


/* Start:/local/templates/rostbk/components/bitrix/catalog/SCatalog/bitrix/catalog.section.list/prog-list/style.css?16418195231338*/
/* list */

.s_catalog{
	padding:0;
	margin: 0 0 30px;
	
}

.s_catalog_ul{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: stretch;
	margin:0;
	padding: 0;
}

.s_catalog_block{
	display: inline-block; 
	width: 24%; 
	min-width: 280px; 
	max-width: 300px;
	text-align: center;
	padding: 0;
	margin: 20px auto;
	background:#fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}
.s_catalog_block:hover{
	box-shadow: 0 0 6px rgba(0,20,40,0.2);
}
.s_catalog_main_block{
	display:block; 
	position:relative; 
	width:100%;	
	height: 110px;
	margin: auto;
	padding: 20px 15px;
	background: #EEE;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.s_catalog_main_block>a{display:block; width:100%; height:100%; font-size: 22px; color: #004B8D; font-weight:bold;}


.s_catalog_main_block>a:hover{color: #d22; text-decoration: none;}

.s_catalog_block ul{display:block; position: static; height: auto; width: 100%; margin:20px auto; padding: 0 15px; text-align: left;}

.s_catalog_block ul:before{content:'В этом разделе:'; color: #555; border-bottom: 1px dotted #ccc; width: 100%; display: block;}

.s_catalog_block_list{
	display: block;
	margin:10px 0;
	line-height: 16px;
	font-size:16px;
}

/* End */


/* Start:/local/templates/rostbk/components/bitrix/news.list/articles/style.css?1711457211989*/
.item-news-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #0f273c; 
	line-height: 1.5;
	font-weight: bold;
	padding: 20px;
}
.item-news {
	display:block;
	position:relative;
	padding-bottom: 20px;
}

.has-line:after {
	content: '';
    display: block;
    border-bottom: 2px solid #D22;
	width: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.section.arcticle-list{
	padding-bottom: 0;
}
.section.arcticle-list .flex-wrap {
    gap: 48px;
	margin-bottom: 30px;
}
section.arcticle-list .flex-wrap .has-line {
    width: 30%;
    position: relative;
}
.arcticle-list .item-news:hover {
    text-decoration: unset;
}
.arcticle-list .has-line .item-news-image {
    overflow: hidden;
}
.arcticle-list .item-news img {
	transition: .7s;
}
.arcticle-list .item-news:hover img {
    transform: scale(1.2);
}
@media(max-width: 768px){
	.section.arcticle-list{
		padding-top: 20px;
		margin-bottom: 0px;
	}
	section.arcticle-list .flex-wrap .has-line {
		width: 100%;
	}
}
/* End */
/* /local/templates/rostbk/components/rostbk/main.userconsent.request/.default/user_consent.css?16062000773671 */
/* /local/templates/rostbk/components/bitrix/news.list/experts_direction/style.css?17817290474075 */
/* /local/templates/rostbk/components/bitrix/catalog/SCatalog/bitrix/catalog.section.list/prog-list/style.css?16418195231338 */
/* /local/templates/rostbk/components/bitrix/news.list/articles/style.css?1711457211989 */
