@charset "utf-8";
/*----------------fonts-----------------*/
@font-face {
    font-family: "arnamu_serif";
    src: url("../fonts/arnamu_serif.eot");
    src: url("../fonts/arnamu_serif.eot?#iefix")format("embedded-opentype"),
    url("../fonts/arnamu_serif.woff") format("woff"),
    url("../fonts/arnamu_serif.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "arnamu_serif";
    src: url("../fonts/arnamu_serif_bold.eot");
    src: url("../fonts/arnamu_serif_bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/arnamu_serif_bold.woff") format("woff"),
    url("../fonts/arnamu_serif_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "arnamu_serif";
    src: url("../fonts/arnamu_serif_italic.eot");
    src: url("../fonts/arnamu_serif_italic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/arnamu_serif_italic.woff") format("woff"),
    url("../fonts/arnamu_serif_italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "arnamu_serif";
    src: url("../fonts/arnamu_serif_italic_bold.eot");
    src: url("../fonts/arnamu_serif_italic_bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/arnamu_serif_italic_bold.woff") format("woff"),
    url("../fonts/arnamu_serif_italic_bold.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: "yeseva-one";
    src: url("../fonts/yeseva-one.eot");
    src: url("../fonts/yeseva-one.eot?#iefix")format("embedded-opentype"),
    url("../fonts/yeseva-one.woff") format("woff"),
    url("../fonts/yeseva-one.ttf") format("truetype");
     font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Fregat";
    src: url("../fonts/Fregat_regular.eot");
    src: url("../fonts/Fregat_regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Fregat_regular.woff") format("woff"),
    url("../fonts/Fregat_regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Fregat";
    src: url("../fonts/Fregat_italic.eot");
    src: url("../fonts/Fregat_italic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Fregat_italic.woff") format("woff"),
    url("../fonts/Fregat_italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "Fregat";
    src: url("../fonts/Fregat_bold_italic.eot");
    src: url("../fonts/Fregat_bold_italic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Fregat_bold_italic.woff") format("woff"),
    url("../fonts/Fregat_bold_italic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: "Fregat";
    src: url("../fonts/Fregat_bold.eot");
    src: url("../fonts/Fregat_bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Fregat_bold.woff") format("woff"),
    url("../fonts/Fregat_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
/*----------------/fonts-----------------*/
body {
	min-width:1140px;
	position:relative;
	font:18px/26px Arial, sans-serif;
	color:#000;
	text-align:left;
	background-color:#fff;
	background-image:url(../img/body-bg.png);
	background-repeat:repeat;
	background-position:0 0;
}
.br { height:20px; width:20px;        
}
.br1 { height:4px; width:20px;        
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"], input[type="tel"]{ 	
	font:18px "arnamu_serif", Arial, sans-serif;
	height:40px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background-color:#f1f1ec;
	padding:0 20px;
	border:1px solid #cfcfcf;
	width:100%;
	color:#2c3e50;
	box-shadow:0 0 5px rgba(44,62,80,.2) inset;
	-webkit-box-shadow:0 0 5px rgba(44,62,80,.2) inset;
	-moz-box-shadow:0 0 5px rgba(44,62,80,.2) inset;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="number"]:focus, input[type="tel"]:focus{
	box-shadow:1px 1px 3px rgba(44,62,80,.4) inset;
	-webkit-box-shadow:1px 1px 3px rgba(44,62,80,.4) inset;
	-moz-box-shadow:1px 1px 3px rgba(44,62,80,.4) inset;
}
textarea{
	height:100px;
	padding:10px 20px;
}
input[type="submit"]{
	display:block;
	width:100%;
	height:40px;
	border:none;
	text-align:center;
	font-size:18px;
	line-height:1;
	color:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	font-family: "arnamu_serif";
	background-color:#E80000;
}
input[type="submit"]:hover{
	background-color:#e74c3c;
}
html{
	overflow-y:scroll;
	overflow-x:auto
}
html, body{
	height:100%
}
a{
	color:#3498db;
	text-decoration:underline;
}
a:hover{
	color:#3498db;
	text-decoration:none;
}
.input::-webkit-input-placeholder {color:#2c3e50; opacity:1;}
.input::-moz-placeholder          {color:#2c3e50; opacity:1;}/* Firefox 19+ */
.input:-moz-placeholder           {color:#2c3e50; opacity:1;}/* Firefox 18- */
.input:-ms-input-placeholder      {color:#2c3e50; opacity:1;}
h1{
	font-size:32px;
	line-height:32px;
	font-weight:700;
	margin:-35px 0 25px;
	font-family: 'Open Sans', sans-serif;
}
h2{
	font-size:20px;
	line-height:26px;
	font-weight:700;
	margin:0 0 25px;
	font-family: 'Open Sans', sans-serif;
}
/*-----------------main-wrapper-------------------*/
.main-wrapper{
	min-height:100%;
}
.container{
	max-width:none !important;
	width:1200px !important;
	padding:0;
}
.row{
	margin:0 !important;
}
.appendix{
	height:160px;
	clear:both;
}
/*-----------------Header-------------------*/
header{
	position: relative;
	z-index: 10;
}
header, .header-fix{
	height:70px;
background-color:#E80000; 
}
.header-fix{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:99;
}
header .container{
	padding:0 20px;
}
.logo{
	padding:23px 5px 0 0;
}
.logo a{
	width:auto;
	height:25px;
	display:block;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "yeseva-one";
}

.number{
	margin:0;
	font-size:24px;
	line-height:26px;
	color:#fff;
	font-family: "yeseva-one";
}
.call-btn{
	cursor:pointer;
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}
.call-btn:hover{
	color:#fff;
	text-decoration:underline;
}
.tel-block{
	margin:10px 0 0 0;
}
.all-btn{
	width:270px;
	height:40px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:40px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background-color:#2980b9;
	font-family: "arnamu_serif";
	text-decoration:none;
}
.all-btn:hover{
	color:#fff;
	background-color:#1f7bb8;
}
.all-btn-block{
	padding:10px 0 0 0;
}
.title{
	font-family: "arnamu_serif";
	font-size:35px;
	line-height:37px;
	font-weight:700;
	margin:0 0 50px;
	color:#000;
}
.white{
	color:#fff !important;
}
/*---------------Navigation-----------------*/
.navbar{
	border:none;
	margin:0;
	min-height:auto;	
}
.nav{
	position: static;
	margin:22px 0 0 40px;
}
.nav > li{
 /*max-width: 137px;*/
	font-size:16px;
	line-height:21px;
	/*font-family: "arnamu_serif";*/
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 10px;
	position:relative;
	z-index: 20;
	font-family: "Fregat";
}
.nav > li > a{
	position: static;
	color:#fff;
	text-decoration:none;
	padding:0;
}
.nav > li > a:hover, .nav > li > a.active, .nav > li:hover > a, .nav > li > a:focus{
	color:#ffffff;
	background-color:rgba(0,0,0,0);
	text-decoration:underline;
}

.nav > li > a:focus{
    color:#3498db;
	background-color:rgba(0,0,0,0);
	text-decoration: none;
}

.nav > li:hover .hover-box{
	display:block;
}
a:active, a:focus{ outline:none;}
.footer-content .nav > li:hover .hover-box{ display:none;}
.hover-box{
	position:absolute;
	top:20px;
	left:-20px;
	z-index:25;
	display:none;
	padding:30px 0 0 0;
}
.hover-box > ul{
	background-color:#000;
	margin:0;
	padding:10px 20px;
	top:50px;
	width:280px;
}
.hover-box > ul > li{
	list-style-type:none;
	padding:0 0 5px;
	font-size:14px;
	line-height:18px;
}
.hover-box > ul > li > a{
	color:#fff;
}
/*--------------Main Contetn----------------*/
.mainContent{
}
.pattern{
	background-image:url(../img/pattern.png);
	background-repeat:repeat;
	background-position:0 0;
}
.content-inner{
	padding:70px 0 0 0;
}
.text-inner{
	padding:0 40px;
}
.text-inner p{
	margin:0 0 25px;
}
.text-inner ul li p{ margin:0;}
.text-inner h1{
	margin:-35px 0 25px;
}
.detail-text-inner{
	max-width:1200px;
	padding:0 0 50px;
}
.list-default{
	margin:0 0 25px;
	padding:0;
}
.list-default li{
	position:relative;
	padding:0 0 0 35px;
	list-style-type:none;
}
.list-default li:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	width:6px;
	height:6px;
	background-color:#000;
	border-radius:50%;
	z-index:1;
	overflow:hidden;
}
.list-in-block{ display:inline-block; vertical-align:top;}
/*.box-inner .list-default{ display: block; }*/
.transf{ text-transform:uppercase;}
.mrt{ margin:0 0 30px 30px;}
.mrl{ margin:0 30px 30px 0;}
.box-inner{ padding:10px 0;}
.img-radius{ border-radius:8px;}
.title-box{ font-weight:normal; font-size:18px; line-height:26px; margin:0 0 25px; text-transform:uppercase;}
.tab-types-jobs{ width:100%; margin:0 0 15px;}
.tab-types-jobs tr th{ text-transform:uppercase; text-align:right; padding:0 0 20px; font-weight:bold;}
.tab-types-jobs tr th:first-child{ text-align:left;}
.tab-types-jobs tr td{ text-align:right; font-weight:bold; padding:0 0 10px;}
.tab-types-jobs tr td:first-child{ text-align:left; font-weight:normal;}
.black-link{ color:#000 !important; cursor:pointer;}
.list-number{
	padding:0 0 0 20px;
	margin:0;
}
.list-number li{
	margin:0 0 25px;
}
.box-img{ max-width:445px;}
.box-img img{
	margin:0 auto 15px;
}
.box-img.mrt{ margin:0 0 0 30px; padding:0 0 15px;}
.box-img.mrl{ margin:0 30px 0 0; padding:0 0 15px;}
.mr-non-list{ margin:0 0 25px !important;}
.mr-non-list li{ margin:0 !important;}
.underline{ text-decoration: underline;}
/*-----------------form-------------------*/
.placeholder{
	position:relative;
}
.hide {left:-9999em !important;}
.placeholder label {
	position:absolute;
	top:10px;
	left:20px;
	font-size:18px;
	line-height:20px;
	color:#CCC;
	z-index:5;
	font-family: arnamu_serif;
	font-weight:normal;
}
/*----------------banner-block-------------------*/
.banner-block{
	overflow:hidden;
	padding:40px 0 60px;
}
.banner-content{
	width:1070px;
	margin:0 auto;
/*height:440px;*/
	position:relative;
}
.banner-content img{
	display:block;
	margin:0 auto;
}
.banner-slogan{
	position:absolute;
	top:330px;
	left:0;
	right:0;
	width:760px;
	margin:0 auto;
	z-index:8;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	color:#000;
	font-family: arnamu_serif;
}
.banner-slogan h2{
	text-align:left;
	font-size:27px;
	line-height:31px;
	color:#fff;
	font-weight:bold;
	text-shadow:0 1px 5px rgba(0,0,0,.7);
	margin:0 0 35px;
}
.garant-icon{
	display:block;
	width:134px;
	height:134px;
	position:absolute;
	top:100px;
	left:-10px;
	z-index:6;
	background:url(../img/garant-icon.png) 0 0 no-repeat;
}
.banner-title{
	font-family: "arnamu_serif";
	font-size:18px;
	line-height:20px;
	padding:0 20px;
}
.banner-title h1{
	font-size:40px;
	line-height:42px;
	margin:0 0 10px;
}
/*-----------------form-banner-------------------*/
.form-banner{
	position:absolute;
	top:35px;
	right:15px;
	z-index:5;
	width:260px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
	padding:15px 15px 0;
	border:1px solid #e74c3c;
	font-family: 'Open Sans', sans-serif;
	background-color:#E80000;
	text-align:center;
	color:#000;
}
.form-banner h3{
	font-size:20px;
	line-height:22px;
	margin:0 0 15px;
	font-weight:bold;
}
.form-banner input[type="text"], .form-banner input[type="tel"]{
	height:32px;
	padding:0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-style:italic;
}
.form-banner input[type="submit"]{
	ont-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-style:italic;
	height:32px;
}
.form-banner .placeholder{
	margin:0 0 15px;
}
.form-banner .placeholder label{
	left:10px;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	font-style:italic;
	top:6px;
}
/*-----------------why-block-------------------*/
.why-block{
	padding:65px 0 40px;
	background-color:rgba(225,226,226,.2);
}
.why-list{
	display:table;
	font-size:0;
	margin:0;
	padding:30px 0 0 0;
	text-align:center;
}
.why-list li:first-child, .why-list li:nth-child(2n+1){
	margin:0 0 50px;
}
.why-list li{
	display:inline-block;
	vertical-align:top;
	width:585px;
	list-style-type:none;
	margin:0 0 50px 30px;
	text-align:left;
}
.why-icon{
	width:110px;
	display:inline-block;
	vertical-align:top;
}
.why-text{
	width:470px;
	display:inline-block;
	vertical-align:top;
	color:#2c3e50;
	font-size:16px;
	line-height:22px;
}
.why-text h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-family: "arnamu_serif";
	font-weight:bold;
	margin:0 0 3px;
}
/*-----------------services-block-------------------*/
.services-block{
	padding:80px 0 40px;
    background: url(../img/service-bg.png) 50% 0 no-repeat;
    background-size: cover;
}
.services-list{
	margin:0;
	padding:0;
	text-align:center;
}
.services-list li{
	display:inline-block;
	vertical-align:top;
	width:300px;
	text-align:center;
	font-size:16px;
	line-height:22px;
	color:#000;
	margin:0 20px 40px;
}
.services-list li h3{
	font-size:20px;
	line-height:32px;
	color:#000;
	margin:0 0 10px;
	font-family: "arnamu_serif";
	font-weight:bold;
}
.services-list li h3 a{
	color:#000;
	text-decoration:none;
}
.services-list li h3 a:hover{
	color:#3498db;
	text-decoration:underline;
}
.services-img{
	width:204px;
	height:204px;
	border:1px solid #223c69;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow:hidden;
	margin:0 auto 20px;
}
/*-----------------application-form-------------------*/
.application-block{
	padding:55px 0 70px;
	background-color:rgba(225,226,226,.2);
}
.application-form{
	width:874px;
	margin:0 auto;
}
.form-tab{
	margin:0 0 0 -30px;
}
.form-cell{
	float:left;
	width:270px;
	margin:0 0 30px 30px;
}
.form-cell .input-hint {
    display: block;
    top:-30px;
    position: absolute;
}
.form-cell-width2{
	width:570px;
}
.file-btn{
	display:block;
	font-size:18px;
	line-height:40px;
	color:#2c3e50;
	text-decoration:none;
	font-weight:bold;
	font-family: "arnamu_serif";
	height:40px;
	background-color:#f1f1ec;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	position:relative;
	padding:0 0 0 65px;
}
.file-btn:after{
	content:"";
	position:absolute;
	z-index:1;
	top:8px;
	left:15px;
	background:url(../img/clip.png) 0 0 no-repeat;
	width:27px;
	height:24px;
}
.file-btn:hover{
	color:#2c3e50;
}
.file-block{
	height:60px;
	overflow:hidden;
}
.file-btn input[type="file"]{
	cursor:pointer;
	font-weight:normal;
	width:400px;
	position:absolute;
	top:0;
	left:-120px;
	height:40px;
	opacity:0;
	filter:aplha(opacity=0);
	z-index:8;
}
.file-block .MultiFile-list{
	position:absolute;
	top:43px;
	left:2px;
	z-index:5;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	height:14px;
	overflow:hidden;
}
.file-block .MultiFile-remove{
	text-decoration:none;
	color:#e74c3c;
}
.file-block .MultiFile-remove:hover{
	color:#e64333;
	text-decoration:none;
}
.file-block .MultiFile-title{
	width:250px;
	display:inline-block;
	vertical-align:middle;
}
/*-----------------why-work-block-------------------*/
.why-work-block{
	background:url(../temp/why-work-bg.png) 50% 0 no-repeat;
	background-size:cover;
	padding:100px 0 70px;
}
.why-worrk-list{
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
}
.why-worrk-list li{
	position:relative;
	width:190px;
	display:inline-block;
	vertical-align:top;
	margin:0 20px 50px;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	font-family: "arnamu_serif";
	color:#2c3e50;
}
.why-worrk-list li:nth-child(-n+4):after{
	content:"";
	position:absolute;
	top:30px;
	right:-45px;
	z-index:3;
	background:url(../img/arrow-line-right.png) 0 0 no-repeat;
	width:62px;
	height:26px;
}
.why-worrk-list li:nth-child(5):after{
	content:"";
	position:absolute;
	top:195px;
	left:-60px;
	z-index:3;
	background:url(../img/arrow-line-bot.png) 0 0 no-repeat;
	width:46px;
	height:46px;
}
.why-worrk-list li:nth-child(n+7):after{
	content:"";
	position:absolute;
	top:30px;
	left:-45px;
	z-index:3;
	background:url(../img/arrow-line-left.png) 0 0 no-repeat;
	width:62px;
	height:26px;
}
.why-worrk-list li p{
	margin:0;
}
.why-work-img{
	display:inline-block;
	height:80px;
	overflow:hidden;
	margin:0 0 25px;
}
/*-----------------material-block-------------------*/
.material-block{
	padding:90px 0 50px;
}
.material-content{
	margin:0 0 0 -40px;
}
.material-cell{
	float:left;
	margin:0 0 40px 40px;
}
.material-cell a{
	position:relative;
	transition:all ease-in-out .2s;
	width:565px;
	height:374px;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:cover;
	border:2px solid transparent;
	display:block;
	text-decoration:none;
	color:#fff;
}
.material-cell a:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	background-color:rgba(51,55,65,.7);
	transition:all ease-in-out .2s;
}
.material-cell a:hover:after{
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:1;
	filter:alpha(opacity=100);
}
.material-cell a:hover{
	border:2px solid #e74c3c;
}
.material-tab{
	display:table;
	width:100%;
	height:100%;
}
.material-tab-cell{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
}
.material-info{
	width:490px;
	margin:0 auto;
	position:relative;
	z-index:5;
	font-size:28px;
	line-height:20px;
	text-align:center;
	color:#fff;
	transition:all ease-in-out .3s;
}
.material-info h3{
	font-size:35px;
	line-height:39px;
	color:#fff;
	margin:0;
	font-weight:bold;
	font-family: "arnamu_serif";
}
.material-info-detail{
	position:relative;
	margin:0;
	height:0;
	overflow:hidden;
	transition:all ease-in-out .2s;	
}
.material-info-detail:after{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	right:50%;
	height:1px;
	background-color:#fff;
	z-index:10;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all ease-in-out .3s;	
}
.material-cell a:hover .material-info-detail{
	margin:25px 0 0 0;
	height:auto;
	transition:all ease-in-out .3s;		
}
.material-cell a:hover .material-info-detail:after{
	left:0;
	right:0;
	opacity:1;
	filter:alpha(opacity=100);
}
.material-info-detail p{
	padding:35px 0 0;
	margin:0 auto;
	width:370px;
}
/*-----------------cause-block-------------------*/
.cause-block{
	font-family: "arnamu_serif";
	font-weight:bold;
	text-align:center;
	font-size:20px;
	line-height:28px;
	color:#2c3e50;
	background-color:#e1e2e2;
	padding:70px 0 35px;
}
.cause-block .title{
	margin:0 0 25px;
}
.cause-list{
	text-align:center;
	margin:0;
	padding:65px 0 0 0;
}
.cause-list li{
	font-size:20px;
	line-height:32px;
	width:220px;
	list-style-type:none;
	display:inline-block;
	vertical-align:top;
	margin:0 5px 40px;
}
.cause-list li p{
	margin:0;
}
.cause-img{
	width:190px;
	height:190px;
	overflow:hidden;
	border:1px solid #223c69;
	margin:0 auto 20px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow:hidden;
}
/*-----------------price-block-------------------*/
.price-block{
	padding:0 0 90px;
}
.price-block h2{
	margin:0 0 110px;
}
.price-list{
	margin:0;
	padding:0;
	text-align:center;
}
.price-list li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:220px;
	text-align:center;
	font-size:20px;
	line-height:36px;
	color:#2c3e50;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	margin:0 30px 50px;
}
.price-list li:nth-child(-n+2):after{
	content:"";
	position:absolute;
	top:60px;
	right:-48px;
	background:url(../img/plus-img.png) 0 0 no-repeat;
	width:41px;
	height:41px;
	z-index:5;
}
.price-list li:nth-child(3):after{
	content:"";
	position:absolute;
	top:68px;
	right:-48px;
	background:url(../img/minus-img.png) 0 0 no-repeat;
	width:41px;
	height:22px;
	z-index:5;
}
.price-list li p{
	margin:0;
}
.price-img{
	height:100px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 15px;
}
.price-img img{
	display:block;
}
.price-col{
	font-size:30px;
	display:block;
}

.content-inner .form-sale-block{
	margin:0 0 50px;
}
/*---------------why-wok-inner-----------------*/
.why-work-inner{
	background-color:rgba(225,226,226,.2);
	padding:70px 0 40px;
}
.why-work-inner .why-worrk-list li{
	width:230px;
	margin:0 20px 30px;
}
.why-work-inner .why-worrk-list li:nth-child(5)::after, .why-work-inner .why-worrk-list li:nth-child(4)::after{ display:none;}
.why-work-inner .why-work-img{
	height:100px;
	margin:0 0 20px;
}
.why-work-inner .why-worrk-list li:nth-child(2) .why-work-img img, .why-work-inner .why-worrk-list li:nth-child(3) .why-work-img img{
	margin:8px 0 0 0;
}
.inner-img{
	max-width:100%;
	display:block;
	margin:0 0 60px;
}
/*---------------form-cale-----------------*/
.form-sale-block{
	background-color:#E80000;
	padding:30px 0;
}
.form-sale{
	width:874px;
	margin:0 auto;
}
.form-sale input[type="text"], .form-sale input[type="tel"], .form-sale input[type="email"], .form-sale .placeholder label, .form-sale input[type="submit"]{
    font-family: "Open Sans",sans-serif;
    font-style: italic;
	font-weight: 700;
}
/*-----------------catalog-img-------------------*/
.catalog-img{
	display:table;
	font-size:0;
	margin:0 0 0 -40px;
	padding:0;
}
.catalog-img li{
	display:inline-block;
	vertical-align:top;
	width:346px;
	height:354px;
	overflow:hidden;
	margin:0 0 60px 40px;
}
.catalog-img li img{
	width:100%;
}
/*-----------------portfolio-block-------------------*/
.portfolio-block h2{
	margin:0 0 15px;
}
.portfolio-cell{
	padding:35px 0 0 0;
}
.portfolio-bg{
	background-color:rgba(225,226,226,.2);
}
/*----------------pagination-block-------------------*/
.pagination-block .pagination > li > a{
	line-height:43px;
	text-align:center;
	min-width:50px;
	padding:0;
	font-weight:normal;
	font-size:35px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#000;
	font-family: "Open Sans",sans-serif;
	border:none;
	margin:0 4px 0 0;
}
.pagination-block .pagination > li > a:hover, .pagination-block .pagination > li > a.active{
	background-color:#2c3e50;
	color:#fff;
	border:none;
}
.pagination-block .pagination{
	margin:60px 0;
	padding:0 15px;
}
/*-----------------card_gallery-------------------*/
.card_gallery{
	position:relative;
	width:600px;
	border:15px solid rgba(0,0,0,0);
	margin:0 0 35px;
}
.card-title{
	font-size:27px;
	line-height:29px;
	 font-family: "Open Sans",sans-serif;
	 font-weight:700;
	 text-align:center;
	 margin:0 0 20px;
}
.card_gallery .sliderkit{
	overflow:inherit !important;
	width:570px;
}
.sale_card .card_gallery .sliderkit:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	background:url(../img/sale_icon.png) 0 0 no-repeat;
	width:58px;
	height:58px;
}
.sale_card .action_block{
	display:block !important;
}
.card_gallery .sliderkit-panels{
	position:relative;
	text-align:center;
	width:570px;
	height:286px;
	box-sizing:border-box;
	overflow:hidden;
}
.card_gallery .sliderkit-panel{
	width:570px;
}
.sliderkit .sliderkit-go-btn a{
	display:block;
	position:absolute;
	top:50%;
	margin:-18px 0 0 0;
	width:22px;
	height:36px;
	z-index:3;
}
.sliderkit .sliderkit-go-btn.sliderkit-go-prev a{
	left:-20px;
	background:url(../img/carousel-btn.png) 0 0 no-repeat;
}
.sliderkit .sliderkit-go-btn.sliderkit-go-next a{
	right:-20px;
	background:url(../img/carousel-btn.png) -22px 0 no-repeat;
}
.sliderkit .sliderkit-go-btn.sliderkit-go-prev a:hover{
	background-position:0 -36px;
}
.sliderkit .sliderkit-go-btn.sliderkit-go-next a:hover{
	background-position:-22px -36px;
}
.card_gallery .sliderkit .sliderkit-panel img{
	display:block;
	margin:0 auto;
	max-height:250px;
}
.card_gallery .sliderkit .sliderkit-nav{
	position:relative;
	display:inline-block;
	margin:0;
}
.card_gallery .sliderkit .sliderkit-nav-clip{
	height: 130px !important;
    margin: 0 7px;
	width:auto !important;
	max-width:506px;
}
.card_gallery .sliderkit .sliderkit-nav-clip ul li{
	position:relative;
	margin:13px 8px 10px;
	box-shadow:0 0 8px rgba(0,0,0,1);
	-webkit-box-shadow:0 0 8px rgba(0,0,0,1);
	-moz-box-shadow:0 0 8px rgba(0,0,0,1);
}
.card_gallery .sliderkit .sliderkit-nav-clip ul li:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background:url(../img/watermark-small.png) 0 0 repeat;
}
.card_gallery .sliderkit .sliderkit-nav-clip ul li:nth-child(odd):after{
	content:"До";
	position:absolute;
	top:6px;
	left:10px;
	color:#000;
	z-index:10;
	font-family: "arnamu_serif";
	font-weight:bold;
	font-size:20px;
	line-height:22px;
}
.card_gallery .sliderkit .sliderkit-nav-clip ul li:nth-child(even):after{
	content:"После";
	position:absolute;
	top:6px;
	left:10px;
	color:#000;
	z-index:10;
	font-family: "arnamu_serif";
	font-weight:bold;
	font-size:20px;
	line-height:22px;
}
.card_gallery .sliderkit .sliderkit-nav-clip ul li.sliderkit-selected a{
	border:3px solid #e74c3c;
}
.card_gallery .sliderkit .sliderkit-nav-clip ul li a{
	width:110px;
	height:104px;
	border:3px solid transparent;
}
.card_gallery .sliderkit .sliderkit-nav-clip ul li a img{
	max-height:104px;
}
.large-img{
	width:330px;
	height:246px;
	overflow:hidden;
	float:left;
	margin:20px 15px;
	box-shadow:0 0 15px rgba(0,0,0,1);
	-webkit-box-shadow:0 0 15px rgba(0,0,0,1);
	-moz-box-shadow:0 0 15px rgba(0,0,0,1);
}
.large-img a{
	display:block;
	position:relative;
}
.large-img a:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background:url(../img/watermark.png) 0 0 no-repeat;
}
.card-info{
	font-size:14px;
	line-height:18px;
	color:#000;
	width:170px;
	margin:20px 0 0 15px;
	text-align:left;
	float:left;
}
.fancybox-outer:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	background:url(../img/watermark.png) 0 0 repeat;
}
/*-----------------contacts-------------------*/
.contacts-info{
	margin:0 0 0 190px;
}
.contacts-info h3{
	font-size:16px;
	line-height:18px;
	margin:0 0 6px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Open Sans",sans-serif;
}
.contacts-cell-text{
	margin:0 0 10px;
	font-size:14px;
	line-height:18px;
}
.contacts-cell-text p{
	margin:0;
}
.map-inner > div{
	height:400px;
	width:100%;
}
/*-----------------Footer-------------------*/
footer{
	height:160px;
	font-size:14px;
	line-height:18px;
	color:#030303;
	margin:-160px 0 0 0;
}
.footer-detail{
	padding:30px 0 0 0;
}
footer > .container{
	padding:0 20px;
}
.footer-content{
	padding:30px 0 0 0;
}
footer .logo{
	padding:0 5px 0 0;
}
footer .logo a{
    color: #000;
}
footer .nav{
	margin:3px 0 0 25px;
}
footer .nav > li{
	font-weight:bold;
	font-family: "Fregat";
}
footer .nav > li > a, footer .nav > li > a:hover{
	color:#030303;
}
footer .tel-block{
	margin:0;
	float: right !important
}
footer .number{
	color:#030303;
	/*font-weight:bold;
	font-family: "Fregat";*/
	font-family: "yeseva-one";
}
.site-info{
	width:295px;
	margin:0 80px 0 0;
}
.terms-link, .terms-link:hover{
	color:#030303;
}
.terms-link{
	margin: 0 10px;
}
.work-info{
	/*margin:0 64px 0 0 ;*/
	margin: 0 18px 0 0;
	font-size:14px;
	line-height:18px;
}
.view-third span.btn-title{
	transform:none;
}
/*-----------------modal-------------------*/
.hidden{
	display:none;
}
.box-modal{
	background-color:#efefef;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	width:450px;
	position:relative;
	padding:40px 40px 20px;
	border:2px solid #e74c3c;
}
.box-modal-content .title{
	margin:0 0 30px;
	font-size:25px;
	line-height:29px;
}
.box-modal_close{
	width:35px;
	height:35px;
	position:absolute;
	top:-18px;
	right:-18px;
	cursor:pointer;
	z-index:10;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow:hidden;
	background-image:url(../img/close-icon.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#e74c3c;
}
.box-modal_close:hover{
	background-color:#e64333;
}
.box-modal-content .form-tab{
	margin:0;
}
.box-modal-content .form-cell{
	width:auto;
	margin:0 0 20px;
	float:none;
}
.more-block{
	padding:20px 0 0 0;
	text-align:center;
}
.more-block a{
	color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.more-block a:hover{
	text-decoration:underline;
}
/*------------style-old-site--------------*/
.catalog-top {
    overflow: hidden;
    padding: 70px 0 0;
}
.catalog-title {
	font-family: "Open Sans",sans-serif;
    font-size: 45px;
	line-height:47px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #000;
	text-align:center;
	display:block;
}
.inner {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
.types {
    font: 18px Arial, sans-serif;
    margin: 0 auto 60px;
    width: 480px;
}
.type-title {
    color: #4d4d4d;
    float: left;
}
.holder {
    overflow: hidden;
}
#tp_mat a{
	color:#000;
	text-decoration:none;
}
#tp_mat a:hover{
	color:#0071bc;
}
.types.types-head a{
	color:#000;
	text-decoration:none;
}
.types.types-head a:hover{
	color:#0071bc;
}
.types a {
    color: #0071bc;
    float: left;
    margin: 0 0 10px 3px;
}
.catalog {
	padding:0;
	margin:0 0 30px;
    /*margin: -90px 0 30px;
    padding: 90px 0 0;*/
    position: relative;
}
.inform-cell{
	font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.catalog-box-title {
    color: #000;
    display: block;
    font: 30px "Open Sans",sans-serif;
    margin: 23px 0 0;
    text-align: center;
    text-transform: uppercase;
	font-weight:bold;
}
.catalog-box-title a{
	color: #000;
	text-decoration:none;
}
.catalog-box-title a:hover{
	text-decoration:underline;
}
.catalog-amount {
    color: #4d4d4d;
    display: block;
    font: 18px Arial, sans-serif;
    position: relative;
    text-align: center;
}
.arrow-img {
    bottom: -51px;
    left: 48.5%;
    position: absolute;
    z-index: 90;
}
.image-box {
    float: left;
    margin: 0;
    width: 50%;
}
.image-content {
    height: 268px;
    overflow: hidden;
    position: relative;
}
.image-content, .image-content .image-detail {
    transform: scale(1);
}
/* effect */
.view {
 width: 50%;
 float: left;
 overflow: hidden;
 position: relative;
 text-align: center;
 box-shadow: 1px 1px 2px #e6e6e6;
 cursor: pointer;
}
/* parallax */
.fly {
	opacity: 0;
	transition: transform 600ms ease-in-out, opacity 600ms ease-in-out 300ms;
	transform:translateY(100px) scale(1.05);
}
.show-block {
	opacity: 1;
	transform:translateY(0) scale(1) translate3d(0, 0, 0);
}
.show-block .flex-direction-nav{
	display:none;
}
.image-content .button {
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translate(0px, -100%);
    width: 100%;
    z-index: 999;
}
.button {
    cursor: pointer;
    height: 100%;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.button .holder {
	background: url(/images/lines.png) repeat-x 0 74px;
	overflow: hidden;
	height: 100%;
}
.btn-title {
	display: block;
	margin: 100px 0 0 0;
	text-align: center;
	font: 25px "Open Sans",sans-serif;
	color: #fff;
}
.view .mask, .view .content {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.view-third .mask {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transform: translate(460px, -600px) rotate(180deg);
   /* transition: all 0.2s ease-in-out 0.4s;*/
	transition:none;
}
.view span.btn-title {
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.view-third span.btn-title {
    transform: translateY(-300px);
    /*transition: all 0.5s ease-in-out 0s;*/
	transition:none;
}
.view-third:hover .mask {
	opacity:1;
	background: url(/images/box-hov.png) ;
	overflow: hidden;
	height: 100%;
	transition-delay: 0s;
	transform: translate(0px, 0px);
}
.view-third:hover .mask .holder {
	background: url(/images/lines.png) repeat-x 0 74px;
	height: 100%;
	overflow: hidden;
}
.view-third:hover span.btn-title {
 transform: translateY(0px);
 transition-delay: 0.5s;
}
.view-third:hover span.btn-text {
 transform: translateX(0px) rotate(0deg);
 transition-delay: 0.4s;
}
/*------------/style-old-site--------------*/

@media screen and (max-width: 1199px) {
	.main-wrapper, footer{ width:1200px; margin:0 auto;}
	footer{ margin:-160px auto 0;}
	.header-fix{ position:relative;}
}

.nav.navbar.pull-left a {
    /*font-family: fregat;*/
}

/*------------banner-inner--------------*/
.banner-inner .form-banner{
	top: -30px;
	right: 95px;
}
.banner-inner .garant-icon{
	top: 110px;
	left: -30px;
}
.banner-inner .banner-title{
	padding: 0 20px 0 165px;
}
.slogan-title{
	top: 200px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    line-height: 31px;
    margin: 0 0 35px;
    position: absolute;
    right: 90px;
    text-align: left;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    width: 430px;
}
.banner-inner .banner-slogan{
	top: 0;
    left: 110px;
    width: auto;
    position: relative;
}
.banner-inner .banner-content{
/*height: 420px;*/
}
.advantages{
	padding: 60px 0 0 0;
}
.advant-list{
	margin: 0;
	padding: 0;
	text-align: center;
}
.advant-list li{
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin: 0 45px 45px;
	font-weight: bold;
}
.advant-list li img{
	display: block;
	margin: 0 auto 10px;
}
.advant-list li b{
	font-weight: bold;
}
.advant-list li .col{
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
}
.text-box{
	padding: 0px 0 20px 0;
}
.text-box .title{
	margin: 0 0 30px;
}
.text-box p{
	text-align: justify;
	margin: 0 0 25px;
}
.pay-box{
	padding: 55px 0 20px 0;
}
.pay-box h3{
	font-size: 20px;
	line-height: 24px;
	color: #e74c3c;
	font-weight: bold;
	margin: 0 0 35px;
}
.pay-list{
	margin: 0;
	padding: 0;
	text-align: center;
}
.pay-list li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 28px;
	color: #2c3e50;
	font-weight: bold;
	text-align: center;
	margin: 0 20px;
}
.pay-list li p{
	margin: 0 0 25px;
}
.pay-list li img{
	display: block;
	margin: 0 auto 20px;
	border-radius: 50%;
	overflow: hidden;
	border:3px solid #fff;
	width: 186px;
}
.title-line{
	font-size: 35px;
	line-height: 37px;
	position: relative;
	font-weight: bold;
	margin: 30px 0 40px;
}
.title-line:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 1px;
	background-color: #e74c3c;
	right: 0;
	z-index: 1;
}
.title-line span{
	display: inline-block;
	padding: 0 40px;
	position: relative;
	z-index: 3;
	background-image:url(../img/body-bg.png);
	background-repeat:repeat;
	background-position:0 0;
}
.title-line-white:after{
	background-color: #e74c3c;
}
.title-line-white span{
	background-image: none;
	background-color: #eaeeef;
}
.catalog-info-box{
	position: relative;
	padding: 0 0 25px;
	border-bottom: 1px solid #e74c3c;
	margin: 0 0 35px;
	z-index: 1;
}
.catalog-col{
	width: 150px;
	position: absolute;
	top: 165px;
	left: 0;
	z-index: 1;
	font-style: 20px;
	line-height: 24px;
	font-weight: bold;
}
.catalog-col h2{
	font-size: 54px;
	line-height: 56px;
	font-weight: bold;
	margin: 0 0 15px;
	font-weight: bold;
	color: #e74c3c;
}
.catalog-list-box{
	position: relative;
	margin: 0 0 0 220px;
}
.catalog-list-box:after{
	content: "";
	background-image:url(../temp/material-pattern.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position: absolute;
	top: 86px;
	left: -62px;
	z-index: 3;
	width: 52px;
	height: 298px;
}
.list-inner{
	margin: 0;
	padding: 0;
}
.list-inner li{
	width: 132px;
	float: left;
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #2c3e50;
	font-weight: bold;
	list-style-type: none;
	height: 270px;
	margin: 0 0 20px;
	padding: 205px 0 0 0;
}
.list-inner li p{
	margin: 0;
	position: absolute;
	top: 205px;
	left: 0;
	right: 0;
	width: 188px;
	text-align: center;
	transition: all ease-in-out .2s;
}
.list-inner li:nth-child(2) img{
	z-index: 2;
}
.list-inner li:nth-child(3) img{
	z-index: 3;
}
.list-inner li:nth-child(4) img{
	z-index: 4;
}
.list-inner li:nth-child(5) img{
	z-index: 5;
}
.list-inner li:nth-child(6) img{
	z-index: 6;
}
.list-inner li:nth-child(7) img{
	z-index: 7;
}
.list-inner li img{
	display: block;
	border-radius: 50%;
	width: 188px;
	border:3px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-shadow: 0 3px 3px rgba(211,210,210,.7);
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}
.list-inner li img:hover{
	z-index: 10;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: 0 5px 5px rgba(211,210,210,1);
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}
.list-inner li img:hover + p{
	color: #e74c3c;
}
.services-box{
	background-color: #eaeeef;
	padding: 40px 0 35px;
}
.services-box-list{
	margin: 0;
	padding: 0;
	text-align: center;
}
.services-box-list li{
	display: inline-block;
	vertical-align: top;
	width: 225px;
	text-align: center;
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0 5px;
}
.services-box-list li h3{
	font-weight: bold;
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.services-box-list li p{
	margin: 0 0 25px;
}
.services-box-list li img{
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
	overflow: hidden;
	border:3px solid #fff;
}
/*------------/banner-inner--------------*/
.tab-inner tr td{
	padding: 10px;
}
/*------------table-holder--------------*/
.table-holder {
	border: 1px solid #fff;
	overflow: hidden;
	margin: 0 0 0 0;
width:100%;
}
.table-holder .table {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	overflow: hidden;
width:100%;
display:table;
}
.table-box {
	display:table-cell;
	vertical-align:top;
	#width:200px;
	/*float: left;*/
	border-right: 1px solid #fff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
/*max-width:205px;
min-width:170px;*/
}
.table-holder .table .material, .table-holder .table .items{
	width:auto;
}
.table .table-box:first-child {
	border-left: none;
}
.table-box .items:first-child {
	border-bottom: 2px solid #c9cacc;
	background: #999999;
}
.table-box .items:first-child span {
	color: #fff;
}
.items {
	width: 184px;
	height: 65px;
	padding: 22px 0 0 21px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.category-title {
	text-decoration: none;
	color: #fff;
	padding: 13px 18px 0 0;
	background: url(/images/help-ico.gif) no-repeat 100% 0;
}
.category-title strong {
	border-bottom: 1px dashed #fff;
	font-weight: normal;
}
.category-title strong:hover {
	border-bottom: 1px solid #999999;
}
.category-title:hover {
	text-decoration: none;
}
.items span {
	font-weight:600;
	/*font: 18px 'forumregular', sans-serif;*/
	display: block;
	//color: #333333;
	color:#222222;
	font-family:Arial, sans-serif;
	font-size:15px;
	line-height:19px;
}
.color-line {
	background: #f2f2f2;
}
.material {
	text-align: center;
	padding-left: 0;
	width: 206px;
}
.category {
	text-align: center;
	padding-left: 0;
/*width: 177px;*/
width:100%;
}
.help {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	width:15px;
	height:15px;
	background: url(/images/help-ico.gif) no-repeat;
}
.header-buttons {
	margin:10px 15px 0 0;
	float: right;
}
.phone-header {
	font: 24px/26px 'yeseva_oneregular', sans-serif;
	color: #fff;
	display: block;
}
#navigation .header-buttons a {
display: none;
}
.header-buttons a {
	font: 16px/21px 'yeseva_oneregular', sans-serif;
	color: #fff;
	display: block;
	text-align: right;
}
.header-buttons a:hover {
	text-decoration: underline;
}
.shadow {
	position:fixed;
	width:100%;
	height:100%;
	background: url(/images/shadow-up.png);
	z-index:2001;
	left:0;
	top:0;
}
.help-box {
	width: 410px;
	-moz-box-shadow: 0 0px 7px 0 #000;
	-webkit-box-shadow: 0 0px 7px 0 #000;
	box-shadow: 0 0px 7px 0 #000;
	behavior: url(PIE.htc);
	display: none;
	position: absolute;
	top: 15%;
	z-index: 2005;
	background: #fff;
	left: 50%;
	margin: 0 0 0 -205px;
}
.help-title {
	display: block;
	font: 30px "Open Sans",sans-serif;
	color: #000;
	margin: 0 0 18px 0;
	font-weight: 700;
}
.help-text {
	display: block;
	font: 18px/24px Arial, sans-serif;
	color: #333333;
}
.help-box .holder {
	padding: 34px 30px 46px 33px;
	position: relative;
	z-index: 2005;
}
.help-close {
	position: absolute;
	background: url(/images/close.png) no-repeat;
	width: 13px;
	height: 14px;
	top: 10px;
	right: 13px;
}
/*------------advantages-materials-box--------------*/
.advantages-materials-box{
	background-color:#eaeeef;
	padding: 45px 0 10px 0;
}
.advantages-materials-box h2{
	text-align: center;
}
.advant-list-box{
	margin: 0;
	padding: 0;
	display: table;
	font-size: 0;
	width: 100%;
}
.advant-list-box li{
	list-style-type: none;
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-align: center;
	padding: 0 0 30px;
}
.advant-list-box li .img{
	width: 190px;
	height: 190px;
	border-radius: 50%;
	border: 5px solid #fff;
	overflow: hidden;
	margin: 0 auto 10px;
}
.advant-list-box li .img img{
	display: block;
	max-width: 100%;
}
.advant-list-box li h3{
	position: relative;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
}
.advant-list-box li h3:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 54px;
	height: 1px;
	z-index: 2;
	background-color: #ff0000;
	margin: 0 0 0 -27px;
}
.red-text{
	color: #ff0000;
}
.work-inner-box{
	padding: 35px 0 20px 0;
}
.work-inner-box h2{
	text-align: center;
	margin: 0 0 40px;
}
.gallery-list{
	margin: 0 -13px;
	padding: 0;
}
.gallery-list li{
	list-style-type: none;
	float: left;
	width: 50%;
	padding: 0 13px 26px;
}
.gallery-list li img{
	display: block;
	width: 100%;
	border-radius: 8px;
}
.sale-box-inner{
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 35px;
}
.sale-box-inner h2{
	margin: 0 0 10px;
}
.more-info-box{
	padding: 0 0 20px;
}
.more-info-box .inner{
	border-top: 1px solid #ff0000;
	padding: 30px 0 0 0;
	width: auto;
}
.more-info-list{
	margin: 0;
	padding: 0;
}
.more-info-list li{
	float: left;
	width: 33.3%;
	text-align: center;
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 30px;
}
.more-info-list li .img{
	width: 210px;
	height: 210px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #eaeeef;
	margin: 0 auto 20px;
}
.more-info-list li .img img{
	max-width: 100%;
	display: block;
}
.more-info-list li h3{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 10px;
}

/* 23.01.2017 */
.upholstery-box {
    margin: 30px 0;
    font-size: 18px;
    overflow: hidden;
    font-family: 'Arial';
}
.upholstery-title {
    font-size: 30px;
    font-family: 'Arial';
    font-weight: bold;
    margin: 0 0 35px 0;
    display:block;
}
.upholstery-box p {
    margin: 0 0 22px 0;
    line-height: 24px;
}
.right-box {
    float: right;
    width:517px;
    margin: 0 0 0 60px;
}
.upholstery-box ul {
    list-style: disc;
    margin: 0 0 30px 0;
}
.upholstery-box ul li {
    padding: 0 0 0 20px;
    margin: 7px 0 0 17px;
}
.upholstery-box ul li:first-child {
    margin: 0 0 0 17px;
}
.upholstrey-img {
    overflow: hidden;
    margin: 0 0 27px 0;
}
.upholstrey-img img {
    float: left;
}
.upholstrey-img img:last-child {
    float: right;
}
.upholstery-discount {margin: 0 0 30px 0;}
.upholstery-discount .upholstery-title {
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ff0000;
}
.upholstery-discount ul {
	list-style:none;
	margin:0;
	padding:0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
    align-content: center;
    text-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.upholstery-discount ul li {
    width:265px;
}
.discount-img {
    position: relative;
    width:211px;
    height: 211px;
    margin: 0 auto 20px;
}
.discount-img span {
    position: absolute;
    line-height: 120px;
    display: block;
    font-size: 120px;
    font-family: 'Arial';
    font-weight: bold;
    color: #e74c3c;
    right: 30px;
    bottom: 0;
}
.discount-text {
    display: block;
    font-size: 18px;
    text-align: center;
}
.discount-text span {
    color: #e74c3c;
}
.content-inner .form-sale-block.form-sale-wide {
	margin: 0 -9999px 50px;
	padding: 30px 9999px;
}

.button__fixed{
    width: 75px;
    height: 75px;
    background: #E80000;
    border-radius: 50%; border-color:#CCC; border-style:solid; border-width: medium;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 500000;
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.button__fixed:hover{
    cursor: pointer;
}

.button__fixed i{
    position: relative;
    top: 12.5px;
}
