@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic,700|Open+Sans:400,400italic,700,700italic&subset=latin,cyrillic);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

*,
:before,
:after {
  box-sizing: border-box;
}

html {
  background: white;
}

body {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  min-width: 1000px;
  color: #444;
}

a {
  color: #2f147c;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1.5em;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 20px;
  color: #222;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 20px;
  color: #222;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 20px;
  color: #222;
}

.btn {
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  min-width: 180px;
  height: 40px;
  padding: 12px 5px 9px;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 0;
  border-bottom: 3px solid #1e0d4f;
  border-radius: 2px;
  background: #2f147c;
}
.btn:hover {
  background: #4e22d4;
}
.btn:active {
  background: #1e0d4f;
}

@font-face {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#iconfont") format("svg");
}
.icon {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
}

.icon-arrow-left:before {
  content: '\e909';
}

.icon-arrow-right:before {
  content: '\e90d';
}

.icon-id:before {
  content: '\e90e';
}

.icon-list:before {
  content: '\e905';
}

.icon-edit:before {
  content: '\e908';
}

.icon-eye:before {
  content: '\e90a';
}

.icon-xls:before {
  content: '\e90c';
}

.icon-date:before {
  content: '\e904';
}

.icon-email:before {
  content: '\e906';
}

.icon-envelope:before {
  content: '\e907';
}

.icon-world:before {
  content: '\e90b';
}

.icon-case:before {
  content: '\e900';
}

.icon-enter:before {
  content: '\e901';
}

.icon-search:before {
  content: '\e902';
}

.icon-user:before {
  content: '\e903';
}


/* ==|====================
   Modules/Navigation
   ======================= */
.nav {
  min-width: 1098px;
  margin-bottom: 24px;
  padding: 0 40px;
  background: #191970;
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.nav__list:after {
  display: table;
  clear: both;
  content: '';
}
.nav__list > li {
  position: relative;
  float: left;
  margin-left: 6px;
}
.nav__list > li:first-child {
  margin-left: 0;
}
.nav__list > li > a {
  display: block;
  padding: 20px 10px;
  color: white;
}
.nav__list > li:hover > a {
  color: white;
  background: #00008B;
}

.nav__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index:10;
  display: none;
  padding: 10px;
  background: #00008B;
}
.nav__submenu > *:last-child {
  margin-bottom: 0;
}
.nav__submenu > li {
  margin-bottom: 4px;
  white-space: nowrap;
  position: relative;
  
}
.nav__submenu > li > a {
  color: white;
}
.nav__submenu > li > a:hover {
  text-decoration: none;
}
li:hover > .nav__submenu {
  display: inline;
}


/* ==|====================
   Modules/Swiper
   ======================= */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  border-radius: 0;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  font-style: normal;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.topbar {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 300px;
  background: #d7d7d7;
}

.tnav {
  position: absolute;
  top: 0;
  left: 0;
}

.tnav__caption {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 60px;
  display: block;
  float: left;
  height: 60px;
  text-transform: uppercase;
}

.tnav__toggle {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  padding: 21px 20px 0;
  transition: background .2s ease;
}
.tnav__toggle:before, .tnav__toggle:after, .tnav__toggle > i {
  display: block;
  height: 3px;
  margin-bottom: 4px;
  content: '';
  background: #2f147c;
}
.tnav_open .tnav__toggle {
  background-color: #c7c8c9;
}

.tnav__sm {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  padding: 10px 0;
  transition: all .2s ease;
  opacity: 0;
  background: #c7c8c9;
}
.tnav_open .tnav__sm {
  visibility: visible;
  opacity: 1;
}

.tnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  padding: 0 20px;
}

.tnav__item {
  white-space: nowrap;
}

.search {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 260px;
  padding-right: 30px;
  background: white;
}

.search__input {
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 100%;
  height: 30px;
  padding: 7px 10px;
  color: black;
  border: none;
  outline: none;
  background: white;
}
.search__input::-webkit-input-placeholder {
  color: black;
}
.search__input::-moz-placeholder {
  color: black;
}
.search__input:-ms-input-placeholder {
  color: black;
}
.search__input::placeholder {
  color: black;
}

