p,
li,
ul,
ol {
  margin: 0 0 20px 0;
  line-height: 30px;
}
p:last-child,
li:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}
ul li {
  position: relative;
  padding-left: 20px;
}
ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333333;
}
ul + h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

strong,
b {
  font-weight: 600;
}

h2,
h3,
h4 {
  font-weight: 400;
  margin-top: 0;
}

h2 {
  font-size: 44px;
  line-height: 60px;
}

h3 {
  font-size: 20px;
  line-height: 35px;
}

a {
  color: #BF046B;
}
a:hover {
  color: #7E114D;
}

img {
  width: 100%;
}

.accessible-hidden, .header .mobile-menu-checkbox:checked + .mobile-menu-button + ul, .list-equipment h3 + ul {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.accessible-hidden-reset, .list-equipment input:checked + h3 + ul {
  position: relative;
  left: auto;
  top: auto;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 300;
  }
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #d5eaff;
  color: #402319;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

.block .b-inner {
  position: relative;
  margin: 0 auto;
  padding: 60px 30px;
  max-width: 1230px;
}

.layer-1,
.layer-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center 0;
  background-size: 100% auto;
  opacity: 0.9;
  pointer-events: none;
  transition: background-position 2s ease-out;
}

.layer-1 {
  background-image: url("../img/background-bottom.png");
}

.layer-2 {
  background-image: url("../img/background-top.png");
}

@media only screen and (min-width: 768px) {
  .block .b-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 5px 30px rgba(112, 90, 83, 0.1);
}
.header .b-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 10px 30px;
  max-width: 1230px;
  height: 60px;
}
.header h1 {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.header h1 a {
  display: block;
  color: #402319;
  text-decoration: none;
  font-weight: 700;
}
.header ul {
  margin: 0;
  padding: 0;
}
.header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header ul li::before {
  content: none;
}
.header ul li a {
  color: #402319;
  text-decoration: none;
}
.header ul li a:hover {
  color: #BF046B;
}
.header .mobile-menu-button {
  position: absolute;
  right: 30px;
  top: 18px;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-image: url("../img/menu-button.svg");
  background-size: 48px 24px;
  background-position: -24px 0;
  cursor: pointer;
}
.header .mobile-menu-button span {
  position: absolute;
  left: -9999px;
}
.header .mobile-menu-checkbox {
  position: absolute;
  left: -9999px;
}
.header .mobile-menu-checkbox + .mobile-menu-button + ul {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 30px 10px 50px 10px;
  background-color: #FFFFFF;
  border-top: 2px solid #f6f1f0;
  text-align: center;
}
.header .mobile-menu-checkbox + .mobile-menu-button + ul li {
  display: block;
  line-height: 40px;
}
.header .mobile-menu-checkbox + .mobile-menu-button + ul li a {
  display: block;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 30px;
}
.header .mobile-menu-checkbox + .mobile-menu-button + ul li.is-reservation {
  margin-top: 30px;
}
.header .mobile-menu-checkbox + .mobile-menu-button + ul li.is-reservation a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #BF046B;
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}
.header .mobile-menu-checkbox + .mobile-menu-button + ul li.is-reservation a:hover {
  background-color: #7E114D;
}
.header .mobile-menu-checkbox:checked + .mobile-menu-button {
  background-position: 0 0;
}

