html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, td img {
	vertical-align: top;
}

input, select, button, textarea {
	margin: 0;
	font-size: 100%;
	outline: none;
}

textarea{
	resize: none;
}

input[type="text"], input[type="password"], textarea {
	padding: 0;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	line-height: 1;
	background: #fff;
	color: #3E2B1D;
	text-align: left;
	font: 18px 'Times New Roman', sans-serif;
	min-width: 1000px;
	height: 100%;
}

input, select, button, textarea {
	font-famiy: 'Times New Roman', sans-serif;
}

label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

a, a:visited {
	color: #ECC870;
	text-decoration: underline;
}

a:hover {
	color: #ECC870;
	text-decoration: none;
}

a:focus, a:active {
	color: #ECC870;
	text-decoration: underline;
}

img{
	vertical-align: top;
}

.clear{
	clear:both;
	font-size:0;
	padding:0
}

.nuclear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.nuclear{
	zoom: 1;
	display: block;
}

li{
	list-style: none;
}

input[type="submit"]::-moz-focus-inner{padding:0;border:0}

.main{
	background: url(../images/bg.jpg) center top no-repeat;
}

.inner{
	background: url(../images/bg-inn.jpg) center top no-repeat #000;
}

.main-wrap{
	position: relative;
	padding: 55px 0 0 0;
	height: auto !important;
	min-height: 100% !important;
	height: 100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.main .main-wrap:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 2.15s ease-in-out;
	-moz-transition: all 2.15s ease-in-out;
	-o-transition: all 2.15s ease-in-out;
	transition: all 2.15s ease-in-out;
}

.main .main-wrap:hover:after{
	background: none;
}

.drapes{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: url(../images/drapes.png) center top no-repeat;
	background-size: cover;
}

.header{
	height: 233px;
	background: url(../images/logo-line.png) center top no-repeat;
	position: relative;
	z-index: 1;
}

.main .content{
	height: auto !important;
	min-height: 800px !important;
	height: 800px;
}

.content{
	position: relative;
	z-index: 2;
}

.content .enter-wrp{
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: -263px;
	width: 527px;
	height: 174px;
	padding: 35px 0 0 0;
	text-align: center;
	position: relative;
	z-index: 3;
	border: 2px solid #FDE382;
	display: block;
	text-decoration: none;
	background-color: rgba(113,1,0,0.5);
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	line-height: 66px;
	font-size: 38px;
	text-transform: uppercase;
	text-align: center;
	color: #FAE781;
}

.content .enter-wrp span{
	display: block;
}

.content .enter-wrp:after{
	content: '';
	position: absolute;
	z-index: 2;
	left: 50%;
	width: 133px;
	height: 8px;
	margin-left: -67px;
	top: 100px;
	background: url(../images/sep.png) center top no-repeat;
}

.content .enter-wrp:hover{
	background-color: rgba(113,1,0,0.7);
}

.develop .content .enter-wrp{
	padding: 0;
	height: 209px;
	background: #fff;
	color: #FFC70E;
	font-size: 45px;
}

.develop .content .enter-wrp:after{
	background: none;
}

.develop .content .enter-wrp .adress{
	text-transform: none;
	font-size: 18px;
	line-height: 28px;
}

.content .label{
	position: absolute;
	width: 450px;
	height: 100px;
	text-align: center;
	top: 0;
	left: 50%;
	margin-left: -225px;
	background-color: rgba(70,1,0,0.5);
	line-height: 35px;
	color: #E3E47C;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.content .label span{
	display: block;
}

.content .label .white{
	color: #fff;
	font-size: 18px;
	text-transform: none;
	line-height: 20px;
}

.inner .content{
	background: url(../images/patt.jpg) repeat;
	padding: 0 0 40px 0;
}

