

/* Start:/local/templates/supopt/components/bitrix/news.list/brands/style.min.css?1733478120129*/
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/supopt/components/bitrix/main.userconsent.request/supform/user_consent.css?17842084738019*/
.main-user-consent-request{
	color: #373c3f;
	font-weight: normal !important;
	font-size: 13px;
}
.main-user-consent-request a {
	cursor: pointer;
	/*display: block;
     float: left; 
    margin: 0 0 0 25px;*/
    font-weight: normal;
    color: #373c3f;
    display: inline-block;
	margin: 0;
}
.main-user-consent-request a:hover{
	text-decoration: none;
	color: #373c3f;
}

.main-user-consent-request span{
	/*display: inline-block;
	padding-left: 5px;*/
	display: block;
    padding-left: 25px;
}
@media screen and (max-width:767px) {
	.main-user-consent-request span{
		/*display: inline;*/
	}
}

.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: 20px;
	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;
}
	.main-user-consent-request-popup-cont-close{
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		background: #fff;
		border: 1px solid #e6e6e6;
		right: -20px;
		top: -20px;
		text-align: center;
		line-height: 40px;
		display: block;
		text-decoration: none !important;
		font-size: 0;
	}
	.main-user-consent-request-popup-cont-close:before{
		content: "";
		width: 38px;
		height: 38px;
		background: url("data:image/svg+xml,%3Csvg%20%20%20%20%20xmlns='http://www.w3.org/2000/svg'%20%20%20%20%20xmlns:xlink='http://www.w3.org/1999/xlink'%20%20%20%20%20width='11px'%20height='11px'%3E%20%20%20%20%3Cpath%20fill-rule='evenodd'%20%20fill='rgb(2,%20116,%20189)'%20%20%20%20%20d='M6.807,5.500%20L10.729,1.578%20C11.090,1.217%2011.090,0.632%2010.729,0.270%20C10.368,-0.091%209.783,-0.091%209.422,0.270%20L5.500,4.193%20L1.578,0.270%20C1.217,-0.091%200.631,-0.091%200.270,0.270%20C-0.090,0.632%20-0.090,1.217%200.270,1.578%20L4.192,5.500%20L0.270,9.421%20C-0.090,9.783%20-0.090,10.368%200.270,10.729%20C0.631,11.090%201.217,11.090%201.578,10.729%20L5.500,6.807%20L9.422,10.729%20C9.783,11.090%2010.368,11.090%2010.729,10.729%20C11.090,10.368%2011.090,9.783%2010.729,9.421%20L6.807,5.500%20Z'/%3E%20%20%20%20%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0;
		top: 0;
	}
.main-user-consent-request-popup-header {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.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;
	margin: 0 -10px;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 44px;
	margin: 0 10px 5px 10px;
	padding: 0 18px;
	width: 220px;
	border: none;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;

	cursor: pointer;

	font-size: 18px;
	line-height: 44px;
	color: #fff;

	text-align: center;
	text-decoration: none;
	background: #f7cc01;
}
.main-user-consent-request-popup-button-acc {
	background: #0274bd;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #5dc7fd;
}

.main-user-consent-request-popup-button-rej {
	background: #d1d1d1;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #5dc7fd;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
	resize: 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);
	}
}

.user-consent-request input[type='checkbox'].styled-on-label:checked + label::before {
    background-position: -34px -29px;
}

.user-consent-request input[type='checkbox'].styled-on-label + label::before {
    background-position: -34px -5px;
}

.user-consent-request input[type='checkbox'].styled-on-label + label::before{
    position: relative;
    top: 0px;
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
    content: '';
    vertical-align: top;
    background-image: url(/images/form-sprite.png);
    background-repeat: no-repeat;

}

.pay-about__form-form .user-consent-request{
	background: #0274bd;
	padding: 13px;
}
.pay-about__form-form .user-consent-request label a{
	color: #fff;
	font-weight: normal;
}
.pay-about__form-form .user-consent-request input[type='checkbox'].styled-on-label + label::before{
	background-color: #fff;
}


/*************** SCROLLBAR BASE CSS ***************/

body .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

body .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

body .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

body .scroll-element {
    display: none;
}
body .scroll-element, .scroll-element div {
    box-sizing: content-box;
}

body .scroll-element.scroll-x.scroll-scrollx_visible,
body .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

