.op-Error {
    color: red;
}

.op-OrderWizard {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.op-OrderWizard-header {
    height: 50px;
    padding: 0 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    border-bottom: 1px solid lightgray;
}

@media (max-width: 730px) {
    .op-OrderWizard-header {
        height: 40px;
        padding: 0 0 0 20px;
    }
}

.op-OrderWizard-accountName {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
    opacity: 0.4;
    /* text-transform: uppercase; */
}

@media (max-width: 730px) {
    .op-OrderWizard-accountName {
        font-size: 12px;
        /* font-weight: 600; */
    }
}

.op-OrderWizard-accountName svg {
    margin-right: 7px;
    margin-top: -3px;
}

.op-OrderWizard-content {
    flex: 1 0 auto;
    height: calc(100% - 120px);
    /* overflow: auto; */
    box-sizing: border-box;
}

.op-OrderWizard-footer {
    height: 40px;
    flex: 0 0 auto;
    z-index: 10;
    padding: 0 30px;
    font-size: 14px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .4);
}

@media (max-width: 730px) {
    .op-OrderWizard-footer {
        font-size: 12px;
        height: 30px;
        padding: 0 20px;
    }

    .op-OrderWizard-footer span {
        display: none;
    }
}

.op-OrderWizard-footer a {
    color: rgba(0, 0, 0, .4);
}

.op-OrderWizard-footerCopyright {
    text-align: right;
    flex: 1 0 auto;
}

.op-OrderWizard-popup {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    z-index: 50;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* font-size: 16px; */
    padding: 20px;
    box-sizing: border-box;
}


