@charset "UTF-8";
@footer_h: 100px;

@form-text-color: #303030;
@form-el-height: 29px;
@form-el-padding: 8px;
@form-el-bord-color: #d2d2d2;
@form-el-bord-color-change: #bab8b8;
@form-placehold-color: #808080;
@form-placehold-color-change: #575757;

@font-open-sans: 'Open Sans', sans-serif;
@font-geometria: 'Geometria', sans-serif;
@font-tahoma: Tahoma, Verdana, Segoe, sans-serif;
@font-main-size: 13px;

@import 'presets.less';

/* include fonts */

  /* Geometria */

    @font-face {
      font-family: 'Geometria';
      src: url('../../fonts/geometria/light/normal/font.eot');
      src: url('../../fonts/geometria/light/normal/font.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/geometria/light/normal/font.woff2') format('woff2'),
        url('../../fonts/geometria/light/normal/font.woff') format('woff'),
        url('../../fonts/geometria/light/normal/font.ttf') format('truetype'),
        url('../../fonts/geometria/light/normal/font.svg#Geometria') format('svg');
      font-weight: 300;
      font-style: normal;
    }

    @font-face {
      font-family: 'Geometria';
      src: url('../../fonts/geometria/light/italic/font.eot');
      src: url('../../fonts/geometria/light/italic/font.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/geometria/light/italic/font.woff2') format('woff2'),
        url('../../fonts/geometria/light/italic/font.woff') format('woff'),
        url('../../fonts/geometria/light/italic/font.ttf') format('truetype'),
        url('../../fonts/geometria/light/italic/font.svg#Geometria') format('svg');
      font-weight: 300;
      font-style: italic;
    }

    @font-face {
      font-family: 'Geometria';
      src: url('../../fonts/geometria/regular/normal/font.eot');
      src: url('../../fonts/geometria/regular/normal/font.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/geometria/regular/normal/font.woff2') format('woff2'),
        url('../../fonts/geometria/regular/normal/font.woff') format('woff'),
        url('../../fonts/geometria/regular/normal/font.ttf') format('truetype'),
        url('../../fonts/geometria/regular/normal/font.svg#Geometria') format('svg');
      font-weight: 400;
      font-style: normal;
    }

    @font-face {
      font-family: 'Geometria';
      src: url('../../fonts/geometria/regular/italic/font.eot');
      src: url('../../fonts/geometria/regular/italic/font.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/geometria/regular/italic/font.woff2') format('woff2'),
        url('../../fonts/geometria/regular/italic/font.woff') format('woff'),
        url('../../fonts/geometria/regular/italic/font.ttf') format('truetype'),
        url('../../fonts/geometria/regular/italic/font.svg#Geometria') format('svg');
      font-weight: 400;
      font-style: italic;
    }

    @font-face {
      font-family: 'Geometria';
      src: url('../../fonts/geometria/extrabold/normal/font.eot');
      src: url('../../fonts/geometria/extrabold/normal/font.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/geometria/extrabold/normal/font.woff2') format('woff2'),
        url('../../fonts/geometria/extrabold/normal/font.woff') format('woff'),
        url('../../fonts/geometria/extrabold/normal/font.ttf') format('truetype'),
        url('../../fonts/geometria/extrabold/normal/font.svg#Geometria') format('svg');
      font-weight: 800;
      font-style: normal;
    }

    @font-face {
      font-family: 'Geometria';
      src: url('../../fonts/geometria/extrabold/italic/font.eot');
      src: url('../../fonts/geometria/extrabold/italic/font.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/geometria/extrabold/italic/font.woff2') format('woff2'),
        url('../../fonts/geometria/extrabold/italic/font.woff') format('woff'),
        url('../../fonts/geometria/extrabold/italic/font.ttf') format('truetype'),
        url('../../fonts/geometria/extrabold/italic/font.svg#Geometria') format('svg');
      font-weight: 800;
      font-style: italic;
    }

  /* Geometria */

  /* Fedra Sans Pro */

    @font-face {
      font-family: 'Fedra Sans Pro';
      src: url('../../fonts/fedra-sans-pro/medium/normal/font.eot');
      src: url('../../fonts/fedra-sans-pro/medium/normal/font.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/fedra-sans-pro/medium/normal/font.woff') format('woff'),
      url('../../fonts/fedra-sans-pro/medium/normal/font.ttf') format('truetype'),
      url('../../fonts/fedra-sans-pro/medium/normal/font.svg#Fedra Sans Pro') format('svg');
      font-weight: 500;
      font-style: normal;
    }

    @font-face {
      font-family: 'Fedra Sans Pro';
      src: url('../../fonts/fedra-sans-pro/medium/italic/font.eot');
      src: url('../../fonts/fedra-sans-pro/medium/italic/font.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/fedra-sans-pro/medium/italic/font.woff') format('woff'),
        url('../../fonts/fedra-sans-pro/medium/italic/font.ttf') format('truetype'),
        url('../../fonts/fedra-sans-pro/medium/italic/font.svg#Fedra Sans Pro') format('svg');
      font-weight: 500;
      font-style: italic;
    }

  /* Fedra Sans Pro */


/* include fonts */

/* base */

  html {
    height: 100%;
  }

  body {
    height: 100%;
    font-family: @font-geometria;
    font-size: @font-main-size;
    font-weight: 400;
    background: #e1e1e1;
	color: #000;
	line-height:1.15;
  }
  button, input, select, textarea, pre {
    font-family: @font-geometria;
  }

  fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
  }

  img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }

  ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  address {
    font-style: normal;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0 0;
    width: 100%;
    tr {
      &:nth-child(odd) {
        td {
          background-color: #e9e9e9;
        }
      }
    }
    td,th {
      padding: 4px 15px;
      border-left: 1px solid #fff;
      &:first-child {
        border-left: 0;
      }
    }
    th {
      text-align: left;
      background-color: #f3f3f3;
    }
  }

  a,.link {
    color: #416e23;
    text-decoration: underline;
    display: inline;
    cursor: pointer;
    &:hover {
      text-decoration: none;
	  color: #416e23;
    }
    img {
      border: 0;
    }
  }
  .link {
  }
  .link--pseudo {
    text-decoration: none;
    border-bottom: 1px dashed;
    &:hover {
      border-bottom-color: transparent;
    }
  }
  [href^="tel"] {
    color: inherit;
    cursor: default;
    text-decoration: none;
    &:hover {
      text-decoration: none;
    }
  }

  h1,h2,h3,h4,h5,h6,.h-title {
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: -1px;
    a {
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    }
    .highlight {
      color: #a0a1a2;
    }
  }
  h1,.h1-title {
    font-size: 48px;
    font-weight: 300;
  }
  h2,.h2-title {
    font-size: 32px;
  }
  h3,.h3-title {
    font-size: 24px;
  }
  h4,.h4-title {
    font-size: 16px;
  }
  h5,.h5-title {
    font-size: 12px;
  }
  h6,.h6-title {
    font-size: 10px;
  }
  .h-title {
    &--indent {
      padding-left: 40px;
      margin-bottom: 46px;
    }
  }

  p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
  }

/* base */

