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

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

@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-DemiBold.eot");
  src: url("../fonts/Oswald-DemiBold.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Oswald-DemiBold.woff2") format('woff2'),
        url("../fonts/Oswald-DemiBold.woff") format('woff'),
        url("../fonts/Oswald-DemiBold.ttf") format('truetype'),
        url("../fonts/Oswald-DemiBold.svg#Oswald-DemiBold") format('svg');
  font-weight: 600;
  font-style: normal;
}

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

/*! 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 {
  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 */
  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 {
  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"] {
  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 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 jampScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

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

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

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

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

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

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

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

  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 {
  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 slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

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

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

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

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

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

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

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

html {
  font-size: 10px;
}

body {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  font-weight: normal;
  overflow-x: hidden;
  color: #3e3e3e;
}

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

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

p {
  margin: 0.1vw 0;
}

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

.stop {
  overflow: hidden;
}

input::-webkit-input-placeholder {
  color: #9295a9;
}

input:-ms-input-placeholder {
  color: #9295a9;
}

input::-ms-input-placeholder {
  color: #9295a9;
}

input::-moz-placeholder {
  color: #9295a9;
}

input::placeholder {
  color: #9295a9;
}

.list-none {
  padding: 0;
  list-style-type: none;
}

.btn {
  min-height: 4.8rem;
  padding: 1vw 0.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px 5px 7px 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 1rem 2rem rgba(167, 139, 68, 0.3), inset 0 -5px 0 #a78b44;
  box-shadow: 0 1rem 2rem rgba(167, 139, 68, 0.3), inset 0 -5px 0 #a78b44;
  background-color: #feda30;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 100%);
  position: relative;
  overflow: hidden;
  min-height: 4.5vw;
}

.btn-max {
  width: 100%;
}

.btn-small {
  padding: 0.8vw;
  min-height: 3.5vw;
}

.btn:not(:disabled):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;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(167, 139, 68, 0.45), inset 0 6px 0 #a78b44;
  box-shadow: 0 1rem 2.5rem rgba(167, 139, 68, 0.45), inset 0 6px 0 #a78b44;
}

.btn-wrap {
  position: relative;
}

.btn-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 1.6vw;
  margin-right: 0.6vw;
}

