

/* Start:/assets/css/app.css?1769727418215487*/
@charset "UTF-8";
/*
* Third Party
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Circe';
  font-style: normal;
  font-weight: normal;
  src: local("Circe"), url("/assets/css/../../assets/fonts/CRC55.woff") format("woff"); }

@font-face {
  font-family: 'Circe Light';
  font-style: normal;
  font-weight: normal;
  src: local("Circe Light"), url("/assets/css/../../assets/fonts/CRC35.woff") format("woff"); }

@font-face {
  font-family: 'Circe Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Circe Bold"), url("/assets/css/../../assets/fonts/CRC65.woff") format("woff"); }

@font-face {
  font-family: 'CirceWebRegular';
  src: url("/assets/css/../../assets/fonts/CRC55__W.eot");
  src: url("/assets/css/../../assets/fonts/CRC55__W.eot?#iefix") format("embedded-opentype"), url("/assets/css/../../assets/fonts/CRC55__W.woff2") format("woff2"), url("/assets/css/../../assets/fonts/CRC55__W.woff") format("woff"), url("/assets/css/../../assets/fonts/CRC55__W.ttf") format("truetype"), url("/assets/css/../../assets/fonts/CRC55__W.svg#CirceWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CirceWebBold';
  src: url("/assets/css/../../assets/fonts/CRC65__W.eot");
  src: url("/assets/css/../../assets/fonts/CRC65__W.eot?#iefix") format("embedded-opentype"), url("/assets/css/../../assets/fonts/CRC65__W.woff2") format("woff2"), url("/assets/css/../../assets/fonts/CRC65__W.woff") format("woff"), url("/assets/css/../../assets/fonts/CRC65__W.ttf") format("truetype"), url("/assets/css/../../assets/fonts/CRC65__W.svg#CirceWeb-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CirceWebLight';
  src: url("/assets/css/../../assets/fonts/CRC35__W.eot");
  src: url("/assets/css/../../assets/fonts/CRC35__W.eot?#iefix") format("embedded-opentype"), url("/assets/css/../../assets/fonts/CRC35__W.woff2") format("woff2"), url("/assets/css/../../assets/fonts/CRC35__W.woff") format("woff"), url("/assets/css/../../assets/fonts/CRC35__W.ttf") format("truetype"), url("/assets/css/../../assets/fonts/CRC35__W.svg#CirceWeb-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

.content-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
  flex: 1 0 auto; }
  .content-wrap:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 15;
    -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

.page_inner {
  position: relative;
  padding: 220px 0px 60px; }
  .page_inner::after {
    clear: both;
    content: "";
    display: table; }

.grid_content {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
  max-width: 1920px;
  z-index: 1; }
  .grid_content::after {
    clear: both;
    content: "";
    display: table; }

.common_content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 4; }

.common_content_centering {
  height: calc(100% - 210px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.content_page {
  position: relative;
  margin: 0px auto;
  max-width: 1200px; }
  .content_page--inner {
    max-width: 1300px; }
  .content_page--root {
    width: calc(100% - 270px);
    margin-left: 270px; }

.small_content {
  width: 835px;
  margin: 70px auto 90px; }

.row_content_box .col_content_box {
  width: 51.1%;
  display: inline-block;
  vertical-align: middle; }
  .row_content_box .col_content_box img {
    max-width: 100%; }
  .row_content_box .col_content_box.col_content_box_inner {
    width: 54.1%; }
    .row_content_box .col_content_box.col_content_box_inner + .col_content_box {
      width: 37.6%; }
  .row_content_box .col_content_box + .col_content_box {
    width: 35.6%;
    margin-left: 7.8%; }
  .row_content_box .col_content_box .button {
    margin-top: 40px; }

.row_content_box.row_content_box_inner {
  margin-bottom: 90px; }

.negative_box {
  margin-right: -30px;
  margin-left: -30px; }
  .negative_box::after {
    clear: both;
    content: "";
    display: table; }

.row_3_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: baseline; }
  .row_3_box .box {
    padding-left: 30px;
    padding-right: 30px;
    width: 33.3333%;
    margin-bottom: 60px; }

.row_4_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: baseline; }
  .row_4_box .box {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    margin-bottom: 60px; }

.line_list {
  margin: 50px 0px 45px; }
  .line_list .line_item {
    padding: 50px 0px;
    margin-bottom: 20px;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .line_list .line_item--style {
      -webkit-box-shadow: 0px 0px 1px 1px #E2E2E2;
      -moz-box-shadow: 0px 0px 1px 1px #E2E2E2;
      box-shadow: 0px 0px 1px 1px #E2E2E2;
      -webkit-transition: box-shadow 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -moz-transition: box-shadow 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: box-shadow 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .line_list .line_item--style:hover {
        -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
    .line_list .line_item:hover h3 a {
      color: #00BDEF; }
    .line_list .line_item .line_item_content {
      position: relative;
      padding: 0px 80px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      align-content: space-between;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .line_list .line_item .line_item_img_link {
      position: relative;
      display: block;
      width: 25.9%;
      height: 190px;
      overflow: hidden; }
      .line_list .line_item .line_item_img_link img {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        margin: auto;
        max-height: 100%; }
      .line_list .line_item .line_item_img_link--horizontal {
        height: 245px; }
      .line_list .line_item .line_item_img_link--structure {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .line_list .line_item .line_item_img_link--structure img {
          width: 70%; }
    .line_list .line_item .line_item_content_descr {
      width: 65.6%;
      margin-left: 8.5%; }
    .line_list .line_item h3 {
      margin-bottom: 25px; }
      .line_list .line_item h3 a {
        color: #35323D;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .line_list .line_item h3 a:hover {
          color: #00BDEF; }
    .line_list .line_item .line_item_text {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      margin-bottom: 20px;
      line-height: 25px;
      font-size: 1.0625em; }
      .line_list .line_item .line_item_text p {
        margin-bottom: 20px; }
    .line_list .line_item.line_item_inner .line_item_content {
      padding: 0px; }
    .line_list .line_item.line_item_inner .line_item_img_link img {
      width: 100%; }

.pagenav {
  margin-top: 50px; }
  .pagenav .line_list {
    margin-top: 0; }

.grid_color {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid #E2E2E2; }

.grid_color_item {
  position: relative;
  width: 33.3333%;
  height: 400px;
  overflow: hidden;
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  text-decoration: none;
  color: #35323D;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .grid_color_item .grid_color_item_content {
    height: 100%; }
    .grid_color_item .grid_color_item_content .grid_content {
      padding-top: 70px;
      padding-bottom: 70px; }
    .grid_color_item .grid_color_item_content h3 {
      font-family: "CirceWebLight";
      font-weight: normal;
      margin-bottom: 35px; }
    .grid_color_item .grid_color_item_content .grid_color_item_text {
      font-size: 1.0625em;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      line-height: 30px;
      font-weight: 300; }
  .grid_color_item .grid_color_item_bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .grid_color_item:last-child {
    border-bottom: 0px; }
  .grid_color_item:hover {
    color: #ffffff; }
    .grid_color_item:hover .grid_color_item_bg {
      opacity: 1;
      -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .grid_color_item:hover:nth-child(1) {
      background-color: #F5CB05;
      border-color: #F5CB05; }
    .grid_color_item:hover:nth-child(2) {
      background-color: #52BAC6;
      border-color: #52BAC6; }
    .grid_color_item:hover:nth-child(3) {
      background-color: #6DC2B6;
      border-color: #6DC2B6; }
    .grid_color_item:hover:nth-child(4) {
      background-color: #E8915A;
      border-color: #E8915A; }
    .grid_color_item:hover:nth-child(5) {
      background-color: #756BB5;
      border-color: #756BB5; }
    .grid_color_item:hover:nth-child(6) {
      background-color: #EFDF00;
      border-color: #EFDF00; }
    .grid_color_item:hover:nth-child(7) {
      background-color: #EC298B;
      border-color: #EC298B; }
    .grid_color_item:hover:nth-child(8) {
      background-color: #95BF0A;
      border-color: #95BF0A; }
    .grid_color_item:hover:nth-child(9) {
      background-color: #F84030;
      border-color: #F84030; }
    .grid_color_item:hover:nth-child(10) {
      background-color: #4B80BD;
      border-color: #4B80BD; }

.user-is-touching .grid_color_item {
  color: #ffffff; }
  .user-is-touching .grid_color_item .grid_color_item_bg {
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .user-is-touching .grid_color_item:nth-child(1) {
    background-color: #F5CB05;
    border-color: #F5CB05; }
  .user-is-touching .grid_color_item:nth-child(2) {
    background-color: #52BAC6;
    border-color: #52BAC6; }
  .user-is-touching .grid_color_item:nth-child(3) {
    background-color: #6DC2B6;
    border-color: #6DC2B6; }
  .user-is-touching .grid_color_item:nth-child(4) {
    background-color: #E8915A;
    border-color: #E8915A; }
  .user-is-touching .grid_color_item:nth-child(5) {
    background-color: #756BB5;
    border-color: #756BB5; }
  .user-is-touching .grid_color_item:nth-child(6) {
    background-color: #EFDF00;
    border-color: #EFDF00; }
  .user-is-touching .grid_color_item:nth-child(7) {
    background-color: #EC298B;
    border-color: #EC298B; }
  .user-is-touching .grid_color_item:nth-child(8) {
    background-color: #95BF0A;
    border-color: #95BF0A; }
  .user-is-touching .grid_color_item:nth-child(9) {
    background-color: #F84030;
    border-color: #F84030; }
  .user-is-touching .grid_color_item:nth-child(10) {
    background-color: #4B80BD;
    border-color: #4B80BD; }

@media screen and (max-width: 1280px) {
  .content_page--root {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 205px); }
  .page_inner {
    padding: 150px 0px 60px; }
  .row_content_box .col_content_box {
    width: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%; }
    .row_content_box .col_content_box + .col_content_box {
      width: 100%;
      margin: 0px;
      padding: 0px; }
  .row_content_box.row_content_box_inner {
    margin-bottom: 50px; }
    .row_content_box.row_content_box_inner .col_content_box {
      width: 46%; }
    .row_content_box.row_content_box_inner .col_content_box.about_img_col_content_box {
      width: 50%;
      margin-left: 3%; }
  .grid_color_item .grid_color_item_content h3 {
    font-size: 1.4em; } }

@media (min-width: 1280px) and (max-width: 1600px) {
  .content_page--root {
    margin: 0 auto 0 205px; } }

@media screen and (max-width: 1440px) {
  .grid_content {
    position: relative;
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 1279px) {
  .content_page {
    margin: 0px auto; } }

@media screen and (max-width: 1024px) {
  .content_page {
    width: 100%; }
  .common_content_centering {
    position: relative;
    height: 100%;
    z-index: 3; }
  .grid_content::after {
    clear: both;
    content: "";
    display: table; }
  .small_content {
    width: 100%;
    margin: 70px auto; }
  .row_3_box.negative_box, .row_4_box.negative_box {
    margin-left: -20px;
    margin-right: -20px; }
  .row_3_box .box, .row_4_box .box {
    width: 50%; }
  .grid_color_item {
    width: 50%; }
    .grid_color_item .grid_color_item_content h3 {
      font-size: 1.4em; }
  .line_list .line_item {
    height: auto;
    padding: 30px 0px; }
    .line_list .line_item .line_item_content {
      padding: 20px 30px; }
    .line_list .line_item .line_item_img_link img {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .common_content_centering {
    margin-top: 0px; }
  .content_page {
    margin-top: 0px; }
  .row_content_box.row_content_box_inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .row_content_box.row_content_box_inner .col_content_box {
    width: 100%; }
    .row_content_box.row_content_box_inner .col_content_box .button {
      margin-top: 10px; }
  .row_content_box.row_content_box_inner .col_content_box.about_img_col_content_box {
    width: 75%;
    margin-bottom: 50px;
  }
  .line_list .line_item {
    height: auto; }
    .line_list .line_item .line_item_content {
      padding: 0px 30px; }
    .line_list .line_item .line_item_img_link {
      width: 100%;
      margin-bottom: 30px; }
      .line_list .line_item .line_item_img_link img {
        margin: auto;
        width: auto;
        position: relative; }
      .line_list .line_item .line_item_img_link--structure {
        width: auto;
        height: auto;
        display: inline-block; }
        .line_list .line_item .line_item_img_link--structure img {
          margin: 0px !important;
          width: 100%; }
    .line_list .line_item .line_item_content_descr {
      width: 100%;
      margin-left: 0px; } }

@media screen and (max-width: 767px) {
  .content_page--root {
    margin: 30px auto 0px; }
  .grid_content {
    padding-left: 30px;
    padding-right: 30px; }
  .common_content {
    padding-bottom: 0px; }
  .common_content_centering {
    margin-top: 0px;
    height: 100%; }
  .row_3_box .box, .row_4_box .box {
    width: 100%;
    margin-bottom: 30px; }
  .line_list {
    margin: 30px 0px 45px; }
  .page_inner {
    padding: 80px 0px 40px; }
  .grid_color_item {
    width: 100%;
    height: 300px; }
    .grid_color_item .grid_color_item_content {
      height: 100%; }
      .grid_color_item .grid_color_item_content .grid_content {
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%; }
      .grid_color_item .grid_color_item_content .grid_color_item_text {
        height: 100%; }
      .grid_color_item .grid_color_item_content h3 {
        font-size: 1.4em;
        margin-bottom: 15px; } }

@media screen and (max-width: 640px) {
  .grid_content {
    padding-left: 20px;
    padding-right: 20px; }
  .line_list .line_item .line_item_content {
    display: block; }
  .line_list .line_item .line_item_img_link {
    width: 100%;
    margin-bottom: 30px; }
    .line_list .line_item .line_item_img_link img {
      margin: auto; }
    .line_list .line_item .line_item_img_link--structure {
      width: auto;
      height: auto; }
  .line_list .line_item .line_item_content_descr {
    width: 100%;
    margin-left: 0px; } }

.user-is-touching .line_list .line_item--style:hover {
  -webkit-box-shadow: 0 0 1px 1px #E2E2E2;
  -moz-box-shadow: 0 0 1px 1px #E2E2E2;
  box-shadow: 0 0 1px 1px #E2E2E2; }

body:before {
  display: none; }

@media (min-width: 320px) and (max-width: 767px) {
  body:before {
    content: "smartphone"; }
  .grid_color_item {
    color: #ffffff; }
    .grid_color_item .grid_color_item_bg {
      opacity: 1;
      -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .grid_color_item:nth-child(1) {
      background-color: #F5CB05;
      border-color: #F5CB05; }
    .grid_color_item:nth-child(2) {
      background-color: #52BAC6;
      border-color: #52BAC6; }
    .grid_color_item:nth-child(3) {
      background-color: #6DC2B6;
      border-color: #6DC2B6; }
    .grid_color_item:nth-child(4) {
      background-color: #E8915A;
      border-color: #E8915A; }
    .grid_color_item:nth-child(5) {
      background-color: #756BB5;
      border-color: #756BB5; }
    .grid_color_item:nth-child(6) {
      background-color: #EFDF00;
      border-color: #EFDF00; }
    .grid_color_item:nth-child(7) {
      background-color: #EC298B;
      border-color: #EC298B; }
    .grid_color_item:nth-child(8) {
      background-color: #95BF0A;
      border-color: #95BF0A; }
    .grid_color_item:nth-child(9) {
      background-color: #F84030;
      border-color: #F84030; }
    .grid_color_item:nth-child(10) {
      background-color: #4B80BD;
      border-color: #4B80BD; } }

@media (min-width: 768px) and (max-width: 1023px) {
  body:before {
    content: "tablet"; } }

@media (min-width: 1024px) {
  body:before {
    content: "desktop"; } }

.mobile_action_box .grid_content {
  max-height: none; }

html, body {
  height: 100%;
  width: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

html {
  line-height: 1.15; }

.overflow {
  overflow: hidden; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

.svg_hidden {
  display: none; }

.shadow_page {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 3; }
  .shadow_page--top {
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .shadow_page--bottom {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: auto;
    bottom: 0px; }

h1, .h1 {
  font-family: "CirceWebLight";
  font-weight: normal;
  color: #00BDEF;
  font-size: 3.75em;
  margin-top: 0px;
  margin-bottom: 25px; }

.custom_h1 {
  font-size: 3.12em;
  text-transform: uppercase;
  margin: 0px 0px 35px 0px;
  font-family: "CirceWebBold"; }

h4 {
  margin-bottom: 20px; }

h4, .h4,
h4 a, .h4 a {
  font-size: 20px;
  line-height: 25px;
  font-family: "CirceWebRegular";
  font-weight: normal; }

h4 a, .h4 a, .content_page_style h4 a {
  color: #35323D;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  h4 a:hover, .h4 a:hover, .content_page_style h4 a:hover {
    color: #00BDEF; }

h3, .h3 {
  font-size: 1.86667em;
  font-family: "CirceWebBold";
  font-weight: normal;
  line-height: 36px; }

a[href^="tel:"] {
  display: inline-block;
  color: #35323D !important;
  text-decoration: none; }

img {
  display: block; }

.link_big_blue {
  font-size: 15px;
  font-family: "CirceWebRegular";
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #00BDEF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .link_big_blue:hover {
    color: #FFCB38; }

.blue_link {
  color: #00BDEF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "CirceWebRegular";
  font-weight: normal; }
  .blue_link:hover {
    color: #FFCB38; }

.link_punktir {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px dashed #00BDEF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: normal; }
  .link_punktir:hover {
    border-bottom-color: #FFCB38; }
  .link_punktir--invers {
    border-color: #ffffff; }
    .link_punktir--invers:hover {
      border-color: #ffffff; }
  .link_punktir--bold {
    border-width: 2px; }

.mob_link_full {
  display: none; }

.title_outer {
  font-family: "CirceWebLight";
  font-weight: normal;
  font-size: 1.375em;
  color: #35323D; }

.col_content_text {
  font-size: 17px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 35px; }

.reset_page_style {
  margin: 0px;
  width: 100%; }

.hidden {
  display: none; }

.icon_scroll.count_icon {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 100px; }

.link_more_bottom {
  margin-top: 40px; }

.show_animation {
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0; }

.i_block {
  display: inline-block; }

.search_list .search_item {
  padding: 40px; }
  .search_list .search_item b {
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }

.content_style p {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 25px; }

.content_page_style {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 30px; }
  .content_page_style a {
    color: #00BDEF;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .content_page_style a:hover {
      color: #FFCB38; }
  .content_page_style h3 {
    margin-bottom: 30px;
    font-family: "CirceWebRegular";
    font-weight: normal; }
  .content_page_style .cont_list li {
    position: relative;
    list-style: none;
    font-size: 1.0625em;
    color: #35323D;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 20px; }
    .content_page_style .cont_list li:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 7px;
      width: 13px;
      height: 13px;
      background-color: #00BDEF;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-right-radius: 50%; }
    .content_page_style .cont_list li a {
      color: #00BDEF;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .content_page_style .cont_list li a:hover {
        color: #FFCB38; }

.page_detail_content_inner {
  max-width: 840px; }

.small_content p {
  line-height: 25px;
  margin-bottom: 20px; }

.page_detail_content_inner {
  line-height: 25px; }
  .page_detail_content_inner p {
    line-height: 25px;
    margin-bottom: 20px; }
  .page_detail_content_inner a {
    color: #00BDEF;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .page_detail_content_inner a:hover {
      color: #FFCB38; }
  .page_detail_content_inner .item_date {
    margin-bottom: 15px; }

.hr_green {
  background: #BAD347;
  height: 10px;
  width: 100%;
  margin-bottom: 40px; }

.content_box_info {
  margin: 50px 0px 0px; }

.centering_box {
  text-align: center; }

.centering_box_flex {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.common_content_box {
  margin: 90px 0px 40px; }

.link_more_item {
  display: inline-block;
  font-size: 0.9375em;
  text-transform: uppercase; }

.link_to_back {
  position: relative;
  display: inline-block;
  padding-left: 65px;
  text-transform: uppercase;
  font-family: "CirceWebRegular";
  font-weight: normal;
  color: #00BDEF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 15px; }
  .link_to_back:hover {
    color: #FFCB38; }
  .link_to_back:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -1px;
    height: 16px;
    width: 60px;
    background: url("/assets/css/../img/arrow_to_back_page.svg") no-repeat 0px top;
    background-size: cover; }
  .link_to_back span {
    display: inline-block;
    padding-left: 20px; }
  .link_to_back:hover {
    color: #00BDEF; }
  .link_to_back--top {
    position: absolute;
    left: 0px;
    top: -65px; }
  .link_to_back.white_link {
    color: #ffffff; }
    .link_to_back.white_link:before {
      background-image: url("/assets/css/../img/arrow_to_back_page_white.svg"); }

.box_blue {
  background: #00BDEF; }

hr {
  margin-top: 40px;
  background: #E2E2E2;
  height: 1px;
  border: none; }

.border_box {
  border: 1px solid #E2E2E2; }

.item_date {
  font-family: "CirceWebRegular";
  font-weight: normal;
  font-size: 0.9375em;
  margin-bottom: 25px; }

.other_list {
  margin-top: 90px; }
  .other_list h3 {
    font-family: "CirceWebLight";
    margin-bottom: 30px; }

.page_img {
  margin-bottom: 50px; }
  .page_img img {
    max-width: 1200px;
    max-height: 600px; }
  .page_img.page_img_news img {
    width: auto;
    max-width: 100%;
    max-height: 600px; }

.title_under {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  max-width: 600px;
  line-height: 25px; }

.no_padding {
  padding: 0px; }

.button, .content_page_style .button {
  background: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 54px;
  font-family: "CirceWebRegular";
  font-weight: normal;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0C0610; }
  .button:focus, .content_page_style .button:focus {
    outline: none; }
  .button:hover, .content_page_style .button:hover {
    background: #ffc00f;
    color: #0C0610; }
  .button.with_mb, .content_page_style .button.with_mb {
    margin-bottom: 60px; }
  .button--404, .content_page_style .button--404 {
    position: relative;
    z-index: 10; }
  .button.with_mt, .content_page_style .button.with_mt {
    margin-top: 20px; }

.form_button, .content_page_style .form_button {
  padding: 0px 30px;
  height: 50px;
  background: #FFCB38; }
  .form_button--fix, .content_page_style .form_button--fix {
    width: 280px; }

.open_movie_box .open_movie_link {
  display: inline-block;
  position: relative;
  padding-left: 70px;
  line-height: 60px;
  font-size: 15px;
  color: #252525;
  text-transform: uppercase;
  text-decoration: none; }
  .open_movie_box .open_movie_link:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 50px;
    height: 50px;
    background: url("/assets/css/../img/open_play.png") no-repeat center;
    background-size: contain; }

.working_links {
  margin-top: 30px; }

.working_link {
  position: relative;
  display: inline-block;
  padding: 0px 12px 0px 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 190px;
  height: 38px;
  line-height: 39px;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  font-family: "CirceWebLight";
  font-weight: normal;
  background: #00BDEF;
  color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

.list_char li {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: baseline;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 20px; }

.list_char li .value_char {
	text-align: right;
}

.trailer_content {
  height: 600px;
  margin-bottom: 40px;
}

.info_site {
  margin-top: 45px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .info_site .shrared_on_page {
    margin-top: 0px; }

.inner_text {
  margin: 0px; }

.gray_link {
  color: #35323D;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .gray_link:hover {
    color: #00BDEF; }

.callback_box {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 75px;
  margin-bottom: 70px; }
  .callback_box .callback_title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 47px;
    font-family: "CirceWebLight";
    font-weight: normal; }
  .callback_box .callback_small_title {
    margin: 15px 0px 30px;
    font-size: 17px;
    font-family: "CirceWebLight";
    font-weight: normal; }

.m_bottom {
  margin-bottom: 100px; }

.light {
  font-family: "CirceWebLight" !important; }

.history_brand_box {
  padding: 115px 0px; }
  .history_brand_box .row_3_box .box {
    margin-bottom: 20px; }

.hide {
  display: none; }

.hide_more {
  display: none; }

.open_more {
  display: inline-block; }

.open .hide_more {
  display: block; }

.open .show_more {
  display: none; }

.more_info_content {
  margin-bottom: 25px; }

.news_item_content h4 {
  margin-bottom: 5px; }

.more_box {
  position: absolute;
  height: 150px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bdf2+0,00bdf2+100&0+0,0.07+11,0.18+23,0.79+74,0.91+87,1+99,0.91+100 */
  background: -moz-linear-gradient(top, rgba(0, 189, 242, 0) 0%, rgba(0, 189, 242, 0.07) 11%, rgba(0, 189, 242, 0.18) 23%, rgba(0, 189, 242, 0.79) 74%, rgba(0, 189, 242, 0.91) 87%, #00bdf2 99%, rgba(0, 189, 242, 0.91) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 189, 242, 0) 0%, rgba(0, 189, 242, 0.07) 11%, rgba(0, 189, 242, 0.18) 23%, rgba(0, 189, 242, 0.79) 74%, rgba(0, 189, 242, 0.91) 87%, #00bdf2 99%, rgba(0, 189, 242, 0.91) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 189, 242, 0) 0%, rgba(0, 189, 242, 0.07) 11%, rgba(0, 189, 242, 0.18) 23%, rgba(0, 189, 242, 0.79) 74%, rgba(0, 189, 242, 0.91) 87%, #00bdf2 99%, rgba(0, 189, 242, 0.91) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000bdf2', endColorstr='#e800bdf2',GradientType=0 );
  /* IE6-9 */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none; }
  .more_box .more_box_content {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    padding: 0px 30px;
    margin-top: 35px;
    font-family: "CirceWebRegular";
    font-weight: normal; }
    .more_box .more_box_content--small {
      font-size: 17px;
      text-transform: none;
      margin-top: 55px; }

