/*© ООО Сео-Гранд seo-grand.ru*/
/* include mixins */
/* include common */
/* line 1, ../../sass/_common.sass */
body {
  /*background: url("/images/320-1.png") top center no-repeat */
  /*display: flex */
  /*flex-direction: column */
  margin: auto;
  color: #515151;
  overflow-x: hidden;
  min-width: 768px; }

/* line 11, ../../sass/_common.sass */
.clear {
  clear: both; }

/* line 14, ../../sass/_common.sass */
html, body {
  height: 100%; }

/* line 18, ../../sass/_common.sass */
* {
  focus-outline: 0 !important; }

/* line 22, ../../sass/_common.sass */
.container {
  /*flex: 1 */ }

/* line 25, ../../sass/_common.sass */
.wrapper {
  /*max-width: 1800px */
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px; }

/* line 34, ../../sass/_common.sass */
button {
  padding: 0;
  margin: 0;
  border: 0;
  white-space: normal !important;
  outline: 0 !important; }
  /* line 40, ../../sass/_common.sass */
  button:focus {
    border: 2px solid #378c54 !important;
    outline: 0 !important;
    color: #fff; }
  /* line 44, ../../sass/_common.sass */
  button.btn {
    padding: 13px 0; }
  /* line 46, ../../sass/_common.sass */
  button:hover {
    border: 2px solid #1a5b30 !important; }

/* line 48, ../../sass/_common.sass */
.fancybox-skin {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px;
  border-radius: 0px !important; }

/* line 52, ../../sass/_common.sass */
.btn {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #378c54;
  border: 2px solid #378c54;
  padding: 13px 0;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1.3px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  min-width: 200px; }
  /* line 67, ../../sass/_common.sass */
  .btn span {
    padding-right: 20px;
    position: relative; }
    /* line 70, ../../sass/_common.sass */
    .btn span:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
  /* line 77, ../../sass/_common.sass */
  .btn:hover {
    background-color: #1a5b30;
    border: 2px solid #1a5b30; }

/* line 83, ../../sass/_common.sass */
.btn.active, .btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 85, ../../sass/_common.sass */
.btn:focus, .btn:hover {
  color: #fff; }

/* line 87, ../../sass/_common.sass */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px; }

/* line 90, ../../sass/_common.sass */
.link:hover {
  cursor: pointer; }

/* line 93, ../../sass/_common.sass */
ul {
  padding: 0px;
  margin: 0; }
  /* line 96, ../../sass/_common.sass */
  ul li {
    list-style: none; }
  /* line 99, ../../sass/_common.sass */
  ul.h-list li {
    display: inline-block; }

/* line 103, ../../sass/_common.sass */
a {
  text-decoration: none; }

/* line 107, ../../sass/_common.sass */
h2 {
  padding: 0px;
  margin: 0;
  font-family: Merriweather;
  font-size: 42px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #515151; }

/* line 119, ../../sass/_common.sass */
.fancybox-content {
  padding: 30px;
  background: transparent; }

/* line 122, ../../sass/_common.sass */
.fancybox-slide--html .fancybox-close-small {
  padding: 0px;
  color: #fff;
  right: 0px;
  top: 0px; }

/* line 128, ../../sass/_common.sass */
.popover {
  width: auto;
  -moz-box-shadow: 0 2px 8px 0 rgba(33, 33, 33, 0.2);
  -webkit-box-shadow: 0 2px 8px 0 rgba(33, 33, 33, 0.2);
  box-shadow: 0 2px 8px 0 rgba(33, 33, 33, 0.2); }

/* line 132, ../../sass/_common.sass */
.popover-content {
  font-family: Merriweather;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal; }

/* line 140, ../../sass/_common.sass */
.ymaps-2-1-68-image {
  opacity: 0.5; }

/* include lib blocks */
/* line 1, ../../sass/blocks/form/_form.sass */
.form-group {
  margin-bottom: 24px; }
  /* line 3, ../../sass/blocks/form/_form.sass */
  .form-group label {
    font-size: 16px;
    color: #000000; }

/* line 7, ../../sass/blocks/form/_form.sass */
.form-control {
  font-size: 18px;
  letter-spacing: 0.5px;
  display: block;
  width: 100%;
  height: 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: transparent;
  border: 2px solid rgba(220, 186, 129, 0.5);
  color: #000 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  /* line 20, ../../sass/blocks/form/_form.sass */
  .form-control:hover {
    border: 2px solid #dcba81;
    cursor: pointer; }
  /* line 23, ../../sass/blocks/form/_form.sass */
  .form-control:focus {
    border: 2px solid #dcba81;
    cursor: pointer; }

/* line 26, ../../sass/blocks/form/_form.sass */
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 29, ../../sass/blocks/form/_form.sass */
.form-group._phone {
  position: relative; }
  /* line 31, ../../sass/blocks/form/_form.sass */
  .form-group._phone:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 13px;
    /*@extend .icon-phone-form */ }
  /* line 38, ../../sass/blocks/form/_form.sass */
  .form-group._phone .form-control {
    padding-left: 50px; }

/* line 42, ../../sass/blocks/form/_form.sass */
input::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 44, ../../sass/blocks/form/_form.sass */
input:-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 46, ../../sass/blocks/form/_form.sass */
input::-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 48, ../../sass/blocks/form/_form.sass */
input:-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 51, ../../sass/blocks/form/_form.sass */
input::-webkit-input-placeholder:hover {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 53, ../../sass/blocks/form/_form.sass */
input:-moz-placeholder:hover {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 55, ../../sass/blocks/form/_form.sass */
input::-moz-placeholder:hover {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 57, ../../sass/blocks/form/_form.sass */
input:-ms-input-placeholder:hover {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 62, ../../sass/blocks/form/_form.sass */
textarea::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 64, ../../sass/blocks/form/_form.sass */
textarea:-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 66, ../../sass/blocks/form/_form.sass */
textarea::-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 68, ../../sass/blocks/form/_form.sass */
textarea:-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 71, ../../sass/blocks/form/_form.sass */
select::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 73, ../../sass/blocks/form/_form.sass */
select:-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 75, ../../sass/blocks/form/_form.sass */
select::-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 77, ../../sass/blocks/form/_form.sass */
select:-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }

/* line 81, ../../sass/blocks/form/_form.sass */
textarea.form-control {
  height: 135px !important;
  resize: none; }

/* line 85, ../../sass/blocks/form/_form.sass */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 90, ../../sass/blocks/form/_form.sass */
button {
  border: 0px;
  background: transparent;
  padding: 0px; }
  /* line 94, ../../sass/blocks/form/_form.sass */
  button:focus {
    border: 0px;
    outline: 0px; }

/* line 98, ../../sass/blocks/form/_form.sass */
.form-control.invalid {
  border: 1px solid #ff393b; }

/* line 101, ../../sass/blocks/form/_form.sass */
label {
  font-weight: normal; }

/* line 104, ../../sass/blocks/form/_form.sass */
.form-error, .result {
  color: #fe9698;
  font-size: 13px; }

/* line 109, ../../sass/blocks/form/_form.sass */
select {
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: ""; }
  /* line 114, ../../sass/blocks/form/_form.sass */
  select::-ms-expand {
    display: none; }

/* line 119, ../../sass/blocks/form/_form.sass */
.i-select {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 46px;
  width: 46px;
  background-color: #ebebeb; }

/* line 128, ../../sass/blocks/form/_form.sass */
.file-upload {
  position: relative;
  overflow: hidden;
  width: 47px;
  height: 47px;
  border: 1px solid #b2b2b2;
  padding: 13px 0 0 6px;
  text-align: center; }
  /* line 136, ../../sass/blocks/form/_form.sass */
  .file-upload:hover {
    background-color: #00aeef; }
    /* line 138, ../../sass/blocks/form/_form.sass */
    .file-upload:hover .i-icon-download {
      fill: #fff; }

/* line 141, ../../sass/blocks/form/_form.sass */
.file-upload input[type="file"] {
  display: none; }

/* line 144, ../../sass/blocks/form/_form.sass */
input::-webkit-inner-spin-button {
  display: none; }

/* line 147, ../../sass/blocks/form/_form.sass */
.file-upload label {
  cursor: pointer;
  width: 100%;
  height: 100%; }

/* line 153, ../../sass/blocks/form/_form.sass */
.b-input_type_checkbox input[type=checkbox], .b-input_type_checkbox input[type=radio] {
  display: none; }

/* line 156, ../../sass/blocks/form/_form.sass */
.b-input_type_checkbox {
  padding-left: 25px; }
  /* line 158, ../../sass/blocks/form/_form.sass */
  .b-input_type_checkbox:hover {
    cursor: pointer; }
  /* line 160, ../../sass/blocks/form/_form.sass */
  .b-input_type_checkbox label:hover {
    cursor: pointer; }

/* line 163, ../../sass/blocks/form/_form.sass */
.b-input_type_checkbox input[type=checkbox] + span, .b-input_type_checkbox input[type=radio] + span {
  position: relative;
  font-family: Merriweather;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151; }
  /* line 173, ../../sass/blocks/form/_form.sass */
  .b-input_type_checkbox input[type=checkbox] + span:before, .b-input_type_checkbox input[type=radio] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -25px; }

/* line 191, ../../sass/blocks/form/_form.sass */
.b-input_type_checkbox input[type=radio]:checked + span {
  background-color: #ebebeb;
  color: black; }

/* line 196, ../../sass/blocks/form/_form.sass */
.b-input_type_check input[type=checkbox] {
  display: none; }

/* line 200, ../../sass/blocks/form/_form.sass */
.input-group {
  width: 100%; }
  /* line 202, ../../sass/blocks/form/_form.sass */
  .input-group._w237 {
    width: 237px; }
  /* line 204, ../../sass/blocks/form/_form.sass */
  .input-group._w156 {
    width: 156px;
    min-width: 156px; }

/* line 208, ../../sass/blocks/form/_form.sass */
.input-group-block {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2;
  display: flex; }

/* line 215, ../../sass/blocks/form/_form.sass */
.btn-outline {
  position: relative;
  height: 46px;
  width: 46px; }

/* line 221, ../../sass/blocks/form/_form.sass */
.js-group-data:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  opacity: 0.5; }
/* line 229, ../../sass/blocks/form/_form.sass */
.js-group-data:active:before {
  opacity: 1; }
/* line 231, ../../sass/blocks/form/_form.sass */
.js-group-data:hover:before {
  opacity: 1; }
/* line 235, ../../sass/blocks/form/_form.sass */
.js-group-data .form-control {
  padding-right: 35px; }

/* line 238, ../../sass/blocks/form/_form.sass */
.js-group-select:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 15px; }
/* line 245, ../../sass/blocks/form/_form.sass */
.js-group-select .form-control {
  padding-right: 35px; }

/* line 251, ../../sass/blocks/form/_form.sass */
.input-group:hover {
  cursor: pointer; }

/* line 255, ../../sass/blocks/form/_form.sass */
.input-info {
  top: 47px;
  border: 1px solid #d7d7d7;
  color: #b2b2b2;
  width: 100%;
  z-index: 2; }

/* line 262, ../../sass/blocks/form/_form.sass */
.add-img {
  border: 1px solid #b2b2b2;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -15px;
  left: 50px; }
  /* line 269, ../../sass/blocks/form/_form.sass */
  .add-img img {
    max-height: 100%;
    max-width: 100%; }
  /* line 272, ../../sass/blocks/form/_form.sass */
  .add-img .i-icon-close {
    position: absolute;
    top: 3px;
    right: 3px;
    fill: #b2b2b2;
    width: 14px;
    height: 14px; }
    /* line 279, ../../sass/blocks/form/_form.sass */
    .add-img .i-icon-close:hover {
      fill: #b2b2b2; }

/* line 282, ../../sass/blocks/form/_form.sass */
.ui-datepicker {
  background-color: #fff;
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #515151;
  width: 280px;
  height: 287px;
  box-shadow: 0 2px 8px 0 rgba(33, 33, 33, 0.2);
  padding: 15px;
  top: 275px;
  margin-left: -22px;
  margin-top: 8px;
  display: none;
  z-index: 55 !important; }
  /* line 301, ../../sass/blocks/form/_form.sass */
  .ui-datepicker:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-right: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff; }

/* line 312, ../../sass/blocks/form/_form.sass */
.ui-datepicker-title {
  padding: 8px 0;
  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #515151; }

/* line 322, ../../sass/blocks/form/_form.sass */
.ui-datepicker-calendar {
  margin: 10px auto 0 auto; }
  /* line 324, ../../sass/blocks/form/_form.sass */
  .ui-datepicker-calendar .ui-state-default {
    padding: 5px;
    color: #000;
    display: block; }
    /* line 328, ../../sass/blocks/form/_form.sass */
    .ui-datepicker-calendar .ui-state-default.ui-state-active {
      border-radius: 4px;
      background-color: #dcba81;
      color: #fff; }
  /* line 334, ../../sass/blocks/form/_form.sass */
  .ui-datepicker-calendar thead tr th {
    text-align: center;
    padding: 4px;
    opacity: 0.5;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #515151; }
  /* line 346, ../../sass/blocks/form/_form.sass */
  .ui-datepicker-calendar tr td {
    text-align: center; }

/* line 348, ../../sass/blocks/form/_form.sass */
.ui-datepicker-header {
  text-align: center;
  position: relative;
  border-bottom: solid 1px #dcba81; }
  /* line 352, ../../sass/blocks/form/_form.sass */
  .ui-datepicker-header select {
    border: 0px; }

/* line 354, ../../sass/blocks/form/_form.sass */
.ui-datepicker-month {
  margin-right: 10px; }

/* line 356, ../../sass/blocks/form/_form.sass */
.ui-datepicker-prev {
  position: absolute;
  top: 7px;
  left: 0px;
  height: 19px;
  width: 21px;
  text-align: center; }
  /* line 364, ../../sass/blocks/form/_form.sass */
  .ui-datepicker-prev:hover {
    cursor: pointer; }

/* line 368, ../../sass/blocks/form/_form.sass */
.ui-datepicker-next {
  position: absolute;
  top: 7px;
  right: 0px;
  height: 19px;
  width: 21px;
  text-align: center; }
  /* line 376, ../../sass/blocks/form/_form.sass */
  .ui-datepicker-next:hover {
    cursor: pointer; }

/* line 378, ../../sass/blocks/form/_form.sass */
.ui-state-disabled {
  opacity: 0.5; }

/* line 380, ../../sass/blocks/form/_form.sass */
.ui-state-disabled:hover {
  cursor: default; }

/* line 384, ../../sass/blocks/form/_form.sass */
.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: #626262;
  opacity: 0.75; }
/* line 387, ../../sass/blocks/form/_form.sass */
.ui-datepicker-calendar .ui-state-disabled:hover {
  background-color: transparent; }

/* line 392, ../../sass/blocks/form/_form.sass */
.js-group-data .form-control {
  color: #515151 !important; }

/* line 397, ../../sass/blocks/form/_form.sass */
.b-mainslider .js-group-data .form-control {
  color: #fff !important; }

/* line 400, ../../sass/blocks/form/_form.sass */
.input-group-select {
  background-color: #fff;
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  width: 280px;
  height: 270px;
  box-shadow: 0 2px 8px 0 rgba(33, 33, 33, 0.2);
  padding: 15px;
  top: 86px;
  margin-left: -68px;
  display: none;
  position: absolute;
  z-index: 55; }
  /* line 418, ../../sass/blocks/form/_form.sass */
  .input-group-select:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-right: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff; }
  /* line 428, ../../sass/blocks/form/_form.sass */
  .input-group-select select {
    color: rgba(49, 49, 49, 0.5) !important; }
  /* line 430, ../../sass/blocks/form/_form.sass */
  .input-group-select .form-group {
    margin-right: 0px !important;
    width: 100%;
    margin-bottom: 20px; }
    /* line 434, ../../sass/blocks/form/_form.sass */
    .input-group-select .form-group label {
      color: #515151 !important; }
  /* line 437, ../../sass/blocks/form/_form.sass */
  .input-group-select .form__btn .btn {
    width: 100%; }

/* line 439, ../../sass/blocks/form/_form.sass */
.input-group-select.opened {
  display: block; }

/* line 441, ../../sass/blocks/form/_form.sass */
select {
  -webkit-appearance: none;
  -moz-appearance: none; }

/* line 2, ../../sass/blocks/swiper-container/_swiper-container.sass */
.b-mainslider .swiper-button-next, .b-mainslider .swiper-button-prev {
  font-family: Merriweather;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #adadad;
  width: 127px;
  height: 50px;
  background-image: none;
  padding-top: 20px; }
/* line 15, ../../sass/blocks/swiper-container/_swiper-container.sass */
.b-mainslider .swiper-button-prev {
  text-align: right;
  left: 70px; }
/* line 18, ../../sass/blocks/swiper-container/_swiper-container.sass */
.b-mainslider .swiper-button-next {
  right: 70px; }
/* line 20, ../../sass/blocks/swiper-container/_swiper-container.sass */
.b-mainslider .swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 127px;
  height: 19px;
  background: url("/img/next.png"); }
/* line 29, ../../sass/blocks/swiper-container/_swiper-container.sass */
.b-mainslider .swiper-button-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 127px;
  height: 19px;
  background: url("/img/prev.png"); }
/* line 38, ../../sass/blocks/swiper-container/_swiper-container.sass */
.b-mainslider .swiper-button-next.swiper-button-disabled, .b-mainslider .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

/* line 2, ../../sass/blocks/modals/_modals.sass */
.b-aboutphoto .swiper-container {
  max-width: 1520px;
  width: 100%;
  height: 100%; }
/* line 6, ../../sass/blocks/modals/_modals.sass */
.b-aboutphoto .swiper-slide {
  background-position: center;
  background-size: cover; }
  /* line 9, ../../sass/blocks/modals/_modals.sass */
  .b-aboutphoto .swiper-slide:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff; }
/* line 17, ../../sass/blocks/modals/_modals.sass */
.b-aboutphoto .swiper-button-prev {
  background: none;
  left: 20px; }
/* line 20, ../../sass/blocks/modals/_modals.sass */
.b-aboutphoto .swiper-button-next {
  right: 20px;
  background: none; }
/* line 23, ../../sass/blocks/modals/_modals.sass */
.b-aboutphoto .swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0; }
/* line 30, ../../sass/blocks/modals/_modals.sass */
.b-aboutphoto .swiper-button-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0; }
/* line 37, ../../sass/blocks/modals/_modals.sass */
.b-aboutphoto .swiper-container-horizontal > .swiper-pagination-bullets, .b-aboutphoto .swiper-pagination-custom, .b-aboutphoto .swiper-pagination-fraction {
  color: #fff;
  text-align: right;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 26px; }

/* line 43, ../../sass/blocks/modals/_modals.sass */
.b-card__pict._modal {
  width: 800px;
  /*min-height: 533px */
  height: 100%; }
  /* line 47, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__pict_info {
    /*min-height: 533px */
    height: 100%; }
  /* line 50, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal:hover {
    cursor: default; }
  /* line 52, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__content {
    margin-top: 20px; }
  /* line 55, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__pict_photo {
    width: 100%; }
    /* line 57, ../../sass/blocks/modals/_modals.sass */
    .b-card__pict._modal .b-card__pict_photo img {
      width: 100%;
      filter: url(#blur);
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='11.8');
      -webkit-filter: blur(11.8px);
      filter: blur(11.8px);
      -moz-filter: blur(11.8px);
      -o-filter: blur(11.8px);
      -ms-filter: blur(11.8px);
    }
    /* line 61, ../../sass/blocks/modals/_modals.sass */
    .b-card__pict._modal .b-card__pict_photo:before {
      opacity: 0.35;
      background-color: #000000;
      z-index: 3; }
  /* line 67, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__pict_info .b-card__pict_photo:before {
    opacity: 0.35;
    background-color: #000000;
    z-index: 3; }
  /* line 71, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__vidinfo {
    font-size: 42px; }
  /* line 73, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__content {
    text-align: left;
    width: 70%;
    margin: 50px auto 0 auto; }
    /* line 77, ../../sass/blocks/modals/_modals.sass */
    .b-card__pict._modal .b-card__content ul {
      margin-bottom: 24px; }
      /* line 79, ../../sass/blocks/modals/_modals.sass */
      .b-card__pict._modal .b-card__content ul li {
        position: relative;
        padding-left: 15px; }
        /* line 82, ../../sass/blocks/modals/_modals.sass */
        .b-card__pict._modal .b-card__content ul li:before {
          content: "";
          display: block;
          position: absolute;
          top: 12px;
          left: 0;
          width: 8px;
          height: 1px;
          background-color: #fff; }
  /* line 91, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__item {
    z-index: 5;
    padding: 54px;
    border: 2px solid #fff !important;
    /*min-height: 533px */ }
  /* line 96, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__modal_pict {
    margin-top: 50px; }
    /* line 98, ../../sass/blocks/modals/_modals.sass */
    .b-card__pict._modal .b-card__modal_pict img {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
  /* line 101, ../../sass/blocks/modals/_modals.sass */
  .b-card__pict._modal .b-card__btn .btn {
    margin-left: 15px;
    margin-right: 15px; }

/* line 2, ../../sass/blocks/b-foto/_b-foto.sass */
.b-foto__main {
  overflow: hidden;
  display: inline-block;
  align-items: center;
  vertical-align: top;
  height: 716px;
  width: 499px;
  position: relative;
  background-color: #d8d8d8; }
  /* line 11, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__main img {
    width: 100%; }
  /* line 13, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__main a {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s; }
    /* line 23, ../../sass/blocks/b-foto/_b-foto.sass */
    .b-foto__main a.active {
      opacity: 1;
      z-index: 2; }

/* line 27, ../../sass/blocks/b-foto/_b-foto.sass */
.b-foto__mini {
  width: 225px;
  display: inline-block;
  vertical-align: top;
  height: 716px;
  overflow: hidden; }
  /* line 33, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__mini .b-foto__mini_item {
    display: inline-block;
    vertical-align: top;
    width: 198px;
    height: 167px;
    margin-bottom: 15px;
    margin-left: 10px;
    opacity: 0.7; }
    /* line 41, ../../sass/blocks/b-foto/_b-foto.sass */
    .b-foto__mini .b-foto__mini_item:last-child {
      margin-bottom: 0; }
    /* line 43, ../../sass/blocks/b-foto/_b-foto.sass */
    .b-foto__mini .b-foto__mini_item img {
      height: 100%;
      width: 100%; }
    /* line 46, ../../sass/blocks/b-foto/_b-foto.sass */
    .b-foto__mini .b-foto__mini_item:hover {
      -moz-box-shadow: 0 0 8px rgba(33, 48, 58, 0.32);
      -webkit-box-shadow: 0 0 8px rgba(33, 48, 58, 0.32);
      box-shadow: 0 0 8px rgba(33, 48, 58, 0.32);
      opacity: 1;
      cursor: pointer; }
  /* line 50, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__mini .jspVerticalBar {
    padding-left: 5px; }
  /* line 52, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__mini .jspDrag {
    background-color: #dfbc82;
    width: 8px;
    opacity: 0.2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

/* line 59, ../../sass/blocks/b-foto/_b-foto.sass */
.v-list.scroll-pane {
  position: relative;
  height: 716px; }

/* line 63, ../../sass/blocks/b-foto/_b-foto.sass */
.i-fancybox-gallery.vert {
  top: 190px; }
  /* line 65, ../../sass/blocks/b-foto/_b-foto.sass */
  .i-fancybox-gallery.vert img {
    width: 100%; }

@media screen and (max-width: 1550px) {
  /* line 69, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__main {
    width: 308px;
    height: 411px;
    overflow: hidden; }

  /* line 73, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__mini {
    margin-top: 15px;
    width: 308px;
    white-space: nowrap;
    display: block;
    height: 75px; }

  /* line 79, ../../sass/blocks/b-foto/_b-foto.sass */
  .v-list.scroll-pane {
    height: 75px; }

  /* line 82, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__mini .b-foto__mini_item {
    width: 66px;
    height: 56px; }

  /* line 85, ../../sass/blocks/b-foto/_b-foto.sass */
  .i-fancybox-gallery.vert {
    top: 102px; }

  /* line 87, ../../sass/blocks/b-foto/_b-foto.sass */
  .b-foto__mini .jspTrack {
    height: 7px; } }
/* line 2, ../../sass/blocks/container/_container.sass */
.container.page.about {
  background: url("/img/about/fon.jpg") top center no-repeat;
  background-size: cover; }
/* line 5, ../../sass/blocks/container/_container.sass */
.container.page.fon2 {
  background: url("/img/fon2-min.png") top center no-repeat;
  background-size: cover; }
/* line 8, ../../sass/blocks/container/_container.sass */
.container.page.fon3 {
  background: url("/img/fon2.png") top center no-repeat;
  background-size: cover; }
/* line 11, ../../sass/blocks/container/_container.sass */
.container.page .b-menu__main_item {
  position: relative; }
  /* line 13, ../../sass/blocks/container/_container.sass */
  .container.page .b-menu__main_item .link-grey {
    color: rgba(51, 51, 51, 0.5); }
    /* line 15, ../../sass/blocks/container/_container.sass */
    .container.page .b-menu__main_item .link-grey.active {
      color: #515151;
      opacity: 1; }
    /* line 18, ../../sass/blocks/container/_container.sass */
    .container.page .b-menu__main_item .link-grey.active:hover {
      cursor: default; }
  /* line 21, ../../sass/blocks/container/_container.sass */
  .container.page .b-menu__main_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: -15px;
    height: 4px;
    width: 3px;
    background-color: rgba(0, 0, 0, 0.2); }
  /* line 30, ../../sass/blocks/container/_container.sass */
  .container.page .b-menu__main_item:first-child:before {
    display: none; }
  /* line 32, ../../sass/blocks/container/_container.sass */
  .container.page .b-menu__main_item:last-child:before {
    display: none; }
/* line 34, ../../sass/blocks/container/_container.sass */
.container.page .b-bron .form-group label {
  color: #515151; }
/* line 36, ../../sass/blocks/container/_container.sass */
.container.page select {
  color: rgba(49, 49, 49, 0.5); }
/* line 38, ../../sass/blocks/container/_container.sass */
.container.page input::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 40, ../../sass/blocks/container/_container.sass */
.container.page input:-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 42, ../../sass/blocks/container/_container.sass */
.container.page input::-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 44, ../../sass/blocks/container/_container.sass */
.container.page input:-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 47, ../../sass/blocks/container/_container.sass */
.container.page input::-webkit-input-placeholder:hover {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 49, ../../sass/blocks/container/_container.sass */
.container.page input:-moz-placeholder:hover {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 51, ../../sass/blocks/container/_container.sass */
.container.page input::-moz-placeholder:hover {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 53, ../../sass/blocks/container/_container.sass */
.container.page input:-ms-input-placeholder:hover {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 56, ../../sass/blocks/container/_container.sass */
.container.page select::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 58, ../../sass/blocks/container/_container.sass */
.container.page select:-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 60, ../../sass/blocks/container/_container.sass */
.container.page select::-moz-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 62, ../../sass/blocks/container/_container.sass */
.container.page select:-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.5) !important; }
/* line 64, ../../sass/blocks/container/_container.sass */
.container.page .b-menu__second:before {
  background-color: rgba(81, 81, 81, 0.5); }
/* line 66, ../../sass/blocks/container/_container.sass */
.container.page .b-mainblock {
  position: relative;
  min-height: 240px; }
/* line 73, ../../sass/blocks/container/_container.sass */
.container.page .b-contact {
  padding-top: 10px; }
  /* line 75, ../../sass/blocks/container/_container.sass */
  .container.page .b-contact p {
    font-size: 20px; }
/* line 77, ../../sass/blocks/container/_container.sass */
.container.page .b-scroll {
  height: auto;
  margin-top: 70px;
  padding-bottom: 95px; }
  /* line 81, ../../sass/blocks/container/_container.sass */
  .container.page .b-scroll._right {
    background-color: transparent; }

/* line 1, ../../sass/blocks/b-mainslider/_b-mainslider.sass */
.b-mainslider {
  position: relative;
  height: 980px; }

/* line 4, ../../sass/blocks/b-mainslider/_b-mainslider.sass */
.b-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 980px; }

/* line 10, ../../sass/blocks/b-mainslider/_b-mainslider.sass */
.swiper-slide {
  position: relative; }
  /* line 12, ../../sass/blocks/b-mainslider/_b-mainslider.sass */
  .swiper-slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.6); }

/* line 22, ../../sass/blocks/b-mainslider/_b-mainslider.sass */
.b-mainblock {
  position: absolute;
  width: 100%; }

@media screen and (max-width: 1580px) {
  /* line 26, ../../sass/blocks/b-mainslider/_b-mainslider.sass */
  .b-mainslider {
    position: relative;
    height: 980px; }

  /* line 29, ../../sass/blocks/b-mainslider/_b-mainslider.sass */
  .b-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 980px; }
    /* line 35, ../../sass/blocks/b-mainslider/_b-mainslider.sass */
    .b-slider img {
      height: 980px; } }
/* line 1, ../../sass/blocks/b-header/_b-header.sass */
.b-header {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  position: relative; }

/* line 7, ../../sass/blocks/b-header/_b-header.sass */
.b-header__logo span {
  margin-top: 10px;
  display: block;
  font-family: Merriweather;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.9px;
  color: #debc82; }

/* line 19, ../../sass/blocks/b-header/_b-header.sass */
.b-header__menu {
  text-align: right; }

/* line 22, ../../sass/blocks/b-header/_b-header.sass */
.b-menu__main_block {
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  padding-top: 5px; }
  /* line 27, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__main_block .link-grey {
    font-size: 20px;
    letter-spacing: 0.7px;
    color: #d1d1d1;
    opacity: 0.6; }
    /* line 32, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__main_block .link-grey:hover {
      opacity: 1; }
    /* line 34, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__main_block .link-grey .active:hover {
      cursor: default;
      color: #515151;
      opacity: 1; }
  /* line 38, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__main_block img {
    margin-left: 15px;
    opacity: 0.5; }
    /* line 41, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__main_block img:hover {
      opacity: 0.8; }
  /* line 43, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__main_block .active img {
    opacity: 1; }

/* line 45, ../../sass/blocks/b-header/_b-header.sass */
.b-menu__main_item {
  margin-left: 30px; }

/* line 50, ../../sass/blocks/b-header/_b-header.sass */
.b-menu__second {
  margin-top: 13px;
  position: relative;
  padding-right: 30px;
  display: inline-block; }
  /* line 55, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 102%;
    background-color: #fff;
    opacity: 0.1; }

/* line 66, ../../sass/blocks/b-header/_b-header.sass */
.b-menu__second_block {
  position: relative;
  display: flex;
  line-height: 24px;
  align-items: center;
  height: 70px; }
  /* line 72, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second_block:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: -30px; }
  /* line 79, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second_block:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: -30px; }
  /* line 86, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second_block .link-gold {
    display: table-cell;
    font-family: "Merriweather";
    font-size: 28px;
    letter-spacing: 0.6px;
    color: #debc82;
    opacity: 0.8;
    font-weight: normal;
    font-style: normal;
    height: 90px;
    vertical-align: middle;
    border-bottom: 2px solid transparent; }
    /* line 98, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__second_block .link-gold.active {
      opacity: 1;
      cursor: default;
      border-bottom: 2px solid #debc82; }
    /* line 102, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__second_block .link-gold:hover {
      opacity: 1; }
    /* line 104, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__second_block .link-gold.activ:hover {
      cursor: default; }

/* line 107, ../../sass/blocks/b-header/_b-header.sass */
.b-menu__second_item {
  display: table;
  margin-left: 46px;
  text-align: center; }
  /* line 112, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second_item:first-child {
    margin-left: 0; }

/* line 117, ../../sass/blocks/b-header/_b-header.sass */
.b-ttl {
  text-align: center;
  margin: 60px auto 0 auto;
  width: 80%;
  position: relative;
  z-index: 2; }
  /* line 123, ../../sass/blocks/b-header/_b-header.sass */
  .b-ttl h1 {
    color: #fff;
    font-family: "Merriweather";
    font-size: 72px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 88px;
    margin-top: 40px;
    margin-bottom: 32px; }

/* line 135, ../../sass/blocks/b-header/_b-header.sass */
.b-section {
  text-align: center;
  margin-top: 40px; }
  /* line 138, ../../sass/blocks/b-header/_b-header.sass */
  .b-section h2 {
    color: #fff;
    font-family: "Merriweather";
    font-size: 24px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    color: #515151; }
  /* line 148, ../../sass/blocks/b-header/_b-header.sass */
  .b-section img {
    margin-top: 20px;
    opacity: 0.7; }
    /* line 151, ../../sass/blocks/b-header/_b-header.sass */
    .b-section img:hover {
      opacity: 1; }
  /* line 153, ../../sass/blocks/b-header/_b-header.sass */
  .b-section.white {
    margin-top: 50px;
    position: relative;
    z-index: 2; }
    /* line 157, ../../sass/blocks/b-header/_b-header.sass */
    .b-section.white h2 {
      color: #fff; }

@media screen and (max-width: 1580px) {
  /* line 162, ../../sass/blocks/b-header/_b-header.sass */
  .b-header {
    margin-top: 35px; }

  /* line 165, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second_block .link-gold {
    font-size: 20px; }

  /* line 167, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second {
    padding-left: 15px;
    margin-top: 10px; }
    /* line 170, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__second:before {
      left: 70px; }

  /* line 172, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second_item {
    margin-left: 20px; }

  /* line 174, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second_block {
    justify-content: flex-end; }
    /* line 176, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__second_block:before {
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    /* line 178, ../../sass/blocks/b-header/_b-header.sass */
    .b-menu__second_block:after {
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }

  /* line 182, ../../sass/blocks/b-header/_b-header.sass */
  .b-ttl {
    width: 65%;
    margin: 117px auto 0 auto; }
    /* line 185, ../../sass/blocks/b-header/_b-header.sass */
    .b-ttl img {
      width: 360px; }
    /* line 187, ../../sass/blocks/b-header/_b-header.sass */
    .b-ttl h1 {
      line-height: 58px;
      margin-top: 18px;
      margin-bottom: 15px;
      font-size: 52px; } }
@media screen and (max-width: 1310px) {
  /* line 194, ../../sass/blocks/b-header/_b-header.sass */
  .b-header__logo span {
    display: none; } }
@media screen and (max-width: 1200px) {
  /* line 198, ../../sass/blocks/b-header/_b-header.sass */
  .b-header__logo {
    padding-left: 8px; }
    /* line 200, ../../sass/blocks/b-header/_b-header.sass */
    .b-header__logo img {
      width: 120px;
      margin-top: 35px; }

  /* line 203, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second {
    padding-left: 0; }

  /* line 205, ../../sass/blocks/b-header/_b-header.sass */
  .b-menu__second_block {
    justify-content: flex-end; } }
/* line 1, ../../sass/blocks/b-bron/_b-bron.sass */
.b-bron {
  margin-top: 30px; }
  /* line 3, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron .form-group {
    text-align: left;
    margin-right: 20px;
    position: relative; }
    /* line 7, ../../sass/blocks/b-bron/_b-bron.sass */
    .b-bron .form-group label {
      font-family: Merriweather;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.5px;
      color: #d1d1d1;
      margin-bottom: 7px; }
    /* line 17, ../../sass/blocks/b-bron/_b-bron.sass */
    .b-bron .form-group .input-group {
      display: block; }
  /* line 19, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input, .b-bron select {
    font-size: 18px;
    color: #fff; }
  /* line 22, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input::-webkit-input-placeholder {
    color: white !important; }
  /* line 24, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input:-moz-placeholder {
    color: white !important; }
  /* line 26, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input::-moz-placeholder {
    color: white !important; }
  /* line 28, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input:-ms-input-placeholder {
    color: white !important; }
  /* line 31, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input::-webkit-input-placeholder:hover {
    color: white !important; }
  /* line 33, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input:-moz-placeholder:hover {
    color: white !important; }
  /* line 35, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input::-moz-placeholder:hover {
    color: white !important; }
  /* line 37, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron input:-ms-input-placeholder:hover {
    color: white !important; }
  /* line 40, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron select::-webkit-input-placeholder {
    color: white !important; }
  /* line 42, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron select:-moz-placeholder {
    color: white !important; }
  /* line 44, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron select::-moz-placeholder {
    color: white !important; }
  /* line 46, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron select:-ms-input-placeholder {
    color: white !important; }
  /* line 48, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron .js-group-select {
    position: relative; }
    /* line 50, ../../sass/blocks/b-bron/_b-bron.sass */
    .b-bron .js-group-select:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      right: 15px;
      opacity: 0.5; }
    /* line 58, ../../sass/blocks/b-bron/_b-bron.sass */
    .b-bron .js-group-select:active:before {
      opacity: 1; }
    /* line 60, ../../sass/blocks/b-bron/_b-bron.sass */
    .b-bron .js-group-select:hover:before {
      opacity: 1; }
  /* line 62, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron .js-group-select.bron {
    position: relative; }
    /* line 64, ../../sass/blocks/b-bron/_b-bron.sass */
    .b-bron .js-group-select.bron:before {
      content: "";
      display: block;
      position: absolute;
      top: 20px;
      right: 15px;
      opacity: 0.5; }

/* line 74, ../../sass/blocks/b-bron/_b-bron.sass */
.b-bron__btn {
  display: inline-block;
  vertical-align: bottom; }
  /* line 77, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron__btn .btn {
    width: 191px; }

/* line 80, ../../sass/blocks/b-bron/_b-bron.sass */
.b-bron__ttl {
  font-family: Merriweather;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #debc82;
  margin-bottom: 20px; }

@media screen and (max-width: 1580px) {
  /* line 93, ../../sass/blocks/b-bron/_b-bron.sass */
  .b-bron {
    margin-top: 44px; } }
/* line 2, ../../sass/blocks/b-page__ttl/_b-page__ttl.sass */
.b-page__ttl h1 {
  font-family: Merriweather;
  font-size: 42px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.65px;
  color: #515151; }

/* line 1, ../../sass/blocks/b-crumbs/_b-crumbs.sass */
.b-crumbs {
  margin-top: 5px;
  color: #debc82;
  margin-bottom: 50px; }

/* line 5, ../../sass/blocks/b-crumbs/_b-crumbs.sass */
.b-crumbs__link {
  opacity: 0.8;
  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #debc82;
  padding-left: 15px;
  position: relative; }
  /* line 17, ../../sass/blocks/b-crumbs/_b-crumbs.sass */
  .b-crumbs__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0; }

/* line 1, ../../sass/blocks/b-mainpage/_b-mainpage.sass */
.b-mainpage {
  margin-top: 75px;
  margin-bottom: 90px; }
  /* line 4, ../../sass/blocks/b-mainpage/_b-mainpage.sass */
  .b-mainpage .b-mainpage__block {
    position: relative;
    padding-right: 370px; }
    /* line 7, ../../sass/blocks/b-mainpage/_b-mainpage.sass */
    .b-mainpage .b-mainpage__block .b-mainpage__info {
      position: absolute;
      top: 0px;
      right: 0px; }
      /* line 11, ../../sass/blocks/b-mainpage/_b-mainpage.sass */
      .b-mainpage .b-mainpage__block .b-mainpage__info .b-room__info {
        width: 350px; }

@media screen and (max-width: 1580px) {
  /* line 17, ../../sass/blocks/b-mainpage/_b-mainpage.sass */
  .b-mainpage .b-mainpage__block._about .b-mainpage__item:last-child {
    flex: none;
    width: 415px; } }
/* line 1, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__pict {
  display: inline-block;
  width: 533px;
  height: 533px;
  margin-right: 5px;
  /*margin-bottom: 5px;*/
  position: relative; }
  /* line 8, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict .b-card__pict_info {
    background-color: #fff;
    height: 533px;
    overflow: hidden; }
    /* line 12, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict .b-card__pict_info .b-moreinfo {
      height: 510px; }
      /* line 14, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict .b-card__pict_info .b-moreinfo .b-moreinfo__block {
        display: table-cell;
        vertical-align: middle;
        height: 510px; }
  /* line 18, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v2 {
    width: 522px; }
    /* line 20, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v2 .b-card__pict_info {
      height: 263px;
      position: absolute;
      top: 5px;
      left: 0; }
      /* line 25, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict._v2 .b-card__pict_info .b-moreinfo {
        height: 510px; }
        /* line 27, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
        .b-card__pict._v2 .b-card__pict_info .b-moreinfo .b-moreinfo__block {
          display: table-cell;
          vertical-align: middle;
          height: 510px; }
    /* line 31, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v2 .b-card__pict_info.bottom {
      top: 275px;
      left: 0; }
  /* line 35, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v4 {
    width: 263px;
    margin-right: 5px; }
    /* line 38, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v4 .b-card__pict_info {
      width: 263px;
      height: 263px;
      position: absolute; }
      /* line 42, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict._v4 .b-card__pict_info._v4-1 {
        top: 5px;
        left: 0; }
      /* line 45, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict._v4 .b-card__pict_info._v4-2 {
        top: 275px;
        left: 0; }
      /* line 48, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict._v4 .b-card__pict_info._v4-3 {
        top: 5px;
        right: 0; }
      /* line 51, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict._v4 .b-card__pict_info._v4-4 {
        top: 275px;
        right: 0; }
    /* line 54, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v4 .b-card__pict_info:first-child {
      margin-bottom: 5px; }
    /* line 56, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v4 .b-moreinfo {
      height: 510px; }
      /* line 58, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict._v4 .b-moreinfo .b-moreinfo__block {
        display: table-cell;
        vertical-align: middle;
        height: 510px; }
  /* line 63, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v3 {
    width: 339px; }
    /* line 65, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v3 .b-moreinfo {
      height: 510px; }
      /* line 67, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict._v3 .b-moreinfo .b-moreinfo__block {
        display: table-cell;
        vertical-align: middle;
        height: 510px; }
  /* line 71, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v5 {
    width: 339px; }
    /* line 73, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v5 .b-moreinfo {
      height: 510px; }
      /* line 75, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
      .b-card__pict._v5 .b-moreinfo .b-moreinfo__block {
        display: table-cell;
        vertical-align: middle;
        height: 510px; }

/* line 80, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-moreinfo {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s linear;
  height: 510px;
  display: table;
  width: 100%;
  vertical-align: middle; }
  /* line 88, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-moreinfo .b-moreinfo__block {
    display: table-cell;
    vertical-align: middle;
    height: 510px; }

/* line 92, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__pict_photo {
  position: absolute;
  transition: all 0.5s linear;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  /* line 100, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict_photo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5); }

/* line 109, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__pict_info {
  position: relative;
  width: 100%;
  text-align: center;
  white-space: normal;
  padding: 10px; }
  /* line 116, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict_info:hover .b-moreinfo {
    transform: translateY(0px);
    opacity: 1; }
  /* line 119, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict_info:hover .b-card__pict_photo {
    transition: all 0.5s linear; }
    /* line 121, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict_info:hover .b-card__pict_photo img {
      filter: url(#blur);
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='11.8');
      -webkit-filter: blur(11.8px);
      filter: blur(11.8px);
      -moz-filter: blur(11.8px);
      -o-filter: blur(11.8px);
      -ms-filter: blur(11.8px);
    }
    /* line 124, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict_info:hover .b-card__pict_photo:before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(34, 34, 34, 0); }
  /* line 133, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict_info:hover .b-card__item {
    border: 2px solid #fff;
    transition: all 0.5s linear; }
  /* line 136, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict_info:hover .b-card__vid {
    display: none; }

/* line 141, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__item {
  overflow: hidden;
  position: relative;
  color: #fff;
  /*display: table-cell */
  vertical-align: middle;
  font-family: Merriweather;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  height: 100%;
  /*padding: 15px */
  border: 2px solid transparent; }

/* line 156, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__vid {
  font-size: 28px;
  letter-spacing: 0.6px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -30px;
  padding-bottom: 30px; }
  /* line 167, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__vid:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px; }

/* line 175, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__vidinfo {
  font-size: 28px;
  letter-spacing: 0.6px;
  position: relative;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px; }
  /* line 183, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__vidinfo:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px; }

/* line 197, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__price {
  font-size: 20px;
  font-weight: bold; }

/* line 200, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__size {
  margin-top: 15px;
  font-size: 97%; }
  /* line 203, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__size span {
    padding-left: 20px;
    position: relative;
    display: inline-block; }
    /* line 207, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__size span:before {
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      left: -7px; }

/* line 217, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__bed {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.38;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left; }
  /* line 225, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__bed .i-bed {
    margin-top: 5px;
    margin-right: 10px;
    display: block; }

/* line 230, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__person {
  margin-top: 15px;
  font-size: 97%; }
  /* line 233, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__person span {
    padding-left: 25px;
    position: relative;
    display: inline-block; }
    /* line 237, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__person span:before {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      left: -6px; }

/* line 244, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__content {
  margin-top: 12px;
  font-size: 97%; }

/* line 248, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__btn {
  margin-top: 30px; }
  /* line 250, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__btn .btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 188px; }

/* line 256, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__conmment {
  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

/* line 268, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__pict._v2 .b-card__pict_info:hover {
  height: 533px;
  z-index: 2; }
  /* line 271, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v2 .b-card__pict_info:hover:first-child {
    margin-bottom: 5px; }
  /* line 274, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v2 .b-card__pict_info:hover .b-card__pict_photo img {
    height: 100%; }
  /* line 276, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v2 .b-card__pict_info:hover .b-moreinfo {
    height: 533px; }
    /* line 278, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v2 .b-card__pict_info:hover .b-moreinfo .b-moreinfo__block {
      display: table-cell;
      vertical-align: middle;
      height: 533px; }
/* line 282, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__pict._v2 .b-card__pict_info.bottom:hover {
  top: 5px; }

/* line 287, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__pict._v4 .b-card__pict_info:hover {
  height: 533px;
  width: 533px;
  z-index: 2; }
  /* line 291, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v4 .b-card__pict_info:hover .b-card__pict_info {
    height: 533px;
    width: 533px; }
  /* line 294, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  /*.b-card__pict._v4 .b-card__pict_info:hover .b-card__pict_photo {
    width: 533px;
    height: 533px; }*/
    /* line 297, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v4 .b-card__pict_info:hover .b-card__pict_photo img {
      height: 100%; }
  /* line 299, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
  .b-card__pict._v4 .b-card__pict_info:hover .b-moreinfo {
    height: 533px; }
    /* line 301, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
    .b-card__pict._v4 .b-card__pict_info:hover .b-moreinfo .b-moreinfo__block {
      display: table-cell;
      vertical-align: middle;
      height: 533px; }
/* line 305, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__pict._v4 .b-card__pict_info._v4-2:hover {
  top: 5px; }
/* line 307, ../../sass/blocks/b-card__pict/_b-card__pict.sass */
.b-card__pict._v4 .b-card__pict_info._v4-4:hover {
  top: 5px; }

/* line 1, ../../sass/blocks/b-room/_b-room.sass */
.b-room {
  padding-top: 260px;
  height: 1080px; }
  /* line 4, ../../sass/blocks/b-room/_b-room.sass */
  .b-room .b-section h2 {
    color: #515151; }

/* line 7, ../../sass/blocks/b-room/_b-room.sass */
.b-room__block {
  position: relative;
  height: 560px;
  width: 100%; }

/* line 11, ../../sass/blocks/b-room/_b-room.sass */
.b-moreinfo {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s linear; }

/* line 16, ../../sass/blocks/b-room/_b-room.sass */
.b-room__info {
  width: 415px;
  padding-top: 7px;
  flex: none;
  white-space: normal; }
  /* line 21, ../../sass/blocks/b-room/_b-room.sass */
  .b-room__info h1 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 42px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #515151;
    letter-spacing: 0.6px; }

/* line 35, ../../sass/blocks/b-room/_b-room.sass */
.b-room__desc {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.6px;
  color: #515151;
  margin-top: 32px;
  padding-right: 45px; }

/* line 46, ../../sass/blocks/b-room/_b-room.sass */
.b-room__scroll {
  white-space: nowrap;
  /*max-width: 1400px */
  /*width: 100% */ }

/* line 50, ../../sass/blocks/b-room/_b-room.sass */
.b-room__service {
  margin-top: 10px;
 /*  margin-top: 20px; */ }
  /* line 52, ../../sass/blocks/b-room/_b-room.sass */
  .b-room__service img {
    margin-right: 10px;
    margin-bottom: 10px;
   /*  margin-bottom: 25px; */ }

/* line 56, ../../sass/blocks/b-room/_b-room.sass */
.b-room__viza {
  margin-bottom: 25px;
  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-align: left; }
  /* line 67, ../../sass/blocks/b-room/_b-room.sass */
  .b-room__viza a {
    display: flex;
    font-size: 20px;
    color: #515151; }
    /* line 71, ../../sass/blocks/b-room/_b-room.sass */
    .b-room__viza a span:first-child {
      padding-right: 20px; }

/* line 74, ../../sass/blocks/b-room/_b-room.sass */
.horizontal-only {
  height: 560px; }
  /* line 76, ../../sass/blocks/b-room/_b-room.sass */
  .horizontal-only .jspHorizontalBar {
    background-color: #f8f2e6; }
  /* line 78, ../../sass/blocks/b-room/_b-room.sass */
  .horizontal-only .jspDrag {
    background: #dfbc82;
    height: 8px;
    top: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

@media screen and (max-width: 1580px) {
  /* line 85, ../../sass/blocks/b-room/_b-room.sass */
  .b-room {
    padding-top: 165px;
    height: 955px; }

  /* line 88, ../../sass/blocks/b-room/_b-room.sass */
  .b-room__block {
    width: 100%; }

  /* line 90, ../../sass/blocks/b-room/_b-room.sass */
  .b-section {
    margin-top: 64px; } }
/* line 1, ../../sass/blocks/b-zal/_b-zal.sass */
.b-zal {
  padding-top: 275px;
  height: 1080px;
  background-color: rgba(242, 219, 173, 0.15); }
  /* line 6, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal .b-room__info h2 {
    line-height: 56px; }
  /* line 8, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal .b-room__info {
    padding-left: 35px;
    padding-top: 0; }
  /* line 11, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal .b-room__desc {
    margin-top: 23px;
    line-height: 24px; }
  /* line 14, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal .b-room__vid:before {
    bottom: -25px; }
  /* line 17, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal .b-room__service img {
    margin-right: 17px; }
  /* line 19, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal.pagetop {
    margin-top: 75px; }

/* line 21, ../../sass/blocks/b-zal/_b-zal.sass */
.b-zal__block {
  display: flex;
  width: 100%; }

@media screen and (max-width: 1900px) {
  /* line 28, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal__block {
    width: 100%; } }
@media screen and (max-width: 1580px) {
  /* line 32, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal {
    height: 950px;
    padding-top: 160px; }

  /* line 35, ../../sass/blocks/b-zal/_b-zal.sass */
  .b-zal__block {
    margin-left: -30px;
    margin-right: 20px; } }
/* line 1, ../../sass/blocks/b-contact/_b-contact.sass */
.b-contact {
  padding-top: 270px;
  padding-bottom: 55px; }
  /* line 4, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact .col-sm-5 {
    padding: 0px 20px 0 0; }
  /* line 6, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact h1 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 42px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #515151;
    line-height: 56px;
    margin-bottom: 30px; }
  /* line 18, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact p {
    font-size: 18px;
    margin: 0px 0 22px;
    letter-spacing: 0.3px; }
    /* line 22, ../../sass/blocks/b-contact/_b-contact.sass */
    .b-contact p._orange {
      color: #debc82; }
      /* line 24, ../../sass/blocks/b-contact/_b-contact.sass */
      .b-contact p._orange .link {
        color: #debc82; }
  /* line 26, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact a {
    color: #debc82;
    opacity: 0.8; }
    /* line 29, ../../sass/blocks/b-contact/_b-contact.sass */
    .b-contact a:hover {
      opacity: 1; }
  /* line 31, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact ._orange {
    color: #debc82; }
  /* line 33, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact ul li {
    font-size: 18px;
    margin: 0px 0 5px;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 20px; }
    /* line 39, ../../sass/blocks/b-contact/_b-contact.sass */
    .b-contact ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      width: 10px;
      height: 2px;
      background-color: #515151; }

/* line 49, ../../sass/blocks/b-contact/_b-contact.sass */
.b-contact__block {
  display: flex;
  justify-content: space-between; }

/* line 52, ../../sass/blocks/b-contact/_b-contact.sass */
.b-contact__map {
  padding-left: 33px; }

/* line 55, ../../sass/blocks/b-contact/_b-contact.sass */
.b-contact__map_desc {
  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #debc82;
  margin-top: 30px; }

/* line 66, ../../sass/blocks/b-contact/_b-contact.sass */
.b-contact__map_item {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin-top: 25px; }

/* line 78, ../../sass/blocks/b-contact/_b-contact.sass */
.b-contact__item {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #515151;
  padding-left: 25px;
  position: relative;
  margin-bottom: 17px; }
  /* line 89, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 2px; }
  /* line 96, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact__item:hover {
    cursor: pointer;
    color: #000; }

/* line 100, ../../sass/blocks/b-contact/_b-contact.sass */
.link-more {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center; }
  /* line 104, ../../sass/blocks/b-contact/_b-contact.sass */
  .link-more span {
    position: relative;
    color: #515151;
    font-family: Merriweather;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.5px;
    border-bottom: 1px dotted #515151;
    display: inline-block; }
    /* line 116, ../../sass/blocks/b-contact/_b-contact.sass */
    .link-more span:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      right: -20px; }
    /* line 123, ../../sass/blocks/b-contact/_b-contact.sass */
    .link-more span:hover {
      cursor: pointer; }

/* line 127, ../../sass/blocks/b-contact/_b-contact.sass */
.b-seo__open {
  width: 100%;
  margin: 0 auto 20px auto;
  padding-right: 20px;
  padding-left: 10px; }
  /* line 132, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-seo__open span {
    color: #515151;
    font-family: Merriweather;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.5px;
    border-bottom: 1px dotted #515151;
    display: inline-block; }
    /* line 143, ../../sass/blocks/b-contact/_b-contact.sass */
    .b-seo__open span:hover {
      cursor: pointer; }

/* line 147, ../../sass/blocks/b-contact/_b-contact.sass */
.b-contact__form_ttl {
  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.5px; }

/* line 155, ../../sass/blocks/b-contact/_b-contact.sass */
.b-contact__form {
  margin-top: 43px;
  width: 520px; }
  /* line 158, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact__form form {
    margin-top: 23px; }
    /* line 160, ../../sass/blocks/b-contact/_b-contact.sass */
    .b-contact__form form .input-group {
      margin-bottom: 16px; }
    /* line 162, ../../sass/blocks/b-contact/_b-contact.sass */
    .b-contact__form form .btn {
      width: 200px; }

@media screen and (max-width: 1400px) {
  /* line 165, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact__block {
    display: block; }

  /* line 168, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact .col-sm-5 {
    float: none;
    width: 100%; }
  /* line 171, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact .col-sm-7 {
    width: 100%;
    float: none; }

  /* line 174, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact-item {
    display: flex;
    padding-left: 8px; }

  /* line 177, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact__form {
    margin-top: 0;
    width: 510px;
    flex: none; }

  /* line 181, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact__map {
    margin-top: 65px;
    padding-left: 0; }

  /* line 184, ../../sass/blocks/b-contact/_b-contact.sass */
  .b-contact__desc {
    padding-right: 50px; } }
/* line 1, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms {
  /* margin-top: 25px;
  padding-bottom: 70px; */    
    margin-top: 10px;
    padding-bottom: 10px; }

/* line 4, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__block {
  display: flex;
  justify-content: space-between; }

/* line 7, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__photo {
  flex: none; }

/* line 10, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__info {
  padding-left: 40px; }

/* line 13, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__info_compl .b-rooms__compl_item {
  position: relative;
  padding-left: 35px;
  font-family: Merriweather;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 14px; }
  /* line 24, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__info_compl .b-rooms__compl_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0px; }

/* line 48, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__info_ttl {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #debc82;
  margin-bottom: 14px; }

/* line 58, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__comfort {
  margin-top: 25px; }
  /* line 60, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__comfort img {
    margin-right: 10px;
    margin-bottom: 15px; }

/* line 63, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__service {
  margin-top: 10px; }
  /* line 65, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__service ul li {
    font-family: Merriweather;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 0.6px;
    padding-left: 15px;
    position: relative; }
    /* line 75, ../../sass/blocks/b-rooms/_b-rooms.sass */
    .b-rooms__service ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 11px;
      left: 2px;
      width: 7px;
      height: 2px;
      background-color: #515151; }

/* line 84, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__no-smoking {
  width: 355px;
  height: 98px;
  margin-top: 15px;
  padding: 22px 15px 15px 99px;
  font-family: Merriweather;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 0.6px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(216, 216, 216, 0.3); }
  /* line 99, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__no-smoking:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 24px; }

/* line 107, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__price {
  margin-left: 45px;
  flex: none;
  width: 375px;
  text-align: center; }
  /* line 112, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__price .b-room__viza {
    margin-left: 30px; }

/* line 114, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__price_block {
  text-align: left;
  margin-bottom: 20px;
  padding: 25px 15px;
  width: 375px;
  border: 2px solid #dcba81; }

/* line 120, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__price_ttl {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal; }

/* line 128, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__price_top {
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 11px;
  background-image: linear-gradient(to bottom, #debc82, #c4a571);
  color: #fff;
  text-align: center;
  position: relative; }

/* line 137, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__price_person .b-rooms__person {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block; }
  /* line 147, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__price_person .b-rooms__person span {
    font-size: 18px; }
/* line 149, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__price_person .icon-info {
  display: inline-block;
  opacity: 0.5; }
  /* line 153, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__price_person .icon-info:hover {
    cursor: pointer;
    opacity: 1; }

/* line 157, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__price_comment {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px; }

/* line 171, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__price_dop {
  margin-top: 25px;
  position: relative; }

/* line 175, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__dop__ttl {
  font-family: Merriweather;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #515151;
  padding-right: 25px;
  margin-bottom: 17px; }
  /* line 186, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__dop__ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 7px; }
  /* line 193, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__dop__ttl:hover {
    cursor: pointer; }

/* line 200, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__dop {
  border: 2px solid #dcba81;
  padding: 2px 10px;
  display: none; }

/* line 204, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__dop_item {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #515151;
  border-bottom: 2px solid #dcba81;
  display: table;
  width: 100%;
  height: 52px; }
  /* line 216, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__dop_item:last-child {
    border-bottom: 0px; }
  /* line 218, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__dop_item span {
    display: table-cell;
    vertical-align: middle; }
    /* line 221, ../../sass/blocks/b-rooms/_b-rooms.sass */
    .b-rooms__dop_item span:first-child {
      padding-right: 30px;
    max-width: 210px; }
    /* line 223, ../../sass/blocks/b-rooms/_b-rooms.sass */
    .b-rooms__dop_item span:last-child {
      font-weight: bold;
      text-align: right; }

/* line 228, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__comment {
  width: 360px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(33, 33, 33, 0.2);
  position: absolute;
  top: 45px;
  left: -10px;
  padding: 15px 20px 10px 20px;
  text-align: left;
  z-index: 2;
  display: none; }
  /* line 239, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__comment:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 68px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff; }
  /* line 248, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__comment:after {
    content: "*";
    display: block;
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 14px;
    font-weight: 500;
    color: #adadad; }
  /* line 258, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__comment p {
    font-family: "HelveticaNeue";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #adadad; }
    /* line 265, ../../sass/blocks/b-rooms/_b-rooms.sass */
    .b-rooms__comment p a {
      color: #adadad; }

/* line 268, ../../sass/blocks/b-rooms/_b-rooms.sass */
.detale:hover .b-rooms__comment {
  display: block; }

/* line 272, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-rooms__btn {
  margin-top: 22px; }
  /* line 274, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-rooms__btn .btn {
    width: 100%;
    font-weight: bold; }

/* line 279, ../../sass/blocks/b-rooms/_b-rooms.sass */
.b-room__form {
  margin-top: 13px; }
  /* line 281, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form .input-group {
    margin-bottom: 15px; }
  /* line 283, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form input::-webkit-input-placeholder {
    color: rgba(81, 81, 81, 0.5) !important; }
  /* line 285, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form input:-moz-placeholder {
    color: rgba(81, 81, 81, 0.5) !important; }
  /* line 287, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form input::-moz-placeholder {
    color: rgba(81, 81, 81, 0.5) !important; }
  /* line 289, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form input:-ms-input-placeholder {
    color: rgba(81, 81, 81, 0.5) !important; }
  /* line 292, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form input::-webkit-input-placeholder:hover {
    color: rgba(81, 81, 81, 0.5) !important; }
  /* line 294, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form input:-moz-placeholder:hover {
    color: rgba(81, 81, 81, 0.5) !important; }
  /* line 296, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form input::-moz-placeholder:hover {
    color: rgba(81, 81, 81, 0.5) !important; }
  /* line 298, ../../sass/blocks/b-rooms/_b-rooms.sass */
  .b-room__form input:-ms-input-placeholder:hover {
    color: rgba(81, 81, 81, 0.5) !important; }

/* line 1, ../../sass/blocks/b-specials/_b-specials.sass */
.b-specials {
  margin-top: 70px;
  padding-bottom: 55px; }
  /* line 4, ../../sass/blocks/b-specials/_b-specials.sass */
  .b-specials .b-card__pict._v3 {
    margin-right: 5px;
    margin-bottom: 10px; }
  /* line 7, ../../sass/blocks/b-specials/_b-specials.sass */
  .b-specials .b-card__pict_info {
    position: relative; }
    /* line 9, ../../sass/blocks/b-specials/_b-specials.sass */
    .b-specials .b-card__pict_info:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 94px;
      height: 93px;
      z-index: 2; }
    /* line 18, ../../sass/blocks/b-specials/_b-specials.sass */
    .b-specials .b-card__pict_info.hit_best:before {
      background: url("/img/hit_best.png") no-repeat; }
    /* line 20, ../../sass/blocks/b-specials/_b-specials.sass */
    .b-specials .b-card__pict_info.hit_new:before {
      background: url("/img/hit_new.png") no-repeat; }

/* line 24, ../../sass/blocks/b-specials/_b-specials.sass */
.b-specials__block {
  display: flex; }

/* line 26, ../../sass/blocks/b-specials/_b-specials.sass */
.b-specials__info {
  flex: none;
  width: 370px; }
  /* line 29, ../../sass/blocks/b-specials/_b-specials.sass */
  .b-specials__info h1 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 42px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #515151;
    line-height: 1; }

/* line 40, ../../sass/blocks/b-specials/_b-specials.sass */
.b-specials__ttl {
  font-size: 24px;
  letter-spacing: normal;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -50px;
  padding-bottom: 30px; }
  /* line 49, ../../sass/blocks/b-specials/_b-specials.sass */
  .b-specials__ttl:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px; }

/* line 57, ../../sass/blocks/b-specials/_b-specials.sass */
.b-specials__ttlinfo {
  font-size: 24px;
  letter-spacing: normal;
  position: relative;
  padding-bottom: 30px; }
  /* line 62, ../../sass/blocks/b-specials/_b-specials.sass */
  .b-specials__ttlinfo:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px; }

/* line 71, ../../sass/blocks/b-specials/_b-specials.sass */
.b-specials__btn {
  margin-top: 30px;
  text-align: center; }
  /* line 74, ../../sass/blocks/b-specials/_b-specials.sass */
  .b-specials__btn .btn {
    padding: 13px 20px; }

/* line 78, ../../sass/blocks/b-specials/_b-specials.sass */
.b-specials .b-card__pict_info:hover .b-card__content {
  margin-top: 45px; }
/* line 80, ../../sass/blocks/b-specials/_b-specials.sass */
.b-specials .b-card__pict_info:hover .b-specials__ttl {
  display: none; }

/* line 1, ../../sass/blocks/b-page-details/_b-page-details.sass */
.b-page-details {
  padding-bottom: 90px; }
  /* line 3, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .b-page-details h1 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 42px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #515151;
    line-height: 56px; }

/* line 14, ../../sass/blocks/b-page-details/_b-page-details.sass */
.b-page-details__info {
  flex: none; }

/* line 16, ../../sass/blocks/b-page-details/_b-page-details.sass */
.b-page-details__block {
  display: flex; }

/* line 18, ../../sass/blocks/b-page-details/_b-page-details.sass */
.b-page-details__content {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  margin-top: 25px; }
  /* line 26, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .b-page-details__content p {
    margin: 0 0 24px 0; }
    /* line 28, ../../sass/blocks/b-page-details/_b-page-details.sass */
    .b-page-details__content p._orange {
      color: #debc82; }
    /* line 30, ../../sass/blocks/b-page-details/_b-page-details.sass */
    .b-page-details__content p a {
      color: #debc82; }
  /* line 32, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .b-page-details__content h3 {
    font-family: Merriweather;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #debc82;
    margin-top: 30px;
    margin-bottom: 20px; }

/* line 43, ../../sass/blocks/b-page-details/_b-page-details.sass */
.b-page-details__content {
  max-width: 700px; }

/* line 46, ../../sass/blocks/b-page-details/_b-page-details.sass */
.interior {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 30px;
  max-width: 422px;
  width: 100%; }
  /* line 53, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .interior img {
    max-width: 422px;
    width: 100%; }
  /* line 56, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .interior:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 2px solid #fff;
    z-index: 2; }
  /* line 66, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .interior:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

/* line 75, ../../sass/blocks/b-page-details/_b-page-details.sass */
.b-contact__map.col-sm-7 h3 {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #debc82;
  margin-top: 0;
  margin-bottom: 20px; }

/* line 86, ../../sass/blocks/b-page-details/_b-page-details.sass */
.b-page-details_item img {
  max-width: 1060px;
  width: 100%; }

@media screen and (max-width: 1580px) {
  /* line 92, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .b-page-details h1 {
    font-size: 32px;
    line-height: 46px; }

  /* line 95, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .interior {
    max-width: 400px;
    max-height: 400px;
    min-width: 270px;
    min-height: 270px;
    margin-bottom: 20px;
    margin-left: 15px;
    width: 100%; }
    /* line 103, ../../sass/blocks/b-page-details/_b-page-details.sass */
    .interior:nth-child(2) {
      display: none; }

  /* line 105, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .b-page-details__content {
    min-width: 600px;
    padding-right: 30px; } }
@media screen and (max-width: 1000px) {
  /* line 109, ../../sass/blocks/b-page-details/_b-page-details.sass */
  .b-page-details__content {
    min-width: 400px; } }
/* line 1, ../../sass/blocks/b-interior/_b-interior.sass */
.b-interior {
  margin-top: -45px;
  margin-bottom: 50px; }
  /* line 4, ../../sass/blocks/b-interior/_b-interior.sass */
  .b-interior h3 {
    font-family: Merriweather;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #debc82;
    margin: 0;
    margin-bottom: 15px; }

/* line 15, ../../sass/blocks/b-interior/_b-interior.sass */
.b-interior__block {
  display: flex;
  padding-top: 45px;
  padding-bottom: 50px;
  border-top: 2px solid rgba(81, 81, 81, 0.1); }

/* line 1, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-vacancies {
  padding-bottom: 100px; }

/* line 3, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-vacancies__form {
  width: 520px;
  margin-top: 37px; }
  /* line 6, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
  .b-vacancies__form form {
    margin-top: 28px; }
    /* line 8, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
    .b-vacancies__form form .input-group {
      margin-bottom: 15px; }

/* line 10, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-vacancies__form_ttl {
  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #515151; }

/* line 21, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-vacancies__ttl {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.4px;
  margin-bottom: 23px;
  margin-top: -40px; }

/* line 31, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-table {
  width: 100%;
  border-radius: 2px;
  border: solid 2px #dcba81;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #515151; }
  /* line 39, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
  .b-table tr td {	  
    padding: 20px 25px;
    border: solid 2px #dcba81;
    vertical-align: top; }

/* line 46, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-table tr td:first-child {
  width: 278px; }
/* line 48, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-table tr td:last-child {
  width: 278px; }

/* line 50, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-table-2 {
  width: auto;
  border-radius: 2px;
  border: solid 2px #dcba81;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #515151; }
  /* line 58, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
  .b-table-2 tr td {
    padding: 10px 15px;
    border: solid 2px #dcba81;
    vertical-align: top; }

/* line 65, ../../sass/blocks/b-vacancies/_b-vacancies.sass */
.b-table-2 tr td:first-child {
  width: 200px;
  font-weight: 600; }

/* line 2, ../../sass/blocks/b-about/_b-about.sass */
.b-about__block {
  display: flex; }
  /* line 4, ../../sass/blocks/b-about/_b-about.sass */
  .b-about__block .b-main-content {
    width: 760px;
    padding-right: 30px;
    flex: none; }

/* line 9, ../../sass/blocks/b-about/_b-about.sass */
.b-about__item {
  width: 100%;
  -webkit-column-width: 475px;
  -moz-column-width: 475px;
  column-width: 475px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-top: 10px;
  padding-bottom: 25px; }
  /* line 18, ../../sass/blocks/b-about/_b-about.sass */
  .b-about__item .pict {
    margin-left: 20px;
    margin-bottom: 25px;
    display: inline-block;
    max-width: 475px;
    overflow: hidden; }
    /* line 24, ../../sass/blocks/b-about/_b-about.sass */
    .b-about__item .pict.small {
      height: 317px; }
    /* line 26, ../../sass/blocks/b-about/_b-about.sass */
    .b-about__item .pict.big {
      height: 664px; }
    /* line 28, ../../sass/blocks/b-about/_b-about.sass */
    .b-about__item .pict img {
      width: 100%;
      max-width: 475px; }

/* line 34, ../../sass/blocks/b-about/_b-about.sass */
.b-main-content {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 40px; }
  /* line 38, ../../sass/blocks/b-about/_b-about.sass */
  .b-main-content h3 {
    font-family: Merriweather;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #debc82;
    margin-bottom: 15px; }
  /* line 48, ../../sass/blocks/b-about/_b-about.sass */
  .b-main-content p {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.45px;
    color: #515151;
    margin-bottom: 23px; }
    /* line 54, ../../sass/blocks/b-about/_b-about.sass */
    .b-main-content p strong {
      font-weight: 500; }
  /* line 56, ../../sass/blocks/b-about/_b-about.sass */
  .b-main-content ul {
    margin-bottom: 23px; }
    /* line 58, ../../sass/blocks/b-about/_b-about.sass */
    .b-main-content ul li {
      font-size: 18px;
      line-height: 1.35;
      letter-spacing: 0.45px;
      color: #515151;
      margin-bottom: 15px;
      position: relative;
      padding-left: 20px; }
      /* line 66, ../../sass/blocks/b-about/_b-about.sass */
      .b-main-content ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        width: 10px;
        height: 2px;
        background-color: #515151; }

@media screen and (max-width: 1900px) {
  /* line 77, ../../sass/blocks/b-about/_b-about.sass */
  .b-about__item {
    -webkit-column-width: 400px;
    -moz-column-width: 400px;
    column-width: 400px; }
    /* line 81, ../../sass/blocks/b-about/_b-about.sass */
    .b-about__item .pict {
      margin-left: 15px;
      margin-bottom: 20px;
      display: inline-block;
      max-width: 400px; }
      /* line 86, ../../sass/blocks/b-about/_b-about.sass */
      .b-about__item .pict.small {
        height: 266px; }
      /* line 88, ../../sass/blocks/b-about/_b-about.sass */
      .b-about__item .pict.big {
        height: 558px; }
      /* line 90, ../../sass/blocks/b-about/_b-about.sass */
      .b-about__item .pict img {
        max-width: 400px; } }
@media screen and (max-width: 1640px) {
  /* line 95, ../../sass/blocks/b-about/_b-about.sass */
  .b-about__item img {
    max-width: 475px;
    width: 100%; }
  /* line 99, ../../sass/blocks/b-about/_b-about.sass */
  .b-about__item .pict.small {
    height: 268px; }
  /* line 101, ../../sass/blocks/b-about/_b-about.sass */
  .b-about__item .pict:nth-child(5) {
    display: none; }
  /* line 103, ../../sass/blocks/b-about/_b-about.sass */
  .b-about__item .pict:nth-child(6) {
    display: none; } }
@media screen and (max-width: 1300px) {
  /* line 107, ../../sass/blocks/b-about/_b-about.sass */
  .b-about__block .b-main-content {
    width: 650px; } }
/* line 1, ../../sass/blocks/b-person/_b-person.sass */
.b-person {
  margin-top: 30px;
  margin-bottom: 45px; }
  /* line 4, ../../sass/blocks/b-person/_b-person.sass */
  .b-person.m-top {
    margin-top: -40px; }

/* line 7, ../../sass/blocks/b-person/_b-person.sass */
.b-person__block {
  margin-top: 50px; }

/* line 9, ../../sass/blocks/b-person/_b-person.sass */
.b-person__item {
  display: inline-flex;
  width: 49%;
  vertical-align: top;
  margin-bottom: 55px;
  padding-right: 40px; }

/* line 15, ../../sass/blocks/b-person/_b-person.sass */
.b-person__item_photo {
  flex: none;
  width: 274px;
  height: 274px;
  position: relative; }
  /* line 20, ../../sass/blocks/b-person/_b-person.sass */
  .b-person__item_photo img {
    width: 100%; }
  /* line 22, ../../sass/blocks/b-person/_b-person.sass */
  .b-person__item_photo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%; }
  /* line 31, ../../sass/blocks/b-person/_b-person.sass */
  .b-person__item_photo:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff; }

/* line 39, ../../sass/blocks/b-person/_b-person.sass */
.b-person__item_ttl {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #515151; }

/* line 48, ../../sass/blocks/b-person/_b-person.sass */
.b-person__item_desc {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.45px;
  margin-top: 25px; }

/* line 53, ../../sass/blocks/b-person/_b-person.sass */
.b-person__item_info {
  padding-left: 25px; }

@media screen and (max-width: 1580px) {
  /* line 57, ../../sass/blocks/b-person/_b-person.sass */
  .b-person__item {
    display: flex;
    width: 100%; } }
@media screen and (max-width: 560px) {
  /* line 62, ../../sass/blocks/b-person/_b-person.sass */
  .b-person__block {
    text-align: center; }

  /* line 64, ../../sass/blocks/b-person/_b-person.sass */
  .b-person__item_photo.show {
    display: none !important; }

  /* line 66, ../../sass/blocks/b-person/_b-person.sass */
  .b-person__item_photo.hide {
    margin: 15px auto;
    display: block !important; } }
/* line 1, ../../sass/blocks/b-photo/_b-photo.sass */
.b-photo {
  padding-top: 60px;
  padding-bottom: 50px; }

/* line 4, ../../sass/blocks/b-photo/_b-photo.sass */
.b-photo__block {
  margin-top: 30px; }

/* line 7, ../../sass/blocks/b-photo/_b-photo.sass */
.b-photo__pict {
  overflow: hidden;
  display: inline-block;
  width: 422px;
  height: 422px;
  border: 1px solid green;
  margin-right: 20px;
  margin-bottom: 20px; }
  /* line 15, ../../sass/blocks/b-photo/_b-photo.sass */
  .b-photo__pict .b-room__pict_info {
    height: 422px; }

/* line 19, ../../sass/blocks/b-photo/_b-photo.sass */
.b-photo__pict_photo {
  position: absolute;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
  left: 0; }
  /* line 24, ../../sass/blocks/b-photo/_b-photo.sass */
  .b-photo__pict_photo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

/* line 34, ../../sass/blocks/b-photo/_b-photo.sass */
.b-photo__pict_info {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  white-space: normal;
  padding: 10px;
  height: 422px; }

/* line 43, ../../sass/blocks/b-photo/_b-photo.sass */
.b-photo__item {
  position: relative;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-family: Merriweather;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  height: 100%;
  border: 2px solid #fff; }

/* line 58, ../../sass/blocks/b-photo/_b-photo.sass */
.b-photo__vid {
  font-size: 28px;
  letter-spacing: 0.6px;
  position: relative; }
  /* line 62, ../../sass/blocks/b-photo/_b-photo.sass */
  .b-photo__vid:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px; }

/* line 72, ../../sass/blocks/b-photo/_b-photo.sass */
.b-photo__conmment {
  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 35px 25px 0 25px; }

/* line 1, ../../sass/blocks/b-scroll/_b-scroll.sass */
.b-scroll {
  padding-top: 240px;
  padding-bottom: 40px;
  height: 1000px; }
  /* line 5, ../../sass/blocks/b-scroll/_b-scroll.sass */
  .b-scroll .b-header {
    margin-top: 0; }
  /* line 7, ../../sass/blocks/b-scroll/_b-scroll.sass */
  .b-scroll .b-menu__second:before {
    background-color: rgba(81, 81, 81, 0.5); }
  /* line 9, ../../sass/blocks/b-scroll/_b-scroll.sass */
  .b-scroll .b-room__block {
    display: flex;
    height: 570px; }
  /* line 12, ../../sass/blocks/b-scroll/_b-scroll.sass */
  .b-scroll .horizontal-only {
    height: 570px; }
  /* line 14, ../../sass/blocks/b-scroll/_b-scroll.sass */
  .b-scroll._left {
    padding-left: 65px; }
  /* line 16, ../../sass/blocks/b-scroll/_b-scroll.sass */
  .b-scroll._right {
    background-color: rgba(242, 219, 173, 0.15);
    padding-left: 65px;
    padding-right: 30px; }
    /* line 20, ../../sass/blocks/b-scroll/_b-scroll.sass */
    .b-scroll._right .b-room__info {
      padding-left: 35px;
      width: 395px; }

/* line 25, ../../sass/blocks/b-scroll/_b-scroll.sass */
.b-contact .b-header {
  margin-top: 0; }
/* line 27, ../../sass/blocks/b-scroll/_b-scroll.sass */
.b-contact .b-menu__second:before {
  background-color: rgba(81, 81, 81, 0.5); }

@media screen and (max-width: 1580px) {
  /* line 32, ../../sass/blocks/b-scroll/_b-scroll.sass */
  .b-scroll._left {
    padding-left: 20px; }

  /* line 34, ../../sass/blocks/b-scroll/_b-scroll.sass */
  .b-scroll._right {
    padding-left: 20px; } }
/* line 1, ../../sass/blocks/b-seo/_b-seo.sass */
.b-seo {
  padding-top: 60px;
  padding-bottom: 35px;
  background-color: #fff;
  position: relative; }
  /* line 6, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-seo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 219, 173, 0.15); }
  /* line 15, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-seo .wrapper {
    z-index: 2; }
  /* line 17, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-seo h1 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #debc82;
    margin-bottom: 25px; }
  /* line 29, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-seo h2 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #debc82;
    margin-bottom: 25px;
    padding-top: 10px; }
  /* line 42, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-seo p {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0.3px; }
  /* line 47, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-seo ul {
    margin: 0 0 25px 0; }
    /* line 49, ../../sass/blocks/b-seo/_b-seo.sass */
    .b-seo ul li {
      margin: 0 0 1px 0;
      font-size: 16px;
      line-height: 1.33;
      letter-spacing: 0.3px; }
  /* line 54, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-seo a {
   /*  color: #515151; */
    color: #debc82;
    opacity: 0.8;   }

/* line 57, ../../sass/blocks/b-seo/_b-seo.sass */
.b-text {
  padding-top: 45px;
  padding-bottom: 35px;
  position: relative; }
  /* line 61, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-text h1 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #debc82;
    margin-bottom: 25px; }
  /* line 73, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-text h3 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #debc82;
    margin-bottom: 25px;
    padding-top: 10px; }
  /* line 86, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-text p {
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.3px; }
    /* line 91, ../../sass/blocks/b-seo/_b-seo.sass */
    .b-text p a {
      color: #debc82; }
  /* line 94, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-text ul {
    margin: 0 0 25px 0; }
    /* line 96, ../../sass/blocks/b-seo/_b-seo.sass */
    .b-text ul li {
      margin: 0 0 10px 0;
      font-size: 18px;
      line-height: 1.33;
      letter-spacing: 0.3px;
      position: relative;
      padding-left: 20px; }
      /* line 103, ../../sass/blocks/b-seo/_b-seo.sass */
      .b-text ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        height: 1px;
        width: 10px;
        background-color: #515151; }
  /* line 113, ../../sass/blocks/b-seo/_b-seo.sass */
  .b-text a{
    color: #515151; }
	.phone_top{
    color: #515151;
	text-transform: uppercase;
	padding-left: 42px;
	}

/* line 117, ../../sass/blocks/b-seo/_b-seo.sass */
.b-text__block {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -webkit-column-width: 49%;
  -moz-column-width: 49%;
  column-width: 49%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-top: 10px;
  padding-bottom: 25px; }

/* line 130, ../../sass/blocks/b-seo/_b-seo.sass */
.b-card__block img {
  height: 50px;
  margin-right: 7px; }

/* line 1, ../../sass/blocks/footer/_footer.sass */
.footer {
  color: #d1d1d1;
  padding-top: 80px;
  padding-bottom: 20px;
  background: url("/img/footer-min.png") top center no-repeat;
  background-size: cover;
  position: relative; }
  /* line 8, ../../sass/blocks/footer/_footer.sass */
  .footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  /* line 17, ../../sass/blocks/footer/_footer.sass */
  .footer .wrapper {
    position: relative;
    z-index: 2; }

/* line 22, ../../sass/blocks/footer/_footer.sass */
.b-footer__block {
  display: flex;
  font-family: "HelveticaNeue";
  justify-content: space-between;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px; }
  /* line 32, ../../sass/blocks/footer/_footer.sass */
  .b-footer__block div {
    margin-bottom: 15px;
  justify-content: space-between;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: rgba(209, 209, 209, 0.8);
  font-family: Merriweather; }
  /* line 34, ../../sass/blocks/footer/_footer.sass */
  .b-footer__block .link-white {
    color: rgba(209, 209, 209, 0.8);
    font-family: Merriweather;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal; }
    /* line 41, ../../sass/blocks/footer/_footer.sass */
    .b-footer__block .link-white:hover {
      color: #d1d1d1; }

/* line 43, ../../sass/blocks/footer/_footer.sass */
.b-footer__item {
  padding-right: 65px; }
  /* line 45, ../../sass/blocks/footer/_footer.sass */
  .b-footer__item .b-soc {
    margin-top: 35px; }
    /* line 47, ../../sass/blocks/footer/_footer.sass */
    .b-footer__item .b-soc a {
      display: inline-block;
      margin-right: 30px; }
      /* line 50, ../../sass/blocks/footer/_footer.sass */
      .b-footer__item .b-soc a:last-child {
        margin-right: 0; }
  /* line 52, ../../sass/blocks/footer/_footer.sass */
  .b-footer__item:nth-child(2) {
    text-align: center; }

/* line 55, ../../sass/blocks/footer/_footer.sass */
.b-footer__btn {
  margin-top: 30px; }

/* line 57, ../../sass/blocks/footer/_footer.sass */
.b-footer__item_phone {
  font-family: Merriweather;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 1; }
  /* line 67, ../../sass/blocks/footer/_footer.sass */
  .b-footer__item_phone .link {
    color: #fff; }

/* line 69, ../../sass/blocks/footer/_footer.sass */
.b-footer__item_mobile {
  display: flex; }
  /* line 71, ../../sass/blocks/footer/_footer.sass */
  .b-footer__item_mobile span {
    height: 40px;
    width: 218px;
    color: rgba(255, 255, 255, 0.1); }

/* line 76, ../../sass/blocks/footer/_footer.sass */
.b-footer__item_mobile {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.7px;
  display: flex; }
  /* line 81, ../../sass/blocks/footer/_footer.sass */
  .b-footer__item_mobile .link-white {
    width: 150px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 30px;
    position: relative; }
    /* line 86, ../../sass/blocks/footer/_footer.sass */
    .b-footer__item_mobile .link-white:before {
      content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: 0; }
  /* line 93, ../../sass/blocks/footer/_footer.sass */
  .b-footer__item_mobile .rectangle {
    width: 162px;
    height: 40px;
    padding-top: 10px;
    /*background: rgba(255,255,255,0.2) */
    text-align: right; }

/* line 1, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-header__mobile {
  display: none;
  z-index: 3;
  position: relative; }
  /* line 5, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .b-menu__second_block {
    position: relative;
    display: block;
    line-height: 18px;
    text-align: left;
    height: auto; }
    /* line 11, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-menu__second_block .link-gold {
      font-size: 16px;
      height: 48px;
      padding: 15px;
      letter-spacing: normal; }
      /* line 16, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
      .b-header__mobile .b-menu__second_block .link-gold.active {
        border-left: 2px solid #debc82;
        border-bottom: 0px;
        background-color: rgba(255, 255, 255, 0.3); }
      /* line 20, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
      .b-header__mobile .b-menu__second_block .link-gold:hover {
        background-color: rgba(255, 255, 255, 0.3); }
    /* line 23, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-menu__second_block:before {
      display: none; }
    /* line 25, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-menu__second_block:after {
      display: none; }
  /* line 27, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .b-menu__second {
    padding-bottom: 7px;
    padding-right: 0;
    margin-top: 0;
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    /* line 33, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-menu__second:before {
      display: none; }
  /* line 35, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .b-menu__second_item {
    margin-left: 0px;
    width: 100%;
    text-align: left; }
  /* line 39, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .b-menu__main_block {
    display: block; }
    /* line 41, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-menu__main_block .b-menu__main_item {
      margin-left: 0; }
      /* line 43, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
      .b-header__mobile .b-menu__main_block .b-menu__main_item .link-grey {
        letter-spacing: normal;
        opacity: 0.8;
        font-size: 14px;
        padding: 5px 0 5px 15px;
        display: block;
        color: #fff; }
        /* line 50, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
        .b-header__mobile .b-menu__main_block .b-menu__main_item .link-grey.active {
          color: #fff;
          opacity: 1; }
        /* line 53, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
        .b-header__mobile .b-menu__main_block .b-menu__main_item .link-grey:hover {
          color: #fff;
          opacity: 1; }
  /* line 57, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .b-menu__main {
    margin-top: 10px;
    padding-bottom: 50px; }
  /* line 60, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .b-bron {
    margin-top: 10px;
    padding: 15px;
    margin-bottom: 15px; }
    /* line 64, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron .form-group {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 20px; }
    /* line 68, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron .form-control.small {
      height: 40px !important; }
    /* line 70, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron select {
      color: #fff; }
    /* line 72, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron input.form-control.small {
      font-size: 14px;
      color: #fff !important; }
    /* line 75, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8) !important; }
    /* line 77, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8) !important; }
    /* line 79, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8) !important; }
    /* line 81, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8) !important; }
    /* line 83, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron .js-group-data:before {
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      top: 6px;
      right: 10px; }
    /* line 87, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-header__mobile .b-bron .b-bron__btn {
      display: block;
      text-align: center; }
      /* line 90, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
      .b-header__mobile .b-bron .b-bron__btn .btn {
        min-width: 135px;
        width: 135px;
        font-size: 12px;
        padding: 7px 0; }
  /* line 95, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .b-bron .js-group-select.bron:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 20px;
    right: 15px; }
  /* line 99, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .b-bron .js-group-select:before {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: 10px;
    right: 8px; }
  /* line 103, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .ui-datepicker {
    margin-left: 4px !important; }
  /* line 105, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile .input-group-select {
    top: 55px;
    margin-left: 3px; }

/* line 109, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.current_value:hover {
  cursor: pointer; }

/* line 112, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.small-menu {
  background: #000;
  width: 258px;
  position: fixed;
  right: 0px;
  top: 30px;
  z-index: 5;
  display: none; }

/* line 120, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-close {
  position: absolute;
  left: -19px;
  top: 0px; }
  /* line 124, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-close .close {
    display: block;
    opacity: 0.8; }
  /* line 128, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-close:hover {
    cursor: pointer; }
    /* line 130, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-close:hover .close {
      opacity: 1; }

/* line 132, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-close-bron {
  position: absolute;
  left: 10px;
  top: 10px; }
  /* line 136, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-close-bron .close-bron {
    display: block;
    opacity: 0.8; }
  /* line 140, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-close-bron:hover {
    cursor: pointer; }
    /* line 142, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
    .b-close-bron:hover .close-bron {
      opacity: 1; }

/* line 147, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.small-menu.active {
  display: block; }

/* line 151, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-bron_wrapper .small-menu {
  width: 320px; }

/* line 154, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-header__mobile_top {
  background-color: rgba(242, 219, 173, 0.3);
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 16px;
  padding-right: 16px; }

/* line 163, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.language_wrapper {
  position: absolute;
  top: 5px;
  right: 4px; }

/* line 168, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.current_value.language_value {
  position: relative;
  font-weight: 500;
  letter-spacing: normal;
  color: #debc82;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 18px 5px 5px; }
  /* line 176, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .current_value.language_value img {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 180, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .current_value.language_value:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 5px; }

/* line 187, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.custom_value {
  padding: 5px 18px 5px 5px;
  position: relative;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 10px;
  text-transform: uppercase; }
  /* line 194, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .custom_value img {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 198, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .custom_value:hover {
    cursor: pointer;
    background-color: #e5e5e5; }

/* line 201, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.custom_options {
  display: none; }

/* line 204, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.language_wrapper:hover .custom_options {
  display: block; }

/* line 207, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-header__mobile_phone {
  position: relative;
  padding-left: 9px;
  font-family: Merriweather;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #debc82; }
  /* line 218, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile_phone:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -9px; }

/* line 227, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-header__mobile__menu {
  padding-left: 2px;
  padding-right: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  border-bottom: 2px solid rgba(229, 202, 155, 0.3); }
  /* line 236, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile__menu .b-header__logo img {
    width: 53px;
    margin-top: 0; }
  /* line 239, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile__menu .b-bron_wrapper {
    display: inline-block;
    position: relative; }
  /* line 242, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile__menu .b-smallmenu {
    display: inline-block;
    position: relative;
    padding-left: 21px; }

/* line 248, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-header__mobile__item .current_value {
  opacity: 0.8; }
  /* line 250, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile__item .current_value:hover {
    opacity: 1; }

/* line 257, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-mainslider .b-header__mobile_top {
  background-color: rgba(0, 0, 0, 0.7); }
/* line 259, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-mainslider .current_value.language_value {
  color: #fff; }
/* line 261, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-mainslider .b-header__mobile_phone {
  color: #fff; }
/* line 265, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-mainslider .custom_value {
  color: #fff; }
/* line 269, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
.b-mainslider .b-header__mobile__menu {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 0px; }

@media screen and (max-width: 1152px) {
  /* line 283, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-header__mobile {
    display: block; }

  /* line 286, ../../sass/blocks/b-header__mobile/_b-header__mobile.sass */
  .b-mainblock .wrapper {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 1152px) {
  /* line 2, ../../sass/blocks/1152/_init.sass */
  .container.page .b-mainblock {
    margin-bottom: 43px; }

  /* line 4, ../../sass/blocks/1152/_init.sass */
  .b-page__ttl h1 {
    font-size: 32px; }

  /* line 6, ../../sass/blocks/1152/_init.sass */
  h2 {
    font-size: 32px; }

  /* line 8, ../../sass/blocks/1152/_init.sass */
  .b-header {
    display: none; }

  /* line 10, ../../sass/blocks/1152/_init.sass */
  .container.page .b-mainblock {
    min-height: auto; }

  /* line 12, ../../sass/blocks/1152/_init.sass */
  .b-crumbs {
    margin-top: 10px;
    color: #debc82;
    margin-bottom: 35px; }

  /* line 16, ../../sass/blocks/1152/_init.sass */
  .b-about__item .pict.small {
    height: auto; }

  /* line 18, ../../sass/blocks/1152/_init.sass */
  .b-rooms__block {
    display: block; }

  /* line 21, ../../sass/blocks/1152/_init.sass */
  .b-rooms__price {
    margin-left: 0px;
    margin-top: 30px;
    width: 100%; }

  /* line 25, ../../sass/blocks/1152/_init.sass */
  .b-rooms__photo {
    display: inline-block;
    vertical-align: top; }

  /* line 28, ../../sass/blocks/1152/_init.sass */
  .b-rooms__info, .b-rooms__price_block {
    display: inline-block; }

  /* line 30, ../../sass/blocks/1152/_init.sass */
  .b-rooms__item {
    vertical-align: top;
    display: inline-block;
    width: 375px; }

  /* line 34, ../../sass/blocks/1152/_init.sass */
  .b-footer__item:last-child {
    padding-right: 0px; } }
@media screen and (max-width: 992px) {
  /* line 2, ../../sass/blocks/992/_init.sass */
  .b-about__block {
    display: block; }

  /* line 4, ../../sass/blocks/992/_init.sass */
  .b-about__block .b-main-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  /* line 8, ../../sass/blocks/992/_init.sass */
  .b-text__block {
    -webkit-column-count: 12;
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 10px;
    padding-bottom: 25px; }

  /* line 14, ../../sass/blocks/992/_init.sass */
  .b-page-details__block {
    display: block; }

  /* line 16, ../../sass/blocks/992/_init.sass */
  .b-interior__block {
    display: block; }

  /* line 18, ../../sass/blocks/992/_init.sass */
  .b-rooms__info {
    padding-left: 20px;
    width: 56%; }

  /* line 21, ../../sass/blocks/992/_init.sass */
  .b-contact-item {
    display: block; }

  /* line 23, ../../sass/blocks/992/_init.sass */
  .b-card__pict._modal {
    width: 96%; }
    /* line 25, ../../sass/blocks/992/_init.sass */
    .b-card__pict._modal .b-card__vidinfo {
      font-size: 32px; }
    /* line 27, ../../sass/blocks/992/_init.sass */
    .b-card__pict._modal .b-card__item {
      z-index: 5;
      padding: 25px; }
    /* line 30, ../../sass/blocks/992/_init.sass */
    .b-card__pict._modal .b-card__content {
      width: 80%;
      margin: 35px auto 0 auto; }
    /* line 33, ../../sass/blocks/992/_init.sass */
    .b-card__pict._modal .b-card__modal_pict {
      margin-top: 30px; }
      /* line 35, ../../sass/blocks/992/_init.sass */
      .b-card__pict._modal .b-card__modal_pict img {
        width: 100%; }

  /* line 37, ../../sass/blocks/992/_init.sass */
  .footer {
    padding-top: 50px; }

  /* line 39, ../../sass/blocks/992/_init.sass */
  .b-footer__block {
    flex-wrap: wrap-reverse;
    text-align: center;
    font-size: 16px; }

  /* line 43, ../../sass/blocks/992/_init.sass */
  .b-footer__item {
    padding-right: 0px;
    width: 100%; }

  /* line 46, ../../sass/blocks/992/_init.sass */
  .b-footer__item_phone {
    font-size: 20px;
    letter-spacing: 0.4px; }

  /* line 49, ../../sass/blocks/992/_init.sass */
  .b-footer__item_mobile {
    display: none; }

  /* line 51, ../../sass/blocks/992/_init.sass */
  .b-footer__item:nth-child(2) {
    text-align: center;
    width: 100%; }

  /* line 55, ../../sass/blocks/992/_init.sass */
  .b-footer__item div span {
    display: block; }
  /* line 57, ../../sass/blocks/992/_init.sass */
  .b-footer__item .b-soc {
    margin-top: 25px; }

  /* line 59, ../../sass/blocks/992/_init.sass */
  .b-footer__btn {
    margin-top: 15px; } }
@media screen and (max-width: 600px) {
  /* line 66, ../../sass/blocks/992/_init.sass */
  .b-card__pict._modal .b-card__vidinfo {
    font-size: 26px; }
  /* line 68, ../../sass/blocks/992/_init.sass */
  .b-card__pict._modal .b-card__vidinfo:before {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  /* line 70, ../../sass/blocks/992/_init.sass */
  .b-card__pict._modal .b-card__content {
    margin: 0 auto;
    width: 100%; } }
/* lib for sprites */
/* line 392, icon/*.png */
.icon-sprite, .icon-BA2169E9-5F87-4A8B-BF5A-88C74BCE9EB0, .icon-accounts, .b-card__person span:before, .icon-arrow-down-circle, .icon-arrow-down-circle2, .container.page .b-section h2:before, .icon-arrow-left, .ui-datepicker-prev, .icon-arrow-right, .ui-datepicker-next, .icon-bed, .b-rooms__info_compl .b-rooms__compl_item.bed:before, .icon-bron-2, .icon-bron, .btn span:before, .icon-calendar-3, .js-group-data:before, .icon-case, .b-rooms__info_compl .b-rooms__compl_item.case:before, .icon-check-none, .b-input_type_checkbox input[type=checkbox] + span:before, .b-input_type_checkbox input[type=radio] + span:before, .icon-check, .b-input_type_checkbox input[type=checkbox]:checked + span:before, .icon-chek, .icon-chevron-left-2, .b-crumbs__link:before, .b-close-bron .close-bron, .icon-chevron-left, .b-aboutphoto .swiper-button-prev:before, .icon-chevron-right, .b-aboutphoto .swiper-button-next:before, .icon-close, .b-close .close, .icon-conditioner, .b-rooms__info_compl .b-rooms__compl_item.conditioner:before, .icon-down-2, .current_value.language_value:after, .icon-down-3, .b-mainslider .current_value.language_value:after, .icon-down, .js-group-select:before, .b-bron .js-group-select.bron:before, .icon-floor, .b-rooms__info_compl .b-rooms__compl_item.floor:before, .icon-group, .b-card__vid:before, .b-card__vidinfo:before, .b-zal .b-room__vid:before, .icon-icon_bed, .b-card__bed .i-bed, .icon-icon_menu_down, .link-more.opened span:before, .b-rooms__dop__ttl.opened:before, .icon-icon_menu_up, .link-more span:before, .b-rooms__dop__ttl:before, .icon-icons, .b-scroll._left .b-card__vid:before, .b-scroll._left .b-card__vidinfo:before, .b-photo__vid:before, .icon-info, .b-rooms__price_person .icon-info, .icon-map-marker, .b-contact__item:before, .icon-people, .b-rooms__info_compl .b-rooms__compl_item.people:before, .icon-phone-small-2, .b-mainslider .b-header__mobile_phone:before, .icon-phone-small, .b-header__mobile_phone:before, .icon-phone, .b-footer__item_mobile .link-white:before, .icon-phone2, .b-rooms__info_compl .b-rooms__compl_item.phone:before, .icon-shape-r, .b-menu__second_block:after, .icon-shape, .b-menu__second_block:before, .icon-size, .b-card__size span:before, .icon-size2, .b-rooms__info_compl .b-rooms__compl_item.size:before, .icon-smoking, .b-rooms__no-smoking:before, .icon-sofa, .b-rooms__info_compl .b-rooms__compl_item.sofa:before, .icon-special, .b-specials__ttl:before, .b-specials__ttlinfo:before, .icon-user, .b-bron .js-group-select:before, .icon-wifi, .b-rooms__info_compl .b-rooms__compl_item.wifi:before {
  background-image: url('../img/icon-s9a95b5bbb6.png');
  background-repeat: no-repeat; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-BA2169E9-5F87-4A8B-BF5A-88C74BCE9EB0 {
  background-position: -8px 0;
  height: 12px;
  width: 7px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-accounts, .b-card__person span:before {
  background-position: -36px -18px;
  height: 14px;
  width: 22px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-down-circle {
  background-position: 0 -412px;
  height: 58px;
  width: 58px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-down-circle2, .container.page .b-section h2:before {
  background-position: 0 -354px;
  height: 58px;
  width: 58px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-left, .ui-datepicker-prev {
  background-position: -18px -99px;
  height: 19px;
  width: 21px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-arrow-right, .ui-datepicker-next {
  background-position: 0 -272px;
  height: 19px;
  width: 21px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-bed, .b-rooms__info_compl .b-rooms__compl_item.bed:before {
  background-position: 0 -118px;
  height: 13px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-bron-2 {
  background-position: -14px -48px;
  height: 14px;
  width: 14px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-bron, .btn span:before {
  background-position: -28px -48px;
  height: 14px;
  width: 14px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-calendar-3, .js-group-data:before {
  background-position: -24px -158px;
  height: 26px;
  width: 24px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-case, .b-rooms__info_compl .b-rooms__compl_item.case:before {
  background-position: -36px -66px;
  height: 18px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-check-none, .b-input_type_checkbox input[type=checkbox] + span:before, .b-input_type_checkbox input[type=radio] + span:before {
  background-position: 0 -99px;
  height: 18px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-check, .b-input_type_checkbox input[type=checkbox]:checked + span:before {
  background-position: -18px -118px;
  height: 18px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-chek {
  background-position: -39px -99px;
  height: 19px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-chevron-left-2, .b-crumbs__link:before, .b-close-bron .close-bron {
  background-position: 0 0;
  height: 12px;
  width: 8px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-chevron-left, .b-aboutphoto .swiper-button-prev:before {
  background-position: 0 -470px;
  height: 58px;
  width: 30px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-chevron-right, .b-aboutphoto .swiper-button-next:before {
  background-position: -19px -214px;
  height: 58px;
  width: 30px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-close, .b-close .close {
  background-position: -28px -32px;
  height: 14px;
  width: 14px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-conditioner, .b-rooms__info_compl .b-rooms__compl_item.conditioner:before {
  background-position: -42px -48px;
  height: 18px;
  width: 14px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-down-2, .current_value.language_value:after {
  background-position: 0 -18px;
  height: 4px;
  width: 6px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-down-3, .b-mainslider .current_value.language_value:after {
  background-position: -6px -18px;
  height: 4px;
  width: 6px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-down, .js-group-select:before, .b-bron .js-group-select.bron:before {
  background-position: 0 -48px;
  height: 8px;
  width: 14px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-floor, .b-rooms__info_compl .b-rooms__compl_item.floor:before {
  background-position: -33px 0;
  height: 18px;
  width: 12px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-group, .b-card__vid:before, .b-card__vidinfo:before, .b-zal .b-room__vid:before {
  background-position: -34px -136px;
  height: 22px;
  width: 19px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-icon_bed, .b-card__bed .i-bed {
  background-position: 0 -84px;
  height: 15px;
  width: 22px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-icon_menu_down, .link-more.opened span:before, .b-rooms__dop__ttl.opened:before {
  background-position: -12px -18px;
  height: 8px;
  width: 12px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-icon_menu_up, .link-more span:before, .b-rooms__dop__ttl:before {
  background-position: -24px -18px;
  height: 8px;
  width: 12px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-icons, .b-scroll._left .b-card__vid:before, .b-scroll._left .b-card__vidinfo:before, .b-photo__vid:before {
  background-position: -42px -32px;
  height: 16px;
  width: 16px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-info, .b-rooms__price_person .icon-info {
  background-position: 0 -136px;
  height: 20px;
  width: 20px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-map-marker, .b-contact__item:before {
  background-position: -20px -136px;
  height: 20px;
  width: 14px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-people, .b-rooms__info_compl .b-rooms__compl_item.people:before {
  background-position: -36px -118px;
  height: 18px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-phone-small-2, .b-mainslider .b-header__mobile_phone:before {
  background-position: -14px -32px;
  height: 14px;
  width: 14px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-phone-small, .b-header__mobile_phone:before {
  background-position: 0 -32px;
  height: 14px;
  width: 14px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-phone, .b-footer__item_mobile .link-white:before {
  background-position: 0 -214px;
  height: 32px;
  width: 19px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-phone2, .b-rooms__info_compl .b-rooms__compl_item.phone:before {
  background-position: -22px -84px;
  height: 15px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-shape-r, .b-menu__second_block:after {
  background-position: -23px -184px;
  height: 30px;
  width: 20px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-shape, .b-menu__second_block:before {
  background-position: -21px -272px;
  height: 30px;
  width: 20px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-size, .b-card__size span:before {
  background-position: -18px -66px;
  height: 18px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-size2, .b-rooms__info_compl .b-rooms__compl_item.size:before {
  background-position: 0 -66px;
  height: 18px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-smoking, .b-rooms__no-smoking:before {
  background-position: 0 -302px;
  height: 52px;
  width: 52px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-sofa, .b-rooms__info_compl .b-rooms__compl_item.sofa:before {
  background-position: -15px 0;
  height: 10px;
  width: 18px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-special, .b-specials__ttl:before, .b-specials__ttlinfo:before {
  background-position: 0 -184px;
  height: 24px;
  width: 23px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-user, .b-bron .js-group-select:before {
  background-position: 0 -158px;
  height: 26px;
  width: 24px; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-wifi, .b-rooms__info_compl .b-rooms__compl_item.wifi:before {
  background-position: -40px -84px;
  height: 15px;
  width: 18px; }

/* line 16, ../../sass/_icon.sass */
*[class^='icon-'] {
  display: inline-block; }

/* extension */
/* line 1, ../../sass/_fancybox-scrolable.sass */
.fancybox-scrolable {
  width: 100% !important;
  height: auto !important;
  position: fixed !important;
  top: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  display: block !important;
  overflow: auto !important; }
  /* line 11, ../../sass/_fancybox-scrolable.sass */
  .fancybox-scrolable .fancybox-inner {
    height: auto !important;
    overflow: visible !important;
    margin: 30px auto; }

/* line 15, ../../sass/_fancybox-scrolable.sass */
.body-fancybox-scrolable-open {
  overflow: hidden !important; }

  .sitemap a{
	color: #515151;
    font-size: 18px;		
  }
#ya-site-form0 .ya-site-form__input-text{
	height: 28px;
  }
#ya-site-form0 .ya-site-form__submit{
	padding: 5px;
	background: #debc82;
	border-color: #debc82;
	color:#fff!important;
  }
  .fancybox-image.page_img{
	  width:auto;
	  top:auto;
	  left:auto;
	  position:relative;
  }
  .b-contact ._red {
    color: red;
}
.rt-totop{z-index: 10;display:block;width: 55px;height:55px;position: fixed;right: 35px;bottom: 100px;background-repeat:no-repeat;display:none;}
.rt-totop {
    background-size: 100%;
    background-image: url('/images/btn.png');
}
.wind_body{
	display:none;
	position: absolute;  
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.24);
    padding: 20px;
    z-index: 1;
}
.dop_info li,
.dop_info p,
.wind_body p {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0.3px;
}
.dop_info h2 {
    padding: 0px;
    margin: 0;
    font-family: Merriweather;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #debc82;
    margin-bottom: 25px;
    padding-top: 10px;
}
.wind_body tr:nth-child(2){
	font-weight: bold;
}
.wind_body td{
	padding: 5px;
}
.wind_body table,
.wind_body td{
	border: 1px solid #debc82;
}
.wind_body th{
	color:#debc82;
}
.tbl td{
	border: 1px solid #debc82;
	padding: 5px;
}
.b-page-details__content .tbl td p{
	margin: 0px;
}
.pop_up{	
	position: fixed;  
	display:none;
    z-index: 5;
	top: 4%;
    left: 55%;
	background:url(/img/fon2-min.png) top center no-repeat #fff;
    background-size: cover;
}
.pop_up .b-rooms__price_block{	
	margin-bottom: 0px;
	width: 415px;
}
.b-foto__main.bot_img{
	height: auto;
	background:none;
}
.b-foto__main.bot_img a{
	position: relative;
	opacity: 1;
}
.tbl_block {
		width: 100%;
		overflow: auto;
		margin: 0 0 1em;
	}
	.tbl_block .b-table,
	.tbl_block .b-table tr td {
    border-right: none;
    border-left: none;
}
.tbl_block .b-table ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    height: 4px;
    width: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}
.b-page-details h1.inform{
	margin: 40px 0;
}
.gld{
	color: #debc82;
    display: block;
    font-size: 20px;
	margin-bottom: 10px;
}
.wa_block:before{
	content: "";
    height: 20px;
    width: 20px;
    background: url(/images/wapp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
	float: left;
    margin-right: 10px;
}
.wa_block_cont_ru:before{
	content: "";
    height: 20px;
    width: 20px;
    background: url(/images/wap.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
	float: left;
    margin-right: 10px;    
}
.wa_block_cont_ru .whapp{
	color: #515151;
	opacity: 1;
}
.wa_block_cont:before{
	content: "";
    height: 20px;
    width: 20px;
    background: url(/images/wap.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
	float: left;
    margin-right: 10px;    
	margin-left: 30px;
}
.wa_block_cont .whapp{
	color: #515151;
}
.whapp{
	color: #d1d1d1;
}
.head_wa{
	display: inline-block;
}
.head_wa .whapp{
	color: #515151;
}
.head_wa:before{
	content: "";
    height: 15px;
    width: 15px;
    background: url(/images/wap.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
	float: left;
    margin-right: 10px;  
}
.bordo{
	font-size: 18px;
	font-weight:bold;
	color:#EF3B58;
}