*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
* {
	margin: 0;
	padding: 0;


	-moz-box-sizing: border-box; /* Для Firefox */
	-webkit-box-sizing: border-box; /* Для Safari и Chrome */
	box-sizing: border-box;
}


body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	line-height: 1.6;
	font-family: "MyriadProRegular";
	background: #e8d0a1;
	position: relative;
	height: 100%;
}
.wrapper {
	margin: 0 auto;
	max-width: 1000px;

}

.langru {
    background-color: dodgerblue; 
    font-weight: bold;
    color: white; 
    max-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    
}

.langua {
    background-color: yellow; 
    font-weight: bold;
    color: dodgerblue;
    max-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}


.menu-header{
	max-width: 1000px;
	margin: 0 auto;
	width: 80%;
	position: relative;
}
.menu-header ul {
	float: right;
}
.menu-header-button {
	display: none;
	padding: 13px 10px;

	background-color: transparent;
}
.menu-header ul li{
	display: inline-block;
	margin-left: 30px;
	list-style-type: none;
	text-transform: uppercase;
	z-index: 10;
}
.menu-header ul li a {
	font-size: 0.875em;
	color: #743a0e;
	padding: 5px 0 5px 0;
	text-decoration: none;
	display: block;
}
.menu-header ul li a:hover {
	text-decoration: underline;
}

.top-menu{
	width: 100%;
	display: inline-block;
	background: #D7BA87;
	opacity: 0.7;
	margin-bottom: 10px;
	position: relative;


}
.header-info {
	height: 150px;
	display: block;
	position: relative;
	width: 98%;
}
header {
	background: url(../img/bg.png);
		position: relative;
}
.logo {
	display: block;
	width: 27%;
	margin-left: 3%;
	margin-right: 8%;
	position: absolute;
	top: -40px;
}
.logo img {
	z-index: 0;
}


.contacts ul li{
	list-style-type: none;
}
.contacts {
	line-height: 27px;
	display: block;
	width: 26%;
	position: absolute;
	top: 22%;
	left: 46%;
}
.contacts ul li a {
	color: #b78b5f;
	text-decoration: none;
	vertical-align: top;
}
.contacts ul li a:first-child {
	font-size: 1.5em;
}
.contacts ul li a:last-child {
	font-size: 1.25em;
}
.contacts ul li:first-child:before {
	content: url(../img/phone.png);
	margin-right: 15px;
	vertical-align: bottom;
}
.contacts ul li:last-child:before {
	content: url(../img/mail.png);
	margin-right: 15px;
	vertical-align: bottom;
}

