.sos {
	display: inline-block;
}
.b-tour-card-sm:after {
	height: 100%;
	background: rgba(27,34,37,.7);
}
.b-input-checkbox a {
	color: #37474f;
}
.b-input-checkbox.b-input-checkbox_white {
	color: #fff;
}
.b-input-checkbox.b-input-checkbox_white a {
	color: #fff;
}
.b-input-checkbox__input {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
}
.b-footer__copy-text a {
	color: #37474f;
}
.b-footer__copy-text {
	text-align: left;
}
@media (max-width: 1023px) {
	.b-popup-full__close {
		color: #8ee000;
	}
}
.alert-area {
	z-index: 999999999;
}
.error {
	border:1px solid red !important;
}
input[type="checkbox"].error {
	outline: 1px solid red !important;;
}
input[type="radio"].error {
	outline: 1px solid red !important;;
}
.im-popup#thanks {
	z-index: 99999;
}
.b-tour-card-sm__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.b-social__ok {
	height: 32px;
}