

/* Start:/1c-otchetnost/style.css?170928421016318*/


.wrap-animate {
    overflow-x: hidden;
    width: 100%;
}
.orange-bottom
{
    border-bottom: 2px solid #ff6c00;
	border-bottom: 2px solid var(--e24-orange);
}
/* START styled link */
.link-self,
.link-self:focus,
.link-target,
.link-target:focus,
.link-target:hover,
.link-self:hover
{
	border: 0;
	text-decoration:none;
	color: #ff6c00;
	color: var(--e24-orange);
    border-bottom-width:1px;
}
.link-target:hover,
.link-self:hover
{
    border-color: transparent;
}
.link-target
{
	border-style: solid;
}
.link-self
{
	border-style: dashed;
}
a.link-black,
a.link-black:hover,
a.link-black:focus
{
	color: #000;
}
/* END styled link */

.bg-violet-blue
{
    background: linear-gradient(272.55deg ,#D9E9FC 0.14%,#E0E9FB 32.88%,#E6E9FB 63.2%,#FAE9FE 116.56%);
	position:relative;
	padding-bottom:150px;
}
.bg-violet-blue::after
{
	content:'';
	position:absolute;
	height:200px;
	left:0;
	right:0;
	top:0px;
	background-color:#fff;
	z-index:0;
}
.bg-violet-blue > .container
{
	z-index: 2;
    position: relative;
}

.big-banner{
	background-image:url('/1c-otchetnost/img/background.jpg');
	margin-top:-80px;
	padding-top:80px;
	min-height:550px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
}


.block-otchetnost {
	
	background-color:#e9ecef;
	background-color:var(--e24-gray-200);
}
.nav-page-tab__item
{
	cursor:pointer;
}
.nav-page-tab__item.nav-page-tab__item--active,
.nav-page-tab__item.nav-page-tab__item--active .nav-page-tab__item-title span
{
	cursor:default;
}
.nav-page-tab__item-content
{
    padding: 20px 10px 20px;
    color:#222;
    border-radius:15px;
    border:1px solid #ffe0c9;
}
.nav-page-tab__item.nav-page-tab__item--active .nav-page-tab__item-content
{
    background-color: #ff6c00;
    color: #fff;
}
.nav-page-tab__item-title
{
	margin-bottom:10px;
}
.nav-page-tab__item-title span
{
	font-size:24px;
	cursor:pointer;
    padding-bottom: 5px;
}
.nav-page-tab__item.nav-page-tab__item--active .nav-page-tab__item-title span
{
}

.nav-page-tab__item--active
{
	color:#3194e7;
	color:var(--e24-blue-300);
}
.nav-page-tab__item-arrow
{
    width: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    margin:0 auto;
	opacity:0;
	transition:all .1s linear;
}
@media ( max-width : 991px) {
	.nav-page-tab__item-arrow {
		display: none;
	}
}

.nav-page-tab__item:not(.nav-page-tab__item--active):hover .nav-page-tab__item-content {
    background-color: #ffecde;
    color: #ff6c00;
}

.nav-page-tab__item:not(.nav-page-tab__item--active):hover .nav-page-tab__item-title
{
	/*
	color:#3194e7;
	color:var(--e24-blue-300);
	
	opacity:0.5;
	*/
}

.nav-page-tab__item:not(.nav-page-tab__item--active):hover .nav-page-tab__item-title span
{
	/*
	border-bottom:1px dashed #3194e7;
	border-bottom:1px dashed var(--e24-blue-300);
	*/
}

.nav-page-tab__item--active .nav-page-tab__item-arrow
{
	opacity:1;
}
.nav-page-tab__item-arrow--right
{
	background-image:url('/1c-otchetnost/icons/Arrow-2-o.svg');
}
.nav-page-tab__item-arrow--left
{
	background-image:url('/1c-otchetnost/icons/Arrow-2-o.svg');
	transform: scale(-1, 1);
}
.nav-page-tab__item-arrow--center
{
	background-image:url('/1c-otchetnost/icons/Arrow-1-o.svg');
}
.nav-page-tab__item-description
{
	min-height: 40px;
}
.center-block-sm
{
	max-width:500px;
	margin:auto;
	border:1px solid #e9ecef;
	border:1px solid var(--e24-gray-200);
	padding:20px 40px;
	border-radius:10px;
}
.center-block-sm h4
{
	text-align:left;
	margin-bottom:20px;
}
.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

#slider-1c-report .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}
#slider-1c-report .owl-prev{
    background-image: url("/images/icons/prev-arrow-32.png")!important;    
    background-size: cover!important;
    width: 32px;
    height: 32px;
    margin-left:-50px;
}
#slider-1c-report .owl-next{
    background-image: url("/images/icons/next-arrow-32.png")!important;
    background-size: cover!important;
    width: 32px;
    height: 32px;
    margin-right: -20px;
    float: right; 
}

.slider {
    max-width: 800px;
    margin: 0 auto;
}

#slider-1c-report .owl-stage-outer {
	z-index: 1;
}

#slider-1c-report .image-popup {
	max-width: none;
}
#slider-1c-report .image-popup > img {
	max-height: none;
}
@media (max-width: 991px){
	.slider{
	   max-width: 500px;
	}
}

@media (max-width: 550px){
	.slider{
       max-width: 300px;
    }
}

#slider-1c-report .image-popup:before {
    content: none;
}
#slider-1c-report .owl-item
{
	text-align:center;
}

