@font-face {
  font-family: 'Trebuchet';
  src: url(../fonts/Trebuchet.ttf);
}
@font-face {
  font-family: 'notoserif';
  src: url(../fonts/notoserif.ttf);
}
@font-face {
  font-family: 'montserrat';
  src: url(../fonts/montserrat.ttf);
}
* {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  outline: none;
  font-size: 1.2vw;
  font-family: 'montserrat';
}
@media screen and (max-width: 800px) {
  * {
    font-size: 3vw;
  }
}
.title {
  font-family: notoserif !important;
}
#site_body_intr {
  background-color: #f5efe5;
  max-width: 100%;
  overflow-y: auto;
  background: url(/img/fon1.jpg);
  background-size: 100% auto;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
body {
  background-color: #f5efe5;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
header {
  width: 100%;
  float: left;
  height: auto;
}
#left_body {
  width: 27%;
  float: left;
  height: 99.7vh;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 800px) {
  #left_body {
    width: 100%;
    height: auto;
    padding-bottom: 3vw;
  }
}
#tiwwsalprhjerjptrszu {
  width: 100%;
  float: left;
  height: auto;
  border-bottom: 3px solid #383838;
}
#slech_body {
  width: 2%;
  float: left;
  height: 99.7vh;
  background: url(/img/line.jpg);
  background-size: 100% 100%;
}
@media screen and (max-width: 800px) {
  #slech_body {
    display: none;
  }
}
.logo {
  width: 40%;
  float: left;
  margin-left: 30%;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  .logo {
    padding-top: 30vw;
    height: 40vw;
  }
}
.header_info_block {
  width: 90%;
  float: left;
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: inherit;
  justify-content: center;
  align-items: center;
  margin-top: 1.5vw;
}
@media screen and (max-width: 800px) {
  .header_info_block {
    display: block;
  }
}
.info_block_icon {
  width: 6%;
  float: left;
  margin-right: 4%;
}
@media screen and (max-width: 800px) {
  .info_block_icon {
    display: none;
  }
}
.header_info_block_text_cover {
  width: 90%;
  float: left;
}
@media screen and (max-width: 800px) {
  .header_info_block_text_cover {
    width: 100%;
    margin-top: 3vw;
  }
}
.header_info_block_title {
  width: 100%;
  color: #989898;
  font-family: 'montserrat', sans-serif;
  font-weight: 900;
  font-size: 85%;
}
@media screen and (max-width: 800px) {
  .header_info_block_title {
    text-align: center;
    font-size: 6vw;
  }
}
.header_info_block_text {
  width: 100%;
  color: #989898;
  font-family: 'montserrat', sans-serif;
  font-size: 150%;
}
@media screen and (max-width: 800px) {
  .header_info_block_text {
    text-align: center;
    font-size: 5vw;
  }
}
.adress {
  font-size: 120%;
}
.navigation_body {
  width: 100%;
  float: left;
}
@media screen and (max-width: 800px) {
  .navigation_body {
    position: fixed;
    top: 0;
    left: 200vw;
    height: 70vh;
    background: #434343;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 800;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
  .navigation_body > a {
    width: 100%;
    text-align: center;
    float: left;
  }
}
.nav_block {
  width: 90%;
  color: #989898;
  font-family: 'montserrat', sans-serif;
  font-size: 150%;
  margin-top: 0.4vw;
  margin-left: 9%;
  cursor: pointer;
}
.nav_block:hover {
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .nav_block {
    text-align: center;
    font-size: 5vw;
    margin-left: 0;
    width: 100%;
  }
}
#right_body {
  width: 71%;
  float: right;
  height: 99.7vh;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
  #right_body {
    width: 100%;
    height: auto;
  }
}
.menu_button_cover {
  width: auto;
  background: #444444;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  color: #fff;
  cursor: pointer;
  position: fixed;
  top: 3vw;
  right: 0.1vw;
  z-index: 9999;
  outline: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding-left: 2vw;
  padding-right: 2vw;
  display: none;
}
.menu_button {
  padding-left: 2vw;
  display: block;
  background: url(/img/menu_s.png), #444444;
  background-position: center left;
  background-size: 1.3vw;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (max-width: 800px) {
  .menu_button {
    padding-left: 5vw;
    display: block;
    background: url(/img/menu_s.png), #444444;
    background-position: center left;
    background-size: 3.5vw;
    background-repeat: no-repeat;
  }
}
.menu_button_cover {
  width: auto;
  background: #444444;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  color: #fff;
  cursor: pointer;
  position: fixed;
  top: 3vw;
  right: 0.1vw;
  z-index: 9999;
  outline: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding-left: 2vw;
  padding-right: 2vw;
  display: none;
}
@media screen and (max-width: 800px) {
  .menu_button_cover {
    width: 40%;
    float: left;
    display: block;
    background: #444444;
    padding-top: 2vw;
    padding-bottom: 2vw;
    color: #fff;
    cursor: pointer;
    position: fixed;
    top: 1vw;
    left: 25%;
    z-index: 9999;
    outline: 1px solid #fff;
    display: flex;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.lang_button_block {
  width: 50%;
  margin-left: 0%;
  float: left;
  font-family: 'Trebuchet';
  font-size: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  cursor: pointer;
  color: #d5f9f1;
}
@media screen and (max-width: 800px) {
  .lang_button_block {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    margin: 0;
    margin-top: 3vw;
    margin-bottom: 3vw;
    display: block;
  }
}
.lang_button {
  float: left;
  padding-left: 2vw;
  padding-right: 2vw;
  background: #2f2f2f;
  color: #fff;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
.lang_button:hover {
  background: #070707;
  color: #fff;
  border-left: 1px solid #c1e5dd;
  border-bottom: 1px solid #cbefe7;
}
@media screen and (max-width: 800px) {
  .lang_button {
    width: 49%;
    padding: 0;
    float: left;
    border: none;
    padding-top: 3vw;
    padding-bottom: 3vw;
    text-align: center;
    margin-top: 0;
    margin-left: 1%;
  }
}
.active_lang {
  background: #a48866;
  color: #fff;
}
.active_lang:hover {
  background: #9a7e5c;
  color: #000;
}
@media screen and (max-width: 800px) {
  .active_lang:hover {
    width: 49%;
    padding: 0;
    float: left;
    border: none;
    padding-top: 3vw;
    padding-bottom: 3vw;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .active_lang {
    width: 49%;
    padding: 0;
    float: left;
    border: none;
    padding-top: 3vw;
    padding-bottom: 3vw;
    text-align: center;
    margin-left: 0.5%;
  }
}
.lang_cover {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .lang_cover {
    top: 10vw;
    bottom: inherit;
  }
}
@media screen and (max-width: 800px) {
  #content_con {
    width: 100%;
    float: left;
  }
  #content_con img {
    width: 97% !important;
    height: auto !important;
    padding-left: 1.5% !important;
    padding-right: 1.5% !important;
  }
  #content_con .text_block {
    width: 97% !important;
    height: auto !important;
    padding-left: 1.5% !important;
    padding-right: 1.5% !important;
    overflow: hidden !important;
  }
  .this_content_block {
    width: 97% !important;
    height: auto !important;
    padding-left: 1.5% !important;
    padding-right: 1.5% !important;
  }
  .cont_link_title {
    height: auto !important;
    font-size: 22px !important;
    padding-bottom: 2vw !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 7vw !important;
    padding-top: 1vw !important;
    padding-bottom: 1vw !important;
    text-align: center !important;
  }
  .text_block {
    font-size: 5vw !important;
    margin-top: 1vw !important;
  }
}
.text_block {
  line-height: 0.9;
}
.content_body {
  width: 100%;
  float: left;
  position: relative;
}
#content_con .text_block div,
#content_con .text_block p,
#content_con .text_block span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
#lvkdkbobrnyivrkewxph {
  width: 100%;
  float: right;
  position: relative;
}
#lvkdkbobrnyivrkewxph .slider_hidden_body {
  width: 100%;
  float: left;
  position: relative;
}
#lvkdkbobrnyivrkewxph .slider_block {
  height: auto;
  width: 100%;
  float: left;
  margin-top: 1vw;
  display: flex;
}
#lvkdkbobrnyivrkewxph .slider_info {
  width: 60%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  background: rgba(0, 0, 0, 0.6);
  padding: 5%;
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
}
#lvkdkbobrnyivrkewxph .slider_info_title {
  color: #fff;
  font-size: 2.6vw;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.4vw;
  margin-bottom: 0.2vw;
}
#lvkdkbobrnyivrkewxph .slider_info_text {
  color: #fff;
  font-size: 1.7vw;
  margin-top: 0.5vw;
}
#lvkdkbobrnyivrkewxph .slider_data {
  color: #fff;
  font-size: 2vw;
  margin-top: 1vw;
  float: right;
  text-align: right;
}
#lvkdkbobrnyivrkewxph .slider_block_img_cover {
  width: 30%;
  height: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #373637;
}
#lvkdkbobrnyivrkewxph .slider_block_img_cover > img {
  width: 100%;
}
#lvkdkbobrnyivrkewxph .slider_batton {
  width: 45%;
  color: #2f2f2f;
  font-size: 2vw;
  margin-top: 1vw;
  float: right;
  background: #fff;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  cursor: pointer;
  text-align: center;
  align-self: flex-end;
}
#lvkdkbobrnyivrkewxph .slider_batton:hover {
  background: #c3c3c3;
}
#nnrugtueczurhioeglus .window_cover {
  width: 100%;
  height: 100vh;
  background: #0009;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 200vw;
  top: 0;
}
@media screen and (max-width: 800px) {
  #nnrugtueczurhioeglus .window_cover {
    z-index: 1999;
    background: #fff;
  }
}
#nnrugtueczurhioeglus .window {
  width: 40%;
  height: auto;
  min-height: 50vh;
  background: #fff;
  padding-top: 4vh;
  padding-bottom: 4vh;
  position: relative;
  background: radial-gradient(#2f2f2f, rgba(0, 0, 0, 0.98039216));
}
@media screen and (max-width: 800px) {
  #nnrugtueczurhioeglus .window {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 2vw;
  }
}
#nnrugtueczurhioeglus .g_w_close {
  position: absolute;
  right: 0.2vw;
  top: 0vw;
  width: 2.2vw;
  height: 2vw;
  opacity: 1;
  background: #a48866 !important;
  cursor: pointer;
  padding: 0.5vw;
  z-index: 1004;
}
@media screen and (max-width: 800px) {
  #nnrugtueczurhioeglus .g_w_close {
    position: fixed;
    right: -100%;
  }
}
@media screen and (max-width: 800px) {
  #nnrugtueczurhioeglus .g_w_close {
    width: 14.2vw;
    height: 10vw;
  }
}
#nnrugtueczurhioeglus .g_w_close:before {
  transform: rotate(45deg);
}
#nnrugtueczurhioeglus .g_w_close:after {
  transform: rotate(-45deg);
}
#nnrugtueczurhioeglus .g_w_close:before,
#nnrugtueczurhioeglus .g_w_close:after {
  position: absolute;
  left: 1.5vw;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #nnrugtueczurhioeglus .g_w_close:before,
  #nnrugtueczurhioeglus .g_w_close:after {
    height: 10vw;
    width: 6px;
    left: 7vw;
  }
}
.link_inf_block {
  margin-top: 2vw;
}
#nnrugtueczurhioeglus .form_title {
  padding-top: 4vw;
  font-family: 'bebas neue cyrillic';
  font-size: 300%;
  color: #fff;
  font-weight: 500;
  line-height: 90%;
}
#nnrugtueczurhioeglus .form_dscr {
  font-size: 110%;
  color: #fff;
  font-weight: 500;
  line-height: 90%;
}
#nnrugtueczurhioeglus #bron_modal_forma {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  float: right;
  min-height: 30vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
