@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?ee0ici');
	src:url('fonts/icomoon.eot?#iefixee0ici') format('embedded-opentype'),
		url('fonts/icomoon.woff?ee0ici') format('woff'),
		url('fonts/icomoon.ttf?ee0ici') format('truetype'),
		url('fonts/icomoon.svg?ee0ici#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-rub:before {
	content: "\e600";
}

@font-face {
    font-family: 'Open Sans';
    src: url('/public/skin/styles/fonts/OpenSans-Regular-webfont.eot');
    src: url('/public/skin/styles/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/skin/styles/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/public/skin/styles/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/public/skin/styles/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans';
    src: url('/public/skin/styles/fonts/OpenSans-Bold-webfont.eot');
    src: url('/public/skin/styles/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/skin/styles/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('/public/skin/styles/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/public/skin/styles/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('/public/skin/styles/fonts/OpenSans-Light-webfont.eot');
    src: url('/public/skin/styles/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/skin/styles/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/public/skin/styles/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/public/skin/styles/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Light';
    src: url('OpenSans-LightItalic-webfont.eot');
    src: url('OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-LightItalic-webfont.woff') format('woff'),
         url('OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PFDinTextCondPro-Regular';
    src: url('/public/skin/styles/fonts/pfdintextcondpro-regular-webfont.eot');
    src: url('/public/skin/styles/fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/skin/styles/fonts/pfdintextcondpro-regular.woff') format('woff'),
         url('/public/skin/styles/fonts/pfdintextcondpro-regular.ttf') format('truetype'),
         url('/public/skin/styles/fonts/pfdintextcondpro-regular.svg#PFDinTextCondProRegular') format('svg');
}
@font-face {
    font-family: 'PFHandbookPro-Regular';
    src: url('/public/skin/styles/fonts/pfhandbookpro-regular-webfont.eot');
    src: url('/public/skin/styles/fonts/pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/skin/styles/fonts/pfhandbookpro-regular.woff') format('woff'),
         url('/public/skin/styles/fonts/pfhandbookpro-regular.ttf') format('truetype'),
         url('/public/skin/styles/fonts/pfhandbookpro-regular.svg#PFHandbookProRegular') format('svg');
}
@font-face {
    font-family: 'PFHandbookPro-Bold';
    src: url('/public/skin/styles/fonts/pfhandbookpro-bold-webfont.eot');
    src: url('/public/skin/styles/fonts/pfhandbookpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/skin/styles/fonts/pfhandbookpro-bold.woff') format('woff'),
         url('/public/skin/styles/fonts/pfhandbookpro-bold.ttf') format('truetype'),
         url('/public/skin/styles/fonts/pfhandbookpro-bold.svg#PFHandbookProBold') format('svg');
    font-weight:bold;
}

@font-face {
    font-family: 'PFDinTextCondPro-Medium';
    src: url('/public/skin/styles/fonts/pfdintextcondpro-medium-webfont.eot');
    src: url('/public/skin/styles/fonts/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/skin/styles/fonts/pfdintextcondpro-medium.woff') format('woff'),
         url('/public/skin/styles/fonts/pfdintextcondpro-medium.ttf') format('truetype'),
         url('/public/skin/styles/fonts/pfdintextcondpro-medium.svg#PFDinTextCondProMedium') format('svg');
}

html,body {
    font-family:'Open Sans',sans-serif;
    font-size:14px;
    color:#000;
    line-height:25px;
    background-color:#fff;
}
html,body {
    min-width:1000px;
    min-height:100%;
    height:100%;
}
html body {
    opacity:0.999;
}
input,textarea {
    font-family:'Open Sans',sans-serif;
    font-size:14px;
    resize: none;
}
#wrapper {
    max-width:1920px;
    margin:0 auto;
    position:relative;
    height:100%;
    min-height:100%;
    height:auto !important;
}
#wrapper .page-bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:top center;
    background-image:url(/img/page-bg.jpg);
    background-size:cover;
    opacity:0.8;
    filter:Alpha(opacity=80);
    z-index:0;
}
#wrapper .page-bg .mask {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#8f1605;
    opacity:0.6;
    filter:Alpha(opacity=50);
    z-index:0;
}
body.index #wrapper .page-bg,body.index #wrapper .page-bg .mask {
    display:none;
}
#wrapper #inner-wrapper {
    padding-bottom:164px;
}
.clear {
    clear:both;
    overflow:hidden;
    height:0;
    line-height: 0;
    font-size:1px;
}
.centered {
    text-align:center;
}
body a {
    color:#a1292b;
    text-decoration:underline;
}
body a:hover {
    text-decoration:none;
}

.center-col {
    width:1000px;
    margin:0 auto;
}

body .center-col {
    width:1000px;
}
body .center-col.wide-col{
    width:auto;
    max-width:1260px;    
}
body.index .center-col {
    width:auto;
    min-width:1000px;
    max-width:1304px;
}
footer {
    color:#fff;
    height:164px;
    background-color:#232323;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
footer .center-col {
    position:relative;
    padding-top:46px;
}
footer #copyright_text {
    float:left;
    padding-left:5px;
}
footer a#sitedesign {
    margin-top:33px;
    margin-right:60px;
    float:right;
    color:#ffefd0;
    text-decoration:none;
}
footer a#sitedesign span {
    color:#fff;
}
footer a#sitedesign:hover {
    color:#fff;
}

header {
    background-color:#fff;
    height:117px;
    position:relative;
}
header .center-col {
    padding:10px 0;
}

#logo {
    width:334px;
    height:141px;
    display:block;
    float:left;
    position:relative;
}
#logo:after {
    content:' ';
    position:absolute;
    z-index:3;
    bottom:-13px;
    left:-13px;
    background:url(/img/logo-circle.png) no-repeat center;
    width:140px;
    height:122px;
}
#logo img {
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:4;
}
.slogan {
    float:left;
}
nav {
    float:left;
    padding:17px 0 18px;
}
.mainmenu {
    float:left;
    max-width:270px;
}
.mainmenu li {
    float:left;
    text-transform: uppercase;
    margin:4px 0;
    width:82px;
}
.mainmenu li.wide {
    width:123px;
}
.mainmenu li a {
    font-family:'PFDinTextCondPro-Regular', Arial;
    font-size:16px;
    line-height:20px;
    letter-spacing:0.25pt;
    color:#2e2024;
    text-decoration:none;
    padding:2px;
    position:relative;
    display:inline-block;
    text-align:center;
    background:#fff;
}
.mainmenu span {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #4d4c4d;
	opacity: 0;
        margin-top:10px;
        filter:Alpha(opacity=0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
footer .mainmenu a span {
    background:#fff;
}
footer .mainmenu li a {
    background:#232323;
}
header .mainmenu li.active a span,.mainmenu  a:hover span,
.mainmenu  a:focus span {
	opacity: 1;
        filter:Alpha(opacity=100);
        margin-top:-2px;
}
.mainmenu li a:hover,.mainmenu li.active a {
}
.mainmenu li.active a {
}

header .slogan {
    font-family:'Open Sans Light',sans-serif;
    padding-top:29px;
    padding-left:27px;
    padding-right:40px;
    color:#404040;
    letter-spacing:0.7pt;
    line-height:23px;
}
header ul.mainmenu li.yellow a {
    background:#ffe400;
}
header .contact-info {
    float:right;
}
header .contact-info .map-link {
    float:left;
    display:inline-block;
    margin-top:46px;
    margin-left:40px;
    position:relative;
    font-family:'PFHandbookPro-Regular',Arial;
    font-size:20px;
    letter-spacing:0.25pt;
    background:#fff;
}
header .contact-info .map-link .balloon {
    display:block;
    position:absolute;
    z-index:0;
    top:-32px;
    left:-69px;
    width:69px;
    height:64px;
}
header .contact-info .contact-block {
    float:right;
    background:#363333;
    color:#fff;
    padding:14px;
    padding-bottom:17px;
    padding-left:25px;
    margin-left:25px;
    top:25px;
    padding-right:54px;
    padding-right:25px;
    position:relative;
    z-index:7;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

header .contact-info .contact-block .arrow {
    display:none;
    cursor:pointer;
    background:url(/img/icon-header-arrow-down.png) no-repeat center;
    width:11px;
    height:9px;
    position:absolute;
    top:23px;
    right:28px;
    background-color:#363333;
}
header .contact-info .contact-block .arrow:hover {
    opacity:0.5;
    filter:Alpha(opacity=50);
}
header .contact-info .contact-block .phone {
    font-family:'PFDinTextCondPro-Medium',Arial;
    font-size:22px;
    letter-spacing:0.5pt;
    background:#363333;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    position:relative;
    z-index:1;
}
header .contact-info .contact-block .phone .phone-code {
    color:#fae4d3;
}
header .contact-info .contact-block .address {
    background:#363333;
    padding-top:6px;
    padding-left:4px;
    line-height:24px;
    font-family:'PFDinTextCondPro-Regular',Arial;
    font-size:18px;
    letter-spacing:0.2pt;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    position:relative;
    z-index:1;
}
footer .contact-info {
    float:left;
}

footer .mainmenu li a {
    color:#fff;
}

#main-pic {
    width:100%;
    height:450px;
    position:relative;
}
#main-pic .pic_bg { 
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:1;
}
#main-pic .pic_bg.sec {
    z-index:0;
}
#main-pic .pic_bg img {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-965px;
}