.btn-text {
  text-shadow: 0 1px 0 rgba(255, 251, 233, 0.7);
  color: #1a2026;
  font-size: 0.9vw;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.btn-mini-text {
  color: #1a2026;
  font-size: 0.8vw;
  font-weight: 300;
  display: block;
  width: 100%;
}

.btn-mod {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-border {
  border-radius: 8px;
  border: 2px solid #0ac96b;
  padding: 1vw;
  color: #0ac96b;
  font-size: 1vw;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-border:hover {
  border: 2px solid #30f594;
  color: #30f594;
}

.block-title {
  margin-left: 1.7vw;
  position: relative;
}

.block-title:before {
  content: "";
  position: absolute;
  left: -2.7vw;
  top: 0.7vw;
  width: 2.2vw;
  height: 2px;
  background-color: #feda30;
}

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

.wrap-content .btn {
  width: 42%;
  margin-right: 4%;
}

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

.link-wrapper img {
  width: 1.1vw;
  margin-right: 0.5vw;
}

.link-wrapper .link {
  font-size: 0.7vw;
}

.link-underline {
  color: #0acd6e;
  font-size: 0.9vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.link-underline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #0acd6e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.link-underline:hover:before {
  width: 50%;
}

.section {
  padding: 6vw 0;
}

.section-line {
  position: relative;
}

.section-line:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 5.5vw;
  background-color: #feda30;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.small-text {
  color: #777778;
  font-size: 1.2vw;
  font-weight: 300;
}

.mini-text {
  color: #1b1b1e;
  font-size: 0.92vw;
  font-weight: 300;
}

.title {
  font-size: 2.7vw;
  font-weight: 400;
  text-transform: uppercase;
}

.title span {
  font-weight: 100;
}

.title span.color-title {
  font-weight: 700;
  color: #62ba48;
}

.title-wrap {
  text-align: center;
}

.title-line {
  position: relative;
}

.title-line:before {
  position: absolute;
  content: "";
  left: -9vw;
  top: 1.8vw;
  width: 8vw;
  height: 2px;
  background-color: #feda30;
}

.title-margin-sm {
  margin-bottom: 2vw;
}

.title-margin-larg {
  margin-bottom: 5vw;
}

.grad-numbers {
  background-image: -webkit-linear-gradient(51deg, #00d86e 0%, #22995f 100%);
  background-image: -o-linear-gradient(51deg, #00d86e 0%, #22995f 100%);
  background-image: linear-gradient(39deg, #00d86e 0%, #22995f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f9fcfb;
  font-size: 4.2vw;
  font-weight: 900;
  display: block;
  line-height: 1.2;
}

.descr {
  color: #1f2833;
  font-size: 1.4vw;
  font-weight: 300;
}

.bg-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 19.6vw;
  height: 100%;
  background: url("../img/smeta/bg-right.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.input {
  color: #1f2833;
  position: relative;
  padding: 1vw;
  padding-left: 2.3vw;
  font-size: 1vw;
  font-weight: 300;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(31, 40, 51, 0.1);
  margin-bottom: 1.5vw;
}

.input-name {
  background: url("../img/man.png") no-repeat center left;
  background-size: 1.4vw;
}

.input-phone {
  background: url("../img/phone.png") no-repeat center left 0.3vw;
  background-size: 1vw;
}

.input-hidden {
  display: none;
}

.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
  position: relative;
}

.title-item-wrap img {
  width: 1.5vw;
  margin-right: 0.7vw;
}

.title-item {
  color: #1f2833;
  font-size: 1vw;
  font-weight: 600;
}

.title-item .ok {
  color: #62ba48;
  text-transform: uppercase;
}

.title-item .no {
  color: #f70a26;
  text-transform: uppercase;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.4vw;
  height: 6.4vw;
  background: url("../img/play.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.22);
  -ms-transform: translate(-50%, -50%) scale(1.22);
  transform: translate(-50%, -50%) scale(1.22);
}

.link {
  color: #1f2833;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8vw;
  letter-spacing: 2.2px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  display: inline-block;
  padding-bottom: 0.1vw;
}

.link:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #feda30;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.link:hover {
  color: #feda30;
}

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

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 19;
}

.arrows svg {
  width: 3.4rem;
  fill: #566f92;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.arrows svg:hover {
  fill: #fff;
}

.slideNext {
  right: -3.7rem;
}

.slidePrev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: -3.4rem;
}

.slick-slide {
  outline: none;
}

.burger {
  width: 4rem;
  height: 4rem;
  margin-left: 1rem;
  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;
}

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

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

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

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

.burger.active span {
  background-color: transparent;
}

.burger.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.burger.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.burger__wrap {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #feda30;
  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;
}

.info-img,
.info-img-hover {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.info-img-hover {
  opacity: 0;
  display: none;
}

.tooltip {
  position: absolute;
  width: 23.5vw;
  padding: 1.5vw;
  -webkit-box-shadow: 0 5px 20px rgba(31, 40, 51, 0.09);
  box-shadow: 0 5px 20px rgba(31, 40, 51, 0.09);
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0) translate(90%, -170%);
  -ms-transform: scale(0) translate(90%, -170%);
  transform: scale(0) translate(90%, -170%);
  z-index: 19;
}

.tooltip .title-item {
  margin-bottom: 0.7vw;
}

.tooltip.bottom {
  right: 0;
  top: calc(100% + 1rem);
  border-top: 2px solid #62ba48;
}

.tooltip.bottom:before {
  content: '';
  position: absolute;
  top: -1rem;
  right: 1vw;
  border-bottom: 1rem solid #62ba48;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}

.tooltip.left {
  left: calc(100% + 1.3rem);
  top: 0;
  border-left: 2px solid #62ba48;
}

.tooltip.left:before {
  content: '';
  position: absolute;
  top: 0.3vw;
  left: -1rem;
  border-right: 1rem solid #62ba48;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

.block-tooltip {
  width: 1.7vw;
  height: 1.8vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 1vw;
  cursor: pointer;
}

.block-tooltip:hover .info-img-hover {
  opacity: 1;
  display: block;
}

.block-tooltip:hover .info-img {
  opacity: 0;
  display: none;
}

.block-tooltip:hover .tooltip {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.header {
  overflow: hidden;
}

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

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

.logo__img {
  width: 14vw;
  padding: 0.7vw 0;
  padding-right: 3.2vw;
  padding-left: 1.5vw;
  position: relative;
  z-index: 2;
}

.logo__img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 29vw;
  background-color: #ffdb31;
  background-image: -webkit-linear-gradient(45deg, #13b022 0%, #13b022 1%, #62ba48 100%);
  background-image: -o-linear-gradient(45deg, #13b022 0%, #13b022 1%, #62ba48 100%);
  background-image: linear-gradient(45deg, #13b022 0%, #13b022 1%, #62ba48 100%);
  z-index: -1;
}

.logo__text {
  width: 12vw;
  color: #9295a9;
  font-size: 0.75vw;
  font-weight: 300;
  margin-left: 2vw;
  font-family: "Roboto" , sans-serif;
}

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

.item-data__img {
  width: 1.2vw;
  margin-right: 1vw;
}

.item-data__img-phone {
  width: 0.9vw;
}

.item-data__title {
  color: #9295a9;
  font-family: "Roboto" , sans-serif;
  font-size: 0.8vw;
  font-weight: 300;
  margin-bottom: 0.2vw;
}

.item-data__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-data .link {
  margin-top: 0.2vw;
}

.bold-text {
  color: #1f2833;
  font-size: 1.07vw;
  font-weight: 700;
}

.link-num {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.link-num span {
  font-family: "Roboto", sans-serif;
  font-size: 0.8vw;
  font-weight: 300;
}

.link-num:hover {
  color: #feda30;
}

.nav {
  padding: 1.2vw 0;
  background-color: #0e3264;
}

.nav.activeScroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 91;
}

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

.nav__list li a {
  color: #9295a9;
  font-size: 0.94vw;
  font-weight: 700;
  display: inline-block;
  margin: 0 1vw;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.nav__list li a:hover {
  color: #fff;
}

.nav__list li.active a {
  color: #fff;
}

.main {
  position: relative;
  background: url("../img/main/bg.jpg") no-repeat center;
  background-size: cover;
  padding: 6vw 0 8vw 0;
  color: #fff;
}

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

.main__info {
  width: 63%;
}

.main__label {
  color: #1f2833;
  font-size: 1.34vw;
  font-weight: 300;
  padding: 1vw 1.3vw 1.5vw 1.3vw;
  background: url("../img/main/shape.png") no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  margin-bottom: 1.7vw;
}

.main__label span {
  text-transform: uppercase;
  font-weight: 600;
}

.main__advas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5vw;
}

.main__advas-item {
  min-width: 27%;
  margin: 0 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__advas-item img {
  width: 2.6vw;
  margin-right: 1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.main__advas-text {
  color: #b1b4c7;
  font-size: 1vw;
  font-weight: 300;
  margin: 0;
}

.form-wrap {
  width: 22vw;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  z-index: 2;
}

.form-wrap:before {
  content: '';
  position: absolute;
  top: 0.7vw;
  left: -0.7vw;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}

.form-block {
  -webkit-box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 3vw 2.5vw;
  text-align: center;
  position: relative;
  z-index: 3;
}

.form-title {
  color: #1f2833;
  font-size: 1.4vw;
  font-weight: 300;
  margin-bottom: 0.8vw;
}

.form-line {
  width: 7vw;
  height: 5px;
  background-color: #feda30;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.form-line:before,
.form-line:after {
  content: '';
  position: absolute;
  top: 0;
  border-top: 5px solid #feda30;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.form-line:before {
  left: -8px;
}

.form-line:after {
  right: -8px;
}

.form {
  margin-top: 0.7vw;
}

.form .btn-wrap {
  margin-top: 1vw;
}

.form .btn-wrap__img {
  position: absolute;
  width: 13vw;
  right: -7vw;
  top: -2vw;
  z-index: 55;
}

.form .btn-wrap__img img {
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.file-link {
  color: #feda30;
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 1vw;
}

.file-link:hover {
  color: #1f2833;
}

.file-text {
  color: #9295a9;
  font-size: 1vw;
  font-weight: 300;
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-bottom: 2px solid rgba(31, 40, 51, 0.1);
}

.file-img {
  max-width: 1.4vw;
  margin-right: 1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.grass-left {
  position: absolute;
  top: 2vw;
  left: 0;
  max-width: 14vw;
}

.grass-right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
  max-width: 14vw;
}

.to-bot {
  position: absolute;
  bottom: 5vw;
  left: 11vw;
}

.to-bot img {
  height: 7.8vw;
  -webkit-animation: jampScroll 3.5s infinite linear;
  animation: jampScroll 3.5s infinite linear;
}

.to-bot:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5vw;
  height: 4vw;
  width: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #feda30;
}

.to-bot:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5vw;
  height: 2.5vw;
  width: 5vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  opacity: 0.2;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

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

.creation__card {
  width: 55%;
  position: relative;
  padding-top: 3vw;
}

.creation__card-info {
  width: 58%;
  border: 5px solid #f3f8fc;
  padding: 2vw;
  background-color: #fff;
}

.creation__card-info-yes {
  position: absolute;
  right: -0.5vw;
  top: 0;
  border: 5px solid #ecfae8;
  width: 55%;
}

.creation__card-img {
  z-index: 0;
}

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

.creation__info {
  width: 35%;
}

.creation__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2vw;
}

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

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

.creation__info .small-text {
  color: #1f2833;
  margin-top: 0.4vw;
}

.card__list li {
  color: #9295a9;
  font-family: "Roboto", sans-serif;
  font-size: 0.91vw;
  font-weight: 300;
  margin: 0.2vw 0;
}

.card__list li .number {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.card__list li.li-no {
  color: #1f2833;
}

.card__list li.li-no .number {
  color: #f70a26;
}

.card__list li.li-yes {
  color: #1f2833;
}

.card__list li.li-yes .number {
  color: #62ba48;
}

.technology {
  background: url("../img/technology/bg.jpg") no-repeat center;
  background-size: cover;
}

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

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

.technology__advas-item img {
  width: 1.4vw;
  margin-right: 0.7vw;
}

.technology__cont {
  margin-top: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.technology__info {
  width: 48%;
}

.technology__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2vw;
}

.technology__info-item-1 {
  padding-left: 9vw;
}

.technology__info-item-2 {
  width: 67%;
  position: relative;
}

.technology__info-item-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(125%, -100%) rotate(55deg);
  -ms-transform: translate(125%, -100%) rotate(55deg);
  transform: translate(125%, -100%) rotate(55deg);
  width: 3vw;
  height: 7vw;
  background: url("../img/technology/shape.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: opas 2.8s infinite linear;
  animation: opas 2.8s infinite linear;
}

.technology__info-item-2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5vw;
  -webkit-transform: translate(130%, 100%) rotate(-15deg);
  -ms-transform: translate(130%, 100%) rotate(-15deg);
  transform: translate(130%, 100%) rotate(-15deg);
  width: 3vw;
  height: 7vw;
  background: url("../img/technology/shape.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: opas 2.8s infinite linear;
  animation: opas 2.8s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.technology__info-item img {
  width: 9vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5vw;
}

.technology__master {
  position: absolute;
  width: 39%;
  bottom: -4.3vw;
  right: 0;
}

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

.technology__master-text {
  position: absolute;
  left: -21%;
  top: 15%;
}

.technology__master-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-1.5vw, 50%);
  -ms-transform: translate(-1.5vw, 50%);
  transform: translate(-1.5vw, 50%);
  width: 3vw;
  height: 5vw;
  background: url("../img/technology/shape.png") no-repeat center;
  background-size: 100% 100%;
}

.technology__master-title {
  color: #62ba48;
  font-size: 1.3vw;
  font-weight: 400;
}

.technology__grass-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11vw;
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}

.about {

  color: #fff;
position: relative;
overflow: hidden;
}
@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);
  }
}
.about-bg{
position: absolute;
left: 0;
top: 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;
	
}
.about .descr,
.about .small-text,
.about .title-item {
  color: #fff;
}

.about .title-item {
  margin-bottom: 0.4vw;
}

.about__descr {
  font-family: "Roboto", sans-serif;
  font-size: 0.9vw;
  font-weight: 300;
}

.about__info {
  width: 50%;
}

.about__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7vw;
  width: 82%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__numbers-item {
  margin-bottom: 4vw;
}

.about__numbers-item:nth-child(3) {
  margin-bottom: 0;
}

.about__numbers-item:nth-child(4) {
  margin-bottom: 0;
}

.about__numbers-text {
  color: #feda30;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1;
}

.about__numbers-text span {
  font-size: 3vw;
}

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

.amenities__block-item {
  width: 31%;
  margin: 0 1.4%;
  text-align: center;
  padding: 1.5vw 1vw;
  border: 5px solid #f3f8fc;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.amenities__block-item:hover {
  border: 5px solid #ecfae8;
}

.amenities__block-item .title-item {
  margin-bottom: 0.8vw;
}

.amenities__block-img {
  margin: 1.5vw 0;
}

.object {
  background-color: #f6fafd;
}

.object__cont {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.object__item {
  text-align: center;
  width: 25%;
}

.object__item img {
  margin-bottom: 1vw;
  height: 13vw;
}

.object__item-2 {
  position: relative;
}

.object__item-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-90%, 10%);
  -ms-transform: translate(-90%, 10%);
  transform: translate(-90%, 10%);
  width: 10.5vw;
  height: 2.6vw;
  background: url("../img/object/shape.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: opas 2.8s infinite linear;
  animation: opas 2.8s infinite linear;
}

.object__item-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9vw;
  -webkit-transform: translate(140%, 10%) rotate(170deg);
  -ms-transform: translate(140%, 10%) rotate(170deg);
  transform: translate(140%, 10%) rotate(170deg);
  width: 11vw;
  height: 2.7vw;
  background: url("../img/object/shape.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: opas 2.8s infinite linear;
  animation: opas 2.8s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.work {
  background: url("../img/work/bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}

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

.work__block-item {
  width: 22%;
  margin: 1.4vw 1.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 15vw;
  padding: 1vw;
  z-index: 3;
  position: relative;
}

.work__block-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 40, 51, 0.98)), color-stop(76%, rgba(31, 40, 51, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(31, 40, 51, 0.98) 0%, rgba(31, 40, 51, 0) 76%);
  background-image: -o-linear-gradient(bottom, rgba(31, 40, 51, 0.98) 0%, rgba(31, 40, 51, 0) 76%);
  background-image: linear-gradient(to top, rgba(31, 40, 51, 0.98) 0%, rgba(31, 40, 51, 0) 76%);
}

.work__block-item .title-item {
  color: #fff;
}

.btn-show-wrap {
  text-align: center;
  margin-top: 2vw;
}

.btn-show {
  color: #fff;
}

.work__grass-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9vw;
  -webkit-transform: translateY(26%);
  -ms-transform: translateY(26%);
  transform: translateY(26%);
}

.work__grass-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 9vw;
  -webkit-transform: translateY(-42%);
  -ms-transform: translateY(-42%);
  transform: translateY(-42%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.smeta {
  position: relative;
  padding-bottom: 9vw;
  z-index: 2;
}

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

.smeta__item {
  width: 67%;
}

.smeta__img {
  position: relative;
  width: 100%;
  height: 10vw;
}

.smeta__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45vw;
  height: 33vw;
  max-width: none;
  max-height: none;
}

.sustem-play {
  top: 15%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sustem-play:hover {
  -webkit-transform: translate(-50%, 0) scale(1.22);
  -ms-transform: translate(-50%, 0) scale(1.22);
  transform: translate(-50%, 0) scale(1.22);
}

.sustem__grass-right {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 9vw;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.sustem {
  background: url("../img/sustem/bg.jpg") no-repeat center;
  background-size: cover;
  z-index: 1;
}

.sustem__advas {
  width: 65%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sustem__advas-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sustem__advas-item img {
  width: 2vw;
  margin-right: 1vw;
}

.sustem__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6vw;
}

.sustem__info {
  width: 40%;
}

.sustem__info .title-item {
  margin-bottom: 1vw;
}

.sustem__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.7vw 0;
}

.sustem__list li img {
  width: 1.4vw;
  margin-right: 0.6vw;
}

.sustem__video {
  width: 32vw;
  height: 27vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.price {
  position: relative;
  background: url("../img/price/bg.jpg") no-repeat left top;
  background-size: cover;
  color: #fff;
}

.price .title-wrap {
  text-align: left;
}

.price .descr {
  color: #fff;
}

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

.price__slider {
  width: 61%;
  margin-left: 2vw;
  margin-top: 1vw;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.price__slider-item {
  padding: 0.2vw;
  padding-bottom: 1.5vw;
  background-color: rgba(243, 248, 252, 0.1);
  margin: 0 1vw;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 5px solid transparent;
}

.price__slider-item:hover {
  border: 5px solid #62ba48;
  background-color: #0e3264;
}

.price__slider-img {
  background-color: #ffffff;
  height: 15vw;
  padding: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5vw;
}

.price__slider .title-item {
  color: #fff;
  margin-bottom: 1.5vw;
}

.price_form-wrap {
  margin-top: -4vw;
}

.form-man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.2vw;
}

.form-man img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1vw;
  width: 5vw;
}

.form-man__text {
  text-align: left;
}

.price__grass-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9vw;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}

.choice {
  padding-bottom: 7vw;
}

.choice__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7vw;
}

.choice__item {
  text-align: center;
  width: 31%;
}

.choice__item-psevdo {
  position: relative;
}

.choice__item-psevdo:before {
  content: "";
  position: absolute;
  left: -12.5vw;
  top: 2.44vw;
  width: 22vw;
  border: 1px dashed #92a3b0;
}

.choice__item-psevdo:after {
  content: "";
  position: absolute;
  right: -11.5vw;
  top: 2.44vw;
  width: 21vw;
  border: 1px dashed #92a3b0;
}

.choice__item img {
  margin-bottom: 1vw;
  height: 5vw;
}

.choice__item .about__descr {
  margin-top: 0.7vw;
}

.application {
  position: relative;
  background-color: #f6fafd;
}

.application .title {
  width: 60%;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
socials-header{}
.socials-item {
  width: 1.6vw;
  height: 1.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.3vw;
}
.socials.sft {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.application__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7vw;
}

.application__info {
  width: 67%;
  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;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.application__info-block-num {
  width: 3vw;
  margin-right: 0.6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #4eb83f;
  font-size: 5vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.application__info-block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1vw;
  height: 5vw;
}

.application__info-block .about__descr {
  font-size: 0.8vw;
}

.application__info-item {
  width: 16vw;
  margin-bottom: 5vw;
  position: relative;
}

.application__info-item:before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 1.5vw;
  background: url("../img/application/arrows-1.png") no-repeat center;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  -webkit-animation: opas 2.8s infinite linear;
  animation: opas 2.8s infinite linear;
}

.application__info-item-1 {
  width: 15vw;
}

.application__info-item-1:before {
  -webkit-transform: translate(55%, 88%);
  -ms-transform: translate(55%, 88%);
  transform: translate(55%, 88%);
}

.application__info-item-2 {
  margin-left: 4vw;
  margin-right: 1vw;
}

.application__info-item-2:before {
  -webkit-transform: translate(75%, 88%);
  -ms-transform: translate(75%, 88%);
  transform: translate(75%, 88%);
}

.application__info-item-3 {
  width: 18vw;
}

.application__info-item-3 .application__info-block-img {
  margin: 0;
  margin-bottom: 1vw;
}

.application__info-item-3:before {
  top: 100%;
  -webkit-transform: translate(-70%, 130%) rotate(110deg);
  -ms-transform: translate(-70%, 130%) rotate(110deg);
  transform: translate(-70%, 130%) rotate(110deg);
  width: 6.5vw;
  height: 1.9vw;
}

.application__info-item-5 {
  width: 16vw;
  margin-right: 6vw;
}

.application__info-item-5 .application__info-block-img {
  -webkit-transform: translateY(1vw);
  -ms-transform: translateY(1vw);
  transform: translateY(1vw);
  margin-bottom: 0;
}

.application__info-item-5:before {
  display: none;
}

.application__info-item-4 {
  width: 10vw;
  margin-right: 4vw;
  margin-bottom: 0;
}

.application__info-item-4 .application__info-block-img {
  height: 4vw;
  margin-top: 1vw;
}

.application__info-item-4:before {
  right: auto;
  left: 0;
  width: 6vw;
  height: 1.7vw;
  -webkit-transform: translate(-120%, 88%) rotateY(180deg);
  transform: translate(-120%, 88%) rotateY(180deg);
}

.application__info-item .form-man {
  min-height: 5vw;
}

.application__info-item .form-man img {
  width: 4vw;
}

.application__form-wrap {
  margin-top: -7vw;
}

.application-link {
  font-weight: 600;
  font-size: 0.7vw;
  margin-top: 0.8vw;
}

.contacts {
  position: relative;
  padding-top: 6vw;
  background-color: #0e3264;
  color: #fff;
}

.contacts .title-wrap {
  text-align: left;
}

.contacts .descr {
  color: #fff;
}

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

.contacts__info {
  width: 27%;
}

.contacts__info-data-item {
  margin-bottom: 2vw;
}

.contacts .bold-text {
  color: #fff;
}

.contacts .item-data img {
  width: 1.6vw;
}

.contacts .item-data .item-data__img-phone {
  width: 1.1vw;
  margin-right: 1.2vw;
  margin-left: 0.2vw;
}

.map {
  width: 61%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 34vw;
  position: relative;
  margin-top: 1vw;
}

a.bold-text:hover {
  color: #feda30 !important;
}

.footer__cont {
  margin-top: 3vw;
  padding: 2vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__item {
  color: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.link-paradigma {
  color: #feda30;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.link-paradigma:hover {
  color: #fff;
}

.contacts-grass-left {
  position: absolute;
  width: 6vw;
  left: 0;
  bottom: 0;
}

.contacts-grass-right {
  position: absolute;
  width: 7vw;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
}

.contacts-phone-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

a.item-data__title {
  color: #fff;
}

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

.overlay-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}

.modal {
  border-radius: 8px;
  overflow: hidden;
}

.modal-wrap {
  position: absolute;
  top: 0;
  margin-top: 15vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 6vh;
}

.close-modal {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.close-modal svg {
  fill: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.close-modal:hover svg {
  fill: #feda30;
}

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

.close-nav {
  right: 2rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

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

.item-data__title-man {
  margin: 1vw 0;
}

.form .btn-wrap__img-catalog {
  right: -8.8vw;
}

.trigger-block {
  padding: 2.5vw;
  border: 5px solid #ecfae8;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 37vw;
}

.trigger-block__title {
  color: #62ba48;
  font-size: 1.3vw;
  font-weight: 300;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -56%);
  -ms-transform: translate(-50%, -56%);
  transform: translate(-50%, -56%);
  padding: 0.2vw 0.8vw;
}

.modal-big {
  width: 78vw;
  padding-top: 6vw;
  padding-bottom: 5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  background-color: #fff;
}

.modal-big .trigger-block {
  margin-top: 5vw;
}

.modal-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.modal-block__info-img-1 {
  border: 2px solid #fff;
  width: 90%;
  height: 22vw;
}

.modal-block__info-img-2 {
  border: 2px solid #fff;
  width: 90%;
  height: 22vw;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(75%);
  -ms-transform: translateY(75%);
  transform: translateY(75%);
}

.modal-block__info-img-wrap {
  width: 27%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.modal-block__info-cont {
  width: 68%;
}

.modal-block__info-cont .small-text {
  color: #1f2833;
}

.modal-block__info-cont .small-text.small-text {
  margin-top: 1vw;
}

.list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5vw;
}

.modal-list.list-block {
  width: 70%;
}

.modal-list li {
  position: relative;
  margin: 0.3vw 0;
  padding-left: 1rem;
}

.modal-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55vw;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #62ba48;
}

.list-img {
  width: 23%;
  text-align: center;
}

.modal-list-number li {
  color: #1f2833;
}

.modal-list-number li.none-before {
  padding-left: 0;
}

.modal-list-number li.none-before:before {
  display: none;
}

.modal-list-number li.none-before span {
  color: #62ba48;
  font-weight: 700;
}

.modal-block__number-item {
  margin-bottom: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.modal__advas-item {
  padding: 1.3vw;
  width: 46%;
  margin: 0.5vw 1.5%;
  border: 5px solid #f3f8fc;
  background-color: #ffffff;
}

.modal__advas-img {
  height: 15vw;
  width: 100%;
  margin-bottom: 1.5vw;
}

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

.modal__advas-info-img {
  width: 4.5vw;
  margin-right: 1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.modal__advas-info .small-text {
  color: #1f2833;
}

.form-block-modal {
  text-align: center;
}

.form-wrap-big {
  margin-top: 4vw;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}

.form-modal-big {
  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;
  margin-top: 1.3vw;
}

.form-modal-big .input {
  width: 30.5%;
}

.form-modal-big .input-wrap {
  width: 30.5%;
}

.form-modal-big .btn-wrap {
  margin: 0 auto;
  margin-top: 1.5vw;
  width: 17vw;
}

.modal-video-body {
  width: 80vw;
  height: 36vw;
}

.thanks-img {
  width: 14rem;
  margin-bottom: 1.5rem;
}

.desc_hide {
  display: none;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 1460px) {
  .form .btn-wrap__img {
    width: 10vw;
  }
}

@media (max-width: 880px) {
  .grass-left,
  .grass-right {
    display: none;
  }
socials-header{display:none;}
.socials-item {
  width: 1.6rem;
  height: 1.6rem;  margin: 0 0.3rem;
}
   .burger__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header__geogr,
  .header__time {
    display: none;
  }

  .logo__img {
    width: 14rem;
    padding: 0.8rem 0;
    padding-right: 3rem;
    padding-left: 0.7rem;
  }

  .logo__text {
    width: 14rem;
    margin-left: 2rem;
    font-size: 1rem;
  }

  .item-data__title {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }

  .item-data__img {
    width: 1.4rem;
    margin-right: 0.8rem;
  }

  .bold-text {
    font-size: 1.5rem;
  }

  .item-data .link {
    font-size: 1.2rem;
  }

  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

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

  .nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 7vh;
  }

  .nav__list li a {
    font-size: 1.4rem;
    margin: 0.7rem 0;
  }

  .close-nav {
    display: inline-block;
  }

  .main {
    padding: 6rem 0;
  }

  .main__label {
    font-size: 1.4rem;
    padding: 1rem 1.3rem 1.5rem 1.3rem;
    margin-bottom: 1.6rem;
  }

  .main__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__info {
    width: 100%;
    margin-bottom: 3rem;
  }

  .title {
    font-size: 2.6rem;
  }

  .main__advas {
    margin-top: 2.5rem;
  }

  .main__advas-item img {
    width: 3rem;
    margin-right: 1rem;
  }

  .main__advas-text {
    font-size: 1.4rem;
    color: #fff;
  }

  .form-wrap {
    width: 30rem;
    margin: 0 auto;
  }

  .form-wrap .item-data__title {
    margin-top: 1.3rem;
  }

  .input {
    padding: 1rem;
    padding-left: 3.5rem;
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
  }

  .input-name {
    background-size: 2rem;
  }

  .input-phone {
    background-size: 1.3rem;
  }

  .form-block {
    padding: 2.4rem 1.5rem;
  }

  .form-title {
    margin: 1rem 0;
    font-size: 1.7rem;
  }

  .file-wrap {
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
  }

  .file-img {
    max-width: 2rem;
    margin-right: 1rem;
  }

  .file-text {
    font-size: 1.6rem;
  }

  .link {
    font-size: 1.3rem;
  }

  .form-wrap:before {
    left: -0.8rem;
    top: 0.8rem;
  }

  .btn {
    min-height: 5rem;
    padding: 1rem;
  }

  .form .btn-wrap {
    margin-top: 2rem;
  }

  .btn-text {
    font-size: 1.3rem;
  }

  .form .btn-wrap__img {
    width: 13rem;
    right: -6rem;
    top: -2rem;
  }

  .to-bot img {
    height: 8rem;
  }

  .to-bot:after {
    bottom: -5rem;
    height: 3.5rem;
    width: 7rem;
  }

  .to-bot:before {
    bottom: -4.37rem;
    height: 4rem;
  }

  .section {
    padding: 6rem 0;
  }

  .section-line:before {
    height: 5rem;
  }

  .descr {
    font-size: 1.5rem;
  }

  .title-margin-larg {
    margin-bottom: 5rem;
  }

  .creation__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .creation__card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }

  .creation__info {
    width: 44rem;
    margin: 0 auto;
    margin-top: 3rem;
  }

  .title-item-wrap img {
    width: 1.7rem;
    margin-right: 1rem;
  }

  .title-item {
    font-size: 1.5rem;
  }

  .creation__card-info {
    position: relative;
    right: auto;
    top: auto;
    width: 49%;
  }

  .card__list li {
    font-size: 1.3rem;
    margin: 0.3rem 0;
  }

  .creation__info-img {
    width: 5.5rem;
    margin-right: 1rem;
  }

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

  .creation__info .small-text {
    margin-top: 0.4rem;
  }

  .block-tooltip {
    width: 1.8rem;
    height: 1.9rem;
  }

  .tooltip {
    width: 32rem;
    padding: 1.3rem;
  }

  .mini-text {
    font-size: 1.2rem;
  }

  p {
    padding: 0.3rem 0;
  }

  .title-margin-sm {
    margin-bottom: 2.5rem;
  }

  .technology__advas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .technology__advas-item {
    margin: 0.6rem 1rem;
  }

  .technology__advas-item img {
    width: 1.6rem;
    margin-right: 1rem;
  }

  .technology {
    padding-bottom: 0;
  }

  .technology__info {
    width: 100%;
    margin-bottom: 2rem;
  }

  .technology__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .technology__master {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0 auto;
    width: 32rem;
  }

  .technology__info-item img {
    width: 7rem;
    margin-right: 1rem;
  }

  .technology__master-title {
    font-size: 1.5rem;
  }

  .technology__master-text {
    left: -1%;
    top: 27%;
  }

  .technology__info-item {
    margin-bottom: 2rem;
  }

  .about__descr {
    font-size: 1.3rem;
  }

  .about__info {
    width: 70%;
  }

  .about__numbers-text {
    font-size: 6rem;
  }

  .about__numbers {
    width: 90%;
    margin-top: 6rem;
  }

  .about__numbers-item {
    margin: 1rem 0.7rem;
  }

  .amenities__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .amenities__block-item {
    width: 30rem;
    margin: 1.3rem 1.4%;
  }

  .link-wrapper img {
    width: 1.2rem;
    margin-right: 0.7rem;
  }

  .link-wrapper .link {
    font-size: 0.8rem;
  }

  .amenities__block-img {
    margin: 1.5rem 0;
  }

  .object__item img {
    height: 13rem;
    margin-bottom: 1rem;
  }

  .work__block-item {
    width: 30rem;
    height: 24rem;
    margin: 1.3rem 1.5%;
  }

  .smeta__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .smeta__item {
    width: 100%;
  }

  .smeta__img {
    height: 24rem;
    text-align: center;
    margin-bottom: 3rem;
  }

  .smeta__img img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .sustem__advas {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sustem__advas-item {
    margin: 1rem;
  }

  .sustem__cont {
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sustem__info {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .sustem__list li img {
    width: 1.8rem;
    margin-right: 1rem;
  }

  .sustem__info .title-item {
    margin-bottom: 1.5rem;
  }

  .sustem__list li {
    margin: 0.8rem 0;
  }

  .sustem__video {
    width: 42rem;
    height: 34rem;
    margin: 0 auto;
  }

  .play {
    width: 6.5rem;
    height: 6.5rem;
  }

  .price__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price__slider {
    width: 34rem;
    margin-bottom: 3rem;
  }

  .price__slider-img {
    height: 21rem;
    padding: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .price__slider .title-item {
    margin-bottom: 1.5rem;
  }

  .form-man img {
    width: 6rem;
    margin-right: 1rem;
  }

  .price_form-wrap .item-data__title {
    margin-top: 0;
  }

  .form-man {
    margin-bottom: 1.5rem;
  }

  .application .title {
    width: 100%;
  }

  .application__cont {
    margin-top: 7rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .application__info {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .contacts__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__info {
    width: 50%;
  }

  .map {
    width: 48%;
    height: 30vw;
  }

  .contacts .item-data img {
    width: 1.8rem;
  }

  .contacts__info-data-item {
    margin-bottom: 2rem;
  }

  .contacts .item-data .item-data__img-phone {
    width: 1.2rem;
  }

  .link-num span {
    font-size: 1.2rem;
  }

  .footer__cont {
    margin-top: 3rem;
    padding: 2rem 0;
  }

  .contacts {
    padding-top: 6rem;
  }

  .sustem__advas-item img {
    width: 2rem;
    margin-right: 1rem;
  }

  .form-line {
    width: 8rem;
  }

  .application__info-item {
    width: 25rem;
    margin: 1rem;
  }

  .application__info-item:before {
    display: none;
  }

  .application__info-block-img {
    height: 7rem;
    margin-bottom: 1rem;
  }

  .application__info-block-num {
    width: 3.7rem;
    font-size: 5rem;
    margin-right: 0.7rem;
  }

  .application__info-block .about__descr {
    font-size: 1.2rem;
  }

  .application__info-item .form-man img {
    width: 5.5rem;
  }

  .application__info-item .form-man {
    min-height: 7rem;
  }

  .application-link {
    font-size: 1rem;
  }

  .application__info-item-4 {
    width: 15rem;
  }

  .application__info-item-4 .application__info-block-img {
    height: 5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .application__info-item-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .about__numbers-text span {
    font-size: 3rem;
  }

  .modal-big {
    width: 90vw;
    padding: 6rem 2.5rem;
  }

  .trigger-block {
    width: 70%;
  }

  .trigger-block__title {
    font-size: 1.5rem;
    padding: 0.5rem 2.5rem;
    -webkit-transform: translate(-50%, -63%);
    -ms-transform: translate(-50%, -63%);
    transform: translate(-50%, -63%);
  }

  .modal-list li:before {
    top: 0.8rem;
  }

  .modal-block__info {
    margin: 4rem 0;
  }

  .modal-block__number-item {
    margin-bottom: 2rem;
  }

  .modal__advas-item {
    padding: 1.5rem;
  }

  .modal__advas-img {
    height: 21vw;
    margin-bottom: 2rem;
  }

  .modal__advas-info-img {
    width: 5rem;
    margin-right: 1rem;
  }

  .form-wrap-big {
    margin-top: 4rem;
  }

  .form-modal-big .btn-wrap {
    width: 24rem;
  }

  .btn-mini-text {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 9px;
  }

  br {
    display: none;
  }

  .container {
    max-width: 96%;
  }

  .object__cont {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .choice__item img {
    height: 6rem;
    margin-bottom: 1rem;
  }

  .application__info-item {
    width: 26rem;
  }

  .application__info-item-4 {
    width: 15rem;
  }

  .price .title-wrap,
  .application .title {
    text-align: center;
  }

  .btn-wrap__img-predl {
    width: 9rem !important;
  }
}

@media (max-width: 567px) {
  .to-bot {
    display: none;
  }

  .container {
    max-width: 100%;
    padding: 0 1.5rem;
  }

  .sustem__video {
    width: 32rem;
    height: 27rem;
  }

  .price__slider {
    width: 28rem;
  }

  .technology {
    overflow: hidden;
  }

  .form .btn-wrap__img {
    width: 11rem;
    right: -3rem;
  }

  .logo__img {
    padding-left: 0;
  }

  .header__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo__img:before {
    width: 20rem;
  }

  .header__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 48%;
  }

  .phone__header {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 48%;
  }

  .header {
    padding-bottom: 1.7rem;
  }

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

  .main__advas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__advas-item {
    margin: 1rem 0.5rem;
  }

  .creation__card-info .title-item {
    font-size: 1.3rem;
  }

  .creation__card-info .card__list li {
    font-size: 1.2rem;
  }

  .creation__info-item {
    margin-bottom: 2.5rem;
  }

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

  .technology__info-item {
    padding-left: 0;
    width: 100%;
  }

  .block-tooltip {
    width: 2.4rem;
    height: 2.2rem;
  }

  .about__info {
    width: 100%;
  }

  .about__numbers {
    width: 100%;
  }

  .about__numbers-item {
    width: 46%;
    margin: 1.4rem 1.8%;
  }

  .about__numbers-item .title-item {
    font-size: 1.2rem;
  }

  .about__numbers-text {
    font-size: 5rem;
  }

  .about__numbers-text span {
    font-size: 2.5rem;
  }

  .about__numbers {
    margin-top: 3rem;
  }

  .amenities__block-item {
    padding: 1.7rem 0.6rem;
  }

  .object__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .object__item {
    width: 45%;
    margin: 1.5rem 1.5%;
  }

  .work__block-item {
    padding: 1.5rem;
  }

  .block-title {
    padding-left: 2rem;
  }

  .block-title:before {
    width: 2.6rem;
    left: -1.7rem;
    top: 1rem;
  }

  .title-line:before {
    display: none;
  }

  .smeta .title {
    text-align: center;
  }

  .smeta__img {
    margin-bottom: 1rem;
  }

  .choice__item-psevdo:before,
  .choice__item-psevdo:after {
    display: none;
  }

  .choice__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .choice__item {
    width: 45%;
    margin: 1.5rem 1.5%;
  }

  .application__cont {
    margin-top: 4rem;
  }

  .application__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .application__info-block-img {
    display: none;
  }

  .application__info-item .form-man {
    display: none;
  }

  .title-margin-larg {
    margin-bottom: 4rem;
  }

  .contacts__info {
    width: 32rem;
    margin-bottom: 2rem;
  }

  .contacts .title-wrap {
    text-align: center;
  }

  .contacts .item-data img {
    margin-right: 1.2rem !important;
  }

  .map {
    width: 32rem;
    height: 24rem;
  }

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

  .footer__cont {
    padding: 2rem 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }

  .footer__item {
    margin: 0.6rem 0;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .application__info-item {
    width: 100%;
  }

  .form-wrap-big {
    width: 100%;
  }

  .modal-block__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-block__info-img-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-block__info-img-1 {
    width: 47%;
    margin: 1.5rem 1.4%;
    height: 44vw;
  }

  .modal-block__info-img-2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    right: auto;
    top: auto;
    width: 47%;
    margin: 1.5rem 1.4%;
    height: 44vw;
  }

  .modal-block__info-cont {
    width: 100%;
  }

  .list-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-list.list-block {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .list-img {
    width: 15rem;
  }

  .modal__advas-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal__advas-item {
    width: 100%;
    margin: 1.5rem 0;
  }

  .modal__advas-img {
    height: 42vw;
  }

  .form-modal-big .input {
    width: 100%;
  }

  .form-modal-big .input-wrap {
    width: 100%;
  }

  .modal-big .trigger-block {
    width: 100%;
    margin-top: 4rem;
    padding: 3rem;
  }

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

  .modal-big {
    width: 85vw;
  }

  .modal-video-body {
    height: 45vw;
    width: 85vw;
  }
}

@media (max-width: 420px) {
  .logo__text {
    display: none;
  }
}