.search__btn {
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  border: none;
  background: none;
}
.search__btn:before {
  font-family: iconfont;
  content: '\e902';
  color: #2f147c;
}

.auth {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 15px 0;
}

.auth__item {
  font-size: 16px;
  line-height: 30px;
  margin: 0 15px;
}

.auth__link {
  text-decoration: none;
}

.auth__text {
  text-decoration: underline;
}
.auth__link:hover .auth__text {
  text-decoration: none;
}

.auth__icon {
  font-size: 24px;
  line-height: 1;
  margin: 3px .15em 0 0;
  vertical-align: top;
}

.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0 20px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  overflow: hidden;
  display: block;
  width: 300px;
  height: 55px;
  #margin-left: 30px;
  background: url(https://novosibmarket.ru/i/logo.png);
}
.header__logo:before {
  display: block;
  width: 0;
  height: 100%;
  content: '';
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .header__logo {
    background-image: url(https://novosibmarket.ru/i/logo.png);
    background-size: 267px 55px;
  }
}



.header__logo2 {
  overflow: hidden;
  display: block;
  width: 400px;
  height: 82px;
  #margin-left: 30px;
  background: url(https://novosibmarket.ru/i/logo2.png);
}
.header__logo2:before {
  display: block;
  width: 0;
  height: 100%;
  content: '';
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .header__logo2 {
    background-image: url(https://novosibmarket.ru/i/logo2.png);
    background-size: 400px 82px;
  }
}




.header__logo3 {
  overflow: hidden;
  display: block;
  width: 400px;
  height: 69px;
  #margin-left: 30px;
  background: url(https://novosibmarket.ru/i/logo3.png);
}
.header__logo3:before {
  display: block;
  width: 0;
  height: 100%;
  content: '';
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .header__logo3 {
    background-image: url(https://novosibmarket.ru/i/logo3.png);
    background-size: 400px 69px;
  }
}




.header__logo4 {
  overflow: hidden;
  display: block;
  width: 350px;
  height: 72px;
  #margin-left: 30px;
  background: url(https://novosibmarket.ru/i/logo4.png);
}
.header__logo4:before {
  display: block;
  width: 0;
  height: 100%;
  content: '';
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .header__logo4 {
    background-image: url(https://novosibmarket.ru/i/logo4.png);
    background-size: 350px 72px;
  }
}



.header__logo5 {
  overflow: hidden;
  display: block;
  width: 300px;
  height: 62px;
  #margin-left: 30px;
  background: url(https://novosibmarket.ru/i/logo5.png);
}
.header__logo5:before {
  display: block;
  width: 0;
  height: 100%;
  content: '';
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .header__logo5 {
    background-image: url(https://novosibmarket.ru/i/logo5.png);
    background-size: 300px 62px;
  }
}


.header__logo6 {
  overflow: hidden;
  display: block;
  width: 200px;
  height: 140px;
  margin-left: 30px;
  background: url(https://novosibmarket.ru/i/logo7.png);
}
.header__logo6:before {
  display: block;
  width: 0;
  height: 100%;
  content: '';
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .header__logo6 {
    background-image: url(https://novosibmarket.ru/i/logo7.png);
    background-size: 200px 140px;
  }
}

.header__banner img {
  display: block;
}



.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.nav__item {
  position: relative;
}

.nav__link {
  font-size: 18px;
 # line-height: 60px;
  display: block;
  padding: 0 10px;
  transition: background .2s ease;
  color: white;
}
.nav__item:hover .nav__link {
  text-decoration: underline;
  background: #251065;
}

.nav__sm {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  padding: 0 10px 10px;
  transition: all .2s ease;
  opacity: 0;
  background: #251065;
}
.nav__item_open .nav__sm {
  visibility: visible;
  opacity: 1;
}

.nav__smItem {
  white-space: nowrap;
}

.nav__smLink {
  color: white;
}

.accents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  background: #d7d7d7;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.accents__pic {
  display: block;
}

.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 0 20px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content {
  width: calc(100% - 300px);
}
.content > *:last-child {
  margin-bottom: 0;
}
.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1.5em 2em;
}
.content ul li:before {
  display: block;
  float: left;
  width: 4px;
  height: 4px;
  margin: 8px 0 0 -15px;
  content: '';
  border-radius: 50%;
  background: #ff6600;
}

.sidebar {
  width: 260px;
}
.sidebar > *:last-child {
  margin-bottom: 0;
}

.columns {
  margin: 0 -10px 20px;
}
.columns:after {
  display: table;
  clear: both;
  content: '';
}
.columns > *:last-child {
  margin-bottom: 0;
}

.column {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.column > *:last-child {
  margin-bottom: 0;
}

.img-left {
  float: left;
  margin: 0 1.5em .5em 0;
}

.img-right {
  float: right;
  margin: 0 0 .5em 1.5em;
}

.img-bordered {
  border: 1px solid #eaeaea;
}

.section {
  margin-bottom: 40px;
}
.section > *:last-child {
  margin-bottom: 0;
}

.section__header {
  position: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background: #deeaf2;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__title {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  text-transform: uppercase;
  color: #222;
}

.section__icon {
  font-size: 24px;
  line-height: 40px;
  float: left;
  width: 40px;
  height: 40px;
  margin: -8px 10px -8px -10px;
  text-align: center;
  color: white;
  background: #2f147c;
}

.rubrics {
  margin-bottom: 20px;
  padding-left: 15px;
}

.rubrics__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 .5em -15px;
  padding: 8px 10px;
  color: #222;
  background: #eaeaea;
}

.rubrics__list {
  margin-bottom: .25em;
}
.rubrics__list > *:last-child {
  margin-bottom: 0;
}

.rubrics__item {
  margin-bottom: .25em;
}
.rubrics__item-inline {
  display: inline;
  margin: 0 .5em 0 0;
}
.rubrics__item-inline:after {
  content: '\002C';
}
.rubrics__item-inline:last-child {
  margin-right: 0;
}
.rubrics__item-inline:last-child:after {
  display: none;
}

.morelink {
  font-weight: bold;
  color: #ff6600;
}
.morelink:after {
  font-weight: normal;
  content: ' \2192';
}

.news {
  margin-bottom: 40px;
}
.news > *:last-child {
  margin-bottom: 0;
}

.news__item {
  margin-bottom: 1em;
  padding-left: 50px;
}

.news__date {
  font-size: 14px;
  float: left;
  margin-left: -50px;
  color: #666;
}

.companies {
  margin-bottom: 40px;
}
.companies > *:last-child {
  margin-bottom: 0;
}

.companies__item {
  margin-bottom: .5em;
  color: #666;
}

.companies__link {
  margin-right: .5em;
}

.companies__region:after {
  margin: 0 .25em 0 .5em;
  content: '\007C';
}
.companies__region:last-child:after {
  display: none;
}

.board {
  margin-bottom: 40px;
}
.board > *:last-child {
  margin-bottom: 0;
}

.board__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.board__info {
  width: 200px;
  padding-left: 20px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.board__body {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.board__region {
  font-size: 14px;
  color: #666;
}

.board__rubric {
  font-size: 14px;
  color: #666;
}

.crumbs {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 11px 20px;
  background: #eaeaea;
}

.crumbs__item {
  display: inline;
}
.crumbs__item:after {
  content: ' \002F';
}
.crumbs__item:last-child:after {
  display: none;
}

.ctlg {
  margin-bottom: 20px;
  border-top: 1px solid #eaeaea;
}

.ctlg__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 19px;
  border-bottom: 1px solid #eaeaea;
}
.ctlg__item:nth-child(2n) {
  background: #eaeaea;
}

.ctlg__num {
  width: 40px;
  text-align: center;
  color: #666;
}

.ctlg__picHolder {
  width: 80px;
}

.ctlg__pic {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
}

.ctlg__info {
  line-height: 1.25;
  padding: 0 20px;
}
.ctlg__info > *:last-child {
  margin-bottom: 0;
}

.ctlg__caption {
  margin-bottom: .4em;
}

.ctlg__meta {
  font-size: 11px;
  margin-bottom: .5em;
  color: #666;
}

.ctlg__metaItem {
  display: inline;
}
.ctlg__metaItem:after {
  margin: 0 .5em;
  content: '\007C';
}
.ctlg__metaItem:last-child:after {
  display: none;
}

.ctlg__category {
  font-size: 12px;
  margin-bottom: .5em;
  color: #666;
}

.ctlg__date {
  font-size: 11px;
  color: #666;
}

.paging {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 9px 140px;
  background: #deeaf2;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging__item {
  margin: 0 12px;
}
.paging__item_active {
  color: #666;
}

.paging__prev {
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.paging__prev:before {
  content: '\2190  ';
}

.paging__next {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.paging__next:after {
  content: ' \2192';
}

.images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -10px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.images__item {
  margin: 0 10px 20px;
}

.images__pic {
  display: block;
  border: 1px solid #eaeaea;
}

.contacts {
  margin-bottom: 20px;
  padding: 20px;
  background: #eaeaea;
}
.contacts > *:last-child {
  margin-bottom: 0;
}

.contacts__label {
  font-weight: bold;
  margin-right: .25em;
}

.contacts__columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 1.5em;
}

.contacts__column {
  width: 33.3333%;
  padding: 0 10px;
}

.contacts__link {
  text-decoration: none;
}
.contacts__link .icon {
  font-size: 20px;
  vertical-align: top;
  color: #999;
}

.contacts__linkText {
  font-size: 15px;
  text-decoration: underline;
}
.contacts__link:hover .contacts__linkText {
  text-decoration: none;
}

.meta {
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.meta__item {
  margin: 0 15px;
}
.meta__item:before {
  font-family: iconfont;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin: -2px .25em 0 0;
  vertical-align: top;
  color: #999;
}
.meta__item-id:before {
  content: '\e90e';
}
.meta__item-date:before {
  content: '\e904';
}
.meta__item-edit:before {
  content: '\e908';
}
.meta__item-views:before {
  content: '\e90a';
}
.meta__item-entries:before {
  content: '\e905';
}

.gallery {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 30px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.gallery:before, .gallery:after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  content: '';
  background: white;
}
.gallery:before {
  left: 0;
}
.gallery:after {
  right: 0;
}

.gallery__item {
  padding: 0 15px;
}
@media screen and (max-width: 1159px) {
  .gallery__item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1349px) {
  .gallery__item {
    width: 25%;
  }
}
@media screen and (min-width: 1350px) and (max-width: 1539px) {
  .gallery__item {
    width: 20%;
  }
}
@media screen and (min-width: 1540px) and (max-width: 1729px) {
  .gallery__item {
    width: 16.6666%;
  }
}
@media screen and (min-width: 1730px) and (max-width: 1919px) {
  .gallery__item {
    width: 14.2857%;
  }
}
@media screen and (min-width: 1920px) {
  .gallery__item {
    width: 12.5%;
  }
}

.gallery__pic {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #eaeaea;
}

.gallery__prev,
.gallery__next {
  line-height: 24px;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 15px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #2f147c;
}
.gallery__prev:before,
.gallery__next:before {
  font-family: iconfont;
  font-size: 24px;
}
.gallery__prev.swiper-button-disabled,
.gallery__next.swiper-button-disabled {
  cursor: default;
  opacity: .5;
}

.gallery__prev {
  left: 0;
}
.gallery__prev:before {
  content: '\e909';
}

.gallery__next {
  right: 0;
}
.gallery__next:before {
  content: '\e90d';
}

.snav {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px;
  background: #d7d7d7;
  text-shadow: 1px 1px 0 white;
}
.snav > *:last-child {
  margin-bottom: 0;
}

.snav__item {
  margin-bottom: .5em;
}

.anav {
  margin-bottom: 20px;
}

.anav__title {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  color: #222;
  background: #eaeaea;
}

.anav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px;
  background: #f3f3f3;
}
.anav__list > *:last-child {
  margin-bottom: 0;
}

.anav__item {
  margin-bottom: .75em;
}

.about {
  padding: 40px 20px;
  background: #a2a4a5;
}

.about__title {
  margin-bottom: 20px;
  background: #eaeaea;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  text-transform: uppercase;
  color: #222;
}

.about__title {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  text-transform: uppercase;
  color: #222;
}

.about__icon {
  font-size: 24px;
  line-height: 40px;
  float: left;
  width: 40px;
  height: 40px;
  margin: -8px 10px -8px -10px;
  text-align: center;
  color: #444;
  background: #d7d7d7;
}

.about__body {
  padding: 20px;
  background: #eaeaea;
}
.about__body > *:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 40px;
  color: #eaeaea;
  background: #45494c;
}
.footer > *:last-child {
  margin-bottom: 0;
}

.footer__siteinfo {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.footer__counters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__counters img {
  display: block;
  margin: 0 10px;
}

.fnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px 40px;
  padding: 0 20px 40px;
  border-bottom: 1px solid #a2a4a5;
}

.fnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  width: 25%;
  padding: 0 20px;
}
.fnav__list > *:last-child {
  margin-bottom: 0;
}

.fnav__item {
  margin-bottom: .25em;
}

.fnav__link {
  color: #eaeaea;
}




 table.table_trade {
padding: 0px;
margin: 10px 0px 15px 5px;
width: 85%;
border:1px solid #e3e3e3;
}
table.table_trade th {
padding: 10px 5px 0px 5px;
color: #4e002c;
text-align: left;
font-size: 10pt;
}
table.table_trade td {
padding: 10px 5px 18px 25px;
width: 48%;
}
table.table_trade ul {
padding: 22px 0px 0px 10px;
margin: 0px;
list-style: none;
}

table.table_trade ul li {
padding: 7px 0px 0px 0px;
margin: 0px;
}

table.maintable_lig {
padding: 0px;
margin: 4px 0px 14px 0px;
width: 85%;
border-top: 1px solid #e3e3e3;
border-bottom:1px solid #e3e3e3;
}

table.maintable_lig td {
padding: 10px 5px 8px 9px;
border: none;
vertical-align: middle;
}
table.maintable_lig td.linkico {
width: 40%;
}
table.maintable_lig td.linkico img {
padding: 0px 15px 0px 0px;
margin: 0px;
}

.form_usual2 {
padding: 25px 0px 25px 0px;
margin: 40px 0px;
border: 1px solid #e3e3e3;
background-color: #f8f8f8;
}
.form_usual2 table td, .form_usual2 table th{
padding: 10px 5px 0px 0px;
vertical-align: middle;
}
.form_usual2 table th {
text-align: right;
font-weight: bold;
vertical-align: top;
color:#666;
font-size: 10pt;
}

.form_usual2 input{
border: 1px solid #abacae;
}
.form_usual {
padding: 25px 20px 25px 20px;
margin: 40px 0px;
width: 580px;
border: 1px solid #e3e3e3;
background-color: #f8f8f8;
}

.form_usual_min {
border: 1px solid #e3e3e3;
background-color: #f8f8f8;
}
.form_usual_min table td{
padding: 10px 7px 0px 10px;
margin: 0px;
vertical-align: middle;
}


.form_usual table td, .form_usual table th{
padding: 10px 7px 0px 10px;
margin: 0px;
vertical-align: middle;
}
.form_usual table th {
text-align: right;
font-weight: bold;
vertical-align: top;
color:#666;
font-size: 10pt;
}



.form_usual_q {
padding: 10px 10px 10px 10px;
margin: 10px 0px;
width: 600px;
border: 1px solid #e3e3e3;
background-color: #f8f8f8;
}
.form_usual_q table td, .form_usual_q table th{
padding: 10px 7px 0px 10px;
margin: 0px;
vertical-align: middle;
}
.form_usual_q table th {
text-align: right;
font-weight: bold;
vertical-align: top;
color:#666;
font-size: 10pt;
}

div.con {
padding: 0px 0px 15px 0px;
margin: -2px 0px 0px 0px;
line-height:1.8;
}


ul.li_mark {
padding: 0px 0px 0px 0px;
margin: 0px 0px 23px 15px;
list-style:none;

}
ul.li_mark li {
padding: 7px 0px 0px 13px;
margin: 0px 0px 0px 0px;
background: url(http://www.metaprom.ru/advert/img/li_marker.gif) 0px 14px no-repeat;
}

.add__item-caption {
  font-size: 12px;
  font-weight: none;
  padding: 10px;
  background: #f9f9f9; }

.buttonSend {
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  min-width: 180px;
  height: 40px;
  padding: 12px 5px 9px;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 0;
  border-bottom: 3px solid #1e0d4f;
  border-radius: 2px;
  background: #2f147c;
}
.buttonSend:hover {
  background: #4e22d4;
}
.buttonSend:active {
  background: #1e0d4f;
}

.red {
font-family: Arial;
font-size: 8pt;
color: #fe0000;
}





table.maintable {
padding: 0px;
margin: 17px 0px 14px 0px;
width: 85%;
}

table.maintable_adv {
padding: 0px;
margin: 17px 0px 14px 0px;
width: 95%;
}

table.maintable th,table.maintable th.n_b{
padding: 0px 0px;
height: 53px;
border: 1px solid #e3e3e3;
border-bottom: 2px solid #e3e3e3;
text-align: center;
color: #4e002c;
background-color: #f7f7f7;
}
table.maintable th.n_b{
font-weight: normal;
padding: 0px 5px;
}
table.maintable th.tbl_header {
height: 48px;
border-left: none;
border-right: none;
border-bottom: 1px solid #e3e3e3;
text-align: left;
background-color: #fff;
}
table.maintable th.col_date {
height: 28px;
padding: 5px 0px 0px 0px;
color: #7c7c7c;
font-weight: normal;
font-size: 8pt;
border-bottom: 1px solid #e3e3e3;
border-left: none;
border-right: none;
background-color: #fff;
}

table.maintable th.adv{
padding: 0px 0px;
height: 55px;
border: 1px solid #e3e3e3;
border-left: 0px;
border-right: 0px;
text-align: center;
color: #0f4699;
background-color: #f4f4f4;
}

table.maintable th.adv a:link,
table.maintable th.adv a:visited,
table.maintable th.adv a:hover,
table.maintable th.adv a:active {color: #0f4699; text-decoration: underline;}




table.maintable td {
padding: 10px 5px 8px 9px;
border: 1px solid #e3e3e3;
text-align: center;
}


table.maintable td.left_bord, table.maintable td.left_bord_b{
border-left: none;
text-align: left;
}
table.maintable td.left_bord_cif {
width: 51px;
border-left: none;
text-align: center;
vertical-align: middle;
}

table.maintable td.left_bord_b{
font-weight: bold;
}

table.maintable td.right_bord {
border-right: none;
}

table.maintable td.right_bord_l {
border-right: none;
text-align: left;
}
table.maintable td.bord_tb {
padding: 25px 15px 15px 15px;
border-left: none;
border-right: none;
text-align: left;
}




span.small_txt {
padding: 0px 0px 0px 5px;
margin: 0px;
color: #999;
font-size: 8pt;
}
span.small_txt a:link,
span.small_txt a:visited,
span.small_txt a:hover,
span.small_txt a:active {color: #999; text-decoration: underline;}

div.smaller_txt {
padding: 0px 0px 0px 5px;
margin: 0px;
color: #999;
font-size: 8pt;
}
div.smaller_txt{
padding: 0px;
}
div.smaller_txt a:link,
div.smaller_txt a:visited,
div.smaller_txt a:hover,
div.smaller_txt a:active {color: #999; text-decoration: underline;}


span.smaller {
color: #999;
font-size: 8pt;
font-weight: normal;
}

div.firm {
padding: 0px;
margin: 0px;
}

div.firm h2 {
padding: 0px;
margin: 10px 0px 7px 0px;
clear: both;
}

div.firm img {
padding: 0px;
margin: 0px 0px -4px 0px;
clear: both;
}
div.firm_name {
padding: 0px;
margin: 0px 0px 2px 0px;
}

div.firm div.txt {
padding: 0px;
margin: 4px 0px 0px 0px;
}

div.dwnl_brs {
padding: 0px;
margin: 8px 0px 0px 0px;
}
div.dwnl_brs img {
padding: 0px 8px 0px 0px;
margin: 0px 0px 0px 0px;
}
