

/* Start:/local/templates/men/dist/css/page/homepage/remain/style.css?178826092316415*/



: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;
}
body .btn{
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	text-transform: uppercase;
	background: #F95D09;
	color: #fff;
	padding: 30px 40px;
	display: block;
	max-width: max-content;
	text-decoration: none;
	height: auto;
	font-family: 'Helvetica Neue', Arial, sans-serif !important;
}
.certificates .btn{
	margin: 50px auto 0;
}

.main-banner {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.main-banner img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	transform: translate(0, 15%) scale(1.2);
	max-width: 1190px;
}
.main-banner.main-banner--monolithic {
	/*max-height: 882px;*/
}
.main-banner.main-banner--monolithic img {
	transform: none;
	max-width: 100%;
	object-fit: cover;
	height: 100vh;
	/*max-height: 882px;*/
	top: 0;
	width: 100%;
	margin: 0;
}
body:has(.main-banner--monolithic) header.r-header:not(.fixed) .column-right ul a, body:has(.main-banner--monolithic) header.r-header:not(.fixed) .column-left ul a{
	color: #fff;
}
.main-banner__content {
	max-width: var(--container);
	padding: 0 var(--container-padding);
	justify-content: space-between;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45vh;
}
.main-banner.main-banner--monolithic .main-banner__content{
	bottom: 140px;
}
.main-banner.main-banner--monolithic .main-banner__content .column-left {
	color: #fff;
}
.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__content .column-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.main-banner__content .column-left b {
	font-weight: 700;
	font-size: 30px;
	line-height: 33px;
	text-transform: uppercase;
	max-width: 312px;
}

.main-banner__content .column-left span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.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;
}
.main-banner__content .column-right {
	background-color: #F95D09;
	border-radius: 15px;
	backdrop-filter: blur(20px);
	padding: 30px 22px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	color: #fff;
	cursor: pointer;
	transition: all .2s linear;
	text-align: center;
}
.main-banner__content .column-right:hover{
	transform: scale(1.02);
}
.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:not(.main-banner--monolithic) img{
		max-height: 1000px;
		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--monolithic .main-banner__content .column-left{
		top: auto;
		bottom: 120px;
	}
	.main-banner__content .column-right {
		position: absolute;
		bottom: 144px;
		left: 0;
		right: 0;
		margin: auto;
		max-width: max-content;
	}
	.main-banner:not(.main-banner--monolithic) img {
		max-height: 1000px;
		bottom: 0;
		width: auto;
		object-fit: cover;
		object-position: top;
		top: 50%;
		left: 50%;
		height: 100%;
		transform: translate(-50%, 7%) scale(1.7);
	}
	.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) {
	.main-banner:not(.main-banner--monolithic) img{
		max-height: 889px;
	}
	.main-banner__content .column-right{
		display: none;
	}
}
@media (max-width: 670px) {
	:root{
		--unit-space-second: 100px;
		--unit-space: 100px;
	}
	.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-left b {
		font-size: 34px;
		line-height: 40px;
	}
	.main-banner__content .column-left{
		top: 100px;
	}
	.main-banner--monolithic .main-banner__content .column-left{
		top: auto;
		bottom: 120px;
	}
	.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;
	}
}
@media (max-width: 380px) {
	.main-banner__content .column-left b{
		font-size: 25px;
		line-height: 34px;
	}
}
@media (max-height: 380px) {
	.main-banner:not(.main-banner--monolithic) img{
		transform: translate(-50%, 32%) scale(1.7);
	}


}
@media (max-height: 400px) {
	.main-banner__content .column-left span{
		font-size: 13px;
	}
}


@media (max-width: 1080px) and (max-height: 1090px) {
	.main-banner:not(.main-banner--monolithic) img{
		max-height: 690px;
		transform: translate(-50%, 17%) scale(2);
	}
}
@media (max-width: 1080px) and (max-height: 1000px) {
	.main-banner:not(.main-banner--monolithic) img {
		max-height: 690px;
		transform: translate(-50%, 35%) scale(2);
	}
}
@media (max-width: 1080px) and (max-height: 850px) {
	.main-banner:not(.main-banner--monolithic) img {
		max-height: 749px;
		transform: translate(-50%, 34%) scale(1.7);
	}
}

