@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300&subset=latin,cyrillic);


:focus {
    outline: 0;
}

* {
    zoom: 1;
}

html {
    color: #393939;
    font-size: 18px;
    background-color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}

a:link, a:visited {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

body {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}

.clearfix {
    clear: both;
}

#container {
    position: relative;
    overflow: hidden;
}

.center {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
	text-align: center;
}

#top{
    background: url("../images/topback.png") top left repeat-x;
    background-size: auto 100%;
	background-position: top center !important;
	background-size: 30% !important;
	background-repeat: repeat-x !important;
}

#top .logo{
    font-size: 23px;
    color: #f4da81;
    font-family: 'PT Sans', sans-serif;
    text-decoration: none;
    display: inline-block;
    padding: 20px 0;
    margin-right: 50px;
    width: 340px;
    text-align: center;
	position: relative;
}/*
#top .logo::before {
    content: '';
    background: url('../images/vetka.png') center top no-repeat;
        background-size: auto;
    background-size: 100% 100%;
    width: 145px;
    height: 100px;
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
}
*/
#top .logo img{
    float: left;
    margin-right: 2px;
    height: 90px;
	width: auto;
}

#top .logo span.name{
    margin-top: -5px;
    display: block;
    white-space: nowrap;
}

#top .logo span.official{
    display: block;
    white-space: nowrap;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}
#top .weather{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #f4da81;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 30px 0;
}

#top .weather img{
    display: inline-block;
    vertical-align: top;
	width: auto;
}

#top .block{
    width: 490px;
    padding: 25px 0;
    display: inline-block;
    vertical-align: top;
}

.right{
    float: right;
}

.phone{
    padding-left: 35px;
    background: url("../images/phone.png") left center no-repeat;
    min-height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #f4da81;
    font-family: 'roboto_condensedbold';
    margin-bottom: 5px;
}


.phone a{
    color: #f4da81;
	text-decoration: none;
}
.location{
    padding-left: 35px;
    background: url("../images/earth.png") left center no-repeat;
    min-height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #f4da81;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.reestr{
    padding-left: 35px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #f4da81;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

#topmenu{
    background: url("../images/topmenu.png") left top repeat-x;
    background-size: auto 100%;
    position: relative;
    z-index: 10;
	font-size: 14px;
}

#topmenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

#topmenu ul li{
    height: 65px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #f4da81;
    padding: 0 8px;
    white-space: nowrap;
	line-height: 65px;
}

#topmenu ul li:hover{
    height: 63px;
    border: 1px dashed #f4da81;
}
#topmenu ul li.active{
	height: 63px;
    border: 1px dashed #f4da81;
}
#topmenu ul li a{
    color: #f4da81;
}

#topslider{
    position: relative;
    z-index: 5;
    height: 510px;
    margin-top: -65px;
    margin-bottom: 30px;
    max-width: 100%;
    /* max-width: 1360px; */
}

#topslider .slider{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#topslider .slider ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

#topslider .slider ul li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center center;
}

#topslider .slider ul li img{
    width: 100%;
    display: block;
}

#topslider .center{
    height: 100%;
}

#topslider .center .bronform{
    background: url("../images/bron.png") center top no-repeat;
	background-size: 100% 100%;
    position: absolute;
    width: 326px;
    /*height: 328px;*/
    text-align: center;
    top: 95px;
    left: 0;
	padding-bottom: 10px;
}

#topslider .center .bronform .title{
    width: 250px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #f4da81;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 60px;
    text-align: left;
}

#topslider .center .bronform .title img{
    float: right;
    vertical-align: top;
    margin-top: -5px;
	width: auto;
}

