





body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select,button,sup,sub,a {
	margin: 0;  
	padding: 0;  
}

@font-face {
    font-family: 'p22_underground_cy_prolight';
    src: url('../fonts/underground_light.eot');
    src: url('../fonts/underground_light.eot') format('embedded-opentype'),
         url('../fonts/underground_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'swift1_otbold_italic';
    src: url('../fonts/swift_bold_italic.eot');
    src: url('../fonts/swift_bold_italic.eot') format('embedded-opentype'),
         url('../fonts/swift_bold_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'SegoeUI';
	src: url('../fonts/segoeui.eot');
	src: url('../fonts/segoeui.eot') format('embedded-opentype'),
			 url('../fonts/segoeui.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 14px;
	line-height: 18px;
	font-family: Arial;
	color: #333333;
	overflow-y: scroll;
}

html, body {height: 100%;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}

input[type="text"], input[type="email"], input[type="password"] {
	width: 198px;
	height: 23px;
	padding: 0px 10px;
	border: 1px solid #ffffff;
	background: #bebebe;
	font-family: Arial;
	font-size: 13px;
	color: #4a4a4b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/pie.htc);
}

textarea {
	width: 198px;
	height: 90px;
	padding: 5px 10px;
	border: 1px solid #ffffff;
	background: #bebebe;
	font-family: Arial;
	font-size: 14px;
	color: #4a4a4b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/pie.htc);
}

input[type="submit"], input[type="reset"], button {
	height: 25px;
	padding: 0px 15px;
	border: 1px solid #ffffff;
	background: #d8670c;
	font-family: 'swift1_otbold_italic';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/pie.htc);
}

input[type="submit"], input[type="reset"], button {cursor: pointer;}

ul, menu, nav {
	list-style: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

table {border-spacing: 0px; border-collapse: collapse;}

a,button,input,select,textarea {
	outline: none;
}

a {color: #333333; text-decoration: underline;}
a:hover {color: #333333; text-decoration: none;}

h1 {
	color: #333333;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'p22_underground_cy_prolight';
	margin: 0px 0px 13px;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#top_panel {
	position: fixed;
	padding-top: 8px;
	width: 100%;
	top: 0;
	left: 0;
	background: url("../images/top_panel_bg.png") repeat-x 0 0;
	z-index: 20;
}

#nav {
	position: fixed;
	padding-top: 6px;
	top: 0;
	left: 0;
	width: 182px;
	z-index: 20;
}

#nav ul li {
	float: left;
	width: 170px;
	height: 34px;
	overflow: hidden;
	position: relative;
	left: 27px;
	margin: 0px 0px 5px 0px;
	background: url("../images/nav_li_bg.png") repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/pie.htc);
}

#nav ul li a {
	float: left;
	width: 150px;
	height: 34px;
	line-height: 32px;
	padding: 0px 0px 0px 20px;
	background: url("../images/nav_icons.png") no-repeat 0 0;
	font-family: 'p22_underground_cy_prolight';
	text-decoration: none;
	letter-spacing: -1px;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
}

#nav ul li.current {left: 47px; }

#nav ul li.icon1 a {background-position: 10px 5px;}
#nav ul li.icon2 a {background-position: 11px -39px;}
#nav ul li.icon3 a {background-position: 11px -83px;}
#nav ul li.icon4 a {background-position: 11px -127px;}
#nav ul li.icon5 a {background-position: 11px -171px;}
#nav ul li.icon6 a {background-position: 11px -215px;}
#nav ul li.icon7 a {background-position: 11px -259px;}

#logo {
	padding: 0px 0px 5px 24px;
}

#social_block {
	position: fixed;
	top: 5px;
	right: 0;
	width: 518px;
	height: 170px;
	background: url("../images/social_bg.png") no-repeat 100% 0;
	z-index: 10;
}

#social_block ul {
	float: right;
	margin: 10px 40px 0px 0px;}

#social_block li {
	float: left;
	margin: 0px 10px 0px 0px;
}

#registration_block {
	position: fixed;
	top: 164px;
	right: -495px;
	width: 495px;
	height: 435px;
	background: url(../images/registration_bg.png) repeat;
	font-family: 'SegoeUI';
	z-index: 10;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/pie.htc);
}

#registration_block .registration_button.show .arrow {background-position: 100% 0;}

.registration_button {
	float: left;
	width: 220px;
	height: 205px;
	position: relative;
	margin: 105px 0px 0px -260px;
	background: url(../images/registration_button.png) no-repeat 0 0;
	cursor: pointer;
}

