

section {
	padding: 0px;
}

#perks-header {
	height: 60px;
	background-color: #f7fbfe;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

#perks-banner {
	padding: 0;
	background-color: #000000;
}
.perks-logo{
  font-size: 25px;
  color: #3498db;
  font-weight: 700;
  margin-top: 7px;
}
.perks-logo span{
  color: #ff8417;
}
.perks-points-div{
	/*padding: 20px 0;
    border: 2px solid #823f03;
    margin-top: 7px;
    background: #3498db;*/
	color: #444444;
	padding: 10px 0px;
	margin-top: 0px;
}
.perks-points-div p{
	font-size: 45px;
	font-weight: 600;
	margin:0px;
}
.perks-points-div div {
    margin-top: -6px;
    font-size: 12px;
}

#perks-banner:after {
	
}

#perks-banner .container {
	z-index: 1;
}

#perks-menu .perks-col{
	padding: 0px;
}

.nav-pills .nav-link {
	background: #52a7e0;
	color: #ffffff;
	border-radius: 0px;
	font-weight: 700;
	padding: 0.7rem 1.9rem;
	border-right: 1px solid #423f3f2e;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #3498db;
	transform: scale(1.1);

}

.perks-main-point {
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 3px 5px #ff3405e6;
}

.perks-main-point span {
	font-size: 40px;
	/*color: #3498db;*/
}

.perks-rest-list {
	margin: 10px 0px;
	border-bottom: 1px solid #e8e0e0e6;
	box-shadow: 0 2px 4px rgba(41, 48, 59, 0.25);
	position: relative;
}
.login_form,.box {
	border-bottom: 1px solid #e8e0e0e6;
	box-shadow: 0 2px 4px rgba(41, 48, 59, 0.25);
	padding: 15px 5px;
	margin: 10px 0px;
}
.perks-view-sbl{
	position: absolute;
font-size: 25px;
top: 36%;
right: 6px;
color: #3498db;
font-weight: bold;
cursor: pointer;
}

.perks-rest-list:hover {
	background: aliceblue;
}

.rest-name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: .5rem;
}

.perks-view-btn {
	background: #ff8417;
	padding: 5px 18px;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}

.perks-i {
	font-size: 15px;
	color: orange;
}
.rest-cusine,
.rest-location {
	font-size: 14px;
	margin: 1px;
	color: gray;
}

.rest-cusine i,
.rest-location i {
	font-size: 15px;
	color: orange;
}

.btn-perks {
	background: #ff8417;
	color: #fff;
	font-weight: 700;
}

.btn-perks-long {
	display: none;
	background: #ff8417;
	color: #fff;
	font-weight: 700;
	width: 100%;
	height: 50px;
	font-size: 20px;
}

.btn-perks-alt{
	background: #ff8417;
	color: #fff;
	font-weight: 600;
}

.btn-perks-alt:hover{
	background: #ff8417;
	color: #fff;
	box-shadow: 0 0.5em 0.5em -0.4em #ff8417;
	transform: translateY(-0.25em);
}

.a-perks:hover {
	text-decoration: underline;
	color: #3498db;
}

.btn-perks:hover {
	background: #3498db;
	color: #fff;
}

.btn-account {
	padding: 2px 8px;
	font-size: 15px;
	margin: 15px auto;
}

#footer {
	background: #35322d;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
	height: 60px;
}

#footer h3 {
	font-size: 36px;
	font-weight: 700;
	color: #ffb03b;
	position: relative;
	padding: 0;
	margin: 0 0 15px 0;
}

#footer p {
	font-size: 15;
	font-style: italic;
	padding: 0;
	margin: 0 0 40px 0;
}

#footer .social-links {
	margin: 0 0 40px 0;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #46423b;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .copyright {
	margin: 0 0 5px 0;
}

#footer .credits {
	font-size: 13px;
}