#topslider .center .bronform input[type=text]{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333333;
    background: url("../images/calendar.png") 200px center no-repeat #ffffff;
    width: 225px;
    border: none;
    padding: 0 10px;
    height: 55px;
    margin-bottom: 15px;
    font-size: 18px;
}
#topslider .center .action{
	background: url("../images/block2.png") left top no-repeat;
    /* background-size: auto; */
    background-size: 100% 100%;
	position: absolute;
    width: 450px;
	height: 0px;
	text-align: center;
	top: 95px;
	left: 670px;
	padding-bottom: 10px;
	color: #f4da81;
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	padding: 20px;
	display: table
}
#topslider .center .action span{
	display: table-cell;
    vertical-align: middle;
}
button, a.button{
    background: url("../images/button.png") left top repeat-x;
    background-size: auto 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border: none;
    font-weight: 300;
    padding: 15px 14px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

#topslider .discount{
    position: absolute;
    right: 0;
    top: 130px;
    background: url("../images/discount.png") left top no-repeat;
    height: 140px;
    line-height: 140px;
    width: 350px;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: right;
    padding-right: 15px;
	display: block;
    text-decoration: none;
}
#topslider .discount>span.big{
    font-size: 41pt;
    left: 32px;
    position: absolute;
    font-weight: bold;
}
#topslider .center a:before{
    content: "10";
    color: #ffffff;
    position: absolute;
    left: 28px;
    font-size: 56px;
    line-height: 48px;
	font-weight: 700;
	top: 45px;
}

#topslider .block{
    background: url("../images/block.png") left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f4da81;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    max-width: 670px;
    padding: 15px;
    margin-left: 400px;
}

#topslider .controls{
    position: absolute;
    bottom: 100px;
    right: 0;
}

#topslider .controls a{
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    width: 14px;
    height: 14px;
    border: 3px solid #f4da81;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#topslider .controls a.active{
    border: 3px solid #ffffff;
    width: 17px;
    height: 17px;
    margin-top: -3px;
}



h1{
    margin: 0;
    padding: 25px;
    font-size: 35px;
    color: #222222;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    text-align: center;
}

.fleft{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}


.fright{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

p{
    margin-top: 0;
	text-align: justify;
}

.bold{
    font-weight: bold;
}

.leftcol{
    float: left;
    width: 390px;
}

.rightcol{
    margin-left: 400px;
}

#content{
    margin-bottom: 20px;
}

#content ul{
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

#content ul li{
    background: url("../images/arrs.png") left center no-repeat;
    padding-left: 20px;
	text-align: left;
}

h2{
    margin: 0;
    padding: 10px;
    font-size: 35px;
    color: #222222;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    text-align: center;
    background: url("../images/line.png") center bottom no-repeat;
    margin-bottom: 20px;
}

.slider_numbers{
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.slider_numbers .slider{
    width: 100%;
    position: relative;
    padding: 25px 0;
}

.slider_numbers .slider ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.slider_numbers .slider ul li{
    width: 350px;
    height: 310px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin: 0 6px;

}

.slider_numbers .slider ul li.active{
    width: 400px;
    height: 340px;
    margin-top: -15px;
}

.slider_numbers .slider ul li.active .back{
    display: none;
}

.slider_numbers .slider ul li .more,.slider_numbers .slider ul li .bron{
    display: none;
}

.slider_numbers .slider ul li.active .bron{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    display: block;

}

.slider_numbers .slider ul li.active .more{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 100px 0 10px;
    background: url("../images/back.png") left top repeat-x;
    background-size: auto 100%;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.slider_numbers .slider ul li.active .more .morebutton{
    padding: 5px;
    border: 1px dashed #ffffff;
    color: #ffffff;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 7px;
    right: 5px;
    text-decoration: none;
}

.slider_numbers .slider ul li img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.slider_numbers .slider ul li .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: url("../images/back2.png") left top repeat;
    display: table;
}

.slider_numbers .slider ul li .back span{
    display: table-cell;
    text-align: center;
    padding: 20px 40px;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.slider_numbers .toleft{
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 20;
}

.slider_numbers .toright{
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 20;
}

#where{
    margin-bottom: 20px;
}

#where .center{
    background: url("../images/back.png") left top repeat-x;
    background-size: auto 100%;
    line-height: 70px;
    padding: 0 20px;
    max-width: 1100px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

#map{
    margin-bottom: 40px;
}

#map .leftcol{
    width :160px;
    float: left;
	text-align: center;
}

#map .leftcol .title{
    background: url("../images/back.png") left top repeat-x;
    background-size: auto 100%;
    line-height: 40px;
    padding: 0 10px;
    max-width: 1100px;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;

}

#map .leftcol img{
    margin-bottom: 15px;

}