.item_proportial_box {
  margin-bottom: 25px; }

.item_text p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 25px; }

textarea {
  overflow: auto; }

input::-ms-clear {
  display: none; }

.shrared_on_page {
  margin-top: 40px; }

.ytplayer-wrapper {
  position: relative;
  padding-bottom: 53.8%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 70px; }

.ytplayer-wrapper iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-height: 850px) {
  .h1, h1 {
    font-size: 2.75em;
    margin-bottom: 20px; } }

@media screen and (max-width: 1280px) {
  h1, .h1 {
    font-size: 2em;
    margin-bottom: 40px; }
  h1 {
    font-size: 3.3em; }
  .link_to_back--top {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    top: 0px; }
  .ytplayer-wrapper {
    padding-bottom: 53.45%; } }

@media screen and (max-width: 1024px) {
  html {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .mob_link_full {
    position: relative;
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #00BDEF;
    background: #ffffff;
    width: calc(100% - 100px);
    margin: 50px 50px 0px;
    z-index: 3; }
    .mob_link_full a {
      display: block;
      width: 100%;
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -moz-transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      border: none !important;
      padding-bottom: 0px;
      line-height: 60px; }
      .mob_link_full a:hover {
        background: #00BDEF;
        color: #ffffff;
        border-color: #00BDEF; }
      .mob_link_full a:focus {
        outline: none; }
  .content_box_info {
    margin: 25px 0; }
    .content_box_info .line_list {
      margin: 25px 0px; }
      .content_box_info .line_list .line_item {
        padding: 30px 0px 0px; }
  .hidden_sm {
    display: none; }
  .ytplayer-wrapper {
    padding-bottom: 53%; } }

@media screen and (max-width: 768px) {
  .link_more_bottom {
    display: none; }
  .mob_link_full {
    margin-top: 50px; }
  .list_char li {
    display: block; }
    .list_char li .title_char {
      display: block;
      width: 100%;
      color: #808080; }
    .list_char li .value_char {
      font-size: 19px; }
  .ytplayer-wrapper {
    padding-bottom: 51%; } }

.page-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.38em !important;
    margin-bottom: 15px; }
  h1 {
    font-size: 2.38em !important; }
  .custom_h1 {
    font-size: 1.37em;
    font-family: "CirceWebBold"; }
  .shadow_page {
    height: 100px; }
  .mob_link_full {
    width: calc(100% - 60px);
    margin: 50px 30px 0px; }
  .form_button {
    width: 100%;
    text-align: center; }
  .page_img {
    margin-bottom: 25px; }
    .page_img img {
      max-width: 100%; }
  .callback_box {
    margin-top: 40px;
    margin-bottom: 50px; }
    .callback_box .callback_title {
      font-size: 25px; }
  .content_page_style .h1 {
    font-size: 1.86em !important; }
  .content_page_style .content_page_style p {
    font-size: 17px;
    line-height: 25px; }
  hr {
    display: none; }
  .history_brand_box {
    padding: 50px 0px; }
    .history_brand_box .history_list_slider {
      margin-bottom: 0px; }
      .history_brand_box .history_list_slider .history_item {
        border: none; }
  .more_info_link {
    display: inline-block;
    margin-top: 30px;
    font-size: 14px; }
  .more_box {
    height: 100px; }
    .more_box .more_box_content {
      font-size: 17px; }
      .more_box .more_box_content--small {
        margin-top: 45px; }
  .other_list {
    margin-top: 40px; }
  .content_box_info {
    margin: 40px 0px; }
    .content_box_info .line_list {
      margin: 25px 0px; }
      .content_box_info .line_list .line_item .line_item_content {
        padding: 0px; }
  .info_site {
    display: block; }
.trailer_content {
 height: 480px;
	}
  .button.with_mb {
    margin-bottom: 0px; } }

@media screen and (max-width: 640px) {
  h1, .h1 {
    font-size: 1.65em !important; }
  .button {
    font-size: 14px; }
  .more_box .more_box_content {
    font-size: 12px; }
  .link_to_back {
    padding-left: 50px; }
    .link_to_back:before {
      width: 60px; }
  .ytplayer-wrapper {
    padding-bottom: 48.5%; } }

button,
input[type="button"],
input[type="reset"] {
  cursor: pointer; }

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

button, input {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  box-shadow: none; }

.overlay_page {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1; }
  .overlay_page.show {
    z-index: 5; }

header {
  position: fixed;
  width: 100%;
  padding-top: 50px;
  z-index: 11;
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  header:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 130px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+46,ffffff+78,ffffff+100&1+0,1+50,0.9+83,0+100 */
    background: -moz-linear-gradient(top, white 0%, white 46%, white 50%, rgba(255, 255, 255, 0.92) 78%, rgba(255, 255, 255, 0.9) 83%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, white 46%, white 50%, rgba(255, 255, 255, 0.92) 78%, rgba(255, 255, 255, 0.9) 83%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, white 46%, white 50%, rgba(255, 255, 255, 0.92) 78%, rgba(255, 255, 255, 0.9) 83%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  header.header_inner {
    -webkit-transform: translate(0, -110px);
    -moz-transform: translate(0, -110px);
    -ms-transform: translate(0, -110px);
    -o-transform: translate(0, -110px);
    transform: translate(0, -110px); }
  header.header_only_fix:before {
    content: normal; }

.content-wrap-inner header:before {
  display: none; }

.content-wrap-inner a.header_phone {
  color: #35323D;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #35323D; }
  .content-wrap-inner a.header_phone:hover {
    color: #00BDEF; }
  .content-wrap-inner a.header_phone:hover {
    border-color: #00BDEF; }

.content-wrap-inner .search_icon .search_open, .content-wrap-inner .search_icon .close {
  fill: #35323D; }

.content-wrap-inner .search_icon:hover .search_open, .content-wrap-inner .search_icon:hover .close {
  fill: #00BDEF; }

.content-wrap-inner .language_list .lang_item {
  color: #35323D; }
  .content-wrap-inner .language_list .lang_item:before {
    border-top-color: #35323D; }
  .content-wrap-inner .language_list .lang_item:hover {
    color: #00BDEF; }
    .content-wrap-inner .language_list .lang_item:hover:before {
      border-top-color: #00BDEF; }

.header {
  height: 125px;
  border-bottom: 1px solid transparent; }
  .header.header_only_fix {
    background: #ffffff;
    padding: 15px 0px;
    height: 85px;
    border-bottom: 1px solid #E2E2E2; }
  .header.header_with_form {
    height: 165px;
    background: #ffffff;
    padding: 15px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }

.header_right {
  float: right;
  margin-top: 18px; }
  .header_right::after {
    clear: both;
    content: "";
    display: table; }

a.header_phone {
  float: left;
  font-size: 1.11111em;
  font-family: "CirceWebRegular";
  font-weight: normal;
  color: #00BDEF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -3px;
  white-space: nowrap;
}
a.header_phone:hover {
    color: #FFCB38;
}

.search_icon {
  float: left;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-left: 20px; }
  .search_icon .search_open, .search_icon .close {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    fill: #00BDEF;
    -webkit-transition: fill 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: fill 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: fill 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .search_icon .search_open.hide {
    display: none; }
  .search_icon .close {
    display: none; }
    .search_icon .close:after, .search_icon .close:before {
      position: absolute;
      content: '';
      top: 8px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: #00BDEF;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .search_icon .close:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .search_icon .close.open {
      display: block; }
  .search_icon:hover i {
    fill: #FFCB38; }

.language {
  float: left;
  margin-left: 20px;
  line-height: 16px; }

.language_list a {
  text-decoration: none;
}

.language_list .lang_item {
  position: relative;
  cursor: pointer;
  color: #00BDEF;
  font-size: 14px;
  line-height: normal; }
  .language_list .lang_item:before {
    position: absolute;
    content: none;
    right: 0px;
    top: 8px;
    height: 0;
    width: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 4.5px solid #00BDEF; }
  .language_list .lang_item--hidden {
    display: none; }

  .language_footer{
    margin: 15px 0;
  }

.btn_mobile_menu {
  display: none;
  position: absolute;
  width: 18px;
  height: 14px;
  top: 14px;
  z-index: 10;
  cursor: pointer; }
  .btn_mobile_menu:before, .btn_mobile_menu:after {
    position: absolute;
    content: ''; }
  .btn_mobile_menu span, .btn_mobile_menu:before, .btn_mobile_menu:after {
    display: block;
    background: #00BDEF;
    width: 100%;
    height: 2px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px; }
  .btn_mobile_menu:after {
    top: 6px; }
  .btn_mobile_menu:before {
    top: 12px;
    width: 11px; }

@media screen and (max-width: 1366px) {
  .header, .header.header_only_fix {
    height: 60px;
    padding: 10px 0px; }
  .header_right {
    margin-top: 13px; } }

@media screen and (max-width: 1280px) {
  header {
    padding-top: 35px; }
  .header_right {
    margin-top: 12px; }
  .header.header_only_fix {
    padding: 10px 0px; }
  .header_right {
    margin-top: 15px; } }

@media screen and (max-width: 1279px) {
  .btn_mobile_menu {
    display: block;
    right: auto;
    left: 260px; } }

@media screen and (max-width: 1024px) {
  .search_icon, .language {
    display: none; }
  .search_icon, .language_footer{
    display: inline-block !important;
    float: none;
    line-height: normal;
      margin: 0 0 15px 0;
  }
  .header_right {
    margin-right: 50px; }
  .btn_mobile_menu {
    left: auto;
    right: 30px; } }

@media screen and (max-width: 767px) {
  .header, .header.header_only_fix {
    height: 50px; }
  header {
    padding-top: 20px; }
    header:before {
      height: 70px; }
  .header.header_only_fix {
    padding: 10px 0px; }
  .header_right {
    display: none; }
  .btn_mobile_menu {
    top: 8px; } }

footer {
  height: 380px;
  background: #EDEDF1;
  width: 100%;
  z-index: 3;
  flex: 0 0 auto; }
  footer .grid_content {
    height: 100%; }

.footer_content_cols {
  overflow: hidden; }
  .footer_content_cols::after {
    clear: both;
    content: "";
    display: table; }
  .footer_content_cols .footer_col {
    float: left;
    width: 20%; }
    .footer_content_cols .footer_col--big {
      width: 40%; }

.banner_footer img {
  width: 100%; }

.footer_page_content {
  max-width: 1495px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 3; }

.footer_content .phone {
  font-family: "CirceWebBold";
  font-weight: normal;
  margin-bottom: 5px; }
  .footer_content .phone a {
    text-decoration: none;
    color: #35323D; }

.footer_content .mail {
  font-family: "CirceWebBold";
  font-weight: normal; }

.link_mail {
  font-family: "CirceWebBold";
  font-weight: normal;
  color: #00BDEF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .link_mail:hover {
    color: #FFCB38; }

.copy_wrap {
  position: relative;
  margin-top: 40px; }
  .copy_wrap ul {
    width: 76%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .copy_wrap ul li {
      list-style: none;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
      font-weight: 300;
      color: #666; }
      .copy_wrap ul li a {
        text-decoration: none;
        color: inherit; }

.shared_list {
  margin: 15px 0px 0px;
  width: 120%; }
  .shared_list::after {
    clear: both;
    content: "";
    display: table; }
  .shared_list ul li {
    float: left;
    list-style: none;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-top: 8px; }
    .shared_list ul li a {
      position: relative;
      width: 100%;
      height: 100%;
      border: 1px solid #c0c0c0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .shared_list ul li i {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      margin: auto;
      display: block;
      width: 10px;
      height: 10px;
      line-height: 12px; }
    .shared_list ul li:nth-child(1) i {
      width: 6px; }
    .shared_list ul li:nth-child(2) i {
      width: 11px;
      height: 9px; }
    .shared_list ul li:nth-child(3) i {
      width: 8px;
      height: 9px; }
    .shared_list ul li:nth-child(6) {
      clear: left; }
    .shared_list ul li:last-child {
      margin-right: 0; }

.shared_list_img {
  width: 100%;
  height: auto; }

.dev_company {
  position: absolute;
  top: -3px;
  right: 0; }
  .dev_company span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #949494; }
    .dev_company span:first-child {
      margin-bottom: -3px; }
  .dev_company .dev_company_logo {
    width: 75px;
    margin-left: 20px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .dev_company .dev_company_logo i {
      display: block;
      width: 75px;
      height: 14px; }
      .dev_company .dev_company_logo i svg {
        height: 100%;
        width: 100%; }

.footer_menu_cols .footer_menu_col {
  color: #35323D; }
  .footer_menu_cols .footer_menu_col .title_menu {
    font-size: 18px;
    font-family: "CirceWebLight";
    font-weight: normal;
    margin-bottom: 25px;
    font-weight: 300; }
    .footer_menu_cols .footer_menu_col .title_menu a {
      color: #35323D;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .footer_menu_cols .footer_menu_col .title_menu a:hover {
        color: #00BDEF; }

.footer_content_info_show_xs {
  display: none; }

.legal_wrap a {
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "CirceWebRegular", Arial, sans-serif;
  font-weight: normal;
  color: #00BDEF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .legal_wrap a:hover {
    color: #FFCB38; }

@media screen and (max-width: 1440px) {
  footer {
    height: auto; }
  .footer_page_content {
    padding: 30px 0px; } }

@media screen and (max-width: 1024px) {
  .copy_wrap ul {
    width: 100%;
    justify-content: flex-start; }
    .copy_wrap ul li {
      margin-right: 30px; }
  .dev_company {
    position: relative; }
  .legal_wrap {
    margin-bottom: 20px; } }

@media screen and (max-width: 1023px) {
  .footer_content_cols .footer_col {
    width: 33%; }
    .footer_content_cols .footer_col--big {
      width: 55%; } }

@media screen and (max-width: 767px) {
  .shared_list {
    width: 100%;
    margin: 20px 0 20px; }
  .footer_content_cols .footer_col {
    width: 100%;
    float: none; }
    .footer_content_cols .footer_col:nth-child(2), .footer_content_cols .footer_col:nth-child(3) {
      width: 50%;
      float: left; }
    .footer_content_cols .footer_col--big {
      width: 100%;
      margin: 30px 0px; }
  .footer_content .phone {
    margin-bottom: 15px; }
  .dev_company--inner {
    display: none; }
  .footer_content_info {
    display: none; }
  .footer_content_info_show_xs {
    display: block; } }

@media screen and (max-width: 640px) {
  .footer_content_cols .footer_col {
    width: 100% !important;
    float: none; }
  .copy_wrap {
    margin-top: 0px; }
    .copy_wrap ul {
      display: block; } }

.screen_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .screen_bg--home {
    background-image: url("/assets/css/../../assets/img/bg_screen_1.png"); }
  .screen_bg--news {
    background-image: url("/assets/css/../../assets/img/bg_screen_2.png"); }
  .screen_bg--brand {
    background-image: url("/assets/css/../../assets/img/bg_screen_3.png"); }
  .screen_bg--parrents {
    background-image: url("/assets/css/../../assets/img/bg_screen_4.png"); }
  .screen_bg--about {
    background-image: url("/assets/css/../../assets/img/bg_screen_5.png"); }
  .screen_bg--about_2 {
    background-image: url("/assets/css/../../assets/img/bg_screen_6.png"); }
  .screen_bg.screen_bg_page {
    background-size: 100%; }

.screen_list {
  height: 100%;
  overflow: hidden; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.screen_item {
  height: 100%;
  position: relative;
  background: #fff;
  overflow: hidden; }
  .screen_item:first-child {
    height: 100vh; }
  .screen_item--footer {
    height: auto; }

@media screen and (max-width: 1024px) {
  .screen_list {
    height: auto;
    overflow: hidden; }
  .screen_item {
    position: relative;
    height: auto; }
    .screen_item .common_content {
      display: block; }
    .screen_item + .screen_item {
      margin-top: 70px; }
    .screen_item:first-child {
      margin-top: 0px; }
      .screen_item:first-child .mob_link_full {
        position: absolute;
        bottom: 0px; }
    .screen_item:last-child {
      margin-top: 0px; }
    .screen_item--home .common_content_centering .grid_content, .screen_item--home .common_content_centering .root_content {
      height: 100%; } }

@media screen and (max-width: 767px) {
  .news_list_root {
    padding-bottom: 20px;
    overflow: hidden; }
  .screen_item + .screen_item {
    margin-top: 20px; }
  .screen_item:last-child, .screen_item:first-child {
    margin-top: 0px; }
  .screen_bg.screen_bg_page {
    background-size: 120%; } }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: block;
  padding-right: 20px;
  font-size: 1.25em;
  font-family: "CirceWebLight";
  font-weight: normal;
  outline: none;
  position: relative;
  text-align: left !important;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #00BDEF; }
  .nice-select:after {
    border-bottom: 1px solid #00BDEF;
    border-right: 1px solid #00BDEF;
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e2e2e2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -30px;
    transform-origin: 50% 0;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-size: 0.85em;
    list-style: none;
    color: #35323D;
    outline: none;
    padding: 15px 40px;
    text-align: center;
    transition: all 0.2s;
    border-top: 1px solid #E2E2E2; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }
    .nice-select .option:first-child {
      border-top: 0px; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

@media screen and (max-width: 767px) {
  .nice-select {
    border: 1px solid #E2E2E2;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px; }
    .nice-select .list {
      left: 0px;
      width: 100%;
      top: 94%;
      border-radius: 0px 0px 4px 4px;
      -moz-border-radius: 0px 0px 4px 4px; }
    .nice-select .option {
      text-align: left;
      padding-left: 10px; }
    .nice-select:after {
      right: 15px; } }

.top_menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
  width: calc(100% - 525px); }

.top_menu_list::after {
  clear: both;
  content: "";
  display: table; }

.top_menu_item {
  position: relative;
  font-family: "CirceWebRegular";
  font-weight: normal;
  float: left;
  list-style: none;
  margin-right: 4.13%; }
a[href="/brands/"] ~ ul {
 width: 500px;
}
a[href="/brands/"] ~ ul > .submenu_content {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 width: 500px;
 justify-content: space-between;
}
a[href="/brands/"] ~ ul li { 
 width: 50%;
}
  .top_menu_item .top_menu_link {
    position: relative;
    text-decoration: none;
    color: #35323D;
    padding-right: 20px;
    font-size: 16px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    z-index: 2; }
    .top_menu_item .top_menu_link:before {
      display: none;
      position: absolute;
      content: '';
      top: 7px;
      right: 3px;
      width: 4px;
      height: 4px;
      border-bottom: 1px solid #35323D;
      border-right: 1px solid #35323D;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      transform: rotate(45deg); }
    .top_menu_item .top_menu_link:hover {
      color: #00BDEF; }
      .top_menu_item .top_menu_link:hover:before {
        border-color: #00BDEF; }
    .top_menu_item .top_menu_link--parent:before {
      display: block; }
  .top_menu_item:last-child {
    margin-right: 0px; }
  .top_menu_item .submenu {
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    padding-top: 50px;
    width: 230px;
    opacity: 0;
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1; }
    .top_menu_item .submenu li {
      list-style: none;
      font-size: 18px;
      margin-bottom: 12px;
      font-family: "CirceWebLight";
      font-weight: normal; }
      .top_menu_item .submenu li a {
        text-decoration: none;
        color: #35323D;
        line-height: 18px;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .top_menu_item .submenu li a:hover {
          color: #00BDEF; }
    .top_menu_item .submenu.open {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0px, -1px);
      -moz-transform: translate(0px, -1px);
      -ms-transform: translate(0px, -1px);
      -o-transform: translate(0px, -1px);
      transform: translate(0px, -1px); }
    .top_menu_item .submenu .submenu_content {
      padding: 25px;
      border: 1px solid #E2E2E2;
      background-color: #ffffff;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }

.mobile_action_box {
  position: fixed;
  width: 320px;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(-320px, 0, 0);
  -moz-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate3d(-320px, 0, 0);
  -o-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  z-index: 1001; }
  .mobile_action_box:before {
    position: absolute;
    content: '';
    width: calc(100% - 120px);
    height: 100%;
    left: 0px;
    top: 0px;
    background: #00BDEF; }

.mobile_action_box_content {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden; }
  .mobile_action_box_content .grid_content {
    padding-left: 40px;
    padding-right: 40px; }

.mobile_action_slide {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  overflow: auto; }

.mobile_action_slide_current {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%); }

.mobile_menu li {
  position: relative;
  font-size: 1.2em;
  line-height: 1.7em;
  text-transform: uppercase;
  list-style: none;
  font-family: "CirceWebRegular";
  font-weight: normal; }
  .mobile_menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none; }
    .mobile_menu li a:hover {
      color: #FFCB38; }
  .mobile_menu li.parent.has-items:after {
    position: absolute;
    content: '';
    top: 9px;
    right: 3px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    transform: rotate(-45deg); }

.mobile_header {
  position: relative;
  margin-top: 10px;
  margin-bottom: 35px; }
  .mobile_header::after {
    clear: both;
    content: "";
    display: table; }

.mobile_submenu li {
  list-style: none;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: "CirceWebRegular", 'sans-serif';
  font-weight: normal;
  margin-bottom: 15px; }
  .mobile_submenu li a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none; }

.back_mobile {
  position: absolute;
  top: 4px;
  right: -3px;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  transform: rotate(135deg); }

.close_mobile {
  float: right;
  position: relative;
  width: 25px;
  height: 25px;
  top: 10px;
  cursor: pointer; }
  .close_mobile:before, .close_mobile:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 10px;
    right: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff; }
  .close_mobile:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close_mobile:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.shared_list--white {
  margin-top: 45px; }
  .shared_list--white ul li i {
    fill: #ffffff; }
  .shared_list--white ul li a {
    border: 1px solid #ffffff; }

.mobile_action_info {
  margin-top: 30px; }
  .mobile_action_info::after {
    clear: both;
    content: "";
    display: table; }
  .mobile_action_info .language_list .lang_item {
    color: #ffffff; }
    .mobile_action_info .language_list .lang_item:before {
      border-top-color: #ffffff; }
  .mobile_action_info .language {
    display: none;
    float: right; }
  .mobile_action_info .phone {
    float: left;
    font-size: 1.11111em;
    text-decoration: none;
    color: #ffffff !important; }

/* Morph Shape */
.morph-shape {
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  right: 0px;
  fill: #00BDEF;
  z-index: 1; }

/* Shown menu */
.show-menu .mobile_action_box {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.show-menu .content-wrap {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  -o-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }
  .show-menu .content-wrap:after {
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.show-menu {
  overflow: hidden; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.4; } }

@-moz-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.4; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.4; } }

@media (max-width: 1890px) {
  .top_menu_item {
    margin-right: 2.13%; } }

@media (min-width: 1280px) and (max-width: 1640px) {
  .top_menu {
    margin-left: 60px;
    margin-top: 4px; }
  .top_menu_item {
    margin-right: 10px; }
    .top_menu_item .top_menu_link:before {
      right: 5px; }
  .top_menu_item .top_menu_link {
    font-size: 15px; }
}


/*4*/
@media screen and (min-width: 1510px) and (max-width: 1640px) {
  .top_menu {
    margin-left: 60px;
    width: calc(100% - 490px);
  }
}


@media screen and (max-width: 1510px) {
  .top_menu {
    width: calc(100% - 405px); }
  .top_menu_item .top_menu_link {
    font-size: 16px; }
  .top_menu_item .submenu li {
    font-size: 16px; }
}

/*3*/
@media screen and (min-width: 1440px) and (max-width: 1510px) {
  .top_menu {
    width: calc(100% - 375px);
    margin-left: 30px;
  }
}

/*2*/
@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .top_menu {
    width: calc(100% - 365px);
    margin-left: 15px;
  }
}


@media screen and (max-width: 1365px) {
  .top_menu {
    width: calc(100% - 409px); }
  .top_menu_item .top_menu_link {
    font-size: 12px; }
    .top_menu_item .top_menu_link:before {
      top: 4px; }
  .top_menu_item .submenu li {
    font-size: 15px; }
    .top_menu_item .submenu li a {
      line-height: 25px; }
  a.header_phone {
    font-size: 1em; } }

@media screen and (max-width: 1279px) {
  .top_menu {
    display: none; } }

@media screen and (max-width: 640px) {
  .mobile_header {
    margin-bottom: 30px; }
  .shared_list--white {
    margin-top: 25px; } }

@media screen and (max-width: 767px) {
  .mobile_header {
    margin-top: 20px; }
  .close_mobile {
    top: 0px; } }

.js-slider-one-slide, .js_company_group_slider, .js_slider_full, .brand_slider, .js_slider_full_review, .slider_edge, .slider_in_content, .news_daigest_list, .js_project_slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }
  .js-slider-one-slide .swiper-wrapper, .js_company_group_slider .swiper-wrapper, .js_slider_full .swiper-wrapper, .brand_slider .swiper-wrapper, .js_slider_full_review .swiper-wrapper, .slider_edge .swiper-wrapper, .slider_in_content .swiper-wrapper, .news_daigest_list .swiper-wrapper, .js_project_slider .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform; }
  .js-slider-one-slide .swiper-slide, .js_company_group_slider .swiper-slide, .js_slider_full .swiper-slide, .brand_slider .swiper-slide, .js_slider_full_review .swiper-slide, .slider_edge .swiper-slide, .slider_in_content .swiper-slide, .news_daigest_list .swiper-slide, .js_project_slider .swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .js-slider-one-slide .swiper-slide.swiper-slide-active, .js_company_group_slider .swiper-slide.swiper-slide-active, .js_slider_full .swiper-slide.swiper-slide-active, .brand_slider .swiper-slide.swiper-slide-active, .js_slider_full_review .swiper-slide.swiper-slide-active, .slider_edge .swiper-slide.swiper-slide-active, .slider_in_content .swiper-slide.swiper-slide-active, .news_daigest_list .swiper-slide.swiper-slide-active, .js_project_slider .swiper-slide.swiper-slide-active {
      z-index: 1; }

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

.swiper-container-multirow .swiper-slide {
  -webkit-flex-shrink: 1;
  flex-shrink: 1; }

.swiper-buttons {
  position: relative;
  z-index: 5; }

.swiper-button, .btn_slider_arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 38px;
  height: 38px;
  border: 1px solid #35323D;
  cursor: pointer;
  background: #ffffff; }
  .swiper-button:before, .btn_slider_arrow:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 5px;
    height: 11px;
    background: url("/assets/css/../img/i_arrow_slide.svg") no-repeat center; }
  .swiper-button.swiper-button-next, .swiper-button.btn_slider_arrow-next, .btn_slider_arrow.swiper-button-next, .btn_slider_arrow.btn_slider_arrow-next {
    left: 38px;
    border-left: 0px; }
  .swiper-button.swiper-button-prev, .swiper-button.btn_slider_arrow-prev, .btn_slider_arrow.swiper-button-prev, .btn_slider_arrow.btn_slider_arrow-prev {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    .swiper-button.swiper-button-prev:before, .swiper-button.btn_slider_arrow-prev:before, .btn_slider_arrow.swiper-button-prev:before, .btn_slider_arrow.btn_slider_arrow-prev:before {
      -webkit-transform: scale(-1, 1);
      -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      transform: scale(-1, 1); }

.pagination_slider_right {
  height: 40px;
  width: 75px;
  z-index: 1;
  position: absolute;
  right: 85px;
  bottom: 10px; }

.nav_arrow_inner .nav_arrow_button {
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 3%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  z-index: 2; }
  .nav_arrow_inner .nav_arrow_button:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    width: 20px;
    height: 15px;
    background: url("/assets/css/../img/arrow_full_slider.svg") center no-repeat;
    z-index: 2; }
  .nav_arrow_inner .nav_arrow_button.nav-arrow-button-prev:before, .nav_arrow_inner .nav_arrow_button.nav_arrow_button-prev:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .nav_arrow_inner .nav_arrow_button.swiper-button-next {
    left: auto;
    right: 3%; }
  .nav_arrow_inner .nav_arrow_button--blue {
    background: #00BDEF;
    -webkit-transition: background 0.3s ease scale 0.3s ease;
    -moz-transition: background 0.3s ease scale 0.3s ease;
    transition: background 0.3s ease scale 0.3s ease; }
    .nav_arrow_inner .nav_arrow_button--blue:hover {
      background: #FFCB38;
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }

.nav_arrow_inner_no_full .nav_arrow_button {
  width: 60px;
  height: 60px;
  left: -7.5%;
  margin-top: -30px; }
  .nav_arrow_inner_no_full .nav_arrow_button:before {
    width: 20px;
    height: 15px; }
  .nav_arrow_inner_no_full .nav_arrow_button:hover {
    background-color: #FFCB38; }
  .nav_arrow_inner_no_full .nav_arrow_button.nav-arrow-button-next {
    left: auto;
    right: -7.5%; }
  .nav_arrow_inner_no_full .nav_arrow_button:first-child:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .nav_arrow_inner_no_full .nav_arrow_button.swiper-button-next, .nav_arrow_inner_no_full .nav_arrow_button:last-child {
    left: auto;
    right: -7.5%; }

.nav_arrow_inner .nav_arrow_button.nav_arrow_button-prev:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.pagination_slider_center {
  position: relative;
  margin: 0px auto -5px; }
  .pagination_slider_center .swiper-pagination-bullet {
    display: inline-block;
    margin: 0px 8px; }
    .pagination_slider_center .swiper-pagination-bullet:before, .pagination_slider_center .swiper-pagination-bullet:after {
      opacity: 0.2; }
    .pagination_slider_center .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .pagination_slider_center .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      opacity: 1; }

.swiper-pagination_brand {
  margin-top: 40px;
  bottom: 0px; }

.slider_full_page {
  position: relative;
  margin: 55px 0px 45px; }
  .slider_full_page .pagination_slider_center {
    display: none; }

.slider_full {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .slider_full:before, .slider_full:after {
    position: absolute;
    content: '';
    top: 0px;
    width: 20%;
    height: 300px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    z-index: 4; }
  .slider_full:before {
    left: 0px; }
  .slider_full:after {
    right: 0px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dbffffff',GradientType=1 );
    /* IE6-9 */ }
  .slider_full .slider_full_item {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: auto; }
    .slider_full .slider_full_item img {
      max-height: 100%; }
  .slider_full.slider_full_review {
    margin-bottom: 20px; }
    .slider_full.slider_full_review .slider_full_item {
      width: 570px; }
  .slider_full.review_no_slider .swiper-wrapper {
    justify-content: center !important;
    transform: translate3d(0px, 0px, 0px) !important; }
  .slider_full.review_no_slider .slider_full_item {
    display: block;
    flex-shrink: 1; }
    .slider_full.review_no_slider .slider_full_item .review_item_content {
      padding: 0px 60px;
      margin: 50px 0px; }
      .slider_full.review_no_slider .slider_full_item .review_item_content .text {
        margin-bottom: 75px; }
  .slider_full.review_no_slider .swiper-pagination {
    display: none !important; }

.slider_edge:before, .slider_edge:after {
  display: none; }

.slider_edge .slider_full_item {
  width: 49%;
  height: auto; }
  .slider_edge .slider_full_item img {
    width: 100%; }

.nav_arrow_inner_bg .nav_arrow_button {
  background-color: #00BBED; }
  .nav_arrow_inner_bg .nav_arrow_button:hover {
    background-color: #0096CB; }

.slider_one_box .pagination_slider_center {
  display: none;
  margin-bottom: 0px;
  margin-top: 10px; }

.slider_in_content_box {
  position: relative;
  margin-bottom: 20px; }
  .slider_in_content_box .pagination_slider_center {
    display: none;
    margin-bottom: 20px; }

.slider_in_content {
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }

.slider_one {
  width: 100%;
  overflow: hidden; }

.nav_arrow_inner_small .nav_arrow_button:hover {
  background: #FFCB38; }

.nav_arrow_inner_negative .nav_arrow_button {
  left: -30px; }

.box_slider {
  margin-bottom: 50px; }

.swiper-pagination-company, .swiper-pagination_brand {
  display: none; }

@media screen and (max-width: 1680px) {
  .nav_arrow_inner_no_full .nav_arrow_button {
    left: -60px; }
    .nav_arrow_inner_no_full .nav_arrow_button.swiper-button-next, .nav_arrow_inner_no_full .nav_arrow_button.nav-arrow-button-next, .nav_arrow_inner_no_full .nav_arrow_button:last-child {
      right: -60px; } }

@media screen and (max-width: 1440px) {
  .nav_arrow_inner_no_full .nav_arrow_button {
    left: -5%; }
    .nav_arrow_inner_no_full .nav_arrow_button.swiper-button-next, .nav_arrow_inner_no_full .nav_arrow_button.nav-arrow-button-next, .nav_arrow_inner_no_full .nav_arrow_button:last-child {
      right: -5%; }
  .slider_one {
    height: auto; } }

@media screen and (max-width: 1024px) {
  .slider_in_content {
    width: 85%; }
  .pagination_slider_right {
    position: relative;
    margin-right: 50px;
    margin-top: 20px;
    right: 0px;
    bottom: 0px;
    float: right; }
  .pagination_slider_right {
    display: none; }
  .brand_slider {
    margin-bottom: 25px; }
  .company_group_slider .pagination_slider_right {
    display: none; }
  .nav_arrow_inner_no_full .nav_arrow_button {
    left: -8%; }
    .nav_arrow_inner_no_full .nav_arrow_button.swiper-button-next, .nav_arrow_inner_no_full .nav_arrow_button.nav-arrow-button-next {
      right: -8%; }
  .slider_edge .slider_full_item {
    width: 100%; }
  .swiper-pagination-company, .swiper-pagination_brand {
    display: block; }
  .swiper-pagination-company {
    bottom: 35px; }
  .slider_full.review_no_slider .swiper-wrapper {
    display: block; }
  .slider_full.review_no_slider .slider_full_item {
    width: 100%;
    margin-bottom: 30px; } }

.slider_two_col {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  .slider_two_col .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slider_two_col .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    height: 100%;
    position: relative; }

@media screen and (max-width: 768px) {
  .slider_full.slider_full_review .slider_full_item {
    width: 500px; }
  .swiper-buttons-all-sm {
    position: relative;
    height: 38px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 20px 20px 0px 50px; }
    .swiper-buttons-all-sm .swiper-button.swiper-button-next {
      left: auto;
      right: 0px;
      border-left: 1px solid #000; }
  .swiper-buttons {
    bottom: 25px; } }

.projects_no_slider .swiper-wrapper {
  display: block;
  text-align: center; }

.projects_no_slider .projects_box_item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  border: 0px;
  padding: 0px 20px; }

@media screen and (max-width: 767px) {
  .slider_full_page {
    margin: 0px; }
    .slider_full_page .nav_arrow_inner {
      display: none; }
    .slider_full_page .swiper-pagination {
      margin-top: 15px; }
  .slider_full {
    width: 100%; }
    .slider_full:before, .slider_full:after {
      display: none; }
    .slider_full .slider_full_item {
      height: 250px; }
      .slider_full .slider_full_item img {
        max-width: 100%; }
    .slider_full.slider_edge .slider_full_item img {
      max-height: inherit; }
  .nav_arrow_inner .nav_arrow_button {
    width: 50px;
    height: 50px;
    margin-top: -25px; }
    .nav_arrow_inner .nav_arrow_button:before {
      width: 20px;
      height: 20px; }
  .slider_in_content {
    width: 100%; }
  .nav_arrow_inner_no_full .nav_arrow_button {
    left: -20px; }
    .nav_arrow_inner_no_full .nav_arrow_button.swiper-button-next, .nav_arrow_inner_no_full .nav_arrow_button.nav-arrow-button-next {
      right: -20px; }
  .slider_one_box .nav_arrow_inner {
    display: none; }
  .slider_full.slider_full_review .slider_full_item {
    width: calc(100% - 40px); }
  .slider_in_content_box .nav_arrow_inner {
    display: none; }
  .projects_no_slider .projects_box_item {
    width: 49%; } }

@media screen and (max-width: 640px) {
  .slider_full .slider_full_item {
    width: 100%; } }

@media screen and (max-width: 639px) {
  .js_news_list_root_slider .swiper-wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    z-index: 1; }
  .js_news_list_root_slider .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative; }
  .projects_no_slider .projects_box_item {
    width: 100%; } }

.brands_short_list {
  position: relative;
  float: right;
  margin-top: 25px;
  z-index: 1; }
  .brands_short_list .brand_list {
    width: 275px;
    margin-bottom: 30px;
    margin-top: 15px; }

.brand_list_item {
  display: block;
  margin-bottom: 10px;
  text-decoration: none; }

.brand_item {
  position: relative;
  height: 115px;
  width: 100%;
  overflow: hidden; }
  .brand_item span {
    display: block; }
  .brand_item .brand_img_box {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .brand_item .brand_img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .brand_item .brand_content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 4; }
    .brand_item .brand_content .brand_name {
      position: relative;
      font-size: 0.9375em;
      font-family: "CirceWebBold";
      font-weight: normal;
      color: #ffffff;
      line-height: 150px;
      text-transform: uppercase;
      -webkit-transform: translate(0px, 10px);
      -moz-transform: translate(0px, 10px);
      -ms-transform: translate(0px, 10px);
      -o-transform: translate(0px, 10px);
      transform: translate(0px, 10px);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      z-index: 1; }
    .brand_item .brand_content:after {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.07) 0%, #00b9ee 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.07) 0%, #00b9ee 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 0%, #00b9ee 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .brand_item .brand_content:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 30px;
      margin: auto;
      width: 16px;
      height: 11px;
      background: url("/assets/css/../img/i_arrow.svg") no-repeat center;
      background-size: contain;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      -webkit-transform: translate(-10px, 0px);
      -moz-transform: translate(-10px, 0px);
      -ms-transform: translate(-10px, 0px);
      -o-transform: translate(-10px, 0px);
      transform: translate(-10px, 0px);
      z-index: 2; }
  .brand_item:hover .brand_img_box {
    opacity: 0; }
  .brand_item:hover .brand_img {
    opacity: 1; }
  .brand_item:hover .brand_content {
    opacity: 1; }
    .brand_item:hover .brand_content:before {
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    .brand_item:hover .brand_content .brand_name {
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

.brands_list_inner {
  background: #ffffff; }
  .brands_list_inner::after {
    clear: both;
    content: "";
    display: table; }
  .brands_list_inner .brand_item_inner {
    display: block;
    float: left;
    width: 50%;
    border: 1px solid #E2E2E2;
    overflow: hidden; }
    .brands_list_inner .brand_item_inner .brand_item_img_box {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .brands_list_inner .brand_item_inner .brand_item_img_box:after {
        display: block;
        padding-top: 57%;
        content: ''; }
      .brands_list_inner .brand_item_inner .brand_item_img_box .brand_item_img, .brands_list_inner .brand_item_inner .brand_item_img_box .brand_item_img_hov {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .brands_list_inner .brand_item_inner .brand_item_img_box .brand_item_img img, .brands_list_inner .brand_item_inner .brand_item_img_box .brand_item_img_hov img {
          height: 100%; }
      .brands_list_inner .brand_item_inner .brand_item_img_box .brand_item_img_hov {
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .brands_list_inner .brand_item_inner.hover .brand_item_img_box .brand_item_img {
      opacity: 0; }
    .brands_list_inner .brand_item_inner.hover .brand_item_img_box .brand_item_img_hov {
      opacity: 1; }

.slider_one_box {
  position: relative; }
  .slider_one_box .slider_one_item {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .slider_one_box .slider_one_item img {
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 30px; }
    .slider_one_box .slider_one_item .slider_one_item_content {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .slider_one_box .slider_one_item .slider_one_item_content .more_box {
        height: 50px;
        background: none; }
        .slider_one_box .slider_one_item .slider_one_item_content .more_box .more_box_content {
          margin-top: 13px;
          color: #000; }
  .slider_one_box .nav_arrow_inner .nav_arrow_button {
    left: -30px; }
    .slider_one_box .nav_arrow_inner .nav_arrow_button.nav_arrow_button-next {
      left: auto;
      right: -30px; }

@media (max-height: 850px) {
  .brands_short_list .brand_list {
    width: 220px; }
  .brand_item {
    height: 80px; }
    .brand_item .brand_content .brand_name {
      line-height: 100px; } }

@media (min-width: 1440px) and (max-width: 1759px) {
  .brands_short_list .brand_list {
    width: 210px; } }

@media screen and (max-width: 1439px) {
  .brands_short_list {
    display: none; } }

@media screen and (max-width: 1024px) {
  .brands_short_list {
    display: none; }
  .brands_list_inner .brand_item_content_inner:after {
    padding-bottom: 60%; } }

@media screen and (max-width: 768px) {
  .brands_list_inner .brand_item_inner {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .brands_list_inner .brand_item_inner {
    width: 100%; }
  .slider_one_box .slider_one_item .slider_one_item_content .more_box {
    height: 35px; }
    .slider_one_box .slider_one_item .slider_one_item_content .more_box .more_box_content {
      margin-top: 8px; } }

.swiper-container-vertical > .swiper-pagination-page {
  position: fixed;
  left: 83px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-page .swiper-pagination-bullet {
    display: block; }
    .swiper-container-vertical > .swiper-pagination-page .swiper-pagination-bullet:last-child {
      display: none; }

.swiper-pagination-bullets {
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-bottom: 15px; }
  .swiper-pagination-bullet:after {
    position: absolute;
    content: '';
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: 2px solid transparent;
    background: #35323D;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: none;
    border-color: #35323D; }

.count_icon {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 31px; }
  .count_icon#icon_count_page .icon_rect {
    fill: none;
    stroke: #35323d;
    stroke-miterlimit: 10;
    stroke-width: 2px; }
  .count_icon#icon_count_page .icon_line {
    stroke-linecap: round; }

.count_info {
  display: inline-block;
  vertical-align: middle;
  max-width: 230px;
  font-size: 0.75em;
  color: #959595;
  font-family: "CirceWebLight";
  font-weight: normal;
  margin-left: 20px;
  margin-right: 35px; }

.count_items {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px; }
  .count_items .count_item {
    position: relative;
    font-size: 1.375em;
    font-family: "CirceWebBold";
    font-weight: normal;
    margin-right: 20px; }
    .count_items .count_item:first-child:before {
      position: absolute;
      content: '/';
      right: -15px;
      top: 4px;
      font-size: 18px;
      font-family: 'Roboto', sans-serif;
      font-weight: 700; }

.select_box select {
  display: none; }

.select_box--custom {
  position: absolute;
  top: 22px;
  right: 2px; }

@media screen and (max-width: 1440px) {
  .swiper-container-vertical > .swiper-pagination-page {
    left: 60px; } }

@media screen and (max-width: 1366px) {
  .count_page_box {
    display: none; }
  .swiper-container-vertical > .swiper-pagination-page {
    display: none; } }

@media screen and (max-width: 1280px) {
  .swiper-container-vertical > .swiper-pagination-bullets {
    display: none; }
  .select_box--custom {
    top: 20px; } }

@media screen and (max-width: 768px) {
  .swiper-pagination-bullets {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .select_box {
    margin-bottom: 20px; }
    .select_box--custom {
      top: 5px; }
  .select_box--custom {
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 20px; } }

.license_box {
  margin-top: 0px;
  margin-bottom: 50px; }

.list_info {
  margin-top: 40px; }

.list_info_item {
  position: relative; }

.list_info_item_typogr {
  margin-bottom: -20px;
  margin-left: -7px;
  font-family: "CirceWebRegular";
  font-weight: normal; }

.list_info_with_number .list_info_item_typogr {
  font-size: 125px;
  line-height: 110px;
  color: #ffffff; }
  .list_info_with_number .list_info_item_typogr--blue {
    color: #00BDEF; }

.list_info_with_arrow .list_info_item_typogr {
  width: 60px;
  height: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  background: url("/assets/css/../img/arrow_list_infograph.svg") no-repeat center; }

.list_info_item_text {
  margin-top: 20px;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 5px; }

.list_info_item_link {
  font-size: 1.0625em;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

@media screen and (max-width: 1024px) {
  .license_box {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 30px 0px 30px; } }

.anim_planet {
  position: absolute;
  width: 1416px;
  height: 1416px;
  top: -200px;
  left: 200px;
  z-index: 2; }

.anim_planet_item {
  position: absolute;
  width: 1416px;
  height: 1416px;
  border-width: 2px;
  border-style: solid;
  border-color: #DFEEF2;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-animation: csale_circle_planet 4s ease-in-out 1;
  -moz-animation: csale_circle_planet 4s ease-in-out 1;
  animation: csale_circle_planet 4s ease-in-out 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  z-index: 2; }
  .anim_planet_item + .anim_planet_item {
    left: 0px;
    top: 0px; }
  .anim_planet_item:nth-child(1) {
    border-width: 1px;
    -webkit-animation-duration: 3.9s;
    -moz-animation-duration: 3.9s;
    animation-duration: 3.9s; }
  .anim_planet_item:nth-child(2) {
    border-width: 1px;
    -webkit-transform: scale(0.88);
    -moz-transform: scale(0.88);
    -ms-transform: scale(0.88);
    -o-transform: scale(0.88);
    transform: scale(0.88);
    -webkit-animation-duration: 3.7s;
    -moz-animation-duration: 3.7s;
    animation-duration: 3.7s; }
  .anim_planet_item:nth-child(3) {
    border-width: 1px;
    -webkit-transform: scale(0.78);
    -moz-transform: scale(0.78);
    -ms-transform: scale(0.78);
    -o-transform: scale(0.78);
    transform: scale(0.78);
    -webkit-animation-duration: 3.5s;
    -moz-animation-duration: 3.5s;
    animation-duration: 3.5s; }
  .anim_planet_item:nth-child(4) {
    -webkit-transform: scale(0.68);
    -moz-transform: scale(0.68);
    -ms-transform: scale(0.68);
    -o-transform: scale(0.68);
    transform: scale(0.68);
    -webkit-animation-duration: 3.1s;
    -moz-animation-duration: 3.1s;
    animation-duration: 3.1s; }
  .anim_planet_item:nth-child(5) {
    -webkit-transform: scale(0.58);
    -moz-transform: scale(0.58);
    -ms-transform: scale(0.58);
    -o-transform: scale(0.58);
    transform: scale(0.58);
    -webkit-animation-duration: 2.9s;
    -moz-animation-duration: 2.9s;
    animation-duration: 2.9s; }
  .anim_planet_item:nth-child(6) {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-duration: 2.6s;
    -moz-animation-duration: 2.6s;
    animation-duration: 2.6s; }
  .anim_planet_item:nth-child(7) {
    -webkit-transform: scale(0.42);
    -moz-transform: scale(0.42);
    -ms-transform: scale(0.42);
    -o-transform: scale(0.42);
    transform: scale(0.42);
    -webkit-animation-duration: 2.3s;
    -moz-animation-duration: 2.3s;
    animation-duration: 2.3s; }
  .anim_planet_item:nth-child(8) {
    border-width: 4px;
    -webkit-transform: scale(0.342);
    -moz-transform: scale(0.342);
    -ms-transform: scale(0.342);
    -o-transform: scale(0.342);
    transform: scale(0.342);
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s; }
  .anim_planet_item:nth-child(9) {
    border-width: 4px;
    -webkit-transform: scale(0.275);
    -moz-transform: scale(0.275);
    -ms-transform: scale(0.275);
    -o-transform: scale(0.275);
    transform: scale(0.275);
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    animation-duration: 1.8s; }
  .anim_planet_item:nth-child(10) {
    border-width: 5px;
    -webkit-transform: scale(0.21);
    -moz-transform: scale(0.21);
    -ms-transform: scale(0.21);
    -o-transform: scale(0.21);
    transform: scale(0.21);
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s; }
  .anim_planet_item:nth-child(11) {
    border-width: 7px;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-duration: 1.1s; }
  .anim_planet_item:nth-child(12) {
    border-width: 14px;
    -webkit-transform: scale(0.09);
    -moz-transform: scale(0.09);
    -ms-transform: scale(0.09);
    -o-transform: scale(0.09);
    transform: scale(0.09);
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s; }
  .anim_planet_item.hover {
    border-color: #FFCB38; }

.fake_box_animation {
  display: none;
  position: absolute;
  left: -105px;
  top: 0px;
  bottom: -120px;
  right: 0px;
  width: 145px;
  height: 145px;
  margin: auto;
  background: #bad347;
  -webkit-animation: fake_circle 2s ease-in-out 1;
  -moz-animation: fake_circle 2s ease-in-out 1;
  animation: fake_circle 2s ease-in-out 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 100; }

@-webkit-keyframes fake_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1); }
  100% {
    transition-delay: 1s;
    -webkit-transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0, 0); } }

@-moz-keyframes fake_circle {
  0% {
    opacity: 1;
    -moz-transform: scale(1, 1); }
  100% {
    transition-delay: 1s;
    -moz-transform: scale(1, 1); }
  100% {
    -moz-transform: scale(0, 0); } }

@keyframes fake_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    transition-delay: 1s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0); } }

@-webkit-keyframes translate-opacity-move {
  0% {
    -webkit-transform: translate(-350px, 0px);
    opacity: 0; }
  25% {
    -webkit-transform: translate(-70px, 0px);
    opacity: 0; }
  50% {
    -webkit-transform: translate(-70px, 0px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1; } }

@-moz-keyframes translate-opacity-move {
  0% {
    -moz-transform: translate(-350px, 0px);
    opacity: 0; }
  25% {
    -moz-transform: translate(-70px, 0px);
    opacity: 0; }
  50% {
    -moz-transform: translate(-70px, 0px);
    opacity: 0; }
  100% {
    -moz-transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes translate-opacity-move {
  0% {
    -webkit-transform: translate(-350px, 0px);
    -moz-transform: translate(-350px, 0px);
    -ms-transform: translate(-350px, 0px);
    -o-transform: translate(-350px, 0px);
    transform: translate(-350px, 0px);
    opacity: 0; }
  25% {
    -webkit-transform: translate(-70px, 0px);
    -moz-transform: translate(-70px, 0px);
    -ms-transform: translate(-70px, 0px);
    -o-transform: translate(-70px, 0px);
    transform: translate(-70px, 0px);
    opacity: 0; }
  50% {
    -webkit-transform: translate(-70px, 0px);
    -moz-transform: translate(-70px, 0px);
    -ms-transform: translate(-70px, 0px);
    -o-transform: translate(-70px, 0px);
    transform: translate(-70px, 0px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

@-webkit-keyframes csale_circle_planet {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes csale_circle_planet {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes csale_circle_planet {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.planet_box_container {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4; }

.planet_box {
  position: absolute;
  text-decoration: none; }
  .planet_box .planet {
    position: relative;
    font-size: 15px;
    font-family: "CirceWebRegular";
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 65px;
    line-height: 45px;
    color: #00BDEF;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .planet_box .planet:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 45px;
      height: 45px;
      background: #00BDEF;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-left-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-right-radius: 50%;
      -webkit-animation: scale-move 2s ease-in-out 1;
      -moz-animation: scale-move 2s ease-in-out 1;
      animation: scale-move 2s ease-in-out 1; }

@-webkit-keyframes scale-move {
  0% {
    -webkit-transform: scale(0, 0); }
  50% {
    -webkit-transform: scale(1, 1); } }

@-moz-keyframes scale-move {
  0% {
    -moz-transform: scale(0, 0); }
  50% {
    -moz-transform: scale(1, 1); } }

@keyframes scale-move {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0); }
  50% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
    .planet_box .planet .planet_content {
      -webkit-animation: translate-opacity-move 2s ease-in-out 1;
      -moz-animation: translate-opacity-move 2s ease-in-out 1;
      animation: translate-opacity-move 2s ease-in-out 1; }
    .planet_box .planet:hover {
      color: #FFCB38; }
      .planet_box .planet:hover:before {
        background: #FFCB38;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
    .planet_box .planet--cicle_franchising {
      padding-left: 25px;
      font-size: 15px;
      line-height: 19px; }
      .planet_box .planet--cicle_franchising:before {
        width: 15px;
        height: 15px; }
    .planet_box .planet--cicle_prod {
      padding-left: 55px;
      line-height: 38px; }
      .planet_box .planet--cicle_prod:before {
        width: 35px;
        height: 35px; }
    .planet_box .planet--cicle_license {
      padding-left: 90px;
      line-height: 70px; }
      .planet_box .planet--cicle_license:before {
        width: 70px;
        height: 70px; }
    .planet_box .planet--pr_www {
      padding-left: 40px;
      line-height: 23px; }
      .planet_box .planet--pr_www:before {
        width: 20px;
        height: 20px; }
    .planet_box .planet--distrib {
      padding-left: 25px;
      line-height: 15px; }
      .planet_box .planet--distrib:before {
        width: 13px;
        height: 13px; }
    .planet_box .planet--marketing {
      padding-left: 40px;
      line-height: 28px; }
      .planet_box .planet--marketing:before {
        width: 25px;
        height: 25px; }
    .planet_box .planet--publishing {
      padding-left: 25px;
      line-height: 15px; }
      .planet_box .planet--publishing:before {
        width: 13px;
        height: 13px; }
    .planet_box .planet--design {
      padding-left: 42px;
      line-height: 32px; }
      .planet_box .planet--design:before {
        width: 27px;
        height: 27px; }
  .planet_box--cicle_animation {
    left: 27.6em;
    top: 10em; }
  .planet_box--cicle_franchising {
    left: 37.5em;
    top: 43em; }
  .planet_box--cicle_prod {
    left: 73em;
    top: 17em; }
  .planet_box--cicle_license {
    left: 71.4em;
    top: 37em; }
  .planet_box--pr_www {
    left: 49em;
    top: 17.8em; }
  .planet_box--distrib {
    left: 60em;
    top: 22.8em; }
  .planet_box--marketing {
    left: 54em;
    top: 39.9em; }
  .planet_box--publishing {
    left: 62.8em;
    top: 33em; }
  .planet_box--design {
    left: 52em;
    top: 30em; }

@media screen and (max-width: 1760px) {
  .anim_planet {
    left: 100px; }
  .planet_box_container {
    left: -100px; } }

@media screen and (max-width: 1759px) {
  .anim_planet {
    left: -10px; }
  .planet_box_container {
    left: -210px; }
  .planet_box--cicle_franchising {
    left: 34.6em;
    top: 45em; } }

@media (min-width: 1441px) and (max-width: 1470px) {
  .anim_planet {
    left: -50px; }
  .planet_box_container {
    left: -250px; } }

@media (min-width: 1367px) and (max-width: 1440px) {
  .planet_box--cicle_franchising {
    left: 33em;
    top: 42em; } }

@media (min-width: 1280px) and (max-width: 1366px) {
  .planet_box--cicle_franchising {
    left: 32.2em;
    top: 40em; }
  .planet_box--marketing {
    left: 50em;
    top: 37.9em; }
  .planet_box--pr_www {
    top: 17.8em; } }

@media screen and (max-width: 1279px) {
  .anim_planet {
    left: -100px; }
  .planet_box_container {
    left: -300px; }
  .planet_box--cicle_franchising {
    left: 32.6em;
    top: 41em; }
  .planet_box--design {
    left: 52.6em;
    top: 33em; }
  .planet_box--cicle_prod {
    left: 56em;
    top: 8.6em; }
  .planet_box--marketing {
    left: 46.7em;
    top: 38.9em; }
  .planet_box--cicle_license {
    left: 64em;
    top: 37em; }
  .planet_box--publishing {
    left: 62.8em;
    top: 30em; } }

@media screen and (max-width: 1023px) {
  .anim_planet, .planet_box_container {
    display: none; } }

@media screen and (max-height: 800px) {
  .planet_box--cicle_franchising {
    left: 31.1em;
    top: 36em; } }

.news_root_content {
  position: relative; }
  .news_root_content::after {
    clear: both;
    content: "";
    display: table; }
  .news_root_content .banner_other {
    position: absolute;
    bottom: 0px;
    right: 29%;
    width: 35%;
    z-index: 1; }
    .news_root_content .banner_other a {
      display: block; }
    .news_root_content .banner_other img {
      max-width: 100%; }

.news_list_root {
  float: left;
  width: 71.5%; }
  .news_list_root .news_item {
    float: left;
    width: 50%;
    margin-bottom: 35px; }
    .news_list_root .news_item .news_item_img {
      margin-bottom: 25px;
      display: none; }
      .news_list_root .news_item .news_item_img a {
        display: block; }
    .news_list_root .news_item .news_title, .news_list_root .news_item .news_title a {
      font-family: "CirceWebRegular";
      font-weight: normal; }
    .news_list_root .news_item.news_item_first {
      width: 36%;
      margin-right: 14%; }
      .news_list_root .news_item.news_item_first .news_item_img {
        display: block;
        overflow: hidden; }
        .news_list_root .news_item.news_item_first .news_item_img img {
          -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          max-width: 100%;
          width: 100%; }
        .news_list_root .news_item.news_item_first .news_item_img:hover img {
          -webkit-transform: scale(1.1, 1.1);
          -moz-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
      .news_list_root .news_item.news_item_first .news_title {
        font-size: 30px; }
        .news_list_root .news_item.news_item_first .news_title a {
          font-size: 30px;
          line-height: 35px; }
    .news_list_root .news_item:last-child {
      padding-bottom: 125px; }
  .news_list_root .swiper-buttons {
    display: none; }

.news_date {
  font-size: 15px;
  font-family: "CirceWebLight";
  font-weight: normal;
  color: #35323D;
  margin-bottom: 8px; }

@media (max-height: 850px) {
  .news_list_root {
    font-size: 0.8em; }
    .news_list_root .news_item {
      margin-bottom: 15px; }
      .news_list_root .news_item.news_item_first .news_title a {
        font-size: 25px;
        line-height: 30px; }
      .news_list_root .news_item:last-child {
        padding-bottom: 85px; }
    .news_list_root .h4, .news_list_root .h4 a, .news_list_root h4, .news_list_root h4 a {
      font-size: 17px;
      line-height: 20px; } }

@media screen and (max-width: 1024px) {
  .news_list_root .news_item:last-child {
    padding-bottom: 0px; }
  .news_list_root .news_item.news_item_first {
    width: 40%;
    margin-right: 10%; }
  .news_list_root .news_item.news_item_first .news_title, .news_list_root .news_item.news_item_first .news_title a,
  .news_list_root .news_item .news_title, .news_list_root .news_item .news_title a {
    font-size: 14px;
    line-height: 18px; }
  .news_list_root {
    float: none;
    width: 100%; }
    .news_list_root::after {
      clear: both;
      content: "";
      display: table; }
  .news_daigest {
    width: 100%;
    margin-left: 0px; }
  .news_root_content .news_root_allnews {
    display: none; }
  .news_root_content .mob_link_full {
    display: block;
    left: auto;
    position: relative; } }

@media screen and (max-width: 639px) {
  .news_root_content .swiper-buttons-all-sm {
    bottom: -12px;
    margin: 20px 0px 0px; }
  .news_list_root {
    position: relative; }
    .news_list_root .news_item {
      width: 100%;
      display: block;
      float: none;
      margin: 0px 0px 0px 0px;
      border-bottom: 0px; }
      .news_list_root .news_item .news_item_img {
        display: block; }
        .news_list_root .news_item .news_item_img img {
          max-width: 100%;
          margin: 0 auto; }
      .news_list_root .news_item.news_item_first {
        width: 100%;
        margin: 0px 0px 0px 0px; }
    .news_list_root .swiper-buttons-all-sm {
      bottom: -12px;
      margin: 20px 0px 0px; } }

.news_daigest {
  float: left;
  position: relative;
  width: 19.4%;
  margin-left: 9.1%; }

.news_daigest_list {
  margin-bottom: 40px;
  border: 1px solid #E2E2E2;
  overflow: hidden; }

.news_daigest_item {
  position: relative;
  overflow: hidden; }
  .news_daigest_item .news_daigest_item_content {
    padding: 25px;
    padding-bottom: 115px;
    height: 340px;
    margin-right: 1px; }
  .news_daigest_item .news_daigest_item_img {
    display: block;
    margin-bottom: 25px; }
    .news_daigest_item .news_daigest_item_img img {
      max-width: 100%; }
  .news_daigest_item .news_daigest_item_name {
    font-size: 1.375em;
    font-family: "CirceWebRegular";
    font-weight: normal; }
    .news_daigest_item .news_daigest_item_name a {
      color: #35323D;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .news_daigest_item .news_daigest_item_name a:hover {
        color: #00BDEF; }
  .news_daigest_item .news_daigest_item_name_date {
    position: absolute;
    left: -30px;
    bottom: -40px;
    font-size: 195px;
    color: #E2E2E2;
    opacity: 0.8;
    z-index: -1; }

.news_daigest_slider_btns {
  margin-left: 25px; }

.news_daigest_slider_btn {
  bottom: 25px; }

@media (max-height: 850px) {
  .news_daigest_item .news_daigest_item_content {
    padding-bottom: 80px; } }

@media screen and (max-width: 1024px) {
  .news_daigest {
    float: none;
    width: 100%;
    margin-left: 0px; }
    .news_daigest .swiper-buttons {
      position: static; }
  .news_daigest_list {
    margin-bottom: 0px; }
  .news_daigest_item .news_daigest_item_content {
    height: auto;
    padding: 15px 60px; }
    .news_daigest_item .news_daigest_item_content::after {
      clear: both;
      content: "";
      display: table; }
  .news_daigest_item .news_daigest_item_img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    margin-bottom: 0px; }
  .news_daigest_item .news_daigest_item_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    max-width: 170px;
    margin-left: 55px; }
  .news_daigest_item .news_daigest_item_name_date {
    left: auto;
    right: 80px;
    bottom: -90px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
  .digest_archive_link {
    display: none; }
  .news_daigest_slider_btn {
    top: 50%;
    margin-top: -19px;
    border: none;
    z-index: 5;
    background: none; }
    .news_daigest_slider_btn.news_daigest_slider_btn-next {
      right: 0px;
      left: auto; } }

@media screen and (max-width: 767px) {
  .news_daigest {
    display: none; } }

.company_group_slider {
  overflow: inherit; }
  .company_group_slider .company_group_item {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .company_group_slider .swiper-slide-active + .swiper-slide + .swiper-slide {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    z-index: 1; }
  .company_group_slider .company_group_item {
    background-color: #42C1C7; }
    .company_group_slider .company_group_item:nth-child(1) {
      background-color: #42C1C7; }
    .company_group_slider .company_group_item:nth-child(2) {
      background-color: #FFCB38; }
    .company_group_slider .company_group_item:nth-child(4) {
      background-color: #BAD347; }
    .company_group_slider .company_group_item:nth-child(6) {
      background-color: #BAD347; }

.swiper-pagination_company {
  display: none; }

@media screen and (max-width: 1025px) {
  .company_group_slider .swiper-slide-active + .swiper-slide + .swiper-slide {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@media (min-width: 768px) and (max-width: 1023px) {
  .company_group_slider .pagination_slider_right {
    display: none; } }

@media screen and (max-width: 768px) {
  .swiper-pagination_company {
    display: block;
    bottom: 29px; } }

.brand_slider .brand_slider_content {
  height: 450px; }

.brand_slider .brand_slider_img {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.brand_slider .brand_slide {
  height: 100%;
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .brand_slider .brand_slide.swiper-slide-active .brand_slider_info_content .brand_slider_info_title {
    -webkit-animation: translate-move 1s ease-in-out 1;
    -moz-animation: translate-move 1s ease-in-out 1;
    animation: translate-move 1s ease-in-out 1; }
  .brand_slider .brand_slide.swiper-slide-active .brand_slider_info_content .brand_slider_info_text {
    -webkit-animation: translate-move 1s ease-in-out 1 0.1s;
    -moz-animation: translate-move 1s ease-in-out 1 0.1s;
    animation: translate-move 1s ease-in-out 1 0.1s; }
  .brand_slider .brand_slide.swiper-slide-active .brand_slider_logo {
    -webkit-animation: translate-move 1s ease-in-out 1 0.1s;
    -moz-animation: translate-move 1s ease-in-out 1 0.1s;
    animation: translate-move 1s ease-in-out 1 0.1s; }
  .brand_slider .brand_slide.swiper-slide-active .brand_slider_img {
    opacity: 1;
    -webkit-animation: translate-move_img 1s ease-in-out 1 0.1s;
    -moz-animation: translate-move_img 1s ease-in-out 1 0.1s;
    animation: translate-move_img 1s ease-in-out 1 0.1s;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  .brand_slider .brand_slide.swiper-slide-active {
    opacity: 1 !important; }

.brand_slider_mobile_img {
  display: none; }

.brand_slider_box {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .brand_slider_box .brand_slider_info {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1; }
    .brand_slider_box .brand_slider_info .content_page {
      margin-top: 0px;
      margin-bottom: 0px;
      position: relative; }
  .brand_slider_box .brand_slider_logo {
    width: 130px; }
    .brand_slider_box .brand_slider_logo img {
      max-width: 100%; }
  .brand_slider_box .brand_slider_info_content {
    max-width: 610px;
    margin-left: -4px; }
    .brand_slider_box .brand_slider_info_content .brand_slider_info_title {
      font-size: 3.12em;
      color: #ffffff;
      line-height: 55px;
      text-transform: uppercase;
      font-family: "CirceWebBold";
      margin-bottom: 25px; }
    .brand_slider_box .brand_slider_info_content .brand_slider_info_text {
      font-size: 1.11111em;
      line-height: 23px;
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: 300; }
    .brand_slider_box .brand_slider_info_content.brand_slider_info_content_invers_color .brand_slider_info_title {
      color: #00BDEF; }
    .brand_slider_box .brand_slider_info_content.brand_slider_info_content_invers_color .brand_slider_info_text {
      color: #00BDEF; }
  .brand_slider_box .brand_slider_img {
    position: absolute;
    right: 0px;
    top: -199px; }
    .brand_slider_box .brand_slider_img img {
      width: 1700px; }

.swiper-slide.swiper-slide-active .brand_slider_box {
  opacity: 1; }

@-webkit-keyframes translate-move {
  0% {
    -webkit-transform: translate(-100%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    opacity: 1; } }

@-moz-keyframes translate-move {
  0% {
    -moz-transform: translate(-100%, 0);
    opacity: 0; }
  100% {
    -moz-transform: translate(0%, 0);
    opacity: 1; } }

@keyframes translate-move {
  0% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }

@-webkit-keyframes translate-move_img {
  0% {
    -webkit-transform: translate(100%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    opacity: 1; } }

@-moz-keyframes translate-move_img {
  0% {
    -moz-transform: translate(100%, 0);
    opacity: 0; }
  100% {
    -moz-transform: translate(0%, 0);
    opacity: 1; } }

@keyframes translate-move_img {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1; } }

.brand_slider_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover; }

@media screen and (max-width: 1440px) {
  .brand_slider .brand_slider_info_content .brand_slider_info_text {
    max-width: 450px; } }

@media screen and (max-width: 1366px) {
  .brand_slider_box .brand_slider_img {
    top: -46px; }
    .brand_slider_box .brand_slider_img img {
      width: 1300px; } }

@media screen and (max-width: 1024px) {
  .brand_slider_box .brand_slider_info_content {
    max-width: 385px; }
    .brand_slider_box .brand_slider_info_content .brand_slider_info_title {
      font-size: 2.1em;
      line-height: 35px !important;
      margin-bottom: 10px !important; }
    .brand_slider_box .brand_slider_info_content .brand_slider_info_text {
      display: none; }
  .brand_slider_box .brand_slider_img {
    top: -119px !important; }
    .brand_slider_box .brand_slider_img img {
      width: 1150px !important; } }

@media screen and (max-width: 768px) {
  .brand_slider_box .brand_slider_img {
    top: 11px !important; }
  .brand_slider_box .brand_slider_info {
    display: block;
    top: 60px;
    height: auto;
    z-index: 3; }
  .brand_slider_bg {
    background-position: center;
    background-repeat: no-repeat; } }

@media screen and (max-width: 767px) {
  .brand_slider .brand_slider_content {
    height: 405px !important; }
  .brand_slider_box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 320px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 184, 237, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 184, 237, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 184, 237, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1; }
  .brand_slider_box .brand_slider_img {
    top: auto !important;
    bottom: -92px !important;
    right: 0px;
    z-index: 2; }
    .brand_slider_box .brand_slider_img img {
      width: 950px !important; }
  .brand_slider_box .brand_slider_logo {
    width: 80px; }
  .swiper-pagination_brand {
    bottom: 0px; }
  .pagination_slider_right {
    bottom: 0px; }
  .brand_slider_mobile_img {
    display: block;
    width: 100%;
    height: auto; }
  .brand_slider_bg, .brand_slider_info, .brand_slider_img {
    display: none !important; }
  .brand_slider_box:before {
    content: normal; }
  .brand_slider .brand_slider_content {
    height: auto !important; }
  .brand_slider .swiper-pagination_brand {
    margin-top: 0; } }

@media (max-height: 850px) {
  .brand_slider_box .brand_slider_logo {
    width: 100px; }
  .brand_slider_box .brand_slider_img {
    top: -215px;
    right: -40px; }
    .brand_slider_box .brand_slider_img img {
      width: 1400px; }
  .brand_slider .brand_slider_content {
    height: 320px; }
  .brand_slider .brand_slider_info_content {
    font-size: 0.8em;
    line-height: 1em; }
    .brand_slider .brand_slider_info_content .brand_slider_info_title {
      margin-bottom: 20px;
      line-height: 44px; }
    .brand_slider .brand_slider_info_content .brand_slider_info_text {
      line-height: 20px; } }

@media (max-width: 1023px) {
  .brand_slider .brand_slider_content {
    height: 320px; } }

@media screen and (max-width: 768px) {
  .brand_slider .brand_slider_content {
    height: 450px; } }

@media screen and (max-width: 767px) {
  .brand_slider .brand_slider_content {
    height: auto; }
  .brand_slider_box .brand_slider_info_content {
    max-width: 100%; }
    .brand_slider_box .brand_slider_info_content .brand_slider_info_title {
      font-size: 22px;
      line-height: 27px !important;
      margin-bottom: 10px; }
    .brand_slider_box .brand_slider_info_content .brand_slider_info_text {
      font-size: 10px;
      line-height: normal; } }

@media screen and (max-width: 640px) {
  .brand_slider_box .brand_slider_img {
    top: auto !important;
    bottom: -73px !important;
    right: 0px;
    z-index: 2; }
    .brand_slider_box .brand_slider_img img {
      width: 750px !important; } }

.form_box {
  overflow: hidden; }

.form_item {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 100%; }
  .form_item input, .form_item textarea {
    background: none;
    padding: 0px 30px;
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: none;
    color: #808080;
    background: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045); }
    .form_item input:focus, .form_item textarea:focus {
      outline: none;
      box-shadow: 0px 0px 20px rgba(128, 128, 128, 0.2); }
  .form_item--border {
    border: 2px solid #00D1F0; }
  .form_item.form_item_b {
    border: 1px solid #E2E2E2; }
  .form_item--textarea {
    height: 100px; }
    .form_item--textarea textarea {
      padding-top: 15px;
      padding-bottom: 15px; }

.search_box {
  margin-top: 30px;
  padding-bottom: 30px; }
  .search_box .search_item {
    width: 100%;
    padding-right: 40px; }
    .search_box .search_item input {
      color: #ffffff; }

.search_form_item {
  height: 70px; }
  .search_form_item input {
    font-size: 25px; }

.search_form {
  position: relative; }
  .search_form .btn_search {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 50px;
    height: 100%;
    margin: 0 auto;
    background: none;
    fill: #00BDEF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .search_form .btn_search svg {
      margin-top: 3px;
      height: 60%;
      width: 60%; }
    .search_form .btn_search:hover {
      fill: #FFCB38; }

.search_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none; }
  .search_button:focus {
    outline: none; }
  .search_button:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 15px;
    height: 15px;
    background: url("/assets/css/../img/i_search_invers.svg") no-repeat center;
    background-size: contain; }

.form_group::after {
  clear: both;
  content: "";
  display: table; }

.form_group .form_item {
  float: left;
  margin-bottom: 20px; }

.form_group_r_3 .box_col {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 33.3333%; }

.form_group_r_3 .form_item {
  width: 100%;
  display: block;
  float: none; }
  .form_group_r_3 .form_item input {
    width: 100%; }
  .form_group_r_3 .form_item .form_button {
    float: right;
    height: 50px;
    line-height: 2em; }

.negative_box_form {
  margin-left: -10px;
  margin-right: -10px; }
  .negative_box_form::after {
    clear: both;
    content: "";
    display: table; }

.file_upload {
  position: relative;
  height: 50px; }
  .file_upload input[type=file] {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
    .file_upload input[type=file] + label.is-invalid {
      display: block;
      padding-left: 20px;
      font-size: 14px;
      color: red; }
  .file_upload .file_upload_text {
    display: block;
    height: 100%;
    cursor: pointer;
    white-space: nowrap; }
  .file_upload .file_upload_name {
    padding-left: 10px;
    font-size: 20px;
    color: #00BDEF;
    height: 100%;
    line-height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%; }
  .file_upload .file_upload_button {
    float: left;
    width: 40px;
    height: 100%;
    position: relative;
    background: none;
    border: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .file_upload .file_upload_button:before {
      position: absolute;
      right: 0px;
      top: 13px;
      width: 18px;
      height: 20px;
      content: '';
      background: url("/assets/css/../img/icon_file_input.svg") no-repeat center;
      -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  .file_upload:hover button:before {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }

.form_descr {
  margin-bottom: 35px; }
  .form_descr a {
    text-decoration: underline; }
  .form_descr p {
    margin-bottom: 20px; }

.centering_form_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.subscribe_form .subscribe_title {
  font-size: 1.86667em;
  color: #ffffff;
  font-family: "CirceWebLight";
  margin-bottom: 40px; }

.subscribe_form .form_item {
  width: calc(50% - 10px); }
  .subscribe_form .form_item input {
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #ffffff; }
  .subscribe_form .form_item + .form_item {
    margin-left: 20px; }

.subscribe_form .form_info {
  width: 300px;
  color: #ffffff;
  font-family: "CirceWebLight";
  font-weight: normal;
  font-size: 0.8125em;
  line-height: 20px;
  order: 0; }

.subscribe_form .form_item_button {
  order: 1; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.search_line {
  position: relative;
  width: 100%;
  height: 0px;
  margin-top: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0; }
  .search_line .grid_content {
    height: 100%; }
  .search_line form {
    height: 100%; }
  .search_line .search_form {
    position: relative;
    height: 100%;
    border-bottom: 1px solid #E2E2E2;
    margin-left: 275px;
    overflow: hidden; }
    .search_line .search_form input {
      width: 100%;
      height: 100%;
      padding: 0px;
      padding-right: 90px;
      border: 0px;
      background: none;
      font-size: 2.5em;
      font-family: "CirceWebLight";
      font-weight: normal;
      color: #35323D; }
      .search_line .search_form input:focus {
        outline: none; }
    .search_line .search_form .btn_search {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 70px;
      height: 100%;
      background: none;
      border: 0px;
      cursor: pointer; }
      .search_line .search_form .btn_search .search_open {
        display: block;
        width: 35px;
        height: 35px;
        margin: 0 auto;
        fill: #00BDEF;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .search_line .search_form .btn_search .search_open svg {
          height: 100%;
          width: 100%; }
      .search_line .search_form .btn_search:focus {
        outline: none; }
      .search_line .search_form .btn_search:hover .search_open {
        fill: #FFCB38; }
  .search_line.search_line_show {
    height: 70px;
    opacity: 1; }

.mobile_action_box .search_box .search_item input {
  color: #35323D; }

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px; }

.checkbox ~ label.is-invalid {
  color: red; }

.checkbox ~ label.checkbox__control {
  display: block;
  cursor: pointer; }

.checkbox:not(checked) {
  position: absolute;
  opacity: 0; }

.checkbox:not(checked) ~ label.checkbox__control {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: -4px;
  font-size: 14px;
  line-height: 18px; }

.checkbox:not(checked) ~ label.checkbox__control:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2); }

.checkbox:not(checked) ~ label.checkbox__control:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 6px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  -webkit-transform: rotate(-135deg);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-transform: scale(0.7, 0.7) rotate(-135deg);
  -moz-transform: scale(0.7, 0.7) rotate(-135deg);
  -ms-transform: scale(0.7, 0.7) rotate(-135deg);
  -o-transform: scale(0.7, 0.7) rotate(-135deg);
  transform: scale(0.7, 0.7) rotate(-135deg);
  opacity: 0; }

.checkbox:checked ~ label.checkbox__control:after {
  -webkit-transform: scale(1, 1) rotate(-135deg);
  -moz-transform: scale(1, 1) rotate(-135deg);
  -ms-transform: scale(1, 1) rotate(-135deg);
  -o-transform: scale(1, 1) rotate(-135deg);
  transform: scale(1, 1) rotate(-135deg);
  opacity: 1; }

.subscribe_form_content .checkbox_field {
  margin-bottom: 15px; }

.subscribe_form_content .checkbox_field .checkbox ~ label.checkbox__control {
  color: #fff; }

.checkbox_field .checkbox_wrap.is-invalid .checkbox:not(checked) ~ label.checkbox__control:before {
  box-shadow: inset 0px 0px 0px 1px #ff0d0d; }

@media (max-width: 1600px) and (min-width: 768px) {
  .search_line .search_form {
    margin-left: 210px; } }

@media screen and (max-width: 767px) {
  .form_group .form_item {
    float: none;
    width: 100%; }
    .form_group .form_item input, .form_group .form_item textarea {
      padding: 0px 15px; }
    .form_group .form_item + .form_item {
      margin-left: 0px; }
    .form_group .form_item--button {
      margin-top: 40px; }
    .form_group .form_item--textarea textarea {
      padding-top: 15px;
      padding-bottom: 15px; }
  .form_group_r_3 .box_col {
    width: 100%;
    float: none; }
  .subscribe_form .form_item_button, .subscribe_form .form_info {
    width: 100%;
    order: 0;
    margin-bottom: 20px; }
  .subscribe_form .form_info {
    margin-bottom: 20px;
    margin-left: 20px; }
  .subscribe_form .subscribe_title {
    font-size: 1.56667em;
    margin-bottom: 20px; } }

.form_box .form_item.is-invalid {
  border-color: red; }
  .form_box .form_item.is-invalid label {
    font-size: 0; }

.subscribe_form .form_item.is-invalid input {
  border: 1px solid red; }

@media screen and (max-width: 640px) {
  .subscribe_form .centering_form_box {
    flex-wrap: wrap;
    flex-direction: row; }
  .subscribe_form .form_info {
    margin-left: 0px;
    text-align: center; } }

.shrared_on_page .shared_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 300; }

.shrared_on_page ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }
  .shrared_on_page ul::after {
    clear: both;
    content: "";
    display: table; }
  .shrared_on_page ul li {
    float: left;
    list-style: none;
    width: 40px;
    height: 40px; }
    .shrared_on_page ul li a {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
      background-size: contain;
      overflow: hidden;
      text-indent: -999px; }
    .shrared_on_page ul li + li {
      margin-left: 10px; }

.shrared_on_page_vk {
  background-image: url("/assets/css/../img/social/vk.png"); }

.shrared_on_page_fb {
  background-image: url("/assets/css/../img/social/fb.svg"); }

.shrared_on_page_tw {
  background-image: url("/assets/css/../img/social/twit.svg"); }

.shrared_on_page_yt {
  background-image: url("/assets/css/../img/social/yt.png"); }

.shrared_on_page_ig {
  background-image: url("/assets/css/../img/social/inst.svg"); }

.shrared_on_page_tg {
  background-image: url("/assets/css/../img/social/telegram.svg"); }

.shrared_on_page_ok {
  background-image: url("/assets/css/../img/social/od.png"); }

.shrared_on_page_vb {
  background-image: url("/assets/css/../img/social/viber.png"); }

.shrared_on_page .ya-share2 {
  display: inline-block;
  vertical-align: middle; }
  .shrared_on_page .ya-share2::after {
    clear: both;
    content: "";
    display: table; }
  .shrared_on_page .ya-share2__item:not(:last-child) {
    margin-right: 10px; }
  .shrared_on_page .ya-share2__item_service_vkontakte {
    background-image: url("/assets/css/../img/social/vk.svg"); }
  .shrared_on_page .ya-share2__item_service_facebook {
    background-image: url("/assets/css/../img/social/fb.svg"); }
  .shrared_on_page .ya-share2__item_service_twitter {
    background-image: url("/assets/css/../img/social/twit.svg"); }
  .shrared_on_page .ya-share2__item_service_odnoklassniki {
    background-image: url("/assets/css/../img/social/ok.svg"); }
  .shrared_on_page .ya-share2__item_service_telegram {
    background-image: url("/assets/css/../img/social/telegram.svg"); }

@media screen and (max-width: 767px) {
  .shrared_on_page {
    margin-top: 50px; } }

@media screen and (max-width: 640px) {
  .shrared_on_page ul {
    display: block;
    margin-top: 20px;
    margin-left: 0px; } }

.subscribe_box {
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.subscribe_form {
  text-align: left;
  width: 900px;
  margin: 0 auto; }

@media screen and (max-width: 1280px) {
  .subscribe_box {
    display: block;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px; } }

@media screen and (max-width: 1024px) {
  .subscribe_form {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .subscribe_box {
    padding-top: 30px;
    padding-bottom: 30px; } }

.partner_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  margin-bottom: 80px; }
  .partner_list .partner_item {
    padding: 0px 0px;
    width: 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .partner_list .partner_item .partner_item_content {
      padding: 10px 20%; }
      .partner_list .partner_item .partner_item_content img {
        max-width: 100%;
        max-height: 150px;
        margin: 0 auto; }

.our_partner_list {
  overflow: hidden; }
  .our_partner_list img {
    margin: 20px; }

@media screen and (max-width: 1024px) {
  .partner_list .partner_item {
    width: 33.3333%; }
    .partner_list .partner_item .partner_item_content {
      padding: 10px 25%; } }

@media screen and (max-width: 640px) {
  .partner_list .partner_item {
    width: 50%; }
    .partner_list .partner_item .partner_item_content {
      padding: 10px 25%; } }

@media (max-width: 740px) and (orientation: landscape) {
  .partner_list .partner_item {
    width: 33.3333%; }
    .partner_list .partner_item .partner_item_content {
      padding: 10px 25%; } }

.fact_box {
  padding: 50px 0px 0px;
  background: url("/assets/css/../img/about_group/bg_fact.png") no-repeat center;
  background-size: cover; }

.info_text_box {
  height: 400px;
  text-align: center; }

.info_text_slide .info_text_slide_content {
  color: #ffffff; }
  .info_text_slide .info_text_slide_content .info_text_slide_big_text {
    font-family: "CirceWebBold";
    font-size: 65px;
    line-height: 100px;
    margin: 10px 0 0;
    text-transform: uppercase; }
  .info_text_slide .info_text_slide_content .info_text_slide_small_text {
    font-size: 17px;
    min-height: 20px; }

.service_inner {
  height: 900px; }
  .service_inner .title_service {
    margin-left: 270px;
    z-index: 3; }
    .service_inner .title_service .title_service_title {
      margin-top: 0px; }
      .service_inner .title_service .title_service_title a {
        line-height: 1.05em;
        display: inline-block; }

.service_planets {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden; }

.planet_item {
  position: absolute;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  text-decoration: none;
  z-index: 2; }
  .planet_item.planet_item_invers_pos .planet_icon {
    order: 1;
    margin-right: 0px;
    margin-left: 20px; }
  .planet_item--boss {
    right: 335px;
    top: 325px; }
  .planet_item--diz {
    right: 200px;
    top: 240px; }
  .planet_item--animation {
    right: 14em;
    bottom: 12em; }
  .planet_item--www_pr {
    right: 36em;
    bottom: 8em; }
  .planet_item--franch {
    right: 43.5em;
    top: 20em; }
  .planet_item--license {
    right: 33em;
    top: 4em; }
  .planet_item--marketing {
    right: 55em;
    bottom: 10em; }
  .planet_item--distr {
    right: 61.6em;
    top: 7em; }
  .planet_item--projects {
    right: 75em;
    top: 11em; }
  .planet_item--prod {
    right: 76.3em;
    bottom: 7em; }
  .planet_item .planet_icon {
    display: block;
    background-image: url("/assets/css/../img/about_group/circle.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px; }
    .planet_item .planet_icon--boss {
      background-image: url("/assets/css/../img/about_group/circle_boss.svg");
      width: 350px;
      height: 350px;
      margin-right: 0px; }
    .planet_item .planet_icon--diz {
      width: 205px;
      height: 205px;
      margin-bottom: -35px;
      background-image: url("/assets/css/../img/about_group/circle_with_shadow.svg"); }
    .planet_item .planet_icon--animation {
      width: 20px;
      height: 20px; }
    .planet_item .planet_icon--www_pr {
      width: 80px;
      height: 80px; }
    .planet_item .planet_icon--franch {
      width: 20px;
      height: 20px; }
    .planet_item .planet_icon--license {
      width: 70px;
      height: 70px; }
    .planet_item .planet_icon--marketing {
      width: 130px;
      height: 130px; }
    .planet_item .planet_icon--distr {
      width: 20px;
      height: 20px; }
    .planet_item .planet_icon--projects {
      width: 70px;
      height: 70px; }
    .planet_item .planet_icon--prod {
      width: 20px;
      height: 20px; }
  .planet_item .planet_text {
    display: block;
    font-size: 15px;
    font-family: "CirceWebRegular";
    font-weight: normal;
    color: #0096CB;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .planet_item:hover .planet_text {
    color: #FFCB38; }

.orbit_item {
  position: absolute;
  border: 1px solid #E2E2E2;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%; }
  .orbit_item:first-child {
    width: 520px;
    height: 520px;
    right: 250px;
    top: 240px; }
  .orbit_item:nth-child(2) {
    width: 990px;
    height: 990px;
    right: 130px;
    top: -45px; }
  .orbit_item:nth-child(3) {
    width: 1425px;
    height: 1425px;
    right: 60px;
    top: -280px; }
  .orbit_item:nth-child(4) {
    width: 800px;
    height: 800px;
    right: 190px;
    top: 70px; }

@media screen and (max-width: 1495px) {
  .service_inner .title_service {
    margin-left: 115px; }
  .orbit_item:nth-child(3) {
    width: 1270px;
    height: 1270px; }
  .planet_item--projects {
    right: 66em; }
  .planet_item--prod {
    right: 61.4em; } }

@media screen and (max-width: 1365px) {
  .service_inner {
    height: 310px; }
  .planets {
    display: none; } }

@media screen and (max-width: 768px) {
  .service_inner {
    height: 300px; }
    .service_inner .title_service {
      margin-left: 30px; } }

@media screen and (max-width: 640px) {
  .orbit_item:first-child {
    right: 200px;
    top: 120px; }
  .orbit_item:nth-child(2) {
    right: 90px;
    top: -100px; }
  .orbit_item:nth-child(3) {
    right: 0px;
    top: -280px; }
  .orbit_item:last-child {
    display: none; } }

.vacant_list .line_list {
  margin-top: 35px; }

.vacant_list .line_item {
  height: auto;
  padding: 60px 0px; }

.vacant_list .vacant_cash, .vacant_list .vacant_cash a {
  color: #00BDEF;
  margin-bottom: 40px; }

.vacant_list .vacant_logo {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 250px; }
  .vacant_list .vacant_logo img {
    width: 100%; }

.vacant_list .vacant_item_content {
  width: 100%;
  position: relative; }

.vacant_list h3 {
  margin-bottom: 17px; }

.vacant_list h4 {
  max-width: 550px;
  width: 60%; }

.vacnt_short_info {
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 10px; }

.metro {
  padding-left: 20px;
  display: inline-block; }
  .metro i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%; }

.vacant_more_descr {
  margin-bottom: 40px;
  line-height: 25px; }

@media screen and (max-width: 640px) {
  .metro {
    display: block;
    padding-left: 0px; } }

@media screen and (max-width: 1024px) {
  .vacant_list .line_item {
    padding: 0px; }
    .vacant_list .line_item .line_item_content {
      padding: 40px; } }

@media screen and (max-width: 768px) {
  .vacant_list .line_item {
    height: auto;
    padding: 0px; }
  .vacant_list .vacant_logo {
    position: relative;
    margin-bottom: 40px; }
  .vacant_list h4 {
    width: 100%; }
  .vacant_list .vacant_cash {
    margin-bottom: 20px; } }

.tabs {
  text-align: center; }

.tabs_content_box {
  margin-top: 40px;
  overflow: hidden; }

.tabs_content {
  overflow: hidden; }
  .tabs_content:last-child {
    display: none; }

.tabs_link {
  display: inline-block;
  border-bottom: 1px solid #E2E2E2; }
  .tabs_link li {
    position: relative;
    float: left;
    margin-right: 45px;
    padding-bottom: 25px;
    list-style: none;
    font-family: "CirceWebRegular";
    font-weight: normal;
    cursor: pointer;
    font-size: 15px;
    color: #82939D;
    text-transform: uppercase; }
    .tabs_link li:last-child {
      margin-right: 0px; }
    .tabs_link li.active {
      color: #000; }
      .tabs_link li.active:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -1px;
        height: 4px;
        width: 100%;
        background: #FFCB38; }

.tabs_content {
  text-align: left; }

@media screen and (max-width: 640px) {
  .tabs_content:last-child .box_with_logo_content .list_logo img {
    margin: 5px 0px; } }

.content-custom-wrap .banner_top_content .banner_content_right p {
  font-size: 18px;
  line-height: 25px; }

.banner_logo_sm {
  position: absolute;
  right: 0;
  top: 120px;
  width: 300px;
  display: none; }
  .banner_logo_sm img {
    width: 70% !important; }

.banner_top {
  position: relative; }
  .banner_top .banner_bg {
    position: relative;
    top: 0px;
    overflow: hidden;
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
     }
    .banner_top .banner_bg img {
      width: 100%; }
  .banner_top .link_to_back {
    display: inline-block;
    color: #404040;
    text-transform: uppercase; }
    .banner_top .link_to_back:before {
      background-image: url("/assets/css/../img/arrow_to_back_page_gray.svg"); }

.banner_top_content {
  position: absolute;
  top: 190px;
  right: 0px; }
  .banner_top_content .banner_content_right {
    width: 555px;
    margin-right: 100px; }
    .banner_top_content .banner_content_right .banner_logo img {
      width: 65%; }
    .banner_top_content .banner_content_right p {
      margin: 25px 0px 15px;
      font-size: 20px;
      line-height: 30px;
      color: #252525;
      font-family: "CirceWebRegular";
      font-weight: normal; }

.banner_top_invers .link_to_back {
  color: #ffffff; }
  .banner_top_invers .link_to_back:before {
    background-image: url("/assets/css/../img/arrow_to_back_page_white.svg"); }

.banner_top_invers .banner_content_right p {
  color: #ffffff; }

.banner_top_invers .banner_content_right .open_movie_box .open_movie_link {
  color: #ffffff; }
  .banner_top_invers .banner_content_right .open_movie_box .open_movie_link:before {
    background-image: url("/assets/css/../img/open_play_white.png"); }

.header_more_page {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
  width: 380px;
  height: 380px;
  z-index: 2; }
  .header_more_page .crop_box {
    position: absolute;
    right: -87%;
    top: 26%;
    width: 154%;
    height: 175%;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .header_more_page .crop_box .crop_logo {
      position: absolute;
      left: 32%;
      top: 0%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .header_more_page .crop_box .crop_logo img {
        width: 65%; }
    .header_more_page .crop_box .crop_bg {
      position: absolute;
      left: -26%;
      top: -47%;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: -100%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .header_more_page .crop_box:hover {
      width: 180%;
      height: 180%;
      right: -90%;
      top: 20%; }
      .header_more_page .crop_box:hover .crop_logo {
        left: 34%;
        top: 12%; }
      .header_more_page .crop_box:hover .crop_bg {
        left: -17%;
        top: -47%; }

.link_to_back_box {
  position: absolute;
  top: 160px; }

.trilogy_btn_box {
  display: none;
  margin-bottom: 30px;
  width: 100%;
  text-align: right; }
  .trilogy_btn_box a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .trilogy_btn_box a:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.5; }
  .trilogy_btn_box .trilogy_btn_content {
    display: block;
    position: relative;
    margin-right: 40px; }
  .trilogy_btn_box .trilogy_logo {
    display: inline-block;
    vertical-align: middle;
    width: 70px; }
    .trilogy_btn_box .trilogy_logo img {
      max-width: 100%; }
  .trilogy_btn_box .trilogy_name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 25px;
    width: 200px;
    text-transform: uppercase;
    text-align: right; }
  .trilogy_btn_box .trilogy_btn_arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    width: 40px;
    height: 100%; }
    .trilogy_btn_box .trilogy_btn_arrow:before {
      position: absolute;
      content: '';
      height: 24px;
      width: 24px;
      background: transparent;
      border: 1px solid #fff;
      left: -9px;
      top: -5px;
      border-left-color: transparent;
      border-bottom-color: transparent;
      transform: rotate(45deg); }

@media screen and (max-width: 1680px) {
  .banner_top_content .banner_content_right {
    margin-right: 90px; } }

@media screen and (max-width: 1440px) {
  .banner_top_content {
    top: 160px; }
    .banner_top_content .banner_content_right {
      margin-right: 40px;
      width: 450px; }
      .banner_top_content .banner_content_right p {
        font-size: 18px;
        margin-top: 25px; }
  .header_more_page {
    bottom: -100px; }
  .link_to_back_box {
    top: 140px; } }

@media screen and (max-width: 1280px) {
  .content-custom-wrap .banner_top_content {
    top: 115px; }
    .content-custom-wrap .banner_top_content .banner_content_right p {
      font-size: 16px;
      line-height: 21px; }
  .banner_top_content {
    top: 160px; }
    .banner_top_content .banner_content_right {
      margin-right: 0px;
      width: 450px; }
      .banner_top_content .banner_content_right .banner_logo img {
        width: 43%; }
      .banner_top_content .banner_content_right p {
        margin: 15px;
        font-size: 18px;
        line-height: 25px; }
  .link_to_back_box {
    top: 130px; }
  .header_more_page {
    bottom: -150px; }
    .header_more_page .crop_box .crop_logo {
      left: 54%;
      top: 10%; }
      .header_more_page .crop_box .crop_logo img {
        width: 45%; }
    .header_more_page .crop_box:hover .crop_logo {
      left: 58%;
      top: 12%; }
  .working_links {
    margin-top: 15px; }
  .working_link {
    width: 155px;
    font-size: 14px;
    height: 32px;
    line-height: 33px; } }

@media screen and (max-width: 1024px) {
  .banner_top_invers .link_to_back {
    color: #35323D; }
    .banner_top_invers .link_to_back:before {
      background-image: url("/assets/css/../img/arrow_to_back_page_gray.svg"); }
  .banner_top_invers .banner_content_right .open_movie_box .open_movie_link, .banner_top_invers .banner_content_right p {
    color: #35323D; }
    .banner_top_invers .banner_content_right .open_movie_box .open_movie_link:before, .banner_top_invers .banner_content_right p:before {
      background-image: url("/assets/css/../img/open_play.png"); }
  .banner_logo_sm {
    display: block; }
  .banner_top_content {
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 50px;
    top: 0px !important;
    padding-top: 50px; }
    .banner_top_content .banner_content_right {
      margin-top: 0px;
      width: 100%; }
      .banner_top_content .banner_content_right .banner_logo {
        display: none; }
      .banner_top_content .banner_content_right .open_movie_box {
        overflow: hidden;
        clear: both; }
  .link_to_back_box {
    position: relative;
    top: 0px;
    margin-top: 40px; }
  .working_links {
    margin-top: 25px; }
  .working_link {
    width: 170px;
    font-size: 15px;
    height: 34px;
    line-height: 35px; } }

@media screen and (max-width: 1023px) {
  .trilogy_btn_box {
    display: block; }
    .trilogy_btn_box a {
      padding: 25px; }
  .header_more_page {
    display: none; } }

@media screen and (max-width: 768px) {
  .banner_top_content .banner_content_right .banner_logo img {
    max-width: 100%; }
  .link_to_back_box {
    display: none; } }

@media screen and (max-width: 767px) {
  .banner_top {
    height: auto; }
    .banner_top .banner_bg {
      position: relative; }
  .banner_top_content {
    padding: 30px 0px; }
    .banner_top_content .banner_content_right .banner_logo {
      margin-bottom: 20px; }
      .banner_top_content .banner_content_right .banner_logo img {
        max-width: 70%; }
  .link_to_back_box {
    margin-top: 30px; }
  .trilogy_btn_box a {
    padding: 15px; }
  .banner_logo_sm {
    top: 120px;
    width: 250px; } }

@media screen and (max-width: 640px) {
  .trilogy_btn_box a {
    padding: 10px 5px; }
  .trilogy_btn_box .trilogy_btn_arrow {
    right: -10px; }
  .trilogy_btn_box .trilogy_btn_content {
    margin-right: 30px; }
  .trilogy_btn_box .trilogy_name {
    margin-right: 10px;
    width: 134px;
    line-height: 20px;
    font-size: 13px; }
  .banner_logo_sm {
    top: 100px;
    width: 180px;
    right: 40px; }
    .banner_logo_sm img {
      width: 100% !important; } }

@media screen and (max-width: 480px) {
  .trailer_content {
    height: 320px;
  }
  .banner_logo_sm {
    top: 60px;
    width: 120px;
    right: 20px; } }

.box_with_logo {
  padding: 40px 55px;
  margin-bottom: 20px; }

.box_with_logo_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -20px; }
  .box_with_logo_content .title {
    width: 105px;
    margin-bottom: 20px;
    font-family: "CirceWebRegular";
    font-weight: normal;
	text-align: center;
 }
  .box_with_logo_content .list_logo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 105px); }
    .box_with_logo_content .list_logo img {
      margin: 0px 20px 20px 20px; }
    .box_with_logo_content .list_logo__custom {
      width: 100%; }
    .box_with_logo_content .list_logo__item {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      margin-bottom: 25px; }
    .box_with_logo_content .list_logo__item_img img {
      margin: 0 auto 20px; }
    .box_with_logo_content .list_logo__item_title {
      font-size: 17px;
      font-family: "CirceWebBold";
      font-weight: normal;
      margin-bottom: 15px; }
    .box_with_logo_content .list_logo__item_num {
      font-size: 25px;
      font-family: "CirceWebLight";
      font-weight: normal; }

@media screen and (max-width: 640px) {
  .box_with_logo {
    padding: 40px 25px; } }

@media screen and (max-width: 640px) {
  .box_with_logo_content {
    display: block;
    text-align: center; }
    .box_with_logo_content .title {
      width: 100%;
      margin-bottom: 20px;
      display: block; }
    .box_with_logo_content .list_logo {
      display: block;
      width: 100%; }
      .box_with_logo_content .list_logo img {
        margin: 25px auto;
        display: inline-block;
        vertical-align: middle; }
      .box_with_logo_content .list_logo.list_logo_small {
        display: flex; }
      .box_with_logo_content .list_logo__item {
        width: 49%;
        display: inline-block; } }

@media screen and (max-width: 540px) {
  .box_with_logo_content .list_logo__item {
    width: 100%; } }

.review_box .img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  height: 56px;
  width: 56px; }

.review_box .review_item {
  height: auto;
  border: 1px solid #E2E2E2;
  align-items: baseline; }
  .review_box .review_item .review_item_content {
    width: 100%;
    margin: 50px 60px; }
    .review_box .review_item .review_item_content .text {
      font-size: 0.9375em;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      line-height: 25px;
      color: #35323D;
      margin-bottom: 45px; }
    .review_box .review_item .review_item_content .date {
      position: absolute;
      bottom: 50px;
      left: 60px;
      font-size: 0.8125em;
      font-family: "CirceWebLight";
      font-weight: normal;
      color: #7F7F7F; }

.review_box .slider_full:before {
  display: none; }

.review_box .slider_full:after {
  height: 100%;
  width: 12%; }

.slider_full_page.review_box .pagination_slider_center {
  display: block; }

.review_profile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px; }
  .review_profile .img img {
    position: relative; }
  .review_profile h4 {
    color: #00BDEF;
    margin-bottom: 10px; }
  .review_profile .descr {
    width: calc(100% - 71px);
    font-size: 14px;
    font-family: "CirceWebLight";
    font-weight: normal;
    color: #4C4C4C;
    line-height: 20px; }

@media screen and (max-width: 767px) {
  .review_box {
    margin-top: 50px; }
    .review_box .review_item {
      width: 90%;
      margin-left: 20px; }
  .review_box .review_item .review_item_content {
    margin: 30px; }
    .review_box .review_item .review_item_content .date {
      left: 30px; } }

.directions {
  margin: 60px 0px; }
  .directions .slider_full_page {
    margin: 0px; }

.col_slider_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .col_slider_text::after {
    clear: both;
    content: "";
    display: table; }
  .col_slider_text .col_text {
    float: left;
    width: 50%; }
    .col_slider_text .col_text .col_slider_text_content {
      font-size: 17px;
      line-height: 30px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      padding-right: 150px;
      margin-left: 350px; }
  .col_slider_text .col_slider {
    width: 50%;
    float: right; }
  .col_slider_text .col_slider_content {
    position: relative; }
    .col_slider_text .col_slider_content .slider_full_page {
      overflow: hidden; }
    .col_slider_text .col_slider_content .nav_arrow_inner_negative .nav_arrow_button.swiper-button-next {
      right: 8.3%; }
    .col_slider_text .col_slider_content .pagination_slider_center {
      display: none;
      margin-top: 30px; }
  .col_slider_text.col_slider_text_invers {
    margin-left: 0px; }
    .col_slider_text.col_slider_text_invers .col_text {
      order: 1;
      float: right; }
      .col_slider_text.col_slider_text_invers .col_text .col_slider_text_content {
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 150px;
        margin-right: 350px; }
    .col_slider_text.col_slider_text_invers .col_slider {
      order: 0;
      margin-left: 0; }
    .col_slider_text.col_slider_text_invers .nav_arrow_inner_negative .nav_arrow_button {
      left: 8.3%; }
      .col_slider_text.col_slider_text_invers .nav_arrow_inner_negative .nav_arrow_button.swiper-button-next {
        left: auto;
        right: -30px; }

@media (min-width: 1280px) and (max-width: 1600px) {
  .col_slider_text .col_text .col_slider_text_content {
    margin-left: 285px; }
  .col_slider_text.col_slider_text_invers .col_text .col_slider_text_content {
    margin-right: 285px; } }

@media screen and (max-width: 1440px) {
  .col_slider_text .col_text .col_slider_text_content {
    margin-left: 255px; }
  .col_slider_text.col_slider_text_invers .col_text .col_slider_text_content {
    margin-right: 255px; } }

@media screen and (max-width: 1279px) {
  .col_slider_text .col_text .col_slider_text_content {
    margin-left: 150px;
    padding-right: 80px; }
  .col_slider_text.col_slider_text_invers .col_text .col_slider_text_content {
    margin-right: 150px;
    padding-left: 80px; } }

@media screen and (max-width: 1024px) {
  .col_slider_text .col_text .col_slider_text_content {
    margin-left: 50px;
    padding-right: 80px; }
  .col_slider_text.col_slider_text_invers .col_text .col_slider_text_content {
    margin-right: 50px;
    padding-left: 80px; } }

@media screen and (max-width: 768px) {
  .directions {
    margin: 40px 0px; }
    .directions .slider_full_page {
      margin: 0px; }
  .col_slider_text {
    display: block; }
    .col_slider_text + .col_slider_text {
      margin-top: 60px; }
    .col_slider_text .col_slider, .col_slider_text .col_text {
      width: 100%; }
    .col_slider_text .col_text .col_slider_text_content {
      margin-left: 30px;
      margin-bottom: 25px; }
    .col_slider_text.col_slider_text_invers .col_text .col_slider_text_content {
      margin-right: 30px;
      padding-left: 30px; }
  .nav_arrow_inner_negative .nav_arrow_button--prev {
    left: 3% !important; }
  .nav_arrow_inner_negative .nav_arrow_button--next {
    right: 3% !important; } }

@media screen and (max-width: 767px) {
  .col_slider_text .col_slider_content .nav_arrow_inner {
    display: none; }
  .col_slider_text .col_slider_content .pagination_slider_center {
    display: block; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

button.mfp-close,
button.mfp-btn {
  width: 20px;
  height: 20px;
  line-height: 44px;
  position: absolute;
  right: 30px;
  top: 60px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  cursor: pointer;
  color: transparent;
  background: url("/assets/css/../img/close_popup.svg") no-repeat center;
  -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.mfp-close:hover,
.mfp-btn:hover,
.mfp-btn:focus,
.mfp-close:focus {
  opacity: 1; }

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-btn {
  top: -40px;
  right: 0; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
  button.mfp-close, button.mfp-btn {
    right: 20px;
    top: 20px; } }

.popup_form {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 100px 160px; }
  .popup_form .form_box {
    overflow: inherit; }
  .popup_form .h1 {
    font-size: 50px; }

.popup_box {
  padding: 60px 60px 40px; }
  .popup_box button.mfp-close {
    top: 30px; }
  .popup_box--small {
    height: 550px; }

.bg_form {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("/assets/css/../img/vacant/bg_page_test.png") no-repeat center;
  background-size: cover; }

.popup_form_content {
  position: relative;
  z-index: 1; }
  .popup_form_content .form_box p {
    line-height: 1.6;
    font-size: 20px; }
  .popup_form_content--small {
    max-width: 650px;
    margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .popup_form {
    padding: 60px 80px; } }

@media screen and (max-width: 768px) {
  .popup_form {
    padding: 50px 40px; } }

@media screen and (max-width: 767px) {
  .popup_form {
    padding: 22px 20px 20px; } }

.no_page {
  background-color: #00BDEF;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: auto; }

.no_page_content {
  position: relative;
  width: 600px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center; }
  .no_page_content .link_to_back {
    text-transform: uppercase; }
  .no_page_content .form_button {
    margin-top: 40px; }

.alert_content {
  position: relative; }

.radial_light {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.48+0,0+54,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7affffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.alert_text {
  width: 100%;
  font-size: 400px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.07em; }
  .alert_text .hidden_inner {
    visibility: hidden; }

.no_page_img {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 10px;
  width: 249px;
  height: 360px;
  margin: auto; }
  .no_page_img img {
    width: 100%; }

@media screen and (max-width: 640px) {
  .no_page_content {
    width: 100%; }
  .alert_text {
    font-size: 170px; }
  .no_page_img {
    width: 200px;
    top: -20px;
    right: -65px; }
    .no_page_img img {
      width: 60%; }
  .no_page_content {
    padding: 0px 20px; } }

.c-checkbox {
  position: relative;
  display: inline-block; }
  .c-checkbox__native {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
    border: none;
    width: 20px;
    height: 20px;
    opacity: 0; }
    .c-checkbox__native:checked + .c-checkbox__label .c-checkbox__control {
      border-color: #00BDEF;
      background: white; }
    .c-checkbox__native:checked + .c-checkbox__label .c-checkbox__control:before,
    .c-checkbox__native:checked + .c-checkbox__label .c-checkbox__control:after {
      content: ''; }
  .c-checkbox__control {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 20px;
    height: 20px;
    border: 1px solid lightblue;
    border-radius: 2px;
    transition: background .1s linear, border-color .1s linear; }
    .c-checkbox__control:before, .c-checkbox__control:after {
      position: absolute;
      height: 2px;
      background: #00BDEF;
      border-radius: 10px; }
    .c-checkbox__control:before {
      top: 55%;
      left: 8%;
      width: 50%;
      transform: rotate(50deg); }
    .c-checkbox__control:after {
      top: 48%;
      left: 30%;
      width: 70%;
      transform: rotate(-52deg); }
  .c-checkbox__label {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    padding-top: 3px; }

.about_page_box {
  margin-bottom: 40px; }
  .about_page_box .mob_link_full {
    display: block; }

@media (max-width: 1279px) {
  .about_page_box .about_img {
    position: relative;
    height: 350px;
    margin-top: 40px;
    overflow: hidden; }
    .about_page_box .about_img img {
      position: absolute;
      display: block;
      top: -300px;
      right: 0;
      width: 100%; } }

@media (max-width: 1024px) {
  .about_page_box {
    margin-top: 50px; } }

@media (max-width: 1023px) {
  .about_page_box .mob_link_full {
    width: 100%;
    margin: 0 0 40px 0; } }

@media (max-width: 767px) {
  .about_page_box .about_img {
    height: auto;
    margin-top: 0; }
    .about_page_box .about_img img {
      position: relative;
      top: 0; } }

.root_content {
  position: relative; }
  .root_content::after {
    clear: both;
    content: "";
    display: table; }

.root_content_centering {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.title_service {
  margin-left: 220px;
  -webkit-animation: fade_in_page 2s ease-in-out 1;
  -moz-animation: fade_in_page 2s ease-in-out 1;
  animation: fade_in_page 2s ease-in-out 1; }
  .title_service .title_service_title {
    font-size: 3.12em;
    text-transform: uppercase;
    font-family: "CirceWebBold";
    font-weight: normal; }
  .title_service .title_service_text {
    display: block;
    margin-top: 25px;
    font-family: "CirceWebLight";
    font-weight: normal;
    font-size: 1.11111em; }

@-webkit-keyframes fade_in_page {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1; } }

@-moz-keyframes fade_in_page {
  0% {
    opacity: 0;
    -moz-transform: translate(-20px, 0px); }
  100% {
    -moz-transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes fade_in_page {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
    -moz-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    -o-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; } }

.count_page_box {
  position: absolute;
  left: 0px;
  bottom: 75px;
  width: 100%;
  z-index: 6; }

.about_page_box .mob_link_full {
  display: block;
  width: 100%;
  margin: 0px 0px 40px 0px; }

.about_img_col_content_box .about_img {
  text-align: center; }
  .about_img_col_content_box .about_img img {
    margin: 0 auto; }

.news_page_root .mob_link_full {
  margin-bottom: 40px; }

@media screen and (max-width: 1760px) {
  .title_service {
    margin-left: 120px; } }

@media (min-width: 1440px) and (max-width: 1759px) {
  .title_service {
    left: 80px;
    font-size: 0.9em; } }

@media screen and (max-width: 767px) {
  .news_page_root .mob_link_full {
    margin-top: 10px; } }

@media screen and (max-width: 768px) {
  .title_service {
    margin-left: 0px; }
    .title_service .title_service_title {
      font-size: 50px; } }

@media (max-height: 850px) {
  .count_page_box {
    display: none; } }

@media (min-width: 1280px) and (max-width: 1366px) {
  .title_service .title_service_title {
    font-size: 2.5em; } }

@media screen and (max-width: 1280px) {
  .title_service .title_service_title {
    font-size: 2.5em; }
  .about_page_box .col_content_box {
    width: 51.1%; }
    .about_page_box .col_content_box + .col_content_box {
      width: 35.6%; } }

@media screen and (max-width: 1279px) {
  .about_page_box .col_content_box {
    width: 100%; }
    .about_page_box .col_content_box + .col_content_box {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .title_service .title_service_text {
    font-size: 17px; } }

@media screen and (max-width: 640px) {
  .title_service .title_service_title {
    font-size: 25px; }
  .title_service .title_service_text {
    font-size: 12px; } }

.journal_page_box p {
  font-size: 17px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 35px; }

.journal_page_box .journal_col_box {
  float: left;
  width: 53.1%; }

.journal_page_box .journal_col_box_img {
  width: 33.6%;
  margin-left: 12.8%;
  display: inline-block;
  vertical-align: middle; }

.journal_page_box .h1 {
  font-size: 3.4em; }

.journal_title {
  margin-top: 90px;
  margin-bottom: 25px; }

.journal_img img {
  max-width: 100%; }

.journal_about_links a {
  line-height: normal; }
  .journal_about_links a:last-child {
    float: right; }

.journal_view_link_box {
  display: none; }

@media (max-height: 850px) {
  .h1, h1 {
    font-size: 2.75em; }
  .journal_title {
    margin-top: 30px; }
  .journal_page_box .journal_col_box_img {
    width: 31.6%; } }

@media screen and (max-width: 1366px) {
  .journal_title {
    margin-top: 20px; } }

@media screen and (max-width: 1280px) {
  .journal_title {
    margin-top: 0px;
    margin-bottom: 10px; } }

@media screen and (max-width: 1024px) {
  .journal_page_box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px; }
  .journal_page_box .journal_col_box:first-child {
    clear: both;
    width: 100%; }
  .journal_title {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 40px; }
  .journal_about_links {
    width: 300px; }
    .journal_about_links a {
      display: inline-block;
      margin: 0px 0px 20px;
      float: none !important; } }

@media screen and (max-width: 767px) {
  .journal_page_box .journal_col_box {
    width: 100%;
    float: none; }
    .journal_page_box .journal_col_box p {
      margin-bottom: 10px;
      font-size: 11px;
      line-height: 16px; }
    .journal_page_box .journal_col_box:nth-child(2) {
      display: none; }
  .journal_page_box .journal_col_box_img {
    width: 220px;
    margin: 0 auto;
    display: block; }
  .journal_view_link_box {
    display: block;
    width: 100%;
    background: #00BDEF;
    height: 50px;
    line-height: 53px;
    font-size: 12px;
    text-transform: uppercase; }
    .journal_view_link_box a {
      display: block;
      text-decoration: none;
      text-align: center;
      color: #ffffff; } }

.company_group_item_content {
  position: relative;
  width: 100%; }
  .company_group_item_content:before {
    content: "";
    display: block;
    padding-top: 93%;
    left: 0; }
  .company_group_item_content .company_group_item_img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .company_group_item_content .company_group_item_info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .company_group_item_content .company_group_item_info_content {
    margin: 0 auto;
    text-align: center;
    padding: 0px 20px;
    color: #ffffff; }
  .company_group_item_content .company_group_item_title {
    font-size: 52px;
    font-family: "CirceWebBold";
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .company_group_item_content .company_group_item_title span {
      display: inline-block; }
  .company_group_item_content .company_group_item_text {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300; }

@media (max-height: 850px) {
  .company_group {
    margin-top: 30px; } }

@media screen and (max-width: 1024px) {
  .company_group {
    margin-top: 0px; }
  .link_more_bottom {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .company_group_item_content:before {
    padding-top: 75%; } }

.news_item .news_item_content {
  margin-top: 20px; }

.item_proportial_box {
  position: relative;
  overflow: hidden; }
  .item_proportial_box:before {
    content: "";
    display: block;
    padding-top: 79%;
    left: 0; }

.item_proportial_img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s; }
  .item_proportial_img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.user-is-touching .item_proportial_img:hover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

@media screen and (max-width: 767px) {
  .news_item {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 25px; }
    .news_item .item_date {
      margin-bottom: 15px; }
    .news_item h4 {
      margin-bottom: 15px; }
    .news_item p {
      line-height: 25px; } }

.history_item {
  width: 90%; }
  .history_item .item_proportial_box {
    margin-bottom: 20px;
    width: 260px;
    height: 220px; }
    .history_item .item_proportial_box:before {
      display: none; }
    .history_item .item_proportial_box .item_proportial_img {
      position: relative;
      overflow: hidden;
      height: 100%; }
      .history_item .item_proportial_box .item_proportial_img img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0px;
        bottom: 0;
        margin: auto;
        max-width: 100%; }
      .history_item .item_proportial_box .item_proportial_img:hover {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }

.license_history .box {
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .history_item {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 30px; }
    .history_item .item_proportial_box {
      margin: 0 auto; }
    .history_item h4 {
      margin-bottom: 10px; }
  .license_history .box {
    margin-bottom: 30px; } }

.contact_row .contact_col--onecol {
  width: 33.3333%; }

.contact_row .contact_group_col {
  width: 66.6666%; }
  .contact_row .contact_group_col .contact_group_col_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between; }
  .contact_row .contact_group_col .contact_col {
    width: 50%; }

.contact_row .contact_col_content {
  margin-bottom: 50px; }

.contact_row .contact_col_button {
  width: auto;
  padding-left: 30px;
  padding-right: 30px; }

.contact_row h3 {
  margin-bottom: 35px; }

.contact_row .contact_title_smaller {
  font-family: "CirceWebRegular";
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px; }
  .contact_row .contact_title_smaller--inner {
    height: auto;
    margin-bottom: 20px; }

.contact_row .contact_title--inner {
  max-width: 260px; }

.contact_row .contact_descr {
  max-width: 300px;
  line-height: 25px;
  font-size: 17px;
  font-family: "CirceWebLight";
  font-weight: normal;
  margin-bottom: 30px; }
  .contact_row .contact_descr a.blue_link {
    display: block; }

.contact_row .contact_work {
  margin: 0px;
  line-height: 30px;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.contact_map {
  height: 440px;
  width: 100%; }

@media screen and (max-width: 1023px) {
  .contact_row .contact_col--onecol {
    width: 100%;
    margin-bottom: 40px; }
  .contact_row .contact_title--inner {
    max-width: 100%; }
  .contact_row .contact_descr--inner {
    max-width: 100%;
    margin-bottom: 20px; }
  .contact_row .contact_col_content {
    margin-bottom: 0px; }
  .contact_row .contact_work {
    margin: 20px 0px; }
  .contact_row .contact_group_col {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .contact_row .contact_title {
    font-size: 22px;
    margin-bottom: 10px; }
  .contact_row .contact_col_button {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .contact_row .contact_title {
    line-height: 25px; }
    .contact_row .contact_title .number {
      display: block; }
  .contact_row .contact_descr {
    line-height: 22px;
    margin-bottom: 10px; }
  .contact_row .contact_title_smaller {
    margin: 25px 0px 5px;
    font-size: 18px;
    height: auto; }
  .contact_row .contact_group_col .contact_col {
    width: 100%; }
  .contact_map {
    height: 300px; } }

.x-files-container {
  margin-top: 40px;
}


.link-with-icon {
  text-decoration: none;
  /*color: #fff;*/
  font-size: 15px;
  text-transform: uppercase;
  outline: none; }

.link-with-icon svg {
  /*fill: #fff;*/
  display: inline-block;
  vertical-align: middle; }

.link-with-icon span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-left: 10px; }


/*цвета тёмной подписи запроса материалов*/
.banner_top_content .banner_content_right .link-with-icon {
  color: #252525;
}
.banner_top_content .banner_content_right .link-with-icon svg {
  fill: #252525;
}

.banner_top_invers .banner_content_right .link-with-icon svg {
  fill: #fff;
}
.banner_top_invers .banner_content_right .link-with-icon {
  color: #fff;
}



.box_with_logo--project {
  padding-left: 20px;
  padding-right: 20px; }

.box_with_logo--project .box_with_logo_content .list_logo img {
  margin-left: 50px;
  margin-right: 50px; }

.box_with_logo--project .box_with_logo_content .list_logo {
  width: 100%; }

.popup_form--passw {
  display: none; }

.link-underlined {
  color: #00b8ea;
  border-bottom: 1px dashed;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease; }

.link-underlined:hover {
  border-bottom-color: transparent; }

.link-underlined--white {
  color: #fff; }

.link-underlined--left {
  margin-left: 35px; }

.form_item--inline {
  max-width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px; }

.h3-margins {
  margin-bottom: 0.6em; }

.popup_form--smaller {
  padding: 50px 50px 45px 45px;
  max-width: 610px; }

.popup_form--smaller .bg_form {
  background: #fff; }

.dwld-links {
  display: inline-block;
  vertical-align: top;
  min-height: 60px;
  padding-left: 70px;
  padding-top: 18px;
  width: calc(100% - 215px); }

.dwld-link {
  margin-bottom: 15px;
  display: block; }

.dwld-link.link-with-icon span {
  font-size: 15px;
  font-weight: 400;
  width: calc(100% - 40px); }

@media (max-width: 1024px) {
  .banner_content_right .link-with-icon {
    color: #35323D; }
  .banner_content_right .link-with-icon svg {
    fill: #35323D; } }

@media (max-width: 768px) {
  .form_item--inline {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 10px; }
  .link-underlined--left {
    margin-left: 0;
    margin-top: 15px; }
  .dwld-links {
    width: 100%;
    padding: 0;
    margin-top: 15px; }
  .box_with_logo--project .box_with_logo_content .list_logo img {
    margin-left: 0;
    margin-right: 0; } }

.theme_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }
  .theme_bg--blue {
    background-color: #00BDEF; }
  .theme_bg--green {
    background-color: #52BAC6; }
  .theme_bg--orange {
    background-color: #F5CB05; }

.theme_page .screen_bg.screen_bg_page {
  background-size: cover; }

.theme_page header:before {
  display: none; }
@media (max-width: 1024px) {
  .theme_page .header {
    height: 60px;
    padding: 10px 0px; } }

@media (min-width: 320px) {
  .theme_page .btn_mobile_menu span, .theme_page .btn_mobile_menu:after, .theme_page .btn_mobile_menu:before {
    background: #ffffff; }
  .theme_page .top_menu_item .top_menu_link {
    color: #ffffff; }
    .theme_page .top_menu_item .top_menu_link:before {
      border-color: #ffffff; }
  .theme_page .header_phone {
    color: #ffffff;
    border-color: #ffffff; }
    .theme_page .header_phone:hover {
      color: #ffffff; }
  .theme_page .header_only_fix .header_phone {
    border-color: #00BDEF; }
    .theme_page .header_only_fix .header_phone:hover {
      color: #FFCB38 !important;
      border-bottom-color: #FFCB38; }
  .theme_page .search_icon i {
    fill: #ffffff; }
  .theme_page .language_list .lang_item {
    color: #ffffff; }
    .theme_page .language_list .lang_item:before {
      border-top-color: #ffffff; }
  .theme_page .header.header_with_form .btn_mobile_menu span, .theme_page .header.header_with_form .btn_mobile_menu:after, .theme_page .header.header_with_form .btn_mobile_menu:before {
    background: #35323D; }
  .theme_page .header.header_with_form .top_menu_item .top_menu_link {
    color: #35323D; }
    .theme_page .header.header_with_form .top_menu_item .top_menu_link:before {
      border-color: #35323D; }
    .theme_page .header.header_with_form .top_menu_item .top_menu_link:hover {
      color: #00BDEF; }
      .theme_page .header.header_with_form .top_menu_item .top_menu_link:hover:before {
        border-color: #00BDEF; }
  .theme_page .header.header_with_form .header_phone {
    color: #00BDEF; }
  .theme_page .header.header_with_form .search_icon .open {
    fill: #00BDEF; }
  .theme_page .header.header_with_form .search_icon .close:after, .theme_page .header.header_with_form .search_icon .close:before {
    background: #00BDEF; }
  .theme_page .header.header_with_form .language_list .lang_item {
    color: #00BDEF; }
    .theme_page .header.header_with_form .language_list .lang_item:before {
      border-top-color: #00BDEF; }
  .theme_page .header.header_only_fix .btn_mobile_menu span, .theme_page .header.header_only_fix .btn_mobile_menu:after, .theme_page .header.header_only_fix .btn_mobile_menu:before {
    background: #00BDEF; }
  .theme_page .header.header_only_fix .top_menu_item .top_menu_link {
    color: #35323D; }
    .theme_page .header.header_only_fix .top_menu_item .top_menu_link:before {
      border-color: #35323D; }
    .theme_page .header.header_only_fix .top_menu_item .top_menu_link:hover {
      color: #00BDEF; }
      .theme_page .header.header_only_fix .top_menu_item .top_menu_link:hover:before {
        border-color: #00BDEF; }
  .theme_page .header.header_only_fix .header_phone {
    color: #00BDEF; }
  .theme_page .header.header_only_fix .search_icon i {
    fill: #00BDEF; }
  .theme_page .header.header_only_fix .language_list .lang_item {
    color: #00BDEF; }
    .theme_page .header.header_only_fix .language_list .lang_item:before {
      border-top-color: #00BDEF; } }

.page_top_info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-items: flex-end;
  align-items: center;
  padding: 200px 0px 75px 0px; }

.page_top_info_content {
  color: #ffffff;
  font-family: "CirceWebLight";
  font-weight: normal;
  max-width: 640px;
  margin-bottom: 0px; }
  .page_top_info_content .title {
    font-size: 3.12em;
    margin-bottom: 25px; }
  .page_top_info_content .text {
    font-size: 18px;
    line-height: 30px; }
  .page_top_info_content .link_to_back {
    text-transform: uppercase;
    margin-bottom: 40px; }

@media screen and (max-width: 1440px) {
  .page_top_info {
    padding: 200px 0px 40px 0px; }
  .page_top_info_content {
    margin-bottom: 40px; }
    .page_top_info_content .text {
      line-height: 25px; } }

@media screen and (max-width: 1366px) {
  .page_top_info {
    padding: 150px 0px 30px 0px; } }

@media screen and (max-width: 767px) {
  .theme_page .btn_mobile_menu span, .theme_page .btn_mobile_menu:before, .theme_page .btn_mobile_menu:after {
    background: #ffffff; }
  .theme_page .header_inner_fix .btn_mobile_menu span, .theme_page .header_inner_fix .btn_mobile_menu:before, .theme_page .header_inner_fix .btn_mobile_menu:after {
    background: #00BDEF; }
  .page_top_info_content .title {
    font-size: 2.12em; }
  .page_top_info {
    padding-top: 80px;
    padding-bottom: 0px; } }

/*
Выделение пунктов главного меню.
*/
.content-wrap:not(.theme_page) .top_menu_item .top_menu_link.active {
  color: #00BDEF; }

.content-wrap:not(.theme_page) .top_menu_item .top_menu_link.active:before {
  border-color: #00BDEF; }

.content-wrap.theme_page .top_menu_item .top_menu_link.active {
  color: #FFCB38; }

.content-wrap.theme_page .top_menu_item .top_menu_link.active:before {
  border-color: #FFCB38; }

.top_menu_item .submenu li.active a {
  color: #FFCB38; }

/*
Ширина выпадающего меню.
Не все пункты влезали.
*/
.top_menu_item .submenu {
  width: 250px; }

/*
Главная - слайд с планетами.
Планеты должны быть ссылками.
*/
.planet_box .planet {
  display: block;
  text-decoration: none; }

.projects_box {
  margin: 50px 0px 70px; }

.projects_box_item .item_text {
  text-align: center; }

.projects_box_item .item_proportial_box {
  width: 100%;
  height: 100px; }
  .projects_box_item .item_proportial_box img {
    max-height: 100%; }

.video_wrap {
  width: 90%;
  margin: 0 auto;
  position: relative; }
  .video_wrap:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%; }
  .video_wrap > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .video_wrap .content iframe {
    width: 100%;
    height: 100%; }

.news_list .box.tragic h4 {
	outline: solid 3px #000;
}
.lic_gifts {
margin-top: 25px;
}
.gift img{
max-height: 275px;
margin: 0 auto;
margin-top: 30px;
}
#subscribeForm .error {
border: 1px solid #ff0000d1;
}
#subscribeForm .error::placeholder {
  color: #ff0000d1;
}
#subscribeForm label.error {
display: none !important;
}
.slogan {
    text-align: center;
    margin: 40px 0;
    font-size: 2em;
	color: #00BDEF;
}
.project_form { 
	padding-right: 15px;
	margin: 50px 15px 0px 0px;
}
.offer {
	margin-bottom: 15px;
	font-size: 17px;
    font-family: "CirceWebLight";
    font-weight: normal;
	line-height: 25px;
}
/* End */


/* Start:/assets/css/new_styles.css?165521976317016*/
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 60px;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.logo svg {
  width: 100%;
  height: 100%;
  fill: #00bdef;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .logo {
    width: 116px;
    height: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .logo {
    width: 93px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 70px;
    height: 30px;
  }
}
.theme_page .logo svg {
  fill: #fff;
}
.theme_page .header.header_with_form .logo svg,
.theme_page .header.header_inner_fix .logo svg,
.theme_page .header.header_only_fix .logo svg {
  fill: #00bdef;
}

.mobile_logo {
  float: left;
  width: 93px;
  height: 40px;
}
.mobile_logo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .mobile_logo {
    width: 70px;
    height: 30px;
  }
}

.logo_footer {
  display: block;
  width: 93px;
  height: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .logo_footer {
    margin-bottom: 20px;
  }
}
.logo_footer svg {
  fill: #00bdef;
  width: 100%;
  height: 100%;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  font-family: "CirceWebRegular";
  font-size: 14px;
  line-height: 120%;
  padding-left: 25px;
  cursor: pointer;
  text-align: left;
}
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-checkbox__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s linear;
}
.custom-checkbox__icon svg {
  width: 8px;
  height: 8px;
  fill: #0c0610;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.custom-checkbox__value {
  display: block;
}
.custom-checkbox__value a {
  color: inherit;
  text-decoration: underline;
}
input[type="checkbox"]:checked + .custom-checkbox__value .custom-checkbox__icon svg {
  opacity: 1;
  visibility: visible;
}
.custom-checkbox.is-invalid .custom-checkbox__icon {
  background-color: #fff3f3;
  border-color: #e94811;
}

.error-hint {
  display: block;
  position: absolute;
  z-index: 10;
  width: 190px;
  background-color: #e94811;
  font-family: "CirceWebLight";
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  border-radius: 3px;
  padding: 3px 6px;
  text-align: center;
}
.error-hint::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(233, 72, 17, 0);
  border-width: 5px;
}
.error-hint--top {
  bottom: 100%;
  margin-bottom: 15px;
  left: 0;
  width: 270px;
}
.error-hint--top::after {
  top: 100%;
  left: 25px;
  border-top-color: #e94811;
}
.error-hint--bottom {
  top: 100%;
  left: 0;
  width: 270px;
  margin-top: 15px;
}
.error-hint--bottom::after {
  bottom: 100%;
  left: 25px;
  border-bottom-color: #e94811;
}
.error-hint--left {
  top: -5px;
  right: 100%;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .error-hint--left {
    top: 100%;
    right: auto;
    left: 0;
    width: 270px;
    margin-top: 15px;
    margin-right: auto;
  }
}
.error-hint--left::after {
  left: 100%;
  top: 8px;
  border-left-color: #e94811;
}
@media screen and (max-width: 768px) {
  .error-hint--left::after {
    top: auto;
    bottom: 100%;
    left: 25px;
    border-left-color: transparent;
    border-bottom-color: #e94811;
  }
}
.error-hint--right {
  top: -5px;
  left: 100%;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .error-hint--right {
    top: 100%;
    left: 0;
    width: 270px;
    margin-top: 15px;
    margin-left: 0;
  }
}
.error-hint--right::after {
  right: 100%;
  top: 8px;
  border-right-color: #e94811;
}
@media screen and (max-width: 768px) {
  .error-hint--right::after {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 25px;
    border-bottom-color: #e94811;
    border-right-color: transparent;
  }
}

.form_item {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 100%;
}
.form_item input[type="text"],
.form_item textarea {
  padding: 0 12px;
  height: 100%;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
  border: none;
  color: #808080;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.form_item input[type="text"]:focus,
.form_item textarea:focus {
  outline: none;
  box-shadow: 0px 0px 20px rgba(128, 128, 128, 0.2);
}
.form_item--border {
  border: 2px solid #00d1f0;
}
.form_item.form_item_b {
  border: 1px solid #e2e2e2;
}
.form_item--textarea {
  height: 100px;
}
.form_item--textarea textarea {
  padding-top: 15px;
  padding-bottom: 15px;
}
.form_item--inline {
  max-width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .form_item--inline {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 10px;
  }
}
.form_item.is-invalid {
  border-color: #e94811;
}
.form_item.is-invalid input[type="text"],
.form_item.is-invalid textarea {
  background-color: #fff3f3;
  color: #e94811;
}
.form_item.is-invalid label {
  font-size: 0;
}

.form_group::after {
  clear: both;
  content: "";
  display: table;
}

.form_group .form_item {
  float: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form_group .form_item {
    float: none;
    width: 100%;
  }
  .form_group .form_item input[type="text"],
  .form_group .form_item textarea {
    padding: 0px 15px;
  }
  .form_group .form_item + .form_item {
    margin-left: 0px;
  }
  .form_group .form_item--button {
    margin-top: 40px;
  }
  .form_group .form_item--textarea textarea {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.form_group--linear {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .form_group--linear {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.form_group--linear .form_item {
  float: none;
  flex-shrink: 0;
  margin-right: 18px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .form_group--linear .form_item {
    margin-right: 0;
  }
}
.form_group--linear .form_item:last-child {
  margin-right: 0;
}
.form_group--linear .form_item_button {
  margin-bottom: 13px;
}

.form_group_r_3 .box_col {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .form_group_r_3 .box_col {
    width: 100%;
    float: none;
  }
}

.form_group_r_3 .form_item {
  width: 100%;
  display: block;
  float: none;
}
.form_group_r_3 .form_item input {
  width: 100%;
}
.form_group_r_3 .form_item .form_button {
  float: right;
  height: 50px;
  line-height: 2em;
}

.search_box {
  margin-top: 30px;
}
.search_box .search_item {
  width: 100%;
  padding-right: 40px;
}
.search_box .search_item input {
  color: #ffffff;
}

.search_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none;
}
.search_button:focus {
  outline: none;
}
.search_button:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url("/assets/css/../img/i_search_invers.svg") no-repeat center;
  background-size: contain;
}

.negative_box_form {
  margin-left: -10px;
  margin-right: -10px;
}
.negative_box_form::after {
  clear: both;
  content: "";
  display: table;
}

.file_upload {
  position: relative;
  overflow: hidden;
  height: 50px;
}
.file_upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(20);
  letter-spacing: 10em;
  /* IE 9 fix */
  -ms-transform: scale(20);
  /* IE 9 fix */
  opacity: 0;
  cursor: pointer;
}
.file_upload .file_upload_text {
  padding-left: 50px;
  font-size: 20px;
  color: #00bdef;
  height: 100%;
  line-height: 2.6em;
}
.file_upload button {
  float: left;
  width: 40px;
  height: 100%;
  position: relative;
  background: none;
  border: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file_upload button:before {
  position: absolute;
  right: 0px;
  top: 13px;
  width: 18px;
  height: 20px;
  content: "";
  background: url("/assets/css/../img/icon_file_input.svg") no-repeat center;
  -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.file_upload:hover button:before {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.form_descr {
  margin-bottom: 35px;
}
.form_descr a {
  text-decoration: underline;
}
.form_descr p {
  margin-bottom: 20px;
}

.centering_form_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.search_line {
  position: relative;
  width: 100%;
  height: 0px;
  margin-top: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}
.search_line .grid_content {
  height: 100%;
}
.search_line form {
  height: 100%;
}
.search_line .search_form {
  position: relative;
  height: 100%;
  border-bottom: 1px solid #e2e2e2;
  margin-left: 275px;
  overflow: hidden;
}
.search_line .search_form input {
  width: 100%;
  height: 100%;
  padding: 0px;
  padding-right: 90px;
  border: 0px;
  background: none;
  font-size: 2.5em;
  font-family: "CirceWebLight";
  font-weight: normal;
  color: #35323d;
}
.search_line .search_form input:focus {
  outline: none;
}
.search_line .search_form .btn_search {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 100%;
  background: none;
  border: 0px;
  cursor: pointer;
}
.search_line .search_form .btn_search .search_open {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  fill: #00bdef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_line .search_form .btn_search .search_open svg {
  height: 100%;
  width: 100%;
}
.search_line .search_form .btn_search:focus {
  outline: none;
}
.search_line .search_form .btn_search:hover .search_open {
  fill: #ffcb38;
}
.search_line.search_line_show {
  height: 70px;
  opacity: 1;
}

@media (max-width: 1600px) and (min-width: 768px) {
  .search_line .search_form {
    margin-left: 210px;
  }
}

.subscribe_box {
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .subscribe_box {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .subscribe_form .form_item {
    width: 100%;
  }
  .subscribe_form .form_item + .form_item {
    margin-left: 0 !important;
  }
}

.subscribe_form {
  text-align: left;
  width: 900px;
  margin: 0 auto;
}
.subscribe_form.form_box {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .subscribe_form {
    width: 100%;
  }
}
.subscribe_form .form_item {
  width: calc(50% - 10px);
}
.subscribe_form .form_item input {
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #ffffff;
}
.subscribe_form .form_item + .form_item {
  margin-left: 20px;
}
.subscribe_form .form_item.is-invalid input {
  border: 1px solid red;
}
.subscribe_form .form_info {
  width: 300px;
  color: #ffffff;
  font-family: "CirceWebLight";
  font-weight: normal;
  font-size: 0.8125em;
  line-height: 20px;
  order: 0;
}
.subscribe_form .form_item_button {
  order: 1;
}
@media screen and (max-width: 767px) {
  .subscribe_form .form_item_button,
  .subscribe_form .form_info {
    width: 100%;
    order: 0;
    margin-bottom: 20px;
  }
  .subscribe_form .form_info {
    margin-bottom: 0px;
  }
}

.subscribe_title {
  font-size: 1.86667em;
  color: #ffffff;
  font-family: "CirceWebLight";
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .subscribe_title {
    font-size: 1.56667em;
    margin-bottom: 20px;
  }
}

.subscribe_box--linear {
  height: auto;
  padding-top: 75px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .subscribe_box--linear {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.subscribe_box--linear .subscribe_form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: auto;
  max-width: 1495px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .subscribe_box--linear .subscribe_form {
    flex-direction: column;
    //align-items: center;
    justify-content: flex-start;
    //text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .subscribe_box--linear .subscribe_form_content {
    width: 100%;
  }
}
.subscribe_box--linear .subscribe_form .form_item {
  width: 413px;
}
@media screen and (max-width: 768px) {
  .subscribe_box--linear .subscribe_form .form_item {
    width: 100%;
  }
}

.subscribe_box--linear .subscribe_title {
  font-size: 50px;
  line-height: 113.9%;
  margin-bottom: 0;
  padding-right: 30px;
}
@media screen and (max-width: 1280px) {
  .subscribe_box--linear .subscribe_title {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe_box--linear .subscribe_title {
    font-size: 1.56667em;
  }
}

.popup-modal {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
  background-color: #fff;
}
.popup-modal button.mfp-close {
  top: 20px;
  right: 20px;
}
.popup-modal__content {
  padding: 62px 75px 48px;
}
@media screen and (max-width: 768px) {
  .popup-modal__content {
    padding: 62px 30px 48px;
  }
}
.popup-modal__title {
  text-align: center;
  margin-bottom: 50px;
  font-family: "CirceWebLight";
  font-weight: normal;
  font-size: 50px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .popup-modal__title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.popup-modal__actions {
  text-align: center;
}
.popup-modal__actions .button {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .popup-modal__actions .button {
    margin: 10px 0;
  }
}
.box_blue {
  color: #fff;
}

.dropdown {
  position: relative;
  color: #808080;
}
.dropdown .dropdown-list {
  z-index: 999;
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 25vh;
  overflow-y: scroll;
}
.dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.dropdown .dropdown-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 50px;
  padding: 0px 12px;
  line-height: 1;
  cursor: pointer;
  font-weight: 300;
}
.dropdown .dropdown-list > a {
  color: black;
}
.dropdown .dropdown-label:before {
  content: "▼";
  float: right;
}
.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.dropdown.on .dropdown-label:before {
  content: "▲";
}
.dropdown .drop-check {
  position: relative;
  top: -1px;
  margin-right: 4px;
  padding: 0px 0px;
  width: auto;
  -webkit-appearance: auto;
  height: auto;
}

/* End */
/* /assets/css/app.css?1769727418215487 */
/* /assets/css/new_styles.css?165521976317016 */
