

/* Start:/1c-edo/style.css?175922759014200*/
.breadcrumb-wrapper
{
	display: none;
}

@media (max-width: 768px) {

	h3.h3-light
	{
		font-size:24px;
	}
}
.main-intro-block {
	background-image:url('/1c-edo/images/top-bg.png');
    margin-top: -80px;
    padding-top: 80px;
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.main-intro-block-text-descr {
	max-width: 800px;
}
.line {
	border-bottom: 2px solid #ff6c00;
}
.content-block-info__resources
{
	/*background-image: linear-gradient(0deg, #FAFAFA 0%, #D9E9FC 30.11%, #FBFAE0 51.04%, #E6FBE6 67.71%, #F5FEE9 100%);*/
}
.content-block-info__resources-icon
{
	height:130px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 35px;
}
.content-block-info__resources-content
{
	padding-right:50px;
	padding-left:50px;
}
.content-block-info__resources-dialog
{
	position: relative;
	margin-top: 50px;
}


.content-block-info__resources .rect-left 
{
	position: absolute;
  background-color: var(--e24-gray-100);
  border-radius: 30px 30px 30px 30px;
  width: 70%;
      /* background-size: 140px; */
    text-align: left;
    padding: 30px;
    background-image: url(/include/for_pages/images/tarif_table_sevrice/2.png);
    background-repeat: no-repeat;
    background-position: 40px 60px;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 35px;
  font-size: 18px;
}
.content-block-info__resources .rect-left ul
{
	list-style: none;
    font-size: 22px;
    line-height: 150%;
    font-style: italic;
    line-height: 2em;
}

.content-block-info__resources .rect-right 
{
	position: absolute;
	right:0;
	width:40%;
	font-size:18px;
	line-height: 1.5em;
	background: #FFFFFF;
	/*background: #FFF176;*/
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	border-radius: 30px 30px 30px 0px;
	padding:30px;
}


@media(max-width:1200px){
	.content-block-info__resources .rect-right,
	.content-block-info__resources .rect-left 
	{
		/*width:100%;*/
		position: relative;
	}
	.content-block-info__resources .rect-right
	{
		width:85%;
		float:right;
		border-radius: 30px 30px 0px 30px;
	}
	.content-block-info__resources .rect-left
	{
		width:85%;
		float:left;
		border-radius: 30px 30px 30px 0px;
		margin-bottom: 20px;
	}
	
	.content-block-info__resources .content-block-info__resources-dialog .bottom
	{
		padding-top: 30px;
	}
	
}

@media (max-width: 768px) {
	.content-block-info__resources .rect-right,
	.content-block-info__resources .rect-left ul 
	{
		font-size:14px;
		margin-bottom: 0;
	}
	.content-block-info__resources .rect-left
	{
    	background-image: none;
    	margin-bottom: 20px;
		padding:15px 20px 15px 20px;
	}
	.content-block-info__resources .rect-right
	{
		padding:15px 20px 15px 20px;	
	}
	.content-block-info__resources .rect-left ul li
	{
		margin-left: 0;
	}
	.content-block-info__resources .content-block-info__resources-dialog .bottom
	{
		font-size:18px;
    	padding-top: 20px;
	}
}


.content-block-info__resources .bottom
{
	clear:both;
	font-size:38px;
  padding-top: 370px;
}

.content-block-info__real-help {

	background-color: var(--e24-gray-100);
}
.content-block-info__real-help .item
{
	background: #FFFFFF;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	padding:30px 50px;
	margin-top: 30px;
}
.content-block-info__real-help .item:first-child
{
	margin-top: 0px;
}
.content-block-info__real-help .title
{
	font-size:20px;
	font-weight: 700;
}
.content-block-info__real-help .description
{
	font-size:18px;
	/*font-weight: 500;*/
	padding-left: 40px;
}
.content-block-info__real-help .h3-light
{
	margin-top: 80px;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.content-block-info__real-help .item
	{
		padding: 15px 20px;
		margin-top: 20px;
	}
	
	.content-block-info__real-help .title
	{
		font-size:16px;
		margin-bottom: 10px;
	}
	.content-block-info__real-help .description
	{
		font-size:14px;
		padding-left: 15px;
    	font-weight: 400;
	}
	.content-block-info__real-help .h3-light
	{
		font-size:24px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}


.works-in-programm {}
.works-in-programm-1c {
	padding: 30px 50px!important;
}
.works-in-programm-e24 {
	background-color: var(--e24-gray-100);
  border-radius: 30px 30px 30px 30px;
  padding: 30px 50px!important;
}


.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:14px;
	padding:0px 10px;
	padding-left: 20px;
	max-width:100%;
	position:relative;
}
.steps-connect__list--row .steps-connect__item::after
{
	display:none;
}


@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:14px;
	}
	
	.steps-connect__list--row .steps-connect__item-description 
	{
	    padding-left: 10px;
	}
}









