@charset "UTF-8";
@CHARSET "UTF-8";
@font-face {
  font-family: 'PT Serif Bold Italic';
  src: url("fonts/PTSerif-BoldItalic.eot");
  src: url("fonts/PTSerif-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/PTSerif-BoldItalic.woff2") format("woff2"), url("fonts/PTSerif-BoldItalic.woff") format("woff"), url("fonts/PTSerif-BoldItalic.ttf") format("truetype"), url("fonts/PTSerif-BoldItalic.svg#PTSerif-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'PT Serif Italic';
  src: url("fonts/PTSerif-Italic.eot");
  src: url("fonts/PTSerif-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/PTSerif-Italic.woff2") format("woff2"), url("fonts/PTSerif-Italic.woff") format("woff"), url("fonts/PTSerif-Italic.ttf") format("truetype"), url("fonts/PTSerif-Italic.svg#PTSerif-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'PT Serif Regular';
  src: url("fonts/PTSerif-Regular.eot");
  src: url("fonts/PTSerif-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/PTSerif-Regular.woff2") format("woff2"), url("fonts/PTSerif-Regular.woff") format("woff"), url("fonts/PTSerif-Regular.ttf") format("truetype"), url("fonts/PTSerif-Regular.svg#PTSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PT Serif Bold';
  src: url("fonts/PTSerif-Bold.eot");
  src: url("fonts/PTSerif-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/PTSerif-Bold.woff2") format("woff2"), url("fonts/PTSerif-Bold.woff") format("woff"), url("fonts/PTSerif-Bold.ttf") format("truetype"), url("fonts/PTSerif-Bold.svg#PTSerif-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansSemibold';
  src: url("fonts/OpenSansSemibold.eot");
  src: url("fonts/OpenSansSemibold.eot") format("embedded-opentype"), url("fonts/OpenSansSemibold.woff2") format("woff2"), url("fonts/OpenSansSemibold.woff") format("woff"), url("fonts/OpenSansSemibold.ttf") format("truetype"), url("fonts/OpenSansSemibold.svg#OpenSansSemibold") format("svg"); }
.hope-sprite {
  background-image: url(../images/spritesheet.png);
  background-repeat: no-repeat;
  display: block; }

.hope-body {
  color: #000000;
  font-family: 'PT Serif Regular';
  font-size: 16px;
  line-height: 22px;
  background-image: url(Overlay_copy_55.png);
  background-repeat: repeat-y;
  background-position: top center; }

.hope-map {
  position: relative; }
  .hope-map ymaps {
    position: absolute;
    z-index: 1; }

section.hope-map:after {
  width: 50%;
  content: "";
  position: absolute;
  height: 100%;
  background: #e7f7ff;
  z-index: 4;
  top: 0;
  left: 0;
  border-radius: 0 76% 4% 0;
  box-shadow: 70px -16px 65px #e7f7ff; }

.hope-contacts {
  position: relative;
  z-index: 5;
  font-weight: 600; }
  .hope-contacts__caption {
    color: #e5ac50;
    font-family: 'PT Serif Bold';
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 60px; }
  .hope-contacts__line {
    position: relative;
    max-width: 427px;
    height: 1px;
    background-color: #000000; }
    .hope-contacts__line:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border: 1px solid #000000;
      box-sizing: border-box;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      left: 100%;
      top: calc(50% - (10px / 2)); }

.hope-rooms-box__item {
  padding: 34px 33px 34px 31px;
  min-height: 718px;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.09);
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px !important; }
  .hope-rooms-box__item--action .hope-rooms-box__img:before {
    content: "";
    position: absolute;
    width: 67px;
    height: 67px;
    background-image: url(../images/review.png);
    background-repeat: no-repeat;
    background-position: top center;
    bottom: 10px;
    left: 10px; }
.hope-rooms-box__caption {
  text-align: center;
  color: #000000;
  font-family: 'PT Serif Bold';
  font-size: 24px;
  margin-bottom: 28px;
  display: block; }
.hope-rooms-box__description {
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 22px; }
.hope-rooms-box__img {
  margin-bottom: 28px;
  width: 100%;
  height: 372px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  @media all and (max-width: 960px) {
    .hope-rooms-box__img {
      height: calc(calc(50vw - 64px) / 1.314516); } }
  @media all and (max-width: 640px) {
    .hope-rooms-box__img {
      height: calc(calc(100vw - 64px) / 1.314516); } }
.hope-rooms-box__price {
  text-align: center;
  margin: 20px 0 26px;
  color: #000000;
  font-family: 'PT Serif Bold';
  font-size: 24px;
  line-height: 23px; }

.hope-button {
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 68px;
  border: 2px solid #e5ac50;
  box-sizing: border-box;
  padding: 8px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  outline: none !important;
  cursor: pointer; }
  .hope-button span {
    border: 1px solid #e5ac50;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    color: #000000;
    font-size: 18px; }
    @media all and (max-width: 400px) {
      .hope-button span {
        font-size: calc(100vw*0.045); } }

@media all and (max-width: 959px) {
  .hope-header__col-1 {
    order: 0; }
  .hope-header__col-2 {
    order: 2; }
  .hope-header__col-3 {
    order: 1; } }
@media all and (max-width: 639px) {
  .hope-header__col-1 {
    order: 0; }
  .hope-header__col-2 {
    order: 1; }
  .hope-header__col-3 {
    order: 2; } }

.hope-logo {
  display: inline-block;
  color: #000000 !important;
  font-size: 23px;
  /* Text style for "Г, остевой" */
  font-family: "PT Serif Regular";
  letter-spacing: 2px;
  line-height: 29.5px;
  text-align: center;
  text-decoration: none !important; }
  .hope-logo__bold {
    display: block !important;
    color: #e5ac50;
    font-family: 'PT Serif Bold';
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: normal; }
  .hope-logo--header {
    margin: 12px 0 23px 1px !important; }

.hope-address {
  position: relative;
  padding-left: 26px;
  color: #000000;
  font-size: 18px;
  line-height: 17px;
  min-height: 22px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  .hope-address--header {
    margin-top: 24px;
    margin-left: 40px; }
    @media all and (max-width: 1199px) {
      .hope-address--header {
        margin-left: 0;
        margin-top: 14px;
        height: auto; } }
    @media all and (max-width: 959px) {
      .hope-address--header {
        margin-bottom: 14px !important; } }
  .hope-address--footer {
    margin-top: 12px;
    margin-left: 40px; }
  .hope-address:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 22px;
    background-position: -120px -18px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat; }
  .hope-address--contacts {
    margin-top: 54px;
    line-height: normal;
    height: auto; }
    .hope-address--contacts:before {
      top: calc(50% - (22px / 2)); }

.hope-email {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  padding-left: 23px;
  display: block; }
  .hope-email:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 14px;
    background-position: -68px -18px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat; }

.hope-telephone {
  color: #000000;
  font-size: 18px;
  line-height: 21.6px;
  position: relative;
  padding-left: 20px;
  display: block; }
  .hope-telephone:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    background-position: -18px -18px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat; }

.hope-whatsapp {
  padding-left: 20px; }
  .hope-whatsapp:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -24px;
    width: 18px;
    height: 18px;
    background-position: -173px -18px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat; }

.hope-viber {
  padding-left: 20px; }
  .hope-viber:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 20px;
    background-position: -130px -131px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat; }

.hope-social {
  padding-left: 20px; }
  .hope-social:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 19px;
    height: 19px;
    background-position: -130px -76px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat; }

