@charset "UTF-8";
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
.hidden{
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
formup{
  padding: 50px 20px;
  background-color: #fff;
  max-width: 32px;
  margin: auto;
  position: relative;
}
formup input{
  width: 100%;
  margin-bottom: 10px;
}
@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold/GothamPro-Bold.ttf") format("truetype");
}

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

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

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

@font-face {
  font-family: "Raleway";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Raleway-Medium/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium/Raleway-Medium.ttf") format("truetype");
}

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

@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Raleway-Bold/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold/Raleway-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Raleway-ExtraBold/Raleway-ExtraBold.eot");
  src: url("../fonts/Raleway-ExtraBold/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraBold/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold/Raleway-ExtraBold.ttf") format("truetype");
}

.popup{
  padding: 20px;
  background-color: #fff;
  max-width: 320px;
  margin: auto;

}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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

::-moz-placeholder {
  color: #666;
}

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

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

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #1f7a83;
  color: #fff;
}

::selection {
  background-color: #1f7a83;
  color: #fff;
}

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

body {
  font-size: 18px;
  font-weight: 400;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #333333;
}

@media screen and (max-width: 1065px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

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

b, strong {
  font-weight: bold;
}

.wrap {
  width: 100%;
  max-width: 1170px;
  padding: 0 12px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: none !important;
  border: none;
}

a:hover {
  outline: none;
}

a:active {
  outline: none;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

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

.main-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.2;
}

.main-title span {
  font-weight: 400;
  display: block;
  color: #ffc905;
}

@media screen and (max-width: 1875px) {
  .main-title {
    max-width: 750px;
  }
}

@media screen and (max-width: 731px) {
  .main-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 620px) {
  .main-title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 335px) {
  .main-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.title {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
}

.title span {
  color: #1f7a83;
  display: block;
}

@media screen and (max-width: 820px) {
  .title {
    font-size: 26px;
    line-height: 30px;
  }
}
.buttun{
   display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  height: 55px;
  padding: 25px 1px;
  
  cursor: pointer;
  color: #075057;
  background: #fff;
  -webkit-box-shadow: 9px 8px 24px -8px rgba(7, 80, 87, 0.11);
          box-shadow: 9px 8px 24px -8px rgba(7, 80, 87, 0.11);
  border: none;
  min-width: 255px;
  text-align: center;
  border-radius: 5px;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  padding: 15px 45px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #075057;
  background: #fff;
  -webkit-box-shadow: 9px 8px 24px -8px rgba(7, 80, 87, 0.11);
          box-shadow: 9px 8px 24px -8px rgba(7, 80, 87, 0.11);
  border: none;
  min-width: 255px;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 580px) {
  .btn {
    min-width: 220px;
    padding: 12px 45px;
  }
}

.btn:hover {
  background: #e0e6e7;
}

.btn:active {
  background: #bcd7da;
}

.btn--orange {
  background: #ffc905;
  -webkit-box-shadow: 9px 8px 24px -8px rgba(208, 142, 0, 0.2);
          box-shadow: 9px 8px 24px -8px rgba(208, 142, 0, 0.2);
}

.btn--orange:hover {
  background: #ffd53b;
}

.btn--orange:active {
  background: #ffb400;
}

.btn--green {
  color: #fff;
  background: #075057;
  -webkit-box-shadow: 11px 8px 24px -8px rgba(7, 80, 87, 0.11);
          box-shadow: 11px 8px 24px -8px rgba(7, 80, 87, 0.11);
}

.btn--green:hover {
  background: #187179;
}

.btn--green:active {
  background: #187179;
}

button.btn {
  padding: 0;
}

button.btn a {
  padding: 15px 45px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 17px 0;
  background: #fff;
}

@media screen and (max-width: 820px) {
  .header {
    padding: 7px 0;
  }
}

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

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

.header__social a {
  padding: 5px 30px;
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 820px) {
  .header__social a {
    padding: 14px;
  }
}

@media screen and (max-width: 820px) {
  .header__social a {
    padding: 0 14px;
  }
}

@media screen and (max-width: 874px) {
  .header__social {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  .header__social {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .header__social {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

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

.header .logo {
  width: 150px;
}

.header .logo img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .header .logo {
    max-width: 80px;
  }
}

.home {
  position: relative;
  background: url("../img/home-bg.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 203px 0 100px;
}

@media screen and (max-width: 820px) {
  .home {
    padding-bottom: 60%;
  }
}

@media screen and (max-width: 580px) {
  .home {
    padding: 121px 0 295px;
  }
}

.home:before {
  content: url("../img/home-bg-right.png");
  position: absolute;
  top: 74px;
  right: 0;
}

@media screen and (max-width: 1590px) {
  .home:before {
    content: none;
  }
}

.home:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 1022px;
  height: 538px;
  background: url("../img/roof.png");
}

@media screen and (max-width: 1880px) {
  .home:after {
    width: 52%;
  }
}

@media screen and (max-width: 820px) {
  .home:after {
    width: 123%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

@media screen and (max-width: 580px) {
  .home:after {
    width: 600px;
  }
}

.home .main-title {
  position: relative;
}

@media screen and (max-width: 820px) {
  .home .main-title {
    width: 100%;
  }
}

.home .main-title span {
  font-size: 30px;
  padding-top: 20px;
}

@media screen and (max-width: 731px) {
  .home .main-title span {
    font-size: 21px;
    padding-top: 10px;
  }
}

.home__body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home__roof {
  width: 28%;
}

.home__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 50%;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

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

@media screen and (max-width: 565px) {
  .home__items {
    font-size: 20px;
    line-height: 18px;
    margin-top: 36px;
  }
}

.home__item {
  width: 50%;
  padding: 20px 7% 20px 0;
}

@media screen and (max-width: 565px) {
  .home__item {
    width: 100%;
    padding-right: 2%;
    padding-bottom: 2px;
  }
}

.home__title {
  color: #1f7a83;
}

@media screen and (max-width: 565px) {
  .home__title {
    padding-right: 7px;
  }
}

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

@media screen and (max-width: 820px) {
  .home__btns {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 565px) {
  .home__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home__btns .btn {
  padding: 15px 28px;
}

.home__btns .btn + .btn {
  margin-left: 10px;
}

@media screen and (max-width: 565px) {
  .home__btns .btn + .btn {
    margin-left: 0;
    margin-top: 25px;
  }
}

@media screen and (max-width: 383px) {
  .desctop-br {
    display: inline;
  }
}

.solution {
  padding: 300px 0 265px;
  overflow: hidden;
}

@media screen and (max-width: 1136px) {
  .solution {
    padding: 100px 0;
  }
}

@media screen and (max-width: 565px) {
  .solution {
    padding-bottom: 100px;
    margin-top: -155px;
  }
}

.solution__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "NotoSans", Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 8px 5px -8px rgba(7, 80, 87, 0.04);
          box-shadow: 0 8px 5px -8px rgba(7, 80, 87, 0.04);
}

@media screen and (max-width: 1065px) {
  .solution__items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 565px) {
  .solution__items {
    background: #fff;
    position: relative;
  }
}

.solution__item {
  width: 20%;
}

@media screen and (max-width: 820px) {
  .solution__item {
    width: 45%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 565px) {
  .solution__item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px;
  }
}

.solution__item.active {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: -53px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 580px) {
  .solution__item.active {
    background: #075057;
  }
}

.solution__item.active:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  background: #075057;
  z-index: -1;
}

@media screen and (max-width: 580px) {
  .solution__item.active:before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    max-height: 191px;
    content: none;
  }
}

@media screen and (max-width: 565px) {
  .solution__item:last-of-type {
    margin-top: 0;
    padding: 20px 20px 20px 25px;
    font-size: 15px;
  }
  .solution__item:last-of-type .solution__icon {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}

.solution__icon {
  margin-bottom: 16px;
}

@media screen and (max-width: 565px) {
  .solution__icon {
    width: 30px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: 9px;
  }
}

.qa {
  padding-bottom: 95px;
}

@media screen and (max-width: 565px) {
  .qa {
    padding-bottom: 61px;
  }
}

.qa__title {
  max-width: 778px;
}

.qa__title span {
  color: #ffc905;
}

.qa__subtitle {
  position: relative;
  padding-left: 68px;
  margin-top: 44px;
}

@media screen and (max-width: 565px) {
  .qa__subtitle {
    padding-left: 42px;
    margin-top: 36px;
    max-width: 220px;
  }
}

.qa__subtitle:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 48px;
  height: 1px;
  background: #333;
}

@media screen and (max-width: 565px) {
  .qa__subtitle:before {
    width: 31px;
    height: 3px;
  }
}

.kviz {
  position: relative;
  background: #1f7a83 url("../img/green-bg-full.jpg") no-repeat;
  color: #fff;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 128px;
}

@media screen and (max-width: 565px) {
  .kviz {
    padding-top: 54px;
    padding-bottom: 112px;
  }
}

.kviz:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 65px;
  width: 404px;
  height: 409px;
  background: url(../img/sun-right.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1316px) {
  .kviz:before {
    width: 29%;
    right: 2%;
  }
}

@media screen and (max-width: 820px) {
  .kviz:before {
    display: none;
  }
}

.kviz-qa {
  width: 80%;
}

@media screen and (max-width: 820px) {
  .kviz-qa {
    width: 100%;
  }
}

.kviz__ans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .kviz__ans {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.kviz .btn-prev {
  margin-right: 23px;
}

.kviz__error {
  position: absolute;
  top: -40px;
  color: #ffc905;
  font-size: 15px;
  font-weight: 700;
}

.step-slide {
  display: none;
}

.step-slide--active {
  display: block;
}

.step-slide--active.step-slide--finish {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 820px) {
  .step-slide--active.step-slide--finish {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.step-slide__num {
  font-size: 30px;
}

@media screen and (max-width: 565px) {
  .step-slide__num {
    font-size: 26px;
  }
}

.step-slide__num span {
  color: #ffc905;
}

.step-slide__title {
  position: relative;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: #ffc905;
  margin-top: 30px;
  margin-bottom: 81px;
}

@media screen and (max-width: 565px) {
  .step-slide__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.step-slide__subtitle {
  position: absolute;
  bottom: -40px;
  left: 0;
  font-size: 16px;
  line-height: 45px;
}

@media screen and (max-width: 1078px) {
  .step-slide__subtitle {
    position: static;
    line-height: 1.5;
    margin-top: 20px;
  }
}



.step-slide__left {
  width: 50%;
  padding: 20px 20px 20px 0;
}

@media screen and (max-width: 820px) {
  .step-slide__left {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 820px) {
  .step-slide__form {
    margin: auto;
  }
}

.step-slide__form .btn {
  margin-top: 40px;
}

.pick-item {
  display: block;
  margin: 0 15px 30px;
  cursor: pointer;
  width: 27%;
}

@media screen and (max-width: 820px) {
  .pick-item {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
  }
  .pick-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 580px) {
  .pick-item {
    width: 100%;
    margin-right: 0;
  }
}

.pick-item:first-of-type {
  margin-left: 0;
}

.pick-item__input {
  display: none;
  width: 185px;
  height: 55px;
  border: 0px solid #d9d9d9;
  background-color: #efefef;
  border-radius: 5px;
  padding: 15px;
  font-size: 22px;
  margin-right: 10px;
}

.pick-item__input[type="radio"]:checked + .pick-item__label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  width: 9px;
  height: 5px;
  top: 5px;
  left: 4px;
  border: 3px solid #075057;
  border-top: none;
  border-right: none;
  background: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pick-item__input[type="checkbox"]:checked + .pick-item__label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  width: 9px;
  height: 5px;
  top: 5px;
  left: 4px;
  border: 3px solid #075057;
  border-top: none;
  border-right: none;
  background: 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pick-item__label {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}

.pick-item__label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.question__ans--radio .pick-item__label:before {
  border-radius: 2px;
}

.question__ans--checkbox .pick-item__label:before {
  border-radius: 2px;
}

.prev-next-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 67px;
}

@media screen and (max-width: 580px) {
  .prev-next-container {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .prev-next-container .btn {
    margin: 0 auto 20px;
  }
}

.question__connect {
  font-size: 18px;
  padding: 31px;
  width: 100%;
}

.form input.rfield {
  border: 1px solid transparent;
}

.form input.empty_field {
  border: 1px solid red;
}

.what {
  padding-top: 233px;
  padding-bottom: 210px;
}

@media screen and (max-width: 820px) {
  .what {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 580px) {
  .what {
    padding: 84px 0px 50px;
  }
}

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

@media screen and (max-width: 1078px) {
  .what .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.what__body {
  width: 50%;
  padding-left: 7%;
  padding-right: 9%;
}

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

@media screen and (max-width: 580px) {
  .what__body {
    padding: 0;
  }
}

.what__title {
  padding-left: 90px;
  position: relative;
}

@media screen and (max-width: 580px) {
  .what__title {
    padding-left: 0;
    padding-top: 90px;
  }
}

.what__title:before {
  content: url("../img/icons/icon-solar.png");
  position: absolute;
  top: 15px;
  left: 0;
}

.what__descr {
  margin-top: 38px;
}

.what__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  font-family: "NotoSans", Arial, Helvetica, sans-serif;
  padding-top: 40px;
  padding-left: 5%;
}

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

@media screen and (max-width: 520px) {
  .what__items {
    padding-top: 80px;
    padding-left: 8%;
  }
}

.what__item {
  width: 42%;
}

@media screen and (max-width: 1078px) {
  .what__item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 580px) {
  .what__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
  }
}

.what__num {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ffc905;
}

@media screen and (max-width: 580px) {
  .what__num {
    margin-right: 20px;
  }
}

.calc {
  background: url("../img/calc-bg.png") no-repeat;
  background-size: cover;
  background-position-y: bottom;
  padding: 114px 0 554px;
}

@media screen and (max-width: 820px) {
  .calc {
    padding-bottom: 254px;
    background-size: contain;
  }
}

@media screen and (max-width: 520px) {
  .calc {
    padding-top: 82px;
    padding-bottom: 141px;
    background-size: 133%;
  }
}

.calc__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 138px;
}

@media screen and (max-width: 820px) {
  .calc__head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.calc__left {
  padding: 0 2% 0 10px;
  width: 55%;
}

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

@media screen and (max-width: 580px) {
  .calc__left {
    padding: 0;
  }
}

.calc__right {
  width: 45%;
  padding: 5% 14% 0 5%;
}

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

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

.calc__right--mob {
  display: none;
}

@media screen and (max-width: 580px) {
  .calc__right--mob {
    display: block;
    text-align: center;
    padding: 5%;
  }
}

.calc__text {
  margin-bottom: 30px;
}

.calc__title {
  color: #ffc905;
}

.calc__title span {
  color: #333;
}

.calc__subtitle {
  position: relative;
  padding-left: 68px;
  margin-top: 44px;
}

@media screen and (max-width: 580px) {
  .calc__subtitle {
    padding-left: 41px;
    margin-top: 34px;
  }
}

.calc__subtitle:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 48px;
  height: 1px;
  background: #333;
}

@media screen and (max-width: 580px) {
  .calc__subtitle:before {
    width: 25px;
    height: 3px;
  }
}

.calc__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}

@media screen and (max-width: 1150px) {
  .calc__items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 820px) {
  .calc__items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.calc__item {
  text-align: center;
  padding: 0 34px 19px;
  background: #fff;
  -webkit-box-shadow: 0 8px 5px -8px rgba(7, 80, 87, 0.04);
          box-shadow: 0 8px 5px -8px rgba(7, 80, 87, 0.04);
}

.calc__item .calc__name {
  position: relative;
  min-height: 50px;
  font-size: 24px;
  line-height: 34px;
  color: #075057;
  font-weight: 700;
}

.calc__item .calc__name:before, .calc__item .calc__name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffc905;
}

.calc__item .calc__name:after {
  background: #075057;
  width: 25%;
}

.calc__item:nth-child(3) .calc__name:after {
  width: 50%;
}

.calc__item:nth-child(4) .calc__name:after {
  width: 75%;
}

.calc__item:nth-child(5) .calc__name:after {
  width: 100%;
}

.calc__line {
  padding: 17px 25px;
  margin-top: auto;
}

.calc__line + .calc__line {
  border-top: 1px solid #5e5e5e;
}

.calc__line-names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  max-width: 186px;
  padding-right: 12px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1150px) {
  .calc__line-names {
    display: none;
  }
}

.calc__line-names .calc__line {
  padding: 8px 0;
}

.calc__line-names .calc__line + .calc__line {
  border: none;
}

.calc__line-names .calc__subname {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.calc__name {
  min-height: 50px;
}

.calc__subname {
  font-size: 12px;
  line-height: 14px;
  color: #075057;
  display: none;
}

@media screen and (max-width: 820px) {
  .calc__subname {
    display: block;
  }
}

.calc__value {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #5e5e5e;
}

@media screen and (max-width: 500px) {
  .calc__value {
    font-size: 16px;
    line-height: 29px;
  }
}

.key {
  padding-top: 136px;
  padding-bottom: 160px;
  background: #f8f8ff;
}

@media screen and (max-width: 520px) {
  .key {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

@media screen and (max-width: 820px) {
  .key .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.key__body {
  width: 50%;
  padding-left: 1%;
}

@media screen and (max-width: 820px) {
  .key__body {
    width: 100%;
    padding-left: 0;
  }
}

.key__title {
  padding-left: 90px;
  padding-right: 5%;
  position: relative;
}

@media screen and (max-width: 520px) {
  .key__title {
    padding-left: 0;
    padding-right: 0;
    padding-top: 101px;
  }
}

.key__title:before {
  content: url("../img/icons/icon-power.png");
  position: absolute;
  top: 15px;
  left: 0;
}

.key__descr {
  margin-top: 38px;
  padding-left: 90px;
}

@media screen and (max-width: 520px) {
  .key__descr {
    padding-left: 0;
  }
}

.key__right {
  width: 49%;
  padding: 4% 0% 0 16%;
}

@media screen and (max-width: 820px) {
  .key__right {
    width: 100%;
    padding-left: 90px;
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .key__right {
    padding-left: 0;
  }
}

.key__right--mob {
  display: none;
}

@media screen and (max-width: 820px) {
  .key__right--mob {
    display: block;
    padding-top: 50px;
    text-align: center;
    padding-left: 0;
  }
}

.key__about {
  margin-bottom: 30px;
}

@media screen and (max-width: 520px) {
  .key__about {
    margin-bottom: 44px;
  }
}

.key__about span {
  font-weight: 700;
}

.key__subtitle {
  width: 100%;
  font-weight: 800;
  color: #075057;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 70px;
}

@media screen and (max-width: 520px) {
  .key__subtitle {
    margin-top: 38px;
    margin-bottom: 50px;
    text-align: left;
  }
}

.key__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  font-family: "NotoSans", Arial, Helvetica, sans-serif;
  background: #fff;
  position: relative;
  z-index: 1;
}

.key__items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.key__item {
  width: 25%;
  -webkit-box-shadow: 0 8px 5px -8px rgba(7, 80, 87, 0.04);
          box-shadow: 0 8px 5px -8px rgba(7, 80, 87, 0.04);
  margin-bottom: 118px;
}

.key__item:nth-child(n+5) {
  margin-bottom: 30px;
}

@media screen and (max-width: 520px) {
  .key__item:nth-child(n+5) {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 1040px) {
  .key__item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 520px) {
  .key__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
  }
}

.key__num {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ffc905;
}

@media screen and (max-width: 520px) {
  .key__num {
    margin-right: 24px;
    margin-left: 15px;
  }
}

.credit {
  padding: 128px 0 189px;
  overflow: hidden;
}

@media screen and (max-width: 520px) {
  .credit {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}

.credit .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 23px;
}

@media screen and (max-width: 820px) {
  .credit .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 520px) {
  .credit .wrap {
    padding: 0 13px;
  }
}

.credit__body {
  width: 51%;
}

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

.credit__descr {
  margin-top: 32px;
  margin-bottom: 59px;
  max-width: 400px;
}

@media screen and (max-width: 820px) {
  .credit__descr {
    max-width: none;
  }
}

@media screen and (max-width: 520px) {
  .credit__descr {
    margin-top: 36px;
    margin-bottom: 55px;
  }
}

.credit__attention {
  position: relative;
  padding-left: 82px;
  color: #075057;
  font-weight: 700;
}

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

@media screen and (max-width: 520px) {
  .credit__attention {
    z-index: 1;
    color: #fff;
    padding-left: 0;
    padding-top: 90px;
  }
}

@media screen and (max-width: 520px) {
  .credit__attention:after {
    content: "";
    position: absolute;
    top: 0;
    left: -23px;
    width: 123%;
    height: 142%;
    background: #075057;
    z-index: -1;
  }
}

.credit__attention:before {
  content: url(../img/icons/attention.png);
  position: absolute;
  top: 11px;
  left: -13px;
}

@media screen and (max-width: 820px) {
  .credit__attention:before {
    left: 0;
  }
}

@media screen and (max-width: 520px) {
  .credit__attention:before {
    content: url(../img/icons/attention-mob.png);
    top: 31px;
  }
}

.credit__order {
  position: relative;
  width: 49%;
  padding: 7%;
  z-index: 1;
}

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

@media screen and (max-width: 520px) {
  .credit__order {
    padding: 86px 0 74px 0;
    text-align: center;
  }
}

.credit__order:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 110%;
  height: 95%;
  background: #ffc905;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .credit__order:before {
    left: -23px;
    width: 123%;
  }
}

.credit__text {
  margin-bottom: 46px;
}

@media screen and (max-width: 520px) {
  .credit__text {
    margin-bottom: 34px;
  }
}

.time {
  padding: 148px 0;
}

@media screen and (max-width: 520px) {
  .time {
    padding-top: 13px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 520px) {
  .time .wrap {
    padding: 0 11px;
  }
}

.time__title {
  padding-left: 7%;
}

@media screen and (max-width: 520px) {
  .time__title {
    padding-left: 0;
  }
}

.time__title span {
  color: #ffc905;
}

.time__body {
  padding: 186px 0 0;
}

@media screen and (max-width: 1390px) {
  .time__body {
    padding-left: 116px;
  }
}

@media screen and (max-width: 1105px) {
  .time__body {
    padding-left: 30px;
  }
}

@media screen and (max-width: 520px) {
  .time__body {
    padding-top: 96px;
    padding-left: 0;
  }
}

.time__items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 820px) {
  .time__items {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .time__items:before, .time__items:after {
    position: absolute;
    top: -34px;
    font-size: 16px;
    line-height: 24px;
    color: #075057;
  }
  .time__items:before {
    content: "Оплата";
    left: 21%;
  }
  .time__items:after {
    content: "Срок";
    right: 29%;
  }
}

.time__item {
  position: relative;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 820px) {
  .time__item {
    padding-bottom: 45px;
    width: 30px;
    margin: 0 auto;
  }
}

.time__item:first-child span {
  position: relative;
}

.time__item:first-child span:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -116px;
  width: 116px;
  border-top: 2px dotted #075057;
}

@media screen and (max-width: 1105px) {
  .time__item:first-child span:before {
    left: -30px;
    width: 30px;
  }
}

@media screen and (max-width: 820px) {
  .time__item:first-child span:before {
    left: 11px;
    top: -31px;
    width: 30px;
    height: 30px;
    border-left: 2px dotted #075057;
    border-top: none;
  }
}

.time__item:first-child span:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -116px;
  width: 12px;
  height: 12px;
  background: #075057;
}

@media screen and (max-width: 1105px) {
  .time__item:first-child span:after {
    left: -30px;
  }
}

@media screen and (max-width: 820px) {
  .time__item:first-child span:after {
    left: 7px;
    top: -32px;
  }
}

.time__item:last-child:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -12px;
  width: 0;
  height: 0;
  border-left: 14px solid #075057;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width: 1390px) {
  .time__item:last-child:after {
    right: 0;
  }
}

@media screen and (max-width: 820px) {
  .time__item:last-child:after {
    border-top: 14px solid #075057;
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent;
    top: 71px;
    right: 5px;
  }
}

.time__num {
  position: relative;
  font-weight: 700;
}

.time__num:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  border-top: 2px dotted #075057;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .time__num:before {
    width: 0;
    height: 50px;
    border-top: none;
    border-left: 2px dotted #075057;
    right: auto;
    left: 50%;
    top: 32px;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 820px) {
  .time__num:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 26px;
    height: 26px;
    border: 1px solid #ffc905;
    -webkit-animation: animScale 2s linear infinite;
            animation: animScale 2s linear infinite;
  }
}

.time__num span {
  font-size: 14px;
  line-height: 34px;
  background: #ffc905;
  padding: 5px;
}

.time__desc {
  font-size: 14px;
  line-height: 20px;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 820px) {
  .time__desc {
    display: none;
  }
  .time__desc.active {
    display: block;
    position: absolute;
    top: 42px;
    min-width: 183px;
    background: #fff;
    border: 1px solid #ffc905;
    padding: 10px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 2;
  }
}

.time__desc-num {
  color: #075057;
  font-weight: 800;
}

.time__desc-wrap {
  padding: 15px 0;
}

.time__desc-wrap + .time__desc-wrap {
  border-top: 1px solid #d1d1d1;
}

.time__percent {
  position: absolute;
  top: -89px;
  left: 3px;
  font-size: 30px;
  line-height: 28px;
  color: #ffc905;
  font-weight: 800;
}

@media screen and (max-width: 820px) {
  .time__percent {
    top: 4px;
    left: -78px;
  }
}

.time__percent-text {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  display: none;
}

.time__term {
  position: absolute;
  top: -47px;
  left: 72px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: #075057;
}

@media screen and (max-width: 820px) {
  .time__term {
    text-align: left;
    font-size: 16px;
    line-height: 17px;
    top: 53px;
    min-width: 100px;
  }
}

.time__term span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 820px) {
  .time__term span {
    display: none;
  }
}

@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.about {
  padding: 82px 0;
}

@media screen and (max-width: 820px) {
  .about {
    padding: 50px 0;
  }
}

@media screen and (max-width: 520px) {
  .about {
    padding: 39px 0;
  }
}

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

@media screen and (max-width: 820px) {
  .about .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.about__descr {
  margin-top: 29px;
  padding-right: 21%;
}

@media screen and (max-width: 520px) {
  .about__descr {
    padding-right: 1%;
  }
}

.about__body {
  width: 50%;
  padding-left: 6%;
}

@media screen and (max-width: 820px) {
  .about__body {
    width: 100%;
    padding-left: 0;
  }
}

.about__items {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 820px) {
  .about__items {
    width: 100%;
    margin-top: 27px;
  }
}

.about__item {
  width: 50%;
  padding-left: 8%;
  margin-bottom: 70px;
}

.about__item:nth-child(1), .about__item:nth-child(4) {
  background: #f8f8ff;
}

@media screen and (max-width: 520px) {
  .about__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 25px;
  }
  .about__item:nth-child(1) {
    background: #f8f8ff;
  }
  .about__item:nth-child(3) {
    background: #f8f8ff;
  }
  .about__item:nth-child(4) {
    background: transparent;
  }
}

.stations {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 520px) {
  .stations {
    padding-top: 13px;
  }
}

.stations .wrap {
  position: relative;
}

@media screen and (max-width: 520px) {
  .stations .wrap {
    padding: 0;
  }
}

.stations:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: #ffc905;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .stations:before {
    content: none;
  }
}

.stations__title {
  padding-left: 15%;
  margin-bottom: 60px;
}

@media screen and (max-width: 520px) {
  .stations__title {
    padding-left: 13px;
    margin-bottom: 40px;
  }
}

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

@media screen and (max-width: 820px) {
  .stations__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .stations__item.active .stations__points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stations__item.active .stations__descr-name,
  .stations__item.active .stations__descr-text {
    display: block;
  }
  .stations__item.active .stations__arrow:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.stations__name {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #075057;
  margin-bottom: 46px;
}

.stations__name span {
  display: inline-block;
  position: relative;
  max-width: 333px;
}

.stations__name span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80%;
  width: 276px;
  height: 1px;
  background-color: #075057;
}

@media screen and (max-width: 520px) {
  .stations__name span:before {
    bottom: -20px;
    width: 241px;
  }
}

@media screen and (max-width: 520px) {
  .stations__name {
    font-size: 16px;
    margin-bottom: 11px;
    padding-bottom: 35px;
  }
}

.stations__slider {
  margin-left: -12%;
  width: 112%;
}

@media screen and (max-width: 820px) {
  .stations__slider {
    width: 100%;
    margin-left: 0;
  }
}

.stations__pic {
  width: 47%;
}

@media screen and (max-width: 820px) {
  .stations__pic {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.stations__descr {
  width: 53%;
  padding: 3% 2% 3% 5%;
  font-size: 14px;
}

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

@media screen and (max-width: 520px) {
  .stations__descr {
    padding-top: 8%;
  }
}

.stations__descr-name {
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 820px) {
  .stations__descr-name {
    display: none;
  }
}

.stations__descr-text {
  margin-bottom: 16px;
}

@media screen and (max-width: 820px) {
  .stations__descr-text {
    display: none;
  }
}

.stations__points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

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

.stations__point {
  margin-right: 64px;
}

.stations__point-name {
  font-weight: 700;
}

.stations .owl-nav {
  margin-left: 36%;
  position: absolute;
  bottom: 60px;
}

@media screen and (max-width: 820px) {
  .stations .owl-nav {
    bottom: 0;
  }
}

.stations .slider-counter {
  font-size: 27px;
  position: absolute;
  bottom: 65px;
  left: 48px;
  margin-left: 29%;
}

@media screen and (max-width: 820px) {
  .stations .slider-counter {
    left: 99px;
    bottom: 12px;
  }
}

@media screen and (max-width: 820px) {
  .stations .slider-counter {
    left: 14vw;
  }
}

@media screen and (max-width: 504px) {
  .stations .slider-counter {
    left: 17vw;
  }
}

@media screen and (max-width: 404px) {
  .stations .slider-counter {
    left: 21vw;
  }
}

.stations__arrow {
  display: none;
}

@media screen and (max-width: 820px) {
  .stations__arrow {
    display: block;
    position: absolute;
    bottom: -31px;
    right: 11px;
    width: 25px;
    height: 25px;
  }
  .stations__arrow:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-left: 1px solid #075057;
    border-bottom: 1px solid #075057;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.owl-prev {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 77px;
  outline: none;
}

.owl-prev.disabled {
  display: inline-block !important;
}

.owl-prev.disabled svg {
  fill: #a9a9a9;
}

.owl-prev svg {
  width: 29px;
  fill: #357076;
}

.owl-next {
  outline: none;
}

.owl-next.disabled {
  display: inline-block !important;
}

.owl-next.disabled svg {
  fill: #a9a9a9;
}

.owl-next svg {
  width: 29px;
  fill: #357076;
}

.reviews {
  padding: 180px 0 103px;
}

@media screen and (max-width: 520px) {
  .reviews {
    padding: 104px 0 146px;
  }
}

.reviews-wrap {
  position: relative;
  max-width: 1024px;
}

.reviews__slider {
  padding-top: 90px;
  padding-left: 20%;
}

@media screen and (max-width: 820px) {
  .reviews__slider {
    padding-left: 5%;
  }
}

@media screen and (max-width: 520px) {
  .reviews__slider {
    padding-left: 0;
    padding-top: 44px;
  }
}

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

@media screen and (max-width: 520px) {
  .reviews__item {
    display: block;
  }
}

.reviews__pic {
  width: 60px;
}

.reviews__descr {
  padding: 0 5% 5% 3%;
}

@media screen and (max-width: 520px) {
  .reviews__descr {
    padding: 0;
  }
}

.reviews__name {
  font-weight: 800;
  margin-bottom: 23px;
}

@media screen and (max-width: 520px) {
  .reviews__name {
    margin-top: 17px;
    margin-bottom: 19px;
  }
}

.reviews__text {
  font-size: 14px;
}

@media screen and (max-width: 520px) {
  .reviews__text {
    font-size: 12px;
    line-height: 20px;
  }
}

.reviews .owl-nav {
  margin-left: 36%;
  position: absolute;
  top: -33px;
  right: 0;
}

@media screen and (max-width: 820px) {
  .reviews .owl-nav {
    top: auto;
    right: auto;
    bottom: -92px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-left: 0;
  }
}

.reviews .slider-counter--reviews {
  font-size: 27px;
  position: absolute;
  top: 95px;
  right: 56px;
}

@media screen and (max-width: 820px) {
  .reviews .slider-counter--reviews {
    right: auto;
    top: auto;
    bottom: -78px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.support__qa {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background: url("../img/green-bg.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 520px) {
  .support__qa {
    padding: 53px 0 64px;
  }
}

.support__qa-text {
  width: 50%;
  padding: 0 3% 0 4%;
  color: #fcfcfc;
}

@media screen and (max-width: 600px) {
  .support__qa-text {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

.support__qa .wrap {
  padding-left: 9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .support__qa .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 520px) {
  .support__qa .wrap {
    padding-left: 12px;
    padding-right: 4px;
  }
}

.support__qa:before {
  content: "";
  position: absolute;
  top: -90px;
  left: 7%;
  width: 404px;
  height: 409px;
  background: url("../img/sun-left.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1834px) {
  .support__qa:before {
    width: 20%;
    left: 1%;
  }
}

@media screen and (max-width: 820px) {
  .support__qa:before {
    display: none;
  }
}

.support__qa + .wrap {
  padding: 125px 0 190px;
  max-width: 1229px;
}

@media screen and (max-width: 820px) {
  .support__qa + .wrap {
    padding: 100px 12px 50px;
  }
}

@media screen and (max-width: 520px) {
  .support__qa + .wrap {
    padding: 60px 12px 50px;
  }
}

.support__title {
  color: #fff;
  width: 50%;
}

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

.support__title span {
  color: #ffc905;
}

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

@media screen and (max-width: 820px) {
  .support__body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.support__attention {
  position: relative;
  padding-left: 58px;
  color: #075057;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .support__attention {
    margin-bottom: 20px;
    padding-left: 68px;
  }
}

@media screen and (max-width: 520px) {
  .support__attention {
    padding-left: 0;
    padding-top: 49px;
    margin-bottom: 35px;
  }
}

.support__attention:before {
  content: url(../img/icons/support.png);
  position: absolute;
  top: 11px;
  left: -13px;
}

@media screen and (max-width: 1298px) {
  .support__attention:before {
    left: 0;
  }
}

@media screen and (max-width: 820px) {
  .support__attention:before {
    top: -17px;
    left: 5px;
  }
}

.support__text {
  font-size: 14px;
  width: 98%;
  padding: 0 0 0 0;
}

@media screen and (max-width: 820px) {
  .support__text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  .support__text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 55px;
  }
}

.support__text svg {
  width: 20px;
  fill: #075057;
}

@media screen and (max-width: 820px) {
  .support__text svg {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .support__btn {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .support__btn .btn {
    padding: 12px 31px;
  }
}

.consult {
  position: relative;
  padding: 87px 0 320px;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .consult {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 520px) {
  .consult {
    padding: 12px 0 47px;
  }
}

.consult:after {
  content: url(../img/roof-consult.png);
  position: absolute;
  bottom: -7px;
  right: 0;
}

@media screen and (max-width: 820px) {
  .consult:after {
    content: none;
  }
}

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

@media screen and (max-width: 820px) {
  .consult .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.consult__subtitle {
  position: relative;
  padding-left: 68px;
  margin-top: 44px;
}

@media screen and (max-width: 520px) {
  .consult__subtitle {
    padding-left: 41px;
    margin-top: 33px;
    padding-right: 10px;
  }
}

.consult__subtitle:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 48px;
  height: 1px;
  background: #333;
}

@media screen and (max-width: 520px) {
  .consult__subtitle:before {
    width: 28px;
    height: 2px;
  }
}

.consult__body {
  width: 35%;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .consult__body {
    width: 42%;
  }
}

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

.consult__form {
  max-width: 531px;
  padding-left: 6%;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .consult__form {
    padding-left: 0;
    width: 32%;
  }
}

@media screen and (max-width: 820px) {
  .consult__form {
    width: 100%;
    margin-top: 100px;
  }
}

@media screen and (max-width: 520px) {
  .consult__form {
    margin-top: 123px;
  }
}

.consult__form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 443px;
  height: 100%;
  background: #ffc905;
  -webkit-transform: scale(2.1);
      -ms-transform: scale(2.1);
          transform: scale(2.1);
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .consult__form:before {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media screen and (max-width: 820px) {
  .consult__form:before {
    max-width: none;
  }
}

@media screen and (max-width: 520px) {
  .consult__form:before {
    top: -11px;
  }
}

.consult__form .btn {
  margin-top: 47px;
  margin-left: 19px;
}

@media screen and (max-width: 1100px) {
  .consult__form .btn {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 520px) {
  .consult__form .btn {
    margin-top: 61px;
  }
}

.consult__form .btn a {
  color: #fff;
}

.form input {
  display: block;
  width: 300px;
  border: none;
  padding: 16px;
  margin-bottom: 15px;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .form input {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .form input {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
}

.form input::-webkit-input-placeholder {
  color: #919191;
}

.form input::-moz-placeholder {
  color: #919191;
}

.form input:-ms-input-placeholder {
  color: #919191;
}

.form input::-ms-input-placeholder {
  color: #919191;
}

.form input::placeholder {
  color: #919191;
}

.form input:last-of-type {
  margin-bottom: 0;
}

.form .phone-mask {
  background-image: url(../img/icons/phone.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 40px;
}

.form .name-icon {
  background-image: url(../img/icons/name.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 40px;
}

.modal {
  max-height: 102vh;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  background: url("../img/green-bg-full.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__wrap {
  max-width: 550px;
  position: relative;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 508px) {
  .modal__wrap {
    max-width: 100%;
  }
}

.modal__body {
  padding: 10px;
}

.modal__title {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  margin: 0 0 40px;
}

@media screen and (max-width: 1078px) {
  .modal__title {
    font-size: 41px;
  }
}

@media screen and (max-width: 580px) {
  .modal__title {
    font-size: 30px;
    line-height: 37px;
  }
}

.modal p {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}

.modal-open {
  display: block;
}

.close {
  position: absolute;
  right: 80px;
  top: 60px;
  width: 33px;
  height: 33px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.close svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

.close:hover {
  opacity: .7;
}

@media only screen and (max-width: 670px) {
  .close {
    top: 17px;
    right: 17px;
    border-color: #000;
  }
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.disabled {
  display: none !important;
}

.agree-line {
  max-width: 224px;
  margin: 0 auto;
  font-weight: 200;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000;
  position: relative;
}

.agree-line label:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 14px;
  border: 2px solid #000;
  border-radius: 2px;
  background: #eee;
}

.agree-line input {
  display: none;
}

.agree-line input:checked + label:after {
  content: "";
  position: absolute;
  left: -14px;
  width: 12px;
  height: 6px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  top: 46%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.agree-line input label:after {
  content: "";
  position: absolute;
  left: -14px;
  width: 12px;
  height: 6px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  top: 46%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.agree-line a {
  color: #747474;
  position: relative;
}

.agree-line a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}

#modalThank {
  color: #333;
  background-image: url(../img/home-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#modalThank:before {
  content: url(../img/home-bg-right.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#modalThank:after {
  content: url(../img/roof.png);
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: -1;
}

#modalThank .modal-open {
  color: #fff;
}

#modalThank .modal__title {
  color: #ffc905;
}

@media screen and (max-width: 580px) {
  #modalThank .modal__title {
    color: #333;
  }
}

#modalThank .modal__wrap {
  width: 100%;
  max-width: 849px;
  text-align: left;
}

@media screen and (max-width: 1305px) {
  #modalThank .modal__body {
    position: relative;
    z-index: 1;
  }
  #modalThank .modal__body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    -webkit-transform: scale(10);
        -ms-transform: scale(10);
            transform: scale(10);
  }
}

@media screen and (max-width: 580px) {
  #modalThank {
    background: #ffc905;
    text-align: center;
  }
  #modalThank:before, #modalThank:after {
    content: none;
  }
  #modalThank .modal__body {
    text-align: center;
  }
  #modalThank .modal__body:before {
    content: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

#modalForm .modal__wrap {
  max-width: 439px;
}

.footer {
  padding: 77px 0 25px;
  background: #075057;
  color: #fff;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 520px) {
  .footer {
    padding: 67px 0 25px;
  }
}

.footer a {
  display: block;
  color: #fff;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 47px;
}

@media screen and (max-width: 820px) {
  .footer__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 520px) {
  .footer__top {
    margin-bottom: 36px;
  }
}

.footer__item {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 820px) {
  .footer__item {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 565px) {
  .footer__item--mob {
    width: 100%;
  }
  .footer__item--mob:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 200;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 820px) {
  .footer__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 520px) {
  .footer__bottom {
    font-size: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__bottom .footer__item:nth-child(1) {
    width: 50%;
  }
  .footer__bottom .footer__item:nth-child(3) {
    width: 40%;
    margin-left: 10%;
  }
}

.footer__logo {
  display: inline-block;
  width: 56px;
  margin-left: 20px;
}

.footer__logo:hover {
  opacity: 0.5;
}

@media screen and (max-width: 520px) {
  .footer__logo {
    margin-left: 0;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__conf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1.1;
  -webkit-flex-grow: 1.1;
      -ms-flex-positive: 1.1;
          flex-grow: 1.1;
}

@media screen and (max-width: 520px) {
  .footer__conf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__conf:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}

@media only screen and (max-width: 720px) {
  .menu-toggle {
    display: block;
    width: 26px;
    height: 23px;
    position: absolute;
    top: 8px;
    right: 25px;
    cursor: pointer;
    z-index: 3;
  }
  .menu-toggle .one, .menu-toggle .two, .menu-toggle .three {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 4px auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
  }
  .menu-toggle.active .one,
  .menu-toggle.active .three {
    margin: 8px auto;
  }
  .menu-toggle.active .one {
    -webkit-transform: rotate(45deg) translate(0, 1px);
        -ms-transform: rotate(45deg) translate(0, 1px);
            transform: rotate(45deg) translate(0, 1px);
  }
  .menu-toggle.active .two {
    opacity: 0;
  }
  .menu-toggle.active .three {
    -webkit-transform: rotate(-45deg) translate(14px, -15px);
        -ms-transform: rotate(-45deg) translate(14px, -15px);
            transform: rotate(-45deg) translate(14px, -15px);
  }
  .main-menu {
    display: none;
  }
  .main-menu.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 60, 60, 0.95);
    z-index: 2;
    right: 0;
    top: 0;
  }
  .main-menu.active ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    text-align: center;
  }
  .menu-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
