﻿@font-face{
	font-family: 'HelveticaThin';
	src: url('../fonts/Helvetica/HelveticaThin.eot');
	src: url('../fonts/Helvetica/HelveticaThin.eot?iefix') format('eot'),
	url('../fonts/Helvetica/HelveticaThin.woff') format('woff'),
	url('../fonts/Helvetica/HelveticaThin.ttf') format('truetype');
	font-weight: 100;
}
@font-face{
	font-family: 'HelveticaLight';
	src: url('../fonts/Helvetica/HelveticaLight.eot');
	src: url('../fonts/Helvetica/HelveticaLight.eot?iefix') format('eot'),
	url('../fonts/Helvetica/HelveticaLight.woff') format('woff'),
	url('../fonts/Helvetica/HelveticaLight.ttf') format('truetype');
	font-weight: 300;
}
@font-face{
	font-family: 'HelveticaRegular';
	src: url('../fonts/Helvetica/HelveticaRegular.eot');
	src: url('../fonts/Helvetica/HelveticaRegular.eot?iefix') format('eot'),
	url('../fonts/Helvetica/HelveticaRegular.woff') format('woff'),
	url('../fonts/Helvetica/HelveticaRegular.ttf') format('truetype');
	font-weight: 400;
}
@font-face{
	font-family: 'HelveticaMedium';
	src: url('../fonts/Helvetica/HelveticaMedium.eot');
	src: url('../fonts/Helvetica/HelveticaMedium.eot?iefix') format('eot'),
	url('../fonts/Helvetica/HelveticaMedium.woff') format('woff'),
	url('../fonts/Helvetica/HelveticaMedium.ttf') format('truetype');
	font-weight: 500;
}
.clearfix:before, .container:after {
	content: " ";
	display: table;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100vh;
	padding-bottom: 164px;
}
.content {
	max-width: 1200px;
	margin: 0 auto;
}
h3,
h2 {
	display: inline-block;
	font-size: 30px;
	font-family: 'HelveticaLight';
	font-weight: 300;
	color: #c02b33;
}
h2 {
	display: block;
	padding-left: 40px;
}
.btn_red {
	background: #c02b33;
	color: #fff;
	font-size: 14px;
	font-family: 'HelveticaRegular';
	padding: 20px;
	display: inline-block;
}
.btn_red:hover {
	text-decoration: none;
}
.btn_red:active {
	background: #0d508e;
}
.btn_blue {
	background: #04bcfa;
	color: #fff;
	font-size: 14px;
	font-family: 'HelveticaRegular';
	padding: 20px;
	display: inline-block;
}
.btn_blue:hover {
	text-decoration: none;
}
.btn_blue:active {
	background: #0d508e;
}
.btn_active {
	background: #0d508e;
}
ul li {
	font-family: 'HelveticaLight';
	font-weight: 300;
	line-height: 2;
}
#modal {
	/* Custom styling */
	display: none;
	max-width: 550px;

	/* Custom transition - fade from top*/
	opacity: 0;
	transform: translateY(-50px);
	transition: all .3s;
}

.fancybox-slide--complete #modal {
	opacity: 1;
	transform: translateY(0);
}
#modal form {
	width: 100%;
}
.fancybox-slide > * {
	padding: 0;
}
.fancybox-close-small:after {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
}
.fancybox-bg {
	background: #cccccc;
}
a {
	text-decoration: none;
	color: #333333;
}
header {
	padding-top: 10px;
	text-align: center;
	position: relative;
}
header .content {
	position: relative;
	z-index: 9;
}
h1 {
	font-size: 60px;
	color: #c02b33;
	text-align: left;
	font-weight: 100;
	width: 60%;
	font-family: 'HelveticaThin';
	position: relative;
	z-index: 999;
	pointer-events:none
}
.logo {
	display: inline-block;
	width: 289px;
	height: 103px;
	background: url(../images/i/logo.png) center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	float: left;
}
.navigation_header {
	display: inline-block;
}
header .navigation br {
	display: none;
}
.navigation ul {
	list-style: none;
	display: inline-block;
	padding-top: 40px;
	margin-top: 0;
}
.navigation_header ul li {
	display: inline-block;	
	margin-right: 35px;
}
.navigation_header a {
	color: #04bcfa;
	font-size: 14px;
	text-decoration: none;
	font-family: 'HelveticaRegular';
}
.navigation_header a:hover {
	cursor: pointer;
	color: #0d508e;
}
.phone_ask {
	display: inline-block;
	height: 60px;
	background: url(../images/i/header_phone.png) center left no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	padding-left: 80px;
	padding-top: 10px;
	float: right;
	margin-top: 15px;
}
.phone_ask a,
.phone_ask span {
	display: inline-block;
	vertical-align: middle;
	color: #04bcfa; 
	font-size: 14px;
	font-family: 'HelveticaRegular';
}
.phone_ask span {
	font-size: 15px;
	font-family: 'HelveticaMedium';
}
.phone_ask a:hover {
	cursor: pointer;
	color: #0d508e;
}
.responsive_menu {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/i/mobile_menu.png) center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.responsive_menu:active {
	top: 2.5px;
	right: 2.5px;
	width: 35px;
	height: 35px;
}
.slider_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 460px;
	z-index: 1;
}

