body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  height: 1050px;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 19px;
  background: #22090b url('/static/img/bg.jpg') no-repeat top center;
}
.page {
  width: 999px;
  min-height: 100%;
  margin: 0px auto -120px;
  position: relative;
}
.bighref {
  position: absolute;
  width: 100%;
  height: 220px;
}
.menu {
  width: 775px;
  height: 35px;
  position: absolute;
  top: 226px;
  left: 126px;
}
.menu ul {
  padding: 0px;
  margin: 0px;
}
.menu ul li {
  list-style-type: none;
  text-align: center;
}
.menu ul li a {
  display: block;
  float: left;
  margin: 0px 13px;
  text-decoration: none;
}
.menu ul li a span {
  display: none;
  color: #dec88d;
  font-size: 22px;
  margin-top: -3px;
  display: block;
  line-height: 0.8;
}
.menu ul li a.index {
  width: 62px;
  height: 14px;
}
.menu ul li a.pravila {
  width: 155px;
  height: 35px;
}
.menu ul li a.contacts {
  width: 71px;
  height: 14px;
}
.menu ul li a:hover {
  opacity: 0.7;
}
.scrollblock {
  overflow: auto;
  width: 990px;
  height: 630px;
  position: absolute;
  top: 280px;
  left: 50px;
  outline: none;
}
.withoutscroll .content {
  padding-right: 86px;
  box-sizing: border-box;
}
.content {
  width: 960px;
  height: 100%;
  overflow: auto;
}
.content p {
  color: #ebe9e9;
  padding-left: 20px;
  text-indent: 20px;
}
.content p span {
  color: #cbba88;
  font-weight: bold;
}
.content p span.ml {
  padding-left: 135px;
  font-weight: normal;
  color: #ebe9e9;
}
.content p strong {
  color: #c5ac5e;
}
.content h1 {
  text-align: center;
  font-size: 25px;
  color: #c5ac5e;
  margin-bottom: 0px;
  font-weight: normal;
}
.content h2 {
  text-align: center;
  font-size: 25px;
  color: #fcfafa;
  margin-top: 0px;
  font-weight: normal;
}
.content ul,
.content ol {
  color: #ebe9e9;
}
table.stavki {
  width: 540px;
  margin: 0px auto;
  background: #d0d0d0;
  border: 0;
  border-collapse: collapse;
}
table.stavki thead {
  border-right: 1px solid #292217;
}
table.stavki thead tr {
  height: 41px;
  background: #bba573 url('/static/img/thbg.jpg') repeat-x 0px 0px;
  color: #201c14;
  font-size: 22px;
}
table.stavki tbody tr {
  border-bottom: 1px solid #4c4b4b;
}
table.stavki tbody tr td {
  height: 20px;
}
table.stavki tbody tr td:nth-child(2),
table.stavki thead tr td:nth-child(2) {
  border-left: 1px solid #4c4b4b;
}
table.stavki tr td {
  width: 50%;
  text-align: center;
}
.bottom {
  height: 100px;
  width: 910px;
  margin: 0px auto;
  position: relative;
}
.bottom p {
  color: #cdc5c5;
  font-weight: bold;
}
.butn {
  position: absolute;
  top: 0px;
  right: 30px;
}
.v,
.vc {
  width: 100%;
  height: 27px;
  background: transparent url('/static/img/v.png') no-repeat 325px 0px;
}
.vc {
  background-position: 350px 0px;
}
img.ofis,
img.map {
  float: left;
  border: 3px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 0px;
  width: 450px;
  height: 285px;
}
img.map {
  float: right;
  margin-right: 35px;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
/* Вертикальная полоса прокрутки */
.jspVerticalBar {
  height: 100%;
  position: absolute;
  right: 13px;
  top: 0;
  width: 18px;
  z-index: 2;
}
/* Горизонтальная полоса прокрутки */
.jspHorizontalBar {
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
/* Полоска, по которой бегает ползунок */
.jspTrack {
  background: #400511;
  position: relative;
}
/* Непосредственно, сам ползунок */
.jspDrag {
  display: block;
  width: 41px;
  height: 42px;
  background: transparent url('/static/img/b.png') no-repeat 0px 0px;
  cursor: pointer;
  left: -12px;
  position: relative;
  top: 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
/* Стрелки для прокрутки */
.jspArrow {
  background: #060004;
  cursor: pointer;
  display: block;
  text-indent: -20000px;
}
/* Неактивные стрелки для прокрутки */
.jspArrow.jspDisabled {
  cursor: default;
}
.jspArrowUp {
  background: #060004 url('/static/img/vs.png') no-repeat 0px 0px !important;
}
.jspArrowDown {
  background: #060004 url('/static/img/ns.png') no-repeat 0px 0px !important;
}
/* Дополнительные стили для вертикальных и горизонтальных стрелок */
.jspVerticalBar .jspArrow {
  height: 19px;
}
.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 5px;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
/* Уголок, где сходятся вертикальная и горизонтальная полосы прокрутки */
.jspCorner {
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}

.footer__copy-box {
  color: #fff;
  padding-right: 30px;
}

.footer__copy-box a {
  color: #fff;
}

.footer__copy-box p {
  margin: 0;
  margin-bottom: 23px;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.footer__polozhenie-link {
  color: #cdc5c5;
  text-decoration: none;
}
.site-creator {
  padding: 10px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.site-creator .container {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}