body .scroll-element .scroll-bar,
body .scroll-element .scroll-arrow {
    cursor: default;
}

body .scroll-textarea {
	border: 0 !important
}
body .scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
body .scroll-textarea > .scroll-content > textarea {
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    position: relative !important;
    top: 0;
    width: 100% !important;
    padding: 6px 30px 6px 14px !important;
	border: 1px solid #9a9ea0 !important;
	width: 100%;
	resize: none;
}

body .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
body .scrollbar-outer > .scroll-element.scroll-y{
	height: 76%;
	right: 16px;
	top: 12%;
}
body .scroll-element_track{
	width: 9px !important;
	left: 2px !important;
	background-color: #f5f5f5 !important;
}
body .scrollbar-outer > .scroll-element .scroll-bar{
	background-color: #0274bd !important;
	max-height: 14px;
	min-height: 14px !important;
	width: 14px;
}
body .scrollbar-outer > .scroll-content.scroll-scrolly_visible{
	margin-left: 0;
	left: 0;
}

body .scrollbar-outer > .scroll-element .scroll-element_outer{
	overflow: visible !important;
}
/* End */


/* Start:/local/templates/supopt/components/bitrix/news.list/oplata/style.min.css?17334781207293*/
.pay-about{margin-bottom:40px;margin-top:15px}.pay-about__top-banner{background:url(/local/templates/supopt/components/bitrix/news.list/oplata/../images/pay-about__top-banner.jpg)center 80%no-repeat #05a1e4;background-size:cover;overflow:hidden;position:relative;display:table;width:100%;color:#fff}.show-on-animated.pay-about__top-banner{opacity:.01;-webkit-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);-webkit-transition:1s;-o-transition:1s;transition:1s}.show-on-animated--show.pay-about__top-banner{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.pay-about__top-banner-img{display:table-cell;width:186px;position:relative;height:93px}.pay-about__top-banner-img svg{position:absolute;top:-27px;left:30px}.pay-about__top-banner-text{display:table-cell}.pay-about__top-banner-title{font-size:24px;font-weight:600;text-transform:uppercase;margin-top:16px;letter-spacing:-.01em}.pay-about__top-banner-title span{color:#ffd200;font-weight:700}.pay-about__top-banner-middle{font-size:20px;font-weight:600;letter-spacing:-.01em;float:left}.pay-about__top-banner-small{font-size:12px;float:right;margin-right:65px;margin-top:7px;margin-bottom:7px}.pay-about__list{counter-reset:counter}.pay-about__list-title{font-size:20px;line-height:20px}.pay-about__list-item{display:table;table-layout:fixed;width:100%}.show-on-animated .pay-about__list-item{opacity:.01;-webkit-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-o-transform:scale(.9,.9);transform:scale(.9,.9);-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.show-on-animated .pay-about__list-item-1{transition-delay:.2s}.show-on-animated .pay-about__list-item-2{transition-delay:.4s}.show-on-animated .pay-about__list-item-3{transition-delay:.6s}.show-on-animated .pay-about__list-item-4{transition-delay:.8s}.show-on-animated .pay-about__list-item-5{transition-delay:1s}.show-on-animated .pay-about__list-item-6{transition-delay:1.2s}.show-on-animated--show .pay-about__list-item{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.pay-about__item-left{background:#fc0;display:table-cell;vertical-align:middle;text-align:center;position:relative;counter-increment:counter;overflow:hidden}.pay-about__item-left:before{content:counter(counter)".";position:absolute;left:-8px;top:-6px;line-height:60px;font-weight:700;width:70px;height:65px;color:#fff;background-color:#0274bd;border-radius:0 0 60px 0}.pay-about__item-img{margin-bottom:12px;height:60px;line-height:60px}.pay-about__item-name{font-size:16px;font-weight:600;max-width:157px;display:inline-block}.pay-about__item-right{display:table-cell;vertical-align:middle;border:2px solid #fc0;padding:10px 5px;text-align:center}.pay-about__item-right b{font-weight:700}.pay-about__item-right p{margin-top:10px;margin-bottom:0;letter-spacing:0}.pay-about__item-right ul{margin-top:10px;padding-left:0}.pay-about__item-right li{list-style:none}.pay-about__item-right li+li{margin-top:10px}.pay-about__item-right li:before{content:"•";line-height:14px;font-size:26px;color:#0274bd;vertical-align:middle;display:inline-block;margin-right:3px}.pay-about__item-right img{margin-top:15px}.pay-about__banner-bottom{background-color:#026cb4;color:#fff;text-align:center;font-weight:600;margin-top:19px;background-image:url(/images/Mini_banner1.jpg);background-size:cover;background-repeat:no-repeat;padding-bottom:16px;position:relative}.pay-about__banner-bottom-col+.pay-about__banner-bottom-col .pay-about__banner-bottom{background-image:url(/images/Mini_banner2.jpg)}.show-on-animated-row-hidden{overflow:hidden}.show-on-animated .pay-about__banner-bottom-col{opacity:.01;-webkit-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-o-transform:scale(.9,.9);transform:scale(.9,.9);-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.show-on-animated--show .pay-about__banner-bottom-col{opacity:1;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.pay-about__banner-bottom-title{font-size:30px;padding-top:6px}.pay-about__banner-bottom-text{font-size:18px;line-height:1.2;margin-top:-5px}.pay-about__form{margin-top:41px;height:350px;background:url(/images/anomy-general-01.jpg)center top no-repeat #e8dfe1;background-size:cover;padding:30px 50px;margin-bottom:30px;position:relative;overflow:hidden}.pay-about__form:before{position:absolute;left:0;top:-100px;content:"";width:470px;height:550px;background:rgba(0,117,193,.88);-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);-o-transform:rotate(-12deg);transform:rotate(-12deg)}.pay-about__form>*{position:relative;z-index:2}.pay-about__form .user-consent-request{background:0 0!important;padding-left:0!important}.show-on-animated.pay-about__form{opacity:.01;-webkit-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-o-transform:scale(.9,.9);transform:scale(.9,.9);-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.show-on-animated--show.pay-about__form{opacity:1;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.pay-about__form-title{font-size:24px;font-weight:700;color:#fff;text-transform:uppercase;margin-top:12px;line-height:1;margin-bottom:5px}.pay-about__form-subtitle{font-size:24px;font-weight:400;color:#fff;margin-bottom:8px;margin-top:0;line-height:1}.pay-about__form-form-res{color:#fff;font-weight:600}.pay-about__form-form-row{position:relative;width:370px}.pay-about__form-form-row svg{position:absolute;right:16px;top:16px}.pay-about__form-input{width:100%;margin-top:10px;padding:0 13px!important;height:38px!important;line-height:38px!important}.pay-about__form .pay-about__form-submit{text-align:center;width:220px;text-transform:none;padding:10px 15px;margin-top:3px;color:#fff!important}.pay-about__form-form .main-user-consent-request span{color:#fff}@media screen and (min-width:992px) and (max-width:1199px){.pay-about__item-left{height:285px}.pay-about__banner-bottom-text{font-size:16px}}@media screen and (min-width:768px) and (max-width:991px){.pay-about__item-left{height:370px}.pay-about__banner-bottom-text{min-height:42px}}@media screen and (max-width:767px){.pay-about__top-banner{padding:15px}.pay-about__top-banner-img{display:none}.pay-about__top-banner-title{font-size:20px}.pay-about__top-banner-small{float:left}.pay-about__form{padding:15px}.pay-about__form:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.pay-about__form-form-row,.pay-about__form-input{width:100%}.pay-about__form{height:auto}.pay-about__form-submit{width:100%}.pay-about__form-form .user-consent-request{margin-top:20px}}.pay-about__list{margin-top:0!important}.pay-about__item-left{width:39%;height:250px}.pay-about__list-item{margin-top:35px}@media screen and (min-width:992px) and (max-width:1199px){.pay-about__item-left{height:300px}.pay-about__banner-bottom-text{font-size:16px}}@media screen and (min-width:768px) and (max-width:991px){.pay-about__item-left{height:410px}.pay-about__banner-bottom-text{min-height:42px}}
/* End */
/* /local/templates/supopt/components/bitrix/news.list/brands/style.min.css?1733478120129 */
/* /local/templates/supopt/components/bitrix/main.userconsent.request/supform/user_consent.css?17842084738019 */
/* /local/templates/supopt/components/bitrix/news.list/oplata/style.min.css?17334781207293 */
