.col-big-padding {
    padding-left: 32px;
    padding-right: 32px;
}
p{
	font-family: "Samsung-SharpSans-Medium", "Montserrat", Arial, sans-serif;
	font-size:16px;
	line-height:1.2;
}
.wrapper_inner  {
	width:100%!important;
	max-width: 100%!important;
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.row-big-padding {
    margin-left: -32px;
    margin-right: -32px;
}
.popular-category-main{
	display:none!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15px!important;
}

.business-advantages {
	padding: 77px 0 88px;
	position: relative;
}

.section-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.25;
	margin-bottom: 16px;
	color: #0b1c3a;
	letter-spacing: -0.3px;
}

.section-sub {
	font-size: 18px;
	color: #4a5b7a;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-weight: 400;
	border-left: 3px solid #3a7bdb;
	padding-left: 20px;
	background: rgba(58, 123, 219, 0.04);
	border-radius: 0 12px 12px 0;
}

.advantage-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px 24px 24px;
	margin-bottom: 30px;
	border: 1px solid #E1E5ED;
	height: 100%;
}

.icon-circle {
    width: 40px;
    height: 40px;
    margin-right: 18px;
	display: flex;
    align-items: start;
    justify-content: start;
	margin-bottom: 24px;
}

.icon-circle i {
	font-size: 30px;
}

.icon-circle img{
	margin-left:0;
}

.advantage-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 12px;
	color: #0f2b4d;
}

.advantage-text {
	font-size: 14px;
	line-height: 1.45;
	color: #495e85;
	margin-bottom: 0;
}

.advantage-text strong {
	color: #1a4c9e;
	font-weight: 600;
}


.solutions-section {
	padding: 77px 0 88px;
	position: relative;
}

/* Заголовки */
.solutions-title {
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 18px;
	color: #0a1c3a;
	letter-spacing: -0.4px;
}

.solutions-sub {
	font-size: 18px;
	color: #4a5e85;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	font-weight: 400;
	background: rgba(58, 123, 219, 0.03);
	padding: 0 0 0 0;
	border-left: 0;
	line-height: 1.5;
}

/* Карточка решения — современный дизайн, акцент на номер */
.solution-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px 24px 24px;
	margin-bottom: 0px;
	border: 1px solid #E1E5ED;
	height: 100%;
	position: relative;
	overflow: hidden;
}



/* Стилизация нумерации (01, 02, 03) */
.solution-badge {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(135deg, #1A5FCC 0%, #3A7BDB 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 0.9;
	margin-bottom: 18px;
	letter-spacing: -1px;
	display: inline-block;
}

/* Альтернативный вариант, если нужен фон под номер, но лучше просто цифра градиентом */
.solution-card h3 {
	font-weight: 700;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #0F2C4F;
}

.solution-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #4a6182;
	margin-bottom: 0;
}

/* Иконка декоративная по желанию (необязательно) – добавим микро-иконки рядом с заголовком */
.title-icon {
	margin-right: 10px;
	font-size: 26px;
	color: #2b6ed7;
	vertical-align: middle;
	display: inline-block;
}

