@font-face {
  font-family: 'Trebuchet';
  src: url(/fonts/Trebuchet.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat.ttf);
}
@font-face {
  font-family: 'bebas_neue';
  src: url(/fonts/bebas_neue_cyrillic.ttf);
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-size: inherit;
}
@media screen and (max-width: 800px) {
  * {
    font-size: 6vw;
  }
}
/* ,Arial,sans-serif */
#site_body_intr {
  float: left;
  max-width: 100vw;
}
.backg {
  background-color: #ffffff;
}
.margin_non {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
}
a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}
table {
  border: none;
  border-collapse: collapse;
}
div,
span,
p,
a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
img {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
::-webkit-resizer {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  background-color: #201891;
  border-radius: 0px;
}
.block {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
header {
  width: 90%;
  float: left;
  position: relative;
  min-height: 10vw;
  background: #fff;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 800px) {
  header {
    flex-flow: column;
  }
}
@media screen and (max-width: 800px) {
  header {
    font-size: 6vw;
  }
}
.logo_cover_block {
  width: auto;
  float: left;
}
@media screen and (max-width: 800px) {
  .logo_cover_block {
    width: 100%;
    padding-top: 20vw;
  }
}
.logo_block {
  height: 8vw;
  float: left;
}
@media screen and (max-width: 800px) {
  .logo_block {
    height: 30vw;
    width: 50%;
    margin-left: 25%;
    float: left;
  }
}
.header_info_block {
  width: 50%;
  float: left;
  font-size: 1.2vw;
  display: flex;
  align-items: center;
  margin-left: 30%;
}
@media screen and (max-width: 800px) {
  .header_info_block {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    flex-flow: column;
  }
}
.adres_block {
  float: left;
  font-weight: 900;
  padding-left: 8%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: url(/img/adress.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
}
@media screen and (max-width: 800px) {
  .adres_block {
    width: 70%;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
    font-size: 4vw;
    background-size: 4vw 4vw;
    background-position: left top;
    padding-top: 0vw;
    margin-top: 4vw;
    padding-bottom: 2vw;
    line-height: 3.7vw;
    background: none;
    margin-left: 0;
  }
}
.tel_block {
  float: left;
  font-weight: 900;
  padding-left: 8%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: url(/img/pfon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
  margin-left: 5%;
}
@media screen and (max-width: 800px) {
  .tel_block {
    width: 70%;
    background: none;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
    font-size: 4vw;
    background-size: 4vw 4vw;
    background-position: left top;
    padding-top: 0vw;
    margin-top: 4vw;
    padding-bottom: 2vw;
    line-height: 3.7vw;
    margin-left: 0;
  }
}
.search_block {
  float: right;
  font-weight: 900;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
  background-image: url(/img/search.png);
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2vw 2vw;
  margin-left: 5%;
  cursor: pointer;
}
.search_block:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .search_block {
    margin-left: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-size: 4vw 4vw;
    margin-top: 1vw;
  }
}
.menu_block {
  float: left;
  font-weight: 900;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  background-image: url(/img/menu_s.png);
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2vw 2vw;
  margin-left: 1%;
  cursor: pointer;
  display: none;
}
.menu_block:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .menu_block {
    background-size: 4vw 4vw;
    margin-left: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 25%;
    width: 50%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    z-index: 9999;
  }
}
.menu_line {
  width: 90%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  background: #f0f0f0;
}
@media screen and (max-width: 800px) {
  .menu_line {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 1000vw;
    z-index: 10000;
    display: flex;
    flex-flow: column;
  }
}
.s_button {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 2.5%;
  padding-right: 2.5%;
  color: #fff;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #201891;
  cursor: pointer;
}
.s_button:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .s_button {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    margin-top: 15vw;
    text-align: center;
    float: left;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 800px) {
  .menu_cover {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    border-bottom: 1px solid #f0f0f0;
  }
}
.top_menu_button {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #201891;
  cursor: pointer;
}
.top_menu_button:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_menu_button_cover {
  position: relative;
  float: left;
}
.top_menu_button_cover:hover > .menu_level2_block {
  display: block;
}
.top_menu_button_cover:hover > .top_menu_button {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button_cover {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
.menu_level2_block {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #201891;
  display: flex;
  align-items: center;
  display: none;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .menu_level2_block {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #2e2e2e;
    outline: 1px solid #444444;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_menu_button_level2 {
  width: 100%;
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  color: #fff;
  cursor: pointer;
}
.top_menu_button_level2:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button_level2 {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #2e2e2e;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
/* s1 */
.g_w_close {
  width: 2vw;
  height: 1.5vw;
  opacity: 1;
  background: #383838 !important;
  cursor: pointer;
  padding: 1vw;
  z-index: 1004;
  position: relative;
  border-left: 2px dashed #fff;
  display: flex;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 800px) {
  .g_w_close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 10vw;
    height: 10vw;
    border-left: none;
    display: block;
  }
}
.g_w_close:before,
.g_w_close:after {
  position: absolute;
  left: auto;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .g_w_close:before,
  .g_w_close:after {
    position: absolute;
    left: 5.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
.g_w_close:after {
  transform: rotate(-45deg);
}
.g_w_close:before {
  transform: rotate(45deg);
}
#lblsmvnujomrgnnuwxqi {
  width: 90%;
  margin-left: 5%;
  position: relative;
  height: auto;
  float: left;
  min-height: 80vh;
  margin-top: 1vw;
}
#lblsmvnujomrgnnuwxqi .tovar_body {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
  padding-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  #lblsmvnujomrgnnuwxqi .tovar_body {
    width: 100%;
    margin: 0;
  }
}
.img_catalog_body {
  width: 70%;
  margin-right: 1%;
  float: left;
  background: #fff;
  margin-top: 0.6vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .img_catalog_body {
    width: 90%;
    margin: 5%;
  }
}
.tovar_info_body {
  width: 27%;
  float: left;
  background: #F0F0F0;
  border: 1px solid #e1e1e1;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .tovar_info_body {
    width: 100%;
  }
}
.tovar_info_body h1 {
  color: #201891;
  font-size: 2vw;
  padding-left: 2%;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 800px) {
  .tovar_info_body h1 {
    width: 100%;
    text-align: center;
    font-size: 5vw;
    margin-bottom: 2vw;
  }
}
#price_block {
  width: 90%;
  color: #383838;
  padding: 0.5vw;
  padding-right: 2%;
  font-size: 3.5vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
  float: left;
  font-family: 'bebas_neue';
  color: #201891;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #price_block {
    width: 100%;
    text-align: center;
    font-size: 5vw;
    margin-bottom: 2vw;
    padding-right: 0;
  }
}
.standart_currency {
  float: left;
  background: inherit;
}
.price_currency {
  float: left;
  color: #6a6a6a;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 60%;
  padding-top: 0vw;
  font-weight: 800;
}
#top_descriptions {
  width: 100%;
  padding-bottom: 1vw;
  padding-top: 1vw;
  color: #383838;
  float: left;
  font-size: 1.6vw;
  background: #fff;
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  #top_descriptions {
    width: 96%;
    padding-left: 2%;
    text-align: center;
    font-size: 5vw;
  }
}
/* .tovar_mini_foto{
	float:left;
	height:auto;
	width:100%;
	background:@color2;
	cursor:pointer;
	margin-left:0.2vw;
	margin-right:0.2vw;
	margin-top:0.1vw;
	outline:2px solid @color2;
	outline-offset:-2px;
	&:hover{
		outline:2px solid @color3;
	}
	@media screen and (max-width: 800px){
		width:auto;
		margin:0%;
		height:20vw;
		margin-top:2vw;
	}
}
.active_foto{
	outline:2px solid @color3;
}
#mini_foto_blocks_body{
	width:10%;
	padding-right:0.5%;
	padding-left:0.5%;
	float:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	@media screen and (max-width: 800px){
		width:100%;
	}
}
 */
