

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */



/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */



/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@-webkit-keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes transform-shiver {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.4);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 25px rgba(220, 191, 139, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.4);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 25px rgba(220, 191, 139, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 178, 105, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 178, 105, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 178, 105, 0);
    box-shadow: 0 0 0 15px rgba(0, 178, 105, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 178, 105, 0);
    box-shadow: 0 0 0 0 rgba(0, 178, 105, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 178, 105, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 178, 105, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 178, 105, 0);
    box-shadow: 0 0 0 15px rgba(0, 178, 105, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 178, 105, 0);
    box-shadow: 0 0 0 0 rgba(0, 178, 105, 0);
  }
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 21px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 21px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 21px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 21px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 122, 220, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 122, 220, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 122, 220, 0);
    box-shadow: 0 0 0 15px rgba(0, 122, 220, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 122, 220, 0);
    box-shadow: 0 0 0 0 rgba(0, 122, 220, 0);
  }
}

@keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 122, 220, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 122, 220, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 122, 220, 0);
    box-shadow: 0 0 0 15px rgba(0, 122, 220, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 122, 220, 0);
    box-shadow: 0 0 0 0 rgba(0, 122, 220, 0);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.title-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

* {
  /* -webkit-box-sizing: border-box; */
  /* box-sizing: border-box; */
}

.chast {
    font-size: 1.3vw;
    line-height: 60px;
}

.chast img {
    width: 66px;
    float: left;
    /* font-size: 1vw; */
    padding-right: 10px;
}
.labels-wrap.light {
    -webkit-box-shadow: 7px 0 40px rgba(81, 81, 81, 0.2);
    box-shadow: 7px 0 40px rgba(81, 81, 81, 0.2);
    background-color: #ffffff;
    color: #747474;
}.labels {
    /* -webkit-transform: skew(8deg); */
    -ms-transform: skew(8deg);
    /* transform: skew(8deg); */
}
html {
  /* font-size: 10px; */
  /* overflow-x: hidden; */
}