.perks-breadcrumb .breadcrumb,.perks-breadcrumb .breadcrumb-item.active, .perks-breadcrumb .breadcrumb-item a,.breadcrumb-item + .breadcrumb-item::before{
	background: none;
	color: #000;
	font-size: .9rem;
	margin:0;
}
 .perks-breadcrumb .breadcrumb-item a{
 	text-decoration: underline;
 }


 #rest-header {
	background-color: #f7fbfe;
}

#rest-banner {
	padding: 20px 0 80px;
	background: #ffffff;
}


#rest-banner .container {
	z-index: 1;
}

#rest-section{
	padding: 10px 0px;
	position: relative;
	top: -65px;
}
.rest-block{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(41, 48, 59, 0.25);
	color: #000;
	padding: 15px;
}

.rest-block span{
	font-size: 13px;
	color: #999;
}

.btn-blue{
	background: #3498db;
	color: #000;
	padding:10px;
	border-radius: 15px;
	width: 60px;
	font-weight: bold;
	float: right;
}

.terms-block{
	padding: 20px 0px;
	
}
.terms-block h5{
	padding: 10px 0px;
	color: #ff8417;
}

.terms-block ul li{
	font-size: 14px;
	color: #716f6f;
}

.terms-block label{
	text-decoration: underline;
	font-weight: bold;
}
.terms-block p {
    margin: 0px;
	font-size: 14px;
}

.btn-white{
	background: #fff;
	color: #ff8417;
	border: 2px solid #ff8417;
	border-radius: 50px;
}
.btn-rounded{
	border-radius:50px;
}

.meals-block {
	padding-top: 20px;
}
.meals-block h5, .rest-head{
	color: #ff8417;
}
.meals-block .row {
    text-align: center;
}
.meals-block img{
	background: #fff;
	padding: 5px;
	border: 1px solid #f0e9e9;
	border-radius: 5px;
	margin-bottom: 10px;
}
.meals-block span{
	font-size: 14px;
}
.meals-block p{
	font-size: 13px;
	color: #999;
}
.fliter-icon{
	font-size: 20px;
	cursor: pointer;
}
.filter-options ul {
	list-style: none;
	display: ruby-base;
	padding: 0;
}

