.loyalty-program__breadcrumbs{
	margin-bottom: 30px;
}
.loyalty-program-1__inner h1{
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 30px;
	color: #18181A;
}
.loyalty-program-1__inner{
	max-width: 499px;
}
.loyalty-program-1__inner p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #18181A;
	margin-bottom: 20px;
}
.loyalty-program-1__inner > a,
.loyalty-program-2 a{
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	border-radius: 20px;
	background-color: #FAFCCA;
	height: 50px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	color: #18181A;
	text-transform: uppercase;
  box-shadow: 2px 2px 3px 0px #ababab45;
}
.loyalty-program-1__inner > a:hover,
.loyalty-program-2 a:hover{
	background-color: #F8FBA7;
}
.loyalty-program-1__inner > a:active,
.loyalty-program-2 a:active{
	background-color: #FBFF98;
}
.loyalty-program-1 img{
	max-width: 605px;
	margin-left: auto;
}
.loyalty-program-1{
	padding-bottom: 65px;
	padding-top: 65px;
}
.loyalty-program-2{
	background-color: #F9F9F9;
	padding-top: 105px;
	padding-bottom: 105px;
}
.loyalty-program-2 h2{
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 30px;
	color: #18181A;
}
.loyalty-program-2 .loyalty-program-page-rules__desc p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #18181A;
	max-width: 499px;
}
.loyalty-program-2 ul{
	
}
.loyalty-program-2 ul li{
	position: relative;
	padding-left: 80px;
}
.loyalty-program-2 ul li h4{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	color: #18181A;
	margin-bottom: 10px;
}
.loyalty-program-2 ul li p{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #18181A;
	margin-bottom: 40px;
}
.loyalty-program-2 ul li span{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: 1px solid #E9E9EE;
	background: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #18181A;
}
/*.loyalty-program-2 ul li:before{
	content: '';
	width: 1px;
	line-height: 100%;
	display: block;
	left: 25px;
	top: 50px;
	bottom: -40px;
	background-color: #18181A;
	position: absolute;
}*/
.loyalty-program-2 ul li:last-child:before{
	display: none;
}
.loyalty-program-3{
	padding-top: 105px;
	padding-bottom: 105px;
}
.loyalty-program-3 h2{
	text-align: center;
	margin-bottom: 64px;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #18181A;
}
.loyalty-program-3 ul{
	display: flex;
	align-items: stretch;
	gap: 30px;
	flex-wrap: wrap;
}
.loyalty-program-3 ul li{
	border-radius: 20px;
	background: #F9F9F9;
	padding: 56px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}
