@charset "UTF-8";
@font-face{
    font-family: 'GothamPro';
    src: url('../fonts/gothaprolig.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'GothamPro';
    src: url('../fonts/gothaproreg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'GothamPro';
    src: url('../fonts/gothapromed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'GothamPro';
    src: url('../fonts/gothaprobol.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Exo';
    src: url('../fonts/exo2-regularcondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.font{
    font-family: 'BebasNeueRegular';
    font-weight: normal;
    font-style: normal;
}
.exo{
    font-family: 'Exo';
    font-weight: normal;
    font-style: normal;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
::-moz-input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
:-moz-input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
:-ms-input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
:input-placeholder{
	opacity: 0.4;
	color: inherit;
	transition: 0.4s ease all;
}
:focus::-webkit-input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus::-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:-ms-input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	cursor: pointer;
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a[href^='tel'],
a.noline{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 16px 'GothamPro', Tahoma, Ubuntu, sans-serif;
	color: #000;
	background: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: normal;
	color: #3f3f3f;
	text-align: left;
	border: solid 1px #a9a9a9;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: none !important;
	transition: 0.4s ease all;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 15px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	border-color: #0079c3;
}
textarea{
	height: 100px;
	padding: 10px;
	text-align: left;
	resize: none;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.error{
	color: #f00 !important;
	border-color: #f00 !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 48px;	   
	margin: 0;
	padding: 13px 28px;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 0 none;
	background: #ff9e5d;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: none !important;
	transition: 0.4s ease all;
}
.button:hover{
	background: #c6aa67;
}
.button:focus{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.button:active{
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.button[disabled]{
	background: #ccc;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	font-size: 14px;
	vertical-align: -5px;
	border: solid 1px #9f9f9e;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
}
input[type='radio']+.input{
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -6px;
	content: '▪';
	transition: 0.4s ease all;
}
input[type='radio']+.input:after{
	content: '•';
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.nobr{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	display: block;
	clear: both;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	transition: 0.4s ease all;
}
.circle{
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 20px 0;
	padding: 0;
	border: solid 1px rgba(255,255,255,0.16);
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.title,
#about h1{
	margin: 0 0 32px;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px;
}
#about .title{
	margin-top: 20px;
	margin-left: 104px;
	text-align: left;
	color: #613919;
}
.plaintext h1:before,
.plaintext h2:before,
.title:before{
	margin: 0 10px 0 -10px;
	content: url('../images/before.png');
}
.plaintext h1:after,
.plaintext h2:after,
.title:after{
	content: url('../images/after.png');
}
#about .title:before,
#about .title:after{
	content: none;
}
.plaintext h1 .inline-block,
.plaintext h2 .inline-block,
.title .inline-block{
	vertical-align: top;
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a,
a.link{
	color: #ff9e5d;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
table.table{
	margin: 0 0 20px;
	table-layout: fixed;
}
table.table th{
	padding: 10px 20px;
	color: #898888;
	font-size: 12px;
	font-weight: normal;
}
table.table td{
	width: 20%;
	padding: 10px 20px;
	text-align: center;
	vertical-align: top;
}
table.table tr:nth-child(odd) td{
	background: #f3f7f9;
}
table.table th:first-child,
table.table td:first-child{
	width: 40%;
	text-align: left;
	border-radius: 5px 0 0 5px;
}
table.table td:last-child{
	border-radius: 0 5px 5px 0;
}
table.table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */
.white{
	color: #fff !important;
}
.blue{
	color: #abdaff !important;
}
.orange{
	color: #ff9e5d !important;
}

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 20px;
	margin-left: 77.5px;
	-webkit-transform: translate(0);
	transition: 0.4s ease opacity;
}
#up2top:hover{
	opacity: 1;
}
#wrapper{
	overflow: hidden;
	min-width: 1260px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
	width: 980px;
	margin: 0 auto;
}
header .inside,
footer .inside{
	width: 144px;
}
.left-part{
	position: absolute;
	width: 200px;
	height: 100%;
	background: #3f4a5c;
}
.logo{
	margin: 0 0 20px;
	font-size: 21px;
	letter-spacing: -0.4px;
}
.logo figcaption{
	margin: 20px 0 0;
}
fieldset{
	margin: 0 0 20px;
	padding: 0 10px 10px;
	font-size: 14px;
	border: solid 1px rgba(255,255,255,0.16);
}
legend{
	margin: 0 auto;
	padding: 0 2px 0 6px;
	letter-spacing: 4px;
	color: rgba(255,255,255,0.16);
}
fieldset div{
	margin: 8px 0 0;
}
.callback{
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: dashed 1px #ff9e5d;
}
.callback:hover{
	border-bottom-color: transparent;
}
.slides,
.nav{
	padding: 6px 0;
	font-size: 20px;
}
.nav{
	color: #b8dffe;
}
[data-slide]{
	cursor: pointer;
}
[data-slide].active{
	cursor: default;
}
.slides li:not(:first-child),
.nav li:not(:first-child){
	margin: 16px 0 0;
}
.slides [data-slide]:hover,
.nav a:hover{
	color: #ff9e5d;
}
.slides [data-slide].active{
	color: #abdaff;
}
.nav a{
	text-decoration: none;
}
/* header */
header,
footer{
	padding: 18px 0;
}
/* header off */
/* footer */
footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	letter-spacing: -0.4px;
}
/* footer off */

/* content */
.content{
	margin: 0 0 0 200px;
}
.section{
	padding: 40px 0 76px;
}
#prices{
	background: #d0deba url('../images/shadow.png') no-repeat center bottom 16px/*, url('../images/pattern.png')*/;
}
#prices table{
	display: inline-table;
	font-size: 15px;
	background: #fff;
}
#prices table th{
	font-weight: 500;
}
#prices table th,
#prices table td{
	padding: 14px 20px;
}
#prices table th:first-child,
#prices table td:first-child{
	text-align: left;
	padding-left: 44px;
}
#prices table th:last-child,
#prices table td:last-child{
	padding-right: 44px;
}
#prices table thead th{
	font-size: 16px;
	white-space: nowrap;
	background: #edf6dd;
}
#prices table tbody th,
#prices table tbody td{
	border-top: solid 1px #dbe9c3;
	border-left: solid 1px #dbe9c3;
}
#prices table tbody th{
	border-left: 0 none;
}
#prices table tbody tr:first-child th,
#prices table tbody tr:first-child td{
	border-top: 0 none;
}
#examples{
	background: #eaf8fe;
}
#about{
	padding-bottom: 40px;
	background: url('../images/cup.png') no-repeat center -20px;
}
.ul li{
	max-width: 270px;
	margin: 0 0 20px 200px;
	list-style-image: url('../images/li.png');
}
.certificates{
	max-width: 507px;
	margin-right: 12px;
}
.certificates li{
	width: 134px;
	height: 181px;
	margin: 0 -35px -35px 0;
	padding: 12px 35px 66px;
	background: url('../images/frame.png') no-repeat center top;
}
#works{
	background: url('../images/pattern2.png');
}
#contacts{
	height: 400px;
}
#ymap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#contacts .inside{
	pointer-events: none;
}
#contacts .title{
	margin: 0;
}
#contacts .title .inline-block,
#contacts .win .inner{
	pointer-events: all;
}
#contacts .win{
	width: 236px;
	margin: 0 0 -82px;
	padding: 0 42px 82px 19px;
	font-size: 14px;
	color: #21353e;
	background: url('../images/win.png') no-repeat left bottom;
}
#contacts .win .inner{
	padding: 24px 18px 0;
}
#contacts .win h3{
	margin: 0 0 10px;
	font-size: 20px;
	letter-spacing: 5px;
	color: #707b8d;
}
#contacts .win p{
	line-height: 1.5;
	margin: 0 0 24px;
}
.black-bar{
	display: block;
	padding: 12px 14px 6px;
	font-size: 12px;
	letter-spacing: 0.6px;
	text-decoration: none;
	background: #000;
}
.black-bar:hover{
	background: #3f4a5c;
}
.black-bar .big{
	display: block;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 7px;
}
/* content off */

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}