.gov-depart__list
{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gov-depart__item {
	margin: 10px 10px 0px;
	max-width: 100px;
	max-width: 120px;
}

.gov-depart__item img {
	max-width: 100px;
	max-height: 100px;
	height: 100px;
}

.gov-depart__item-text
{
	margin-top:15px;
	overflow-wrap: break-word;
	font-size: .9em;
}

.service-capabilities__list
{
	column-count: 2;
}
@media (max-width:991.8px)
{
	.service-capabilities__list
	{
		column-count: 1;
		text-align:left;
	}
}
@media (max-width:576px)
{
	.gov-depart__list
	{
		justify-content: center;
	}
}

.steps-connect__list
{
	counter-reset: steps;
	display:flex;
	flex-direction: column;
	margin-left:20px;
	margin-right:20px;
}
.steps-connect__item
{
	position:relative;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom:30px;
}
.steps-connect__item::before
{
	margin-bottom:0;
    counter-increment: steps;
    content: counter(steps);
    display: inline-block;
    background-color: #e9ecef;
    background-color: var(--e24-gray-200);
    color: #343a40;
    color: var(--e24-gray-dark);
    padding: 8px 25px;
    border-radius:10px;
    font-size: 24px;
}
.steps-connect__item::after
{
   	content: ' ';
    width: 2px;
    height: 30px;
    background-color: #e9ecef;
    background-color: var(--e24-gray-200);
    position: absolute;
    top: 100%;
    left: 30px;
}
.steps-connect__item:nth-last-child(1)::after
{
	display:none!important;
}
.steps-connect__item-description
{
	font-size:12px;
	padding:0px 10px;
	padding-left: 20px;
	max-width:100%;
	position:relative;
}
.steps-connect__list--row .steps-connect__item::after
{
	display:none;
}

.text-connect__list{
	display:flex;
	justify-content: center;
	margin-left:20px;
	margin-right:20px;
}
.text-connect__item-1, .text-connect__item-2{
	margin-bottom:0;
    display: inline-block;
    background-color: #e9ecef;
    background-color: var(--e24-gray-200);
    color: #343a40;
    color: var(--e24-gray-dark);
    padding: 8px 25px;
    border-radius:10px;
    font-size: 18px;
}

.text-connect__item-pfr{
	position:relative;
	width: 100%;
	align-items: center;
	text-align: center;
	margin-bottom:30px;
}

.text-connect__item::after {
   	content: ' ';
    background-color: var(--e24-gray-200);
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    top: 100px;
    right: -25%;
    left: auto;
    bottom: auto;
}


.font-grey{
	color: #969992;
}

@media (min-width:450px)
{
	.steps-connect__list--row .steps-connect__item::after {
		display: block;
	}
}
@media (min-width:768px)
{
	.steps-connect__list--row
	{
	
    	justify-content: center;
		flex-direction: row;
		margin-left:0px;
		margin-right:0px;
	}
	.steps-connect__list--row .steps-connect__item 
	{
		width:20%;
		text-align:center;
		margin-bottom:0px;
    	flex-direction: column;
	}
	.steps-connect__list--row .steps-connect__item::before
	{
    	margin-bottom:10px;
	}
	.steps-connect__list--row .steps-connect__item::after
	{
	    width: 50%;
	    height: 2px;
	    top: 24px;
	    right: -25%;    
	    left: auto;   
	    bottom: auto;
	}
	
	.steps-connect__list .steps-connect__item-description 
	{
	    font-size:12px;
	}
	
	.steps-connect__list--row .steps-connect__item-description 
	{
	    padding-left: 10px;
	}
}


.programm-detail__for-who-item {
	padding:20px 10px;
	margin-left:15px;
	margin-right:20px;
	width:calc( ( 100% - 105px ) / 3 );
	min-width:calc( ( 100% - 105px ) / 3 );
}

.flex {
	max-width:850px;
	margin:0 auto;
}

.block-otchetnost-blu {
	background:linear-gradient(272.55deg,#D9E9FC 0.14%,#E0E9FB 32.88%,#E6E9FB 63.2%,#FAE9FE 116.56%);
	box-shadow:inset 0 0 10px rgba(0,0,0,0.05);
}

.row.row1 {
	max-width:825px;
	margin:0 auto;
}

.control {
	display:block;
	position:relative;
	padding-left:30px;
	margin-bottom:15px;
	cursor:pointer;
}

.control__indicator {
	position:absolute;
	left:0;
	height:20px;
	width:20px;
	margin:0 !important;
}

.e-input_regione {
	margin-left:45%;
	padding:4px 0 4px 10px;
	border-radius:10px;
}

.input_regione {
	padding-left:20px;
}

.region_input {
	padding-left:70px !important;
}

.text_number {
	padding-top:30px;
}

@media (max-width:991px){
	.programm-detail__for-who-item {
		width:calc(100% - 80px);
		min-width:calc(100% - 80px);
		margin-left:40px;
	}
	.text-connect__list{
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	.text-connect__item::after {
		content: none;
	}
	.row2 {
		text-align:center;
	}
	.input_regione {
		width:250px !important;
	}
	.e-input_regione {
		margin-left:5%;
	}
	.text_number {
		padding-top:0;text-align:center;
	}
	.number {
		text-align:center;line-height:70px;
	}
}
	
@media (max-width:1200px) {
	.e-input_regione {
		margin-left:12%;
	}
}

@media (max-width:991px){
	.e-input_regione{
		width:600px !important;
		}
	.region_input{
		padding-bottom:30px;
		padding-left:0 !important;
		margin-left:0 !important;
		margin:0 auto;
	}
	.input_regione{
		padding-left:0 !important
	}
	.price_otchetnost{
		text-align:center
	}
}

@media (max-width:650px){
	.e-input_regione {
		width:400px !important
	}
	.region_input {
		padding-bottom:30px;
		padding-left:0 !important;
		margin-left:0 !important;
	}
	.input_regione {
		padding-left:0 !important
	}
}
	
@media (max-width:600px){
	.e-input_regione {
		width:250px !important
	}
}

.tab-contents
{
	display:none;
}
.tab-contents[data-target-id="1"]
{
	display:block;
}
.emoji-icon
{
	height: 1.3em;
	width:auto;
    vertical-align: middle;
    margin-left:3px;
    margin-right:3px;
  position: relative;
  bottom: 2px;
}

.calculator-reporting__advantage-list .InformationIcon {
  width: 14px;
  position: relative;
  left: 5px;
  bottom: 2px;
  color: #ccc;
}
.jBox-Tooltip.jBox-Default.jBox-Orange .jBox-container,
.jBox-Tooltip.jBox-Default.jBox-Orange .jBox-pointer:after
{
	border-color: #ff6c00;
	border-color:var(--e24-orange);
}

#section-sert img {
    border: 1px solid #ccc;
}


/*Оформление списка акций*/
.promotions__list {
	flex-wrap: wrap;
    display: flex;
}
.promotions__list>div{
	padding: 1rem 2.5rem;
}
.promotions__item {
	background-color: #E9EEF1;
	border-radius: 10px; 
	padding: 2rem;
	font-size: 16px;
	display: flex;
	text-decoration: none;
	color: #333343;
	overflow: hidden;
	height: 100%;
	flex-direction: column;
	transition: all ease 0.2s;
}
.promotions__item:hover, .promotions__item:focus {
	text-decoration: none;
	color: #333343;
} 
.promotions__item-date {
	margin-left: 3rem;
	font-size: 12px;
	position: relative;
	display: inline-block;
	padding-top: 3px;
}
.promotions__item-date::before {
	content: "";
	position: absolute;
	top: 0;
	left: -3rem;
	display: inline-block;
	background-color: var(--e24-blue-500);
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	transition: .25s ease-in-out;
}
.promotions__item h3 {
	color: #333343;
	font-size: 24px;
}
.promotions__btn-box {
	height: 12rem;
	display: flex;
	position: relative;
	margin-top: auto;
}
.promotions__item button {
    width: 4rem;
    height: 4rem;
	border: none;
	background: url(/1c-otchetnost/img/next-btn.svg) no-repeat;
	background-size: contain;
	display: block;
	margin: auto 0 0 auto;
	position: relative;
	z-index: 1;
	transition: .2s ease-in-out;
}
.promotions__btn-box::before {
	content: "";
	position: absolute;
	bottom: -70px;
	right: -50px;
	width: 170px;
	height: 170px;
	background-color: var(--e24-blue-500);
	border-radius: 100%;
	z-index: 0;
	
	transition: .2s ease-in-out;
}
.promotions__item-accent {
	background-color: #DAECF6;
	font-size: 14px;
}
.promotions__item-accent .promotions__item-date::before {
	background-color: var(--e24-blue-300);
}
.promotions__item-accent button {
	display: none;
}
.promotions__item-accent .promotions__btn-box::before {
	/*background: url(/1c-otchetnost/img/next-accent-btn.svg) no-repeat;
	width: 170px;
	height: 170px;
	bottom: -50px;*/
	background: none
}
.promotions__item-accent .promotions__btn-box-icon {
	position: absolute;
  right: -50px;
	top: 0;
	transition: .2s ease-in-out;
}
.promotions__item .promotions__btn-box-icon path {
	transition: .2s ease-in-out;
}
.promotions__item:hover {
	filter: brightness(1.05);
	transition: all ease 0.2s;
}
.promotions__item:hover h3 {
	color: var(--e24-orange)
}
.promotions__item:hover .promotions__item-date::before {
	background-color: var(--e24-orange);
}
.promotions__item:hover .promotions__btn-box-icon {
	width: 190px;
  height: 190px;
	top: -10px;
}
.promotions__item:hover .promotions__btn-box-icon path {
	fill: var(--e24-orange);
}
.promotions__item-action:hover .promotions__btn-box::before {
	background-color: var(--e24-orange);
	width: 190px;
  height: 190px;
}
.promotions__item-action:hover button {
	width: 6rem;
  height: 5rem;
}
.promotions__item-accent:hover .promotions__btn-box::before {
	transform: scale(1.2);
	transition: .2s ease-in-out;
}
@media (max-width: 1199px) {
	.promotions__list>div {
		padding: 1rem 1rem;
	}
}
/* Оформление видео ютуб */
.youtube__wrapper {
	width: 100%;
}
.youtube__wrapper .youtube {
	width: 100% !important;
}
.youtube__wrapper .youtube {
	height: unset !important;
}
.youtube {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-width: 0;
	outline-width: 0;
}
.youtube .play {
	background: url('/1c-otchetnost/icons/yt-play.svg') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
	background-position: 0 0px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	height: 48px;
	width: 68px;
	transition: none;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.youtube:hover .play {
	background-position: 0 0;
}
.youtube__wrapper iframe {
	resize: both;
}
.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-width: 0;
	outline-width: 0;
}

/* Оформление блока логотипов */
.gov-depart__list {
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.gov-depart__item:nth-of-type(2) {
	-webkit-filter: grayscale(1);
			filter: grayscale(1);
}
.gov-depart__item {
	padding: 15px;
	max-width: 150px;
}
@media (max-width: 1199px) {
	.gov-depart__list {
		-webkit-box-pack: center;
        	-ms-flex-pack: center;
            	justify-content: center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.gov-depart__list {
		max-width: 700px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.gov-depart__item {
		min-width: 150px;
	}
}
/* End */


/* Start:/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/style.css?173685961210704*/
.calculator-1c-reporting
{
    position: relative;
    margin-top:40px;
    margin-bottom:40px;
}
.calculator-1c-reporting--overflow
{
	top: -100px;
    margin-bottom: 0px;
}
.calculator-reporting__options
{
	background-color:#fff;
	padding:20px 40px;    
	border-radius: 1em;
}
@media (max-width: 576px) {

	.calculator-reporting__options
	{
		padding:20px;
	}	
}
.calculator-reporting__options .calculator-reporting__options-title
{
	margin:40px 10px;
}
.calculator-reporting__row
{
	margin:20px 0;
}
/* START calculator-reporting__offer */
.calculator-reporting__offer
{
	text-align:center;
}
.calculator-reporting__offer-title 
{
    font-size: 18px;
	marin-bottom:30px;
	marin-top:20px;
}
.calculator-reporting__offer-price
{
	font-size:38px;
	font-weight:bold;
	color: #ff6c00;
	color: var(--e24-orange);
}
.calculator-reporting__offer-sale
{
	color:#666;
}
.calculator-reporting__offer-free-month
{
	font-weight:bold;
	margin:10px 0 0px;
}

.calculator-reporting__advantage
{
	padding:0 45px;	
	margin-top: 120px;
	transition: margin-top 1s linear;
}
.calculator-reporting__advantage-title
{
	font-weight:bold;
	color:#3194e7;
	color:var(--e24-blue-300);
	margin-bottom:5px;
}
.calculator-reporting__advantage-description,
.calculator-reporting__advantage-title
{
	margin-left:10px;
	margin-right:10px;
}
.calculator-reporting__advantage-description
{
	margin-bottom:15px;
}
.calculator-reporting__advantage-item
{
	background-color: #FFF;
    border-radius: 1em;
    margin-bottom:15px;
	opacity:1; 
	transition:height .2s linear, opacity .1s linear .2s;    
	z-index: 2;
    position: relative;    
    font-size: 1em;
    line-height: 1.3em;
}
.calculator-reporting__advantage-item::after
{
	content:' ';
	clear:both;
}

.calculator-reporting__advantage-item > span::before
{
	content:' ';
	background-repeat:no-repeat;
	width: 50px;
    height: 50px;
    display: block;

    background-size: contain;
    margin-right: 10px;
}
.calculator-reporting__advantage-item > span > div
{
	width: calc(100% - 50px);
}
.calculator-reporting__advantage-item > span::after
{
	content:' ';
    display: block;
    clear:both;
}

.calculator-reporting__advantage-item[data-code="half-year-price"] > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/save-money.gif');
}
.calculator-reporting__advantage-item[data-code="only-fns"] > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/save-money.gif');
}
.calculator-reporting__advantage-item[data-code="free-30-days"] > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/idea.gif');
}
.calculator-reporting__advantage-item[data-code="50-percent-sale"] > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/save-money.gif');
}
.calculator-reporting__advantage-item[data-code="free-3-month"] > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/idea.gif');
}
.calculator-reporting__advantage-item[data-code="50-percent-sale-welcome"] > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/balloons.gif');
}
.calculator-reporting__advantage-item[data-code="sale-any-company"] > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/customer.gif');
}
.calculator-reporting__advantage-item[data-code="sale-any-company"].calculator-reporting__advantage-item--free-one-comapany-for-group > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/balloons.gif');
}
.calculator-reporting__advantage-item.calculator-reporting__advantage-item--support > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/support.gif');
}
.calculator-reporting__advantage-item.calculator-reporting__advantage-item--order > span::before
{
	background-image:url('/local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/img/notebook.gif');
}

 
.calculator-reporting__advantage-item:last-child
{
    margin-bottom:0px;
}

