.collection_1__768_wrapper{
 display:none;
}

@media screen and (max-width: 48rem) {
	.container.mobile-menu__container{
		background: white;
		padding: 0.5rem !important;
		justify-content: center;
		text-align: center;
	}
	.mobile-menu__navigation{
		padding-bottom: 0 !important;
	}
	.mobile-menu__navigation li{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 1.25rem 0;
		/* padding: 0rem 0; */
		height:unset;
	}
	.mobile-menu__navigation li a{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-menu_showing{
		height: 301px;
	}

	.main-banner__swiper-slide_info-header{
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.main-banner__swiper-slide_info{
		left: 0rem;
        bottom: 0rem;
		max-width: 100%;
        width: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        padding: 1.25rem 1rem;
	}
	.swiper-wrapper.main-banner__swiper-wrapper{
		padding-bottom: 60px;

	}
	.main-banner__swiper_navigation{
		bottom: 0;
    	right: 0;
		flex-direction: row-reverse;
		width: 100%;
    	justify-content: space-between;
	}
	.main-banner__swiper_navigation{
		display: none;
	}
	.main-banner__swiper_navigation-mobile{
		display: flex;
		top: 83%;
		opacity: 1;
	}
	.main-banner__swiper-button-next, .main-banner__swiper-button-prev{
		width: 2rem;
		height: 2rem;
	}
	.swiper-pagination.main-banner__swiper-pagination.swiper-pagination-custom.swiper-pagination-horizontal{
		/* bottom: 0;
		top: unset;
		flex-direction: row;
		left: 50%;
		transform: translateX(-50%);
		color: #000;
		right: unset;
		align-items: flex-end; */
	}
	.main-banner__swiper-pagination span{
		font-size: 1rem;
	}
	.main-banner__swiper-pagination .active{
		padding: 0;
		font-size: 1.5rem;
        margin-right: 12px;
	}
	.main-banner__swiper-pagination .active::after{
		display:none;
	}
	.main-banner__swiper-pagination span::after{
		display:none;
	}
	.main-banner__mySwiper .swiper-slide{
		/* max-height: 400px; */
    	overflow: hidden;
	}
	.main-banner__swiper-slide_info-link{
		display: block;
    	text-align: center;
		color: #fff !important;
	}
	.collection__item_header{
		text-align: center;
    	font-size: 1rem;
	}
	.collection_1__wrapper-item_desc{
		/* display:none; */
	}

	.collection_1__768_wrapper{
		/* display:block; */
		/* margin-bottom:2.5rem; */
	}
	.collection_1__768_header{
		text-transform: uppercase;
    	font-size: 1.25rem;
    	margin-bottom: 1.625rem;
	}
	.collection__item_header{
		white-space: unset;
	}
	.collection_1__wrapper-item_info, .collection_2__wrapper-item_info, .collection_3__wrapper-item_info, .collection_4__wrapper-item_info{
		align-items: center
	}
	.collection_1__wrapper_one{
		text-align: center;
	}

	.collection_2 .img-holder.collection_1__wrapper-item_img{
		height:176px;
	}
	.collection_4__wrapper-item_desc{
		/* display:none; */
	}

	.collection_4__wrapper {
       row-gap: 6rem;
    }

	.about-us-section__top-part{
		flex-direction: column;
	}

	.collection_1__wrapper, .collection_2__wrapper{
		margin-bottom: 1.5rem;
	}
	.collection_4__wrapper {
		margin-bottom: 2rem;
	}

	.swiper-wrapper.main-banner__swiper-wrapper{
		/* height: 400px; */
		/* height: 90%; */
	}

	.main-banner__swiper-slide_img{
		height: 100%;
	}

	.collection_1__wrapper_one{
		min-height: unset;
	}
	.collection_1__wrapper_one .img-holder.collection_1__main-img, .collection_2__wrapper_one .img-holder.collection_2__main-img{
		min-height: 260px;
	}

	.collection_4__wrapper{
		grid-template-columns: repeat(2, 1fr);
	}
	.collection_4__main-img{
		min-height: 126px;
	}

	.collection_2__wrapper-item{
		   min-height: 16.5rem;
	}
	.collection_1__wrapper-item, .collection_2__wrapper-item {
        min-height: 16.5rem;
    }

	.collection_4__main-img__last{
		height: 216px;
	}
}


@media screen and (max-width: 32rem) {
    .main-banner__swiper-pagination {
        display: flex !important;
		flex-wrap: nowrap;
		gap:.2rem;
    }
	.swiper-pagination.main-banner__swiper-pagination.swiper-pagination-custom.swiper-pagination-horizontal span:last-child{
		padding:0;
	}
	.about-us-section__header{
		font-size: 2.657rem;
	}
	.about-us-section__header_top-part{
		line-height: 1.2;
	}
    .collection_4__wrapper {
        row-gap: 4rem;
    }

}
