@charset "UTF-8";  
@font-face{
    font-family: 'magistralcregular';
    src: url('../fonts/magistralc.eot');
    src: url('../fonts/magistralc.eot?#iefix') format('embedded-opentype'),
         url('../fonts/magistralc.woff') format('woff'),
         url('../fonts/magistralc.ttf') format('truetype'),
         url('../fonts/magistralc.svg#magistralcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'uni_sansthin_caps';
    src: url('../fonts/unisansthincaps.eot');
    src: url('../fonts/unisansthincaps.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unisansthincaps.woff') format('woff'),
         url('../fonts/unisansthincaps.ttf') format('truetype'),
         url('../fonts/unisansthincaps.svg#uni_sansthin_caps') format('svg');
    font-weight: normal;
    font-style: normal;
}
.magistral{
    font-family: 'magistralcregular';
}
.unisans{
    font-family: 'uni_sansthin_caps';
}
/* 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;
}
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;
}
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{
	color: #767370;
}
::-moz-input-placeholder{
	color: #767370;
}
:-moz-input-placeholder{
	color: #767370;
}
:-ms-input-placeholder{
	color: #767370;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}
label{
	font-size: 12px;
}
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: inline-block;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0 6px;
	font-size: 12px;
	color: #000;
	border: solid 1px #ccc;
	background: #fff url('../images/blank.png') no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
textarea{
	padding: 3px 6px;
	height: 94px;
	resize: none;
}
.error{
	color: #c9252c;
	font-weight: bold;
	border-color: #c9252c;
	background: #fff url('../images/error.png') no-repeat right 4px center !important;
}
textarea,
textarea.error{
	background-position: right 3px;
	background-position: right 4px top 3px !important;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	border: 0 none;
	border-top: solid 1px #000;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.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;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
.plaintext h2,
.plaintext h3{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 113%;
	color: #171615;
}
.plaintext a{
	color: #32a7de;
}
.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 li,
.plaintext ul li{
	padding: 3px 0 0;
}
.plaintext ol li:first-child,
.plaintext ul li:first-child{
	padding: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .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 */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 10px;
	margin-left: 500px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#up2top:hover{
	opacity: 0.75;
	filter: none;
    -webkit-filter: none;
}
#wrapper{
	overflow: hidden;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #e5e5e5;
}
.inside{
	width: 960px;
	margin: 0 auto;
}
.fa{
	font-size: 3em;
}
/* header */
header{
	color: #fff;
	background: #699;
}
.desktop header{
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}
header .top{
	padding-top: 19px;
	padding-bottom: 10px;
}
header .top .title{
	margin: 11px 0;
	font-size: 22px;
}
header .top .title .uppercase{
	margin-right: 13px;
	font-size: 28px;
	vertical-align: middle;
}
header .contacts{
	width: 316px;
	margin: 0 0 1px;
}
header .contacts .left li{
	padding-left: 36px;
}
header .contacts .fa:before{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
header .contacts a:hover .fa:before{
	color: #000;	
}
header .contacts .left .fa{
	position: absolute;
	left: 0;
}
header .contacts .phone .fa{
	margin-top: -12px;
}
header .contacts .email .fa{
	margin-top: -3px;
}
header .contacts .phone{
	margin: 0 0 21px;
}
header .phone a{
	text-decoration: none;
}
header .fa-mobile{
	font-size: 36px;
}
.info .fa-mobile{
	font-size: 45px;
}
header .contacts .right{
	text-align: right;
}
header .contacts .lang{
	margin: -2px 0 21px;
}
header .contacts .lang a{
	margin-left: 13px;
	text-decoration: none;
}
header .contacts .lang a.active,
header .contacts .lang a:hover{
	text-decoration: underline;
}
header .contacts .lang a.active{
	cursor: default;
}
header .fa-envelope,
header .fa-instagram{
	font-size: 21px;
}
.info .fa-envelope{
	font-size: 26px;
}
.info .fa-instagram{
	font-size: 31px;
}
header .fa-facebook{
	font-size: 19px;
}
.info .fa-facebook{
	font-size: 28px;
}
header .contacts .soc a{
	margin-left: 28px;
	text-decoration: none;
}
header .contacts .soc a:first-child,
header .contacts .lang a:first-child{
	margin-left: 0;
}
.nav-box{
	height: 39px;
}
.nav{
	height: 39px;
	white-space: nowrap;
	background: #000;
}
.nav.fixed{
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}
.nav .td{
	width: 1000px;
}
.nav .td:first-child,
.nav .td:last-child{
	width: 500px;
	text-align: left;
}
.nav .td:last-child{
	text-align: right;
}
.nav a{
	display: inline-block;
	padding: 12px 4px;
	text-decoration: none;
}
.nav a:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 4px;
	content: ' ';
	background: #699;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.nav a:hover:after,
.nav .active a:after{
	left: 0;
	width: 100%;
}
.nav .active a{
	cursor: default;
}
/* header off */

/* content */
main{
	padding: 18px 0 8px;
}
.desktop main{
	padding-top: 142px;
}
.maingallery{
	padding: 0 30px;
}
#maingallery,
#maingallery li{
	overflow: hidden;
	width: 900px;
	height: 598px;
}
.publicgallery,
.videogallery{
	width: 960px;
	padding: 0 30px;
	margin: 0 0 0 -30px;
}
#publicgallery,
#publicgallery li{
	overflow: hidden;
	width: 960px;
	height: 636px;
}
#videogallery{
	overflow: hidden;
	width: 960px;
	height: 320px;
}
#videogallery li{
	overflow: hidden;
	width: 470px;
	height: 320px;
	margin: 0 10px;
}
.collage .position{
	position: absolute;
	overflow: hidden;
}
.collage .position-1,
.collage .position-6{
	width: 448px;
	height: 400px;
}
.collage .position-2,
.collage .position-3,
.collage .position-4,
.collage .position-5{
	width: 222px;
	height: 194px;
}
.collage .position-1{
	left: 0;
	top: 0;
}
.collage .position-2{
	left: 0;
	bottom: 0;
}
.collage .position-3{
	left: 226px;
	bottom: 0;
}
.collage .position-4{
	right: 226px;
	top: 0;
}
.collage .position-5{
	right: 0;
	top: 0;
}
.collage .position-6{
	right: 0;
	bottom: 0;
}
.collage .position img{
	max-height: none;
}
.over{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(102,153,153,0.85);
}
.collage .position:hover .over,
.collage .position.active .over{
	top: 0;
}
.over .table{
	height: 100%;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 17px;
	height: 30px;
	margin: -15px 0 0;
}
#video-prev,
#video-next{
	top: 43%;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
}
.slider-nav img:first-child{
	margin: 1px 0 0;
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.slider-nav img:last-child{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.slider-nav:hover img:last-child{
	opacity: 1;
}
.brands{
	overflow: hidden;
	margin: 15px 0 20px;
	padding: 0 30px 55px 0;
	text-align: justify;
}
.brands:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	content: ' ';
	background: url('../images/gradient.png') repeat-x left bottom;
}
.brands ul.ul_height{
	margin-bottom: -25px;
}
.brands li{
	margin: 0 0 0 30px;
	height: 35px;
}
.brands img{
	cursor: pointer;
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.brands img:hover{
	opacity: 1;
	filter: none;
    -webkit-filter: none;
}
.show-more{
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: 0;
}
.show-more.rotate{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.page-section{
	margin: 0 0 30px;
}
.page-section.maingallery{
	margin: 0;
}
.section-title{
	height: 60px;
	margin: 0 0 30px;
}
.section-title .td{
	width: 1000px;
	text-align: justify;
}
.section-title .td:first-child{
	width: 0;
	font-size: 40px;
	white-space: nowrap;
	padding-right: 27px;
}
.section-title .td:last-child{
	padding: 0 18px;
	background: #dcdbdb;
}
.page-section.active .section-title .td:last-child{
	color: #fff;
	background: #699;
}
#about.page-section .section-title .td:last-child,
#about.page-section.active .section-title .td:last-child{
	position: relative;
	background: none;
}
#about.page-section .section-title .td:last-child:after{
	position: absolute;
	left: 0;
	bottom: 19px;
	width: 100%;
	height: 0;
	content: ' ';
	border-bottom: solid 1px #bfbfbf;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
#about.page-section.active .section-title .td:last-child:after{
	border-bottom-color: #699;
}
.section-title .td > *{
	vertical-align: middle;
}
.section-title .fa{
	margin-right: 27px;
	font-size: 50px;
	color: #bfbfbf;
}
.page-section.active .section-title .fa{
	color: #699;
}
.video-title{
	margin: 12px 0 0;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
}
.video-title:after{
	display: inline-block;
	width: 960px;
	height: 4px;
	margin-left: 15px;
	content: ' ';
	background: #699;
}
.prices-ul li{
	width: 270px;
	height: 190px;
	margin: 0 0 0 30px;
	padding: 15px;
	background: #dcdbdb;
}
.prices-ul li:first-child{
	margin: 0;
}
.prices-ul li:last-child{
	margin-right: -30px;
}
.prices-ul li:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 8px;
	content: ' ';
	background: #699;
}
.prices-ul li.min:after{
	width: 33%;
}
.prices-ul li.med:after{
	width: 50%;
}
.prices-ul li.max:after{
	width: 100%;
}
.prices-ul .title{
	margin: 0 0 4px;
	font-size: 29px;
	color: #699;
}
.prices-ul .desc{
	text-align: justify;
}
.prices-ul .price{
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 94px;
	color: #699;
}
.prices-ul .price .currency{
	position: absolute;
	right: 14px;
	top: 46px;
	font-size: 16px;
}
#about.page-section{
	margin: 0;
}
.info{
	width: 508px;
	height: 330px;
}
.info .txt{
	width: 308px;
	padding: 50px 0 0;
}
.info .txt .title{
	margin: 0 5px 15px;
	font-size: 24px;
}
.info .txt hr{
	margin: 0 0 15px;
}
.info .txt p{
	margin: 0 5px;
}
.info .fa{
	color: #a4a3a3;
}
.info a:hover .fa{
	color: #699;
}
.info .fa:before{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.info-table{
	width: 100%;
	table-layout: fixed;
}
.info-table td{
	padding-top: 30px;
}
.info-table td,
.info-table td > *{
	vertical-align: middle;
}
.info-table td:first-child{
	padding-left: 40px;
}
.info-table td:first-child .fa{
	position: absolute;
	left: 0;
	line-height: 100%;
}
.info-table td.phone .fa{
	left: 4px;
	bottom: -8px;
}
.info-table td.email .fa{
	bottom: 2px;
}
.info-table td:last-child{
	width: 26px;
	text-align: center;
}
.info-table td.phone a{
	text-decoration: none;
}
.form{
	width: 356px;
	height: 300px;
	padding: 30px 20px 0;
	color: #fff;
	background: #699;
}
.form .title{
	margin: 0 0 30px;
}
.form table{
	width: 100%;
}
.form table td{
	vertical-align: top;
	padding-top: 11px;
	width: 1000px;
}
.form table td:first-child{
	width: 0;
	padding-top: 14px;
	padding-right: 20px;
	white-space: nowrap;
}
.form table td[colspan]{
	padding-top: 20px;
	padding-right: 0;
	text-align: right;
}
.form input[type='submit']{
	color: #fff;
	border: 0 none;
	background: none;
}
.form input[type='submit']:hover{
	text-decoration: underline;
}
.after-send{
	display: none;
	height: 300px;
	font-size: 20px;
}
.thanks-title{
	margin: 0 0 10px;
	font-size: 52px;
}
/* content off */

/* footer */
footer{
	min-width: 960px;
	height: 8px;
	margin: -8px 0 0;
	background: #699;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}















/* eof */
