

/* Start:/local/templates/.default/dist/css/page/homepage/remain/style.css?177246336015876*/



:root{
	--container: 1440;
	--container-padding: 40px;
	--unit-space: 270px;
	--unit-space-second: 200px;
}
body{
	overflow: hidden auto !important;
	font-family: 'Helvetica Neue', Arial, sans-serif !important;
}
.wrapper-content{
	overflow-x: hidden;
}
.title{
	font-weight: 500;
	font-size: 60px;
	line-height: 110%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 100px;
}

.main-banner {
	height: 100dvh;
	overflow: hidden;
	position: relative;

}
.main-banner img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	transform: translate(0, 0) scale(1);
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.main-banner__content {
	max-width: var(--container);
	padding: 0 60px;
	justify-content: space-between;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 25vh;
}
.main-banner__back-text {
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1;
	right: 0;
	font-size: 19vw;
	text-align: center;
	font-family: 'BenzinBetone', sans-serif;
	transform: translate(-3vw, 0);
}
.stock-slider{
	position: relative;
	padding-bottom: 50px;
}
.main-banner__logo {
	margin-bottom: 20px;
}
.main-banner__content .column-left {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.main-banner__content .column-left b {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	max-width: 312px;
	color: #654A43;
	text-transform: lowercase;
}

.main-banner__content .column-left span {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #654A43;
}
.main-banner__content .column-left,
.main-banner__content .column-right {
	position: relative;
	z-index: 2;
}
.main-banner__content .column-right div{
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	text-transform: uppercase;
}
.main-banner__content .column-right span{
	font-weight: 400;
	font-size: 14px;
	line-height: 16.16px;
	text-align: center;
}
.main-banner__content .column-right {
	background-color: #D9DFA3;
	border-radius: 15px;
	backdrop-filter: blur(20px);
	padding: 30px 22px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	color: #654A43;
	cursor: pointer;
	transition: all .2s linear;
}
.main-banner__content .column-right:hover{
	transform: scale(1.02);
	background-color: #654A43;
	color: #D9DFA3;
}
.main-banner__logo img {
	position: static;
}
.services-images-tabs{
	margin: var(--unit-space-second) 0 var(--unit-space);
	position: relative;
}
.tabs-images__content{
	position: absolute;
	right: 22px;
	top: 440px;
}
.tabs-images__button.active img {
	height: 541px;
	object-fit: cover;
}
.tabs-images__button.active {
	flex: 0 0 19vw;
}
.tabs-images__button__image {
	margin: 10px 0 20px;
}
.tabs-images__button__name {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
}
.tabs-images__button_count {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
}


.certificates__container {
	position: relative;
	height: 710px;
	perspective: 1200px;
	overflow: hidden;
}
.certificates__container img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 30px;
	/*transform 1.2s cubic-bezier(.2,.9,.2,1), box-shadow 0.3s*/
	transition: all 0.7s ease-in-out;
}
.certificates__container img:nth-child(1) {
	transform: translate(0, 118px) rotateZ(0) rotateY(0) translateZ(0) scale(1);
	z-index: 3;
}
.certificates__container img:nth-child(2) {
	transform: scale(0.914) translate(0, 37px) rotateZ(0) rotateY(0) translateZ(0) scale(1);
	z-index: 1;
}
.certificates__container img:nth-child(3) {
	transform: scale(0.82) translate(0, -55px) rotateZ(0) rotateY(0) translateZ(0) scale(1);
}
@media (min-width: 851px) {
	.certificates__container:hover img{
		transform-style: preserve-3d;
		transform-origin: center center;

		box-shadow: 0 12px 30px rgba(12,18,30,0.08);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.certificates__container:hover img {
		transform: translate(-50%, -50%) translateZ(0) rotateY(0deg) rotateZ(0deg);
	}
	.certificates__container:hover img:nth-child(1) {
		transform: translate(-273px, 110px) rotateZ(0) rotateY(-35deg) translateZ(0)  scale(1);
	}
	.certificates__container:hover img:nth-child(2) {
		transform: translate(-6px, 122px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(0.94);
	}
	.certificates__container:hover img:nth-child(3) {
		transform: translate(279px, 154px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(0.8);
	}
	.certificates__container:hover img:nth-child(1):hover {
		transform: translate(-273px, 65px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1.1);
	}
	.certificates__container:hover img:nth-child(2):hover {
		transform: translate(0px, 48px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1.1);
	}
	.certificates__container:hover img:nth-child(3):hover {
		transform: translate(262px, 43px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1);
	}
}


.certificates__container.is-active img {
	/* базовый transform при активном контейнере */
	transform: translate(-50%, -50%) translateZ(0) rotateY(0deg) rotateZ(0deg);
	box-shadow: 0 12px 30px rgba(12,18,30,0.08);
}

/* конкретные позиции картинок при is-active */
.certificates__container.is-active img:nth-child(1) {
	transform: translate(-273px, 110px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1);
}
.certificates__container.is-active img:nth-child(2) {
	transform: translate(-6px, 122px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(0.94);
}
.certificates__container.is-active img:nth-child(3) {
	transform: translate(279px, 154px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(0.8);
}

/* состояние "фокус на конкретной картинке" (как :hover на img) */
.certificates__container.is-active img.is-focus {
	/* общий масштаб/смещение при фокусе на картинке */
	transition: all 0.7s ease-in-out;
}

/* уточнённые фокус-правила для каждой картинки */
.certificates__container.is-active img:nth-child(1).is-focus {
	transform: translate(-273px, 65px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1.1);
}
.certificates__container.is-active img:nth-child(2).is-focus {
	transform: translate(0px, 48px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1.1);
}
.certificates__container.is-active img:nth-child(3).is-focus {
	transform: translate(262px, 43px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1);
}
.slider-auto-width {
	margin: var(--unit-space) 0 var(--unit-space);
}
.slider-auto-width .swiper-wrapper{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	display: flex;
	align-items: stretch;
}
.slider-auto-width .swiper-slide{
	width: max-content;
	height: auto !important;
}
.app-slide{
	position: relative;
	width: 378px;
	display: block;
	transition: all .5s linear;
}
.app-slide:hover{
	transform: scale(1.04);
}
.app-slide__title{
	position: absolute;
	top: 73px;
	left: 10px;
	right: 10px;

	font-weight: 500;
	font-size: 28px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
}
.app-slide img{
	display: block;
	width: 100%;
}
.download-buttons img{
	display: block;
	max-width: 100%;
}
.download-buttons{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 80px;
}
.stock-slide{
	width: 550px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 46px;
	justify-content: space-between;
	align-items: center;
	padding: 70px 105px 66px;
	background-color: #F4F4F49E;
	backdrop-filter: blur(25px);
	transition: all .5s linear;
}
.stock-slide:hover{
	transform: scale(1.04);
}
.stock-slide__title{
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	text-transform: lowercase;
	color: #000;
}
.stock-slide__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-transform: lowercase;
}
.link-women {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #674E47;
	height: 209px;
}
.link-women:after,
.link-women:before{
	content: '';
	position: absolute;
	left: 40px;
	right: 40px;
	background-color: #E3E3E3;
	height: 1px;
}
.link-women:before{
	top: 20px;
}
.link-women:after{
	bottom: 20px;
}
body .wrapper-content .branches-menu-container{
	height: auto !important;
	top: 0 !important;
	position: relative;
	z-index: auto !important;
	padding: 0 40px;
}
.branches-menu-container.branches-menu-static-block .subtitle{
	font-weight: 400;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	text-transform: lowercase;
	margin-bottom: 100px;
}
.branches-menu-container.branches-menu-static-block:has(.subtitle) .title{
	margin-bottom: 20px;
}
.branches-menu-container.branches-menu-static-block{
	position: static;
	height: auto;
	display: block;
	margin: 200px 0 0;
}
@media (max-width: 1150px) {
	.main-banner img{
		bottom: 0;
		width: 100%;
		object-fit: cover;
		object-position: top;
	}
}
@media (max-width: 1080px) {
	.main-banner__content{
		position: static;
	}
	.main-banner__content .column-left {
		position: absolute;
		top: 150px;
	}
	.main-banner__content .column-right {
		position: absolute;
		bottom: 144px;
		left: 0;
		right: 0;
		margin: auto;
		max-width: max-content;
	}
	.tabs-images__button__name{
		text-wrap-mode: nowrap;
	}
	.tabs-images__tabs{
		flex-wrap: wrap;
	}
}
@media (max-width: 1000px) {
	.link-women {
		padding: 0 80px;
	}
	.link-women img {
		width: 100%;
	}
}
@media (max-width: 930px) {
	.main-banner .main-banner__back-text{
		display: none;
	}
	.tabs-images__tabs{
		justify-content: center;
	}
	.tabs-images__content__title{
		text-align: center;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.r-header__menu-btn,
	.r-header__logo{
		z-index: 11;
	}
	.r-header{
		transition: all .2s linear;
	}
	.r-header:has(._show){
		width: calc(100vw - 40px);
	}
}
@media (max-width: 670px) {
	:root{
		--unit-space-second: 100px;
		--unit-space: 100px;
	}


	.main-banner__content .column-right div{
		font-size: 18px;
	}

	.wrapper-content .branches-tabs__buttons{
		padding: 0 !important;
	}
	.main-banner__back-text{
		font-size: 41vw;
	}
	.download-buttons{
		padding: 0 16px;
	}
	body .wrapper-content .branches-menu-container{
		padding: 0 16px;
	}
	.link-women{
		height: 130px;
	}
	.link-women:after {
		bottom: 10px;
	}
	.link-women:before {
		top: 10px;
	}
	.link-women {
		height: 80px;
		padding: 0 35px;
	}
	.link-women:after, .link-women:before {
		content: '';
		position: absolute;
		left: 16px;
		right: 16px;
		background-color: #E3E3E3;
		height: 1px;
	}
	.tabs-images .service-el-header .service-el-header__prices .service-el-header__price:nth-child(1) .title-price__val_hint {
		right: 10px;
	}
	.main-banner__content .column-right {
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
		margin: auto;
		gap: 20px;
		width: calc(100% - 30px);
		max-width: 100%;
		text-align: center;
		padding: 18px 22px;
	}
	.main-banner__content .column-left{
		top: auto;
		bottom: 195px;
		right: 0;
		left: 0;
		text-align: center;
		color: #fff;
	}
	.main-banner__content .column-left span,
	.main-banner__content .column-left b{
		max-width: 100%;
		color: #fff;
	}
	.branches-menu-container.branches-menu-static-block .subtitle{
		margin-bottom: 30px;
	}
	.title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.certificates__container img{
		width: 320px;
	}


	.slider-auto-width .swiper-wrapper:has(.app-slide){
		padding-left: 10px;
	}
	.slider-auto-width .swiper-slide:has(.app-slide){
		width: calc(50% - 20px);
	}
	.app-slide{
		width: 100%;
	}
	.app-slide__title{
		top: 30px;
		font-size: 12px;
	}
	.slider-auto-width .swiper-wrapper:has(.stock-slide){
		padding-left: 10px;
	}
	.stock-slide{
		padding: 40px 50px 60px;
		width: 300px;
		gap:20px;

		background-color: #d4d4d42e;
	}
	.stock-slide__title{
		font-size: 20px;
		line-height: 22px;
		padding: 0 20px;
	}
	.stock-slide img {
		width: 100%;
		height: 190px;
		object-fit: contain;
	}
	.stock-slide__text{
		font-size: 12px;
		line-height: 13px;
		padding: 0 20px;
	}
	.stock-slide .main-banner__back-text{
		font-size: 36vw;
	}


	.certificates__container{
		height: 450px;
	}
	.certificates__container.is-active img {
		/* базовый transform при активном контейнере */
		transform: translate(-50%, -50%) translateZ(0) rotateY(0deg) rotateZ(0deg);
		box-shadow: 0 12px 30px rgba(12,18,30,0.08);
	}

	/* конкретные позиции картинок при is-active */
	.certificates__container.is-active img:nth-child(1) {
		transform: translate(-110px, 55px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1);
	}
	.certificates__container.is-active img:nth-child(2) {
		transform: translate(16px, 55px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(0.84);
	}
	.certificates__container.is-active img:nth-child(3) {
		transform: translate(121px, 55px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(0.7);
	}

	/* состояние "фокус на конкретной картинке" (как :hover на img) */
	.certificates__container.is-active img.is-focus {
		/* общий масштаб/смещение при фокусе на картинке */
		transition: all 0.7s ease-in-out;
	}

	/* уточнённые фокус-правила для каждой картинки */
	.certificates__container.is-active img:nth-child(1).is-focus {
		transform: translate(-110px, 40px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1.1);
	}
	.certificates__container.is-active img:nth-child(2).is-focus {
		transform: translate(0px, 20px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(1.05);
	}
	.certificates__container.is-active img:nth-child(3).is-focus {
		transform: translate(90px, 3px) rotateZ(0) rotateY(-35deg) translateZ(0) scale(0.94);
	}


	body .btn{
		padding: 20px 29px;
		font-size: 18px;
	}
	.branches-menu-container.branches-menu-static-block{
		padding-top: 0;
		margin-top: 100px;
	}
	.main-banner__content{
		padding: 0 16px;
	}
	.main-banner__logo {
		display: none;
	}
}
@media (max-width: 660px) {
	.main-banner img{
		display: none;
	}
	.main-banner video{
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
		transform: translate(0, 0) scale(1);
		max-width: 100%;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: top;
		bottom: 0;
	}
}
@media (max-height: 400px) {
	.main-banner__content .column-left b,
	.main-banner__content .column-left span{
		font-size: 13px;
	}
}

@media (min-width: 660px) {
	.main-banner video{
		display: none;
	}
}

/* typewriter заголовок s-service */
.s-service .typewriter-wrap {
	display: inline-block;
	min-width: 1ch;
}
.s-service .typewriter-text {
	transition: color 0.2s ease;
}
.s-service .typewriter-text--orange {
	color: #F95D09;
}
.s-service .typewriter-text--black {
	color: #151515;
}
.s-service .typewriter-cursor {
	display: inline-block;
	width: 2px;
	height: 1em;
	vertical-align: text-bottom;
	background: currentColor;
	margin-left: 2px;
	animation: typewriter-blink 0.7s step-end infinite;
}
@keyframes typewriter-blink {
	50% { opacity: 0; }
}


/* End */
/* /local/templates/.default/dist/css/page/homepage/remain/style.css?177246336015876 */