.solution-title-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.solution-title-wrapper i {
	font-size: 28px;
	color: #2a6ad0;
	background: #eef3fe;
	width: 48px;
	height: 48px;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.solution-title-wrapper h3 {
	margin-bottom: 0;
	flex: 1;
}

@media (max-width: 768px) {
	.solutions-section {
		padding: 32px 0 32px;
	}
	.solutions-title {
		font-size: 30px;
		text-align: center;
	}
	.solutions-sub {
		font-size: 16px;
		text-align: center;
		margin-bottom: 35px;
		padding: 0 12px;
	}
	.solution-card {
		padding: 24px 20px 28px;
		margin-bottom: 20px;
		height:auto;
	}
	.solution-badge {
		font-size: 18px;
	}
	.solution-title-wrapper i {
		width: 42px;
		height: 42px;
		font-size: 22px;
	}
	.solution-title-wrapper h3 {
		font-size: 20px;
	}
	.solution-desc {
		font-size: 15px;
	}
	.advantage-card {
		padding: 24px 24px 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.solutions-title {
		font-size: 26px;
	}
	.solutions-sub {
		font-size: 14.5px;
	}
	.solution-card {
		padding: 20px 18px;
		height:auto;
	}
	.solution-badge {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.solution-title-wrapper h3 {
		font-size: 18px;
	}
	.advantage-card {
		padding: 24px 24px 24px;
		margin-bottom: 20px;
	}
}

/* Дополнительно эффект для ряда, чтобы карточки были одинаковой высоты */
.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.solution-card {
	display: flex;
	flex-direction: column;
}
.solution-desc {
	flex: 1;
}
/* легкий разделитель между блоками — не мешает */
hr.section-divider {
	display: none;
}

/* Секция процесса работы */
.workflow-section {
	padding: 77px 0 88px;           
	position: relative;
}

/* Заголовки */
.workflow-title {
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 18px;
	color: #0a1c3a;
	letter-spacing: -0.4px;
}

.workflow-sub {
	font-size: 18px;
	color: #4a5e85;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
}

/* Контейнер для шагов с возможностью относительного позиционирования для стрелок */
.steps-wrapper {
	position: relative;
}

/* Карточка шага */
.step-card {
	background: #F8FAFD;
	border-radius: 16px;
	padding: 24px 24px 24px;
	margin-bottom: 0px;
	border: 1px solid #E1E5ED;
	height: 100%;
	position: relative;
	z-index: 2;
}

/* Стилизация номера шага */
.step-number {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(125deg, #1A5FCC 0%, #4880e0 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 0.9;
	margin-bottom: 16px;
	letter-spacing: -1px;
	display: inline-block;
}

.step-card h3 {
	font-weight: 700;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 14px;
	color: #0F2C4F;
}

.step-desc {
	font-size: 14px;
	color: #4a6182;
	margin-bottom: 0;
	font-family: "Samsung-SharpSans-Medium", "Montserrat", Arial, sans-serif;
    line-height: 1.2;
}

/* Декоративная иконка в углу */
.step-icon {
	position: absolute;
	bottom: 20px;
	right: 24px;
	opacity: 0.07;
	font-size: 62px;
	pointer-events: none;
	transition: opacity 0.2s;
	color: #2d6ad0;
}


/* СТРЕЛКИ МЕЖДУ БЛОКАМИ - для десктопа (от md и выше) */
@media (min-width: 992px) {
	.step-arrow {
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translateY(-50%);
		font-size: 32px;
		color: #c0d0e8;
		z-index: 10;
		background: #ffffff00;
		border-radius: 50%;
		width: 44px;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;  
		pointer-events: none;
	}

	/* Стрелка не отображается у последней колонки */
	.col-md-3:last-child .step-arrow {
		display: none;
	}
	
	/* Для ряда используем относительное позиционирование */
	.step-item {
		position: relative;
	}
}

/* Для планшетов (от 768 до 991px) — стрелки между колонками в ряду если две колонки */
@media (min-width: 768px) and (max-width: 991px) {
	.step-arrow-tablet {
		display: flex;
		justify-content: center;
		margin: -10px 0 10px;
	}
	.step-arrow-tablet i {
		font-size: 28px;
		color: #b0c4e8;
		background: white;
		padding: 6px 12px;
		border-radius: 40px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.05);
		border: 1px solid #e9eff8;
	}
	.desktop-arrow {
		display: none;
	}
}

/* Для мобильных телефонов стрелки вертикальные (между карточками) */
@media (max-width: 767px) {
	.step-arrow-mobile {
		display: flex;
		justify-content: center;
		margin: -15px 0 5px;
		position: relative;
		z-index: 5;
	}
	.step-arrow-mobile i {
		font-size: 28px;
		color: #b0c4e8;
		background: white;
		padding: 6px 12px;
		border-radius: 40px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.05);
		border: 1px solid #e2eaf5;
		transform: rotate(90deg);
	}
	.desktop-arrow, .step-arrow-tablet {
		display: none;
	}
}

/* Адаптивность */
@media (max-width: 768px) {
	.workflow-section {
		padding: 50px 0 55px;
	}
	.workflow-title {
		font-size: 30px;
		text-align: center;
	}
	.workflow-sub {
		font-size: 16px;
		text-align: center;
		margin-bottom: 35px;
		padding: 0 12px;
	}
	.step-card {
		padding: 24px 24px 24px;
		margin-bottom: 20px;
		height:auto;
	}
	.step-number {
		font-size: 18px;
	}
	.step-card h3 {
		font-size: 20px;
	}
	.step-desc {
		font-size: 15px;
	}
	.step-icon {
		font-size: 48px;
		bottom: 16px;
		right: 18px;
	}
}

@media (max-width: 480px) {
	.workflow-title {
		font-size: 26px;
	}
	.workflow-sub {
		font-size: 14.5px;
	}
	.step-card {
		padding: 20px 20px 20px;
	}
	.step-number {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.step-card h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.step-desc {
		font-size: 14px;
	}
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.step-card {
	display: flex;
	flex-direction: column;
}
.step-desc {
	flex: 1;
}
.fa {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-arrow-right:before {
	content: url('images/arrow.png');
}
.what-order{
	background-color:#F5F7FB;
	padding: 77px 0 88px;            
	position: relative;
}
.maxwidth-theme-in{
	background-color:#F5F7FB!important;
}
.solution-block{
	background-color:#F7F8FA;
}
.block7-scredit__question-arrow {
	right: 0;
	float: right;
	transform: rotate(-90deg);
	position: absolute;
	top: 23px;
	left: 91%;
	width: 10px;
}
.business-form .required-fields-note{
    display:none!important;
}
.business-form{
    border:1px solid #DDE2EA;
    border-radius:16px;
    padding:40px 40px 40px 40px;
    background-color: #fff;
}
.business-form .title-form h3{
    margin-bottom: 5px;
}
.business-form .title-form p{
    margin-bottom: 0px;
}
.business-form input{
    background: #F8FAFD!important;
    border-radius: 16px!important;
    border: 1px solid #D9DEE8!important;
}
.unpack-lp-form__thanks-btn{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff !important;
    font-family: "SamsungSharpSansBold", "Montserrat", Arial, sans-serif;
    font-size: 13px !important;
    text-transform: none;
    border-radius: 26px !important;
    padding: 10px 26px 10px;
    line-height: 1.33;  
}

@media (min-width: 1440px) {
    .block7-bonus .block7-scredit__question-arrow {
        margin-top: 0px;
    }
    .block7-scredit__question-arrow {
		right: 0;
        float: right;
        transform: rotate(-90deg);
        position: absolute;
        top: 23px;
        left: 94.5%;
        width: 10px;
    }
}
.block7-bonus .block7-scredit__question {
    position: relative;
    padding-right: 0%;
    color: #000;
    border-radius: 16px;
    padding: 16px 24px 14px;
    border: 1px solid #E1E5ED;
    background-color: #fff !important;
    margin-bottom: 1vw !important;
    margin-top: 0vw !important;
}
.block7-bonus .block7-scredit__question-title {
    font-size: 16px;
}
@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    .top_slider_wrapp.view_3 .main-slider, .top_slider_wrapp.view_3 .main-slider__item, .top_slider_wrapp.view_3 .main-slider__item td, .top_slider_wrapp.view_3 .main-slider__item tr {
        height: 640px!important;
    }
    .block7-bonus .block7-scredit__question-arrow {
        margin-top: 2px;
    }
    .block7-bonus .block7-scredit__question {
        margin-bottom: 8px !important;
    }
    .advantage-card {
        display: flex !important;;
    }
    .business-advantages {
        padding: 32px 0 32px;
    }
    .block7-bonus .block7-scredit__question-title {
        font-size: 14px;
    }
    .block7-bonus .block7-scredit__question-arrow {
        margin-top: 0px;
    }
    .block7-scredit__question-arrow {
		right: 0;
        float: right;
        transform: rotate(-90deg);
        position: absolute;
        top: 24px;
        left: 89.5%;
        width: 10px;
    }
    .block7-bonus .block7-scredit__question {
        position: relative;
        padding-right: 0%;
        color: #000;
        border-radius: 16px;
        padding: 14px 24px 14px;
        border: 1px solid #E1E5ED;
        background-color: #fff !important;
        margin-bottom: 1vw !important;
        margin-top: 0vw !important;
        min-height:44px!important;
    }
	.wrapper_inner  {
		width:100%!important;
		max-width: 100%!important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.w-100-mobile{
		width:100%!important;
	}
}