.filter-options li {
    background: #3498dbd9;
    color: #ffffff;
    padding: 5px 8px;
    margin: 0 5px 5px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    float: left;
    border: 0px solid #3498dbd9;
    line-height: 16px;
}
.filter-options li span {
	color: white;
	margin-left: 4px;
	font-weight: bold;
	cursor: pointer;
    border-radius: 50px;
}
.user-coupon .redeem-price{
	font-size: 50px;
	border-style: dashed;
	background: #3498db;
	font-weight: 600;
}
.rest-coupon .conf-num{
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.rest-coupon div{
	font-size: 14px;
	color: #313131;
}
.confirmation-head-block div{
	font-size: 18px;
	font-weight: 600;
}
.con-user i, .confirmation-head-block i{
	color: #6a6a6a;
	font-weight: 500;
}
.con-user{
	font-size: 25px;
	font-weight: 600;
	color: #2d2f2e;
}
.horizontal-divider::before {
    border-top: 1px solid #dadada;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

.horizontal-divider {
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.horizontal-divider span {
    background-color: #fff;
    padding: 0 .5rem;
    font-size: 19px;
    color: #858a8a;
}

.conf-heading {
	font-size: 20px;
	color: #000;
	text-shadow: 2px 1px 2px #2626265e;
	font-weight: bold;
}
.btn-rest-redeem{
	padding: 15px 25px;
	font-size: 20px;
}
.conf-info{
	font-size: 14px;
	font-weight: 700;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  margin-left: -223px;
  margin-top: 34px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.check{
	float: right;
}

.show {display: block;}

#filterDropdown .custom-control{
	min-height: 1.5rem;
	padding-left: 2.5rem;
	margin-top: 14px;
}

.digit-group input{  
    width: 40px;
    height: 40px;
    border: 1px solid #8e8a8a;    
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 10px;
    border-radius: 4px; 
}

.gallery img, .gallery a img {
    max-width: 100%;
}

a[data-toggle="lightbox-image"],
a.gallery-link {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.res_img{
  border-radius: 8px;
  padding: 2px;
  width: 100%;
  height: 100px;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(41, 48, 59, 0.25);
}

.hide_image{
	display: none;
}

.overlay-inactive {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Здесь 0.5 - это прозрачность, вы можете изменить значение по вашему усмотрению */
	z-index: 9999; /* Убедитесь, что z-index выше, чем у всех других элементов на странице */
	pointer-events: auto; /* Это делает слой активным для кликов */
}

.overlay-inactive > div {
	background-color: white;
	border-radius: 15px;
	text-align: center;
	width: 600px;
	height: 200px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mfp-title{
	display: none;
}

.mfp-img { 
	max-width: 75% !important;
	height: 290px !important;
}

.main-offer-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.main-offer-box h2 {
	font-size: 35px;
	margin-top: 30px;
	font-weight: 700;
}

.maint-offer-title {
	font-size: 25px;
	text-align: center;
	color: #818181;
	font-weight: 600;
}

.gallery-container {
	margin-right: 30px;
	width: 50%;
	min-width: 500px;
	max-width: 600px;
}

.offer-rating-container {
	display: flex;
	align-items: baseline;
}

.offer-rating-container .icofont-star{
	font-size: 25px;
}

.offer-rating-container h2 {
	margin: 0;
}

.register-user-container {
	width: 30%;
	max-width: 420px;
}

.slider-nav {
	max-width: 600px;
	min-width: 400px;
}

.slider-for img {
	width: 100%;
	max-height: 300px;
	max-width: 600px;
	min-width: 400px;
	margin-bottom: 15px;
}

.offer-content {
	display: flex;
	width: 100%;
	justify-content: center;
}

.voucher-card {
	height: 100px;
	background-color: #f5ebff;
	border: 3px dashed #d0a7f8;
	border-radius: 10px;
	padding: 20px;
}

.voucher-card svg {
	transform: rotate(90deg);
	margin-top: 10px;
	margin-right: 10px;
}

.offer-registration-form > div {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.offer-registration-form svg {
	margin-right: 25px;
}

.required-field {
	color: red;
	position: absolute;
	margin-left: 25px;
}

.offer-registration-form button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	background: #fc9e26;
	border: 1px solid #fc9e26;
	color: white;
}

.offer-registration-form input[type="checkbox"] {
	height: 20px;
	width: 20px;
	margin-left: 35px;
	margin-right: 10px;
}

.offer-registration-form button:hover,
.offer-registration-form button:active {
	background: #ffffff;
	color: #fc9e26;
	border: 1px solid #fc9e26;
}

.gallery-container-small {
	width: unset !important;
}

.gallery-container-small img {
	height: 100px !important;
	width: 150px !important;
	padding-right: 10px;
}

.offer-registration-box {
	width: 50%;
}

.register-modal-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.register-modal-box.success svg,
.register-modal-box.success h5 {
	color: #4CAF50;
}

.register-modal-box.error svg,
.register-modal-box.error h5 {
	color: #ff8d8d;
}

.perks-nav {
	list-style: none;
	padding-left: 15px;
	width: 150px;
	position: absolute;
	z-index: 90;
}

.perks-nav:not(.active) li:first-child a {
	border-radius: 5px;
}
.perks-nav.active li:first-child a {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.perks-nav.active li:last-child a {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.perks-nav .nav-link {
	background: #3498db;
	color: #ffffff;
	border-radius: 0px;
	font-weight: 700;
	padding: 0.7rem 1.9rem;
	border-right: 1px solid #423f3f2e;
}

.perks-nav a {
	border-top: 0.5px solid #2d82bb;
}

.perks-nav .nav-link:hover {
	background: #2d82bb;
}

.perks-nav .nav-link.main-option:hover {
	background: #3498db;
	color: #ffffff;
}

.perks-nav .nav-link.main-option::after {
	content: "\2BC6";
	color: #ffffff;
	float: right;
}

.perks-nav:not(.active) > *:not(:first-child) {
	display: none;
}

.perks-nav.active {
	display: unset !important;
}

.main-section {
	min-height: calc(100vh - 150px);
}

.voucher-main-img {
	max-height: 200px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.perks-conf-image .voucher-main-img {
	max-height: unset !important;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.voucher-price-box p {
	color: #28a745;
	font-weight: 600;
	font-size: 40px;
	padding: 0;
	margin: 0;
	padding-right: 10px;
}

.perks-ref-gift-icon {
	position: absolute;
	bottom: 10px;
	padding: 5px;
	border-radius: 5px;
	right: 10px;
	color: #585552;
	font-size: 30px;
	background-color: white;
}

.perks-ref-ready-tab {
	font-size: 16px;
	color: #40955a;
	background-color: #e4f8eb;
	font-weight: 900;
	height: 35px;
	border-radius: 5px;
	padding: 6px 15px 0px 15px;
}

.hr-dashed-gray {
	margin: 0;
	padding: 0;
	height: 2px;
	border: none;
	margin-left: -15px;
	width: calc(100% + 30px);
	background: linear-gradient(to right, white 50%, #ccc 50%), linear-gradient(to right, white, white);
	background-size: 16px 2px, 100% 2px;
}

.perks-rest-info-box {
	position: relative;
	width: fit-content !important;
}

.perks-ref-expiration {
	font-size: 18px;
}

#rest-section .hr-dashed-gray, .perks-rest-price {
	display: none !important;
}

.perks-ref-rest-name {
	font-size: 30px;
	font-weight: 600;
	margin-top: -15px;
	color: #716f6c;
}

.perks-rest-info-box i {
	font-size: 20px;
}

.perks-rest-info-box .rest-cusine,
.perks-rest-info-box .rest-location,
.terms-block p {
	font-size: 16px;
}

.perks-rest-info-box.name-and-price {
	width: 65% !important;
	display: flex;
	justify-content: space-between;
}

.perks-ref-small-price p {
	font-size: 45px;
	font-weight: 600;
	color: #0c9f2e;
}

#rest-section .terms-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.rest-name span {
	float: unset;
	margin-left: 10px;
}

.perks-conf-image {
	height: 100%;
	position: relative;
	width: 50%;
}

.perks-conf-image:after {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-color: rgba(0,0,0,0.5);
}

.perks-conf-info-box {
	width: 50%;
}

.perks-conf-img-text {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	color: #d2d2d2;
	font-family: system-ui;
	font-weight: 900;
	font-size: 60px;
	z-index: 90;
}

.perks-conf-info-box .location-text {
	font-size: 14px;
}

.perks-conf-img-text img {
	width: 100% !important;
}

.perks-conf-code {
	font-size: 16px;
	font-family: system-ui;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	color: #757575bd;
}

.perks-conf-empty-img {
	background-color: #ffb26e;
	width: 50%;
	height: auto;
	position: relative;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.back-btn {
	width: 150px;
	height: 50px;
	background: #535353;
	font-size: 22px;
	color: white;
	font-weight: 600;
	border-radius: 50px;
}

.back-btn:hover,
.back-btn:active,
.back-btn:focus {
	background: #8ec4ff;
	color: white;
}

.expire-title {
	font-size: 30px;
	font-weight: 600;
	color: #ff8181;
}

.perks-redeem-title {
	font-size: 30px;
	font-weight: 900;
	color: #616161;
}

.login-container {
	display: flex;
	justify-content: center;
}

.login-container .login_form {
	height: fit-content;
	width: 50%;
	min-width: 600px;
}

.gratitude-page-section {
	height: calc(100vh - 120px);
}

.gratitude-page-section h2 {
	color: #ff8417;
	font-size: 3rem;
}

.gratitude-page-section .main-text {
	font-size: 1.5rem;
	font-weight: 600;
	color: #0b1c4d;
}

.gratitude-btn {
	font-size: 15px;
	padding: 10px 15px;
	background-color: #3498db;
	border-radius: .25rem;
	color: white;
}

.gratitude-btn:active,
.gratitude-btn:hover {
	background-color: #2e82bb;
	color: white;
}

@media (max-width: 400px) {
	.voucher-card {
		height: fit-content;
		padding-bottom: 30px !important;
	}

	.voucher-card > div {
		flex-direction: column !important;
		align-items: flex-end !important;
		width: 100% !important;
	}

	.voucher-card > div > div {
		justify-content: flex-start;
		width: 100%;
	}

	.voucher-card p {
		font-size: 16px !important;
	}

	.voucher-card-price {
		font-size: 2rem;
		font-weight: 600;
	}

	.fill-form-top {
		flex-direction: column-reverse;
	}

	.fill-form-top h5 {
		width: 100%;
		text-align: center;
		margin-top: 10px !important;
	}
}

@media (max-width: 768px) {
	.login-container .login_form {
		width: 100%;
		min-width: auto;
	}

	.perks-redeem-title {
		font-size: 25px;
	}

	.voucher-main-img {
		max-height: unset !important;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	#rest-section .hr-dashed-gray, .btn-perks-long {
		display: block !important;
	}

	.perks-rest-price {
		display: flex !important;
	}

	.perks-rest-price p {
		font-weight: 900;
		font-family: 'Verdana';
		color: #7c7c7c
	}

	.perks-ref-small-price,
	#rest-section .perks-rest-gallery,
	#rest-section .terms-block:not(.user-rest-terms) .btn-perks {
		display: none !important;
	}

	.rest-name span {
		float: right !important;
	}

	.perks-rest-info-box.name-and-price {
		width: 100% !important;
	}

	.perks-conf-image {
		height: fit-content;
		position: relative;
		width: 100%;
	}

	.perks-conf-info-box {
		width: 100%;
	}

	.perks-conf-image .voucher-main-img {
		max-height: 200px;
	}

	.perks-conf-image:after {
		border-radius: 0px;
		border-top-right-radius: 8px !important;
		border-top-left-radius: 8px !important;
	}

	.perks-conf-info-box .location-text {
		font-size: 18px;
	}

	.btn-rest-redeem {
		font-size: 25px;
	}

	.perks-conf-code {
		font-size: 20px;
	}

	.perks-conf-img-text {
		font-size: 40px;
	}

	.perks-conf-empty-img {
		width: 100%;
		height: 200px;
		border-top-right-radius: 8px !important;
		border-top-left-radius: 8px !important;
	}

	.user-rest-breadcrumb {
		margin-top: 50px !important;
	}

	.voucher-check-block .row {
		flex-direction: column;
	}

	.voucher-check-block .col-8,
	.voucher-check-block .col-4 {
		max-width: 100% !important;
	}

	.voucher-check-block .col-4 {
		justify-content: space-between;
	}
}

@media (max-width: 1300px) {
	.user-rest-terms {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
}

@media (max-width: 1100px) {
	.offer-content {
		display: flex;
		width: 100%;
		justify-content: center;
		flex-direction: column-reverse;
		align-items: center;
	}

	.gallery-container {
		margin: 0 !important;
		width: 100% !important;
		max-width: unset;
		min-width: unset;
		padding-right: 10px;
		padding-left: 10px;
	}

	.register-user-container {
		margin-bottom: 20px;
	}

	.register-user-container {
		width: auto;
		padding: 10px;
		max-width: unset;
	}

	.main-offer-box h2 {
		font-size: 25px;
	}

	.maint-offer-title {
		font-size: 20px;
	}

	.perks-rest-info-box {
		width: 100%;
	}

	.perks-ref-ready-tab {
		font-size: 13px !important;
		height: 25px !important;
		padding: 3px 10px 0px 10px !important;
	}

	.perks-ref-expiration {
		font-size: 14px;
	}

	.perks-ref-rest-name {
		font-size: 1.5rem;
		font-weight: 500;
		margin-top: 0px;
		color: black;
	}

	.perks-rest-info-box i {
		font-size: 20px;
	}

	.perks-rest-info-box .rest-cusine,
	.perks-rest-info-box .rest-location,
	.perks-rest-info-box .terms-block p {
		font-size: 14px;
	}
}