#main-pic .centered,#main-pic .review {
    z-index:2;
    position:relative;
}
footer .slogan {
    color:#9e9e9e;
    float:none;
    font-family:'Open Sans Light',sans-serif;
}

footer .copyright {
    color:#ffebc1;
    padding-top:10px;
    font-family:'Open Sans Light',sans-serif;
}

footer #process-logos {
    float:left;
    margin-top:4px;
    margin-left:35px;
    margin-right:50px;
}

footer #process-logos span {
    display:inline-block;
    background-position:center;
    background-repeat:no-repeat;
    height:61px;
}

footer #process-logos span.mastercard {
    background-image:url(/img/icon-logo-mastercard.png);
    width:101px;
}
footer #process-logos span.visa {
    background-image:url(/img/icon-logo-visa.png);
    width:77px;
}

footer {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    
}
footer .contact-info {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    position:relative;
    top:-4px;
    background:#2d2d2d;
    text-align:center;
    padding:17px 37px;
    padding-right:46px;
}
footer .contact-info .address {
    display:none;
}
footer .contact-info .map-link {
    color:#fff;
    display:inline-block;
    position:relative;
    font-family:'PFHandbookPro-Regular',Arial;
    font-size:18px;
    margin-left:40px;
    letter-spacing:0.25pt;
}
footer .contact-info .map-link:before {
    content:' ';
    position:absolute;
    z-index:0;
    background:url(/img/icon-location-footer.png) no-repeat left center;
    top:-9px;
    left:-49px;
    width:40px;
    height:39px;
}

footer .contact-info .contact-block .phone {
    padding-top:8px;
    font-family:'PFDinTextCondPro-Medium',Arial;
    font-size:20px;
    letter-spacing:0.2pt;
    margin-left:6px;
}
footer .contact-info .contact-block .phone .phone-code {
    color:#fae4d3;
}
footer .mainmenu {
    max-width:320px;
}
footer .mainmenu li {
    width:88px;
}
footer .mainmenu li.wide {
    width:130px;
}

#main-pic .photos-lines {
    position:absolute;
    left:80px;
    top:104px;
    bottom:162px;
    width:24px;
    z-index:3;
}
#main-pic .photos-lines .desc {
    display:none;
}

#main-pic .photo-section {
    display:none;
}
#main-pic .photo-section.active {
    display:block !important;
}
@media only screen and (min-width: 1300px) {
    #main-pic .photos-lines {
        right:auto;
        left:80px;
    }
}
#main-pic .photos-lines li {
    height:20%;
    position:relative;
    cursor:pointer;
}
#main-pic .photos-lines li span {
    position:absolute;
    top:0;
    right:0;
    bottom:3px;
    background:#ebcdb5;
    width:16px;
    z-index:3;
     -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;    
    transition: all 0.1s ease;    
}
#main-pic .photos-lines li.active {
    cursor:default;
}
#main-pic .photos-lines li.active span {
    background:#bd3232;
    width:24px;
}
#main-pic .photos-lines li:hover span {
    width:24px;
}
#main-pic ul.titles {
    display:inline-block;
    padding-top:0;
}
#main-pic ul.titles li {
    margin-left:100px;
    float:left;
}
#main-pic ul.titles li:first-child {
    margin-left:0;
}
#main-pic ul.titles li a {
    font-family:'PFHandbookPro-Bold',Arial;
    font-size:26px;
    font-weight:bold;
    color:#fff;
    border-bottom:4px solid #fff;
    text-decoration:none;
    text-transform:uppercase;
    padding:7px 0;
    margin:0 20px;
}
#main-pic ul.titles li a:hover {
    border-bottom:none;
}
#main-pic ul.titles li a.active {
    color:#fff;
    background:#2a2a2a;
    text-decoration:none;
    border-bottom:none;
    padding:7px 20px;
    margin:0;
}

#main-pic .title {
    font-size:42px;
    line-height:42px;
    font-family:'PFHandbookPro-Bold',Arial;
    font-weight:bold;
    color:#7d3636;
    text-transform:uppercase;
    position:relative;
    display:inline-block;
}
#main-pic .title .row div {
    display:inline-block;
    text-align: center;
    background:url(/img/text-bg.png) repeat;
    width:100%;
}
#main-pic .title .row div span {
    position:relative;
    top:-5px;
    line-height:64px;
    padding:0 20px;
    margin:5px;
}
#main-pic .title .row,#main-pic .title .row2 {
    max-width:670px;
}
#main-pic .title .row2 .price {
    display:table-cell;
    vertical-align:top;
    background:none;
    padding:0;
    margin:0;
    width:50px;
}
#main-pic .title .row2 .price span {
    background:#ffe2c1;
    padding:8px 20px;
    margin:8px 5px;
    color:#c12222;
    text-transform:none;
    display:inline-block;
    white-space:nowrap;
    line-height:42px;
    top:auto;
    margin-left:0;
}
#main-pic .title .row2 .book-cont {
    display:table-cell;
    vertical-align:top;
    padding:0;
    margin:0;
    background:none;
    perspective: 1500px;
    -webkit-perspective: 1500px;
    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -o-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
}
#main-pic .title .row2 .btn-book {
    display:block;
    float:left;
    vertical-align:top;
    background:#a12929;
    color:#ffe2c1;
    padding:8px 20px;
    margin:8px 5px;
    margin-right:0;
    z-index:1;
    text-decoration:none;
    font-family:'PFDinTextCondPro-Medium',Arial;
    font-size:31px;
    font-weight:normal;
    position:relative;
    perspective: 200px;
    -webkit-perspective: 200px;
    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -o-transform-style: preserve-3d; 
    transform-style: preserve-3d; 
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden; 
    -o-backface-visibility: hidden; 
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;    
    transition: all 0.2s ease;    
    -webkit-background-clip:padding-box; /* IOS fix */
    background-clip:padding-box; /* IOS fix */
}
#main-pic .title .row2 .btn-book.notr {
    -webkit-transition: none;
    -webkit-transform: none; 
}
#main-pic .title .row2 .s1 .btn-book {
    transform: rotateY(30deg) skewY(5deg); 
    -moz-transform: rotateY(30deg) skewY(5deg); 
    -webkit-transform: translateZ(100px) rotateY(30deg) skewY(5deg); 
    -o-transform: rotateY(30deg) skewY(5deg); 
}
#main-pic .title .row2 .s2 .btn-book {
    transform: rotateY(-30deg) skewY(-5deg); 
    -moz-transform: rotateY(-30deg) skewY(-5deg); 
    -webkit-transform: translateZ(100px) rotateY(-30deg) skewY(-5deg); 
    -o-transform: rotateY(-30deg) skewY(-5deg); 
}
#main-pic .title .row2 .btn-book span {
    position:absolute;
    margin:0;
    padding:0;
    width:46px;
    height:44px;
    bottom:-50px;
    left:50%;
    margin-left:-23px;
    background:url(/img/btn-arrow.png) no-repeat center;
}
#main-pic .title .best-price {
    position:absolute;
    width:90px;
    height:92px;
    background:url(/img/best-price.png) no-repeat center;
    left:-53px;
    bottom:-49px;
    z-index:1;
}

