.entrance-groups-price .owl-stage-outer {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
.entrance-groups-price .owl-stage {
    display: flex;
}
.entrance-groups-price .owl-nav {
    height: 0;
}
.entrance-groups-price .owl-nav.disabled {
    display: block;
}
.entrance-groups-price .pagination-dots {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}
.entrance-groups-price .pagination span {
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: #c9c9c9;
    border-radius: 50%;
	cursor: pointer;
}
.entrance-groups-price .pagination.active span {
    background-color: #F26421;
}
.entrance-groups-price .owl-prev span, .entrance-groups-price .owl-next span {
	display: block;
	width: 70px;
	height: 16px;
	color: transparent;
	background-position: center;
	background-size: contain;
	position: absolute;
	bottom: 1px;		
}
.entrance-groups-price .owl-prev span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.6 82.25'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1' fill='%23F26421'%3E%3Cpath d='M17.86,35.76c3.84.2,6.26.43,8.67.43q187.25,0,374.47,0c6.21,0,7.32,1.1,6.24,6.8a5,5,0,0,1-3,2.92c-1.5.52-3.29.15-5,.15q-186.48,0-373,0c-2.4,0-4.79.24-8.47.44,2.05,2.28,3.16,3.64,4.39,4.87Q32.83,62,43.47,72.62c2.63,2.6,3.61,5.53.72,8.22-2.64,2.47-5.47,1.42-7.89-1q-16.93-17-33.93-33.95c-3.2-3.2-3.15-6.23.11-9.47q17.06-16.87,34-33.93c2.44-2.46,5.19-3.58,7.84-1s1.9,5.66-.74,8.27Q33.06,20.13,22.67,30.61C21.4,31.88,20.21,33.23,17.86,35.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");		
}
.entrance-groups-price .owl-next span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.46 82.26'%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1' fill='%23F26421'%3E%3Cpath d='M388,46.1H6.38c-6.22,0-7.06-.86-6-6.88.2-1.13,1.8-2.47,3-2.83,1.69-.49,3.63-.16,5.46-.16q185.73,0,371.46,0c2.56,0,5.13-.28,9.14-.51-4.64-4.71-8.19-8.37-11.79-12C373,19,368.27,14.28,363.56,9.56c-2.39-2.39-3.56-5.18-.89-7.87s5.68-1.84,8.28.77q16.94,17,33.95,33.93c3.21,3.18,3.52,6.16.24,9.43q-17,16.93-33.95,33.92c-2.53,2.53-5.5,3.67-8.35,1s-1.52-5.69,1-8.2q10.82-10.76,21.56-21.56c1.11-1.11,2.12-2.3,3.18-3.45Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.entrance-groups-price .wrapper {
    padding-bottom: 0;
}
.entrance-groups-price h2 {
    margin-bottom: 15px;
}
.entrance-groups-price .desc {
    line-height: 130%;
    text-align: center;
    margin-bottom: 25px;
}
.entrance-groups-price .product__card {
	display: flex;
    flex-direction: column;
	padding: 20px 15px;
	background: #fff;
	border-radius: 6px;
    width: 307px;
	height: 100%;	
}
.entrance-groups-price .product__card-headline {
	display: grid;
	text-align: center;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 15px;
}
.entrance-groups-price .product__card-title {
    text-transform: uppercase;	
    margin-bottom: 8px;
}
.entrance-groups-price .product__card-img {
	display: flex;
	margin-bottom: 15px;
}
.entrance-groups-price .product__card-img img {
	max-width: 100%;
    width: auto;
    height: 100%;
	margin: 0 auto;
}
.entrance-groups-price .product__card-desc {
    display: flex;
    justify-content: space-between;
	margin-bottom: 15px;
}
.entrance-groups-price .product__card-price {
    display: flex;
    flex-direction: column;
}
.entrance-groups-price .product__card-price .caption {
	line-height: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
}
.entrance-groups-price .product__card-price .price {
	font-size: 26px;
	line-height: 100%;
}
.entrance-groups-price .product__card-price .price .word,
.entrance-groups-price .product__card-price .price .currency {
	font-size: 18px;
}
.entrance-groups-price .product__card-price .price .word {
	margin-right: 5px;
}
.entrance-groups-price .product__card-price .price .currency {
    margin-left: 4px;
}
.entrance-groups-price .product__card-sticker {
	flex: 0 0 85px;
    height: 50px;
    background-color: #17A1E3;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    position: relative;
    z-index: 1;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
    display: flex;
    align-items: center;	
    font-size: 14px;	
}
.entrance-groups-price .product__card-sticker:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 19px solid;
    border-color: #17A1E3 transparent transparent #17A1E3;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: -15px;
    z-index: -1;
}
.entrance-groups-price .product__card-sticker:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: calc( 50% - 4px );
    left: -12px;
	box-shadow: inset 0.125em 0.125em 0.188em rgba(0, 0, 0, 0.25);
    z-index: 1;
}
@media (max-width: 1199px) {
	.entrance-groups-price .owl-carousel .owl-stage-outer {
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;
		padding: 0 6px;
	}
}
@media (min-width: 768px) {
	.entrance-groups-price  {
		overflow-x: hidden;
	}	
	.entrance-groups-price .desc {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.entrance-groups-price .wrapper {
		padding-bottom: 20px;
	}	
	.entrance-groups-price h2 {
		margin-bottom: 20px;
	}
	.entrance-groups-price .desc {
		margin-bottom: 30px;
	}	
	.entrance-groups-price .product__card-price .price {
		font-size: 28px;
	}
	.entrance-groups-price .product__card-price .price .word,
	.entrance-groups-price .product__card-price .price .currency {
		font-size: 20px;
	}
	.entrance-groups-price .product__card-price .price .word {
		margin-right: 6px;
	}
	.entrance-groups-price .product__card-price .price .currency {
		margin-left: 6px;
	}
	.entrance-groups-price .product__card-sticker {
		flex: 0 0 110px;
		height: 54px;
		font-size: 16px;
	}
	.entrance-groups-price .product__card-sticker:before {
		border: 20px solid;
		border-color: #17A1E3 transparent transparent #17A1E3;
		top: 7px;
		left: -17px;		
	}
}

