@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,cyrillic-ext);
@font-face {
  font-family: 'museosanscyrl';
  src: url("../fonts/museosanscyrl-300-webfont.eot");
  src: url("../fonts/museosanscyrl-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl-300-webfont.woff2") format("woff2"), url("../fonts/museosanscyrl-300-webfont.woff") format("woff"), url("../fonts/museosanscyrl-300-webfont.ttf") format("truetype"), url("../fonts/museosanscyrl-300-webfont.svg#museo_sans_cyrl300") format("svg");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: 'museosanscyrl';
  src: url("../fonts/museosanscyrl-500-webfont.eot");
  src: url("../fonts/museosanscyrl-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl-500-webfont.woff2") format("woff2"), url("../fonts/museosanscyrl-500-webfont.woff") format("woff"), url("../fonts/museosanscyrl-500-webfont.ttf") format("truetype"), url("../fonts/museosanscyrl-500-webfont.svg#museo_sans_cyrl500") format("svg");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'museosanscyrl';
  src: url("../fonts/museosanscyrl-700-webfont.eot");
  src: url("../fonts/museosanscyrl-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosanscyrl-700-webfont.woff2") format("woff2"), url("../fonts/museosanscyrl-700-webfont.woff") format("woff"), url("../fonts/museosanscyrl-700-webfont.ttf") format("truetype"), url("../fonts/museosanscyrl-700-webfont.svg#museo_sans_cyrl700") format("svg");
  font-style: normal;
  font-weight: 700; }
.form__row:before, .js-section:before, .section:before, .header:before, .menu:before, .clients__item:before, .clients__info:before, .pagination__holder:before, .contacts:before, .project__button:before, .description__holder:before, .description__content:before, .review__item:before, .interface:before, .regulations__holder:before, .regulations__item:before, .form__row:after, .js-section:after, .section:after, .header:after, .menu:after, .clients__item:after, .clients__info:after, .pagination__holder:after, .contacts:after, .project__button:after, .description__holder:after, .description__content:after, .review__item:after, .interface:after, .regulations__holder:after, .regulations__item:after {
  content: " ";
  display: table; }
.form__row:after, .js-section:after, .section:after, .header:after, .menu:after, .clients__item:after, .clients__info:after, .pagination__holder:after, .contacts:after, .project__button:after, .description__holder:after, .description__content:after, .review__item:after, .interface:after, .regulations__holder:after, .regulations__item:after {
  clear: both; }