.registration_button .arrow {
	position: absolute;
	top: 120px;
	left: 98px;
	width: 38px;
	height: 38px;
	overflow: hidden;
	background: url(../images/arrows.png) no-repeat 0 0;
}

.registration_form {
	float: right;
	width: 350px;
	margin: 25px 25px 0px 0px;
	color: #ffffff;
}

.registration_form h1 {color: #ffffff; margin: 0px 0px 20px;}

.registration_form td {padding: 0px 8px 15px 0px;}

#contacts_index {
	position: fixed;
	bottom: 25px;
	right: 115px;
	font-family: 'swift1_otbold_italic';
	font-size: 23px;
	color: #333333;
	z-index: 100;
}

#contacts_index a {color: #333333; text-decoration: none;}
#contacts_index a:hover {color: #333333; text-decoration: underline;}

.content {
	float: left;
	width: 396px;
	height: 746px;
	overflow: hidden;
	line-height: 18px;
	padding: 24px 27px 0px 27px;
	margin: 0px 0px 0px 265px;
	background: #ffffff;
	font-family: 'SegoeUI';
}

.content p {margin: 0px 0px 6px;}

.box {
	float: left;
	width: 440px;
	margin: 18px 0px 23px -22px;
}

.services_block {
	float: left;
	width: 100%;
	margin: 0px 0px 30px;
}

.price_list {
	float: right;
	width: 210px;
	text-align: right;
	position: relative;
	z-index: 50;
}

.price_list a {
	color: #1ac7cd;
	font-size: 14px;
	text-transform: uppercase;
	padding: 1px 0px 2px 30px;
	background: url("../images/icon_w.gif") no-repeat 0 0;	
}

.about_block ul.photos {
	float: left;
	width: 460px;
	margin: 17px 0px 17px -22px;
}

.about_block .photos li {
	float: left;
	margin: 0px 10px 0px 0px;
}

