

/* Start:/local/templates/cable/components/bitrix/system.pagenavigation/my/style.css?16352567211729*/
.page_nav_wr{
	width: 100%;
}
.page_nav{
				max-width: 100%;
	overflow: auto;
}
.modern-page-navigation {
	display: flex;
	    justify-content: center;

}	
.modern-page-navigation > span,
.modern-page-navigation > a {
	border: 1px solid #E5ECF3;
	margin-left: -1px;
	padding-left: 22px;
	padding-right: 22px;
	color: #4F4F4F;
	text-decoration: none;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
}
.modern-page-navigation > span{
	background-color: #285FA0;
	border: 1px solid #285FA0;
	color: #fff;
}
.modern-page-navigation > a:hover{
	text-decoration: none;
	z-index: 1;
	border: 1px solid #285FA0;
	color: #285FA0;
}

.page_nav_more_wr {
	text-align: center;


}
.page_nav_more_wr button{
	display: inline-block;
	margin-bottom: 40px;
	color: #285FA0;
	font-size: 16px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #9FB9D8;
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 18px;
	
}
.page_nav_more_wr button img,
.page_nav_more_wr button svg{
	margin-left: 8px;
	vertical-align: middle;
}

.page_nav_more_wr button:hover{
	border: 1px solid #285FA0;
    color: #285FA0;
}

.page_nav_more_wr button:hover svg path{
	fill: #285FA0;
}
.modern-page-next{
	display: none;
}

@media screen and (max-width: 640px){
	.modern-page-navigation > span,
	.modern-page-navigation > a {

		line-height: 34px;
		font-size: 11px;
		padding-left: 13px;
		padding-right: 13px;
	}
	
	.page_nav_more_wr button{
			font-size: 12px;
			padding-top: 8px;
	padding-bottom: 8px;
	}
	.page_nav_more_wr button svg{
		width: 14px;
		height: 14px;
	}
}

.page_nav_more_wr button.loading svg{
	animation: rotate 1s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/local/templates/cable/components/bitrix/news.list/question/style.css?1635256721150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/cable/components/bitrix/main.userconsent.request/userconsent/user_consent.css?16352567213423*/
.main-user-consent-request a {
	cursor: pointer;
}

.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: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 40px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: 500;
	/* font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000; */
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

.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-buttons > span:first-child {
	margin-right: 30px;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #D1DAE2;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	-moz-appearance: none;
	font-family: TT Norms;
}

/** 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;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

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

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

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}

@media screen and (max-width: 1020px) { 
	.main-user-consent-request-popup-cont {
		padding: 20px 10px;
	}
	.main-user-consent-request-popup-header {
		font-size: 18px;		
		text-align: center;
	}
	.main-user-consent-request-popup-buttons > span:first-child {
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.main-user-consent-request-popup-text {
		font-size: 12px;
	}
	.main-user-consent-request-popup-buttons span{
		width: 100%;
	}

}
/* End */
/* /local/templates/cable/components/bitrix/system.pagenavigation/my/style.css?16352567211729 */
/* /local/templates/cable/components/bitrix/news.list/question/style.css?1635256721150 */
/* /local/templates/cable/components/bitrix/main.userconsent.request/userconsent/user_consent.css?16352567213423 */