#main-pic .review {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    min-height:100px;
}

#main-pic .review:before {
    content:' ';
    background:#2c2c2c;
    opacity:0.6;
    filter:Alpha(opacity=60);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:0;
}

#main-pic .review .center-col {
    position:relative;
    z-index:1;
}
#main-pic .review .review-text .in {
    height:26px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
#main-pic .review .review-text .in a {
    color:#fff;
    text-decoration:none;
}
#main-pic .review .review-text .in a:hover {
    text-decoration:underline;
}
#main-pic .review .review-text {
    margin-right:350px;
    color:#fff;
    line-height:26px;
    font-family:'Open Sans Light',sans-serif;
    font-size:16px;
    position:relative;
    padding:25px 0;
    padding-left:10px;
}
#main-pic .review .review-text:after {
    content:' ';
    position:absolute;
    right:-45px;
    top:33px;
    background:url(/img/icon-quote-white.png) no-repeat center;
    width:35px;
    height:22px;
}
#main-pic .review .avatar {
    border-radius:80px;
    width:80px;
    height:80px;
    position:absolute;
    left:14px;
    top:8px;
    overflow:hidden;
    background:#fff;
}

#main-pic .review .avatar img {
    position:absolute;
    left:-20px;
    top:-10px;
}

#main-pic .review .btn-review {
    color:#000;
    font-size:16px;
    text-decoration:none;
    border:1px solid #fff;
    padding:6px 20px;
    text-align:center;
    position:relative;
    color:#fff;
    position:absolute;
    right:23px;
    top:50%;
    margin-top:-20px;
}
#main-pic .review .btn-review:hover {
    border-color:#666;
}
#main-pic .review .btn-review:hover:before {
    background-color:#2a2a2a;
}
#main-pic .review .btn-review:before {
    content:' ';
    background:#4a4445;
    opacity:0.9;
    filter:Alpha(opacity=90);
    position:absolute;
    z-index:0;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
#main-pic .review .btn-review span {
    position:relative;
    z-index:1;
}

#promo {
    height:380px;
    background:url(/img/bg2.jpg) no-repeat center;
    position:relative;
}

header:after,#promo:after {
    content:' ';
    max-width:715px;
    position:absolute;
    width:715px;
    height:19px;
    background:url(/img/shadow.png) no-repeat center;
    bottom:-19px;
    left:50%;
    margin-left:-357px;
    z-index:4;
}

#advantages {
    height:840px;
    background:url(/img/bg3.jpg) no-repeat top;
    position:relative;
    overflow:hidden;
}

#places {
    height:660px;
    position:relative;
    overflow:hidden;
    width:100%;
    background-color:#000;
}

#places .pic_bg { 
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:1;
}
#places .pic_bg.sec {
    z-index:0;
}
#places .pic_bg img {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-965px;
}
#places:before {
    content:' ';
    width:100%;
    height:359px;
    background:url(/img/path.png) no-repeat center;
    position:absolute;
    left:0;
    top:94px;
    z-index:2;
        
}

.section-title {
    font-family:'PFDinTextCondPro-Medium',Arial;
    font-size:42px;
    line-height:37px;
    text-transform:uppercase;
    text-align:center;
    padding:28px 0;
}
.section-title span {
    padding:0 10px;
}
#promo .section-title {
    color:#a12929;
}
#promo .section-title span {
    background:#352b2f;
    color:#f8e5d5;
}
#advantages .section-title {
    color:#fceddf;
    padding-top:48px;
}
#advantages .section-title span {
    background:#f8eddf;
    color:#8c2624;
}
#advantages .center-col {
    width:1000px;
}
#places .section-title {
    position:relative;
    z-index:1;
    color:#fff;
    padding-top:57px;
    letter-spacing:0.6pt;
}


#promo .swiper-container {
    width:1540px;
    height:262px;
}

#promo .swiper-slide {
    width:308px;
    height:262px;
    position:relative;
}

#promo .swiper-slide a {
    cursor:url("/img/cursor.gif") 26 26, url("/img/cursor.cur") 26 26, pointer;
}
#promo .swiper-slide img {
    width:304px;
    height:262px;
    position:absolute;
    left:0;
    top:0;
}

#promo .swiper-slide .desc {
    position:absolute;
    z-index:3;
    height:92px;
    bottom:0;
    left:0;
    width:304px;
    background:#a23333;
     -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;    
    transition: bottom 0.3s ease;    
}

#promo .swiper-slide .desc .inner {
    padding:18px 15px 0;
    line-height:25px;
    font-family:'PFHandbookPro-Regular',sans-serif;
    height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    color:#fdefda;
}
#promo .swiper-slide .bg {
    display:block;
    position:absolute;
    z-index:2;
    left:0;
    top:0;
    opacity:0;
    filter:Alpha(opacity=0);
    width:304px;
    height:262px;
    background:#c58053;
     -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;    
    transition: opacity 0.3s ease;    
}
#promo .swiper-slide:hover .bg {
    opacity:0.4;
    filter:Alpha(opacity=40);
}
#promo .arrows {
    width:50px;
    right:0;
    top:-20px;
    height:16px;
    position:absolute;
    display:none;
}
#promo .arrows span {
    width:20px;
    height:16px;
    display:inline-block;
    background-repeat:no-repeat;
    background-image:url(/img/gallery-arrows.png);
    cursor:pointer;
}
#promo .arrows span.left {
    background-position:0 0;
}
#promo .arrows span.left:hover {
    background-position:0 -16px;
}
#promo .arrows span.right {
    background-position:-20px 0;
}
#promo .arrows span.right:hover {
    background-position:-20px -16px;
}

#promo .swiper-slide:hover .desc {
    bottom:-32px;
}

#advantages ul.left {
    float:left;
}
#advantages ul.right {
    float:right;
}
#advantages li {
    width:190px;
    height:255px;
}
#advantages ul.right li .desc {
    padding-left:20px;
}
#advantages li .pic {
    background-repeat:no-repeat;
    background-position:center;
}
#advantages li .desc {
    padding-top:10px;
    font-family:'PFHandbookPro-Bold',Arial;
    font-size:16px;
    text-transform:uppercase;
    color:#fdefda;
}

#advantages .title {
    font-family: 'PFDinTextCondPro-Medium',Arial;
    font-size:27px;
    line-height:42px;
    color:#ffe7d7;
    text-transform:uppercase;
    text-align:center;
    padding-top:42px;
}
#advantages .title div {
    display:inline-block;
    text-align:left;
    padding-right:80px;
    position:relative;
    text-shadow: -3px -3px 0px #c93430;
}
#advantages .title div:after {
    content:' ';
    position:absolute;
    right:40px;
    top:5px;
    width:80px;
    height:65px;
    background:url(/img/icon-advantage.png) no-repeat center;
}
#advantages .title .big {
    font-size:42px;
}

#advantages #advantage {
    position:absolute;
    top:340px;
    left:50%;
    margin-left:-425px;
    width:720px;
    height:462px;
}

#advantage canvas{
    width:720px;
    height:462px;
    image-rendering: optimizeSpeed;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    position:absolute;
    z-index:-1;
}

#places .slider-wrapper {
    width:1320px;
    margin:0 auto;
    position:relative;
    padding:20px;
    margin-top:35px;
}
#places .slider-wrapper:before {
    content:' ';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:210px;
    background:#352b2f;
    opacity:0.75;
    filter:Alpha(opacity=75);
    z-index:2;
}

#places .swiper-container {
    position:relative;
    z-index:4;
    width:1320px;
    height:310px;
}

#places .swiper-slide {
    width:216px;
    height:170px;
    position:relative;
}


