@charset "utf-8";

/*  Man page - top Slider */
.main-slider.swiper {
	width: 100%;
	height: 100%;
	max-width: 1400px;
	padding: 0 2.5vw 60px;
}

.sw-slide {
	background: #fff;
	border-radius: var(--box-br);
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

.swiper-slide.sc-image {
	border-radius: var(--box-br);
	overflow: hidden;
}

.sw-slide>img {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #777;
	object-fit: cover;
	min-height: 288px;
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left,
			rgba(0, 0, 0, 0.2),
			rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right,
			rgba(0, 0, 0, 0.2),
			rgba(0, 0, 0, 0));
}

.sw-slide--title {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	transition: 0.2s;
	padding: 15px 0 12px;
	color: var(--color-main);
	line-height: 1.2;
	white-space: nowrap;
}

.sw-pagination {
	position: absolute;
	--swiper-pagination-bottom: 8px;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;

}

.m_slider .sw-pagination {
	bottom: 15px !important;
}

.sw-pagination .swiper-pagination-bullet {
	border-radius: 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-main);
}

.sw-btn--next,
.sw-btn--prev {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 14px;
	position: absolute;
	padding: 3px;
	top: calc(50% - 19px);
	width: 38px;
	height: 38px;
	z-index: 10;
	transition: 0.2s ease-in-out;
	right: 1vw;
}

.sw-btn--next.swiper-button-disabled,
.sw-btn--prev.swiper-button-disabled {
	opacity: .3;
}

.sw-btn--next svg,
.sw-btn--prev svg {
	width: 100%;
	height: 100%;
	--fill: #000;
}

.sw-btn--next:hover {
	background: rgba(255, 255, 255, 0.5);
	transform: scale(1.2);
}

.sw-btn--prev {
	transform: rotate(180deg);
	right: auto;
	left: 1vw;
}

.sw-btn--prev:hover {
	background: rgba(255, 255, 255, 0.5);
	transform: rotate(180deg) scale(1.2);
}

/* END Man page - top Slider */

/* Section Collection */
.section-collection {
	background: #f8f8f8;
	--sc-bg: #f8f8f8;
	overflow: hidden;
}

.sc-content {
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 8px 3vw;
}

.sl-wrap .i-goto,
.section-art--item .i-goto {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	backdrop-filter: var(--box-blur);
	-webkit-backdrop-filter: var(--box-blur);
	--strok: #fff;
	position: absolute;
	padding: 6px;
	top: 6px;
	right: 6px;
	width: 28px;
	height: 28px;
	transform: rotate(-45deg);
	transition: .2s;
	z-index: 2;
}

.sl-wrap:hover .i-goto,
.section-art--item:hover .i-goto {
	transform: rotate(0);
	background: rgba(0, 0, 0, 0.5);
}

.sc-left,
.sc-right {
	flex: 0 1 calc(50% - 5px);
}

.sc-left--top {
	margin-bottom: 10px;
	flex-wrap: nowrap;
}

.sc-left--top-left,
.sc-left--top-right {
	flex: 0 1 calc(50% - 5px);
}

.sc-left--top-right {
	background: #f3f3f3;
	border-radius: var(--box-br);
	min-width: 0;
	overflow: hidden;
}

.slt-top,
.slt-bottom {
	background: #f3f3f3;
	border-radius: var(--box-br);
	position: relative;
	min-width: 0;
	overflow: hidden;
}

.slt-top {
	margin-bottom: 6px;
}

.sc-left--bottom {
	background: #f3f3f3;
	border-radius: var(--box-br);
	overflow: hidden;
}

.sc-right--top {
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-bottom: 10px;
}

.sc-right--top-box {
	background: #f3f3f3;
	border-radius: var(--box-br);
	min-width: 0;
	overflow: hidden;
}

.srl-left,
.srl-right {
	flex: 0 1 calc(50% - 5px);
}

.sc-right--bottom {
	background: #f3f3f3;
	border-radius: var(--box-br);
	min-width: 0;
	overflow: hidden;
}

.sl-num {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	backdrop-filter: var(--box-blur);
	-webkit-backdrop-filter: var(--box-blur);
	display: inline-block;
	position: absolute;
	padding: 2px 8px;
	top: 6px;
	left: 6px;
	z-index: 2;
	font-size: 12px;
	cursor: pointer;
}

/* END Section Collection */

/* Section article */
.section-art--wrap {
	background: #fff;
	padding: 50px 0;
	margin: 0 auto;
	--sc-bg: #fff;
}