.slider_header h1 {opacity: 0}
.slider_header.flickity-enabled h1 {opacity: 1}

.slider_header h1 {
	position: absolute;
	top: 95px;
	left: 351px;
}
.hel_wrap {
	width: 100%;
	height: 214px;
}
.main {
	padding-top: 132px;
}
  .brends {
    font-size: 0;
  }

.brends .btn_red {
	float: right;
	margin-right: 40px;
	margin-top: 19px;
}
.brend_fujitsu {
	display: inline-block;
	width: 33.3333333%;
	height: 212px;
	background: #c02b33 url(../images/i/cond_1.png) center no-repeat;
	-webkit-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
	position: relative;
	text-align: center;
}
.brend_fujitsu_name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/i/fujitsu.png) center 40px no-repeat;
}
.brend_links {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9999;
	display: inline-block;
	padding-top: 150px;
	text-decoration: none;
	margin-left: -4px;
}
.brend_links span {
	color: #FFF;
	font-size: 18px;
	font-family: 'HelveticaMedium';
	font-weight: 500;
	text-decoration: underline;
}
.brend_daikin {
	display: inline-block;
	width: 33.3333333%;
	height: 212px;
	background: #04bcfa url(../images/i/cond_2.png) center no-repeat;
	-webkit-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
	position: relative;
	text-align: center;
	margin-left: -4px;
}
.brend_daikin_name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/i/daikin_logo.png) center 55px no-repeat;
}
.brend_systemair {
	display: inline-block;
	width: 33.3333333%;
	height: 212px;
	background: #0d508e url(../images/i/cond_3.png) center no-repeat;
	-webkit-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
	position: relative;
	text-align: center;
	margin-left: -4px;
}
.brend_systemair_name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/i/systemair_logo.png) center 55px no-repeat;
}
.brend_lessar {
	display: inline-block;
	width: 33.3333333%;
	height: 212px;
	background: #04bcfa url(../images/i/cond_4.png) center no-repeat;
	-webkit-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
	position: relative;
	text-align: center;
	margin-left: -4px;
}
.product_page .brend_lessar {
	margin-left: 0;
}
.brend_lessar_name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/i/lessar.png) center 55px no-repeat;
  background: url(../images/i/lessar2.png) center 55px no-repeat;
}
.brend_mitsubishi {
	display: inline-block;
	width: 33.3333333%;
	height: 212px;
	background: #c02b33 url(../images/i/cond_5.png) center no-repeat;
	-webkit-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
	position: relative;
	text-align: center;
	margin-left: -4px;
}
.brend_mitsubishi_name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/i/mitsubishi.png) center 30px no-repeat;
}

.brend_mitsubishi_name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/i/mitsubishi.png) center 30px no-repeat;
}
.brend_noname {
	display: inline-block;
	width: 33.3333333%;
	height: 212px;
	background: #04bcfa url(../images/i/cond_6.png) center no-repeat;
	-webkit-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
	position: relative;
	text-align: center;
	margin-left: -4px;
}
.brend_noname_name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/i/wind_name.png) center 30px no-repeat;
}

