/* гвоздика */
html {
  height: 100%;
  margin: 0;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}


.input.error{
    border-color:#c30107 !important;
}
.description-rooms{
    min-height:100px;
}
.icon-list{
    display:inline-block;
    background: url("/template/kg/images/svg/UI.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: 277px 2900px;
    background-position: -6px -2604px;
    width: 25px;
    height: 25px;
}
.icon-list.tv{
    background-position: -6px -2604px;
}
.icon-list.shower{
    background-position: -6px -2658px;
}
.icon-list.bed{
    background-position: -6px -2710px;
}
.icon-list.fridge{
    background-position: -6px -2764px;
}
.icon-list.mirror{
    background-position: -6px -2809px;
}
.icon-list.balcony{
    background-position: -6px -2862px;
}
.img-decor.bus{
    width:55px;
    height:47px;
    background: url("/template/kg/images/svg/UI.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: 277px 2900px;
    background-position: -6px -1158px;
}
.img-decor.car{
    width:55px;
    height:47px;
    background: url("/template/kg/images/svg/UI.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: 277px 2900px;
    background-position: -6px -1234px;
}
.dop-contacts span{
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width:62px;
    height:60px;
}
.dop-contacts .icon-map{
    background: url("/template/kg/images/svg/UI.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: 277px 2900px;
    background-position: -6px -1391px;
}
.dop-contacts .icon-glass{
    background: url("/template/kg/images/svg/UI.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: 277px 2900px;
    background-position: -6px -1466px;
}
.dop-contacts .icon-compass{
    background: url("/template/kg/images/svg/UI.svg") no-repeat;
    background-repeat: no-repeat;
    background-size: 277px 2900px;
    background-position: -6px -1542px;
}
.contact-item.center_block_contact{
    text-align:center;
}
.contact-item.center_block_contact p:first-of-type{
    color: #424242;
    position: relative;
}
.contact-item.center_block_contact p:first-of-type:after{
    display: block;
    content: "";
    height: 1px;
    background-color: #e6e6e6;
}
.contact-item.center_block_contact p:nth-child(2){
    color:#999999;
}
.contact-item a.mail{
    margin-top:10px;
    display:inline-block;
}
.form-add-review .add-photo input[type="file"]{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:0;
    z-index:10;
}


#wrap {
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
#wrap #footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#page {
  padding: 0 0 184px;
  margin: auto;
  position: relative;
}
header#header {
  min-height: 179px;
  padding: 0 20px;
}
#header,
.content,
#footer,
.wide-block,
.nav-main {
  position: relative;
}
#header > .inner,
.content > .inner,
#footer > .inner,
.wide-block > .inner,
.nav-main > .inner {
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  *zoom: 1;
}

#header > .inner:before,
.content > .inner:before,
#footer > .inner:before,
.wide-block > .inner:before,
.nav-main > .inner:before,
#header > .inner:after,
.content > .inner:after,
#footer > .inner:after,
.wide-block > .inner:after,
.nav-main > .inner:after {
  content: " ";
  display: table;
  line-height: 0;
}
#header > .inner:after,
.content > .inner:after,
#footer > .inner:after,
.wide-block > .inner:after,
.nav-main > .inner:after {
  clear: both;
}
footer#footer {
  min-height: 180px;
  border-top: 4px solid #c30107;
  padding: 0 20px;
}
h1,
h2,
h3,
h4 {
  color: #424242;
  margin: 0px 0px 20px;
}
h1 {
  font-size: 54px;
  line-height: 56px;
}
h2 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "PT Serif Caption", serif;
  font-weight: normal;
  margin-bottom: 36px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  color: #424242;
  font-weight: 600;
  margin: 36px 0px 18px 0;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}

h5 {
  color: #424242;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 22px 0 17px 0;
}

a {
  border: 0 none;
  color: #666666;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a img {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 0 none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a.more,
.i a {
  display: inline-block;
  color: #c30107;
  text-decoration: none;
}

a.more:hover,
.i a:hover  {
  color: #a90106;
}

p {
  margin: 0 0 20px;
}
p.quote {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}
p.cond {
  font-size: 20px;
  line-height: 22px;
}
strong {
  font-weight: bold;
  color: #424242;
}
em {
  font-style: italic;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
time {
  font-size: 12px;
  color: #999999;
}
.hide {
  display: none !important;
}
.fl-l {
  float: left !important;
}
.fl-r {
  float: right !important;
}
.clr {
  clear: both;
}
.ta-c {
  text-align: center !important;
}
.ta-l {
  text-align: left !important;
}
.ta-r {
  text-align: right !important;
}
.size-280 {
  width: 280px;
}
.mail {
  color: #c30107;
}
hr {
  height: 1px;
  border: medium none #CCCCCC;
  background-color: #e6e6e6;
  margin: 0;
}
.header-info {
  position: absolute;
  top: 22px;
  font-size: 12px;
  line-height: 24px;
}
.header-info.header-info_left {
  left: 0;
}
.header-info.header-info_left .header-info__first:after {
  width: 122px;
}
.header-info.header-info_right {
  right: 0;
  text-align: right;
}
.header-info.header-info_right .header-info__first:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 156px;
}
.header-info p {
  margin: 0;
}
.header-info__first {
  color: #424242;
  position: relative;
}
.header-info__first:after {
  display: block;
  content: "";
  height: 1px;
  background-color: #e6e6e6;
}
.header-info__second {
  color: #999999;
}
.logo {
    display: block;
    width: 253px;
    height: 90px;
    line-height: 0;
    margin: 14px auto 0;
    background: url(../images/svg/logo-1.svg) no-repeat;
    background-size: 100% 254%;
    background-position: 0 26%;
}
.copy,
.dev {
  position: absolute;
  bottom: 40px;
  font-size: 12px;
  color: #999999;
}
.copy {
  left: 0;
}
.dev {
  right: 0;
}
.dev a {
  color: #424242;
  text-decoration: none;
}
.nav-main {
  position: relative;
  line-height: 0;
  text-align: justify;
  text-justify: newspaper;
  *zoom: 1;
  -ms-text-align-last: justify;
  text-align-last: justify;
  border-style: solid;
  border-color: #e6e6e6;
  font-size: 0;
}
.nav-main > a,
.nav-main > span {
  display: inline-block;
  text-align: center;
}
.nav-main:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.nav-main.nav-main_header {
  padding: 24px 0 23px;
  border-width: 1px 0 0;
  margin-top: 15px;
}
.nav-main.nav-main_header .nav-main__item.active:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -23px;
  right: 0;
  left: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #c30107;
}
.nav-main.nav-main_footer {
  padding: 34px 0 35px;
  border-width: 0 0 1px;
}
.nav-main__item {
  position: relative;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #424242;
}
.nav-main__item:hover,
.nav-main__item.active {
  color: #c30107;
}
.social {
  font-size: 0;
  line-height: 0;
}
.social.social_footer {
  margin: 28px 170px 0;
  text-align: center;
}
.social.social_footer .ico {
  width: 40px;
  height: 40px;
  margin-right: 26px;
}
.ico {
  display: inline-block;
  text-decoration: none;
  background: url("../images/svg/UI.svg") no-repeat;
}
.ico.fb {
  /*background: url("../images/content/icons/icons.png") no-repeat;
  background-position: 0 0;*/
  background: url("../images/svg/UI.svg") no-repeat;
  background-color: #3C3C3C;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: 7px -2390px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ico.vk {
  /*background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -56px 0;*/
  background: url("../images/svg/UI.svg") no-repeat;
  background-color: #3C3C3C;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: 7px -2442px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ico.tw {
  /*background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -112px 0;*/
  background: url("../images/svg/UI.svg") no-repeat;
  background-color: #3C3C3C;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: 4px -2493px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ico.igm {
  /*background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -168px 0;*/
  background: url("../images/svg/UI.svg") no-repeat;
  background-color: #3C3C3C;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: 4px -2545px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 0 !important;
}
.ico.relax {
  width: 56px;
  height: 56px;
  background-position: -6px -442px;
}
.ico.pool {
  width: 55px;
  height: 40px;
  background-position: -6px -528px;
}
.ico.pills {
  width: 56px;
  height: 48px;
  background-position: -6px -597px;
}
.ico.bowling {
  width: 56px;
  height: 55px;
  background-position: -6px -753px;
}
.ico.brazier {
  width: 42px;
  height: 52px;
  background-position: -6px -837px;
}
.ico.massage {
  width: 56px;
  height: 45px;
  background-position: -6px -919px;
}
.ico.sauna {
  width: 30px;
  height: 48px;
  background-position: -6px -674px;
}
.ico.salt-cave {
  width: 50px;
  height: 51px;
  background-position: -6px -995px;
}
.ico.solarium {
  width: 40px;
  height: 56px;
  background-position: -6px -1074px;
}
.ico.tennis {
  width: 53px;
  height: 55px;
  background-position: -5px -1308px;
}
.ico.share {
  width: 16px;
  height: 17px;
  /*background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -27px -52px;*/
  background-image:url(../images/svg/UI.svg);
  background-repeat:no-repeat;
  background-position:-6px -302px;
  background-size:277px 2900px;
  
}
.ico.comment {
  width: 16px;
  height: 16px;
  /*background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -80px -52px;*/
  background-image:url(../images/svg/UI.svg);
  background-repeat:no-repeat;
  background-position:-6px -395px;
  background-size:277px 2900px;
}
.ico.zoom {
  width: 16px;
  height: 16px;
  /*background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -136px -52px;*/
  background-image:url(../images/svg/UI.svg);
  background-repeat:no-repeat;
  background-position:-6px -164px;
  background-size:277px 2900px;
}
.ico.link {
  width: 17px;
  height: 16px;
  /*background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -164px -52px;*/
  background-image:url(../images/svg/UI.svg);
  background-repeat:no-repeat;
  background-position:-6px -210px;
  background-size:277px 2900px;
}
form {
  padding: 0;
  margin: 0;
}
form .form-group:first-child {
  margin-left: 0;
}
.input-group {
  position: relative;
}
input[type="text"] {
  padding: 0px 14px;
  border: none;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reserve {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.reserve:before,
.reserve:after {
  content: " ";
  display: table;
  line-height: 0;
}
.reserve:after {
  clear: both;
}
.reserve:first-child {
  margin-top: 0;
}
.reserve .form-group {
  width: 280px;
}
.reserve .input-group input[type="text"] {
  padding-right: 40px;
  background-color: #ffffff;
}
.reserve .input-group .ui-datepicker-trigger {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background-image:url(../images/svg/UI.svg);
  background-repeat:no-repeat;
  background-position:-6px -349px;
  background-size:277px 2900px;
}
.reserve .btn {
  font-weight: bold;
  letter-spacing: 1px;
}
.reserve input {
  width: 100%;
  height: 46px;
}
.reserve_inline {
  margin: 40px auto 0;
  width: 880px;
  padding: 18px 20px;
  background: rgba(41,41,41,0.8);
}
.reserve_inline .form-group {
  float: left;
  margin-left: 20px;
}
.reserve_col {
  position: absolute;
  bottom: 46px;
  right: 210px;
  width: 280px;
  padding: 20px 20px 18px;
  z-index: 10;
  background: rgba(41, 41, 41, 0.9);
}
.reserve_col .form-group {
  margin-top: 14px;
}
.reserve__title {
  color: #ffffff;
  font-family: "PT Serif Caption", serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.wide-block {
  position: relative;
  padding: 55px 0 60px 0;
  width: 100%;
}
.wide-block.wide-block_banner {
  height: 536px;
  overflow: hidden;
  padding: 84px 0px 80px;
}
.wide-block.wide-block_banner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.wide-block.wide-block_banner .title,
.wide-block.wide-block_banner .welcome,
.wide-block.wide-block_banner .reserve {
  position: relative;
  z-index: 10;
}
.wide-block.wide-block_banner .title {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.wide-block.wide-block_banner .welcome {
  margin: 145px auto 170px auto;
}
.wide-block.wide-block_banner .welcome h1,
.wide-block.wide-block_banner .welcome h2 {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.wide-block.wide-block_banner .welcome h1 {
  width: 618px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wide-block.wide-block_banner .welcome h2 {
  width: 520px;
  font-size: 22px;
  font-style: italic;
  font-family: Georgia, serif;
  text-transform: none;
}
.wide-block.m-gray {
  background-color: #f5f5f5;
}
.wide-block.m-map {
  padding-bottom: 0;
}
.wide-block.contacts {
  padding-bottom: 56px;
}
.wide-block__banner-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wide-block__banner-img img, .wide-block__banner-img .img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
}
.wide-block__banner-img .img {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.content-row {
  *zoom: 1;
}
.content-row:before,
.content-row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.content-row:after {
  clear: both;
}
.content-row .contact-item {
  display: inline-block;
  padding: 18px 92px;
}
.content-row .contact-item:first-child {
  border-right: 1px solid #e6e6e6;
}
.content-row .contact-item strong {
  display: block;
  margin-bottom: 12px;
}
.grid-12 {
  *zoom: 1;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.grid-12:before,
.grid-12:after {
  content: " ";
  display: table;
  line-height: 0;
}
.grid-12:after {
  clear: both;
}
.grid-12 h2 {
  margin-bottom: 20px;
}
[class^="grid-"] + [class^="grid-"] {
  margin-top: 50px;
}
[class*="col-"] {
  float: left;
  margin-left: 20px;
  min-height: 20px;
}
[class*="col-"]:first-child {
  margin-left: 0;
}
[class*="col-lg-1"] {
  width: 80px;
}
[class*="col-lg-2"] {
  width: 180px;
}
[class*="col-lg-3"] {
  width: 280px;
}
[class*="col-lg-4"] {
  width: 380px;
}
[class*="col-lg-5"] {
  width: 480px;
}
[class*="col-lg-6"] {
  width: 580px;
}
[class*="col-lg-7"] {
  width: 680px;
}
[class*="col-lg-8"] {
  width: 780px;
}
[class*="col-lg-9"] {
  width: 880px;
}
[class*="col-lg-10"] {
  width: 980px;
}
[class*="col-lg-11"] {
  width: 1080px;
}
[class*="col-lg-12"] {
  width: 1180px;
}
[class^="grid-"] [class*="col-lg-offset-0"] {
  margin-left: 0px;
}
[class^="grid-"] [class*="col-lg-offset-1"] {
  margin-left: 100px;
}
[class^="grid-"] [class*="col-lg-offset-2"] {
  margin-left: 200px;
}
[class^="grid-"] [class*="col-lg-offset-3"] {
  margin-left: 300px;
}
[class^="grid-"] [class*="col-lg-offset-4"] {
  margin-left: 400px;
}
[class^="grid-"] [class*="col-lg-offset-5"] {
  margin-left: 500px;
}
[class^="grid-"] [class*="col-lg-offset-6"] {
  margin-left: 600px;
}
[class^="grid-"] [class*="col-lg-offset-7"] {
  margin-left: 700px;
}
[class^="grid-"] [class*="col-lg-offset-8"] {
  margin-left: 800px;
}
[class^="grid-"] [class*="col-lg-offset-9"] {
  margin-left: 900px;
}
[class^="grid-"] [class*="col-lg-offset-10"] {
  margin-left: 1000px;
}
[class^="grid-"] [class*="col-lg-offset-11"] {
  margin-left: 1100px;
}
.category {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  overflow: hidden;
}
.category.category_md {
  padding-bottom: 32px;
  text-align: center;
  width: 100%;
}

.category.category_md .category__img img,
.block-services__item__image img {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
  filter: alpha(opacity=99);
}

.category.category_md .category__img:hover img,
.block-services__item__image:hover img {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.category.category_md .category__text {
  width: 244px;
  margin: 0 auto 10px;
}
.category.category_md .category__img {
  height: 240px;
  cursor: pointer;
}
.category.category_md .category__descr {
  padding: 30px 0 0;
}
.category.category_services .category__img {
  height: 56px;
}
.category.category_services .category__img:before,
.block-services__item__image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.category.category_services .category__img .ico,
.block-services__item__image .ico {
  vertical-align: middle;
}
.category.category_services .category__descr {
  padding: 14px 0 0;
}
.category.category_services .category__title {
  color: #424242;
  margin: 0;
}
.category.category_services:hover .category__title {
  color: #c30107;
}
.category.category_services:hover .ico.relax {
  background-position: -102px -442px;
}
.category.category_services:hover .ico.pool {
  background-position: -102px -528px;
}
.category.category_services:hover .ico.pills {
  background-position: -102px -597px;
}
.category.category_services:hover .ico.bowling {
  background-position: -102px -753px;
}
.category.category_services:hover .ico.brazier {
  background-position: -102px -837px;
}
.category.category_services:hover .ico.massage {
  background-position: -102px -919px;
}
.category.category_services:hover .ico.sauna {
  background-position: -102px -674px;
}
.category.category_services:hover .ico.salt-cave {
  background-position: -102px -995px;
}
.category.category_services:hover .ico.solarium {
  background-position: -102px -1074px;
}
.category.category_services:hover .ico.tennis {
  background-position: -101px -1308px;
}
.category.category_sm {
  padding-bottom: 40px;
}
.category.category_sm .category__img {
  height: 180px;
}
.category.category_sm .category__title {
  text-align: left;
  margin-bottom: 10px;
}
.category.category_sm .category__descr {
  height: 168px;
  overflow: hidden;
  padding: 24px 30px 30px;
}
.category.category_sm .category__text {
  margin: 0;
}
.category time {
  display: block;
  line-height: 14px;
  margin-bottom: 6px;
}
.category__img {
  position: relative;
  text-align: center;
  line-height: 0;
  overflow: hidden;
}
.category__img img {
  max-width: 100%;
  min-height: 100%;
}
.category__title {
  text-align: center;
}
.category__text {
  line-height: 20px;
  color: #666666;
}
.category__price {
  color: #424242;
  font-weight: bold;
}
.contact-item p {
  margin: 0;
  line-height: 20px;
  text-align: center;
}
.contact-item p.mail {
  margin-top: 10px;
}
.contact-item__title {
  font-weight: bold;
  color: #424242;
}
.category__actions {
  position: absolute;
  height: 90px;
  width: 100%;
  bottom: -50px;
  padding: 11px 30px 14px;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.actions {
  margin-bottom: 17px;
  font-size: 0;
  position: relative;
  line-height: 0;
  text-align: justify;
  text-justify: newspaper;
  *zoom: 1;
  -ms-text-align-last: justify;
  text-align-last: justify;
}
.actions > a,
.actions > span {
  display: inline-block;
  text-align: center;
}
.actions:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.actions .btn {
  font-size: 12px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.actions .btn span {
  vertical-align: middle;
}
.actions .btn span:first-child {
  margin-right: 8px;
}
.actions .btn:hover,
.actions .btn.active {
  color: #c30107;
}
.actions .btn:hover .ico.share,
.actions .btn.active .ico.share {
  background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -53px -52px;
}
.actions .btn:hover .ico.comment,
.actions .btn.active .ico.comment {
  background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -107px -52px;
}
.img-actions {
  position: relative;
  top: -50%;
  display: block;
  margin: -42px auto 0 auto;
}

.img-actions {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.category__img:hover .img-actions,
.block-services__item__image:hover .img-actions {
  opacity: 1;
  width: 140px;
  transition: all 0.5s ease;
}

.img-actions .btn {
  position: relative;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  float: right;
}
.img-actions .btn.zoom-btn {
  float: left;
}
.img-actions .btn .ico {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.img-actions .btn:hover {
  background: #c30107;
}

.img-actions .btn:hover .ico.link {
  background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -220px -52px;
}

.img-actions .btn.zoom-btn:hover .ico.zoom {
  background: url("../images/content/icons/icons.png") no-repeat;
  background-position: -192px -52px;
}

.i {
  position: relative;
  padding: 32px;
  border: 1px solid #9a9a9a;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.i blockquote {
  line-height: 20px;
  margin: 0 0 10px 0;
}
.i:before {
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -23px;
  /*background: #ffffff url("../images/content/icons/icon-i.png") no-repeat 50% 50%;*/
  background: url("../images/svg/UI.svg") no-repeat;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: 4px -1713px;
}
.btn {
  display: inline-block;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.btn.m-red {
  background-color: #c30107;
  color: #ffffff;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.btn.m-red:hover {
  background-color: #a90106;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.map {
  margin-top: 50px;
}
.ymaps-2-1-29-islets_gotoymaps,
.ymaps-2-1-29-copyright {
  display: none !important;
}

.block-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: none;
}

.background-overlay {
  background: rgba(36,36,36,0.85);
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-popup__popup {
  position: relative;
  display: block;
  width: 80%;
  margin: 80px auto 0 auto;
  max-width: 980px;
}

.close {
  width: 20px;
  height: 20px;
  background: url(../images/content/icons/icon-close-white.png) no-repeat;
  position: absolute;
  top: -40px;
  right: -100px;
  cursor: pointer;
  z-index: 2;
}

.block-popup p {
  margin: 0;
}

.block-popup a:hover img {
  opacity: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

#gallery .ug-thumb-wrapper.ug-thumb-generated {
  cursor: pointer;
}

#gallery .ug-thumb-wrapper.ug-thumb-generated,
#gallery .ug-thumb-wrapper.ug-thumb-generated img,
#gallery .ug-thumb-wrapper .ug-thumb-overlay,
#gallery .ug-thumb-wrapper .ug-thumb-border-overlay {
  width: 123px !important;
  height: 80px !important;
  margin: 0 5px !important;
}

#gallery .ug-thumb-wrapper .ug-thumb-border-overlay {
  border: none !important;
}

#gallery .ug-strip-arrow,
#gallery .ug-default-button-hidepanel,
#gallery .ug-default-button-fullscreen,
#gallery .ug-default-button-play,
#gallery .ug-slider-control,
#gallery .ug-videoplayer {
  display: none;
}

#gallery.ug-gallery-wrapper .ug-thumbs-strip, .ug-gallery-wrapper .ug-thumbs-grid {
  width: 100% !important;
  left: 0 !important;
}

#gallery.ug-gallery-wrapper {
  max-width: 980px !important;
}

#gallery.ug-gallery-wrapper {
  overflow: visible;
}

#gallery .ug-slider-wrapper .ug-slider-inner {
  position: relative !important;
}

#gallery .ug-slider-wrapper .ug-slide-wrapper {
  background: #000;
}

#gallery.ug-gallery-wrapper .ug-textpanel-bg {
  background: none !important;
}

#gallery.ug-gallery-wrapper .ug-slider-wrapper {
  background: transparent;
  position: static !important;
}

#gallery.ug-gallery-wrapper .ug-textpanel {
  top: 39px !important;
}

#gallery .ug-textpanel-textwrapper {
  left: 0 !important;
}

#gallery .ug-theme-panel .ug-strip-panel {
  top: 80px !important;
  background: transparent !important;
}

#gallery .ug-arrow-left.ug-skin-default, 
#gallery .ug-arrow-right.ug-skin-default {
  width: 18px;
  height: 57px;
  position: absolute;
  display: block;
  top: 290px;
  cursor: pointer;
  opacity: 1;
}