@media (min-width: 1441px) {
	.main-banner__content .column-right {
		position: relative;
		right: 200px;
	}
}
/* End */


/* Start:/local/templates/men/components/effi/services_list/.default/style.css?17638068027336*/
.tabs-images {
	position: relative;
}
.tabs-images img{
	display: block;
	max-width: 100%;
}
.tabs-images__tabs {
	display: flex;
	gap: 20px;
	padding: 0 40px;
	align-items: flex-start;
}
.tabs-images .service-el .service-el__line{
	padding: 10px 0;
}
.tabs-images .service-el .service-el__line .service-el__name{
	font-size: 16px;
	text-transform: lowercase;
	line-height: 1;
}
.tabs-images .service-el .service-el__line .service-el__prices .service-el__price{
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.tabs-images .service-el-header{
	margin-bottom: 3px;
}
.tabs-images .service-el-header .service-el-header__prices .service-el-header__price{
	color: #535353;
	font-weight: 700;
	font-family: 'Helvetica Neue', Arial, sans-serif;
}
.tabs-images .service-el-header .service-el-header__prices .service-el-header__price span{
	max-width: max-content;
}
.tabs-images .service-el-header .service-el-header__prices .service-el-header__price .title-price__val_hint{
	background-color: #F95D09;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='7' viewBox='0 0 6 7' fill='none'><path d='M5.88867 2.13184C5.88867 2.39551 5.84473 2.62826 5.75684 2.83008C5.6722 3.02865 5.55827 3.20443 5.41504 3.35742C5.27507 3.50716 5.11393 3.63411 4.93164 3.73828C4.74935 3.84245 4.56055 3.93197 4.36523 4.00684C4.16992 4.07845 3.97461 4.13704 3.7793 4.18262C3.58724 4.22493 3.41146 4.26074 3.25195 4.29004V4.79785H1.49902V3.2793C1.71712 3.27279 1.93197 3.25977 2.14355 3.24023C2.35514 3.21745 2.55534 3.18815 2.74414 3.15234C2.93294 3.11654 3.1071 3.07259 3.2666 3.02051C3.42936 2.96517 3.56934 2.90169 3.68652 2.83008C3.80371 2.75846 3.89486 2.67871 3.95996 2.59082C4.02507 2.49967 4.05762 2.39876 4.05762 2.28809C4.05762 2.19694 4.03809 2.11068 3.99902 2.0293C3.95996 1.94466 3.88997 1.87142 3.78906 1.80957C3.68815 1.74447 3.55143 1.69401 3.37891 1.6582C3.20638 1.61914 2.98665 1.59961 2.71973 1.59961C2.52767 1.59961 2.32747 1.61589 2.11914 1.64844C1.91081 1.67773 1.70736 1.71842 1.50879 1.77051C1.31348 1.81934 1.12793 1.8763 0.952148 1.94141C0.776367 2.00651 0.625 2.07324 0.498047 2.1416V0.481445C0.615234 0.442383 0.763346 0.404948 0.942383 0.369141C1.12142 0.330078 1.3151 0.295898 1.52344 0.266602C1.73177 0.237305 1.94499 0.214518 2.16309 0.198242C2.38444 0.178711 2.59603 0.168945 2.79785 0.168945C3.2373 0.168945 3.64421 0.20638 4.01855 0.28125C4.39616 0.352865 4.72331 0.468424 5 0.62793C5.27669 0.787435 5.49316 0.990885 5.64941 1.23828C5.80892 1.48568 5.88867 1.78353 5.88867 2.13184ZM1.49902 7V5.44238H3.25195V7H1.49902Z' fill='white'/></svg>");
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	height: 15px;
	line-height: 15px;
	top: -12px;
	width: 15px;
	z-index: 10;
}
.tabs-images .service-el-header .service-el-header__prices .service-el-header__price:nth-child(2) .title-price__val_hint{
	right: 10px;
}
.tabs-images .service-el-header .service-el-header__prices .service-el-header__price:nth-child(1) .title-price__val_hint{
	right: 30px;
}
.tabs-images__content__title{
	font-weight: 500;
	font-size: 26px;
	line-height: 100%;
	text-transform: uppercase;
}
.tabs-images__button{
	cursor: pointer;
}
.service-el.service-el__desc .service-el__line{
	position: relative;
	padding-left: 36px;
}
.service-el.service-el__desc .service-el__line:after,
.service-el.service-el__desc .service-el__line:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 16px;
	height: 2px;
	background-color: #646464;
	border-radius: 2px;
	transition: all .2s linear;
}
.service-el.service-el__desc .service-el__line:after{
	transform: rotate(90deg);
}
.service-el.service-el__desc._slide .service-el__line:after{
	transform: rotate(0);
}

