

/* Start:/local/templates/main/css/page/workflow-automation.css?1563540233482*/
h1 {
  font-size: 40pt;
}

@media (max-width: 1450px) {
  h1 {
    font-size: 25pt;
  }
}

@media (max-width: 990px) {
  h1 {
    font-size: 18pt;
  }
}

h2 {
  font-size: 30pt;
}

h4 {    
  font-size: 20pt;    
  line-height: 1.3;
}

.tb-demonstration-form {
  max-width:130px;
}

@media screen and (max-width: 768px) {
  .c-ta-c-xs img {
    margin: auto;
  }

  .c-ta-c-xs {
    text-align: center;
  }

  h1 {
    font-size: 30px;
  }
}
/* End */


/* Start:/index_files/style.css?15662077076500*/
.lending-block-1-wrapper {
	background: url(/index_files/images/general2.jpg);
	background-size: cover;
}

.lending-block-1 {
	background-color: rgba(0, 132, 179, 0.9);
	height: 100%;
	min-height: 500px;
}

.lending-block-1 h2 {
	line-height: 1.5;
	margin: 0 0 20px;
}

.lending-block-1 .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lending-block-1 ul {
	margin: 0 0 20px;
}

.index-block-3 {
	height: 100%;
	background-color: rgba(0, 132, 179, 0.9);
}

.index-block-3 h2 {
	font-weight: normal;
	font-size: 40px;
}