#gallery .ug-arrow-left.ug-skin-default:hover,
#gallery .ug-arrow-right.ug-skin-default:hover {
  opacity: 0.7;
}

#gallery .ug-arrow-left.ug-skin-default {
  left: -100px !important;
  /*background: url(../images/content/icons/icon-arrow-left.png) no-repeat !important;*/
  background: url("../images/svg/UI.svg") no-repeat !important;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: -6px -1838px !important;
}

#gallery .ug-arrow-right.ug-skin-default {
  left: auto !important;
  right: -100px !important;
  /*background: url(../images/content/icons/icon-arrow-right.png) no-repeat !important;*/
  background: url("../images/svg/UI.svg") no-repeat !important;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: -6px -1925px !important;
}

.blcok-share {
  position: absolute;
  top: -43px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}

.blcok-share .text {
  display: inline-block;
}

.blcok-share__list {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 0;
  top: 4px;
  position: relative;
}

.blcok-share__list li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.blcok-share__list li a {
  cursor: pointer;
  opacity: 0.5;
}

.blcok-share__list li a:hover {
  opacity: 1;
}

.width-620 {
  display: none !important;
}

.close-menu,
.close-booking {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/content/icons/icon-close-black.png) no-repeat;
  cursor: pointer;
  top: 11px;
  left: 20px;
}

