.btn.btn_all {
	text-decoration: none;
	display: inline-block;
	height: 100%;
	padding: 0;
	text-align: center;
}
.border_red {
	border: red solid 1px;
}
.border_red_box {
	border: red solid 1px;
	width: 17px;
	height: 17px;
	left: -1px;
	top: 1px;
}
#_result {
	margin-top: 20px !important;
}
.display__none {
	display: none!important;
}
.form__success {
	color: green;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

/* Модалка «Обратная связь»: кнопка до согласия на обработку ПДн */
#form__callback .form__btn:disabled,
#form__callback .form__btn[disabled] {
	cursor: not-allowed;
	opacity: 0.62;
	background-color: #aeb3c2;
	background-image: none;
	box-shadow: none;
	border-bottom-color: #c5c9d4;
	color: rgba(255, 255, 255, 0.88);
	-webkit-transform: none;
	transform: none;
}

#form__callback .form__btn:disabled:hover,
#form__callback .form__btn[disabled]:hover {
	color: rgba(255, 255, 255, 0.88);
}

/* Баннер согласия с использованием cookie */
.cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #f4f5f7;
	border-top: 1px solid #d5d6d2;
	box-shadow: 0 -4px 20px rgba(58, 73, 114, 0.12);
	padding: 16px 0;
}

.cookie-consent[hidden] {
	display: none !important;
}

.cookie-consent__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.cookie-consent__text {
	margin: 0;
	max-width: 720px;
	font-size: 14px;
	line-height: 1.45;
	color: #3a4972;
	font-family: MyriadPro, sans-serif;
}

.cookie-consent__btn {
	margin: 0;
	flex-shrink: 0;
	width: auto;
	min-width: 160px;
}

body.cookie-consent--visible {
	padding-bottom: 100px;
}

@media (min-width: 601px) {
	.cookie-consent {
		left: 0;
		right: 0;
		width: min(920px, calc(100% - 48px));
		margin-left: auto;
		margin-right: auto;
		bottom: 24px;
		border-radius: 10px;
		border: 1px solid #d5d6d2;
		padding: 18px 28px;
		box-shadow: 0 10px 40px rgba(58, 73, 114, 0.14);
	}
}

@media (max-width: 600px) {
	.cookie-consent {
		padding: 16px 14px;
	}

	.cookie-consent__inner {
		flex-direction: column;
		align-items: stretch;
		text-align: left;
	}

	.cookie-consent__btn {
		width: 100%;
	}

	body.cookie-consent--visible {
		padding-bottom: 180px;
	}
}

.item--preview .item__title {
	padding-left: 0;
	padding-right: 0;
}

.item--preview .item__props.props {
	padding-left: 0;
	padding-right: 0;
}

/* Ссылка на политику в футере */
.footer__policy {
	margin: 0;
	font-size: 14px;
}

.footer__policy a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color .2s ease;
}

.footer__policy a:hover {
	text-decoration: none;
}

/* Ссылка на политику в модалке обратной связи */
.agree__link {
	color: #365e95;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.agree__link:hover {
	color: #e52629;
}

/* Красивые ссылки на странице политики */
.text_page .section__content_page a {
	color: #365e95;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color .2s ease;
	word-break: break-word;
}

.text_page .section__content_page a:hover {
	color: #e52629;
}