.section-title .i-blog {
	position: relative;
	margin-right: 10px;
	width: 35px;
	height: 35px;
}

.section-title .i-arrow-big {
	width: 95px;
	height: 15px;
}

.section-art--row {
	align-items: flex-start;
	position: relative;
	padding: 8px 0 20px;
}

.section-art--row::-webkit-scrollbar {
	display: none;
}

.section-art--item {
	background: #eee;
	border-radius: var(--box-br);
	box-shadow: -1px -1px 0 0px #fff, 1px 1px 0px 0px rgba(0, 0, 0, 0.06), 0px 2px 10px 0px rgba(225, 225, 225, 0.5);
	flex: 0 1 32%;
	margin: 0 0 40px;
	transition: 0.3s;
}

.section-art--anons:hover {
	box-shadow: -1px -1px 0 0px #fff, 1px 1px 0px 0px rgba(0, 0, 0, 0.06), 0px 2px 10px 0 rgba(102, 102, 102, 0.35);
	transform: translateY(-3px);
}

.section-art--img {
	border-radius: var(--box-br);
	position: relative;
	line-height: 0;
	margin-bottom: 4px;
	transition: 0.5s;
	overflow: hidden;
}

.section-art--img img {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1.6s;
}

.section-art--item:hover .section-art--img img {
	transform: scale(1.1);
}

.section-art--date {
	background: rgba(255, 255, 255, 0.5);
	border-radius: var(--box-br);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: absolute;
	padding: 2px 4px;
	bottom: 6px;
	left: 6px;
	font-size: 10px;
}

.section-art--cat {
	border-radius: var(--box-br);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: absolute;
	padding: 2px 4px;
	top: 6px;
	right: 6px;
	font-size: 10px;
}

.section-art--soc {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	position: absolute;
	top: 6px;
	left: 6px;
}

.sa-soc--item {
	background: rgba(255, 255, 255, 0.5);
	border-radius: var(--box-br);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 2px 4px;
	margin: 0 0 4px;
	font-size: 11px;
}

.section-art--date svg,
.section-art--cat svg {
	position: relative;
	width: 14px;
	height: 14px;
	margin-right: 4px;
}

.sa-soc--item svg {
	position: relative;
	width: 14px;
	height: 14px;
	margin-right: 4px;
}

.section-art--item-title {
	padding: 12px;
	font-size: calc(15px + 6 * ((100vw - 320px) / (1600 - 320)));
	font-weight: 500;
	line-height: 1.2;
}

.section-art--item .i-goto {
	top: auto;
	right: 6px;
	bottom: 6px;
	width: 26px;
	height: 26px;
}

.section-art--category {
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 9vw;
}

.section-art--category::-webkit-scrollbar {
	display: none;
}