@media only screen and (min-width: 768px) {
  .header .b-inner {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header h1 {
    position: relative;
    left: auto;
    top: auto;
    font-size: 25px;
    line-height: 25px;
  }
  .header h1 a {
    display: block;
    color: #402319;
    background-size: 50px 50px;
  }
  .header .mobile-menu-button {
    display: none;
  }
  .header .mobile-menu-checkbox + .mobile-menu-button + ul {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    z-index: auto;
    display: inline-block;
    width: auto;
    padding: 0;
    border-top: 0;
    text-align: right;
  }
  .header .mobile-menu-checkbox + .mobile-menu-button + ul li {
    display: inline-block;
    margin-left: 25px;
  }
  .header .mobile-menu-checkbox + .mobile-menu-button + ul li a {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
  }
  .header .mobile-menu-checkbox + .mobile-menu-button + ul li.is-reservation {
    margin-top: 0;
  }
  .header .mobile-menu-checkbox:checked + .mobile-menu-button + ul {
    position: relative;
    display: inline-block;
    left: auto;
    top: auto;
  }
  .header .mobile-menu-checkbox:checked + .mobile-menu-button + ul li {
    display: inline-block;
  }
}
.block.is-intro {
  text-align: center;
  background-color: #8c7975;
  background-image: url("../photos/chata-plesivka-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.block.is-intro .b-inner {
  height: 400px;
}
.block.is-intro .rating {
  display: block;
  width: 200px;
  height: 80px;
  margin: 200px auto 0 auto;
  background-image: url("../img/rating.svg");
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}
.block.is-intro .rating span {
  display: block;
  padding-top: 48px;
}
.block.is-intro .rating span em {
  font-style: normal;
  text-decoration: underline;
}

@media only screen and (min-width: 480px) {
  .block.is-intro {
    background-image: url("../photos/chata-plesivka.jpg");
  }
  .block.is-intro .b-inner {
    height: 700px;
  }
  .block.is-intro .rating {
    margin-top: 500px;
  }
}
.block.is-description {
  background-color: #005e8be0;
  position: relative;
}
.block.is-description .b-inner {
  display: flex;
  padding-top: 90px;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
}
.block.is-description .b-inner p {
  line-height: 34px;
  color: #FFFFFF;
}
.block.is-description:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  border-top: 2px dashed #FFFFFF;
}
.block.is-description .description {
  max-width: 770px;
  margin: 0 auto;
}
.block.is-description .more-description .images {
  display: none;
}

@media only screen and (min-width: 768px) {
  .block.is-description .b-inner {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .block.is-description .more-description .images {
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.block.is-activities {
  text-align: center;
  position: relative;
}
.block.is-activities .b-inner {
  padding-top: 80px;
}
.block.is-activities:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  border-top: 2px dashed #FFFFFF;
}
.block.is-activities .more-description {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
.block.is-activities .more-description div {
  width: 100%;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .block.is-activities .b-inner {
    padding-top: 140px;
  }
  .block.is-activities .more-description {
    flex-direction: row;
  }
  .block.is-activities .more-description div {
    width: 50%;
  }
}
.block.is-certifacates {
  background-color: #FFFFFF;
}
.block.is-certifacates .b-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.block.is-certifacates h2 {
  text-align: center;
}

.block.is-map {
  height: 522px;
}

.block.is-equipment {
  background-color: #FFFFFF;
  text-align: center;
}
.block.is-equipment .b-inner {
  padding-bottom: 0;
}
.block.is-equipment .description {
  max-width: 770px;
  margin: 0 auto;
}

.list-equipment {
  margin-top: 30px;
}
.list-equipment > div h3 {
  margin-bottom: 0;
}
.list-equipment h3 {
  margin: 0 -30px 10px -30px;
  border-top: 4px solid rgba(158, 113, 97, 0.2);
}
.list-equipment h3 label {
  display: block;
  position: relative;
  padding: 20px 30px 20px 80px;
  background-color: #FFFFFF;
  font-weight: 900;
  line-height: 35px;
  text-align: left;
  cursor: pointer;
}
.list-equipment h3 label::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 26px;
  left: 30px;
  background-image: url("../img/arr-up-down.svg");
  background-size: 48px 24px;
  background-position: 0 0;
}
.list-equipment h3 + ul {
  margin: 0 -30px 10px -30px;
  padding: 20px 30px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 18px;
}
.list-equipment h3 + ul li {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  list-style: none;
}
.list-equipment h3 + ul li::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/sprite-equipment.svg");
  background-position: 0 0;
}
.list-equipment h3 + ul li.eq-01::before {
  background-position: 0 0;
}
.list-equipment h3 + ul li.eq-02::before {
  background-position: 0 -35px;
}
.list-equipment h3 + ul li.eq-03::before {
  background-position: 0 -70px;
}
.list-equipment h3 + ul li.eq-04::before {
  background-position: 0 -105px;
}
.list-equipment h3 + ul li.eq-05::before {
  background-position: 0 -140px;
}
.list-equipment h3 + ul li.eq-06::before {
  background-position: 0 -175px;
}
.list-equipment h3 + ul li.eq-07::before {
  background-position: 0 -210px;
}
.list-equipment h3 + ul li.eq-08::before {
  background-position: 0 -245px;
}
.list-equipment h3 + ul li.eq-09::before {
  background-position: 0 0;
}
.list-equipment h3 + ul li.eq-10::before {
  background-position: 0 -280px;
}
.list-equipment h3 + ul li.eq-11::before {
  background-position: 0 -315px;
}
.list-equipment h3 + ul li.eq-12::before {
  background-position: 0 -350px;
}
.list-equipment h3 + ul li.eq-13::before {
  background-position: 0 -140px;
}
.list-equipment h3 + ul li.eq-14::before {
  background-position: 0 -420px;
}
.list-equipment h3 + ul li.eq-15::before {
  background-position: 0 -245px;
}
.list-equipment h3 + ul li.eq-16::before {
  background-position: 0 -455px;
}
.list-equipment h3 + ul li.eq-17::before {
  background-position: 0 -490px;
}
.list-equipment h3 + ul li.eq-18::before {
  background-position: 0 -525px;
}
.list-equipment h3 + ul li.eq-19::before {
  background-position: 0 -560px;
}
.list-equipment h3 + ul li.eq-20::before {
  background-position: 0 -595px;
}
.list-equipment h3 + ul li.eq-21::before {
  background-position: 0 -630px;
}
.list-equipment h3 + ul li.eq-22::before {
  background-position: 0 -665px;
}
.list-equipment h3 + ul li.eq-23::before {
  background-position: 0 -700px;
}
.list-equipment input:checked + h3 {
  margin-bottom: 0;
}
.list-equipment input:checked + h3 label::before {
  background-position: -24px 0;
}
.list-equipment input:checked + h3 + ul {
  border-top: 2px dashed rgba(158, 113, 97, 0.25);
}

@media only screen and (min-width: 1023px) {
  .block.is-equipment .b-inner {
    padding-bottom: 30px;
  }

  .list-equipment {
    display: flex;
    gap: 30px;
  }
  .list-equipment > div {
    width: 33.333%;
  }
  .list-equipment > div h3 {
    margin: 10px 0 40px 0;
    border-top: 0 none;
  }
  .list-equipment > div h3 label {
    padding: 0;
    font-weight: 400;
    font-size: 30px;
  }
  .list-equipment > div h3 label::before {
    display: none;
  }
  .list-equipment > div h3 + ul {
    position: relative;
    left: auto;
  }
}
.block.is-accommodation {
  text-align: center;
}
.block.is-accommodation .b-inner > div {
  display: grid;
  gap: 80px 30px;
}
.block.is-accommodation .b-inner > div > div {
  text-align: left;
}
.block.is-accommodation .b-inner > div > div h3 {
  margin: 40px 0 20px 0;
  font-size: 30px;
}
.block.is-accommodation .b-inner > div > div p {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .block.is-accommodation .b-inner > div {
    grid-template-columns: 1fr 1fr;
  }
}
.block.is-photogallery {
  text-align: center;
  position: relative;
}
.block.is-photogallery:before {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  border-top: 2px dashed #FFFFFF;
}
.block.is-photogallery .top-photos {
  display: block;
}
.block.is-photogallery .top-photos div {
  max-width: 300px;
  margin: 10px auto;
}
.block.is-photogallery .top-photos img {
  display: block;
  width: 100%;
  height: auto;
}
.block.is-photogallery ul {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #d5eaff;
}
.block.is-photogallery ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
}
.block.is-photogallery ul li::before {
  display: none;
}
.block.is-photogallery ul li a {
  display: block;
  padding: 8px 16px;
  position: relative;
  bottom: -2px;
  z-index: 1;
  border: 2px solid #d5eaff;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
}
.block.is-photogallery ul li.activeGallery a {
  background-color: #d5eaff;
}

@media only screen and (min-width: 800px) {
  .block.is-photogallery {
    background-color: #FFFFFF;
  }
  .block.is-photogallery .photos {
    text-align: right;
  }
  .block.is-photogallery .top-photos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .block.is-photogallery .top-photos div {
    max-width: 100%;
    margin: 0;
  }
  .block.is-photogallery .top-photos img {
    display: block;
    padding: 10px;
    border: 2px dashed #FFFFFF;
  }
  .block.is-photogallery ul li {
    display: inline-block;
    margin-bottom: 0;
  }
  .block.is-photogallery ul li a {
    display: inline-block;
    border-bottom: 0;
  }
}
.block.is-reservation {
  text-align: center;
  background-color: #8c7975;
  background-image: url("../img/bg-reservation.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.block.is-reservation .b-inner {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 760px;
}
.block.is-reservation a {
  display: inline-block;
  margin: 15px;
  padding: 20px 30px;
  width: 270px;
  border-radius: 5px;
  background-color: #BF046B;
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
}
.block.is-reservation a:hover {
  background-color: #7E114D;
}
.block.is-reservation h2, .block.is-reservation p {
  color: #FFFFFF;
}

.block.is-prices {
  background-color: #FFFFFF;
  text-align: center;
}
.block.is-prices .exception + .exception {
  position: relative;
}
.block.is-prices .exception + .exception::before {
  content: '';
  display: block;
  overflow: hidden;
  border-top: 1px dashed #9E7161;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  opacity: 0.4;
}
.block.is-prices .b-inner.is-smaller {
  padding-top: 0;
  max-width: 770px;
  position: initial;
}
.block.is-prices .b-inner.is-smaller > div {
  text-align: left;
}
.block.is-prices .b-inner.is-smaller > div h4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
  font-weight: 900;
}
.block.is-prices .b-inner.is-smaller > div p {
  font-size: 18px;
}
.block.is-prices .b-inner.is-smaller > div p strong {
  font-weight: 900;
}
.block.is-prices .cols-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.block.is-prices .cols-2 > div {
  text-align: left;
}
.block.is-prices .cols-2 > div p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}
.block.is-prices .cols-2 > div p:last-child {
  margin-bottom: 0;
}
.block.is-prices h3 {
  font-size: 30px;
  line-height: 35px;
}
.block.is-prices dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
}
.block.is-prices dl dt,
.block.is-prices dl dd {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 25px;
}
.block.is-prices dl dt strong {
  display: block;
  padding-right: 5px;
  font-weight: 900;
}
.block.is-prices dl dd {
  text-align: right;
}
.block.is-prices .sticker {
  display: inline-block;
  padding: 6px 10px 4px 10px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 15px;
  color: #FFFFFF;
  font-style: normal;
}
.block.is-prices .sticker.is-free {
  background-color: #27AE60;
}
.block.is-prices .sticker.is-occupied {
  background-color: #EB5757;
}

