html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline:none;
}
/* HTML5 display-role reset for older browsers */
div, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    clear:both;
    *zoom:1;
    line-height: 1px;
}
.clearfix {
  display: block;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

.bx-core-waitwindow {
  display: none !important;
}
@font-face {
    font-family: 'pf_dintext_probold';
    src: url('../fonts/bold/pfdintextpro-bold-webfont.eot');
    src: url('../fonts/bold/pfdintextpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bold/pfdintextpro-bold-webfont.woff') format('woff'),
    url('../fonts/bold/pfdintextpro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pf_dintext_proitalic';
    src: url('../fonts/italic/pfdintextpro-italic-webfont.eot');
    src: url('../fonts/italic/pfdintextpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/italic/pfdintextpro-italic-webfont.woff') format('woff'),
    url('../fonts/italic/pfdintextpro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dintext_promedium';
    src: url('../fonts/medium/pfdintextpro-medium-webfont.eot');
    src: url('../fonts/medium/pfdintextpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/medium/pfdintextpro-medium-webfont.woff') format('woff'),
    url('../fonts/medium/pfdintextpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pf_din_text_cond_probold';
    src: url('../fonts/condbold/pfdintextcondpro-bold-webfont.eot');
    src: url('../fonts/condbold/pfdintextcondpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/condbold/pfdintextcondpro-bold-webfont.woff') format('woff'),
    url('../fonts/condbold/pfdintextcondpro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dintext_proregular';
    src: url('../fonts/regular/pfdintextpro-regular-webfont.eot');
    src: url('../fonts/regular/pfdintextpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/regular/pfdintextpro-regular-webfont.woff') format('woff'),
    url('../fonts/regular/pfdintextpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*-----------------------------------------------------------------*/
body {
    line-height: 1;
    font-size:14px;
    font-family: 'pf_dintext_promedium';
    position: relative;
    color: #333333;
    background: #ffffff;
} 
a {
    cursor: hand;
    cursor:pointer;
    color: #333333;
}
input{
   outline: 0;
}
a:hover {
    text-decoration:none;
}
.header-outer{
    background: url(../img/bg-header-white.png) repeat-x 0 91px;
    height: 310px;
    width: 100%; 
    z-index: 10;
    position: relative;
}
.header{
    width: 1000px;
    margin: 0 auto;
    height: 310px;
    position: relative;
}
.header a.logo{
    font-family: 'pf_dintext_proitalic';
    background: url(../img/logo.png) no-repeat;
    width: 188px;
    height: 100px;
    position: absolute;
    top:20px;
    text-transform: uppercase;
    color: #88caee;
    font-style: italic;
    text-decoration: none;
    padding-top: 112px;
    text-align: center;
    font-size: 15px;
}
.spec-predl{
    position: absolute;
    background: url(../img/icon_spec.png) no-repeat;
    padding-left: 58px;
    line-height: 18px;
    height: 46px;
    padding-top: 7px;
    top: 25px;
    left: 257px;
}
.vyzov{
    position: absolute;
    background: url(../img/icon_bag.png) no-repeat;
    padding-left: 78px;
    line-height: 18px;
    height: 46px;
    padding-top: 7px;
    top: 25px;
    left: 495px;
}
.contact{
    position: absolute;
    line-height: 30px;
    top: 35px;
    right: 0px;
    font-size: 30px;
    font-family: 'pf_dintext_probold';
    color:#3c5a71;
}

.time-work{
    position: absolute;
    line-height: 14px;
    top: 72px;
    right: 0px;
    font-size: 13px;
    font-family: 'pf_dintext_promedium';
    color:#6e6e6e;
    text-align: right;
}
span.code{
    color:#86c7ea;
}
.order-call{
    background: url(../img/order-call.png) no-repeat right;
    width: 149px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0px;
    top: 110px;
    color: white;
    text-decoration: none;
    padding-right: 9px;
    text-align: right;
    line-height: 28px;
    font-size: 13px;
}
.top-menu{
    bottom: 8px;
    position: absolute;
}
.top-menu ul{

}
.top-menu ul li{
    display: block;
    float: left;
}
.top-menu ul li a{
    color:#666666;
    text-decoration: none;
    font-family: 'pf_din_text_cond_probold';
    font-size:16px;
    text-transform: uppercase;
    margin: 18px 0;
    display: block;
    padding: 0 34px;
}
.top-menu ul li a.first{
    padding-left: 0px;
}
.top-menu ul li a.last{
    padding-right: 0px;
}
.top-menu ul li a:hover{
    text-decoration: underline;
}
.calc-outer{
    background: url(../img/bg-calc.png);
    width: 100%;
    position: relative;
    margin-top: -8px;
    z-index: 1;
    position: relative;
}
.calc{
    width: 1000px; 
    margin: 0 auto;  
}
.calc-title{
    font-size: 30px;
    color: white;
    text-align: center;
    display: block;
    font-family: 'pf_dintext_promedium';
    text-transform: uppercase;
/*    text-shadow: 2px 2px 2px #79bee6;
filter: dropshadow(color=#79bee6, offx=2, offy=2);*/
padding: 19px 0;
}
.calc-title span{
    display: block;
    padding: 10px 0;
    width: 480px;
    font-size: 30px;
    text-align: center;
    font-family: 'pf_dintext_promedium';
    text-transform: uppercase;
    margin: 0 auto;
}
.hid-calc-title span{
    color: #81c0e2;
    background: white url(../img/arrow_eleg.gif) no-repeat 465px 14px;
    padding-right: 25px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    /*    line-height: 35px;*/
}
.calc-block{
    width: 1000px;
    /*height: 570px;*/
    background: white;
    -webkit-box-shadow:  0px 0px 1px 1px #77bce5;
    box-shadow:  0px 0px 1px 1px #77bce5;
    margin-bottom: 20px;
    position: relative;
}
.calc-block-hid{
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 527px;
    position: absolute;
    background: url(../img/bg-calc-block.png);
    z-index: 200;
    display: none;
}

.preloader{
    width: 32px;height: 32px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -16px -16px 0 0; 
}

.calc-body{
    padding: 10px 30px 15px 30px;

}
.calc-footer{
    /*height: 130px;*/
    width: 1000px;
    background: #f9f9f9;
}
.rooms{
    border-bottom: 1px solid #e5e5e5;
}
.one-room{
    float: left;
    line-height: 25px;
}
.one-room .name-room{
    color: #4281a3;
    /*border-bottom: 1px dashed #4281a3;*/
}
.one-room .room.active .name-room{
    color: #4281a3;
    border-bottom: 1px dashed #4281a3;
}
.one-room .price-room{
    color:#a8a8a8;
}
.add-room{
    background: url(../img/btn-add-room.png) no-repeat;
    color: white;
    padding: 5px 12px;
    display: inline-block;
    margin-left: 15px;
    width: 138px;
    height: 26px;
}
.rooms-body{
    margin-top: 20px;
}
.rooms-body-left{
    width: 455px;
    float: left;
}
.rooms-body-right{
    width: 455px;
    float: right;
}
.rooms-body-left-item{
    margin-bottom: 12px;
}
.rooms-body-left-item .title{
    line-height: 28px;
    color: #666666;
}
.q{
    background: url(../img/q.png) no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
    cursor:hand;
    cursor: pointer;
}
.calc-input-outer{
    width: 105px;
    height: 28px;
    background: url(../img/calc-input.png) no-repeat;
    border:0px;
    float: right;
}
.calc-input{
    margin: 2px 0px 10px 10px;
    line-height: 20px;
    width: 78px;
    border: 0px;
    color: #63a5c9;
    background: none;
}
table.result{
    width: 100%;
}
table.result td{
    padding: 13px 11px;
    text-align: center;
    color:#666666;
}
table.result td.first{
    width: 55%;
    text-align: left;
}
table.result td.last{
    width: 30%;
}
tr.gr{
    background: #f3f3f3;
}
tr.gr td.first{
    border-right:1px solid white;
}
tr.gr td.last{
    border-left:1px solid white;
}
.free-call{
    color: #5597bc;
    text-transform: uppercase;
    line-height: 20px;
}
.calc-footer-inner{
    padding: 10px 30px 15px 30px;
}
.free-call-name, .free-call-phone{
    border: 1px solid #cccccc;
    padding: 7px 6px;
    float: left;
    margin: 0;
    width: 145px;
    font-style: italic;
    font-size: 13px;
}
.free-call-inp{
    margin-top: 7px;
}
.free-call-name{
    border-right: 0px;
}
.btn-send{
    width: 105px;
    height: 32px;
    display: inline-block;
    background: url(../img/btn-send.png) no-repeat;
    line-height: 32px;
    text-align: center;
    color: white;
    margin-left: 32px;
}
.rooms-body-right .prim{
    color: #999999;
    width: 170px;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    line-height:16px;
}
.rooms-body-right .price{
    font-size: 24px;
    float: right;
    /*margin-top: 37px;*/
}
.rooms-body-right .price span{
    font-size: 40px;
}
.middle-outer{
    width: 100%;
}
.middle{
    width: 1000px;
    margin: 35px auto;
    font-family: 'pf_dintext_proregular';
}
.middle .title{
    color:#666666;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'pf_dintext_proregular';
}
.middle .spec{
    padding: 20px 0px; 
}
.spec-item{
    width: 227px;
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}
.spec-item-img{
    margin-bottom: 10px;
    display: block;
    width:227px;
    height: 140px;
    overflow: hidden;
}
.spec-item-name{
    margin-bottom: 10px;
    display: block;
    line-height: 16px;
}
.spec-item-price{
    padding: 5px 20px;
    color:white;
    background: #86c7ea;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 20px;
}
.spec-item-price:hover{

    background: #289FE2;

}
.spec-item-price .r{
    font-size: 14px;
}
.spec-item.last{
   margin-right: 0px;
}
.middle p{
    line-height: 18px;
    margin: 25px 0;
    font-family: 'pf_dintext_proregular';
}
.sep-line{
    width: 100%;
    border-bottom: 1px dashed #cccccc;
    line-height: 1px;
    margin-bottom: 20px;
}
.footer-outer{
    background: #86c7ea;
    height: 100px;
}
.footer{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.copy{
    float: left;
    color:white;
    padding-top: 20px;
}
.aisol{
    float: right;
    margin-top: 10px;
    width: 220px;
    position: relative;
    line-height: 45px;
    color: white;
    text-decoration: none;
}
.aisol img{
    position: absolute;
}
.aisol a{
    float: left;
    color: white;
    text-decoration: none;

}
.soc{
    position: absolute;
    width: 300px;
    left: 311px;
    top: 10px;
}
.soc ul li{
    float: left;
    margin-right:10px; 
}
.del-room{
    background: url(../img/del-room.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}
.sel-reg{
    position: absolute;
    right: 10px;
    top:10px;
}
.reg-list{
    position: absolute;
    top:20px;
    text-align: right;
    right: 0;
    background: white;
    padding: 10px 20px;
    border:1px solid #e3e3e3;
    -webkit-box-shadow:  0px 0px 2px 1px #e3e3e3; 
    box-shadow:  0px 0px 2px 1px #e3e3e3;
    display: none;
    z-index: 1000;
}
.active-reg{
    color: #8d8d8d;
}
.reg-list.active{
    display: block;
}
.active-reg a{
    color: #7dbde2;
    background: url(../img/selreg-tr.png) no-repeat center right;
    padding-right: 10px;
    text-decoration: none;
    border-bottom: 1px dashed #7dbde2;
}
.reg-list li{
    margin-bottom:10px; 
}
.reg-list li:last-child{
    margin-bottom:0px; 
}
.reg-list a{
    color:#7dbde2;
}
.reg-list a.active{
   background: url(../img/selreg-tr2.png) no-repeat center left;
   padding-left: 10px;
}
.feedback-item-title{
    background: #f3f3f3;
    padding: 10px;
    color:#666666;
    font-weight: bold;
}
.feedback-item-feed{
    color: #666;
    margin-bottom: 50px;
}
.pager{
    text-align: center;
}
.pager a{
    color:#65a7ca;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    line-height: 15px;
    width: 15px;
    height: 15px;
}
.pager a:hover{
    text-decoration: underline;
}
.pager span{
    color:#65a7ca;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    line-height: 15px;
    width: 15px;
    height: 15px;
}
.pager span.active{
    background: #65a7ca;
    color:white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.catalog-list{
    width: 1000px;
}
.catalog-list h2{
    color: #666666;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 600px;
}
.catalog-item{
    width: 710px;
    padding: 10px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    float: left;
}
.catalog-item-img{
    float: left;
    width: 330px;
}
.catalog-item-descr{
    float: right;
    width: 370px;
}
.catalog-item-table{
    width: 100%;
}
.catalog-item-table td{
    padding: 20px 15px;

}
.catalog-item-img .price{
    background: #f3f3f3;
    padding: 10px;
    color:#666666;
    font-size: 14px;
    margin-top: 25px;
}
.catalog-item-img .price .big-price{
    background: #f3f3f3;
    color:#ffab01;
    font-size: 40px;
}
.catalog-send-form{
    background: #f3f3f3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
    float: right;
    width: 200px;
}
.catalog-send-form  .title-send-form{
    color:#333333;
    font-size: 18px;
    line-height: 20px;
}
.txt-imp{
    border:1px solid #cccccc;
    padding: 3px 10px;
    margin: 10px 0;
    background: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.txt-imp input{
    border:0;
    color:#aaaaaa;
    font-size: 13px;
    line-height: 14px;
    height: 25px;
    width: 175px;
}
.send-form-btn{
    background: #7ec2e8;
    color:white;
    padding: 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 0px;
    display: inline-block;
    margin-left: 55px;
}
.send-form-btn:hover{
    background: #289FE2;
}
.gallery1{
    float: left;
    text-align: center;
    margin: 5px 20px 35px;
}
.div_a img{
    margin-bottom: 10px;
    border: 4px solid #ccc;
}
.hid-calc{
    display: none;
}
.cityOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../fancy/fancybox_overlay.png);
    z-index: 9000;
}
.cityListOverlay{
    position: fixed;
    background: white;
    width: 280px;
    height: 240px;
    left: 50%;
    top: 200px;
    margin: 0px 0px 0 -140px;
    padding: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 28px;
}
.cityOveralayTitle{
    font-size: 52px;
}
.cityOveralayTitle span{
    display: block;
    font-size: 14px;
}
.cityOverlayBody{
    margin-top: 20px;
}
.cityOverlayOne{
    margin-bottom: 5px;
}
.cityOverlayOneLink.active{
    color: #ed1c24;
    background: url(../img/tick.gif) no-repeat center left;
    padding: 0 0 0 15px;
    margin-left: -15px;
}
.cityOverlayClose{
    display: block;
    width: 17px;
    height: 17px;
    font-size: 1px;
    line-height: 1px;
    background: url(../img/cls.png) 0 0 no-repeat;
    position: absolute;
    right: 11px;
    top: 11px;
}
.cityOverlayClose:hover{
    background: url(../img/cls.png) 0 -17px no-repeat;
}
.middle ul li{
    list-style: disc;
    list-style-position: inside;
    line-height: 18px
}
.banner_new_year{
    position: absolute;
    display: block;
    top: 85px;
    left: 260px;
    background: url(../img/banner_sale.png) no-repeat;
    width: 431px;
    height: 59px;
}
.banner_podarok{
    position: absolute;
    display: block;
    top: 85px;
    left: 260px;
    background: url(../img/banner4.png) no-repeat;
    width: 431px;
    height: 59px;
}
.rooms-body-left-comment{
    font-size: 11px;
    color:#666666;
    display:inline-block;
    margin-bottom:10px;
}
.banner-outer{
    padding: 13px 0 0 0;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: center;
    width: 100%;
    background: url(../img/header-sep.png) repeat-x 0 0px;
}
.feedback-form{
   margin-top: 30px;
    color:#666;
}
.feedback-form input[type="text"]{
    border: 1px solid  #B3AFAF;
    color: #666666;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 300px;
    height: 30px;
    line-height: 25px;
    padding: 0 20px;
    font-family: pf_dintext_proregular;
}
.feedback-form textarea{
    border: 1px solid  #B3AFAF;
    color: #666666;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 500px;
    height: 130px;
    line-height: 18px;
    padding: 5px 20px;
    font-family: pf_dintext_proregular;
}
.feedback-form li{
    list-style: none!important;
    margin-bottom: 10px;
}
.feedback-form li span{
    width: 200px;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    float: left;
    margin-top: 5px;
}
.send_feed{
    /*width: 105px;*/
    height: 32px;
    display: inline-block;
    background: #5cc4e8;
    line-height: 32px;
    text-align: center;
    color: white;
    margin-left: 32px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 0 20px;
    margin-left: 220px;
}
.send_feed:hover{
background: #65a7ca;
}
.form-help{
    padding-top: 20px;
}


/*Animation Prefs*/
/*@-webkit-keyframes pulse {*/
    /*0% {color: #45CEEF!important;}*/
    /*25% {color: #FFF5A5!important;}*/
    /*50% {color: #FFD4DA!important;}*/
    /*75% {color: #99D2E4!important;}*/
    /*100% {color: #D8CAB4!important;}*/
/*}*/

.orange {
    -webkit-animation: pulse 10s infinite alternate;
    color: red!important;
    text-decoration: underline!important;
}
.bottom-f-c{
    margin-top:10px;
    color: #616060;
    text-transform: none;
}
.ny2015{
    font-size: 50px;
    color: #289FE2;
}
.banner-outer {
    padding: 23px 0 0 0;
}