.services-tabs ul {
	display: flex;
	gap: 30px;
	list-style: none;
	justify-content: center;
	margin-bottom: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.services-tabs ul li:hover{
	color: #f95d09;
}
.services-tabs ul li.active{
	border-color: currentColor;
	color: #f95d09;
}
.services-tabs ul li {
	cursor: pointer;
	transition: all .2s
	linear;
	border-bottom: 1px solid transparent;
}

@media (max-width: 1230px) {
	.tabs-images__content__title{
		display: none;
	}
	.tabs-images__content {
		position: static;
		width: 100% !important;
		margin: 30px 0 0;
		padding: 0 40px;
	}
	.tabs-images__button__image,
	.tabs-images__button_count{
		display: none;
	}
	.tabs-images__button.active{
		flex: 0 0 auto;
	}
	.tabs-images__button__name{
		display: flex;
		align-items: center;
	}
	.tabs-images__button__name:before{
		content: '[ ';
	}
	.tabs-images__button__name:after{
		content: ' ]';
	}
}
@media (max-width: 1024px) {
	.wrapper-content .branches-tabs:has(.map.active) {
		padding-top: 0 !important;
	}
}
@media (max-width: 670px) {
	.service-el.service-el__desc .service-el__line{
		padding-left: 17px;
	}
	.service-el.service-el__desc .service-el__line:after,
	.service-el.service-el__desc .service-el__line:before{
		width: 10px;
		height: 1px;
		bottom: auto;
		top: 10px;
	}

	.tabs-images__tabs{
		gap: 12px 16px;
		padding: 0 16px;
	}
	.tabs-images__button.active .tabs-images__button__name{
		color: #000;
	}
	.tabs-images__button__name{
		font-size: 16px;
		color: #646464;
	}
	.tabs-images .service-el-header .service-el-header__prices .service-el-header__price:nth-child(1) .title-price__val_hint {
		right: 10px;
	}
	body .service-el .service-el__line .service-el__name {
		font-size: 14px !important;
		padding-right: 10px;
		width: calc(100% - 270px);
	}
	body .service-el-header .service-el-header__left{
		width: calc(100% - 270px);
	}
	body .service-el-header .service-el-header__prices .service-el-header__price,
	body .service-el.service-el__desc .service-el__line .service-el__price{width: calc(50% - 53px)}
	body .service-el-header .service-el-header__prices .service-el-header__price:last-child,
	body .service-el.service-el__desc .service-el__line .service-el__price:last-child{width: 106px}
	.service-el .service-el__desc{
		font-size: 12px;
	}
	body .service-el .service-el__line .service-el__prices {
		width: 270px;
	}
	body .service-el .service-el__line .service-el__prices .service-el__price {
		font-size: 13px !important;
		padding-left: 5px;
		text-align: center;
	}
	body .service-el-header .service-el-header__prices {
		width: 270px;
	}
	.tabs-images__content{
		padding: 0 16px;
	}
}
@media (max-width: 480px) {
	body .service-el-header .service-el-header__prices,
	body .service-el .service-el__line .service-el__prices {
		width: 200px;
	}
	body .service-el .service-el__line .service-el__name,
	body .service-el-header .service-el-header__left {
		width: calc(100% - 200px);
	}
	body .service-el .service-el__line .service-el__prices .service-el__price{
		font-size: 12px !important;
	}
	body .service-el-header .service-el-header__prices .service-el-header__price:last-child, body .service-el.service-el__desc .service-el__line .service-el__price:last-child {
		width: 90px;
	}
}

@media (min-width: 671px) {
	.service-el .service-el__desc{
		width: calc(100% - 440px);
	}
}
/* End */
/* /local/templates/men/dist/css/page/homepage/remain/style.css?178826092316415 */
/* /local/templates/men/components/effi/services_list/.default/style.css?17638068027336 */