/* slider */
.slider-box{
	overflow: hidden;
	background: url('../images/ajax-loader.gif') no-repeat center center;
}
.slider-box li{
	opacity: 0;
}
.mainslider{
	padding: 25px 0 10px;
	background: url('../images/grass.png') no-repeat center 35px, url('../images/bg-wood.jpg');
}
.itemslider{
	margin: 0 -68px;
	padding: 0 68px;
}
#slider,
#item-slider,
#item-slider2{
	width: 99999px;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 74px;
}
.slider-nav.prev{
	margin-left: -558px;
}
.slider-nav.next{
	margin-left: 520px;
	-webkit-transform: scaleX(-1);
	-ms-transform: rotate(180deg);
	transform: scaleX(-1);
}
#prev-main.slider-nav,
#next-main.slider-nav{
	top: 50%;
	margin-top: -32px;
}
@media only screen and (max-width: 1340px){
	.itemslider{
		margin: 0 -40px;
		padding: 0 40px;
	}
	.slider-nav.prev{
		margin-left: -529px;
	}
	.slider-nav.next{
		margin-left: 491px;
	}
}
.slider-nav:hover{
	opacity: 0.75;
}
.slider-pager{
	position: absolute;
	top: -10000px;
}
#item-slider li,
#item-slider2 li{
	width: 300px;
	margin: 0 20px;
	font-size: 14px;
	font-weight: 500;
	color: #314360;
}
#item-slider figcaption,
#item-slider2 figcaption{
	padding: 10px 10px 0;
}
/* slider off */

/* popup */
.fancybox-lock{
	overflow: visible !important;
}
.fancybox-expand{
	display: block !important;
}
.popup,
.popup .fancybox-skin{
	border-radius: 5px;
}
.popup .fancybox-close{
	transition: 0.4s ease all;
}
.popup .fancybox-close:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.popup .fancybox-title{
    font-family: 'BebasNeueRegular';
	font-size: 16px;
	line-height: normal;
	text-align: center;
}
.form table{
	width: 100%;
}
.before-send tr:not(:first-child) td{
	padding-top: 20px;
}
.after-send{
	display: none;
}
.form{
	width: 666px;
	padding: 20px;
}
/* popup off */






























/* eof */