/* common */

  /* form elements */

    .f-unit {
      .transition(border-color,.4s);
      box-sizing: border-box;
      width: 100%;
      display: block;
      color: @form-text-color;
      margin: 0;
      border: 1px solid @form-el-bord-color;
      border-radius: 0;
      outline: 0;
      height: @form-el-height;
      line-height: @form-el-height;
      padding: 0 @form-el-padding;
      background: #fff;
      box-shadow: inset 0 0 10px 0 #d2d2d2;
      &::-webkit-input-placeholder {
        .transition(color,.4s);
        color: @form-placehold-color;
      }
      &:-moz-placeholder {
        .transition(color,.4s);
        color: @form-placehold-color;
      }
      &::-moz-placeholder {
        .transition(color,.4s);
        color: @form-placehold-color;
      }
      &:-ms-input-placeholder {
        .transition(color,.4s);
        color: @form-placehold-color;
      }
      &.focused,
      &:focus {
        .transition(all,.4s);
        border-color: @form-el-bord-color-change;
        box-shadow: inset 0 0 10px 0 #bab8b8;
        &::-webkit-input-placeholder {
          .transition(color,.4s);
          color: @form-placehold-color-change;
        }
        &:-moz-placeholder {
          .transition(color,.4s);
          color: @form-placehold-color-change;
        }
        &::-moz-placeholder {
          .transition(color,.4s);
          color: @form-placehold-color-change;
        }
        &:-ms-input-placeholder {
          .transition(color,.4s);
          color: @form-placehold-color-change;
        }
      }
      &.disabled {
        opacity: .6;
        filter: alpha(opacity=60);
        * {
          .user-select();
          cursor: default !important;
        }
      }
    }
    .f-unit--input {
      -webkit-appearance: none;
      &[type="search"] {
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0;
      }
      &::-ms-clear {
        display: none;
      }
      &:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
      }
      &[type="radio"],
      &[type="checkbox"] {
        width: 24px;
        height: 24px;
        display: inline-block !important;
        vertical-align: top;
        opacity: 1 !important;
      }
      &.jq-checkbox,
      &.jq-radio {
        width: 24px;
        height: 24px;
        padding: 0;
        cursor: pointer;
        background-position: 1000px 0;
        vertical-align: top;
        overflow: hidden;
        &::before {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          content: '';
          z-index: 1;
          background-color: #fff;
        }
        &.checked {
        }
        input.inp {
          width: 100%;
          height: 100%;
        }
      }
      &.jq-radio {
        border-radius: 50%;
      }
    }
    .f-unit--select {
      font-family: @font-tahoma;
      font-weight: 500;
      border: 0;
      border-bottom-width: 1px;
      border-bottom-style: dashed;
      border-bottom-color: #303030;
      box-shadow: none;
      line-height: normal;
      height: auto;
      padding: 0;
      &:focus {
        box-shadow: none;
        border-bottom-color: transparent;
      }
    }
    .f-unit--textarea {
      line-height: 1.2;
      padding: @form-el-padding;
      resize: vertical;
      min-height: @form-el-height * 2;
      overflow: auto;
    }
    .f-unit--checkbox {
      width: 24px;
      height: 24px;
      margin-right: 6px;
      &::before {
        .transition(border-width,.3s);
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -5px;
        width: 9px;
        height: 6px;
        border: 3px solid #79af4d;
        border-top-width: 0;
        border-right-width: 0;
        opacity: 0;
        -webkit-transform: rotate(-45deg) translateZ(0);
        transform: rotate(-45deg) translateZ(0);
        content: '';
      }
      &.checked {
        &::before {
          opacity: 1;
        }
      }
      input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }
    }
	div.js-inp-styled input.js-inp-styled {
		position: 'absolute';
		z-index: -1;
		opacity: 0;
		margin: 0;
		padding: 0;
	}
	div.js-inp-styled {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}
	
    .f-unit__select-custom {
      position: relative;
      max-width: 100%;
      font-family: @font-tahoma;
      select {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
      }
      &--open {
        z-index: 9000;
        .f-unit__select-custom__select {
          &::before,
          &::after {
            display: block;
            content: '';
          }
        }
        .f-unit__select-custom__select-text {
          border-bottom-color: transparent;
        }
        .f-unit__select-custom__select-trigger {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
        }
        .f-unit__select-custom__dropdown {
          display: block;
        }
      }
    }
    .f-unit__select-custom__select {
      position: relative;
      &::before,
      &::after {
        position: absolute;
        top: -10px;
        right: -17px;
        bottom: -10px;
        left: -17px;
        border-radius: 6px 6px 6px 0;
        display: none;
      }
      &::before {
        background-color: #fff;
        z-index: 2;
      }
      &::after {
        box-shadow: 0 0 20px 4px rgba(0,0,0,.15);
        z-index: 0;
      }
    }
    .f-unit__select-custom__select-text {
      .transition(border-bottom-color,.3s);
      font-family: @font-tahoma;
      font-weight: 500;
      border: 0;
      border-bottom-width: 1px;
      border-bottom-style: dashed;
      border-bottom-color: #303030;
      padding-right: 20px;
      max-width: 100%;
      box-sizing: border-box;
      position: relative;
      z-index: 3;
    }
    .f-unit__select-custom__select-text___contain {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    .f-unit__select-custom__select-trigger {
      .transition(all,.3s);
      position: absolute;
      z-index: 3;
      top: 50%;
      right: 4px;
      margin-top: -2px;
      border-width: 4px;
      border-style: solid;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      border-bottom-width: 0;
    }
    .f-unit__select-custom__dropdown {
      position: absolute;
      z-index: 1;
      top: 100%;
      left: -17px;
      background-color: #fff;
      box-sizing: border-box;
      padding: 10px 17px 10px;
      box-shadow: 0 0 20px 4px rgba(0,0,0,.15);
      border-radius: 0 6px 6px 6px;
      white-space: nowrap;
      overflow: auto;
      display: none;
    }
    .f-unit__select-custom__dropdown-list__item {
      margin-top: 10px;
      &:first-child {
        margin-top: 0;
      }
    }
    .f-unit__select-custom__dropdown-list__item-link {
      display: inline;
      &:hover {
        color: #f14b0d;
        cursor: pointer;
      }
    }

    .unit-radio-wrap {
      display: inline-block;
      vertical-align: top;
      position: relative;
      .f-unit {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
        line-height: normal;
        opacity: 0;
        &:checked {
          + .unit-label {
            background-color: #d9e2d4;
            .link--pseudo {
              border-bottom-color: transparent;
            }
          }
        }
      }
      .unit-label {
        padding: 6px 12px;
        position: relative;
        z-index: 2;
        color: #303030;
        font-family: @font-tahoma;
        font-weight: 500;
        .link {
          color: inherit;
        }
      }
      &--disabled {
        color: #a0a1a2;
        .unit-label {
          cursor: default;
          color: inherit;
          .link--pseudo {
            border-bottom-color: transparent;
          }
        }
      }
    }

    .unit-group-input {
      display: inline-block;
      vertical-align: middle;
      .unit-label {
        margin-right: 14px;
      }
      .unit-label-group {
        margin-right: 14px;
        display: inline-block;
        vertical-align: middle;
      }
      .unit-input {
        display: inline-block;
        vertical-align: middle;
      }
      &--label-right {
        .unit-input {
          margin-right: 2px;
        }
        .unit-label {
          margin-right: 0;
        }
      }
    }

  /* form elements */

  /* helpers */

    /* font */

      .weight--thin {
        font-weight: 200;
      }
      .weight--light {
        font-weight: 300;
      }
      .weight--regular {
        font-weight: 400;
      }
      .weight--medium {
        font-weight: 500;
      }
      .weight--semi-bold {
        font-weight: 600;
      }
      .weight--bold {
        font-weight: 700;
      }
      .weight--extra-bold {
        font-weight: 800;
      }
      .weight--black {
        font-weight: 800;
      }
      .align--right {
        text-align: right;
      }
      .align--center {
        text-align: center;
      }
      .align--left {
        text-align: left;
      }

    /* font */

    .i-common {
      background: url('../../images/i/i-common.png') no-repeat;
      background-size: 400px auto;
      position: relative;
      text-indent: -9000px;
      text-align: left;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      &--turn {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
      }
    }
    .i-c-computer-setting {
      width: 32px;
      height: 32px;
      background-position: 0 0;
      &--green {
        background-position: 0 -32px;
      }
    }
	.i-c-hat-setting {
      width: 32px;
      height: 32px;
      background-position: 0 -32px * 6;
      &--green {
        background-position: 0 -32px * 7;
      }
    }
	
    .i-c-click {
      width: 32px;
      height: 32px;
      background-position: 0 -32px * 2;
      &--green {
        background-position: 0 -32px * 3;
      }
    }
    .i-c-device {
      width: 24px;
      height: 24px;
      background-position: -32px 0;
    }
	.i-c-box {
		 width: 24px;
		height: 26px;
		background-position: -32px -34px;
	}
	.i-c-list {
		 width: 24px;
		height: 26px;
		background-position: -32px -64px;
	}
	
    .i-c-diskette {
      width: 16px;
      height: 16px;
      background-position: -56px 0;
    }
    .i-c-add-project {
      width: 16px;
      height: 16px;
      background-position: -56px -16px;
    }
    .i-c-guide {
      width: 40px;
      height: 40px;
      background-position: -72px 0;
    }
	.i-c-basket {
      width: 40px;
      height: 40px;
      background-position: -72px -44px;
    }
    .i-c-guide-prev,
    .i-c-guide-next {
      width: 17px;
      height: 17px;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      border: 1px solid;
      border-radius: 50%;
      position: relative;
      &::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        width: 3px;
        height: 3px;
        border-width: 1px;
        border-style: solid;
        margin: auto;
      }
    }
    .i-c-guide-prev {
      &::before {
        left: 2px;
        border-top-color: transparent;
        border-right-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }
    }
    .i-c-guide-next {
      &::before {
        left: -2px;
        border-bottom-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }
    }
    .i-c-close-round {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid;
      background: none;
      &::before,
      &::after {
        position: absolute;
        right: 2px;
        left: 2px;
        border-top: 1px solid;
        content: '';
      }
      &::before {
        top: 7px;
        transform: rotate(45deg);
      }
      &::after {
        bottom: 8px;
        transform: rotate(-45deg);
      }
    }
    .i-folder {
      width: 32px;
      height: 32px;
      background-position: 0 -32px * 5;
    }
	.i-motion-btn {
		 width:26px;
		 height:26px;
		 /*border-radius:50%;*/
		 box-sizing:border-box;
		 color:#426d28;
		 position:relative;
		 font-size:13px;
		 /*border:1px solid;*/
		 text-indent:0;
		 cursor:pointer
    }
    .i-motion-btn .icon {
	 position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%)
    }
	.i-arrow-up { 
		background: url('../../images/i/ic_up.png') no-repeat;
		width: 18px;
		height: 18px;
		display: inline-block;
	}
	.i-arrow-down { 
		background: url('../../images/i/ic_down.png') no-repeat;
		width: 18px;
		height: 18px;
		display: inline-block;
	}
	.i-clone { 
		background: url('../../images/i/ic_clone.png') no-repeat;
		width: 18px;
		height: 18px;
		display: inline-block;
	}
	.i-delete { 
		background: url('../../images/i/ic_delete.png') no-repeat;
		width: 18px;
		height: 18px;
		display: inline-block;
	}

    [class*="js-"] {
      cursor: pointer;
    }
    .js--cursor-def {
      cursor: default;
    }

    .bl {
      display: block;
    }
    .in-bl {
      display: inline-block;
    }
    .fl-l {
      float: left;
    }
    .fl-r {
      float: right;
    }
    .clearfix::before {
      content: '';
      display: table;
    }
    .clearfix::after {
      display: block;
      clear: both;
      content: '';
    }
    .hidden {
      display: none;
    }
    .hidden--important {
      display: none !important;
    }
    .item,
    .point {
      &:first-child {
        margin-left: 0 !important;
        margin-top: 0 !important;
      }
    }
    .wrapper {
      box-sizing: border-box;
      width: 1220px;
      max-width: 100%;
      margin-right: auto;
      margin-left: auto;
    }
    .horiz-vert-center {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
    }

    .imit-table {
      width: 100%;
      height: 100%;
      display: table;
    }
    .imit-table--column {
      display: table-cell;
      vertical-align: middle;
    }
    .imit-table--row {
      width: 100%;
      display: table-row;
    }

    .posit-unit {
      display: block;
      &::before {
        content: '';
        display: table;
      }
      &::after {
        content: '';
        display: block;
        clear: both;
      }
    }
    .posit-unit--left {
      float: left;
    }
    .posit-unit--right {
      float: right;
    }
    .posit-unit--middle {
      display: block;
      overflow: hidden;
    }

    .columns-unit {
      overflow: hidden;
      &.clearfix {
        overflow: visible;
      }
    }
    .columns-unit--2 {
      .column-unit {
        width: 96% / 2;
        margin-left: 4%;
      }
    }
    .columns-unit--3 {
      .column-unit {
        width: 96% / 3;
        margin-left: 2%;
      }
    }
    .column-unit {
      width: 100%;
      float: left;
      &:first-child {
        margin-left: 0 !important;
      }
    }

    .a-inherit {
      a,.link {
        color: inherit;
      }
    }

  /* helpers */

  /* buttons */

    .btn {
      box-sizing: border-box;
      font-family: @font-tahoma;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      text-decoration: none;
      line-height: normal;
      border: 0;
      outline: 0;
      padding: 14px 16px;
      cursor: pointer;
      border-radius: 0;
      text-shadow: none;
      box-shadow: none;
      text-transform: uppercase;
      &:hover {
        text-decoration: none;
      }
      .icon {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 8px 0 0;
      }
    }
    .btn--green {
      background: #416e23;
      color: #fff;
      &:hover {
        background-color: #7a9965;
      }
      &.btn--load {
        background: #68914d;
        .btn__progress {
          background-color: #416e23;
        }
      }
    }

    .btn--orange {
      background: #ef7c2c;
      color: #fff;
      &:hover {
        background-color: #ee995d;
      }
    }

    .btn--disabled {
      background: #9b9b9b;
      color: #fff;
      cursor: default;
      &:hover {
        background: #9b9b9b;
      }
      &:active {
        background: #9b9b9b;
      }
      &.btn--active {
        &::after {
          border-top-color: #9b9b9b;
        }
      }
    }

    @keyframes changewidth {
      from {
        width: 100%;
      }

      to {
        width: 0%;
      }
    }

    .btn--load {
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px);
      cursor: default;

      .btn__progress {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        animation-duration: 2.5s;
        animation-name: changewidth;
        animation-iteration-count: infinite;
        animation-direction: normal;
      }
    }

  /* buttons */

  /* form */

    .unit-label {
      display: inline-block;
      vertical-align: middle;
      cursor: default;
      color: #a0a1a2;
      font-family: @font-open-sans;
    }
    .unit-label-group {
      position: relative;
      padding-right: 22px;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      .unit-label {
        margin-right: 0;
      }
      .unit-helper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
      }
    }

    .unit-form {
      .item {
        position: relative;
        margin-top: 10px;
      }
      .unit-label {
        line-height: 1em;
        margin-bottom: 6px;
      }
    }

  /* form */

  /* other */

    .unit-main {
      .relative(1);
      box-sizing: border-box;
      min-height: 100%;
      padding-bottom: @footer_h;
      margin-left: 107px;
      margin-right: 30px;
    }

    .loader {
      position: relative;
      &::before {
        .absolute(2);
        top: 50%;
        left: 50%;
        height: 28px;
        width: 28px;
        margin: -25px 0 0 -25px;
        animation: rotate 0.8s infinite linear;
        border: 8px solid #223cbd;
        border-right-color: transparent;
        border-radius: 50%;
        content: '';
      }
      > * {
        position: relative !important;
        z-index: 1 !important;
        opacity: .5 !important;
        filter: alpha(opacity=50) !important;
      }
    }

    /* header */

      .unit-header {

      }

    /* header */

    /* footer */

      .unit-footer {
        position: relative;
        height: @footer_h;
        color: #6d6e71;
        .posit-unit--left {
          .contain {
            margin-right: 79px;
          }
        }
        .posit-unit--right {
          .contain {
            margin-left: 160px;
          }
        }
        .unit-logo {
          margin-top: 15px;
          margin-bottom: 22px;
        }
        .copyright {
          line-height: 1.35em;
        }
        .description {
          padding-top: 8px;
          padding-bottom: 24px;
          margin-bottom: 11px;
          line-height: 1.7em;
          &.custom-dotted {
            &::before {
              position: absolute;
              right: 0;
              bottom: 0;
              left: 0;
            }
          }
        }
        .contacts {
          letter-spacing: -1px;
          .column {
            display: inline-block;
            vertical-align: top;
            margin-left: 66px;
            &:first-child {
              margin-left: 0;
            }
            .icon {
              position: absolute;
              top: 0;
              left: 0;
              color: #91c35b;
              font-size: 14px;
            }
          }
          .opening-work,
          .email,
          .callback,
          .email,
          .phones {
            position: relative;
            padding-left: 30px;
          }
          .phones {
            .item {
              margin-top: 7px;
            }
            .icon {
              font-size: 22px;
              top: -3px;
            }
          }
          .callback {
            margin-top: 8px;
          }
          .email {
            a {
              text-decoration: none;
              &:hover {
                text-decoration: underline;
              }
            }
          }
        }
        .developer {
          display: inline-block;
          vertical-align: top;
          text-decoration: none;
          color: inherit;
          text-align: center;
          margin-bottom: 33px;
          &:hover {
            .dev--logo {
              opacity: .8;
            }
            .dev--text {
              text-decoration: underline;
            }
          }
          &:active {
            .dev--logo {
              opacity: .6;
            }
            .dev--text {
              text-decoration: underline;
            }
          }
          .dev--logo {
            background: url('../../images/bg/developer.png') no-repeat 0 0;
            background-size: 100% auto;
            width: 77px;
            height: 38px;
            text-indent: -9000px;
            overflow: hidden;
            text-align: left;
            margin-bottom: 2px;
            display: inline-block;
            vertical-align: top;
          }
          .dev--text {
            font-size: 9px;
            letter-spacing: -1px;
            display: block;
            text-transform: uppercase;
          }
        }
        .version {
          color: #454547;
          font-size: 9px;
          text-transform: uppercase;
        }
        .wrapper {
          padding-top: 26px;
          padding-bottom: 32px;
        }
      }

    /* footer */

    .unit-logo {
      width: 62px;
      height: 33px;
      background: url('../../images/bg/logo.png') no-repeat 0 0;
      background-size: 100% auto;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      text-indent: -9000px;
      overflow: hidden;
      &--large {
        width: 93px;
        height: 50px;
      }
    }

    .unit-sidebar {
      width: 81px;
      position: fixed;
      z-index: 9000;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: #f0f0f0;
      box-sizing: border-box;
      padding: 8px;
      text-align: center;
      .unit-logo {
        margin: 16px auto;
      }
      .unit-menu {
        margin-right: -8px;
        margin-left: -8px;
      }
    }
    .unit-authorization {
      height: 60px;
      position: relative;
      font-size: 14px;
      width: 0;
      .unit-contain {
        position: absolute;
        top: -8px;
        bottom: -8px;
        left: -8px;
        background-color: #426d28;
        color: #fff;
        width: 81px;
        height: 100%;
        white-space: nowrap;
      }
      .blocked {
        .transition(all,.3s);
        width: 81px;
        height: 100%;
        line-height: 60px;
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        text-align: center;
        &:hover {
          background-color: #5d7a4b;
        }
      }
      .unit-text {
        .transition(all,.3s);
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
        width: 0px;
        visibility: hidden;
        // position: absolute;
      }
      .close {
        .transition(all,.3s);
        width: 60px;
        height: 100%;
        line-height: 60px;
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
        visibility: hidden;
        position: absolute;
        &:hover {
          opacity: .8;
        }
        &:active {
          opacity: .6;
        }
      }
    }
    .html--authorization-registration {
      .unit-container-top {
        padding-top: 70px;
      }
      .unit-authorization {
        .blocked {
          width: 60px;
          &:hover {
            background-color: transparent;
          }
        }
        .unit-text {
          -webkit-transform: translateX(0);
          transform: translateX(0);
          opacity: 1;
          width: 400px;
          visibility: visible;
          position: relative;
        }
        .close {
          -webkit-transform: translateX(0);
          transform: translateX(0);
          opacity: 1;
          visibility: visible;
          position: relative;
        }
        .unit-contain {
          width: auto;
        }
      }
    }

    .unit-menu {
      font-size: 12px;
      font-weight: 800;
      text-align: center;
      color: #fff;
      background-color: #dedad8;
      .item {
        height: 77px;
        border-top: 2px solid #f0f0f0;
        &:first-child {
          border-top: 0;
        }
        &.active {
          color: #416e23;
          position: relative;
          &::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            content: '';
            border-right: 3px solid;
          }
          .link {
            &::before,
            &::after {
              position: absolute;
              top: 50%;
              right: 0;
              margin-top: -4px;
              border-width: 4px;
              border-style: solid;
              border-color: transparent;
              border-right-width: 0;
              content: '';
            }
            &::before {
              right: -1px;
              border-left-color: #dedad8;
              z-index: 2;
            }
            &::after {
              right: -4px;
              border-left-color: #416e23;
            }
          }
        }
        &--hightlight {
          background-color: #f0f0f0;
          color: #6d6e71;
          font-size: 11px;
          height: 90px;
        }
      }
      .link {
        display: block;
        height: 100%;
      }
      .graphic {
        margin-bottom: 7px;
        font-size: 14px;
        display: block;
      }
      .description {
        display: block;
        text-transform: uppercase;
      }
      a {
        text-decoration: none;
      }
    }

    .custom-dotted {
      position: relative;
      &::before {
        display: block;
        text-align: left;
        white-space: nowrap;
        font-family: 'Geometria', sans-serif;
        font-size: 6px;
        content: '.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................';
        color: #303030;
        font-weight: 600;
        letter-spacing: 6px;
        overflow: hidden;
      }
    }

    .contain--pg {
      padding: 12px 40px 18px 40px;
    }
    .contain--pg-rl {
      padding-right: 40px;
      padding-left: 40px;
    }
    .contain--pg-tb {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .contain--tp {
      padding-top: 33px;
    }
    .contain--white {
      background-color: #fff;
    }
    .contain--mb {
      margin-bottom: 40px;
    }
    .contain--pg-negation {
      margin-left: -40px;
      margin-right: -40px;
    }
	.contain--error {
		color: #fd7222;
		.unit-highlight-title {
			text-transform: uppercase;
			&::before {
				background-color: #fd7222;
			}
		}
		.contain {
			p {
				padding-bottom: 10px;
			}
		}
	}

    .width--155 {
      width: 155px;
    }

    .width--40 {
      width: 40px;
    }

    .width--72 {
      width: 72px;
    }

    .width--110 {
      width: 110px;
    }

    .unit-helper {
      width: 18px;
      height: 18px;
      line-height: 16px;
      border-radius: 50%;
      background-color: #e1e1e1;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      font-family: @font-open-sans;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      box-sizing: border-box;
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      position: relative;
      &::before {
        content: '?';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }
      &:hover {
        background-color: #96ac89;
        color: #fff;
      }
      &--no-fill {
        border-color: inherit;
        background-color: transparent;
        &:hover {
          background-color: transparent;
          opacity: .7;
          color: inherit;
        }
      }
      &--disabled {
        &:hover {
          cursor: default;
          background-color: transparent;
          opacity: 1;
        }
      }
    }

    .global-message-wrap {
      position: relative;
    }
    .global-message {
      color: #fd7222;
      padding: 6px 7px 8px 44px;
      border: 1px dashed;
      border-radius: 2px;
      line-height: 1.4em;
      display: inline-block;
      vertical-align: top;
      // position: absolute;
      // see task https://macte.bitrix24.ru/company/personal/user/250/tasks/task/view/14270/
      position: relative;
      z-index: 8900;
      .highlight {
        color: #fd4b22;
      }
      .graphic {
        position: absolute;
        width: 24px;
        height: 24px;
        line-height: 24px;
        top: 14px;
        left: 9px;
        bottom: 14px;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14px;
        color: #fff;
        text-align: center;
        background-color: #fd7222;
      }
      .description {
        &::before {
          position: absolute;
          top: 10px;
          bottom: 10px;
          left: 33px;
          border-left: 1px solid;
          content: '';
        }
      }
      &--white {
        background-color: #fff;
      }
	  &--an {
		margin-left:320px;
		margin-top:5px!important;
	  }
      &--plain {
        border-width: 0;
        margin-bottom: 14px;
        padding-left: 40px;
		display:block;
        .graphic {
          left: 0;
        }
        .description {
          &::before {
            display: none;
            content: none;
          }
        }
      }
    }

    .block-tagging {
      position: relative;
      z-index: 8901;
      &--white {
        background-color: #fff;
      }
      &::after {
        position: absolute;
        // z-index: 8902;
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        border: 1px dashed #fd7222;
        border-bottom-style: solid;
        border-bottom-color: #fff;
        border-radius: 2px;
        content: '';
      }
    }

    .global-error {
      color: #fd4b22;
      .f-unit {
        color: inherit;
        border-color: inherit;
      }
    }

    .html--preloader {
      overflow: hidden;
    }
    .unit-preloader {
      position: fixed;
      z-index: 9100;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, .9);
      text-align: center;
    }
    .unit-preloader__contain {
      box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
      background-color: #fff;
      padding: 32px 40px;
      margin: 20px auto;
      display: inline-block;
      vertical-align: top;
      max-width: 900px;
      box-sizing: border-box;
    }
    .unit-preloader__title {
      font-size: 26px;
      margin-bottom: 18px;
    }
    .unit-preloader__bar {
      width: 540px;
      height: 14px;
      margin-right: auto;
      margin-left: auto;
      background-color: #a0b692;
      &-progress {
        height: 100%;
        background-color: #426d26;
      }
    }

    .unit-loading {
      position: absolute;
      z-index: 9000;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 85px;
      height: 85px;
      border-radius: 50%;
      background-color: #f8f8f8;
      box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
    }

    .unit-loading-wrapper {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      background: rgba(175, 175, 175, 0.05);
      display: none;
    }

    .unit-loading-wrapper_active {
      display: block!important;
    }

    .unit-loading__spinner {
      width: 70px;
      height: 18px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      text-align: center;
    }

    .unit-loading__spinner-bounce {
      width: 12px;
      height: 12px;
      background-color: #68914d;
      border-radius: 100%;
      display: inline-block;
      vertical-align: top;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .unit-loading__spinner-bounce--1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }

    .unit-loading__spinner-bounce--2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }

    .unit-highlight-title {
      position: relative;
      &::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -40px;
        width: 6px;
        content: '';
        background-color: #8ec549;
      }
    }

    @-webkit-keyframes sk-bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0) }
      40% { -webkit-transform: scale(1.0) }
    }

    @keyframes sk-bouncedelay {
      0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
        }
    }

  /* other */

