

/* Start:/local/templates/aspro_next/components/bitrix/news/industry_solutions/bitrix/news.detail/.default/style.css?17661259512972*/
.detail_solution_description {
    color: var(--text, #383838);
    leading-trim: both;
    text-edge: cap;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}
.detail_solution_description .big_text {
    color: var(--text, #383838);
    leading-trim: both;
    text-edge: cap;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
}
.wrapper_inner.not_back {
    background: unset;
}
.swiper_solution .button-prev,
.swiper_solution .button-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
.swiper_solution .button-prev {
    left: -40px;
    transform: translate(-50%);
}
.swiper_solution {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}
.swiper_solution .button-next {
    right: -40px;
    transform: translate(50%);
}
.solution_tizers {
    display: flex;
    gap: 15px;
}
.solution_tizers div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text, #383838);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    gap: 20px;
    flex-basis: 100%;
}
.swiper_solution img {
    /*width: 100%;*/
}
.swiper_solution .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.swiper_solution .swiper-pagination {
    position: unset;
    margin-top: 40px;
}
.swiper_solution .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.swiper_solution .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #D42329;
    opacity: 1;
    margin: 0;
}

.swiper_solution .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    width: 11px;
    height: 11px;
    border: 2px solid #D42329;
}
.detail_solution_description_bottom .big_text {
    margin-bottom: 40px;
    margin-top: 20px;
}
@media(max-width: 1550px) {
    .swiper_solution .button-prev, .swiper_solution .button-next {
        display: none;
    }
}

@media(min-width: 1551px) {
    .swiper_solution .swiper-pagination {
        display: none;
    }
}
@media(max-width: 1200px) {
    .solution_tizers {
        flex-wrap: wrap;
    }
    .solution_tizers > div {
        flex-basis: calc((100% - 30px)/3);
    }

}
@media(max-width: 767px) {
    
    .solution_tizers div {
        color: var(--text, #383838);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Ubuntu;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
        flex-basis: 100%;
    }
    .swiper_solution img {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/form/form_solution/bitrix/form.result.new/.default/style.css?17659744983902*/
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/aspro_next/components/bitrix/form/form_solution/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.solution_form_title {

	color: var(--text, #383838);
	leading-trim: both;
	text-edge: cap;
	font-family: Ubuntu;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 33.6px */
	margin-bottom: 20px;
}
.solution_form_title span {
	color: var(--red-accent, #D42329);
}
.solution_form > p {
	color: var(--text-2, #555);
	leading-trim: both;
	text-edge: cap;
	font-family: Ubuntu;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 20px;
}
.form_questions {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
.form_questions .form_question:nth-child(1),
.form_questions .form_question:nth-child(2),
.form_questions .form_question:nth-child(3) {
	grid-column: span 2;	
}
.form_questions .form_question:nth-child(4),
.form_questions .form_question:nth-child(5) {
	grid-column: span 3;	
}
.form_questions .form_question:nth-child(6) {
	grid-column: span 6;
}
.form_question {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.form_question span {
	color: var(--text-2, #555);
	leading-trim: both;
	text-edge: cap;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}
.form_question .form-required {
	color: var(--red-accent, #D42329);
}
.form_question input[type="text"] {
	border-radius: 2px;
	border: 1px solid var(--stroke, #EEE);
	background: var(--bg-light-grey, #F6F6F7);
}
.solution_form {
	background: #fff;
	padding: 60px 170px 50px;
	margin-top: 40px;
}
.solution_form [type="submit"] {
	border-radius: 5px;
	border: 2px solid var(--red-accent, #D42329);
	background: var(--red-accent, #D42329);
	padding: 11px 48px 12px;
	color: var(--clean-white, #FFF);
	text-align: center;
	font-family: Ubuntu;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.form_action_success {
	position: fixed;
	top: 0;
	left: 0;
	background: #33333380;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(4.5px);
}

.form_action_success_content {
	padding: 40px 30px;
	border-radius: 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0em;
	text-align: left;
	position: relative;
	background: #fff;
}
.close_success {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.close_success svg * {
	fill: #b41818;
}
@media(max-width: 1200px) {
	.solution_form {
		padding: 40px 30px;
	}
}
@media(max-width: 992px) {
	.form_questions .form_question:nth-child(1),
	.form_questions .form_question:nth-child(2) {
		grid-column: span 3;
	}
	.form_questions .form_question:nth-child(3) {
		grid-column: span 6;
	}

}	
@media(max-width: 767px) {
	.form_questions .form_question {
		grid-column: span 6 !important;
	}
	.solution_form_title {
		font-family: Ubuntu;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 28px */
	}
	.detail_solution_description {
		color: var(--text, #383838);
		leading-trim: both;
		text-edge: cap;
		font-family: Ubuntu;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 22.4px */
	}
	.detail_solution_description .big_text {
		color: var(--text, #383838);
		leading-trim: both;
		text-edge: cap;
		font-family: Ubuntu;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 28px */
	}
	.solution_form [type="submit"] {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.form_action_success_content {
		font-family: Gilroy;
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
		letter-spacing: 0em;
		text-align: center;
		padding: 52px 13px 47px;
		border-radius: 30px;
	}
}	
/* End */
/* /local/templates/aspro_next/components/bitrix/news/industry_solutions/bitrix/news.detail/.default/style.css?17661259512972 */
/* /local/templates/aspro_next/components/bitrix/form/form_solution/bitrix/form.result.new/.default/style.css?17659744983902 */
