/*==================== pagecase-01 section ====================*/
.pagecase-01 {
}
.pagecase-01-container {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
	font-size: 14px;
	line-height: 120%;
	color: #ffecff;
	max-width: 640px;
	margin: 0 auto;
	list-style: none;
}
.pagecase-01-work {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}
.pagecase-01-work .swiper-button-next:after, .pagecase-01-work .swiper-button-prev:after {
	display: none;
	opacity: 0;
}
.pagecase-work-swiper {
	position: relative;
	overflow: hidden;
}
.pagecase-work-swiper > .swiper-button-prev {
	display: none;
	left: 0;
	transform: translateY(-85%);
	z-index: 1;
}
.pagecase-work-swiper > .swiper-button-next {
	display: none;
	right: 0;
	transform: translateY(-85%) rotate(180deg);
	z-index: 1;
}
.pagecase-work-swiper > .swiper-pagination {
	display: flex;
	justify-content: center;
	position: static;
}
.pagecase-work-swiper > .swiper-pagination > .swiper-pagination-bullet {
	margin: 0;
}
.pagecase-work-swiper > .swiper-pagination > span {
	opacity: 1;
}
.pagecase-work-wrapper {
}
.pagecase-work-slide {
	height: 300px;
}
.pagecase-work-slide > img {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	overflow-x: hidden;
	object-fit: contain;
}
.swiper-pagination {
}
.dots__slider__pagination {
}
.pagecase-work-list {
	display: grid;
	row-gap: 10px;
	list-style: none;
}
.pagecase-work-header {
	font-weight: 300;
}
.pagecase-work-under-header {
	color: #ffecff;
}
.pagecase-work-text {
	display: flex;
	align-items: flex-start;
	column-gap: 7px;
}
.pagecase-work-text > p {
	font-weight: 300;
}
.pagecase-work-text > img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin-top: 2px;
}
.pagecase-01-peculiarities {
}
.pagecase-peculiarities-list {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	list-style: none;
}
.pagecase-peculiarities-header {
	color: #ffecff;
}
.pagecase-peculiarities-text {
	font-weight: 300;
}
.pagecase-01-example {
}
.pagecase-example-img {
	flex-shrink: 0;
	display: none;
	max-width: 460px;
	max-height: 333px;
	overflow: hidden;
	border-radius: 10px;
}
.pagecase-example-img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}
.pagecase-example-swiper {
	overflow: hidden;
}
.pagecase-example-swiper > .swiper-pagination {
	position: static;
}
.pagecase-example-swiper > .swiper-pagination > span {
	opacity: 1;
}
.pagecase-example-slide {
	border-radius: 10px;
	height: 149px;
	overflow: hidden;
}
.pagecase-example-slide > img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
/*.pagecase-example-content {
	max-width: 609px;
}*/
.pagecase-example-content > p {
	font-weight: 300;
	margin-bottom: 10px;
}

.pagecase-01 .swiper-slide.active {
	background: #3b314b;
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4) inset;
	color: var(--white-color);
}

.pagecase-01 ul {
	list-style: none;
}

@media screen and (min-width: 400px) {
	.pagecase-example-slide {
		height: auto;
	}
}
@media screen and (min-width: 450px) {
	.pagecase-work-slide {
		min-width: unset;
		width: auto;
		height: auto;
	}
	.pagecase-work-header {
		margin-bottom: 10px;
	}
	.pagecase-work-under-header {
		margin-bottom: 10px;
	}
	.pagecase-peculiarities-header {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 560px) {
	.pagecase-01-container {
		font-size: 16px;
	}
}
@media screen and (min-width: 600px) {
	.pagecase-work-swiper {
		padding: 0 20px;
	}
	.pagecase-work-swiper > .swiper-button-prev,
	.pagecase-work-swiper > .swiper-button-next {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(../img/svg/slider-next-btn-desk.svg);
		background-size: contain;
		margin-top: 0;
	}
}
@media screen and (min-width: 1100px) {
	.pagecase-01-container {
		max-width: 100%;
	}
	.pagecase-example-slide > img {
		object-fit: cover;
	}
	.pagecase-01-work {
		flex-direction: row-reverse;
		min-height: 380px;
		column-gap: 30px;
	}
	.pagecase-work-swiper {
		align-self: flex-start;
		max-width: 52%;
		max-height: 360px;
		padding: 0 20px;
	}
	.pagecase-work-swiper > .swiper-pagination {
		margin-top: 10px;
	}
	.pagecase-work-slide {
		max-height: 330px;
	}
	.pagecase-work-swiper > .swiper-button-prev,
	.pagecase-work-swiper > .swiper-button-next {
		width: 50px;
		height: 50px;
	}
	.pagecase-work-swiper > .swiper-button-prev {
		transform: translateY(-80%);
	}
	.pagecase-work-swiper > .swiper-button-next {
		transform: translateY(-80%) rotate(180deg);
	}
	.pagecase-work-list {
		max-width: 48%;
		row-gap: 8px;
	}
	.pagecase-work-text > img {
		width: 24px;
		height: 24px;
		margin-top: 0;
	}
	.pagecase-example-img {
		display: block;
	}
	.pagecase-example-list {
		display: flex;
		column-gap: 20px;
		list-style: none;
	}
	.pagecase-example-swiper {
		flex-shrink: 0;
		height: 324px;
		align-self: flex-start;
	}
	.pagecase-example-swiper > .swiper-pagination {
		margin-top: 0;
	}
}
@media screen and (min-width: 1260px) {
	.pagecase-01-container {
		row-gap: 80px;
		font-size: 18px;
		line-height: 140%;
	}
	.pagecase-work-under-header {
		line-height: 120%;
	}
	.pagecase-peculiarities-header {
		line-height: 120%;
	}
}