#places .pic,#places .pic img {
    width:216px;
    height:170px;
}
#places .pic {
    overflow:hidden;
    background:#332c2f;
    display:block;
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;    
    transition: all 0.2s ease;    
    position:relative;
}
#places .slide-inner {
    width:216px;
    height:170px;
    position:relative;
    margin:0 24px;
}
#places .desc {
    opacity:0;
    filter:Alpha(opacity=0);
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    font-size:13px;
    color:#fdefda;
    height:0;
    z-index:5;
    overflow:hidden;
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;    
    transition: all 0.2s ease;    
}
#places .desc .inner {
    position:relative;
    z-index:1;
    padding:25px 15px;
    padding-right:30px;
}

#places .desc:before {
    content:' ';
    background:#312b2e;
    z-index:0;
    opacity:0.9;
    filter:Alpha(opacity=90);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

#places .swiper-slide:hover .pic {
    padding-top:8px;
    height:129px;
}
#places .swiper-slide:hover .desc {
    height:auto;
    display:block;
    margin-top:-33px;
    opacity:1;
    filter:Alpha(opacity=100);
}

#places .ext-data {
    max-width:1285px;
    margin:0 auto;
    color:#fff;
    position:relative;
    z-index:1;
    font-family:'Open Sans',sans-serif;
}

#places .ext-data hr { 
    border:none;
    background:#fff;
    height:5px;
}
#places .ext-data .center-col {
    padding-top:45px;
}
#places .ext-data .left {
    float:left;
}
#places .ext-data .right {
    float:right;
}
#places .ext-data .label {
    font-size:20px;
    font-weight:bold;
    float:left;
}
#places .ext-data .value {
    font-size:40px;
    font-weight:bold;
    float:left;
    padding-left:30px;
}
#places .ext-data .icon {
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center;
    vertical-align:top;
    margin-right:15px;
    height:55px;
    width:55px;
}

#places .ext-data .icon-currency-rub {
    background-image:url(/img/icon-currency-rub.png);
    background-position:center;
    width:32px;
    height:44px;
}
#places .ext-data .icon-currency-eur {
    background-image:url(/img/icon-currency-eur.png);
    background-position:center;
    width:29px;
    height:44px;
}
#places .ext-data .icon-currency-usd {
    background-image:url(/img/icon-currency-usd.png);
    width:27px;
    height:44px;
}

#places .ext-data .left .value {
    line-height:55px;
}
#places .ext-data .right {
    line-height:44px;
}

#order-dial-link,#book-link {
    display:block;
    position:fixed;
    right:0;
    top:290px;
    height:199px;
    width:50px;
    background:url(/img/order-dial.png) no-repeat 0 0;
    z-index:10;
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;    
    transition: all 0.2s ease;    
}

#order-dial-link span,#book-link span {
    position:absolute;
    display:block;
    left:18px;
    top:23px;
    width:14px;
    height:152px;
    background:url(/img/order-dial-text.png) no-repeat 0 0;
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;    
    transition: all 0.2s ease;    
}

#order-dial-link:hover,#book-link:hover {
    background-position:0 -199px;
}
#order-dial-link:hover span {
    background-position:0 -152px;
}
#book-link span {
    background:url(/img/book-text.png) no-repeat 0 0;
    width:15px;
    height:150px;
}
#book-link:hover span {
    background-position:0 -150px;
}
#book-link {
    top:230px;
    background:url(/img/book.png) no-repeat 0 0;
}

.valigned:before, .valigned .valigned-content { 
  display: inline-block; 
  vertical-align: middle; 
} 
.valigned:before { 
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; 
} 

@media only screen and (max-width: 1540px) {
    #promo .swiper-container {
        width:1232px;
    }
}

@media only screen and (max-width: 1232px) {
    #promo .swiper-container {
        width:924px;
    }
}
@media only screen and (max-width: 1375px) {
    #places .slider-wrapper, #places .swiper-container {
        width:1056px;
    }
}
@media only screen and (max-width: 1110px) {
    #places .slider-wrapper, #places .swiper-container {
        width:792px;
    }
}
@media only screen and (max-width: 1270px) {
    #logo {
        top:15px;
        width:250px;
        height:94px;
        left:15px;
    }
    #logo img {
        width:221px;
    }
    #main-pic ul.titles {
        padding-top:20px;
    }
    
    #logo:after {
        content:' ';
        position:absolute;
        z-index:3;
        bottom:-17px;
        left:-18px;
        background:url(/img/logo-circle-small.png) no-repeat center;
        width:111px;
        height:97px;
    }
    
    header .slogan {
        font-size:13px;
        padding-top:27px;
        letter-spacing:0.4pt;
        padding-right:44px;
    }
    nav {
        padding-top:22px;
    }
    .mainmenu li {
        margin:2px 0;
    }
    .mainmenu li.wide {
        width:115px;
    }
    .mainmenu li a {
        font-size:16px;
        letter-spacing:0.1pt;
    }
    .mainmenu {
        max-width:255px;
    }
    header .contact-info .map-link {
        font-size:16px;
        margin-left:0;
        margin-top:65px;
    }
    header .contact-info .map-link .balloon {
        display:block;
        position:absolute;
        z-index:0;
        top:-50px;
        left:15px;
        width:52px;
        height:54px;
    }
    header .contact-info .contact-block {
        margin-left:25px;
        margin-right:15px;
        top:12px;
        padding-right:35px;
    }
    
    header .contact-info .contact-block .address {
        font-size:14px;
        padding-top:0;
    }
    header .contact-info .contact-block .phone {
        font-size:18px;
    }
    header .contact-info .contact-block .arrow {
        right:12px;
    }
    
    footer #process-logos span {
        height:47px;
    }
    footer #process-logos span.mastercard {
        background-image:url(/img/icon-logo-mastercard-small.png);
        width:72px;
    }
    
    footer #process-logos span.visa {
        background-image:url(/img/icon-logo-visa-small.png);
        width:63px;
    }
    footer a#sitedesign {
        float:none;
        position:absolute;
        right:25px;
        top:125px;
        margin:0;
    }
    
    footer .mainmenu {
        max-width:270px;
        position:relative;
        top:-5px;
    }
    footer .mainmenu li.wide {
        width:117px;
    }
    footer .mainmenu li {
        width:76px;
        margin:0;
        margin-bottom:1px;
    }
    footer .center-col {
        padding-top:40px;
    }
    footer .copyright {
        font-size:13px;
    }
    footer .slogan {
        line-height:22px;
    }
    footer #copyright_text {
        padding-top:12px;
    }
    footer .contact-info {
        top:-16px;
        padding-top:12px;
        padding-bottom:9px;
        padding-right:37px;
        padding-left:27px;
        margin-right:15px;
        float:right;
    }
    footer .contact-info .contact-block .phone {
        padding-top:4px;
    }
    footer .contact-info .map-link {
        font-size:16px;
    }
    footer .contact-info .map-link:before {
        content:' ';
        position:absolute;
        z-index:0;
        background:url(/img/icon-location-footer-small.png) no-repeat left center;
        top:-9px;
        left:-40px;
        width:32px;
        height:34px;
    }
    #places .ext-data .left {
        margin-left:15px;
    }
    #places .ext-data .right {
        margin-right:15px;
    }
    footer #copyright_text {
        margin-left:15px;
    }
    #advantages ul.left {
        margin-left:15px;
    }
    
}
@media only screen and (max-width: 1030px) {
    header .slogan {
        padding-left:0px;
        padding-right:25px;
    }
}