.index-block-3-wrapper {
	background: url('/index_files/images/block-3/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	min-height: 500px;
}

.index-block-3-list {
	list-style: none;
	padding-left: 0;
	padding-bottom: 30px;
	max-width: 350px;
}

.index-block-3-list li {
	height: 80px;
	margin-bottom: 10px;
}

.index-block-3-list__icon {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.index-block-3-list__text {
	float: left;
	width: calc(100% - 65px);
}

.index-block-3-list__text a {
	color: #FFF;
	text-decoration: underline;
}

.lending-block-3-wrapper {
	min-height: 500px;
	background: url(/about/tarif/files/images/bg-3.jpg);
	background-size: cover;
	position: relative;
}

.lending-block-3-wrapper > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lending-block-3-wrapper h2 {
	font-weight: normal;
	font-size: 40px;
}

.lending-block-3 {
	display: flex;
	justify-content: center;
}

.lending-block-3__element {
	flex-basis: 18%;
}

.lending-block-3__element span {
	font-size: 20px;
	display: block;
}

.lending-block-3__separator {
	align-self: center;
	padding-left: 15px;
	padding-right: 15px;
}

.c-slider {
	position: relative;
}

.c-slider__element {
	width: auto;

}


.c-slider__header {
	font-size: 20px;
	color: #0084b3;
	margin-bottom: 30px;
	height: 80px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.c-slider__date {
	font-size: 16px;
	padding-bottom: 30px;
}

.c-slider__preview {
	padding-bottom: 30px;
}

.c-slider__description {
	font-size: 16px;
	padding-bottom: 30px;
}

.c-slider__link {
	padding-bottom: 10px;
}

.c-slider__link a, .c-slider__links a {
	text-decoration: underline;
	color: #0084b3;
}

.c-slider__like {
	display: flex;
	align-items: center;
}

.c-slider__like-icon {
	width: 15px;
	height: 15px;
	background: url('/index_files/images/block-4/like.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.c-slider__like-count {
	font-size: 14px;
	color: #959595;
}

.c-slider__prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	cursor: pointer;
}

.c-slider__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
	cursor: pointer;
}

.c-slider__links {
	text-align: right;
	padding-right: 0px;
}

.b-epic {

}

.b-epic__element-inner {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 250px;
}

.b-epic__element {
	position: relative;
	overflow: hidden;
	text-align: center;
	min-height: 350px;
	margin-bottom: 30px;
}

.b-epic__element-image {
	width: 250px;
	height: 250px;
	transition: all 0.4s ease-in-out 0.5s;
}

.b-epic__element-header {
	padding-top: 15px;
}

.b-epic__element-text {

}

.b-epic__element-mask {
	width: 250px;
	height: 250px;

	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
cursor:pointer;
	background-color: rgba(0, 180, 255, 0.5);
	opacity: 0;
	transition: all 0.3s ease-in 0.4s;
}

.b-epic__element:hover .b-epic__element-mask {
	opacity: 1;
	transition-delay: 0s;
}

.b-epic__element-mask-inner {
	width: 250px;
	height: 250px;

	position: absolute;
	top: 50%;
	left: 0;
	right: 0;

	transform: translateY(-50%) scale(10);
	opacity: 0;
	transition: all 0.3s ease-in-out 0.2s;
}

.b-epic__element:hover .b-epic__element-mask-inner {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.2s;
}

.b-epic__element-mask-inner a {

color: #FFF;
	font-size: 20px;
	text-decoration: none;
}

.b-epic__element-mask-inner a:hover {
	color: #FFF;
	text-decoration: none;
}

.index-block-5-wrapper {
	background-color: #0084b3;
}

.b-icon-list {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.b-icon-list__icon {
	height: 35px;
	width: 35px;
	margin-right: 35px;
}

.b-icon-list__icon img {
	width: 100%;
}

.b-icon-list__text {
	font-size: 20px;
	color: #FFF;
}

.b-video-list__item {
	padding: 10px;
	cursor: pointer;
	position: relative;
}

.b-video-list__item-inner {
	background: url('/index_files/images/block-6/video1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
}

.b-video-list__item-inner2 {
	background: url('/index_files/images/block-6/video2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
}

.b-video-list__item-inner3 {
	background: url('/index_files/images/block-6/video3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
}


.b-video-list__item-play {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(calc(-50% + 5px));
	margin: 0 auto;

	background: url('/index_files/images/block-6/play-hover.png');
	background-repeat: no-repeat;
	background-size: cover;

	height: 55px;
	width: 55px;
}

.b-video-list__item:hover .b-video-list__item-play {
	background: url('/index_files/images/block-6/video_.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.b-video-list_item-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	max-width: 90%;
}
.c-fnt-h2 {
	font-size: 30px;
	line-height: 1.5;
    margin: 0 0 20px;
}

@media only screen and (max-device-width: 480px) {
	.lending-block-3 {
		flex-direction: column;
	}
	.lending-block-3__separator {
		display: none;
	}
	.lending-block-3__element {
		padding-bottom: 25px;
	}
	.lending-block-3-wrapper {
		min-height: 800px;
	}
	.c-fnt-h2, .index-block-3 h2, .lending-block-3-wrapper h2, h2 {
		font-size: 28px;
	}
	.index-block-3 .col-xs-12 {
		padding:0;
	}
	.c-slider__header {
		margin-bottom: 0;
	}
	.c-slider__prev {
		left: -60px;
	}
	.c-slider__next {
		right: -60px;
	}
	.c-slider__preview img {
		max-width: 100%
	}
	..c-slider__date {
		padding-bottom: 0;
	}
	.c-slider__links {
		text-align: left;
	}
	.index-block-6-wrapper h2 {
		margin-bottom: 0;
	}
}
/* End */


/* Start:/local/templates/main/css/page/5-steps.css?1579609409493*/
.index-block-3-wrapper {
	background: url(http://scan-archive.ru/upload/medialibrary/fe2/light.png);
	background-size: cover;
}
.pd-right-sml {
	padding-right: 20px !important;
}
div#book {
	padding: 10px 0;
}
@media (min-width:768px) {
	div#book {
		margin-left: 8%;
		margin-top: 2%;
		max-width:400px
	}
}
@media (max-width:768px) {
	.pd-right-std {padding-right: 0 !important;}
	.pd-left-std {padding-left: 15px !important;}
	.pd-right-sml {padding-right: 0 !important; padding-left: 0;}
}
/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1454606113163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */
/* /local/templates/main/css/page/workflow-automation.css?1563540233482 */
/* /index_files/style.css?15662077076500 */
/* /local/templates/main/css/page/5-steps.css?1579609409493 */
/* /bitrix/components/bitrix/form.result.new/error.css?1454606113163 */
