

/* Start:/1c-raspoznavanie-pervichnyh-dokumentov/style.css?16999525864266*/
.videowrapper 
{
	width:680px;
	height:400px;
	margin:auto;
}
@media (max-width: 768px) {
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

.big-banner {
	background-image:url('/1c-raspoznavanie-pervichnyh-dokumentov/bg.jpg');
    margin-top: -80px;
    padding-top: 80px;
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.rpd
{
	font-size:16px;
}
.rpd__step-list
{
	font-size:1em;
	line-height: 1.4em;
    padding-left: 3em;
}
.rpd__step-list li
{
	font-size:1em;
	line-height: 1.4em;
}
.rpd__step-list-title
{
	font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.rpd__step-list > li:before
{    
	top: 4px;
    left: -3em;
}


.lp-rpd .free-block{
	background: linear-gradient(0deg, #F4F8F9, #F4F8F9), #ECF5F1;
	border-radius: 7px;
	padding:40px;
	text-align:center;
	margin-top: 50px;
	margin-bottom: 80px;
}

.lp-rpd .free-block .title
{
	font-size:28px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.lp-rpd .free-block{
		margin-top: 40px;
		padding:20px;
		margin-bottom: 60px;
	}
	.lp-rpd .free-block .title{
		
		font-size:18px;
	}
}

.lp-rpd .price-info
{
	margin-top: 80px;
}

.lp-rpd .price-content
{
	font-size:24px;
	border:1px solid #E5E5E5;
	padding:30px;
	border-radius: 5px;
}
.lp-rpd .price-table table
{
	width: 100%;
}
.lp-rpd .price-table table td
{
	padding:12px 30px;
	border-bottom:1px solid #E5E5E5;
	width:50%;
}
.lp-rpd .price-table table tr td:first-child
{
	text-align:right;
}
.lp-rpd .price-table table tr td:last-child
{
	text-align:left;
}

.lp-rpd .price-table table td span
{
	border: 1px solid transparent;
    border-radius: 5px;
    line-height: 0;
    padding: 3px 15px 4px;
    white-space: nowrap;
}
.lp-rpd .price-table table td span:not(.hot):hover
{
	/*background-color: #ff6c0026;
    cursor: pointer;*/
}
.lp-rpd .price-table table td .hot
{
	border: 1px solid #FF6C00;
}

@media (max-width: 768px) {
	.lp-rpd .price-info
	{
		margin-top: 50px;
	}

	.lp-rpd .price-info .price-content
	{
		padding:20px 10px;
	}
	.lp-rpd .price-table
	{
		margin:auto;
		width:265px;
		overflow-x:scroll;
	}
	.lp-rpd .price-table table td
	{
		padding:3px 5px;
		border-bottom:1px solid #E5E5E5;
		font-size:12px;
	}
}
/* Оформление видео ютуб */
.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-raspoznavanie-pervichnyh-dokumentov/img/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;
}
.videowrapper {
	padding-bottom: 0;
}
.videowrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-width: 0;
	outline-width: 0;
}
.youtube-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 56.25%;
}
.videowrapper::before {
	display: none;
}
@media (max-width: 768px) {
	.videowrapper {
		padding-top: 0;
		padding-bottom: 56.25%;
	}
	.youtube-wrap {
		padding-bottom: 0;
		position: absolute;
	}
}
/* 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-raspoznavanie-pervichnyh-dokumentov/style.css?16999525864266 */
/* /include/for_pages/tarif_table_sevrice_page.css?16535697582992 */
/* /local/templates/main/components/bitrix/catalog.section/mainpage-feedbacks_new/style.min.css?15710456981158 */
