@import 'config_auto_category.less';
.tours .content-top__description,
.ski .content-top__description {
	width: 100% !important;
}
.content-top__description p {
	margin: 0;
}
.main .large.weight--light > *:first-child {
	margin-top: 0;
}
.main table {
	border-collapse: collapse;
	border-spacing: 0px;
	min-width: 500px;
	width: 100%;
}
.main td {
	border: 1px solid #eee;
	padding: 10px;
}
.main .active a {
	color: #911421;
	font-weight: 600;
}
input.rsform-error,
textarea.rsform-error,
select.rsform-error {
	border: 1px solid #CE5454;
	position: relative;
	left: 0;
	-moz-animation: .7s 1 shake linear;
	-webkit-animation: .7s 1 shake linear;
}
.formError {
	font-size: 13px;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: normal;
	border-radius: 3px 4px;
	background-color: #ce5454;
	max-width: 170px;
	height: auto;
	white-space: pre;
	position: absolute;
	z-index: 5;
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
	bottom: -22px;
	left: 0;
}
.formError:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent #CE5454;
	border-style: solid;
	border-width: 11px 7px;
	position: absolute;
	left: 6px;
	top: -20px;
}
.radio-items,
.security-input {
	white-space: nowrap;
}
.radio-items *,
.security-input * {
	display: inline !important;
}
.security-input {
	position: relative;
	right: 20px;
}
.security br {
	display: none !important;
}
.radio-items input,
.radio-items label {
	margin: 0 .5em 0 0;
}
span.formNoError,
span.formError {
	display: none;
}