#map .map{
    margin-left: 180px;
    position: relative;
}

#map .map img{
    width: 100%;
}

#map .map .rasp{
    position: absolute;
    top: 140px;
    right: 25px;
    background: url("../images/back.png") left top repeat-x;
    background-size: auto 100%;
    display: inline-block;
    width: 320px;
    padding: 20px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

h3{
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#map .map .rasp:before{
    content: url("../images/ugol.png");
    position: absolute;
    left: -15px;
    top: 40%;
}

#footer{
    padding: 20px 10px;
    background: url("../images/back.png") left top repeat-x;
    background-size: auto 100%;
}

#footer .logo{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

#footer .col1{
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
    padding: 10px 0;
    font-size: 20px;
    color: #f4da81;
}

#footer .col1 a{
    color: #f4da81;
    font-size: 16px;
}

#footer .col1 img{
    margin-bottom: -5px;
	width: auto;
}

#footer .col2{
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    font-size: 24px;
    color: #f4da81;
    font-weight: bold;
	text-align: center;
}
#footer .col2 a.metrika{
    display: block;
	margin-top: 10px;
}

#footer .col2 a{
    text-decoration: none;
    color: #f4da81;
}

#footer .col2 a span{
    text-decoration: underline;
}

#footer .col2 img{
    margin-bottom: -9px;
	width: auto;
}

#footer .col3{
    float: right;
    padding: 20px 0;
}

#topslider .slider2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#topslider .slider2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}

#topslider .slider2 ul li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#topslider .slider2 ul li img{
    width: 100%;
    display: block;
}

#topslider .block2{
    background: url("../images/block.png") left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #f4da81;
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    max-width: 670px;
    padding: 15px;
}



.leftcol2{
    float: left;
    width: 360px;
    margin-bottom: 30px;
}

.rightcol2{
    margin-left: 390px;
    line-height: 28px;
    margin-bottom: 30px;
}

