@import '../css/font-awesome.min.css';
@import '../css/HelveticaFont.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/ui/jquery-ui.min.css';
@import '../js/selectBoxIt/jquery.selectBoxIt.less';
@import 'vars.less';
@import 'vars_en.less';
@import 'functions.less';
@import 'header.less';
@import 'footer.less';
@import 'catalog.less';
@import 'razdels.less';
@import 'lists.less';
@import 'data.less';
@import 'form.less';
@import 'articles.less';
@import 'others.less';
@import 'gallery.less';
@import 'specialists.less';
@import 'gb.less';
@import 'pricelist.less';
@import 'headers.less';
@import 'basket.less';
*{
	font-size:18px;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,
kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,label,legend,caption{
	border:0px;
	margin:0px;
	outline:0px;
	padding:0px;
}
html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
html{
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-family:@font_base;
	font-size:14px;
	line-height:16px;
	color:@color_text;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
a{
	color:@color_link;
	text-decoration:underline;
	&:hover{
		text-decoration:none;
	}
}
article,.article{
	font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: HelvLight;
    letter-spacing: 0.05em;
	p{
		margin-bottom:20px;
		text-align:left;
	}
	ul,ol{
		margin-left:20px;
		margin-bottom:20px;
	}
	h1,h2,h3{
		margin-bottom:20px;
		line-height:1.2em;
		font-weight:normal;
		font-family:HelvMedium;
		text-transform:uppercase;
	}
	h1{
		font-size:24px;
	}
	h2{
		font-size:20px;
	}
	h3{
		font-size:16px;
	}
	table{
		margin-bottom:10px;
		border-collapse:collapse;
		th,td{
			padding-right:20px;
		}
		th{
			text-align:left;
		}
	}
}
input[type=text],input[type=password],input[type=email],textarea{
	color: #616161;
    font-size: 14px;
    line-height: 18px;
    font-family: HelvLightItalic;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 14px 15px;
    border: 1px solid #525352;
	&:focus{
		outline:none;
		border-color:#b60c0b;
	}
}
.selectboxit-container * {
	color: #616161;
    font-size: 14px;
    line-height: 18px;
    font-family: HelvLightItalic;
}
.selectboxit-container {
	width:100%;
}
.selectboxit-container .selectboxit,
.selectboxit-container .selectboxit-options {
	max-width:100%;
	min-width:100%!important;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 48px;
    line-height: 48px;
}
.selectboxit-container .selectboxit-options {
	background: #e6e6e6;
	padding:5px 0;
	li{
		a {
			line-height:36px;
			height:36px;
			padding:0 15px;
			span {
				display:none;
			}
		}
	}
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	background: #e32726;
}
span.selectboxit-arrow-container {
	margin-right: 10px;
    height: 48px;
    width: 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	i {
		display:none;
	}
	&:after {
		content: '\f107';
		font-family: FontAwesome;
		font-size: 18px;
	}
}
.selectboxit .selectboxit-option-icon-container {
	margin-left:15px;
}
input[type=submit],input[type=button],button{
	font-size: 16px;
    line-height: 26px;
    background: #e32726;
    color: #ffffff;
    font-family: HelvBold;
    display: block;
    padding: 12px 10px;
    transition: 0.2s;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
	&:hover {
		background: #b60c0b;
	}
}
sup{
	font-size:70%;
	line-height:0;
}
a.button{
	display:inline-block;
	background:@color_link;
	border:2px solid @color_link;
	box-sizing:border-box;
	.border_radius();
	line-height:40px;
	padding:0 20px;
	color:@color_white;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	&:hover{
		background:@color_white;
		color:@color_link;
	}
}
table{
	border-collapse: collapse;
	tr{
		&:hover{
				background: #f4f4f4;
		}
		th{
			background: #ffebeb;
			border: 1px solid #e8e8e8;
			text-align: center !important;
			padding:10px;
		}
		td{
			border: 1px solid #e8e8e8;
			text-align: center;
			padding:10px;

		}
	}
}

.table_price{
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	border-radius: 5px;
}
a.button_red{
	text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight:bold;
  background: #e32726;
  color: #ffffff;
  padding:10px 20px;
  border-radius:15px;
  margin:30px 0;
  display: inline-block;
}
.page_title{
	margin-bottom: 55px;
    margin-top: 75px;
    position: relative;
	h1,.h1{
		font-weight:normal;
		font-size: 30px;
		line-height: 30px;
		color: #000000;
		text-transform: uppercase;
		font-family: HelvMedium;
		span {
			color: #e32726;
			font-family: HelvBlack;
			font-size: 30px;
		}
	}
	&:before {
		content: '';
		position: absolute;
		width: 100px;
		height: 5px;
		background: #e32726;
		display: block;
		left: 0px;
		bottom: -19px;
	}
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.mess_err{
	color:@color_red;
	font-weight:bold;
}
.mess_ok{
	color:@color_green;
	font-weight:bold;
}
.wrap{
	width:@width_wrap;
	margin:0 auto;
	position:relative;
}
.wrap_cont{
	max-width:1280px;
	padding: 0 15px;
	margin:0 auto;
	h2{
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 1.2em;
		font-weight: normal;
		font-family: HelvMedium;
		text-transform: uppercase;
	}
	p{
		margin-bottom:10px;
	}
}
#body{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	height:auto;
}
#middle{
	height:auto;
	position:relative;
	padding-bottom:145px;
	&>.wrap>.text {
		overflow: hidden;
		.info {
			width: calc(~"33.3% - 40px");
			float: left;
			margin-right: 40px;
		}
	}
}
#left{
	float:left;
	width:@width_left;
}
#content{
	float:right;
	width:@width_content;
	position:relative;
	padding:0;
}
#right{
	float:right;
	width:@width_right;
	margin-left:20px;
}
.block{
	padding:40px 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	box-sizing:border-box;
	position:relative;
	.owl-carousel {
		.owl-nav.disabled+.owl-dots {
			margin-top: 20px;
		}
		.owl-dots .owl-dot {
			span {
				width: 13px;
				height: 13px;
				background: #f2f2f2;
				margin: 0 4px;
			}
			&:hover, &.active {
				span {
					background:#e32726;
				}
			}
		}
	}
	.title{
		font-size: 30px;
		line-height: 30px;
		color: #FFF;
		text-transform: uppercase;
		font-family: HelvMedium;
		position: relative;
		margin-bottom: 40px;
		&:before {
			content: '';
			position: absolute;
			width: 100px;
			height: 5px;
			background: #ffb400;
			display: block;
			left: 0px;
			bottom: -19px;
		}
		span {
			color: #ffb400;
			font-family: HelvBlack;
		}
		a{
			color:@color_text;
			text-decoration:none;
			&:hover{
				color:@color_link;
			}
		}
	}
	.slides span.more, .all a, .more a, .button_popup a {
		font-size: 14px;
		line-height: 14px;
		color: #161616;
		font-family: HelvBold;
		display: inline-block;
		padding: 17px 30px;
		transition: 0.2s;
		text-transform: uppercase;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		letter-spacing: 0.03em;
		text-decoration: none;
		background: #ffb400;
		&:hover {
			background: #e32726;
			color: #FFF;
		}
	}

	.button_popup {
		margin-top:30px;
		text-align:center;
		a {
			background: #e32726;
			color:#fff;
			&:hover {
				background: #b60c0b;
			}
		}
	}
	&.block_2, &.block_8 {
		padding:0;
		z-index: 1;
		.slides .slides_container .slide a {
			text-decoration: none;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			color: #fff;
			.wrap {
				width: 540px;
				margin-right: calc(~"(100% - 1100px)/2");
				span.name {
					font-size: 36px;
					line-height: 36px;
					font-family: HelvMedium;
					text-transform: uppercase;
					position: relative;
					margin-bottom: 40px;
					display: block;
					&:before {
						content: '';
						position: absolute;
						width: 100px;
						height: 5px;
						background: #ffb400;
						display: block;
						left: 0px;
						bottom: -19px;
					}
					span {
						font-family:HelvBlack;
					}
				}
				.announce {
					font-size: 18px;
					line-height: 32px;
					margin-bottom: 35px;
				}
			}
		}
		.slides {
			.next, .prev {
				width:60px;
				height:60px;
				background-size:cover;
				margin-top:-30px;
			}
			.prev {
				left:20px!important;
				background-image:url(../images/icon-prev.png);
				&:hover {
					background-image:url(../images/icon-prev-hover.png);
				}
			}
			.next {
				background-image:url(../images/icon-next.png);
				right:20px!important;
				&:hover {
					background-image:url(../images/icon-next-hover.png);
				}
			}
			.pagination {
				bottom:50px;
				li {
					margin:0 4px;
					a {
						width:13px;
						height:13px;
						border:none;
						background:fade(#000,50%);
					}
					&.current {
						a {
							background:#fff;
						}
					}
				}
			}
		}
	}
	&.block_3, &.block_6 {
		padding: 80px 0;
		.lists_1 {
			.item {
				padding: 0;
				padding-right: 40px;
				margin: 0;
				&:nth-child(3n) {
					padding-right:0;
				}
				.photo {
					margin: 0;
				}
				.name {
					color: #000;
					font-family: HelvMedium;
					font-size: 22px;
					line-height: 26px;
					text-transform: uppercase;
					margin: 25px 0;
					span {
						display: block;
						color: #e32726;
						font-family: HelvBlack;
					}
				}
				.announce {
					font-size: 16px;
					line-height: 26px;
					color: #323232;
					font-family: HelvThin;
					letter-spacing: 0.05em;
				}
			}
		}
	}
	&.block_10, &.block_11 {
		padding:75px 0 125px;
		.article {
			color: #fff;
			font-family: HelvLight;
			letter-spacing: 0.05em;
			margin-bottom: 45px;
		}
		.more a {
			padding:13px 32px;
		}
	}
	&.block_12, &.block_13, &.block_22, &.block_23, &.block_28, &.block_29, &.block_30, &.block_31 {
		padding:75px 0 35px;
		.lists_1 {
			.item {
				margin: 0;
				padding: 0 10px;
				&:hover {
					.photo {
						border-color:#e32726;
					}
				}
				.photo {
					margin:0;
					display: flex;
					align-items: center;
					justify-content: center;
					border-bottom: 10px solid #ffb400;
					transition: 0.2s;
					img {
						max-width:100%;
						width:auto;
					}
				}
				.name {
					color: #000;
					text-transform: uppercase;
					font-family: HelvMedium;
					font-size: 19px;
					line-height: 23px;
					margin: 25px 0;
				}
			}
		}
	}
	&.block_14, &.block_15 {
		padding:50px 0 80px;
		.owl-carousel {
			.owl-item .item {
				width:calc(~"100% - 2px");
				border: 1px dotted rgb(227, 225, 224);
				img {
					max-width:100%;
					width:auto;
				}
			}
		}
	}
	&.block_16, &.block_17 {
		padding:75px 0;
		.announce {
			font-size: 16px;
			line-height: 26px;
			color: #ffffff;
			letter-spacing: 0.035em;
			margin-bottom: 15px;
		}
		.form {
			max-width: 100%;
			-webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2;
			column-gap: 40px;
			label {
				position: relative;
				page-break-inside: avoid;
				break-inside: avoid;
				margin-bottom: 30px;
				span.name {
					padding: 0 30px;
					font-size: 18px;
					line-height: 20px;
				}
				input[type=text], input[type=email],textarea {
					padding: 15px 30px;
					border-color: #fff;
					line-height: 26px;
					font-size:16px;
				}
				textarea {
					height: 193px;
				}
			}
			input[type=submit] {
				padding: 17px 30px;
				background: #ffb400;
				&:hover {
					background:#e32726;
				}
			}
			.selectboxit-container span, .selectboxit-container .selectboxit-options a {
				line-height:58px;
				height:58px;
			}	
			.selectboxit-container .selectboxit-options li a {	
				line-height:36px;
				height:36px;
			}
			p{
				color:white;
			}
		}
	}
	&.block_18, &.block_19 {
		padding: 75px 0 55px;
		.wrap {
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
		}
		.text {
			width: 100%;
		}
		.title {
			line-height: 34px;
			margin-bottom: 50px;
		}
		.article {
			color:#fff;
		}
		.announce {
			display:none;
			width: 700px;
			border: 10px solid #161616;
		}
	}
	&.block_20, &.block_21 {
		padding:75px 0 55px;
		.wrap {
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
		}
		.text {
			width:660px;
		}
		.photos {
			width:380px;
			a {
				display: flex;
				align-items: center;
				justify-content: center;
				margin-bottom: 20px;
				img {
					max-width:100%;
				}
			}
		}
		.title {
			color: #000;
			margin-bottom: 55px;
			line-height: 34px;
			&:before {
				background: #e32726;
			}
			span {
				color: #e32726;
			}
		}
		.list_block {
			.item {
				margin-bottom: 5px;
				.name {
					background: #f3f3f3;
					position: relative;
					color: #000000;
					font-size: 30px;
					line-height: 30px;
					font-family: HelvThin;
					border-bottom: 5px solid #e32726;
					width: 100%;
					box-sizing: border-box;
					padding: 18px 17px;
					cursor: pointer;
					transition: 0.2s;
					&:before {
						content: '';
						display: block;
						position: absolute;
						right: 20px;
						top: 50%;
						margin-top: -8px;
						width: 16px;
						height: 16px;
						background: url(../images/icon-open-history.png) no-repeat 0 0;
						transition: 0.2s;
					}
				}
				.article {
					display:none;
					padding: 10px 20px 15px	;
				}
				&.active {
					.name {
						border-bottom: none;
						background: none;
						font-family: HelvBold;
						&:before {
							background-image:url(../images/icon-close-history.png);
						}
					}
				}
			}
		}
	}
	&.block_22, &.block_23, &.block_30, &.block_31 {
		padding: 75px 0;
		.title {
			margin-bottom: 50px;
			line-height: 34px;
		}
		.lists_1 {
			.item {
				.name {
					color:#fff;
				}
			}
		}
	}
	&.block_24, &.block_25 {
		padding: 75px 0 0;
		.title {
			line-height: 34px;
			margin-bottom: 50px;
			color: #000;
			&:before {
				background: #e32726;
			}
			span {
				color: #e32726;
			}
		}
	}
	&.block_26, &.block_27 {
		padding:0;
		overflow:hidden;
		.wrap {
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
			.info, .photo {
				width:50%;
			}
		}
		.regions {
			margin-top: 15px;
			float: left;
			.item {
				font-size: 24px;
				line-height: 28px;
				color: #000000;
				font-family: HelvLight;
				letter-spacing: 0.05em;
				display: flex;
				align-items: center;
				justify-content: flex-start;
				margin: 10px 0 40px;
				img {
					width:60px;
					margin-right:20px;
				}
				a {
					color: #000;
					text-decoration: none;
					font-size: 24px;
				}
			}
			.item_soc {
				font-size: 24px;
				line-height: 28px;
				color: #000000;
				font-family: HelvLight;
				letter-spacing: 0.05em;
				display: flex;
				flex-direction:row;
				align-items: center;
				justify-content: flex-start;
				margin: 10px 0 40px;
				img {
					width:60px;
					margin-right:20px;
				}
				a {
					color: #000;
					text-decoration: none;
					font-size: 24px;
				}
			}
		}
		#map {
			height:600px;
		}
	}
	&.block_37{
	  .title{
		color: #212121;
	  }
	}
}
.rows{
	text-align:center;
	.item{
		display:inline-block;
		vertical-align:top;
		.photo,.name{
			margin-bottom:15px;
		}
		.photo{
			position:relative;
			.date{
				position:absolute;
				z-index:20;
				background:fade(@color_link,70%);
				color:@color_white;
				padding:10px;
				left:0;
				top:20px;
			}
		}
		.date{
			font-size:12px;
			line-height:14px;
			margin-bottom:10px;
		}
		.name{
			font-size:18px;
			line-height:20px;
			a{
				text-decoration:none;
				color:@color_text;
				&:hover{
					color:@color_link;
				}
			}
		}
		.more{
			a{
				display:inline-block;
				border:1px solid @color_link;
				text-transform:uppercase;
				line-height:40px;
				padding:0 35px;
				text-decoration:none;
				&:hover{
					color:@color_white;
					background:@color_link;
				}
			}
		}
	}
}