.hope-line {
  height: 1px;
  background-color: #ecc0a0;
  background-image: linear-gradient(11deg, #ffcd7d 0%, #e9b055 43%, #f8d399 55%, #e9b055 65%, #ca9b4a 100%); }
  .hope-line--footer {
    border-top: 1px solid #000;
    padding-bottom: 40px; }

.hope-menu {
  list-style: none;
  margin: 11px 0 26px 0;
  padding: 0;
  text-align: center; }
  .hope-menu__item {
    display: inline-block; }
  .hope-menu__link {
    line-height: 17px;
    color: #000000 !important;
    font-size: 18px; }
  .hope-menu__separator {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px;
    background-image: linear-gradient(11deg, #ffcd7d 0%, #e9b055 43%, #f8d399 55%, #e9b055 65%, #ca9b4a 100%); }
    .hope-menu__separator:after {
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.hope-menu-mob {
  list-style: none;
  margin: 50px 0 0; }

.hope-banner {
  background-image: url(../images/Layer_2.png);
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 701px; }
  .hope-banner__caption {
    text-align: center;
    color: #ffffff;
    font-family: 'OpenSansSemibold';
    font-size: 48px;
    line-height: 46px; }
  .hope-banner__caption-main {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: 'PT Serif Bold';
    font-size: 60px;
    line-height: 62px;
    margin-bottom: 75px; }
    .hope-banner__caption-main span {
      text-transform: uppercase; }
    .hope-banner__caption-main:after {
      content: "";
      position: absolute;
      bottom: -37px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 121px;
      height: 3px;
      background-color: #dad7d9;
      background-image: linear-gradient(11deg, #ffcd7d 0%, #e9b055 43%, #f8d399 55%, #e9b055 65%, #ca9b4a 100%); }

.hope-caption {
  margin: 92px 0 64px;
  color: #e5ac50 !important;
  font-family: 'PT Serif Bold';
  font-size: 60px;
  position: relative;
  line-height: 60px; }
  .hope-caption__chart {
    position: relative;
    display: inline-block; }
    .hope-caption__chart:after, .hope-caption__chart:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #000;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
    .hope-caption__chart:after {
      left: 100%;
      margin-left: 0.45em; }
    .hope-caption__chart:before {
      right: 100%;
      margin-right: 0.45em; }
  .hope-caption-dop-block {
    text-align: center;
    display: block;
    color: #000000;
    font-size: 36px;
    line-height: 36px;
    font-family: 'PT Serif Regular';
    padding-bottom: 57px;
    background-image: url(../images/Layer_1.png);
    background-repeat: no-repeat;
    background-position: bottom center; }

.hope-caption + .hope-caption-dop-block {
  margin-top: -60px; }

.hope-advantages {
  padding-top: 61px; }
  .hope-advantages__item {
    color: #000;
    text-align: center;
    margin-bottom: 58px !important; }
  .hope-advantages__img {
    color: #000; }
  .hope-advantages__caption {
    color: #000;
    font-family: 'PT Serif Bold';
    font-size: 18px;
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .hope-advantages__txt {
    color: #000;
    font-size: 16px;
    line-height: 16.5px; }

.hope-room__images {
  max-width: 475px; }
.hope-room__center {
  margin-bottom: 24px !important; }
.hope-room__table-cap {
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-family: 'PT Serif Bold';
  line-height: 16px;
  margin-bottom: 39px; }
.hope-room__desc {
  margin-bottom: 61px; }
.hope-room__title {
  color: #000000;
  font-family: 'PT Serif Bold';
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px !important; }
.hope-room__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 36px; }
  .hope-room__list img {
    margin-right: 12px; }

.hope-footer {
  margin-top: 74px; }
  .hope-footer__tail {
    height: 90px; }

.tel-box {
  padding-top: 12px; }

.mail-box {
  padding-top: 9px; }

.but-mob-menu {
  background: #e5ac50;
  outline: none !important;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0;
  display: none; }
  .but-mob-menu * {
    outline: none !important; }

.hope-banner__flex {
  height: 543px; }

@media all and (max-width: 768px) {
  .hope-caption {
    margin: calc(100vw*0.1197916) 0 calc(100vw*0.08333);
    font-size: calc(100vw*0.078125);
    line-height: calc(100vw*0.078125); }

  .hope-caption-dop-block {
    font-size: calc(100vw*0.046875);
    line-height: calc(100vw*0.046875);
    padding-bottom: calc(100vw*0.07421875);
    background-size: calc(100vw*0.1770833); }

  .hope-caption + .hope-caption-dop-block {
    margin-top: calc(-100vw*0.078125); } }
@media all and (max-width: 639px) {
  .hope-logo--header {
    margin-bottom: 0 !important; }

  .hope-telephone:last-child {
    padding-bottom: 10px; }

  .tel-box {
    padding-top: 0; }

  .hope-menu {
    display: none; }

  .but-mob-menu {
    display: inline-block; }

  .hope-banner__caption-main {
    font-size: calc(100vw*0.09375);
    line-height: calc(100vw*0.096875);
    margin-bottom: calc(100vw*0.1171875); }
    .hope-banner__caption-main:after {
      bottom: calc(-100vw*0.0578125); }

  .hope-banner__caption {
    font-size: calc(100vw*0.075);
    line-height: calc(100vw*0.075); }

  .hope-banner__flex {
    height: calc(100vw*0.8484375); }

  .hope-banner {
    min-height: calc(100vw*1.0953125);
    background-position: center center;
    background-size: cover; }

  .hope-contacts__caption {
    font-size: calc(100vw*0.09375);
    line-height: calc(100vw*0.09375);
    margin-bottom: calc(100vw*0.09375); } }
@media all and (max-width: 450px) {
  /*.hope-header__col-3{
    div{
      display: block;
      width: 100%;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 10px;
      box-sizing: border-box;
    }
  }*/
  .hope-header__col-2 {
    display: none; }

  .mail-box {
    display: none !important; }

  .hope-header__col-1 {
    width: 100% !important;
    text-align: center;
    padding-bottom: 10px; }

  .hope-telephone {
    display: inline-block; }

  .tel-box-box {
    width: 100%; }

  .tel-box {
    padding-left: calc(calc(100vw - 210px)/2); }

  .footer__line > div {
    width: 100%; }
  .footer__line .hope-telephone {
    display: block; }

  .footer__phones {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 20px; } }

/*# sourceMappingURL=hope.css.map */