.top-mnu{
	text-align: center;
	/*background-color: rgba(69,1,0,0.9);*/
	 background: url(../images/new-zaly-2015-podl-menu.jpg) ;

background-position: top center;
background-repeat:no-repeat;
	font-size: 0;
	line-height: 0;
	height: 63px;
	position: relative;
	margin: -1px 0 40px 0;

}

	.top-mnu:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
/*	background: url(../images/line.jpg) left bottom repeat-x;*/
	height: 11px;

}

.top-mnu li{
	display: inline-block;
	margin: 0 12px;
	line-height: 64px;
	font-size: 23px;
	text-transform: uppercase;
	color: #EBC972;
	font-family: 'Times New Roman';

}

.top-mnu li a{
	text-decoration: none;
	color: #EBC972;
}

.top-mnu li a:hover{
	text-decoration: underline;
}

.inner .wrap{
	margin: 0px auto;
	/* width: 920px; */


}

.banner{
	display: block;
	width: 910px;
	height: 160px;
	padding: 5px;
	margin: 0 auto 30px;
	background: url(../images/baget.png) center top no-repeat;
}

.headline{
	text-align: center;
	font-size: 24px;
	font-family: 'Times New Roman';
	padding: 0 0 23px 0;
	margin: 0 0 30px 0;
	color: #3F2C1B;
	background: url(../images/sep1.png) center bottom no-repeat;
	text-transform: uppercase;
}











.content p{
	font-family: 'Times New Roman';
	font-size: 18px;
	margin: 0 0 22px 0;
	line-height: 21px;
	color: #3E2B1D;
}

.content .virt-but{
	display: block;
	margin: 40px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	width: 264px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #E1B264;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	background-color: rgba(142,58,52,0.8);
}

.content .virt-but:hover{
	background-color: rgba(142,58,52,0.6);
}

.copy{
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	color: #E2B266;
}

.gallery-page .wrap{
	width: auto;
	min-width: 920px;
	max-width: 1300px;
	margin: 0px auto;
}

.gallery-page .content{
	background: none;
}

.gallery-page .top-mnu{
	height: 64px;
	line-height: 64px;
}

.gallery-page .top-mnu:after{
	background: none;
	border-top: none;
}

.gallery-page .content .virt-but{
	background-color: rgba(69,1,0,0.8);
}

.gallery-page .content .virt-but:hover{
	background-color: rgba(69,1,0,0.6);
}

.gallery-page .gallery-wrp{
	padding: 50px 0 0 0;
}

.gallery-wrp .item{
	float: left;
	width: 400px;
	/*margin: 0 25px 25px 25px;*/
	margin: 0 12px 25px;
}
/*

.gallery-wrp .item:first-child{
	margin: 0 25px 25px 0;
}

.gallery-wrp .item:nth-child(3n){
	margin: 0 0 25px 25px;
}
*/

.gallery-wrp .item a{
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #D4AB5C;
}

#pr a{color: #3f2c1b;}





.gallery-wrp .item span{
	display: block;
	margin: 0 0 30px 0;
	background: url(../images/baget1.png) left top no-repeat;
	width: 390px;
	height: 304px;
	padding: 5px;
	overflow: hidden;
}






.gallery-page .top-mnu{
	background: none;
}
.menu{
	background: url(../images/baget1.png) left top no-repeat;
}
.inner .pak-wrap{
	width: auto;
	max-width: 1150px;
	min-width: 920px;
	margin: 0px auto;
}

.pak-wrap .pak-item{
	padding: 0 0 100px 0;
	position: relative;
	overflow: hidden;
}

.pak-wrap .pak-item:after{
	width: 289px;
	height: 35px;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -145px;
	bottom: 30px;
	background: url(../images/sep2.png) center top no-repeat;
}

.pak-wrap .pak-item.no-bg:after{
	height: 0;
	background: none;
}

.pak-wrap .headline,
.pak-wrap h2{
	font-size: 36px;
	font-weight: bold;
	line-height: 39px;
	margin: 0 0 5px 0;
	text-align: center;
	text-transform: none;
	padding: 0;
	background: none;
}

