@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: inherit;
  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: inherit;
  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: inherit;
  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;
}
#ysffcpkhotfpmzmhsmnk {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-top: 2vw;
  padding-top: 2vw;
  padding-bottom: 3vw;
}
#foto_catalog_body {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items:baseline; */
}
#ysffcpkhotfpmzmhsmnk .gallery_type_1 h3 {
  width: 100%;
  font-size: 200%;
  font-family: 'Roboto', sans-serif;
  color: #66ae42;
  padding-top: 1vw;
  padding-bottom: 1.6vw;
  text-align: center;
}
#ysffcpkhotfpmzmhsmnk .galery_foto {
  width: auto;
  /* min-width: 11vw; */
  /* height: 13vw; */
  position: relative;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #ysffcpkhotfpmzmhsmnk .galery_foto {
    width: 100%;
    min-width: 0vw;
    height: auto;
  }
}
#ysffcpkhotfpmzmhsmnk .foto_cover_block {
  width: 20%;
  float: left;
  height: 19vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  margin-top: 1vw;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  outline-offset: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #2f2f2f;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  #ysffcpkhotfpmzmhsmnk .foto_cover_block {
    width: 100%;
    float: left;
    height: auto;
  }
}
#ysffcpkhotfpmzmhsmnk .galery_list_title {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  float: left;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: inherit;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
#ysffcpkhotfpmzmhsmnk .galery_list_title:hover {
  background: #111111;
  border: 1px solid #4d4d4d;
}
@media screen and (max-width: 800px) {
  #ysffcpkhotfpmzmhsmnk .galery_list_title {
    width: 100%;
    padding: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 7vw;
    text-align: center;
  }
}
#ysffcpkhotfpmzmhsmnk .galery_list_foto_cover {
  width: 100%;
  height: 15vw;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 800px) {
  #ysffcpkhotfpmzmhsmnk .galery_list_foto_cover {
    height: auto;
  }
}
#foto_view_window_cover {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.7);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#foto_view_window {
  width: auto;
  height: auto;
  float: left;
  max-height: 100vh;
  overflow: hidden;
  min-height: 30vw;
  position: relative;
  outline: 1px solid #00848F;
  display: flex;
  background: rgba(0, 0, 0, 0.7);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
}
#ysffcpkhotfpmzmhsmnk .g_w_close {
  position: absolute;
  right: 0.0vw;
  top: 0.0vw;
  width: 2vw;
  height: 2vw;
  opacity: 1;
  background: #00848F;
  cursor: pointer;
  padding: 0.5vw;
  z-index: 1004;
}
@media screen and (max-width: 800px) {
  #ysffcpkhotfpmzmhsmnk .g_w_close {
    width: 12vw;
    height: 12vw;
  }
}
#ysffcpkhotfpmzmhsmnk .g_w_close:hover {
  opacity: 1;
  background: #00707b;
}
#ysffcpkhotfpmzmhsmnk .g_w_close:before,
#ysffcpkhotfpmzmhsmnk .g_w_close:after {
  position: absolute;
  left: 1.5vw;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #ysffcpkhotfpmzmhsmnk .g_w_close:before,
  #ysffcpkhotfpmzmhsmnk .g_w_close:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
#ysffcpkhotfpmzmhsmnk .g_w_close:before {
  transform: rotate(45deg);
}
.g_w_close:after {
  transform: rotate(-45deg);
}
#foto_view_loader {
  width: auto;
  float: left;
  height: auto;
}
@media screen and (max-width: 800px) {
  #foto_view_loader {
    overflow: hidden;
    overflow-y: auto;
    max-height: 99vh;
    max-width: 100%;
  }
}
#foto_view_loader::-webkit-resizer {
  background-color: #ab7f60;
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
#foto_view_loader::-webkit-scrollbar {
  width: 10px;
  background-color: #ebebeb;
}
#foto_view_loader::-webkit-scrollbar-thumb {
  background-color: #ab7f60;
  border-radius: 0px;
}
#left_button {
  width: 4vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3vw 3vw;
  z-index: 1002;
  cursor: pointer;
}
#right_button {
  width: 4vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3vw 3vw;
  z-index: 1002;
  cursor: pointer;
}
#ysffcpkhotfpmzmhsmnk .foto_block_active {
  height: 97vh;
  width: auto;
}
@media screen and (max-width: 800px) {
  #ysffcpkhotfpmzmhsmnk .foto_block_active {
    width: 100%;
    height: auto;
  }
}
#ysffcpkhotfpmzmhsmnk .big_galery_list_title {
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  float: left;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  font-size: 1.5vw;
}
@media screen and (max-width: 800px) {
  #ysffcpkhotfpmzmhsmnk .big_galery_list_title {
    font-size: 6vw;
  }
}
#ysffcpkhotfpmzmhsmnk .title_block {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 2vw;
}
#ysffcpkhotfpmzmhsmnk .title_block h2 {
  font-family: arial;
  font-size: 270%;
  color: #fff;
}
#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;
  }
}
