

/* Start:/local/templates/vm/css/style.css?166109811213883*/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
  font-family: 'Helios';
  src: url('/local/templates/vm/css/../fonts/subset-Helios.eot');
  src: url('/local/templates/vm/css/../fonts/subset-Helios.eot?#iefix') format('embedded-opentype'), url('/local/templates/vm/css/../fonts/subset-Helios.woff') format('woff'), url('/local/templates/vm/css/../fonts/subset-Helios.ttf') format('truetype'), url('/local/templates/vm/css/../fonts/subset-Helios.svg#Helios') format('svg');
  font-weight: normal;
  font-style: normal;
}
.os {
  font-family: 'Open Sans', sans-serif;
}
a:focus,
input:focus,
textarea:focus,
label:focus,
button:focus {
  outline: none;
}
a {
  color: #1a1a1a;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
}
body {
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #808080;
  -webkit-text-size-adjust: none;
}
.wrapper {
  max-width: 1110px;
  min-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.app_index {
  padding-top: 0;
}
.wrap {
  width: 842px;
  margin: 0 auto;
}
.header {
  padding: 50px 0 0;
  overflow: hidden;
}
.header__logo {
  float: left;
  width: 220px;
  height: 22px;
  text-decoration: none;
  text-indent: -9999px;
  background: url('/local/templates/vm/css/../images/logo.png') no-repeat;
  margin-top: 5px;
}
.header__nav {
  float: left;
  margin: 0;
  padding: 4px 0 0 94px;
  list-style: none;
}
.header__nav-item {
  float: left;
  padding: 0 0 0 27px;
  margin: 0;
}
.header__nav-item:first-child {
  padding: 0;
}
.header__nav-item a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "acumin-pro", sans-serif;
  color: #979797;
}
.header__nav-item a:hover,
.header__nav-item a.current {
  color: #1a1a1a;
}
.header__social {
  float: right;
  margin: 10px 0 0;
  overflow: hidden;
}
.header__social-link {
  float: left;
  margin-left: 18px;
}
.header__social-link_fb {
  background-image: url(/local/templates/vm/css/../images/sprite.png);
  background-position: -30px 0px;
  width: 8px;
  height: 13px;
}
.header__social-link_tw {
  background-image: url(/local/templates/vm/css/../images/sprite.png);
  background-position: -16px 0px;
  width: 13px;
  height: 13px;
}
.main {
  min-height: 500px;
  padding-top: 46px;
}
.slider {
  position: relative;
  overflow: hidden;
  width: 940px;
  margin: -5px -49px;
}
.slider__list {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 999999px;
  height: 450px;
}
.slider__item {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 450px;
}
.slider__item img {
  display: block;
  width: 100%;
}
.slider__item-photo {
  display: block;
  text-decoration: none;
  height: 450px;
  overflow: hidden;
}
.slider .bx-pager {
  padding: 28px 0 0;
  text-align: center;
}
.slider .bx-pager-item {
  display: inline-block;
  margin: 0 9px;
}
.slider .bx-pager-link {
  width: 9px;
  height: 9px;
  display: block;
  text-indent: -9999px;
  border-radius: 9px;
  background: #b1b1b1;
}
.slider .bx-pager-link.active {
  background: #1a1a1a;
}
.subnav {
  overflow: hidden;
  margin-left: 293px;
}
.subnav_next {
  padding-top: 10px;
  margin-left: 301px;
}
.subnav_next .subnav__item {
  margin: 8px 0 0 14px;
  font-size: 14px;
  position: relative;
}
.subnav_next .subnav__item:before {
  content: '|';
  color: #979797;
  position: absolute;
  left: -11px;
  top: 0;
}
.subnav_next .subnav__item:first-child:before {
  display: none;
}
.subnav__item {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 22px;
  font-family: 'Helios', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #808080;
}
.subnav__item.current,
.subnav__item:hover {
  color: #1a1a1a;
}
.grid {
  position: relative;
  padding: 40px 0 10px;
}
.grid__container {
  position: relative;
  margin: 0 -12px;
  overflow: hidden;
  font-size: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  padding: 12px;
  width: 25%;
  font-size: 12px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-backface-visibility: hidden;
}
.grid__cell.new {
  opacity: 0;
}
.grid__title {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 0;
  padding-top: 0;
  font-family: 'Helios', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.grid__title a {
  text-decoration: none;
  font-size: 18px;
  color: #808080;
}
.grid__title a:hover {
  color: #1a1a1a;
}
.grid__pagination {
  text-align: center;
  padding: 12px 0 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-backface-visibility: hidden;
}
.grid__pagination.loading {
  opacity: 1;
}
.grid__pagination-load {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}
.grid__pagination-load:after {
  content: '';
  display: block;
  width: 64px;
  height: 8px;
  position: absolute;
  right: -76px;
  top: 6px;
  background: url('/local/templates/vm/css/../images/loading.gif') no-repeat;
}
.item {
  display: block;
  text-decoration: none;
  position: relative;
}
.item__cover {
  display: block;
  height: 255px;
  background-color: #fff;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-backface-visibility: hidden;
}
.item__title {
  display: none;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  padding: 15px 15px 0;
  text-align: center;
  color: #999;
  font-family: 'Helios', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.item:hover .item__cover {
  box-shadow: 0 0 0 1px #808080;
}
.element {
  padding: 40px 0 0;
}
.element__top {
  zoom: 1;
}
.element__top:after {
  content: ' ';
  display: table;
  clear: both;
}
.element__breadcrumbs {
  float: left;
}
.element__nav {
  float: right;
  position: relative;
}
.element__nav:before {
  content: '';
  background: #1a1a1a;
  position: absolute;
  right: 38px;
  top: 0;
  height: 18px;
  width: 2px;
  display: block;
}
.element__nav-prev,
.element__nav-next {
  background-image: url(/local/templates/vm/css/../images/sprite.png);
  background-position: 0px 0px;
  width: 15px;
  height: 18px;
  float: left;
  text-decoration: none;
  margin-left: 50px;
}
.element__nav-next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.element__photos {
  margin-top: 16px;
}
.element__info {
  overflow: hidden;
  margin: 33px 0 0;
}
.element__info-preview {
  float: left;
  width: 374px;
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Helios', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.element__info-name {
  font-weight: normal;
  margin: 0;
  color: #1a1a1a;
  font-size: 14px;
  font-family: 'Helios', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  padding-bottom: 10px;
}
.element__info-description {
  color: #808080;
  font-size: 11px;
  line-height: 16px;
  float: left;
  margin-left: 15px;
  width: 330px;
}
.element__info-description p:first-child {
  padding-top: 0;
  margin-top: 0;
}
.photos__main {
  height: 480px;
}
.photos__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: inherit;
}
.photos__slide {
  margin: 0;
  padding: 0;
  height: inherit;
  position: relative;
  float: left;
  width: 100%;
}
.photos__slide-body {
  height: inherit;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.photos__preview {
  margin: 8px -6px 0;
}
.photos__preview-list {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  min-height: inherit;
}
.photos__preview-list:after {
  content: ' ';
  display: table;
  clear: both;
}
.photos__preview-item {
  display: block;
  margin: 12px 6px 0;
  padding: 0;
  height: 93px;
  width: 123px;
  float: left;
}
.photos__preview-photo {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #e5e5e5;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
  line-height: 93px;
  color: transparent;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
}
.photos__preview-photo.active {
  color: #fff;
  pointer-events: none;
  border-color: #8c8c8c;
}
.photos .bx-wrapper,
.photos .bx-viewport {
  height: inherit!important;
  margin: 0!important;
}
.breadcrumbs__back {
  float: left;
  color: #1a1a1a;
  font-size: 11px;
  text-decoration: none;
  margin-right: 22px;
}
.breadcrumbs__list {
  float: left;
}
.breadcrumbs__item {
  float: left;
  font-size: 11px;
  color: #b1b1b1;
  text-decoration: none;
}
.breadcrumbs__item:before {
  content: '/';
  margin: 0 4px;
}
.breadcrumbs__item:hover {
  color: #1a1a1a;
}
.breadcrumbs__item:hover:before {
  color: #b1b1b1;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
span.breadcrumbs__item {
  pointer-events: none;
  font-style: italic;
}
span.breadcrumbs__item:before {
  font-style: normal;
}
.page h1 {
  margin: 0 0 0 314px;
  padding: 0;
  font-weight: normal;
  font-family: "acumin-pro", sans-serif;
  color: #b1b1b1;
  font-size: 40px;
}
.cv {
  padding-top: 1px;
}
.cv__item {
  padding: 30px 0 0;
  max-width: 580px;
  overflow: hidden;
}
.cv__item-dates {
  color: #1a1a1a;
  float: left;
  width: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Helios', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.cv__item-text {
  margin-left: 66px;
  color: #808080;
  font-size: 11px;
  line-height: 15px;
}
.forms {
  padding: 56px 0 0;
  max-width: 290px;
}
.forms__title {
  color: #808080;
  font-size: 16px;
  text-transform: uppercase;
}
.forms__self {
  padding-top: 20px;
}
.forms__field {
  position: relative;
  padding-top: 15px;
}
.forms__field_error .forms__input,
.forms__field_error .forms__textarea {
  border: 1px solid red;
}
.forms__field_error .forms__error {
  display: block;
}
.forms__label {
  color: #808080;
  margin: 0;
  font-size: 13px;
  position: relative;
}
.forms__label > i {
  color: #010000;
  font-style: normal;
}
.forms__input {
  margin: 0;
  height: 27px;
  line-height: 27px;
  padding: 0px 10px 0;
  color: #1a1a1a;
  font-size: 12px;
  box-sizing: border-box;
  width: 100%;
  background: #f4f4f4;
  outline: none;
  display: inline-block;
  border: 1px solid #dcdcdc;
  margin: 6px 0 0;
  font-family: 'Open Sans', sans-serif;
}
textarea.forms__input {
  height: auto;
  line-height: 26px;
  padding: 4px 10px;
  text-align: left;
  resize: none;
}
.forms__input:focus {
  border-color: #a9a9a9;
}
.forms__error {
  color: red;
  text-align: center;
  padding: 11px 0 0;
  display: none;
}
.forms__button {
  margin-top: 22px;
  border: 1px solid #8e8e8e;
  background-color: #636363;
  cursor: pointer;
  height: 33px;
  line-height: 30px;
  color: #f0f0f0;
  padding: 0 15px;
  display: inline-block;
  font-size: 14px;
}
.forms__button:hover {
  background-color: #4a4a4a;
}
.popup__close {
  position: fixed;
  right: 40px;
  top: 40px;
  color: #fff;
  text-decoration: none;
  display: block;
  z-index: 9000;
  width: 32px;
  height: 32px;
  background: url('/local/templates/vm/css/../images/icons/popup-close.svg') no-repeat;
  opacity: .6;
}
.popup__close:hover {
  opacity: 1;
}
.popup .fancybox-prev,
.popup .fancybox-next {
  position: fixed;
}
.popup .fancybox-prev span {
  visibility: visible;
  left: 60px;
  background: url('/local/templates/vm/css/../images/icons/gallery-slider-arrows.svg') no-repeat;
  width: 19px;
  height: 31px;
  opacity: .5;
}
.popup .fancybox-prev span:hover {
  opacity: 1;
}
.popup .fancybox-next span {
  visibility: visible;
  right: 60px;
  background: url('/local/templates/vm/css/../images/icons/gallery-slider-arrows.svg?v=2') no-repeat;
  background-position: -20px 0;
  width: 19px;
  height: 31px;
  opacity: .5;
}
.popup .fancybox-next span:hover {
  opacity: 1;
}
.popup .fancybox-skin {
  background: transparent;
}
.fancybox-overlay {
  background: rgba(255, 255, 255, 0.9) !important;
}
.fancybox-opened .fancybox-skin {
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
}
.footer {
  overflow: hidden;
  padding: 100px 0 26px;
}
.footer__copyright {
  float: left;
  color: #808080;
  font-size: 12px;
}
.footer__creator {
  float: left;
  margin-left: 36px;
  color: #b1b1b1;
  font-size: 12px;
}
.footer__creator a {
  text-decoration: none;
  color: #b1b1b1;
}
/* End */


/* Start:/local/templates/vm/styles.css?166109811248*/
/*div[id*=bx_incl]{
	display: inline-block;
}
*/
/* End */
/* /local/templates/vm/css/style.css?166109811213883 */
/* /local/templates/vm/styles.css?166109811248 */