.loyalty-program-3 li img{
	width: 40px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(7%) saturate(235%) hue-rotate(201deg) brightness(98%) contrast(97%);
}
.loyalty-program-3 ul li:nth-child(1){
	width: 25%;
}
.loyalty-program-3 ul li:nth-child(2){
	width: calc(50% - 60px);
}
.loyalty-program-3 ul li:nth-child(3){
	width: 25%;
}
.loyalty-program-3 ul li:nth-child(4){
	width: calc(50% - 15px);
	padding-top: 86px;
	padding-bottom: 86px;
}
.loyalty-program-3 ul li:nth-child(5){
	width: calc(50% - 15px);
	padding-top: 86px;
	padding-bottom: 86px;
}
.loyalty-program-3 ul li h4{
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #18181A;
}
.loyalty-program-3 ul li p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
}
.loyalty-program-4{
	padding-top: 105px;
	padding-bottom: 105px;
	background-color: #F9F9F9;
}
.loyalty-program-4 h2{
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #18181A;
	margin-bottom: 80px;
	max-width: 605px;
}
.loyalty-program-4__inner > p{
	max-width: 498px;
	margin-left: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #18181A;
	margin-bottom: 80px;
}
.loyalty-program-4__inner ul{
	display: grid;
  	grid-template-columns: auto auto auto auto;
  	grid-gap: 30px;
}
.loyalty-program-4__inner a{
	max-width: 579px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	border-radius: 20px;
	background-color: #FAFCCA;
	height: 50px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	color: #18181A;
	margin-top: 60px;
	text-transform: uppercase;
	box-shadow: 2px 2px 3px 0px #ababab45;
}
.loyalty-program-4__inner a:hover{
	background-color: #F8FBA7;
}
.loyalty-program-4__inner a:active{
	background-color: #FBFF98;
}
.loyalty-program-4__inner__header__line{
	border-radius: 18px;
	border: 1px solid #B0A5A5;
	background-color: #FFF;
	padding: 16px 24px;
	margin-bottom: 20px;
}
.loyalty-program-4__inner__header__line p{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #323236;
}
.loyalty-program-4__inner__body > div{
	border-radius: 18px;
	padding: 5px;
	margin-bottom: 20px;
}
.loyalty-program-4__inner__body > div .loyalty-program-4__title__inner{ 
	text-align: center;
	padding: 10px;
}
.loyalty-program-4__inner__body > div:first-child .loyalty-program-4__title__inner{
	text-align: center;
	padding: 10px 20px;
}
.loyalty-program-4__inner__body > div:nth-child(2) .loyalty-program-4__title__inner-img{
	padding: 10.5px 10px;
}
.loyalty-program-4__inner__body > div:nth-child(3) .loyalty-program-4__title__inner-img,
.loyalty-program-4__inner__body > div:nth-child(4) .loyalty-program-4__title__inner-img,
.loyalty-program-4__inner__body > div:nth-child(6) .loyalty-program-4__title__inner-img{
	padding: 13px 10px;
}
.loyalty-program-4__inner__header > div:nth-child(5){
	padding: 23.5px 24px;
}
.loyalty-program-4__title__inner{
	background-color: #fff;
	border-radius: 13px;
}
.loyalty-program-4__title__inner-img img{
	width: 40px;
	height: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.loyalty-program-4__title{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}
.loyalty-program-4__title img{
	width: 24px;
}
.loyalty-program-4__title span{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #18181A;
}
.loyalty-program-4__title + p{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
}
.loyalty-program-4__inner__header > div:first-child{
	margin-top: 135px;
}
.loyalty-program-4__inner__body > div:nth-child(4) p{
	line-height: 40px;
}
.loyalty-program-5{
	padding-top: 105px;
	padding-bottom: 105px;
}
.loyalty-program-5 h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #18181A;
}
.loyalty-program-5 .accordion {
  background-color: #F9F9F9;
  color: #444;
  cursor: pointer;
  padding: 24px;
  width: 100%;
  transition: 0.4s;
  margin-bottom: 0;
  border-radius: 20px;
  margin-top: 24px;
  font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #1B1B19;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: unset;
	height: auto;
}
.loyalty-program-5 .accordion:after{
	content: url('../images/chevron-down.svg');
	line-height: 24px;
}
.loyalty-program-5 .accordion.active:after{
	content: url('../images/chevron-up.svg');
}
.loyalty-program-5 .accordion.active{
	border-radius: 20px 20px 0 0;
	padding-bottom: 16px;
	color: #18181A;
}