.brend_links:hover span {
	text-decoration: none;
}


.brend_haier {
  display: inline-block;
  width: 33.3333333%;
  height: 212px;
  background: #c02b33 url(../images/i/cond_1.png) center no-repeat;
  -webkit-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  position: relative;
  text-align: center;
}
.brend_haier_name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/i/haier.svg) center 52px no-repeat;
  background-size: auto 37px;
}


.brend_mdv {
  display: inline-block;
  width: 33.3333333%;
  height: 212px;
  background: #0d508e url(../images/i/cond_2.png) center no-repeat;
  -webkit-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  position: relative;
  text-align: center;
}
.brend_mdv_name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/i/mdv-logo.svg) center 46px no-repeat;
  background-size: auto 48px;
}


.brend_tosot {
  display: inline-block;
  width: 33.3333333%;
  height: 212px;
  background: #c02b33 url(../images/i/cond_5.png) center no-repeat;
  -webkit-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  position: relative;
  text-align: center;
}
.brend_tosot_name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/i/tosot.png) center 52px no-repeat;
  background-size: auto 48px;
}


.brend_euroklimat {
  display: inline-block;
  width: 33.3333333%;
  height: 212px;
  background: #0d508e url(../images/i/cond_6.png) center no-repeat;
  -webkit-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  position: relative;
  text-align: center;
}
.brend_euroklimat_name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/i/euroclimat.svg) center 45px no-repeat;
  background-size: auto 61px;
}



.brend_mitsubishi_heavy {
  display: inline-block;
  width: 33.3333333%;
  height: 212px;
  background: #04bcfa url(../images/i/cond_3.png) center no-repeat;
  -webkit-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  position: relative;
  text-align: center;
}
.brend_mitsubishi_heavy_name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/i/mhi_logo.svg) center 46px no-repeat;
  background-size: auto 56px;
}