.form {
    height: 313px;
    width: 947px;
  border-radius: 3px;
  box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.23);
  box-sizing: border-box;
  padding: 12px 25px 25px;
  position: relative;
  background: #fff; }
  .form__row {
    margin-top: 11px; }
    .form__row:first-of-type {
      margin-top: 0; }
  .form__cell {
    float: left;
    margin-left: 15px;
    width: 289px;
    position: relative; }
    .form__cell:first-of-type {
      margin-left: 0; }
    .form__cell_size_full {
      width: 100%; }
    .form__cell:before {
      height: 20px;
      width: 20px;
      position: absolute;
      bottom: 11px;
      right: 13px;
      background: url("../img/icons/form__icons.png") no-repeat; }
    .form__cell_state_filled:before {
      background-position: 0 0;
      content: ''; }
    .form__cell_state_error:before {
      background-position: 0 -20px;
      content: ''; }
  .form__title {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px; }
  .form__field, .form__textarea {
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #d2d3d3;
    height: 42px;
    padding: 10px 40px 10px 15px;
    width: 100%;
    background: #fff;
    color: #222;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px; }
    .form__field:focus, .form__textarea:focus {
      box-shadow: 0 0 13px 0 rgba(31, 161, 236, 0.35);
      border-color: rgba(20, 137, 228, 0.28); }
    .form__cell_state_error .form__field, .form__cell_state_error .form__textarea {
      box-shadow: 0 0 13px 0 rgba(236, 60, 31, 0.35);
      border-color: rgba(255, 31, 14, 0.28); }
    .form__cell_state_filled .form__field, .form__cell_state_filled .form__textarea {
      box-shadow: none;
      border-color: rgba(26, 174, 110, 0.62); }
  .form__textarea {
    height: 90px;
    overflow: hidden;
    resize: none; }
  .form__button {
    border-radius: 1px;
    box-sizing: border-box;
    border: 2px solid #14a867;
    display: block;
    height: 52px;
    margin: 15px auto 0;
    width: 220px;
    background: #1eb06e;
    color: #fff;
    font-family: "museosanscyrl";
    font-size: 15px;
    font-weight: 500; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

body {
  font-size: 14px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: bottom; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

p {
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

*:focus,
*:active {
  outline: none; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

a,
a:focus,
a:active {
  outline: none; }

select:focus,
select:active {
  outline: none !important; }

.clients__list, .clients__inner, .pagination__holder, .contacts, .project__holder, .intro__holder, .certificate__holder, .regulations__holder {
  margin: auto;
  width: 1200px; }

html,
body,
.layout {
  min-height: 100%; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.layout {
  min-width: 1200px;
  background: #fff;
  color: #222;
  font-family: "Roboto", sans-serif; }
  .layout_page_error {
    min-width: 1000px; }
  .layout__content {
    padding-top: 120px; }
  .layout_type_tablet .layout__content {
      padding-top: 80px;
  }
  .layout__title {
    margin: 0 0 40px;
    position: relative;
    color: #222;
    font-family: "museosanscyrl";
    font-size: 48px;
    font-weight: 300;
    line-height: 62px;
    text-align: center; }
    .layout__content_page_project .layout__title {
      margin-bottom: 30px; }
    @media screen and (max-width: 1366px) {
      .certificate .layout__title {
        padding-top: 40px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1366px) {
      .contacts .layout__title {
        padding-top: 30px;
        margin-bottom: 30px; } }

.header {
  box-sizing: border-box;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.23);
  padding: 0 30px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff; }
  .layout_page_error .header {
    box-shadow: none;
    background: none; }
  .header__company {
    float: left;
    margin: 19px 0 18px; }
  .header__logo {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle; }
  .header__slogan {
    display: inline-block;
    width: 200px;
    color: #a3a2a2;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    vertical-align: middle; }
    .header_page_error .header__slogan {
      color: #fff; }

.menu {
  float: right; }
  .menu__item {
    border-bottom: 5px solid transparent;
    float: left;
    margin-left: 85px;
    padding: 20px 0 11px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500; }
    .menu__item:first-of-type {
      margin-left: 0; }
    .menu__item_state_current {
      border-bottom-color: #119d6a; }
  .menu__link {
    display: block;
    padding: 0 15px;
    color: #626262;
    line-height: 44px;
    text-decoration: none; }
    .menu__link:hover {
      color: #119d6a; }
    .menu__item_state_current .menu__link {
      color: #119d6a;
      pointer-events: none; }
  .menu__button {
    border-radius: 20px;
    box-sizing: border-box;
    border: 2px solid #05a169;
    display: block;
    width: 140px;
    color: #089763;
    line-height: 40px;
    text-align: center;
    text-decoration: none; }
    .menu__button:hover {
      background: #05a169;
      color: #fff; }

.clients__item {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  margin-top: 10px;
  position: relative; }
  .clients__item:first-of-type {
    margin-top: 0; }
  .clients__item:hover {
    box-shadow: 0 11px 20px 0 rgba(0, 0, 0, 0.2); }
    .clients__inner .clients__item:hover {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21); }
  .clients__item_type_hidden {
    display: none; }
.clients__info {
  box-sizing: border-box;
  height: 100%;
  padding: 17px;
  width: 505px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f6f6; }
  .clients__inner .clients__info {
    width: 300px; }
.clients__thumbnail {
  display: inline-block;
  width: 285px;
  text-align: center;
  vertical-align: middle; }
.clients__description {
  display: inline-block;
  margin: 0 40px;
  padding: 18px 0 25px;
  width: 320px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px; }
  .clients__inner .clients__description {
    margin-right: 30px;
    width: 535px; }
  .clients__description span {
    display: block;
    margin-bottom: 7px;
    font-family: "museosanscyrl";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; }
.clients__time {
  float: left;
  margin-right: 13px;
  width: 238px; }
.clients__projects {
  float: left;
  width: 220px; }
.clients__link-hidden {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
.clients__works {
  margin-top: 35px; }
.clients__subtitle {
  display: block;
  margin-bottom: 20px;
  color: #222;
  font-family: "museosanscyrl";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase; }
.clients__button {
  float: right;
  width: 78px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  background: #1eb06e; }

.hint {
  width: 100%; }
  .hint__header {
    margin-bottom: 9px; }
  .hint__value {
    display: inline-block;
    height: 29px;
    min-width: 15px;
    padding: 0 7px;
    position: relative;
    background: #1eb06e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    text-align: center; }
    .hint__value:before {
      border-color: #1eb06e transparent transparent;
      border-style: solid;
      border-width: 5px;
      margin-left: -5px;
      position: absolute;
      top: 100%;
      left: 50%;
      content: ''; }
  .hint__name {
    display: inline-block;
    margin-left: 2px;
    color: #222;
    font-family: "museosanscyrl";
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase; }
  .hint__holder {
    border: 1px dashed #00a76d;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #222;
    font-size: 15px;
    line-height: 22px; }
  .hint__link {
    display: inline-block;
    margin-left: 1px;
    position: relative;
    z-index: 200;
    color: #2581c2; }
    .hint__link:first-of-type {
      margin-left: 0; }

.pagination {
  height: 106px;
  margin-top: 80px;
  background: #22b16f; }
  .pagination__holder {
    line-height: 108px;
    text-align: center; }
    .pagination_page_project .pagination__holder {
      text-align: left; }
  .pagination__open {
    border-bottom: 1px dotted #fff;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-family: "museosanscyrl";
    font-size: 28px;
    font-weight: 500;
    line-height: 26px;
    vertical-align: middle; }
    .pagination__open:hover {
      border-bottom-color: transparent; }
    .pagination__open[href] {
      border-bottom: none; }
  .pagination__prev {
    float: left;
    max-width: 300px;
    text-align: left; }
  .pagination__next {
    float: right;
    max-width: 300px;
    text-align: left; }
    .pagination_page_project .pagination__next {
      max-width: 320px; }
  .pagination__link {
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 26px;
    font-family: "museosanscyrl";
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle; }
    .pagination__link:before {
      height: 37px;
      margin-top: -19px;
      width: 19px;
      position: absolute;
      top: 50%;
      background-image: url("../img/icons/pagination__icons.png");
      background-repeat: no-repeat; }
    .pagination__prev .pagination__link {
      padding-left: 20px; }
      .pagination__prev .pagination__link:before {
        right: 100%;
        background-position: 0 0;
        content: ''; }
    .pagination_page_project .pagination__next .pagination__link {
      padding-right: 20px; }
    .pagination__next .pagination__link:before {
      left: 100%;
      background-position: -19px 0;
      content: ''; }
  .pagination__site {
    box-sizing: border-box;
    border-right: 1px solid #fff;
    float: left;
    margin-right: 50px;
    padding-right: 20px;
    width: 234px; }

.map {
  height: 650px;
  position: relative; }
  .map__test {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .map__screen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.contacts {
  padding-top: 40px;
  width: 947px; }
  .contacts__holder {
    height: 395px; }
    .contacts__holder.ui-tabs {
      padding: 0;
      position: static; }
    .contacts__holder.ui-tabs .ui-tabs-nav {
      box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.23);
      margin-bottom: 25px;
      padding: 0;
      position: relative; }
    .contacts__holder.ui-tabs .ui-tabs-nav li {
      border-left: 1px solid #e5e5e5;
      margin: 0;
      padding: 0;
      width: 315px;
      position: relative;
      background: #fff; }
      .contacts__holder.ui-tabs .ui-tabs-nav li:first-of-type {
        border-radius: 3px 0 0 3px;
        border-left: none; }
      .contacts__holder.ui-tabs .ui-tabs-nav li:last-of-type {
        border-radius: 0 3px 3px 0; }
    .contacts__holder.ui-tabs .ui-tabs-nav li.ui-tabs-active {
      margin-bottom: 0;
      padding-bottom: 0;
      background: #42ba70;
      background: -moz-linear-gradient(90deg, #42ba70 0%, #00a76d 100%);
      background: -webkit-linear-gradient(90deg, #42ba70 0%, #00a76d 100%);
      background: -o-linear-gradient(90deg, #42ba70 0%, #00a76d 100%);
      background: -ms-linear-gradient(90deg, #42ba70 0%, #00a76d 100%);
      background: linear-gradient(180deg, #42ba70 0%, #00a76d 100%); }
      .contacts__holder.ui-tabs .ui-tabs-nav li.ui-tabs-active:before {
        border-color: #05a76d transparent transparent;
        border-style: solid;
        border-width: 10px;
        margin-left: -10px;
        position: absolute;
        top: 100%;
        left: 50%;
        content: ''; }
    .contacts__holder.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      float: none;
      display: block;
      padding: 4px 0;
      color: #222;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 48px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .contacts__holder.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
      color: #fff; }
    .contacts__holder.ui-tabs .ui-tabs-panel {
      display: inline-block;
      padding: 0; }
  .contacts__inner {
    border-radius: 3px;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
    padding: 0 20px 5px;
    width: 315px;
    position: relative;
    background: #fff; }
    .contacts__inner_block_mail {
      left: 316px; }
  .contacts__item {
    padding: 12px 0 0; }
  .contacts__title, .form__title {
    display: block;
    color: #20995c;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px; }
  .contacts__value {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    font-family: "museosanscyrl";
    font-size: 24px;
    font-weight: 500;
    line-height: 48px; }
    .contacts__value[href] {
      color: #0f75ba; }
    .contacts__item:last-of-type .contacts__value {
      border-bottom: none; }
  .contacts__footer {
    position: relative;
    float: right;
    margin-top: 20px; }
  .contacts__download {
    float: right;
    padding: 5px 0;
    width: 206px;
    position: relative;
    background: #1eb06e;
    color: #fff;
    font-family: "museosanscyrl";
    font-size: 20px;
    font-weight: 300;
    line-height: 47px;
    text-align: center;
    text-decoration: none; }
  .contacts__facebook {
    height: 44px;
    margin-left: 49px;
    width: 44px;
    position: absolute;
    top: 6px;
    left: 100%;
    background: url("../img/icons/facebook__icon.png") no-repeat; }

.works__list {
  min-width: 1200px;
  padding: 0 100px;
  margin-bottom: -25px; }
  @media screen and (max-width: 1366px) {
    .works__list {
      margin: 0 auto -25px;
      padding: 0;
      width: 1200px; } }
  .works__list_page_clients {
    margin: auto;
    padding: 0;
    width: 1200px; }
.works__item {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 25px;
  margin-left: 16px;
  width: calc(25% - 15px);
  color: #222;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  vertical-align: top; }
  .works__item:nth-of-type(4n+1) {
    margin-left: 0; }
  .works__list_page_clients .works__item {
    width: 285px; }
  .works__item_state_hidden {
    display: none; }
.works__thumbnail {
  position: relative;
  overflow: hidden; }
  .works__item:hover .works__thumbnail:before {
    height: 100%;
    width: 100%;
    background: rgba(11, 149, 99, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .works__thumbnail img {
    display: block;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .works__item:hover .works__thumbnail img {
      opacity: .5;
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
.works__anchor {
  display: inline-block;
  margin-top: 5px;
  margin-right: 20px; }
  .works__item:hover .works__anchor {
    text-decoration: underline; }
    .works__item:hover .works__anchor:after {
      text-decoration: underline; }
  .works__anchor:after {
    display: inline-block;
    font-family: "Arial", "sans-serif";
    content: '\2192'; }

.project__holder {
  position: relative; }
.project__client {
  position: relative;
  margin-bottom: 15px; }
  .project__client .clients__item {
    display: none;
    margin-top: 15px; }
.project__inner.ui-tabs {
  padding: 0;
  position: static; }
.project__inner.ui-tabs .ui-tabs-nav {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0; }
.project__inner.ui-tabs .ui-tabs-nav li {
  margin: 0 0 0 40px;
  padding: 3px 0;
  line-height: 30px; }
  .project__inner.ui-tabs .ui-tabs-nav li:first-of-type {
    margin-left: 0; }
.project__inner.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0; }
.project__inner.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  border-bottom: 1px dotted #2170ba;
  padding: 0;
  color: #2170ba;
  font-family: "museosanscyrl";
  font-size: 22px;
  font-weight: 500;
  line-height: 23px; }
  .project__inner.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    border-bottom-color: transparent; }
.project__inner.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom-color: transparent;
  color: #222; }
.project__inner.ui-tabs .ui-tabs-panel {
  padding: 0; }

.description__holder {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative; }
  .description__holder:first-of-type {
    margin-top: 0; }
.description__item {
  float: left;
  margin-left: 19px;
  width: 405px; }
  .description__item:first-of-type {
    margin-left: 0;
    width: 310px; }
.description__content {
  float: left;
  margin-right: 18px;
  width: 600px; }
  .description__content p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px; }
    .description__content p:first-of-type {
      margin-top: 0; }
.description__thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 260px; }
  .description__thumbnail img {
    display: block;
    max-width: 100%; }
.description__features {
  box-sizing: border-box;
  height: 100%;
  padding: 10px 25px 0;
  width: 560px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f4f4; }
.description__subtitle {
  display: block;
  margin-bottom: 5px;
  font-family: "museosanscyrl";
  font-size: 15px;
  font-weight: bold;
  line-height: 30px; }
.description__list li {
  margin-top: 2px;
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  line-height: 22px; }
  .description__list li:first-of-type {
    margin-top: 0; }
  .description__list li:before {
    border-radius: 50%;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 7px;
    left: 0;
    background: #00ab6c;
    content: ''; }

.review__item {
  margin-top: 15px; }
  .review__item:first-of-type {
    margin-top: 0; }
.review__content {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  float: left;
  padding: 10px 20px;
  width: 884px;
  position: relative;
  font-size: 15px;
  line-height: 24px; }
.review__author {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500; }
.review__post {
  display: block;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 20px; }
.review__download {
  display: inline-block;
  margin-left: 15px;
  max-width: 245px;
  padding-left: 50px;
  position: relative;
  color: #888787;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none; }
  .review__download span {
    display: block;
    color: #1578bd;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: underline; }
  .review__download:hover span {
    text-decoration: none; }
  .review__download:before {
    height: 50px;
    width: 41px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/icons/pdf__icon.png") no-repeat;
    content: ''; }

.interface {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.21);
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 20px;
  position: relative; }
  .interface__holder {
    float: left;
    margin-right: 17px;
    width: 611px; }
  .interface__description {
    float: left;
    width: 520px; }
  .interface__content {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px; }
    .interface__content span {
      display: block;
      margin-bottom: 10px;
      font-family: "museosanscyrl";
      font-size: 16px;
      font-weight: bold;
      line-height: 16px; }
  .interface__thumbnails {
    width: 100%; }
    .interface__thumbnails .slick-track {
      width: 100% !important;
      transform: none !important;
       }
    .interface__thumbnails.slick-initialized .slick-slide {
      float: none;
      display: inline-block;
      vertical-align: top; }
    .interface__thumbnails .slick-slide {
      border-radius: 3px;
      box-sizing: border-box;
      border: 1px solid #d7d7d7;
      margin-right: 10px;
      margin-bottom: 10px;
      width: 155px !important;
      position: relative;
      cursor: pointer; }
      .interface__thumbnails .slick-slide img {
        border-radius: 2px;
        width: 100%;
        height: auto; }
      .interface__thumbnails .slick-slide:hover:before {
        border-radius: 2px;
        height: 100%;
        width: 100%;
        background-color: rgba(11, 149, 99, 0.5);
        background-image: url("../img/icons/interface__icon.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        top: 0;
        left: 0;
        content: ''; }
      .interface__thumbnails .slick-slide.interface__item_state_active {
        border-color: #00ab6c;
        border-width: 2px;
        pointer-events: none; }
        .interface__thumbnails .slick-slide.interface__item_state_active img {
          height: 91px; }

.error {
  position: relative;
  background-image: url("../img/thumbnail/error__thumb.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .error__holder {
    width: 100%;
    position: absolute;
    top: 60%;
    text-align: center; }
  .error__content {
    color: #fff;
    font-family: "museosanscyrl";
    font-size: 28px;
    font-weight: bold;
    line-height: 36px; }
    .error__content span {
      display: block;
      margin-top: 5px;
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; }
  .error__link {
    border-radius: 30px;
    display: inline-block;
    margin-top: 30px;
    width: 260px;
    background: #00ac6b;
    color: #fff;
    font-family: "museosanscyrl";
    font-size: 18px;
    font-weight: 300;
    line-height: 55px;
    text-decoration: none; }

.intro {
  background-color: #000;
  background-image: url("../img/thumbnail/index_csfs1.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
.layout_type_tablet .intro {
    padding: 100px 0;
}
  .intro__holder {
    color: #fff;
    font-family: "museosanscyrl";
    font-weight: 500;
    text-align: center; }
    .intro__holder .ui-tabs {
      display: inline-block;
      padding: 0;
      height: 151px; }
    .intro__holder .ui-tabs .ui-tabs-nav {
      padding: 0;
      margin-bottom: 20px; }
    .intro__holder .ui-tabs .ui-tabs-nav li {
      margin: 0 0 0 10px; }
      .intro__holder .ui-tabs .ui-tabs-nav li:first-of-type {
        margin-left: 0; }
    .intro__holder .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      margin-bottom: 0;
      padding-bottom: 0; }
    .intro__holder .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 0 30px;
      color: #fff;
      cursor: pointer;
      font-family: "museosanscyrl";
      font-size: 20px;
      font-weight: 700;
      line-height: 45px; }
    .intro__holder .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
      border-color: #05a169;
      background: #05a169;
      position: relative;
      cursor: pointer; }
      .intro__holder .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:before {
        border-color: #05a169 transparent transparent;
        border-style: solid;
        border-width: 10px;
        margin-left: -10px;
        position: absolute;
        top: 100%;
        left: 50%;
        content: ''; }
    .intro__holder .ui-tabs .ui-tabs-panel {
      max-height: 84px;
      margin: auto;
      padding: 0;
      width: 830px;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      font-weight: normal;
      line-height: 28px; }
  .intro__inner {
    display: none; }
    .intro__inner_state_open {
      display: block; }
  .intro__subtitle {
    display: block;
    opacity: .61;
    font-size: 22px;
    line-height: 48px;
    text-transform: uppercase; }
  .intro__title {
    font-size: 67px;
    line-height: 80px; }

.certificate {
  background: #fff; }
.layout_type_tablet .certificate {
    padding: 100px 0;
}
  .certificate__holder {
    text-align: center; }
  .certificate__item {
    display: inline-block;
    width: 330px;
    color: #222;
    font-size: 15px;
    line-height: 21px;
    vertical-align: top; }
    .certificate__item p {
      margin: 0 35px; }
  .certificate__thumbnail {
    height: 100px;
    margin-bottom: 15px;
    line-height: 100px; }
    .certificate__thumbnail img {
      display: inline-block;
      max-height: 100%;
      vertical-align: bottom; }
  .certificate__name {
    display: block;
    margin: 0 40px 10px;
    color: #222;
    font-family: "museosanscyrl";
    font-size: 18px;
    font-weight: bold;
    line-height: 24px; }

.regulations {
  background-image: url("../img/thumbnail/regulations__thumb.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover; }
.layout_type_tablet .regulations {
    padding: 100px 0;
}
  .regulations .layout__title {
    color: #fff; }
  .regulations__item {
    position: relative;
    color: #fff;
    font-size: 17px;
    line-height: 34px;
        /*&:before {
            height: 11px;
            margin: {
                top: -5px;
                right: -5px;
            };
            width: 11px;
            position: absolute;
            top: 50%;
            right: 0;
            background: url("../img/icons/regulations__circle.png") no-repeat;
            content: '';
        }

        &:after {
            height: 100%;
            width: 1px;
            position: absolute;
            top: 0;
            right: 0;
            background: #02ae6a;
            content: '';
        }

        &_type_right {
            float: right;
            padding-right: 0;
            padding-left: 30px;
            text-align: left;
            margin-top: 34px;

            &:before {
                right: auto;
                left: 0;
                margin: {
                    right: 0;
                    left: -6px;
                };
            }

            &:after {
                right: auto;
                left: -1px;
            }
        }*/ }
  .regulations__value {
    box-sizing: border-box;
    float: left;
    padding-right: 30px;
    width: 600px;
    position: relative;
    text-align: right;
    background: url("../img/icons/regulations__linear_right.png") 100% 50% no-repeat; }
    .regulations__value:after {
      height: 100%;
      width: 1px;
      position: absolute;
      top: 0;
      right: 0;
      background: #02ae6a;
      content: ''; }
    .regulations__value:before {
      height: 11px;
      margin-top: -5px;
      margin-right: -5px;
      width: 11px;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 100;
      background: url("../img/icons/regulations__circle.png") no-repeat;
      content: ''; }
    .regulations__value_type_right {
      float: right;
      padding-right: 0;
      padding-left: 30px;
      background: url("../img/icons/regulations__linear_left.png") 0 50% no-repeat;
      text-align: left; }
      .regulations__value_type_right:after {
        right: auto;
        left: -1px; }
      .regulations__value_type_right:before {
        margin-right: 0;
        margin-left: -6px;
        right: auto;
        left: 0; }
    .regulations__item:first-child .regulations__value:after {
      height: calc(100% - 15px);
      top: 15px; }
    .regulations__item:last-child .regulations__value:after {
      height: calc(100% - 15px); }

.b-clients {
  float: left;
  height: 100%;
  min-width: 600px;
  width: 50%;
  position: relative; }
.layout_type_tablet .b-clients {
    height: 700px;
}
  .b-clients:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 25px;
    position: absolute;
    top: 130px;
    left: 100%;
    z-index: 100;
    content: ''; }
    @media screen and (max-width: 1366px) {
      .b-clients:before {
        top: 100px; } }
  .b-clients__holder {
    height: 520px;
    margin-top: -260px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0; }
    @media screen and (max-width: 1366px) {
      .b-clients__holder {
        margin-top: -240px; } }
  .b-clients__nav {
    margin-top: 50px;
    text-align: center; }
  .b-clients__link {
    box-sizing: border-box;
    border: 2px solid #1eb06e;
    display: inline-block;
    margin-left: 5px;
    width: 152px;
    font-family: "museosanscyrl";
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
    text-decoration: none; }
    .b-clients__link:first-of-type {
      margin-left: 0; }
    .b-clients__link:hover {
      border-color: #31b479;
      background: #31b479;
      color: #fff; }
    .b-clients__link:active {
      border-color: #27a46c;
      background: #27a46c; }
    .b-clients__link_type_clients {
      background: #1eb06e;
      color: #fff; }
    .b-clients__link_type_projects {
      background: #fff;
      color: #128e57; }
  .b-clients__list {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .b-clients__list.slick-slider {
      margin-bottom: 0; }
    .b-clients__list .slick-prev:before, .b-clients__list .slick-next:before {
      content: normal; }
    .b-clients__list .slick-next, .b-clients__list .slick-next:hover, .b-clients__list .slick-next:focus, .b-clients__list .slick-prev, .b-clients__list .slick-prev:hover, .b-clients__list .slick-prev:focus {
      border: none;
      height: 53px;
      margin-top: -26px;
      width: 26px;
      position: absolute;
      top: 50%;
      background: url("../img/icons/b-clients__arrows.png") no-repeat;
      font-size: 0; }
    .b-clients__list .slick-prev {
      left: 40px;
      background-position: 0 0; }
    .b-clients__list .slick-next, .b-clients__list .slick-next:hover, .b-clients__list .slick-next:focus {
      right: 40px;
      background-position: -26px 0; }
  .b-clients__item {
    text-align: center;
    float: left;
    position: relative; }
  .b-clients__inner {
    display: inline-block;
    position: relative; }
  .b-clients__open {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150; }
  .b-clients__thumbnail {
    height: 65px;
    margin-bottom: 25px; }
    .slick-slide .b-clients__thumbnail img {
      display: inline-block;
      vertical-align: middle;
      max-height: 100%;
      max-width: 100%; }
  .b-clients__name {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-family: "museosanscyrl";
    font-size: 22px;
    font-weight: 500;
    line-height: 24px; }
  .b-clients__description {
    margin: auto auto 25px;
    height: 66px;
    overflow: hidden;
    width: 350px;
    font-size: 15px;
    line-height: 22px; }
  .b-clients__about .hint {
    display: inline-block;
    margin-left: 5px;
    width: auto; }
    .b-clients__about .hint:first-of-type {
      margin-left: 0; }
  .b-clients__about .hint__header {
    text-align: left; }

.b-projects {
  float: left;
  width: 50%;
  height: 100%;
  position: relative; }
.layout_type_tablet .b-projects {
    height: 700px;
}
  .b-projects__list {
    width: 100%;
    text-align: center;
    height: 100%; }
    .b-projects__list.slick-slider {
      margin-bottom: 0; }
    .b-projects__list .slick-list, .b-projects__list .slick-track {
      height: 100%; }
  .b-projects__item {
    position: relative; }
  .b-projects__inner {
    height: 520px;
    margin-top: -260px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0; }
    @media screen and (max-width: 1366px) {
      .b-projects__inner {
        margin-top: -240px; } }
  .b-projects__holder {
    padding-top: 20px; }
    .b-projects__holder .owl-pagination {
      width: 100%;
      position: absolute;
      top: -25px;
      left: 0; }
    .b-projects__holder .owl-page {
      box-sizing: border-box;
      border: 1px solid #1eb06e;
      display: inline-block;
      margin-left: 7px;
      width: 30px;
      background: rgba(255, 255, 255, 0.45);
      color: #15a665;
      font-size: 13px;
      font-weight: 500;
      line-height: 28px; }
      .b-projects__holder .owl-page.active {
        background: #1eb06e;
        color: #fff; }
      .b-projects__holder .owl-page:first-of-type {
        margin-left: 0; }
  .b-projects__thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .b-projects__name {
    display: block;
    margin-bottom: 25px;
    color: #000;
    font-family: "museosanscyrl";
    font-size: 22px;
    font-weight: 500;
    line-height: 32px; }
  .slick-slide .b-projects__slide img {
    display: inline-block; }

/*# sourceMappingURL=styles.css.map */
/*PROGRAMING ADD*/
.contacts__download2 {
     width: auto;
    margin-right: 426px;
        padding: 5px 20px;
}
   
   
  .current_send {
    font-size: 28px;
    margin: 126px 0;
    color: #20995c;
    text-align: center;
  } 
    .none {
    display: none;
  }
  .bx-composite-btn-fixed {
    display: none;
  }
  .tablebodytext {
    display: none;
  }
  .layout_type_tablet .owl-carousel .owl-item {
      width: 600px !important;
  }
  .layout_type_tablet .owl-controls {
        display: block !important;
  }
  .preloader {
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 10000;
      background-color: rgba(0, 0, 0, .9);
  }
#circular3dG{
    position:absolute;
    width:285px;
    height:285px;
    top: 50%;
    left: 50%;
    margin-top: -142px;
    margin-left: -142px;
}

.circular3dG{
    position:absolute;
    background-color:rgb(255,255,255);
    width:81px;
    height:81px;
    border-radius:86px;
    -o-border-radius:86px;
    -ms-border-radius:86px;
    -webkit-border-radius:86px;
    -moz-border-radius:86px;
    animation-name:bounce_circular3dG;
    -o-animation-name:bounce_circular3dG;
    -ms-animation-name:bounce_circular3dG;
    -webkit-animation-name:bounce_circular3dG;
    -moz-animation-name:bounce_circular3dG;
    animation-duration:0.782s;
    -o-animation-duration:0.782s;
    -ms-animation-duration:0.782s;
    -webkit-animation-duration:0.782s;
    -moz-animation-duration:0.782s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circular3d_1G{
    left:114px;
    top:19px;
    animation-delay:0.2895s;
    -o-animation-delay:0.2895s;
    -ms-animation-delay:0.2895s;
    -webkit-animation-delay:0.2895s;
    -moz-animation-delay:0.2895s;
}

#circular3d_2G{
    left:176px;
    top:67px;
    animation-delay:0.386s;
    -o-animation-delay:0.386s;
    -ms-animation-delay:0.386s;
    -webkit-animation-delay:0.386s;
    -moz-animation-delay:0.386s;
}

#circular3d_3G{
    left:209px;
    top:128px;
    animation-delay:0.4825s;
    -o-animation-delay:0.4825s;
    -ms-animation-delay:0.4825s;
    -webkit-animation-delay:0.4825s;
    -moz-animation-delay:0.4825s;
}

#circular3d_4G{
    left:195px;
    top:190px;
    animation-delay:0.589s;
    -o-animation-delay:0.589s;
    -ms-animation-delay:0.589s;
    -webkit-animation-delay:0.589s;
    -moz-animation-delay:0.589s;
}

#circular3d_5G{
    left:119px;
    top:209px;
    animation-delay:0.6855s;
    -o-animation-delay:0.6855s;
    -ms-animation-delay:0.6855s;
    -webkit-animation-delay:0.6855s;
    -moz-animation-delay:0.6855s;
}

#circular3d_6G{
    left:24px;
    top:138px;
    animation-delay:0.782s;
    -o-animation-delay:0.782s;
    -ms-animation-delay:0.782s;
    -webkit-animation-delay:0.782s;
    -moz-animation-delay:0.782s;
}

#circular3d_7G{
    left:0px;
    top:38px;
    animation-delay:0.8785s;
    -o-animation-delay:0.8785s;
    -ms-animation-delay:0.8785s;
    -webkit-animation-delay:0.8785s;
    -moz-animation-delay:0.8785s;
}

#circular3d_8G{
    left:48px;
    top:0px;
    animation-delay:0.975s;
    -o-animation-delay:0.975s;
    -ms-animation-delay:0.975s;
    -webkit-animation-delay:0.975s;
    -moz-animation-delay:0.975s;
}



@keyframes bounce_circular3dG{
    0%{
        transform:scale(1)
    }

    100%{
        transform:scale(.3)
    }
}

@-o-keyframes bounce_circular3dG{
    0%{
        -o-transform:scale(1)
    }

    100%{
        -o-transform:scale(.3)
    }
}

@-ms-keyframes bounce_circular3dG{
    0%{
        -ms-transform:scale(1)
    }

    100%{
        -ms-transform:scale(.3)
    }
}

@-webkit-keyframes bounce_circular3dG{
    0%{
        -webkit-transform:scale(1)
    }

    100%{
        -webkit-transform:scale(.3)
    }
}

@-moz-keyframes bounce_circular3dG{
    0%{
        -moz-transform:scale(1)
    }

    100%{
        -moz-transform:scale(.3)
    }
}
/*PROGRAMING ADD*/