/******************* COPY FOR INNER PAGES ***************/
    body.inner #logo {
        top:15px;
        width:250px;
        height:94px;
        left:15px;
    }
    body.inner #logo img {
        width:221px;
    }
    
    body.inner #logo:after {
        content:' ';
        position:absolute;
        z-index:3;
        bottom:-17px;
        left:-18px;
        background:url(/img/logo-circle-small.png) no-repeat center;
        width:111px;
        height:97px;
    }
    
    body.inner header .slogan {
        font-size:13px;
        padding-top:27px;
        letter-spacing:0.4pt;
        padding-right:44px;
    }
    body.inner nav {
        padding-top:22px;
    }
    body.inner .mainmenu li {
        margin:2px 0;
    }
    body.inner .mainmenu li.wide {
        width:115px;
    }
    body.inner .mainmenu li a {
        font-size:16px;
        letter-spacing:0.1pt;
    }
    body.inner .mainmenu {
        max-width:255px;
    }
    body.inner header .contact-info .map-link {
        font-size:16px;
        margin-left:0;
        margin-top:65px;
    }
    body.inner header .contact-info .map-link .balloon {
        display:block;
        position:absolute;
        z-index:0;
        top:-50px;
        left:15px;
        width:52px;
        height:54px;
    }
    body.inner header .contact-info .contact-block {
        margin-left:25px;
        margin-right:15px;
        top:12px;
        padding-right:35px;
    }
    
    body.inner header .contact-info .contact-block .address {
        font-size:14px;
        padding-top:0;
    }
    body.inner header .contact-info .contact-block .phone {
        font-size:18px;
    }
    body.inner header .contact-info .contact-block .arrow {
        right:12px;
    }
    
    body.inner footer #process-logos span {
        height:47px;
    }
    body.inner footer #process-logos span.mastercard {
        background-image:url(/img/icon-logo-mastercard-small.png);
        width:72px;
    }
    
    body.inner footer #process-logos span.visa {
        background-image:url(/img/icon-logo-visa-small.png);
        width:63px;
    }
    body.inner footer a#sitedesign {
        float:none;
        position:absolute;
        right:25px;
        top:125px;
        margin:0;
    }
    
    body.inner footer .mainmenu {
        max-width:270px;
        position:relative;
        top:-5px;
    }
    body.inner footer .mainmenu li.wide {
        width:117px;
    }
    body.inner footer .mainmenu li {
        width:76px;
        margin:0;
        margin-bottom:1px;
    }
    body.inner footer .center-col {
        padding-top:40px;
    }
    body.inner footer .copyright {
        font-size:13px;
    }
    body.inner footer .slogan {
        line-height:22px;
    }
    body.inner footer #copyright_text {
        padding-top:12px;
    }
    body.inner footer .contact-info {
        top:-16px;
        padding-top:12px;
        padding-bottom:9px;
        padding-right:37px;
        padding-left:27px;
        margin-right:15px;
        float:right;
    }
    body.inner footer .contact-info .contact-block .phone {
        padding-top:4px;
    }
    body.inner footer .contact-info .map-link {
        font-size:16px;
    }
    body.inner footer .contact-info .map-link:before {
        content:' ';
        position:absolute;
        z-index:0;
        background:url(/img/icon-location-footer-small.png) no-repeat left center;
        top:-9px;
        left:-40px;
        width:32px;
        height:34px;
    }
    body.inner footer #copyright_text {
        margin-left:15px;
    }
    
    body.inner header .slogan {
        padding-left:0px;
        padding-right:25px;
    }

/********* END COPY FOR INNER PAGES **************/    



.popup_form {
    padding:40px 77px;
    padding-right:69px;
    background:#2a2a2a;
    display:none;
}
.popup_form .title {
    color:#ebcdb5;
    font-family:'PFDinTextCondPro-Medium',Arial;
    font-size:36px;
    line-height:45px;
    text-transform:uppercase;
}

.popup_form input, .popup_form textarea {
    width:315px;
    font-family:'Open Sans',sans-serif;
    font-size:16px;
    border:none;
    background:#ffebd5;
    color:#2a2a2a;
    padding:7px 20px;
    display:block;
    margin-top:15px;
}
.popup_form textarea {
    height:130px;
	overflow: auto;
}

.popup_form input[type=submit] {
    border:none;
    background:#922929;
    background-repeat:no-repeat;
    background-position:center;
    color:#fff3d4;
    text-align:center;
    font-family:'PFDinTextCondPro-Medium',Arial;
    font-size:24px;
    line-height:33px;
    padding:0;
    width:100%;
    cursor:pointer;
    white-space: normal;
    height:69px;
    text-transform:uppercase;
    -webkit-appearance: none;
}
.popup_form input[type=submit]:hover {
    background-color:#fff3d4;
    color:#922929;
}

.popup_form input::-webkit-input-placeholder,.popup_form textarea::-webkit-input-placeholder{
    color:    #948a7e;
}
.popup_form input:-moz-placeholder,.popup_form textarea:-moz-placeholder {
    color:    #948a7e;
}


body.inner #wrapper {
    background-repeat:no-repeat;
    background-position:center 0;
}
section {
    position:relative;
    z-index:1;
}
section.page {
    background:#fff;
    position:relative;
    z-index:1;
}

#page-header {
    padding:35px 15px 27px;
    position:relative;
}
ul.breadcrumbs {
    margin:0;
    padding:0;
    padding:15px 0;
    float:left;
}
ul.breadcrumbs li {
    background:none;
    list-style:none;
    float:left;
    margin:0;
    padding:0;
}
ul.breadcrumbs li:first-child {
    background:#f0d0b3;
}
ul.breadcrumbs li:nth-child(2),ul.breadcrumbs li.nth-child-2 {
    background:#fae6d4;
}
ul.breadcrumbs li:nth-child(3),ul.breadcrumbs li.nth-child-3 {
    background:#fff4ea;
}
ul.breadcrumbs li a,ul.breadcrumbs li span {
    padding:6px 15px;
    display:inline-block;
}
ul.breadcrumbs li a {
    color:#b42828;
}
ul.breadcrumbs li a:hover {
    text-decoration:none;
}
ul.breadcrumbs li span {
    color:#909090;
}
#page-header .button {
    float:right;
}

.button {
    background:#fae6d4;
    color:#b42e2e;
    text-align:center;
    font-family: 'PFHandbookPro-Bold',sans-serif;
    font-size:26px;
    padding:15px 35px;
    text-decoration:none;
    text-transform:uppercase;
}
.button:hover {
    color:#fae6d4;
    background-color:#b42e2e;
}

section.page {
    padding:60px 0;
}
section.page.thin-padding {
    padding:40px 5px;
}
.text-content {
    font-family:'Open Sans',sans-serif;
    font-size:14px;
    line-height:22px;
    color:#363333;
    padding-left:45px;
}

.text-content h1,.box h2 {
    color:#363333;
    font-family:'Open Sans',sans-serif;
    font-weight:bold;
    font-size:18px;
    line-height:26px;
    text-transform:none;
    text-align:left;
}

.text-content h1 .color-selection {
    padding:5px 10px;
    color:#fff0d1;
    background-color:#a9210a;
}

.text-content p,.box .static p{
    margin:15px 0 20px;
}

.text-content ul li,.static ul li {
    padding-left:25px;
    background:url(/img/list-bullet.png) no-repeat left 7px;
}

.text-content .quote,.static .quote {
    display:inline-block;
    position:relative;
    left:-30px;
    padding:2px 30px;
    background:#fff0d1;
    color:#000;
    font-family:'Open Sans',sans-serif;
    font-style:italic;
    margin-bottom:15px;
}

.static h3 {
    border-bottom:none;
    min-height:0;
    padding-left:0;
}

.static ol li {
    list-style:decimal;
    list-style-position: inside;
}

strong {
    font-family:'Open Sans',sans-serif;
    font-weight:bold;
}
em {
    font-family:'Open Sans',sans-serif;
    font-style:italic;
}


.text-content img.right {
    float:right;
    margin-left:30px;
    margin-bottom:30px;
}

.text-content ul.photos {
    margin:0;
    padding:0;
    position:relative;
    margin-left:-30px;
    margin-top:30px;
}

.text-content ul.photos li {
    margin:0;
    padding:0;
    background:none;
    float:left;
    margin-left:15px;
    margin-bottom:15px;
}
.text-content ul.photos li:first-child,.text-content ul.photos li.first-child {
    margin-left:0;
}
.text-content ul.photos li img {
    width:235px;
}

section.reviews {
    margin-bottom:70px;
}
ul#reviews {
    margin:0;
    padding:0;
}