.bc-block{
	background: #f2f2f2;
    font-size: 14px;
    line-height: 16px;
    padding: 22px 0;
	color:#e32726;
	font-family:HelvBold;
    z-index: 1;
	.bc {
		width:@width_wrap;
		margin:0 auto;
	}
	a{
		color:#000;
		text-decoration:none;
	}
}
.pages{
	padding:20px 0px;
	ul{
		list-style:none;
		text-align:center;
		li{
			display:inline-block;
			vertical-align:top;
			margin:0 5px;
			a,span{
				display:inline-block;
				padding:5px;
				border-bottom:2px solid transparent;
			}
			a{
				text-decoration:none;
			}
			span,a:hover{
				color:@color_text;
				border-color:@color_link;
			}
		}
	}
}
#color_changer{
	li{
		cursor:pointer;
		border:1px solid @color_text;
		display:inline-block;
		width:20px;
		height:20px;
		margin:0 5px 5px 0;
		vertical-align:top;
		&.active{
			border:1px solid @color_red;
		}
	}
}
#back_top{
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:10;
	background:@color_link;
	opacity:0.7;
	.transition(1s);
	.border_radius(50%);
	&:hover{
		opacity:1;
	}
	a{
		width:50px;
		height:50px;
		line-height:50px;
		display:block;
		text-align:center;
		font-size:25px;
		color:@color_white;
	}
}
.termins{
	.termins_letter{
		font-size:1.5em;
		line-height:1.6em;
		font-weight:bold;
	}
	.termins_letter_container{
		margin-bottom:1.5em;
		.termin_item{
			width:30%;
			float:left;
			padding-bottom:0.4em;
		}
	}
}
.compare_table{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	tr{
		td{
			padding:7px;
			border-bottom:1px dashed @color_gray;
			border-right:1px dashed @color_gray;
			&:last-child{
				border-right:0px;
			}
		}
	}
	.photo{
		position:relative;
		a{
			text-decoration:none;
		}
		.delete_from_compare{
			display:block;
			position:absolute;
			right:10px;
			top:10px;
			background:@color_link;
			color:@color_white;
			.border_radius;
			padding:2px 4px;
		}
	}
	.name{
		font-weight:bold;
		text-transform:uppercase;
		a{
			text-decoration:none;
			&:hover{
				text-decoration:underline;
			}
		}
	}
	.param{
		font-weight:bold;
	}
}
aside{
	.article_item{
		.article_item_photo,.article_item_text{
			float:none;
			width:100%;
		}
	}
}
.tabs{
	.tabs_navigation{
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				border:1px solid @color_link;
				color:@color_link;
				height:40px;
				line-height:40px;
				padding:0 20px;
				cursor:pointer;
				&.active{
					background:@color_link;
					color:@color_white;
					cursor:default;
				}
			}
		}
	}
	.tabs_content{
		.tab{
			display:none;
			&.active{
				display:block;
			}
		}
	}
}
.form_messages{
	margin-bottom:20px;
	textarea{
		width:100%;
		resize:vertical;
		height:100px;
	}
}
.messages{
	.message_item{
		padding:10px;
		border:1px solid @color_gray;
		margin-bottom:20px;
		.info{
			font-weight:bold;
			margin-bottom:5px;
			span{
				font-style:italic;
				font-weight:normal;
			}
		}
	}
	.message_new{
		background:fade(@color_red,20%);
	}
	.message_item_sys{
		margin-left:70px;
	}
	.message_item_user{
		margin-right:70px;
	}
}
.catalog_limit{
	a{
		display:inline-block;
		vertical-align:top;
		.border_radius(14px);
		margin:0 2px;
		line-height:32px;
		padding:0 15px;
		background:@color_gray;
		text-decoration:none;
		color:@color_text;
		&.active,&:hover{
			color:@color_white;
			background:@color_text;
		}
	}
}
.catalog_sort{
	a{
		display:inline-block;
		vertical-align:top;
		padding-left:15px;
		color:@color_text;
		text-decoration:none;
		&.active,&:hover{
			color:@color_link;
		}
	}
}
.filters{
	.filter{
		margin-bottom:15px;
		.name{
			display:block;
			font-size:22px;
			line-height:24px;
			margin-bottom:10px;
		}
		.range{
			margin-bottom:10px;
			.ui-slider-horizontal{
				border-radius:0 !important;
				height:4px !important;
				background:@color_gray !important;
				border:0 !important;
				margin-bottom:10px;
			}
			.ui-slider-range{
				background:@color_link;
			}
			.ui-slider-handle{
				background:@color_gray !important;
				border-radius:50% !important;
				width:14px !important;
				height:14px !important;
				top:-5px !important;
				border:0 !important;
			}
		}
		.left,.right{
			font-size:14px;
			line-height:20px;
			input[type=text]{
				width:60px;
				height:20px;
				text-align:center;
				padding:0;
			}
		}
		.vars{
			label{
				display:block;
			}
		}
	}
	.submit{
		text-align:right;
	}
}
.version_desktop,.version_mobile{
	text-align:center;
	background:@color_gray;
	line-height:40px;
	text-transform:uppercase;
	a{
		color:@color_text;
		text-decoration:none;
		&:hover{
			color:@color_link;
		}
	}
}
.questions{
	.item{
		margin-bottom:20px;
		.question{
			font-size:18px;
			line-height:20px;
			font-weight:700;
			&.full{
				padding-left:30px;
				position:relative;
				cursor:pointer;
				i{
					position:absolute;
					top:0;
					left:0;
				}
				&.active,&:hover{
					color:@color_link;
				}
				&+.answer{
					display:none;
				}
			}
		}
		.answer{
			padding-top:10px;
			padding-left:30px;
		}
	}
}
.cookie_policy{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	padding:20px 50px;
	background:fade(@color_black,80%);
	color:@color_white;
	line-height:25px;
	z-index:1000;
	a{
		display:inline-block;
		padding:0 15px;
		margin-left:15px;
		background:@color_link;
		color:@color_white;
		border:2px solid @color_link;
		box-sizing:border-box;
		text-decoration:none;
		i{
			margin-right:5px;
		}
		&:hover{
			background:@color_white;
			color:@color_link;
		}
	}
}
@import 'custom.less';
.fancybox-skin {
	background: #fff;
    border-radius: 25px;
}
.fancybox-close {
	top: 20px;
    right: 20px;
	background-image:url(../images/icon-close.png);
	width:12px;
	height:10px;
}
.fancybox-inner {
	height:auto!important;
}
.popup_page{
	padding:30px 20px;
	max-width:350px;
	margin: 0 auto;
	.page_title {
		margin-bottom: 40px;
		margin-top:0;
		position: relative;
		h1 {
			font-size: 24px;
			line-height: 24px;
			color: #000000;
			text-transform: uppercase;
			font-weight: 300;
			display: block;
			text-align: center;
			padding: 0;
			font-family: HelvMedium;
			span {
				color: #ffb400;
				font-family: HelvBlack;
			}
		}
		&:before {
			content: '';
			position: absolute;
			width: 100px;
			height: 5px;
			background: #ffb400;
			display: block;
			left: 50%;
			bottom: -25px;
			margin-left: -50px;
		}
	}
	.article {
		font-size: 14px;
		line-height: 18px;
		color: #000000;
		font-family: HelvLight;
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}
}
.content_img {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	.photo {
		width: 380px;
		position: relative;
		min-height: 680px;
		img {
			position: absolute;
			top: 0;
			right: 0;
		}
	}
	.cont {
		width: 100%;
	}
}
.copy{
	font-size: 12px;
}
.schema_eldvig{
	display:flex;
	justify-content: space-between;
	margin-top: 20px;
	.item{
		width:47%;
		
	}
}
//@media screen and (max-width: 568px) {
//td{
		
			//display:block;
		//}
//}		
		