.lp-1c-edo .team-work img
{
	margin:auto;
	margin-bottom: 145px;
	margin-top: 30px;
}

.lp-1c-edo .diff-users
{
	margin-bottom: 50px;
}
.lp-1c-edo .diff-users .item
{
	background: #FFFFFF;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	padding: 40px;
}


.lp-1c-edo .diff-users .item .title
{
	font-size:28px;
	margin-bottom: 15px;
}
.lp-1c-edo .diff-users .item .description
{
	font-size:18px;
}
@media (min-width: 1200px) 
{
	.lp-1c-edo .diff-users .item
	{
		min-height:470px;
	}
}
@media (max-width: 768px) {
	
	.lp-1c-edo .team-work img
	{
		margin:auto;
		margin-bottom: 65px;
		margin-top: 20px;
	}

	.lp-1c-edo .diff-users .item
	{
		margin-bottom: 30px;
		padding: 15px 20px;
	}
	.lp-1c-edo .diff-users .item .title
	{
		font-size:22px;
	}
	
	.lp-1c-edo .diff-users .item .description
	{
		font-size:16px;
	}

}

.lp-1c-edo .green-linear-bg{
	background: linear-gradient(0deg, #FBFAE0 23.89%, #E6FBE6 54.41%, #FFFFFF 100%);
	overflow:hidden;
}

.lp-1c-edo .smartphone-wrap
{
	margin-top: 90px;
}
.lp-1c-edo .smartphone
{
	position:relative;
	background-image:url(/1c-edo/images/smartphone.svg);
	width:305px;
	height:600px;
    margin-left: auto;
    margin-right: auto;
    padding:10px 15px;
}
.lp-1c-edo .smartphone::after
{
	position: absolute;
    content: attr(data-text-tooltip);
    right: -100%;
    width: 265px;
    background-image:url(/1c-edo/images/orange-arrow.svg);
    height:110px;
    background-position-y:45px;
    padding-left:50px;
    /*top: calc(50% - 55px);*/
    top: 50%;
    background-repeat:no-repeat;
}

.lp-1c-edo .smartphone-content
{
	position:relative;
	background-color: #fff;
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    width: 273px;    
}
.lp-1c-edo .smartphone-content .slider
{
	left:0;
	position:absolute;
	width:calc(273px * 4);
	top:-1px;
    transition: left .5s ease-in-out;
}
.lp-1c-edo .smartphone-content .slider::after
{
	content:" ";
	clear:both;
}
.lp-1c-edo .smartphone-content .slider-item
{
	width: 273px;
	float:left;
}
.lp-1c-edo .slider-nav
{
	display: inline-flex;
	
    margin-left: auto;
    margin-right: auto;
}
.lp-1c-edo .slider-nav .item
{
	cursor:pointer;
}
.lp-1c-edo .slider-nav .item.active
{
	cursor:default;
}

.lp-1c-edo .slider-nav.slider-nav--dotted .item
{
	width:30px;
	height:30px;
	background-color:#333;
	margin-right:15px;
	border-radius:100%;
}


.lp-1c-edo .slider-nav.slider-nav--dotted .item:last-child
{
	margin-right:0;
}
.lp-1c-edo .slider-nav.slider-nav--dotted .item.active
{
	background-color:#FF6C00;
}

.lp-1c-edo .slider-nav.slider-nav--text .item
{
	color:#333;
	font-size:18px;
	border-bottom:1px dashed #333;
	margin-right:15px;
}
.lp-1c-edo .slider-nav.slider-nav--text .item:last-child
{
	margin-right:0;
}
.lp-1c-edo .slider-nav.slider-nav--text .item.active
{
	color:#FF6C00;
	border-bottom:1px dashed transparent;
}

@media(max-width:768px){
	
	.lp-1c-edo .smartphone-wrap
	{
		margin-top: 0px;
	}

	.lp-1c-edo .smartphone-content .slider
	{
		left:0;
		position:absolute;
		width:calc(255px * 4);
	    transition: left .5s ease-in-out;
	}
	.lp-1c-edo .smartphone-content .slider-item
	{
		width: 255px;
		float:left;
	}
	.lp-1c-edo .smartphone
	{
		width: 285px;
    	height: 560px;
    	
    	background-size: contain;
	}
	.lp-1c-edo .smartphone-content
	{
    	height: 540px;
		width: 255px;
    	border-radius: 25px;
	}
	
	.lp-1c-edo .smartphone::after
	{
		display:none;
	}
	.lp-1c-edo .slider-nav.slider-nav--text
	{
		display:none;
	}
	.green-linear-bg svg
	{
		display: none;
	}
}


.lp-1c-edo .pc-wrap
{
    position: relative;
    z-index: 2;
}
.lp-1c-edo .pc
{
	position:relative;
	background-image:url(/1c-edo/images/pc-monitor.svg);
	width:624px;
	height:428px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 11px;
}
.lp-1c-edo .pc-content
{
	position: relative;
    background-color: #fff;
    border-radius: 15px;
    height: 340px;
    overflow: hidden;
    width: 100%; 
}
.lp-1c-edo .pc-content .slider
{
	left:0;
	position:absolute;
	width:calc(602px * 2);
    transition: left .5s ease-in-out;
}
.lp-1c-edo .pc-content .slider-item
{
	width: 602px;
	float:left;
}
@media (max-width: 768px) {

	.lp-1c-edo .pc-content .slider
	{
		left:0;
		position:absolute;
		width:calc(230px * 2);
	    transition: left .5s ease-in-out;
	}
	.lp-1c-edo .pc-content .slider-item
	{
		width: 230px;
		float:left;
	}
	.lp-1c-edo .pc
	{
		width: 241px;
    	height: 165px;
    	
    	padding: 6px 6px;
    	background-size: contain;
	}
	.lp-1c-edo .pc-content
	{
    	height: 111px;
		border-radius: 5px;
	}
}


.lp-1c-edo .price-info
{
	position:relative;
	z-index:2;
}
.lp-1c-edo .price-content
{
	position: relative;
	font-size:22px;
	padding:30px;
	border:1px solid #E5E5E5;
	border-radius: 5px;
}
.lp-1c-edo .price-table table
{
	width: 100%;
}
.lp-1c-edo .price-table table td
{
	padding:12px 10px;
	border-bottom:1px solid #E5E5E5;
}
.lp-1c-edo .price-table table td span
{
	border: 1px solid transparent;
    border-radius: 5px;
    line-height: 0;
    padding: 3px 15px 4px;
    white-space: nowrap;
}
.lp-1c-edo .price-table table td span:not(.hot):hover
{
	background-color: #ff6c0026;
    cursor: pointer;
}
.lp-1c-edo .price-table table td .hot
{
	border: 1px solid #FF6C00;
}
.lp-1c-edo .price-table-descr {
	background-color: var(--e24-gray-100);
  border-radius: 5px;
  padding: 10px 40px !important;
  text-align: left;
}
#prepaid-annual td
{
	width: 50%;
	padding: 10px 30px;
  border-bottom: 1px solid #E5E5E5;
}
#prepaid-annual td:first-child
{
	text-align:right;
}
#prepaid-annual td:last-child
{
	text-align:left;
}
#prepaid-annual .prepaid-annual_more-botton
{
	color: var(--e24-orange);
  border-bottom: 1px dashed;
}
#prepaid-annual .prepaid-annual_more
{
	display: none
}



@media (max-width: 768px) {
	.lp-1c-edo .price-info .price-content
	{
		padding:20px 10px;
	}
	.lp-1c-edo .price-table
	{
		margin:auto;
		/* width:265px; */
		/* overflow-x:scroll; */
	}
	.lp-1c-edo .price-table table td
	{
		padding:3px 5px;
		border-bottom:1px solid #E5E5E5;
		/* font-size:12px; */
	}
}


.tile-wrap {
	max-width: 80%;
	margin: 0 auto;
}
.tile_theme_lite2line {
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	/* padding: 20px; */
	background: #fff;
	color: #333343;
	margin-bottom: 30px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.tile_theme_lite2line .tile__header {
	background: #fceede;
	border-radius: 5px 5px 0 0;
	line-height: 1.4;
}
.tile__header-text_gray {}
.tile__content-price {}

@media (max-width: 1200px) {
	.tile-wrap {
		max-width: 100%;
		margin: 0 auto;
	}
}
  
.price-table__header-badge {
	position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
}
.price-table__header-badge-text {
	position: relative;
    background: #fceede;
    padding: 4px 20px 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}
.price-table__header-subbadge {
	position: absolute;
    background: var(--e24-orange);
    color: #fff;
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 5px;
    top: -7px;
    left: 9px;
}
.price-content.price-content_start {
	border-radius: 5px 5px 0 0;
}
.price-content.price-content_end {
	border-radius: 0 0 5px 5px;
    border-top: 0;
}
/* End */


/* Start:/include/for_pages/tarif_table_sevrice_page.css?16535697582992*/
.block-add-services__title {
    padding-top: 80px;
}

.block-add-services__subtext {
    margin-bottom: 35px;
    font-size: 22px;
}

.block-add-services__services a:hover
{
	text-decoration:none;
}
/*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 */
/* /1c-edo/style.css?175922759014200 */
/* /include/for_pages/tarif_table_sevrice_page.css?16535697582992 */
/* /local/templates/main/components/bitrix/catalog.section/mainpage-feedbacks_new/style.min.css?15710456981158 */
