﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic);

@font-face {
    font-family: 'mullerblack';
    src: url('../fonts/fontfabric_-_mullerblack-webfont.eot');
    src: url('../fonts/fontfabric_-_mullerblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_mullerblack-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_mullerblack-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_mullerblack-webfont.ttf') format('truetype'),
         url('../fonts/fontfabric_-_mullerblack-webfont.svg#mullerblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mullerbold';
    src: url('../fonts/fontfabric_-_mullerbold-webfont.eot');
    src: url('../fonts/fontfabric_-_mullerbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_mullerbold-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_mullerbold-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_mullerbold-webfont.ttf') format('truetype'),
         url('../fonts/fontfabric_-_mullerbold-webfont.svg#mullerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mullerlight';
    src: url('../fonts/fontfabric_-_mullerlight-webfont.eot');
    src: url('../fonts/fontfabric_-_mullerlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_mullerlight-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_mullerlight-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_mullerlight-webfont.ttf') format('truetype'),
         url('../fonts/fontfabric_-_mullerlight-webfont.svg#mullerlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mullermedium';
    src: url('../fonts/fontfabric_-_mullermedium-webfont.eot');
    src: url('../fonts/fontfabric_-_mullermedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_mullermedium-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_mullermedium-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_mullermedium-webfont.ttf') format('truetype'),
         url('../fonts/fontfabric_-_mullermedium-webfont.svg#mullermedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muller_regularregular';
    src: url('../fonts/fontfabric_-_mullerregular-webfont.eot');
    src: url('../fonts/fontfabric_-_mullerregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_mullerregular-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_mullerregular-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_mullerregular-webfont.ttf') format('truetype'),
         url('../fonts/fontfabric_-_mullerregular-webfont.svg#muller_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mullerthin';
    src: url('../fonts/fontfabric_-_mullerthin-webfont.eot');
    src: url('../fonts/fontfabric_-_mullerthin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_mullerthin-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_mullerthin-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_mullerthin-webfont.ttf') format('truetype'),
         url('../fonts/fontfabric_-_mullerthin-webfont.svg#mullerthin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mullerultralight';
    src: url('../fonts/fontfabric_-_mullerultralight-webfont.eot');
    src: url('../fonts/fontfabric_-_mullerultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfabric_-_mullerultralight-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_mullerultralight-webfont.woff') format('woff'),
         url('../fonts/fontfabric_-_mullerultralight-webfont.ttf') format('truetype'),
         url('../fonts/fontfabric_-_mullerultralight-webfont.svg#mullerultralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.col1 {width: 8.33333333%;}
.col2 {width: 16.66666667%;}
.col3 {width: 25%;}
.col4 {width: 33.33333333%}
.col5 {width: 41.66666667%}
.col6 {width: 50%}
.col7 {width: 58.33333333%}
.col8 {width: 66.66666667%}
.col9 {width: 75%}
.col10 {width: 83.33333333%}
.col11 {width: 91.66666667%}
.col12 {width: 100%}

.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{
	box-sizing:border-box;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

html{
	position: relative;
}

*{
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 23px;
}

body{
	color: #000;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 400;
	position:relative;
}

a[href^=tel] {
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* ie 6/7 */
}
.full-width{
	width: 100%;
}
.fl{
	float:left;
}

h1{
	color: #000;
	font-size: 50px;
	line-height:1;
	font-family: 'mullermedium';
	text-transform: uppercase;
}
h1 span{
	font-family: 'mullerlight';
}
h2{
	color: #000;
	font-size: 23px;
	line-height:1.37;
	font-family: 'muller_regularregular';
	padding-right:150px;
}
h3{
	color: #ff282f;
	font-size: 91px;
	font-family: 'mullermedium';
	line-height:1;
	text-transform: uppercase;
}
h4{

}
h5{
	color: #000;
	font-size: 34px;
	font-family: 'muller_regularregular';
	line-height:1;
	text-transform: uppercase;
	text-align: center;
}
h5:after{
	content:"";
	display:block;
	margin:35px auto;
	/*background: url(../img/wave.png) no-repeat;*/
	height: 11px;
	width: 112px;
}
h6{
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 16px;
}

.container-fluid{
	box-sizing:border-box;
	width: 100%;
	/*padding: 0 15px;*/
	margin: 0 auto;
	z-index:15;
}
.container{
	width: 1140px; /*1170*/
	padding: 0 15px;
	margin: 0 auto;
	z-index:15;
}
.sub-header-section{
	background: url(../img/bg-section1.jpg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	position: relative;
	height:350px;
	z-index:13;
}

.sub-header-section h2 {
	color: #4e4e4e;
	text-align: justify;
}

.sub-header-section h3 {
	font-size: 1.5em;
	color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: -30px;
}
.sub-header-section ul {
	list-style-type: square;
	color: #FFFFFF;
}
.sub-header-section li {
	line-height: 30px;
}
.sub-header-section a {
	color: #FFFFFF;
	text-decoration: none;
}
.sub-header-section li:hover {
	color: #4e4e4e;
	text-decoration: none;
}
.sub-header-section a:hover {
	color: #fadbdb;
}
.article-section {
	background: url(../img/bg-section2-2.jpg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	position: relative;
	z-index: 13;
	padding: 25px 0 100px;
}
.article {
	margin-top: 20px;
	font-family: 'Open Sans', 'Arial', sans-serif;
}
.article h1 {
	color: #000;
	font-size: 28px;
	font-family: 'muller_regularregular';
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.article h1:after {
	content: "";
	display: block;
	margin: 10px auto;
	/* background: url(../img/wave.png) no-repeat; */
	height: 11px;
	width: 112px;
}
.article h2:before {
	content: "";
	display: block;
	margin: 15px auto;
	height: 11px;
	width: 112px;
}
.article h2:after {
	content: "";
	display: block;
	margin: 5px auto;
	height: 11px;
	width: 112px;
}
.article h3 {
	color: #000;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 25px;
}
.article p {
	color: #000;
	text-align: justify;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 25px;
	width: 98%;
}
.article .rightimg {
	float: right;
	margin: 10px 0 10px 10px;
}
.article .leftimg {
	float: left;
	margin: 10px 10px 10px 0;
}
.article a {
	color: #e02d30;
	text-decoration: none;
}
.article a:hover {
	color: #aa0719;
	text-decoration: none;
}
.article li::before {
	content: " \2714   ";
	color: red;
	font-weight: bolder;
}
.article li {
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #4e4e4e;
}
.article a.anchor {
	display: block;
	position: relative;
	top: -75px;
	visibility: hidden;
}
.section1{
	background: url(../img/bg-section1.jpg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	position: relative;
	height:600px;
	z-index:13;
}
.main-right{
	background: rgba(99,6,19,.5);
	position:absolute;
	right:0;
	padding:0 50px;
	height:100%;
}

.header-right{
	background: rgba(99,6,19,.5);
	position:absolute;
	right:0;
	padding:0 50px;
	height:90px;
}

.main-right p{
	color:#fff;
	font-family: 'mullerultralight';
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 25px;
	text-align: left;
}
/*.header{*/
/*	padding: 20px 0 0 20px;*/
/*	z-index: 16;*/
/*	min-height: 80px;*/
/*	position: relative;*/
/*}*/
.logo{
	width: 43%;
	height: auto;
	max-width: 293px;
}
.txt a {
	color: #f7363b;
	text-decoration: none;
}
a.btn-callme{
	box-sizing: border-box;
	color: #fff;
	display: block;
	background: #f7363b;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	cursor: pointer;
	font-family: 'mullermedium';
	font-size: 18px;
	position: relative;
	margin-left: 7%;
	margin-top: 15px;
	text-decoration: none;
	text-align: center;
	width: 44%;
	max-width: 325px;
	padding: 15px 10px;
}
a.btn-callme:hover{
	background:#e1181d;
}
.main{
	padding-left: 25px;
}

.contacts{
	padding-top: 5px;
	text-align: center;
}
.contacts a{
	color: #e1181d;
	display:block;
	text-decoration: none;
	line-height: 1.2;
	font-family: 'mullerlight', serif;
	font-size: 22px;
	vertical-align: bottom;
}

.lang a{
	color: #fff;
	display:block;
	text-decoration: none;
	line-height: 1.2;
	font-family: 'mullerlight', serif;
	font-size: 22px;
	vertical-align: bottom;
}
.contacts a span{
	font-family: 'mullermedium';
	font-size: 34px;
}
.lang{
	padding-top: 10px;
}
.lang a{
	display:inline-block;
	text-transform: uppercase;
	font-family: 'mullermedium';
}
.lang a.active, .lang a:hover{
	color: #de6967;
}

.soc{
	margin-top:20px;
}
.bl-g {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	height: 38px;
	font-size: 20px;
	margin: -2px 2px 0;
	padding-top: 6px;
	text-align: center;
	width: 38px;
	vertical-align: top;
}
.bl-g:hover{
	background: #fff;
	border:1px solid #39283f;
	color:#39283f;
}
.row1{
	margin-top:100px;
}
.ar1{
	margin:15px auto 30px;
}
.sub1{
	background: #ff3b45;
	margin:45px 0 40px;
	height:4px;
	width: 85px;
}
.forma2{

}
.forma2 input{
	background: #fff;
	box-sizing:border-box;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #000;
	display: block;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	margin-bottom: 12px;
	padding: 0 15px 0 52px;
	width: 100%;
}

.forma2 input::-webkit-input-placeholder       {color:#acacac; opacity: 1; transition: opacity 0.3s ease;}
.forma2 input::-moz-placeholder                {color:#acacac; opacity: 1; transition: opacity 0.3s ease;}
.forma2 input:-moz-placeholder                 {color:#acacac; opacity: 1; transition: opacity 0.3s ease;}
.forma2 input:-ms-input-placeholder            {color:#acacac; opacity: 1; transition: opacity 0.3s ease;}
.forma2 input:focus::-webkit-input-placeholder {color:#acacac; opacity: 0; transition: opacity 0.3s ease;}
.forma2 input:focus::-moz-placeholder          {color:#acacac; opacity: 0; transition: opacity 0.3s ease;}
.forma2 input:focus:-moz-placeholder           {color:#acacac; opacity: 0; transition: opacity 0.3s ease;}
.forma2 input:focus:-ms-input-placeholder      {color:#acacac; opacity: 0; transition: opacity 0.3s ease;}

.forma2 input:focus{
	outline: none;
}
.forma2 input[type="submit"] {
	background: #ee3535;
	border: 1px solid #ee3535;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fefefe;
	display: block;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 19px;
	font-weight: 600;
	height: 52px;
	line-height: 51px;
	padding:0;
	width: 100%;
	transition:all .4s;
}
.forma2 input[type="submit"]:hover{
	background: #e21818;
	border: 1px solid #e21818;
}
input.fname{
	background: #fff url(../img/fname.png) no-repeat left center;
	background-position: 25px;
}
input.fmail{
	background: #fff url(../img/fmail.png) no-repeat left center;
	background-position: 25px;
}
input.ftel{
	background: #fff url(../img/ftel.png) no-repeat left center;
	background-position: 25px;
}
p.footer-form{
	font-size: 13px;
	text-align: center;
}

.section2{
	background: url(../img/bg-section2.jpg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	position: relative;
	z-index:13;
	padding:100px 0;
}
.row2{
	margin-top: 80px;
	position:relative;
	text-align: center;
	max-width:100%;
}
.row2 .item{
	display: inline-block;
	position:relative;
	width: 150px;
	vertical-align: top;
}
.line1{
	margin-top:50px;
	display:inline-block;
	background: #fadbdb;
	position:relative;
	height: 3px;
	width: 3%;
}
.forblimg{
	text-align: center;
	width: 111px;
	margin: 0 auto 40px;
}
.row2 .item .blimg{
	border:3px solid #ff262d;
	display:table-cell;
	height: 105px;
	vertical-align:middle;
	text-align: center;
	width: 105px;
}

.row2-2{
	margin-top:155px;
}
.row2-2 h5{
	text-align:left;
}
.row2-2 h5:after{
	content:"";
	display:block;
	margin:35px 0;
	/*background: url(../img/wave.png) no-repeat;*/
	height: 11px;
	width: 112px;
}
.row2-2 p{
	color: #000;
	text-align:left;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 25px;
	width:60%;
}

.section3{
	padding:135px 0;
	position:relative;
}
.section3 .item p{
	color:#333;
	font-size: 20px;
	font-weight: 700;
	margin-top: 35px;
	text-align: center;
}
.row3{
	margin-top: 100px;
	position:relative;
}
.row3:after{
	content: "";
	height: 2px;
	background: red;
	width: 80%;
	display: block;
	position: absolute;
	margin-top: 50px;
	left: 10%;
}
.row3 .blimg{
	background: #fff;
	margin: 0 auto;
	width: 125px;
	z-index: 15;
	position: relative;
}
.section3 .item{
	text-align: center;
}
.section3 p.ttl{
	color:#c83939;
	font-size: 23px;
	line-height: 1.3;
	text-align: center;
}

.section5{
	background: #f5f5f5;
	padding:120px 0 0;
	position:relative;
}
.section5 p.ttlsect,
.section6 p.ttlsect{
	color: #28363d;
	font-size: 36px;
	font-weight: 700;
	letter-spacing:2px;
	text-transform: uppercase;
}
.row5{
	width:100%;
}
.row5-1{
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 80px;
}
.row5-2{
	padding: 0 15px;
	box-sizing: border-box;
}
.row5 p.num{
	color:#212121;
	position: absolute;
	bottom: 10%;
	font-style: italic;
	font-size: 16px;
	font-family:'Times New Roman', 'Arial', sans-serif;
	text-align: center;
	width: 100%;
}

.row5 p.ttl2{
	color: #e02d30;
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 2px;
	padding: 20% 45px 10%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.row5 a.ttl{
	color: #e02d30;
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 2px;
	padding: 20% 45px 10%;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.row5 a.ttl:hover{
	text-decoration: underline;
}
.row5 p.txt{
	color: #202020;
	padding: 0 45px;
	text-align: center;
	font-size: 17px;
}
.row5 .item{
	border: 1px solid #e84848;
	box-sizing: border-box;
	display: table;
	float: left;
	height: 455px;
	position: relative;
	vertical-align: middle;
	width: 33.3333%;
}
.item-foto img{
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.triangle1{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #fcfcfc transparent;
	line-height: 0;
	z-index: 19;
	position: absolute;
	left: 60px;
	bottom:-2px;
	_border-color: #000000 #000000 #fcfcfc #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.triangle2{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #fcfcfc transparent transparent transparent;
	line-height: 0;
	z-index: 19;
	position: absolute;
	left: 60px;
	top:-2px;
	_border-color: #fcfcfc #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.section4{
	background: url(../img/bg-section4.jpg) no-repeat top center;
	border-bottom:7px solid #ee3535;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	height:615px;
	position: relative;
	z-index:13;
	text-align:left;
	padding-top:90px;
}
.section4 .sub{
	content:"";
	display:block;
	margin:35px 0;
	/*background: url(../img/wave.png) no-repeat;*/
	height: 11px;
	width: 112px;
}
.section4 p.ttl{
	color: #2c2e37;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
.section4 p.ttlform{
	color:#7a7a7a;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;

}
.section4 p.footform{
	color:#7a7a7a;
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.forma3{
	border-left:3px solid #ef4242;
	height: 52px;
	margin-top: 50px;
}
.forma3 input{
	background: #fff;
	color: #212121;
	display: block;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 52px;
	line-height: 50px;
	float: left;
	padding: 0 15px 0 25px;
	border-right: 3px solid #d8dcdd;
	margin-left: -2px;
	border-top: 1px solid #ef4242;
	border-bottom: 1px solid #ef4242;
	width: 185px;
}


.forma3 input::-webkit-input-placeholder       {color:#f7afaf; opacity: 1; transition: opacity 0.3s ease;}
.forma3 input::-moz-placeholder                {color:#f7afaf; opacity: 1; transition: opacity 0.3s ease;}
.forma3 input:-moz-placeholder                 {color:#f7afaf; opacity: 1; transition: opacity 0.3s ease;}
.forma3 input:-ms-input-placeholder            {color:#f7afaf; opacity: 1; transition: opacity 0.3s ease;}
.forma3 input:focus::-webkit-input-placeholder {color:#f7afaf; opacity: 0; transition: opacity 0.3s ease;}
.forma3 input:focus::-moz-placeholder          {color:#f7afaf; opacity: 0; transition: opacity 0.3s ease;}
.forma3 input:focus:-moz-placeholder           {color:#f7afaf; opacity: 0; transition: opacity 0.3s ease;}
.forma3 input:focus:-ms-input-placeholder      {color:#f7afaf; opacity: 0; transition: opacity 0.3s ease;}

.forma3 input:focus{
	outline: none;
}
.forma3 input[type="submit"] {
	background: #ee3535;
	border: 1px solid #ee3535;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	display: block;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 17px;
	margin-left: -5px;
	font-weight: 700;
	height: 54px;
	line-height: 51px;
	letter-spacing:.3px;
	text-transform: uppercase;
	width: 275px;
	transition:all .4s;
}
.forma3 input[type="submit"]:hover{
	background: #d01e1e;
	border: 1px solid #d01e1e;
}

.section6{
	background: url(../img/bg-section6.jpg) no-repeat top center;
	color:#212121;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	position: relative;
	z-index:13;
	padding:120px 0;
}
.row6{
	margin-top: 80px;
}
.row6 p{
	font-family: 'mullerlight';
	font-size: 21px;
	line-height: 1.25;
	text-align: left;
	padding-right: 40px;
}
.row6 p.ttl{
	font-family: 'mullerbold';
	font-size: 20px;
	line-height: 1.25;
	letter-spacing:1.5px;
	text-align: left;
	margin-bottom: 25px;
	padding-right: 60px;
	text-transform: uppercase;
}

.section7{
	color:#212121;
	padding:100px 0 120px;
	position:relative;
}
.bl7{
	margin-top: 90px;
}
.bl7 .item{
	position:relative;
}
.bl7 p{
	font-family: 'muller_regularregular';
	font-size: 20px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 25px;
	display: table-cell;
}
.bl7 .item3 p,
.bl7 .item5 p{
	padding: 0 25px 0 0;
	text-align: right;
}
.bl7 .item img{
	float: left;
	position:relative;
	z-index:15;
}
.bl7 .item .txt{
	display: table;
	width: 350px;
	float: left;
	height: 153px;
}
.bl7 .item1{
	margin-left: 15%;
}
.line2{
	display: block;
	width: 289px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 40px;
	background: #5b5b5b;
	-ms-transform: rotate(21deg);
	-moz-transform: rotate(21deg);
	-o-transform: rotate(21deg);
	-webkit-transform: rotate(21deg);
	z-index: 13;

			-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9335804264972015, M12=-0.35836794954530077, M21=0.35836794954530077, M22=0.9335804264972015, SizingMethod='auto expand')";

		 filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.9335804264972015,
            M12=-0.35836794954530077,
            M21=0.35836794954530077,
            M22=0.9335804264972015,
            SizingMethod='auto expand');
}
.bl7 .item2{
	margin-left: 40%;
}
.bl7 .item3{
	margin-top: 120px;
}
.bl7 .item2 .line2{
	-ms-transform: rotate(-65deg);
	-webkit-transform: rotate(-65deg);
		-moz-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);
	left: -112px;
	bottom: -50px;

	/* для IE8+ - условие необходимо писать в одну строку */
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.42261826174070005, M12=0.9063077870366497, M21=-0.9063077870366497, M22=0.42261826174070005, SizingMethod='auto expand')";

   /* IE6 and 7 */
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.42261826174070005,
            M12=0.9063077870366497,
            M21=-0.9063077870366497,
            M22=0.42261826174070005,
            SizingMethod='auto expand');
}
.bl7 .item3 .line2{
	left: 440px;
}
.bl7 .item4 .line2{
	-ms-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	-webkit-transform: rotate(-55deg);
	left: -146px;
	bottom: -50px;

	 /* для IE8+ - условие необходимо писать в одну строку */
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.5735764363510465, M12=0.8191520442889915, M21=-0.8191520442889915, M22=0.5735764363510465, SizingMethod='auto expand')";

   /* IE6 and 7 */
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.5735764363510465,
            M12=0.8191520442889915,
            M21=-0.8191520442889915,
            M22=0.5735764363510465,
            SizingMethod='auto expand');

}
.bl7 .item5 .line2{
	left: 440px;
}
.bl7 .item4{
	margin-left: 54%;
}
.bl7 .item4 .txt{
	width: 335px;
}
.bl7 .item5{
	margin-left: 5%;
	margin-top: 120px;
}
.bl7 .item6{
	margin-left: 58%;
}
.bl7 .item6 .txt{
	width: 300px;
}

.section8{
	border-top:2px solid #b2b2b2;
	padding:80px 0;
	position:relative;
}
#owl .txt{
	background:#f5f5f5;
	border:2px solid #dcdcdc;
	border-radius:10px;
	box-sizing:border-box;
	margin-bottom:20px;
	position:relative;
	height:250px;
}
#owl .txt p{
	color:#494949;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	font-style: italic;
	line-height: 1.2;
	padding:45px 20px;
}
#owl .txt:after{
	content: "";
	display: block;
	background: url(../img/ug1.png) no-repeat;
	bottom: -17px;
	margin-left: 32px;
	width: 25px;
	height: 17px;
	position: absolute;
}
.row8 img,
.row8 .bl-fio{
	float:left;
}
.row8 .bl-fio{
	padding-top:20px;
	margin-left:20px;
}
.row8 .bl-fio p{
	color:#86878b;
	font-size: 17px;
}
.row8 .bl-fio p.fio{
	color:#333333;
	font-size: 26px;
	font-weight:700;
	margin-bottom:5px;
}

.section9{
	padding:90px 0;
	position:relative;
	text-align:center;
}
.section9 h5{
	line-height: 1.5;
}
.section9 p{
	color:#212121;
	font-size: 25px;
	font-family: 'mullerultralight';
}
.section9 p span{
	font-family: 'muller_regularregular';
}
.row9{
	margin-top:70px;
}
.row9 .col3:after {
	content: "";
	height: 15px;
	border-radius: 50%;
	margin: 20px auto;
	width: 100px;
	background: #e5e5e5;
	display: block;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(20px);
}

.section10{
	background: url(../img/bg-section10.jpg) no-repeat top center;
	border-bottom:none;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	height:615px;
	position: relative;
	z-index:13;
	text-align:left;
	padding-top:90px;
}

.section11{
	background:#353434;
	padding:45px 0;
}
.section11 .lang{
	float:none;
	margin:0 auto;
}
.section11 p.ttl{
	color:#fff;
	font-size: 27px;
	font-family: 'muller_regularregular';
	margin-bottom:30px;
}
.section11 .lang a.active,
.section11 .lang a:hover{
	color: #a0a0a0;
}
.bl-soc{
	text-align:center;
	border-left:1px solid #585858;
	border-right:1px solid #585858;
}
.soc{
	margin: 35px auto;
}
.soc a {
	width: 54px;
	height: 54px;
	background: transparent;
	cursor: pointer;
	margin: 5px;
	padding: 0;
	display: inline-block;
	color: #5E1C18;
}
.soc div {
	width: 54px;
	height: 54px;
	display: inline-block;
}
.ok {
	background: url('../img/social.png') no-repeat scroll 0 0 transparent;
}
.tw {
	background: transparent url("../img/social.png") no-repeat scroll -62px 0;
}
.fb {
	background: transparent url("../img/social.png") no-repeat scroll -123px 0;
}
.vk {
	background: transparent url("../img/social.png") no-repeat scroll -186px 0;
}
.ig {
	background: transparent url("../img/social.png") no-repeat scroll -248px 0;
}
.ok:hover {
	background: url('../img/social.png') no-repeat scroll 0 -55px transparent;
}
.tw:hover {
	background: transparent url("../img/social.png") no-repeat scroll -62px -55px;
}
.fb:hover {
	background: transparent url("../img/social.png") no-repeat scroll -123px -55px;
}
.vk:hover {
	background: transparent url("../img/social.png") no-repeat scroll -186px -55px;
}
.ig:hover {
	background: transparent url("../img/social.png") no-repeat scroll -248px -55px;
}

.adress p{
	color: #bababa;
	padding-left:5%;
	font-size:18px;
	font-family: 'mullerlight';
}
.adress a{
	color: #fff;
	font-size:18px;
	font-family: 'mullerlight';
	text-decoration:none;
}
.adress a.tel span{
	font-size:35px;
	font-family: 'muller_regularregular';
}
.copyright{
	box-sizing:border-box;
	float: left;
	padding: 10px 20px;
	text-align: left;
	width: 60%;
		color:#575656;
	font-size:18px;
	text-decoration:none;
}
.gstudio{
	box-sizing:border-box;
	float: left;
	text-align: right;
	width: 40%;
		color:#575656;
	font-size:18px;
	padding: 10px 20px;
	margin-top: -19px;
	text-decoration:none;
}
.gstudio a{
		color:#575656;
	font-size:18px;
	padding-top:10px;
	text-decoration:none;
}

.section12{
	background:#2f2e2e;
	padding:40px 0 25px;
	position:relative;
}
.row12{
	margin:5px 0 25px;
}
.row12 .metrika,
.row12 a{
	display:block;
	float:left;
	margin:0 20px;
}
.row12 a{
	color:#575656;
	font-size:18px;
	padding-top:10px;
	text-decoration:none;
}
.row12 a:hover{
	text-decoration:underline;
}

/*============== Form 'Call me'====================*/
.jbForm {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 1010;
	display: none;
}
.jbForm .jb_inset {
	background: #f3f4f5;
	border: 1px solid #fff;
	position: relative;
	width: 380px;
	z-index: 120;
	color: #323d53;
	height: auto;
	font-size: 12px;
	margin: 128px auto auto;
}
.jbForm .jb_title {
	font-weight: 400;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 13px 10px;
	background-repeat: repeat-x;
	background-color: #e1181d;
}
.jbForm .jb_close {
	display: block;
	position: absolute;
	top: 10px;
	right: 7px;
	height: 24px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 24px;
	font-size: 24px;
	text-indent: 0;
	color: #fff;
	cursor: pointer;
}
.jbForm form {
	padding: 20px 10px;
	border: 1px solid #d6d6d6;
	border-top: 0 none;
	padding-bottom: 0;
	display: block;
}
.jbForm .jb_input {
    margin-bottom: 10px;
}
.jbForm input[type=text], .jbForm input[type=date], .jbForm input[type=time], .jbForm input[type=number], .jbForm input[type=datetime], .jbForm input[type=tel], .jbForm input[type=email] {
	font-size: 13px;
	margin: 0 10px 0 0;
	border: 1px solid #CCCCCC;
	padding: 0 7px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	width: 95%;
}
.jbForm input[type=submit] {
	margin: 5px auto;
	display: inline-block;
	background-color: #e1181d;
	border-color: #435a8b #3c5488 #334c83;
	border: 1px solid;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-sizing: content-box;
	font-weight: 400;
	text-indent: 0;
	padding: 10px 20px;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #fff;
	font-size: 15px;
	line-height: 14px;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	width: 88%;
}
.jbForm input[type=submit]:hover {
	-webkit-box-shadow: 0 0 1px 2px rgba(88, 144, 255, .75), 0 1px 1px rgba(0, 0, 0, .15);
}
.mask{
	background: #353535;
	opacity: .9;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	display:none;
	z-index:100;
}

b{font-weight: 700;}
.fl{float: left;}
.fr{float: right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}
.red{color:#ff272d;}
.white{color:#fff;}
.m0{margin: 0!important;}
.col60p{
	width:60%;
	float:left;
	position:relative;
}
.col40p{
	width:40%;
	float:left;
	position:relative;
}
.col-5{
	width: 20%;
	float: left;
	position: relative;
}
.col-3{
	width: 33.33%;
	float: left;
	position: relative;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fancybox-skin {
	background: none;
}
.fancybox-title-over-wrap {
	left: initial;
	right: 0;
}


@media screen and (max-width:1200px) {
.container{
	width: 940px;
}
body{
	font-size: 18px;
	line-height: 22px;
}
.row2 .item {
	width: 140px;
}
h6 {
	font-size: 15px;
}
.row2-2 p{
	font-size: 20px;
}
.section3 .item p {
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
}
.section5 p.ttlsect{
	font-size: 32px;
}
.row6 p {
	font-size: 18px;
}
.row6 p.ttl {
	font-size: 17px;
	padding-right: 40px;
}
.section6 {
	padding: 100px 0 120px;
}
.section2 {
background: url(../img/bg-section2.jpg) no-repeat top right;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
}
.forma3 input {
	width: 160px;
}
.forma3 input[type="submit"] {
	font-size: 16px;
	height: 54px;
	width: 251px;
}
h5 {
	font-size: 32px;
}
.section4 p.ttl {
	font-size: 26px;
}
.section11 p.ttl {
	font-size: 23px;
}
.adress p ,
.adress a {
	font-size: 16px;
}
.adress a.tel span {
	font-size: 26px;
}

.bl7 .item{
	position:relative;
}
.bl7 p{
	font-family: 'muller_regularregular';
	font-size: 17px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 25px;
	display: table-cell;
}
.bl7 .item3 p,
.bl7 .item5 p{
	padding: 0 25px 0 0;
	text-align: right;
}
.bl7 .item img{
	float: left;
	position:relative;
	z-index:15;
	width: 120px;
}
.bl7 .item .txt{
	display: table;
	width: 250px;
	float: left;
	height: 125px;
}
.bl7 .item1{
	margin-left: 15%;
}
.line2{
	display: block;
	width: 289px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 40px;
	background: #5b5b5b;
	-moz-transform: rotate(27deg);
	-o-transform: rotate(27deg);
	-webkit-transform: rotate(27deg);
	z-index: 13;
}
.bl7 .item2{
	margin-left: 40%;
}
.bl7 .item3{
	margin-top: 120px;
}
.bl7 .item2 .line2{
	-moz-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);
	-webkit-transform: rotate(-65deg);
	left: -137px;
	bottom: -50px;


}
.bl7 .item3 .line2{
	left: 300px;
}
.bl7 .item4 .line2{
	-moz-transform: rotate(-57deg);
	-o-transform: rotate(-57deg);
	-webkit-transform: rotate(-57deg);
	left: -165px;
	bottom: -50px;
}
.bl7 .item5 .line2{
	left: 300px;
}
.bl7 .item4{
	margin-left: 51%;
}
.bl7 .item4 .txt{
	width: 335px;
}
.bl7 .item5{
	margin-left: 5%;
	margin-top: 120px;
}
.bl7 .item6{
	margin-left: 54%;
}
.bl7 .item6 .txt{
	width: 300px;
}
#owl .txt {
	height: 295px;
}
.row12 a,
.gstudio,
.copyright {
	font-size: 14px;
}


}
@media screen and (max-width:1100px) {
a.btn-callme{
	font-size: 16px;
	margin-left: 7%;
	margin-top: 12px;
	padding: 10px 10px;
}
.contacts a,
.lang a{
	font-size: 18px;
}
.main-right p{
	font-size: 20px;
}
.contacts a span {
	font-family: 'mullermedium';
	font-size: 28px;
}
.lang {
	padding-top: 8px;
}
h1 {
	font-size: 44px;
}
h3 {
	font-size: 81px;
}
h2 {
	font-size: 22px;
}
.row1 {
	margin-top: 140px;
}
p.footer-form{
	font-size: 11px;
	font-weight: 400;
}
.section1{
	height:930px;
}
.row2 .item {
	width: 126px;
}
h6 {
	font-size: 14px;
	line-height:1.3;
}
.row5 p.txt {
	padding: 0 45px;
	font-size: 16px;
	line-height: 1.2;
}
.logo-footer{
	max-width:100%;
}




}

@media screen and (max-width:1020px) {
.row5 p.ttl {
	padding: 15% 35px 7%;
}

}

@media screen and (max-width:970px) {
	html{
		width: 970px;
	}
}



