/*---------------------------*/
/*подсказка*/
.reminder {
	font-family: "Yanone Kaffeesatz", sans-serif;
	letter-spacing: 0.1em;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	background: linear-gradient(90.25deg, #371C67 11.01%, #960F46 106.45%);
	color: #fff;
	position: fixed;
	z-index: 200;
	left: 0;
	bottom: 0;
}

.reminder_error {
	font-family: "Yanone Kaffeesatz", sans-serif;
	letter-spacing: 0.1em;
	width: 100%;
	padding-top: 27px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	background: linear-gradient(90.25deg, #371C67 11.01%, #960F46 106.45%);
	color: #fff;
	position: fixed;
	z-index: 200;
	left: 0;
	bottom: 0;
	min-height: 33px;
	text-align: center;
}

.reminder_ticket {
	width:100%;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin: 0px 0 20px 0;
}

.reminder_ticket_item {
	font-size:24px;
	font-weight: 700;
}

.reminder_ticket_1 {
	position:relative;
	text-transform:uppercase;
	padding-right:73px;
}

.reminder_ticket_1 span {
	position:relative;
	display:inline-block;
	padding-left:50px;
}

.reminder_ticket_1 span:before {
	content:'';
	width:35px;
	height:35px;
	background-image:url(../images/bil-ico.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:calc(50% - 19px);
}

@media(max-width: 991px) {	
	.reminder_ticket_1 {
		padding-right:20px;
	}
	
	.reminder_ticket_1 span {
		padding-left:40px;
	}
	
	.reminder_ticket_1 span:before {
		width:25px;
		height:25px;
		top:calc(50% - 15px);
	}
}

@media(max-width: 767px) {
	.reminder_ticket .cska-btn {
		padding:8px 40px;
		font-size:12px;
	}
	
	.reminder_ticket_item {
		font-size:20px;
	}
	
	.reminder_ticket_1 span:before {
		width:18px;
		height:18px;
		top:calc(50% - 10px);
	}
	
	.reminder_ticket_1 span {
		padding-left:0;
	}
}

@media(max-width: 600px) {
	.reminder_ticket {
		display:block;
		text-align:center;
	}
	
	.reminder_ticket_1 {
		margin-bottom:10px;
		padding-right:0;
	}
}

.reminder_errors { margin: 0px 0 20px 0; text-align: center;}

.reminder .ice-btn {
	height: 44px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #761451;
	transition: all .3s ease;
}

.reminder .ice-btn:hover {
	box-shadow: 0px 5px 40px rgb(255 255 255 / 80%);
}