.tovar_button {
  width: auto;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  background: #383838;
  color: #fff;
  margin-right: 0.3vw;
  font-size: 1.1vw;
  margin-top: 0.3vw;
  cursor: pointer;
  outline: 1px solid #242424;
}
.tovar_button:hover {
  background: #1a1a1a;
  outline: 1px solid #060606;
}
@media screen and (max-width: 800px) {
  .tovar_button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 5vw;
    margin-top: 2vw;
  }
}
.tovar_vendor_code_block {
  width: 100%;
  height: auto;
  background: #201891;
  color: #fff;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  font-size: 1.1vw;
  text-align: center;
  border-top: 1px solid #201891;
  border-bottom: 1px solid #201891;
  position: relative;
  margin-bottom: 0.3vw;
  float: left;
  clear: left;
}
@media screen and (max-width: 800px) {
  .tovar_vendor_code_block {
    font-size: 4vw;
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 3vw;
    width: 100%;
  }
}
/* Хлебные крошки */
#bread_crumbs_block {
  width: 100%;
  font-size: 1vw;
  text-align: left;
  margin-top: 1.5vw;
  color: #383838;
  font-weight: 400;
  float: left;
}
.bread_crumb {
  float: left;
  padding-left: 0.3vw;
  padding-right: 0.3vw;
}
.bread_crumb:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .bread_crumb {
    display: none;
  }
}
#top_catalog_line h1 {
  width: 100%;
  font-size: 2vw;
  text-align: left;
  margin-top: 0.4vw;
  color: #383838;
  font-weight: 400;
  float: left;
  margin-top: 1.5vw;
}
@media screen and (max-width: 800px) {
  #top_catalog_line h1 {
    font-size: 8vw;
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
#top_catalog_line {
  width: 93.3%;
  margin-left: 0%;
  float: left;
  border-bottom: 1px solid #ebebeb;
}
/* Таблица характеристик */
#lblsmvnujomrgnnuwxqi h2 {
  width: 90%;
  margin-left: 5%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.4vw;
  font-size: 1.4vw;
  text-align: left;
  margin-top: 0.4vw;
  color: #383838;
  font-weight: 400;
  float: left;
  margin-top: 1.5vw;
}
@media screen and (max-width: 800px) {
  #lblsmvnujomrgnnuwxqi h2 {
    width: 98%;
    margin-left: 1%;
    font-size: 7vw;
    margin-top: 5vw;
    margin-bottom: 2vw;
  }
}
#lblsmvnujomrgnnuwxqi .characteristics_table_body {
  width: 90%;
  margin-left: 5%;
  float: left;
  min-height: 20vw;
  margin-bottom: 1vw;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  #lblsmvnujomrgnnuwxqi .characteristics_table_body {
    width: 98%;
    margin-left: 1%;
  }
}
.characteristics_table_row {
  outline: 1px solid #f9efe3;
  margin-top: 0.5vw;
  width: 100%;
  float: left;
}
.row_style1 {
  background: #fff;
}
.row_style2 {
  background: #ebebeb;
}
.characteristics_table_name {
  float: left;
  width: 45%;
  padding-left: 1%;
  padding-top: 0.4vw;
  padding-bottom: 0.5vw;
  font-size: 1.4vw;
  text-align: left;
  margin-top: 0.4vw;
  margin-bottom: 0.4vw;
  color: #504f4f;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .characteristics_table_name {
    font-size: 5vw;
  }
}
.characteristics_table_value {
  float: left;
  width: 45%;
  padding-left: 1%;
  padding-top: 0.4vw;
  padding-bottom: 0.5vw;
  font-size: 1.3vw;
  text-align: left;
  margin-top: 0.4vw;
  margin-bottom: 0.4vw;
  color: #504f4f;
  font-weight: 200;
  border-left: 5px dashed #ffffff;
}
@media screen and (max-width: 800px) {
  .characteristics_table_value {
    font-size: 4vw;
    color: #201891;
    font-weight: 500;
  }
}
.managers_info_block {
  width: 100%;
  float: left;
  margin-top: 1.7vw;
  margin-bottom: 1.7vw;
}
.managers_info_title {
  width: 100%;
  text-align: center;
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.9vw;
  float: left;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .managers_info_title {
    width: 100%;
    margin-left: 0;
    font-size: 5vw;
  }
}
.manager_name {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.8vw;
  float: left;
  font-weight: 500;
  margin-top: 0.6vw;
}
@media screen and (max-width: 800px) {
  .manager_name {
    width: 100%;
    margin-left: 0;
    font-size: 5vw;
    margin-top: 2vw;
  }
}
.managers_telefons {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.3vw;
  float: left;
  font-weight: 400;
  margin-top: 0.2vw;
  color: #201891;
}
@media screen and (max-width: 800px) {
  .managers_telefons {
    width: 100%;
    margin-left: 0;
    font-size: 4vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.apartments_info_body {
  width: 100%;
  float: left;
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
.adress_block {
  width: 100%;
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.9vw;
  float: left;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .adress_block {
    width: 100%;
    margin-left: 0;
    font-size: 4vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.type_of_transaction {
  width: 100%;
  font-size: 1.5vw;
  float: left;
  font-weight: 400;
  color: #383838;
}
@media screen and (max-width: 800px) {
  .type_of_transaction {
    width: 100%;
    margin-left: 0;
    font-size: 3vw;
    margin-top: 0.5vw;
    margin-bottom: 4.5vw;
  }
}
.ap_info_block_br {
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  float: left;
}
@media screen and (max-width: 800px) {
  .ap_info_block_br {
    width: 100%;
    margin-left: 0;
    font-size: 4vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.ap_info_block_br_title {
  width: 100%;
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.9vw;
  float: left;
  font-weight: 400;
  color: #383838;
}
@media screen and (max-width: 800px) {
  .ap_info_block_br_title {
    width: 100%;
    margin-left: 0;
    font-size: 4.5vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.first_inf_block {
  padding-right: 2vw;
}
@media screen and (max-width: 800px) {
  .first_inf_block {
    padding-right: 0;
  }
}
.ap_info_block_br_val_body {
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-right: 2vw;
}
@media screen and (max-width: 800px) {
  .ap_info_block_br_val_body {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    flex-wrap: inherit;
    background: #f0f0f0;
  }
}
.ap_info_block_br_val_title {
  font-size: 1.7vw;
  float: left;
  font-weight: 800;
  color: #383838;
  white-space: nowrap;
  margin-right: 1.5vw;
}
@media screen and (max-width: 800px) {
  .ap_info_block_br_val_title {
    width: 56%;
    padding-left: 4%;
    margin-left: 0;
    font-size: 4vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.ap_info_block_br_val {
  font-size: 2vw;
  float: left;
  font-weight: 400;
  color: #383838;
}
@media screen and (max-width: 800px) {
  .ap_info_block_br_val {
    width: 30%;
    margin-left: 0;
    font-size: 4vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.ap_info_block_br_cover {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 0.5vw;
}
@media screen and (max-width: 800px) {
  .ap_info_block_br_cover {
    display: block;
  }
}
.ap_info_block_bv_val_body {
  width: 100%;
  float: left;
}
.ap_info_block_bv_val_title {
  font-size: 1.7vw;
  float: left;
  font-weight: 800;
  color: #383838;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .ap_info_block_bv_val_title {
    width: 60%;
    margin-left: 0;
    font-size: 4.5vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.ap_info_block_bv_val {
  font-size: 1.7vw;
  float: left;
  font-weight: 400;
  color: #383838;
  white-space: nowrap;
  margin-left: 1%;
}
@media screen and (max-width: 800px) {
  .ap_info_block_bv_val {
    width: 40%;
    margin-left: 0;
    font-size: 4.5vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.ap_info_block_bv_title {
  width: 100%;
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.9vw;
  float: left;
  font-weight: 400;
  color: #383838;
  padding-bottom: 0.4vw;
}
@media screen and (max-width: 800px) {
  .ap_info_block_bv_title {
    width: 100%;
    margin-left: 0;
    font-size: 5.5vw;
    margin-top: 3.5vw;
    margin-bottom: 0.5vw;
  }
}
#map {
  width: 100%;
  height: 40vw;
  float: left;
}
.search_window_mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 1200000;
}
#hdmhncbltievdsqazacj .search_body {
  width: 100%;
  float: left;
  height: 10vw;
  background: #fff;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_body {
    height: auto;
    background: #fff7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#hdmhncbltievdsqazacj .search_body form {
  width: 100%;
  float: left;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_body form {
    height: auto;
    background: #fff;
    flex-flow: column;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
#hdmhncbltievdsqazacj .search_input,
#hdmhncbltievdsqazacj .search_submit {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  float: left;
  font-size: 1.6vw;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_input,
  #hdmhncbltievdsqazacj .search_submit {
    font-size: 4.6vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }
}
#hdmhncbltievdsqazacj .search_input {
  outline: none;
  color: #383838;
  width: 60%;
  background: #fafafa;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_input {
    width: 87%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 3%;
    background: #cdcdcd;
    color: #fff;
  }
}
#hdmhncbltievdsqazacj .search_submit {
  width: 20%;
  outline: none;
  background-color: #383838;
  color: #fff;
  cursor: pointer;
}
#hdmhncbltievdsqazacj .search_submit:hover {
  background-color: #3d3d3d;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_submit {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2vw;
  }
}
#hdmhncbltievdsqazacj .g_w_close {
  width: 2vw;
  height: 1.8vw;
  opacity: 1;
  background: #383838 !important;
  cursor: pointer;
  padding: 1vw;
  z-index: 1004;
  position: relative;
  border-left: 2px dashed #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .g_w_close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 12vw;
    height: 12vw;
    border-left: none;
  }
}
#hdmhncbltievdsqazacj .g_w_close:before,
#hdmhncbltievdsqazacj .g_w_close:after {
  position: absolute;
  left: auto;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .g_w_close:before,
  #hdmhncbltievdsqazacj .g_w_close:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
#hdmhncbltievdsqazacj .g_w_close:after {
  transform: rotate(-45deg);
}
#hdmhncbltievdsqazacj .g_w_close:before {
  transform: rotate(45deg);
}
#tvmxowfgqxwggawvrpmp {
  float: left;
  width: 100%;
  height: auto;
  background: url(../img/forma_fon.jpg);
  background-position: top center;
  background-size: auto 100%;
  margin-top: 3vw;
  background-attachment: fixed;
  border-bottom: 1px solid color2;
  border-top: 1px solid color2;
}
.cover_masc_body {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 6vw;
  background: rgba(19, 30, 65, 0.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
#tvmxowfgqxwggawvrpmp .title_block {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#tvmxowfgqxwggawvrpmp .title_block h2 {
  padding-top: 3vw;
  font-size: 270%;
  color: #fff;
  line-height: 90%;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .title_block h2 {
    width: 90%;
    margin-left: 5%;
    font-size: 150%;
    text-align: center;
  }
}
#tvmxowfgqxwggawvrpmp h3 {
  padding-top: 0.5vw;
  font-size: 170%;
  color: #fff;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp h3 {
    width: 90%;
    margin-left: 5%;
    font-size: 110%;
    text-align: center;
  }
}
#tvmxowfgqxwggawvrpmp .forma_b_cover {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_b_cover {
    width: 100%;
  }
}
#tvmxowfgqxwggawvrpmp .forma_input {
  width: 30%;
  float: left;
  padding-left: 0.5vw;
  margin-left: 1.3%;
  margin-right: 1.3%;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_input {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-top: 4vw;
  }
}
#tvmxowfgqxwggawvrpmp .forma_submit {
  width: 30%;
  float: left;
  padding-left: 0.5vw;
  margin-left: 1.3%;
  margin-right: 1.3%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: #201891;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_submit {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-top: 4vw;
  }
}
.forma_end_body {
  color: #fff;
  font-size: 150%;
  display: flex;
  justify-content: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  flex-wrap: wrap;
  text-align: center;
  flex-flow: column;
}
#iarfpgchclqugayyxvgz {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 2vw;
  padding-bottom: 3vw;
  background: #383838;
  min-height: 20vh;
  border-bottom: 2px solid #060606;
}
#iarfpgchclqugayyxvgz .left_block {
  float: left;
  width: 44%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .left_block {
    height: auto;
    width: 96%;
    padding-bottom: 3vw;
  }
}
#iarfpgchclqugayyxvgz .right_block {
  float: left;
  width: 49%;
  height: auto;
  position: relative;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .right_block {
    height: auto;
    width: 100%;
  }
}
#iarfpgchclqugayyxvgz .map {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
}
#iarfpgchclqugayyxvgz .footer_title {
  font-size: 3vw;
  color: #fff;
  margin-top: 4vw;
  float: left;
  width: 100%;
}
#iarfpgchclqugayyxvgz .footer_title2 {
  font-size: 1.6vw;
  color: #fff;
  float: right;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_title2 {
    font-size: 3.6vw;
    color: #fff;
    float: left;
    width: 88%;
    text-align: right;
  }
}
#iarfpgchclqugayyxvgz .footer_split_line {
  width: 100%;
  height: 1px;
  background: #464646;
  float: left;
  margin-top: 2vw;
}
#iarfpgchclqugayyxvgz .footer_icon_title {
  font-size: 1.5vw;
  color: #fff;
  margin-top: 1vw;
  float: left;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_icon_title {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
#iarfpgchclqugayyxvgz .footer_icons_block {
  width: 82%;
  float: left;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
#iarfpgchclqugayyxvgz .footer_icons_block img {
  float: left;
  height: 3vw;
  margin-right: 0.5vw;
  padding: 1vw;
  outline: 1px solid #565656;
  background: #fff6;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_icons_block img {
    height: 7vw;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover {
  width: 67%;
  float: left;
  color: #fff;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
#iarfpgchclqugayyxvgz .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) {
  #iarfpgchclqugayyxvgz .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;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover {
  width: 82%;
  float: left;
  margin-left: 8%;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .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;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .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) {
  #iarfpgchclqugayyxvgz .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;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .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) {
  #iarfpgchclqugayyxvgz .email_block {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .telefon_block > a {
    font-size: 5vw;
  }
}
#iarfpgchclqugayyxvgz .foter_block {
  font-family: inherit;
  font-size: 1.4vw;
  letter-spacing: 0px;
}
.slider_big_foto_cover {
  width: 100%;
  float: left;
  background: #383838;
  display: flex;
  align-items: center;
  position: relative;
}
.big_foto_cover {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  overflow: hidden;
  height: 36vw;
}
@media screen and (max-width: 800px) {
  .big_foto_cover {
    width: 90%;
    margin: 5%;
    height: auto;
  }
}
.big_foto_cover img {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .big_foto_cover img {
    height: auto;
    width: 100%;
  }
}
.mini_foto_cover {
  height: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}
