/**
 * ИСПОЛЬЗУЕТСЯ В ИНФОБЛОКЕ page_move-to-abcp
 */
.wIntroductionOurClient .clientRequestForm .offerBlock .checkOfferCheckboxLabel,
.wIntroductionOurClient .clientRequestForm .offerBlock .checkOfferCheckboxLabel a { font-size: 13px; }

.wIntroductionOurClient {
	padding: 20px;
	background-color: #f3f3f3;
}

.wIntroductionOurClient .introductionOurClientLine {
	margin: 0;
}

.wIntroductionOurClient .introductionOurClientLine .requestFormControls {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.wIntroductionOurClient .introductionOurClientLine .requestFormControls input::-webkit-input-placeholder,
.wIntroductionOurClient .introductionOurClientLine .requestFormControls textarea::-webkit-input-placeholder {
	color: #C4C4C4 !important;
	font-size: 13px !important;
}
.wIntroductionOurClient .introductionOurClientLine .requestFormControls input::-moz-placeholder,
.wIntroductionOurClient .introductionOurClientLine .requestFormControls textarea::-moz-placeholder  {
	color: #C4C4C4 !important;
	font-size: 13px !important;
}
.wIntroductionOurClient .introductionOurClientLine .requestFormControls input:-ms-input-placeholder,
.wIntroductionOurClient .introductionOurClientLine .requestFormControls textarea:-ms-input-placeholder  {
	color: #C4C4C4 !important;
	font-size: 13px !important;
}
.wIntroductionOurClient .introductionOurClientLine .requestFormControls input:-moz-placeholder,
.wIntroductionOurClient .introductionOurClientLine .requestFormControls textarea:-moz-placeholder {
	color: #C4C4C4 !important;
	font-size: 13px !important;
}
.wIntroductionOurClient .introductionOurClientLine .requestFormControls input::placeholder,
.wIntroductionOurClient .introductionOurClientLine .requestFormControls textarea::placeholder {
	color: #C4C4C4 !important;
	font-size: 13px !important;
}

div.colored.active {
	border: none !important;
	background-color: transparent;
}

.wIntroductionOurClient .introductionOurClientLineBottom .requestFormControls {
	margin: 0;
	padding: 0;
	width: 100%;
}

.wIntroductionOurClient .clientRequestForm .offerBlock {
	margin: 0 0 15px;
}

.wide-img-container {
	margin-top: 50px;
}
.wide-img-container img {
	display: block;
	object-fit: contain;
}

.blockInfo {
	margin: 20px 0 0;
	padding: 40px 28px 18px;
	background: #f3f3f3;
	box-sizing: border-box;
}
.blockInfo p {
	font-family: 'Roboto';
	font-size: 24px !important;
	font-weight: 500;
}

.easy-autocomplete {
	width: 100% !important;
}

div.approvalBlockForm {
	padding: 0 15px 15px;
}

@media (max-width: 767px) {
	.blockInfo p {
		font-size: 18px !important;
	}
}

.section-advice {
	display: flex;
	align-items: center;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background: #13b5ea;
}

.section-advice {
	width: 340px;
	height: 60px;
	box-sizing: border-box;
}
.section-advice_image {
	margin-right: 15px;
	margin-left: 5px;
}

.section-advice_content {
	white-space: nowrap;
	width: 300px;
	overflow: hidden;
	text-overflow: clip;
	color: #FFFF;
	line-height: 1.2;
	font-size: 18px
}