h1,
h2,
h3{
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	color: #fff;
}
h1{
	font-size: 30px;
	margin-top: 10px;
}
h2{
	font-size: 20px;
	color: #777777;
	margin-bottom:10px;
}
h3{
	font-size: 25px;
	margin-bottom: 5px;
}
h3:after{
	content: "";
	display: block;
	width: 100px;
	padding-top: 3px;
	border-bottom: 3px solid #777777;
	margin: 0 auto;
}

#delivery{
	width: 100%;
	font-family: 'Exo 2', sans-serif;
}
#delivery-slick {
	width: 100%;
	float: left;
	font-family: 'Exo 2', sans-serif;
	box-sizing: border-box;
	padding: 0 30px;
	margin-top: 20px;
}
#delivery-slick a{
	height: 200px;
	margin: 0 10px;
	filter: drop-shadow(0.866px 0.5px 3.5px rgba(0,0,0,0.55));
}
#delivery-slick a img{
	object-fit: cover;
	width: 100%;
	height: 140px;
}
#delivery-slick a .delivery-car-info{
	float: left;
	width: 100%;
	background: #777777;
	box-sizing: border-box;
	padding: 10px;
}
#delivery-slick a .delivery-car-info .delivery-car-info-row{
	display: flex;
	justify-content: space-between;
	margin: 3px 0;
}
#delivery-slick a .delivery-car-info .delivery-car-info-row p{
	color: #fff;

}
#delivery-slick a .delivery-car-info .delivery-car-info-row span{
	color: #bcbcbc;
}
#delivery-slick .slick-arrow{
	position: absolute;
	top: 125px;
	z-index: 5;
	font-size: 0;
	border: none;
	width: 30px;
	height: 40px;
	padding: 0;
	cursor: pointer;
}
#delivery-slick .slick-arrow.slick-prev{
	left: 0;
	background: url('/design/img/row.svg');
	background-size: cover;
	transform: rotate(181deg);
}
#delivery-slick .slick-arrow.slick-next{
	right: 0;
	background: url('/design/img/row.svg');
	background-size: cover;
}
.delivery-row{
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.delivery-item{
	position: relative;
	float: left;
	width: calc(100% - 20px);
	margin: 10px;
}
.delivery-item select,
.delivery-item input{
	border: none;
	background-color: #fff;
	padding: 22px 15px 9px;
	width: 100%;
	float: left;
	font-size: 16px;
	border-radius: 3px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #777777;
	cursor: pointer;
	font-family: 'Exo 2', sans-serif;
}
.delivery-item textarea{
	width: 100%;
	background: transparent;
}
.delivery-item label{
	position: absolute;
	z-index: 2;
	cursor: pointer;
	font-size: 14px;
	top: 5px;
	left: 20px;
	opacity: 0.6;
	pointer-events: none;
}
#delivery-slider{
	width: calc(100% - 20px);
	float: left;
	margin: 20px 10px;
}
.delivery-slider-item{
	margin: 20px 0;
}
.delivery-slider-item p{
	font-family: 'Exo 2', sans-serif;
	margin-bottom: 40px;
	color: #fff;
}
#delivery-checkbox{
	width: 100%;
	float: left;
	margin: 10px 0;
}
#delivery-checkbox input{
	width: 20px;
	height: 20px;
}
#delivery-checkbox span{
	position: relative;
	bottom: 5px;
	color: #fff;
}
#delivery-checkbox span a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
#delivery-btn{
	border: unset;
	padding: 8px 20px;
	background: #777777;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1.8px;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.5s;
	border: 2px solid transparent;
	font-family: 'Exo 2', sans-serif;
}
#delivery-btn:hover{
	background: #fff;
	color: #777777;
	transition: 0.5s;
	border-color: #777777;
}
#extra-click{
	display: flex;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #777777;
	border-radius: 3px;
	padding: 5px 0;
	background: #fff;
}
#extra-click span{
	font-size: 35px;
}
#extra-click img{
	position: absolute;
	width: 40px;
	transform: rotate(330deg);
	top: 10px;
	margin-left: 50px;
	animation: pulse 3s infinite;
	border-radius: 50px;
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 0 0 rgba(14, 13, 12, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}
.noUi-target{
	background-color: #d7d7d7;
	box-shadow: unset;
	border: unset;
}
.noUi-connect{
	background-color: #777777;
}
.noUi-horizontal{
	height: 8px;
}
.noUi-horizontal .noUi-handle{
	border-radius: 50px;
	height: 30px;
	width: 30px;
	top: -11px;
	padding: 5px;
}
.noUi-touch-area{
	background: url('/design/img/row.svg');
	background-color: #fff;
	width: 70%;
	height: 70%;
	background-size: contain;
	margin: 15%;
	cursor: pointer;
}
.noUi-handle-lower .noUi-touch-area{
	transform: rotate(180deg);
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before{
	display: none;
}
.extra{
	display: none;
}
.error{
	background: rgb(255, 169, 169);
}

@media screen and (min-width:600px){
	h1{
		font-size: 40px;
		margin-top: 20px;
	}
	h2{
		font-size: 25px;
		margin-bottom:10px;
	}
	h3{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.delivery-item{
		margin: 0 10px;
	}
	.delivery-row{
		flex-direction: row;
		margin: 20px 0;
	}
	#delivery-btn {
		padding: 15px 50px;
		font-size: 20px;
	}
	#special{
		width: 300px;
	}
}
@media screen and (min-width:900px){
	h1{
		font-size: 50px;
		margin-top: 40px;
	}
	h2{
		font-size: 28px;
		margin-bottom:20px;
	}
	h3{
		font-size: 40px;
	}
	#delivery{
		width: 860px;
		margin: 0 auto;
	}
	#delivery-slick a{
		height: 300px;
	}
	#delivery-slick a img {
		height: 200px;
	}
}