h4{
    font-size: 30px;
    color: #222222;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}


.leftcol2 .sliderwrap{
    width: 100%;
    height: 950px;
    overflow: hidden;
    position: relative;
}

.leftcol2 .sliderwrap .toup{
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 20;

}

.leftcol2 .sliderwrap .todown{
    position: absolute;
    bottom: 0;
    left: 40%;
    z-index: 20;

}

.leftcol2 .sliderwrap .toup img,.leftcol2 .sliderwrap .todown img{
    display: block;
}

.leftcol2 .sliderwrap .slider{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.leftcol2 .sliderwrap .slider ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.leftcol2 .sliderwrap .slider ul li{
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    padding: 0 !important;
    background: none !important;
}

.leftcol2 .sliderwrap .slider ul li>img{
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
}

.leftcol2 .sliderwrap .slider ul li .back{
    display: none;

}

.leftcol2 .sliderwrap .slider ul li:hover .back{
    cursor: pointer;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/back2.png") left top repeat;
}

.leftcol2 .sliderwrap .slider ul li .back span{
    width: 100%;
    height: 310px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#content table{
    border-top: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
    width: 100%;
    border-collapse: collapse;
}

#content table thead{
    background-color: #640303;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#content table tbody{
    background-color: #e7e7e7;
    color: #575757;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#content table td{
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    min-height: 40px;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}

#content .price{
    max-width: 100%;
    overflow-x: auto;
}
.center .bronirovanie {
    width: 60%;
    margin: 8px auto;
    position: relative;
}
.bronirovanie .formBron {
    background: #782121;
    padding: 10px 15px;
    font-size: 16px;
    color: #fdfcea;
}
.center .bronirovanie .formBron .p50 {
    width: 310px;
    margin-bottom: 15px;
    position: relative;
    float: left;
}
.center .bronirovanie .formBron .p50 img {
    width: auto;
}
.center .bronirovanie .formBron .p50:nth-child(2n+2) {
    float: right;
}
.center .bronirovanie .formBron label sup {
    color: red;
}
.center .bronirovanie .formBron input[type=text] {
    width: 92%;
    height: 35px;
    padding: 0 10px;
    margin-top: 3px;
    border: none;
}
.center .bronirovanie .formBron .p100 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    clear: both;
}
.center .bronirovanie .formBron select {
    height: 35px;
    width: 100%;
    resize: none;
    background-color: white;
    cursor: pointer;
}
.center .bronirovanie .formBron textarea {
    width: 100%;
    position: relative;
    clear: both;
}
.center .bronirovanie .formBron .button {
    text-align: center;
}
.center .errors {
    border: 1px solid red;
    padding: 5px;
}
.center .googMail {
    border: 1px solid green;
    padding: 5px;
}
.center .errors .requiredlist>span {
    color: red;
}
.center .Allrecall{
    margin-top: 20px;
}
.center .Allrecall .recall{
    border-bottom: 1px solid #680305;
    border-top: 1px solid #680305;
    padding: 10px;
}
.center .Allrecall .recall_left {
    float: left;
    width: 20%;
}
.center .Allrecall .recall_left>span {
    font-weight: bold;
    font-size: 13pt;
}
.center .Allrecall .recall_left>p {
    margin-bottom: 0px;
    font-size: 10pt;
    text-align: center;
}
.center .Allrecall .recall_right {
    float: right;
    width: 80%;
    
}
.center .nomers {
    margin: 0px;
    padding: 0px;
    list-style: none;
	text-align: center;
}
#content .nomers li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 45%;
    text-align: center;
	background: none;
}
#content .nomers li div.reamoBlock>a.reamoLink {
    display: block;
    position: absolute;
    width: 450px;
    top: 0px;
    left: 31px;
    bottom: 0px;
    padding-top: 140px;
	background: url("../images/bron2.png") left top repeat;
    margin-bottom: 5px;
	color: #f4da81;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
	display: none;
}
#content .nomers li div.reamoBlock {
	position: relative;
}
#content .nomers li div.reamoBlock>img {
	width: auto;
}
#content .nomers li div.reamoBlock:hover a {
	display: block;
}
.center .nomers li:nth-child(2n+1) {
    margin-right: 50px;
}
.center .nomers li h3 {
    margin: 8px 0px;
}
.center .nomers li h3 a {
    padding: 5px;
	text-decoration: none;
}
.center .nomers li a img {
    border: 1px solid #7B0B0B;
}
#content .center .outerMap {
	margin: 0px auto;
	width: 60%;
}
#content .center .outerMap li{
	margin: 5px 0px;
}
#content .center .outerMap li a{
	text-decoration: none;
	padding: 5px 3px;
}
#content .center .outerMap .innerClass li{
	background: none;
    font-size: 12pt;
    list-style: initial;
    margin-left: 30px;
    padding-left: 0px;
}
#content .galleryImg ul li{
    background: none;
	margin: 10px 5px;
	display: inline-block;
}
#content .blockPano{
    
}
#content .blockPano .panoLeft{
    float: left;
	width: 49%;
}
#content .blockPano .panoRight{
    float: right;
	width: 50%;
}
#content .blockPano .panoRight a.Dtour {
    text-align: center;
    background: #fefcea;
    background: linear-gradient(to top, #F28111, #EB5605);
    width: 210px;
    display: block;
    margin: 3px auto;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}
#content .blockPano .VideoLeft{
    float: left;
	width: 48%;
}
#content .blockPano .VideoRight{
    float: right;
	width: 50%;
}
.center .textContact{
	width: 49%;
	float: left;
}
.center .mapContact{
	width: 49%;
	float: right;
}
#content .center ul.oldRecal{
	margin: 25px auto;
	width: 80%;
	list-style: none;
}
#content .center ul.recallArchive{
	margin: 0px;
	
	list-style: none;
}
#content .center ul.recallArchive li{
	margin: 0px;
	padding: 8px;
	background: none;
	border-bottom: 1px solid #7B0909;
	border-top: 1px solid #7B0909;
}
.center .oldRecal li{
	display: inline-block;
	margin: 8px 20px;
}
#CDSWIDEXC {
	margin: 0px !important;
}
#CDSWIDEXC {
	width: 100% !important;
}


.docs ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.docs ul li{
	float: none;
	display: inline-block;
}
.docs a{
	font-size: 12px;
	color: #fff;
}

.small{
	font-size: 12px;
	margin: 10px 0;
	text-align: left;
	clear: both;
}

.help-block{
	color: red;
}