ul#reviews li {
    margin:0 0 17px;
    padding:18px 0 20px;
    position:relative;
    font-family:'Open Sans Light',sans-serif;
    line-height:27px;
    color:#000;
}
ul#reviews li:hover,ul#reviews li.expanded {
    color:#fde6d3;
}
ul#reviews li .bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#fde6d4;
}
ul#reviews li:hover .bg,ul#reviews li.expanded .bg {
    content:' ';
    background:#413935;
    opacity:0.85;
    filter:Alpha(opacity=85);
}
ul#reviews li .review {
    position:relative;
    z-index:2;
    width:1000px;
    margin:0 auto;
    position:relative;
}
ul#reviews li .review .inner:after {
    content:' ';
    position:absolute;
    right:0;
    top:50px;
    width:35px;
    height:22px;
    background:url(/img/icon-quote.png) no-repeat;
    background-position:0 0;
}
ul#reviews li:hover .review .inner:after,ul#reviews li.expanded .review .inner:after {
    background-position:0 -22px;
}
ul#reviews li .review .inner {
    padding:0 15px;
    padding-right:60px;
}
ul#reviews li .q,ul#reviews li .a {
    margin:10px 0;
}
ul#reviews li .a {
    display:none;
}

ul#reviews li a.show-answer {
    display:inline-block;
    padding:3px 10px;
    padding-right:35px;
    color:#fff;
    background:#b93534;
    text-decoration:none;
    border:1px solid #fff;
    position:relative;
}
ul#reviews li:hover a.show-answer,ul#reviews li.expanded a.show-answer {
    background-color:#4a4444;
    color:#fde6d3;
    border-color:#ffe8d6;
}
ul#reviews li:hover a.show-answer:hover,ul#reviews li.expanded a.show-answer:hover {
    background-color:#2a2a2a;
    border-color:#4a4444;
}
ul#reviews li a.show-answer:after {
    content:' ';
    position:absolute;
    top:50%;
    margin-top:-3px;
    right:10px;
    width:9px;
    height:7px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url(/img/btn-updown.png);
}

ul#reviews li.expanded a.show-answer:after {
    background-position:0 -7px;
}

ul#reviews li:hover a.show-answer:after {
    background-position:-9px 0;
}
ul#reviews li.expanded a.show-answer:after {
    background-position:-9px -7px;
}

ul#reviews li .h .author {
    display:inline-block;
    vertical-align:top;
    background:#f0d0b3;
    padding:4px 15px;
    padding-left:25px;
    min-width:90px;
}
ul#reviews li .h time {
    display:inline-block;
    vertical-align:top;
    background:#ecbe94;
    padding:4px 15px;
}

ul#reviews li:hover .h .author,ul#reviews li.expanded .h .author {
    background:#4a4444;
}
ul#reviews li:hover .h time,ul#reviews li.expanded .h time {
    background:#554e4c;
}

.box {
    border:1px solid #a6a6a6;
    text-align:center;
    position:relative;
}
.box .box-inner {
    text-align:left;
    padding:20px 0 30px;
}
.box h1,.text-content .box h1,.map-block h1 {
    font-family: 'PFDinTextCondPro-Medium';
    font-weight:normal;
    font-size:30px;
    position:relative;
    top:-15px;
    background:#fff;
    display:inline-block;
    text-transform:uppercase;
    color:#404040;
}

.threecols .col {
    float:left;
    width:33.2%;
}
.services .col {
    border-right:1px solid #b4b4b4;
}
.threecols .col.last {
    border-right:none;
}
.services .col li {
    padding:29px 0 15px;
    padding-right:30px;
    padding-left:50px;
}
h3,.static .services h3 {
    font-family: 'PFDinTextCondPro-Medium';
    font-weight:normal;
    font-size:16px;
    border-bottom:1px solid #b4b4b4;
    color:#b42e2e;
    text-transform:uppercase;
    padding-left:38px;
    background-repeat:no-repeat;
    background-position:left top;
    min-height:30px;
    padding-top:7px;
    margin-right:25px;
    margin-bottom:5px;
}

.services {
    font-size:13px;
    line-height:24px;
    color:#8a8a8a;
}

.services {
    width:100%;
    border-collapse:collapse;
}
.services td {
    width:33.3%;
    vertical-align:top;
    border-right:1px solid #b4b4b4;
    padding:29px 0 15px;
    padding-right:30px;
    padding-left:50px;
}
.services td.last {
    border-right:none;
}
section.order-dial-footer {
    text-align:center;
    padding:50px 0 60px;
    color:#fff;
}

section.order-dial-footer .txt {
    font-family: 'PFDinTextCondPro-Regular';
    font-weight:normal;
    font-size:24px;
    line-height:30px;
}

section.order-dial-footer .txt .big {
    font-family: 'PFDinTextCondPro-Medium';
    font-size:30px;
    text-transform:uppercase;
}

section.order-dial-footer .button {
    display:inline-block;
    margin-top:20px;
}

section.order-dial-footer .button {
    color:#fff;
    background-color:#b42e2e;
}
section.order-dial-footer .button:hover {
    background:#fae6d4;
    color:#b42e2e;
}

section.room {
    background:#fff7df;
    padding-bottom:70px;
}

ul.room-type li {
    float:left;
    margin-left:40px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
ul.room-type li:first-child {
    margin:0;
}

ul.room-type li a {
    font-family:'PFHandbookPro-Bold',Arial;
    font-size:26px;
    font-weight:bold;
    color:#fff;
    border-bottom:4px solid #fff;
    text-decoration:none;
    text-transform:uppercase;
    padding:7px 0;
    margin:0 20px;
}
ul.room-type li a:hover {
    border-bottom:none;
}
ul.room-type li a.active {
    color:#fff;
    background:#fae6d4;
    color:#b42e2e;
    text-decoration:none;
    border-bottom:none;
    padding:7px 20px;
    margin:0;
}

#page-header .review {
    position:relative;
    float:right;
    width:500px;
    color:#fff;
    font-family:'Open Sans Light',sans-serif;
}
.half-black {
    position:relative;
}
.half-black .bg {
    position:absolute;
    z-index:0;
    left:50%;
    top:0;
    right:0;
    height:100%;
    background:#3f3b3b;
    opacity:0.9;
    filter:Alpha(opacity=90);
}
.half-black #page-header {
    min-height:120px;
}
#page-header .review .inner {
    position:relative;
    z-index:1;
    padding:17px 24px;
    padding-right:100px;
}
#page-header .review .inner:after {
    content:' ';
    position:absolute;
    z-index:2;
    width:35px;
    height:22px;
    background:url(/img/icon-quote-white.png) no-repeat;
    top:50px;
    right:23px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
#page-header .review .in {
    max-height:50px;
    overflow:hidden;
    text-overflow: ellipsis;
    position:relative;
    z-index:1;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    font-smooth:always;
}
#page-header .review .in a {
    display:block;
    color:#fff;
    text-decoration:none;
}
#page-header .review .in a:hover {
    color:#999;
}#page-header .review .h,#main-pic .review .h {
    margin-bottom:10px;
}
#page-header .review .h .author,#main-pic .review .h .author {
    display:inline-block;
    vertical-align:top;
    background:#5b5754;
    padding:4px 15px;
    padding-left:25px;
    min-width:90px;
}
#page-header .review .h time,#main-pic .review .h time {
    display:inline-block;
    vertical-align:top;
    background:#696663;
    padding:4px 15px;
}


#page-header ul.room-type {
    position:absolute;
    top:50%;
    margin-top:-10px;
    left:15px;
}