#nnrugtueczurhioeglus .form_input {
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
  padding-left: 1%;
  width: 99%;
  margin-top: 0.6vw;
  font-size: 150%;
}
#nnrugtueczurhioeglus .form_submit {
  width: 50%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: #2f2f2f;
  outline: 1px solid #fff7;
  margin-top: 1vw;
  cursor: pointer;
  color: #fff;
}
#nnrugtueczurhioeglus .forma_end_body {
  width: 100%;
  text-align: center;
}
#qeuooobygxucgflzdurm {
  float: left;
  width: 100%;
  height: auto;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  background: #2f2f2f;
  margin-top: 6vw;
}
#qeuooobygxucgflzdurm .left_block {
  float: left;
  width: 44%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  #qeuooobygxucgflzdurm .left_block {
    height: auto;
    width: 96%;
    padding-bottom: 3vw;
  }
}
#qeuooobygxucgflzdurm .right_block {
  float: left;
  width: 50%;
  height: auto;
  position: relative;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  #qeuooobygxucgflzdurm .right_block {
    height: auto;
    width: 100%;
  }
}
#qeuooobygxucgflzdurm .map {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
}
#qeuooobygxucgflzdurm .footer_title {
  font-size: 3vw;
  color: #fff;
  margin-top: 4vw;
  float: left;
  width: 100%;
}
#qeuooobygxucgflzdurm .footer_title2 {
  font-size: 1.6vw;
  color: #fff;
  float: right;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #qeuooobygxucgflzdurm .footer_title2 {
    font-size: 3.6vw;
    color: #fff;
    float: left;
    width: 88%;
    text-align: right;
  }
}
#qeuooobygxucgflzdurm .footer_split_line {
  width: 100%;
  height: 1px;
  background: #464646;
  float: left;
  margin-top: 2vw;
}
#qeuooobygxucgflzdurm .footer_icon_title {
  font-size: 1.5vw;
  color: #fff;
  margin-top: 1vw;
  float: left;
}
@media screen and (max-width: 800px) {
  #qeuooobygxucgflzdurm .footer_icon_title {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
.footer_icons_block {
  width: 82%;
  float: left;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.footer_icons_block img {
  float: left;
  height: 3vw;
  margin-right: 0.5vw;
  padding: 1vw;
  outline: 1px solid #4d4d4d;
  background: #fff6;
}
@media screen and (max-width: 800px) {
  .footer_icons_block img {
    height: 7vw;
  }
}
#qeuooobygxucgflzdurm .info_block_cover {
  width: 67%;
  float: left;
  color: #fff;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  #qeuooobygxucgflzdurm .info_block_cover {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
#qeuooobygxucgflzdurm .info_block_cover .telefon_block_cover {
  width: 82%;
  height: auto;
  float: left;
  background: url(../img/tel2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5vw 2.5vw;
  padding-left: 10%;
  margin-top: 2vw;
  color: #fff;
  margin-left: 8%;
}
@media screen and (max-width: 800px) {
  #qeuooobygxucgflzdurm .info_block_cover .telefon_block_cover {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
#qeuooobygxucgflzdurm .info_block_cover .adress_block_cover {
  width: 82%;
  float: left;
  margin-left: 8%;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  #qeuooobygxucgflzdurm .info_block_cover .adress_block_cover {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background: inherit;
    margin-right: 0;
    text-align: center;
    margin-left: 0;
  }
}
#qeuooobygxucgflzdurm .info_block_cover .adress_block_cover .adress_block {
  width: 85%;
  height: auto;
  float: left;
  position: relative;
  background: url(../img/adress2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
  padding-left: 14%;
}
@media screen and (max-width: 800px) {
  #qeuooobygxucgflzdurm .info_block_cover .adress_block_cover .adress_block {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.email_block {
  width: 85%;
  height: auto;
  float: left;
  position: relative;
  background: url(../img/email.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 1.5vw;
  padding-left: 14%;
  padding-bottom: 0.4vw;
}
@media screen and (max-width: 800px) {
  .email_block {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