.pak-wrap h2{
	text-align: left;
	margin: 0 0 15px 0;
}

.pak-wrap .hd-text{
	font-size: 18px;
	text-align: center;
	margin: 0 0 15px 0;
}

.pak-wrap .column{
	width: 45%;
	float: left;
}

.pak-wrap .column:last-child{
	float: right;
}

.pak-wrap .column p{
	font-size: 18px;
	margin: 0 0 20px 0;
	line-height: 22px;
}

.pak-wrap .column p b{
	display: block;
}

.pak-wrap .column ul{
	margin: 0 0 20px 0;
}

.pak-wrap .column li{
	display: block;
	font-size: 18px;
	line-height: 22px;
}

.slider-wrp{
	max-width: 1022px;
	padding: 0 20px;
	min-width: 960px;
	position: relative;
	margin: 0px auto;
	height: 231px;
	overflow: hidden;
	clear: both;
}

.slider-wrp li{
	display: block;
	float: left;
	width: 293px;
	height: 231px;
}

.slider-wrp li span{
	display: block;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(106,73,6);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhNDkwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iI2Y3Yzk3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzZhNDkwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2Y3Yzk3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzZhNDkwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2Y3Yzk3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzZhNDkwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2Y3Yzk3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTQ3MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(106,73,6,1) 0%, rgba(247,201,115,1) 13%, rgba(106,73,6,1) 25%, rgba(247,201,115,1) 38%, rgba(106,73,6,1) 51%, rgba(247,201,115,1) 64%, rgba(106,73,6,1) 77%, rgba(247,201,115,1) 89%, rgba(106,71,3,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(106,73,6,1)), color-stop(13%,rgba(247,201,115,1)), color-stop(25%,rgba(106,73,6,1)), color-stop(38%,rgba(247,201,115,1)), color-stop(51%,rgba(106,73,6,1)), color-stop(64%,rgba(247,201,115,1)), color-stop(77%,rgba(106,73,6,1)), color-stop(89%,rgba(247,201,115,1)), color-stop(100%,rgba(106,71,3,1)));
	background: -webkit-linear-gradient(left,  rgba(106,73,6,1) 0%,rgba(247,201,115,1) 13%,rgba(106,73,6,1) 25%,rgba(247,201,115,1) 38%,rgba(106,73,6,1) 51%,rgba(247,201,115,1) 64%,rgba(106,73,6,1) 77%,rgba(247,201,115,1) 89%,rgba(106,71,3,1) 100%);
	background: -o-linear-gradient(left,  rgba(106,73,6,1) 0%,rgba(247,201,115,1) 13%,rgba(106,73,6,1) 25%,rgba(247,201,115,1) 38%,rgba(106,73,6,1) 51%,rgba(247,201,115,1) 64%,rgba(106,73,6,1) 77%,rgba(247,201,115,1) 89%,rgba(106,71,3,1) 100%);
	background: -ms-linear-gradient(left,  rgba(106,73,6,1) 0%,rgba(247,201,115,1) 13%,rgba(106,73,6,1) 25%,rgba(247,201,115,1) 38%,rgba(106,73,6,1) 51%,rgba(247,201,115,1) 64%,rgba(106,73,6,1) 77%,rgba(247,201,115,1) 89%,rgba(106,71,3,1) 100%);
	background: linear-gradient(to right,  rgba(106,73,6,1) 0%,rgba(247,201,115,1) 13%,rgba(106,73,6,1) 25%,rgba(247,201,115,1) 38%,rgba(106,73,6,1) 51%,rgba(247,201,115,1) 64%,rgba(106,73,6,1) 77%,rgba(247,201,115,1) 89%,rgba(106,71,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a4906', endColorstr='#6a4703',GradientType=1 );
}

.slider-wrp li a{
	display: block;
	position: relative;
	z-index: 10;
}

.slider-wrp li img{
	position: relative;
	z-index: 1;
}

.slider-wrp li a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.slider-wrp li a:hover:after{
	background-color: rgba(119,62,62,0.7);
}

.bx-controls-direction a{
	display: block;
	position: absolute;
	text-indent: -9999px;
	outline: none;
	background: url(../images/controls.png) no-repeat;
	top: 33px;
	width: 50px;
	height: 185px;
}

.bx-controls-direction a.bx-prev{
	left: 0;
	background-position: left top;
}

.bx-controls-direction a.bx-next{
	right: 0;
	background-position: right top;
}

.inner .inner-wrap{
	width: auto;
	max-width: 1062px;
	min-width: 920px;
}
.header .logo {
    top: 10px;
}
a.logo {
    display: block;
    height: 124px;
    left: 50%;
    margin-left: -76px;
    position: absolute;
    text-decoration: none;
    width: 124px;
}


@media screen and (max-width:1280px){
		.gallery-wrp .item{
			margin: 0 20px 20px 0;
    }
    .gallery-wrp .item:nth-child(odd){
			margin: 0 20px 20px 0;
    }
}


ul.nas  {
	margin:20px;


}
 ul.nas  li {line-height: 1.5;
            list-style-image: url(../images/venzil.png);
	    margin-left:20px;
	    font-style: italic;}



.cont a, a:visited {
	color: #3C0000;
	text-decoration: underline;
}

.cont a:hover {
	color: #3C0000;
	text-decoration: none;
}



/*************************round gallery***********************/

.inner .gal-wrap{
	width: auto;
	max-width: 1150px;
	min-width: 920px;
}

.round-gallery{
	text-align: center;
	font-weight: 0;
	line-height: 0;
}

.round-gallery .item{
	line-height: normal;
	display: inline-block;
	width: 339px;
	height: 339px;
	background: url(../images/baget2.png) left top no-repeat;
	padding: 2px;
	margin: 0 25px 25px 25px;
	-webkit-border-radius: 175px;
	-moz-border-radius: 175px;
	border-radius: 175px;
}

.round-gallery .item:first-child{
	margin: 0 25px 25px 0;
}

.round-gallery .item:nth-child(3n){
	margin: 0 0 25px 25px;
}

.round-gallery .item:nth-child(4n){
	margin: 0 25px 25px 0;
}

.round-gallery .item a{
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 175px;
	-moz-border-radius: 175px;
	border-radius: 175px;
}

.round-gallery .item img{
	-webkit-border-radius: 175px;
	-moz-border-radius: 175px;
	border-radius: 175px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.round-gallery .item a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 339px;
	height: 339px;
	background-image: url(../images/e.png);
	background-position:  center center;
	background-repeat: no-repeat;
	background-color: rgba(136,104,55,0.7);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.round-gallery .item a:hover:after{
	top: 500px;
}

.round-gallery .item span{
	display: block;
	position: absolute;
	top: -500px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 3;
	font-weight: bold;
	font-size: 23px;
	color: #fff;
	line-height: 21px;
	padding: 5px;
	background-color: rgba(77,23,16,0.7);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.round-gallery .item a:hover span{
	top: 50%;
	margin-top: -20px;
}


/********************************contact************************************/

.bg-wrap{
	background: url(../images/cnt-bg.png) right top no-repeat;
	padding: 40px 0 0 0;
	margin: -40px 0 0 0;
}

.contact-wrap{
	max-width: 1116px;
	min-width: 980px;
	width: auto;
	height: auto !important;
	min-height: 500px !important;
	height: 500px;
}





.contact-wrap {
	text-align: center;
	font-size: 24px;
	margin: 0 0 65px 0;
	color: #DEB968;
	background: none;
	padding: 0;
}

span.line2{
	display: inline-block;
	line-height: 43px;
	height: 43px;
        top: 694px;
	position: relative;

	color: #792D1D;
	font-style: italic;
	font-weight: bolder;
}

.contact-wrap  span{
	display: inline-block;
	line-height: 43px;
	height: 43px;


}

.socially{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.socially li{
	display: inline-block;
	margin: 0 12px;
	line-height: normal;
}

.socially li a{
	display: inline-block;
}

.contact-wrap .column{
	float: left;
	width: 368px;
}

.contact-wrap .column .item{
	margin: 0 0 30px 0;
	-moz-box-shadow: 0px 0px 10px 1px #928968;
	-webkit-box-shadow: 0px 0px 10px 1px #928968;
	box-shadow: 0px 0px 10px 1px #928968;
	overflow: hidden;
}

.contact-wrap .contact-but{
	font-size: 20px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #E0B265;
	height: 43px;
	line-height: 43px;
	background: #792D1D;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.contact-wrap .contact-but:hover{
	background: #904736;
}

.pop-up{
	display: none;
}

.map-pop-up .map{
	position: relative;
	z-index: 1;
}

.map-pop-up .map img{
	width: 900px;
}

.map-pop-up .hdl{
	display: inline-block;
	font-size: 19px;
	height: 43px;
	width: 285px;
	color: #ebc971;
	background: #782e1c;
	position: absolute;
	text-align: center;
	line-height: 43px;
	text-transform: uppercase;
	left: 50%;
	margin-left: -142px;
	z-index: 2;
	top: 20px;
}

.map-pop-up .text{
	font-size: 19px;
	color: #ebc971;
	background: #782e1c;
	position: absolute;
	text-align: center;
	line-height: 22px;
	left: 205px;
	right: 205px;
	z-index: 2;
	bottom: 40px;
	padding: 10px;
}

.map-pop-up .text span{
	display: block;
}

.map-pop-up .text b{
	font-weight: normal;
	text-transform: uppercase;
}



@media screen and (max-width:1280px){
		.gallery-wrp .item{
			margin: 0 20px 20px 0;
    }
    .gallery-wrp .item:nth-child(odd){
			margin: 0 20px 20px 0;
    }
    .round-gallery .item{
    	margin: 0 20px 20px 20px !important;
    }
}
/****************************************** 08.06 **********************************************************/

.contact-row{
	position: relative;
}

.contact-row .contact-but-wrp{
	position: absolute;
	top: 0;
	right: 0;
	width: 203px;
	height: 120px;
	padding: 83px 0 0 0;
	background: url(../images/e1.png) center top no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.contact-row .contact-but-wrp .contact-but{
	color: #f7e788;
	background: #450100;
}

.contact-row .contact-but-wrp .contact-but:hover{
	background: #5d0201;
}

.footer{
	padding: 10px 0 20px 0;
	margin: 0px 0 -40px 0;

	background-color: rgba(0, 0, 0, 0.8);
height: 235px;


}

a.virt-but{
	margin: 0 auto 10px;
	font-family: Arial;
	background-color: rgba(52,7,5,0.8);
}

a.virt-but:hover{
	background: #5d0201;
}

.adress-ftr{
	text-align: center;
	font-size: 18px;
	font-family: Arial;
	line-height: 22px;
	color: #edda80;
	margin: 10px 0 10px 0;
}

.adress-ftr span{
	display: block;
}

.footer .copy{
	color: #edda80;
}

.main-gallery{
	padding: 50px 0 0 0;
	background: url(../images/sep3.png) center top no-repeat;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.main-text{
	margin: 0 0 25px 0;
}

.main-text p{
	font-size: 18px;
	line-height: 22px;
	color: #eedb80;
	text-align: center;
	margin: 0;
}

.slogan{
	text-align: center;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #eedb80;
	background: url(../images/sep4.png) center top no-repeat;
	line-height: 60px;
}


/*****************************************************16.06********************************************/
.news-list{
	margin: 0 150px 0 0;
}

.news-list .item{
	margin: 0 0 25px 0;
}

.news-list .item .img-wrp{
	float: left;
	margin: 35px 0 0 0;
	overflow: hidden;
	width: 157px;
	height: 157px;
	overflow: hidden;
	padding: 5px;
	background: url(../images/baget3.png) center top no-repeat;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.news-list .item .img-wrp img{
	width: 100%;
	border: 1px solid #42311D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 144px;
	height: 144px;
}

.news-list .item .text{
	margin: 0 0 0 180px;
}

.news-list .item .top-line{
	margin: 0 0 15px 0;
	overflow: hidden;
}

.news-list .item .hdl{
	float: left;
	font-size: 24px;
	display: block;
	max-width: 70%;
	color: #483429;
}

.news-list .item .data{
	display: block;
	float: right;
	text-align: center;
	font-size: 18px;
	width: 171px;
	padding: 0 0 20px 0;
	background: url(../images/sep5.png) center bottom no-repeat;
}

.news-list .item p{
	margin: 0;
	font-size: 16px;
}

.news-list .item .more{
	display: inline-block;
	margin: 5px 0 0 0;
	font-size: 18px;
	color: #483429;
}

/**********************************19.06****************************/

.slider-page .footer{
	background-color: rgba(0,0,0,0.8);
height: 270px;
}



.slider-page .wrap{
	width: auto;
	min-width: 920px;
	max-width: 1300px;
	margin: 0px auto;
}


.slider-page{
	/*background: none;*/
}


.slider-page .main-wrap{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider-page .main-wrap .content{
	background: none;
}

.slider-page .big-slider{
	position: relative;
	z-index: 1;
	height: 1150px;
	width: 100%;
	overflow: hidden;
	margin: 350px 0 0 0;
}

.slider-page .big-slider li{
	display: block;
	height: 1150px;
	width: 100%;
}

.slider-page .big-slider li img{
	width: 100%;
	height: 100%;

}

.title-round{
	margin: 135px auto 135px;
	height: 580px;
	width: 580px;
	background: url(../images/e2.png) center center no-repeat rgba(94,38,36,0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


.title-round2{
	width: auto;
	min-width: 920px;
	max-width: 1300px;
	margin: 0px auto;
	text-align:center;

}



.title-round ul{
	text-align: center;
	padding: 83px 0 0 0;
}

.title-round ul li{
	display: block;
	color: #fff;
	text-align: center;
	line-height: 72px;
	font-size: 36px;
}

.title-round ul li a{
	color: #fff;
	text-decoration: none;
}

.title-round ul li a:hover{
	text-decoration: underline;
}


.rasklad a{
	color: #450100;
	text-decoration: underline;
}

.rasklad div {
	padding-top: 30px;
	font-style: italic;
}

/************************************26.06*****************************/

.info-row{
	padding: 30px 0 50px 0;
}

.info-row .round{
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 203px;
	height: 120px;
	padding: 83px 0 0 0;
	background: url(../images/e1.png) center top no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.info-row .round a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #f7e788;
	background: #450100;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0;
}

.info-row .round a:hover{
	background: #5d0201;
}

.info-row .round a span{
	display: block;
}

.sheme-pop-up{
	display: none;
}

.info-pop-up .fancybox-skin{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.info-pop-up .fancybox-close{
	background: url(../images/close.png) center top no-repeat;
	width: 55px;
	height: 55px;
	right: 20px;
	top: 20px;
}

.about-text{
	display: none;
}

.about-text-in{
	background: url(../images/text-bg.jpg) center top no-repeat;
	width: 1204px;
	height: 854px;
}

.about-text .text{
	padding: 60px 0 0 60px;
	width: 550px;
	height: 750px;
	overflow-y: scroll;


}




.about-text .text p{
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin: 25px 0 15px 0;
}

.sheme-pop-up2{
	display: none;
	width: 820px;
}
