@import "grid/grid.css";
/*
LESS variables are information about icon's compiled state, stored under its original file name

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

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

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

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

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

.sprites(@spritesheet-sprites);
*/
/*****************************************************
* Typographic  settings
******************************************************/
/*****************************************************
* Visual settings
****************************************************/
/******************************************************
* Colors
*******************************************************/
/*---------------END GENERATE COLOR CLASSES----------------*/
/************************************************
* SPRITE ELEMENT CLASS GENERATOR
***********************************************/
@import "../js/vendors/aos/aos.css";
@import "../js/vendors/flex/flexslider.css";
@import "../js/vendors/owl/owl.carousel.min.css";
.sprite--quote {
  background-image: url(../images/sprites.png);
  background-position: 0px 0px;
  width: 64px;
  height: 58px;
}
.sprite {
  display: inline-block;
}
/*********************************************
* GENERATE COLOR CLASSES
**********************************************/
.black {
  color: #000;
}
.white {
  color: #fff;
}
/*****************************************
* Gredients rules
*  Use: .linear-gradient(left, red, green, blue)
******************************************/
/***********************************
* Set sizes
************************************/
/********************
* Строит колонки
*****************/
/**********************************
* Placeholder settings
**********************************/
/*********************************
* Set value by round
**********************************/
/***********************************
* Block states
***********************************/
.d-b {
  display: block;
}
.d-bi {
  display: inline-block;
}
.d-i {
  display: inline;
}
.d-n {
  display: none;
}
.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.d-f {
  display: flex;
}
.t-t-u {
  text-transform: uppercase;
}
.t-t-l {
  text-transform: lowercase;
}
.t-d-c {
  text-decoration: line-through;
}
.t-d-n {
  text-decoration: none;
}
.p-r {
  position: relative;
}
.p-a {
  position: absolute;
}
.p-f {
  position: fixed;
}
.u-s {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.t-j {
  text-align: justify;
}
.t-j:after {
  content: '';
  display: inline-block;
  width: 100%;
}
/*
* Normalize styles
*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.icon-area {
  font-size: 3.3438rem;
  width: 1.43549255em;
}
.icon-arrow {
  font-size: 1.4rem;
  width: 0.57814286em;
}
.icon-aval {
  font-size: 1.3rem;
  width: 1em;
}
.icon-back {
  font-size: 1.9719rem;
  width: 1.32009737em;
}
.icon-blanks {
  font-size: 2.2rem;
  width: 0.77272727em;
}
.icon-buy {
  font-size: 2.297rem;
  width: 1.21898128em;
}
.icon-calc {
  font-size: 2.2rem;
  width: 0.86363636em;
}
.icon-call {
  font-size: 2rem;
  width: 1em;
}
.icon-clock {
  font-size: 4.1969rem;
  width: 1.09530844em;
}
.icon-close {
  font-size: 2.7rem;
  width: 1em;
}
.icon-count {
  font-size: 3.1594rem;
  width: 1.9em;
}
.icon-down {
  font-size: 2.4531rem;
  width: 1.42676613em;
}
.icon-download {
  font-size: 1.8313rem;
  width: 1.09212035em;
}
.icon-face {
  font-size: 1.5969rem;
  width: 0.4677187em;
}
.icon-gear {
  font-size: 7.4125rem;
  width: 1.21206071em;
}
.icon-house {
  font-size: 1.9656rem;
  width: 1.29095442em;
}
.icon-icon-each {
  font-size: 7.5313rem;
  width: 0.57468166em;
}
.icon-icon-five {
  font-size: 8.6969rem;
  width: 1em;
}
.icon-icon-one {
  font-size: 8.5813rem;
  width: 0.80407397em;
}
.icon-icon-seven {
  font-size: 8.7125rem;
  width: 1.09254519em;
}
.icon-icon-six {
  font-size: 6.6594rem;
  width: 0.62600234em;
}
.icon-icon-three {
  font-size: 8.2563rem;
  width: 0.70817436em;
}
.icon-icon-two {
  font-size: 7.8781rem;
  width: 1.09084678em;
}
.icon-inst {
  font-size: 1.8rem;
  width: 0.99827778em;
}
.icon-location {
  font-size: 3.7281rem;
  width: 0.75105282em;
}
.icon-menu {
  font-size: 2.7rem;
  width: 1.18518519em;
}
.icon-menu2 {
  font-size: 2rem;
  width: 1.55em;
}
.icon-money {
  font-size: 3.4438rem;
  width: 1.04625704em;
}
.icon-not-a {
  font-size: 1.2rem;
  width: 1em;
}
.icon-phone {
  font-size: 2rem;
  width: 1em;
}
.icon-point {
  font-size: 2.1rem;
  width: 1.14285714em;
}
.icon-search {
  font-size: 2.5594rem;
  width: 0.99878878em;
}
.icon-search1 {
  font-size: 2.7rem;
  width: 1em;
}
.icon-size {
  font-size: 4.575rem;
  width: 1.28961749em;
}
.icon-snow {
  font-size: 4.3125rem;
  width: 0.84783768em;
}
.icon-strong {
  font-size: 2.825rem;
  width: 0.90817699em;
}
.icon-vk {
  font-size: 1.2rem;
  width: 1.50525em;
}
.icon-wind {
  font-size: 3.8969rem;
  width: 1.0007955em;
}
.icon-youtube {
  font-size: 1.3156rem;
  width: 1.36819702em;
}
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
     Base
     ========================================================================== */
/**
   * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
   *    `em` units.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
/**
   * Address `font-family` inconsistency between `textarea` and other form
   * elements.
   */
html,
button,
input,
select,
textarea {
  font-family: Montserrat, Arial, sans-serif;
}
/**
   * Address margins handled incorrectly in IE 6/7.
   */
body {
  margin: 0;
  min-width: 320px;
}
/* ==========================================================================
     Links
     ========================================================================== */
/**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
a:focus {
  outline: thin dotted;
}
/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
     Typography
     ========================================================================== */
/**
   * Address font sizes and margins set differently in IE 6/7.
   * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
   * and Chrome.
   */

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
   * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
   * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
   */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
   * Address styling not present in Safari 5 and Chrome.
   */
dfn {
  font-style: italic;
}
/**
   * Address differences between Firefox and other browsers.
   * Known issue: no IE 6/7 normalization.
   */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
   * Address margins set differently in IE 6/7.
   */
p,
pre {
  margin: 1em 0;
}
/**
   * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
   */
code,
kbd,
pre,
samp {
  font-family: Montserrat, Consolas, monospace;
  font-size: 1em;
}
/**
   * Improve readability of pre-formatted text in all browsers.
   */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
   * Address CSS quotes not supported in IE 6/7.
   */
q {
  quotes: none;
}
/**
   * Address `quotes` property not supported in Safari 4.
   */
q:before,
q:after {
  content: '';
  content: none;
}
/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
     Lists
     ========================================================================== */
/**
   * Address margins set differently in IE 6/7.
   */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
   * Address paddings set differently in IE 6/7.
   */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
   * Correct list images handled incorrectly in IE 7.
   */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
     Embedded content
     ========================================================================== */
/**
   * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
   * 2. Improve image quality when scaled in IE 7.
   */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
   * Correct overflow displayed oddly in IE 9.
   */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
     Forms
     ========================================================================== */
/**
   * Correct margin displayed oddly in IE 6/7.
   */
form {
  margin: 0;
}
/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
   * 1. Correct color not being inherited in IE 6/7/8/9.
   * 2. Correct text not wrapping in Firefox 3.
   * 3. Correct alignment displayed oddly in IE 6/7.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
   * 1. Correct font size not being inherited in all browsers.
   * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
   *    and Chrome.
   * 3. Improve appearance and consistency in all browsers.
   */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
   * Address Firefox 3+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
button,
input {
  line-height: normal;
}
/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
button,
select {
  text-transform: none;
}
/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
   *    Known issue: inner spacing remains in IE 6.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
   * 1. Address box sizing set to content-box in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
   * Remove inner padding and border in Firefox 3+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
   * 1. Remove default vertical scrollbar in IE 6/7/8/9.
   * 2. Improve readability and alignment in all browsers.
   */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
     Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
     HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
   * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
audio,
canvas,
video {
  display: inline-block;
}
/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
   * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
   * Known issue: no IE 6 support.
   */
[hidden] {
  display: none;
}
/* ==========================================================================
     Typography
     ========================================================================== */
/**
   * Address styling not present in IE 6/7/8/9.
   */
mark {
  background: #ff0;
  color: #000;
}
/* ==========================================================================
     Figures
     ========================================================================== */
/**
   * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
   */
figure {
  margin: 0;
}
/**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*! normalize-opentype v0.1.2 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
   * 1. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
   *    Turn off all other ligatures, tabular, lining numerals, and alternates
   */
html,
body {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 1. */
}
/* Headings
  ========================================================================== */
/**
   * 1. Turn on discretionary ligatures for larger headings
   */
h1,
h2,
h3 {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  /* 1. */
}
/* Text-level semantics
  ========================================================================== */
/**
   * 1. Change all letters to uppercase
   * 2. Turn on small caps for upper and lowercase letters
   */
abbr {
  text-transform: uppercase;
  /* 1 */
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */
}
/*
   * TODO: Turn on diagonal fractions where appropriate
   */
time {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}
/*
   * 1. Turn off kerning and ligatures,
   *    Turn on lining, tabular numerals, slashed zero
   */
pre,
kbd,
samp,
code {
  -webkit-font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */
}
/**
   * 1. Turn on proper supercript numerals
   */
sup {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */
}
/**
   * 1. Turn on proper subscript numerals
   */
sub {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */
}
/* Tables
  ========================================================================== */
/**
   * 1. Turns on tabular, lining numerals and slashed zero
   *    Turns off kerning, as it could impact tabular numerals
   */
table {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */
}
/**
   * 1. Revert to defaults for table headings
   */
table thead,
table tfoot {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */
}
/* Forms
  ========================================================================== */
/**
   * 1. Turns on lining, proportional numerals without clarified zeroes
   * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
   */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  /* 1. */
}
/********************************************************************************************
* CSS NAMESPACES
* c- Формируют основу приложения и содержат всю косметику для отдельных компонентов
* l- У этих модулей нет никакой косметики, используются только для позиционирования компонентов c- и для построения макета приложения.
* h- Эти классы имеют одну функцию, часто используют !important для повышения их специфичности. (В основном используются для позиционирования или видимости.)
* is-, has- - Показывают различные состояния, которые могут быть у компонентов
* js- - Они указывают на то, что поведение JavaScript привязано к компоненту. Стили с ними не ассоциируются; используются только для облегчения манипуляций со скриптами.
********************************************************************************************/
body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}
html {
  font-size: 10px;
  font-family: Montserrat, Arial, sans-serif;
}
body {
  color: #000;
  font-size: 1.4rem;
}
a:hover,
a:active,
a:focus {
  outline: none !important;
}
* {
  outline: none;
  box-sizing: border-box;
}
.wow {
  visibility: hidden;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}
.lazy {
  display: block;
}
@media screen and (max-width: 1024px) {
  .row {
    margin: 0;
  }
}
#badIE {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #673AB7;
}
#badIE h1 {
  position: absolute;
  text-align: center;
  top: 48%;
  width: 100%;
  color: #fff;
}
.sprite {
  display: inline-block;
}
.res {
  display: block;
  width: 100%;
  height: auto;
}
/**********************************************
* BASE STYLES
**********************************************/
.normal {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
.l-wrapper {
  /*min-height: 100%;*/
  overflow: hidden;
}
.b {
  font-weight: bold;
}
.c-btn {
  background-color: #1f2633;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  width: 100%;
  font-weight: 600;
  min-height: 46px;
  transition: all 0.5s;
}
.c-btn:hover {
  background-color: #f6e500;
  color: #1f2633;
}
.c-btn.max-170 {
  max-width: 170px;
}
.c-btn.max-190 {
  max-width: 190px;
}
.c-btn.max-200 {
  max-width: 200px;
}
.c-btn.max-280 {
  max-width: 280px;
}
.c-btn.max-265 {
  max-width: 265px;
}
@media screen and (max-width: 550px) {
  .c-btn.max-265 {
    max-width: 340px;
  }
}
.c-btn.max-400 {
  max-width: 400px;
}
.c-btn.max-439 {
  max-width: 439px;
}
.c-btn.border-mod {
  background-color: #fff;
  border: 1px solid #1f2633;
  color: #1f2633;
}
.c-btn.border-mod:hover {
  background-color: #fff;
  border-color: #f6e500;
}
.c-btn.yellow-mod {
  background: none;
  color: #f6e500;
  border-color: #f6e500;
}
.c-btn.yellow-mod:hover {
  background-color: #f6e500;
  color: #1f2633;
}
.yellow-mod path {
    fill:#1f2633;
}
.form-base svg {
    margin-right: 10px;
}
.c-border {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 36px;
  height: 46px;
  border: 1px solid #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  overflow: hidden;
  transition: .3s linear;
}
.c-list .c-border{
    max-width: 150px !important;
}
.c-border .icon {
  margin-right: 15px;
}
.c-border span {
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 550px) {
  .c-border span {
    display: none;
  }
}
.c-border.light-fon.dark-mod {
  border-color: #1f2633;
  color: #1f2633;
}
.c-border.light-fon.dark-mod .icon {
  color: #1f2633;
}
.c-border.light-fon.dark-mod:hover {
  border-color: #fff;
}
.c-border.gray-fon.dark-mod {
  border-color: #1f2633;
  color: #1f2633;
  background: #f6e500; /* меняем кнопку на желтую */
}
.c-border.gray-fon.dark-mod .icon {
  color: #1f2633;
}
.c-border.gray-fon.dark-mod:hover {
  border-color: #94A9CB;
  /* background: #f6e500; меняем кнопку на желтую */
  background: #ffd134;
}
.c-border.dark-fon.yellow-mod {
  border-color: #f6e500;
  color: #1f2633;
}
.c-border.yellow-mod {
  border-color: #f6e500;
  background: #f6e500;
  color: #1f2633;
}
.c-border.yellow-mod:hover {
  background-color: #ffd134;
  color: #111723;
}
.c-border.dark-fon.yellow-mod:hover {
  border-color: #ffd134;
  color: #111723;
}
.c-border.max-170 {
  max-width: 170px;
}
.c-border.max-190 {
  max-width: 190px;
}
.c-border.max-200 {
  max-width: 200px;
}
.c-border.max-265 {
  max-width: 265px;
}
@media screen and (max-width: 550px) {
  .c-border.max-265 {
    max-width: 340px;
  }
}
.c-border.max-280 {
  max-width: 280px;
}
.c-border.max-330 {
  max-width: 330px;
}
.c-border.max-400 {
  max-width: 400px;
}
.c-border.max-439 {
  max-width: 439px;
}
.c-toggle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border: 1px solid #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;

}
/*.c-toggle:after {*/
/*content: '';*/
/*position: absolute;*/
/*z-index: -1;*/
/*left: 0;*/
/*width: 100%;*/
/*top: 0;*/
/*height: 100%;*/
/*background-color: #f6e500;*/
/*-webkit-transform: translateY(100%);*/
/*transform: translateY(100%);*/
/*transition: all 0.5s;*/
/*}*/
.c-toggle .icon {
  margin-right: 15px;
}
.c-toggle span {
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 550px) {
  /*.c-toggle span {*/
    /*display: none;*/
  /*}*/
}
.c-toggle:hover {
  color: #1f2633;
  border-color: #f6e500;
  background: #f6e500;
}
.c-toggle:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-toggle-config {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2633;
  text-align: center;
  line-height: 36px;
  border: 1px solid #f6e500;
  background: #f6e500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 18px;
  height: 56px;
  max-width: 394px;
  font-size: 1.8rem;

}
.c-toggle-config:hover {
  color: #1f2633;
  border-color: #ffd134;
  background: #ffd134;
}
.c-toggle-config:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-toggle-config .icon {
  margin-right: 15px;
}
.c-toggle-config span {
  margin-left: 5px;
  margin-right: 5px;
}
.c-toggle.gray-fon.dark-mod {
  /* border-color: #1f2633; меняем кнопки на желтые
  background-color: #1f2633;
  color: #fff; */
  border-color: #f6e500;
  background-color: #f6e500;
  color: #1f2633;
}
.c-toggle.gray-fon.dark-mod:after {
  background-color: #f6e500;
}
.c-toggle.gray-fon.dark-mod:hover {
  /* color: #1f2633; меняем кнопки на желтые
  border-color: #f6e500;
  background: #f6e500; */
  color: #1f2633;
  border-color: #ffd134;
  background: #ffd134;

}
.c-toggle.gray-fon.yellow-mod {
  background-color: #f6e500;
  border-color: #f6e500;
  color: #1f2633;
}
.c-toggle.gray-fon.yellow-mod:after {
  background-color: #1f2633;
}
.c-toggle.yellow-mod {
  background: #f6e500;
  color: #1f2633;
  border-color: #f6e500;
}
.c-toggle.yellow-mod:hover {
  background-color: #ffd134;
  color: #111723;
}