.adress:before{
	content: url(../img/location.png);
	position: absolute;
	top: 37%;
	left: -5%;
}
.adress{
	width: 21%;
	float: right;
	display: block;
	position: relative;
}
.adress p {
	color: #b78b5f;
	font-size: 16px;
    line-height: 20px;
	padding-left: 20%;
}
.adress .header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
nav ul li a{color:#431f04;}
nav ul li a:hover{color:#431f04;text-decoration:underline;}

nav {
	width: 99%;
	margin: 0 auto;
	display:block;
	background-image: url(../img/bgi.png);
	height: 33px;
	position: relative;
	top: -21px;
}

.menu {
	display:block;
	text-align: center;
}

.menu li {
    width: 24%;
	display: inline-block;
	position: relative;
	z-index:100;
}
.menu li:first-child{
	margin-left:0;
}

.menu li a {
	text-decoration: none;
	padding: 6px 40px;
	display: block;
	text-transform: uppercase;
	font-size: 0.9em;

}

.menu li a:hover, .menu li:hover > a{
	text-decoration: underline;
}

.menu ul {
display: none;
margin: 0px;
padding: 0px;
width: 100%;
position: absolute;
left: 0px;
border: 1px solid;
border-radius: 4px;
overflow: hidden;
margin-bottom: 39px;
}

.menu ul li {
    width: 100%;
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
}
.menu ul li a {
	font-size:12px;
	font-weight:normal;
	display:block;
	background-color: #DDC391;
}

.menu ul li a:hover {
	background-color: #CAB07E;
}

.menu ul li a:hover, .menu ul li:hover > a{
	text-decoration: underline;
}

.menu li:hover > ul{ display: block;}
.menu ul ul {
	left: 149px;
	margin: 0;
}

.mobile-menu{
	display:none;
	width:100%;
	padding:4px;
	background-image: url(../img/bgi.png);
	color: #431f04;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
}
.mobile-menu:hover{
	text-decoration: underline;
}
.banner {
	background-image: url(../img/banner.jpg);
	width: 99%;
	border: 1px solid #121818;
	-webkit-background-size:  cover; background-size: cover; ;
	overflow: hidden;
	margin: 0 auto 2%;
}
.opacity-banner {

	width: 63%;
	float: right;
	background: #121818;
	opacity: 0.7;
}
.opacity-banner h1, .opacity-banner h2, .opacity-banner p{
	opacity: 1;
	color: #fff;
	padding-left: 7%;
	font-weight: 300;
	margin-bottom: 2%;
}
.opacity-banner h1 {
	font-size: 1.5em;
	margin-top: 2%;
	text-transform: uppercase;
}
.opacity-banner h2{
	font-size: 1.125em;
}
.portfolio {
	max-width: 1000px;
	margin-bottom: 48px;
}
.item {
	overflow: hidden;
}
.item img {
	width: 100%;
	display: block;
	height: 100%;
	}
.item > a {
	display: block;
	text-decoration: none;
	position: relative;
	height: 227px;
}
@media (max-width:480px) {
	.item > a {
		max-height: 210px;
	}
}
.item > a > p {
	font-size: 1.125em;
	text-align: center;
	padding: 2%;
	display: block;
	background: #121818;
	border-bottom: 1px solid #121818;
	opacity: 0.7;
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.trans:hover img{
	transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
	-webkit-transition: transform 600ms ease-out;
	-moz-transition: transform 600ms ease-out;
	-o-transition: transform 600ms ease-out;
	transition: transform 600ms ease-out;
}
.content {
	width: 100%;
	position: relative;
}
.content + .content {
	margin-top: 24px;
}
.content:after {
	content: "";
	display: table;
	clear: both;
}
.content-logo{
	height: 268px;
	width: 30%;
	float: left;
	overflow: hidden;
}
.content-logo img{
	display: block;
	width: 100%;
}
.plitka {
	margin-bottom: 24px;
}
.b-content__text {
	display: block;
	float: right;
	max-width: 659px;
	width: 95%;
	padding-right: 4%;
	/*margin-bottom: 4%;*/
	position: relative;
}

.b-content__text .tit{
	font-weight: 300;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #431F04;
	padding-left: 3%;
	margin-bottom: 4%;
	padding-top: 3%;
}
.b-content__text > .tit > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #431F04;
	margin-bottom: 4%;
	padding-top: 3%;
}
.b-content__text > .tit > a:hover {
	text-decoration: underline;
}
.b-content__text h2 {

	font-weight: 300;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #7c3c0b;
	padding-left: 3%;
	margin-bottom: 3%;
}
.b-content__text p {
	color: #806945;
	padding-left: 3%;
	line-height: 1.3em;
	font-weight: 300;
	margin-bottom: 3%;
}
.b-content__text > p > a {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}

.text {
	display: block;
	margin-bottom: 2%;
	margin-top: 2%;
}
.text ul, .text ol {
	margin-bottom: 3%;
}
.text ul li, .text ol li {
	list-style-position: inside;
}
.text ul li,.text ol li, .text p {
	color: #431f04;
	font-size: 1em;
}
.text p {
	margin-bottom: 2%;
	display: block;
}
.contact-form {
	width: 100%;
    padding-bottom: 23px;
	background-image: url(../img/bgf.png);
}
.contact-info {
	width: 66%;
	float: left;
    margin-top: 3%;
}
.call-to-us {
	margin-top: 3%;
}
.contact-info h2, .call-to-us h2 {
	text-transform: uppercase;
	margin-bottom: 5%;
}
.contact-info p, .contact-info h2, .contact-info a,
.call-to-us p, .call-to-us h2, .call-to-us a {
	color: #431f04;
}
.call-to-us {
	width: 95%;
	max-width: 300px;
	display: block;
	float: left;
}
form input[type=text] {
	width: 60%;
	height: 35px;
	margin-bottom: 2%;
	border: none;
	padding-left: 4%;
	float: left;
	color: #431f04;
}
form textarea {
	width: 95%;
	height: 107px;
	border: none;
	padding-left: 4%;
	resize: none;
	color: #431f04;
	margin-bottom: 2%;
	padding-top: 5%;
}
form button {
	padding: 5px 4px;
	text-transform: uppercase;
	color: #fff;
	background-color: #846f51;
	opacity: 0.8;
	border: none;
}
.call-to-us form p {
	display: block;
	width: 27%;
	float: left;
	margin-left: 4%;
}


.clear{
	clear:both;
}
#bottom_wide{
	width:100%;
	border-top: 3px solid #472104;
	height:100px;

}

#bottom_right{
	float:right;
	width:316px;
	height:100px;
	margin:0;
	padding:0;
	/*-webkit-background-size:  cover; -webkit-background-size:  cover; background-size: cover; ; ;
	background:url(../img/fonoglyad.png) left bottom;*/

}
#bottom_left{
	float:left;
	height:auto;
	padding:6px;
	margin:10px 0;
	text-align:left;

}
#bottom_left p{
	font-size:14px;
	color:#070101;
	font-weight:normal;
	text-decoration:none;
	margin:0;
}
#bottom_center{
	margin: 0px auto;
	width:70px;
	padding: 53px 0 0;
}
#oglyad{
	margin:18px 50px 0 0;
	height:82px;
	width:134px;
	float:right;
}
#razrabotka{
	line-height: 1.4;
	margin:20px 0 0 0;
}
#razrabotka pre{
	font-size:12px;
	color: #7c3c0b;
	line-height:1.6;
	margin:0;
	padding:0 0 0 18px;
	font-family: "MyriadProRegular";
}
#razrabotka a{
	font-size:14px;
	color: #7c3c0b;
	padding:0 0 0 60px;
	margin: 7px 0 0 0;
	display: block;
}
#oglyad p{
	color: #7c3c0b;
	font-size:14px;
	padding:0;
	margin:0;
	text-decoration:none;
}