.contact_block span {color: #009a9f;}
.contact_block table {margin: 0px 0px 3px;}
.contact_block td {padding: 6px 10px 0px 0px;}
.contact_block a {text-decoration: none;}
.contact_block a:hover {text-decoration: underline;}

.review_block .reviews {
	float: left;
	width: 100%;
	margin: 0px 0px 18px;
	padding: 0px 0px 11px;
	border-bottom: 1px dashed #000000;
}

.review_block .reviews .info {
	color: #009a9f;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	background: url("../images/review_bg.png") repeat-y 0 0;
}

.review_block .reviews .info p {margin: 0;}

.review_block.reviews .review {font-style: italic;}


/* Sliderkit */
.sliderkit{
	display: none;
	position: relative;
	overflow: hidden;
	text-align: left;
	z-index: 1;
}

.sliderkit .sliderkit-btn{z-index:10;}

.sliderkit .sliderkit-panel{z-index:1;position:absolute;overflow:hidden;}
.sliderkit .sliderkit-panel-active{z-index:5;}
.sliderkit .sliderkit-panel-old{z-index:4;}

.sliderkit .sliderkit-panel .sliderkit-panel-textbox{position:absolute;z-index:1;}
.sliderkit .sliderkit-panel .sliderkit-panel-text{position:absolute;z-index:3;top:0;left:0;}
.sliderkit .sliderkit-panel .sliderkit-panel-overlay{position:absolute;z-index:2;top:0;left:0;}

.slider {
	width: 440px;
	height: 328px;
}

.slider .sliderkit-nav {
	position: absolute;
	bottom: 0px;
	right: 0px; 
	height: 23px;
	line-height: 22px;
	background: #0394a0;
	color: #ffffff;
	z-index:10;
}

.slider .sliderkit-nav span {
	float: left;
	height: 23px;
	margin: 0px 0px 0px -19px;
	padding: 0px 0px 0px 24px;
	background: url("../images/controls_bg.png") no-repeat 0 0;
}

.slider .sliderkit-nav-clip {
	float: right;
	position: relative;
	overflow :hidden;
	margin: 5px 11px 0px 5px;
}

.slider .sliderkit-nav-clip ul li {
	float: left;
	margin: 0 3px 0 0;
}

.slider .sliderkit-nav-clip ul li a {
	display: block;
	width: 13px; 
	height: 13px;
	overflow: hidden;
	background: transparent url("../images/bullets.png") no-repeat 0 0;
}

.slider .sliderkit-nav-clip ul li.sliderkit-selected a {
	background: transparent url("../images/bullets.png") no-repeat 0 100%;
}



/* Carousel */
.review_carousel {
	float: left;
	width: 396px;
	position: relative;
	margin: 0px 0px 30px;
}	
	
.review_carousel .carousel {
	float: left;
	width: 396px !important;
	height: 440px;
	overflow: hidden;
	display: inline;
}	
	
.review_carousel .carousel ul {
	float: left;
	width: 396px;
	list-style: none;
}
	
.review_carousel .carousel ul li {
	float: left;
	width: 396px;
	height: 570px;
	position: relative;
	display: inline;
	overflow: hidden;
}

.review_carousel .prev {
	display: none;
	height: 23px;
	line-height: 22px;
	position: absolute;
	left: 0px; bottom: 5px;
	padding: 0px 0px 0px 33px;
	background: url("../images/review_arrow_prev.png") no-repeat 0 0;
	font-family: 'swift1_otbold_italic';
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	z-index: 10;
}	
	
.review_carousel .next {
	display: none;
	height: 23px;
	line-height: 22px;
	position: absolute;
	right: 0px; bottom: 5px;
	padding: 0px 33px 0px 0px;
	background: url("../images/review_arrow_next.png") no-repeat 100% 0;
	font-family: 'swift1_otbold_italic';
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	z-index: 10;
}	

.review_carousel .prev span, .review_carousel .next span{border-bottom: 1px dashed #666666;}
.review_carousel .prev:hover span, .review_carousel .next:hover span{border-bottom: 0;}
	
.review_carousel .disabled {
	cursor: default;
	background-position: 0 100%;
	color: #dcd8d8;
}

.review_carousel .disabled.next {background-position: 100% 100% !important;}

.review_carousel .disabled span {border-color: #dcd8d8;}
.review_carousel .disabled:hover span {border-bottom: 1px dashed #dcd8d8;}

.add_review {
	float: right;
	position: relative;
	z-index: 50;
}

.add_review .open {
	padding: 0px 0px 0px 30px;
	background: url("../images/icon_review.png") no-repeat 0 0;
	text-decoration: none;
	color: #009a9f;
	cursor: pointer;
}

.add_review .open span {border-bottom: 1px dashed #009a9f;}
.add_review .open:hover span {border-bottom: 0px;}

.review_form {
	position: fixed;
	left: 725px;
	bottom: -320px;
	width: 332px;
	height: 278px;
	padding: 30px 0px 0px 20px;
	background: url(../images/registration_bg.png) repeat;
	color: #ffffff;
	z-index: 50;
}

.review_form  h1 {color: #ffffff;}

.review_form td {padding: 6px 10px 4px 0px;}

.review_form input[type="submit"] {background-color: #16e0e9; color: #01565e;}

.review_form .closed {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 22px;
	height: 23px;
	background: url(../images/button_close.png) no-repeat 0 0;
	cursor: pointer;
}

.arrows_block {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 706px;
	height: 56px;
	padding: 110px 0px 0px 20px;
	background: url(../images/arrows_block_bg.png) no-repeat 0 0;
	font-family: 'swift1_otbold_italic';
	font-size: 23px;
	z-index: 50;
}

.arrows_block a{color: #b10694; margin: 0px 10px;}

.arrows_block .arrow_bottom {
	float: left;
	padding: 10px 47px 10px 0px;
	background: url(../images/pink_arrow_bottom.png) no-repeat 100% 0;
}

.arrows_block .arrow_top {
	float: left;
	padding: 10px 0px 10px 47px;
	background: url(../images/pink_arrow_top.png) no-repeat 0 0;
}

#block-1 {
	position: relative;
	background: url(../images/block-1.jpg) no-repeat 50% 100%;
	background-size: cover;
	height: 770px;
}

#block-1 .petal-1 {
	position: absolute !important;
	left: 20px;
	top: 550px;
}

#block-1 .petal-2 {
	position: absolute !important;
	left: 220px;
	top: 500px;
	z-index: 10;
}

#block-1 .petal-3 {
	position: absolute !important;
	left: 510px;
	top: 450px;
}

#block-1 .petal-4 {
	position: absolute !important;
	left: 345px;
	top: 0px;
}

#block-2 {
	position: relative;
	background: url(../images/block-2.jpg) no-repeat 50% 100%;
	background-size: cover;
	height: 770px;
}

#block-3 {
	position: relative;
	background: url(../images/block-3.jpg) no-repeat 50% 100%;
	background-size: cover;
	height: 770px;
}

#block-4 {
	position: relative;
	background: url(../images/block-4.jpg) no-repeat 50% 100%;
	background-size: cover;
	height: 770px;
}