.calculator-reporting__advantage-item > span
{
    padding: 20px 30px;
	padding-left:20px;
	display:flex;
    align-items: center;
}
.calculator-reporting__advantage-item .info-title-text
{
	/*font-weight:bold;*/
	display:block;
	color:#3194e7;
	color:var(--e24-blue-300);
}

.calculator-reporting__advantage-item.calculator-reporting__advantage-item--hidden
{
	height:0;
	opacity:0;
    margin: 0;
    margin-top: 0;
	transition:height .2s linear, opacity .1s linear;
	z-index: 1;
}

.calculator-reporting__advantage-item--small
{
    font-size: 0.9em;
    line-height: 1.2em;
}
.calculator-reporting__advantage-item--merge
{
	margin-top:-11px;
	position:relative;
}
.calculator-reporting__advantage-item--merge::after
{
	display: inline;
    content: attr(data-merge-text);
    position: absolute;
    top: -10px;
    font-size: 10px;
    line-height: 11px;
    background-color: #67b500;
    color: #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    border-radius: 5px;
    left: calc(50% - 36px / 2);
}

.calculator-reporting__advantage-footer
{
    padding: 20px 10px;
}
.calculator-reporting__advantage-footer-link,
.calculator-reporting__advantage-footer-link:focus
{
	color: #ff6c00;
	color: var(--e24-orange);
    border-bottom: 1px dashed;
    /*font-size: .9em;*/
	text-decoration:none;
}
.calculator-reporting__advantage-footer-link:hover
{
	text-decoration:none;
	color: #ff6c00;
	color: var(--e24-orange);
    border-color: transparent;
}

