body {
	margin: 0 auto;
}
h3{
	color: #e2d6cf;
    font-style: italic;
}
hr{
	border: 1px solid red;
    width: 96%;
}
.header-index{
    background: url(../img/bg-index.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.header-kuhni{
    background: url(../img/bg-kuhni1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.header-kupe{
    background: url(../img/bg-kupe.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.header-shkafi{
    background: url(../img/bg-shkafi.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.header-stenovie-paneli{
    background: url(../img/full_SP_012.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.bg-content{
    background: url(../img/bg-w.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.bg{
    /*background: #ddd;*/
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.bg-nashi-raboti{
    background: url(../img/nashi-raboti.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.etapi-raboti{
    background: url(../img/etapi-raboti.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.bg-opasity1{
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
}
.bg-opasity-kuhni{
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
}
.ili-perezvonim{
	margin-top: -4px;
    display: block;
}
.header .title a{
	text-decoration:none;
	color: #f7f7f7;
}
.title-small{
	color: #f7f7f7;
	display: block;
}
.title-block{
	margin-top: 30px;
}
.title{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    color: #f5deb3;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(168, 151, 133, 0.6);
    font-size: 47px;
    padding: 15px;
    text-shadow: black 0px 0px 2px;
}
.title-kuhni{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
	background: rgba(177, 167, 156, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.7);
	text-shadow: black 0px 0px 2px;
}
.title-h1{
    font-weight: bold;
    font-size: 44.5px;
}
.title-h1-kuhni{
    font-weight: bold;
    font-size: 44.5px;
	color: rgb(231, 190, 120);
}
.title-h1 a{
	color: rgb(255, 255, 255);
}
.title-u4{
	text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.12);
    text-shadow: rgb(0, 0, 0) 2px 2px 3px;
    padding: 15px;
    letter-spacing: 1px;
    font-size: 26px;
}
.title-u4-kuhni{
    text-transform: uppercase;
    color: rgba(250, 250, 250, 1);
    text-shadow: rgb(0, 0, 0) 1px 1px 2px;
    padding: 15px;
    letter-spacing: 1px;
    font-size: 26px;
}
.title-gallery{
	display: block;
	text-align: center;
	font-size: 22px;
	font-style: italic;
	text-transform: uppercase;
	color: #6b3310;
}
.p-index{
	font-size: 17px;
	text-align: justify;
}
.info_right {
	padding: 15px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: right;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.info_right a{
	color: #fff;
}
.reclam{
	text-align: center;
	background: #f6f6f6;
	padding: 15px;
}
.reclam p{
	font-weight: 600;
	text-align: center;
}
.reclam img {
	max-width: 280px;
}
.strelka{
	content: "";
    background: url(../img/strelka.png);
    width: 16px;
    height: 46px;
    display: block;
    right: 84px;
    top: 0;
}
.overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	position: fixed;
	cursor: default;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	top: 0;
    right: 0;
    left: 0;
    font-size: 20px;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    max-width: 320px;
    position: fixed;
    padding: 30px;
    background-color: #fff;
    opacity: 0;
    text-align: center;
}
.overlay:target+.popup {
	top: 3%;
	visibility: visible;
	opacity: 1;
}
.close {
	position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #f10b0b;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: rgb(61, 61, 61);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 0px #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.close:before {
	color: rgba(255, 255, 255, 0.9);
	content: "X";
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
	font-size: 12px;
}
.popup p, .popup div {
	margin-bottom: 10px;
}
.input-zakaz-zvonka{
	height: 40px;
    width: 260px;
}
.submit-zakaz-zvonka{
	height: 40px;
    width: 260px;
    background: #a39586;
    color: white;
    border: none;
}
.info_form_title{
	display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    color: floralwhite;
    font-size: 23px;
    text-shadow: black 0px 0px 12px;
}
.form-vizov-zamershika{
	margin-bottom:30px;
}
.input-form-vizov-zamershika{
    border: 1px solid #f0f0f0;
    height: 40px;
    width: 290px;
    padding-left: 6px;
	background: rgba(255, 255, 255, 0.9);
	margin-top: 15px;
	margin-bottom: 15px;
}
.input-form-vizov-zamershika:hover{
    border: 1px solid #E8BA6D;
}
.input-form-vizov-zamershika[value]{
    color: #fff;
    background: #C6A04D;
}
.button-form-vizov-zamershika[type='submit'] {
    background-image: linear-gradient(0deg, rgba(164, 117, 45, 0.9) 0px, rgba(232, 186, 109, 0.9) 100%);
    color: #fff;
	width: 288px;
	height: 40px;
    font-size: 22px;
    font-weight: 700;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
	border: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.button-form-vizov-zamershika:hover{
    border: 1px solid #A4752D;
	background-image: linear-gradient(0deg, rgba(232, 186, 109, 0.5) 0px, rgba(164, 117, 45, 0.7) 100%)
}


.form-konsultaciya{
	text-align: center;
}
.button-form-konsultaciya[type='submit'] {
    background-image: linear-gradient(0deg, rgba(164, 117, 45, 0.9) 0px, rgba(232, 186, 109, 0.9) 100%);
    color: #fff;
	height: 40px;
    font-size: 22px;
    font-weight: 700;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
	border: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.button-form-konsultaciya:hover{
    border: 1px solid #A4752D;
	background-image: linear-gradient(0deg, rgba(232, 186, 109, 0.5) 0px, rgba(164, 117, 45, 0.7) 100%)
}
.head-menu{
	background-color: #F5DEB3;
	font-size: 20px;
	color: black;
	padding: 10px;
}
.font-menu{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-style: italic;
}
.content-glav{
	margin-top: 30px;
	text-align: justify;
	/*border-right: 1px solid rgb(230, 230, 230);*/
}
.content-glav p{
	font-size: 120%;
}
.content-glav img{
	margin-bottom:30px;
	box-shadow: 1px 1px 1px 1px #afafaf;
}
.socseti {
	width: 150px;
	height: 150px;
	background: url(../images/bg-soc.png) no-repeat;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}
.nav > li {
	/*border-top: 1px dotted #1F1F21;*/
}
.center{
	text-align: center;
}
.footer{
	background-color: rgb(253, 253, 253);
	margin-top:30px;
}
.footer-block{
	border-right: 1px solid rgb(230, 230, 230);
	min-height: 170px;
}
footer h3{
	font-size: 20px;
	text-align: center;
	color: #c56600;
}
.footer-hr-top{
	border-top: 1px solid #e6e6e6;
}
.social-ico{
	width: 60px;
}
.content-glav img, ul li a{
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.content-glav img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
ul li a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.img-gorizont{
	width: 50%;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.gallery a img {
    width: 24.7%;
    height: auto;
    border: 3px solid #fff;
    /*-webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;*/
    position: relative;
	box-shadow: 1px 1px 1px 1px #afafaf;
}
#paneli a img {
    width: 48.7%;
    height: auto;
    border: 3px solid #fff;
    /*-webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;*/
    position: relative;
	box-shadow: 1px 1px 1px 1px #afafaf;
}
.p_3 {
    display: block;
    width: 90px;
    height: 90px;
    border: 3px #ff9000 solid;
    border-radius: 90px 90px 90px 90px;
    -moz-border-radius: 90px 90px 90px 90px;
    -webkit-border-radius: 90px 90px 90px 90px;
    font-size: 30px;
    line-height: 90px;
    color: #ff9000;
    text-align: center;
	margin: 0 auto;
}
.gallery a:hover img {
  /*-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);*/
  z-index: 5;
}
.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
    font-family: Arial,Baskerville,monospace}
.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus {
    outline: 0}
body.hidden-scroll {
    overflow: hidden}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .85;
    display: none;
    z-index: 1050}
.sl-wrapper .sl-close,.sl-wrapper .sl-counter {
    top: 15px;
    display: none;
    color: #fff;
    position: fixed}
.sl-wrapper {
    z-index: 1040}
.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer}
.sl-wrapper button:hover {
    opacity: .7}
.sl-wrapper .sl-close {
    right: 30px;
    z-index: 10010;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 4rem}
.sl-wrapper .sl-counter {
    left: 15px;
    z-index: 10010;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 10010;
    color: #fff}
.sl-wrapper .sl-navigation button.sl-next {
    right: 15px;
    font-size: 4rem}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 15px;
    font-size: 4rem}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: auto;
    touch-action: auto;
    z-index: 10000}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0}
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
    width: 44px}
.sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem}
.sl-wrapper .sl-image iframe,.sl-wrapper .sl-image img {
    border: 0}
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
    width: 44px}
.sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 6rem}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 6rem}
.sl-wrapper .sl-image iframe,.sl-wrapper .sl-image img {
    border: 0}
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 4px;
    color: #fff;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 80%;
    letter-spacing: 1px;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto}
.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060}
.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
	z-index: 1007;
}
.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.very-small{
	font-size: 12px;
}
@media only screen and (max-width : 320px) {
	.info_right{
		margin-left: 1px;
		margin-right: 1px;
	}
}
.zaeblo{
	background: #ffffffa3;
    min-height: 72px;
    padding-top: 15px;
    padding-bottom: 15px;
}