.about_main {
	background: #f0f0f0;
	width: 66.8%;
	height: 400px;
	padding-bottom: 40px;
	display: inline-block;
	float: left;
}
.about_main h3 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.about_main p {
	padding-left: 40px;
	padding-right: 40px;
	margin: 0;
	font-size: 14px;
	font-family: 'HelveticaRegular';
	font-weight: 400;
	color: #333;
	text-align: justify;
	line-height: 24px;
}
.about_main .btn_blue {
	margin-top: 20px;
	margin-right: 40px;
	float: right;
}
.about_main_img {
	display: inline-block;
	width: 394px;
	height: 400px;
	float: left;
}
.about_main h3,
.gallery_object_page h3,
.gallery_page h3,
.product_firm_page h3,
.product_page h3 {
	padding-left: 40px;
}
ul {
	padding-left: 32px;
}
.gallery_page {
	margin-bottom: 60px;
}
.gallery_main h3{
	margin-top: 45px;
	margin-bottom: 45px;
}
.gallery_main .btn_blue {
	float: right;
	margin-right: 40px;
	margin-top: 35px;
}
.gallery_main .gallery_img {
	display: inline-block;
	margin-left: -4px;
	text-align: center;
}
.gallery_main .wrapper .gallery_img {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 300px;
	outline: none;
	overflow: hidden;
	margin-bottom: -4px;
}
.gallery_main .wrapper img {
	transition: 2s ease;
}
.gallery_img a {
	position: absolute;	
	top: 0;	
	right: 0;
	width: 100%;
	height: 100%;
	display: inline-block;	
	background: url(../images/i/plus.png) center no-repeat;
	background-position: 95% 5%;
}
.gallery_main .wrapper .mask_block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 0px;
	background: rgba(29, 93, 165, 0.8);
	-webkit-background-size: 8%;
	-o-background-size: 8%;
	background-size: 8%; 
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	transition: all 0.5s ease;
	z-index: 1;
}
.gallery_main .wrapper .mask_block h6 {
	font-size: 0px;
	font-weight: 300;
	font-family: 'HelveticaLight';
	margin-bottom: 0;
	transition: all 1s ease;
}
.gallery_main .wrapper .mask_block span {
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
}
.gallery_main .wrapper .mask_block p {
	margin: 0 auto;
	width: 90%;
	display: inline-block;
	text-align: justify;
}
.gallery_main .wrapper .gallery_img:hover .mask_block h6 {
	font-size: 24px;
}
.gallery_main .wrapper .gallery_img:hover img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.logo_hide {
	background: #f0f0f0;
}
.logo_show {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.gallery_main .wrapper .gallery_img:hover .logo_show {
	opacity: 1;
}
.gallery_main .wrapper .gallery_img:hover .logo_hide {
	opacity: 0;
}

.gallery_main .wrapper .gallery_img:hover .mask_block {
	display: inline-block;
	height: 300px;
}
footer {
	background: #04bcfa;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
footer .content {
	position: relative;
	padding-left: 40px;
}
.logo_footer {
	display: inline-block;
	width: 245px;
	height: 88px;
	background: url(../images/i/logo_footer.png) center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	vertical-align: middle;
}
footer ul {
	display: inline-block;
	width: 235px;
	position: relative;
	vertical-align: middle;
	height: 72px;
	padding-left: 55px;
	margin-right: 8%;
}
footer ul li {
	list-style-type: none; 
}
footer ul a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	line-height: 2;
}
footer ul a:hover {
	color: #000;
}
footer ul li:nth-child(4) {
	position: absolute;
	top: 0;
	right: 0;
}
footer ul li:nth-child(5) {
	position: absolute;
	top: 64px;
	right: 12px;
}
footer ul li:last-child {
	position: absolute;
	top: 28px;
	right: 22px;
}
.contacts_footer {
	display: inline-block;
	vertical-align: middle;
}
.contacts_footer span {
	font-size: 12px;
	color: #FFF;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	padding: 5px;
	padding-left: 35px;
	padding-right: 0;
	margin-bottom: 15px;
	display: inline-block;
	
}

.contacts_footer span:nth-child(1) {
	background: url(../images/i/flag_map.png) left center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.contacts_footer span:nth-child(2) {
	background: url(../images/i/mobile_phone.png) left center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	margin-bottom: 0;
}
.copyright {
	position: absolute;
	top: 22px;
	right: 40px;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	font-family: 'HelveticaRegular';
}
.cherry {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	position: absolute;
	top: 45px;
	right: 40px;
	line-height: 1.5;
	padding-left: 30px;
	background: url(../images/i/cherry_logo.png) left center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.cherry span {
	color: #333333;
	text-decoration: underline;
	font-size: 15px;
}
.copyright br {
	display: none;
}
.bg_header {
	width: 100%;
	height: 143px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/slider_header/1.jpg) center no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.help_bg {
	width: 100%;
	height: 80px;
	display: block;
}
.link_tree li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.link_tree a {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	text-decoration: none;
}
.link_tree span {
	font-size: 14px;
	color: #f00000;
	font-weight: 400;
	font-family: 'HelveticaRegular';
}
.link_tree a:before {
	content: "/";
	display: inline-block;
	color: #333333;
	margin-right: 10px;
}
.link_tree span:before {
	content: "/";
	display: inline-block;
	color: #f00000;
	margin-right: 10px;
}
.link_tree li:first-child a:before {
	content: "";
}
.product_page p {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	padding: 40px;
	line-height: 2;
}
form {
	background: #0d508e;
	color: #fff;
	width: 33%;
	height: 520px;
	padding: 60px 47px;
	display: inline-block;
}
form h3 {
	color: #FFF;
	text-align: center;
	padding: 0;
	margin-top: 0;
}
form button {
	color: #FFF;
	background: #00BDFC;
	border: none;
	padding: 12px 20px;
	text-decoration: underline;
	float: right;
	font-size: 14px;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	outline: none;
}
form button:hover {
	text-decoration: none;
}
form button:active {
	background: #FFF;
	color: #0D508E;
	text-decoration: none;
}
/*===============================================*/
/*form style*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Yoko */
.input__field--yoko {
	z-index: 10;
	width: 100%;
	background: transparent;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.input__label--yoko {
	position: relative;
	width: 100%;
	color: #fff;
	text-align: left;
	font-weight: 400;
	font-family: 'HelveticaRegular';
}

.input__label--yoko::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 3em;
	background: #477ead;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--yoko::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label-content--yoko {
	padding: 0.75em 0;
}

.input__field--yoko:focus,
.input--filled .input__field--yoko {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.input__field--yoko:focus + .input__label--yoko::before,
.input--filled .input__label--yoko::before {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.input__field--yoko:focus + .input__label--yoko,
.input--filled .input__label--yoko {
	pointer-events: none;
}

.input__field--yoko:focus + .input__label--yoko::after,
.input--filled .input__label--yoko::after {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
/*===============================================*/
.help_form {
	display: inline-block;
	vertical-align: bottom;
	margin-left: -4px;
	width: 66%;
	height: 520px;
	background: url(../images/form_info.png) center no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-left: 40px;
	padding-right: 40px;
}
.help_form  h3 {
	color: #0a4f8e;
	margin-bottom: 0;
}
.help_form  p {
	color: #0a4f8e;
	padding-top: 0;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 400;
	font-family: 'HelveticaRegular';
}
.help_form span {
	font-size: 18px;
	color: #2f2f2f;
	display: inline-block;
	padding: 20px;
	padding-left: 80px;
	margin-bottom: 20px;
	background: url(../images/i/rubl.png) left center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.help_form span:last-child {
	background: url(../images/i/sale.png) left center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.product_firm_page p {
	text-align: justify;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	line-height: 2;
	margin-bottom: 25px;
}
.product_firm_page span {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	display: inline-block;
}
.product_firm_page img {
	float: left;
	margin: 15px;
}
.product_firm_page .wrapper_1 img {
	float: right;
}
.wrapper_3 {
	text-align: center;
}
.wrapper_3 img {
	width: 19%;
	float: none;
	display: inline-block;
}
.wrap_con {
	width: 100%;
	height: 1px;
}
.about_page img {
	float: right;
	max-width: 100%;
	margin-left: 50px;
	margin-bottom: 50px;
}
.about_page p,
.contacts p {
	text-align: justify;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	font-family: 'HelveticaRegular';
	line-height: 2;
	margin-bottom: 25px;
}
.contacts p {
	display: inline-block;
}
#map {
	width: 50%;
	display: inline-block;
}
#ymaps1493908166196697779 {
	display: inline-block;
}
.wrap_con ~ p {
	width: 48%;
	vertical-align: top;
}
.about_page a {
	color: #0d508e;
}
.gallery_object_page p a {
      float: left;
  }
/* .gallery_page a {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	height: 100%;
	background: none;
	} */
	.gallery_object_page p {
		padding-left: 40px;
		padding-right: 40px;
		color: #333333;
		font-size: 14px;
		font-weight: 400;
		font-family: 'HelveticaRegular';
		line-height: 1.5;
		margin-top: 0;
		margin-bottom: 35px;
	}
	.gallery_object_page a {
		width: 24%;
		display: inline-block;
		outline: none;
		margin-left: -4px;
		margin-top: -4px;
	}
	.gallery_object_page img {
		max-width: 100%;
	}
	.gallery_object_page .wrapper {
		margin-bottom: -4px;
		margin-left: 4px;
	}
	
	
.cookie_popup {
			position:fixed;
			left:15px;
			right:15px;
			bottom:15px;
			z-index:100;
			max-width:360px;
			box-shadow:0 0 3px rgba(0,0,0,.2);
			border-radius:3px;
			background-color:#fff;
			font-size:14px;
			line-height:20px;
			color:#292929;
			padding:15px;
			    font-family: 'HelveticaRegular';
			}

			.cookie_popup a {
			color:#c02b33;
			}

			.cookie_popup .button_ok {
			margin-top:10px;
			width:124px;
			height:28px;
			text-transform:uppercase;
			color:#fff;
			background:#c02b33!important;
			line-height:29px;
			outline:0;
			cursor:pointer;
			font-size:12px;
			font-weight:400;
			vertical-align:top;
			display:block;
			text-align:center;
			text-decoration:none;
			-webkit-transition:background .3s;
			transition:background .3s;
			}
			
			.i_agree_check {font-size:12px; font-family: 'HelveticaLight';
				padding: 5px;}
			.i_agree_check input[type="checkbox"] {display:inline !important}
			.i_agree_check a {color: #fff !important;}