.calculator-reporting__advantage-footer-text {    
	margin-bottom: 5px;
    color: #6c757d;
    color: var(--e24-gray-600);
    line-height: 1.2em;
    /* font-size: .8em; */
}

/* END calculator-reporting__offer */



.radio-list
{
	position: relative;
    border-radius: 15px;
}
.radio-list input
{
	display:none;
}
.radio-list .radio-list__title
{
	margin-bottom:0.5em;
	font-size:0.9em;
}
.radio-list .radio-list__item
{
	appearance: none;
	outline: none;
	cursor: pointer;
    padding: 0.2em 0.4em;
    font-weight:normal;
}

@media (max-width: 576px) 
{
	.radio-list .radio-list__item
	{
		width: calc(33.3% - 3px);
	    text-align: center;
	}
}

.radio-list .radio-list__item:focus
{
	outline:none;
}
.radio-list input:checked + .radio-list__item
{
	background:#efefef;
	background:var(--e24-gray-200);
}
.radio-list .radio-list__item::before 
{
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}



/* light gray bg */

.radio-list--light-gray-bg
{
	padding: 15px 30px 10px;
	background-color: #f8f9fa;
	background-color: var(--e24-gray-100);
	color:#343a40;
	color:var(--e24-gray-dark);
}

/* orange border */

