.product-list-single {
	width: calc(33.33% - 12px);
}
.product-list-single .product_icon {
	display: block;
	text-align: center;
	margin-bottom: 23px;
	margin-top: -68px;
}
.product-list-single .product_icon img {
	display: block;
	margin: 0 auto;
	background: linear-gradient(90deg, #CDFF44 2.56%, #00AB64 99.55%);
	border-radius: 100%;
}
.product-list-single .product-title h2,
.product-list-single .product-title h3 {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin: 0 auto;
	max-width: 339px;
}
.product-list-single .product-title h3 {
	font-weight: 700;
}
.product-list-single .post-content {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.product-list-single {
	background-color: rgba(28, 44, 38, 0.24);
	stroke-width: 1px;
	stroke: #FFF;
	box-shadow: 0 0 1px 0 #FFF inset, 0 1px 0.946px 0 rgba(255, 255, 255, 0.45) inset;
	filter: drop-shadow(0 3.801px 32px rgba(0, 0, 0, 0.45));
	-webkit-backdrop-filter: blur(21px);
	backdrop-filter: blur(21px);
	border-radius: 24px;
}
.product-list-wrapper .product-content {
	margin-top: 16px;
	    padding-bottom: 110px;
}
.product-list-single .post-content {
	max-width: 270px;
	margin: 0 auto;
}
.product-list-wrapper .product-content .flex_btns {
	display: flex;
	gap: 17px;
	border-radius: 0 0 24px 24px;
	background: #FFF;
	padding: 27px 20px 22px;
	justify-content: space-between;
	margin-top: 29px;
	    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.product-list-wrapper .product-content .flex_btns .btn {
	padding: 16px;
	width: 100%;
}
.product-list-wrapper .product-content .flex_btns .btn.secondary_btn {
	color: #3E3E3E;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 12px;
	border: 2px solid #3E3E3E;
	box-shadow: none;
}
.products_data {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	max-width: 357px;
	margin: 78px auto 0;
}
.product-list-single {
	display: flex;
	flex-direction: column;
/*	justify-content: space-between;*/
	height: 100%;
	min-height: 400px;
}
.products-list {
	padding-top: 130px;
	position: relative;
	overflow: hidden;
}
.animated_video {
    position: absolute;
    top: -92px;
    height: 1124px;
    width: 100%;
    z-index: -10;
    object-fit: contain;
    object-position: top;
}
main#main {
	position: relative;
}
main#main::after {
    content: '';
    background: linear-gradient(0deg, #000 4.59%, rgba(0, 0, 0, 0.00) 95.41%);
    height: 797px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.coming_soon img {
    padding: 29px;
}
.coming_soon .product-title h2, 
.coming_soon .post-content {
    color: #8C8C8C;
}
.coming_soon .product-content .flex_btns .btn.secondary_btn {
    border: 2px solid #ECEEED;
    color: #ECEEED;
    background-color: transparent;
}
.coming_soon .product-content .flex_btns .btn {
    background: #D1D1D1;
}
.coming_soon {
    pointer-events: none;
}
.coming_soon .product-content .flex_btns .btn.secondary_btn svg line {
    stroke: #ECEEED;
}
.swiper.products_slider {
    padding-top: 70px;
    margin-top: -70px;
}
.products_slider .swiper-navigation-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: right;
    margin-right: 141px;
    margin-top: 37px;
    gap: 20px;
}
.products_slider .swiper_arrow {
    width: 56px;
    height: 56px;
    background-color: #767676;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    cursor: pointer;
    color: #1C1C1B;
    position: static;
    margin-top: 0;
}
.products_slider .swiper-button-next:after, 
.products_slider .swiper-button-prev:after {
    font-size: 26px;
    font-weight: bold;
}



@media(min-width: 768px) and (max-width: 991px) {
.product-list-wrapper .product-content .flex_btns .btn {
    padding: 16px 10px;
}
}

@media(min-width: 768px) {
.product-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 18px;
	row-gap: 102px;
    justify-content: center;
}
.products_slider .swiper-navigation-wrapper {
	display: none;
}
}




@media(min-width: 1600px) { 
.products_data {
    font-size: 18px;
    line-height: 24px;
    max-width: 447px;
}
}

@media(max-width: 1200px) {
	.product-list-single {
		width: calc(50% - 12px);
	}
	.product-list-wrapper {
		row-gap: 112px;
		justify-content: center;
	}
}
@media(max-width: 767px) {
	.product-list-single {
		width: 100%;
	}
	.back_txt {
		display: none;
	}
	.product-list-single .product-title h2,
	.product-list-single .product-title h3 {
		max-width: 202px;
		margin: 0 auto;
	}
	.menu-open {
		z-index: 1000;
	}
	.products_data {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
.animated_video {
    top: -150px;
    height: 1653px;
    width: 700px;
    z-index: -10;
    object-fit: cover;
    object-position: top center;
    left: -50%;
    right: -50%;
    margin: 0 auto;
}	
.product-list-wrapper {
        row-gap: 0;
        justify-content: unset;
    }
.products_slider .swiper-navigation-wrapper {
    margin-right: 0;
    justify-content: center;
    margin-top: 43.51px;
} 
.product-list-single .post-content {
    min-height: 120px;
}	
.product-list-single .product-title h2 {
	min-height: 72px;
} 
.product-list-single {
	    min-height: 420px;
}  
.product-list-wrapper .product-content {
    padding-bottom: 145px;
}
}


@media(max-width: 400px) {
	.product-list-wrapper .product-content .flex_btns {
		flex-wrap: wrap;
	}
.product-list-wrapper .product-content {
    padding-bottom: 200px;
}
}