.room-gallery {
    width:600px;
    float:left;
}
.room-gallery .big {
    position:relative;
    width:600px;
    height:400px;
    overflow:hidden;
    margin-bottom:4px;
    cursor:url("/img/cursor.gif") 26 26, url("/img/cursor.cur") 26 26, pointer;
}
.room-gallery .big img {
    width:600px;
    height:400px;
}
.room-gallery .cont {
    width:600px;
    height:117px;
    overflow:hidden;
    position:relative;
}
.room-gallery .cont ul {
    position:absolute;
    left:0;
    top:0;
}
.room-gallery ul li {
    float:left;
    margin:0;
    padding:0;
    margin-left:4px;
    position:relative;
}
.room-gallery ul li img {
    display:block;
    width:147px;
    height:117px;
}
.room-gallery ul li:first-child {
    margin-left:0;
}
.room-gallery ul li .mask {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    filter:Alpha(opacity=0);
    background:#b42e2e;
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;    
    transition: all 0.2s ease;    
    cursor:url("/img/cursor.gif") 26 26, url("/img/cursor.cur") 26 26, pointer;
}
.room-gallery ul li:hover .mask,.room-gallery ul li a.selected .mask {
    display:block;
    opacity:0.35;
    filter:Alpha(opacity=35);
}
section.room .info {
    margin-left:635px;
    min-height:521px;
}
section.room .info.full-width {
    margin-left:0;
}
section.room .info h3 {
    background:url(/img/room-number-bg.png) repeat;
    line-height:47px;
    font-family: 'PFDinTextCondPro-Regular',Arial;
    font-size:24px;
    color:#b42e2e;
    padding:0;
    margin:0;
    border:none;
    text-transform:none;
    padding:0 10px;
    vertical-align:top;
}
.room-number {
    vertical-align:top;
    height:46px;
    border-top:1px solid #fae6d4;
    line-height:47px;
    font-family: 'PFDinTextCondPro-Medium',Arial;
    font-size:30px;
    color:#b42e2e;
    background:#fff;
    position:relative;
    display:inline-block;
    padding-right:10px;
    padding-left:15px;
    position:relative;
    left:-10px;
}
.room-number:before {
    content:' ';
    position:absolute;
    left:-22px;
    top:0;
    background:url(/img/icon-room-number.png) no-repeat center;
    width:22px;
    height:46px;
    
}

section.room .info .desc {
    padding:10px 0 300px;
    color:#656565;
    font-size:13px;
    line-height:23px;
}

h4 {
    font-family: 'PFDinTextCondPro-Medium',Arial;
    font-size:19px;
    color:#656565;
    text-transform:uppercase;
    margin-bottom:10px;
    background:#fff7df;
}

section.room .info .row {
    display:table;
    width:100%;
}
section.room .info .row div {
    display:table-cell;
    vertical-align:top;
}
section.room .info .row .button {
    display:block;
    line-height:52px;
    padding:0;
    font-size:24px;
    color:#fae6d4;
    background-color:#b42e2e;
}
section.room .info .row .button:hover {
    background:#fae6d4;
    color:#b42e2e;
}

section.room .info .price {
    display:block;
    background:#fff;
    padding:0 15px;
    padding-left:15px;
    height:52px;
    color:#656565;
    font-family: 'PFDinTextCondPro-Medium',Arial;
    font-size:52px;
    line-height:52px;
    white-space:nowrap;
    margin-right:8px;
}
section.room .info .price span {
    position:relative;
    top:-5px;
}
section.room .info .room-services {
    position:relative;
    left:-5px;
}
section.room .info .room-services li {
    display:inline-block;
    position:relative;
    width:40px;
    height:40px;
    margin:0 5px 15px;
    cursor:pointer;
}
section.room .info .room-services li .icon {
    position:absolute;
    width:40px;
    height:40px;
    background-color:#fff7df;
    background-repeat:no-repeat;
    background-position:center;
    opacity:0.7;
    filter:Alpha(opacity=70);
}
section.room .info .room-services li i span {
    display:none;
}
section.room .info .room-services li i {
    position:absolute;
    left:20px;
    bottom:43px;
    display:block;
}
section.room .info .room-services li:hover .icon {
    opacity:0.3;
    filter:Alpha(opacity=30);
}
section.room .info .room-services li:hover i span {
    white-space:nowrap;
    display:block;
    left:-50%;
    position:relative;
    background:#363333;
    border-radius:5px;
    color:#fff7df;
    font-family:'Open Sans Light',sans-serif;
    font-size:13px;
    text-align:center;
    padding:3px 10px;
}
section.room .info .room-services li i span:after {
    content:' ';
    position:absolute;
    width:5px;
    height:3px;
    background:url(/img/tooltip-arrow.png) no-repeat center;
    bottom:-3px;
    left:50%;
    margin-left:-2px;
}



section.room .info hr {
    border:none;
    background:none;
    height:1px;
    font-size:1px;
    background:#fff;
    border-top:1px solid #d8cdb3;
    margin:0 0 15px;
}
section.room .room-cont {
    position:relative;
}
section.room .info .block {
    position:absolute;
    bottom:0;
    width:365px;
}
section.room .info.full-width .block {
    width:100%;
}

h2 {
    font-family: 'PFDinTextCondPro-Medium',Arial;
    font-size:24px;
    color:#656565;
    text-transform:uppercase;
    text-align:center;
}

section.after-page {
    padding-top:0 !important;
    padding-bottom:30px !important;
    text-align:center;
}
section.after-page h2 {
    display:inline-block;
    background:#fff;
    position:relative;
    top:-25px;
    padding:8px 20px;
    z-index:1;
}
section.after-page .center-col {
    text-align:left;
    padding-top:40px;
}

a.btn-back {
    display:inline-block;
    border:1px solid #757575;
    width:52px;
    height:38px;
    background:url(/img/btn-back.png) no-repeat center;
    background-color:#fff;
    margin-top:35px;
}

a.btn-back:hover {
    opacity:0.5;
    filter:Alpha(opacity=50);
}

.rooms {
    position:relative;
    margin-left:-20px;
    margin-right:-40px;
}
.rooms li {
    float:left;
    width:310px;
    margin:10px 18px;
}
.rooms li.clear {
    width:100%;
    clear:both;
    height:1px;
    margin:0;
}
.rooms .room-title {
    background:url(/img/room-number-bg2.png) repeat;
    line-height:43px;
    font-family: 'PFDinTextCondPro-Regular',Arial;
    font-size:18px;
    color:#b42e2e;
    padding:0;
    margin:0;
    border:none;
    text-transform:none;
    padding:0 10px;
    padding-right:0;
    vertical-align:top;
    margin:8px 0;
}
.rooms .room-number {
    vertical-align:top;
    height:41px;
    border-top:1px solid #fae6d4;
    border-bottom:1px solid #fae6d4;
    line-height:43px;
    font-family: 'PFDinTextCondPro-Medium',Arial;
    font-size:24px;
    color:#b42e2e;
    background:#fff7df;
    position:relative;
    display:inline-block;
    padding-right:10px;
    padding-left:15px;
    margin-left:22px;
    position:relative;
}
.rooms .room-number:before {
    content:' ';
    position:absolute;
    left:-22px;
    top:-1px;
    background:url(/img/icon-room-number2.png) no-repeat center;
    background-color:#fff;
    width:22px;
    height:43px;
    
}

.rooms .row {
    display:table;
    width:100%;
}
.rooms .row div {
    display:table-cell;
    vertical-align:top;
}
.rooms .row .button {
    display:block;
    line-height:49px;
    padding:0;
    font-size:18px;
    color:#fff;
    background-color:#b42e2e;
}
.rooms .row .button:hover {
    background:#fae6d4;
    color:#b42e2e;
}

.rooms .price {
    display:block;
    background:#fff7df;
    padding:0 15px;
    padding-left:25px;
    height:49px;
    line-height:49px;
    color:#656565;
    font-family: 'PFDinTextCondPro-Medium',Arial;
    font-size:45px;
    white-space:nowrap;
    margin-right:0;
}
.row .maxwidth {
    width:100%;
}

.rooms .pic {
    position:relative;
    display:block;
    width:310px;
    height:230px;
    cursor:url("/img/cursor.gif") 26 26, url("/img/cursor.cur") 26 26, pointer;
}
.rooms .pic img {
    display:block;
}
.rooms .pic .mask {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    filter:Alpha(opacity=0);
    background:#b42e2e;
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;    
    transition: all 0.2s ease;    
}
.rooms .pic:hover .mask {
    display:block;
    opacity:0.35;
    filter:Alpha(opacity=35);
}
.box .static {
    padding:15px 15px 30px;
}
.box .static .pic {
    width:295px;
    float:left;
}
.box .static .pic img {
    width:295px;
    display:block;
}
.box .static .description {
    margin-left:330px;
}