.tovar_slide_to_left_button {
  width: 5vw;
  height: 5vw;
  float: left;
  background-image: url(/img/s_left.png);
  background-position: center center;
  background-color: #383838;
  background-repeat: no-repeat;
  background-size: 4vw 4vw;
  cursor: pointer;
  position: absolute;
  left: 0.5vw;
  opacity: 0.2;
}
.tovar_slide_to_left_button:hover {
  background-color: #383838;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .tovar_slide_to_left_button {
    width: 10vw;
    height: 10vw;
  }
}
.tovar_slide_to_right_button {
  width: 5vw;
  height: 5vw;
  float: left;
  background-image: url(/img/s_right.png);
  background-position: center center;
  background-color: #383838;
  background-repeat: no-repeat;
  background-size: 4vw 4vw;
  cursor: pointer;
  position: absolute;
  right: 0.5vw;
  opacity: 0.2;
}
.tovar_slide_to_right_button:hover {
  background-color: #383838;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .tovar_slide_to_right_button {
    width: 10vw;
    height: 10vw;
  }
}
.slider_mini_foto_cover {
  width: 100%;
  height: 8vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .slider_mini_foto_cover {
    height: 25vw;
  }
}
.slider_mini_foto_slider_box img {
  height: 100%;
  float: left;
  cursor: pointer;
}
.mini_active_block,
.w_mini_active_block {
  outline: 2px solid #383838;
  outline-offset: -2px;
}
.slider_mini_foto_slider_box {
  width: 100%;
  height: 8vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .slider_mini_foto_slider_box {
    height: 25vw;
  }
}
.open_big_foto_window {
  width: 5vw;
  height: 5vw;
  float: left;
  background-image: url(/img/lupa2.png);
  background-position: center center;
  background-color: #383838;
  background-repeat: no-repeat;
  background-size: 3vw 3vw;
  cursor: pointer;
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  opacity: 0.2;
}
.open_big_foto_window:hover {
  background-color: #383838;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .open_big_foto_window {
    width: 10vw;
    height: 10vw;
  }
}
#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: 100%;
  height: 100vh;
  float: left;
  max-height: 100vh;
  overflow: hidden;
  min-height: 30vw;
  position: relative;
  outline: 1px solid #383838;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 4vw;
  padding-right: 4vw;
}
#foto_view_window .g_w_close {
  position: absolute;
  right: 0.0vw;
  top: 0.0vw;
  width: 6vw;
  height: 6vw;
  opacity: 1;
  background: #383838;
  cursor: pointer;
  padding: 0.5vw;
  z-index: 1004;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #foto_view_window .g_w_close {
    width: 12vw;
    height: 12vw;
  }
}
#foto_view_window .g_w_close:hover {
  opacity: 1;
  background: #242424;
}
#foto_view_window .g_w_close:before,
#foto_view_window .g_w_close:after {
  position: absolute;
  content: ' ';
  height: 4vw;
  width: 5px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #foto_view_window .g_w_close:before,
  #foto_view_window .g_w_close:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
#foto_view_window .g_w_close:before {
  transform: rotate(45deg);
}
#foto_view_window .g_w_close:after {
  transform: rotate(-45deg);
}
.window_slider_big_foto_cover {
  width: 100%;
  float: left;
  background: #383838;
  display: flex;
  align-items: center;
  position: relative;
}
.window_big_foto_cover {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 87vh;
}
.window_slider_mini_foto_slider_box img {
  height: 100%;
  float: left;
  cursor: pointer;
}
.window_slider_mini_foto_slider_box {
  width: 100%;
  height: 10vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.window_slider_mini_foto_cover {
  width: 100%;
  height: 10vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/mask1.png);
  background-position: center center;
  background-size: 100% 100%;
  display: block;
}
.big_img_cover {
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .big_img_cover {
    height: auto;
  }
}
.w_big_img_cover {
  height: 70vh;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}