.icon-menu {
  width: 25px;
  height: 18px;
  background: url(../images/content/icons/icon-menu.png) no-repeat;
  cursor: pointer;
  position: absolute;
  display: block;
  top: 11px;
  left: 20px;
}

.booking-request {
  width: 280px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -140px;
  display: none;
  min-width: 280px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  z-index: 11;
  border-radius: 6px;
}

.online-booking {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
  padding: 0 20px;
  box-sizing:border-box;
  display: none;
}

.online-booking h2 {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0;
  width: 100%;
  text-align: center;
}

.online-booking .reserve_inline {
  background: #fff;
  padding-top: 4px;
}

.online-booking .reserve input {
  border-radius: 6px;
}

.online-booking .reserve .input-group input[type="text"] {
  background: #f0f0f0;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}

input,
textarea,
a,
select,
select option,
span,
div {
  outline: none;
}

.online-booking .block-booking {
  padding: 54px 0 20px 0;
}

.online-booking .block-contacts {
  border-top: 1px solid #e6e6e6;
  color: #424242;
  font-size: 14px;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 23px;
}

.online-booking .block-contacts ul {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.online-booking .block-contacts ul li {
  padding: 0;
  margin: 0 0 14px 0;
  list-style: none;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

.online-booking .block-contacts ul li p {
  margin: 0;
}

.online-booking .block-contacts ul li a {
  cursor: pointer;
  color: #c30107;
  text-decoration: none;
}

.online-booking .block-contacts ul li a:hover {
  color: #a90106;
}

.bold {
  font-weight: 700;
}

.online-booking .block-contacts h2 {
  margin-bottom: 18px;
}

#footer > .inner {
  min-height: 180px;
}

.wide-block_slider {
  width: 100%;
  height: 440px;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: block;
}

.wide-block_slider .ug-gallery-wrapper .ug-slider-wrapper,
.wide-block_slider .ug-slider-wrapper .ug-item-wrapper {
  overflow: visible;
}

.wide-block_slider .ug-theme-panel {
  display: none;
}

.wide-block_slider .ug-item-wrapper img {
  width: 1180px !important;
  height: auto !important;
  left: 0 !important;
  top: 0 !important;
}

.wide-block_slider #gallery,
.wide-block_slider .ug-slide-wrapper,
.wide-block_slider .ug-item-wrapper {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto;
}

.wide-block_slider .ug-gallery-wrapper .ug-slider-wrapper {
  max-height: 440px;  
}

.wide-block_slider .ug-arrow-left.ug-skin-default {
  left: -40px !important;
}

.wide-block_slider .ug-arrow-right.ug-skin-default {
  right: -40px !important;
}

.wide-block_slider .ug-arrow-left.ug-skin-default, 
.wide-block_slider .ug-arrow-right.ug-skin-default {
  top: 190px !important;
}

#gallery .ug-slider-wrapper .ug-slide-wrapper {
  background: transparent;
}

.description-rooms {
  width: 100%;
  position: relative;
  display: block;
  background: #f0f0f0;
  box-sizing: border-box;
}

.description-rooms .inner {  
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 180px;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.description-rooms__naim {
  font-size: 30px;
  line-height: 30px;
  color: #424242;
  font-weight: 700;
  font-family: "Open Sans";
  position: absolute;
  top: 35px;
  left: 0;
  text-transform: uppercase;
}

.description-rooms__list {
  padding: 0;
  margin: 0;
}

.description-rooms__list li {
  padding: 22px 15px 0 15px;
  margin: 0;
  list-style: none;
  display: table-cell;
  width: 80px;
  height: 100px;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
}

.description-rooms__list li .text {
  padding-top: 3px;
}

.description-rooms__list li img,
.description-rooms__list li .text {
  position: relative;
  display: block;
  margin: 0 auto;
}

.wide-block-simple {
  padding: 0;
}

.wide-block-simple .inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.container-left {
  width: 100%;
  max-width: 780px;
  position: relative;
  display: block;
  float: left;
  padding-bottom: 60px;
}

.container-right {
  width: 320px;
  margin-right: 30px;
  position: relative;
  display: block;
  float: right;
  padding-bottom: 60px;
  z-index:1;
}

.container-right .info-comment {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.container-right .block-booking {
  margin-bottom: 30px;
  margin-top: -180px;
}

.container-right .block-booking .reserve_inline {
  width: 100%;
  box-sizing: border-box;
}

.container-right .block-booking .reserve_inline h2 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.container-right .block-booking .reserve_inline .form-group {
  margin: 0 auto 15px auto;
  float: none;
}

.block-recommend {
  background: #f5f5f5;
  width: 320px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}

.block-recommend h2 {
  color: #404040;
  font-size: 16px;
  line-height: 30px;
  margin: 14px 0;
}

.recommend__list {
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
}

.recommend__list li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  min-width: 100px;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.recommend__list li .hover-list {
  padding: 0;
  border: 1px solid #e7e7e7;
  border-radius: 0 0 6px 6px;
  margin-top: -3px;
  margin-left: -1px;
  min-width: 101px;
  width: auto;
  overflow: hidden;
}

.recommend__list li .hover-list li {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  background: #f5f5f5;
}

.recommend__list li .hover-list li a {
  padding-left: 4px;
  padding-right: 4px;
}

.recommend__list li .hover-list li:last-child {
  border-bottom: none;
}

.recommend__list li:first-child {
  border-left: none;
}

.recommend__list li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 11px 13px;
  box-sizing: border-box;
}

.recommend__list li a:hover {
  background: #fff;
}

.recommend__list li a:hover .icon {
  color: #42658b;
}

.recommend__list li a .icon {
  margin-right: 5px;
}

.recommend__list > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.hover-list {
  position: absolute;
  display: none;
  z-index: 2;
}

.block-placing {
  position: relative;
  display: block;
  border-bottom: 1px solid #999999;
  padding: 16px 0 30px 200px;
  box-sizing: border-box;
}

.placing-title {
  position: absolute;
  top: 20px;
  left: 0;
  color: #424242;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  width: 176px;
}

.placing-table {
  position: relative;
  display: table;
  width: 100%;
}

.placing-table__row {
  position: relative;
  display: table-row;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.placing-table thead tr {
  color: #424242;
}

.placing-table__cell,
.placing-table td {
  position: relative;
  display: table-cell;
  min-width: 150px;
  min-height: 60px;
  padding: 15px 0;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}

.placing-table tbody tr:last-child td {
  border-bottom: none;  
}

.placing-table.cost-table,
.placing-table td {
  color: #999999;
}

.placing-table__cell.price,
.placing-table td.price {
  color: #424242;
  font-size: 16px;
  font-weight: 700;
}

.placing-table__cell.name,
.placing-table td.name  {
  width: 300px;
}

.placing-table__cell.comfort,
.placing-table td.comfort {
  color: #424242;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.comfort__list {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin: 4px 0 0 0;
  padding: 0;
}

.comfort__list li {
  position: relative;
  display: block;
  color: #666666;
  margin: 19px 0;
  padding: 0 0 0 28px;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
}

.comfort__list li:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  /*background: url('../images/content/icons/icon-ok.png') no-repeat;*/
  background: url("../images/svg/UI.svg") no-repeat;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: -6px -2104px;
}

.comfort__list li.absent {
  color: #9a9a9a;
  text-decoration: line-through;
}

.comfort__list li.absent:before {
  /*background: url('../images/content/icons/icon-none.png') no-repeat;*/
  background: url("../images/svg/UI.svg") no-repeat;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: -4px -2062px;
}

.comfort-table .placing-table__cell.comfort {
  padding: 9px 0 16px 0;
}

.show-more {
  display: none;
  margin-top: 18px;
  margin-bottom: 13px;
  padding-left: 28px;
}

.show-more a {
  font-size: 14px;
  line-height: 20px;
  color: #c30107;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dotted #c30107;
}

.show-more a:hover {
  color: #a90106;
}

.show-more .icon {
  color: #c30107; 
  position: relative;
  top: 1px;
  right: -1px;
}

.rules-residence {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding-top: 9px;
  padding-bottom: 24px;
}

.rules-residence ul {
  margin: 0;
  padding: 0;
}

.rules-residence li {
  position: relative;
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 0 0 28px;
  margin: 0;
  box-sizing: border-box;
}

.rules-residence li:before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #c30107;
  border-radius: 50%;
  top: 6px;
  left: 3px;
}

.rules-residence li a {
  text-decoration: none;
  cursor: pointer;
  color: #c30107;
}

.rules-residence li a:hover {
  color: #a90106;
}

.switch {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 32px;
}

.switch .arrow {
  width: 32px;
  height: 32px;
  border: 2px solid #9a9a9a;
  position: absolute;
  display: table-cell;
  left: 0;
  top: 0;
  background: url(../images/content/icons/icon-nav-arrow-left.png) no-repeat;
  background-position: center;
  border-radius: 50%;
}

.switch-next .arrow {
  background: url(../images/content/icons/icon-nav-arrow-right.png) no-repeat;
  background-position: center;
  right: 0;
  left: auto;
}

.switch-prev,
.switch-next {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  padding: 9px 0;
}

.switch-prev {
  float: left;
  padding-left: 48px;
}

.switch-next {
  float: right;
  padding-right: 48px;
}

.switch-prev,
.switch-next {
  color: #9a9a9a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.switch-prev:hover,
.switch-next:hover {
  color: #1f1f1f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.switch .arrow {
  border: 2px solid #9a9a9a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.switch-prev:hover .arrow,
.switch-next:hover .arrow {
  border: 2px solid #404040;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.clear {
  clear: both;
}

#gallery.ug-gallery-wrapper .ug-bullets {
  display: none;
  z-index: 10;
  top: 400px !important;
}

#gallery .ug-bullets.ug-skin-default .ug-bullet {
  background: #fff;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;
}

#gallery .ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
  border: 2px solid #c30107;
  margin-top: 0;
  margin-left: 2px;
  margin-right: 2px;
}

