

/* Start:/local/templates/xxc/components/bitrix/news.list/reservation/style.css?17095379935838*/
.tikets__wrap {
	overflow-x: auto;
}
.tikets {
	display: grid; 
	font-size: 12px;
	grid-template-columns: repeat(3, auto); 
	grid-gap: 15px;
}
.title.bold {
	font-size: 16px;
}
.center-top__list {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	grid-gap: 15px;
}
.col {
	position: relative;
	border-radius: 2px;
	cursor: pointer;
	width: 17px;
	height: 17px;
	border: 1px solid #bd9673;
}
.col.emp {
	cursor: default;
}
.col.defined {
	border-color: #f7f4f1;
}
.col.defined label {
	background: #f7ede3;
}
.col.defined label:hover {
	background: #f7f4f1;
	color: initial;
	cursor: default;
}
.col input{
	display: none;
}
.col label {
	display: flex;
	align-items: center; 
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;

}
.col label:hover,
.col input:checked ~ label{
	background: #bd9673;
	color: #fff;
}
.col.emp {
	border: none;
}
.center-top .row-row .row {
	height: 17px;
	white-space: nowrap;
	justify-content: flex-start;
}
.center-top .row {
	display: flex;
	margin-bottom: 5px;
	grid-gap: 5px;
}
.center-top .col:nth-child(8) {
	margin-right: 10px;
}
.center-top .col:nth-last-child(8) {
	margin-left: 10px;
}
.center-top .title.bold {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.left .title,
.right .title {
	text-align: center;
}
.left .row-row,
.right .row-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 5px;
}

.left .row-row .row,
.right .row-row .row {
	white-space: nowrap;
	width: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left .row-row .row:last-child,
.right .row-row .row:last-child {
	margin-right: 0;
}
.left .row-row .title,
.right .row-row .title {
	align-items: center;
	width: 100%;
}
.left .row-wrap,
.right .row-wrap {
	display: flex;
	justify-content: center;
	grid-gap: 5px;
}
.left .row,
.right .row {
	display: flex;
	grid-gap: 5px;
    flex-direction: column;
}
.left .col:nth-child(8),
.right .col:nth-child(8) {
	margin-bottom: 10px;
}
.left .col:nth-last-child(8),
.right .col:nth-last-child(8) {
	margin-top: 10px;
}
.left .row-wrap,
.left .row-row {
	flex-direction: row-reverse;
}
.center__list {
	display: flex;
	justify-content: center;
    align-content: flex-start;
    grid-gap: 15px;
}
.center .row-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 25px;

}
.center .row-row {
	display: flex;
	flex-direction: column;
	grid-gap: 25px;
}
.center .row-row .row {
	white-space: nowrap;
	height: 17px;
	display: flex;
	align-items: center;
}
.center .row {
    display: flex;
    grid-gap: 5px;
}
.center .title.bold {
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}
.center .col:nth-child(7n) {
	margin-right: 10px;
}
.center .col:last-child {
	margin-right: 0;
}
.form-field {
	text-align: center;
	padding: 1px;
    background: #ddc6a3;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddc6a3), color-stop(91.75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #ddc6a3 0, rgba(255, 255, 255, 0) 91.75%);
    border-radius: 3px;
	position: relative;
	display: inline-block;
	margin: auto;
	margin-top: 50px;
}
.form-field.error{
	background: red;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, red), color-stop(91.75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, red 0, rgba(255, 255, 255, 0) 91.75%);
}
.form-field input {
	padding: 20px 30px;
	border:none;
	appearance: none;
	border-radius: 3px;
	background: #fff;
	border: 1px solid transparent;
}
.form-field input:focus {
	outline: none;
	border: 1px solid #ddc6a3;

}
.form-tikets {
	display: inline-block;
	margin: auto;
	margin-top: 50px;
	background: #fff;
	padding: 50px;
	text-align: center;
}

.form-fields {
	display: flex;
	justify-content: center;
	grid-gap: 15px;
	margin-bottom: 30px;
}
.button {
	border: none !important;
	outline: none !important;
}
#tikets-error {
	margin-bottom: 50px;
	color: red;
}
.scene {
	text-align: center;
	font-size: 17px;
	position: relative;
	border-bottom: 1px solid #ddc6a3;
	padding: 20px;
    border-radius: 3px;
}
.scene:before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
	background: #ddc6a3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddc6a3), color-stop(91.75%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #ddc6a3 0, rgba(255, 255, 255, 0) 91.75%);
    background: linear-gradient(00deg, #ddc6a3 0, rgba(255, 255, 255, 0) 91.75%);
}
.scene:after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
	background: #ddc6a3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddc6a3), color-stop(91.75%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #ddc6a3 0, rgba(255, 255, 255, 0) 91.75%);
    background: linear-gradient(00deg, #ddc6a3 0, rgba(255, 255, 255, 0) 91.75%);
}
@media all and (max-width: 1200px) {
	.tikets {
		padding-left: 15px;
		padding-right: 15px;
		grid-template-columns: repeat(1, auto);
		grid-gap: 0;
	}
	.center-top {
		order: 0;
	}
	.center {
		order: 1;
	}
	.left {
		order: 2;
		margin-bottom: 30px;
	}
	.right {
		order: 3;
		margin-bottom: 30px;
	}
	.scene {
		margin-bottom: 20px;
		order: 4;
	}
	.form-tikets {
		padding: 50px 0; 
	}
	.center__list {
		margin-bottom: 30px;
	}
	.center-top .title.bold,
	.left .title.bold,
	.right .title.bold,
	.center .title.bold {
		margin-bottom: 15px;
	}
}
@media all and (max-width: 880px) {
	.form-fields {
		flex-direction: column;
	}
	.form-field {
		margin-top: 0;
	}
	.left,
	.right {
		    display: flex;
    flex-direction: column;
    align-items: flex-start;
	}
}
@media all and (max-width: 720px) {

}
/* End */
/* /local/templates/xxc/components/bitrix/news.list/reservation/style.css?17095379935838 */
