

/* Start:/information/sdo//style.css?1715755328708*/
table td {
	vertical-align: middle !important;
}

table td:first-child {
	font-weight: 700;
}

.list-step {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 15px 0 0;
}

.list-step > li {
	align-items: center;
	color: #111;
	font-family: Arial;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px 15px;
}

.list-step > li > span {
	align-items: center;
	background-color: #002147;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 22px;
	font-weight: 700;
	justify-content: center;
	height: 40px;
	width: 40px;
}

@media(max-width: 767px) {

	.list-step {
		flex-direction: column;
	}

}
/* End */


/* Start:/bitrix/templates/j_page/components/bitrix/search.form/j_sdo/style.css?17174200714932*/
.send-review__wrap {
	margin: 40px 0 85px;
	text-align: center;
}

.review-element__wrap {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin: 20px 0 10px;
}

.review-element {
	background-color: #fff;
	border: 7px solid #dce7ef;
	margin: 18px 35px 0;
	padding: 30px;
	position: relative;
}

.review-element::before {
	border: 6px solid #375d88;
	content: '';
	position: absolute;
	top: -30px;
	height: 115px;
	width: 160px;
	z-index: -1;
}

.b-left .review-element::before {
	left: -30px;

}

.b-right .review-element::before {
	right: -30px;
}

.review-element p {
	margin-bottom: 5px !important;
	padding: 0 !important;
}

.review-element__photo {
	border-radius: 50%;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.b-left .review-element__photo {
	float: left;
}

.b-right .review-element__photo {
	float: right;
}

.review-element__photo img {
	border-radius: 50%;
}

.review-element__desc {
	margin: 15px 40px 0;
}

.review-element__desc-date {
	color: #70787e;
	display: block;
	margin-bottom: 5px;
}

.review-element__desc p {
	font-style: italic;
}

.b-left .review-element__desc {
	text-align: left;
}

.b-right .review-element__desc {
	text-align: right;
}

.modern-page-navigation {
	text-align: center;
}

.review-form {
	background-color: #fff;
	box-shadow: 3px 3px 15px rgba(150, 150, 150, .5);
	margin-top: 25px;
	padding: 30px 22px 30px;
}

.review-form .alert {
	display: none;
}

.review-form input {
	border: 1px solid #dad9d9;
	border-radius: 0;
	color: #4c4b4b;
	font-size: 1.135rem;
	margin-bottom: 20px;
	padding: 0 15px;
	height: 52px;
	width: 100%;
}

.review-form input:active,
.review-form input:focus {
	outline: none;
}

.review-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
	background-position: calc(100% - 22px) calc(1em + 10px), calc(100% - 17px) calc(1em + 10px), calc(100% - 10px) 15px;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
	border: 1px solid #dad9d9;
	border-radius: 0;
	color: #4c4b4b;
	cursor: pointer;
	font-size: 1.135rem;
	margin-bottom: 20px;
	padding: 0 15px;
	height: 52px;
	width: 100%;
}

.review-form select:active,
.review-form select:focus {
	outline: none;
}

.review-form textarea {
	border: 1px solid #dad9d9;
	border-radius: 0;
	color: #4c4b4b;
	font-size: 1.135rem;
	margin-bottom: 20px;
	padding: 15px;
	resize: none;
	height: 150px;
	width: 100%;
}

.review-form .error input {
	border-color: #cb0000;
}

.review-form .error input::-webkit-input-placeholder {
	color: #cb0000;
}

.review-form .error input::-moz-placeholder {
	color: #cb0000;
}

.review-form .error input:-ms-input-placeholder {
	color: #cb0000;
}

.review-form .error input:-moz-placeholder {
	color: #cb0000;
}

.review-form .error textarea {
	border-color: #cb0000;
}

.review-form .error textarea::-webkit-input-placeholder {
	color: #cb0000;
}

.review-form .error textarea::-moz-placeholder {
	color: #cb0000;
}

.review-form .error textarea:-ms-input-placeholder {
	color: #cb0000;
}

.review-form .error textarea:-moz-placeholder {
	color: #cb0000;
}

.review-input-chekbox-wrap {
	overflow: hidden;
	margin-bottom: 25px;
	text-align: left;
}

.review-input-chekbox {
	display: none;
}

.review-input-chekbox-custom {
	cursor: pointer;
	display: block;
	font-size: 15px;
	padding-right: 45px;
	padding-top: 5px;
	position: relative;
	height: 35px;
}

.review-input-chekbox-custom::before {
	border: 1px solid #000;
	border-radius: 0;
	content: '';
	color: #000;
	position: absolute;
	top: 3px;
	left: 0;
	height: 30px;
	width: 30px;
}

.review-input-chekbox:checked + .review-input-chekbox-custom::after {
	align-items: center;
	background-color: transparent;
	color: #002147;
	content: "\f00c";
	display: flex;
	font-size: 1.2em;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	justify-content: center;
	position: absolute;
	top: 3px;
	left: 0;
	height: 30px;
	width: 30px;
}

.review-input-chekbox[data-error = "error"] ~ .review-input-chekbox-custom::before {
	border-color: red;
}

.review-input-chekbox-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: .9em;
	line-height: 1.15;
	margin: 0;
	position: relative;
	height: 35px;
}

.review-input-chekbox-link {
	color: #002147;
	display: contents;
	margin-left: 5px;
	text-decoration: underline;
}

.review-input-chekbox-link::before {
	display: none !important;
}

.captchaImg {
	margin: 2px 0 0 !important;
}

@media only screen and (max-width: 768px) {

	.review-element {
		margin: 18px 0 0;
	}

}

@media(max-width: 991px) {

	.captchaImg {
		margin-bottom: 15px !important;
	}

}
/* End */
/* /information/sdo//style.css?1715755328708 */
/* /bitrix/templates/j_page/components/bitrix/search.form/j_sdo/style.css?17174200714932 */