.placing-table .text_hide {
  display: none;
  color: #999999;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  margin-right: 4px;
}

.block-services {
  width: 100%;
  padding-top: 12px;
}

.block-service__item {
  width: 100%;
  position: relative;
  display: block;
  background: #fff;
}

.block-services__item__description,
.block-services__item__image {
  position: relative;
  display: block;
  width: 50%;
  height: 360px;
  background: #fff;
  box-sizing: border-box;
}

.block-services__item__image {
  cursor: pointer;
}

.block-services__item__description {
  padding: 46px 60px 50px 60px;
  text-align: center;
}

.block-services__item__image img {
  width: 100%;
  height: 100%;
}

.block-services__item__image.left:after,
.block-services__item__image.right:after  {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: auto;
  top: 50%;
  margin-top: -9px;
  width: 10px;
  height: 18px;
  background: url(../images/content/icons/icon-arrow-services.png) no-repeat;
  z-index: 2;
}

.block-services__item__image.left:after {
  -moz-transform: rotate(180deg); 
  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg); 
  -o-transform: rotate(180deg); 
  transform: rotate(180deg); 
  left: auto;
  right: 0;
}

.block-services .category__descr {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.block-services .category__title {
  color: #424242;
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "PT Serif Caption", serif;
}

.button-black {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #242424;
  border-radius: 6px;
  padding: 0 40px;
  line-height: 45px;
  min-width: 180px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.block-services__item__description .button-black {
  position: relative;
  display: inline-block;
  margin: 5px auto 0 auto;
}

.button-black:hover {
  background: #302f2f;
}

.wide-block.m-gray.page-services {
  padding-bottom: 0;
}

.block-services__item__image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 98%;
  opacity: 0.4;
  z-index: 0;
  display: none;
  background: #000;
}

.block-reviews {
  width: 100%;
  text-align: center;
}

.block-reviews .button-black {
  min-width: 280px;
}

.review {
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding: 40px 0 35px 100px;
  box-sizing: border-box;
}

.review__photo {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0;
}

.review__text {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.review__name {
  color: #424242;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.review__date {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
}

.wide-block.page-reviews {
  padding-top: 0;
}

.pagination {
  margin: 0;
  padding: 4px 0 0 0;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
}

.pagination li {
  padding: 0;
  margin: 0 6px;
  list-style: none;
  display: inline;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #aaaaaa;
}

.pagination li a {
  color: #aaaaaa;
  text-decoration: none;
}

.pagination li.active a {
  color: #c30107;
}

.pagination li:hover a {
  color: #404040;
}

.popup-add-review {
  background: #fff;
  width: 980px;
  left: 50%;
  border-radius: 6px;
  margin-left: -490px;
  padding: 78px 100px;
  box-sizing: border-box;
}

.popup-add-review .close {
  width: 20px;
  height: 20px;
  background: url(../images/content/icons/icon-close-black.png) no-repeat;
  position: absolute;
  display: block;
  top: 20px;
  right: 20px !important;
  left: auto;
}

.form-add-review {
  position: relative;
  display: block;
  width: 100%;
  min-height: 200px;
  padding-left: 200px;
  box-sizing: border-box;
}

.form-add-review .add-photo {
  width: 180px;
  height: 185px;
  position: absolute;
  top: 0;
  left: 0;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border: 1px dashed #dbdbdb;
  background: url(../images/content/icons/icon-add.png) no-repeat;
  background-position: center 42%;
  background-color: #f2f2f2;
  cursor: pointer;
  border-radius: 6px;
}

.form-add-review .add-photo .text {
  position: absolute;
  width: 100px;
  text-align: center;
  top: 60%;
  left: 50%;
  margin-left: -50px;
}

.input,
.textarea {
  outline: none;
  padding: 16px;
  background: #fff;
  border: 1px solid #e7e7e7 !important;
  border-radius: 5px !important;
  box-sizing: border-box;
  resize: none;
  color: #424242;
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.js__button_show {
  display: none;
}

.form-add-review .input {
  width: 280px !important;
  height: 45px !important;
}

.form-add-review .textarea {
  width: 100%;
  min-height: 100px;
  margin-bottom: 15px;
}

.form-add-review .button-black {
  float: right;
  width: 280px;
}

.booking-request.button-black {
  display: none;
  position: fixed;
}

.wide-block-service {
  padding: 20px 0 77px 0;
  box-sizing: border-box;
}

.wide-block-service .container-left {
  background: #fff;
  max-width: 880px;
  padding: 50px 100px;
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.wide-block-service .container-right {
  padding: 0;
  width: 280px;
  margin-right: 0;
  box-sizing: border-box;
}

.wide-block-service .container-left .category__img {
  margin-bottom: 15px;
}

.wide-block-service .container-left .category__title {
  color: #424242;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "PT Serif Caption", serif;
}

.wide-block-service .container-left .category__descr {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #999999;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 27px;
}

.slider-services {
  width: 680px;
  height: 490px;
  padding: 0;
  margin-bottom: 20px;
}

.slider-services .ug-arrow-left.ug-skin-default, 
.slider-services .ug-arrow-right.ug-skin-default {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  cursor: pointer;
}

.slider-services .ug-arrow-left.ug-skin-default {
  left: -20px !important;
  background: url(../images/content/icons/icon-arrow-slider-left.png) no-repeat;
  background-color: #e6e6e6;
  background-position: center;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.slider-services .ug-arrow-right.ug-skin-default {
  left: auto !important;
  right: -20px;
  background: url(../images/content/icons/icon-arrow-slider-right.png) no-repeat;
  background-color: #e6e6e6;
  background-position: center;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}


.slider-services .ug-arrow-left.ug-skin-default:hover, 
.slider-services .ug-arrow-right.ug-skin-default:hover {
  background-color: #242424;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.slider-services .ug-bullets {
  top: auto !important;
  bottom: -4px;
}

.slider-services .ug-bullets.ug-skin-default .ug-bullet {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background-color: #e6e6e6;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.slider-services .ug-bullets.ug-skin-default .ug-bullet:hover {
  background-color: #999999;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.slider-services .ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
  background-color: #fff;
  border: 2px solid #c30107;
}

.slider-services .ug-gallery-wrapper .ug-slider-wrapper {
  background: transparent;
  position: static !important;
}

.slider-services .ug-gallery-wrapper {
  overflow: visible;
}

.slider-services .ug-slider-wrapper .ug-slider-inner {
  position: relative !important;
}

.list-style-circle,
.content-news ul,
.content-service ul {
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  display: block;
}

.list-style-circle li,
.content-news ul li,
.content-service ul li {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  margin: 10px 0;
  list-style: none;
}

.list-style-circle li:before,
.content-news ul li:before,
.content-service ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 11px;
  width: 8px;
  height: 8px;
  background: #c30107;
  border-radius: 50%;
}
  
.info-cost {
  position: relative;
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 40px;
  padding: 24px 30px 13px 30px;
  box-sizing: border-box;
}

.info-cost:after {
  font-family:'FontAwesome';
  content: '\f158';
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  background-color: #c30107;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  /*background: url(../images/content/icons/icon-rub.png) no-repeat;*/
}

.block-share {
  width: 100%;
  margin: 21px 0 ;
}

.block-share .text {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #424242;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.block-share .social {
  display: inline-block;
  position: relative;
  top: 10px;
}

.content-service {
  width: 100%;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #999999;
}

.container-right .category.category_sm {
  margin-bottom: 20px;
}

.grid-12.dop-contacts {
  margin-top: 40px;
}

.dop-contacts .col-lg-3,
.dop-contacts .col-lg-4 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.dop-contacts img,
.dop-contacts a {
  position: relative;
  display: inline-block;
}

.dop-contacts img {
  margin-right: 8px;
}

.dop-contacts a {
  top: -27px;
}

.dop-contacts a {
  color: #c30107;
  text-decoration: none;
  border-bottom: 1px dotted #c30107;
  cursor: pointer;
}

.dop-contacts a:hover {
  color: #a90106;
}

.m-contacts {
  padding-top: 70px;
}

.m-contacts .map {
  margin-top: 35px;
}

.m-contacts h2 {
  margin-bottom: 26px;
}

.wide-block.get-contacts {
  padding-top: 40px;
  padding-bottom: 55px;
}

.get-contacts .block-get {
  width: 680px;
  float: left;
  position: relative;
  display: block;
}

.get-contacts .block-reservation {
  width: 380px;
  float: right;  
  position: relative;
  display: block;
}

.get-contacts .block-get .how-to-get {
  position: relative;
  display: block;
  width: 100%;
  height: 81px;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 28px 120px 32px 99px;
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
}

.get-contacts .block-get .how-to-get:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 22px;
  bottom: 0;
  left: 0;  
  background: #f5f5f5;
  border-radius: 0 0 6px 6px;
}

.get-contacts .block-get .how-to-get._open:after {
  background: #fff;
}

.get-contacts .block-get .how-to-get .title {
  color: #424242;
  font-weight: 700;
  z-index: 2;
  position: relative;
}

.get-contacts .block-get .how-to-get .img-decor {
  position: absolute;
  display: block;
  top: 17px;
  left: 20px;
  z-index: 2;
}

.get-contacts .block-get .how-to-get._open {
  background: #fff;
}

.get-contacts .block-get .how-to-get .link {
  color: #c30107;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.get-contacts .block-get .how-to-get .link:hover {
  color: #a90106;
}

.get-contacts .block-get .how-to-get .button-opening {
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
  width: 32px;
  height: 33px;
  /*background: url(../images/content/icons/icon-open.png) no-repeat;*/
  background: url("../images/svg/UI.svg") no-repeat;
  background-repeat: no-repeat;
  background-size: 277px 2900px;
  background-position: -6px -2210px;
  z-index: 3;
}

.get-contacts .block-get .how-to-get._open .button-opening {
  /*background: url(../images/content/icons/icon-close.png) no-repeat;*/
  background-position: -6px -2148px;
}

.block-reservation .contact-item p {
  text-align: left;
}

.block-reservation .contact-item .phone {
  font-size: 18px;
  line-height: 30px;
}

.block-reservation .contact-item .contact-item__title {
  position: relative;
  margin-bottom: 4px;
}

.block-reservation .button-black {
  width: 280px;
  display: block;
  margin-top: 19px;
  background: #424242;
}

.block-reservation .button-black:hover {  
  background: #242424;
}

.m-contacts .reserve_col {
  right: 11%;
}

.get-contacts .reserve_col {
  position: relative;
  bottom: 0;
  right: 0;
  margin: 30px 0;
  display: none;
}

.wide-block.page-news {
  padding: 20px 0 50px 0;
}

.wide-block.page-news .col-lg-3 {
  margin: 0 20px 20px 0;
}

.wide-block.page-news .col-lg-3:nth-child(4n) {
  margin-right: 0;
}

.button-more-news {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  background: #fff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  color: #aaaaaa;
  text-decoration: none;
}

.button-more-news:hover {
  background: #e1e1e1;
  color: #666666;
}

.category__descr a.title {
  text-decoration: none;
}

.category__descr a.title:hover h4 {
  color: #c30107;
}

.content-news blockquote,
.content-service blockquote {
  position: relative;
  display: block;
  color: #999999;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  margin: 27px 0 25px 0;
  padding: 0 0 0 70px;
}

.content-news blockquote:before,
.content-service blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  left: 20px;
  width: 32px;
  height: 26px;
  background: url(../images/content/icons/icon-quote.png) no-repeat;
}

.line-h {
  background: #999999;
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  clear: both;
}

.move-all {
  position: relative;
  display: block;
  float: right;
  color: #c30107;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  margin: 18px 0 0 0;
  text-decoration: none;
}

.move-all:hover {
  color: #a90106;
}

.move-all.move-all-right {
  padding-right: 22px;
}

.move-all.move-all-right:after {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  right: 0;
  background: url(../images/content/icons/icon-nav-arrow-right.png) no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 10px;
}

.content-news {
  padding-bottom: 10px;
}

.list-style-number,
.content-news ol,
.content-service ol {
  counter-reset:li; 
  list-style:none; 
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  display: block;
}

.list-style-number li,
.content-news ol li,
.content-service ol li {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  margin: 10px 0;
  list-style: none;
}

.list-style-number li:before,
.content-news ol li:before,
.content-service ol li:before{
    content:counter(li); 
    counter-increment:li; 
    position:absolute;
    top: -4px;
    left: 10px;
    width:2em;
    padding:4px 0;
    color:#c30107;
    font-weight:bold;
    font-size: 14px;
}

.error-pages {
  color: #999999;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  width: 684px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 120px;
  box-sizing: border-box;
}

.error-pages img {
  width: 100%;
  max-width: 684px;
  position: relative;
  display: block;
  margin: 0 auto;
  height: auto;
}

.error-pages a {
  color: #c30107;
  text-decoration: underline;
  cursor: pointer;
}

.error-pages a:hover {
  color: #a90106;
}

.block-form-reservation {
  border-top: 1px solid #999999;
 /* padding: 35px 0;*/
  width: 580px;
  margin: 20px auto 0 auto;
}

.block-form-reservation h3 {
  text-align: center;
}

.form__string {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.form__label {
  display: block;
  position: relative;
  margin-bottom: 3px;
  left: 0;
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  width: 200px;
  text-align: left;
}

.required:after {
  content: '*';
  position: relative;
  display: inline-block;
  color: #c30107;
  right: -3px;
}

input[type=checkbox]
  {display:none;}

input[type=checkbox] + label
{
  position: relative;
  display: block;
  cursor:pointer; 
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  height: 100%;
  padding: 8px 20px 4px 27px;
}

input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  display: block;
  top: 11px;
  left: 0;
  width:16px;
  height:16px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  box-sizing: border-box;
}

input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  display: none;
  top: 11px;
  left: 0;
  background:url(../images/content/icons/icon-check.png) no-repeat;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

input[type=checkbox]:checked + label:after {
  display: block;
}

.input-wrap {
  position: relative;
  width: 280px;
  display: block;
  float: left;
  margin-left: 20px;
  box-sizing: border-box;
}

.input-wrap:first-child {
  margin-left: 0;
}
.form__string:before,
.form__string:after {
  content: " ";
  display: block;
  line-height: 0;
}
.form__string:after {
  clear: both;
}

input[type="text"].input,
.input {
  color: #424242;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 0 15px;
  height: 41px;
  width: 100%;
  box-sizing: border-box;
}

.form-wrap {
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 0 12px 0;
}

.reserve .input {
  height: 41px;
}

.reserve.form-wrap .input-group .ui-datepicker-trigger {
  top: 27px;
}

.input-wrap.input-group:last-child:before {
  content: '';
  position: absolute;
  display: block;
  top: 48px;
  left: -16px;
  width: 12px;
  height: 1px;
  background: #424242;
}

.form-wrap.reserve {
  border-radius: 0;
}

.ui-selectmenu-button.ui-state-default {
  background: #fff;
  height: 41px;
  width: 100% !important;
  box-sizing: border-box;
  color: #424242;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 5px !important;
  border: 1px solid #e7e7e7;
}

.ui-selectmenu-button.ui-state-default.ui-state-hover {
  border: 1px solid #e7e7e7;
  background: #fff;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 29px;
}

.ui-selectmenu-menu .ui-widget-content {
  background: #fff;
  border-color: #e7e7e7;
  color: #424242;
  font-size: 14px;
  line-height: 22px;
}

.ui-selectmenu-menu .ui-menu-item {
  padding-left: 14px;
}

.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  color: #424242;
  font-weight: 400;
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.ui-selectmenu-menu .ui-menu-item.ui-state-focus:last-child {
  border-bottom: 1px solid #f9f9f9;
}

.ui-selectmenu-button span.ui-icon {
  background: url(../images/content/icons/ui-arrow-down.png) no-repeat;
  width: 10px;
  height: 6px;
  top: 17px;
  right: 15px;
  margin-top: 0;
}

.ui-selectmenu-text .clearing {
  color: #999999;
}

.a_local {
  cursor: pointer;
  text-decoration: none;
  color: #c30107;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px dashed #c30107;
}

.a_local:hover {
  color: #a90106;
  border-color: #c30107;
}

.a_local.a_local-green {
  color: #04bd09;
  border-color: #04bd09;
}

.a_local.a_local-green:hover {
  color: #05c70e;
  border-color: #05c70e;  
}

.js__button-add {
  display: none;
}

.block-reservation-total {
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  padding: 31px 0 0 0;
}

.block-reservation-total .total {
  color: #424242;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.block-reservation-total .comment {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  font-style: normal;
}

.block-reservation-total .button {
  position: relative;
  display: block;
  margin: 22px auto 4px auto;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  color: #fff;
  height: 45px;
  width: 280px;
  padding: 14px;
  box-sizing: border-box;
}

.button-red {
  background: #c30107;
}

.button-red:hover {
  background: #a90106;
}

.wide-block.m-reservation {
  padding-top: 75px;
  padding-bottom: 0;
}

.m-reservation .grid-12 {
  max-width: 700px;
}

.m-reservation .grid-12 .col-lg-8,
.m-confirmation .grid-12 .col-lg-8 {
  margin-bottom: 1px;
  margin-left: 0;
  width: 100%;
}

.m-reservation .grid-12 .category-title,
.m-confirmation .grid-12 .category-title {
  margin-bottom: 15px;
}

.block-form-reservation h3 {
  margin: 31px 0 10px 0;
}

.block-form-reservation h5 {
  margin: 14px 0 8px 0;
}

.block-a_local {
  margin-top: -8px;
  margin-bottom: 13px;
}

.m-confirmation {
  padding-top: 196px;
  padding-bottom: 236px;
}

.m-confirmation .grid-12 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 540px;
}

.menu-phone {
  font-size: 18px;
  line-height: 24px;
  color: #424242;
  position: absolute;
  right: 20px;
  top: 8px;
}

.menu-scroll {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 49px;
  display: block;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}

.page-reviews .grid-12 {
  max-width: 780px;
}

.content-row.ta-c .contact-item {
  width: 260px;
}

.col-lg-8.col-lg-offset-2 .ta-c {
  margin-bottom: 35px;
}

.grid-12.block-services {
  margin-top: 0;
  padding-top: 0;
}

.wide-block__banner-img video { 
    /*top: 0%;*/
    left: 0%;
	position:relative;
    /*min-width: 100%;
    min-height: 100%;*/
    width: 100%;
    height: auto;
    z-index: -100;
    /*transform: translateX(-50%) translateY(-50%);*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    transition: 1s opacity;
}