@import url("reset.css");
/* @group Общий стиль */
html,
body {
	width: 100%;
	height: 100%;	
	font: 16px 'Thahoma', sans-serif;
	background-color: #fff;
    padding: 0;
 	color: #5e5e5e; 	
}
body{overflow-x: hidden;} 
.h4{
   font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
a{cursor: pointer; color: #5e5e5e}
a:hover{
 text-decoration: none;
 color: #ccc
}
a.active, a:active, a:focus{
 color: #fe7124;
 text-decoration: none;
}
a.lang.active{
 font-weight: 600;
 color: #000;
}
img{max-width: 100%}
a, ul, li, img, .h3, .h2, div, .button, button, .more, .intro .cell-box.enter-form, .cell-box.title, .service .list, .intro .title, .intro .more-info, .nav-button div, nav, .m-body, .rubric-box .box{
	-webkit-transition:  0.4s ease;
    -moz-transition:  0.4s ease;
    -o-transition: 0.4s ease;
    transition:  0.4s ease;
}
.no-bg{
 background: none!important;
 padding-top: 0!important;
}
.box-top{
 position: relative;
}
::-webkit-input-placeholder {
  color: #bbb
}
::-moz-placeholder {
  color: #bbb
}
:-ms-input-placeholder {
  color: #bbb
}
:-moz-placeholder {
  color: #bbb
}
/*theme special Eldanis*/
.bt-50{
 margin-top: 50px;
}
.img-3d-box{
 -webkit-perspective: 800px;
 	perspective: 800px;
}
.img-3d{
 	-webkit-transition:  0s ease;
    -moz-transition:  0s ease;
    -o-transition: 0s ease;
    transition:  0s ease;
 	-webkit-transform: rotateY(0deg) scale(1.06);
    transform: rotateY(0deg) scale(1.06);
}
@font-face {
    font-family: 'Logo';
    src: local('Logo'), url('../fonts/logo_2.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}
header{
 	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
header ul{
 	width: auto;
    display: inline-block;
}
header ul li{
    display: inline-block;
 	margin-left: 20px;
 	font: 16px "AleksandraC", sans-serif;
}
header .container{
 	width: 90%;
 	padding: 0;
}
nav{display: inline-block;}
.burger{
 	display: inline-block;
    margin-left: 20px;
    width: 28px;
    position: relative;
    top: 9px;
 	cursor: pointer;
}
header .top-nav{
 	padding: 20px 0 8px 0;
    border-bottom: 2px solid #fff;
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 2;
}
header.active .top-nav{
 	padding: 10px 0 8px 0;
 	border-bottom: 2px solid #eee;
}
.catalog-nav{
 	position: fixed;
    width: 350px;
    max-width: 100%;
    background: #fff;
    z-index: 1;
    right: -120%;
    height: 100%;
    padding: 150px 15px 15px 15px;
    top: 0;
}
.catalog-nav.active{
 	right: 0;
}
.catalog-nav ul li{
 	display: block;
}
.catalog-nav ul li a{
 	color: #333;
}
.catalog-nav ul li.active a, .catalog-nav ul li a:hover{
 	color: #fe7124;
}
.catalog-nav ul{
 	width: 100%;
}
.catalog-nav ul.top-ul{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.burger div{
 	height: 3px;
    margin: 5px 0;
    background: #5e5e5e;
 	position: relative;
}
.burger.active div:nth-child(1){
 	transform: rotateZ(45deg);
 	top: 8px;
}
.burger.active div:nth-child(2){
 	opacity: 0;
}
.burger.active div:nth-child(3){
 	transform: rotateZ(-45deg);
 	top: -8px;
}
.flex{
 	width: 100%;
 	height: 100%;
 	position: relative;
 	display: flex;
}
.flex-cell{
 	position: relative;
 	margin: auto;
 	z-index: 2;
 	max-width: 100%;
}
.shadow{
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(0,0,0,0.3);
 	z-index: 1;
}

.intro{
  height: 100%; 
  width: 90%; 
  padding: 100px 0;
  margin-right: auto;
  margin-left: auto;	
}
.intro .flex{
  background-color: #000;
  background-image: url('../images/intro-bg.jpg');
  background-size: cover;
}
.site-name{
 	font-family: 'Logo';
 	text-align: center;
    font-size: 176px;
    color: #fff;
 	cursor: default;
}
header .site-name{
 	color: #fe7124;
    font-size: 35px;
    float: left;
    position: relative;
    top: 2px;
}
.site-prof{
 	color: #eee;
 	text-align: center;
 	cursor: default;
}
.intro-3d{
 	position: absolute;
    z-index: 0;
    height: 100%;
    overflow: hidden;
    padding-left: 10%;
 	-webkit-perspective: 800px;
 	perspective: 800px;
 	width: 100%;
 	top: 0;
 	left: 0;
}
.intro-3d img{
 	height: 100%;
 	display: none;
 	-webkit-transition:  0s ease;
    -moz-transition:  0s ease;
    -o-transition: 0s ease;
    transition:  0s ease;
 	-webkit-transform: rotateY(0deg) scale(1.06);
    transform: rotateY(0deg) scale(1.06);
 	opacity: 0;
}
.intro-3d img:first-child{
 	display: block;
 	opacity: 1;
}
.photo{
 	border-right: 1px solid #ccc;
 	border-bottom: 1px solid #ccc;
 	text-align: right;
}
.photo img{
 	max-height: 444px;
}
.welcome .h1{
 	margin: 0 0 25px 0;
    padding-top: 0;
    text-align: left;
}
p{
 	/*text-align: justify;*/
    /*text-indent: 15px;*/
    line-height: 20px;
 	margin-bottom: 10px;
}
p img{
 	float: left;
 	margin: 10px 10px 10px 0;
 	max-width: 250px;
    max-height: 250px;
    height: auto;
    width: auto;
 	cursor: pointer;
}	
p a{
 	color: #fe7124;
}
button, .button{
    border: 2px solid #fe7124;
    background: none;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-top: 36px;
 	display: inline-block;
}
button:hover, .button:hover{
 	background: #fe7124;
 	color: #fff;
}
.about{
 	position: relative;
}
.about .img-dec{
 	position: absolute;
}
.about .img-dec.dec-1{
    left: 5%;
    top: 0;
}
.about .img-dec.dec-2{
    right: 5%;
    bottom: 0;
}
.catalog{ 	
 	background: #37363d;
 	margin-top: 100px;
 	padding: 100px 0
}
.category{
 	margin: 15px 0;
 	position: relative;
 	overflow: hidden;
}
.category:hover{
 	/*transform: scale(1.03);*/
}
.category img{
 	position: relative;
 	z-index: 1;
}
.category:hover img{
 	transform: scale(1.08);
 	-webkit-transition:  5.4s ease;
    -moz-transition:  5.4s ease;
    -o-transition: 5.4s ease;
    transition:  5.4s ease;
}
.category .h2{
 	color: #333;
    width: 100%;
    padding: 15px;
    margin: 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.category:hover .h2{
 	color: #fff;
    background-color: #fe7124;
}
.category a{
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}

.portfolio{
 	height: 80%;
    overflow: hidden;
 	position: relative;
 	-webkit-transition:  1s ease;
    -moz-transition:  1s ease;
    -o-transition: 1s ease;
    transition:  1s ease;
}
.portfolio .scroll{
 	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 80px;
 	-webkit-transition:  0s ease;
    -moz-transition:  0s ease;
    -o-transition: 0s ease;
    transition:  0s ease;
}
.portfolio .scroll:hover{
 	background: rgba(0,0,0,0.45);
}
.portfolio .gallery-home{
 	height: 100%;
}
.gallery-home img{
 	float: left;
}
.portfolio img:hover{
 	transform: scale(1.08);
 	z-index: 3;
 	border: 2px solid #fff;
}
.portfolio .more{
 	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}
.portfolio .more .more-box{
 	background: #fff;
}
.blox-box{
 	padding: 25px 0;
 	position: relative;
 	border-bottom: 2px solid #eee;
}
.blox-box .h2{
 	margin: 0 0 25px 0;
    text-align: left;
}
.blox-box .thumb{
 	position: relative;
 	height: 157px;
 	overflow: hidden;
}
.blox-box .thumb img{
 	min-width: 100%;
 	min-height: 100%;
}
.blox-box .thumb .more{
 	position: absolute;
 	z-index: 2;
 	background: rgba(254,113,36,0.9);
    opacity: 0;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
}
.blox-box .thumb:hover .more{
 	opacity: 1;
}
.blox-box .thumb .more a{
 	color: #fff;
}
.blox-box .thumb .more a i{
 	display: inline-block;
    border: 1px solid #fff;
    background: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 100;
}
.blox-box.home .row{
 	z-index: 1;
 	transform: scale(0);
 	position: absolute;
 	left: 0;
 	top: 25px;
}
.blox-box.home .row:nth-child(1){
 	transform: scale(1);
 	position: relative;
 	z-index: 2;
 	left: 0;
 	top: 0;
}
.blog-nav{
 	position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 10px;
    background: rgba(254,113,36,0.9);
    color: #fff;
    cursor: pointer;
 	opacity: 0;
}
.blox-box.home:hover .blog-nav{
 	opacity: 1;
}
.blox-box.home{
 	padding-bottom: 45px;
 	min-height: min-content;
}
.blox-box.blog{
 	border: none;
}
.blox-box.blog .row{
 	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.blog-nav.prev{
 	right: 55px;
}
.blog-nav.next{
 	right: 15px;
}
.blog-pages{
 	position: absolute;
 	bottom: 0;
 	left: 15px;
}
.blog-pages span{
	display: inline-block;
 	width: 10px;
 	height: 10px;
 	border: 1px solid #fe7124;
 	margin-right: 5px;
}
.blog-pages span.active{
 	background:  #fe7124;
}
.home-text-box{
 	margin-top: 75px;
}
.home-text-col{
 	padding: 0;
 	position: relative;
}
.home-text{
 	height: 350px;
 	padding: 15px 10px 15px 0;
 	overflow-y: scroll;
 	position: relative;
 	z-index: 1;
 
}
.lock-scroll{
 	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.home-text::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.home-text::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 1);
}
.home-text::-webkit-scrollbar-track {
    background: none;
}
.home-thumb{
 	height: 350px;
 	padding: 0;
 	text-align: right;
 	background-color: #000;
 	background-image: url('../images/home-thumb-bg.jpg');
 	background-size: cover;
 	overflow: hidden;
 	-webkit-perspective: 700px;
 	perspective: 700px;
}
.home-thumb img{
 	max-height: 100%;
 	-webkit-transform: rotateY(0deg) scale(1.06);
    transform: rotateY(0deg) scale(1.06);
 	-webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
 	-webkit-transition:  0s ease;
    -moz-transition:  0s ease;
    -o-transition: 0s ease;
    transition:  0s ease;
}
footer{
 	width: 100%;
 	background: #37363d;
 	padding: 50px 0 20px 0;
 	margin-top: 75px;
}
footer .info{
 	margin-bottom: 40px;
    color: #eee;
}
/*footer .info div:nth-child(1){
 	text-align: right;
}
footer .info div:nth-child(2){
 	text-align: left;
} */
.page.box-top{
 	margin-top: 72px;
    background-color: #000;
    background-image: url(../images/intro-bg.jpg);
    background-size: cover;
    padding: 0px 0 50px 0;
    position: relative;
 	margin-bottom: 75px;
 	overflow: hidden;
}
.page.box-top .page-3d{
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	left: 0;
 	top: 0;
 	text-align: center;
 	-webkit-perspective: 800px;
 	perspective: 800px;
 	overflow: hidden;
 	z-index: 1;
 	padding: 20px 0;
}

.page.box-top .page-3d img{
 	height: 100%;
 	-webkit-transition:  0s ease;
    -moz-transition:  0s ease;
    -o-transition: 0s ease;
    transition:  0s ease;
 	-webkit-transform: rotateY(0deg) scale(1.06);
    transform: rotateY(0deg) scale(1.06);
}
.page.box-top .container{
	position: relative;
 	z-index: 2;
}
.page.box-top .container .h1{
	color: #fff;
}
.path{
 	position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
    color: #aaa;
 	font-size: 14px;
}
.path a{
 	color: #aaa;
}
.path a:hover{
 	color: #fff;
}
.path a:after{
 	content: "\e258";
 	font-family: 'Glyphicons Halflings';
 	font-size: 10px;
    padding: 0 10px;
}
.post-content img.thumb{
 	max-width: 250px;
    float: left;
 	margin: 0 10px 10px 0;
}

.thumb-box{
 	text-align: center;
}
.thumb-box img{
 	max-width: 250px;
    max-height: 250px;
    height: auto;
    width: auto;
    margin: 10px;
 	cursor: pointer;
 	position: relative;
}

.zoom{
 	position: fixed;
 	top: 0;
 	left: 0;
 	background: rgba(50, 50, 50, .75);
 	z-index: 20;
 	display: none;
}
.zoom .flex-cell{
 	max-width: 90%;
 	max-height: 90%;
 	overflow: hidden;
 	z-index: 2;
 	position: static;
}
.zoom .close-box{
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 1;
}
.zoom .flex-cell .img{
 	background-color: #fff;
 	background-image: url('../images/loading.gif');
 	background-repeat: no-repeat;
 	background-position: center;
 	padding: 15px;
 	text-align: center;
 	min-width: 60px;
 	min-height: 60px;
 	
}
.zoom .flex-cell .img img{
 	max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.zoom .flex-cell .img-nav{
 	position: absolute;
    top: 50%;
    z-index: 3;
    padding: 20px;
    background: rgba(254,113,36,0.9);
    color: #fff;
    cursor: pointer;
    opacity: 0;
}
.zoom .flex-cell:hover .img-nav{
 	opacity: 1;
}
.zoom .flex-cell .img-nav.prev{
	left: 0;
}
.zoom .flex-cell .img-nav.next{
	right: 0;
}
.contacts div{
 	margin-bottom: 15px;
}
.contacts div i{
 	color: #fe7124;
 	margin-right: 10px;
}
.contacts div.name{
 	font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.order-top{
 	position: fixed;
 	top: 0;
 	left: 0;
 	background: rgba(50, 50, 50, .75);
 	z-index: 20;
 	display: none;
}
.order-top .close-box{
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 1;
}
.order-top .form{
    padding: 20px;
 	position: relative;
 	z-index: 2;
}
.order-top .h3{
 	text-align: center;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.order-top input, .order-top textarea{
	background: rgba(255,255,255,0.89);
    padding: 20px 10px;
    color: #333;
    display: inline-block;
    width: 357px;
    max-width: 100%;
    margin: 13px 0;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 2px;
}
.order-top textarea {
    height: 200px;
}
.order-top button{
    background: #fe7124;
    color: #fff;
}
.order-top input.err, .order-top textarea.err{
 	border-color: #fe7124;
}
.close-button{
 	position: absolute;
    top: 25px;
 	right: 25px;
    z-index: 3;
    padding: 10px;
    background: rgba(254,113,36,0.9);
    color: #fff;
    cursor: pointer;
}
.thumb-col{
    height: 260px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.thumb-col .thumb{
   width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 5px;
    
}
.thumb-col .thumb a{
 width: 100%;
 height: 100%;
}
.thumb-col .thumb img{
 /*min-width: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-col:hover .thumb{
 transform: scale(1.08);
}
.h1:first-child{
 margin-top: 0;
}
.page.box-top .h1{
 margin-top: 75px;
}
@media (max-width: 1200px){
 	.img-dec{
     	display: none
    }
}
@media (max-width: 767px){
 	h1, .h1{
     font-size: 43px!important;
    }
 	.catalog-nav{
     padding: 80px 15px 15px 15px;
    }
 	.home-thumb{
     margin-top: 25px;
    }
 	footer .info div:nth-child(1), footer .info div:nth-child(2), .copyright div{
     text-align: center;
     margin: 10px 0; 	
    }
 	p img{
     	float: none;
    	display: block;
    	margin: 10px auto;
    }
 	.welcome .h1, .blox-box .h2{
     	margin-top: 15px;
    }
 	.thumb-col{
    	height: 135px;
    }
 	.site-name{
     	font-size: 130px;
    }
}

/*.skiptranslate {
	display: none;
}*/

#translateWrap {
	float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    margin-left: 10px;
	margin-top: -7px;
}

#translateWrap a { 
	font-size: 18px;
    padding: 3px;
    color: #5e5e5e;
    margin-bottom: 3px;
	border-radius: 10px;
	border: 1px solid #5e5e5e;
	
}


#translateWrap a.active { 
	font-size: 18px;
    background: #fe7124;
    padding: 3px;
    color: #fff;
    margin-bottom: 3px;
    border: 1px solid #fe7124;
}