.main-baners {
	padding: 8px;
	margin: -4px 0;
}
.baner-wrapper {
	padding: 4px 0;
}
.main-baner {
	overflow: hidden;
	position: relative;
	min-height: 334px;
	height: calc(100vw - 16px);
	border-radius: 8px;
}
.main-baner .swiper-slide {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.main-baner.type-1 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-baner.type-1 {
	position: relative;
}
.main-baner.type-1 .title {
	display: block;
	position: absolute;
	top: 4%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	background: center / contain no-repeat
		url(../img/slider-baner-image/top10.svg);
	width: 53%;
	height: 20%;
}
.main-baner.type-3 {
	padding: 0;
}
.main-baner.type-3 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main-baner.custom-baner-1 {
	padding: 16px;
	background-color: #4bc66e;
}
.main-baner.custom-baner-1 .text-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 30px;
	left: 16px;
	bottom: 0;
	right: 70%;
	z-index: 1;
}
.main-baner.custom-baner-1 .text-list li {
	font-size: 14px;
	line-height: 18px;
	max-width: 90px;
	color: rgba(0, 0, 0, 0.4);
}
.main-baner.custom-baner-1 .text-list li :first-child {
	display: none;
}
.main-baner .text-list li.active {
	color: rgba(0, 0, 0, 1);
}
.main-baner .text-list li:not(:last-child) {
	margin-bottom: 16px;
}
.main-baner.custom-baner-1 .main-baner__title {
	position: relative;
	font-size: 5.56vw;
	line-height: 7vw;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-feature-settings: "ss02" on;
	font-feature-settings: "ss02" on;
	z-index: 10;
}
.main-baner.custom-baner-1 .qr-code-block,
.main-baner.custom-baner-1 .links-block {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
}
.main-baner.custom-baner-1 .baner-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 62px;
}
.main-baner.custom-baner-1 .baner-images i {
	display: none;
	width: 100%;
	height: 100%;
}
.main-baner a {
	display: block;
	width: 100%;
	height: 100%;
}
.main-baner video {
	display: block;
	height: 100%;
}
.main-baner.custom-baner-1 .baner-images i.active {
	display: block;
}
.main-baner.custom-baner-1 .slide1 {
	background: center / cover no-repeat url(../img/main-baner-money.svg);
}
.main-baner.custom-baner-1 .slide2 {
	background: center / cover no-repeat url(../img/main-baner-basket.svg);
}
.main-baner.custom-baner-1 .slide3 {
	background: center / cover no-repeat url(../img/main-baner-phone.svg);
}
.solo-img {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 428px) {
	.main-baner.custom-baner-1 .text-list {
		right: 60%;
	}
	.main-baner.custom-baner-1 .text-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 105px;
	}
	.main-baner.custom-baner-1 .text-list li :first-child {
		display: block;
		margin-right: 9px;
	}
	.main-baner.custom-baner-1 .baner-images {
		padding: 13.6%;
	}
}
@media screen and (min-width: 767px) {
	.main-baner.custom-baner-1 .main-baner__title {
		font-size: 48px;
		line-height: 56px;
	}
	.main-baner.custom-baner-1 .qr-code-block,
	.main-baner.custom-baner-1 .links-block {
		right: 32px;
		bottom: 32px;
	}
	.main-baner.custom-baner-1 .baner-images {
		padding: 166px;
	}
	.main-baner.custom-baner-1 .text-list {
		left: 32px;
	}
	.main-baner.custom-baner-1 .text-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 140px;
	}
	.main-baner.custom-baner-1 .text-list li :first-child {
		margin-right: 24px;
	}
	.main-baner .text-list li:not(:last-child) {
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 806px) {
	.main-baners {
		padding: 0;
	}
	.main-baners {
		padding: 8px 0 0;
	}
}
@media screen and (min-width: 1024px) {
	.main-baners {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-baners {
		margin: -4px;
	}
	.baner-wrapper {
		padding: 4px;
	}

	.main-baner.custom-baner-1 .baner-images {
		padding: 100px;
	}
	.main-baners > div {
		width: 50%;
	}
	.main-baner {
		height: calc(50vw - 12px);
	}
	.full-width .main-baner {
		height: calc(50vw - 21px);
	}
	.main-baner.custom-baner-1 .main-baner__title {
		font-size: 32px;
		line-height: 40px;
	}
	.main-baners .full-width {
		width: 100%;
	}
	.main-baner.type-3 video {
		height: auto;
		width: 100%;
	}
}
@media screen and (min-width: 804px) and (max-width: 1024px) {
	.main-baner.custom-baner-1 {
		padding: 32px;
	}
}
@media screen and (min-width: 1200px) {
	.main-baner.custom-baner-1 {
		padding: 24px;
	}
	.main-baner.custom-baner-1 .baner-images {
		padding: 19.4%;
	}
}
@media screen and (min-width: 1400px) {
	.main-baner.custom-baner-1 {
		padding: 32px;
	}
	.main-baner.custom-baner-1 .text-list li {
		max-width: 170px;
	}
	.main-baner.custom-baner-1 .main-baner__title {
		font-size: 40px;
		line-height: 48px;
	}
}
@media screen and (min-width: 1600px) {
	.main-baner.custom-baner-1 .main-baner__title {
		font-size: 48px;
		line-height: 56px;
	}
}
@media screen and (min-width: 1920px) {
	.main-baner.custom-baner-1 .text-list li {
		max-width: 55%;
	}
	.main-baner.custom-baner-1 .baner-images {
		padding: 21%;
	}
	.main-baner.custom-baner-1 .text-list li {
		font-size: 0.8vw;
		line-height: 0.8vw;
	}
	.main-baner.custom-baner-1 .main-baner__title {
		font-size: 2.5vw;
		line-height: 2.9vw;
	}
	.main-baner .text-list li:not(:last-child) {
		margin-bottom: 10%;
	}
}