a,
button,
input,
textarea,
select {
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #007adc;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

img.chast {
    width: 66px;
}
.ie body{
  background: red;
}
.mrm {
  margin-right: 0.5vw;
}
.ie10 .gradient-text, .ie11  .gradient-text {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #0086f1;
    background: transparent !important;
    color: #0086f1;
  }
 .ie10 .modal-cs-man .test__right-man-text, .ie11 .modal-cs-man .test__right-man-text{
     margin-left: 0;
 }
.ie10 .qwr8, .ie11  .qwr8{
  -ms-flex-direction: row;
  flex-direction: row;
}
.gray {
  color: #000000;
}

.grc {
  color: #6f6f6f;
}

.title-lg {
  font-size: 3.5vw;
  line-height: 1.2;
}

.tac {
  text-align: center;
}

.fw1 {
  font-weight: 100;
}

.fw5 {
  font-weight: 500;
}

.fw4 {
  font-weight: 400;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fwb {
  font-weight: bold;
}

.fw8 {
  font-weight: 600;
}

.fw9 {
  font-weight: 900;
}

.itlc {
  font-style: italic;
}

.tar {
  text-align: right;
}

.tdt {
  text-decoration: line-through;
}

.tdu {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.title {
  font-size: 2.6vw;
  line-height: 1.1;
}

.title-lg {
  font-size: 2.8vw;
}

.title-m {
  font-size: 2.3vw;
}

.t-min {
  font-size: 1.95vw;
}

.t-ss {
  font-size: 1.5vw;
}

.t-min2 {
  font-size: 1.7vw;
}

.text {
  font-size: 0.97vw;
}

.text-md {
  font-size: 1.07vw;
}

.tg {
  color: #007adc;
}

a.text-min {
  color: #787c91;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a.text-min:hover {
  color: #007adc;
}

.small-text {
  font-size: 1vw;
}

.tsm8 {
  font-size: 0.55vw;
}

.tsm10 {
  font-size: 0.81vw;
  font-weight: 400;
}

.tsm12 {
  font-size: 0.75vw;
}

a.examples__same-proj.tsm12.tg.fw7.btn-cb-js {
    font-size: 0.95vw;
}

.tsm13 {
  font-size: 0.85vw;
}

.text24 {
  font-size: 1.4vw;
}

.text23 {
  font-size: 1.3vw;
}

.text21 {
  font-size: 1.2vw;
}

.container {
  /* max-width: 81vw; */
  /* margin: 0 auto; */
}

.container-md {
  max-width: 85vw;
  margin: 0 auto;
}

.container-mm {
  max-width: 72vw;
  margin: 0 auto;
}

.container-min {
  max-width: 64vw;
  margin: 0 auto;
}

.mlg {
  margin-bottom: 4.5vw;
}

.msm {
  margin-bottom: 2.4vw;
}

.mb {
  margin-bottom: 1.5vw;
}

.mbm {
  margin-bottom: 0.7vw;
}

button.btn.btn-end-form.mbm {
    width: 100%;
    /* font-size: 2vw; */
}

.mbs {
  margin-bottom: 0.41vw;
}

.stop {
  /* overflow: hidden; */
}

.section {
  padding: 4vw 0;
  position: relative;
}

.block {
  height: 100%;
  padding: 1.6vw;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.block-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.5rem;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
  margin: 0.4vw;
}

.labels {
  /* -webkit-transform: skew(8deg); */
  -ms-transform: skew(8deg);
  /* transform: skew(8deg); */
  padding: 3px;
}



.labels-wrap.light {
  -webkit-box-shadow: 7px 0 40px rgba(81, 81, 81, 0.2);
  box-shadow: 7px 0 40px rgba(81, 81, 81, 0.2);
  background-color: #ffffff;
  color: #747474;
}






.btn.dark {
  color: #fff;
  -webkit-box-shadow: 0 8px 13px rgba(0, 84, 152, 0.49), inset 0 -4px 1px #005498;
  box-shadow: 0 8px 13px rgba(0, 84, 152, 0.49), inset 0 -4px 1px #005498;
  background-color: #0c133e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#007adc), to(#2396f3));
  background-image: -webkit-linear-gradient(bottom, #007adc 0%, #2396f3 100%);
  background-image: -o-linear-gradient(bottom, #007adc 0%, #2396f3 100%);
  background-image: linear-gradient(to top, #007adc 0%, #2396f3 100%);
}

.btn.dark:hover {
  -webkit-box-shadow: 0 8px 13px rgba(0, 84, 152, 0.49), inset 0 4px 1px #005498;
  box-shadow: 0 8px 13px rgba(0, 84, 152, 0.49), inset 0 4px 1px #005498;
}

.btn.bord {
  text-shadow: 1px -1px 16px rgba(0, 0, 0, 0.17);
  color: #68a6f7;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #68a6f7;
  -webkit-box-shadow: 0px 0px 2px #68a6f7;
  box-shadow: 0px 0px 2px #68a6f7;
}

.btn.bord:hover {
  -webkit-box-shadow: 0px 0px 20px #68a6f7;
  box-shadow: 0px 0px 20px #68a6f7;
}

.btn.tgr {
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d80733), to(#fb5f45)), -webkit-gradient(linear, left bottom, left top, from(#ee858c), color-stop(98%, #fabcbc), to(#fabcbc));
  background-image: -webkit-linear-gradient(bottom, #d80733 0%, #fb5f45 100%), -webkit-linear-gradient(bottom, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  background-image: -o-linear-gradient(bottom, #d80733 0%, #fb5f45 100%), -o-linear-gradient(bottom, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  background-image: linear-gradient(to top, #d80733 0%, #fb5f45 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  -webkit-box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 -4px 1px #a61c2e;
  box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 -4px 1px #a61c2e;
}

.btn.tgr:hover {
  -webkit-box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 4px 1px #a61c2e;
  box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 4px 1px #a61c2e;
}

.btn.big {
  padding: 1.7vw 1vw;
}

.btn__img {
  position: absolute;
}

.btn.tgr {
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d80733), to(#fb5f45)), -webkit-gradient(linear, left bottom, left top, from(#ee858c), color-stop(98%, #fabcbc), to(#fabcbc));
  background-image: -webkit-linear-gradient(bottom, #d80733 0%, #fb5f45 100%), -webkit-linear-gradient(bottom, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  background-image: -o-linear-gradient(bottom, #d80733 0%, #fb5f45 100%), -o-linear-gradient(bottom, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  background-image: linear-gradient(to top, #d80733 0%, #fb5f45 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  -webkit-box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 -4px 1px #a61c2e;
  box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 -4px 1px #a61c2e;
}

.btn.tgr:hover {
  -webkit-box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 4px 1px #a61c2e;
  box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 4px 1px #a61c2e;
}

.btn.big {
  padding: 1.7vw 1vw;
}

.btn.min {
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
}

.btn .cwh {
  color: #fff;
}

.burger {
  width: 3.7rem;
  height: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 60%;
  height: 1px;
  border-radius: 4px;
  position: relative;
  background-color: #f8e4b8;
}

.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 140%;
  height: 1px;
  right: 0;
  background-color: #f8e4b8;
  border-radius: 4px;
}

.burger span:before {
  top: -1rem;
}

.burger span:after {
  bottom: -1rem;
}

.burger__wrap {
  text-transform: uppercase;
  color: #f4f3ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close-nav {
  display: none;
}

.link {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
}

.link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #3297ca;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.link:hover:before {
  width: 40%;
}

.link.dsh {
  color: #1492d0;
}

.link.dsh:before {
  border-bottom: 1px dashed #1492d0;
}

input::-webkit-input-placeholder {
  color: #191919;
}

input:-ms-input-placeholder {
  color: #191919;
}

input::-ms-input-placeholder {
  color: #191919;
}

input::-moz-placeholder {
  color: #191919;
}

input::placeholder {
  color: #191919;
}

.input {
  height: 3.8vw;
  padding: 0.3vw 1vw;
  padding-left: 2vw;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #f7f7f7;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
}

.inp-min {
  width: 30.5%;
}

.inp-md {
  width: 48%;
}

.inp-big {
  width: 100%;
}

.gradient-text {
  background-image: -webkit-linear-gradient(121deg, #0162b1 0%, #0086f1 100%);
  background-image: -o-linear-gradient(121deg, #0162b1 0%, #0086f1 100%);
  background-image: linear-gradient(-31deg, #0162b1 0%, #0086f1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #191919;
  display: table;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4vw;
  height: 4vw;
  z-index: 18;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.7vw;
}

.arrows.t2 {
  width: 3vw;
  height: 3vw;
  top: 33%;
}

.arrows:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.slidePrev {
  left: 3.5rem;
}

.slidePrev.t2 {
  left: -1.5vw;
}

.slidePrev.t4 {
  left: -1.5vw;
}

.slidePrev.t3 {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slidePrev.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.slideNext {
  right: 3.5rem;
}

.slideNext.t2 {
  right: -1.5vw;
}

.slideNext.t4 {
  right: -1.5vw;
}

.slideNext.t3 {
  left: 50%;
  bottom: -1vw;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slideNext.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.check-box {
  cursor: pointer;
  display: block;
}

.check-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-label {
  width: 1.1vw;
  height: 1.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5vw;
  border-radius: 2px;
  background-color: #e8e8e8;
}

.check-label.v2 {
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  width: 1.5vw;
  height: 1.5vw;
  padding: 0.2vw;
}

.check-label.v2 .check-label-act {
  width: 1vw;
  height: 1vw;
  border-radius: 100%;
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcbf8b), to(#f8e4b8));
  background-image: -webkit-linear-gradient(bottom, #dcbf8b 0%, #f8e4b8 100%);
  background-image: -o-linear-gradient(bottom, #dcbf8b 0%, #f8e4b8 100%);
  background-image: linear-gradient(to top, #dcbf8b 0%, #f8e4b8 100%);
}

.check-label-act {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.check-label.min {
  width: 1vw;
  height: 1vw;
  border-radius: 2px;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
  background-color: #ffb458;
}

.wac {
  color: #3fbf3f !important;
}

.vic {
  color: #8173c7 !important;
}

.tgc {
  color: #5fcff2 !important;
}

.emc {
  color: #fbc855 !important;
}

.vf {
  background-color: #fff;
  padding: 2.6vw 2vw;
  -webkit-box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  box-shadow: 0 0 40px rgba(133, 138, 160, 0.1);
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: 4;
  position: relative;
}

.vf:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #d1d5e4;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  z-index: 1;
}

.vf-wrap {
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  position: relative;
  z-index: 5;
}

.line-tg {
  border-bottom: 1px solid #dcbf8b;
  width: 40%;
}

.line-tg.min {
  margin-left: auto;
  margin-right: auto;
  width: 7vw;
  border-bottom: 1px solid #cccdd4;
}

.pre {
  position: relative;
  z-index: 4;
}

.blc {
  color: #303030 !important;
}

.tgc2 {
  color: #00b269;
}

.lcb {
  color: #303030;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.lcb:hover {
  color: #e30613;
}

.burger {
  width: 3rem;
  height: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 1rem;
}

.burger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: relative;
  background-color: #007adc;
}

.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #007adc;
  border-radius: 4px;
}

.burger span:before {
  top: -1rem;
}

.burger span:after {
  bottom: -1rem;
}

.burger__wrap {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #007adc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.burger__wrap-block {
  display: none;
  width: 0;
}

.close-nav {
  display: none;
}

.fps {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.fps2 {
  -webkit-animation: pulse2 2s infinite;
  animation: pulse2 2s infinite;
}

.fps3 {
  border-radius: 100%;
  -webkit-animation: pulse3 2s infinite;
  animation: pulse3 2s infinite;
}

.gtg {
  color: #00b269;
}

.phn {
  position: fixed;
  right: 2vw;
  bottom: 3vw;
  width: 4vw;
  height: 4vw;
  border-radius: 100%;
  padding: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffb356;
  z-index: 122;
}

.phn-n {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}



.header__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}






.hsocial__cir {
  background-color: #00b269;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
}

.hsocial__cir:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: rgba(0, 178, 105, 0.3);
}

.hsocial__block {
  margin-left: 0.6vw;
}

.hsocial__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsocial__item {
  width: 1.6vw;
  height: 1.6vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 0.11vw;
  border-radius: 100%;
  display: inline-block;
}

.hsocial__item img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.hsocial__item img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.nav__wrap {
  position: relative;
  z-index: 16;
  padding: 1vw 0;
}

.nav li {
  position: relative;
}

.nav li a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.nav li a:hover,
.nav li a:active {
  color: #ffb458;
}

.main {
  /* position: relative; */
  /* z-index: 91; */
}

.main__cont {
  /* padding: 5vw 0; */
  /* position: relative; */
}

.main__btn {
  width: auto;
  padding-left: 1.5vw;
  padding-right: 8vw;
}

.main__btn_img {
  right: 1vw;
  top: 0;
  width: 6vw;
}

.main-slider__wrap {
  width: 70%;
  margin-right: -7%;
}

.main-slider__block {
  margin: 0 0.5vw;
}

.main-slider__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider__text {
  margin-left: 1vw;
}

.main-slider__text.i-1 {
  left: 3vw;
}

.main-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}

.main__bottom {
  margin-left: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arr {
  cursor: pointer;
}

.btn__actions img {
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
  max-width: none;
  max-height: none;
}

.offer__title_wrap {
  display: block;
  padding: 0 1.5vw;
}

.offer__trigger_bg {
  color: #ffffff;
  letter-spacing: -0.48px;
  display: inline-block;
  padding: 0.5vw 1.5vw;
  background-color: #007adc;
  border-radius: 0.4vw;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.offer__trigger span {
  display: block;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

.offer__subtitle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1vw;
}

.offer__img {
  margin-right: 0.5vw;
  width: 3.4vw;
}

.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.5vw;
}

.dot {
  background-color: #007adc;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 0 0.45vw;
  cursor: pointer;
}

.dot.active {
  background-color: #ffb458;
}

.footer__cont {
  padding: 2vw 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__item {
  color: #9f5d60;
}

.clients {
  padding-bottom: 6vw;
}

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

.clients-left {
  width: 40%;
  margin-right: 1vw;
}

.clients-slider {
  width: 100%;
}

.clients-slider__block {
  height: 5vw;
}

.clients-slider__item {
  margin-left: 0.2vw;
  margin-right: 0.2vw;
}

.clients-slider__item .block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5vw;
}

.clients-slider__text {
  padding-left: 0.5vw;
}

.clients-right {
  width: 50%;
}




.slick-dots li.slick-active button:before {
  color: #007adc;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li {
  margin: 0;
  text-align: center;
}

.link-portfs {
  margin-top: 3.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-portfs img {
  width: 0.5vw;
  margin-left: 0.5vw;
}

.system__cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.system-block .block {
  padding: 0;
}

.system-block-scroll {
  height: 22vw;
  overflow-y: scroll;
  margin: 1vw 0.7vw;
  padding: 1vw 2vw;
}

.system__left {
  width: 40%;
  position: relative;
  z-index: 6;
}

.system__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 45%;
  position: relative;
  z-index: 5;
  margin-right: 5%;
}

.system__img .ab-city_item-pulse {
  left: 40%;
}

.system__name {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.system__name .name-1 {
  margin-bottom: -0.1vw;
  z-index: 5;
  margin-left: -1vw;
  width: auto;
}

.system__sign {
  position: absolute;
  bottom: 8%;
  left: -17%;
  width: 11vw;
}

.system__qq {
  position: absolute;
  left: -8vw;
  width: 6.6vw;
  top: 3vw;
}

.system-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.system-link img {
  width: 6vw;
  margin-right: 0.7vw;
}

.system-block-scroll::-webkit-scrollbar {
  width: 9px;
  border-radius: 5px;
  overflow: hidden;
}

.system-block-scroll::-webkit-scrollbar-button {
  display: none;
}

.system-block-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #e8e8e8;
}

.system-block-scroll::-webkit-scrollbar-track-piece {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.37);
}

.system-block-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d1d1d1;
}

@-webkit-keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

.ab-city_item-pulse {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  background-color: transparent;
  height: 26vw;
  width: 26vw;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.ab-item__pulse {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 26vw;
  width: 26vw;
  border: 1px solid #ffb458;
  border-radius: 50%;
  opacity: .3;
  -webkit-animation: animPulse 6s linear infinite;
  animation: animPulse 6s linear infinite;
}

.ab-city_item-pulse_1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ab-city_item-pulse_2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ab-city_item-pulse_3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ab-city_item-pulse_4 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.services {
  -webkit-box-shadow: 0px -20px 59px 49px #ffffff;
  box-shadow: 0px -20px 59px 49px #ffffff;
}

.services__list {
  max-width: 39vw;
  margin: 0 auto 3vw;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 7px 38px rgba(0, 0, 0, 0.06);
  box-shadow: 0 7px 38px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 0.9vw 2.9vw;
}

.services__pic {
  width: 3vw;
  height: 3vw;
  margin-right: 0.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services__overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 25, 55, 0.9);
  border-radius: 10px;
  color: #ffffff;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* padding: 2vw 1.5vw; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services__overlay-title {
  margin-bottom: 1.1vw;
}

.services__overlay-btn {
  padding: 0.8vw;
  max-width: 18vw;
}

.services__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 32vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.services__block {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.services__block:nth-child(1),
.services__block:nth-child(4) {
  top: 5vw;
}

.services__block:nth-child(1) .services__img,
.services__block:nth-child(4) .services__img {
  width: 15.8vw;
  height: 20vw;
}

.services__block {
  margin-bottom: 1.4vw;
}

.services__block .services__img {
  width: 17.8vw;
  height: 14.4vw;
}

.services__block img {
  width: 100%;
  height: 100%;
}

.services__block:hover .services__overlay {
  opacity: 1;
}

.services__block:hover .services__descr {
  display: none;
}

.services__descr {
  color: #ffffff;
  position: absolute;
  bottom: 1vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10vw;
  padding: 0.52vw 0;
}

.services__descr .bg-block {
  background-color: #007adc;
}

.bg-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  left: 2vw;
  padding: 0;
  top: -0.5vw;
  -webkit-transform: translate(-2vw, 0.5vw) skewX(-15deg);
  -ms-transform: translate(-2vw, 0.5vw) skewX(-15deg);
  transform: translate(-2vw, 0.5vw) skewX(-15deg);
}

.objects {
  padding-bottom: 0;
}

.objects__title {
  color: #007adc;
}

.objects__bg {
  position: relative;
  padding: 3vw 0;
}

.objects__content {
  background-color: #ffffff;
  border-radius: 10px;
  width: 26vw;
  padding: 0.6vw;
}

.objects__content-border {
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  padding: 1.3vw 1.8vw 0;
}

.objects__content-grey {
  background-color: #e8e8e8;
  border-radius: 5px;
  max-width: 93%;
  padding: 0.5vw 3.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.objects__content-grey .header__phone {
  font-size: 0.93vw;
}

.objects__content-grey .header__img--phone {
  top: 0.4vw;
}

.objects__content-grey-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.objects__content-grey-block .header__img--phone {
  width: 1.5vw;
}

.objects__content-writeus {
  color: #00b269;
  position: relative;
}

.objects__content-writeus:before {
  position: absolute;
  content: '';
  width: 0.26vw;
  height: 0.26vw;
  background-color: #00b269;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 178, 105, 0.3);
  box-shadow: 0px 0px 0px 3px rgba(0, 178, 105, 0.3);
  border-radius: 100%;
  top: 0.26vw;
  left: -0.2vw;
}

.objects__btn {
  width: 93%;
  max-width: none !important;
  margin: initial !important;
  margin-bottom: 1.5vw !important;
  position: relative;
}

.objects__btn-img {
  position: absolute;
  width: 5.3vw;
  cursor: pointer;
  right: -1vw;
  top: -0.2vw;
}

.objects__btn-pdf {
  padding-right: 5.5vw;
}

.objects__popup {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: -5.5vw;
  left: 4vw;
  padding: 1vw;
  z-index: 99;
  color: #191919;
  height: 5vw;
  width: 10vw;
  border-radius: 10px;
}

.objects__popup:after {
  position: absolute;
  content: '';
  bottom: -1vw;
  left: 49%;
  -webkit-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  transform: translateX(-49%);
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
}

.objects__info {
  width: 1vw;
  height: 1vw;
  position: absolute;
  z-index: 9999;
  top: 0.35vw;
  right: 0.7vw;
  cursor: pointer;
}

.objects__descr {
  color: #ffffff;
  position: absolute;
  -webkit-transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  transform: translateX(0vw);
  width: 12vw;
  padding: 0.52vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.objects__descr .bg-block {
  background-color: #007adc;
}

.objects__descr--moist {
  top: 30vw;
  right: 28vw;
}

.objects__descr--smog {
  top: 10vw;
  right: -5vw;
}

.objects__descr--vent {
  top: 10vw;
  right: 25vw;
}

.objects__descr--remont {
  top: 19vw;
  right: 17vw;
}

.objects__descr--cond {
  top: 8vw;
  right: 8vw;
}

.objects__descr--auto {
  top: 28.7vw;
  right: 10.9vw;
}

.objects__descr:hover .ob-tool-hover {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs__item {
  width: 16%;
  color: #007adc;
  background-color: #ffffff;
  border: 1px solid #007adc;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 0.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs__item.active,
.tabs__item:hover {
  color: #ffffff;
  background-color: #007adc;
}

.tabs__content {
  display: none;
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ */
}

.tabs__content.active {
  display: block;
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº */
}

.ob-tool {
  width: 1.2vw;
  height: 1.2vw;
  position: relative;
  margin-left: 0.5vw;
  cursor: pointer;
}

.ob-tool img {
  position: relative;
  z-index: 4;
}

.ob-tool-hover {
  width: 11vw;
  padding: 1vw;
  position: absolute;
  bottom: 1.1vw;
  left: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  background-color: #fff;
  border-radius: 1rem;
  color: #282828;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-transform: none;
}

.examples {
  margin-bottom: 5.4vw;
  padding-bottom: 0;
}

.examples__slider {
  margin-bottom: 3.8vw !important;
}

.examples__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.examples__block {
  background-color: #f7f7f7;
  width: 49%;
  padding: 2vw 1.6vw;
  border-radius: 10px;
}

.examples__block-bg {
  position: relative;
}

.examples__block-bg > img {
  position: absolute;
  top: 1.2vw;
  width: 100%;
  height: 10.3vw;
  border-radius: 15px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.examples__block-slider {
  width: 21.5vw;
  margin: 0 auto;
}

.examples__block-slider .slider__arrow--left--round {
  top: 50%;
  left: -12%;
  -webkit-transform: translate(3%, -50%);
  -ms-transform: translate(3%, -50%);
  transform: translate(3%, -50%);
}

.examples__block-slider .slider__arrow--right--round {
  top: 50%;
  right: -12%;
  -webkit-transform: translate(3%, -50%);
  -ms-transform: translate(3%, -50%);
  transform: translate(3%, -50%);
}

.examples__address {
  display: inline-block;
  margin-right: 0.6vw;
  position: relative;
  width: 1vw;
}

.examples__address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.examples__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.examples__details.btnsm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.examples__details-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 66%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.examples__details-text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #007adc;
}

.examples__details-text span {
  display: block;
  text-transform: none;
  color: #191919;
  margin-top: 0.3vw;
}

.examples__details-manager {
  position: relative;
  margin-top: -4vw;
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.examples__details .services__descr {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  width: 8.7vw;
  color: #191919;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.examples__details .services__descr .bg-block {
  background-color: #ffb458;
}

.examples__details .services__descr:last-child {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  width: 8.7vw;
  color: #191919;
}

.examples__details .services__descr:last-child .bg-block {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 35px rgba(0, 0, 0, 0.1);
}

.examples p {
  line-height: 18px;
}

p.tsm12.fw5.mbm {
    font-size: 0.95vw;
}

p.tsm12.fw5.mb {
    font-size: 0.95vw;
}

.examples__btn {
  max-width: 23vw;
  position: relative;
  min-height: 4vw;
  left: -0.5vw;
  color: #fff;
  text-shadow: -1px 1px 5px rgba(44, 110, 74, 0.49);
  padding: 0.2vw 1.8vw;
  line-height: 1;
}

.examples__btn--more {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#007adc), to(#2396f3));
  background-image: -webkit-linear-gradient(bottom, #007adc 0%, #2396f3 100%);
  background-image: -o-linear-gradient(bottom, #007adc 0%, #2396f3 100%);
  background-image: linear-gradient(to top, #007adc 0%, #2396f3 100%);
  -webkit-box-shadow: 0 8px 13px rgba(60, 116, 194, 0.49), inset 0 -4px 1px #3c6ac2;
  box-shadow: 0 8px 13px rgba(60, 116, 194, 0.49), inset 0 -4px 1px #3c6ac2;
  color: #ffffff;
  width: 14vw;
  padding: 0.2vw 1.8vw;
  height: 2vw;
  margin: 0 auto;
  font-size: 1.1vw;
}

.examples__btn--more:hover {
  -webkit-box-shadow: 0 8px 13px rgba(60, 110, 194, 0.49), inset 0 4px 1px #3c74c2;
  box-shadow: 0 8px 13px rgba(60, 110, 194, 0.49), inset 0 4px 1px #3c74c2;
}

.slider__arrow--left--round {
  width: 1.72vw;
  height: 1.72vw;
  top: 30%;
  left: -3%;
  -webkit-transform: translate(3%, -30%);
  -ms-transform: translate(3%, -30%);
  transform: translate(3%, -30%);
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

.slider__arrow--right--round {
  width: 1.72vw;
  height: 1.72vw;
  top: 30%;
  right: -3%;
  -webkit-transform: translate(3%, -30%);
  -ms-transform: translate(3%, -30%);
  transform: translate(3%, -30%);
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

.service__slider-border {
  height: 4.7vw;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 14px -4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 14px 14px -4px rgba(0, 0, 0, 0.03);
  padding: 3px 4px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.service__slider-img {
  height: 4.3vw;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  position: relative;
}

.service__slider-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.exd-item {
  width: 32%;
  -webkit-box-shadow: 2px 0 35px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0 35px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.exd-item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

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

.cta__img {
  margin-right: -7%;
  margin-top: -4vw;
}

.cta__img-text {
  position: absolute;
  width: 15vw;
  padding: 2vw 1.2vw;
  border-radius: 1rem;
  left: -8.6vw;
  top: 6vw;
  background-color: #fff;
  font-style: italic;
}

.cta-px {
  position: absolute;
  left: -26vw;
  bottom: 7vw;
  width: 83vw;
  max-width: none;
  max-height: none;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.comers__form {
  -webkit-box-shadow: 0 7px 38px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 38px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  width: 27vw;
  padding: 8px !important;
}

.comers__form .form-wrap {
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  padding: 2.5vw 1.5vw;
}

.comers__form .input {
  font-style: italic;
}

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

.comers__it-left {
  width: 3.4vw;
  margin-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.comers__it-right {
  width: 82%;
}

.comers__it-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comers__it-right-box .check-box {
  width: 47%;
}

.comers__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comers__items.ends {
  margin-right: 10%;
}

.fcir {
  color: #fff;
  background-color: #007adc;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.1vw;
  height: 2.1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation: pulse4 2s infinite;
  animation: pulse4 2s infinite;
}

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

.get__left {
  width: 40%;
}

.get__right {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.get__form {
  width: 100%;
}

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

.get__block-left {
  width: 36%;
}

.get__block-right {
  width: 60%;
}

.get__block-right .btn {
    width: 100%;
}

.get__block-right  .btn .tsm12 {
    font-size: 1vw;
}

.get__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.get__name .name-1 {
  margin-bottom: -0.1vw;
  z-index: 5;
  margin-left: -1vw;
  width: auto;
}

.get__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.get__item {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 2vw;
  height: 100%;
}

.get__item-wrap {
  position: relative;
  width: 31%;
}

.get__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get__img {
  height: 6.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get__img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.get-num {
  background-color: #ffb458;
  border-radius: 50%;
  width: 2.3vw;
  height: 2.3vw;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.get-num:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 180, 88, 0.3);
  border-radius: 50%;
  width: 140%;
  height: 140%;
  -webkit-animation: opas 2.2s infinite linear;
  animation: opas 2.2s infinite linear;
  z-index: -1;
}

.get-num-wrap {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
}

.team {
  padding-bottom: 2vw;
}

.team__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team__left {
  width: 45%;
}

.team__right {
  width: 48%;
  position: relative;
}

.team__pin {
  position: absolute;
  top: 7%;
  left: 27%;
  z-index: 1;
  cursor: pointer;
}

.team__pin img {
  position: relative;
  z-index: 4;
  width: 2.5vw;
  -webkit-animation: transform-shiver 5000ms linear 0ms infinite normal both;
  animation: transform-shiver 5000ms linear 0ms infinite normal both;
}

.team__pin-hover {
  z-index: 5;
  width: 11vw;
  padding: 1vw;
  position: absolute;
  bottom: 3.1vw;
  left: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-transform: none;
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.team__map {
  position: absolute;
  top: -15%;
  left: -20%;
  z-index: 0;
  max-width: none;
  max-height: none;
}

.team__num {
  margin-right: 1.5vw;
}

.team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team__cl {
  position: relative;
  margin-top: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team__pl {
  position: absolute;
  bottom: 0;
  right: 20%;
  max-width: none;
  max-height: none;
  width: 23vw;
}

.team__item {
  width: 48%;
}

.team__img {
  display: block;
}

.appeal {
  position: relative;
}

.appeal__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appeal__block {
  color: #6f6f6f;
  width: 24%;
}

.appeal__block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 8.5vw;
}

.appeal__btn {
  padding: 1vw;
}

.appeal__tg {
  color: #ffffff;
  letter-spacing: -0.48px;
  display: inline-block;
  padding: 0.5vw 1.5vw;
  background-color: #007adc;
  border-radius: 0.4vw;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.appeal__tg span {
  display: block;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

.appeal__tg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.appeal__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 39vw;
  margin: 0 auto 1.5vw;
}

.appeal__item-img {
  margin-right: 0.5vw;
  width: 1.9vw;
  height: 1.7vw;
}

.appeal__fav {
  cursor: pointer;
}

.seob__text {
  color: #959595;
  position: relative;
  height: 3.4vw;
  overflow: hidden;
}

.seob__text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #fff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.seob__text.act {
  height: 5.4vw !important;
}

.seob__btn {
  width: 3vw;
  height: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__item.v1 {
  width: 26%;
}

.contacts__item.v2 {
  width: 24%;
}

.contacts__item.v3 {
  width: 40%;
}

.contacts-soc {
  margin: 0 0.05vw;
  display: inline-block;
  width: 2.2vw;
  height: 2.2vw;
}

.contacts__map {
  height: 36vw;
}

.contacts__img {
  display: block;
}

.block-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-c__img {
  width: 1.3vw;
  height: 1.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5vw;
}

.block-c__soc {
  margin-right: 1vw;
}

.line-gr {
  margin-left: 0;
  width: 18.2vw;
  margin-right: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.map {
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.inverse {
  color: #ffffff;
}

div#contacts .msm {
    color: #ffffff;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding: 1.5vw 0;
}

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

.guarantee {
  padding-top: 3vw;
}

.guarantee-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guarantee-block__left {
  -webkit-box-shadow: 0 7px 38px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 38px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 6px;
  width: 65%;
  position: relative;
}

.guarantee-block__left-wrap {
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  padding: 2.5vw 1.5vw;
  padding-right: 14vw;
}

.guarantee-block__left-img {
  position: absolute;
  right: -3vw;
  top: 2vw;
  width: 14vw;
}

.guarantee-block__left-img.v3 {
  width: 18vw;
  top: 0;
  right: -5vw;
}

.guarantee-block__right {
  width: 22%;
}

.guarantee-block__right-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guarantee-block__right-line-img {
  width: 11vw;
}

.guarantee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 10px solid #007adc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #f7f7f7 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #f7f7f7 0%, #ffffff 100%);
  padding: 2vw;
  position: relative;
}

.guarantee-item.t2 {
  padding: 0;
}

.guarantee-item.t2 img {
  margin-bottom: -2px;
}

.guarantee-item-img {
  width: 35%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4vw;
}

.guarantee-item-img-slider {
  position: absolute;
  right: -3.5vw;
  bottom: -1vw;
  width: 8.5vw;
}

.guarantee-item-img-slider__item {
  height: 11.5vw;
  display: block;
}

.guarantee-item-img-left {
  position: relative;
  text-align: center;
}

.guarantee-item-img-left img {
  position: absolute;
  max-width: none;
  max-height: none;
  width: 8vw;
  top: -0.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.guarantee-item-img-right {
  height: 13vw;
  position: relative;
  margin-right: 5vw;
}

.guarantee-item-img-2 {
  position: absolute;
  right: -1vw;
  top: 5vw;
  width: 15vw;
}

.guarantee-item-img.t2 {
  width: 38%;
}

.guarantee-item-img.t3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 55%;
  padding: 0 1.5vw;
}

.guarantee-item-text.t2 {
  padding: 1vw;
  padding-left: 0;
  padding-right: 12vw;
}

.guarantee-cts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.guarantee-cts__left {
  width: 47%;
}

.guarantee-cts__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guarantee-blc {
  padding-left: 2vw;
}

.guarantee-list li {
  position: relative;
  margin: 0.4vw 0;
  padding-left: 1.5rem;
}

.guarantee-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffb458;
}

.grc {
  color: #6f6f6f;
}

.trl {
  top: 40%;
}

.trr {
  top: 40%;
  left: -1vw;
}

.cta-2__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta-2-img {
  right: -1vw;
  bottom: -3vw;
}

.cta-2-img .ab-city_item-pulse,
.cta-2-img .ab-item__pulse {
  width: 23vw;
  height: 23vw;
}

.cta-2-img .ab-city_item-pulse {
  left: 50%;
}

.cta-2__info {
  width: 61%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.cta-2__info-block {
  padding-left: 7vw;
}

.cta-2__form {
  -webkit-box-shadow: 0 7px 38px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 38px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 6px;
  position: relative;
}

.cta-2__form-wrap {
  padding: 2vw;
  padding-left: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.cta-2__form-block {
  width: 55%;
}

.cta-2__form-cont {
  width: 35%;
  padding-top: 5.5vw;
}

.cta-2__form-img {
  position: absolute;
  max-width: none;
  max-width: none;
  width: 19vw;
  right: -5vw;
  top: -7vw;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.cta-2-list li:after {
  content: '';
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #ffb458;
  opacity: 0.4;
  -webkit-animation: opas 2.2s infinite linear;
  animation: opas 2.2s infinite linear;
}

.cta-2-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.test {
  position: relative;
}

.test__advas {
  padding: 1.5vw;
  border-radius: 10px 10px 0 0;
  background-color: #007adc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.test__advas-item-img {
  width: 9vw;
  height: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.test__cont {
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
  padding: 2vw;
}

.test__quests {
  width: 65%;
  padding: 0 1vw;
}

.test__quests.end {
  width: 100%;
}

.test__right {
  width: 30%;
  padding: 2vw;
  border-radius: 5px;
  border: 10px solid #007adc;
  background-color: #f7f7f7;
}

.test__right-man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test__right-man img {
  width: 54%;
}

.test__right-man-text {
  margin-left: -1vw;
  margin-top: 1vw;
}

.test__right-text {
  position: relative;
  padding: 1.7vw;
  font-style: italic;
  -webkit-box-shadow: 0 7px 38px rgba(0, 0, 0, 0.11);
  box-shadow: 0 7px 38px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  background-color: #ffffff;
  color: #6f6f6f;
  min-height: 11vw;
  z-index: 3;
  margin-top: -0.5vw;
}

.test__right-text:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}



.quiz__btn-img {
  width: 2vw;
  margin-left: 0.5vw;
}

.test__visual {
  position: relative;
  z-index: 17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 75%;
}



.quiz__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}


.quiz__next-wrap {
  position: relative;
  width: 15vw;
}

.quiz__btn {
  padding: 1vw 0.7vw;
}




.checkbox-block-text .small-text {
  display: block;
}


.tiem:hover {
  z-index: 12;
}

.tiem.t2 {
  padding: 1vw;
  width: 100%;
}

.tiem.t3 {
  width: 22%;
}

.tiem.t9 {
  width: 100%;
  padding: 1vw 2.5vw;
  background-color: #f7f7f7;
  border-radius: 5px;
}

.tiem.t5 {
  width: 42%;
  padding: 1vw;
  padding-left: 0;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 3%;
  margin-right: 3%;
}

.tiem.v9-1 {
  padding: 0.5vw;
  padding-left: 0;
}

.tiem.v5-1 {
  padding-top: 2vw;
}

.tiem.t6 {
  width: 100%;
}

.tiem-img {
  height: 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1vw;
  opacity: 0.5;
  border: 1px solid #dddddd;
  position: relative;
  border-radius: 5px;
}

.tiem-img.v2 {
  height: 15vw;
}

.tiem--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tiem--img {
  height: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tqw5-block {
  width: 54%;
  margin-left: 46%;
}

.tool-test {
  right: 0.5vw;
  top: 0.5vw;
}

.tool-test .tool-sp__hov {
  padding: 0.8vw;
  width: 14vw;
  background-color: #fff;
}

.img-qw5 {
  position: absolute;
  left: -3vw;
  bottom: -7vw;
  width: 20vw;
}

.img-qw5:hover {
  z-index: 23;
}

.img-qw5.v6 {
  width: 30vw;
  bottom: -5vw;
  z-index: 0 !important;
}

.img-qw5.v6 .tool-sp {
  right: 22vw;
  top: 78%;
}

.checkbox-block-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiem-before-mod {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.qw7-img {
  height: 21vw;
  border: 1px solid #dddddd;
}

.slick-slide {
  outline: none;
}

.checkbox-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-block .small-text,
.checkbox-block .tsm13,
.checkbox-block .tsm12 {
  opacity: 0.6;
}

.checkbox-block.t2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-block.t2 .checkbox-psevdo {
  margin-top: 0 !important;
}

.checkbox-block.t3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-block.t3 .checkbox-psevdo {
  margin-top: 0 !important;
  margin-left: -0.8vw;
  margin-right: 1.4vw;
}

.checkbox-inp {
  display: none;
}

.qw5-st {
  position: absolute;
  right: 1.8vw;
  top: 0.8vw;
}

.checkbox-psevdo {
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  width: 1.9vw;
  height: 1.9vw;
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -1vw;
  margin-bottom: 0.1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-psevdo.t2 {
  margin-right: 0.5vw;
  border: 1px solid #e8e8e8;
}

.checkbox-psevdo.t3 {
  border-radius: 2px;
  margin-top: -1.5vw;
  background-color: #fff;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
  border-radius: 2px;
  background-color: #dddddd;
}

.checkbox-psevdo.t4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.5vw;
}

.checkbox-psevdo.t5 {
  margin-left: -1vw;
}

.checkbox-psevdo.t9 {
  margin-right: 0.5vw;
  border: 1px solid #dddddd;
}

.checkbox-psevdo-active {
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 100%;
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8e8e8;
}

.checkbox-psevdo-active img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-inp:checked ~ .tiem-img {
  -webkit-box-shadow: 0 0 40px rgba(0, 122, 220, 0.1);
  box-shadow: 0 0 40px rgba(0, 122, 220, 0.1);
  border: 1px solid #007adc;
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block {
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block .small-text,
.checkbox-inp:checked ~ .checkbox-block .tsm13,
.checkbox-inp:checked ~ .checkbox-block .tsm12 {
  opacity: 1;
}

.checkbox-inp:checked ~ .tiem-before-mod {
  -webkit-box-shadow: 1px -1px 30px rgba(0, 122, 220, 0.3);
  box-shadow: 1px -1px 30px rgba(0, 122, 220, 0.3);
  border: 1px solid #007adc;
}

.checkbox-inp:checked ~ span .qw9-social {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active {
  background-color: #ffb458;
  opacity: 1;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ span .checkbox-psevdo.t3 .checkbox-psevdo-active {
  background-color: #ffb458;
}

.ttools {
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  width: 1vw;
  height: 1vw;
  z-index: 7;
}

.ttools.t4 {
  right: auto;
  left: 0.5vw;
  top: 0.5vw;
}

.ttools img {
  width: 100%;
  position: relative;
  z-index: 7;
}

.ttools-hov {
  position: absolute;
  bottom: 0.8vw;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.85vw;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  width: 14vw !important;
  opacity: 0;
}

.ttools:hover .ttools-hov {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.test-item-qw3 {
  position: relative;
  width: 100%;
  height: 22vw;
  padding-top: 6vw;
}

.test-item-qw3-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
}

.test-item-qw3-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1vw;
}

.test-item-qw4 {
  width: 65%;
  margin-right: 35%;
}

.irs {
  width: 100%;
}

.irs-max,
.irs-min {
  display: none;
}

.irs--flat .irs-line {
  border-radius: 6px;
  background-color: #e8e8e8;
  top: 29px;
  height: 10px;
}

.irs--flat .irs-bar {
  border-radius: 6px;
  background-color: #ffb458;
  top: 29px;
  height: 10px;
}

.irs--flat .irs-handle {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0 10px rgba(133, 138, 160, 0.19);
  box-shadow: 0 0 10px rgba(133, 138, 160, 0.19);
  border: 1px solid #c7cbdb;
  background-color: #f4f3ef;
  border-radius: 100%;
  cursor: pointer;
  top: 24px;
}

.irs--flat .irs-handle:before {
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 0 4px #ffffff;
  box-shadow: 0 0 4px #ffffff;
  background-color: #ffb458;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.irs--flat .irs-handle i {
  display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding: 0.5rem;
  border-radius: 5px;
  background-color: transparent;
  color: #1d1d1d;
  font-size: 1.8rem;
  font-weight: 300;
  min-width: 4rem;
  text-align: center;
  cursor: pointer;
  top: -1rem;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs-single {
  color: #007adc !important;
  font-weight: bold !important;
}

.test-item-qw6 {
  width: 43%;
  margin-right: 57%;
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: 1px dashed #007adc;
  padding: 1vw;
  cursor: pointer;
}

.file-wrap img {
  width: 1.3vw;
  margin-right: 0.6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.input-hidden {
  display: none;
}

.ti-img6 {
  position: absolute;
  right: -4vw;
  top: 3vw;
  width: 25vw;
}

.ti-img6-text {
  position: absolute;
  left: 1vw;
  bottom: 2vw;
  width: 7vw !important;
}

.ti-qw7-img {
  position: absolute;
  right: 0;
  top: 7vw;
  width: 18vw;
}

.test-item-qw7 {
  width: 50%;
  margin-right: 50%;
}

.quiz__prev {
  width: 14vw;
  color: #959595;
  -webkit-box-shadow: 0 8px 13px rgba(198, 198, 198, 0.49), inset 0 -4px 1px #c6c6c6;
  box-shadow: 0 8px 13px rgba(198, 198, 198, 0.49), inset 0 -4px 1px #c6c6c6;
  background-color: #0c133e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dddddd), to(#f7f7f7));
  background-image: -webkit-linear-gradient(bottom, #dddddd 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(bottom, #dddddd 0%, #f7f7f7 100%);
  background-image: linear-gradient(to top, #dddddd 0%, #f7f7f7 100%);
}

.quiz__prev:hover {
  -webkit-box-shadow: 0 8px 13px rgba(198, 198, 198, 0.49), inset 0 4px 1px #c6c6c6;
  box-shadow: 0 8px 13px rgba(198, 198, 198, 0.49), inset 0 4px 1px #c6c6c6;
}

.test__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tiem--img-soc {
  width: 2vw;
  margin-left: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn-final {
  padding-right: 7vw;
  padding-right: 4vw;
}

.btn-final img {
  position: absolute;
  right: 1vw;
  top: -0.8vw;
  width: 5.5vw;
  max-height: none;
  max-width: none;
}

.portfolio__form-check {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.ti-qw9-img {
  position: absolute;
  right: -2.5vw;
  top: 4vw;
  width: 18vw;
  max-height: none;
}

.end-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
}

.end-social .tiem {
  padding: 0.5vw;
  padding-left: 1vw;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.end-social .tiem:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wm {
  width: 100%;
}

.btn-lbs {
  position: absolute;
  width: 15vw;
  height: 100%;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
  cursor: pointer;
}

.btn-lbs:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°";
  position: absolute;
  top: -1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #e42a2e;
  font-size: 1vw;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.btn-lbs.act:before {
  opacity: 1;
}

.ti-img6 img {
  width: 100%;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}

.dark-tsm {
  border: 1px solid #e8e8e8;
  color: #262626;
  padding: 0.4vw 0.7vw;
}

.modal-block {
  padding: 3vw 2vw;
  border-radius: 1rem;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

.modal-block__left {
  width: 48%;
}

.modal-block__right {
  width: 48%;
  position: relative;
  padding: 2vw;
  padding-top: 0;
}

.modal-block.v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-block.v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-block .msoc-fq {
  border-radius: 5px;
}

.modal-wrap {
  position: absolute;
  top: 10vh;
  left: 50%;
  border-radius: 1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 8vw;
  border-radius: 5px;
  padding: 7px;
  -webkit-box-shadow: 0 28px 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
}

.modal-min {
  width: 24vw;
}

.modal-mb {
  width: 80vw;
}

.modal-big {
  width: 51vw;
}

.modal-big2 {
  width: 55vw;
}

.modal-sm {
  width: 43vw;
}

.modal-sm .modal {
  overflow: unset;
}

.modal-end-block {
  width: 70%;
  margin-left: 27%;
}

.modal-end-block .m-forms {
  margin-left: auto;
  margin-right: auto;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5vw;
  height: 1.5vw;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  cursor: pointer;
  z-index: 99;
}

.close-modals {
  top: 1vw;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #c7cbcf;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #ffb458;
}

.form-wrapper {
  width: 16vw;
}

.form-wrapper__label {
  padding-left: 1.5vw;
}

.form-wrapper .fancy-select div.trigger {
  border: 1px solid #e8e8e8;
  background-color: #f8f8fa;
  color: #727272;
}

.modal-label {
  display: block;
  cursor: pointer;
}

.m-forms {
  width: 70%;
}

.linb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mbc-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-mbc {
  background-color: #fff;
  padding: 3vw 5.5vw;
}

.modal-mbc__form {
  width: 64%;
}

.modal-mbc__right {
  width: 31%;
}

.modal-mbc__right .phones {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__right .phones__item {
  color: #2b2b33;
}

.modal-mbc__right .block-c__img {
  width: 1vw;
  height: 1vw;
}

.modal-mbc__right .block-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.cg {
  color: #999ca9;
}

.kvm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.kvm img {
  margin-right: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1vw;
}

.th-text {
  line-height: 1.8;
}

.th-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13vw;
  margin-left: 43%;
}

.back-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-close img {
  width: 0.9vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mts-img {
  left: 0;
  bottom: -3vw;
  width: 9vw;
  overflow: hidden;
  position: absolute;
}

.mts-img img {
  margin-bottom: -5vw;
  width: 100%;
}

.mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-left {
  width: 21vw;
  padding-right: 3vw;
  margin-right: -3vw;
  margin-top: 2vw;
}

.mn-left img {
  margin-top: -7vw;
  -webkit-transform: scale(1.1) translateX(7%);
  -ms-transform: scale(1.1) translateX(7%);
  transform: scale(1.1) translateX(7%);
}

.mn-right {
  width: 30vw;
}

.mn__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn__form-block .inp-md {
  margin-right: 1%;
  margin-left: 1%;
}

.mn-name {
  position: absolute;
  bottom: -1.5vw;
  left: -0.3vw;
}

.mn-name .hp {
  font-variant: small-caps;
}

.close-b {
  right: 1vw;
  top: -0.5vw;
}

.strd-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1vw !important;
  padding-right: 0.5vw !important;
}

.strd-s-item {
  width: 37%;
  position: relative;
}

.strd-s-item.v1 {
  width: 63%;
}

.strd-s-item.v1:before {
  content: '';
  position: absolute;
  right: 0.3vw;
  top: 50%;
  height: 2vw;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dbdad8;
}

.end-soc-mod {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 90%;
}

.end-soc-mod .tiem {
  padding: 0.6vw;
}

.end-soc-mod .checkbox-block.t3 .checkbox-psevdo {
  margin-left: -1.4vw;
  margin-right: 0.6vw;
}

.cont-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-item-img {
  width: 1.6vw;
  height: 1.6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5vw;
}

.soc-bef {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #00af47;
  opacity: 0;
  z-index: -1;
}

.me__social-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.me__social-left .tiem {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  border-radius: 10px;
  background-color: #ffffff;
}

.bgcs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
}

.hrd3-soc {
  display: none;
}

.hrd3-soc:checked ~ .bgcs {
  border: 2px solid #febe72;
}

.maq {
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.me-img {
  position: absolute;
  left: -13vw;
  top: 6.5vw;
  max-width: none;
  max-height: none;
  width: 25vw;
}

.overlay .mbrn {
  left: 50%;
  bottom: -1vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14vw;
  color: #fff;
}

.mdescr {
  position: relative;
  padding-left: 1.2vw;
}

.mdescr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #3fb450;
}

.btn-w1 {
  width: 13vw;
}

.mw1-img {
  position: absolute;
  width: 27vw;
  right: 0;
  bottom: 0;
  max-width: auto;
  max-height: auto;
}

.w2-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w2-block__left {
  width: 46%;
}

.w2-block__right {
  width: 46%;
}

.w2-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3vw 0;
}

.w2-list li img {
  width: 1.5vw;
  height: 1.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mcb-socb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-cs-man {
  padding-left: 1vw;
}

.modal-cs-man img {
  width: 40%;
}

.modal-cs-man .test__right-man-text {
  margin-left: 1vw;
}

.mobs {
  display: none;
}

.nav__logo {
  display: none;
}

@media (max-width: 900px) {
  .title-lg {
    font-size: 3.2rem;
  }

  .title-mslg {
    font-size: 5.5rem;
    letter-spacing: .2rem;
  }

  .title-elg {
    font-size: 6.6rem;
    letter-spacing: .2rem;
  }

  .title {
    font-size: 2.6rem;
  }

  .tgg {
    padding: 0.1rem 0.4rem;
    margin: 0.2rem 0;
  }

  .t-min {
    font-size: 1.95rem;
  }

  .t-ss {
    font-size: 1.7rem;
  }

  .t-min2 {
    font-size: 1.9rem;
  }

  .text-tg {
    margin-left: 1.5rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1.1rem;
  }

  .tsm8 {
    font-size: 0.8rem;
  }

  .tsm {
    font-size: 0.9rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.1rem;
  }

  .mr1 {
    margin-right: 1rem;
  }

  .tnum {
    font-size: 2.9vw;
  }

  .text24 {
    font-size: 1.5rem;
  }

  .text23 {
    font-size: 1.3rem;
  }

  .text21 {
    font-size: 1.2rem;
  }

  .container {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-min {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-md {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-mm {
    max-width: 90vw;
    margin: 0 auto;
  }

  .mlg {
    margin-bottom: 4.5rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: 0.7rem;
  }

  .mbs {
    margin-bottom: 0.41rem;
  }

  .section {
    padding: 6rem 0;
  }

  .btn {
    padding: 1.8rem 1rem;
  }

  .btn.big {
    padding: 2rem 1rem;
  }

  .btn.min {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .input {
    height: 4.5rem;
    padding: 0.3rem 1rem;
    padding-left: 2rem;
  }

  .input.t2 {
    padding-left: 1.5rem;
  }

  -box {
    cursor: pointer;
    display: block;
  }

  -line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  -label {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.2rem;
    margin-right: .5rem;
  }

  -label.v2 {
    width: 1.8rem;
    height: 1.8rem;
    padding: 0.2rem;
  }

  -label.v2 .check-label-act {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.2rem;
  }

  -label.min {
    width: 1.4rem;
    height: 1.4rem;
  }

  .vf {
    padding: 2.6rem 2rem;
  }

  .pb {
    padding-bottom: 1.5rem;
  }

  .num-text {
    font-size: 4.3rem;
  }

  .logo__img {
    max-width: 8rem;
  }

  .header-item-wrap {
    width: 23rem;
  }

  .test__right {
    display: none !important;
    width: 0 !important;
  }

  .test__cont {
    padding: 3rem;
  }

  .test__quests {
    width: 100%;
  }

  .progress__item {
    height: 7px;
  }

  .checkbox-psevdo {
    width: 2rem;
    height: 2rem;
    padding: 0.2rem;
    margin-top: -0.2rem;
    margin-right: 0.5rem;
  }

  .checkbox-psevdo.t2 {
    margin-right: 0.5rem;
  }

  .checkbox-psevdo.t3 {
    border-radius: 2px;
    margin-top: -1.7rem;
  }

  .checkbox-psevdo.t9 {
    margin-right: 0.5rem;
  }

  .checkbox-psevdo-active {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
  }

  .tiem-img {
    height: 13.5vw;
    padding: 1rem;
  }

  .tiem {
    margin-bottom: 1.8rem;
  }

  .quiz__next-wrap {
    width: 15rem;
  }

  .close {
    width: 2rem;
    height: 2rem;
  }

  .mrm {
    margin-right: 0.5rem;
  }

  .header__cont {
    padding-right: 0;
  }

  .formn {
    width: 88%;
    padding: 3rem;
  }

  .test__content {
    width: 100%;
  }

  .test__quests {
    padding: 4rem;
  }

  .progress-bar__line-wrap {
    height: 1rem;
  }

  .checkbox-block .vr {
    width: 16rem;
  }

  .form {
    padding: 4rem 3rem;
  }

  .modal-wrap {
    width: 30rem;
  }

  .modal-big {
    width: 90vw;
  }

  .close {
    width: 2rem;
    height: 2rem;
  }

  .mrm {
    margin-right: 0.5rem;
  }

  .modal-wrap {
    width: 30rem;
  }

  .modal-big {
    width: 90vw;
  }

  .header-btn {
    display: none;
  }

  .phones__item-img {
    width: 0.9rem;
    margin-right: 0.5rem;
  }

  .nav__wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 44vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    z-index: 888;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }

  .nav__wrap.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .close-nav {
    display: block;
  }

  .tsm10 {
    font-size: 1rem;
  }

  .time {
    display: none;
    width: 0;
  }

  .phones__img {
    width: 1.6rem;
    margin-right: 0.5rem;
  }

  .phones__cir {
    margin-right: 0.5rem;
  }

  .logo__sub {
    font-size: 0.9rem;
  }

  .burger__wrap-block {
    width: auto;
    display: block;
  }

  .burger__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav {
    font-size: 1.6rem;
  }

  .nav a {
    padding: 0.5rem;
    display: inline-block;
  }

  .offer__trigger_bg {
    padding: 0.5rem 1.5rem;
  }

  .offer__title_wrap {
    padding: 0 1.5rem;
  }

  .offer__subtitle {
    color: #282828;
  }

  .offer__img {
    width: 5rem;
    margin-right: 0.5rem;
  }

  .main__btn {
    width: 19rem;
    padding-right: 5rem;
  }

  .main__btn_img {
    width: 6.5rem;
    margin-right: -1.5rem;
  }

  .block {
    padding: 1.5rem;
  }

  .main-slider__text {
    margin-left: 1rem;
  }

  .main-slider__wrap {
    width: 60%;
    margin-right: 1rem;
  }

  .main-slider__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clients-slider__block {
    height: 10vw;
  }

  .block-wrap {
    margin: 0.5rem;
  }

  .arrows.t2 {
    width: 4rem;
    height: 4rem;
  }

  .slidePrev.t2 {
    left: -1.5rem;
  }

  .slideNext.t2 {
    right: -1.5rem;
  }

  .clients-slider__text {
    padding-left: 0.7rem;
  }

  .slick-dots {
    bottom: -30px;
  }

  .link-portfs img {
    width: 0.6rem;
    margin-left: 0.5rem;
  }

  .link-portfs {
    margin-top: 4rem;
  }

  .test__advas {
    padding: 1.5rem;
  }

  .test__advas-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quiz__btn-img {
    width: 2rem;
    margin-left: 0.5rem;
  }

  .quiz__prev {
    width: 15rem;
  }

  .btn-lbs {
    width: 15rem;
  }

  .btn-lbs:before {
    font-size: 1.3rem;
    top: -1.9rem;
  }

  .test-item-qw3 {
    height: 30vw;
    padding-top: 7vw;
  }

  .tiem.t9 {
    padding: 1rem 2rem;
  }

  .ttools {
    width: 1.3rem;
    height: 1.3rem;
  }

  .ttools.t4 {
    left: 0.5rem;
    top: 0.5rem;
  }

  .ttools-hov {
    padding: 0.8rem;
    bottom: 0.7rem;
    width: 19rem;
  }

  .tiem--img {
    height: 2.7rem;
  }

  .tiem.t5 {
    padding: 1rem;
    padding-left: 0;
  }

  .tiem.v5-1 {
    padding-top: 2rem;
  }

  .file-wrap {
    padding: 1rem;
  }

  .file-wrap img {
    width: 1.5rem;
    margin-right: 0.5rem;
  }

  .ti-img6 {
    width: 41vw;
    right: -6vw;
  }

  .ti-img6-text {
    left: 1vw;
    bottom: 4vw;
    width: 12vw !important;
  }

  .tiem-img.v2 {
    height: 25vw;
    padding: 1rem;
  }

  .ti-qw9-img {
    width: 30vw;
  }

  .tiem--img-soc {
    width: 2rem;
    margin-left: 0.5rem;
  }

  .btn-final img {
    right: 1rem;
    top: -0.8rem;
    width: 5.5rem;
  }

  .check-label {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
  }

  .test__quests {
    padding: 2.5rem;
  }

  .system-block-scroll {
    height: 36vw;
    padding: 1.5rem;
    margin: 1rem;
  }

  .system-link img {
    width: 6rem;
    margin-right: 0.5rem;
  }

  .labels-wrap {
    padding: 0.6rem 0.8rem;
  }

  .services__item {
    padding: 1rem 3rem;
  }

  .services__pic {
    width: 3rem;
    height: 3rem;
    margin-right: 0.8rem;
  }

  .services__list {
    max-width: 60%;
  }

  .services__flex {
    width: 100%;
  }

  .services__flex {
    height: 50vw;
  }

  .services__overlay {
    padding: 1.5rem;
  }

  .services__block .services__img {
    width: 20vw;
    height: 23vw;
  }

  .services__block:nth-child(1) .services__img,
  .services__block:nth-child(4) .services__img {
    height: 36vw;
    width: 23vw;
  }

  .services__overlay-btn {
    max-width: 100%;
  }

  .bg-block {
    top: -0.5rem;
    left: 2rem;
    width: 115%;
    -webkit-transform: translate(-2.4rem, 0.5rem) skewX(-15deg);
    -ms-transform: translate(-2.4rem, 0.5rem) skewX(-15deg);
    transform: translate(-2.4rem, 0.5rem) skewX(-15deg);
  }

  .services__descr {
    width: auto;
    display: inline-block;
  }

  .objects__content {
    width: 36vw;
  }

  .objects__content-border {
    padding: 1.5rem;
  }

  .objects__content-grey {
    padding: 1rem;
  }

  .objects__content-grey-block .header__img--phone {
    width: 1.6rem;
    margin-right: 0.5rem;
  }

  .objects__content-grey .header__phone {
    font-size: 1.4rem;
  }

  .objects__btn-img {
    width: 6.3rem;
    right: -1rem;
    top: -0.2rem;
  }

  .objects__descr {
    width: 14rem;
  }

  .ob-tool {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.4rem;
  }

  .ob-tool-hover {
    padding: 1rem;
    width: 18rem;
  }

  .objects__bg {
    padding: 3rem 0;
  }

  .service__slider-img {
    height: 11vw;
    padding: 1.5vw;
  }

  .service__slider-border {
    height: 12vw;
  }

  .slider__arrow--left--round,
  .slider__arrow--right--round {
    width: 2rem;
    height: 2rem;
    top: 38%;
  }

  .examples__block {
    padding: 2rem 1.5rem;
  }

  .examples__block-slider {
    width: 25vw;
  }

  .examples__address {
    width: 1.3rem;
    margin-right: 0.5rem;
  }

  .exd-item {
    padding: 0.8rem;
  }

  .examples__details-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 55%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .exd-item {
    width: 47%;
    margin: 0.5rem 1.5%;
    height: 9vw;
  }

  .examples__details-manager {
    width: 38%;
  }

  .examples__details .services__descr {
    width: 90%;
  }

  .examples__details .services__descr:last-child {
    width: 80%;
  }

  .examples__btn {
    max-width: 65%;
  }

  .examples__btn--more {
    max-width: 19rem;
    margin-top: 2rem;
  }

  .comers__form {
    width: 40vw;
  }

  .comers__form .form-wrap {
    padding: 2.5rem;
  }

  .fcir {
    width: 2.4rem;
    height: 2.4rem;
  }

  div.fancy-select div.trigger {
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
    min-height: 4.5rem;
  }

  div.fancy-select ul.options li {
    padding: 0.5rem 1rem;
  }

  div.fancy-select {
    font-size: 1.2rem;
  }

  .check-label.min {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
  }

  .guarantee-item-img-right {
    height: 19vw;
  }

  .guarantee-item-img-slider {
    right: -3.5vw;
    bottom: -2vw;
    width: 11.5vw;
  }

  .guarantee-item-img-slider__item {
    height: 18vw;
  }

  .guarantee-item-img-left img {
    width: 12vw;
  }

  .get__item {
    padding: 2rem;
  }

  .get-num {
    width: 2.5rem;
    height: 2.5rem;
  }

  .get-num-wrap {
    width: 3rem;
    height: 3rem;
  }

  .get__right {
    width: 60%;
  }

  .team__pin-hover {
    width: 15rem;
    padding: 1rem;
    bottom: 3rem;
  }

  .team__pin img {
    width: 2.5rem;
  }

  .team__pl {
    width: 32vw;
  }

  .cta__img {
    margin-right: -1%;
  }

  .cta-2__info {
    width: 73%;
  }

  .appeal__details {
    width: 70%;
  }

  .appeal__item-img {
    width: 2rem;
    height: auto;
    margin-right: 0.5rem;
  }

  .seob__text.act {
    height: 6rem !important;
  }

  .seob__btn {
    height: 3rem;
    width: 3rem;
  }

  .modal-sm {
    width: 56rem;
  }

  .me-img {
    width: 30vw;
  }

  .modal-block {
    padding: 3rem 2rem;
  }

  .hsocial__item {
    width: 2.7rem;
    height: 2.7rem;
  }

  .logo {
    margin-bottom: 0.4rem;
  }

  .nav__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 8vw;
    width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav__logo .logo__sub {
    display: block;
    margin-left: 1rem;
  }
}

@media (max-width: 767px) {
  .nav__wrap {
    width: 100%;
  }

  .main__info {
    width: 100%;
  }

  .main__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-slider__wrap {
    margin-right: 0;
  }

  .clients__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clients-left {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  .clients-right {
    width: 26rem;
    text-align: center;
  }

  .clients-slider__block {
    height: 11rem;
  }

  .clients-slider__item .block {
    padding: 1rem;
  }

  .link-portfs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ti-img6 {
    width: 46vw;
    right: -9vw;
    bottom: 2vw;
  }

  .ti-img6-text {
    width: 14vw !important;
  }

  .ti-qw7-img {
    width: 30vw;
  }

  .test-item-qw7 {
    width: 60%;
    margin-right: 40%;
  }

  .services__flex {
    height: auto;
  }

  .services__block .services__img,
  .services__block:nth-child(1) .services__img,
  .services__block:nth-child(4) .services__img {
    width: 22rem;
    height: 24rem;
  }

  .services__block:nth-child(1),
  .services__block:nth-child(4) {
    top: auto !important;
  }

  .services__descr {
    bottom: 1rem;
    font-size: 1.4rem;
    width: auto;
  }

  .tabs__caption {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs__item {
    width: 23%;
    margin: 0.5rem 1%;
  }

  .objects__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .objects__content {
    width: 30rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .objects__descr--smog,
  .objects__descr--moist,
  .objects__descr--remont,
  .objects__descr--cond,
  .objects__descr--auto,
  .objects__descr--vent {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 3;
    margin: 1rem;
    width: 15rem;
  }

  .objects__descr--smog:hover,
  .objects__descr--moist:hover,
  .objects__descr--remont:hover,
  .objects__descr--cond:hover,
  .objects__descr--auto:hover,
  .objects__descr--vent:hover {
    z-index: 33;
  }

  .objects__descr--smog .bg-block,
  .objects__descr--moist .bg-block,
  .objects__descr--remont .bg-block,
  .objects__descr--cond .bg-block,
  .objects__descr--auto .bg-block,
  .objects__descr--vent .bg-block {
    width: 110%;
  }

  .objects__descr {
    padding: 0.5rem;
  }

  .examples {
    padding-top: 0;
  }

  .service__slider-border {
    height: 16vw;
  }

  .service__slider-img {
    height: 15vw;
  }

  .examples__block {
    width: 30rem;
  }

  .examples__flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .examples__block-slider {
    width: 20rem;
  }

  .examples__block-bg > img {
    height: 10rem;
  }

  .examples__details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .examples__details-block {
    width: 100%;
  }

  .exd-item {
    height: 8rem;
  }

  .examples__details-manager {
    width: 60%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }

  .examples__same-proj {
    margin-top: 1.5rem;
  }

  .examples__same-proj br {
    display: none;
  }

  .title-m {
    font-size: 2.5rem;
  }

  .comers__form {
    width: 30rem;
  }

  .cta__img {
    width: 30rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .cta__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta__img-text {
    width: 17rem;
  }

  .cta__img-text {
    left: -8rem;
    top: 20%;
  }

  .get__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .get__left {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .get__right {
    width: 30rem;
  }

  .get__right .labels {
    text-align: center;
  }

  .team__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team__left {
    width: 100%;
  }

  .team {
    padding-bottom: 0;
  }

  .team__right {
    width: 30rem;
    margin-top: 4rem;
  }

  .team__pl {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .cta-2-img {
    display: none;
    width: 0;
  }

  .cta-2__info {
    width: 100%;
  }

  .hsocial__cir {
    margin-right: 0.5rem;
  }

  .t-min br {
    display: none;
  }

  .appeal__details {
    width: 100%;
  }

  .appeal__block-img {
    height: 8rem;
  }

  .contacts__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts__item.v1 {
    width: 47%;
    margin-left: 1.2%;
    margin-right: 1.2%;
  }

  .block-c__img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }

  .text21 {
    font-size: 1.4rem;
  }

  .contacts-soc {
    width: 2rem;
    height: 2rem;
    margin: 0 0.3rem;
  }

  .contacts__item.v2 {
    width: 47%;
    margin-left: 1.2%;
    margin-right: 1.2%;
  }

  .contacts__item.v3 {
    width: 100%;
    margin-top: 3rem;
  }

  .contacts__map {
    height: 50vw;
  }

  .footer__cont {
    padding: 2rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cont-item-img {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 0.5rem;
  }

  .ab-city_item-pulse,
  .ab-item__pulse {
    width: 30rem;
    height: 30rem;
  }
}

@media (max-width: 567px) {
  .logo__sub {
    display: none;
  }

  .header__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hsocial-header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hsocial-header .hsocial__text {
    font-size: 0.9rem;
  }

  .header .phones {
    width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header .phones__text {
    font-size: 0.9rem;
  }

  .burger__wrap-block {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header {
    padding: 1.5rem 0;
  }

  .main__cont {
    padding: 3rem 0;
  }

  .title-lg {
    font-size: 2.3rem;
  }

  .title-lg br {
    display: none;
  }

  .main__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-slider__wrap {
    margin-top: 2rem;
    width: 28rem;
  }

  .dots {
    margin: 0 1.3rem;
  }

  .test__advas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .test__advas-item {
    width: 47%;
    margin: 0.5rem 1.5%;
  }

  .test__advas-item-img {
    width: 7rem;
    height: 4rem;
  }

  .test__quests {
    padding: 0;
  }

  .test__visual {
    width: 100%;
  }

  .test-item-qw7 {
    width: 100%;
    margin-right: 0;
  }

  .ti-qw9-img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 11rem;
  }

  .tiem {
    width: 47%;
  }

  .tiem-img {
    height: 20vw;
  }

  .ttools-hov {
    width: 12rem !important;
  }

  .quiz__btn-img {
    width: 1.5rem;
  }

  .test-item-qw3 {
    height: 47vw;
  }

  .test-item-qw4,
  .test-item-qw6 {
    width: 100%;
    margin-right: 0;
  }

  .tiem.t5 {
    width: 94%;
  }

  .ti-img6 {
    width: 26rem;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 2rem;
  }

  .ti-img6-text {
    width: 7rem !important;
    left: 0.7rem;
    bottom: 1rem;
    font-size: 0.9rem;
  }

  .tiem-img.v2 {
    height: 36vw;
  }

  .ender9 .tiem {
    width: 46%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .title-m {
    font-size: 2.2rem;
  }

  .system__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .system__left {
    width: 30rem;
  }

  .system-block-scroll {
    height: 70vw;
  }

  .system__img {
    width: 26rem;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .system__qq {
    display: none;
  }

  .ab-city_item-pulse,
  .ab-item__pulse {
    width: 25rem;
    height: 25rem;
  }

  .services__list {
    max-width: 100%;
    width: 100%;
  }

  .title {
    font-size: 2.2rem;
  }

  .title br {
    display: none;
  }

  .tabs__item {
    width: 30%;
    padding: 0.5rem;
  }

  .tabs__caption {
    margin-bottom: 1.7rem;
  }

  .objects__descr--smog,
  .objects__descr--moist,
  .objects__descr--remont,
  .objects__descr--cond,
  .objects__descr--auto,
  .objects__descr--vent {
    width: 12rem;
    font-size: 0.86rem !important;
  }

  .cta__img-text {
    padding: 1rem;
  }

  .cta__img-text {
    left: -3rem;
    top: 40%;
  }

  .cta-px {
    display: none;
  }

  .guarantee {
    padding-top: 1rem;
  }

  .title-m br {
    display: none;
  }

  .guarantee-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .guarantee-block__left {
    width: 100%;
  }

  .guarantee-block__left-wrap {
    padding: 2rem;
  }

  .guarantee-block__left-img {
    right: -1rem;
    top: -3rem;
    width: 10rem;
  }

  .guarantee-block__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
  }

  .guarantee-block__right-item {
    width: 44%;
    margin: 0 2.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .guarantee-block__right-item br {
    display: none;
  }

  .guarantee-block__right-item .tar {
    text-align: center;
  }

  .guarantee-block__right-item .small-text {
    text-align: center;
  }

  .guarantee-block__right-line-img {
    width: auto;
    height: 6rem;
  }

  .guarantee-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.3rem;
  }

  .guarantee-item-img-2 {
    display: none;
  }

  .guarantee-item-text.t2 {
    padding: 1rem;
  }

  .guarantee-item-img.t2 {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }

  .guarantee-cts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .guarantee-cts__left {
    width: 100%;
  }

  .guarantee-cts__right {
    width: 21rem;
    margin-top: 2rem;
  }

  .guarantee-item-img.t3 {
    width: 100%;
    padding: 1rem;
  }

  .guarantee-item-img-left img {
    width: 26vw;
  }

  .guarantee-item-img-right {
    height: 32vw;
  }

  .guarantee-item-img-slider {
    width: 20vw;
  }

  .guarantee-item-img-slider__item {
    height: 28vw;
  }

  .get__item-wrap {
    width: 47%;
    margin-bottom: 1.5rem;
  }

  .get__item {
    padding: 1rem 1.4rem;
  }

  .get__img {
    height: 7rem;
    margin-bottom: 1rem;
  }

  .team__num {
    width: 16rem;
  }

  .team__pin {
    left: 45%;
  }

  .guarantee-list li {
    margin: 0.4rem 0;
  }

  .cta-2__form-wrap {
    padding: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-2__form-block {
    width: 100%;
  }

  .cta-2__form-cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-2__form-wrap .text {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .cta-2__form-img {
    display: none;
  }

  .examples {
    padding-bottom: 0;
  }

  .test {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }

  .system {
    padding-top: 3rem;
  }

  .offer__trigger_bg {
    border-radius: 5px;
  }

  .appeal {
    padding: 0;
  }

  .appeal__tg {
    padding: 0.6rem 1rem;
  }

  .appeal__details {
    display: none;
  }

  .appeal__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .appeal__block {
    width: 47%;
    margin: 0.6rem 1.5%;
  }

  .contacts__item.v1 {
    width: 28rem;
    margin-bottom: 2rem;
  }

  .contacts__item.v2 {
    width: 28rem;
  }

  .footer__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__item {
    margin: 0.5rem;
  }

  .modal-sm {
    width: 90vw;
  }

  .modal-end-block {
    width: 100%;
    margin: 0;
  }

  .me-img {
    display: none;
  }

  .m-forms {
    width: 100%;
  }

  .me__social-left .tsm13 {
    font-size: 0.8rem;
  }

  .me__social-left .tiem.t5 {
    width: auto;
  }

  .offer__trigger_bg {
    font-size: 1.3rem;
  }

  .main__cont {
    padding-top: 5rem;
  }

  .quiz__btn-img {
    display: none;
  }

  .quiz__next-wrap {
    width: 11rem;
  }

  .quiz__next-wrap .btn {
    width: 100%;
  }

  .quiz__prev {
    width: 11rem;
  }

  .system__sign {
    width: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2rem;
  }

  .system__left {
    margin-top: 2rem;
  }

  .objects__btn-pdf {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .examples__block {
    width: 100%;
  }

  .examples__block-slider {
    width: 80%;
  }

  .examples__block-bg > img {
    height: 36vw;
  }

  .exd-item {
    width: 30%;
  }

  .guarantee-block {
    margin-top: 4rem;
  }

  .guarantee-cts__right {
    width: 100%;
  }

  .guarantee-item-img-left img {
    width: 9rem;
  }

  .sals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem;
  }

  .sals .ab-city_item-pulse,
  .sals .ab-item__pulse {
    display: none;
  }

  .sals .cta__img {
    margin-right: 0;
    margin-left: -4rem;
  }

  .contacts__img {
    width: 100%;
  }

  .contacts__img img {
    width: 100%;
  }

  .phn {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }

  .test__right-man {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-cs-man img {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .me__social-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .me-img {
    display: block;
    width: 14rem;
    left: auto;
    right: auto;
    top: auto;
    right: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .phones__link {
    font-size: 1.64rem;
  }

  .header .phones__number {
    margin-top: 0.7rem;
  }

  .gradient-text {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #0086f1;
    background: transparent !important;
    color: #0086f1;
  }
}¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°";
  position: absolute;
  top: -1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #e42a2e;
  font-size: 1vw;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.btn-lbs.act:before {
  opacity: 1;
}

.ti-img6 img {
  width: 100%;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}

.dark-tsm {
  border: 1px solid #e8e8e8;
  color: #262626;
  padding: 0.4vw 0.7vw;
}

.modal-block {
  padding: 3vw 2vw;
  border-radius: 1rem;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

.modal-block__left {
  width: 48%;
}

.modal-block__right {
  width: 48%;
  position: relative;
  padding: 2vw;
  padding-top: 0;
}

.modal-block.v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-block.v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-block .msoc-fq {
  border-radius: 5px;
}

.modal-wrap {
  position: absolute;
  top: 10vh;
  left: 50%;
  border-radius: 1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 8vw;
  border-radius: 5px;
  padding: 7px;
  -webkit-box-shadow: 0 28px 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
}

.modal-min {
  width: 24vw;
}

.modal-mb {
  width: 80vw;
}

.modal-big {
  width: 51vw;
}

.modal-big2 {
  width: 55vw;
}

.modal-sm {
  width: 43vw;
}

.modal-sm .modal {
  overflow: unset;
}

.modal-end-block {
  width: 70%;
  margin-left: 27%;
}

.modal-end-block .m-forms {
  margin-left: auto;
  margin-right: auto;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5vw;
  height: 1.5vw;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  cursor: pointer;
  z-index: 99;
}

.close-modals {
  top: 1vw;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #c7cbcf;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #ffb458;
}

.form-wrapper {
  width: 16vw;
}

.form-wrapper__label {
  padding-left: 1.5vw;
}

.form-wrapper .fancy-select div.trigger {
  border: 1px solid #e8e8e8;
  background-color: #f8f8fa;
  color: #727272;
}

.modal-label {
  display: block;
  cursor: pointer;
}

.m-forms {
  width: 70%;
}

.linb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mbc-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-mbc {
  background-color: #fff;
  padding: 3vw 5.5vw;
}

.modal-mbc__form {
  width: 64%;
}

.modal-mbc__right {
  width: 31%;
}

.modal-mbc__right .phones {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__right .phones__item {
  color: #2b2b33;
}

.modal-mbc__right .block-c__img {
  width: 1vw;
  height: 1vw;
}

.modal-mbc__right .block-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.cg {
  color: #999ca9;
}

.kvm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.kvm img {
  margin-right: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1vw;
}

.th-text {
  line-height: 1.8;
}

.th-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13vw;
  margin-left: 43%;
}

.back-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-close img {
  width: 0.9vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mts-img {
  left: 0;
  bottom: -3vw;
  width: 9vw;
  overflow: hidden;
  position: absolute;
}

.mts-img img {
  margin-bottom: -5vw;
  width: 100%;
}

.mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-left {
  width: 21vw;
  padding-right: 3vw;
  margin-right: -3vw;
  margin-top: 2vw;
}

.mn-left img {
  margin-top: -7vw;
  -webkit-transform: scale(1.1) translateX(7%);
  -ms-transform: scale(1.1) translateX(7%);
  transform: scale(1.1) translateX(7%);
}

.mn-right {
  width: 30vw;
}

.mn__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn__form-block .inp-md {
  margin-right: 1%;
  margin-left: 1%;
}

.mn-name {
  position: absolute;
  bottom: -1.5vw;
  left: -0.3vw;
}

.mn-name .hp {
  font-variant: small-caps;
}

.close-b {
  right: 1vw;
  top: -0.5vw;
}

.strd-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1vw !important;
  padding-right: 0.5vw !important;
}

.strd-s-item {
  width: 37%;
  position: relative;
}

.strd-s-item.v1 {
  width: 63%;
}

.strd-s-item.v1:before {
  content: '';
  position: absolute;
  right: 0.3vw;
  top: 50%;
  height: 2vw;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dbdad8;
}

.end-soc-mod {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 90%;
}

.end-soc-mod .tiem {
  padding: 0.6vw;
}

.end-soc-mod .checkbox-block.t3 .checkbox-psevdo {
  margin-left: -1.4vw;
  margin-right: 0.6vw;
}

.cont-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-item-img {
  width: 1.6vw;
  height: 1.6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5vw;
}

.soc-bef {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #00af47;
  opacity: 0;
  z-index: -1;
}

.me__social-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.me__social-left .tiem {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  border-radius: 10px;
  background-color: #ffffff;
}

.bgcs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
}

.hrd3-soc {
  display: none;
}

.hrd3-soc:checked ~ .bgcs {
  border: 2px solid #febe72;
}

.maq {
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.me-img {
  position: absolute;
  left: -13vw;
  top: 6.5vw;
  max-width: none;
  max-height: none;
  width: 25vw;
}

.overlay .mbrn {
  left: 50%;
  bottom: -1vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14vw;
  color: #fff;
}

.mdescr {
  position: relative;
  padding-left: 1.2vw;
}

.mdescr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #3fb450;
}

.btn-w1 {
  width: 13vw;
}

.mw1-img {
  position: absolute;
  width: 27vw;
  right: 0;
  bottom: 0;
  max-width: auto;
  max-height: auto;
}

.w2-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w2-block__left {
  width: 46%;
}

.w2-block__right {
  width: 46%;
}

.w2-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3vw 0;
}

.w2-list li img {
  width: 1.5vw;
  height: 1.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mcb-socb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-cs-man {
  padding-left: 1vw;
}

.modal-cs-man img {
  width: 40%;
}

.modal-cs-man .test__right-man-text {
  margin-left: 1vw;
}

.mobs {
  display: none;
}

.nav__logo {
  display: none;
}

@media (max-width: 900px) {
  .title-lg {
    font-size: 3.2rem;
  }

  .title-mslg {
    font-size: 5.5rem;
    letter-spacing: .2rem;
  }

  .title-elg {
    font-size: 6.6rem;
    letter-spacing: .2rem;
  }

  .title {
    font-size: 2.6rem;
  }

  .tgg {
    padding: 0.1rem 0.4rem;
    margin: 0.2rem 0;
  }

  .t-min {
    font-size: 1.95rem;
  }

  .t-ss {
    font-size: 1.7rem;
  }

  .t-min2 {
    font-size: 1.9rem;
  }

  .text-tg {
    margin-left: 1.5rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1.1rem;
  }

  .tsm8 {
    font-size: 0.8rem;
  }

  .tsm {
    font-size: 0.9rem;
  }

  .tsm12 {
    font-size: 1rem !important;
  }

  .tsm13 {
    font-size: 1.1rem !important;
  }

  .mr1 {
    margin-right: 1rem;
  }

  .tnum {
    font-size: 2.9vw;
  }

  .text24 {
    font-size: 1.5rem;
  }

  .text23 {
    font-size: 1.3rem;
  }

  .text21 {
    font-size: 1.2rem;
  }

  .container {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-min {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-md {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-mm {
    max-width: 90vw;
    margin: 0 auto;
  }

  .mlg {
    margin-bottom: 4.5rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
	
  }  
  
  .mb-mod {
   width: 100%;
    display: flex;
    justify-content: center;
	
  }

  .mbm {
    margin-bottom: 0.7rem;
  }

  .mbs {
    margin-bottom: 0.41rem;
  }

  .section {
    padding: 6rem 0;
  }

  .btn {
    padding: 1.8rem 1rem !important;
  }

  .btn.big {
    padding: 2rem 1rem;
  }

  .btn.min {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .input {
    height: 4.5rem;
    padding: 0.3rem 1rem;
    padding-left: 2rem;
  }

  .input.t2 {
    padding-left: 1.5rem;
  }

  -box {
    cursor: pointer;
    display: block;
  }

  -line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  -label {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.2rem;
    margin-right: .5rem;
  }

  -label.v2 {
    width: 1.8rem;
    height: 1.8rem;
    padding: 0.2rem;
  }

  -label.v2 .check-label-act {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.2rem;
  }

  -label.min {
    width: 1.4rem;
    height: 1.4rem;
  }

  .vf {
    padding: 2.6rem 2rem;
  }

  .pb {
    padding-bottom: 1.5rem;
  }

  .num-text {
    font-size: 4.3rem;
  }

  .logo__img {
    max-width: 100%;    margin-bottom: 15px;
  }

  .header-item-wrap {
    width: 23rem;
  }

  .test__right {
    display: none !important;
    width: 0 !important;
  }

  .test__cont {
    padding: 3rem;
  }

  .test__quests {
    width: 100%;
  }

  .progress__item {
    height: 7px;
  }

  .checkbox-psevdo {
    width: 2rem;
    height: 2rem;
    padding: 0.2rem;
    margin-top: -0.2rem;
    margin-right: 0.5rem;
  }

  .checkbox-psevdo.t2 {
    margin-right: 0.5rem;
  }

  .checkbox-psevdo.t3 {
    border-radius: 2px;
    margin-top: -1.7rem;
  }

  .checkbox-psevdo.t9 {
    margin-right: 0.5rem;
  }

  .checkbox-psevdo-active {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
  }

  .tiem-img {
    height: 13.5vw;
    padding: 1rem;
  }

  .tiem {
    margin-bottom: 1.8rem;
  }

  .quiz__next-wrap {
    width: 15rem;
  }

  .close {
    width: 2rem;
    height: 2rem;
  }

  .mrm {
    margin-right: 0.5rem;
  }

  .header__cont {
    padding-right: 0;    max-width: 100%;
  }

  .formn {
    width: 88%;
    padding: 3rem;
  }

  .test__content {
    width: 100%;
  }

  .test__quests {
    padding: 4rem;
  }

  .progress-bar__line-wrap {
    height: 1rem;
  }

  .checkbox-block .vr {
    width: 16rem;
  }

  .form {
    padding: 4rem 3rem;
  }

  .modal-wrap {
    width: 30rem;
  }

  .modal-big {
    width: 90vw;
  }

  .close {
    width: 2rem;
    height: 2rem;
  }

  .mrm {
    margin-right: 0.5rem;
  }

  .modal-wrap {
    width: 30rem;
  }

  .modal-big {
    width: 90vw;
  }

  .header-btn {
    display: none;
  }

  .phones__item-img {
    width: 0.9rem;
    margin-right: 0.5rem;
  }

  .nav__wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 44vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    z-index: 888;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }

  .nav__wrap.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .close-nav {
    display: block;
  }

  .tsm10 {
    font-size: 1rem;
  }

  .time {
    display: none;
    width: 0;
  }

  .phones__img {
    width: 1.6rem;
    margin-right: 0.5rem;
  }

  .phones__cir {
    margin-right: 0.5rem;
  }

  .logo__sub {
    font-size: 0.9rem;
  }

  .burger__wrap-block {
    width: auto;
    display: block;
  }

  .burger__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav {
    font-size: 1.6rem;
  }

  .nav a {
    padding: 0.5rem;
    display: inline-block;
  }

  .offer__trigger_bg {
    padding: 0.5rem 1.5rem;
  }

  .offer__title_wrap {
    padding: 0 1.5rem;
  }

  .offer__subtitle {
    color: #282828;
  }

  .offer__img {
    width: 5rem;
    margin-right: 0.5rem;
  }

  .main__btn {
    width: 19rem;
    padding-right: 5rem;
  }

  .main__btn_img {
    width: 6.5rem;
    margin-right: -1.5rem;
  }

  .block {
    padding: 1.5rem;
  }

  .main-slider__text {
    margin-left: 1rem;
  }

  .main-slider__wrap {
    width: 60%;
    margin-right: 1rem;
  }

  .main-slider__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clients-slider__block {
    height: 10vw;
  }

  .block-wrap {
    margin: 0.5rem;
  }

  .arrows.t2 {
    width: 4rem;
    height: 4rem;
  }

  .slidePrev.t2 {
    left: -1.5rem;
  }

  .slideNext.t2 {
    right: -1.5rem;
  }

  .clients-slider__text {
    padding-left: 0.7rem;
  }

  .slick-dots {
    bottom: -30px;
  }

  .link-portfs img {
    width: 0.6rem;
    margin-left: 0.5rem;
  }

  .link-portfs {
    margin-top: 4rem;
  }

  .test__advas {
    padding: 1.5rem;
  }

  .test__advas-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quiz__btn-img {
    width: 2rem;
    margin-left: 0.5rem;
  }

  .quiz__prev {
    width: 15rem;
  }

  .btn-lbs {
    width: 15rem;
  }

  .btn-lbs:before {
    font-size: 1.3rem;
    top: -1.9rem;
  }

  .test-item-qw3 {
    height: 30vw;
    padding-top: 7vw;
  }

  .tiem.t9 {
    padding: 1rem 2rem;
  }

  .ttools {
    width: 1.3rem;
    height: 1.3rem;
  }

  .ttools.t4 {
    left: 0.5rem;
    top: 0.5rem;
  }

  .ttools-hov {
    padding: 0.8rem;
    bottom: 0.7rem;
    width: 19rem;
  }

  .tiem--img {
    height: 2.7rem;
  }

  .tiem.t5 {
    padding: 1rem;
    padding-left: 0;
  }

  .tiem.v5-1 {
    padding-top: 2rem;
  }

  .file-wrap {
    padding: 1rem;
  }

  .file-wrap img {
    width: 1.5rem;
    margin-right: 0.5rem;
  }

  .ti-img6 {
    width: 41vw;
    right: -6vw;
  }

  .ti-img6-text {
    left: 1vw;
    bottom: 4vw;
    width: 12vw !important;
  }

  .tiem-img.v2 {
    height: 25vw;
    padding: 1rem;
  }

  .ti-qw9-img {
    width: 30vw;
  }

  .tiem--img-soc {
    width: 2rem;
    margin-left: 0.5rem;
  }

  .btn-final img {
    right: 1rem;
    top: -0.8rem;
    width: 5.5rem;
  }

  .check-label {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
  }

  .test__quests {
    padding: 2.5rem;
  }

  .system-block-scroll {
    height: 36vw;
    padding: 1.5rem;
    margin: 1rem;
  }

  .system-link img {
    width: 6rem;
    margin-right: 0.5rem;
  }

  .labels-wrap {
    padding: 0.6rem 0.8rem;
  }

  .services__item {
    padding: 1rem 3rem;
  }

  .services__pic {
    width: 3rem;
    height: 3rem;
    margin-right: 0.8rem;
  }

  .services__list {
    max-width: 60%;
  }

  .services__flex {
    width: 100%;
  }

  .services__flex {
    height: 50vw;
  }

  .services__overlay {
    padding: 1.5rem;
  }

  .services__block .services__img {
    width: 20vw;
    height: 23vw;
  }

  .services__block:nth-child(1) .services__img,
  .services__block:nth-child(4) .services__img {
    height: 36vw;
    width: 23vw;
  }

  .services__overlay-btn {
    max-width: 100%;
  }

  .bg-block {
    top: -0.5rem;
    left: 2rem;
    width: 115%;
    -webkit-transform: translate(-2.4rem, 0.5rem) skewX(-15deg);
    -ms-transform: translate(-2.4rem, 0.5rem) skewX(-15deg);
    transform: translate(-2.4rem, 0.5rem) skewX(-15deg);
  }

  .services__descr {
    width: auto;
    display: inline-block;
  }

  .objects__content {
    width: 36vw;
  }

  .objects__content-border {
    padding: 1.5rem;
  }

  .objects__content-grey {
    padding: 1rem;
  }

  .objects__content-grey-block .header__img--phone {
    width: 1.6rem;
    margin-right: 0.5rem;
  }

  .objects__content-grey .header__phone {
    font-size: 1.4rem;
  }

  .objects__btn-img {
    width: 6.3rem;
    right: -1rem;
    top: -0.2rem;
  }

  .objects__descr {
    width: 14rem;
  }

  .ob-tool {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.4rem;
  }

  .ob-tool-hover {
    padding: 1rem;
    width: 18rem;
  }

  .objects__bg {
    padding: 3rem 0;
  }

  .service__slider-img {
    height: 11vw;
    padding: 1.5vw;
  }

  .service__slider-border {
    height: 12vw;
  }

  .slider__arrow--left--round,
  .slider__arrow--right--round {
    width: 2rem;
    height: 2rem;
    top: 38%;
  }

  .examples__block {
    padding: 2rem 1.5rem;
  }

  .examples__block-slider {
    width: 25vw;
  }

  .examples__address {
    width: 1.3rem;
    margin-right: 0.5rem;
  }

  .exd-item {
    padding: 0.8rem;
  }

  .examples__details-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 55%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .exd-item {
    width: 47%;
    margin: 0.5rem 1.5%;
    height: 9vw;
  }

  .examples__details-manager {
    width: 38%;
  }

  .examples__details .services__descr {
    width: 90%;
  }

  .examples__details .services__descr:last-child {
    width: 80%;
  }

  .examples__btn {
    max-width: 65%;
  }

  .examples__btn--more {
    max-width: 19rem;
    margin-top: 2rem;
  }

  .comers__form {
    width: 40vw;
  }

  .comers__form .form-wrap {
    padding: 2.5rem;
  }

  .fcir {
    width: 2.4rem;
    height: 2.4rem;
  }

  div.fancy-select div.trigger {
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
    min-height: 4.5rem;
  }

  div.fancy-select ul.options li {
    padding: 0.5rem 1rem;
  }

  div.fancy-select {
    font-size: 1.2rem;
  }

  .check-label.min {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
  }

  .guarantee-item-img-right {
    height: 19vw;
  }

  .guarantee-item-img-slider {
    right: -3.5vw;
    bottom: -2vw;
    width: 11.5vw;
  }

  .guarantee-item-img-slider__item {
    height: 18vw;
  }

  .guarantee-item-img-left img {
    width: 12vw;
  }

  .get__item {
    padding: 2rem;
  }

  .get-num {
    width: 2.5rem;
    height: 2.5rem;
  }

  .get-num-wrap {
    width: 3rem;
    height: 3rem;
  }

  .get__right {
    width: 60%;
  }

  .team__pin-hover {
    width: 15rem;
    padding: 1rem;
    bottom: 3rem;
  }

  .team__pin img {
    width: 2.5rem;
  }

  .team__pl {
    width: 32vw;
  }

  .cta__img {
    margin-right: -1%;
  }

  .cta-2__info {
    width: 73%;
  }

  .appeal__details {
    width: 70%;
  }

  .appeal__item-img {
    width: 2rem;
    height: auto;
    margin-right: 0.5rem;
  }

  .seob__text.act {
    height: 6rem !important;
  }

  .seob__btn {
    height: 3rem;
    width: 3rem;
  }

  .modal-sm {
    width: 56rem;
  }

  .me-img {
    width: 30vw;
  }

  .modal-block {
    padding: 3rem 2rem;
  }

  .hsocial__item {
    width: 2.7rem;
    height: 2.7rem;
  }

  .logo {
    margin-bottom: 0.4rem;
  }

  .nav__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 8vw;
    width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav__logo .logo__sub {
    display: block;
    margin-left: 1rem;
  }
}

@media (max-width: 767px) {
  .nav__wrap {
    width: 100%;
  }

  .main__info {
    width: 100%;
  }

  .main__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-slider__wrap {
    margin-right: 0;
  }

  .clients__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clients-left {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  .clients-right {
    width: 26rem;
    text-align: center;
  }

  .clients-slider__block {
    height: 11rem;
  }

  .clients-slider__item .block {
    padding: 1rem;
  }

  .link-portfs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ti-img6 {
    width: 46vw;
    right: -9vw;
    bottom: 2vw;
  }

  .ti-img6-text {
    width: 14vw !important;
  }

  .ti-qw7-img {
    width: 30vw;
  }

  .test-item-qw7 {
    width: 60%;
    margin-right: 40%;
  }

  .services__flex {
    height: auto;
  }

  .services__block .services__img,
  .services__block:nth-child(1) .services__img,
  .services__block:nth-child(4) .services__img {
    width: 22rem;
    height: 24rem;
  }

  .services__block:nth-child(1),
  .services__block:nth-child(4) {
    top: auto !important;
  }

  .services__descr {
    bottom: 1rem;
    font-size: 1.4rem;
    width: auto;
  }

  .tabs__caption {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs__item {
    width: 23%;
    margin: 0.5rem 1%;
  }

  .objects__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .objects__content {
    width: 30rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .objects__descr--smog,
  .objects__descr--moist,
  .objects__descr--remont,
  .objects__descr--cond,
  .objects__descr--auto,
  .objects__descr--vent {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 3;
    margin: 1rem;
    width: 15rem;
  }

  .objects__descr--smog:hover,
  .objects__descr--moist:hover,
  .objects__descr--remont:hover,
  .objects__descr--cond:hover,
  .objects__descr--auto:hover,
  .objects__descr--vent:hover {
    z-index: 33;
  }

  .objects__descr--smog .bg-block,
  .objects__descr--moist .bg-block,
  .objects__descr--remont .bg-block,
  .objects__descr--cond .bg-block,
  .objects__descr--auto .bg-block,
  .objects__descr--vent .bg-block {
    width: 110%;
  }

  .objects__descr {
    padding: 0.5rem;
  }

  .examples {
    padding-top: 0;
  }

  .service__slider-border {
    height: 16vw;
  }

  .service__slider-img {
    height: 15vw;
  }

  .examples__block {
    width: 30rem;
  }

  .examples__flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .examples__block-slider {
    width: 20rem;
  }

  .examples__block-bg > img {
    height: 10rem;
  }

  .examples__details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .examples__details-block {
    width: 100%;
  }

  .exd-item {
    height: 8rem;
  }

  .examples__details-manager {
    width: 60%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }

  .examples__same-proj {
    margin-top: 1.5rem;
  }

  .examples__same-proj br {
    display: none;
  }

  .title-m {
    font-size: 2.5rem;
  }

  .comers__form {
    width: 30rem;
  }

  .cta__img {
    width: 30rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .cta__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta__img-text {
    width: 17rem;
  }

  .cta__img-text {
    left: -8rem;
    top: 20%;
  }

  .get__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .get__left {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .get__right {
    width: 30rem;
  }

  .get__right .labels {
    text-align: center;
  }

  .team__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team__left {
    width: 100%;
  }

  .team {
    padding-bottom: 0;
  }

  .team__right {
    width: 30rem;
    margin-top: 4rem;
  }

  .team__pl {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .cta-2-img {
    display: none;
    width: 0;
  }

  .cta-2__info {
    width: 100%;
  }

  .hsocial__cir {
    margin-right: 0.5rem;
  }

  .t-min br {
    display: none;
  }

  .appeal__details {
    width: 100%;
  }

  .appeal__block-img {
    height: 8rem;
  }

  .contacts__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts__item.v1 {
    width: 47%;
    margin-left: 1.2%;
    margin-right: 1.2%;
  }

  .block-c__img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }

  .text21 {
    font-size: 1.4rem;
  }

  .contacts-soc {
    width: 2rem;
    height: 2rem;
    margin: 0 0.3rem;
  }

  .contacts__item.v2 {
    width: 47%;
    margin-left: 1.2%;
    margin-right: 1.2%;
  }

  .contacts__item.v3 {
    width: 100%;
    margin-top: 3rem;
  }

  .contacts__map {
    height: 50vw;
  }

  .footer__cont {
    padding: 2rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cont-item-img {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 0.5rem;
  }

  .ab-city_item-pulse,
  .ab-item__pulse {
    width: 30rem;
    height: 30rem;
  }
}

@media (max-width: 567px) {
  .logo__sub {
    display: none;
  }

  .header__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hsocial-header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hsocial-header .hsocial__text {
    font-size: 0.9rem;
  }

  .header .phones {
    width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header .phones__text {
    font-size: 0.9rem;
  }

  .burger__wrap-block {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header {
    padding: 1.5rem 0;
  }

  .main__cont {
    padding: 3rem 0;
  }

  .title-lg {
    font-size: 2.3rem;
  }

  .title-lg br {
    display: none;
  }

  .main__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-slider__wrap {
    margin-top: 2rem;
    width: 28rem;
  }

  .dots {
    margin: 0 1.3rem;
  }

  .test__advas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .test__advas-item {
    width: 47%;
    margin: 0.5rem 1.5%;
  }

  .test__advas-item-img {
    width: 7rem;
    height: 4rem;
  }

  .test__quests {
    padding: 0;
  }

  .test__visual {
    width: 100%;
  }

  .test-item-qw7 {
    width: 100%;
    margin-right: 0;
  }

  .ti-qw9-img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 11rem;
  }

  .tiem {
    width: 47%;
  }

  .tiem-img {
    height: 20vw;
  }

  .ttools-hov {
    width: 12rem !important;
  }

  .quiz__btn-img {
    width: 1.5rem;
  }

  .test-item-qw3 {
    height: 47vw;
  }

  .test-item-qw4,
  .test-item-qw6 {
    width: 100%;
    margin-right: 0;
  }

  .tiem.t5 {
    width: 94%;
  }

  .ti-img6 {
    width: 26rem;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 2rem;
  }

  .ti-img6-text {
    width: 7rem !important;
    left: 0.7rem;
    bottom: 1rem;
    font-size: 0.9rem;
  }

  .tiem-img.v2 {
    height: 36vw;
  }

  .ender9 .tiem {
    width: 46%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .title-m {
    font-size: 2.2rem;
  }

  .system__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .system__left {
    width: 30rem;
  }

  .system-block-scroll {
    height: 70vw;
  }

  .system__img {
    width: 26rem;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .system__qq {
    display: none;
  }

  .ab-city_item-pulse,
  .ab-item__pulse {
    width: 25rem;
    height: 25rem;
  }

  .services__list {
    max-width: 100%;
    width: 100%;
  }

  .title {
    font-size: 2.2rem;
  }

  .title br {
    display: none;
  }

  .tabs__item {
    width: 30%;
    padding: 0.5rem;
  }

  .tabs__caption {
    margin-bottom: 1.7rem;
  }

  .objects__descr--smog,
  .objects__descr--moist,
  .objects__descr--remont,
  .objects__descr--cond,
  .objects__descr--auto,
  .objects__descr--vent {
    width: 12rem;
    font-size: 0.86rem !important;
  }

  .cta__img-text {
    padding: 1rem;
  }

  .cta__img-text {
    left: -3rem;
    top: 40%;
  }

  .cta-px {
    display: none;
  }

  .guarantee {
    padding-top: 1rem;
  }

  .title-m br {
    display: none;
  }

  .guarantee-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .guarantee-block__left {
    width: 100%;
  }

  .guarantee-block__left-wrap {
    padding: 2rem;
  }

  .guarantee-block__left-img {
    right: -1rem;
    top: -3rem;
    width: 10rem;
  }

  .guarantee-block__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
  }

  .guarantee-block__right-item {
    width: 44%;
    margin: 0 2.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .guarantee-block__right-item br {
    display: none;
  }

  .guarantee-block__right-item .tar {
    text-align: center;
  }

  .guarantee-block__right-item .small-text {
    text-align: center;
  }

  .guarantee-block__right-line-img {
    width: auto;
    height: 6rem;
  }

  .guarantee-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.3rem;
  }

  .guarantee-item-img-2 {
    display: none;
  }

  .guarantee-item-text.t2 {
    padding: 1rem;
  }

  .guarantee-item-img.t2 {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }

  .guarantee-cts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .guarantee-cts__left {
    width: 100%;
  }

  .guarantee-cts__right {
    width: 21rem;
    margin-top: 2rem;
  }

  .guarantee-item-img.t3 {
    width: 100%;
    padding: 1rem;
  }

  .guarantee-item-img-left img {
    width: 26vw;
  }

  .guarantee-item-img-right {
    height: 32vw;
  }

  .guarantee-item-img-slider {
    width: 20vw;
  }

  .guarantee-item-img-slider__item {
    height: 28vw;
  }

  .get__item-wrap {
    width: 47%;
    margin-bottom: 1.5rem;
  }

  .get__item {
    padding: 1rem 1.4rem;
  }

  .get__img {
    height: 7rem;
    margin-bottom: 1rem;
  }

  .team__num {
    width: 16rem;
  }

  .team__pin {
    left: 45%;
  }

.team__map {
    width: 100%;
    left: 11%;
}

.team__pin {}

  .guarantee-list li {
    margin: 0.4rem 0;
  }

  .cta-2__form-wrap {
    padding: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-2__form-block {
    width: 100%;
  }

  .cta-2__form-cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-2__form-wrap .text {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .cta-2__form-img {
    display: none;
  }

  .examples {
    padding-bottom: 0;
  }

  .test {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }

  .system {
    padding-top: 3rem;
  }

  .offer__trigger_bg {
    border-radius: 5px;
  }

  .appeal {
    padding: 0;
  }

  .appeal__tg {
    padding: 0.6rem 1rem;
  }

  .appeal__details {
    display: none;
  }

  .appeal__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .appeal__block {
    width: 47%;
    margin: 0.6rem 1.5%;
  }

  .contacts__item.v1 {
    width: 28rem;
    margin-bottom: 2rem;
  }

  .contacts__item.v2 {
    width: 28rem;
  }

  .footer__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__item {
    margin: 0.5rem;
  }

  .modal-sm {
    width: 90vw;
  }

  .modal-end-block {
    width: 100%;
    margin: 0;
  }

  .me-img {
    display: none;
  }

  .m-forms {
    width: 100%;
  }

  .me__social-left .tsm13 {
    font-size: 0.8rem;
  }

  .me__social-left .tiem.t5 {
    width: auto;
  }

  .offer__trigger_bg {
    font-size: 1.3rem;
  }

  .main__cont {
    padding-top: 5rem;
  }

  .quiz__btn-img {
    display: none;
  }

  .quiz__next-wrap {
    width: 11rem;
  }

  .quiz__next-wrap .btn {
    width: 100%;
  }

  .quiz__prev {
    width: 11rem;
  }

  .system__sign {
    width: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2rem;
  }

  .system__left {
    margin-top: 2rem;
  }

  .objects__btn-pdf {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .examples__block {
    width: 100%;
  }

  .examples__block-slider {
    width: 80%;
  }

  .examples__block-bg > img {
    height: 36vw;
  }

  .exd-item {
    width: 30%;
  }

  .guarantee-block {
    margin-top: 4rem;
  }

  .guarantee-cts__right {
    width: 100%;
  }

  .guarantee-item-img-left img {
    width: 9rem;
  }

  .sals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem;
  }

  .sals .ab-city_item-pulse,
  .sals .ab-item__pulse {
    display: none;
  }

  .sals .cta__img {
    margin-right: 0;
    margin-left: -4rem;
  }

  .contacts__img {
    width: 100%;
  }

  .contacts__img img {
    width: 100%;
  }

  .phn {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }

  .test__right-man {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-cs-man img {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .me__social-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .me-img {
    display: block;
    width: 14rem;
    left: auto;
    right: auto;
    top: auto;
    right: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .phones__link {
    font-size: 1.64rem;
  }

  .header .phones__number {
    margin-top: 0.7rem;
  }

  .gradient-text {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #0086f1;
    background: transparent !important;
    color: #0086f1;
  }
} color: #0086f1;
  }
}