.box time.right {
    position:absolute;
    top:17px;
    left:50%;
    margin-left:460px;
    border:1px solid #666666;
    font-family:'Open Sans Light',sans-serif;
    font-size:20px;
    padding:5px 15px;
}

.box a.btn-back {
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left:-560px;
}
@media only screen and (max-width: 1210px) {
    .box a.btn-back {
        margin-left:-485px;
    }
    .box time.right {
        margin-left:0;
        left:auto;
        right:15px;
    }
}
@media only screen and (max-width: 1010px) {
    .box a.btn-back {
        left:15px;
        margin-left:0;
    }
}

body.inner section#promo {
    background:none;
    height:auto;
    padding:48px 0 80px;
}

#map {
    display:none;
}
#map img {
    display:block;
    width:100%;
    max-width:1091px;
}

.error-label {
    font-size:12px;
    color:red;
}



#advantage.noanim canvas{
    display:none;
}
#advantage.noanim {
    height:462px;
}
#advantage.noanim .canvas {
    position:absolute;
    width:720px;
    height:462px;
    background:url(/img/advantage.png) no-repeat bottom center;
}
#advantage.noanim .c1,#advantage.noanim .c2,#advantage.noanim .c3,#advantage.noanim .c4,#advantage.noanim .b,#advantage.noanim .bs {
    position:absolute;
    background-repat:no-repeat;
    z-index:2;
}
#advantage.noanim .c1 {
    width:45px;
    height:29px;
    background-image:url(/img/map-cloud1.png);
    left:240px;
    top:60px;
}
#advantage.noanim .c2 {
    background-image:url(/img/map-cloud2.png);
    width:25px;
    height:17px;
    left:280px;
    top:70px;
}
#advantage.noanim .c3 {
    background-image:url(/img/map-cloud3.png);
    width:47px;
    height:31px;
    left:550px;
    top:50px;
}
#advantage.noanim .c4 {
    background-image:url(/img/map-cloud4.png);
    width:64px;
    height:42px;
    left:510px;
    top:60px;
}
#advantage.noanim .b {
    background-image:url(/img/map-balloon.png);
    width:62px;
    height:92px;
    left:440px;
    top:140px;
    z-index:3;
}
#advantage.noanim .bs {
    background-image:url(/img/map-balloon-shadow.png);
    width:46px;
    height:11px;
    left:428px;
    top:225px;
}


menu#page_list {
    text-align:center;
    font-size:16px;
}

menu#page_list a,menu#page_list span {
    text-decoration:none;
    margin:3px;
    font-size:36px;
    font-family:'Open Sans',sans-serif;
    font-weight:bold;
    color:#b42e2e;
    background-color:#fae6d4;
    width:41px;
    height:53px;
    display:inline-block;
    text-align:center;
    line-height:53px;
    background-position:center;
    background-repeat:no-repeat;
}
menu#page_list #checked_page {
    background-color:#b42e2e;
    color:#fae6d4;
}
menu#page_list a:hover {
    opacity:0.5;
    filter:Alpha(opacity=0.5);
}
menu#page_list a#first_page_enabled,menu#page_list a#first_page_disabled {
    background-image:url(/img/pager-arrow-left.png);
    display:none;
}
menu#page_list a#last_page_enabled,menu#page_list a#last_page_disabled {
    background-image:url(/img/pager-arrow-right.png);
    display:none;
}
menu#page_list a#first_page_disabled,menu#page_list a#previous_page_disabled,
menu#page_list a#next_page_disabled,menu#page_list a#last_page_disabled
{
    display:none;
    cursor:default;
}

.icon-games {
    background-image:url(/img/icon-games.png);
}
.icon-tea {
    background-image:url(/img/icon-tea.png);
}
li.icon-games:hover {
    background-image:url(/img/icon-games-over.png);
}
.icon-food {
    background-image:url(/img/icon-food.png);
}
.icon-wifi {
    background-image:url(/img/icon-wifi.png);
}
.icon-tennis {
    background-image:url(/img/icon-tennis.png);
}
.icon-drink {
    background-image:url(/img/icon-drink.png);
}
.icon-bicycle {
    background-image:url(/img/icon-bicycle.png);
}
.icon-pc {
    background-image:url(/img/icon-pc.png);
}
.icon-washin {
    background-image:url(/img/icon-washing.png);
}
.icon-safe {
    background-image:url(/img/icon-safe.png);
}
.icon-washing {
    background-image:url(/img/icon-washing.png);
}

#contact_map {
    width:100%;
    height:640px;
    position:relative;
}

section.map-block {
    position:absolute;
    top:87px;
    right:0;
}
section.map-block .inner {
    padding:30px 26px 40px;
    background:#fff;
    min-width:328px;
}
section.map-block .close {
    position:absolute;
    width:26px;
    height:26px;
    right:-13px;
    top:-13px;
    background:url(/img/icon-close-black.png) no-repeat center;
    cursor:pointer;
}
section.map-block .close:hover {
    opacity:0.5;
}
section.map-block .phone {
    font-size:18px;
    font-weight:bold;
}
section.map-block h1 {
    top:auto;
    display:block;
    text-align:center;
    margin-bottom:15px;
}
section.map-block.collapsed h1 {
    cursor:pointer;
}
section.map-block.collapsed h1:hover {
    color:#999;
}
section.map-block .address {
    border-top:5px solid #e8e8e8;
    border-bottom:5px solid #e8e8e8;
    padding:15px;
}
    
section.map-block .address2 {
    padding:15px;
}

section.map-block .ways {
    padding:5px 0 35px;
}
section.map-block .ways .green-line,section.map-block .ways .red-line {
    width:67px;
    height:5px;
    display:inline-block;
    vertical-align:middle;
    margin-left:5px;
}

section.map-block .ways .green-line {
    background:#077719;
}
section.map-block .ways .red-line {
    background:#e10909;
}

section.map-block .map-link {
    position:relative;
}
section.map-block .map-link .balloon {
    display:block;
    position:absolute;
    z-index:0;
    background:url(/img/icon-location-header-small.png) no-repeat left center;
    top:-35px;
    left:100%;
    margin-left:10px;
        width:52px;
        height:54px;
}


body.print .mainmenu,body.print .contact-info,body.print #process-logos,body.print #order-dial-link,body.print #book-link,
body.print #wrapper .page-bg,body.print footer {
    display:none;
}
body.print #wrapper #inner-wrapper {
    padding-bottom:0;
}
body.print section.map-block {
    clear:both;
    position:relative;
    width:auto;
    top:auto;
}
body.print header {
    height:auto;
}
body.print header:after {
    display:none;
}
body.print #logo img {
    position:relative;
}
body.print #logo:after {
    display:none;
}

.btnUp {
    display:none;
    position:fixed;
    right:60px;
    background:url(/img/arrow-up.png) no-repeat;
    background-position: center;
    background-color:#232323;
    width:50px;
    height:50px;
    z-index:10;
    bottom:30px;
}

.btnUp:hover {
    background-color:#999;
}


.static table[border="0"] td,.static table[border="0"] th {
    border:none;
    padding:0;
    vertical-align:top;
    background:none !important;
}
.static table[border="0"] tr:hover td {
    background:#fff !important;
}
.static table[border="0"] tr:nth-child(even) td {
    background:#fff !important;
}
.static table[border="0"] tr.even td {
    background:#fff !important;
}

.static table {
    border-collapse:collapse
}
.static table th,.static table td {
    padding:15px 20px;
    border:1px solid #eaeaea;
}
.static table tr:nth-child(even) td {
    background:#fffaf4 !important;
}
.static table tr.even td {
    background:#fffaf4 !important;
}
.static table th {
    background:#a1292b;
    text-align:left;
    font-weight:normal;
    color:#fff0d1;
}


.wrapper_page_list  {
  position:relative;
  z-index:2;
  top:-20px;
}

@media only screen and (max-width: 1250px) {
ul#reviews {
  width:970px;
  margin:0 auto;
}

ul#reviews li .review {
width:900px;
}

}