@font-face {
    font-family: 'Whitney SSm';
    src: url('/SiteNN/fonts/WhitneySSm-Light.eot');
    src: url('/SiteNN/fonts/WhitneySSm-Light.eot?#iefix') format('embedded-opentype'),
        url('/SiteNN/fonts/WhitneySSm-Light.woff2') format('woff2'),
        url('/SiteNN/fonts/WhitneySSm-Light.woff') format('woff'),
        url('/SiteNN/fonts/WhitneySSm-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney SSm';
    src: url('/SiteNN/fonts/WhitneySSm-Book.eot');
    src: url('/SiteNN/fonts/WhitneySSm-Book.eot?#iefix') format('embedded-opentype'),
        url('/SiteNN/fonts/WhitneySSm-Book.woff2') format('woff2'),
        url('/SiteNN/fonts/WhitneySSm-Book.woff') format('woff'),
        url('/SiteNN/fonts/WhitneySSm-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney SSm';
    src: url('/SiteNN/fonts/WhitneySSm-Semibold.eot');
    src: url('/SiteNN/fonts/WhitneySSm-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/SiteNN/fonts/WhitneySSm-Semibold.woff2') format('woff2'),
        url('/SiteNN/fonts/WhitneySSm-Semibold.woff') format('woff'),
        url('/SiteNN/fonts/WhitneySSm-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney SSm';
    src: url('/SiteNN/fonts/WhitneySSm-Medium.eot');
    src: url('/SiteNN/fonts/WhitneySSm-Medium.eot?#iefix') format('embedded-opentype'),
        url('/SiteNN/fonts/WhitneySSm-Medium.woff2') format('woff2'),
        url('/SiteNN/fonts/WhitneySSm-Medium.woff') format('woff'),
        url('/SiteNN/fonts/WhitneySSm-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary, menu {display: block}[hidden]{display: none}hr {height: 0; -webkit-box-sizing: content-box; box-sizing: content-box; overflow: visible;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup {top: -0.5em}sub {bottom: -0.25em}img {border: 0;vertical-align: middle}address {font-style: normal;}figure {margin: 0;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em}legend {border: 0;padding: 0}button,input,select,textarea {margin: 0;font: inherit;color: inherit;outline: none;}button,input {line-height: normal}button,select {text-transform: none}input {line-height: normal;}select {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}button[disabled],html input[disabled] {cursor: default}input[type="checkbox"],input[type="radio"] {padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}textarea {overflow: auto;vertical-align: top}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
html {
	font-family: 'Whitney SSm', Arial, sans-serif;
	font-size: 16px;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* html .wrapper {
	height: 100%;
}
html,
body {
	min-height: 100vh;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.ie7 html,
.ie7 body {height: auto;}

body {
	margin: 0;
	position: relative;
	background-color: #fff;
}

a {
  color: #000;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
}

a:focus, a:hover {outline-width: 0;}

a:active,
a:hover {
  color: #000;
  text-decoration: none;
}

a:visited {}

	::-moz-selection {
	background: #626262; /* Safari */
	}

	::selection {
	background: #626262; /* Safari */
	}
	::-moz-selection {
	background: #626262; /* Firefox */
	}
	::-webkit-scrollbar{
	  width:12px;
	}
	::-webkit-scrollbar-thumb{
	  border-width:1px 1px 1px 2px;
	  border-color: #eee;
	  background-color: #626262;
	}
	::-webkit-scrollbar-thumb:hover{
	  background-color: #3c3b3b;
	}
	::-webkit-scrollbar-track{
	  border-width:0;
	}
	::-webkit-scrollbar-track:hover{
	}
/* ============================ Пишем оформление элементов SiteNN по умолчанию */

h1,h2,h3,h4,h5,h6 {
  color: #000;
  margin: 15px 0;
  position: relative;

}
h1 {
	font-size: 30px;
}
h2 {font-size: 24px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1 a,
h2 a,
h3 a {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.ll a {opacity:0.7;}
.ll a:hover {opacity:1;}
input[type="disabled"],
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  padding: 0px 10px;
  height: 32px;
  color: #555;
  border: none;
  font-size: 14px;
  /* box-shadow: 0 0 10px #eee inset; */
  -webkit-transition: all .15s;
  transition: all .15s;
  border: 1px solid #ccc;
  margin: 5px 0;
}

input::-webkit-input-placeholder {}
input:-moz-placeholder {}
input::-moz-placeholder {}
textarea::-webkit-input-placeholder {}
textarea:-moz-placeholder {}
textarea::-moz-placeholder {}

::-webkit-input-placeholder {color:#a9a9a9;}
::-moz-placeholder          {color:#a9a9a9;}/* Firefox 19+ */
:-moz-placeholder           {color:#a9a9a9;}/* Firefox 18- */
:-ms-input-placeholder      {color:#a9a9a9;}

input:-webkit-autofill {-webkit-box-shadow: inset 0 0 0 1000px #fff;box-shadow: inset 0 0 0 1000px #fff;}

input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(225,225,225,0.15), 0 0 4px rgba(0,0,0,0.75);
          box-shadow: inset 0 1px 1px rgba(225,225,225,0.15), 0 0 4px rgba(0,0,0,0.75);
}
/* ====================================================  Специальные классы */
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ln {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lfl > li {
  float: left;
}
.ln li {
  position: relative;
}

img {
	max-width: 100%;
}

/* ====================================================  тело */
.flexbox {
	display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.just_center {
	 -webkit-box-pack: center;
	     -ms-flex-pack: center;
	         justify-content: center;
}
.align_center	{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align_end {
	 -webkit-box-align: end;
	     -ms-flex-align: end;
	         align-items: flex-end;
}
.just_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
	height: auto;
}
.wrap {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.container {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	width: auto;
  padding: 0 1.4vw;
}
.container_fluid {
  width: 100%;
  padding: 0 4vw;
  position: relative;
}
.pad {
  padding-left: 15px;
  padding-right: 15px;
}

/* ===============  Кнопки  =============== */
.but {
	color: #fff !important;
  text-decoration: none !important;
  background-color: #373737;
  text-decoration: none;
  padding: 10px 25px;
  text-align: center;
  margin: 5px 0;
  border-radius: 0;
  height: auto;
  display: inline-block;
  width: auto;
}
.but:hover {
  background-color: rgb(110, 123, 131);
	color:#fff;
}

/* =====================================================  Шапка */
.header {
	position: relative;
	z-index: 30;
}
.header_top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
}
.header_top_wrap {
	 padding: 2vw 0;
}
.icon_item {
	color: #fff;
  font-size: 1.3vmax;
	margin: 0 0.9vw;
	position: relative;
	cursor: pointer;
}
.icon_item.icon-facebook-1 {
  font-size: 1.35vmax;
}
.icon_item:before {
  margin: 0;
  width: auto;
  line-height: normal;
}
.icon_item:hover {
  color: #fff;
}
.icon_item:hover:before {
  color: #fff;
  text-shadow: 1px 1px 5px black;
}
.tooltip {
	position: absolute;
	background-color: #fff;
	-webkit-transition: all 350ms cubic-bezier(.175,.885,.32,1.075);
	transition: all 350ms cubic-bezier(.175,.885,.32,1.075);
	top: 3vmax;
  right: -8.1vmax;
  width: 17vmax;
  color: #000;
	font-size: 0.8vmax;
	padding: 1vmax;
	opacity: 0;
	visibility: hidden;
}
.active_tooltip .tooltip {
	opacity: 1;
	visibility: visible;
  top: 2.3vmax;
}
.tooltip:after {
  top: -1.3vmax;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 0.7vmax;
	margin-left: -0.7vmax;
}
.tooltip p {
  margin: 0 0 0.8vmax 0;
}
.tooltip .but {
	display: block;
	max-width: 205px;
	margin: auto;
	padding: 0.5vmax 0.7vmax;
}
.icon_item.icon-mail-1 .tooltip {
	right: -4.9vmax;
	width: 11vmax;
}
.page_ins .social_header {
  display: none;
}
.page_ins .header_top {
  position: relative;
  background-color: #000000;
}
.page_ins .logo {
  display: none;
}
.logo_ins {
  display: none;
}
.page_ins .logo_ins {
  display: block;
  max-width: 15vw;
  width: 100%;
}
.page_ins .header_top_wrap {
  padding: 1vw 0;
}
/* =====================================================  Поиск */
.search_form {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -2px;
  right: -7px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.open_search.search_form {
  visibility: visible;
  opacity: 1;
}
.search_form .inp_search {
	background-color: #fff;
	border: none;
	width: 15vmax;
	margin: 0;
	height: 1.7vmax;
	font-size: 1vmax;
	color: #000;
	line-height: normal;
	padding: 0px 3vmax 0 10px;
	border: none;
	border-radius: 0;
}
.btn-search {
	position: absolute;
	border: none;
	top: 0;
	right: 0px;
	text-align: center;
	border-radius: 0;
	height: 1.7vmax;
	margin: auto;
	color: #000;
	background-color: transparent;
	font-size: 1.3vmax;
	outline: none;
	padding: 0 0.5vmax;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: normal;
}
/* =====================================================  Меню */
.head_menu_main > li {
  padding: 0 2vw;
}

.head_menu_main a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  font-size: 1.1vmax;
	font-weight: 600;
}
.head_menu_main > li > a:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	background-color: #ffffff;
	width: 0%;
	height: 2px;
	bottom: -5px;
	margin: auto;
	-webkit-transition: all 300ms cubic-bezier(.175,.885,.32,1.075);
  transition: all 300ms cubic-bezier(.175,.885,.32,1.075);
}
.head_menu li.drop > a:after {
  font-family: 'fontello';
  content: '\e8e5';
  margin-left: 7px;
  font-weight: normal;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  display: none;
}
.sub_menu_wrap {
	position: absolute;
	top: 100%;
	left: -1vmax;
	width: 13vmax;
	text-align: center;
	padding: 15px 0 0 0;
	-webkit-transform: rotate3d(1,0,0,-90deg);
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sub_menu_wrap ul {
	background: #fff;
  padding: 10px 0;
}
.mh_c_flag {
  width: 16px;
  height: 11px;
  display: inline-block;    
  margin-right: 1.1vmax;
}
.responsive_contacts a {
  color:#fff;
}
.m_map {
  display:none;
}
@media (min-width: 1000px) {
  .head_menu_main li.drop:hover .sub_menu_wrap {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
	.head_menu_main > li:hover > a:before, .head_menu_main > li.active > a:before {
		width: 100%;
	}
	.sub_menu_wrap a:hover {
		background-color: #373737;
		color: #fff;
	}
}
.sub_menu_wrap a {
	color: #000;
	display: block;
	text-align: left;
	font-weight: normal;
	text-transform: initial;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	font-size: 1vmax;
	padding: 0.4vmax 1.1vmax;
	white-space:nowrap;
}
/* =====================================================  Меню слева */
.left_nav {
	position: fixed;
	top: 50vh;
	left: 0;
	z-index: 50;
}
.left_nav_list {
	padding-left: 2vmax;
}
.page_ins  .left_nav_list {
  display: none;
}
.left_nav_item {
	width: 1.4vmax;
	background-color: #fff;
	height: 3px;
	margin: 0.8vmax 0;
	cursor: pointer;
  height: 0.1vmax;
  transition: .2s;
}
.left_nav_item > a {
	display:inline-block;
	opacity:0;
	color: #fff;
	margin-top: 3px;
	transition: .3s;
}
.left_nav_item:hover {
  margin-bottom: 20px;
}
.left_nav_item:hover > a {
  	opacity:1;
}
.left_nav_item.active {
  width: 3vmax;
}
/* =====================================================  Лого */
.logo {
	position: absolute;
	top: 24vh;
	max-width: 22vmax;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.logo a {
	display: block;
}
.logo .logo_wrap_svg, .logo svg {
	width: 100%;
}


/*=============== для кнопки в меню ==========*/

.button-red {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	color: #ffff00!important;
	margin-right: -5vw;
	font-size: 1.05vmax;
}
.button-red:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1.7vw;
	height: 0px;
	width: 0vw;
	background-color: #ffff00;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.button-red:after {
  content: '';
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #ffff00;
}
.button-red .button_text-red {
	position: relative;
	display: block;
	padding: 0.459em 2.29em;
	line-height: 1.5;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	padding: 0.45vw 2.29vw;
}
.button-red .button_text-red:before, .button-red .button_text-red:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #ffff00;
}
.button-red .button_text-red:before {
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-red .button_text-red:after {
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-red .button_text-red span:before, .button-red .button_text-red span:after {
  content: '';
  position: absolute;
  height: 0;
  width: 1px;
  background-color: #ffff00;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.button-red .button_text-red span:before {
  left: 0;
  bottom: 0;
}
.button-red .button_text-red span:after {
  right: 0;
  top: 0;
}
@media (min-width: 1023px) {
.button-red:hover {
  cursor: pointer;
	color: #ffff00;
}
.button-red:hover:before,
a:hover .button:before,
.catalog_item:hover .button:before,
.info_item_wrap:hover .button:before,
.page_link_wrap:hover .button:before{
  width: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-red:hover .button_text-red, a:hover .button-red .button_text-red{
  -webkit-transform: translateX(-2.2em);
  transform: translateX(-2.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.button-red:hover .button_text-red:before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-red:hover .button_text-red:after, a:hover .button-red .button_text-red:after{
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-red:hover .button_text-red span:before {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-red:hover .button_text-red span:after{
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
}
/* =====================================================  Кнопка */
.button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	color: #fff;
	margin-right: -5vw;
	font-size: 1.05vmax;
}
.button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1.7vw;
	height: 2px;
	width: 2.8vw;
	background-color: #fff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.button:after {
  content: '';
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.button .button_text {
	position: relative;
	display: block;
	padding: 0.459em 2.29em;
	line-height: 1.5;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	padding: 0.45vw 2.29vw;
}
.button .button_text:before, .button .button_text:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #fff;
}
.button .button_text:before {
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.button .button_text:after {
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.button .button_text span:before, .button .button_text span:after {
  content: '';
  position: absolute;
  height: 0;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.button .button_text span:before {
  left: 0;
  bottom: 0;
}
.button .button_text span:after {
  right: 0;
  top: 0;
}
@media (min-width: 1023px) {
.button:hover {
  cursor: pointer;
	color: #fff;
}
.button:hover:before,
a:hover .button:before,
.catalog_item:hover .button:before,
.info_item_wrap:hover .button:before,
.page_link_wrap:hover .button:before{
  width: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button:hover .button_text, a:hover .button .button_text, .catalog_item:hover .button .button_text, .info_item_wrap:hover .button .button_text, .page_link_wrap:hover .button .button_text {
  -webkit-transform: translateX(-2.2em);
  transform: translateX(-2.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.button:hover .button_text:before, .catalog_item:hover .button .button_text:before, .info_item_wrap:hover .button .button_text:before, .page_link_wrap:hover .button .button_text:before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover .button_text:after, a:hover .button .button_text:after, .catalog_item:hover .button .button_text:after, .info_item_wrap:hover .button .button_text:after, .page_link_wrap:hover .button .button_text:after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover .button_text span:before, .catalog_item:hover .button .button_text span:before, .info_item_wrap:hover .button .button_text span:before, .page_link_wrap:hover .button .button_text span:before  {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover .button_text span:after, .catalog_item:hover .button .button_text span:after, .info_item_wrap:hover .button .button_text span:after, .page_link_wrap:hover .button .button_text span:after {
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
}
/* =====================================================  Слайдер */
.slider_main_section {
  position: relative;
}
.slider_main .animated  {
  -webkit-animation-duration : 1500 ms  ;
  animation-duration : 1500 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
.slider_main_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider_main_slide .slider_main_img {
  -webkit-transition: -webkit-transform 8100ms linear;
  transition: -webkit-transform 8100ms linear;
  transition: transform 8100ms linear;
  transition: transform 8100ms linear, -webkit-transform 8100ms linear;
}
.active .slider_main_slide .slider_main_img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.slider_main .owl-dots {
  position: absolute;
  bottom: 17vh;
  left: 0;
  right: 0;
  text-align: center;
}
.slider_main .owl-dot {
	width: 0.7vmax;
  height: 0.7vmax;
  display: inline-block;
  margin: 0 0 0 0.8vmax;
  background: #fff;
	cursor: pointer;
}
.slider_main .owl-dot.active {
  background: #808080;
}
.slider_main, .slider_main_slide {
  height: 100vh;
  position: relative;
}
.slider_main_slide {
  overflow: hidden;
}
.slider_main_content {
  position: absolute;
  top: 38vh;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.slider_main_content h3 {
	font-size: 3vmax;
	color: #fff;
	position: relative;
  margin: 0 0 2.3vh 0;
	font-weight: 300;
	text-transform: uppercase;
}
.slider_main_content p {
	margin: 0 0 4vh 0;
	color: #fff;
	font-size: 1.7vmax;
	font-weight: normal;
	font-weight: 300;
}
.slider_main_shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}
.slider_main_slide.slide_white .slider_main_shadow {
  background-color: rgba(255, 255, 255, 0.5);
}
.slide_white .head_menu_main > li:hover > a:before,
.head_menu_main > li.active > a:before {
  background-color: #000;
}
.slide_white .slider_main_content h3, .slide_white .slider_main_content p {
  color: #000;
}
.slide_white .sub_menu_wrap a {
  color: #fff;
}
.slide_white .slider_main_content .button,
.slide_white .head_menu_main a,
.slide_white .social_header .icon_item,
.slide_white .contacts_header .icon_item,
.slide_white .slider_main_section .anchor p,
.slide_white .slider_main_section .anchor {
  color: #000;
}
.slide_white .slider_main_content .button:before,
.slide_white .slider_main_content .button:after,
.slide_white .slider_main_content .button_text:before,
.slide_white .slider_main_content .button .button_text:after,
.slide_white .slider_main_content .button .button_text span:before,
.slide_white .slider_main_content .button .button_text span:after,
.slide_white .slider_main .owl-dot {
  background-color: #000;
}
.slide_white .slider_main .owl-dot.active {
  background: #808080;
}
.logo svg, 
.logo svg * {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.slide_white .logo svg,
.slide_white .logo svg * {
  fill: #000;  
}
.slide_white .slider_main_section .anchor svg,
.slide_white .slider_main_section .anchor svg * {
  stroke: rgb(0, 0, 0);
}
.slide_white .menu_bar svg {
  fill: #000;
}
/* =====================================================  якорь */
.anchor {
	position: absolute;
	bottom: 6vh;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 50;
	max-height: 4vmax;
}
.anchor .anchor_link {
	display: inline-block;
}
.anchor p {
	color: #fff;
	margin: 0;
	font-size: 1.05vmax;
	margin-bottom: 2vh;
}
@-webkit-keyframes jump {
  0% {
      -webkit-transform:translateY(0%);
              transform:translateY(0%);
  }
  50% {
      -webkit-transform:translateY(25%);
              transform:translateY(25%);
  }
  100% {
      -webkit-transform:translateY(0%);
              transform:translateY(0%);
  }
}
@keyframes jump {
  0% {
      -webkit-transform:translateY(0%);
              transform:translateY(0%);
  }
  50% {
      -webkit-transform:translateY(25%);
              transform:translateY(25%);
  }
  100% {
      -webkit-transform:translateY(0%);
              transform:translateY(0%);
  }
}
.anchor svg {
	width: 100%;
	max-width: 4vmax;
  -webkit-animation: jump 2s infinite;
  animation: jump 2s infinite;
}
.inform_anchor {
  background-color: #1d1d1d;
  height: 8.3vmax;
  position: relative;
  bottom: inherit;
  max-height: inherit;
}
.inform_anchor .anchor_link {
  max-height: 4vmax;
}
.info_icon {
  background-color: #1d1d1d;
  border: 1px solid #c2c2c2;
  position: absolute;
  top: -1.2vmax;
  font-size: 1.2vmax;
  color: #fff;
  padding: 0.5vmax;
  left: calc(50% - 1.5vmax);
}
.print_link {
  position: absolute;
  color: #636363;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4vw;
  font-size: 1.3vmax;
  height: 1.6vmax;
  line-height: normal;
}
/* =====================================================  Каталог */
.catalog_section {
	border-top: 20px solid #1d1d1d;
}
.catalog_item {
  position: relative;
  padding: 0;
  height: 23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #242121;
  overflow: hidden;
}
.catalog_item_img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 5s;
  transition: opacity 1s, -webkit-transform 5s;
  transition: transform 5s, opacity 1s;
  transition: transform 5s, opacity 1s, -webkit-transform 5s;
  will-change: "transform";
  transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}
.catalog_item_shadow {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.catalog_item_shadow:before {
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  opacity: 0.302;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.catalog_item_title {
  font-weight: 300;
  margin: 0 0 2vmax 0;
  color: #fff;
  display: block;
  font-size: 2vmax;
  z-index: 2;
  padding: 0 1vmax;
  text-align: center;
}
.catalog_item_but {
  z-index: 2;
}
.catalog_item_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media (min-width:1023px) {
.catalog_item:hover .catalog_item_img {
  opacity: 0.5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 1s, -webkit-transform 15s;
  transition: opacity 1s, -webkit-transform 15s;
  transition: transform 15s, opacity 1s;
  transition: transform 15s, opacity 1s, -webkit-transform 15s;
}
}
/* =====================================================  Новости, статьм */
.info_section {
  background: url(/images/info_bg.jpg) no-repeat center center / cover;
}
.info_title_list {
  padding: 2.7vw 0;
}
.info_title_link {
  font-weight: 300;
  font-size: 40px;
  color: #555555;
  position: relative;
  padding: 0 1.2vw;
  cursor: pointer;
  font-size: 2.1vmax;
}
.info_title_list span{
  font-size: 2.1vmax;
}
.info_title_link.active {
  font-weight: 600;
  color: #000;
}
.news_mp, .articles_mp {
  text-align:center;
}
.news_mp, .articles_mp {
  display: none;
}
.news_mp.active, .articles_mp.active {
  display: block;
}
.info_list {
  margin-left: -0.7vw;
  margin-right: -0.7vw;
}
.info_item {
  padding: 0 0.7vw;
  margin-bottom: 1.4vw;
}
.info_item_wrap {
  position: relative;
  height: 21vw;
  background-color: #e5e5e5;
  overflow: hidden;
}
.info_item_wrap .info_item_title {
  font-size: 1.2vmax;
  font-weight: 600;
  margin: 0.8vmax 0;
}
.info_item_wrap p {
  margin: 0;
  font-size: 1vmax;
}
.info_item_img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s, -webkit-transform 2.5s;
  transition: opacity 1s, -webkit-transform 2.5s;
  transition: transform 2.5s, opacity 1s;
  transition: transform 2.5s, opacity 1s, -webkit-transform 2.5s;
  will-change: "transform";
  transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}
.info_item_content {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid transparent;
  margin: 1.8vmax;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  transition: all 2s ease;
  transition: all 2s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0.8vmax;
}
.info_item_top {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
  transition: all 1s ease;
  color: #fff;
}
.info_item_bot {
  display: none;
  color: #000;
}
.info_item_bot p {
  font-size: 0.8vmax;
  margin: 0 0 0.8vmax 0;
  line-height: 1.5;
}
.info_item_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.button_black.button {
  color: #000;
}
.button_black.button:before {
  background-color: #000;
}
.button_black.button .button_text:before, .button_black.button .button_text:after {
  background-color: #000;
}
.button_black.button .button_text span:before, .button_black.button .button_text span:after {
  background-color: #000;
}
.info_section_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info_section_wrap .info_but {
  margin-top: 1.2vw;
  margin-bottom: 2.5vw;
}
.info_content_block {
  width: 100%;
}
@media (min-width: 1023px) {
  .button_black.button:hover {
    color: #000;
  }
  .info_item_wrap:hover .info_item_top {
    color: #000;
  }
  .info_item_wrap:hover .info_item_img {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .info_item_wrap:hover .info_item_content {
    border: 2px solid #c2c2c2;
    background-color: rgba(0, 0, 0, 0);
  }
  .info_item_wrap:hover {
    color: #000;
  }
}
/* =====================================================  Карта */
.map_section {

}
.map_container {
  position: relative;
  height: 28vmax;
}
.map_container iframe {
  height: 100%;
}
.map_content, .map_scheme {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.map_content, .map_scheme, .map_switch_item {
  display: none;
}
.map_content.active, .map_scheme.active, .map_switch_item.active {
  display: block;
}
.map_section h4 {
  font-weight: 600;
  color: #000;
  font-size: 2.1vmax;
  padding: 1.2vw 0 3vw 0;
  text-align: center;
  margin: 0;
}
.map_switch {
  background-color: #1d1d1d;
  height: 7vmax;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 1.2vmax;
}
.map_switch_item {
  cursor: pointer;
}
/* =====================================================  Контент */
.page_head {
  padding: 1.5vmax 0;
}
.page_title h1 {
  margin: 0.7vmax 0 0px 0;
  color: #000;
  font-size: 1.4vmax;
  line-height: normal;
}
#path {
  font-size: 0.85vmax;
	margin: 0;
	color: #7b7b7b;
}
#path a {
	text-decoration: underline;
  display: inline-block;
}
#path span {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}
.ins .content_wrap {
  padding: 0 0 50px 0;
}
.main_content {
  font-size: 0.85vmax;
  line-height: 1.5;
}
.main_content p {
  margin: 5px 0;
  display: block;
}
.main_content h1,
.main_content h2,
.main_content h3,
.main_content h4,
.main_content h5,
.main_content h6 {
  margin: 22px 0 5px 0;
  color: #000;
  font-weight: bold;
}
.main_content h1 {
  font-size: 24px;
}
.main_content h2 {
  font-size: 22px;
}
.main_content h3 {
  font-size: 20px;
}
.main_content h4 {
  font-size: 18px;
}
.main_content h5 {
  font-size: 16px;
}
.main_content h6 {
  font-size: 14px;
}
.main_content ul {
  list-style-type: disc;
  padding: 10px 0 10px 50px;
  margin: 0;
}
.main_content ul p, .main_content ol p {
  line-height: normal;
  margin: 5px 0;
}
.main_content ul li, .main_content ol li {
  margin: 5px 0;;
}
.main_content ol {
  list-style-type: decimal;
  padding: 10px 0 10px 50px;
}
.main_content a {
  color: #6e7b83;
  text-decoration: underline;
}
.main_content a:hover {
	color: #353d43;
}
.resp_table, .stacktable, .resp_table2 {
  width: 100%;
  padding: 0;
  margin: 15px 0;
  border-collapse: collapse;
}
.resp_table2 td, .resp_table2 th {
  text-align: center;
  vertical-align: middle;
  border: none !important;
}
.resp_table td, .stacktable td {
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #6e7b83;
  font-size: 14px;
	text-align: left;
}
.resp_table th, .stacktable th {
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #6e7b83;
  text-transform: inherit;
  font-size: 16px;
	text-align: left;
}
.page_link {
	padding: 0;
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}
.page_link a {
  text-decoration: none;
}
.page_link_item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.page_link_wrap {
  position: relative;
  height: 16vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_link_shadow {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.page_link_wrap h4 {
  font-weight: 300;
  margin: 0 0 2vmax 0;
  color: #fff;
  display: block;
  font-size: 2vmax;
  z-index: 2;
  padding: 0 1vmax;
  text-align: center;
  z-index: 2;
}
.page_link_but {
  z-index: 2;
}
.page_link_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.brendy .page_link_img {
  background-size: contain !important;
}
.brendy .page_link_shadow,
.brendy h4,
.brendy .button {
  display: none;
}
.brendy .page_link_wrap {
  -webkit-box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.3);
}
.img_width_min img {
	min-width: 100%;
}
.margin1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.decor_text1 {
  background-color: #f6f6f6;
  padding: 10px 15px;
  margin: 10px 0;
  border-left: 5px solid #878080;
  text-align: justify;
}
.decor_text2 {
  text-align: center;
  margin: 15px 0;
  border-top: 2px solid #6e7b83;
  padding: 5px;
  font-weight: 300;
  font-size: 1vmax;
}
.main_content .social_footer a {
  text-decoration: none;
}
/* =====================================================  Футер */

.footer {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  color: #000;
  background: url(/images/info_bg.jpg) no-repeat center center / cover;
}
.footer_top_wrap {

}
.footer_top_wrap h4 {
  font-weight: 600;
  font-size: 1.2vmax;
  margin: 1.8vw 0 1.3vw 0;
}
.footer_top_wrap p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.9vmax;
}
.footer_list {
  margin: 0 -1.3vw;
}
.footer_col {
  max-width: 19vw;
  padding: 0 1.3vw;
  margin-bottom: 1.5vw;
}
.footer_row {
  margin-bottom: 1.1vw;
}
.icon_style {
  position: relative;
  padding-left: 1.7vw;
}
.icon_style:before {
  position: absolute;
  top: 0.2vw;
  left: 0px;
  font-size: 1vw;
}
.icon_style.icon-mail-1:before {
  font-size: 1.1vw;
}
.footer a {
  color: #000;
}
.footer a:hover {
  text-decoration: underline;
}
.footer_bot_wrap {
  border-top: 1px solid #000;
  padding: 0.8vw 0;
}
.footer_bot_wrap p {
  font-size: 0.75vmax;
  margin: 0;
}
.footer_bot_wrap .copyright p {
  margin: 0 0 0 3vmax;
}
.counter {
  margin: 0 0 0 3vmax;
}
.footer .icon_item {
  font-size: 1.1vmax;
  color: #636363;
}
.footer .icon_item.icon-facebook-1 {
  font-size: 1.2vmax;
}
.footer .icon_item:hover {
  text-decoration: none;
  color: #1d1d1d;
}
.footer .icon_item:hover:before {
  color: #1d1d1d;
  text-shadow: none;
}
.create a {
  text-decoration: underline;
}
/*категории каталога*/
.category {
  background: url(/images/info_bg.jpg) no-repeat center center / cover;
  padding-top: 2.1vmax;
}
.category_list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.category_item {
  padding: 0px 0.85vmax;
  max-width: 13vmax;
}
.category_item_img {
  height: 2vmax;
}
.category_item_img svg {
  max-height: 100%;
}
.category_item a {
  display: block;
}
.category_item h5 {
  font-weight: normal;
  text-align: center;
  position: relative;
  margin: 0.85vmax 0 0.95vmax 0;
  font-size: 0.95vmax;
}
.category_item_wrap {
  position: relative;
  height: 100%;
}
.category_item_wrap:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  background-color: #000;
  width: 0%;
  height: 0.25vmax;
  bottom: 0.1vmax;
  margin: auto;
  -webkit-transition: all 300ms cubic-bezier(.175,.885,.32,1.075);
  transition: all 300ms cubic-bezier(.175,.885,.32,1.075);
}
@media (min-width: 1024px) {
  .category_item:hover .category_item_wrap:before, .category_item.active .category_item_wrap:before {
    width: 100%;
  }
}
.product_list {
  margin: 0px -0.85vmax;
}
.product_item {
  padding: 0px 0.85vmax;
  width: 25%;
  margin-bottom: 1.7vmax;
}
.product_item.small {
  width: 12.5%;
}
.product_item_img {
  width: 100%;
  height: 18vmax;
  position: relative;
  overflow: hidden;
}
.product_item.small .product_item_img {
  height: 8vmax;
}
.product_item_img_ins {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 2100ms linear;
  transition: -webkit-transform 2100ms linear;
  transition: transform 2100ms linear;
  transition: transform 2100ms linear, -webkit-transform 2100ms linear;
}
@media (min-width: 1023px) {
  .product_item:hover .product_item_img_ins {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.products_catalog .page_head {
  margin-bottom: 0;
}
.product_item_cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #1d1d1d;
  padding: 0.8vmax 0.5vmax;
  color: #fff;
}
.product_item_cont h4 {
  color: #fff;
  font-size: 1.3vmax;
  line-height: normal;
  margin: 0 0 0.5vmax 0;
}
.product_item.small .product_item_cont h4 {
  width: 100%;
  font-size: 0.8vmax;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;  
}
.product_item_cont p {
  margin: 0;
  line-height: normal;
  font-size: 0.85vmax;
}
.product_item_cont .product_flag {
  margin-left: 0.3vmax;
}
.product_item_wrap {
  position: relative;
}
.product_item_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product_container_but {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 4vmax;
}
.but_normal {
  font-size: 0.85vmax;
  border: 0.1vmax solid #000;
  padding: 0.4vmax 1.5vmax;
  font-weight: 500;
  line-height: normal;
}
.but_normal:hover {
  background-color: #000;
  color: #fff;
}
.page_head_wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.filter_name {
  font-size: 0.85vmax;
  padding-right: 0.7vmax;
}
.filter_item {
  margin-left: 2vmax;
}
.filter_select .jq-selectbox__select {
  width: 11.5vmax;
}
.filter_select .jq-selectbox__trigger {
  width: 1.8vmax;
  border-left: none;
}
.filter_select .jq-selectbox__select-text {
  width: 100% !important;
}
.filter_select .jq-selectbox__select {
  height: 1.9vmax;
  padding: 0 1.8vmax 0 0.5vmax;
  border: 0.1vmax solid #dddddd;
  border-bottom-color: #dddddd;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  color: #000;
  text-shadow: none;
  font-size: 0.85vmax;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
.filter_select .jq-selectbox__select:hover {
  background: #fff;
  border: 0.1vmax solid #cdcdcd;
}
.filter_select.jq-selectbox li:hover {
  background-color: #000;
  color: #FFF;
}
.filter_select.jq-selectbox.focused .jq-selectbox__select {
	border: 0.1vmax solid #cdcdcd;
}
.filter_select .jq-selectbox__trigger:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 1.1vmax;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter_select .jq-selectbox__trigger-arrow {
  display: none;
}
.filter_select.jq-selectbox .placeholder {
  color: #000;
}
/*детальная позиции каталога*/
.products_detail .page_title, .products_detail .filter {
  display: none;
}
.other_collection {
  display: none;
}
.products_detail .other_collection {
  display: block;
  background-color: #eeeeee;
}
.other_collection_text {
  margin: 0;
  padding: 0.85vmax 0;
  font-size: 0.85vmax;
}
.other_collection_text a {
  position: relative;
  text-decoration: underline;
  padding: 0 1vmax;
  display: inline-block;
}
.other_collection_text a:nth-last-child(1):before {
  display: none;
}
.other_collection_text a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  background-color: #000;
  right: -1px;
}
.p_detail_left {
  width: 41%;
}
.p_detail_right {
  width: 59%;
  padding-left: 2vmax;
}
.p_detail_slider .lSPager.lSGallery {
  display: none;
}
.p_detail_info h3 {
  margin: 0 0 1vmax 0;
  font-size: 1.4vmax;
}
.p_detail_info p {
  margin: 0 0 0.5vmax 0;
  font-size: 0.85vmax;
  line-height: normal;
}
.p_detail_info .wrapper {
  min-height:auto !important;
}
.p_detail_info .p_detail_brief {
  margin: 1.2vmax 0;
}
.p_detail_buts .but_normal {
  margin-bottom: 1vmax;
}
.p_detail_buts .but_normal:nth-child(1) {
  margin-right: 0.85vmax;
}
.p_detail_map {
  position: relative;
  overflow: hidden;
  height: 23.45vmax;
}
.map_marker {
  position: absolute;
  top: 15%;
  left: 15%;
}
.p_detail_soc a {
  color: #0073a5;
  font-size: 1vmax;
}
.p_detail_soc p {
  margin: 0.8vmax 0 0.9vmax 0;
  font-size: 0.85vmax;
}
.p_detail_soc a.icon-facebook-1 {
  font-size: 1.2vmax;
}
#imageGallery > li {
  position: relative;
}
.gallery_loupe {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e9e9e9;
  width: 4.2vmax;
  padding: 1vmax;
}
.gallery_loupe svg {
  max-width: 100%;
}
.p_detail_slider .lSAction > a {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  height: 3.5vmax;
  width: 2vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5vmax;
  color: #fff;
  opacity: 1;
  line-height: normal;
}
.p_detail_slider .lSAction > a:before {
  font-family: 'FontAwesome';
  color: #fff;
}
.p_detail_slider .lSPrev:before {
  content: "\f053";
}
.p_detail_slider .lSNext:before {
  content: "\f054";
}
.p_detail_slider .lSPrev {
  left: 0;
}
.p_detail_slider .lSNext {
  right: 0;
}
.product_detail_wrap {
  margin-bottom: 2.5vmax;
}
.element_row {
  margin-top: 0.7vmax;
}
.element_row h4 {
  font-size: 1.1vmax;
  margin: 0;
  font-weight: 600;
}
.element_row_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.45vmax;
}
.element_item {
  padding: 0 0.45vmax;
  width: 33.33%;
  margin-top: 0.7vmax;
}
.element_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddddd;
  padding: 0.7vmax;
  text-align: center;  
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*height: 100%;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.element_item a img {
  max-height: 100%;
}
.element_item p {
  padding: 0.4vmax 0;
  font-size: 0.8vmax;
  width: 100%;
  margin-bottom: -10px;
}
.p_detail_nav {
  border-top: 2px solid #eaeaea;
  padding: 0.8vmax 0;
  margin-bottom: 1vmax;
  font-size: 0.85vmax;
}
.popular h4 {
  font-size: 1.1vmax;
  margin: 0.85vmax 0;
  font-weight: 600;
}
.popular_list {
  margin: 0 -0.45vmax;
}
.popular_item {
  padding: 0 0.45vmax;
  width: 25%;
  margin-bottom: 0.7vmax;
}
.popular_item_wrap img {
  min-width: 100%;
}
.popular_item span {
  padding: 0.4vmax 0;
  font-size: 0.8vmax;
  margin: 0;
  display: block;
}
.popular {
  margin-bottom: 2vmax;
}

/* =====================================================  Фото */
.albom_list, .photo_list {
  margin: 0 -10px;
}
.albom_item, .photo_item {
  margin-bottom: 20px;
  padding: 0 10px;
}
.photo_item_wrap, .albom_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
  overflow: hidden;
  border: 1px solid #eee;
  height: 12vmax;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5vmax;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.albom_item h4 {
  position: absolute;
  bottom: 0.3vmax;
  margin: auto;
  left: 0px;
  right: 0px;
  font-size: 1.1vmax;
  text-align: center;
  background-color: #fff;
}
.albom_item .albom_item_wrap img, .photo_item .photo_item_wrap img {
  max-height: 100%;
  max-width: 80%;
  -webkit-transition: all .28s cubic-bezier(.4,0,.2,1);
  transition: all .28s cubic-bezier(.4,0,.2,1);
}
.albom_item:hover .albom_item_wrap img, .photo_item:hover .photo_item_wrap img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*новости детальная*/
.detail_news .detail_news_date {
  margin: 0 0 10px 0;
}