/* common */

/* content */

  .custom-select-area {
    .scrollbar-container {
      background: white!important;
      width: 8px!important;
      opacity: 0.1!important;
    }

    .scrollbar {
      background: rgba(0, 0, 0, 0.5)!important;
    }

    .scrollbar-container.active, .scrollbar-container:hover {
      opacity: 0.1!important;
    }
  }

  .server-count-span {
    vertical-align: inherit;
    padding-left: 5px;
  }

  .unit-content {
    p,h1,h2,h3,h4,h5,h6,ul,ol,table,.custom-margin {
      margin: 0 0 1.4em;
    }
    h1,h2,h3,h4,h5,h6 {
      margin: 0 0 .8em;
    }
    ol {
      margin-bottom: 1em;
    }
    ul, ol {
      padding-left: 1.8em;
    }
    ol {
      list-style: decimal;
    }
    ul {
      list-style: disc;
    }
    ul,ol {
      li {
        margin-bottom: 1em;
      }
    }
    [style*="float: left"],
    [style*="float:left"] {
      margin-right: 1em;
    }
    [style*="float: right"],
    [style*="float:right"] {
      margin-left: 1em;
    }
    > * {
      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .unit-body {}

  .unit-guide {
    .wrapper {
      position: relative;
    }
    .button-wrap {
      position: absolute;
      z-index: 9000;
      top: 68px;
      right: 0;
	  &.button-wrap-order {
		position: fixed;
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: right;
		z-index: 9002;
		.unit-popover {
			position: relative;
			background: #ececec;
		}
		.close {
			padding: 15px;
			background: #416e23;
			color: #fff;
			cursor: pointer;
			position: absolute;
			right: 40px;
			top: -46px;
		}
		.order-layer {
			display: none;
			width: 100%;
			text-align: right;
			
			.order-layer-content {
				height: 70px;
				padding-top: 10px;
				margin-right: 15px;
				.sum {
					margin-left: 32px;
					.icon {
						top: -6px;
						margin-right: 8px;
					}
					span {
						color: #416e23;
					}
				}
				.goto-order {
					margin-left: 32px;
					color: #426d28;
					.link {
						color: #426d28;
					}
					.icon {
						top: -6px;
						margin-right: 8px;
					}
				}
			}
		}
		&--open {
			.order-layer {
				display:block;
			}
			.btn--green {
				display:none;
			}
		}
		
		.btn--green {
			.link {
				color: #fff;
			}
		}
		
	  }
    }
    .button {
      color: #fff;
      display: block;
      margin-top: 24px;
      &:first-child {
        margin-top: 0;
      }
      &.custom-dotted {
        position: relative;
        &:first-child {
          padding-top: 0;
          &::before {
            content: none;
            display: none;
          }
        }
        &::before {
          position: absolute;
          top: -20px;
          right: 0;
          left: 0;
          text-indent: 2px;
        }
      }
      .graphic {
        width: 68px;
        height: 68px;
        text-align: center;
        background-color: #c9caca;
        display: block;
        margin-bottom: 3px;
        position: relative;
        cursor: pointer;
        .icon {
          font-size: 32px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
        }
        .count {
          width: 24px;
          height: 24px;
          line-height: 20px;
          position: absolute;
          top: 50%;
          right: -12px;
          margin-top: -12px;
          color: #fff;
          font-size: 12px;
          box-sizing: border-box;
          border: 2px solid #e1e1e1;
          font-family: @font-tahoma;
          border-radius: 50%;
          text-align: center;
          background-color: #c9caca;
        }
      }
      .message {
        .transition(all,.3s);
        position: absolute;
        min-width: 300px;
        right: 100%;
        top: 0;
        padding: 13px 10px;
        background-color: #c9caca;
        color: #fff;
        font-size: 14px;
        line-height: 1.5em;
        font-family: @font-open-sans;
        // white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
        .text {
          padding-bottom: 30px;
          &.custom-dotted {
            &::before {
              position: absolute;
              right: 0;
              left: 0;
              bottom: 0;
              color: inherit;
            }
          }
        }
        .close {
          .icon {
            margin-right: 4px;
            vertical-align: middle;
          }
        }
      }
      .description {
        text-align: center;
        cursor: pointer;
        color: #939393;
        font-size: 16px;
      }
      &--error {
        .graphic {
          background-color: #fd7222;
          .count {
            background-color: #fd7222;
          }
        }
      }
      &--guide {
        &:hover {
          .graphic {
            background-color: #7aae52;
          }
          // .message {
          //   opacity: 1;
          //   visibility: visible;
          //   -webkit-transform: translateX(0);
          //   transform: translateX(0);
          // }
        }
        &.button--manual-opened {
          .message {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0);
            transform: translateX(0);
          }
        }
        &.button--active {
          .graphic {
            background-color: #7aae52;
          }
        }
        .graphic {
          .count {
            background-color: #7aae52;
          }
        }
        .message {
          background-color: #7aae52;
        }
      }
      &--info {
        .graphic {
          background-color: #50a8df;
          .count {
            background-color: #50a8df;
          }
        }
        .message {
          background-color: #50a8df;
        }
      }
      &--basket {
        .graphic {
          background-color: #426d27;
          .count {
            background-color: #426d27;
          }
        }
        .message {
          background-color: #426d27;
        }
      }
      &--active {
        &.button--error {
          .message {
            background-color: #fd7222;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0);
            transform: translateX(0);
          }
        }
        &.button--info {
          .message {
            background-color: #50a8df;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0);
            transform: translateX(0);
          }
        }
        &.button--basket {
          .message {
            background-color: #426d27;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0);
            transform: translateX(0);
          }
        }
      }
    }
  }

  .calculator {
    .h1-title {
      margin-bottom: 35px;
    }
    .calculator-section {
      margin-top: 48px;
      &:first-child {
        margin-top: 0;
      }
      &.custom-dotted {
        &::before {
          position: absolute;
          top: -43px;
          right: 0;
          left: 0;
        }
      }
      .h-title {
        margin-bottom: 20px;
      }
      &--custom-margin {
        margin-top: 36px;
      }
    }
    .calculator-list {
      .unit-wrap {
        display: inline-block;
        vertical-align: top;
        height: 36px;
        margin: 3px 12px 0 0;
        .unit-label {
          vertical-align: middle;
        }
        .unit-helper {
          margin-left: 13px;
          vertical-align: middle;
        }
      }
      .unit-radio-wrap {
        margin-right: 4px;
		margin-bottom: 5px;
        .unit-label {
          .unit-helper {
            margin-left: 2px;
            vertical-align: -4px;
          }
        }
      }
      .unit-group-radio {
        display: inline-block;
        vertical-align: middle;
      }
      .contain {
        padding: 6px;
      }
      .global-message {
        top: 100%;
        margin-top: -1px;
      }
    }
    .calculator-list-item {
      margin-top: 23px;
      &:first-child {
        margin-top: 0;
      }
      &.custom-dotted {
        padding-top: 33px;
        &:first-child {
          padding-top: 0;
          &::before {
            display: none;
            content: none;
          }
        }
        &::before {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
        }
      }
    }
    .calculator-total {
      padding: 27px 0;
      font-size: 16px;
      font-family: @font-tahoma;
      &.custom-dotted {
        &::before {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
        }
      }
      .unit-name {
        vertical-align: middle;
      }
    }
  }
  .calculation-run-wrap {
	height: 71px;
  }
  &.calculation-run-float {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -25px;	
	background: #fff;
	width: auto;
	z-index: 9001;
	padding: 10px 0 10px 81px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	&.calculation-run-float-mb {
		margin-bottom: 105px;
	}
  }
  .calculation-run {
    text-align: center;
    margin-bottom: 26px;
    .btn {
      margin-right: 10px;
      vertical-align: middle;
    }
    .unit-group-input {
      vertical-align: middle;
      .unit-label {
        font-family: @font-tahoma;
        font-weight: 500;
        color: #303030;
      }
      .unit-helper {
        vertical-align: middle;
      }
    }
	.global-message {
		margin-top: 5px;
		text-align:left;
		.highlight {
			font-weight: 600;
			margin-bottom: 20px;
			text-transform: uppercase;
		}
		.description {
			p {
				margin-bottom: 10px;
			}
		}
	}
	&.calculation-run-float {
		bottom: -25px;	
		background: #fff;
	}
  }

  .ip-devises {
	counter-reset: device;
    .device {
      position: relative;
      padding: 18px 112px 18px 40px;
      margin-right: -40px;
      margin-left: -40px;
	  &::before {
		  position: absolute;
		  counter-increment: device;
		  content:counter(device);
		  color: white;
		  background: #a0a1a3;
		  display: inline-block;
		  text-align: center;
		  
		  line-height: 20px;
		  width: 20px;
		  height: 20px;
		  left: 0px;
		  top: 25px;
	  }
	  &::after {
		  position: absolute;
		  width: 1px;
		  height: 30px;
		  background-color:#a0a1a3;
		  left:0;
		  top:20px;
		  content: '';
	  }
      &:nth-child(even) {
        background-color: #f6f6f6;
      }
      .row {
        &.custom-dotted {
          padding-bottom: 32px;
          &::before {
            position: absolute;
            bottom: 12px;
            right: 0;
            left: 0;
          }
          &:last-child {
            padding-bottom: 0;
            &::before {
              content: none;
              display: none;
            }
          }
        }
        &--detail {
          margin-bottom: 9px;
		  min-height: 29px;
          .item {
            &--type {
              width: 105px;
			  &.width--155 {
				width: 155px;
			  }
            }
            &--exp {
              width: 78px;
            }
          }
        }
        &--detail-last {
          &::after {
            content: '';
            display: table;
            clear: both;
          }
          &.custom-dotted {
            &::before {
              bottom: 2px;
            }
          }
          .unit-radio-wrap {
            margin-right: 8px;
          }
          .contain {
            padding: 6px;
          }
          .unit-label-group {
            margin-top: 9px;
          }
        }
        &--total {
          .unit-label {
            vertical-align: middle;
          }
          .unit-name {
            display: inline-block;
            vertical-align: middle;
          }
        }
      }
      .global-message {
        margin-top: -1px;
      }
      .unit-radio-wrap {
	    margin-bottom: 5px;
		margin-right: 4px;
        &:first-child {
          margin-left: -12px;
        }
      }
      .f-unit {
        background-color: transparent;
      }
    }
    .controls {
      position: absolute;
      top: 18px;
      right: 70px;
      font-size: 20px;
      &::before {
        position: absolute;
        top: 7px;
        left: -13px;
        bottom: 7px;
        content: '';
        border-left: 1px solid #ebebeb;
      }
      .control {
        padding-bottom: 2px;
        margin-top: 14px;
        position: relative;
        &:first-child {
          margin-top: 0;
        }
        &::after {
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          content: '';
          border-bottom: 1px dashed;
        }
        &:hover {
          cursor: pointer;
          &::after {
            border-bottom-color: transparent;
          }
        }
        &--edit {
          color: #bababa;
          &::after {
            display: none;
            content: none;
          }
        }
        &--setting {
          color: #426d28;
        }
        &--remove {
          color: #ff2a00;
        }
      }
    }
    .item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 4px;
      &--sum {
        width: 110px;
        min-height: 5px;
      }
      &--type {
        width: 130px;
      }
      &--exp {
        width: 125px;
      }
      &--format {
        width: 99px;
      }
      &--speed  {
        width: 75px;
      }
      &--moved  {
        width: 255px;
      }
      &--record-hour  {
        width: 220px;
      }
      &--exp-2  {
        width: 120px;
      }
      &--record-hour-2  {
        width: 80px;
      }
      &--coefficient  {
        width: 40px;
      }
      &--fl-left {
        float: left;
      }
	  &--analysis {
        width: 110px;
      }
	  &--an-type {
        width: 290px;
      }
	  &--extra-options  {
        width: 268px;
		.unit-label-group {
			margin-right: 10px;
		}
      }
	  &--analitics {
        width: 188px;
		position: relative;
		.control--remove {
			font-size: 20px;
			color: #ff2a00;
			position: absolute;
			left: -35px;
			top: -4px;
		}
      }
      &--over {
        display: block;
        overflow: hidden;
        float: none;
      }
    }
    .unit-group-input {
      max-width: 100%;
    }
    .unit-input {
      max-width: 100%;
    }
    .unit-name {
      font-family: @font-tahoma;
      font-weight: 500;
    }
  }

  .add-device {
    font-size: 12px;
    font-family: @font-tahoma;
    text-transform: uppercase;
    color: #426d28;
    margin-top: 7px;
    margin-bottom: 32px;
    &.custom-dotted {
      padding-top: 42px;
      &::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
      }
    }
    .link {
      margin-left: 32px;
      position: relative;
      color: inherit;
      .icon {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        margin-top: auto;
        margin-right: 8px;
        margin-bottom: auto;
      }
    }
  }
  
  
  .add-analitics {
    font-size: 12px;
    font-family: @font-tahoma;
    text-transform: uppercase;
   
    margin-top: 28px;
    margin-bottom: 28px;
    &.custom-dotted {
      padding-top: 42px;
      &::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
      }
    }
	.add-analitics-block {
		display:none;
		.link {
			 margin-left: 0;
		}
	}
	&--open {
		.icon {
			transform: rotate(90deg);
			top:3px!important;
		}
		.add-analitics-block {
			display:block;
			margin-top: 28px;
		}
	}
    .link {
	  margin-left: 32px;
      position: relative;
      color: #426d28;
	 
      .icon {
        position: absolute;
        top: 0;
        right: 100%;
        margin-top: auto;
        margin-right: 8px;
        margin-bottom: auto;
		border-left: 1px solid #426d28;
		width: 22px;
		height: 22px;
		overflow: hidden;
		
		&::after {
			position: absolute;
			top: -1px;
			right: 0;
			left: -18px;
			content: '';
			border: 1px solid #426d28;
			width: 22px;
			height: 22px;
			transform: rotate(45deg);
		}
      }
    }

  }

  .results-calc {
    .h-title {
      padding-left: 40px;
      margin-bottom: 46px;
    }
  }
  .results-calc__menu {
    position: relative;
  }
  .results-calc__menu-wrap {
    overflow: hidden;
    margin-left: 30px;
    font-size: 0;
  }
  .results-calc__menu-item {
    display: inline-block;
    vertical-align: bottom;
    padding: 10px 15px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #d7d7d7;
    border-bottom-color: transparent;
    background-color: #f4f3f3;
    margin-left: -1px;
    &:first-child {
      margin-left: 0;
    }
    &:hover {
      background-color: #ececec;
    }
    .description {
      padding-right: 25px;
      position: relative;
      &::before {
        position: absolute;
        top: 0;
        right: 11px;
        bottom: 0;
        content: '';
        border-right: 1px solid #dfdede;
      }
      .name {
        font-size: 14px;
        font-family: @font-tahoma;
        font-weight: 500;
        color: #426d28;
        text-transform: uppercase;
      }
      .text {
        color: #a8a8a8;
        font-weight: 700;
        font-size: 12px;
      }
    }
    .price {
      font-size: 20px;
      font-family: @font-tahoma;
      font-weight: 500;
    }
    &--active {
      background-color: #fff;
      padding-top: 11px;
      padding-bottom: 16px;
      position: relative;
      z-index: 2;
      &:hover {
        background-color: #fff;
      }
      .description {
        .name {
          font-size: 16px;
        }
        .text {
          font-size: 14px;
        }
      }
      .price {
        font-size: 22px;
      }
    }
  }
  .results-calc__content {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    &::before {
      position: absolute;
      bottom: 100%;
      right: 0;
      left: 0;
      content: '';
      border-top: 1px solid #d7d7d7;
    }
  }
  .results-calc__table {
    margin-left: -12px;
    margin-right: -12px;
    table {
      td,th {
        padding: 18px 12px;
        box-sizing: border-box;
        white-space: nowrap;
        border-left: 0;
      }
      th {
        background: transparent;
        color: #a0a1a2;
        font-weight: 400;
        position: relative;
        &.custom-dotted {
          &:first-child {
            &::before {
              left: 12px;
            }
          }
          &:last-child {
            &::before {
              right: 12px;
            }
          }
          &::before {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
          }
        }
      }
      tr {
        &:nth-child(odd) {
          td {
            background-color: #f6f6f6;
          }
        }
      }
    }
    .unit-helper {
      margin-left: 10px;
    }
  }
  .results-calc__table-name {
    width: 100%;
  }

  .video-server {
    .unit-contain {
      position: relative;
    }
  }
  .video-server__head {
    padding-top: 36px;
    padding-bottom: 25px;
    &--trasparent {
      background-color: transparent;
    }
    .h-title {
      margin-bottom: 0;
    }
  }
  .video-server__list {
    padding-right: 31px;
    padding-left: 31px;
  }
  .video-server__list-item {
    margin-top: 14px;
    &:first-child {
      margin-top: 0;
    }
    .video-server__desc {
      display: none;
    }
    &--open {
      position: relative;
      //margin-right: -31px;
      //margin-left: -31px;
      background-color: #efefef;
      padding-top: 9px;
      padding-right: 31px;
      padding-left: 31px;
      .video-server__desc {
        display: block;
      }
      .video-server__list-column {
        display: none;
        &--main {
          display: table-cell;
          width: auto;
          .video-server__list-value {
            color: #426d28;
            font-size: 22px;
            position: relative;
            text-indent: -1px;
            //&::before {
            //  position: absolute;
            //  top: 0;
            //  bottom: 0;
            //  left: -43px;
            //  width: 6px;
            //  content: '';
            //  background-color: #8ec549;
            //}
          }
        }
        &--technical {
          display: table-cell;
          width: 240px;
        }
      }
    }
  }
  .video-server__list-row {
    font-family: @font-tahoma;
    font-weight: 500;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 2px;
  }
  .video-server__list-column {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 112px;
    &--main {
      width: 350px;
      .video-server__list-value {
        color: #303030;
      }
    }
    &--technical {
      width: auto;
    }
  }
  .video-server__list-name {
    color: #a0a1a2;
  }
  .video-server__list-value {
    color: #6b6a6a;
    line-height: 1.35em;
  }
  .video-server__open-configuration {
    color: #426d28;
    position: absolute;
    top: 7px;
    right: 34px;
    white-space: nowrap;
  }
  .video-server__total {
    color: #a0a1a2;
    padding-top: 30px;
    padding-bottom: 42px;
    font-family: @font-tahoma;
    font-size: 16px;
    font-weight: 500;
    &--highlight {
      color: #303030;
    }
    .unit-helper {
      vertical-align: baseline;
    }
    .video-server__desc-price {
      overflow: hidden;
      width: auto;
    }
    .video-server__desc-price__list {
      .video-server__desc-price__name {
        width: 160px;
      }
    }
  }
  .video-server__total-name {
    float: left;
    margin-right: 60px;
  }
  .video-server__total-content {
    overflow: hidden;
  }
  .video-server__total-sum {
    font-size: 22px;
  }

  .video-server__desc {
    padding: 0 13px 20px;
    .f-unit {
      background-color: transparent;
    }
    .video-server__table {
      margin: 0 22px 0 -12px;
    }
  }

  .video-server__desc--cs-position {
    &::before {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
  .video-server__desc-main {
    padding: 15px 0 38px;
    margin-bottom: 22px;
  }
  .video-server__desc-intro {
    max-width: 580px;
  }
  .video-server__desc-intro___graphic {
    width: 165px;
    height: 165px;
    line-height: 115px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 17px;
    background-color: #fff;
  }
  .video-server__desc-intro___text {
    line-height: 1.5em;
  }
  .video-server__desc-price {
    width: 210px;
  }
  .video-server__desc-price__helper {
    margin-bottom: 24px;
    .video-server__desc-price__name {
      margin-right: 7px;
    }
  }
  .video-server__desc-price__name {
    color: #a0a1a2;
  }
  .video-server__desc-price__list {
    font-family: @font-tahoma;
    font-weight: 500;
    .video-server__desc-price__name {
      float: left;
      width:  151px;
    }

  }
  .video-server__desc-price__list-item {
    margin-top: 7px;
    overflow: hidden;
    &:first-child {
      margin-top: 0;
    }
    &--total {
      .video-server__desc-price__value {
        color: #303030;
      }
    }
  }
  .video-server__desc-price__value {
    overflow: hidden;
    color: #6b6a6a;
    //padding: 0px 0px 0px 10px;
  }

  .video-server__desc-change-config {
    padding-bottom: 38px;
    margin-bottom: 23px;
    .h-title {
      margin-bottom: 22px;
    }
  }
  .video-server__desc-change-config__item {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .video-server__desc-change-config__name {
    color: #a0a1a2;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .video-server__desc-change-config__content {
    display: inline-block;
    vertical-align: middle;
  }

  .video-server__desc-modify {
    padding-bottom: 36px;
    margin-bottom: 20px;
    .unit-pseudo-link {
      margin-bottom: 24px;
    }
  }
  .video-server__desc-add-program {
    .unit-pseudo-link {
      margin-bottom: 24px;
    }
  }

  .video-server__table {
    .f-unit--input {
      width: 40px;
      height: 24px;
      line-height: 24px;
      background-color: #fff;
    }
    &--highlight {
      color: #303030;
    }
  }
  .video-server__table-head {
    color: #a0a1a2;
    padding-bottom: 19px;
    margin-bottom: 17px;
    &.custom-dotted {
      &::before {
        right: 12px;
        left: 12px;
      }
    }
    .unit-helper {
      color: #303030;
      margin-left: 3px;
    }
  }
  .video-server__table-foot {
    color: #868585;
    font-size: 16px;
    font-weight: 500;
    font-family: @font-tahoma;
    margin-top: 19px;
    &___total {
      display: inline-block;
      vertical-align: middle;
    }
    .btn {
      margin-left: 110px;
      display: inline-block;
      vertical-align: middle;
    }
  }
  .video-server__table-body {
    font-family: @font-tahoma;
    font-weight: 500;
    &.custom-dotted {
      padding-bottom: 30px;
    }
    .unit-group-input {
      padding-left: 35px;
      position: relative;
      .unit-input {
        margin-right: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .unit-label {
        color: inherit;
      }
      .unit-helper {
        vertical-align: middle;
      }
    }
    .video-server__table-row {
      //&:nth-child(even) {
      //  background-color: #f6f6f6;
      //}
    }
    .video-server__table-column {
      vertical-align: middle;
      padding-top: 7px;
      padding-bottom: 7px;
    }
  }
  .video-server__table-row {
    display: table;
    width: 100%;
    &--inner {
      padding-top: 11px;
      min-height: 38px;
      box-sizing: border-box;
      .unit-pseudo-link {
        margin-left: 13px;
        margin-bottom: 7px;
        &--folder {
          margin-left: 46px;
        }
      }
      .video-server__table-wrap {
        margin-top: 12px;
      }
      .video-server__table-row {
        &:nth-child(even) {
          background-color: inherit;
        }
      }
      .video-server__table-column {
        &:first-child {
          padding-left: 54px;
        }
      }
    }
  }
  .video-server__table-column {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    &:first-child {
      padding-left: 12px;
    }
    &:last-child {
      padding-right: 12px;
    }
    &--sum {
      width: 100px;
	  min-width: 100px;
    }
    &--price {
      width: 135px;
    }
    &--total {
      width: 120px;
      text-align: left;
    }
  }

  .optional-equipment {
    padding-top: 30px;
    padding-bottom: 30px;
    .unit-pseudo-link {
      margin-bottom: 24px;
    }
    .video-server__table-column {
      vertical-align: top;
    }
    .video-server__desc-price__list {
      font-weight: 500;
      font-family: @font-open-sans;
    }
    .video-server__table-column--price {
      width: 265px;
    }
    .video-server__desc-price__name {
      margin-right: 10px;
    }
  }
  .optional-equipment__content {
    margin-right: -9px;
    margin-left: -9px;
  }
  .optional-equipment__total {
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    font-family: @font-tahoma;
  }
  .optional-equipment__total-note {
	  font-size: 12px;
	  color: #6b6a6a;
	  padding-top: 30px;
  }
  .optional-equipment__total-column {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    &--main {
      margin-right: 60px;
      &::before {
        width: 50px;
        position: absolute;
        left: 100%;
        top: 24px;
        margin-left: 10px;
        transform: rotate(90deg);
      }
      .optional-equipment__total-desc__value {
        font-size: 22px;
        font-family: @font-open-sans;
        font-weight: 400;
      }
    }
  }
  .optional-equipment__total-desc {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .optional-equipment__total-desc__name {
    color: #a0a1a2;
	width:130px;
	font-size:12px;
    margin-bottom: 4px;
  }
  .optional-equipment__total-desc__value {
    color: #6b6a6a;
    .unit-helper {
      vertical-align: middle;
    }
  }
  .optional-equipment__total-buttons {
    text-align: center;
    .btn {
      margin-left: 4px;
      &:first-child {
        margin-left: 0;
      }
    }
	&.calculation-run-float {
		
		bottom: 0;	
		
	}
  }

  .unit-leave-comment {
    .list {
      padding-top: 7px;
      .item {
        margin-top: 20px;
      }
    }
	.unit-label {
		line-height: 1em;
		margin-bottom: 17px;
		font-size: 14px;
		color: #303030;
	}
	.form_note {
		font-size: 14px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-family: 'Open Sans',sans-serif;
	}
	#block_hide {
		margin-top: 55px;
	}
    .f-unit {
      &--textarea {
        min-height: 90px;
      }
    }
    &__text {
      max-width: 370px;
      margin-right: 50px;
      .h-title {
        margin-bottom: 10px;
      }
    }
    &__intro {
      line-height: 1.5em;
	  font-family: 'Open Sans',sans-serif;
	  font-size: 14px;
    }
	.confform {
		font-size: 12px;
		font-family: 'Open Sans',sans-serif;
	}
	.f-unit--input {
		height: 42px;
		line-height: 40px;
		font-size: 14px;
	}
	.columns-unit--2 {
		.column-unit {
			min-width: 140px;
		}
	}
  }

  .unit-pseudo-link {
    font-family: @font-geometria;
    font-weight: 500;
    color: #426d28;
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    position: relative;
    letter-spacing: -.5px;
    .icon {
      position: absolute;
      top: 50%;
      left: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-left: 8px;
    }
    .link {
      color: inherit;
    }
    &__name {
      display: inline-block;
      vertical-align: middle;
    }
    &--highlight {
      color: #a0a1a2;
    }
    &--small {
      font-size: 13px;
    }
    &--folder {
      margin-right: 0;
      margin-left: 38px;
      &.active {
        .i-folder {
          background-position: 0 -32px * 4;
        }
      }
      .icon {
        left: auto;
        right: 100%;
        margin-right: 6px;
        margin-left: 0;
      }
    }
    &--full {
      display: block;
      padding-bottom: 1px;
      &.active {
        .unit-pseudo-link {
          &__trigger {
            .fa {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
            }
          }
          &__text {
            &--uncover {
              display: none;
            }
            &--expand {
              display: inline;
            }
          }
        }
      }
      .unit-pseudo-link {
        &__trigger {
          float: right;
          margin-top: 3px;
          .fa {
            .transition(all,.3s);
          }
        }
        &__text {
          &--expand {
            display: none;
          }
        }
      }
    }
  }

  .unit-tabs {
    .unit-trigger {
      cursor: pointer;
    }
    .unit-section {
      display: none;
      &--active {
        display: block;
      }
    }
  }

  [data-book-id] {
    display: none;
  }

/* content */

/* popups */


  .html--unit-popup {
    overflow: hidden;
  }
  .unit-popup--server-detail {
    .unit-popup__contain {
      width: 850px;
    }
    .unit-popup__title {
      font-size: 48px;
      letter-spacing: -3px;
	  word-wrap: break-word;
    }
    .about-equipment {
      margin-bottom: 20px;
      .graphic {
        width: 255px;
        height: 260px;
        line-height: 255px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        margin-right: 35px;
        text-align: center;
        img {
          vertical-align: middle;
        }
      }
      .description {
        line-height: 1.2em;
      }
    }
    .property {
      .title {
        margin-bottom: 15px;
        font-size: 24px;
        font-family: @font-geometria;
        font-weight: 500;
      }
      .list {
        margin: 0 -40px -32px;
        .item {
          padding: 8px 40px;
          &:nth-child(even) {
            background-color: #f6f6f6;
          }
        }
        .name {
          float: left;
          color: #a0a1a2;
          width: 430px;
        }
        .content {
          overflow: hidden;
        }
      }
    }
  }
  .unit-popup--mode {
    .unit-popup__contain {
      width: 560px;
    }
	.graphic {
		margin-right: 30px;
	}
	.unit-content {
		span {
			color: #fd7222;
		}
		.align--right {
			margin-bottom: 1px;
		}
	}
  }
  
  .unit-popup {
    position: fixed;
    z-index: 9700;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .unit-popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
  }
  .unit-popup__enabled {
    overflow: hidden;
  }
  .unit-popup__skin {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    &::before {
      content: '';
      height: 100%;
      width: 0;
      display: inline-block;
      vertical-align: middle;
    }
  }
  .unit-popup__close {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    width: 48px;
    height: 42px;
    line-height: 42px;
    background-color: #426d27;
    cursor: pointer;
    text-align: center;
    color: #fff;
    &:hover {
      background-color: #7a9965;
    }
  }
  .unit-popup__contain {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    text-align: left;
    background-color: #fff;
    padding: 32px 40px;
    margin: 20px auto;
    box-sizing: border-box;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
    &--error {
      width: 615px;
      border: 4px solid #fd4b22;
      .unit-popup__title {
        color: #fd4b22;
      }
      .unit-popup__close {
        top: -4px;
        margin-left: 4px;
        background-color: #fd4b22;
        &:hover {
          background-color: #e53b14;
        }
        &:active {
          background-color: #c9310e;
        }
      }
    }
  }
  .unit-popup__title {
    font-family: @font-geometria;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
	&--green {
		font-size: 24px;
		color: #416e23;
		font-weight: 700;
	}
    .icon {
      margin-right: 10px;
    }
  }
  .unit-popup--video {
	 max-width: 100%;
	 max-height: 100vh;
  }
  .unit-popup--video  .unit-popup__skin {
	overflow: hidden;
  }
  .unit-popup--video .unit-popup__contain {
    width: 1100px;
	 max-width: 100%;
  }
  .unit-popup__wrap {
    max-width: 100%;
  }
  
  .unit-popup--video .video {
	position:relative;width:100%;height:0;padding-bottom:56.25%;margin-bottom:14px
  }
  .unit-popup--video .video iframe {
    position:absolute;top:0;left:0;width:100%;height:100%;
	max-height: calc(~"100vh - 250px");
  }

/* popups */

/* popovers */

  .unit-popover {
    position: absolute;
    z-index: 9000;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
    padding: 20px 20px;
    border-radius: 8px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    color: #000;
    border-top: 1px solid transparent;
    &--top {
      top: 100%;
      margin-top: 10px;
      left: -10px;
      border-top-color: #96ac89;
      &::before,
      &::after {
        position: absolute;
        z-index: 2;
        bottom: 100%;
        left: 12px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent;
        border-top-width: 0;
        content: '';
      }
      &::before {
        z-index: 1;
        border-bottom-color: #96ac89;
      }
      &::after {
        margin-bottom: -1px;
        border-bottom-color: #fff;
      }
    }
  }

/* popovers */

/* guide */

  [class*="introjs-"] {
    cursor: default;
  }
  .introjs-overlay {
    background: rgba(190, 189, 189, .75);
    cursor: pointer;
  }
  .introjs-helperLayer {
    border-color: transparent;
    box-shadow: 0 0 40px rgba(0,0,0,.15);
    padding: 0 20px;
    margin-left: -20px;
  }
  .introjs-helperNumberLayer {
    display: none;
  }
  .introjs-tooltip {
    position: fixed;
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    max-width: none;
    text-align: left;
    font-size: 14px;
    font-family: @font-open-sans;
    box-shadow: 0 0 40px rgba(0,0,0,.15);
    direction: ltr;
    padding: 0;
    &::before {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background-color: #fff;
    }
  }
  .introjs-tooltipbuttons {
    position: absolute;
    bottom: 100%;
    left: 21px;
    margin-bottom: 18px;
  }
  .introjs-tooltip-wrap {
    max-width: 1085px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 10px;
  }
  .introjs-tooltiptext {
    padding: 16px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
  }
  .introjs-tooltiptitle {
    background-color: #fff;
    position: absolute;
    left: -4px;
    bottom: 100%;
    padding: 30px 28px 16px 180px;
    box-shadow: 0 0 40px rgba(0,0,0,.15);
    border-radius: 4px 4px 0 0;
    font-family: @font-tahoma;
    font-weight: 500;
    font-size: 16px;
  }
  .introjs-button {
    cursor: pointer;
  }
  .introjs-skipbutton {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 100%;
    width: 48px;
    height: 42px;
    background: #426d27;
    border: 0;
    padding: 0;
    margin: -21px 25px 0 0;
    color: #fff;
    text-shadow: none;
    text-indent: -9000px;
    overflow: hidden;
    border-radius: 0;
    &::before,
    &::after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      border-top: 2px solid;
      width: 10px;
      display: block;
      margin: -1px 0 0 -5px;
    }
    &::before {
      transform: rotate(45deg);
    }
    &::after {
      transform: rotate(-45deg);
    }
    &:focus {
      background: #3d6723;
    }
    &:hover {
      background: #32551c;
    }
    &:active {
      background: #284715;
    }
  }
  .introjs-nextbutton,
  .introjs-prevbutton {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: #a0a1a2;
    &:hover {
      .introjs-button__text {
        &::after {
          opacity: 0;
        }
      }
    }
    &:hover {
      background: none;
      box-shadow: none;
    }
  }
  .introjs-nextbutton {
    margin-left: 16px;
  }
  .introjs-disabled {
    background: none;
    border: 0;
    opacity: .7;
    &:hover {
      cursor: default;
      background: none;
      .introjs-button__text {
        &::after {
          opacity: 1;
        }
      }
    }
    &:active {
      cursor: default;
      background: none;
    }
    .introjs-button__text {
      cursor: default;
    }
  }
  .introjs-button__text {
    font-size: 12px!important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
    cursor: pointer;
    &::after {
      .transition(opacity,.3s);
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      border-bottom: 1px dashed;
      content: '';
    }
  }

/* guide */

/* animation */

  @-webkit-keyframes rotate {
    0%    {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100%  {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes rotate {
    0%    {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100%  {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

/* animation */

/* underconstruction*/
.underconstruction {
	font-family: @font-geometria;
	margin: 140px 100px;
	.under {
		margin-right: 80px;
	}
	.title {
		font-size: 32px;
		color:  #262626;
		margin: 20px 0 40px;
	}
	.text {
		margin-top: 40px;
		font-size: 18px;
		color:  #262626;
		line-height: 30px;
	}
}

/* underconstruction*/

/* list-documentation*/

  .list-documentation {
	margin-top: 20px;
    .title {
       margin-bottom: 22px;
    }
    .name {
      font-size: 13px;
      font-weight: 600;
	  display: inline-block;
	  /*min-height: 36px;*/
      a {
        color: inherit;
        text-decoration: none;
        &:hover {
          color: #416e23;
        }
      }
    }
    .description {
      line-height: 1.5em;
      margin-top: 15px;
    }
    .type {
      color: #a0a1a2;
      margin-left: 5px;
    }
    .item {
      padding-left: 0;
      position: relative;
      margin-top: 30px;
      &.custom-dotted {
		position: relative;
        &::before {
			position: absolute;
			right: 0;
			top: -20px;
			left: 0;
        }
        &:first-child {
          &::before {
            content: none;
            display: none;
          }
        }
      }
    }
    .section {
      margin-top: 74px;
      &:first-child {
        margin-top: 0;
      }
      &.custom-dotted {
		padding-bottom: 30px;
		position: relative;
        &::before {
			position: absolute;
			right: 0;
			bottom: -4px;
			left: 0;
        }
        &:first-child {
          &::before {
            content: none;
            display: none;
          }
        }
      }
    }

  }
/* list-documentation*/

.urm-removing {
  padding: 4px 40px;

  &--text {
    display: inline-block;
    width: 405px;
    margin-right: 20px;
    color: #426d28;
  }

  &--suggest {
    display: inline-block;
    width: 180px;
    margin-right: 20px;
    color: #bebebe;
  }

  &--button-wrapper {
    display: inline-block;
    position: relative;
    top: -23px;
  }
}

.urm-add {
  padding: 4px 40px;

  &--text {
    display: inline-block;
    width: 405px;
    margin-right: 20px;
    color: #eb772f;
  }

  &--suggest {
    display: inline-block;
    width: 180px;
    margin-right: 20px;
    color: #426d28;
  }

  &--button-wrapper {
    display: inline-block;
    position: relative;
    top: -23px;
  }
}

.unit-urm-confirmation {
  .unit-preloader__title {
    text-align: left;
    max-width: 468px;
    margin-bottom: 20px;
  }

  .unit-preloader__contain {
    position: relative;
  }

  &__close {
    right: 0px;
    top: 0px;
    height: 42px;
    width: 42px;
    position: absolute;
    background-color: #426d28;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
  }
}

.video-server__table-column {
  padding-left: 0px;
}
.video-server__card {
  padding-top: 10px;
  padding-bottom: 10px;
}
.video-server__card .video-server__table-head {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.video-server__card .video-server__table-head .video-server__table-column {
  vertical-align: middle;
}
.video-server__card .video-server__table-column {
  vertical-align: top;
}
.video-server__card .video-server__table-column--name {
  width: 554px;
  min-width: 554px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #303030;
  word-wrap: break-word;
}
.video-server__card .video-server__table-column--price {
  width: 260px;
  min-width: 260px;
  text-align: left;
  padding-left: 151px;
}
.video-server__card .video-server__table-column--price .video-server__desc-price__list {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.video-server__card .video-server__table-column--total {
  width: 120px;
}
.video-server__card .video-server__table-column--buttons {
  width: 90px;
  min-width: 90px;
}
.video-server__card .f-unit {
  width: 40px;
}
.video-server__card .button {
  display: inline-block;
  vertical-align: middle;
}
.video-server__card .button--remove {
  font-size: 16px;
  color: #ff2a00;
  border: none;
}
.video-server__product {
  font-size: 14px;
  font-weight: 400;
}
.video-server__product-graphic {
  width: 165px;
  height: 150px;
  float: left;
  margin-right: 15px;
  text-align: center;
}

.video-server__product-description {
  border-left: 1px solid #e1e1e1;
  padding-left: 15px;
  min-height: 160px;
  overflow: hidden;
  background-color: #fff;
  min-height: 110px;
  margin: 0 -30px 0 -40px;
  padding: 0 30px 10px 40px;
}
.video-server__product-description .link {
  color: #426d28;
  margin-top: 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.video-server__product-description__text {
  line-height: 1.4em;
}

/* mobile */

  .touch {
    a,
    button,
    input,
    select,
    textarea,
    pre,
    .btn,
    .i-common,
    .i-common-pseudo,
    [class*="js-"] {
      -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    [href^="tel"] {
      text-decoration: underline;
    }
  }

  @media
    only screen and (-webkit-min-device-pixel-ratio: 1.3),
    only screen and (-o-min-device-pixel-ratio: 13/10),
    only screen and (min-resolution: 120dpi) {

  }

/* mobile */

/* media */

  @media (max-width: 1280px) {

    html {
      min-width: 1000px;
    }

    .calculator {
      .calculator-list {
        .global-message {
          margin-top: 10px;
        }
      }
    }
    .ip-devises {
      .device {
        .global-message {
          margin-top: 10px;
        }
      }
      .item {
        &--type {
          width: 130px;
        }
        &--exp {
          width: 90px;
        }
        &--speed {
          width: 65px;
        }
      }
    }

    .block-tagging {
      &::after {
        border-bottom-style: dashed;
        border-bottom-color: #fd7222;
      }
    }

    .unit-sidebar {
      box-shadow: 0 0 20px 5px rgba(0,0,0,.05);
    }

    .video-server__list-item {
      min-height: 64px;
      &--open {
        .video-server__open-configuration {
          top: 7px;
        }
      }
    }
    .video-server__open-configuration {
      top: 40px;
      right: 25px;
    }

    .optional-equipment__total-column {
      &--main {
        display: block;
        margin: 0 0 20px;
      }
    }
    .unit-group-input {
      .unit-label-group {
        margin-right: 5px;
      }
    }

    .unit-footer {
      .posit-unit--right {
        .contain {
          margin-left: 65px;
        }
      }
      .contacts {
        .column {
          margin-left: 25px;
        }
      }
    }


	.video-server__card .video-server__table-column--name {
	  width: 350px;
	  min-width: 350px;
	}

	.video-server__table-column {
	padding-right: 10px;
	}
	.video-server__table-column--sum {
		width: 75px;
		min-width: 75px;
	}

	.i-motion-btn {
		width: 20px;
	}

	.video-server__table-row {
		position: relative;
	}
	.video-server__table-body {
		min-height: 242px;
	}
	.video-server__product-graphic {
		width: 165px;
		height: 150px;
		padding-bottom: 70px;
	}

	.video-server__product-description {
		border-left: none!important;
		padding-left: 30px!important;
		width: 100%;
		padding-right: 15px!important;
		position: absolute;
		top: 150px;
		z-index:8901;
	}
	.video-server__card .video-server__table-head .video-server__table-column {
		vertical-align: top;
	}

  }





/* media */





@media (max-width: 1152px) {

  html {
    min-width: 1000px;
  }
  .unit-main {
	margin-left: auto;
	margin-right: auto;
	padding-left: 75px;
	padding-right: 19px;
  }
  .unit-decoder {
    &__start {
      font-size: 14px;
    }
  }

  .unit-sidebar {
    width: 56px;
  }

  .decoder {
    padding-left: 75px;
  }

  .product-parameters {
    .title {
      font-size: 20px;
      top: 4px;
    }
  }

  .enter-cipher {
    .name {
      font-size: 20px;
    }
  }

  .our-configuration {
    .name {
      top: 3px;
      font-size: 20px;
    }
  }

  .unit-logo {
    width: 43px;
    height: 19px;
    background-position: 50% 0;
    background-size: 60px auto;
  }

  .unit-menu {
    .description {
      display: none;
    }
  }

  .unit-authorization {
    .unit-contain {
      width: 56px;
    }
    .blocked {
      width: 56px;
    }
  }

  .contain--pg {
    padding-right: 30px;
    padding-left: 30px;
  }

  .unit-contain__main {
    .unit-contain {
      margin-right: -30px;
      margin-left: -30px;
    }
  }

  .video-server {
    &__card {
      .video-server {
        &__table-column {
          &--name {
            width: 520px;
          }
          &--buttons {
            width: 135px;
          }
        }
      }
    }
    &__product {
      &-graphic {
        width: 120px;
        height: 130px;
      }
    }
  }

  @main_title: 42px;

  .h1-title, h1 {
    font-size: @main_title;
  }
  .h2-title, h2 {
    font-size: @main_title - 6;
  }
  .h3-title, h3 {
    font-size: @main_title - 12;
  }
  .h4-title, h4 {
    font-size: @main_title - 16;
  }
  .h5-title, h5 {
    font-size: @main_title - 16;
  }
  .h6-title, h6 {
    font-size: @main_title - 20;
  }

  .video-server__card .video-server__table-column--price {
    width: 328px;
  }
}

 @media (max-width: 1024px) {  
     html {
      min-width: 100%;
    }

	.video-server__card .video-server__table-column--name {
	  width: 250px!important;
	  min-width: 200px;
	  font-size:18px;
	}
	.video-server__table-body {
		min-height: 260px;
	}
	.video-server__product-description {
		top: 144px;
	}
	
	.global-message--plain {
		padding-right: 10px;
	}
	.global-message--plain .graphic {
		left: 9px!important;
	}
	
	.posit-unit--middle {
		width: 100%;
		overflow:visible;
	}
	.unit-leave-comment__text {
		min-width: 100%;
		max-width: none;
		margin-bottom: 15px;
	}
}

@media (max-width: 960px) {  
 
}
@media (max-width: 850px) {
  html {
      min-width: 850px;
  } 
  .video-server__card .video-server__table-column--name {
	min-width: 150px;
	width: 150px;
	font-size: 16px;
	
  }

}