.loyalty-program-5 .panel {
  display: none;
  background: #F9F9F9;
  overflow: hidden;
  padding: 0 24px 24px 24px;
  border-radius: 0 0 20px 20px;
}
.loyalty-program-5 .panel__inner{
	border-top: 1px solid #E9E9EE;
	padding-top: 16px;
	color: #323236;
}
.loyalty-program-5 .panel__inner p{
	color: #323236;
}
.loyalty-program-1__inner .woocommerce-breadcrumb a,
.loyalty-program-1__inner .woocommerce-breadcrumb span,
.loyalty-program-1__inner .woocommerce-breadcrumb{
	font-size: 14px;
	color: #686970;
}
.loyalty-program-4__inner__mobile{
	display: none;
}
@media(max-width: 768px){
	.loyalty-program-1{
		padding-top: 40px;
		padding-bottom: 35px;
		position: relative;
	}
	.loyalty-program__breadcrumbs{
		margin-bottom: 80px;
	}
	.loyalty-program-page-rules__title{
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 24px;
	}
	.loyalty-program-1 img{
		position: absolute;
		right: -33px;
		top: 87px;
		z-index: -1;
		width: 177.501px;
		height: 150.509px;
		transform: rotate(41.89deg);
	}
	.loyalty-program-page-rules{
		overflow-x: hidden;
	}
	.loyalty-program-2{
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.loyalty-program-2 h2{
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 30px;
	}
	.loyalty-program-2 .loyalty-program-page-rules__desc p{
		margin-bottom: 40px;
	}
	.loyalty-program-2 ul li{
		padding-left: 66px;
	}
	.loyalty-program-3{
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.loyalty-program-3 h2{
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 40px;
	}
	.loyalty-program-3 ul li:nth-child(1){
		order: 1;
		width: calc(50% - 7.5px);
	}
	.loyalty-program-3 ul li:nth-child(2){
		order: 3;
		width: 100%;
	}
	.loyalty-program-3 ul li:nth-child(3){
		order: 2;
		width: calc(50% - 7.5px);
	}
	.loyalty-program-3 ul li:nth-child(4){
		order: 4;
		width: calc(50% - 7.5px);
	}
	.loyalty-program-3 ul li:nth-child(5){
		order: 5;
		width: calc(50% - 7.5px);
	}
	.loyalty-program-3 ul{
		gap: 15px;
	}
	.loyalty-program-3 li img{
		width: 32px;
	}
	.loyalty-program-3 ul li h4{
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		text-align: center;
	}
	.loyalty-program-3 ul li p{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
	.loyalty-program-3 ul li{
		padding: 16px;
	}
	.loyalty-program-page-rules .col-lg-6,
	.loyalty-program-page-rules .col-lg-12{
		padding-left: 0;
		padding-right: 0;
	}
	.loyalty-program-3 ul li:nth-child(4),
	.loyalty-program-3 ul li:nth-child(5){
			padding: 16px;
	}
	.loyalty-program-4{
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.loyalty-program-4 h2{
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 0;
	}
	.loyalty-program-4__inner > p{
		margin-bottom: 0;

	}
	.loyalty-program-4__inner__desktop{
		display: none;
	}
	.loyalty-program-4__inner__mobile{
		display: block;
	}
	.loyalty-program-4__list-levels__level{
		padding: 5px;
		border-radius: 18px;
	}
	.loyalty-program-4__list-levels__level .loyalty-program-4__title__inner{
		padding: 32px 24px; 
	}
	.loyalty-program-4__title{
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #F5F6FA;
	}
	.loyalty-program-4__title + p{
		margin-bottom: 32px;
	}
	.loyalty-program-4__title__inner__body__line{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #F5F6FA;
	}
	.loyalty-program-4__title__inner__body__line span:first-child{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		color: #323236;
	}
	.loyalty-program-4__title__inner__body__line span:last-child{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		color: #18181A;
		line-height: 24px;
		display: flex;
		align-items: center;
	}
	.loyalty-program-4__title__inner__body__line span img{
		width: 24px;
		line-height: 24px;
		max-height: 24px;
	}
	.loyalty-program-4__inner a{
		margin-top: 30px;
	}
	.loyalty-program-4__list-levels .slick-arrow.slick-disabled{
    display: none !important;
	}
	.loyalty-program-4__list-levels .slick-arrow{
	    z-index: 1;
	    opacity: 1 !important;
	}
	.loyalty-program-4__list-levels .slick-next:before{
	    content: url('../images/slick-arrow-right.svg');
	    height: 40px;
	    display: block;
	    margin-top: -10px;
	    margin-left: -50px;
	    opacity: 1 !important;
	}
	.loyalty-program-4__list-levels .slick-next:hover:before{
	    content: url('../images/slick-arrow-left.svg');
	    transform: rotate(180deg);
	}
	.loyalty-program-4__list-levels .slick-prev:before{
	    /*content: url('../images/slick-arrow-left.svg');*/
	    content: url('../images/slick-arrow-right.svg');
	    transform: rotate(180deg);
	    height: 40px;
	    display: block;
	    margin-right: -50px;
	    opacity: 1 !important;
	}
	.loyalty-program-4__list-levels .slick-prev:hover:before{
	    content: url('../images/slick-arrow-left.svg');
	    transform: unset;
	}
	.loyalty-program-5{
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.loyalty-program-5 h2{
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 4px;
	}
	.loyalty-program-5 .col-lg-1{
		display: none;
	}
	.loyalty-program-5 .col-lg-10{
		padding-left: 0;
		padding-right: 0;
	}
	.loyalty-program-5 .accordion{
		margin-top: 16px;
		padding: 24px;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		align-items: flex-start;
		text-align: left;
	}
	img[src="https://all-face.com.ua/wp-content/plugins/mrkv-loyalty-program/assets/images/lp-page-yes1.svg"]{
		background-color: #FAFCCA;
		border-radius: 100%;
	}
}