.radio-list.radio-list--orange-border .radio-list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.radio-list.radio-list--orange-border .radio-list__item 
{
	font-size:16px;
	border:2px solid transparent;
	color:#343a40;
	color:var(--e24-gray-dark);
	transition: border 0.1s linear;
	border-radius:.7em;
}

.radio-list.radio-list--orange-border input:checked + .radio-list__item 
{
	border-color: #ff6c00;
	border-color: var(--e24-orange);
	background-color:transparent;
	color: #ff6c00;
	color:var(--e24-orange);
}
@media (max-width: 576px) 
{
	.radio-list.radio-list--orange-border .radio-list__items
	{
		justify-content: flex-start;
	}
}

.radio-list__row.radio-list__row--big-check
{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.radio-list__row.radio-list__row--big-check .radio-list__item
{
	display: flex;
    justify-content: start;
    align-items: center;
	width:48%;	
	padding:25px 30px;
    border: 2px solid #dee2e6;
    border: 2px solid var(--e24-gray-300);
    transition: all .1s linear;
    
}
.radio-list__row.radio-list__row--big-check.radio-list__row--big-check-br15 .radio-list__item
{
	border-radius:15px;
}

.radio-list__row.radio-list__row--big-check .radio-list__item::before 
{
    content: '\f06d';
    font-family: "fontello";
    font-size: 24px;
    color:#dee2e6;
    color:var(--e24-gray-300);
    
}
.radio-list__row.radio-list__row--big-check input:checked + .radio-list__item::before 
{
	color: #ff6c00;
    color:var(--e24-orange);
    transition: all .2s linear;
}

@media (max-width: 576px) 
{
	
	.radio-list__row.radio-list__row--big-check
	{
		flex-direction:column;
	}
	.radio-list__row.radio-list__row--big-check .radio-list__item
	{
		padding:20px 15px;
    	width: 100%;
	}
	.radio-list__row.radio-list__row--big-check .radio-list__item:not(:first-child)
	{
		margin-top:10px;
	}
	
	.calculator-reporting__advantage
	{
		padding: 0 15px;    
		margin-top: 50px;
	}
}


	
.flat-switcher.flat-switcher--md.flat-switcher--small-text input + span strong:before, 
.flat-switcher.flat-switcher--md.flat-switcher--small-text input + span strong:after 
{
    font-size: 12px;
}

/* start -- orange switcher*/
@media (min-width: 576px) 
{
	.flat-switcher.flat-switcher--orange-check input + span strong:after {
		color: #000;
	}
	.flat-switcher.flat-switcher--orange-check input:checked + span:before, 
	.flat-switcher.flat-switcher--orange-check input+span:before {
		background-color: #f8f9fa;
	    background-color:var(--e24-gray-100);
	}
	.flat-switcher.flat-switcher--orange-check input + span:after
	{
	    content: '\e852';
	    font-family: "fontello";
	    font-size: 10px;
	    text-align: center;
	    line-height: 20px;
	    color:#fff;
		background-color: #fff;
	}
	.flat-switcher.flat-switcher--orange-check input:checked + span:after
	{
	    color:#f8f9fa;
	    color:var(--e24-gray-100);
	    background-color: #ff6c00;
		background-color: var(--e24-orange);
	}
	
	/* end -- orange switcher*/
	
	.flat-switcher.flat-switcher--md input + span:before 
	{
		width: 48px;
		height: 24px;
	}
	.flat-switcher.flat-switcher--md input + span:after 
	{
		width: 18px;
		height: 18px;
	}
	
	.flat-switcher.flat-switcher--md input:checked + span:after 
	{
	    transform: translate(24px, 0);
	}
	
	.flat-switcher.flat-switcher--md input + span strong:before, 
	.flat-switcher.flat-switcher--md input + span strong:after 
	{
	    font-size: 16px;
	}
	
	.flat-switcher--md.flat-switcher input + span 
	{
	    padding-left: 60px;
	    min-height: 22px;
	    line-height: 22px;
	}
}

.flat-switcher--disabled .label-only-reports-pfr-fns,
.flat-switcher--disabled .label-only-reports
{
    opacity: 0.4;
}
/*
.flat-switcher--disabled
{
	position: relative;
}
.flat-switcher--disabled:hover::before
{
    position: absolute;
    content: attr(data-title);
    left: 0px;
    top:-36px;
    display: inline-flex;
    background-color: #ff6c00;
    color:#fff;
}
*/
/* End */


/* Start:/include/general/js/plugins/select2/css/select2.min.css?161490231516264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/include/general/js/plugins/select2/css/select2-flat-report.css?16287605919078*/
.select2-container--flat-report .select2-selection--single {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 15px;
    padding:0px 20px 0px 50px;
    height: 50px;
}
.select2-container--flat-report .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;    
    font-size: 16px;
}
.select2-container--flat-report .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 48px;
    margin-right: 20px;
    padding-right: 0px;
}
.select2-container--flat-report .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--flat-report .select2-selection--single .select2-selection__arrow {
    height: 48px;
    position: absolute;
    top: 1px;
    left: 20px;
    width: 20px;
}
.select2-container--flat-report .select2-selection--single .select2-selection__arrow b {

    border-color: #ced4da #0000 #0000 #0000;
    border-color: var(--e24-gray-400) #0000 #0000 #0000;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--flat-report[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--flat-report[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--flat-report.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--flat-report.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--flat-report.select2-container--open .select2-selection--single .select2-selection__arrow b {
    
    border-color: transparent transparent #ced4da transparent;
    border-color: transparent transparent var(--e24-gray-400) transparent;
    border-width: 0 8px 9px 8px;
}
.select2-container--flat-report .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
.select2-container--flat-report .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}
.select2-container--flat-report .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}
.select2-container--flat-report .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--flat-report .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--flat-report .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.select2-container--flat-report .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--flat-report .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}
.select2-container--flat-report[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--flat-report[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--flat-report[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--flat-report[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.select2-container--flat-report.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--flat-report.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--flat-report.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--flat-report.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--flat-report.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--flat-report.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--flat-report.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--flat-report .select2-search--dropdown .select2-search__field {
	border: 1px solid #ff6c00;
    border: 1px solid var(--e24-orange);
    border-radius: 5px;
    margin-bottom: 7px;
}
.select2-container--flat-report .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--flat-report .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}
.select2-container--flat-report .select2-results__option {
	margin-left: 0px;
}
.select2-container--flat-report .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--flat-report .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--flat-report .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--flat-report .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--flat-report .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--flat-report .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--flat-report .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--flat-report .select2-results__option--group {
    padding: 0;
}
.select2-container--flat-report .select2-results__option--disabled {
    color: #999;
}
.select2-container--flat-report .select2-results__option--selected {
    background-color: #fbf0e4;
    background-color: var(--e24-orange-150);
    color: #ff6c00;
    color: var(--e24-orange);
}
.select2-container--flat-report .select2-results__option--highlighted.select2-results__option--selectable {
    
    background-color: #fef7f0;
    background-color: var(--e24-orange-100);
    color: #ff6c00;
    color: var(--e24-orange);
}
.select2-container--flat-report .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--flat-report .select2-dropdown
{
    border: none;
    box-shadow: none;
    padding: 18px;
    background: #f9f9f9;
}
.select2-container--flat-report.select2-container--open .select2-dropdown--below
{
	padding-top:0;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.select2-container--flat-report.select2-container--open .select2-dropdown--above
{
	padding-bottom:0;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/visual_ajax_not_more/style.css?15713747095155*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
	text-align: center;
	margin: 30px 0;
}

.bx_pagination_bottom .bx_pg_section{
/* 	display: inline-block; */
/* 	height: 30px; */
	vertical-align: top;
/* 	line-height: 30px; */
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/.default/components/bitrix/system.pagenavigation/visual_ajax_not_more/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}

@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}

.bx_pagination_bottom .bx_pg_text {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -60px;
}

.bx_pagination_bottom .bx_pagination_page{
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	margin: 0 150px;
}

.bx_pagination_bottom .bx_pagination_page .bx_prev_page,
.bx_pagination_bottom .bx_pagination_page .bx_next_page {
	font-size: 30px;
	vertical-align: middle;
}

.bx_pagination_bottom .bx_pagination_page .bx_page {
	font-size: 16px;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid transparent;
}
.bx_pagination_bottom .bx_pagination_page .bx_page:hover {
	background-color: #eee;
	border-color: #ddd;
}

.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #ddd;
	text-align: center;
	line-height: 40px;
	  margin: 0 7px;
}

.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
/* 	min-width: 22px; */
	color: #8d8d8d;
/* 	text-align: center; */
/* 	text-decoration: none; */
/* 	line-height: 22px; */
}

.bx_pagination_bottom .bx_pagination_page li:hover a {color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active,
.bx_pagination_bottom .bx_pagination_page li.bx_active:hover{
	background-color: #5aa9ec;
	color: #fefefe;
	border-color: #3194E7;
/* 	box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.7), inset -1px -1px 2px -1px rgba(255, 255, 255, 0.5), inset 0px 0px 15px 0px rgba(0, 0, 0, 0.25); */
/* 	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1); */
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:992px) {
    .bx_pagination_bottom .bx_pagination_page{
            margin: 0 5px;
            display: block;
            text-align: center;
    }
}
@media (max-width:576px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	/*.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}*/
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
	.bx_pagination_bottom li.bx_page,
	.bx_pagination_bottom li.bx_median_page
	{
	   display: none;
	}

	
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.bx_pagination_bottom .bx_pagination_getmore {
	margin-top: 15px;
	padding: 10px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/promotions/style.css?16947826513127*/
/*Оформление списка акций*/
.promotions__list {
    flex-wrap: wrap;
    display: flex;
}
.promotions__list>div{
    padding: 1rem 2.5rem;
}
.promotions__item {
    background-color: #E9EEF1;
    border-radius: 10px; 
    padding: 2rem;
    font-size: 16px;
    display: flex;
    text-decoration: none;
    color: #333343;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    transition: all ease 0.2s;
    box-shadow: 0px 2px 5px #bbb;
}
.promotions__item:hover, .promotions__item:focus {
    text-decoration: none;
    color: #333343;
} 
.promotions__item-date {
    margin-left: 3rem;
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding-top: 3px;
}
.promotions__item-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3rem;
    display: inline-block;
    background-color: var(--e24-blue-500);
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    transition: .25s ease-in-out;
}
.promotions__item h3 {
    color: #333343;
    font-size: 24px;
}
.promotions__btn-box {
    height: 12rem;
    display: flex;
    position: relative;
    margin-top: auto;
}
.promotions__item button {
    width: 4rem;
    height: 4rem;
    border: none;
    background: url(/local/templates/main/components/bitrix/news.list/promotions/images/next-btn.svg) no-repeat;
    background-size: contain;
    display: block;
    margin: auto 0 0 auto;
    position: relative;
    z-index: 1;
    transition: .2s ease-in-out;
}
.promotions__btn-box::before {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -50px;
    width: 170px;
    height: 170px;
    background-color: var(--e24-blue-500);
    border-radius: 100%;
    z-index: 0;
    transition: .2s ease-in-out;
}
.promotions__item-accent {
    background-color: #DAECF6;
    font-size: 14px;
}
.promotions__item-accent .promotions__item-date::before {
    background-color: var(--e24-blue-300);
}
.promotions__item-accent button {
    display: none;
}
.promotions__item-accent .promotions__btn-box::before {
    background: none
}
.promotions__item-accent .promotions__btn-box-icon {
    position: absolute;
right: -50px;
    top: 0;
    transition: .2s ease-in-out;
}
.promotions__item .promotions__btn-box-icon path {
    transition: .2s ease-in-out;
}
.promotions__item:hover {
    filter: brightness(1.05);
    transition: all ease 0.2s;
}
.promotions__item:hover h3 {
    color: var(--e24-orange)
}
.promotions__item:hover .promotions__item-date::before {
    background-color: var(--e24-orange);
}
.promotions__item:hover .promotions__btn-box-icon {
    width: 190px;
height: 190px;
    top: -10px;
}
.promotions__item:hover .promotions__btn-box-icon path {
    fill: var(--e24-orange);
}
.promotions__item-action:hover .promotions__btn-box::before {
    background-color: var(--e24-orange);
    width: 190px;
height: 190px;
}
.promotions__item-action:hover button {
    width: 6rem;
height: 5rem;
}
.promotions__item-accent:hover .promotions__btn-box::before {
    transform: scale(1.2);
    transition: .2s ease-in-out;
}
@media (max-width: 1199px) {
    .promotions__list>div {
        padding: 1rem 1rem;
    }
}
/* End */


/* Start:/include/for_pages/tarif_table_sevrice.css?16003267902925*/
.block-add-services__title {
    padding-top: 80px;
}

.block-add-services__subtext {
    margin-bottom: 35px;
    font-size: 22px;
}


/*TODO*/
.block-add-service {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 17px 15px 20px;
   
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
    color: #000;
    background-color: #fff;
}
/*TODO*/
.block-add-service::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*TODO*/
.block-add-service:hover::before {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px 0;
}
/*TODO*/
.block-add-service.block-add-service--not_hover:hover::before {
   -webkit-box-shadow: none;
    box-shadow: none;
}
/*.block-add-service:hover .block-add-service__title {
    border-bottom: 2px solid;
}*/

.block-add-service__label{
    padding: 4px 11px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 38px;
    color: #fff;
    font-size: 12px;
    background: #FD2929;
    border-radius: 5px 0px 0px 5px;
    line-height: 100%;
    
}

/*TODO*/
.block-add-service__t-d {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
}
/*TODO*/
.block-add-service__title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    color:#333;
    //border-bottom: 2px solid transparent;
}
/*TODO*/
.block-add-service__subtitle{
    color: #ff6c00;
    font-weight: 700;
}
/*TODO*/
.block-add-service__images{
    //float:left;
    width:70px;
    height:70px;
}
/*TODO*/

.block-add-service__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    clear:left;
}
/*TODO*/

.block-add-service__link {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 25px;*/
    /*right: 30px;*/
    padding: 0 20px 0 15px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
    color: #ff8562;
    background: transparent;
    border: none;
    outline: none;
}
/*TODO*/
.block-add-service__link::after{
    content: '\2192';
    margin-left: 5px;
}
@media (max-width: 1260px){	
	.block-add-service__label {
        display: none;
    }
}
@media (max-width: 991px) {
	 .block-add-services__services.flex{
        display: block;
        
    }
    .block-add-services__services > .flex-col-1:not(:last-child){
        margin-bottom: 40px;
    }
    .block-add-services__services .w33{
        width: 100%;
    }
    
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/mainpage-feedbacks_new/style.min.css?15710456981158*/
.owl-carousel{padding:15px}div#feedbacks{padding-bottom:22px!important;min-height:370px}.page-feedbacks__item{text-align:center}.page-feedbacks__user_name{margin:0 0 3px!important;font-size:16px!important;font-weight:600!important;line-height:1.35!important}.page-feedbacks__user_photo{display:block;width:120px!important;height:120px;margin:0 auto 18px;border-radius:50%}.page-feedbacks__user_quote{display:block;font-size:14px;line-height:1.55;color:#666;margin-bottom:12px}#feedbacks .owl-stage-outer{z-index:1}#feedbacks .owl-nav{position:absolute;width:100%;top:50%;margin-top:-50px}#feedbacks .owl-prev{background-image:url(/images/icons/prev-arrow-32.png)!important;background-size:cover!important;width:32px;height:32px;margin-left:-50px}#feedbacks .owl-next{background-image:url(/images/icons/next-arrow-32.png)!important;background-size:cover!important;width:32px;height:32px;margin-right:-50px;float:right}#feedbacks .owl-dots{display:none}#feedbacks .f-text{text-align:justify}@media screen and (max-width: 768px){#page-feedbacks .container{max-width:90vw}#page-feedbacks .owl-next{margin-right:-12px}#page-feedbacks .owl-prev{margin-left:-32px}}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/footer-callback2/style.css?15901253203634*/

div#callback { /*background: #0a0c0d;*/
    background-image: url(/images/clouds-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
    div#callback .container { padding-bottom: 80px; }

#callback h2 { color: #fff; } 

#callback .callback-container { position: relative; display: inline-block; text-align: left; height: 100%; width: 100%; box-sizing: border-box; }

#callback .callback-block-left { color: #fff;max-width: 310px; margin: 0 auto; }
    #callback .callback-block-left .callback-container { max-width: 280px; min-width: 280px; margin: 0 auto;}
    #callback .callback-phone .tel { display: block; letter-spacing: 1px; font-weight: bold; font-size: 20px; margin-bottom: 5px; }
    
    #callback .callback-email { position: relative; padding: 15px 0px; padding-left: 40px; }
    #callback .callback-email:before,
	#callback .callback-skype:before
	{ 
		content: ""; 
		display: block; 
		position: absolute;
		left: 0px;
		height: 34px; 
		width: 34px; 
		background: url(/images/icons/callback-icons.png) no-repeat;  
		top: 11px;
	}
	
	#callback .callback-skype:before
	{ 
		background-position: 0px -39px;
	}
	#callback .callback-white-block{
	    padding: 8px;
	    margin-top: 10px;
	}
	#callback .callback-skype
	{
		position: relative;
		padding: 15px 0px;
		padding-left: 40px;
	}
	
	#callback .callback-email > a,
	#callback .callback-skype > a
	{ 
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}
		
	/*#callback .callback-phones { margin-top: 20px; }*/
    #callback .callback-phones .tel 
    {
	    font-size: 16px;
	    font-weight: bold;
	    
    }
    #callback .tel{
    	color: #fff;
	    white-space: nowrap;
    }
    
/*#callback .callback-block-right { width: 100%; }*/
    #callback .callback-block-right .callback-container { text-align: justify; }

#callback .callback-form .callback-input-name, #callback .callback-form .callback-input-email, #callback .callback-form .callback-input-phone { display: inline-block; margin-top: 0px; }
#callback .callback-form .callback-input-email { /*float: right; */}
	
	#callback .callback-form .callback-input.callback-input-text { width: 100%; margin-top: 20px; }
	#callback .callback-form .callback-input.callback-input-text textarea { min-height: 150px; }
	#callback .callback-form .button { margin-top: 20px; }
	
	#callback .callback-form div.e-input.e-input_focusin > label { color: #fff; }
	#callback .callback-form div.e-input.e-input_filled > label { color: #fff; }
	

@media screen and (min-width: 1000px) {
	#callback .callback-form .callback-input-text { margin-top: 20px; }
}

@media screen and (max-width: 1000px) {
	#callback .callback-form .e-input { width: 100%; float: none; margin-bottom: 20px; }
	#callback .callback-form .callback-input-text { margin: 0; }
}

#callback .callback-form input.checkbox + label.checkbox-label:before,
#callback .callback-form input.checkbox + label.checkbox-label:after{
	top: calc(50% - 8px) !important;
}
#callback .callback-form label.checkbox-label:hover{ color:white;}
#callback .callback-form label.checkbox-label{
    color: white;
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    padding-left: 33px;
    padding-right: 15px;
}
#callback .callback-form label.checkbox-label a{
	text-decoration: underline;
	color:white;
}
#callback .callback-form label.checkbox-label a:hover{
    color: #3194e7;
}
@media screen and (max-width: 1000px){
	#callback .callback-form table.w100 td{
		display:block;
	}
}
/* End */
/* /1c-otchetnost/style.css?170928421016318 */
/* /local/components/eoffice/calculator.1c.reporting.2025/templates/2025.01/style.css?173685961210704 */
/* /include/general/js/plugins/select2/css/select2.min.css?161490231516264 */
/* /include/general/js/plugins/select2/css/select2-flat-report.css?16287605919078 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/visual_ajax_not_more/style.css?15713747095155 */
/* /local/templates/main/components/bitrix/news.list/promotions/style.css?16947826513127 */
/* /include/for_pages/tarif_table_sevrice.css?16003267902925 */
/* /local/templates/main/components/bitrix/catalog.section/mainpage-feedbacks_new/style.min.css?15710456981158 */
/* /local/templates/main/components/bitrix/form.result.new/footer-callback2/style.css?15901253203634 */