@media only screen and (min-width: 960px) {
  .block.is-prices .cols-2 {
    flex-direction: row;
    gap: 100px;
  }
  .block.is-prices .cols-2 > div {
    width: 470px;
  }
  .block.is-prices dl dt,
  .block.is-prices dl dd {
    line-height: 35px;
  }
  .block.is-prices dl dt strong {
    display: inline;
  }
  .block.is-prices .exception + .exception::before {
    top: -50px;
  }
}
@media only screen and (min-width: 1200px) {
  .block.is-prices .cols-2 {
    gap: 230px;
  }
}
.block.is-references {
  text-align: left;
}
.block.is-references h2 {
  text-align: center;
}

.block.is-contacts {
  text-align: center;
  position: relative;
}
.block.is-contacts:before {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  border-top: 2px dashed #FFFFFF;
}
.block.is-contacts:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  border-top: 2px dashed #FFFFFF;
}
.block.is-contacts ul {
  margin: 60px 0 0 0;
  padding: 0;
}
.block.is-contacts ul li {
  width: 270px;
  margin: 5px 5px 60px 5px;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.block.is-contacts ul li::before {
  display: none;
}
.block.is-contacts ul li a {
  color: #402319;
  border-bottom: 2px dashed #402319;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .block.is-contacts ul li {
    margin-bottom: 20px;
  }
}
.block.is-copy {
  background-color: #FFFFFF;
  text-align: center;
}
.block.is-copy .b-inner {
  padding-top: 45px;
  padding-bottom: 45px;
}
.block.is-copy p {
  color: #000000;
}

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