

/* Start:/local/templates/sberfactoring/components/bitrix/news/stocks/bitrix/news.detail/.default/style.css?174962500712633*/
.content > .container {
	width: 100%;
	padding: 0;
}
.switch-to-factoring {
	color: #303844;
}
.stf_btn {
	display: inline-block;
	background: #21BA70;
	border-radius: 30px;
	text-decoration: none;
	color: #fff;
	padding: 14.5px 36px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	padding-top: 16px;
	cursor: pointer;
}
.stf_btn_transparent {
	color: #21BA70;
	background: transparent;
	border: 1px solid #21BA70;
	border-radius: 30px;
	padding: 17.5px 36px;
}
.stf_breadcrumbs {
	padding-bottom: 11px;
	padding-top: 42px;
}
.stf_breadcrumbs ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 0;
	margin-top: -3px;
	list-style-type: none;
	margin-bottom: 0;
}
.stf_breadcrumbs li {
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 15px;
}
.stf_breadcrumbs a {
	display: inline-block;
	vertical-align: middle;
	color: #303844;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
}
.stf_breadcrumbs svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.stf_top {

}
.stf_top__inner {
	position: relative;
	padding: 65px;
	padding-bottom: 50px;
	background: #FCFCFC;
	border-radius: 12px;
}
.stf_top__title {
	font-weight: 600;
	font-size: 38px;
	line-height: 42px;
	margin: 0;
}
.stf_top__text {
	font-size: 16px;
	line-height: 21px;
	margin-top: 12px;
}
.stf_top__content {

}
.stf_top__content p {
	
}
.stf_top__content ul {
	padding-left: 0;
	list-style-type: none;	
	margin: 0;
	margin-top: 15px;	
}
.stf_top__content li {
	font-size: 16px;
	line-height: 21px;
	padding-left: 21px;
	position: relative;
	margin-bottom: 4px;
}
.stf_top__content li:before {
	content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #21BA70;
}
.stf_top__button {
	margin-top: 44px;
}
.stf_top__image {
	position: absolute;
	top: -9px;
    right: -8px;
}
.stf_advantages {
	margin-top: 134px;
}
.stf_advantages__titler {
	font-weight: 600;
	font-size: 32px;
	line-height: 41px;
}
.stf_advantages__list {
	display: flex;
	align-items: flex-start;
	padding-top: 25px;
}
.stf_advantages__col {
	width: 50%;
}
.stf_advantages__item {
	margin-top: 25px;
	padding-left: 56px;
	padding-bottom: 18px;
	position: relative;
}
.stf_advantages__item:before {
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-image: url(/img/check.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.stf_advantages__title {
	font-size: 20px;
	line-height: 26px;
}	
.stf_advantages__text {
	margin-top: 7px;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	min-height: 43px;
}

.stf-variants {
	background: #F9F9F9;
	padding: 90px 0px;
	margin-top: 100px;
}
.stf-variants__title {
	font-weight: 600;
	font-size: 32px;
	line-height: 41px;
}
.stf-variants__blocks {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}	
.stf-variants__block {
	margin-top: 45px;
	background: #FFFFFF;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	padding: 30px;
	padding-right: 150px;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 40px;
	width: 580px;
	max-width: 100%;
	transition: all .5s;
}
.stf-variants__block-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
}
.stf-variants__block-content {
	margin-top: 15px;
	font-size: 16px;
	line-height: 21px;
}
.stf-variants__block-content p {
	margin-bottom: 21px;
	font-size: 16px;
	line-height: 21px;
}
.stf-variants__block-content p:last-child {
	margin-bottom: 0;
}
.stf-variants__block-img {
	position: absolute;
	top: 54px;
	right: 0px;
}
.stf-variants__block-img svg {
	transition: all 0.5s;
}
.stf-variants__block rect {
	transition: all 0.5s;
}
.stf-variants__block:hover rect {
	stroke: #21BA70;
}
.stf-variants__block:hover {
	box-shadow: 0px 0px 25px 0 rgba(33, 186, 112, 0.25);
	-webkit-transform: translateY(-15px);
	   -moz-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	     -o-transform: translateY(-15px);
	        transform: translateY(-15px);
}
.stf-steps {
	background: #21BA70;
	padding: 120px 0px;
	margin-top: 20px;
}
.stf-steps__title {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 32px;
	line-height: 41px;
}
.stf-steps__blocks {
	margin-top: 45px;
	display: flex;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.stf-steps__block {
	background: #FFFFFF;
	box-shadow: 0px 8px 17px rgba(22, 20, 19, 0.12);
	border-radius: 12px;
	padding: 40px;
	padding-bottom: 34px;
	min-height: 190px;
	margin-left: 10px;
	margin-right: 10px;
	flex-grow: 1;
	width: 380px;
}	
.stf-steps__block-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
}
.stf-steps__block-title span {
	color: #21BA70;
	margin-left: 5px;
	display: inline-block;
}
.stf-steps__block-text {
	margin-top: 15px;	
}
.stf-variants__button {
	text-align: center;
	margin-top: 60px;

}
.stf-variants__button a {
	width: 280px;
}

.sbsd_top {
	padding-top: 20px;
}
.sbsd_top__inner {
	position: relative;
	padding: 60px;
	padding-left: 408px;
	background: #F9F9F9;
	border-radius: 12px;
}
.sbsd_top__image {
	position: absolute;
	left: 0px;
	top: 0px;
}
.sbsd_top__image img {
	display: block;
}
.sbsd_top__content {

}
.sbsd_top__title {
	font-weight: 600;
	font-size: 38px;
	line-height: 44px;
	margin: 0;
}
.sbsd_top__text {
	margin-top: 18px;
	font-size: 16px;
	line-height: 21px;
}
.sbsd_top__button {
	margin-top: 40px;
}
.sbsd_second {
	padding-top: 18px;
}
.sbsd_second__inner {
	display: flex;
	align-items: flex-start;

	margin-left: -10px;
	margin-right: -10px;
}
.sbsd_second__col {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
.sbsd_second__block {
	padding: 21px;
	padding-top: 20px;
	border: 2px solid #F9F9F9;
	border-radius: 12px;
	min-height: 230px;
}

.sbsd_second__icon {

}
.sbsd_second__icon svg {
	
}
.sbsd_second__title {
	margin-top: 18px;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
}
.sbsd_second__text {
	margin-top: 15px;
	font-size: 16px;
	line-height: 21px;
}

.sbsd_third {
	padding-top: 124px;
	padding-bottom: 127px;
}
.sbsd_third__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sbsd_third__title {
	font-weight: 600;
	font-size: 32px;
	line-height: 41px;
	white-space: nowrap;
}
.sbsd_third__content {
	padding-left: 20px;
	margin-top: 6px;
}

.sbsd_third__item {
	margin-top: 45px;
	padding-left: 57px;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	max-width: 680px;
}
.sbsd_third__item a {
	color: #21BA70;
}
.sbsd_third__item:first-child {
	margin-top: 0;
}
.sbsd_third__item:before {
	content: '';
	display: block;
	position: absolute;
	width: 41px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(/img/check.svg);
	left: -1px;
    top: -8px;
}
.sbsd_fourth {
	background: #F9F9F9;
	padding-top: 120px;
	padding-bottom: 120px;
}
.sbsd_fourth__title {
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	line-height: 41px;
}
.sbsd_fourth__items {
	display: flex;
	align-items: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}
.sbsd_fourth__col {
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 60px;
}
.sbsd_fourth__block {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 30px;
	padding-top: 45px;
	min-height: 230px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}
.sbsd_fourth__block:hover {
	transform: translateY(-15px);
	box-shadow: 0px 0px 25px 0 rgb(33, 186, 112, 0.25);
}
.sbsd_fourth__block-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
}
.sbsd_fourth__block-text {
	margin-top: 15px;
	font-size: 16px;
	line-height: 21px;
}
.sbsd_fourth__block-icon {
	position: absolute;
	right: 0px;
	bottom: -10px;
	min-width: 105px;

}
.sbsd_fourth__block-icon svg {

}
@media (max-width: 1200px) {
	.sbsd_top__inner {
		padding-left: 320px;
	}
	.sbsd_top__title {
		line-height: 1.2;
		font-size: 32px;
	}
	.sbsd_top__title br {
		display: none;
	}
	.sbsd_top__image {
		top: 50%;
		transform: translateY(-50%);
	}
	.sbsd_top__image img {
		max-width: 320px;
	}
	.sbsd_third__title {
		line-height: 1.2;
		font-size: 28px;
	}
	.sbsd_third__item {
		font-size: 16px;
	}
	.sbsd_third__content {
		padding-left: 40px;
	}
	.sbsd_fourth__block-icon {
		min-width: 0px;
		right: 5px;
		text-align: right;
	}
	.sbsd_fourth__block-icon svg {
		
		height: 100px;
	}
	.sbsd_fourth__block {
		padding-left: 20px;
		padding-right: 50px;
		padding-top: 25px;
	}
	.sbsd_fourth__block-title {
		font-size: 18px;
	}
	.sbsd_fourth {
		padding-top: 80px;
		padding-bottom: 80px;
	}

}
@media (max-width: 1024px) {
	.stf_breadcrumbs ul {
		display: block;
	}
	.stf_breadcrumbs li {
		display: inline-block;
	}
	.stf_advantages__list {
		display: block;
	}
	.stf_advantages__col {
		width: 100%;
	}
	.stf-variants__blocks {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.stf-variants__block {
		margin-left: 0;
		margin-right: 0;
	}
	.stf-steps__blocks {
		flex-wrap: wrap;
	}
	.stf-steps__block {
		width: 50%;
		margin-top: 35px;
	}
	.stf-steps__block:first-child {
		margin-top: 0;
	}
	.stf_top__image {
		width: 280px;
		top: 50%;
		transform: translateY(-50%);
	}
	.stf_top__inner {
		padding: 30px;
	}
	.sbsd_top__inner {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 280px;
	}
	.sbsd_top__image img {
		max-width: 280px;
	}
	.sbsd_top__title{
		font-size: 28px;
	}
	.sbsd_second__inner {
		flex-wrap: wrap;
	}
	.sbsd_second__col {
		width: 50%;
	}
	.sbsd_third__inner {
		display: block;
	}
	.sbsd_third__content {
		padding-left: 0;
		margin-top: 40px;
	}
	.sbsd_third__item {
		max-width: 100%;
	}
	.sbsd_third {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.sbsd_fourth__items {
		flex-wrap: wrap;
	}
	.sbsd_fourth__col {
		width: 50%;
	}
	.sbsd_fourth__col:last-child {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.stf_top__image {
		position: static;
		transform: none;
		display: block;
		margin: auto;
	}
	.stf_top__inner {
		padding: 0;
	}
	.stf_top__title {
		font-size: 22px;
		line-height: 1.3;

	}
	.stf_advantages__titler, .stf-variants__title {
		font-size: 22px;
		line-height: 1.3;
	}
	.stf_breadcrumbs {
		padding-top: 0;
	}
	.stf_advantages {
		margin-top: 60px;
	}
	.stf_advantages__title {
		font-size: 18px;
	}
	.stf_advantages__text {
		font-size: 14px;
	}
	.stf-variants__block {
		padding: 15px;
	}
	.stf-variants__block-img {
		display: none;
	}
	.stf-variants__block-title {
		font-size: 18px;
		line-height: 1.3;
	}
	.stf-steps {
		margin-top: 0;
		padding: 40px 0px;
	}
	.stf-variants{
		padding-bottom: 40px;
		margin-top: 50px;
		padding-top: 40px;
	}
	.stf-steps__blocks {
		margin-top: 35px;
		margin-left: 0;
		margin-right: 0;
	}
	.sbsd_top__inner {
		padding: 30px;
	}
	.sbsd_top__image {
		position: static;
		transform: none;
	}
	.sbsd_top__image img {
		margin: auto;
	}
	.sbsd_top__title {
		font-size: 22px;
	}
	.sbsd_top__button {
		margin-top: 30px;
	}
	.sbsd_second__inner {
		margin-left: 0;
		margin-right: 0;
	}
	.sbsd_second__col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.sbsd_second__block {
		padding: 20px;
	}
	.sbsd_third__title {
		font-size: 24px;
	}
	.sbsd_fourth {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sbsd_fourth__title  {
		font-size: 22px;
	}
	.sbsd_fourth__items {
		margin-left: 0;
		margin-right: 0;
	}
	.sbsd_fourth__col {
		margin-top: 30px;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.sbsd_third {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 740px) {
	.wrap {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
/* End */
/* /local/templates/sberfactoring/components/bitrix/news/stocks/bitrix/news.detail/.default/style.css?174962500712633 */
