@charset "UTF-8";



/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0;
}

/* 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.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct font 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(160, 185, 70, 0.7);
    box-shadow: 0 0 0 0 rgba(160, 185, 70, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(160, 185, 70, 0);
    box-shadow: 0 0 0 20px rgba(160, 185, 70, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(160, 185, 70, 0);
    box-shadow: 0 0 0 0 rgba(160, 185, 70, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(160, 185, 70, 0.7);
    box-shadow: 0 0 0 0 rgba(160, 185, 70, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(160, 185, 70, 0);
    box-shadow: 0 0 0 20px rgba(160, 185, 70, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(160, 185, 70, 0);
    box-shadow: 0 0 0 0 rgba(160, 185, 70, 0);
  }
}

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

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px 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 pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px 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 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-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);
  }
}

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

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: 'Verdana', sans-serif;
  line-height: 1.2;
  font-weight: normal;
  overflow-x: hidden;
  color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

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

a {
  text-decoration: none;
}

p {
     PADDING-TOP: 0;
}

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

@media (max-width: 900px) {
  .forest {
    display: none;
  }
}

.col-center {
  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;
}

.col-vcenter {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.rel-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.osw {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

.to_top {
  background-image: none !important;
  background-color: #a9c445 !important;
}

@media (max-width: 567px) {
  .media-center {
    text-align: center;
  }
}

.graf {
  -webkit-animation: transform-shiver 5000ms linear 0ms infinite normal both;
  animation: transform-shiver 5000ms linear 0ms infinite normal both;
}

.dotted {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dotted:before {
  content: '';
  position: absolute;
  top: 105%;
  width: 100%;
  border-bottom: 1px dashed #a9c445;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.dotted:hover {
  color: #fff;
}

.dotted:hover:before {
  width: 30%;
  border-color: #fff;
}

.dotted_l::before {
  border-bottom: 2px solid #a9c445;
}

.skew-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  background-color: #5490d5;
  padding: .5vw 1.2vw;
  border-radius: 5px;
  line-height: 1;
}

.skew-text__block {
  -webkit-transform: skew(8deg);
  transform: skew(8deg);
}

.kr-text {
  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;
}

.kr-text__cir {
  background-color: #a9c445;
  width: .3vw;
  height: .3vw;
  border-radius: 100%;
  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;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.fwb {
  font-weight: bold;
}

.z-i20 {
  z-index: 20;
}

.green {
  color: #a9c445;
}

.bgc {
  background-color: #f9f9f9;
}

.tal {
  text-align: left;
}

.rel {
  position: relative;
}

.lh {
  line-height: 1.5 !important;
}

.lhm {
  line-height: 1.3 !important;
}

.lhsm {
  line-height: 1.1 !important;
}

.lhlg {
  line-height: 1.6 !important;
}

.black2 {
  color: #303030;
}

.black {
  color: #111111;
}

.krem {
  color: #e0c59a;
}

.blue {
  color: #00a1fe;
}

.red {
  color: #e01a6f;
}

.white {
  color: #fff;
}

.yel {
  color: #fb9739 !important;
}

.mrlg {
  margin-right: 3.8vw;
}

.mrsm {
  margin-right: 2vw;
}

.mrm {
  margin-right: 0.5vw;
}

.mrs {
  margin-right: 0.3vw;
}

.mr {
  margin-right: 1vw;
}

.mlg {
  margin-bottom: 4.5vw;
}

.msm {
  margin-bottom: 2.4vw;
}

.mb {
  margin-bottom: 1.5vw;
	font-size: 1.4rem;
}

.mbm {
  margin-bottom: 0.7vw;
}

.mbs {
  margin-bottom: 0.41vw;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

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

.tdu {
  text-decoration: underline;
}

.ttu {
  text-transform: uppercase;
}

.zi0 {
  z-index: 0 !important;
}

.zi1 {
  z-index: 1;
  position: relative;
}

.zi5 {
  position: relative;
  z-index: 5 !important;
}

.black {
  color: #282828;
}

.l-sp {
  letter-spacing: .2vw;
}

.aqua {
  color: #42a0dc;
}

.nums {
  font-size: 5.2vw;
}

.poe {
  pointer-events: none;
}

.gray {
  color: #929292;
}

.title {
  font-size: 2.33vw;
  line-height: 1.3;
}

.order-rev {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

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

.link-hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-hover:hover {
  color: #a9c445 !important;
}

.link-hover_2:hover {
  color: #a9c445 !important;
}

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

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

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

.t-cir {
  font-size: 2.35vw;
}

.text {
  font-size: 0.97vw;
}

b {
  font-weight: 900;
}

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

.tga {
  color: #ffc55b;
  letter-spacing: 0.75px;
}

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

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

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

.tsm8 {
  font-size: 0.51vw;
}

.tsm10 {
  font-size: 0.61vw;
}

.tsm12 {
  font-size: 0.75vw;
}

.tsm13 {
  font-size: 0.85vw;
}

.ls56 {
  letter-spacing: 0.56px;
}

.text24 {
  font-size: 1.0vw;
}

.text23 {
  font-size: 1.3vw;
}

.text21 {
  font-size: 1.2vw;
}

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

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

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

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

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

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

.container_sbig {
  max-width: 92vw;
  margin: 0 auto;
}

.stop {
  overflow: hidden;
}

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

.btn {
  padding: 1.2vw 1.4vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  position: relative;
  color: #282828;
  z-index: 0;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:hover::before {
  width: 100%;
  border-color: transparent;
}

.btn:hover::after {
  width: 100%;
  border-right: 1px;
  border: 1px solid transparent;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  width: 5.5vw;
  height: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: 1px solid #fff;
  -webkit-box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  pointer-events: none;
}

.btn::after {
  width: 0;
  height: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border: none;
  background-color: #a0b945;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
  border: 0px solid transparent;
  border-right: 0px;
  border-radius: 3px;
  pointer-events: none;
}

.btn.b-gray span {
  color: #a1a1a1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn.b-gray .svg {
  width: .8vw;
  height: .8vw;
  fill: #a1a1a1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn.b-gray::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a1a1a1;
}

.btn.b-gray:hover span {
  color: #fff;
}

.btn.b-gray:hover .svg {
  fill: #fff;
}

.btn.b-gray:hover::before {
  border-color: transparent;
}

.btn.b-prev::before {
  right: 0%;
  left: auto;
}

.btn.b-prev::after {
  right: 0%;
  left: auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.btn.b-prev .svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn.b-green {
  -webkit-box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  background: url("../img/catalog/btn-bg.jpg") center repeat;
  background-size: 100%;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.btn.b-green::before {
  display: none;
}

.btn.b-green::after {
  display: none;
}

.btn.light {
  color: #191919;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe97e), to(#fdf7ad));
  background-image: linear-gradient(to top, #ffe97e 0%, #fdf7ad 100%);
  -webkit-box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 -4px 1px #d6ba5c;
  box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 -4px 1px #d6ba5c;
}

.btn.light:hover {
  -webkit-box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 4px 1px #d6ba5c;
  box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 4px 1px #d6ba5c;
}

.btn.wt {
  color: #282828;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(98%, #fff), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(98%, #fff), to(#fff));
  background-image: linear-gradient(to top, #fff 0%, #fff 98%, #fff 100%), linear-gradient(to top, #fff 0%, #fff 98%, #fff 100%);
  -webkit-box-shadow: 0 8px 13px rgba(214, 214, 214, 0.49), inset 0 -4px 1px #d6d6d6;
  box-shadow: 0 8px 13px rgba(214, 214, 214, 0.49), inset 0 -4px 1px #d6d6d6;
}

.btn.wt:hover {
  -webkit-box-shadow: 0 8px 13px rgba(214, 214, 214, 0.49), inset 0 4px 1px #d6d6d6;
  box-shadow: 0 8px 13px rgba(214, 214, 214, 0.49), inset 0 4px 1px #d6d6d6;
}

.btn.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.no-shadow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn.bord {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #ffbd73;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn.bord:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.bord.bdr {
  border: 1px solid #1491d0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px #1491d0;
  box-shadow: 0px 0px 2px #1491d0;
  color: #1491d0;
}

.btn.bord.bdr:hover {
  -webkit-box-shadow: 0px 0px 20px #1491d0;
  box-shadow: 0px 0px 20px #1491d0;
}

.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: 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: 2vw 1vw;
}

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

.btn-text {
  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;
}

.btn.max {
  width: 100%;
}

.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: #f35b53;
}

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

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

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

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

.close-nav {
  display: none;
}

.phone-link {
  font-weight: 500;
  font-size: 1vw;
  color: #44242E;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.phone-link:hover {
  color: #149456;
}

.link {
  color: #ffcc71;
  font-weight: 400;
  -webkit-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 #ffcc71;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

input::-webkit-input-placeholder {
  color: #8f8f8e;
}

input:-ms-input-placeholder {
  color: #8f8f8e;
}

input::-ms-input-placeholder {
  color: #8f8f8e;
}

input::-moz-placeholder {
  color: #8f8f8e;
}

input::placeholder {
  color: #8f8f8e;
}

.input {
  padding: 1.2vw 1vw;
  padding-left: 2.2vw;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-box-shadow: inset 0 4px 8px rgba(255, 254, 237, 0.7);
  box-shadow: inset 0 4px 8px rgba(255, 254, 237, 0.7);
  border-radius: 3px;
  border: 3px solid transparent;
  background-color: #f2f2f4;
  color: #7c7c7c;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
}

.input.t2 {
  height: 4.7vw;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background-color: #f2f2f2;
  border: none;
  font-weight: 30;
}

.input.inset {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.input.t3 {
  border-radius: 4px;
  height: 2.7vw;
}

.input.t4 {
  height: auto;
  padding-left: 0vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  color: #fff;
}

.input.i-gray {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #4a4a4a;
  border: none;
  color: #fff;
}

.input.i-gray::-webkit-input-placeholder {
  color: #fff;
}

.input.i-gray:-ms-input-placeholder {
  color: #fff;
}

.input.i-gray::-ms-input-placeholder {
  color: #fff;
}

.input.i-gray::-moz-placeholder {
  color: #fff;
}

.input.i-gray::placeholder {
  color: #fff;
}

.input.phone {
  background: url("../img/icons/input-ph.png") no-repeat center left 1.2vw, #fff;
  background-size: 1.4vw;
  padding-left: 3vw;
}

.input.phone_big {
  background: url("../img/icons/input-ph.png") no-repeat center left 1.2vw, #fff;
  background-size: 1.8vw;
  padding-left: 4vw;
}

.input.pers {
  background: url("../img/modals/pers.png") no-repeat center left 1.2vw, #fff;
  background-size: 1.8vw;
  padding-left: 4vw;
}

.input.mas {
  background: url("../img/icons/input-mas.png") no-repeat center left 1.2vw, #fff;
  background-size: 1.4vw;
  padding-left: 4vw;
}

.input.ws {
  background: url("../img/icons/input-ws.png") no-repeat center left 1.2vw, #fff;
  background-size: 1.8vw;
  padding-left: 4vw;
}

.input.date {
  background: url("../img/icons/date.png") no-repeat center left 1.2vw, #fff;
  background-size: 1vw;
  padding-left: 3vw;
}

.input.textarea {
  height: 10vw;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.inp-min {
  width: 31.5%;
}

.inp-md {
  width: 70%;
}

.inp-big {
  width: 100%;
  margin: 0.7vw 0;
}

.inp-half {
  width: 49%;
}

.input.inp-pd {
  height: 3.5vw;
  padding: 0.7vw 1.5vw;
}

.i-c {
  width: 44%;
}

.i-d {
  width: 52%;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
  width: 1.2vw;
  z-index: 18;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 1;
}

.arrows img {
  max-width: none;
  width: 100%;
}

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

.slidePrev {
  left: -2vw;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.slidePrev.t2 {
  width: 5.5vw;
  left: 0;
}

.slidePrev.t2.solo {
  width: 3vw;
  left: 3vw;
}

.slidePrev.t4 {
  width: 3.5vw;
  left: 1.8vw;
  top: 40%;
}

.slidePrev.t1 {
  width: 3.5vw;
  left: 0;
}

.slidePrev.t3 {
  left: -1vw;
  width: 2.8vw;
}

.slidePrev:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.slidePrev.test-ar {
  left: -2vw;
}

.slideNext {
  right: -2vw;
}

.slideNext.t2 {
  width: 5.5vw;
  right: 0;
}

.slideNext.t2.solo {
  width: 3vw;
  right: 3vw;
}

.slideNext.t4 {
  width: 3.5vw;
  right: 1.8vw;
  top: 40%;
}

.slideNext.t1 {
  width: 3.5vw;
  right: 0;
}

.slideNext.t3 {
  right: -1vw;
  width: 2.8vw;
}

.slideNext:hover {
  -webkit-transform: translate(50%, -50%) scale(1.05);
  transform: translate(50%, -50%) scale(1.05);
}

.slideNext.test-ar {
  right: -2vw;
}

.ksp {
  width: 4vw;
}

.ksn {
  width: 4vw;
}

.white-space {
  white-space: nowrap;
}

.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;
  color: #4c4c4c;
}

.check-line.v2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check-line a {
  color: #2995fc;
}

.check-label {
  width: 1.2vw;
  height: 1.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;
  padding: 0.2vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5vw;
  border-radius: 3px;
  background-color: #f9f9fb;
}

.check-label-act {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100%;
  height: 100%;
}

.check-label.min {
  width: 1vw;
  height: 1vw;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #fff;
}

.check .tsm12 {
  font-weight: 500;
}

.rhide {
  display: none;
}

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

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

.labels {
  -webkit-transform: skew(8deg);
  transform: skew(8deg);
}

.labels-wrap {
  padding: 0.6vw 0.8vw;
  border-radius: 5px;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  color: #fff;
  display: inline-block;
  background-color: #00c063;
}

.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);
  border: 1px dashed #dddddd;
  background-color: #ffffff;
  color: #747474;
}

.bg-line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(61%, #d3eeec), to(#d3eeec));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #d3eeec 61%, #d3eeec 100%);
}

.slick-dots {
  bottom: auto;
  top: -3vw;
  right: 0;
  left: auto;
  width: auto;
}

.slick-dots li {
  width: 1vw;
  height: 1vw;
  margin: 0 .5vw;
}

.slick-dots li button {
  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: 100%;
  height: 100%;
  padding: 0.5vw;
}

.slick-dots li button:before {
  content: '';
  font-size: 1.1vw;
  width: .7vw;
  height: .7vw;
  background-color: transparent;
  border: 2px solid #cacaca;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button:before {
  background-color: #ef8616;
  border: 2px solid #ef8616;
  font-size: 1.25vw;
  width: .7vw;
}

.header {
  padding: 1vw 0;
  padding-top: 1.5vw;
  position: relative;
  z-index: 4;
}

.header__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;
}

.header__right {
  width: 95%;
}

.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

.header__top {
  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;
  padding-top: 0.5vw;
}

.logo-two {
  display: none;
}

.header-call__ico {
  width: 1.2vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-call__hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(100%) scale(0);
  transform: translateY(100%) scale(0);
  opacity: 0;
  left: 0;
  top: 1.2vw;
  position: absolute;
  background-color: #fff;
  padding: .7vw 1vw;
  z-index: 20;
  pointer-events: none;
  border-radius: 0px;
}

.header-call__arrow {
  width: .7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-call .header-call__wrapper {
  cursor: pointer;
}

.header-call .header-call__wrapper:hover .header-call__hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.ph-ico {
  width: 1.7vw;
  padding: 0.3vw;
}

.logo {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.logo__img {
  width: 4.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo__img img {
  max-width: none;
  width: 100%;
}

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

.nav {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 16;
}

.nav__wrap {
  position: relative;
}

.nav-shadow {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 1vw;
  border-radius: 10px;
  z-index: 2;
}

.nav li {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav li.menu-item-has-children {
  padding-right: 1vw;
}

.nav li.menu-item-has-children .sub-menu a {
    color: #282828;
    text-transform: none;
    padding: 14px 0px;
}

.nav li.menu-item-has-children::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .6vw;
  height: .6vw;
  background: url("../img/main/b-arrow.svg") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.nav li.menu-item-has-children:hover .sub-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav a {
  color: #fff;
  padding: 1.2vw 0vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

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

.nav a.current-menu-item {
  color: #a9c445;
}

.nav .sub-menu {
  top: 100%;
  left: 0;
  -webkit-box-shadow: 1px -1px 57px rgba(0, 0, 0, 0.1);
  box-shadow: 1px -1px 57px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 20vw;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  padding: 0.8vw;
  border-radius: 1px;
}

.nav .sub-menu__li a {
  color: #282828 !important;
  padding: .4vw;
  white-space: nowrap;
}

.nav .sub-menu__li a:hover,
.nav .sub-menu__li a:active {
  color: #a9c445 !important;
}

.main {
  position: relative;
  overflow: hidden;
}

.main.v2 {
  background-color: #282828;
  overflow: visible;
}

.main.v2 .nav li.menu-item-has-children {
  position: relative;
  z-index: 10;
}

.main .lines {
  z-index: 4;
}

.main .lines__item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), color-stop(99%, #aeaeae));
  background-image: linear-gradient(to bottom, #aeaeae 0%, #aeaeae 99%);
}

.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .8;
}

.main__bg img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.main__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation: main-bg-anim 23s infinite linear;
  animation: main-bg-anim 23s infinite linear;
  pointer-events: none;
}

.main-slider {
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 12vw;
  z-index: 1 !important;
}

.main-slider .title {
  font-size: 3.2vw;
  line-height: 1.2;
}

.main-slider .land-title {
  font-size: 2.4vw;
}

.main-slider__item {
  margin: 0 1vw;
}

.main-slider__item .title-lg {
  line-height: 1 !important;
}

.main-slider__wrap {
  width: 50%;
}

.main-slider__wrap.v2 {
  width: 55%;
}

.main-slider__line {
  width: 3vw;
  height: 1px;
  background-color: #a9c445;
}

.main-slider__img {
  width: 8vw;
  min-height: 5vw;
  margin: auto;
  margin: auto;
  position: relative;
}

.main-slider__img img {
  max-width: none;
  width: 100%;
}

.main-slider__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-slider__el {
  margin-right: 3rem;
}

.main-slider__btn-ar {
  width: .6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-slider__sq {
  width: .8vw;
  height: .8vw;
  border-radius: 2px;
  background-color: #a9c445;
}

.main-slider__video {
  position: absolute;
  right: 3.7%;
  top: 15%;
  z-index: 6;
}

.main-slider__v-img {
  width: 5.8vw;
  height: 5.8vw;
  padding: 2.2vw;
  position: relative;
}

.main-slider__v-img img {
  margin-right: -0.2vw;
}

.main-slider__v-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse2 1.2s infinite linear;
  animation: pulse2 1.2s infinite linear;
  border-radius: 100%;
}

@-webkit-keyframes main-bg-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes main-bg-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fancybox-image,
.fancybox-spaceball {
  border-radius: 10px;
}

.lines {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85vw;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}

.lines__item {
  width: 1px;
  background-color: #aeaeae;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aeaeae), color-stop(99%, #aeaeae));
  background-image: linear-gradient(to bottom, #aeaeae 0%, #aeaeae 99%);
  opacity: .2;
  height: 100%;
  z-index: -1;
}

.main-dots {
  position: absolute;
  right: -11vw;
  bottom: 0;
  padding: 2.6vw 3.2vw;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(40, 40, 40, 0.9);
  z-index: 6;
  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;
  min-width: 45vw;
}

.main-dots__img {
  width: 1vw;
}

.main-dots__all-num {
  color: #5e5e5e;
}

.main-dots__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  width: auto;
}

.main-dots__item {
  width: 0.5vw;
  height: 0.5vw;
  background-color: #999999;
  border-radius: 100%;
  margin: 0 .5vw;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  cursor: pointer;
}

.main-dots__item::before {
  content: '';
  position: absolute;
  width: 250%;
  height: 250%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #a9c445;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-dots__item.active {
  background-color: #fff;
}

.main-dots__item.active::before {
  opacity: 1;
}

.main-dots__item:hover {
  background-color: #fff;
}

.main-dots__item:hover::before {
  opacity: 1;
}

.main-dots__text {
  letter-spacing: .4vw;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-dots__arrows {
  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;
}

.main-dots__ar {
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.main-dots__ar:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.navigation {
  padding: 2vw;
  background-color: #efefef;
}

.info {
  padding: 6vw 0;
}

.info__word {
  width: 10vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
}

.info__block {
  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;
}

.info__left {
  width: 22vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}

.info__left img {
  border-radius: 5px;
  max-width: none;
  width: 100%;
}

.info__green {
  position: absolute;
  width: 11.4vw;
  right: 0vw;
  top: 17%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.info__card {
  width: 10vw;
  height: 10vw;
  border-radius: 7px;
  position: absolute;
  top: 50%;
  right: -1vw;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 2;
}

.info__right {
  width: 52%;
}

.info__time {
  font-size: 5.6vw;
  line-height: 1;
}

.country {
  padding-bottom: 6vw;
}

.country__fl {
  position: absolute;
  bottom: 0;
  left: 53%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.5vw;
}

.country__fl-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.country__block {
  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;
}

.country__left {
  width: 38%;
}

.country__right {
  position: absolute;
  width: 47vw;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.country-pin__hover {
  background-color: #fff;
  padding: 0.4vw 1vw;
  left: .3vw;
  bottom: .6vw;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.country-pin img {
  z-index: 1;
  position: relative;
}

.country-pin__pin {
  width: 2.0vw;
  position: absolute;
  cursor: pointer;
}

.country-pin__pin:hover {
  z-index: 10;
}

.country-pin__pin:hover .country-pin__hover {
  opacity: 1;
}

.country-pin__pin:nth-child(1) {
  top: 34%;
  left: 14%;
  width: 1.6vw;
}

.country-pin__pin:nth-child(2) {
  top: 74%;
  left: 28%;
  width: 1.4vw;
}

.country-pin__pin:nth-child(3) {
  top: 20%;
  left: 58%;
  width: 1.2vw;
}

.country-pin__pin:nth-child(4) {
  top: 29%;
  left: 54%;
  width: 1.6vw;
}

.country-pin__pin:nth-child(5) {
  top: 39%;
  left: 51.2%;
  width: 1.2vw;
}

.country-pin__pin:nth-child(6) {
  top: 63%;
  left: 54%;
  width: 1.2vw;
}

.country-pin__pin:nth-child(7) {
  top: 45.5%;
  left: 64.5%;
  width: 1.2vw;
}

.country-pin__pin:nth-child(8) {
  top: 23%;
  left: 70%;
  width: 1.6vw;
}

.country-pin__pin:nth-child(9) {
  top: 23%;
  left: 85%;
  width: 1.2vw;
}

.serv {
  padding: 6vw 0 4vw 0;
}

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

.serv__item {
  width: 49.2%;
  padding: 14vw 3vw 3vw 3vw;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

.serv__item.active {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  z-index: 10;
}

.serv__item.active .serv__text {
  opacity: 1;
}

.serv__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(90%, transparent));
  background-image: linear-gradient(to top, #282828 0%, transparent 90%);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.serv__item:nth-child(1) {
  border-radius: 0 5px 5px 0;
}

.serv__item:nth-child(1) .serv__bg {
  border-radius: 0 5px 5px 0;
}

.serv__item:nth-child(1)::before {
  border-radius: 0 5px 5px 0;
}

.serv__item:nth-child(2) {
  border-radius: 5px 0 0 5px;
}

.serv__item:nth-child(2) .serv__bg {
  border-radius: 5px 0 0 5px;
}

.serv__item:nth-child(2)::before {
  border-radius: 5px 0 0 5px;
}

.serv__text {
  position: absolute;
  top: -1.5vw;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.serv__bot-text {
  z-index: 2;
  position: relative;
}

.serv__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-animation: bg-anim 23s infinite linear;
  animation: bg-anim 23s infinite linear;
  z-index: -1;
}

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

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

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

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

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

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

.catalog {
  padding: 4vw 0;
}

.catalog__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;
  margin-bottom: 2vw;
}

.catalog__left {
  width: 25%;
  background-color: #282828;
  padding: 2vw;
  border-radius: 5px;
}

.catalog__list {
  width: 16vw;
}

.catalog__right {
  width: 73%;
}

.catalog__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog__item {
  width: 48%;
  margin: 0 1% 1.5vw 1%;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.catalog__item.active {
  -webkit-box-shadow: 0 -2px 70px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 70px rgba(0, 0, 0, 0.2);
}

.catalog__item.active .catalog__t-text {
  opacity: 1;
}

.catalog__item.active .catalog__top:before {
  opacity: 1;
}

.catalog__top {
  height: 14vw;
  width: 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 2vw 3vw 1.5vw 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.catalog__top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(85%, transparent));
  background-image: linear-gradient(to top, #282828 0%, transparent 85%);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.catalog__more {
  color: #929292;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.catalog__more:hover {
  color: #a0b945;
}

.catalog__more:hover .catalog__btn-ar {
  fill: #a0b945;
}

.catalog__btn-ar {
  width: .7vw;
  height: .7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #929292;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

.catalog__size-img {
  width: .9vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__bottom {
  background-color: #fff;
  padding: 2vw;
  padding-top: 1.5vw;
  border-radius: 0 0 5px 5px;
  border: 1px solid #dfdfdf;
}

.catalog__t-text {
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cform__label {
  color: #808080;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-bottom: -0.5vw;
  opacity: 0;
  pointer-events: none;
}

.cform__block {
  width: 100%;
}

.cform__wrap.active .cform__label {
  opacity: 1;
}

.catalog-main__top {
  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;
  margin-bottom: 2vw;
}

.catalog-main__descr {
  width: 40%;
}

.catalog-main__left-wrap {
  width: 25%;
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
}

.catalog-main__left-wrap .catalog__left {
  width: 100%;
}

.catalog-main__adv {
  width: 100%;
  background-color: #efefef;
  padding: 2vw 2.5vw;
  margin-top: 2vw;
}

.catalog-main__adv-img {
  width: 11vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ctab__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ctab__tab-item {
  padding: 1vw 2.4vw;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  margin: 0 1.1% 1.5vw 1.1%;
  letter-spacing: .08vw;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.ctab__tab-item.current-menu-item {
  background-color: #a0b945;
  color: #fff;
}

.ctab__tab-item:hover {
  background-color: #a0b945;
  color: #fff;
}

.constr {
  padding: 4vw 0;
}

.constr__green {
  width: 25vw;
}

.constr__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: normal;
  align-content: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.constr__item {
  width: 25%;
  height: 24vw;
  overflow: hidden;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 3vw;
  cursor: pointer;
}

.constr__item:hover .constr__btn {
  margin-top: 0;
  opacity: 1;
}

.constr__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), to(rgba(40, 40, 40, 0)));
  background-image: linear-gradient(to top, #282828 0%, rgba(40, 40, 40, 0) 100%);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.constr__line {
  width: 2vw;
  height: 1px;
  margin-top: 0.2vw;
  background-color: #fff;
}

.constr__fl-text {
  position: absolute;
  width: 3vw;
  height: 10vw;
  top: 2vw;
  left: 2vw;
}

.constr__fl-text .tsm13 {
  letter-spacing: 0.1vw;
}

.constr__fl-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.constr__btn {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 4vw;
  opacity: 0;
  margin-top: -2vw;
}

.constr__btn .tsm13 {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.constr__btn:hover .tsm13 {
  color: #a9c445;
}

.constr__btn:hover .svg {
  fill: #a9c445;
}

.constr__btn:hover .constr__btn-text::before {
  background-color: #a9c445;
}

.constr__btn .svg {
  width: .7vw;
  height: .7vw;
  fill: #fff;
}

.constr__btn-text {
  position: relative;
}

.constr__btn-text::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 105%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vid {
  padding: 10vw 0 3vw 0;
  position: relative;
}

.vid__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10vw;
  width: 100%;
}

.vid__bot {
  padding: 2vw 3vw;
  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;
  background-color: rgba(40, 40, 40, 0.81);
  z-index: 2;
  position: relative;
  width: 90%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.vid__img {
  width: 3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vid__img_min {
  width: 2vw;
}

.vid__block {
  width: 100%;
}

.vid__video .main-slider__v-img {
  width: 7.5vw;
  height: 7.5vw;
  padding: 2.6vw;
}

.state {
  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;
}

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

.state__left {
  width: 45%;
  padding-left: 4vw;
  padding-top: 3vw;
}

.state__right {
  width: 50%;
  background-color: #282828;
  padding: 4vw 2vw;
}

.state__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.state__vid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.state__vid .main-slider__v-img {
  width: 3.6vw;
  height: 3.6vw;
  padding: 1.3vw;
}

.state__video {
  width: 30.33%;
  margin: 0 1.5% 1vw 1.5%;
  height: 10vw;
  border-radius: 5px;
  position: relative;
}

.state__video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.state__img {
  width: 100%;
}

.state__item {
  width: 48%;
  margin: 0 1% 1vw 1%;
}

.state__word {
  position: absolute;
  width: 6vw;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-34%, -50%);
  transform: translate(-34%, -50%);
  z-index: -1;
}

.diller {
  padding: 4vw 0;
  background-color: #f8f8f8;
  position: relative;
}

.diller__green {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12.4vw;
}

.diller__block {
  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;
  overflow-y: hidden;
}

.diller__left {
  width: 25%;
}

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

.diller__right {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding: 4vw 0;
}

.diller__img {
  width: 6vw;
  min-height: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.diller__item {
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
}

.diller__header {
  min-height: 4.8vw;
}

.diller__link {
  color: #a0b945;
}

.diller__link .svg {
  fill: #a0b945;
}

.diller__link:hover {
  color: #929292;
}

.diller__link:hover .svg {
  fill: #929292;
}

.diller-page {
  padding: 4vw 0;
}

.diller-page__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;
}

.diller-page__left {
  width: 45%;
  padding-left: 10vw;
}

.diller-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.diller-page__item {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.diller-page__item .diller__header {
  min-height: 4.2vw;
  margin-bottom: .8vw;
}

.diller-page__right {
  width: 53%;
}

.dill-form {
  padding: 3vw;
  border-radius: 3px;
  background-color: #282828;
  padding-right: 13vw;
}

.dill-form__green {
  position: absolute;
  right: -1vw;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 12vw;
}

.dill-form__block {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dill-form .cform__wrap:nth-child(1) {
  width: 40%;
}

.dill-form .cform__wrap:nth-child(2) {
  width: 55%;
}

.dill-form .cform__wrap:nth-child(3) {
  width: 30%;
}

.dill-form .cform__wrap:nth-child(4) {
  width: 30%;
}

.dill-form .cform__wrap:nth-child(5) {
  width: 30%;
}

.dill-form .cform__wrap:nth-child(6) {
  width: 55%;
}

.dill-form__btn {
  width: 40%;
}

.sect-header {
  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;
}

.sect-header__left {
  width: auto;
  margin-right: 5%;
  white-space: nowrap;
}

.sect-header__right {
  width: auto;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.consult {
  padding: 6vw 0;
  padding-bottom: 4vw;
}

.consult.v2 {
  padding-top: 0;
}

.consult__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3vw;
}

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

.consult__man {
  width: 41.5vw;
  z-index: 1;
  position: absolute;
  right: -4.2vw;
  bottom: 0;
}

.consult__man.disp {
  width: 29vw;
  right: 7%;
  bottom: -2vw;
}

.consult__man.disp img {
  max-width: none;
  width: 100%;
}

.consult__green {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 7vw;
  z-index: -1;
}

.consult__word {
  position: absolute;
  right: 0;
  width: 11vw;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.consult__word img {
  max-width: none;
  width: 100%;
}

.consult-form {
  border-radius: 3px;
  background-color: #282828;
  padding: 3vw;
  padding-right: 5vw;
  width: 58.5%;
  z-index: 1;
  padding-left: 11vw;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consult-form__wrap {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.consult-form .cform__wrap {
  width: 31%;
}

.consult-form .cform__wrap:nth-child(4) {
  width: 65.5%;
}

.consult-form__btn {
  width: 31%;
  margin-top: -1vw;
}

.consult-form2 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 3vw;
  padding-right: 4vw;
  padding-left: 11vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.consult-form2__header {
  width: 100%;
}

.consult-form2__left {
  width: 60%;
  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;
}

.consult-form2__right {
  width: 33%;
  -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;
}

.consult-form2 .cform__wrap {
  width: 48%;
}

.consult-form2 .cform__wrap:nth-child(2) {
  width: 100%;
}

.consult-form2 .cform__wrap:nth-child(4) {
  width: 48%;
}

.consult-form2__btn {
  width: 100%;
  margin-top: 0;
}

.consult-form2__check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.check-label_v2 {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #727272;
  width: 1vw;
  height: 1vw;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rhide:checked ~ span .tsm12 {
  color: #fff;
}

.rhide:checked ~ span .check-label_v2 {
  border: 1px solid #a0b945;
}

.rhide:checked ~ span .check-label_v2 .check-label-act {
  border-radius: 0px;
  padding: .2vw;
  background-color: #a0b945;
}

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

.seob .ware__item__img {
  width: 4vw;
  height: 4vw;
}

.seob__btn {
  margin-top: 1vw;
  width: 13vw;
  color: #a0b945;
}

.seob__btn .svg {
  fill: #a0b945;
}

.seob__btn:hover {
  color: #929292;
}

.seob__btn:hover .svg {
  fill: #929292;
}

.seob__text {
  text-align: left;
  color: #747474;
  position: relative;
  height: 3.4vw;
  overflow: hidden;
}

.seob__text-wrap {
  padding-bottom: 2vw;
}

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

.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: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.sect-header {
  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%;
  padding-bottom: 3vw;
  padding-top: 3vw;
}

.project {
  padding-bottom: 5vw;
  position: relative;
}

.project.v2 {
  padding-top: 4vw;
}

.project__block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.project__left {
  width: 50%;
}

.project__right {
  width: 47%;
}

.project__top {
  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;
}

.project__item {
  margin-bottom: 1vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 47%;
}

.project__ico {
  width: 1.3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.project-form {
  background-color: #282828;
  padding: 2vw 3vw;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.project-form__header {
  width: 100%;
}

.project-form__left {
  width: 50%;
}

.project-form__right {
  width: 45%;
  margin-top: -1.1vw;
}

.pr-slider {
  width: 100%;
  height: 100%;
}

.pr-slider__item {
  border-radius: 5px;
  min-height: 28.8vw;
  height: 100% !important;
  position: relative;
}

.pr-slider__item.v2 {
  min-height: 33vw;
}

.pr-slider__fl {
  position: absolute;
  right: 1.5vw;
  top: 1.5vw;
}

.pr-slider__video {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pr-slider__video .main-slider__v-img {
  width: 3vw;
  height: 3vw;
  padding: 1vw;
}

.pr-slider__doc:hover .pr-slider__doc-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pr-slider__doc-img {
  width: 3.7vw;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pr-slider__doc-img img {
  max-width: none;
  width: 100%;
  border-radius: 3px;
}

.check-qw {
  position: absolute;
  right: -1.3vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #727272;
  width: 1vw;
  height: 1vw;
  text-align: center;
  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;
  z-index: 20;
}

.check-qw:hover {
  z-index: 21;
}

.check-qw:hover .check-qw__hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.check-qw__hover {
  position: absolute;
  background-color: #fff;
  padding: 1vw;
  top: 0;
  min-width: 10vw;
  z-index: 20;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 1px solid #282828;
}

.slick-dots {
  bottom: -1vw;
  top: auto;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slick-dots li {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100%;
}

.slick-dots li button::before {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slick-dots li button {
  background-color: #999999;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slick-dots li button:hover {
  background-color: #a0b945;
}

.slick-dots li button:hover::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  border-radius: 100%;
  border: 1px solid #a0b945;
  display: block;
  background-color: transparent;
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #a0b945;
  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: 0;
}

.slick-dots li.slick-active button::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  border-radius: 100%;
  border: 1px solid #a0b945;
  display: block;
  background-color: transparent;
  opacity: 1;
}

.ab-project {
  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;
  border-radius: 3px;
  background-color: #efefef;
  padding: 2vw 3vw;
  margin-bottom: 2vw;
}

.ab-project__wrap {
  padding-bottom: 4vw;
}

.ab-project__left {
  width: 25%;
}

.ab-project__right {
  width: 70%;
}

.project-dots {
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  background-color: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.project-dots .main-dots__cur-num {
  color: #282828;
}

.project-dots .main-dots__item.active {
  background-color: #a0b945;
}

.project-dots .main-dots__text {
  color: #282828;
}

.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan__img {
  width: 28vw;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 32vw;
  margin-bottom: 2vw;
}

.block-header {
  width: 100%;
}

.photos__bg {
  min-height: 38vw;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

.video-sect {
  padding-bottom: 4vw;
}

.video-sect__block {
  min-height: 45vw;
  width: 100%;
}

.video-sect__block .main-slider__v-img {
  width: 7.8vw;
  height: 7.8vw;
  padding: 2.7vw;
}

.why {
  padding: 4vw 0;
  padding-top: 2vw;
  position: relative;
}

.why__top {
  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;
}

.why__text {
  width: 40%;
}

.why__text.v2 {
  width: 45%;
}

.why__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1vw;
}

.why__right.v2 {
  width: 45%;
}

.why__img {
  width: 30vw;
  min-height: 15vw;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.why__header {
  width: 100%;
}

.why__house {
  position: relative;
  left: 50%;
  bottom: 0;
  margin-bottom: -4vw;
  margin-top: 4vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 45vw;
}

.why__house img {
  max-width: none;
  width: 100%;
}

.plus-cont__item {
  position: absolute;
  width: 2vw;
  height: 2vw;
  z-index: 5;
  cursor: pointer;
}

.plus-cont__item:hover {
  z-index: 10;
}

.plus-cont__item:hover .plus-cont__plus {
  background-color: #fff;
  color: #a0b946;
}

.plus-cont__item:hover .plus-cont__hover {
  opacity: 1;
  pointer-events: auto;
}

.plus-cont__item_1 {
  left: 10%;
  bottom: 92%;
}

.plus-cont__item_2 {
  left: 53%;
  bottom: 92%;
}

.plus-cont__item_3 {
  left: 23%;
  bottom: 74%;
}

.plus-cont__item_4 {
  left: 13.8%;
  bottom: 48.5%;
}

.plus-cont__item_5 {
  left: 45%;
  bottom: 58%;
}

.plus-cont__item_6 {
  left: 77%;
  bottom: 58%;
}

.plus-cont__item_7 {
  left: 31%;
  bottom: 25%;
}

.plus-cont__item_8 {
  left: 84.7%;
  bottom: 21%;
}

.plus-cont__hover {
  position: absolute;
  top: 1vw;
  left: 1vw;
  background-color: #fff;
  padding: 1vw 1.5vw;
  min-width: auto;
  border-radius: 3px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}

.plus-cont__plus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #a0b946;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 6;
  -webkit-animation: pulse 4.2s infinite linear;
  animation: pulse 4.2s infinite linear;
}

.plus-cont__plus::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse 5.2s infinite linear;
  animation: pulse 5.2s infinite linear;
  border-radius: 100%;
}

.ab-comp {
  padding: 4vw 0;
}

.ab-comp__block {
  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;
}

.ab-comp__left {
  width: 50%;
}

.ab-comp__right .info__card {
  right: auto;
  left: -1vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ab-comp__right .info__green {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  right: auto;
  left: 0;
}

.history {
  padding: 3vw 0;
  background-color: #f8f8f8;
  padding-bottom: 1vw;
}

.history__block {
  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;
}

.history__left {
  width: 15%;
  margin-top: -2vw;
}

.history__right {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.history__item {
  width: 20%;
  margin: 0 2.5% 2vw 2.5%;
}

.history__text {
  background: url("../img/info/card-bg.jpg");
  background-size: cover;
  pointer-events: none;
}

.history__text-item {
  color: #000;
  background: #f8f8f8;
  mix-blend-mode: lighten;
  font-size: 5vw;
  line-height: 1;
  pointer-events: none;
}

.ab-pr {
  padding: 4vw 0;
  position: relative;
}

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

.ab-pr__left {
  width: 60%;
}

.ab-pr__right {
  width: 35%;
  margin-top: 4vw;
}

.ab-pr-slider.solo .ab-pr-slider__item {
  min-height: 10vw;
}

.ab-pr-slider.solo .ab-pr-slider__vid {
  width: 3vw;
  height: 3vw;
  padding: 1vw;
}

.ab-pr-slider.solo .slick-dots {
  bottom: -2vw;
}

.ab-pr-slider__item {
  min-height: 27vw;
  border-radius: 5px;
  margin: 0 .5vw;
  cursor: pointer;
}

.ab-pr-slider__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}

.ab-pr-slider__vid {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.features {
  padding-bottom: 4vw;
}

.features__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;
}

.features__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features__left {
  width: 45%;
  padding-left: 11vw;
}

.features__right {
  background-color: #282828;
  padding: 3vw;
  padding-bottom: 1vw;
  width: 50%;
  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;
  border-radius: 3px;
  min-height: 23vw;
}

.features__word {
  width: 24vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

.features__item {
  width: 20%;
  margin: 0 2% 2vw 2%;
  position: relative;
  z-index: 2;
}

.features__img {
  width: 28vw;
  min-height: 12vw;
}

.docs__left {
  margin-top: -4vw;
}

.docs__item {
  width: 15%;
  margin: 0 2.5% 2vw 2.5%;
}

.docs__img {
  width: 8.5vw;
}

.comp-map {
  padding: 4vw 0;
  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;
}

.comp-map__right {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 54vw;
}

.comp-map .country__fl {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 11vw;
}

.comp-map .country__fl img {
  max-width: none;
  width: 100%;
}

.comp-map .info__time {
  font-size: 5.8vw;
}

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

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

.adv__item {
  width: 20%;
  margin: 0 2% 2vw 2%;
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.adv__img {
  width: 5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reliable {
  padding: 4vw 0;
}

.reliable-slider .slick-dots {
  bottom: -2vw;
}

.reliable-slider__item {
  min-height: 37vw;
  border-radius: 3px;
  position: relative;
  margin: 0 1.5%;
}

.news-page {
  padding: 4vw 0;
}

.news-page__bg {
  min-height: 36vw;
  border-radius: 5px;
}

.news {
  padding: 4vw 0;
}

.news__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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__item {
  width: 48.5%;
  margin-bottom: 2vw;
}

.news__date {
  border-radius: 3px;
  background-color: #efefef;
  padding: 0.7vw;
}

.news__img {
  min-height: 20vw;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__header {
  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;
}

.process {
  padding: 4vw 0;
}

.process__block {
  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;
}

.process__left {
  width: 40%;
}

.process__right {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.process__video {
  min-height: 22vw;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.process__video.v2 {
  min-height: 30%;
}

.process__col {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25%;
}

.process__col .main-slider__v-img {
  width: 3vw;
  height: 3vw;
  padding: 1.1vw;
}

.process__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
}

.line-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.line-text__line {
  height: 1px;
  border-bottom: 1px solid #a0b946;
  width: 23vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  z-index: 10;
}

.tip-block {
  padding: 4vw 0;
  padding-top: 2vw;
}

.tip-block__block {
  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;
  margin-bottom: 2vw;
}

.tip-block__item {
  position: relative;
}

.tip-block__item.img {
  width: 44%;
  min-height: 22vw;
  border-radius: 5px;
}

.tip-block__item.txt {
  width: 44%;
}

.tip-block__cir {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: -1;
  width: 11vw;
}

.tip-block__cir.v2 {
  right: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.price {
  padding: 4vw 0;
}

.price__block {
  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;
}

.price__left {
  width: 45%;
}

.price__wrap {
  padding-left: 11vw;
}

.price__right {
  position: absolute;
  width: 44vw;
  right: 8%;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.price__word {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10vw;
  z-index: 5;
}

.price-form {
  border-radius: 3px;
  background-color: #282828;
  padding: 2.2vw;
  padding-left: 11vw;
  width: 83%;
}

.price-form__fl {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #353535;
  border-radius: 3px;
  height: 5vw;
  width: 2.4vw;
}

.price-form__fl-text {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
  left: 50%;
}

.price-form__block {
  width: 60%;
}

.done-proj {
  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;
  padding: 2vw 0;
}

.done-proj__left {
  width: 45%;
}

.done-proj .info__card {
  width: 11vw;
  height: 11vw;
  top: 65%;
}

.done-proj .info__green {
  top: 23%;
  width: 12vw;
}

.garant {
  padding: 4vw 0;
  position: relative;
  background-color: #f8f8f8;
}

.garant__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;
}

.garant__left {
  width: 50%;
}

.garant__right {
  width: 47%;
}

.gtab__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.gtab__tab-item {
  margin: 0 1% 1vw 1%;
  width: 30.5%;
  border: 1px solid #ececec;
  background-color: #ffffff;
  padding: 1.5vw 1vw;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  position: relative;
}

.gtab__tab-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/page-modul/garant-layer.png") no-repeat center;
  background-size: cover;
  opacity: 0;
}

.gtab__tab-item.current-menu-item {
  background-color: #a0b946;
  color: #fff;
}

.gtab__tab-item.current-menu-item .gtab__img svg {
  fill: #fff;
}

.gtab__tab-item.current-menu-item:before {
  opacity: 1;
}

.gtab__tab-item:hover {
  background-color: #a0b946;
  color: #fff;
}

.gtab__tab-item:hover .gtab__img svg {
  fill: #fff;
}

.gtab__tab-item:hover:before {
  opacity: 1;
}

.gtab__img {
  width: 3vw;
  min-height: 3vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gtab__img svg {
  fill: #747474;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gtab__top {
  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;
}

.gtab__plus {
  position: relative;
  width: .8vw;
  height: .8vw;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gtab__plus:before,
.gtab__plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #a0b946;
}

.gtab__plus:before {
  width: 3px;
  height: 100%;
}

.gtab__plus:after {
  height: 3px;
  width: 100%;
}

.gtab__top {
  cursor: pointer;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.gtab__top.show .gtab__plus:before,
.gtab__top.show .gtab__plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #282828;
}

.gtab__hover {
  padding-bottom: 1vw;
}

.gtab__line {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  height: 1px;
}

.test {
  position: relative;
  padding-top: 2vw;
  padding-bottom: 6vw;
}

.test-wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.test__right {
  width: 30%;
  border-radius: 3px;
  padding: 3vw;
}

.test__quests {
  width: 68%;
  padding: 2vw 4vw;
  padding-top: 3vw;
  border: 1px solid #efeeee;
  background-color: #f8f8f8;
}

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

.test-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.progress {
  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;
}

.progress__item {
  padding: 1vw 2.5vw;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  position: relative;
  color: #747474;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.progress__item span.v2 {
  display: none;
}

.progress__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: url("../img/test/pr-bg.jpg") repeat center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.progress__item.active {
  color: #fff;
  border-color: transparent;
}

.progress__item.active::before {
  opacity: 1;
}

.test-right__gift {
  width: 2.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.test-right__bl-item {
  width: 100%;
}

.test-right__bl-item:last-child {
  margin-bottom: 0;
}

.test-right__man {
  width: 12vw;
  margin-top: -6vw;
}

.test-right__name {
  border-radius: 3px;
  background-color: #a0b945;
  padding: 0.7vw 2vw;
  width: 80%;
  margin-top: -1vw;
}

.test-right__cl {
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background-color: #f8f8f8;
  padding: 0.3vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.t-plus {
  -ms-flex-item-align: center;
  align-self: center;
  width: 1.7vw;
  margin: 0 2vw;
}

.ldsh {
  color: #3ab7c2;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
}

.ldsh:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px dashed #3ab7c2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ldsh:hover:before {
  width: 50%;
}

.test-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.test-item__green {
  position: absolute;
  width: 15vw;
  bottom: 0;
  right: -3vw;
  -webkit-transform: translate(0%, 20%);
  transform: translate(0%, 20%);
}

.test-item__green_2 {
  right: -3vw;
  -webkit-transform: translate(-20%, 50%);
  transform: translate(-20%, 50%);
}

.test-item__tool {
  right: 1vw;
}

.test-item__header {
  width: 100%;
  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-item.t2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-item .tsm12 {
  width: 13vw;
}

.test-item__qw2 {
  width: 50%;
}

.qw2__img {
  position: absolute;
  right: -11vw;
  width: 32vw;
  bottom: -4vw;
  max-height: none;
}

.tiem {
  position: relative;
  width: 47%;
  margin: 0 1.4%;
  margin-bottom: 1.4vw;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
}

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

.tiem.t1 {
  width: 30%;
}

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

.tiem.t3 {
  width: 22%;
}

.tiem.t4 {
  width: 47%;
}

.tiem.t9 {
  width: 100%;
  padding: 1vw;
  padding-left: 0;
  background-color: #fff;
}

.tiem-img {
  height: 12vw;
  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;
  border: 1px solid transparent;
  position: relative;
  border-radius: 2px;
}

.tiem-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url("../img/test/tiem-bg.png") repeat center;
  opacity: 0;
  top: 0;
  left: 0;
}

.tiem-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(161, 186, 69, 0.35);
  opacity: 0;
}

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

.tqw6-block {
  width: 100%;
  margin-right: 40%;
}

.tool {
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  right: 0;
  bottom: 1.1vw;
  padding: 0.8vw;
  z-index: 12;
  -webkit-box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  border-radius: 7px;
  border: 1px dashed #bababa;
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

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

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

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

.img-qw6.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-radius: 7px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.qw3-img {
  height: 18vw;
  background-size: 100% 100% !important;
}

.qw5-img {
  height: 18vw;
  background-size: 100% 100% !important;
}

.test-load {
  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;
  width: 100%;
}

.bitem {
  position: absolute;
  cursor: pointer;
  z-index: 19;
}

.bitem-item {
  width: 1.54vw;
  position: relative;
  z-index: 13;
}

.bitem-item img {
  -webkit-animation: pulse2 1.6s infinite;
  animation: pulse2 1.6s infinite;
  border-radius: 100%;
}

.bitem:hover .tool {
  -webkit-transform: translate(91%, 0) scale(1) !important;
  transform: translate(91%, 0) scale(1) !important;
  opacity: 1 !important;
}

.bitem-test {
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  text-align: left;
  width: 1.54vw;
}

.bitem-test span {
  display: inline-block;
}

.bitem-test img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.bitem-test:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.line-load {
  width: 14vw;
  height: 6px;
  border-radius: 3px;
  background-color: #f4f3ef;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.line-load-it {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 100%;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcbf8b), to(#f8e4b8));
  background-image: linear-gradient(to top, #dcbf8b 0%, #f8e4b8 100%);
}

.test-end {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.test-end__phone {
  position: absolute;
  width: 20vw;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
}

.test-end__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img-soc-end {
  width: 1.1vw;
  height: 1.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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.img-soc-end img {
  max-width: none;
  width: 100%;
}

.ph-end {
  position: absolute;
  left: 0;
  bottom: -0.5vw;
  width: 25vw;
  max-width: none;
  max-height: none;
}

.end-soc {
  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;
  width: 55%;
  margin-left: 0;
  margin-right: 0;
}

.end-soc .end-soc-i {
  width: 10vw;
  padding: .6vw;
  padding-left: 0;
}

.slick-slide {
  outline: none;
}

.end-item-test {
  width: 28vw;
  bottom: -3.2vw;
  right: -3.1vw;
}

.end-item-test img {
  width: 100%;
}

.test__cont.end {
  background: url("../img/test/endbg.png") no-repeat center, #fff;
  background-size: cover;
}

.endrt {
  line-height: 1;
}

.test-mes {
  margin-top: 3vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-bottom: 1.5vw;
  padding-top: 1vw;
}

.strd {
  position: absolute;
  right: -10vw;
  top: 7vw;
  width: 8vw;
}

.test-left-img {
  position: absolute;
  left: -4vw;
  top: 9vw;
  width: 12vw;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.test-px {
  position: absolute;
  left: 3vw;
  top: 5vw;
  width: 15vw;
  z-index: 7;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.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 {
  margin-top: .7vw;
  opacity: .5;
}

.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;
  margin-top: 1vw;
}

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

.checkbox-block.t2 .small-text,
.checkbox-block.t2 .tsm13,
.checkbox-block.t2 .tsm12 {
  margin-top: 0;
  margin-left: .5vw;
}

.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;
  height: 2vw;
  width: 100%;
}

.checkbox-block.t3 .small-text,
.checkbox-block.t3 .tsm13,
.checkbox-block.t3 .tsm12 {
  margin-top: 0;
  opacity: 1;
}

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

.checkbox-inp {
  display: none;
}

.qw9-social {
  width: 1.58vw;
  margin-right: 0.5vw;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.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: #fff;
  width: 1.8vw;
  height: 1.8vw;
  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: 3px;
  margin-top: -1.5vw;
  background-color: #e3e3e3;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
  border-radius: 3px;
  background-color: transparent;
}

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

.checkbox-psevdo-active {
  width: 70%;
  height: 70%;
  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;
  opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #a1ba45;
}

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

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

.checkbox-inp:checked ~ .tiem-img::before {
  opacity: 1;
}

.checkbox-inp:checked ~ .tiem-img::after {
  opacity: 1;
}

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

.checkbox-inp:checked ~ .checkbox-block.t3 .small-text,
.checkbox-inp:checked ~ .checkbox-block.t3 .tsm13,
.checkbox-inp:checked ~ .checkbox-block.t3 .tsm12 {
  color: #fff;
  font-weight: 500 !important;
}

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

.checkbox-inp:checked ~ .tiem-before-mod {
  -webkit-box-shadow: 1px -1px 30px rgba(224, 197, 146, 0.3);
  box-shadow: 1px -1px 30px rgba(224, 197, 146, 0.3);
  border: 2px solid #a1ba45;
}

.checkbox-inp:checked ~ .tiem-before-mod.v2 {
  background-color: #a1ba45;
}

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

.checkbox-inp:checked ~ span .checkbox-psevdo {
  background-color: #a1ba45;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active {
  background-color: #fff;
  opacity: 1;
  width: 70%;
  height: 70%;
  padding: 0.3vw;
}

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

.checkbox-inp:checked ~ span .checkbox-psevdo.t3 .checkbox-psevdo-active {
  background-color: transparent;
  width: 90%;
  height: 90%;
}

.checkbox-inp:checked ~ .soc-item .small-text {
  color: #36c14a;
}

.checkbox-inp:checked ~ .checkbox-block.t2 .small-text {
  font-weight: 500;
}

.test-load {
  height: 34vw;
}

.test-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.test-name .main__name {
  bottom: 3vw;
  left: 4vw;
}

.test-name .name-2 {
  margin-right: auto;
  margin-left: -2vw;
}

.irs {
  width: 100%;
}

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

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

.irs--flat .irs-bar {
  border-radius: 2px;
  background-color: #1fc953;
  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: 2px;
  cursor: pointer;
  top: 24px;
}

.irs--flat .irs-handle:before {
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 0 2px #ffffff;
  box-shadow: 0 0 2px #ffffff;
  background-color: #1fc953;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-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 {
  display: none;
}

.test-item__info {
  width: 100%;
}

.test-item__info-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.slider-block__wrap {
  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;
}

.slider-block {
  width: 67%;
}

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

.qw3inp-wrap .input.t2 {
  border-radius: 5px;
  height: 2.5vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  -webkit-box-shadow: 7px 2px 57px rgba(40, 40, 40, 0.1);
  box-shadow: 7px 2px 57px rgba(40, 40, 40, 0.1);
  border-radius: 4px;
  border: 1px solid #d0d1d2;
  width: 6vw;
}

.qw3inp-wrap .text {
  white-space: nowrap;
}

.ranges-inp {
  width: 5vw;
  padding: 0.7vw;
  padding-left: 1vw !important;
  border-radius: 5px;
  height: 2.7vw;
  margin: 0 0.6vw;
}

.bgts {
  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;
  margin-top: 0.9vw;
  margin-bottom: -1vw;
}

.qw2w {
  min-height: 21vw;
}

.gw2-img {
  position: absolute;
  left: -3vw;
  bottom: -7.4vw;
  width: 22vw;
  max-width: none;
  max-height: none;
}

.test__bot {
  width: 100%;
  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;
  margin-top: 2vw;
}

.btn-lbs {
  position: absolute;
  width: 15vw;
  height: 100%;
  left: 50%;
  -webkit-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%);
  transform: translateX(-50%);
  color: tomato;
  font-size: 1vw;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

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

.file-wrap {
  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: 87%;
  -webkit-box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  border-radius: 10px;
  border: 1px solid #dbdad8;
  background-color: #f4f3ef;
}

.file-text {
  padding: 1vw;
  padding-left: 1.6vw;
  color: #636674;
  font-style: italic;
}

.file-link {
  -webkit-box-shadow: 0 2px 0 rgba(188, 166, 127, 0.38);
  box-shadow: 0 2px 0 rgba(188, 166, 127, 0.38);
  border-radius: 10px;
  background-color: #f3e9d2;
  background-image: linear-gradient(-240deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 1vw 2vw;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.file-link:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.input-hidden {
  display: none;
}

.test-btn__img {
  width: 2vw;
  height: 1vw;
}

.metr {
  width: 2.3vw;
  height: 2.3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

.soc-item {
  padding-left: 1.5vw;
}

.test-item__header {
  width: 100%;
  display: inline;
}

.test-item {
  min-height: 34vw;
}

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

.test-item__block .tiem {
  width: 46%;
  padding: 0.8vw;
  margin-bottom: .5vw;
}

.checkbox-block.t3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1vw;
}

.checkbox-block.t3 .checkbox-psevdo {
  border-radius: 100%;
  background-color: #e3e3e3;
  padding: 0;
  width: 1.4vw;
  height: 1.4vw;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkbox-block.t3 .checkbox-psevdo-active {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.checkbox-block.tip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1vw;
  padding-right: .5vw;
}

.checkbox-block.tip .checkbox-psevdo {
  margin-bottom: 0;
  margin-top: 0;
  width: 1.6vw;
  height: 1.6vw;
  padding: 0;
}

.checkbox-block.tip .checkbox-psevdo-active {
  background-color: #fff;
}

.checkbox-inp:checked ~ .checkbox-block.t3 .tsm13,
.checkbox-inp:checked ~ .checkbox-block.tip .tsm13 {
  font-weight: bold;
}

.checkbox-inp:checked ~ .checkbox-block.t3 .checkbox-psevdo,
.checkbox-inp:checked ~ .checkbox-block.tip .checkbox-psevdo {
  border-color: transparent;
}

.checkbox-inp:checked ~ .checkbox-block.t3 .checkbox-psevdo-active,
.checkbox-inp:checked ~ .checkbox-block.tip .checkbox-psevdo-active {
  width: 100%;
  height: 100%;
}

.tiem-dop {
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 1;
  width: 2.1vw;
  height: 2.1vw;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tiem-dop:hover .tiem-dop__text {
  opacity: 1;
  pointer-events: auto;
}

.tiem-dop:hover .plus {
  background-color: #ef8124;
}

.tiem-dop:hover .plus:before,
.tiem-dop:hover .plus:after {
  background-color: #fff;
}

.tiem-dop__plus {
  border-radius: 100%;
  background-color: #ef8124;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 15;
  position: absolute;
}

.tiem-dop__plus .plus {
  width: 60%;
  height: 60%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tiem-dop__text {
  padding: 1vw;
  padding-left: 1.2vw;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 65px rgba(40, 40, 40, 0.15);
  box-shadow: 0 7px 65px rgba(40, 40, 40, 0.15);
  border-radius: 4px;
  width: 14vw;
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tiem-dop__text.t2 {
  width: 10vw;
}

.test-item__left {
  width: 45%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.test-item__left .tiem {
  width: 100%;
}

.test-item__many {
  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;
  width: 100%;
}

.test-item__many .tiem {
  width: 20%;
}

.test-item__many .tiem-img {
  height: 9vw;
  border-radius: 25px;
}

.test-item__calendar {
  position: absolute;
  right: -7vw;
  width: 21vw;
  top: 7vw;
}

.test-item__block.v2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test-item__block.v2 .tiem {
  margin-bottom: 1.4vw;
}

.test-item__block.ver3 {
  width: 90%;
}

.test-end__form {
  width: 100%;
}

.test-end__form .cform__wrap {
  width: 100% !important;
}

.test-end__form .cform__wrap .tsm12 {
  width: 100% !important;
}

.test-end__form .cform__wrap .input.t4 {
  color: #282828;
}

.end-soc {
  width: 100%;
  color: #747474;
}

.end-soc__svg {
  width: 1.6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
  height: auto;
}

.end-soc__svg.tg {
  fill: #1DA7EB;
  width: 1.1vw;
}

.end-soc__svg.ws {
  fill: #00AC00;
}

.end-soc__svg.mail {
  width: 1.1vw;
  fill: #ee1a24;
}

.end-soc__svg.vb {
  fill: #8a7fc1;
}

.end-soc__text {
  line-height: 1.1;
  font-weight: 400 !important;
  margin-left: .3vw;
  width: auto !important;
}

.end-soc .end-soc-i {
  width: 24%;
  margin-bottom: 0.5vw;
  margin-left: 0;
  margin-right: 0;
  padding: .4vw;
}

.end-soc .tiem-before-mod {
  border-radius: 5px !important;
  border: 1px solid #ececec !important;
}

.end-soc .checkbox-block {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

.end-soc .checkbox-psevdo {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none !important;
  height: auto;
  width: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  background-color: transparent !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 !important;
}

.end-soc .checkbox-inp:checked ~ .checkbox-block .end-soc__svg {
  fill: #fff !important;
}

.end-soc .checkbox-inp:checked ~ .checkbox-block .end-soc__text {
  color: #fff;
  font-weight: 300 !important;
}

.end-soc .checkbox-inp.ws:checked ~ .tiem-before-mod {
  background-color: #159d23;
}

.end-soc .checkbox-inp.tg:checked ~ .tiem-before-mod {
  background-color: #1DA7EB;
}

.end-soc .checkbox-inp.vb:checked ~ .tiem-before-mod {
  background-color: #8a7fc1;
}

.end-soc .checkbox-inp.mas:checked ~ .tiem-before-mod {
  background-color: #ee1a24;
}

.t-end__block {
  width: 100%;
  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;
  margin-top: auto;
  margin-bottom: auto;
}

.t-end__left {
  width: 60%;
}

.t-end__right {
  width: 35%;
  border-radius: 3px;
  background-color: #292929;
  padding: 3vw 2vw;
}

.t-end__list {
  width: 13vw;
}

.test-final {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 28vw;
}

.test-final__ok {
  width: 9vw;
  margin-left: auto;
  margin-right: auto;
}

.test-item__title {
  width: 100%;
}

.rhide:checked ~ span .check-label {
  padding: 0;
}

.rhide:checked ~ span .check-label-act {
  background-color: #fb9738;
  padding: .2vw;
  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;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.test__qw-wrap {
  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;
}

.top-bg {
  height: 30vw;
}

.test-btns {
  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;
  margin-top: .5vw;
}

.test-btns__arrow {
  width: 1vw;
}

.test-btns__arrow.prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  fill: #a8a8a8;
  width: 0.8vw;
  height: auto;
}

.quiz__next {
  width: 10vw;
  padding-top: 1.2vw !important;
  padding-bottom: 1.2vw !important;
}

.test-item__block.ver2 {
  width: 50%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 0;
}

.test-item__block.ver2 .tiem.t9 {
  width: 100%;
  margin-bottom: 1vw;
}

.test-item__word {
  position: absolute;
  right: -4vw;
  top: 60%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10vw;
  z-index: 30;
}

.test__btn-arrow {
  width: 0.9vw;
  height: auto;
}

.btn-end-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/test/btn-bg.jpg") center no-repeat !important;
  background-size: cover !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-end-form:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.line-load-it {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 100%;
  border-radius: 3px;
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 6px, #a1ba45 5px, #a1ba45 10px), -webkit-gradient(linear, left bottom, left top, from(rgba(182, 201, 110, 0.9)), to(rgba(182, 201, 110, 0.9)));
  background-image: repeating-linear-gradient(-55deg, transparent, transparent 6px, #a1ba45 5px, #a1ba45 10px), linear-gradient(to top, rgba(182, 201, 110, 0.9) 0%, rgba(182, 201, 110, 0.9) 100%);
}

.line-load {
  width: 28vw;
  height: 19px;
  border-radius: 6px;
  background-color: #f4f3ef;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.stay__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;
}

.stay__left {
  width: 46%;
}

.stay__wrap {
  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;
}

.stay__wrap .main-slider__v-img {
  width: 4vw;
  height: 4vw;
  padding: 1.4vw;
}

.stay__item {
  min-height: 11vw;
  border-radius: 3px;
  width: 48%;
  position: relative;
}

.stay__right {
  width: 52%;
  border-radius: 3px;
  min-height: 22.8vw;
  position: relative;
}

.stay .line-text__line {
  width: 29vw;
}

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

.ans__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;
}

.ans__left {
  width: 55%;
}

.ans__right {
  width: 45%;
}

.ans .country__fl {
  bottom: 0;
  left: 0vw;
  top: auto;
  right: auto;
  -webkit-transform: translate(-70%, 0%);
  transform: translate(-70%, 0%);
}

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

.ans .info__left {
  width: 17vw;
}

.ans .info__card {
  top: 75%;
  width: 8vw;
  height: 8vw;
}

.ans .info__time {
  font-size: 4.7vw;
}

.ans .info__green {
  position: absolute;
  width: 9vw;
  right: 0vw;
  top: 43%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.ans .country__right {
  width: 44vw;
  bottom: 5vw;
  right: 2vw;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

.feat {
  padding: 5vw 0;
  padding-bottom: 2vw;
  position: relative;
}

.feat.v2 .feat__item {
  width: 17.6%;
  margin: 0 1.2% 3vw 1.2%;
}

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

.feat__item {
  width: 20%;
  margin: 0 2.5% 3vw 2.5%;
  position: relative;
  z-index: 2;
}

.feat__img {
  width: 3.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.feat__img.min-img {
  width: 2.5vw;
}

.easy {
  padding: 4vw 0;
}

.easy__wrap {
  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;
}

.easy__word {
  width: 35vw;
  z-index: 2;
  position: relative;
  margin-left: 11vw;
}

.easy__form {
  background-color: #282828;
  padding: 4vw;
  padding-right: 11vw;
  border-radius: 3px;
  width: 50%;
}

.easy__form-bl {
  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: 75%;
}

.easy .cform__wrap {
  width: 44%;
}

.easy__btn {
  width: 48%;
}

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

.photo__block {
  width: 100%;
}

.photo-slider {
  z-index: 1;
  position: relative;
}

.photo-slider__item {
  min-height: 35vw;
  border-radius: 5px;
}

.photo-slider .slick-dots {
  bottom: -2vw;
}

.photo-slider .slideNext {
  width: 2.7vw;
  right: -4vw;
}

.photo-slider .slidePrev {
  width: 2.7vw;
  left: -4vw;
}

.contacts {
  position: relative;
  background-color: #f8f8f8;
  z-index: 1;
  border-top: 1px solid #efeeee;
}

.contacts__block {
  padding: 3vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts a {
  color: #282828;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contacts a:hover {
  color: #a0b945;
}

.contacts li {
  margin-bottom: .6vw;
}

.contacts__item {
  width: 21%;
  margin-top: 1.2vw;
}

.contacts__item:first-child {
  margin-top: 0;
  width: 20%;
}

.contacts__ok {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.9vw;
}

.contacts__ico {
  width: 1.3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts .kr-text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 2.2vw;
}

.contacts__phones {
  letter-spacing: .07vw;
}

.contacts__phones .tsm12 {
  letter-spacing: normal;
}

.contacts__phones.no-sp {
  letter-spacing: normal;
}

.contacts__soc2 {
  margin-left: 2.2vw;
}

.contacts__soc2-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts__soc2-img {
  width: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 2%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mrs .contacts__soc2-img {
    width: 2.5vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}

.contacts__soc2-img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.contacts__links {
  margin-left: 2.2vw;
}

.contacts__links a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #a0b945;
}

.contacts__links a:hover {
  color: #282828;
}

.contacts__soc .soc-arrow {
  fill: #a0b945;
  width: .9vw;
  height: auto;
}

.contacts__down {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contacts__down:hover {
  color: #282828;
}

.contacts__down:hover .soc-arrow {
  fill: #282828;
}

.contacts-page {
  padding-bottom: 4vw;
}

.contacts-page__line {
  background-color: #d4d4d4;
  margin: 1.5vw 0;
  width: 105%;
  margin-left: -2.5%;
  height: 1px;
}

.contacts-page__line.v2 {
  width: 105%;
  margin: 2vw 0;
  margin-left: -2.5%;
}

.contacts-page__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.contacts-page__left {
  border-radius: 3px;
  background-color: #f8f8f8;
  padding: 2vw 2.5vw;
  width: 33%;
}

.contacts-page__right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-page__address {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 4;
  padding: 3vw 2.5vw;
  padding-top: 2.5vw;
  background-color: rgba(40, 40, 40, 0.8);
  border-radius: 3px;
}

.contacts-page__tg {
  width: 1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.map iframe {
  border-radius: 3px;
}

.footer {
  padding: 2vw 0;
  background-color: #f8f8f8;
  z-index: 2;
  position: relative;
  border-top: 1px solid #e6e5e5;
}

.footer__item_3 {
  display: inline !important;
}

.footer__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;
}

.footer__link:hover {
  color: #161616 !important;
}

.footer__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5vw;
  height: 1.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;
}

.footer__polit {
  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;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__polit:hover {
  color: #fff;
}

.footer__line {
  background-color: #fff;
  height: 1px;
  width: 100%;
  margin: 3vw 0;
  margin-left: auto;
  margin-right: auto;
}

.footer__a {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline !important;
}

.footer__a:hover {
  color: #282828 !important;
}

.footer__a:hover:before {
  border-color: #282828;
}

.footer__a:before {
  border-bottom: 1px solid #a0b945;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer .logo {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-nav li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-nav li a:hover {
  color: #a0b945;
}

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

.modal-wrap {
  position: absolute;
  top: 10vh;
  left: 50%;
  border-radius: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 8vw;
}

.modal_pol {
  padding: 3vw 2vw;
}

.modal-min {
  width: 24vw;
}

.modal-smin {
  width: 21vw;
}

.modal-norm {
  width: 42vw;
}

.modal-big {
  width: 48vw;
}

.modal-sm {
  width: 28vw;
}

.modal-mnorm {
  width: 38vw;
}

.modal__block {
  border-radius: 10px;
  padding: 3vw 2vw;
  z-index: 31;
  -webkit-box-shadow: 0 0 155px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 155px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #282828;
}

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

.modal-call {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 3vw;
  overflow: hidden;
}

.modal-call__form {
  width: 23vw;
}

.modal-call__inp-bl {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.modal-call__house {
  position: absolute;
  bottom: 0;
  left: -.5vw;
  width: 22vw;
}

.modal-call__house img {
  max-width: none;
  width: 100%;
}

.modal-call__house.v2 {
  width: 34vw;
}

.modal-call__house.v2 img {
  max-width: none;
  width: 100%;
}

.modal-thank__link {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal-thank__link:hover {
  color: #fff;
}

.modal-thank {
  padding-bottom: 16vw;
}

.modal-thank__phone {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1vw;
  height: 1vw;
  -webkit-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;
  transition: all 0.4s;
  border-radius: 3px;
}

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

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

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

.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%);
  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: 0 !important;
  padding-right: 0 !important;
}

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

.strd-s-item select {
  padding-left: .7vw;
  padding-right: .7vw;
}

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

.strd-s-item.v1:before {
  content: '';
  position: absolute;
  right: 0.7vw;
  top: 50%;
  height: 2vw;
  width: 1px;
  -webkit-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;
}

.bg-block {
  width: 55%;
  margin-left: 45%;
}

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

.hrd-soc {
  display: none;
}

.hrd-soc:checked ~ .soc-bef {
  opacity: 1;
}

.hrd-soc:checked ~ .tsm13 {
  color: #fff;
}

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

.me-img {
  position: absolute;
  bottom: 2vw;
  right: 0;
  width: 10vw;
}

.overlay .mbrn {
  left: 50%;
  bottom: -1vw;
  -webkit-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;
}

.right-menu {
  position: fixed;
  right: 2vw;
  top: 40%;
  -webkit-box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a6b84f), to(#a6b84f));
  background-image: linear-gradient(to top, #a6b84f 0%, #a6b84f 100%);
  z-index: 333;
}

.right-menu__item {
  width: 3vw;
  height: 3vw;
  padding: 0.4vw;
  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;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 3;
}

.right-menu__item:last-child {
  border: none;
}

.right-menu__item-hover {
  position: absolute;
  padding: 0.6vw;
  padding-right: 4vw;
  padding-left: 2vw;
  white-space: nowrap;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  background-color: #a6b84f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transform: translateX(10%) scale(0);
  transform: translateX(10%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.right-menu__item-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/modal/layer.png") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.right-menu__item:hover .right-menu__item-hover {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
}

.right-menu .img2 {
  width: 1.2vw;
}

.right-menu .img1 {
  width: 1vw;
}

.to_top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a6b84f), to(#a6b84f));
  background-image: linear-gradient(to top, #a6b84f 0%, #a6b84f 100%);
  right: 2vw;
}

@media (max-width: 900px) {
  .close-nav {
    display: block;
  }

  .nav-shadow {
    display: none;
  }

  .nav a:after {
    display: none;
  }

  .nav a {
    padding: 1.5rem .5rem;
    font-size: 1.8rem;
    color: #fff;
  }

  .nav a:hover {
    color: #a9c445;
  }

  .title-lg {
    font-size: 3.2rem;
  }

  .title-lg.t-big {
    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.9rem;
  }

  .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;
  }

  .tsm10 {
    font-size: 0.9rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.1rem;
  }

  .text24 {
    font-size: 1.5rem;
  }

  .text23 {
    font-size: 1.3rem;
  }

  .text21 {
    font-size: 1.6rem;
  }

  .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;
  }

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

  .mlg {
    margin-bottom: 3.8rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: 1rem;
  }

  .mbs {
    margin-bottom: 0.6rem;
  }

  .mrsm {
    margin-right: 2rem;
  }

  .mrm {
    margin-right: 0.8rem;
  }

  .mrs {
    margin-right: 0.6rem;
  }

  .mr {
    margin-right: 1rem;
  }

  .section {
    padding: 4rem 0;
  }

  .input {
    padding: 1.3rem 1rem;
    padding-left: 2rem;
  }

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

  -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;
  }

  .logo__img {
    width: 5rem;
    padding: 0.3rem;
  }

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

  .btn {
    padding: 1.3rem 1rem;
  }

  .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;
    padding: 1.5rem;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    border: none;
  }

  .nav__wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 1px -1px 57px rgba(0, 0, 0, 0.1);
    box-shadow: 1px -1px 57px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.92);
    z-index: 644;
    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;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }

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

  .burger__wrap-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto;
  }

  .burger__wrap {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #fff;
    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 span {
    background-color: #a9c445;
  }

  .burger span::after {
    background-color: #a9c445;
  }

  .burger span::before {
    background-color: #a9c445;
  }

  .ph-ico {
    width: 2rem;
    padding: 0.3rem;
  }

  .to_top {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.5rem;
    right: 2rem;
  }

  .to_top:before {
    border: 0.8rem solid transparent;
    border-bottom: 1rem solid #fff;
  }

  .modal-min {
    width: 28rem;
  }

  .modal-smin {
    width: 21rem;
  }

  .modal-norm {
    width: 42rem;
  }

  .modal-big {
    width: 48rem;
  }

  .modal-sm {
    width: 28rem;
  }

  .modal-mnorm {
    width: 38rem;
  }

  .modal_pol {
    padding: 3rem 2rem;
  }

  .modal-big {
    width: 58rem;
  }

  .kr-text__cir {
    width: .5rem;
    height: .5rem;
  }

  .lines {
    display: none;
  }

  .seob__btn {
    width: auto;
  }

  .seob__text.act {
    height: 3.4rem !important;
  }

  .nav .sub-menu {
    width: auto;
    padding: 1rem;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    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;
    text-align: center;
  }

  .nav .sub-menu a {
    white-space: nowrap;
    font-size: 1.4rem;
  }

  .seob {
    padding: 4rem 0;
    padding-top: 0;
  }

  .nav li.menu-item-has-children:hover .sub-menu {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }

  .right-menu {
    right: 2rem;
  }

  .right-menu__item {
    width: 3rem;
    height: 3rem;
    padding: 0.4rem;
  }

  .right-menu__item-hover {
    padding: 0.6rem;
    padding-right: 4rem;
    padding-left: 2rem;
  }

  .right-menu .img1 {
    width: 1rem;
  }

  .right-menu .img2 {
    width: 1.2rem;
  }

  .logo__text {
    display: none;
  }

  .header__order {
    display: none;
  }

  .header-call__ico {
    width: 1.2rem;
  }

  .header-call__arrow {
    width: .7rem;
  }

  .header-call__hover {
    top: 2.6rem;
    padding: .7rem 1rem;
  }

  .main-slider__v-img {
    width: 5.8rem;
    height: 5.8rem;
    padding: 2.2rem;
  }

  .main-dots {
    right: -5vw;
    padding: 2.6rem 3.2rem;
  }

  .main-dots__img {
    width: 1rem;
  }

  .main-dots__item {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 .5rem;
  }

  .main-dots {
    min-width: 42rem;
  }

  .main__bg {
    opacity: 1;
    background-color: rgba(23, 23, 23, 0.75);
  }

  .main__bg img {
    display: none;
  }

  .main-slider__item {
    margin: 0 1rem;
  }

  .main-slider__btn-ar {
    width: 0.8rem;
  }

  .main-slider__sq {
    width: 0.8rem;
    height: 0.8rem;
  }

  .main-slider__line {
    width: 3rem;
  }

  .main-slider__wrap {
    width: 60%;
  }

  .main-slider__wrap.v2 {
    width: 60%;
  }

  .main-slider .title {
    font-size: 3rem;
  }

  .btn::before {
    width: 5.5rem;
  }

  .btn.b-gray .svg {
    width: .8rem;
    height: .8rem;
  }

  .main-dots {
    z-index: 1;
  }

  .nav li.menu-item-has-children::after {
    width: .9rem;
    height: .9rem;
    right: -.7rem;
  }

  .logo-one {
    display: none;
  }

  .header__right {
    width: 100%;
  }

  .logo-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .logo {
    margin-bottom: 2vw;
  }

  .burger__wrap-block {
    margin-bottom: 2vw;
  }

  .header-call {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info__card {
    width: 10rem;
    height: 10rem;
    right: -1rem;
  }

  .info__left {
    width: 22rem;
  }

  .info {
    padding: 4rem 0;
  }

  .info__right .tsm13 br {
    display: none;
  }

  .info__time {
    font-size: 5rem !important;
  }

  .country__fl {
    width: 7.5rem;
  }

  .country__right {
    width: 55vw;
  }

  .country__left {
    width: 50%;
  }

  .country-pin__hover {
    padding: 0.4rem 1rem;
    left: .3rem;
    bottom: .6rem;
  }

  .country-pin__pin {
    width: 2.0rem;
  }

  .country-pin__pin:nth-child(1) {
    width: 1.6rem;
  }

  .country-pin__pin:nth-child(2) {
    width: 1.4rem;
  }

  .country-pin__pin:nth-child(3) {
    width: 1.2rem;
  }

  .country-pin__pin:nth-child(4) {
    width: 1.6rem;
  }

  .country-pin__pin:nth-child(5) {
    width: 1.2rem;
  }

  .country-pin__pin:nth-child(6) {
    width: 1.2rem;
  }

  .country-pin__pin:nth-child(7) {
    width: 1.2rem;
  }

  .country-pin__pin:nth-child(8) {
    width: 1.6rem;
  }

  .country-pin__pin:nth-child(9) {
    width: 1.2rem;
  }

  .country {
    padding-bottom: 6rem;
  }

  .serv__item {
    padding: 14vw 3vw 3vw 3vw;
  }

  .serv {
    padding: 4rem 0;
  }

  .catalog {
    padding: 4rem 0;
  }

  .catalog__size-img {
    width: 0.9rem;
  }

  .catalog__bottom {
    padding: 2rem;
    padding-top: 1.5rem;
  }

  .catalog__left {
    padding: 2rem;
  }

  .catalog__list {
    width: 16rem;
  }

  .btn.b-green {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .catalog__right {
    width: 65%;
  }

  .catalog__left {
    width: 33%;
  }

  .catalog__item {
    width: 48%;
    margin: 0 1% 1.5rem 1%;
  }

  .catalog__top {
    height: 25vw;
  }

  .catalog__btn-ar {
    width: .7rem;
    height: .7rem;
  }

  .constr__item {
    width: 50%;
    padding: 3rem;
  }

  .constr__fl-text {
    width: 3rem;
    height: 10rem;
    top: 3rem;
    left: 2rem;
  }

  .constr__line {
    width: 2rem;
    margin-top: 0.2rem;
  }

  .constr__item {
    height: 40vw;
  }

  .constr__top {
    -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;
  }

  .constr__green {
    width: 20rem;
    margin-top: 2rem;
  }

  .constr {
    padding: 4rem 0;
  }

  .constr__btn .svg {
    width: .7rem;
    height: .7rem;
  }

  .constr__btn {
    width: 4rem;
    margin-top: -2rem;
  }

  .constr__item:hover .constr__btn {
    margin-top: 0;
  }

  .vid {
    padding: 10rem 0 3rem 0;
  }

  .vid__img {
    width: 3rem;
  }

  .vid__img_min {
    width: 2rem;
  }

  .vid__bot {
    padding: 2.5rem;
  }

  .vid__top {
    padding-bottom: 10rem;
  }

  .vid__video .main-slider__v-img {
    width: 7.5rem;
    height: 7.5rem;
    padding: 2.6rem;
  }

  .state__right {
    padding: 4rem 2rem;
  }

  .state__video {
    margin: 0 1.5% 1rem 1.5%;
    height: 10rem;
  }

  .state__vid .main-slider__v-img {
    width: 3.6rem;
    height: 3.6rem;
    padding: 1.3rem;
    margin-top: 0 !important;
  }

  .state__word {
    display: none;
  }

  .state__left {
    width: 50%;
  }

  .state__left br {
    display: none;
  }

  .state__img {
    width: 7.5rem;
  }

  .state__item {
    margin: 0 1% 1rem 1%;
  }

  .diller {
    padding: 4rem 0px;
  }

  .diller__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .diller__center {
    width: 83%;
  }

  .diller__left {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align: center;
  }

  .diller__img {
    width: 6rem;
    min-height: 5rem;
  }

  .diller__header {
    min-height: 6rem;
  }

  .diller__right {
    width: 15%;
  }

  .diller__green {
    display: none;
  }

  .consult__center {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    -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;
  }

  .consult__man {
    right: 0;
    position: relative;
  }

  .consult-form {
    padding: 2rem;
    width: 30rem;
  }

  .consult-form .cform__wrap {
    width: 100% !important;
  }

  .consult-form__btn {
    width: 100%;
    margin-top: 1rem;
  }

  .input.t4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .consult__top {
    width: 97%;
    padding-bottom: 3rem;
  }

  .consult {
    padding: 6rem 0;
    padding-bottom: 4rem;
  }

  .consult__green {
    width: 7rem;
  }

  .seob__text:before {
    height: 2rem;
  }

  .seob__text-wrap {
    padding-bottom: 2rem;
  }

  .seob__text {
    height: 4rem;
  }

  .seob__shows {
    margin-top: 1rem;
  }

  .contacts__block {
    padding: 3rem 0;
  }

  .contacts__item {
    margin-top: 1.2rem;
  }

  .footer {
    padding: 2rem 0;
  }

  .contacts__ok {
    width: 1.9rem;
  }

  .contacts__soc2-img {
    width: 3rem;
  }

  .contacts__ico {
    width: 1.3rem;
  }

  .navigation {
    padding: 2rem;
  }

  .contacts__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__item {
    width: 32%;
    margin-bottom: 2rem;
  }

  .contacts__item:first-child {
    width: 30%;
  }

  .contacts li {
    margin-bottom: 0.6rem;
  }

  .footer__cont {
    -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-bottom: 1rem;
  }

  .footer__item_3 {
    text-align: center;
  }

  .catalog-main__top {
    margin-bottom: 3rem;
  }

  .catalog-main__top {
    -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;
  }

  .catalog-main__top .t-min {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .catalog-main__descr {
    width: 100%;
  }

  .catalog-main__left-wrap {
    width: 33%;
  }

  .catalog-main__adv {
    padding: 2rem 2.5rem;
    margin-top: 2rem;
  }

  .catalog-main__adv-img {
    width: 11rem;
  }

  .ctab__tab-item {
    padding: 1rem 2.5rem;
    width: 30%;
    margin: 0 1.1% 1.5rem 1.1%;
    letter-spacing: .08rem;
  }

  .consult-form2 {
    padding: 2rem 3rem;
    -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;
  }

  .consult-form2__left {
    width: 100%;
    margin-bottom: 1rem;
  }

  .consult-form2__right {
    width: 100%;
  }

  .consult__man.disp {
    width: 30rem;
    right: 0;
    bottom: 0;
  }

  .consult.v2 .consult__top {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }

  .consult.v2 .consult__header {
    text-align: center;
    width: 100%;
  }

  .consult.v2 .t-min {
    font-size: 2.5rem;
  }

  .sect-header {
    padding-bottom: 3rem;
    -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;
    padding-top: 3rem;
  }

  .sect-header .t-min {
    font-size: 2.5rem;
  }

  .sect-header__left {
    margin-bottom: 1rem;
  }

  .project__ico {
    width: 1.3rem;
  }

  .project__item {
    margin-bottom: 1rem;
  }

  .project__block {
    -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;
  }

  .project__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .project__right {
    width: 100%;
  }

  .slick-dots {
    bottom: -2rem;
  }

  .slick-dots li button:before {
    font-size: 1.1rem;
    width: .7rem;
    height: .7rem;
  }

  .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 .5rem;
  }

  .pr-slider__item {
    min-height: 50vw;
  }

  .pr-slider__item.v2 {
    min-height: 50vw;
  }

  .project .slideNext.t2.solo {
    top: 60%;
  }

  .project .slidePrev.t2.solo {
    top: 60%;
  }

  .slideNext.t2.solo {
    width: 4rem;
    right: 3rem;
  }

  .slidePrev.t2.solo {
    width: 4rem;
    left: 3rem;
  }

  .pr-slider__fl {
    right: 1.5rem;
    top: 1.5rem;
  }

  .pr-slider__video .main-slider__v-img {
    width: 4rem;
    height: 4rem;
    padding: 1.3rem;
  }

  .pr-slider__doc-img {
    width: 4rem;
  }

  .project__top {
    margin-bottom: 1rem;
  }

  .project-form {
    padding: 2rem 3rem;
  }

  .check-label_v2 {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }

  .rhide:checked ~ span .check-label_v2 .check-label-act {
    padding: 0.2rem;
  }

  .check-qw {
    width: 1.6rem;
    height: 1.6rem;
    right: -2rem;
  }

  .check-qw__hover {
    padding: 1rem;
    min-width: 14rem;
  }

  .project {
    padding: 5rem 0;
  }

  .ab-project {
    padding: 2rem 3rem;
    margin-bottom: 2rem;
  }

  .plan__img {
    margin-bottom: 2rem;
    width: 23rem;
    min-height: 27rem;
  }

  .plan__img .text21 {
    font-size: 1.8rem;
  }

  .video-sect__block .main-slider__v-img {
    width: 7.8rem;
    height: 7.8rem;
    padding: 2.7rem;
  }

  .video-sect {
    padding-bottom: 4rem;
  }

  .why__img {
    width: 14rem;
    min-height: 15rem;
  }

  .plus-cont__item {
    width: 3rem;
    height: 3rem;
  }

  .plus-cont__hover {
    top: 1.5rem;
    left: 1.5rem;
    padding: 1rem 1.5rem;
  }

  .why {
    padding: 4rem 0;
    padding-top: 0rem;
  }

  .ab-comp {
    padding: 4rem 0;
  }

  .history__block {
    -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;
  }

  .history__left {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }

  .history__left br {
    display: none;
  }

  .history__right {
    width: 100%;
  }

  .history__item {
    width: 20%;
    margin: 0 2.5% 2rem 2.5%;
  }

  .history__text-item {
    font-size: 5rem;
  }

  .history {
    padding: 3rem 0;
    padding-bottom: 1rem;
  }

  .ab-pr {
    padding: 4rem 0;
  }

  .ab-pr__left .t-min {
    font-size: 2.5rem;
  }

  .ab-pr__left {
    width: 100%;
  }

  .ab-pr__block {
    -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;
  }

  .ab-pr__right {
    width: 100%;
    margin-top: 2rem;
  }

  .ab-pr-slider.solo .slick-dots {
    bottom: -2rem;
  }

  .ab-pr-slider__item {
    min-height: 40vw;
    margin: 0 .5rem;
  }

  .ab-pr-slider.solo .ab-pr-slider__item {
    min-height: 18vw;
  }

  .ab-pr-slider.solo .ab-pr-slider__vid {
    width: 5rem;
    height: 5rem;
    padding: 1.8rem;
  }

  .ab-pr__left .main-slider__v-img {
    width: 8.8rem;
    height: 8.8rem;
    padding: 3.2rem;
  }

  .features__block {
    -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;
  }

  .features__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .features__right {
    width: 100%;
    padding: 3rem;
    padding-bottom: 1rem;
  }

  .features__item {
    margin: 0 2% 2rem 2%;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .features__item br {
    display: none;
  }

  .features__item .tsm13 {
    font-size: 1.4rem;
  }

  .features__left {
    max-width: 90vw;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .features__left .t-min {
    text-align: center;
    font-size: 2.5rem;
  }

  .features__wrap {
    width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }

  .history {
    padding: 6rem 0;
    padding-bottom: 3rem;
  }

  .docs__img {
    width: 8.5rem;
  }

  .docs__item {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: 0 2.5% 2rem 2.5%;
  }

  .features {
    padding-bottom: 0;
  }

  .comp-map {
    padding: 4rem 0;
  }

  .comp-map .t-min {
    font-size: 2.4rem;
  }

  .comp-map .country__fl {
    width: 11rem;
  }

  .slideNext.t3 {
    right: -1rem;
    width: 2.8rem;
  }

  .slidePrev.t3 {
    left: -1rem;
    width: 2.8rem;
  }

  .reliable-slider .slick-dots {
    bottom: -2rem;
  }

  .reliable {
    padding: 4rem 0;
  }

  .news-page {
    padding: 4rem 0;
  }

  .news {
    padding: 4rem 0;
  }

  .news__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news__date {
    padding: 0.7rem;
    margin-top: 1rem;
  }

  .news__item {
    margin-bottom: 2rem;
  }

  .news__img {
    min-height: 25vw;
  }

  .contacts-page__block {
    -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: 100%;
  }

  .contacts-page__left {
    width: 30rem;
    margin-bottom: 2rem;
  }

  .contacts-page__right {
    width: 100%;
    min-height: auto;
    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;
  }

  .contacts-page__address {
    position: relative;
    top: 0;
    left: 0;
    tranform: none;
    bottom: 0;
    right: 0;
  }

  .contacts-page__tg {
    width: 1rem;
  }

  .contacts-page__line.v2 {
    margin: 2rem 0;
    width: 100%;
  }

  .contacts-page__address {
    padding: 3rem 2.5rem;
    padding-top: 2.5rem;
    width: 30rem;
  }

  .map {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40vw;
    margin-top: 2rem;
  }

  .contacts__soc .soc-arrow {
    width: 0.9rem;
  }

  .contacts-page__line {
    width: 100%;
    margin-left: 0;
    margin: 1.5rem 0;
  }

  .diller-page__block {
    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;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .diller-page__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .diller-page__right {
    width: 30rem;
  }

  .diller-page {
    padding: 4rem 0;
  }

  .dill-form {
    padding: 3rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dill-form .cform__wrap {
    width: 100% !important;
  }

  .dill-form__btn {
    width: 100%;
  }

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

  .diller-page__left {
    padding-left: 0;
  }

  .diller-page__left .t-min {
    font-size: 2.5rem;
    text-align: center;
  }

  .top-bg {
    height: 40vw;
  }

  .test {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .progress__item {
    padding: 1rem 2.5rem;
    margin-bottom: 1rem;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 30%;
    text-align: center;
  }

  .progress {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .test__quests {
    width: 100%;
  }

  .checkbox-psevdo-active {
    padding: 0.2rem;
  }

  .checkbox-block .small-text,
  .checkbox-block .tsm13,
  .checkbox-block .tsm12 {
    margin-top: 0.7rem;
  }

  .checkbox-psevdo {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.3rem;
    margin-top: -1.4rem;
    margin-bottom: 0.1rem;
  }

  .tiem-img {
    height: 16vw;
  }

  .test-item__header .text24 {
    font-size: 2rem;
  }

  .test__quests {
    padding: 3rem 3rem;
  }

  .quiz__next {
    width: 10rem;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .test-btns__arrow.prev {
    width: 0.8rem;
  }

  .test-btns__arrow {
    width: 1rem;
  }

  .checkbox-block.t3 {
    padding-left: 1rem;
  }

  .test-item__block .tiem {
    padding: 1.2rem;
    margin-bottom: 1rem;
  }

  .checkbox-block.t3 .checkbox-psevdo {
    width: 1.4rem;
    height: 1.4rem;
  }

  .checkbox-inp:checked ~ span .checkbox-psevdo-active {
    padding: 0.3rem;
  }

  .t-end__right {
    padding: 3rem 2rem;
  }

  .t-end__list {
    width: 13rem;
  }

  .test-btns {
    margin-top: 0.5rem;
  }

  .end-soc .end-soc-i {
    margin-bottom: 0.5rem;
    padding: .8rem;
  }

  .t-end .checkbox-block.t3 {
    padding-left: 0;
  }

  .end-soc__svg {
    width: 1.6rem;
  }

  .end-soc__svg.tg {
    width: 1.1rem;
  }

  .end-soc__svg.mail {
    width: 1.1rem;
  }

  .t-end__left .t-min2 {
    font-size: 2.2rem;
  }

  .test-item__header {
    text-align: center;
  }

  .tip-block__block {
    margin-bottom: 2rem;
  }

  .tip-block__item.img {
    min-height: 22rem;
  }

  .process__block {
    -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;
  }

  .process__left {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }

  .process__left .t-min {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .line-text__line {
    display: none;
  }

  .line-text .text {
    margin-right: 0;
    font-size: 1.4rem;
  }

  .process__right {
    width: 100%;
  }

  .process__video {
    min-height: 40vw;
  }

  .process__col .main-slider__v-img {
    width: 3rem;
    height: 3rem;
    padding: 1.1rem;
    margin-right: 0;
  }

  .process {
    padding: 4rem 0;
  }

  .tip-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .project__right .text24 {
    text-align: center;
    font-size: 2rem;
  }

  .project-dots {
    right: 50%;
    position: relative;
  }

  .price {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .price__word {
    display: none;
  }

  .price__left {
    width: 60%;
  }

  .price-form {
    padding: 2.2rem;
    padding-left: 5vw;
  }

  .price__right {
    right: 0;
  }

  .price-form__fl {
    height: 5rem;
    width: 2.4rem;
  }

  .price__wrap {
    font-size: 2rem;
    padding-left: 5vw;
  }

  .done-proj {
    padding-bottom: 4rem;
  }

  .done-proj .info__card {
    width: 11rem;
    height: 11rem;
  }

  .done-proj__left {
    width: 55%;
  }

  .done-proj__left .b-gray {
    text-align: left;
    width: auto;
    white-space: nowrap;
  }

  .why__house {
    width: 80vw;
    margin-bottom: -4rem;
    margin-top: 4rem;
  }

  .garant {
    padding: 4rem 0;
  }

  .gtab__img {
    width: 3rem;
    min-height: 3rem;
  }

  .gtab__plus {
    width: 1.2rem;
    height: 1.2rem;
  }

  .gtab__top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .gtab__hover {
    padding-bottom: 1rem;
  }

  .gtab__tab-item {
    margin: 0 1% 1rem 1%;
    padding: 1.5rem 1rem;
  }

  .stay__right {
    min-height: 30vw;
  }

  .stay__left .t-min {
    font-size: 2.2rem;
  }

  .stay {
    padding: 4rem 0;
  }

  .ans .info__card {
    width: 9rem;
    height: 9rem;
    right: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    top: auto;
    bottom: 2rem;
  }

  .ans__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;
    width: 100%;
  }

  .ans .info__left {
    width: 17rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .ans {
    padding: 4rem 0;
  }

  .ans .country__right {
    width: 60vw;
    bottom: 5rem;
    right: 0;
  }

  .feat {
    padding: 5rem 0;
    padding-bottom: 2rem;
  }

  .feat__img {
    width: 3.5rem;
  }

  .easy__block {
    text-align: center;
  }

  .easy__block .t-min {
    font-size: 2.2rem;
  }

  .easy__form {
    padding: 4rem;
    padding-right: 5vw;
  }

  .easy__word {
    width: 40vw;
    margin-left: 5vw;
  }

  .easy {
    padding: 4rem 0;
  }

  .modal-call__form {
    width: 30rem;
  }

  .modal-call__house {
    width: 24rem;
  }

  .modal__block {
    padding: 3rem;
  }

  .modal-thank__phone {
    position: relative;
    bottom: 0;
    margin-top: -2rem;
    bottom: -3rem;
    width: 100%;
  }

  .modal-thank__phone img {
    max-width: none;
    width: 100%;
  }

  .modal-call__house.v2 {
    width: 30rem;
  }

  .test-right {
    display: none !important;
  }

  .test {
    padding-top: 2rem;
  }

  .consult-form {
    text-align: center;
  }

  .progress__item {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    margin-left: 1%;
    margin-left-margin-right: 1%;
    padding: .5rem;
    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;
  }

  .progress__item.active::before {
    border-radius: 100%;
  }

  .progress__item.last {
    width: auto;
    height: auto;
    padding: 1.1rem 2rem;
    border-radius: 6px;
  }

  .progress__item.last.active::before {
    border-radius: 6px;
  }

  .progress__item span {
    display: none;
  }

  .progress__item span.v2 {
    display: block;
  }

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

  .photo {
    padding: 4rem 0;
  }

  .photo-slider__item {
    min-height: 35vw;
  }

  .photo-slider .slick-dots {
    bottom: -2rem;
  }

  .photo-slider .slideNext {
    width: 3rem;
    right: -2rem;
  }

  .photo-slider .slidePrev {
    width: 3rem;
    left: -2rem;
  }

  .nav .sub-menu a {
    width: 28rem;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .title-lg {
    text-align: center;
    font-size: 2.8rem;
  }

  .title-lg br {
    display: none;
  }

  .t-ss {
    text-align: center;
    font-size: 1.8rem;
  }

  .title {
    text-align: center;
    font-size: 2.2rem;
  }

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

  .t-min br {
    display: none;
  }

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

  .text {
    font-size: 1.2rem;
  }

  .mlg {
    margin-bottom: 3rem;
  }

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

  .tsm10 {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1.1rem;
  }

  .tsm13 {
    font-size: 1.2rem;
  }

  .text24 {
    font-size: 1.7rem;
  }

  .text23 {
    font-size: 1.5rem;
  }

  .text21 {
    font-size: 1.3rem;
  }

  .modal-big {
    width: 53rem;
  }

  .main-slider .title {
    text-align: left;
  }

  .main-slider {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .main-video {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 2.5rem;
    margin-top: -1.5rem;
    margin-left: auto;
  }

  .main-slider__wrap {
    width: 75%;
  }

  .main-slider__wrap.v2 {
    width: 85%;
  }

  .info__card {
    top: auto;
    bottom: 2rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    right: auto;
  }

  .info__right br {
    display: none;
  }

  .country__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .country__left {
    width: 80%;
  }

  .country__right {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    bottom: 0;
    margin-top: 2rem;
  }

  .country__right {
    width: 95vw;
  }

  .serv__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .serv__bot .text24 {
    margin-right: 0;
  }

  .serv__btn {
    margin-top: 1.5rem;
  }

  .serv__item {
    padding: 14vw 4vw 4vw 4vw;
  }

  .catalog__block {
    -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;
  }

  .catalog__right {
    width: 100%;
    margin-top: 2rem;
  }

  .catalog__left {
    width: 28rem;
  }

  .catalog__top {
    padding: 2rem 3rem 1.5rem 1.5rem;
  }

  .constr__fl-wrap {
    -webkit-transform: none;
    transform: none;
    position: static;
  }

  .constr__fl-text {
    width: auto;
    height: auto;
    left: 3rem;
  }

  .vid__bot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: .5rem;
  }

  .vid__item {
    width: 47%;
    margin-bottom: 2rem;
  }

  .vid__top {
    -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;
    text-align: center;
  }

  .vid__video .main-slider__v-img {
    margin-top: 1.5rem;
  }

  .vid__top {
    padding-bottom: 5rem;
  }

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

  .state__left {
    width: 100%;
    padding-left: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 90vw;
  }

  .state__left .t-min2 {
    text-align: center;
  }

  .state__right {
    width: 100%;
  }

  .state__video {
    height: 20vw;
  }

  .state__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .state__left .t-min2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .diller__center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
  }

  .diller__item {
    width: 31%;
    margin-bottom: 1rem;
  }

  .diller__right {
    width: 20%;
  }

  .contacts__item {
    width: 45%;
  }

  .contacts__item:first-child {
    width: 45%;
  }

  .catalog-main__left-wrap {
    width: 28rem;
    margin-bottom: 2rem;
  }

  .why__top {
    -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;
  }

  .why__text {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }

  .why__right {
    margin-top: 0;
    width: 40rem;
  }

  .why__right.v2 {
    width: 40rem;
  }

  .ab-comp__block {
    -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;
  }

  .ab-comp__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .ab-comp__left .title {
    text-align: left;
  }

  .ab-comp__right .info__card {
    top: auto;
    bottom: 2rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    right: auto;
  }

  .docs__item {
    width: 28%;
  }

  .news__header br {
    display: none;
  }

  .diller-page__item {
    width: 30%;
  }

  .t-end__block {
    -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;
  }

  .t-end__left {
    width: 28rem;
    margin-bottom: 2rem;
  }

  .t-end__right {
    width: 25rem;
  }

  .end-soc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .end-soc .end-soc-i {
    width: 40%;
    padding: 1.2rem 0.8rem;
  }

  .tip-block__block {
    -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;
    margin-bottom: 3rem;
  }

  .tip-block__item.txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1rem;
  }

  .tip-block__item.txt .t-min2 {
    font-size: 2rem;
    text-align: center;
  }

  .tip-block__item.img {
    width: 29rem;
  }

  .price__right {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .price-form {
    width: 29rem;
    text-align: center;
    padding: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .price-form__block {
    width: 100%;
  }

  .price__left {
    width: 100%;
    text-align: center;
  }

  .price__left .t-min {
    font-size: 2.1rem;
  }

  .price__wrap {
    padding-left: 0;
  }

  .price__right {
    width: 29rem;
  }

  .price__block {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .done-proj {
    -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;
  }

  .done-proj__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .why__text.v2 {
    width: 100%;
  }

  .why__text.v2 .t-min {
    font-size: 2.2rem;
  }

  .done-proj .t-min {
    font-size: 2.2rem;
  }

  .garant__block {
    -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;
  }

  .garant__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .garant__right {
    width: 95%;
  }

  .gtab__tab-item {
    min-height: 13rem;
  }

  .gtab__img {
    width: 4rem;
    min-height: 4rem;
  }

  .garant__left {
    text-align: center;
  }

  .garant__left .t-min {
    font-size: 2.2rem;
  }

  .stay__block {
    -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;
  }

  .stay__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .stay__right {
    width: 100%;
  }

  .stay__wrap .main-slider__v-img {
    width: 5rem;
    height: 5rem;
    padding: 1.8rem;
  }

  .stay__item {
    min-height: 22vw;
  }

  .stay__right {
    min-height: 45vw;
  }

  .stay__left {
    text-align: center;
  }

  .ans__block {
    -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;
  }

  .ans__left {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }

  .ans__left .t-min {
    font-size: 2.2rem;
  }

  .ans__right {
    width: 100%;
    text-align: center;
  }

  .ans__wr-right {
    width: 100%;
    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;
  }

  .ans .info__left {
    margin-left: auto;
    margin-right: auto;
    width: 20rem;
  }

  .ans .country__right {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }

  .feat__item {
    -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;
  }

  .feat__img {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .feat .t-min {
    font-size: 2.2rem;
  }

  .easy__wrap {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    -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;
  }

  .easy__word {
    margin-left: 0;
    width: 28rem;
  }

  .easy__form {
    padding: 2rem 3rem;
    width: 28rem;
    text-align: center;
  }

  .easy__form-bl {
    width: 100%;
    margin-top: 2rem;
  }
}

@media (max-width: 567px) {
  .trust .title-lg {
    font-size: 2rem;
  }

  .title-lg {
    font-size: 2.1rem;
  }

  .title-lg br {
    display: none;
  }

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

  .t-ss br {
    display: none;
  }

  .title {
    font-size: 2.5rem;
  }

  .title br {
    display: none;
  }

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

  .t-min2 br {
    display: none;
  }

  .text24 {
    font-size: 1.5rem;
  }

  .text24 br {
    display: none;
  }

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

  .text-md br {
    display: none;
  }

  .text {
    font-size: 1.3rem;
  }

  .text br {
    display: none;
  }

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

  .tsm10 {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1.1rem;
  }

  .tsm13 {
    font-size: 1.2rem;
  }

  .tsm13 br {
    display: none;
  }

  .text23 {
    font-size: 1.4rem;
  }

  .text21 br {
    display: none;
  }

  .mlg {
    margin-bottom: 2rem;
  }

  .msm {
    margin-bottom: 2rem;
  }

  .mb {
    margin-bottom: 1.1rem;
	  font-size: 1.3rem;
  }

  .mbm {
    margin-bottom: .8rem;
  }

  .mbs {
    margin-bottom: 0.4rem;
  }

  .mrsm {
    margin-right: 1.7rem;
  }

  .mrm {
    margin-right: 0.4rem;
  }

  .mrs {
    margin-right: 0.4rem;
  }

  .mr {
    margin-right: .8rem;
  }

  .header .kr-text__text {
    text-align: left;
    white-space: nowrap;
  }

  .main-slider__wrap {
    width: 100%;
  }

  .main-slider__wrap.v2 {
    width: 100%;
  }

  .main-slider .title {
    text-align: center;
  }

  .main-slider__line-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-bottom: 2rem;
  }

  .main-video {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0;
  }

  .main-video br {
    display: block;
  }

  .main-slider__wrap {
    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;
  }

  .main-slider__block {
    width: 100%;
    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;
  }

  .main-dots {
    right: 0;
    width: 100%;
    min-width: 100%;
  }

  .main-slider .title {
    font-size: 2.4rem;
  }

  .header__top {
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-call {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 47%;
  }

  .burger__wrap-block {
    width: 55%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-call {
    width: 100%;
    margin-bottom: 3vw;
  }

  .header-call:last-child {
    margin-bottom: 0;
  }

  .main-slider {
    padding-top: 1rem;
  }

  .info__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info__left {
    margin-bottom: 2rem;
  }

  .info__right {
    width: 100%;
  }

  .info__left {
    width: 29rem;
  }

  .country__left {
    width: 100%;
  }

  .country__fl {
    bottom: 1rem;
  }

  .serv__item {
    padding: 12vw 4vw 10vw 4vw;
  }

  .catalog__top {
    height: 15rem;
  }

  .catalog__item {
    width: 28rem;
  }

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

  .constr__item {
    height: 66vw;
    padding: 2rem;
  }

  .constr__item br {
    display: none;
  }

  .constr__fl-text {
    left: 2rem;
  }

  .vid__bot {
    width: 100%;
  }

  .vid__item {
    -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;
    text-align: center;
  }

  .vid__img {
    margin-right: 0;
    margin-bottom: 1.2rem;
  }

  .vid {
    padding: 6rem 0;
  }

  .state__item {
    width: 46%;
    margin: 0 2% 2rem 2%;
  }

  .state__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .state__video {
    width: 47%;
  }

  .state__video {
    height: 28vw;
  }

  .diller__center {
    width: 100%;
  }

  .diller__right {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .diller__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%;
  }

  .consult__man {
    width: 30rem;
  }

  .consult__top {
    -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;
  }

  .consult__header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .consult__header .t-min2 {
    font-size: 2rem;
  }

  .contacts__item {
    width: 100%;
  }

  .contacts__item:first-child {
    width: 100%;
  }

  .contacts__ch br {
    display: block;
  }

  .section-text .t-min2 {
    font-size: 2rem;
  }

  .contacts__item {
    margin-top: 0;
  }

  .contacts__item:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__item:nth-child(2) br {
    display: block;
  }

  .contacts .logo__img {
    width: 8rem;
  }

  .contacts .logo {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .contacts__ch {
    text-align: left;
  }

  .ctab__tab-item {
    width: 47%;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: normal;
  }

  .project-form {
    -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;
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .project-form__left {
    width: 100%;
  }

  .project-form__right {
    width: 100%;
  }

  .pr-slider__item {
    min-height: 86vw;
  }

  .pr-slider__item.v2 {
    min-height: 86vw;
  }

  .project__item {
    -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;
  }

  .project__ico {
    margin-right: 0;
    width: 2rem;
    margin-bottom: .8rem;
  }

  .ab-project {
    -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;
  }

  .ab-project__left {
    margin-bottom: 1rem;
    width: 100%;
  }

  .ab-project__right {
    width: 100%;
  }

  .photos__bg {
    min-height: 50vw;
  }

  .video-sect__block {
    min-height: 60vw;
  }

  .ab-comp__left .title {
    text-align: center;
    font-size: 2.8rem;
  }

  .history__item {
    width: 44%;
  }

  .ab-pr-slider__item {
    min-height: 50vw;
  }

  .ab-pr-slider.solo .ab-pr-slider__item {
    min-height: 28vw;
  }

  .ab-pr__left .main-slider__v-img {
    width: 5.8rem;
    height: 5.8rem;
    padding: 1.8rem;
  }

  .ab-pr-slider.solo .ab-pr-slider__vid {
    width: 4rem;
    height: 4rem;
    padding: 1.4rem;
  }

  .features__item {
    width: 46%;
  }

  .features__wrap {
    width: 100%;
  }

  .docs__item {
    width: 45%;
  }

  .docs__item br {
    display: block;
  }

  .comp-map {
    -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;
  }

  .comp-map .country__fl {
    margin-left: auto;
    margin-right: auto;
  }

  .reliable-slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .reliable-slider__item {
    min-height: 50vw;
  }

  .news-page__bg {
    min-height: 55vw;
  }

  .news__item {
    width: 100%;
  }

  .news__img {
    min-height: 45vw;
  }

  .news__header {
    text-align: center;
  }

  .news__date {
    margin-left: auto;
    margin-right: auto;
  }

  .news__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .news__item {
    -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;
  }

  .map {
    height: 75vw;
  }

  .top-bg {
    height: 60vw;
  }

  .main-slider__el {
    margin-right: 0;
  }

  .tiem.t1 {
    width: 47%;
  }

  .tiem-img {
    height: 31vw;
  }

  .test-item__block.ver3 {
    width: 100%;
  }

  .test-item__block .tiem {
    width: 100%;
  }

  .test__quests {
    padding: 3rem 2rem;
  }

  .checkbox-block.t2 .checkbox-psevdo {
    width: 2.2rem !important;
    height: 2.2rem !important;
  }

  .test-end__form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav a {
    text-align: center;
  }

  .process__video {
    min-height: 59vw;
  }

  .project-dots {
    right: 50%;
    position: relative;
  }

  .done-proj .info__card {
    width: 13rem;
    height: 12rem;
  }

  .done-proj__left .b-gray .tsm13 {
    font-size: 1rem;
  }

  .done-proj {
    text-align: center;
  }

  .why__house {
    width: 100vw;
  }

  .plus-cont__hover {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: normal;
    width: 15rem;
    text-align: center;
    top: 2.5rem;
    z-index: 20;
  }

  .plus-cont__hover br {
    display: none;
  }

  .why__house {
    z-index: 20;
  }

  .plus-cont {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -1rem;
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plus-cont__item {
    left: 0;
    bottom: 0;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2rem;
  }

  .gtab__tab-item {
    width: 47%;
    min-height: 12rem;
  }

  .stay__wrap {
    margin-top: 1rem;
  }

  .stay__item {
    min-height: 33vw;
  }

  .ans .country__right {
    width: 70vw;
    margin-bottom: 6rem;
  }

  .feat__item {
    width: 45%;
  }

  .feat .t-min {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-big {
    width: 30rem;
  }

  .modal-call__house {
    position: relative;
    width: 100%;
    left: -3rem;
    bottom: -3rem;
  }

  .modal-call__form {
    width: 100%;
  }

  .modal-call__inp-bl {
    width: 100%;
  }

  .modal-call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .modal-call__house.v2 {
    margin-right: -11rem;
    width: 35rem;
  }

  .test-item__block.ver2 {
    width: 100%;
  }

  .tiem {
    margin-bottom: 1.4rem;
  }

  .project-dots {
    -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;
    padding-top: 1rem;
  }

  .project-dots .main-dots__num {
    margin-bottom: 1rem;
  }

  .project-dots .main-dots__dots {
    margin-bottom: 1rem;
  }

  .photo-slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .photo-slider__item {
    min-height: 45vw;
  }

  .photo-slider .slick-dots {
    bottom: -2rem;
  }

  .photo-slider .slideNext {
    width: 3rem;
    right: -2rem;
  }

  .photo-slider .slidePrev {
    width: 3rem;
    left: -2rem;
  }
}

@media (max-width: 450px) {
  .ans .country__fl {
    top: auto;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}