.sac-category--item {
	background: #eee;
	background: linear-gradient(310deg, #cad1e6 0%, #EFEFEF 100%);
	box-shadow: -1px -1px 0 0px #fff, 1px 1px 0px 0px rgba(0, 0, 0, 0.06), 0px 2px 10px 0px rgba(225, 225, 225, 0.5);
	border-radius: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 8px 15px;
	position: relative;
	min-width: 230px;
	margin: 0 8px 16px;
	transition: .2s;
	scroll-snap-align: center;
}

.sac-category--item:hover {
	box-shadow: -1px -1px 0 0px #fff, 1px 1px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 8px 0 rgba(102, 102, 102, 0.3);
	transform: translateY(-2px);
}

.sac-category--item span {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
	margin-right: 15px;
	font-size: 14px;
	font-weight: 500;
}

.sac-category--item .i-blog {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	transition: .2s;
}

.sac-category--item .i-go {
	width: 60px;
	height: 10px;
	transition: .2s;
}


/* END Section article */

/* Section brands */
.section-brands {
	background: #e8eeed;
	--sc-bg: #e8eeed;
}

.section-brands--scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-padding: 0 20px;
	scroll-snap-align: center;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.section-brands--scroll::-webkit-scrollbar {
	display: none;
}

.section-brands--list {
	align-items: flex-start;
	justify-content: space-between;
	min-width: 720px;
	padding: 8px 6px;
}

.section-brands--item {
	border-radius: 18px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	box-shadow: -1px -1px 0 0px #fff, 1px 1px 0px 0px rgba(0, 0, 0, 0.06), 0px 2px 10px 0px rgba(225, 225, 225, 0.5);
	flex: 0 0 124px;
	max-width: 140px;
	position: relative;
	margin: 0 0 10px 0;
	overflow: hidden;
	transition: 0.5s;
	cursor: pointer;
}

@media (max-width: 1250px) {
	.section-brands--item {
		flex: 0 0 calc(92px + 60 * ((100vw - 320px) / (1600 - 320)));
		margin: 0 2px 0.8vw 2px;
	}
}

@media (max-width: 760px) {
	.section-brands--item {
		margin: 0 0 8px 0;
	}
}

.section-brands--item:hover {
	box-shadow: -1px -1px 0 0px #fff, 1px 1px 0px 0px rgba(0, 0, 0, 0.06), 0px 2px 10px 0 rgba(102, 102, 102, 0.35);
	transform: scale(1.08);
	z-index: 1;
}

.section-brands--item img {
	background: #f9f9f9;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

/* END Section brands */

/* Section text */
.section-text {
	background: #f7f7f7;
}

.section-text--content {
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	padding-bottom: 22px;
}

.section-text--left {
	flex: 0 0 48%;
	border-radius: var(--box-br);
	position: sticky;
	max-width: 570px;
	min-width: 0;
	top: 100px;
	overflow: hidden;
}

.section-text--left.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-slide {
	position: relative;
}

/* .section-text--left .image-hover:after {
	content: '';
	background: url('/icons/about_mask3.svg') no-repeat center center/100%;
	position: absolute;
	top: 0;
	left: -1px;
	width: 101%;
	height: 100%;
	z-index: 5;
} */

.section-text--right {
	position: relative;
	flex: 0 0 48%;
	height: 100%;
	top: calc(.5vw + 8px);
}

.section-text--right:after {
	content: "";
	position: absolute;
	height: 40px;
	left: 0;
	width: 100%;
	bottom: -1px;
	background: linear-gradient(0deg,
			rgba(247, 247, 247, 1) 5%,
			rgba(247, 247, 247, 0) 100%);
	z-index: 1;
}

.st-text--content {
	padding: 15px 30px 50px;
	font-size: 15px;
	line-height: 1.5;
	max-height: calc(266px + 114 * ((100vw - 320px) / (1600 - 320)));
	transition: all 1s ease-in-out 0s;
	overflow: hidden;
}

.st-text--content p {
	color: #434854;
	font-weight: 300;
}

.st-text--content a {
	color: #4d79e1;
}

.st-text--content a:hover {
	text-decoration: underline;
}

.show .st-text--content {
	max-height: 9999px;
}

.st-text--content h1 {
	margin: 0 0 15px;
	font-size: calc(22px + 8 * ((100vw - 320px) / (1600 - 320)));
}

.st-text--content h2,
.st-text--content h3 {
	margin: 22px 0 8px;
	font-size: calc(18px + 6 * ((100vw - 320px) / (1600 - 320)));
}

.st-text--content h2:first-child {
	margin: 0 0 15px;
}


.st-text--content h4 {
	margin: 25px 0 10px;
	font-size: calc(18px + 4 * ((100vw - 320px) / (1600 - 320)));
}

.st-text--open-btn {
	background: var(--footer-bg);
	border-radius: 15px;
	display: flex;
	flex-wrap: nowrap;
	position: absolute;
	padding: 2px 12px 2px 15px;
	left: calc(50% - (139px / 2));
	bottom: -32px;
	font-size: 12px;
	color: #d9d9d9;
	transition: .5s ease-in-out .6s;
	z-index: 2;
}

.st-text--open-btn svg {
	position: relative;
	width: 18px;
	height: 18px;
	left: 5px;
	transform: rotate(0);
	transition: 0.3s;
	fill: #d9d9d9;
}

.show .st-text--open-btn {
	bottom: 10px;
}

.show .st-text--open-btn svg {
	transform: rotate(180deg);
}

.t-show {
	display: block;
}

.t-close {
	display: none;
}

.show .t-close {
	display: block;
}

.show .t-show {
	display: none;
}

/* :root {
	--swiper-scrollbar-sides-offset: 15%;
	--swiper-scrollbar-sides-offset: 10%;
	--swiper-pagination-bottom: 8px;
} */

/* END Section text */

/* For mobole */
@media (max-width: 768px) {

	/* Section collection */
	.sc-content {
		flex-wrap: wrap;
	}

	.sc-left,
	.sc-right {
		flex: 1 1 100%;
	}

	.sc-left {
		margin-bottom: 12px;
	}
}