#block-5 {
	position: relative;
	background: url(../images/block-5.jpg) no-repeat 50% 100%;
	background-size: cover;
	height: 770px;
}

#block-6 {
	position: relative;
	background: url(../images/block-6.jpg) no-repeat 50% 100%;
	background-size: cover;
	height: 770px;
	margin: 0px 0px 20px;
}

#block-7 {
	position: relative;
	background: url(../images/block-6.jpg) no-repeat 50% 100%;
	background-size: cover;
	height: 770px;
	margin: 0px 0px 0px;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 67px;
	background: url(../images/footer_bg.png) repeat-x 50% 100%;
	z-index: 20;
	zoom: 1;
}

/* Select2 */

.select2-container {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.select2-container, .select2-drop, .select2-search, .select2-search input{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container .select2-choice {
    background-color: #f3ca1b;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 23px;
	width: 211px;
    line-height: 23px;
    padding: 0 0 0 10px;
	font-weight: normal;
    text-decoration: none;
	border: 1px solid #ffffff;
	font-family: Arial;
	font-size: 13px;
	color: #4a4a4b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/pie.htc);
}

.select2-container .select2-choice span {color: #4a4a4b !important;}

.select2-drop {
    background: #f3ca1b;
    color: #4a4a4b;
    position: absolute;
	border: 1px solid #ffffff;
    top: 100%;
    z-index: 9999;
    width: 100%;
	margin: 1px 0px;
	padding: 12px 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/pie.htc);
}

.select2-container .select2-choice div {
    position: absolute;
    right: 1px;
    top: 1px;
    display: block;
    height: 100%;
    width: 23px;
}

.select2-container .select2-choice div b {
    background: #e0ba19 url("../images/select_arrow.png") no-repeat 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
	behavior: url(../css/pie.htc);
}

.select2-search {display: none;}

.select2-dropdown-open .select2-choice {}

.select2-results .select2-result-label {
	padding: 2px 7px 2px;
	margin: 0;
	cursor: pointer;
}

.select2-results .select2-result-label:hover {background: #254ae9; color: #ffffff;}

.select2-offscreen { position: absolute; left: -10000px; }


/* jQuery UI CSS Framework @VERSION */

#datepicker {background: #f3ca1b url(../images/icon_datepicker.png) no-repeat 96% 50%;}

/* states and images */
.ui-icon { 
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat; 
}

/* Component containers */
.ui-widget {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px;
}

.ui-widget .ui-widget {font-size: 14px;}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
}

.ui-widget-content { 
	border: 1px solid #aaaaaa; 
	background: #ffffff; 
	color: #222222; 
}

.ui-widget-content a {color: #222222;}

.ui-widget-header {
	border: 1px solid #aaaaaa; 
	background: #f3ca1b; 
	color: #222222; 
	font-weight: bold; 
}

.ui-widget-header a {color: #222222;}

/* Interaction states */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	border: 1px solid #d3d3d3; 
	background: #f3ca1b; 
	font-weight: normal; 
	color: #555555; 
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color: #555555; 
	text-decoration: none; 
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #999999; 
	background: #ffffff; 
	font-weight: normal; 
	color: #212121; 
}

.ui-state-hover a, .ui-state-hover a:hover { 
	color: #212121; 
	text-decoration: none; 
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
	border: 1px solid #aaaaaa; 
	background: #ffffff; 
	font-weight: normal; 
	color: #212121; 
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121; 
	text-decoration: none; 
}

.ui-widget :active {outline: none;}

/* Overlays */
.ui-widget-overlay { background: #aaaaaa; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 15em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 7px; width: 16px; height: 16px; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 7px; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev { left:8px; background: url(../images/datepiker_arrow_prev.png) no-repeat 50% 50%; border: 0px !important; }
.ui-datepicker .ui-datepicker-next { right:8px; background: url(../images/datepiker_arrow_next.png) no-repeat 50% 50%; border: 0px !important; }
.ui-datepicker .ui-datepicker-prev-hover { left:8px; }
.ui-datepicker .ui-datepicker-next-hover { right:8px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

#price_blocker
{
overflow: auto;
overflow-x: none;
overflow-y: scroll;
width: 100%;
height: 550px;	
}

#price_table
{
	width: 355px;
	margin-right: 10px;
	border:0px solid #eee6a3;
	font-size: 11px;
	line-height: 13px;
}

#price_table td
{
	text-align: center;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding: 7px;
	font-size: 12px;
}

#price_table th
{
	padding: 10px;
}