section#contacts aside .contactbox p.instagram:before {
  content: "\f16d";
}

.button {
  cursor: pointer;
}

#headerform .agreement {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 0.929rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

#headerform .agreement input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 2px 8px 0 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}

#headerform .agreement span {
  display: inline-block;
  width: 270px;
  vertical-align: top;
}


.doc {
    min-width: 480px;
    max-width: 960px;
    padding: 40px
}

.doc h3 {
    font-size: 1.714rem;
    text-transform: uppercase;
    color: #192026;
    font-weight: 500;
    margin-bottom: 20px
}

.doc h4 {
    font-size: 1.143rem;
    color: #192026;
    font-weight: 500;
    margin: 20px 0 10px
}

.doc p {
    color: #192026;
    line-height: 1.7rem;
    font-size: 1rem;
    margin: 5px 0
}

.doc ul,
.doc ol {
    margin: 5px 0 5px 20px;
    color: #192026;
    line-height: 1.7rem;
    font-size: 1rem
}

.doc ul li {
    margin: 5px 0;
    list-style: disc;
}

.doc ol li {
    margin: 5px 0;
    list-style: decimal;
}

.right a.fancybox {
    margin-left: 10px;
}

.contactbox .max::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background: url("/images/max_logo.svg") center center / contain no-repeat;
  font-size: 0;
  vertical-align: middle;
}

section#contacts ul li.warning:before {
  background-image: url("/images/warning.png");
  background-size: 45px 45px;
}

body header {
  box-shadow: inset 0 0 0 1920px rgba(3, 164, 164, 0.15);
}

section#gallery,
section#rooms {
  background-size: cover;
  box-shadow: inset 0 0 0 1920px rgba(238, 238, 238, 0.85);
}

section#gallery h1 {
  color: #192026;
}

.bx-wrapper .bx-next {
  background-image: url("/images/right-arrow.png");
}

.bx-wrapper .bx-prev {
  background-image: url("/images/left-arrow.png");
}

body {
  min-width: 1180px;
  zoom: normal;
}

footer {
  padding-bottom: calc(5.714rem - 20px);
}

header .container aside h2,
header .container aside h3 {
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.9);
}