.c-toggle.dark-fon.yellow-mod {
  background-color: #f6e500;
  border-color: #f6e500;
  color: #1f2633;
}
.c-toggle.dark-fon.yellow-mod:after {
  background-color: #fff;
}
.c-toggle.dark-fon.yellow-mod:hover {
  border-color: #fff;
}
.c-toggle.max-170 {
  max-width: 170px;
}
.c-toggle.max-190 {
  max-width: 190px;
}
.c-toggle.max-200 {
  max-width: 200px;
}
.c-toggle.max-265 {
  max-width: 265px;
}
@media screen and (max-width: 550px) {
  .c-toggle.max-265 {
    max-width: 340px;
  }
}
.c-toggle.max-280 {
  max-width: 280px;
}
.c-toggle.max-330 {
  max-width: 330px;
}
.c-toggle.max-400 {
  max-width: 400px;
}
.c-toggle.max-439 {
  max-width: 439px;
}
.c-toggle.max-445 {
  max-width: 445px;
}
/*********************************************
* HEADER BLOCK
**********************************************/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  /*----------Фиксированое мод--------------*/
}
.c-header .c-fixPhone a{
  font-size: 1.8rem;
  font-weight: 600;
  color: #4c5768;
  margin-right: 50px;
  display: none;

}
.c-header .c-fixPhone a {
  text-decoration: none !important;
}
.c-header .c-fixPhone span {
  color: #7b8da9;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .c-header .c-fixPhone {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .c-header .c-fixPhone {
    display: none !important;
  }
}
.c-header .c-menuFix {
  display: none;
  align-items: center;
}
.c-header .c-menuFix a {
  text-decoration: none;
  display: block;
  color: #4c5768;
  font-weight: 500;
}
.c-header .c-menuFix a:not(:first-child) {
  margin-left: 25px;
}
.c-header .c-menuFix a:hover,
.c-header .c-menuFix a.is-active {
  color: #1f2633;
}
@media screen and (max-width: 1400px) {
  .c-header .c-menuFix a {
    font-size: 1.3rem;
  }
  .c-header .c-menuFix a:not(:first-child) {
    margin-left: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .c-header .c-menuFix {
    display: none !important;
  }
}
.c-header.is-fix {
  border-bottom: 1px solid #e1e7f0;
}
.c-header.is-fix .c-fixPhone a{
  display: block;
}
.c-header.is-fix .c-menuFix {
  position: relative;
  z-index: 2;
  display: none;
  margin-left: 60px;
}
.c-strong {
  display: none;
}
.is-fix .c-strong {
  display: flex;
}
.c-header.is-fix .c-header_left.search-open .c-search {
  z-index: 3;
}
.c-header.is-fix .c-search {
  position: absolute;
  left: 69px;
  z-index: 1;
  width: calc(50% - 195px);
}
.c-header.is-fix .c-search button {
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
}
.c-header_left {
  display: flex;
  height: 100%;
  width: 50%;
  margin-right: auto;
  align-items: center;
}
.c-header_left.search-open .c-search_field {
  width: 100%;
}
.c-header_left.search-open .c-search_field input {
  height: 60px;
}
.c-header_mid {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-header_right {
  height: 100%;
  display: flex;
  align-items: center;
}
.c-header .c-menu {
  margin-right: 9px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 9px;
  width: 60px;
  height: 60px;
  border-right: 1px solid #e1e7f0;
  transition: background 0.5s;
}
.c-header .c-menu span {
  background-color: #1f2633;
  margin-bottom: 6px;
  transition: all 0.5s;
  width: 30px;
  height: 4px;
}
.c-header .c-menu span:nth-child(3) {
  display: none;
}
.c-header .c-menu i {
  font-style: normal;
}
.c-header .c-menu.is-open {
  background-color: #1f2633;
}
.c-header .c-menu.is-open span {
  position: relative;
  background-color: #fff;
}
.c-header .c-menu.is-open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-header .c-menu.is-open span:nth-child(2) {
  top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-header .c-menu.is-open span:nth-child(3) {
  display: none;
}
.c-header .c-menu.is-open i {
  display: none;
}
.c-header .c-logo .logo-xs {
  display: none;
}
@media screen and (min-width:1375px) {
  .js-header .c-menu{
    display: none;
  }
  .is-fix .c-menu{
    display: flex;
  }
}

main {
    position: relative;
}
.breadcrums {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    margin: 0!important;
    margin-top: 15px;
}


.breadcrums-state {
  margin-top: 45px;
}
.breadcrums-ind {
  margin-top: 40px;
}

.breadcrums-news{
    margin-top: -45px;
}

.breadcrums-primery{
  top: 0;
  margin-top: 115px;
}

 .text-block.review-first {
    margin-top: 200px;
    padding-top: 0;
}
.review-first {
  margin-top: 100px;
  padding-top: 0;
}

.breadcrums ul li:after{
  content:">";
  font: 15px/23px "Montserrat", sans-serif;
  color: rgb(148, 169, 203);
  height: 20px;
  width: 12px;
}
.breadcrums ul li:last-child:after{
  display: none;
}
.breadcrums ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
.breadcrums ul li {
  display: flex;
}
.breadcrums ul li a{
  display: flex;
  padding: 0 5px;
  font-size: 15px;
  line-height: 23px;
  font-family: "Montserrat";
  color: rgb(148, 169, 203);
  text-decoration:none;
  transition:.3s linear;
}

.breadcrums ul li a:hover {
  color:#1f2633;
}

.breadcrums li span {
  display: flex;
  padding: 0 5px;
  font-size: 15px;
  line-height: 23px;
  font-family: "Montserrat";
  padding-left: 4px;
}

.breadcrums-white ul li a {
  color:#fff;
}

.breadcrums-white ul li a:hover {
color:#f6e500;
}

.breadcrums-white ul li:after{
  color: #fff;
}

.breadcrums-white li span {
  color:#f6e500;
}

@media only screen and (max-width: 768px) {
  .c-header .c-logo .logo-lg {
    display: none;
  }
  .c-header .c-logo .logo-xs {
    display: block;
  }
  .c-header .c-menu span:nth-child(3) {
    display: block;
    margin-bottom: 0;
  }
  .c-header .c-menu i {
    display: none;
  }
}
.c-header .c-search {
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(100% - 195px);
}
.c-header .c-search .icon {
  color: #4c5768;
}
.c-header .c-search_field {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 0;
  transition: all 1s;
}
.c-header .c-search_field input {
  border: none;
  width: calc(100% - 60px);
  color: #1f2633;
}
.c-header .c-search_field input:-moz-placeholder {
  color: #afbfd8;
}
.c-header .c-search_field input::-moz-placeholder {
  color: #afbfd8;
}
.c-header .c-search_field input::-webkit-input-placeholder {
  color: #afbfd8;
}
.c-header .c-search_field input:-ms-input-placeholder {
  color: #afbfd8;
}
.c-header .c-search_close {
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: flex;
  border-right: 1px solid #e1e7f0;
  background-color: #fff;
  width: 60px;
  height: 60px;
}
.c-header .c-search_close .icon {
  color: #cad4e5;
}
.c-header .c-search input {
  font-size: 1.8rem;
}
.c-header .c-search button {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.c-header .c-logo {
  display: block;
}
.c-header .c-logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.c-header .c-strong {
  display: none;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e1e7f0;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  width: 60px;
  height: 60px;
}
.is-fix .c-strong {
  display: flex;
}
.c-header .c-strong_body {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 320px;
  opacity: 0;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #1f2633;
  overflow: hidden;
  padding-left: 35px;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.c-header .c-strong_body .icon {
  margin-right: 10px;
  fill: #f6e500;
}
.c-header .c-strong .icon {
  color: #1f2633;
}
.c-header .c-strong:hover .c-strong_body {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.c-header .c-phone a{
  margin-right: 20px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #4c5768;
}
.c-phone a {
  text-decoration:none !important;
}
.c-header.menu-open .c-strong {
  display: none;
}
.c-header.menu-open .c-menuFix {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-header .c-menu {
    border-color: transparent;
  }
  .c-header .c-menu .icon-menu {
    display: none;
  }
  .c-header .c-menu .icon-menu2 {
    display: block;
  }
  .c-header .c-search {
    display: none;
  }
  .c-header .c-strong {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .c-header {
    height: 45px;
  }
  .c-header .c-phone {

  }
  .c-header .c-menu {
    width: 45px;
    height: 45px;
  }
  .c-header .c-logo img {
    max-height: 25px;
  }
}
/*----------------------НАВИГАЦИ-------------------*/
.c-mobilePhone {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1f2633;
  position: fixed;
  padding: 0 15px;
  line-height: 45px;
  border-top: 1px solid #e1e7f0;
  z-index: 12;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
}
.c-mobilePhone a{
  color: #1f2633 !important;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}
.c-mobilePhone .icon {
  margin-right: 10px;
}
.c-nav {
  display: none;
  position: fixed;
  top: 59px;
  left: 0;
  right: 0;
  z-index: 11;

  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  transition: all 1s;
}
.c-nav.js-menu.is-open.js-menu--sub {
    top: initial;
    bottom: 0;
}
.c-nav--sub {

  position: fixed;
    top: 60px;
  left: 0;
  right: 0;
  display: flex;
  /*background-color: rgb(175, 191, 216);*/
  background-color: rgb(31, 38, 51);
  height: 50px;
  z-index:4;
  opacity:0;
  visibility: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.c-nav--sub.is-visible {
  opacity:1;
  visibility: visible;
}

.sub__up {
  display: none;
  align-items:center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  height: 60px;
  width: 60px;

}
.c-nav--sub__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  justify-content: flex-end;
}
.c-nav--sub__list li a{
  min-height: 50px;
  color: #afbfd8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 0 30px;
  text-decoration: none;
}

.c-nav--sub__list > li {
  display: block;

  /*border-right: 1px solid rgba(255, 255, 255, 0.15);*/
  position: relative;
}
.search__items {
  padding: 10px 0;
}
.search__items__title {
  font-size: 20px;
  margin-bottom: 0;
  text-decoration: none;
  color: #000;
}
.search__items__text {
  margin-top: 4px;
  font-size: 13px;
  color: #7b8da9;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .c-nav--sub {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .c-nav.is-open + .c-mobilePhone {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .c-nav {
    background-color: #1f2633;
  }
}
.c-nav .c-search {
  height: 60px;
  align-items: center;
  background-color: #4c5768;
  display: none;
}
.c-nav .c-search button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.c-nav .c-search button .icon {
  color: #fff;
}
.c-nav .c-search input {
  height: 60px;
  font-size: 1.8rem;
  color: #afbfd8;
  border: 1px solid transparent;
  background: none;
  padding-left: 10px;
  width: calc(100% - 60px);
}
.c-nav .c-search input:-moz-placeholder {
  color: #afbfd8;
}
.c-nav .c-search input::-moz-placeholder {
  color: #afbfd8;
}
.c-nav .c-search input::-webkit-input-placeholder {
  color: #afbfd8;
}
.c-nav .c-search input:-ms-input-placeholder {
  color: #afbfd8;
}
.c-nav .c-search input:focus {
  border-color: #f6e500;
}
@media only screen and (max-width: 1024px) {
  .c-nav .c-search {
    display: flex;
  }
}
@media screen and (max-width: 550px) {
  .c-nav .c-search {
    height: 45px;
  }
}
.c-nav_back {
  display: none;
  background-color: #1f2633;
  align-items: center;
  text-decoration: none;
}
.c-nav_back:hover span {
  color: #fff;
}
.c-nav_back:hover .icon {
  color: #fff;
}
.c-nav_back.is-show {
  display: flex;
}
.c-nav_back span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #94a9cb;
}
.c-nav_back div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a9cb;
  width: 60px;
  height: 60px;
}
.c-nav_list {
  padding: 0;
  margin: 0;
  display: flex;
  background-color: rgba(27, 38, 52,0.8);
  align-items: center;
}
.c-nav.is-scroll{
  background-color: rgb(27, 38, 52);
}
.c-nav_list > li {
  display: block;
  width: 14.2857142%;
  border-right: 1px solid rgba(76, 87, 104, 0);
  position: relative;
}
.is-scroll > li {
  border-right: 1px solid rgba(76, 87, 104, 1);
  border-bottom: 1px solid rgba(76, 87, 104, 1);
}
.c-nav_list > li.content-mod {
  position: static !important;
}
.c-nav_list > li.content-mod a {
  position: relative;
  z-index: 1;
}
.c-nav_list > li:hover > a,
.c-nav_list > li.is-active > a {
  color: #f4f6fa;
}
.c-nav_list > li > a {
  min-height: 60px;
  color: #afbfd8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
}
@media screen and (max-width: 1200px) {
  .c-nav_list > li > a {
    font-size: 1.3rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav_list > li > a .icon {
    color: #afbfd8;
    display: block !important;
  }
}
@media screen and (max-width: 550px) {
  .c-nav_list > li > a {
    min-height: 45px;
  }
}
.c-nav_list > li:not(:last-child) > a .icon {
  display: none;
}
.c-nav_list > li:last-child {
  border-right: none;
}
.c-nav_list > li:last-child > a {
  display: flex;
  align-items: center;
  color: #f6e500;
}
.c-nav_list > li:last-child > a .icon {
  color: #f6e500;
}
.c-nav_list > li .icon {
  margin-right: 15px;
  color: #f6e500;
}
@media screen and (max-width: 1200px) {
  .c-nav_list > li .icon {
    margin-right: 5px;
  }
}
.c-nav_list a {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .c-nav_list {
    flex-direction: column;
    background-color: rgba(27, 38, 52,1);
  }
  .c-nav_list > li {
    width: 100%;
    border-right: none;
  }
  .c-nav_list > li:hover > a,
  .c-nav_list > li.is-active > a {
    background-color: #f6e500;
    color: #1f2633;
  }
  .c-nav_list > li:hover > a .icon,
  .c-nav_list > li.is-active > a .icon {
    color: #1f2633;
  }
  .c-nav_list > li > a {
    justify-content: flex-start;
    padding: 0 15px;
    font-size: 1.8rem;
  }
  .c-nav_list > li:not(:last-child) .icon {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav_list > li {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .c-nav_list > li > a {
    font-size: 1.5rem;
  }
}
.c-nav_list .content-mod .simple-mod {
  background: none;
  z-index: 1;
}
.c-nav_list .content-mod .simple-mod > li {
  max-width: 460px;
  position: static;
  margin: 0;
}
.c-nav_list .content-mod .simple-mod > li:first-child:before {
  left: 100px;
}
.c-nav_list .content-mod .simple-mod > li > a {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .c-nav_list .content-mod .simple-mod > li {
    max-width: 235px;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav_list .content-mod .simple-mod {
    background-color: #fff;
  }
  .c-nav_list .content-mod .simple-mod > li {
    max-width: inherit;
  }
}
.c-nav_list .simple-mod {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  min-width: 300px;
  display: none;
}
.c-nav_list .simple-mod.min-460 {
  min-width: 460px;
}
@media screen and (max-width: 1200px) {
  .c-nav_list .simple-mod.min-460 {
    min-width: 235px;
  }
}
.c-nav_list .simple-mod > li {
  position: relative;
  display: block;
  border-left: 1px solid #e1e7f0;
  border-right: 1px solid #e1e7f0;
}
.c-nav_list .simple-mod > li:last-child {
  border-bottom: 1px solid #e1e7f0;
}
.c-nav_list .simple-mod > li:first-child:before {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 5px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  width: 0;
  height: 0;
  top: -5px;
  left: 30%;
}
.c-nav_list .simple-mod > li:not(:first-child) > a {
  border-top: 1px solid #e1e7f0;
}
.c-nav_list .simple-mod > li:hover > a,
.c-nav_list .simple-mod > li.is-active > a {
  background-color: #f6e500;
  color: #1f2633;
  border-top-color: #f6e500;
}
.c-nav_list .simple-mod > li:hover > a .icon,
.c-nav_list .simple-mod > li.is-active > a .icon {
  color: #1f2633;
}
.c-nav_list .simple-mod > li:hover:before,
.c-nav_list .simple-mod > li.is-active:before {
  border-bottom: 5px solid #f6e500;
}
.c-nav_list .simple-mod > li:hover + li a,
.c-nav_list .simple-mod > li.is-active + li a {
  border-top-color: #f6e500;
}
.c-nav_list .simple-mod > li > a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #4c5768;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 65px;
  padding: 0 5px 0 15px;
}
.c-nav_list .simple-mod > li > a .icon {
  color: #4c5768;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .c-nav_list .simple-mod > li > a {
    min-height: 60px;
  }
}
@media screen and (max-width: 550px) {
  .c-nav_list .simple-mod > li > a {
    min-height: 45px;
  }
}
@media screen and (max-width: 550px) {
  .c-nav_list .simple-mod > li > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav_list .simple-mod {
    top: 120px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.5s;
    display: block;
    height: 100%;
    z-index: 0;
  }
  .c-nav_list .simple-mod > li:first-child:before {
    display: none;
  }
  .c-nav_list .simple-mod.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .c-nav_list > li:not(:last-child) > a {
    border-bottom: 1px solid #4c5768;
  }
}
.c-nav.is-open {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-nav {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 550px) {
  .c-nav {
    top: 44px;
  }
  .c-nav_back {
    height: 45px;
  }
  .c-nav_back div {
    width: 45px;
    height: 45px;
  }
  .c-nav .c-search input {
    height: 43px;
  }
  .c-nav .c-search button {
    width: 45px;
    height: 45px;
  }
  .c-nav_list .simple-mod {
    top: 90px;
  }
}
.c-menuContent {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  padding-left: 460px;
  width: 100%;
  z-index: 0;
  padding-bottom: 32px;
  display: none;
  transition: all 1s;
  border-bottom: 1px solid #e1e7f0;
}
.c-menuContent.is-active {
  display: block;
}
.c-menuContent_img {
  height: 328px;
  width: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.c-menuContent_links {
  display: flex;
}
.c-menuContent_links a {
  margin-bottom: 18px;
}
.c-menuContent_links a:not(:last-child) {
  margin-right: 18px;
}
.c-menuContent .c-list {
  display: flex;
  max-width: 1440px;
  margin-bottom: 40px;
}
.c-menuContent .c-list > span {
  width: 1px;
  background-color: #e1e7f0;
  margin: 0 auto;
}
.c-menuContent .c-list .c-item {
  margin-left: auto;
  margin-right: auto;
}
.c-menuContent .c-list .c-item:first-child {
  margin-left: 0;
}
.c-menuContent .c-list .c-item_title {
  color: #7b8da9;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .c-menuContent .c-list .c-item_title {
    font-size: 2rem;
  }
}
.c-menuContent .c-list .c-item_desc {
  color: #4c5768;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-menuContent .c-list .c-item:last-child .c-item_title {
  color: #4c5768;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .c-menuContent {
    padding-left: 235px;
  }
}
@media screen and (max-width: 1024px) {
  .c-menuContent {
    padding: 0;
    z-index: 2;
  }
  .c-menuContent .c-list {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .c-menuContent .c-list .c-item {
    width: 33.33333%;
    margin-bottom: 15px;
  }
  .c-menuContent .c-list .c-item:nth-child(4) {
    border-left: 0;
    padding-left: 0;
  }
  .c-menuContent_links {
    padding: 0 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .c-menuContent .c-list .c-item {
    width: 100%;
    padding: 0 !important;
    border: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c-menuContent {
    display: none;
  }
}
/*------------------MAIN BLOCK----------------------------*/
/*-----------------ПЕРВЫЙ ЭКРАН---------------------------*/
.c-first {
  /*min-height: 100vh;*/
  min-height: 60vh;
  width: 100%;
  background-image: url('../images/first-screen.jpg');
  background-color: #1f2633 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  justify-content: center;
  padding-top: 30px;
	min-height: 600px;
}
@media screen and (max-width: 1024px) {
  .c-first {
    background-image: url('../images/first-screen-middle.jpg');
  }
}
@media screen and (max-width: 768px) {
  .c-first {
    background-image: url('../images/first-screen-small.jpg');
  }
}
@media screen and (max-width: 550px) {
  .c-first {
    background-image: url('../images/first-screen-xsmall.jpg');
  }
}
.c-first.item-mod {
  background-image: url('../images/first-screen-item.jpg');
}
.c-first.item-mod .c-content_title {
  margin-bottom: 65px;
}
.c-first.item-mod .c-content_title span {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .c-first.item-mod .c-toggle span {
    display: none !important;
  }
}
.c-first .c-content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.c-first .c-content .c-toggle {
  margin-bottom: 18px;
  height: 56px;
  max-width: 394px;
  font-size: 1.8rem;
}
.c-first .c-content_title {
  /*font-size: 9rem;*/
  font-size: 6rem;
  line-height: 1em;
  font-weight: 700;
  margin-bottom:0.5em;
  max-width: 1280px;
}
.c-first .c-content_title span {
  color: #f6e500;
  margin-left: 25px;
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 550px) {
  .c-first .c-content_title {

  }
  .c-first .c-content_title span {
    margin-left: 0;
    display: block;
  }
}
.c-first .c-content_intro {
  font-size: 3.7rem;
  color: #fff;
  line-height: 1.8;

 /* margin-bottom: 2.89em;*/
	margin-bottom: 1.09em;
}

@media only screen and (max-width: 768px) {
  .c-first .c-content_intro {
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .c-first .c-content_intro {
    display: none;
  }
}
.c-first .c-content_links {
  display: flex;
  font-size: 1.8rem;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .c-first .c-content_links .c-toggle:first-child {
    color: #fff;
    border-color: #1f2633;
    background-color: #1f2633;
    font-size: 15px;
  }
  .c-first .c-content_links .c-toggle:first-child .icon {
    color: #fff;
  }
  .c-first .c-content_links .c-toggle:first-child:after {
    background-color: #1f2633;
  }
  .c-first .c-content_links .c-toggle:first-child:hover {
    color: #1f2633;
    border-color: #fff;
  }
  .c-first .c-content_links .c-toggle:first-child:hover:after {
    background-color: #fff;
  }
  .c-first .c-content_links .c-toggle:last-child {
    color: #1f2633;
    border-color: #f6e500;
    background-color: #f6e500;
    font-size: 15px;
  }
  .c-first .c-content_links .c-toggle:last-child .icon {
    color: #1f2633;
  }
  .c-first .c-content_links .c-toggle:last-child:after {
    background-color: #f6e500;
  }
  .c-first .c-content_links .c-toggle:last-child:hover {
    color: #1f2633;
    border-color: #fff;
  }
  .c-first .c-content_links .c-toggle:last-child:hover:after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .c-first .c-content_links .c-toggle {
    max-width: 330px;
  }
  .c-first .c-content_links .c-toggle:first-child {
    order: 1;
  }
  .c-first .c-content_links .c-toggle:last-child {
    order: 0;
  }
}
@media only screen and (max-width: 550px) {
  .c-first .c-content_links .c-toggle {
    margin-bottom: 12px;
    max-width: 270px;
    font-size: 1.6rem;
  }
  .c-first .c-content_links .c-toggle span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .c-first .c-content_links {
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
  }
}
@media only screen and (max-height: 700px) {
  .c-first {
    min-height: 700px;
  }
}
@media (max-height: 700px) and (max-width: 1280px) {
  .c-first {
    min-height: 700px !important;
  }
}
.c-first .c-down {
  position: absolute;
  bottom: 30px;
  transition: opacity 0.5s;
  left: calc(50% - 18px);
}
.c-first .c-down .icon {
  color: #fff;
}
.c-first .c-down.is-hide {
  opacity: 0;
}
.ff-first {
  min-height: 604px;
}
/*---------------------ВТОРОЙ БЛОК-------------------------*/
#configurator_main{
	background-color: #f2f3f7;
    margin-top: 0;
    padding-top: 1px;
	text-align: center;
	padding-bottom: 70px;
}
#configurator_main .text-block_title{
	max-width: 100%;
	margin-top: 50px;
}
#configurator_main .filter-wrap{
	width: 100%;
}
#configurator_main .button-group{
	justify-content: center;
}
#configurator_main .filter-list{
	justify-content: center;
}
#configurator_main .filter-list li{
	width: 185px;
    min-width: auto;
}
@media screen and (max-width: 1280px){
	#configurator_main .text-block_title {
		margin: 100px auto 15px;
	}
}
.c-second .c-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}
.c-second .text-block_title {
  text-align:center;
  max-width: 1280px;
  margin: 100px auto 15px ;
}
.c-second .c-item {
  width: 50%;
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 1px solid #e1e7f0;
  border-right: 1px solid #e1e7f0;
  overflow: hidden;
  position: relative;
  min-height: 569px;
}
.c-second .c-item > * {
  position: relative;
  z-index: 1;
}
/*.c-second .c-item:after {*/
/*content: '';*/
/*position: absolute;*/
/*border-radius: 50%;*/
/*left: 0;*/
/*-webkit-transform: scale(0);*/
/*transform: scale(0);*/
/*transition: all 2.5s;*/
/*top: 0;*/
/*background-color: #f4f6fa;*/
/*z-index: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
.c-second .c-item:hover:after {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.c-second .c-item_icon {
  position: relative;
  margin-bottom: 20px;
  width: 150px;
  height: 117px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-second .c-item_icon.blank-mod .icon {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -21px;
}
.c-second .c-item_icon.expert-mod span {
  position: absolute;
  top: 25px;
}
.c-second .c-item_icon.optimal-mod span {
  overflow: hidden;
  display: block;
  width: 36px;
  height: 76px;
}
.c-second .c-item_icon.optimal-mod span img {
  position: relative;
  left: -39px;
}
.c-second .c-item_icon.man-mod {
  align-items: center;
}
.c-second .c-item_icon.man-mod span {
  position: absolute;
}
.c-second .c-item_icon.man-mod span:nth-child(1) {
  bottom: -20px;
  right: 10px;
}
.c-second .c-item_icon.man-mod span:nth-child(2) {
  right: 0;
  bottom: 0;
}
.c-second .c-item_icon.gear-mod {
  align-items: center;
}
.c-second .c-item_icon.gear-mod .icon {
  color: #94a9cb;
}
.c-second .c-item_icon.gear-mod span {
  position: absolute;
  left: 0;
}
.c-second .c-item_icon.gear-mod span:nth-child(1) {
  top: 30px;
  left: 40px;
}
.c-second .c-item_icon.gear-mod span:nth-child(2) {
  top: 45px;
  left: auto;
  right: 0;
}
.c-second .c-item_icon.speed-mod span {
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #94a9cb;
  border-radius: 2px;
}
.c-second .c-item_icon.speed-mod span:nth-child(1) {
  top: calc(50% + 15px);
}
.c-second .c-item_icon.speed-mod span:nth-child(2) {
  top: calc(50% + 25px);
  left: -5px;
}
.c-second .c-item_icon.speed-mod span:nth-child(3) {
  top: calc(50% + 35px);
  left: -3px;
}
.c-second .c-item_icon.star-mod span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.c-second .c-item_icon.star-mod span img {
  width: 100%;
  display: block;
  height: auto;
}
.c-second .c-item_icon.star-mod span:first-child {
  top: 28px;
  width: 26px;
  height: 26px;
}
.c-second .c-item_icon.star-mod span:nth-child(2) {
  top: 75px;
  left: 15px;
  width: 14px;
  height: 14px;
}
.c-second .c-item_icon.star-mod span:nth-child(3) {
  top: 10px;
  right: 20px;
  left: auto;
  width: 14px;
  height: 14px;
}
.c-second .c-item_icon.star-mod span:nth-child(4) {
  top: 40px;
  left: auto;
  right: 0;
  width: 19px;
  height: 19px;
}
.c-second .c-item_icon.star-mod span:nth-child(5) {
  top: 70px;
  left: auto;
  right: 20px;
  width: 14px;
  height: 14px;
}
.c-second .c-item_title {
  font-size: 3.2rem;
  line-height: 40px;
  color: #1f2633;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .c-second .c-item_title {
    font-size: 2.8rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 550px) {
  .c-second .c-item_title {
    font-size: 2rem;
    line-height: 28px;
  }
}
.c-second .c-item_intro {
  font-weight: 500;
  max-width: 592px;
  color: #4c5768;
  font-size: 2rem;
  line-height: 36px;
}
@media screen and (max-width: 1200px) {
  .c-second .c-item_intro {
    font-size: 1.8rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .c-second .c-item_intro {
    max-width: 440px;
  }
}
@media screen and (max-width: 550px) {
  .c-second .c-item_intro {
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.c-second .c-item:hover .c-item_icon.blank-mod .icon {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: blank;
  animation-name: blank;
}
.c-second .c-item:hover .c-item_icon.expert-mod .icon {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: expert;
  animation-name: expert;
}
.c-second .c-item:hover .c-item_icon.optimal-mod span img {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: gear;
  animation-name: gear;
}
.c-second .c-item:hover .c-item_icon.gear-mod span {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.c-second .c-item:hover .c-item_icon.gear-mod span:nth-child(1) {
  -webkit-animation-name: gear;
  animation-name: gear;
}
.c-second .c-item:hover .c-item_icon.gear-mod span:nth-child(2) {
  -webkit-animation-name: gear-revers;
  animation-name: gear-revers;
}
.c-second .c-item:hover .c-item_icon.star-mod span {
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.c-second .c-item:hover .c-item_icon.star-mod span:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.c-second .c-item:hover .c-item_icon.star-mod span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.c-second .c-item:hover .c-item_icon.star-mod span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.c-second .c-item:hover .c-item_icon.star-mod span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.c-second .c-item:hover .c-item_icon.star-mod span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.c-second .c-item:hover .c-item_icon.speed-mod span {
  -webkit-animation-name: speed;
  animation-name: speed;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.c-second .c-item:hover .c-item_icon.speed-mod span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.c-second .c-item:hover .c-item_icon.speed-mod span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.c-second .c-item:hover .c-item_icon.speed-mod span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.c-second .c-item:hover .c-item_icon.man-mod span:nth-child(2) {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.c-second .c-item:hover .c-item_icon.man-mod span:nth-child(1) {
  -webkit-animation-name: fuel;
  animation-name: fuel;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1024px) {
  .c-second .c-item {
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .c-second .c-item {
    padding: 15px;
    border-right: none;
    width: 100%;
    min-height: 50vh;
  }
  .breadcrums {
    margin-top: -50px;
  }

}
@media screen and (max-width: 550px) {
  .c-second .c-item {
    padding-bottom: 30px;
    min-height: initial;
  }
}
@-webkit-keyframes expert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes blank {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes blank {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes fuel {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fuel {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes gear {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes gear {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gear-revers {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes gear-revers {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes speed {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}
@keyframes speed {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preview-1 {
  0% {
    width: 100%;
  }
  50% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
@keyframes preview-2 {
  0% {
    bottom: 0px;
    opacity: 1;
  }
  50% {
    bottom: -20px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes preview-3 {
  0% {
    right: 40px;
  }
  50% {
    right: 75px;
  }
  100% {
    right: 40px;
  }
}
@keyframes preview-4 {
  0% {
    left: 30px;
    transform: scale(1);
  }
  50% {
    bottom: 32px;
    left: 60px;
    transform: scale(0.6);
  }
  100% {
    left: 30px;
    transform: scale(1);
  }
}
.c-item:hover .previews-one-mod .puzzle-piece img {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: preview-1;
}
.c-item:hover .previews-two-mod .puzzle-piece{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: preview-2;
}
.c-item:hover .previews-four-mod .puzzle-piece img{
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: preview-4;
}
.c-item:hover .previews-three-mod .puzzle-piece {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: preview-3;
}
.c-item:hover .previews-five-mod .puzzle-piece {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: pop-4;
}
.previews-five-mod .puzzle-piece{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
@keyframes pop-4 {
  0% {
   opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes sk-1-a {
  0% {
    right: -3px;
  }
  50% {
    right: -33px;
  }
  100% {
    right: -3px;
  }
}
@keyframes sk-1-b {
  0% {
    right: 0;
  }
  50% {
    right: 33px;
  }
  100% {
    right: 0;
  }
}
@keyframes sk-2 {
  0% {
    right: 5px;
    opacity:1;
  }
  50% {
    right: -20px;
    opacity:0;
  }
  100% {
    right: 5px;
    opacity:1;
  }
}
@keyframes sk-3 {
  0% {
    right: 46px;
    bottom: -11px;
    transform:scale(1);
  }
  50% {
    right: 23px;
    bottom: -24px;
    opacity:0;
    transform:scale(0.6);
  }
  100% {
    right: 46px;
    bottom: -11px;
    transform:scale(1);
  }
}
.c-item:hover .skl-one-mod .fa-puzzle-piece img {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: sk-1-a;
}
.c-item:hover .skl-one-mod .fa-puzzle-piece .puzzle-piece img {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: sk-1-b;
}
.skl-one-mod .fa-puzzle-piece img{
  position: relative;
  top: 1px;
  right: -3px;
  z-index: 2;
}
.skl-one-mod .fa-puzzle-piece .puzzle-piece img  {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}
.previews-one-mod  .puzzle-piece {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
}
.c-item:hover .tc-two-mod .puzzle-piece  img,.c-item:hover .sport-one-mod  .puzzle-piece img{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: tc-2;
}
@keyframes tc-2 {
  0% {
    width: 100%;
  }
  50% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
.tc-two-mod  .puzzle-piece {
  height: 70px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 3px;
}
.sport-one-mod  .puzzle-piece {
  height: 70px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  right: -17px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -5px;
}
.tc-one-mod .puzzle-piece{
  position: absolute;
  right: 20px;
  bottom: 61px;
  opacity: 0;
}
.c-item:hover .tc-one-mod .puzzle-piece  {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: tc-1;
}
@keyframes tc-1 {
  0% {
    opacity:0;
    right: 20px;
    bottom: 61px;
  }
  50% {
    opacity: 1;
    right: 40px;
    bottom: 45px;
  }
  100% {
    opacity: 0;
    right: 20px;
    bottom: 61px;
  }
}
.tc-three-mod .puzzle-piece{
  position: absolute;
  right: 34px;
  bottom: 13px;
}
.c-item:hover .tc-three-mod .puzzle-piece  {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: tc-3;
}
@keyframes tc-3 {
  0% {
    right: 34px;
    bottom: 13px;
  }
  25% {
    right: 45px;
    bottom: 15px;
  }
  50% {
    right: 19px;
    bottom: 9px;
  }
  100% {
    right: 34px;
    bottom: 13px;
  }
}
.of-one-mode .puzzle-piece{
  position: absolute;
  right: 34px;
  bottom: 9px;
}
.c-item:hover .of-one-mode .puzzle-piece  {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: of-1;
}
@keyframes of-1 {
  from {
    transform:rotate(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

.c-item:hover .skl-two-mod .puzzle-piece  {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: sk-2;
}
.c-item:hover .skl-three-mod .puzzle-piece  {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: sk-3;
}

.avt-two-mod .fa-puzzle-piece {
  height: 62px;
}
.c-item:hover .avt-two-mod .puzzle-piece {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: avt-2;
}
.c-item:hover .avt-four-mod .puzzle-piece {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-name: avt-4;
}
.avt-two-mod .puzzle-piece {
  position: absolute;
  left: 19px;
  bottom: 12px;
  opacity:1;
}
.avt-four-mod .puzzle-piece {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
}

@keyframes avt-2 {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes avt-4 {
  0% {
    bottom: 23px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 23px;
  }
}
.skl-two-mod .puzzle-piece{
  position: absolute;
  right: 5px;
  bottom: -7px;
}
.skl-three-mod .puzzle-piece{
  position: absolute;
  right: 46px;
  bottom: -11px;
}
.puzzle-piece img {
  object-fit: cover;
}
.previews-two-mod .fa-puzzle-piece{
  height: 83px;
}
.previews-two-mod .puzzle-piece {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.previews-three-mod .fa-puzzle-piece{
  height: 83px;
}
.previews-four-mod .fa-puzzle-piece{
  height: 83px;
}
.previews-three-mod .puzzle-piece {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.previews-four-mod .puzzle-piece img{
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: scale(1);
}
.block-intro {
  font-weight: 500;
  font-size: 2rem;
  line-height: 36px;
  color: #4c5768;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.block-intro b {
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .block-intro {
    font-size: 1.8rem;
    line-height: 32px;
    max-width: 633px;
  }
}
@media screen and (max-width: 550px) {
  .block-intro {
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.block-title {
  font-size: 6rem;
  color: #1f2633;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1024px) {
  .block-title {
    font-size: 4.8rem;
    line-height: 39px;
  }
}
@media screen and (max-width: 550px) {
  .block-title {
    font-size: 2.8rem;
    line-height: 36px;
  }
}
.block-title .text-block_title--nl {
  display: block;
  line-height: 1.6;
}
.text-block_title--video {
  margin-bottom: 100px !important;
}
.text-block-margin {
  margin-top: 150px;
  margin-bottom: 50px;
}

.text-block-margin .text-block_intro p{
  text-align: justify;
}
.text-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 135px 15px 120px;
}

.text-block-detail{
  text-align: left;
  padding: 0;
}
.text-block-detail h2{
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
  color: #1f2633;
}

.text-block .c-soc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-block .c-soc a {
  text-decoration: none;
  display: flex;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  width: 50px;
  height: 50px;
}
.text-block .text-block-time {
  text-align: center;
  font-size: 16px;
  color: #7b8da9;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: -40px;
}
.text-block_title + .text-block-time {
  margin-top: 0;
}
.text-block_title {
  /*font-size: 6rem;*/
  font-size: 4rem;
  color: #1f2633;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto 30px auto;
  max-width: 981px;
}
.text-block_title--news {
  font-size: 4rem;
}
.section-about-text .text-block_title {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .text-block_title {
    font-size: 4.8rem;
    line-height: 39px;
  }
}
@media screen and (max-width: 550px) {
  .text-block_title {
    font-size: 2.8rem;
    line-height: 36px;
  }
}
.text-block_title .text-block_title--nl {
  display: block;
  line-height: 1.6;
}
.text-block_intro {
  font-weight: 500;
  font-size: 2rem;
  line-height: 36px;
  color: #4c5768;
  width: 100%;
  max-width: 981px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.text-block_intro b {
  margin: 0 5px;
}
.text-block_intro--right {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .text-block_intro {
    font-size: 1.8rem;
    line-height: 32px;
    max-width: 633px;
  }
}
@media screen and (max-width: 550px) {
  .text-block_intro {
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.text-block_links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.text-block_links a {
  margin: 8px;
}
@media screen and (max-width: 550px) {
  .text-block_links a {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .text-block {
    /*min-height: 526px;*/
  }
}
@media screen and (max-width: 768px) {
  .text-block {
    padding: 15px;
  }
}
@media screen and (max-width: 550px) {
  .text-block {
    min-height: inherit;
    padding: 30px 15px;
  }
}
/*----------------------Третий блок------------------------*/
.c-three {
  background-color: #f4f6fa;
}
.c-three a {
  max-width: 332px;
}
/*-----------------------блок со слайдером-------------------*/
.c-slider {
  min-height: calc(100vh - 50px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.c-slider.gray-mod .c-slider_nav {
  background-color: #f4f6fa;
}
.c-slider.gray-mod .c-slider_nav a:hover:after,
.c-slider.gray-mod .c-slider_nav a.is-active:after {
  border-top-color: #f4f6fa;
}
.c-slider .flexslider {
  margin: 0;
  flex: 1;
  border: none;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c-slider .flexslider {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .c-slider .flexslider {
    display: block;
  }
}
.c-slider .slides {
  min-height: 100%;
  top: 0;
  display: flex;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-slider .slides {
    position: relative;
    min-height: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
}
.c-slider .c-video {
  min-width: calc(100vw - 15px);
  position: relative;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-slider .c-video {
    min-height: inherit;
  }
}
.c-slider_item {
  min-height: 100%;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .c-slider_item {
    min-height: inherit;
  }
}
.c-slider_item.right-mod .c-slider_content {
  order: 1;
  padding: 0 146px 0 133px;
}
@media screen and (max-width: 1200px) {
  .c-slider_item.right-mod .c-slider_content {
    padding: 30px 50px 30px 57px;
  }
}
@media screen and (max-width: 768px) {
  .c-slider_item.right-mod .c-slider_content {
    padding: 25px 75px 25px 75px;
  }
}
@media screen and (max-width: 550px) {
  .c-slider_item.right-mod .c-slider_content {
    padding: 15px;
  }
}
.c-slider_item.right-mod .c-slider_img {
  order: 0;
}
.c-slider_item.light-mod .c-slider_content {
  background-color: #94a9cb;
}
.c-slider_item.light-mod .c-slider_content .c-content_intro,
.c-slider_item.light-mod .c-slider_content .c-content_full {
  color: #1f2633;
  font-weight: 500;
}
.c-slider_item.light-mod .c-slider_content .c-content .c-list .c-item_title {
  color: #1f2633;
}
.c-slider_item.light-mod .c-slider_content .c-content .c-list .c-item_intro {
  color: #fff;
}
.c-slider_item.light-mod .c-slider_content .c-content .c-btn {
  border-color: #1f2633;
  color: #1f2633;
}
.c-slider_item.light-mod .c-slider_content .c-content .c-btn:hover {
  background: #1f2633;
  color: #fff;
}
.c-slider_item.is-open .c-slider_content {
  width: calc(100% - 260px);
}
.c-slider_item.is-open .c-slider_content .c-content_close {
  display: block;
}
.c-slider_item.is-open .c-slider_content .c-content_intro {
  display: none;
}
.c-slider_item.is-open .c-slider_content .c-content_full {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-slider_item.is-open .c-slider_content .c-content_full {
    max-height: 600px;
  }
}
@media screen and (max-width: 550px) {
  .c-slider_item.is-open .c-slider_content .c-content_full {
    max-height: 350px;
  }
}
.c-slider_item.is-open .c-slider_content .c-content .c-btn,
.c-slider_item.is-open .c-slider_content .c-content .c-border,
.c-slider_item.is-open .c-slider_content .c-content .c-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-slider_item.is-open .c-slider_content .c-content .c-list {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .c-slider_item.is-open .c-slider_content {
    width: calc(100% - 160px);
    padding: 30px 100px 30px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .c-slider_item.is-open .c-slider_content {
    width: 100%;
    padding: 60px 100px 60px 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-slider_item.is-open .c-slider_content {
    padding: 25px 75px 25px 75px;
    height: 100%;
  }
}
@media screen and (max-width: 550px) {
  .c-slider_item.is-open .c-slider_content {
    padding: 50px 30px 25px 30px;
  }
}
.c-slider_item.is-open .c-slider_img {
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .c-slider_item.is-open .c-slider_img {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .c-slider_item.is-open .c-slider_img {
    width: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-slider_item.is-open .c-slider_img {
    height: 0;
  }
}
@media screen and (max-width: 550px) {
  .c-slider_item.is-open .c-slider_img {
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-slider_item {
    flex-direction: column;
  }
}
.c-slider_content {
  width: 690px;
  background-color: #1f2633;
  color: #fff;
  display: flex;
  padding: 0 133px 0 146px;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-slider_content {
    width: 500px;
    padding: 30px 57px 30px 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-slider_content {
    padding: 25px 75px 25px 75px;
    width: 100%;
    min-width: inherit !important;
    order: 1;
    min-height: 50%;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .c-slider_content {
    padding: 15px;
    align-items: flex-start;
    min-height: 75%;
  }
}
.c-slider_content .c-content_more {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.c-slider_content .c-content_more .icon {
  margin-left: 15px;
  width: 8px;
  height: 8px;
}
.c-slider_content .c-content_close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}
.c-slider_content .c-content_close .icon {
  color: #fff;
}
.c-slider_content .c-content_title {
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-slider_content .c-content_title {
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
.c-slider_content .c-content_subtitle {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .c-slider_content .c-content_subtitle {
    display: none;
  }
}
.c-slider_content .c-content_intro,
.c-slider_content .c-content_full {
  line-height: 32px;
  font-size: 1.6rem;
  color: #cad4e5;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-slider_content .c-content_intro,
  .c-slider_content .c-content_full {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .c-slider_content .c-content_intro,
  .c-slider_content .c-content_full {
    font-size: 1.5rem;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.c-slider_content .c-content_full {
  display: none;
}
@media (min-width: 1200px) {
  .c-slider_content .c-content_full .col-lg-6 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .c-slider_content .c-content_full .col-lg-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .c-slider_content .c-content_full {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .c-slider_content .c-content_full [class*=col-lg-]:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-slider_content .c-content_full::-webkit-scrollbar {
    width: 5px;
    background-color: #4c5768;
  }
  .c-slider_content .c-content_full::-webkit-scrollbar-thumb {
    background-color: #7b8da9;
    outline: 1px solid slategrey;
  }
}


.c-slider_content .c-content .c-list {
  display: flex;
  margin-bottom: 38px;
  margin-left: -0.5em;
  position: relative;
  max-width: 348px;
}
.c-slider_content .c-content .c-list .c-item {
  padding: 0 0.5em;
  display: flex;
}
.c-slider_content .c-content .c-list .c-item:not(:last-child) {
  border-right: 1px solid #4c5768;
}
.c-slider_content .c-content .c-list .c-item_title {
  font-size: 1.8rem;
  line-height: 37px;
  font-weight: 500;
  color: #f6e500;
}
.c-slider_content .c-content .c-list .c-item_intro {
  font-size: 1.2rem;
  line-height: 16px;
  color: #94a9cb;
}
@media screen and (max-width: 550px) {
  .c-slider_content .c-content .c-list {
    display: none;
  }
}
@media screen and (max-height: 560px) {
  .c-slider_content .c-content .c-list {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .c-slider_content .c-content .c-border {
    max-width: inherit;
  }
}
.c-slider_img {
  width: calc(100% - 620px);
  transition: all 0.5s;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0 15px 0 60px;
  justify-content: center;
}

.c-slider_img .bx-yandex-view-layout{
  margin: 0 -15px 0 -60px;
}
@media screen and (max-width: 1200px) {
  .c-slider_img {
    width: calc(100% - 100px);
      padding-right:0;
  }
}
@media screen and (max-width: 768px) {
  .c-slider_img {
    order: 0;
    padding: 60px;
    max-height: 540px;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .c-slider_img {
    padding: 0;
    height: 25%;
    min-height: 150px;
    max-height: 150px;
  }
}
.c-slider_img .c-content {
  margin: 0 auto;
}
.c-slider_img .c-content_img {
  max-width: 100%;
  display: block;
  height: auto;
}
.c-slider_img .c-content .c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
  margin-left: -1em;
}
.c-slider_img .c-content .c-list .c-item {
  display: flex;
  justify-content: center;
  padding: 15px 1em;
  width: 25%;
}
.c-slider_img .c-content .c-list .c-item:not(:last-child) {
  border-right: 1px solid #7b8da9;
}
.c-slider_img .c-content .c-list .c-item_title {
  font-size: 2.4rem;
  line-height: 37px;
  font-weight: 500;
  color: #f6e500;
}
@media screen and (max-width: 1200px) {
  .c-slider_img .c-content .c-list .c-item_title {
    font-size: 2rem;
  }
    .c-slider_img .c-content .c-list .c-item {
        padding: 15px 10px;
    }
}
.c-slider_img .c-content .c-list .c-item_intro {
  font-size: 1.5rem;
  line-height: 19px;
  color: #94a9cb;
}
@media screen and (max-width: 1200px) {
  .c-slider_img .c-content .c-list .c-item_intro {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-slider_img .c-content .c-list .c-item:nth-child(1) {
    border-bottom: 1px solid #7b8da9;
  }
  .c-slider_img .c-content .c-list .c-item:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #7b8da9;
  }
}
@media screen and (max-width: 1024px) {
  .c-slider_img .c-content .c-list .c-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-slider_img .c-content .c-list {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-slider_img .c-content {
    padding: 15px;
  }
}
.c-slider_nav {
  width: 100%;
  position: relative;
  z-index: 3;
  font-size: 1.5rem;
  background: #fff;
}
.c-slider_nav.max-1200 div {
  max-width: 1200px;
}
.c-slider_nav div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  min-height: 70px;
}
.c-slider_nav a {
  font-size: 16px;
  color: #7b8da9;
  text-decoration: none;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  line-height: 30px;
  position: relative;
}
.c-slider_nav a:hover,
.c-slider_nav a.is-active {
  color: #1f2633;
}
.c-slider_nav a:hover:after,
.c-slider_nav a.is-active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-left: solid 35px transparent;
  border-right: solid 35px transparent;
  border-top: solid 30px #fff;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-slider_nav i {
  display: block;
  height: 25px;
  width: 1px;
  background-color: #e1e7f0;
  margin: 0 auto;
}
.c-slider_nav i:last-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-slider_nav {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-slider_nav {
    display: none;
  }
}
.c-slider .flex-direction-nav a {
  font-size: 0;
  margin-top: -30px;
}
.c-slider .flex-direction-nav a:before {
  display: none;
}
.c-slider .flex-direction-nav .flex-next {
  right: 20px;
  background-image: url(../images/sprites.png);
  background-position: 0px -63px;
  width: 34px;
  height: 60px;
}
.c-slider .flex-direction-nav .flex-prev {
  left: 20px;
  background-image: url(../images/sprites.png);
  background-position: -69px 0px;
  width: 34px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .c-slider .flex-direction-nav a {
    top: 72%;
  }
}
@media screen and (max-width: 550px) {
  .c-slider .flex-direction-nav a {
    top: 54px;
  }
  .c-slider .flex-direction-nav .flex-next {
    right: 0;
    background-image: url(../images/sprites.png);
    background-position: -108px 0px;
    width: 44px;
    height: 44px;
  }
  .c-slider .flex-direction-nav .flex-prev {
    left: 0;
    background-image: url(../images/sprites.png);
    background-position: -108px -49px;
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .c-slider {
    min-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .c-slider {
    min-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .c-slider.is-open .flex-direction-nav a {
    top: 50%;
  }
}
@media screen and (max-width: 550px) {
  .c-slider.is-open .flex-direction-nav .flex-next {
    background-image: url(../images/sprites.png);
    background-position: -157px -64px;
    width: 16px;
    height: 29px;
  }
  .c-slider.is-open .flex-direction-nav .flex-prev {
    background-image: url(../images/sprites.png);
    background-position: -178px -64px;
    width: 16px;
    height: 29px;
  }
}
/*----------------------пятый блок--------------------------*/

@media screen and (max-width: 550px) {
  .c-five {
    min-height: inherit;
  }
}
/*------------------шестой блок--------------------*/

.c-six .text-block_intro {
  min-height: 222px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-six .text-block_intro {
    margin-bottom: 30px;
  }
}
.c-six_list {
  display: flex;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.c-six_list .c-item {
  width: 25%;
  margin: 0 auto;
  text-align: left;
  display: flex;
  padding: 15px 0 0 0;
  min-height: 152px;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 768px) {

  .c-six_list .c-item:nth-child(1) {
    border-bottom: 1px solid #e1e7f0;
  }
  .c-six_list .c-item:nth-child(2) {
    border-right: none !important;
    border-bottom: 1px solid #e1e7f0;
  }
  .c-six_list {
    /*flex-flow: column;*/
    text-align: center;
  }
}
.c-six_list .c-item:not(:last-child) {
  border-right: 1px solid #e1e7f0;
}
.c-six_list .c-item_title {
  font-size: 8.4rem;
  line-height: 37px;
  font-weight: 500;
  color: #1f2633;
  margin-bottom: 10px;
}
.c-six_list .c-item_title span {
  font-size: 3.2rem;
  line-height: 37px;
}
.c-six_list .c-item_title i {
  font-style: normal;
}
.c-six_list-about {
    max-width: 1219px;
}
.c-six_list-about .c-item_title {
    font-size: 110px;
    line-height: 1.2;
}

.c-six_list-about .c-item {
    width: 33%;
}
.c-six_list-about .c-item span{
    font-size: 60px;
}
.c-six_list-about .c-item {
    border: none !important;
}
@media screen and (max-width: 1024px) {
  .c-six_list .c-item_title {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-six_list .c-item_title {
    font-size: 6.4rem;
  }
}
.c-six_list .c-item_intro {
  min-height: 40px;
  font-size: 1.6rem;
  line-height: 20px;
  color: #7b8da9;
  font-weight: 500;
}
.c-six_list-about .c-item_intro {
    padding-left: 15px;
    font-size: 20px;
    color:#7b8da9;
    line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .c-six_list .c-item_intro {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-six_list .c-item_intro {
    font-size: 1.2rem;
    line-height: 16px;
  }
}
@media screen and (max-width: 550px) {
  .c-six {
    min-height: inherit;
  }
  .c-six_list .c-item_title {
    text-align: center;
  }
}
/*--------------------блок с видео--------------------------*/
.c-video {
  /*min-height: 100vh;*/
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-video_play {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
  background: url('../images/play.png') center no-repeat;
}
.js-main {
    background:none;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow:column;
}
.icon-play {
    display: block;
    width: 61px;
    height: 61px;
    background: url('../images/play.png') center center no-repeat;
    margin-left: 20px;
}
p.c-video-text {
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.43137254901960786);
    padding: 0 20px;
}
.c-video_play-sub {
  background: initial;
}
.c-video_play.is-playing {
  /*background-image: url('../images/stop.png');*/
  /*width: 61px;*/
  /*height: 61px;*/
  /*left: 15px;*/
  /*top: auto;*/
  /*bottom: 15px;*/
    /*background-image: url('../images/stop.png');*/
}
.c-video_play h3  {
    font-size: 6rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 auto 30px auto;
    max-width: 981px;
    text-align: center;
}

.icon-pause {
    display: block;
    width: 61px;
    height: 61px;
    background: url('../images/stop.png') center center no-repeat;
    margin-left: 20px;
}
.c-video video {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*min-width: 100%;*/
  /*min-height: 100%;*/
  /*width: auto;*/
  /*height: auto;*/
  /*z-index: 0;*/
  /*-webkit-transform: translateX(-50%) translateY(-50%);*/
  /*transform: translateX(-50%) translateY(-50%);*/
  /*!*background: url('../video/video.jpg') no-repeat;*!*/
  /*background-size: cover;*/
  /*transition: 1s opacity;*/
    width: 100%;
    height: auto;
    max-height: 100%;
}
.c-video_play.is-playing h3,.c-video_play.is-playing .c-video-text.play {
    display: none;
}
.c-video_play .c-video-text.playng{
    display: none;
}
.c-video_play.is-playing .c-video-text.playng{
    display: flex;
}
@media screen and (max-width: 550px) {
  /*.c-video {*/
    /*display: none;*/
  /*}*/
    .c-video-text i{
        display: none;
    }
}
.js-video--hover p.c-video-text{
  display: none;
}
.c-video_play.js-video--hover.is-playing .c-video-text.playng {
  opacity: 0;
  visibility: hidden;
  display: flex;
}
.c-video_play.js-video--hover.is-playing:hover .c-video-text.playng {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.js-video--hover.is-playing p.c-video-text.play {
  display: none;
}
.js-video--hover p.c-video-text.play {
  display: flex;
}
/*---------------------превью товара-----------------------*/
.c-itemPreview {
  background-color: #1f2633;
  min-height: 1220px;
  padding: 30px 10px;
}
@media screen and (max-width: 1024px) {
  .c-itemPreview {
    padding: 60px 10px;
    min-height: inherit;
  }
}
@media screen and (max-width: 550px) {
  .c-itemPreview {
    padding: 60px 15px;
  }
}
.c-itemPreview .text-block_title {
  color: #f4f6fa;
}
.c-itemPreview .text-block_intro {
  color: #cad4e5;
}
.c-itemPreview .text-block_links {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .c-itemPreview .text-block_links {
    margin-bottom: 80px;
  }
}
.c-itemPreview .c-border {
  max-width: 330px;
}
.c-itemPreview_img {
  max-width: 1120px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 1024px) {
  .c-itemPreview_img {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .c-itemPreview_img {
    max-width: 630px;
  }
}
.c-itemPreview .c-list {
  max-width: 1195px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-itemPreview .c-list {
    flex-wrap: wrap;
  }
}
.c-itemPreview .c-list .icon {
  color: #7b8da9;
  min-height: 50px;
}
.c-itemPreview .c-list .c-item {
  width: 20%;
  padding: 10px;
}
.c-itemPreview .c-list .c-item:not(:last-child) {
  border-right: 1px solid #3a414e;
}
.c-itemPreview .c-list .c-item_title {
  font-size: 3.2rem;
  line-height: 37px;
  color: #f6e500;
  margin-bottom: 8px;
}
.c-itemPreview .c-list .c-item_title span {
  font-size: 1.8rem;
  margin: 0 3px;
}
.c-itemPreview .c-list .c-item_intro {
  font-size: 1.5rem;
  color: #afbfd8;
  line-height: 19px;
}
@media screen and (max-width: 1024px) {
  .c-itemPreview .c-list .c-item_title {
    font-size: 2.4rem;
  }
  .c-itemPreview .c-list .c-item_intro {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-itemPreview .c-list .c-item_title {
    font-size: 1.8rem;
  }
  .c-itemPreview .c-list .c-item_intro {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 550px) {
  .c-itemPreview .c-list .c-item {
    width: 50%;
    border: none !important;
  }
}
.c-itemPreview.example-mod {
  padding: 160px 0 60px 0;
  min-height: inherit;
}
@media screen and (max-width: 1024px) {
  .c-itemPreview.example-mod {
    padding-top: 110px;
  }
}
@media screen and (max-width: 550px) {
  .c-itemPreview.example-mod {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.c-itemPreview.example-mod .text-block_title {
  font-size: 8.4rem;
  line-height: 84px;
  margin-bottom: 80px;
  margin-top: 20px;
}
.c-itemPreview.example-mod .text-block_title span {
  color: #f6e500;
  display: inline-block;
  text-indent: 10px;
}
@media screen and (max-width: 1024px) {
  .c-itemPreview.example-mod .text-block_title {
    font-size: 6rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .c-itemPreview.example-mod .text-block_title {
    font-size: 3.6rem;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
.c-itemPreview.example-mod .c-itemPreview_img {
  max-width: inherit;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .c-itemPreview.example-mod .c-itemPreview_img {
    margin-bottom: 30px;
  }
}
.c-itemPreview.example-mod .c-list {
  max-width: 1220px;
}
@media screen and (max-width: 768px) {
  .c-itemPreview.example-mod .c-list .c-item {
    width: 33.3333%;
    border-right: none !important;
  }
}
@media screen and (max-width: 550px) {
  .c-itemPreview.example-mod .c-list .c-item {
    width: 50%;
  }
}
/*----------------------блок рассчета стоимости--------------*/
.c-prices {
  background-color: #1f2633;
  padding: 150px 15px 100px 15px;
}
.c-prices .text-block_title {
  color: #f4f6fa;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .c-prices {
    padding: 75px 15px 75px 15px;
  }
}
.c-prices_total {
  font-weight: 500;
  font-size: 2.4rem;
  color: #f6e500;
  line-height: 37px;
  display: flex;
  align-items: center;
}
.c-prices_total b {
  font-weight: 500;
  margin-right: auto;
}
.c-prices_cols {
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
}
.c-prices_col {
  color: #cad4e5;
  text-align: left;
  margin-bottom: 40px;
  width: 50%;
}
.c-prices_col:first-child {
  padding-right: 60px;
  border-right: 1px solid #3a414e;
}
@media screen and (max-width: 1200px) {
  .c-prices_col:first-child {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .c-prices_col:first-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-prices_col:first-child {
    border: none;
    padding: 0;
  }
}
.c-prices_col:nth-child(2) {
  padding-left: 60px;
  border-right-color: transparent;
}
@media screen and (max-width: 1200px) {
  .c-prices_col:nth-child(2) {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .c-prices_col:nth-child(2) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-prices_col:nth-child(2) {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-prices_col {
    width: 100%;
  }
}
.c-prices_btn {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .c-prices_btn {
    width: 100%;
  }
  .c-prices_btn a {
    max-width: inherit !important;
  }
}
.c-prices_btn.left-mod a {
  margin-left: auto;
  margin-right: 12px;
}
@media screen and (max-width: 550px) {
  .c-prices_btn.left-mod a {
    margin: 0 auto 18px auto;
  }
}
.c-prices_btn.right-mod a {
  margin-left: 12px;
}
@media screen and (max-width: 550px) {
  .c-prices_btn.right-mod a {
    margin: 0 auto;
  }
}
.c-prices_img {
  margin-bottom: 60px;
}
.c-prices_sub {
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .c-prices_sub {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 550px) {
  .c-prices_sub {
    font-size: 2rem;
    line-height: 28px;
  }
}
.c-prices ul {
  padding: 0;
  margin: 0;
}
.c-prices ul li {
  display: block;
  font-size: 1.4rem;
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.c-prices ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  background-color: #f6e500;
  width: 12px;
  height: 12px;
}
.c-prices .c-list {
  margin-bottom: 50px;
  display: flex;
  margin-left: -30px;
}
@media screen and (max-width: 1200px) {
  .c-prices .c-list {
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .c-prices .c-list {
    flex-wrap: wrap;
  }
}
.c-prices .c-list .c-item {
  width: 33.3333%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .c-prices .c-list .c-item {
    width: 50%;
  }
  .c-prices .c-list .c-item:nth-child(2) {
    border: none !important;
  }
}
.c-prices .c-list .c-item:first-child {
  justify-content: flex-start;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .c-prices .c-list .c-item:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .c-prices .c-list .c-item:first-child {
    justify-content: center;
  }
}
.c-prices .c-list .c-item:not(:last-child) {
  border-right: 1px solid #3a414e;
}
.c-prices .c-list .c-item_title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 37px;
  color: #f6e500;
  margin-bottom: 5px;
}
.c-prices .c-list .c-item_intro {
  font-size: 1.5rem;
  line-height: 19px;
}
.c-prices .c-block_total {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #3a414e;
}
.c-prices .c-block_total b {
  color: #fff;
  font-size: 1.6rem;
  line-height: 28px;
  margin-right: auto;
}
.c-prices .c-block_total span {
  color: #f6e500;
  font-size: 2.4rem;
  line-height: 37px;
  font-weight: 500;
}
span.calc-result {
  margin-left: 2px;
}
@media screen and (max-width: 550px) {
  .c-prices .c-block_total span {
    font-size: 2rem;
  }
}
.c-prices .c-block_total i {
  color: #4c5768;
  font-size: 2.4rem;
  line-height: 37px;
  font-weight: 500;
  font-style: normal;
  min-width: 50px;
}
.c-prices .c-block_row {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
}
.c-prices .c-block_row:last-child {
  margin-bottom: 40px;
}
.c-prices .c-block_row input {
  position: absolute;
  left: -9999px;
}
.c-prices .c-block_row input:checked + .c-block_title {
  color: #fff;
}
.c-prices .c-block_row input:checked ~ .c-check span {
  background-image: url(../images/sprites.png);
  background-position: -157px 0px;
  width: 70px;
  height: 27px;
}
.c-prices .c-block_row .c-check {
  overflow: hidden;
  position: relative;
  min-width: 67px;
}
.c-prices .c-block_row .c-check span {
  display: block;
  background-image: url(../images/sprites.png);
  background-position: -157px -32px;
  width: 67px;
  height: 27px;
}
.c-prices .c-block_title {
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 26px;
}
.c-owl {
  margin-bottom: 50px;
  position: relative;
}
.c-owl .owl-prev {
  position: absolute;
  font-size: 0;
  top: 50%;
  left: 72px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/sprites.png);
  background-position: -69px 0px;
  width: 34px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .c-owl .owl-prev {
    left: 0;
    background-image: url(../images/sprites.png);
    background-position: -108px -49px;
    width: 44px;
    height: 44px;
  }
}
.c-owl .owl-next {
  position: absolute;
  font-size: 0;
  top: 50%;
  right: 72px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/sprites.png);
  background-position: 0px -63px;
  width: 34px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .c-owl .owl-next {
    right: 0;
    background-image: url(../images/sprites.png);
    background-position: -108px 0px;
    width: 44px;
    height: 44px;
  }
}
.c-owl_count {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f2633;
  text-align: center;
  line-height: 52px;
}
/*-----------------------Блок отзыва---------------------*/
.c-review {

  padding: 75px 15px 90px 15px;
  margin: 0;
}
.c-review-grey {
  background-color: #f4f6fa;
}
.c-review .text-block_title{
  text-align:center;
}
.js-owls {
  display: block;
}
@media screen and (max-width: 550px) {
  .c-review {
    padding: 30px 15px;
  }
}
.c-review .c-item{
  max-width: 960px;
  margin: 0 auto;
}
.c-review .c-item_text,.container-graph .c-item_text{
  padding-left: 60px;
  font-style: italic;
  font-size: 2rem;
  line-height: 36px;
  color: #4c5768;
  margin-top: 10px;
  margin-bottom: 15px;
}
.container-graph .c-item_text{
  margin-top: -10px;
  padding-left: 20px;
}
@media screen and (max-width: 550px) {
  .c-review .c-item_text {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 550px) {
  .c-review .c-item_text {
    padding-left: 0;
  }
}
.c-review .c-item_footer ,.container-graph .c-item_footer{
  padding-left: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container-graph .c-item_footer {
  justify-content: flex-end;
}
@media screen and (max-width: 550px) {
  .c-review .c-item_footer {
    padding-left: 0;
  }
}
.c-review .c-item_footer a,.container-graph .c-item_footer a{
  margin-right: auto;
  font-size: 1.3rem;
  text-decoration: none;
  color: #1f2633;
  line-height: 36px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.c-review .c-item_footer a .icon,.container-graph .c-item_footer a .icon{
  margin-left: 5px;
  width: 10px;
  height: 10px;
}
.c-review .c-item_author b,.container-graph .c-item_footer b{
  display: block;
  font-size: 2rem;
  line-height: 14px;
  font-weight: 600;
  color: #1f2633;
  margin-bottom: 15px;
}
.c-item_footer--slide .c-item_author{
  display: flex;
  align-items:center;

}
.c-item_author--in {
  margin-left: 15px;
}
.c-review .c-item_author span,.container-graph .c-item_author span {
  color: #7b8da9;
  font-size: 1.3rem;
  line-height: 14px;
}
.c-grid .c-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-top: 0px;
}
.c-grid .c-list .c-item {
  flex: 1 33%;
  margin-left: 0px;
  margin-top: 0px;
}
@media (min-width: 520px) {
  .c-grid .c-list .c-item {
    /*max-width: calc(50% - 0px);*/
  }

}
.js-buildings-list-wrapper {
  width: 100%;
}
.js-buildings-list-wrapper .c-list{
  display: block;
}
.js-buildings-list-wrapper:before, .js-buildings-list-wrapper:after {
  display: table;
  content: "";
}
font.notetext {
  color: #1f2532;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
font.notetext {
  width: 100%;
}
@media (min-width: 780px) {
  .c-grid .c-list .c-item {
   max-width: calc(33.333333333333336% - 0px);
   border: 20px solid #fff;
  }
  .c-grid .c-list .R2D2.c-item {
    width: 25%;
    float: left;
    min-width: initial;
    border: 15px solid #fff;
  }
}
.c-grid_title {
  text-align: center;
  margin: 0;
  font-weight: bold;
  color: #1f2633;
  font-size: 6rem;
  line-height: 40px;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .c-grid_title {
    font-size: 4.8rem;
    line-height: 39px;
  }
}
@media screen and (max-width: 550px) {
  .c-grid_title {
    font-size: 2.8rem;
    min-height: inherit;
    padding: 30px 15px;
    line-height: 36px;
  }
}
.c-grid .c-item {
  position: relative;
}
.c-grid .c-item img {
  width: 100%;
  display: block;
  height: auto;
}
.c-grid .c-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(34, 43, 52, 0.87);
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.c-grid .c-item:hover:after {
  opacity: 1;
}
.c-grid .c-item:hover .c-item_hover {
  opacity: 1;
}
.c-grid .c-item:hover .c-item_hover span:nth-child(1),
.c-grid .c-item:hover .c-item_hover span:nth-child(3) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.c-grid .c-item:hover .c-item_hover span:nth-child(2),
.c-grid .c-item:hover .c-item_hover span:nth-child(4) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-grid .c-item_hover {
  position: absolute;
  z-index: 1;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
}
.c-grid .c-item_hover span {
  background-color: #f6e500;
  position: absolute;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-grid .c-item_hover span:nth-child(1) {
  left: 0;
  top: 0;
  width: 100%;
  transition-delay: 0.5s;
  height: 1px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.c-grid .c-item_hover span:nth-child(2) {
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-delay: 0.8s;
}
.c-grid .c-item_hover span:nth-child(3) {
  left: 0;
  transition-delay: 0.7s;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  height: 1px;
}
.c-grid .c-item_hover span:nth-child(4) {
  right: 0;
  transition-delay: 0.6s;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  width: 1px;
}
.c-grid .c-item_title {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .c-grid .c-item_title {
    font-size: 2.4rem;
  }
}
.c-grid .c-item_city {
  font-size: 1.6rem;
  line-height: 40px;
  color: #afbfd8;
  margin-bottom: 15px;
}
.c-bottom {
  display: flex;
  align-items: center;
  background-color: #f4f6fa;
  min-height: 175px;
}
@media screen and (max-width: 1024px) {
  .c-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-bottom_left {
  margin: 0 auto;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
  color: #1f2633;
}
@media screen and (max-width: 1200px) {
  .c-bottom_left {
    font-size: 2.4rem;
    padding: 15px;
    min-width: 310px;
  }
}
@media screen and (max-width: 1024px) {
  .c-bottom_left {
    width: 100%;
    text-align: center;
    padding: 15px;
    min-width: inherit;
    line-height: 36px;
  }
}
.c-bottom_border {
  width: 1px;
  height: 110px;
  background-color: #e1e7f0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-bottom_border {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-bottom_border {
    display: none;
  }
}
.c-bottom .c-toggle {
  margin: 18px auto;
}
@media screen and (max-width: 1200px) {
  .c-bottom .c-toggle {
    margin: 0 15px 15px 15px;
  }
}
/*-------------------Доставка-----------------------*/
.c-delivery {
  background: url('../images/map.jpg') 50% -100px no-repeat;
  background-color: #f4f6fa;
  min-height: 610px;
}
@media screen and (max-width: 550px) {
  .c-delivery {
    min-height: inherit;
  }
}
/*------------------END MAIN BLOCK----------------------------*/
/*********************************************
* FOOTER BLOCK
*********************************************/
.c-preFooter {
  min-height: 180px;
  background-color: #f4f6fa;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  padding: 0 40px;
    /*max-width: 1600px;*/
    /*margin: 0 auto;*/
}
@media screen and (max-width: 1200px) {
  .c-preFooter {
    min-height: 125px;
    padding: 0 20px;

  }
}
.c-preFooter_wrap {
  display: flex;
  align-items: center;
  flex: 0.9;
}
@media screen and (max-width: 1200px) {
  .c-preFooter_wrap {
    justify-content: space-between;
    flex: 1;
    padding-right: 5%;
  }
  .c-preFooter_right {
    padding-bottom: 25px;
  }
  .c-preFooter .c-border {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-preFooter_wrap {
    flex-wrap: wrap;
    flex: 0.8;
    flex-flow: column;
  }
}
@media screen and (max-width: 550px) {
  .c-preFooter_wrap {
    flex: auto;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .c-preFooter_right {
    width: 100%;
  }
}
.c-preFooter_left {
  text-align: left;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .c-preFooter_left {
    margin-right: initial;
  }
}
@media screen and (max-width: 880px) {
  .c-preFooter_wrap {
    flex-flow:column;
    margin-bottom: 30px;
  }
  .c-preFooter {
    flex-flow:column;
  }
  .c-preFooter_title {
    text-align:center;
  }
}
@media screen and (max-width: 768px) {
  .c-preFooter_left {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 550px) {
  .c-preFooter_left {
    margin-bottom: 10px;
  }
}
.c-preFooter .c-border {
  width: 1px;
  height: 105px;
  background-color: #e1e7f0;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .c-preFooter .c-border {
    display: none;
  }
}
.c-preFooter .c-toggle {
  width: 420px;
}
@media screen and (max-width: 1400px) {
  .c-preFooter .c-toggle {
    width: 300px;
  }
  .c-preFooter .c-toggle span {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .c-preFooter .c-toggle {
    width: 100%;
  }
}
.c-preFooter_title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 40px;
  margin-bottom: 8px;
  color: #1f2633;
}
.c-preFooter_title span {
  color: #94a9cb;
  margin: 0 5px;
}
@media screen and (max-width: 1300px) {
  .c-preFooter_title {
    font-size: 2.8rem;
    line-height: 32px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align:left;
  }
  .c-preFooter_title span {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .c-preFooter_title {
    font-size: 2rem;
    line-height: 28px;
  }
}
.c-preFooter_intro {
  font-weight: 500;
  font-size: 2rem;
  line-height: 20px;
}
@media screen and (max-width: 1300px) {
  .c-preFooter_intro {
    font-size: 1.6rem;
    text-align: left;
    display: none;
  }
}
.c-preFooter_mid {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-preFooter_mid {
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .c-preFooter_mid {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.c-preFooter_phone {
  display: flex;
  font-size: 2rem;
  color: #4c5768;
  font-weight: 500;
  align-items: center;
}
.c-preFooter_phone a{
  font-size: 2rem;
  color: #4c5768;
  font-weight: 500;
  text-decoration: none;
}
.c-preFooter_phone span {
  display: block;
}
.c-preFooter_phone .icon {
  margin-right: 15px;
  width: 39px;
  height: 39px;
}

@media screen and (max-width: 1200px) {
  .c-preFooter_phone {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-preFooter {
    justify-content: space-between;
  }
}
@media screen and (max-width: 550px) {
  .c-preFooter_phone {
    justify-content: center;
    font-size: 2rem;
    border-top: 1px solid #e1e7f0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-preFooter {
    padding: 30px 15px;
  }
}
.c-footer,
.f-contats-block {
  background-color: #1f2633;
  color: #fff;
  overflow: hidden;
  padding-top: 50px;
}
.c-footer ul,
.f-contats-block ul {
  padding: 0;
  margin: 0;
}
.c-footer li,
.f-contats-block li {
  display: block;
}
@media screen and (max-width: 992px) {
  .c-footer_media,
  .f-contats-block_media {
    border-top: 1px solid #4c5768;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 550px) {
  .c-footer_media,
  .f-contats-block_media {
    flex-wrap: wrap;
  }
}
.c-footer .c-menu,
.f-contats-block .c-menu {
  font-size: 1.3rem;
}
.c-footer .c-menu_title,
.f-contats-block .c-menu_title {
  color: #e1e7f0;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.c-footer .c-menu ul,
.f-contats-block .c-menu ul {
  margin-bottom: 30px;
}
.c-footer .c-menu a,
.f-contats-block .c-menu a {
  line-height: 28px;
  color: #94a9cb;
  display: block;
  text-decoration: none;
}
.c-footer .c-menu a:hover,
.f-contats-block .c-menu a:hover,
.c-footer .c-menu a.is-active,
.f-contats-block .c-menu a.is-active {
  color: #f4f6fa;
}
.c-footer .c-soc,
.f-contats-block .c-soc {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}
.c-footer .c-soc a,
.f-contats-block .c-soc a {
  text-decoration: none;
  display: flex;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
}
.c-footer .c-soc a .icon,
.f-contats-block .c-soc a .icon {
  color: #fff;
}
.c-footer .c-soc a:hover,
.f-contats-block .c-soc a:hover {
  border-color: #f6e500;
}
.c-footer .c-soc a:hover .icon,
.f-contats-block .c-soc a:hover .icon {
  color: #f6e500;
}
.c-footer .c-soc + p,
.f-contats-block .c-soc + p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #cad4e5;
  margin: 0;
}
.c-footer .c-soc + p span,
.f-contats-block .c-soc + p span {
  font-size: 1.3rem;
  line-height: 24px;
  color: #fff;
  display: block;
  max-width: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .c-footer .c-soc,
  .f-contats-block .c-soc {
    margin-bottom: 0;
    margin-right: auto;
  }
  .c-footer .c-soc + p span,
  .f-contats-block .c-soc + p span {
    margin-bottom: 0;
    max-width: inherit;
  }
}
@media screen and (max-width: 550px) {
  .c-footer .c-soc,
  .f-contats-block .c-soc {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-footer .c-company,
.f-contats-block .c-company {
  display: flex;
  align-items: center;
  border-top: 1px solid #4c5768;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  position: relative;
}
.c-footer .c-company_link,
.f-contats-block .c-company_link {
  margin: 5px auto;
  color: #94a9cb;
  font-weight: 500;
}
.c-footer .c-company_logo,
.f-contats-block .c-company_logo {
  margin: 5px 0;
}
.c-footer .c-company_create,
.f-contats-block .c-company_create {
  margin: 5px 0;
}
.c-company_create {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-footer .c-company_create img,
.f-contats-block .c-company_create img {
  display: block;
  height: auto;
  max-width: 100px;
}
.c-footer .c-company a,
.f-contats-block .c-company a {
  text-decoration: none;
  color: #94a9cb;
  margin: 0 5px;
}
.c-footer .c-company a:hover,
.f-contats-block .c-company a:hover {
  color: #f4f6fa;
}
@media screen and (max-width: 768px) {
  .footer__developer-desc {
    display: none;
  }
  .c-footer .c-company_logo,
  .f-contats-block .c-company_logo {
    width: 100%;
  }
  .c-footer .c-company_link,
  .f-contats-block .c-company_link {
    width: 100%;
  }
  .c-footer .c-company_create img,
  .f-contats-block .c-company_create img {
    width: auto;
    max-width: 115px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .c-footer .c-company,
  .f-contats-block .c-company {
    justify-content: center;
  }
  .c-footer .c-company_logo,
  .f-contats-block .c-company_logo,
  .c-footer .c-company_link,
  .f-contats-block .c-company_link,
  .c-footer .c-company_create,
  .f-contats-block .c-company_create {
    text-align: center;
  }
  .c-footer .c-company_link,
  .f-contats-block .c-company_link {
    margin: 15px 0;
  }
  .c-footer .c-company_create,
  .f-contats-block .c-company_create {
    width: 100%;
  }
  .c-footer .c-company_create img,
  .f-contats-block .c-company_create img {
    position: static;
    margin: 0 auto;
  }
}
.f-contats-block {
  background: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-with__slider {
  margin-top: 20px;
}
.white-mod {
  border-color: #000;
  color: #000;
}
.white-mod .icon-strong {
  fill: #000;
}
.c-light {
  background: #1f2633 url(../images/adw-bg.png) center center no-repeat;
  min-height: 843px;
}
.c-light .text-block_title {
  color: #fff;
  margin-bottom: 40px;
}
.c-light .c-container {
  width: 923px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-light .c-container {
    width: 100%;
  }
}
.c-light .c-container .c-container-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.c-light .c-container .c-container-in .c-light-list {
  width: 28%;
  background: url(../images/light-arrow.png) center right no-repeat;
}
@media screen and (max-width: 768px) {
  .c-light .c-container .c-container-in .c-light-list {
    width: 40%;
  }
}
.c-light .c-container .c-container-in .c-light-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-light .c-container .c-container-in .c-light-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 17px;
  font-family: "Montserrat";
  color: #afbfd8;
}
.c-light .c-container .c-container-in .c-light-list ul li .c-light-icon {
  display: block;
  height: 28px;
  width: 20px;
  margin-right: 15px;
  background-position: 0 0;
}
.c-light .c-container .c-container-in .c-light-list ul li .c-light-icon-l {
  background: url(../images/light-icon.png) center center no-repeat;
}
.c-light .c-container .c-container-in .c-light-list ul li .c-light-icon-f {
  background: url(../images/fire-icon.png) center center no-repeat;
}
.c-light .c-container .c-container-in .c-light-list ul li .c-light-icon-c {
  background: url(../images/cold-icon.png) center center no-repeat;
}
.c-light .c-container .c-container-in .c-light-list ul li .c-light-icon-m {
  background: url(../images/mech-icon.png) center center no-repeat;
}
.c-light .c-container .c-container-in .c-light-list ul li:last-child {
  margin-bottom: 0;
}
.c-light .c-light-progress {
  width: 61%;
}
.c-light .c-light-progress .c-light-progress-label {
  text-align: left;
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-size: 13px;
  color: #afbfd8;
}
.c-light .c-light-progress .c-light-progress-line span {
  display: block;
  height: 37px;
}
.c-light .c-light-progress .c-light-progress-yellow {
  margin-bottom: 26px;
}
.c-light .c-light-progress .c-light-progress-yellow span {
  background: #f6e500;
}
.c-light .c-light-progress .c-light-progress-blue span {
  background: #94a9cb;
}
.c-light .c-light-progress .c-light-progress-in {
  display: flex;
  height: 37px;
  align-items: center;
  background-color: #373f4b;
}
.c-light .c-light-progress .c-light-progress-in .number {
  margin-left: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
}
.c-light .c-container--number {
  display: flex;
  justify-content: center;
}
.c-containts-intro {
  display: flex;
  margin-bottom: 20px;
}
.c-containts-intro a {
  margin-right: 10px;
}
.c-containts-intro i {
  height: 30px;

  margin-right: 10px;
  display: flex;
  align-items: center;
}
.c-containts-intro svg {
  width: 20px;
}
.c-containts-intro a{
  color: #1f2633;
  font-weight: 500;
  line-height: 32px;
  font-size: 1.6rem;
  text-decoration:none;
}
.c-light .c-container--number .c-container-ytp {
  max-width: 199px;
}
.c-light .c-container--number .ytp-number-m {
  font-size: 48px;
  font-family: "Montserrat";
  color: #f6e500;
}
.c-light .c-container--number .ytp-number-b {
  font-size: 14px;
  color: #afbfd8;
}
.c-light .c-container--number .ytp-raw {
  font-size: 48px;
  font-family: "Montserrat";
  color: #f6e500;
}
.custom-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: "Montserrat";
  color: #f6e500;
  text-decoration: none;
}
.custom-link .icon-arrow {
  margin-left: 10px;
}
.c-slider_item.is-open .custom-link {
  display: none;
}
.c-slider--blue .c-slider_nav {
  background: #f4f6fa;
}

.c-slider-main .c-slider_nav .js-slider-nav{
  justify-content: center;
}
.c-slider-main .c-slider_nav a {
  width: 35%;
  text-align: center;
}
.c-slider-main .c-slider_nav a,.c-slider-main .c-slider_nav i{
  margin: initial;
}
.c-slider--blue .c-slider_nav a:hover:after,
.c-slider--blue .c-slider_nav a.is-active:after {
  border-top: solid 30px #f4f6fa;
}
.c-slider--blue .c-content_intro {
  margin-bottom: 25px;
}
.text-block_intro span {
  font-weight: bold;
}
.c-preSlider {
  background-color: #1b2633;
}
.c-preSlider .c-preFooter_title {
  color: #fff;
}
@media screen and (max-width: 550px) {
  .c-preSlider .c-preFooter_title {
    text-align: center;
  }
}
.c-preSlider .c-preFooter_intro {
  color: #94a9cb;
}
.c-preSlider .c-preFooter_phone {
  color: #94a9cb;
}
.c-preSlider .icon-phone {
  /*color: #f6e500;*/
}
.c-preSlider .c-border {
  background-color: #94a9cb;
  border: none;
}
@media screen and (max-width: 768px) {
  .c-preSlider .c-border {
    display: none;
  }
}
.white-hov:hover {
  color: #000 !important;
}
.white-hov:after {
  background-color: #fff !important;
}
.custom-link--white {
  color: #fff;
}
.c-first-sub .c-content .c-toggle {
  max-width: 495px;
}
.c-steps-h {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-steps-h {
    min-height: 250px;
  }
}
.c-steps-h span {
  display: block;
}
.c-steps-h .text-block_title {
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .c-steps-h .text-block_title {
    line-height: 36px;
  }
}
.c-steps-in--blue {
  background: #f4f6fa;
}
.c-steps-in--blue--b {
  background-color: #94a9cb;
}
.c-steps-in {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .c-steps-in {
    flex-flow: column;
    text-align: center;
  }
}
.c-steps-in .c-steps-img {
  position: relative;
  width: 27.8%;
}
@media screen and (max-width: 550px) {
  .c-steps-in .c-steps-img {
    width: 100%;
    order: 1;
  }
}
.c-steps-in .c-steps-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 425px;
  min-height: 425px;
}
.c-steps-in .c-steps-img:after,
.c-steps-in .c-steps-img:before {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .c-steps-in .c-steps-img:after,
  .c-steps-in .c-steps-img:before {
    display: none;
  }
}
.c-steps-in .c-steps-img:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #f4f6fa;
  border-width: 38px;
  margin-left: -30px;
}
.c-steps-in .c-steps-img--ens:before {
  border-top-color: #94a9cb;
}
.c-steps-in .c-steps-img--white:before {
  border-top-color: #f4f6fa;
}
.c-steps-in .c-steps-img--bl:before {
  border-top-color: #fff;
}
.c-steps-in .c-steps-img--black:before {
  border-top-color: #1f2633;
}
.c-steps-in .c-steps-text {
  width: 73.2%;
  padding-left: 12%;
  padding-right: 20%;
}
@media screen and (max-width: 1200px) {
  .c-steps-in .c-steps-text {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 550px) {
  .c-steps-in .c-steps-text {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 5%;
    order: 2;
  }
}
.c-steps-in .c-steps-text .c-steps-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 40px;
  margin-bottom: 20px;
}
.c-steps-in .c-steps-text .c-steps-title span {
  display: block;
}
.c-steps-in .c-steps-text .c-steps-text--black .c-steps-title {
  color: #000;
}
@media screen and (max-width: 550px) {
  .c-steps-in .c-steps-text .c-steps-text--black .c-toggle {
    margin: 0 auto;
  }
}
.c-steps-in .c-steps-text .c-steps-text--m {
  line-height: 2;
  font-size: 16px;
  color: #1f2633;
  font-weight: 600;
  margin-bottom: 30px;
}
.c-steps-in .c-steps-text--white .c-steps-title {
  color: #fff;
}
.c-steps-in .c-steps-text--white .c-steps-text--m {
  color: #fff;
}
.steps-button-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .steps-button-in {
    flex-flow: column;
    width: 100%;
  }
  .steps-button-in .dark-mod {
    margin-bottom: 25px !important;
  }
}
.steps-number-in {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: column;
}
.steps-number-in .steps-number-h {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.steps-number-in .steps-number-b {
  font-size: 200px;
  line-height: 0.9;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .steps-number-in .steps-number-b {
    font-size: 100px;
  }
}
.c-steps-in--black {
  background-color: #1f2633;
}
.steps-number-in--white .steps-number-h,
.c-steps-img--bl .steps-number-h,
.c-steps-img--black .steps-number-h,
.steps-number-in--white .steps-number-b,
.c-steps-img--bl .steps-number-b,
.c-steps-img--black .steps-number-b {
  color: #fff;
}
.product-item {
  padding: 0;
}
.product-item img {
  width: 100%;
}
.section-fail-in {
  text-align: center;
}
.section-fail-in .section-fail-number {
  font-size: 60px;
  color: #7b8da9;
}
.section-fail-in .section-fail-title {
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 60px;
  line-height: 1.2;
  color: #1f2633;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .section-fail-in .section-fail-title {
    font-size: 30px;
  }
}
.section-fail-in .section-fail-title span {
  display: block;
}
.section-fail-in .section-fail-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 36px;
  color: #4c5768;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.text-block--ff {
  background-color: #f4f6fa;
}
.form-base {
  padding: 115px 0 120px;
}
.form-base .form-title {

  font-size: 60px;
  line-height: 1.2;
  color: #ffff;
  font-weight: 700;
  text-align: center;
  max-width: 905px;
  margin: 10px auto 60px;
}
@media screen and (max-width: 550px) {
  .form-base .form-title {
    font-size: 30px;
  }
}
.form-base .form-title span {
  display: block;
}
.form-base .form-in {
  max-width: 1159px;
  margin: 0 auto 45px;
}
.form-base .input-in {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}

.input-in--error{
    border-color: red !important;
}
.input-in--error::placeholder {
    color:red !important;
}
.form-base .input-in label {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  min-height: 47px;
  display: flex;
  align-items: center;
  line-height: 1.538;
}
.form-base .input-in label sup {
  top: 1px;
  left: 5px;
  color: #d70051;
  font-size: 19px;
}
.form-base .input-in textarea {
  padding-top: 10px;
  min-height: 115px;
  width: 100%;
  max-width: 100%;
}
.form-base .input-in input,
.form-base .input-in textarea {
  height: 44px;
  padding-left: 23px;
  background-color: #4c5768;
  border: 1px solid #4c5768;
  color: #fff;
}
.form-base .input-in input::-webkit-input-placeholder,
.form-base .input-in textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: #afbfd8;
  font-weight: 500;
}
.form-base .input-in input:-ms-input-placeholder,
.form-base .input-in textarea:-ms-input-placeholder {
  font-size: 13px;
  color: #afbfd8;
  font-weight: 500;
}
.form-base .input-in input::-ms-input-placeholder,
.form-base .input-in textarea::-ms-input-placeholder {
  font-size: 13px;
  color: #afbfd8;
  font-weight: 500;
}
.form-base .input-in input::placeholder,
.form-base .input-in textarea::placeholder {
  font-size: 13px;
  color: #afbfd8;
  font-weight: 500;
}
.form-base .input-in--between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: initial;
}
.form-base .input-in--between button {
  margin: initial;
  max-width: 366px;
}
.form-base .input-in--between input {
  width: 100%;
  height: 54px;
}
.input-file {

}
.input-file-in {
    display: flex;
}
.input-file-none {
    display: flex;
    align-items: center;

    height: 44px;
color: #afbfd8;
    width: 50%;
}

.input-file-enter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 44px !important;
    border:1px solid rgb(246, 229, 0);
    background: initial;
    font-size: 15px;
    color: rgb(246, 229, 0);
    font-weight: 600;
}



.form-base .m-bottom-40 {
  margin-bottom: 40px;
}
.form-base button {
  margin: 0 auto;
}
.form-base button img {
  position: absolute;
  left: 80px;
}
.form-base .form-checkbox label {
  display: flex;
  align-items: center;
}
.form-checkbox {
    margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .form-base .form-checkbox {
    padding: 0 15px;
  }
}
.form-base .form-checkbox input {
  display: none;
}
.form-base .form-checkbox .custom-checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #afbfd8;
  flex-shrink: 1;
}
.form-base .form-checkbox .custom-checkbox,
.form-base .form-checkbox .check-label {
  display: inline-block;
  vertical-align: middle;
}
.check-label a {
  color: #7b8da9;
}
.form-base .form-checkbox .checkbox:checked + .custom-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #f6e500 url(../images/check-icon.png) center center no-repeat;
}
.form-base .form-checkbox .check-label {
  margin-left: 10px;
  font-size: 14px;
  color: #7b8da9;
  font-weight: 500;
  flex-shrink: 10;
}
.form-black {
  background: #1f2633;
}
.form-white .form-title {
  color: #1f2633;
}
.form-white .input-in label {
  color: #1f2633;
}
.form-white .input-in input,
.form-white .input-in textarea {
  color: #1f2633;
  background: initial;
  border-color: #afbfd8;
}
.h-54 {
  height: 54px;
}
.h-59 {
  height: 59px;
}
.f-16 {
  font-size: 16px;
}
.containts-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.containts-phone a {
  text-decoration: none !important;
}
.containts-phone .c-preFooter_phone {
  font-size: 36px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .form-base .input-in--between {
    max-width: 366px;
    margin: 0 auto;
    flex-flow: column;
  }
}

@media screen and (max-width: 550px) {
  .containts-phone .c-preFooter_phone {
    border-top: none;
  }
}
.containts-phone .icon {
  color: #fff;
}
.containts-phone span {
  margin-left: 0 !important;
  color: #f6e500;
}
.f-contats-block .c-soc {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .f-contats-block .c-soc {
    margin: auto !important;
  }
}
@media screen and (max-width: 550px) {
  .f-contats-block .c-soc {
    justify-content: center;
  }
}
.puzzle-mod .fa-puzzle-piece {
  position: relative;
}
.puzzle-mod .puzzle-piece {
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 2.5s;
}
.c-item:hover .puzzle-piece {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.text-block--black {
  background: #1f2633;
    min-height: 538px;
}
.text-block--black .text-block_title {
  color: #fff;
}
.text-block--black .text-block_intro {
  color: #fff;
}
.yellow-mod--s {
  border-color: #f6e500;
  color: #f6e500;
}
.build-mod {
  min-height: 235px;
  background-color: #94a9cb;
}
.build-mod .c-list {
  max-width: 1245px;
}
.build-mod .c-list .c-item:not(:last-child) {
  border-right-color: #7b8da9;
}
.build-mod .c-list .c-item:last-child .c-item_title {
  font-weight: 600;
}
.build-mod .c-list .icon {
  color: #fff;
}
.build-mod .c-list .c-item_title {
  color: #1f2633;
}
.build-mod .c-list .c-item_intro {
  color: #fff;
}
.c-owl--black {
  background-color: #1f2633;
  padding-bottom: 55px;
  margin-bottom: 0;
}
.c-owl--black .c-owl_count {
  margin-top: 20px;
  color: #94a9cb;
}
.c-slider-build .c-content_subtitle {
  margin-top: 40px;
  color: #fff;
}
.c-slider-build .c-content .c-list {
  max-width: 420px;
}
.c-slider-build .c-content .c-list .c-item:not(:last-child) {
  border-right-color: #afbfd8;
}
.c-slider-build .c-content .c-list .c-item_intro {
  font-weight: 300;
}
.myprogress {
  max-width: 1031px;
  margin: 50px auto;
  text-align: center;

}
.circle-in {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  text-decoration: none;
}
.myprogress .circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #4c5768;
  background: #1f2633;
}
.myprogress .bar {
  position: relative;
  width: 97px;
  height: 2px;
  background: #4c5768;
  top: 4.7px;
  /* right: -15px; */
  right: 99px;
  display: block;
}
.video-caption-in .stitle {
  display: none !important;
}
/*.myprogress .bar {*/
/*position: relative;*/
/*background: #4c5768;*/
/*top: 6px;*/
/*!* right: -15px; *!*/
/*display: block;*/
/*left: -99px;*/
/*height: 2px;*/
/*width: 97px;*/
/*z-index: -1;*/
/*} */
.circle-in:first-child .bar {
  display: none;
}
/*#controls .circle-in:first-child{*/
/*pointer-events: none;*/
/*}*/
.circle-in.visited .circle,.circle-in.check .circle {
  border: 2px solid #94a9cb;
  background: #94a9cb;
}
.circle-in.visited .bar,.circle-in.check .bar {
  background-color: #94a9cb;
}
.myprogress .circle {
  position: relative;
  z-index: 1;
}
.myprogress .title {
  margin-top: 20px;
  color: #4c5768;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.circle-in.check .title,.circle-in.visited .title {
  color: #94a9cb;
}
.site-video-24 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.site-video-24 .tabs {
  background: #151a26;
  width: 100%;

  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 30px;
}
.c-content.page-24 {

  top: 0;
}
h1.c-content_title{
  transition: 1.5s ease-out;
}
.page-24 {
  transition: 1.5s ease-out;
  opacity: 1;
}
.page-24.active {
  opacity: 0;
  visibility: hidden;
}
h1.c-content_title.active {
  font-size: 40px;
  display: flex;

  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.c-content_links {
  transition: .3s linear;
  opacity: 1;
}
.c-content_links.active {

  opacity: 0;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 100%;
  height: 42px;
  font-size: 13px;
}
.select-styled {
  background-color: #4c5768;
  padding: 13px 23px;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 18px;
  height: 12px;
  background: url(../images/arrow-down.png) no-repeat;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled.active:after {
  background: url(../images/arrow-up.png) no-repeat;
}
.select-styled:hover {
  background-color: #fff;
  color: #1f2633;
}
.select-styled:active,
.select-styled.active {
  background-color: #fff;
  color: #1f2633;
  font-size: 13px;
}
.select-styled:active:after,
.select-styled.active:after {
  background: url(../images/arrow-up.png) no-repeat;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffff;
}
.select-options li {
  margin: 0;
  padding: 13px 23px;
  color: #1f2633;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #1f2633;
  background: #f6e500;
}
.select-options li[rel="hide"] {
  display: none;
}
.custom-select {
  display: none;
}
@media screen and (max-width: 768px) {
  .input-in .number {
    padding: 0;
  }
}
.input-in .number label {
  flex-flow: column;
  align-items: flex-start;
}
.input-in .number .number-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4c5768;
}
.input-in .number .number-in input {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.input-in .number .number-in .plus,
.input-in .number .number-in .minus {
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.input-in:last-child .number label {
  justify-content: flex-end;
  min-height: 68px;
  padding-bottom: 10px;
}
.form-btn-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #3a414e;
  margin-top: 40px;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .form-btn-in {
    padding: 40px 15px 45px;
  }
}
.form-btn-in button {
  margin: initial;
}
.only-border--yellow {
  border: 1px solid #f6e500;
  color: #f6e500 !important;
  background-color: initial !important;
}
.only-border--yellow:hover {
  border: 1px solid #fff;
}
.c-height {
  min-height: 684px;
}
.text-block-about .text-block_intro {
  font-size: 32px;
  line-height: 1.688;
  font-weight: 600;
}
.text-block-about .text-block_intro .yellow {
  color: #f6e500;
}
.section-about-people {
  display: flex;
  min-height: 582px;
}
@media screen and (max-width: 1024px) {
  .section-about-people {
    flex-flow: column;
  }
}
.section-about-people .section-about-man {
  width: 41.6%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .section-about-people .section-about-man {
    width: 100%;
  }
}
.section-about-people .section-about-man img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-about-people .section-about-text {
  display: flex;
  justify-content: center;
  width: 58.4%;
  float: left;
  flex-flow: column;
  padding-left: 8%;
  padding-right: 13%;
  background-color: #94a9cb;
}
@media screen and (max-width: 1024px) {
  .section-about-people .section-about-text {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-about-people .section-about-text .section-about-text-title {
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 40px;
  margin-bottom: 15px;
}
.section-about-people .section-about-text .section-about-text-p {
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 45px;
}
.section-about-people .section-about-text .section-about-text-info .title {
  font-size: 20px;
  color: #1f2633;
  font-weight: 600;
  margin-bottom:0;
}
.section-about-people .section-about-text .section-about-text-info .post {
    margin-top: 0;
  color: #1f2633;
  font-weight: 500;
}
.section-people .people-img {
  margin-bottom: 15px;
}
.section-people .people-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-people .people-name {
  font-weight: 600;
  font-size: 20px;
  color: #1f2633;
  min-height: 52px;
}
.section-people .people-status {
  font-size: 14px;
  color: #7b8da9;
  font-weight: 500;
  min-height: 67px;
}
.text-block-build .text-block_intro {
  font-size: 32px;
  line-height: 1.687;
  color: #4c5768;
}
.c-second--blue {
  background-color: #f4f6fa;
}
.c-second--blue .text-block_title{
  margin-top: 0;
  padding-top: 100px;
}
.c-review--white {
  background: #fff;
}
.roket-mod .icon {
  height: 10em;
  width: 4.3em;
}
.roket-mod .roket-piece {
  position: absolute;
  bottom: 0;
  left: 3px;
  right: 0;
}
.hand-piece {
  position: absolute;
  bottom: 46px;
  right: -25px;
  left: 0;
  -webkit-animation-name: blank;
  animation-name: blank;
}
@keyframes blank {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.c-item:hover .roket-piece {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: roket;
  animation-name: roket;
}
.c-item:hover .light-piece {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: roket;
  animation-name: roket;
}
.c-item:hover .hand-piece,
.c-item:hover .paper-piece {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: blank;
  animation-name: blank;
}
.c-item:hover .like-piece {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: like;
  animation-name: like;
}
.c-item:hover .shtamp-piece {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: shtamp;
  animation-name: shtamp;
}
.c-item:hover .hands-piece {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: hands;
  animation-name: hands;
}
@-webkit-keyframes shtamp {
  0% {
    left: 0;
    bottom: 0;
    opacity: 1;
  }
  50% {
    bottom: -20px;
    opacity: 0;
    left: -20px;
  }
  100% {
    left: 0;
    bottom: 0;
    opacity: 1;
  }
}
@keyframes shtamp {
  0% {
    left: 0;
    bottom: 0;
    opacity: 1;
  }
  50% {
    bottom: -20px;
    opacity: 0;
    left: -20px;
  }
  100% {
    left: 0;
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes like {
  0% {
    right: 13px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 13px;
  }
}
@keyframes like {
  0% {
    right: 13px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 13px;
  }
}
@-webkit-keyframes roket {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: -20px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes roket {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: -20px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes hands {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes hands {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.light-mod .icon-light {
  height: 7em;
  width: 5em;
}
.light-mod .light-piece {
  position: absolute;
  top: 5px;
  left: 0px;
  right: -1px;
}
.icon-hand {
  width: 8em;
  height: 4em;
}
.paper-mod .icon-paper {
  width: 6.72em;
  height: 4.58em;
}
.paper-mod .paper-piece {
  position: absolute;
  left: 32px;
  top: 25px;
}
.like-mod .icon-man-icon {
  height: 7.2em;
  width: 5em;
}
.like-mod .like-piece {
  position: absolute;
  right: 13px;
  bottom: -19px;
}
.shtamp-mod .shtamp-piece {
  position: relative;
}
.shtamp-mod .icon-shtamp {
  position: absolute;
  right: 33px;
  top: 34px;
  height: 4.7em;
  width: 3em;
}
.hands-mod svg {
    position: absolute;
    left: 21px;
    bottom: -5px;
    z-index: -1;
}
.hands-mod .hands-piece {
  position: absolute;
  top: 17px;
  right: 41px;
}
.hands-mod .icon-hand-icon {
  height: 5.6em;
  width: 5.9em;
  z-index: 1;
}
.section-new-partners .custom-scroll_partners {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e1e7f0;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-head {
  padding-top: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e1e7f0;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-head .new-partners-title {
  font-size: 3.2rem;
  line-height: 40px;
  color: #1f2633;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-head .new-partners-company {
  line-height: 28px;
  color: #94a9cb;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-company--all .new-partners-company-single {
  padding-left: 45px;
  padding-top: 25px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e1e7f0;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-company--all .new-partners-company-single .new-partners-company-single-in {
  display: flex;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-company--all .new-partners-company-single .new-partners-company-single-in .new-partners-company-number {
  font-size: 2rem;
  margin-right: 10px;
  color: #94a9cb;
  font-weight: 300;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-company--all .new-partners-company-single .new-partners-company-single-in .new-partners-company-in .new-partners-company-single-title {
  font-weight: 600;
  font-size: 2rem;
  color: #4c5768;
  margin: 0 auto;
  margin-bottom: 5px;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-company--all .new-partners-company-single .new-partners-company-single-in .new-partners-company-in .new-partners-company-single-location {
  line-height: 28px;
  color: #94a9cb;
  display: block;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-new-partners .custom-scroll_partners .section-new-partners-text .new-partners-company--all .new-partners-company-single .new-partners-company-single-in .new-partners-company-in .company-mod {
  width: 218px;
  height: 32px;
  font-size: 13px;
}
.custom-scroll_container {
  overflow: hidden !important;
  position: relative;
}
.custom-scroll_inner {
  overflow: scroll;
  height: 691px;
  *position: absolute;
  /* ie7 fix */
  *left: 0;
  *right: 0;
}
.custom-scroll_inner:before {
  content: "";
  background-color: #f4f6fa;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100vh;
  width: 20px;
}
.custom-scroll_inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.custom-scroll_inner {
  -ms-overflow-style: none;
}
.custom-scroll_bar-y,
.custom-scroll_bar-x {
  cursor: default;
  position: absolute;
  border-radius: 1px;
  z-index: 1;
  background-color: #e1e7f0;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .2s;
}
.custom-scroll_bar-y {
  top: 0;
  right: 1px;
  width: 20px;
}
.custom-scroll_bar-x {
  display: none;
}
.custom-scroll_bar-y:hover,
.custom-scroll_bar-x:hover {
  opacity: .7;
}
.custom-scroll_bar-y:active,
.custom-scroll_bar-x:active {
  opacity: 1;
}
.custom-scroll_hidden-y > .custom-scroll_bar-y,
.custom-scroll_hidden-x > .custom-scroll_bar-x {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility step-end 0.3s;
}
.section-new-partners-map {
  width: 50%;
  float: left;
}
.review-first .text-block_title {
  text-align: center;
  margin-bottom: 60px;
}
.review-first .review-single-in {
  max-width: 996px;
  padding: 0 15px;
  margin: 200px auto 150px;
}
.review-first .review-single-in .review-single-time {
  font-size: 16px;
  color: #7b8da9;
  font-weight: 500;
  margin-bottom: 20px;
}
.review-first .review-single-in .review-single-text {
  font-size: 20px;
  color: #1f2633;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1.5em;
}
.review-first .review-single-in img {
  width: 100%;
  max-height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 40px 0;
}
.review-first .review-single-in .review-single-in-f {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.review-first .review-single-in .review-single-in-f .c-soc {
  display: flex;
  align-items: center;
}
.review-first .review-single-in .review-single-in-f .c-soc a {
  text-decoration: none;
  display: flex;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  width: 50px;
  height: 50px;
}
.review-first .review-single-in .review-single-in-f .c-soc a:hover,
.review-first .review-single-in .review-single-in-f .c-soc a:hover {
  border-color: #f6e500;
  color: #f6e500;
}
.review-first .review-single-in .review-single-in-f .review-mod {
  height: 47px;
  max-width: 261px;
}
.review-first .review-title {
  font-size: 85px;
  color: #1f2633;
  line-height: 1.2;
  font-weight: 700;
    margin: 60px 0 50px 0;
  text-align: center;
}
.review-first .review-title-s {
  font-size: 6rem;
  color: #1f2633;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-align: left;
}
.review-first .review-year {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.review-first .review-year a {
  font-size: 18px;
  color: #94a9cb;
  font-weight: 500;
  margin: 0 30px;
  text-decoration: none;
}


.review-first .review-year a.active, .review-first .review-year a:hover {
  color: #1f2633;
}
.review-first .review-in {
  border-bottom: 1px solid #e1e7f0;
  max-width: 1219px;
  margin: 0 auto;
  padding: 0 15px;
}
.review-first .review-in .review-item {
  margin-bottom:120px;
  max-height: 405px;
  min-height: 440px;
}
.review-first .review-in .review-item .review-item-img img {
  max-height: 325px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.review-first .review-in .review-item .review-item-img-sub img {
  min-height: 295px;
}
.review-first .review-in .review-item .review-time-post {
  margin: 20px 0 15px;
  font-size: 13px;
  color: #7b8da9;
  font-weight: 600;
}
.review-first .review-in .review-item .review-item-title {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #1f2633;
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
}
.review-first .review-in .review-item .review-item-title-s {
  font-size: 18px;
}
.review-first .review-in .review-item .review-item-text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  color: #4c5768;
}
.review-first .review-in .review-item .review-item-more {
  max-width: 173px;
  height: 49px;
  font-size: 15px;
}
.review-first .more-review,.c-grid .more-review {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 0;
  font-size: 16px;
  color: #94a9cb;
  font-weight: 500;

}
.more-review img {
  transition: 2s linear;
}
.more-review:hover img{
  transform: rotate(-360deg);
}
.review-first .more-review img,.c-grid .more-review img {
  margin-right: 15px;
}
.section-back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 40px;
}
.section-back .review-mod {
  max-width: 262px;
}
@media screen and (max-width: 1200px) {
  .c-preFooter .dark-mod {
    /*margin-bottom: 25px;*/
  }
}
@media screen and (max-width: 550px) {
  .c-preFooter .col-md-4 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .c-preFooter .yellow-mod {
    margin-bottom: 25px;
  }
}
.money-mod .icon-money-s {
  height: 9em;
  width: 8.2em;
}
.money-mod span {
  position: absolute;
  bottom: -16px;
  right: 50px;
  opacity:1;
}
.c-item:hover .money-mod span{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: money-mode;
  animation-name: money-mode;
}
.c-item:hover .people-mod span{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name:  people-mod;
  animation-name:  people-mod;
}
.c-item:hover .hands-mod svg{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name:  people-mod;
  animation-name:  people-mod;
}
@keyframes money-mode {
  0% {
    opacity:1;
    bottom: -16px;
  }
  50% {
    opacity:0;
    bottom: -30px;
  }
  100% {
    opacity:1;
    bottom: -16px;
  }
}
@keyframes people-mod {
  0% {
    opacity:1;

  }
  50% {
    opacity:0;

  }
  100% {
    opacity:1;

  }
}
.people-mod .icon-people {
  height: 8em;
  width: 4em;
}
.people-mod span {
  position: absolute;
  right: 0;
  top: 19px;
}
.fast-mod .icon-fast {
  width: 5.5em;
  height: 10em;
}


.fast-mod span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.fast-mod span:first-child {
  left: 30px;
  top: 5px;
  right: initial;
    transition:.3s linear;
}
.c-item:hover  .fast-mod span:first-child {
    left: 0;
    opacity:0;
}
p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
h1 {
  line-height: 1.15;
  margin-bottom: 0.5em;
}
h2 {
  font-size:60px;
}
@media screen and (max-width: 1600px) {
	
  .c-first .c-content_intro {
    font-size: 34px;
    margin-bottom: 65px;

  }
  h1,.c-first .c-content_title {
   /* font-size:92px;*/
  }
  h2 {
    font-size:56px;
  }
}
@media screen and (max-width: 1400px) {
  .c-first .c-content_intro {
    font-size: 29px;
    margin-bottom: 55px;
  }
  h1,.c-first .c-content_title {
   /* font-size:80px;*/
  }

}

@media screen and (max-width: 1280px) {
	.c-first{
		min-height: 100vh;
	}
  .c-first .c-content_intro {
    font-size: 25px;
    margin-bottom: 40px;
  }
  h1,.c-first .c-content_title {
    font-size:76px;
  }
  h2 {
    font-size:48px;
  }
}
@media screen and (max-width: 1060px) {
  .c-first .c-content .c-toggle {
    font-size: 1.5rem;
  }
  .c-first .c-content_intro {

    font-size: 21px;
    margin-bottom: 40px;
  }
  .c-first .c-content_intro {
    font-size: 21px;
  }
  h1,.c-first .c-content_title {
    font-size:60px;
  }
}
@media screen and (max-width: 768px) {
  .c-first .c-content_intro {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .c-first .c-content {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {

  h2 {
    font-size:40px;
  }
}
@media screen and (max-width: 560px) {
  h2 {
    font-size:32px;
  }

}
@media screen and (max-width: 768px) {
  h1 {
    font-size:32px !important;
  }

}
@media screen and (max-width: 368px) {
  h1 {
    font-size:24px !important;
  }

}
.js-down-next .text-block_title{
  /*margin-top: 100px;*/
  /*margin-bottom: 120px;*/
}
.c-block-disable {
  pointer-events: none;
}
.span-b {
  font-weight: 700;
}
.modal-object {
  position: relative;
}
.modal-object {
  display: flex;
  max-width: 430px;
  padding: 15px;
  background-color: rgb(45, 51, 61);
  box-shadow: 0px 1px 1px 0px rgba(0, 2, 5, 0.75);
}
.modal-object-title {
  margin-bottom: 10px;
  margin-top: 7px;
  padding-right: 20px;
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.modal-object--inner {
  padding-left: 20px;
}
.modal-object-place {
  margin-bottom: 15px;
  font-size: 16px;
  color:#afbfd8;
}
.modal-object-more {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: "Montserrat";
  color: #f6e500;
  text-decoration: none;
}
.modal-object-more .icon-arrow {
  margin-left: 10px;
}
.object-more-link {
  margin: 100px auto 120px;
  border-color: #000;
}
.section-object {
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: center;
}
.section-object h2{
    margin-bottom: 17px;
}
.select-inner-object {
    max-width: 1134px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.option-select {
  /*float: left;*/
    margin: 0 8px 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 35px;
  background-color: rgb(246, 229, 0);
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.2;
  color: rgb(45, 51, 61);
  font-weight: 600;
}
.gm-style-iw {
  position: relative;
  overflow: visible !important;
}
.gm-style-iw:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 13px 20px 0 20px;
  border-color: #1f2633 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -12px;
  left: 10%;
}
.col_img img{
  border: 6px solid #1f2633;
  border-bottom: none;
}
.gm-style-iw div div {
    display: flex;
}
.modal-object--inner {
    flex-flow:column;
}
.option-select a{
  display: flex;
  margin-left: 15px;
}
.option-select:hover {
  background-color: rgb(45, 51, 61);
  color: #fff;
}

.option-select:hover svg{
  fill:#a6b5cd;
}
.option-select--disabled {
  background-color: rgb(225, 231, 240);
  /*pointer-events: none;*/
}

.option-select--disabled a{
  position: relative;
  /*top: 3px;*/
}
.option-select--disabled .js-unselect-item {
  display: none;
}
.option-cencel {
  display: flex;
  float: left;
  font-size: 15px;
  font-family: "Montserrat";
  color: rgb(123, 141, 169);
  font-weight: 600;
  text-decoration: none;
  padding: 5px 0;
    margin-top: -20px ;

}
.option-cencel span{
  border-bottom: 1.5px dashed rgb(148, 169, 203);
  padding: 5px 0;

}
.c-grid .c-list .c-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(34, 43, 52, 0.6);
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: opacity 0.5s;
}
.load_more_btn {
  font-size: 16px;
  color: #94a9cb;
  font-weight: 500;
  text-decoration: none;
}
.carrer-inner h1{
    margin-bottom: 80px;
    text-align:center;
    font-size: 60px;
}
.carrer-inner h2 {
  text-align:center;
}
.carrer-inner .section {
    max-width: 996px;
    margin: 0 auto;
    padding: 0 15px;
}
.carrer-inner .section h2{
    font-size: 32px;
    margin-bottom: 35px;
}
.carrer-inner {
    margin-top: 60px;
  margin-bottom: 60px;
}
.carrer-inner .section h3{
    font-size: 20px;
    margin-bottom: 0;
}
.carrer-inner .section  h3+p {
    margin-top: 4px;
    font-size: 13px;
    color: #7b8da9;
}
.carrer-inner .section .element h4 {
    font-size: 20px;
    font-weight: bold;
  margin-bottom: 0;
}
.element-in {
  margin-bottom: 65px;
}
.section__head__carreer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carrer-inner .section .element ul {
  padding-left: 0;
  list-style: none;
}
.carrer-inner .section .element ul li{
  font-size: 17px;
  color: rgb(45, 51, 61);
  line-height:2;
  position: relative;
  padding-left: 30px;
}

.carrer-inner .section .element ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  background-color: #f6e500;
  width: 12px;
  height: 12px;
}
.carrer-inner .section  .buttons .btn{
    float: left;
    height: 47px;
    background-color: #f6e500;
    border:1px solid;
    border-color: #f6e500;
    padding: 0 27px;
    max-width: 211px;

    margin-right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  margin-bottom: 0;
}
.carrer-inner .section .buttons .btn:hover {
    background-color: #ffd134 !important;
    border-color: #ffd134 !important;
}
.carrer-inner .section .buttons .btn a {
    color: #1f2633;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
.carrer-inner .section  .btn-sub {

    border: 1px solid rgb(45, 51, 61) !important;

    color: #1f2633 !important;
  background: initial !important;

    font-size: 15px;
    text-decoration: none;
}
.btn-sub--320 {
  width: 317px;
  max-width: initial !important;
}


.btn {
    margin-bottom: 20px;
}
.section__head__in {

  border-bottom: 1px solid rgb(225, 231, 240);
}
.Прямоугольник_49_копия_4 {
  background-color: rgb(225, 231, 240);
  position: absolute;
  left: 224px;
  top: 3772px;
  width: 981px;
  height: 1px;
  z-index: 195;
}

.toggle_section {
  background-color: #2d333d !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
  margin-right: 0 !important;
}
.toggle_section.active {
  transform:rotate(180deg);
}


.buttons {
    display: flex;
    padding-bottom: 50px;
}
.section__head__carreer .buttons{
    padding-bottom: 0;
}
.carrer-inner .section .element .buttons:after  {
    clear: both;
}
.carrer-inner .section .element .buttons:before,.carrer-inner .section .element .buttons:after {
    display: table;
    content: "";
}
.fancybox-stage .form-base{
    padding: 0;
}
.b-mod {
    background: #1f2633;
}
.b-mod svg{
    margin-right: 10px;
}
.b-mod:hover path{
    fill:#1f2633;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px !important;
    right: 7px  !important;
    top: 5px  !important;
    opacity:1  !important;
}
.fancybox-button svg path {
    fill: #afbfd8  !important;
}
.fancybox-content {
    padding: 60px 66px!important;
}
#modal-slider.fancybox-content {
  background:initial !important;
  padding-left: 0  !important;
  padding-right: 0  !important;
}
#modal-slider.fancybox-content  .fancybox-close-small {
  color: currentColor;
  padding: 9px !important;
  right: 120px !important;
  top: 60px !important;
  opacity: 1 !important;
  background: #fff;
}
.comp-inner .gm-ui-hover-effect {
    opacity: 1 !important;
  right: 20px !important;
}
.comp-inner .gm-ui-hover-effect img{
  filter: contrast(0%);
  height: 30px !important;
  width: 30px !important;
}
/*.comp-inner .gm-style img {*/
    /*width: 20px !important;*/
    /*height: 20px !important;*/
    /*margin: 11px 1px !important;*/
    /*filter: contrast(0) !important;*/
/*}*/
.new-partners-none {
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 600;
}
.c-slider_content--graph {
  width: 100%;
}
.container-graph {
  position: relative;
  min-height: initial;
  margin-bottom: 165px;
  margin-top: 100px;
}
.container-graph .text-block_title{
  margin-bottom: 60px;
}
.c-slider_nav--graph {
  background: url(../images/graph-bg.png)center center no-repeat;
  min-height: 577px;
  width: 1219px;
  margin: 0 auto;
}
.c-slider_nav--graph  .js-slider-nav a{
  position: absolute;

  display: block;
  font-size: 32px;
  color: rgb(45, 51, 61);
  font-weight: bold;
  text-decoration:none;
  height: 90px;
}
.c-slider_nav--graph  .js-slider-nav a:first-child:before {
  content:"";
  position: absolute;
  left: -21px;
  bottom: 12px;
  height: 48px;
  width: 229px;
  background: url(../images/g-step-1.png)no-repeat;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(3):before {
  content:"";
  position: absolute;
  left: 46px;
  bottom: 27px;
  height: 60px;
  width: 229px;
  background: url(../images/g-step-2.png)no-repeat;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(5):before {
  content: "";
  position: absolute;
  left: 33px;
  bottom: -29px;
  height: 109px;
  width: 229px;
  background: url(../images/g-step-3.png)no-repeat;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(7):before {
  content:"";
  position: absolute;
  left: 52px;
  bottom: 17px;
  height: 111px;
  width: 218px;
  background: url(../images/g-step-4.png)no-repeat;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(9):before {
  content:"";
  position: absolute;
  left: 39px;
  bottom: 13px;
  height: 83px;
  width: 229px;
  background: url(../images/g-step-5.png)no-repeat;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(11):before {
  content:"";
  position: absolute;
  left: 43px;
  bottom: -11px;
  height: 153px;
  width: 229px;
  background: url(../images/g-step-6.png)no-repeat;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(13):before {
  content:"";
  position: absolute;
  left: 74px;
  bottom: 27px;
  height: 107px;
  width: 229px;
  background: url(../images/g-step-7.png)no-repeat;
}
.c-slider_nav--graph {
  min-height: 577px;
  width: 1219px;
  position: relative;
}
.c-slider_nav--graph  .js-slider-nav a:first-child {
  bottom: -7px;
  left: 22px;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(3) {
  bottom: 18px;
  left: 170px;
 }
.c-slider_nav--graph  .js-slider-nav a:nth-child(5) {
  bottom: 75px;
  left: 321px;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(7) {
  bottom: 128px;
  left: 520px;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(9) {
  bottom: 235px;
  left: 675px;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(11) {
  bottom: 313px;
  left: 820px;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(13) {
  top: 66px;
  left: 936px;
}
.c-slider_nav--graph  .js-slider-nav a:nth-child(15) {
  top: 5px;
  left: 984px;
}

.container-graph .flexslider{
  position: absolute;
  min-height: 577px;
  visibility: hidden;
  transition: 0.5s linear;
  opacity: 0;
  bottom: -100%;
  background: url(../images/hisory-bg.png)center top no-repeat;
}
.container-graph .flexslider.active{
  opacity: 1;
  bottom: -146px;
  visibility: visible;
  z-index: 2;
}
.graph-preview {
  position: absolute;
  left: 0;
  top: -140px;
  visibility: hidden;
  width: 328px;
  height: 201px;
  padding: 15px 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 240);
  z-index: 1;
}
.c-slider_nav--graph .js-slider-nav a:hover .graph-preview {
  visibility: visible;
}
.graph-preview-year {
font-size: 24px;
  color: rgb(45, 51, 61);
  font-weight: bold;
  margin-bottom: 10px;
}
.graph-preview-text {
  font-size: 14px;
  color: #7b8da9;
  font-weight:500;
  line-height: 1.6;
  margin-bottom: 15px;
}
.slider-trigger {
  font-size: 13px;
  color: rgb(31, 38, 51);
  font-weight: 500;
}


.search-page {
  padding: 0;
}
.search-page.form-base {
    margin-top: 200px;
}
.search-page form {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-suggest {
  height: 44px;
  padding-left: 23px;
  background-color: #4c5768;
  border: 1px solid #4c5768;
  color: #fff;
  width: 50%;
  float: left;

}
.search-page input[type="submit"]{
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border: 1px solid #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f6e500;
  border-color: #f6e500;
  color: #1f2633;
  float: right;
  width: 18%;
  float: left;
}
.search-page  .navigation {
  float: left;
  width: 100%;
}
.search-page  .navigation .text{
  font-size: 20px;
  padding: 20px 0;
  display: block;

}
.search-page .navigation .text:last-child{
  font-size: 16px;
  display: block;
  padding-bottom: 20px;
  padding-top: 0;
}
hr {
  background: rgb(225, 231, 240);
  border-color: rgb(225, 231, 240);
  opacity: 1;
  border-style: solid;
}
.container-graph .flexslider.active .flex-viewport{
  -webkit-animation: fadein 2s linear 1 normal forwards;
}
@-webkit-keyframes fadein{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.container-graph .c-item {
  position: relative;
  width: 1219px;
  background: url(../images/hisory-bg.png)center center no-repeat;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 75px;
  background-size: cover;
  min-height: 578px;
}
.c-item--un {
  display: flex;
}
.c-item--un .sprite--quote {
  flex-shrink: 0;
}
.c-slider_content--graph p{
  margin-top: 0;
}
.graph-title {
  font-size: 6rem;
  color: rgb(45, 51, 61);
  font-weight: bold;
  margin-bottom: 20px;
}
.graph-title  span{
  font-size: 32px;
  margin-left: -5px;
}
.c-slider_content--graph .js-slider-close{
  position: absolute;
  right: 30px;
  top: 30px;
}
.c-slider_content--graph .js-slider-close path {
  fill: rgb(45, 51, 61) !important;
}
.c-item_author--img {
  border-radius: 50%;
  width: 78px;
  height: 79px;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  flex-shrink: 0;
}
.c-item_author--img img{
object-fit: cover;
}
.c-slider_content--graph .c-item_author {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1219px) {
  .c-slider_nav--graph {
    display: none;
  }
  .container-graph .flexslider {
    position: initial;
    opacity: 1;
    visibility: visible;
  }
  .container-graph .c-item {
    width: 100%;
  }
  .c-slider_content--graph .js-slider-close {
    display: none;
  }
}
.breadcrums-news + .review-first{
  margin-top: 200px;
}
.video-title {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2633;

  line-height: 1.4;
  text-align: left;
}
.video-slider a{
  text-decoration: none !important;
}
.video-img {
  height: 330px;
  object-fit: cover;
}
/*.owl-carousel.video-slider .owl-stage-outer {*/
  /*max-width: 80%;*/
  /*margin: 0 auto;*/
/*}*/
.video-slider .owl-prev {
  left: -72px;
}
.video-slider .owl-next {
  right: -72px;
 }
.video-slider .owl-nav {

}
.video-object {
  margin-bottom: 100px;
}
.text-block_title--404 {
  font-size: 100px;

}
.text-block_title--404 span{
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

}
@media screen and (max-width: 767px) {
    .c-toggle-24 {
        display: none !important;
    }
  .c-slider-contacts
  .c-slider_img {
    padding: 0;
     height:  initial !important;
    min-height: 305px;
     max-height: initial !important;
  }
  .bx-google-map {
    height: 305px !important;
  }
  .no-js .owl-carousel, .owl-carousel.owl-loaded {
    max-width: 53% !important;
  }
  .c-steps-in .c-steps-img img {
    max-height: 280px;
    min-height: 280px;
  }
  .object-map-inner {
    display: none;
  }
  .c-review .c-item_author b, .container-graph .c-item_footer b {
    line-height: 1.4;
  }
  .c-light .c-container .c-container-in {
    flex-flow: column;
    margin-bottom: 35px;
  }
  .c-light .c-container .c-container-in .c-light-list {
    background: none;
  }
  .c-light .c-container .c-container-in .c-light-list {
    width: 100%;
    max-width: 190px;
    margin-bottom: 20px;
  }
  .c-light .c-light-progress {
    width: 90%;
  }
  .c-light .c-light-progress .c-light-progress-in .number {
    margin-right: 10px;
  }
  .c-video_play h3 {
    font-size: 3rem;
  }
  p.c-video-text {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
  }
  .icon-play {
    margin-left: 0;
  }
  .section-new-partners .custom-scroll_partners {
    width: 100%;
  }
  .section-new-partners-map {
    width: 100%;
  }
  .graph-title {
    font-size: 3rem;
  }
  .c-item--un .sprite--quote {
    display: none;
  }
  .container-graph {
    margin-bottom: 0;
  }
  .container-graph .c-item_text {
    font-size: 1.5rem;
    line-height: 1;
  }
  .container-graph .c-item {
    min-height: 701px;
  }
  .container-graph .c-item {
    background: none;
  }
  .container-graph .flexslider {
    background: url(../images/hisory-bg.png)center center no-repeat;
    background-size: cover;
  }
  .c-six_list .c-item {
    width: 50%;
  }
  .c-video_play.js-video.js-main:before {
    background: rgba(0, 0, 0, 0.32);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 4px;
    right: 0;
    z-index: -1;
  }
  .c-video_play.js-video.js-main.is-playing:before {
    display: none;
  }
}
@media screen and (max-width: 456px) {
  .fancybox-content {
    padding: 34px 15px!important;
  }
  .form-base .form-title {
    font-size: 25px;
    margin: 10px auto 10px;
  }
  .form-base .input-in {
    margin-bottom: 10px;
  }

  .c-item--un .sprite--quote {
    display: none;
  }
  .container-graph .c-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-grid .c-list .c-item {
    flex: 1 55%;
  }
  .c-light .c-container--number {
    flex-flow: column;
    align-items: center;
  }
  #fast-menu-save-money .c-toggle{
    font-size: 11px;
  }
  .c-light {
    background: #1f2633 url(../images/adw-bg.png) center top no-repeat;
  }
  .c-light .text-block_title {

  }
  .text-block_links .c-toggle {
    font-size: 1.1rem;
  }
  .containts-phone .c-preFooter_phone {
    font-size: 23px;
  }
  .c-preFooter_phone .icon {
    width: 22px;
  }

}
@media screen and (max-width: 350px) {
  .c-video_play h3 {
    font-size: 2rem;
    margin-top: 32px;
  }
  .c-six_list .c-item {
    width: 100%;
  }

  .c-first .c-content_links .c-toggle:last-child {
    font-size: 13px;
  }
  .c-content_title br {
    display: none;
  }
  .c-toggle {
    font-size: 1.2rem;
  }
  .c-toggle span {
    margin-left: initial !important;
     margin-right: initial !important;
  }
  .c-content_links svg {
    display: none;
  }
  .form-base {
    padding: 115px 6px 120px;
  }


}
.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-inner i{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
span.preview-inner {
  display: block;
  position: relative;
}
.callibri_soc {

  bottom: 65px !important;
}
.callibri_hooktext_wrapper {
  bottom: 80px !important;
}
.callibri_bg_soc {
  bottom: 125px !important;
}
.callibri_options {
  bottom: 90px !important;
}
ul.map-level-0 a {
  display: block;
  margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 24px;
  text-decoration: none;
  color: #1f2633;
}
ul.map-level-0 a {

}
ul.map-level-0, ul.map-level-1 , ul.map-level-2 , ul.map-level-3  {
  list-style: none;
}
ul.map-level-0 li, ul.map-level-1 li,ul.map-level-2 li, ul.map-level-3  li{
  position: relative;
}
ul.map-level-0 li:before {
  top: 9px !important;
}
ul.map-level-0 li:before,ul.map-level-1 li:before,ul.map-level-2 li:before, ul.map-level-3  li:before{
  content: '';
  position: absolute;
  left: -28px;

  background-color: #f6e500;
  width: 12px;
  height: 12px;
}
ul.map-level-1 li:before,ul.map-level-2 li:before, ul.map-level-3  li:before{
  top: 5px !important;
}

ul.map-level-1 a, ul.map-level-2 a, ul.map-level-3 a {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1f2633;
}
.map-columns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 350px) {

  .c-first .c-content_links {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .video-caption-in {
    display: none;
  }
  /*.c-content.page-24.active {*/
  /*top: -210px;*/
  /*}*/
  .myprogress {
    flex-wrap: wrap;
  }
  .circle-in {
    flex: 0 33%;
  }
  .myprogress .bar {
    display: none;
  }
  .some {
    top: 125px;
  }
  .myprogress .title {
    margin-top: 0px;
    margin-bottom: 19px;
  }
  .myprogress {
    bottom: 55px;
  }


}
@media screen and (min-width: 769px) {
  .site-video-24 .c-video video {
    height: 100vh;
    object-fit: fill;
  }
  .site-video-24 .some {

  }
}
.video-caption-in {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 135px;
  background-color: rgba(30, 36, 48, 0.38);
  z-index: 1;
  height: 143px;
  /* max-width: 439px; */
  /* width: 100%; */
  display: flex;
  flex-flow: column;
  /* align-items: center; */
  justify-content: center;
  padding-left: 45px;
  opacity: 0;
  transition: .3s linear;
  transition-delay: 1s;
  justify-content: center;
  text-align: center;
}
.video-caption-in .title {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.video-caption-in .stitle {
  display: none !important;
}

.video-caption-in .stitle {
  font-weight: 300;
  font-size: 16px;
  color: rgb(202, 212, 229);
}
.check.active .video-caption-in {
  opacity: 1;
}
.video-caption-ins {
  /* max-width: 1240px; */
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.some {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
}
.video-tabs {
  position: relative;
  height: 100vh;
}
.form-in .c-video {
  min-height: 100vh;
  width: 100%;
  overflow: initial !important;
  position: absolute;
  left: 0;
  top: -70px;
  bottom: 0;
  right: 0;
  background: #101523;
  padding-top: 41px;
}
.site-video-24 .form-black {
  background: #070d1f;
}

section.section-form.site-video-24 {
  opacity: 0;
  transition: 1.5s ease-out;
}
section.section-form.site-video-24.active {
  opacity: 1;
}
.site-video-24 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.site-video-24 .tabs {
  background: #151a26;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 30px;
}
.myprogress {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.myprogress {
  max-width: 1031px;
  margin: 50px auto;
  text-align: center;
}
.circle-in {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  text-decoration: none;
}


.myprogress .circle {
  position: relative;
  z-index: 1;
}
.myprogress .circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #4c5768;
  background: #1f2633;
}
.circle-in.visited .circle, .circle-in.check .circle {
  border: 2px solid #94a9cb;
  background: #94a9cb;
}
.circle-in.visited .bar, .circle-in.check .bar {
  background-color: #94a9cb;
}
.circle-in:first-child .bar {
  display: none;
}
.myprogress .bar {
  position: relative;
  width: 97px;
  height: 2px;
  background: #4c5768;
  top: 4.7px;
  /* right: -15px; */
  right: 99px;
  display: block;
}
.circle-in.check .title, .circle-in.visited .title {
  color: #94a9cb;
}
.myprogress .title {
  margin-top: 20px;
  color: #4c5768;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.circle-in {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 1;
  text-decoration: none;
}
.page-24.active {
  opacity: 0;
  visibility: hidden;
}
.c-content.page-24 {
  top: 0;
}
.c-first .c-content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.page-24 {
  transition: 1.5s ease-out;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .circle-in {
    flex: 0 33%;
  }
  .myprogress .bar {
    display: none;
  }
}
.select__lang   img{
 margin-bottom: 2px;
}
.select__lang a {
 margin-right: 9px;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 font-weight: 600;
 text-transform: uppercase;
 font-size: 9px;
 text-decoration: none;
 color: #000 !important;
 width: 60px;
 height: 60px;
 border-right: 1px solid #e1e7f0;
 transition: background 0.5s;
}

@media screen and (max-width:540px) {
.c-menu + .select__lang{
 display: none;
}
 .select__lang a {
    margin-right: 0;
   border-right:none;
       display: none;
 }
}

table {
  border: 2px solid black;
  border-collapse: collapse;
}

td, th {
  border: 2px solid black;
  vertical-align: top;
  text-align: center;
}

tr:nth-child(odd) {
  background: #f5f6fa;
}
@media screen and (max-width: 800px) {
  .hronogif {
        display: none;
  }
}
@media only screen and (max-width: 800px){
.c-first .c-content_links .c-toggle:first-child {
    color: #1f2633;
    border-color: #f6e500;
    background-color: #f6e500;
    font-size: 15px;
        width: 90% !important;
    max-width: 90% !important;
}}

@media only screen and (max-width: 800px){
.hronos1 {
    position: fixed;
    bottom: 0;
    z-index: 99;
    max-width: 100%;
    width: 100% !important;
    left: 0;
}}

@media only screen and (max-width: 800px){
.hronos2 {
    display: none;
}}

@media only screen and (max-width: 800px){
.hronos3 {
    min-height: 0 !important;
}}

@media only screen and (min-width: 549px){
 .fafaphones1 {
    display: none;
}}

@media only screen and (max-width: 549px){
 .c-header_mid {
     height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 30%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    width: 29%;
}}

@media only screen and (max-width: 549px){
 .fd333 {
    font-size: 15px !important;
}}


/*фиксированная кнопка*/

.fixed-button {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	display: none;
z-index: 99;
}

.fixed-button-wrap {
	width: 60px;
	height: 345px;
	background: #F4E44C;
	padding: 40px 12px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	 display: flex;  
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column; 
	flex-direction: column;
	transition: all .3s;
}


.fixed-button:hover .fixed-button-wrap {
	color: #1f2633;
    border-color: #ffd134;
    background: #ffd134;
	transition: all .3s;
}

.fixed-button svg {
	margin: 0 auto;
}

.fixed-button-text {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	white-space: nowrap;

	color: #1F2633;
	transform: rotate(90deg);
    /*padding-left: 15px;*/
	transition: all .3s;
}