.op-Product {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

@media (max-width: 730px) {
    .op-Product {
        flex-wrap: wrap;
        justify-content: space-between;
        grid-gap: 10px;
        font-size: 14px;
    }
}

.op-Product:last-child {
    border: none;
    margin-bottom: 0;
}

.op-Product-info {
    flex: 1 1 auto;
    box-sizing: border-box;
}

@media (max-width: 730px) {
    .op-Product-info {
        width: 100%;
    }
}

.op-Product-title {
    font-size: 16px;
    margin-bottom: 5px;
}

@media (max-width: 730px) {
    .op-Product-title {
        font-size: 14px;
    }
}

.op-Product-description {
    font-size: 12px;
    opacity: 0.5;
    width: 100%;
}

.op-Product-price {
    flex: 0 0 100px;
    text-align: right;
    margin-left: 30px;
}

.op-Product-amount {
    flex: 0 0 150px;
    text-align: right;
    margin-left: 30px;
}

@media (max-width: 730px) {
    .op-Product-price {
        flex: 0 0 90px;
        margin-left: 15px;
    }

    .op-Product-amount {
        flex: 0 0 120px;
        margin-left: 15px;
    }
}

@media (max-width: 760px) {
    .op-Product-price {
        text-align: left;
        margin-left: 0;
    }

    .op-Product-amount {
        text-align: center;
        margin-left: 0;
    }
}

.op-Product-count {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.op-Product-countNumb {
    width: 60px;
    display: flex;
    justify-content: center;
}

@media (max-width: 730px) {
    .op-Product-countNumb {
        width: 52px;
    }
}

.op-Product-countNumb span {
    margin-right: 5px;
}


.op-OrderDetails {
    min-height: 0;
    height: 100%;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    place-self: stretch;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 40%;
}

.op-OrderDetails-content {
    min-height: 0;
    height: 100%;
    grid-column-start: 2;
    grid-column-end: 3;
    background: white;
    display: grid;
    grid-template-rows: auto 1fr auto auto;
}

.op-OrderDetails-header {
    display: grid;
    place-items: center;
    font-size: 18pt;
    padding: 24px;
}

.op-OrderDetails-details {
    background: white;
    z-index: 10;
    overflow: auto;
}

.op-OrderDetails-total {
    text-align: center;
    padding: 12px;
}

.op-OrderDetails-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    padding: 12px;
}


/* Шапка */

.op-Information {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.op-Information-info {
    display: flex;
    width: 100%;
    align-items: center;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    margin-bottom: 5px;
}

.op-Information-place {
}

.op-Information-params {
    display: flex;
    align-items: center;
    opacity: 0.5;
    grid-gap: 10px;
}

.op-Information-event {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
}

.op-SelectionStep {
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.op-SelectionStep-list {
	padding: 0 30px;
	/* padding-bottom: 30px; */
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	overflow: auto;
	box-sizing: border-box;
}

.op-SelectionStep-list::-webkit-scrollbar {
	width: 5px;
}

.op-SelectionStep-list::-webkit-scrollbar-track {
	background-color: #fff;
}

.op-SelectionStep-list::-webkit-scrollbar-thumb {
	background-color: lightgray;
	border-radius: 10px;
}

.op-SelectionStep-list:hover::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 10px;
}

@media (max-width: 730px) {
	.op-SelectionStep-list {
		padding: 0 20px;
	}
}

.op-SelectionStep-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-top: 1px solid lightgray;
	padding: 12px 30px;
	font-size: 14px;
}

@media (max-width: 730px) {
	.op-SelectionStep-footer {
		padding: 10px 20px;
	}
}

.op-SelectionStep-total {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	grid-gap: 30px;
	width: 100%;
}

@media (max-width: 730px) {
	.op-SelectionStep-total {
		grid-gap: 15px;
		width: 100%;
	}

	.op-SelectionStep-total .op-Button-next {
		order: 3;
	}
}

.op-SelectionStep-totalTime {
	display: flex;
	padding-top: 5px;
	align-items: center;
	grid-gap: 5px;
}


@media (max-width: 730px) {
	.op-SelectionStep-totalTime {
		padding-top: 0;
		order: 2;
		font-size: 12px;
	}
}

.op-SelectionStep-totalPrice span {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-left: 7px;
}

@media (max-width: 730px) {
	.op-SelectionStep-totalPrice span {
		font-size: 15px;
		margin-left: 0;
	}

	.op-SelectionStep-totalPrice-name {
		display: none;
	}
}


.op-SelectionStep-totalPrice {
	flex: 1 0 auto;
	text-align: right;
	line-height: 1.1;
	white-space: nowrap;
}


@media (max-width: 730px) {
	.op-SelectionStep-totalPrice {
		order: 1;
		flex: 1 1 auto;
		display: flex;
		flex-wrap: wrap;
		grid-gap: 5px;
	}
}

.op-Button {
	display: inline-block;
	background: #feef00;
	border-radius: 40px;
	cursor: pointer;
	padding: 13px 25px;
	text-align: center;
	user-select: none;
	box-sizing: border-box;
}

@media (max-width: 730px) {
	.op-Button {
		padding: 10px 20px;
	}
}

.op-Button-close {
	background-color: #222222;
	padding: 0;
	height: 50px;
	width: 50px;
	border-radius: 0 0 0 15px;
	transition: all 0.2s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.op-Button-closeIcon {
	filter: var(--clp-filter-white)
}

@media (max-width: 730px) {
	.op-Button-close {
		height: 40px;
		width: 40px;
	}
}

.op-Button-close span {
	width: 16px;
	border-radius: 5px;
	height: 2px;
	background-color: #fff;
	transform: rotate(45deg);
	position: relative;
	transition: all 0.2s ease;
}

.op-Button-close svg {
	transition: all 0.2s ease;
}

.op-Button-close:hover {
	background: rgba(0, 0, 0, 0.7);
}

.op-Button-close:hover svg {
	transform: rotate(90deg);
}

.op-Button-count {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	transition: all .2s ease;
}

@media (max-width: 730px) {
	.op-Button-count {
		height: 30px;
		width: 30px;
	}
}

.op-Button-count:hover {
	background-color: #feef00;
}

.op-Button-next {
	padding: 17px 37px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 10px;
}

@media (max-width: 730px) {
	.op-Button-next {
		padding: 13px 24px;
	}
}

.op-Button-prev {
	padding: 0;
	background: none;
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

.op-ConfirmationStep {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	background-color: rgba(0, 0, 0, .85);
	font-size: 14px;
}

@media (max-width: 730px) {
	.op-ConfirmationStep {
		align-items: flex-end;
	}
}

.op-ConfirmationStep-content {
	max-width: 340px;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	/* overflow: auto; */
	box-shadow: -50px 0 100px rgba(0, 0, 0, .3);
	background-color: #fff;
}

@media (max-width: 730px) {
	.op-ConfirmationStep-content {
		max-width: 100%;
		width: 100%;
		min-height: 90vh;
		max-height: 300px;
		border-radius: 15px 15px 0 0;
	}
}

.op-ConfirmationStep-header {
	height: 50px;
	flex: 0 0 auto;
	padding-left: 9px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	justify-content: space-between;
	font-size: 14px;
	line-height: 1;
}

@media (max-width: 730px) {
	.op-ConfirmationStep-header {
		font-size: 12px;
		height: 40px;
		padding-right: 20px;
		padding-left: 15px;
	}
}

.op-ConfirmationStep-headerClock {
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

.op-ConfirmationStep-headerClock svg {
	margin-top: -3px;
}

.op-ConfirmationStep-list {
	min-height: 0;
	/* height: 100%; */
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	flex: 1 1 auto;
}

@media (max-width: 730px) {
	.op-ConfirmationStep-list {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 15px;
		margin-bottom: 0;
	}
}

.op-ConfirmationStep-list::-webkit-scrollbar {
	width: 5px;
}

.op-ConfirmationStep-list::-webkit-scrollbar-track {
	background-color: #fff;
}

.op-ConfirmationStep-list::-webkit-scrollbar-thumb {
	background-color: lightgray;
	border-radius: 10px;
}

.op-ConfirmationStep-list:hover::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 10px;
}

.op-ConfirmationStep-listItem {
	overflow: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-weight: 600;
}

.op-ConfirmationStep-listItem span {
	font-weight: normal;
	flex: 0 0 auto;
}

.op-ConfirmationStep-listItem:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.op-ConfirmationStep-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	font-size: 16px;
}

@media (max-width: 730px) {
	.op-ConfirmationStep-total {
		padding: 15px 20px;
		font-size: 14px;
	}
}

.op-ConfirmationStep-total div {
	font-weight: 600;
}

.op-ConfirmationStep-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 22px;
	grid-gap: 15px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 1.4;
}

.op-ConfirmationStep-footer .op-Button-next {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.op-DetailsStep {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	background-color: rgba(0, 0, 0, .85);
	font-size: 14px;
}

@media (max-width: 730px) {
	.op-DetailsStep {
		align-items: flex-end;
	}
}

.op-DetailsStep-content {
	max-width: 340px;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: -50px 0 100px rgba(0, 0, 0, .3);
	background-color: #fff;
}

@media (max-width: 730px) {
	.op-DetailsStep-content {
		max-width: 100%;
		width: 100%;
		min-height: 90vh;
		max-height: 300px;
		border-radius: 15px 15px 0 0;
	}
}

.op-DetailsStep-header {
	height: 50px;
	flex: 0 0 auto;
	padding-left: 9px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	justify-content: space-between;
	font-size: 14px;
	line-height: 1;
}

@media (max-width: 730px) {
	.op-DetailsStep-header {
		font-size: 12px;
		height: 40px;
		padding-right: 20px;
		padding-left: 15px;
	}
}

.op-DetailsStep-headerClock {
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

.op-DetailsStep-headerClock svg {
	margin-top: -3px;
}

.op-DetailsStep-details {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	/* margin-bottom: 10px; */
	flex: 1 1 auto;
	overflow: auto;
}

@media (max-width: 730px) {
	.op-DetailsStep-details {
		padding: 15px 20px;
		/* flex: 0 0 auto; */
	}
}


.op-DetailsStep-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (max-width: 730px) {
	.op-DetailsStep-title {
		/* font-size: 14px; */
		margin-bottom: 5px;
	}
}

.op-DetailsStep-field {
	position: relative;
	width: 100%;
}
@media (max-width: 730px) {
	.op-DetailsStep-field {
		height: auto;
	}
}
.op-DetailsStep-field span{
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}
.op-DetailsStep-field .op-Error {
	position: absolute;
	background-color: #fff;
	color: #fff;
	background-color: indianred;
	padding: 3px 10px;
	bottom: -10px;
	right: 0;
	border-radius: 20px;
	font-size: 11px;
}

.op-DetailsStep-field input {
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 40px;
	border: 1px solid rgba(0,0,0,.15);
	background-color: #f5f5f5;
	transition: all .2s ease;
}

@media (max-width: 730px) {
	.op-DetailsStep-field input {
		/* padding: 13px 20px; */
		font-size: 12px;
	}
}

.op-DetailsStep-field input:hover {
}
.op-DetailsStep-field input:focus {
	border-color: #73C3F9;
	outline: none;
	background-color: #fff;
}
.op-DetailsStep-field input:invalid {
	border-color: indianred;
}

.op-DetailsStep-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	font-size: 16px;
}

@media (max-width: 730px) {
	.op-DetailsStep-total {
		padding: 15px 20px;
		font-size: 14px;
	}
}

.op-DetailsStep-total div {
	font-weight: 600;
}

.op-DetailsStep-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 22px;
	grid-gap: 15px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 1.4;
}

.op-DetailsStep-footer .op-Button-next {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