/* galereya.html */
.gal {
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 2.5em;
	text-align: center;
	color: #431f04;
	width: 99%;
	margin: 0 auto;
	background-color: #e0be8b;
	margin-bottom: 2%;
}
.text {
	width: 97%;
	margin: 0 auto;
}
.text a{
	text-transform: uppercase;
	font-size: 1em;
	text-decoration: none;
	color: #7c3c0b;
}
.text a:hover {
	text-decoration: underline;
}

.galereya {
	max-width: 1000px;
	margin-bottom: 24px;
}
.items {
	margin-bottom: 15px;
}
@media (max-width:320px) {
	.items {
		width: 100%!important;
	}
	.items + .items {
		margin-top: 12px;
	}
}
/*.items:last-child{
	margin-right: 0;
	float: none;
}*/
.items a img {
	width: 100%;
	display: block;
	height: 100%;
}
.transition {
	overflow: hidden;
}
.transition > a {
	text-decoration: none;
	display: block;
	position: relative;
	height: 215px;
}
.transition > a > p {
	font-size: 1.125em;
	text-align: center;
	padding: 7%;
	background: #121818;
	border-bottom: 1px solid #121818;
	opacity: 0.7;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.items > .cena {
	margin-top: 2%;
	display: block;
	width: 100%;
	background-color: #746851;
	overflow: hidden;
}
.items > .cena > p {
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #fff;
	z-index: 100;
}
@media (max-width:480px) {
	.items > .cena > p {
		font-size: 1.6em;
	}
}
.trans:hover img{
	transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
	-webkit-transition: transform 600ms ease-out;
	-moz-transition: transform 600ms ease-out;
	-o-transition: transform 600ms ease-out;
	transition: transform 600ms ease-out;
}
.items > i {
	font-style: normal;
	font-size: 1em;
	display: block;
	text-align: center;
}
@media (max-width:480px) {
	.items > i {
		font-size: 14px;
	}
}
@media (max-width:320px) {
	.items > i {
		font-size: 16px;
	}
}
.zakaz {
	background-color: #ef6d5b;
	width: 100%;
	border: none;
	cursor: pointer;
}
.zakaz {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	display: block;
	font-size: 1.125em;
}
.zakaz:hover {
	text-decoration: underline;
}
.galereya-photo {
	margin-bottom: 12px;
}
@media (max-width:320px) {
	.galereya-photo {
		width: 100%!important;
	}
}
.galereya-photo img {
	width: 100%;
	display: block;
}
.galereya-photo > a {
	text-decoration: none;
	display: block;
	position: relative;
}
.galereya-photo > a > p {
	display: none;
}
.galereya-photo:hover> a > p {
	display: block;
	position: absolute;
	font-size: 1.125em;
	text-align: center;
	padding: 2%;
	bottom: 0;
	left: 0;
	background: #121818;
	border-bottom: 1px solid #121818;
	opacity: 0.7;
	color: #fff;
}

.kartochka-photo:hover> a > p {
	bottom: 7px;
}
.text h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #431f04;
	margin-bottom: 2%;
	width: 99%;
}
.text h2, .kartochka h2 {
	color: #c79e75;
	font-size: 0.875em;
	text-transform: uppercase;
	margin-bottom: 1%;
	width: 99%;
}
.text h3 {
	color: #806945;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 2%;
	width: 99%;
}
.kartochka {
	margin-bottom: 7%;
	width: 99%;
	height: auto;
	position: relative;
}
/*.kartochka > section, .text > section {
	margin-top: 3%;
	text-align: center;
}*/
.rew {
	max-width: 300px;
	float: left;
	margin-right: 3%;
}

@media (min-width:992px) {
	.container,
	.container-fluid {
		padding: 0!important;
	}
}

.b-arrow__main {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.b-item {
	margin-bottom: 12px;
	min-height: 210px!important;
}
@media (max-width:320px) {
	.b-item {
		width: 100%!important;
	}
}
.b-item__cart {
	margin: 15px 0;
}
.breadcrumb {
	padding: 8px 15px;
	border-radius: 5px;
	list-style: none;
	background-color: #DDC391;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li>a {
	color: #431f04;
	text-decoration: none;
}
.breadcrumb>li>a:hover {
	opacity: .8;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #777;
}

.galereya-photo {
    max-height: 175px;
    overflow: hidden;
}

.galereya-photo-master {
    overflow: hidden;
}

.b-adress__item {
    margin-bottom: 10px;
}
.b-adress__item .head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.b-tel {
    margin-top: 8px;
}
.b-half {
    width: 49%;
    font-size: 16px;
    display: inline-block;
}
.w-clear:after {
    content: "";
    clear: both;
    display: table;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
