@font-face {
  font-family: "open-sans-regular";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/OpenSansRegular.eot?91e049db2f1148f1f0e607bfbcba1a47);
  src: url(/fonts/OpenSansRegular.eot?91e049db2f1148f1f0e607bfbcba1a47) format("embedded-opentype"), url(/fonts/OpenSansRegular.woff?0f7c77932ea877aca544e439a3e63bb6) format("woff"), url(/fonts/OpenSansRegular.ttf?3d922bb6953169fd087d629c7d922625) format("truetype");
}

@font-face {
  font-family: "open-sans-light";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/OpenSansLight.eot?eb578c83a7d79f561b41d2436c5a9f35);
  src: url(/fonts/OpenSansLight.eot?eb578c83a7d79f561b41d2436c5a9f35) format("embedded-opentype"), url(/fonts/OpenSansLight.woff?f5e96f06811c03c019d10f2a8402303a) format("woff"), url(/fonts/OpenSansLight.ttf?12c8a8c628ce99ed729f003698183a3a) format("truetype");
}

@font-face {
  font-family: "open-sans-italic";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/OpenSansItalic.eot?848b15b73620bcc86943580be454c52c);
  src: url(/fonts/OpenSansItalic.eot?848b15b73620bcc86943580be454c52c) format("embedded-opentype"), url(/fonts/OpenSansItalic.woff?99c37bf21b8704b5784b633effadafe1) format("woff"), url(/fonts/OpenSansItalic.ttf?43bba1f6e86bafde0162c36fc575f226) format("truetype");
}

@font-face {
  font-family: "open-sans-semibold";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/OpenSansSemiBold.eot?6f641b6a0b440cc3bf3091c6fb81daf0);
  src: url(/fonts/OpenSansSemiBold.eot?6f641b6a0b440cc3bf3091c6fb81daf0) format("embedded-opentype"), url(/fonts/OpenSansSemiBold.woff?e59cc16dd973933b69c36dbeebbb7544) format("woff"), url(/fonts/OpenSansSemiBold.ttf?746b69f0f683ddb1e53427c137d2b220) format("truetype");
}

@font-face {
  font-family: "open-sans-bold";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/OpenSansBold.eot?08862c283f9f67a94116085cc5ba989d);
  src: url(/fonts/OpenSansBold.eot?08862c283f9f67a94116085cc5ba989d) format("embedded-opentype"), url(/fonts/OpenSansBold.woff?eff2996162fdfe7c6af7995d3f790275) format("woff"), url(/fonts/OpenSansBold.ttf?c3b34d59ef4c949d25a4f32b5096471a) format("truetype");
}

@font-face {
  font-family: "stem-light";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/StemLight.eot?04d4accbc5b8a0d78dc8f64fd98b9731);
  src: url(/fonts/StemLight.eot?04d4accbc5b8a0d78dc8f64fd98b9731) format("embedded-opentype"), url(/fonts/StemLight.woff?4aa6fce5e4013e2cc92cd4c5a2633ae9) format("woff"), url(/fonts/StemLight.ttf?01f6b7bcb162c58067f1f968902c2f17) format("truetype");
}

@font-face {
  font-family: "stem-medium";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/StemMedium.eot?3d9ee21854c09c7ebc862eba26818ef1);
  src: url(/fonts/StemMedium.eot?3d9ee21854c09c7ebc862eba26818ef1) format("embedded-opentype"), url(/fonts/StemMedium.woff?a8ef626f4ef1a59b4e47788ce0da6bcf) format("woff"), url(/fonts/StemMedium.ttf?0f20fd4113ce338b809530736f97afc5) format("truetype");
}

@font-face {
  font-family: "stem-regular";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/StemRegular.eot?2cc827eb25916e671f0945036148f544);
  src: url(/fonts/StemRegular.eot?2cc827eb25916e671f0945036148f544) format("embedded-opentype"), url(/fonts/StemRegular.woff?0c0a9f5fddfbcdc18d90146217c48bbc) format("woff"), url(/fonts/StemRegular.ttf?478ee5574b65325cfc7cf2f42be6aedb) format("truetype");
}

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4DABF7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0b88ed;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xs,
.col-xs-auto,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 321px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 321px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 321px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

::-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: #ECECD9;
  color: #fff;
}

::selection {
  background-color: #ECECD9;
  color: #fff;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "open-sans-regular", sans-serif;
  overflow-x: hidden;
  color: #000000;
}

input,
textarea {
  box-sizing: border-box;
  border: none;
  outline: none;
}

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

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

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

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

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

h1 {
  font-size: 26px;
}

h2 {
  font-size: 46px;
  font-family: "stem-light", sans-serif;
  font-weight: 100;
  text-align: center;
  margin-bottom: 60px;
}

h3 {
  font-size: 32px;
}

b,
strong {
  font-weight: bold;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.btn-white_large {
  border: 2px solid rgba(255, 255, 255, 0.85);
  font-family: "stem-medium", sans-serif;
  font-size: 26px;
}

.btn-dark_medium {
  border: 2px solid #495057 !important;
  border-radius: 0 !important;
  font-family: "stem-medium", sans-serif;
  font-size: 14px;
  color: #495057;
}

.btn-dark_medium:hover {
  color: #000000;
  border-color: #000000;
}

.btn-dark_default {
  border: 2px solid #495057;
  font-family: "stem-medium", sans-serif;
  font-size: 18px;
  color: #495057;
  display: inline-block;
}

.btn-dark_default:hover {
  color: #000000;
  border-color: #000000;
}

.btn-gform {
  padding: 15px 50px;
  background-color: transparent;
  cursor: pointer;
  line-height: 20px;
}

.btn-gform:hover {
  background-color: #fff;
}

.arrow-prev,
.arrow-next {
  position: absolute;
  top: calc(50% - 15px);
  bottom: 0;
  z-index: 1;
}

.arrow-prev svg,
.arrow-next svg {
  height: 30px;
  width: 30px;
  text-align: center;
}

.arrow-prev svg path,
.arrow-next svg path {
  fill: #495057;
}

.arrow-prev svg:hover,
.arrow-next svg:hover {
  cursor: pointer;
}

.arrow-prev svg:hover path,
.arrow-next svg:hover path {
  fill: #000000;
}

.arrow-prev {
  left: 0;
}

.arrow-next {
  right: 0;
}

.hidden {
  display: none !important;
}

.scroll-hidden {
  overflow: hidden;
}

.callback-block {
  padding: 60px 120px 70px 120px;
  background-color: #FEEBEF;
  margin-bottom: 100px;
}

.callback-block h3 {
  font-size: 26px;
  font-family: "stem-light", sans-serif;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
}

.callback-block .callback-buttons-wrap {
  width: 580px;
  margin: 50px auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.callback-block .callback-buttons-wrap .btn {
  font-size: 18px;
  font-family: "stem-light", sans-serif;
  line-height: 23px;
  padding: 16px 30px;
  color: #000000;
  text-transform: uppercase;
  border-color: #000000;
  letter-spacing: 0;
}

.callback-block .callback-buttons-wrap .btn:hover {
  background-color: #fee1e7;
}

.wrapper-large-header h2 {
  font-family: "stem-light", sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.card-project-info .card-project-header {
  margin: 60px 0 40px 0;
  display: flex;
  flex-direction: row;
}

.card-project-info .card-project-header span {
  color: #495057;
  font-family: "open-sans-light", sans-serif;
  font-size: 26px;
  line-height: 35px;
}

.card-project-info .card-project-header svg {
  margin: 0 25px;
  width: 35px;
  height: 35px;
}

.card-project-info .card-project-description .card-project-field {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-project-info .card-project-description .card-project-field p {
  color: rgba(73, 80, 87, 0.4);
  font-size: 14px;
  line-height: 19px;
}

.card-project-info .card-project-description .card-project-field svg {
  margin-right: 10px;
}

.card-project-info .card-project-description .card-project-field:first-child {
  margin-bottom: 20px;
}

.card-project-info .card-project-action .btn {
  padding: 13px 30px;
  line-height: 23px;
}

.callback-form {
  height: 100vh;
  width: 100%;
  position: absolute;
  right: -100vw;
  top: 0;
  background-color: #FFFFFF;
  transition: 0.5s ease;
}

.callback-form .container-form {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.callback-form .container-form .callback-form-wrapper {
  border: 2px solid #495057;
  padding: 70px 150px;
  width: 810px;
  margin: 0 auto;
}

.callback-form .container-form i {
  font-size: 32px;
  cursor: pointer;
  color: #495057;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 10;
}

.callback-form .container-form i:hover {
  color: #000000;
}

.callback-form .container-form svg {
  cursor: pointer;
  color: #495057;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 10;
  height: 32px;
  width: auto;
}

.callback-form .container-form svg:hover {
  color: #000000;
}

.callback-form .header-darken,
.callback-form .header-darken-main {
  box-shadow: none;
}

.callback-form .header-darken .header-language,
.callback-form .header-darken-main .header-language {
  margin-right: 75px;
}

.header-darken ul,
.header-darken-main ul {
  margin-bottom: 0 !important;
}

.callback-form {
  position: fixed;
  z-index: 20;
}

input:focus {
  outline: none;
}

.input-effect {
  position: relative;
  font-size: 22px;
  margin-bottom: 60px;
}

.input-effect:last-child {
  margin-bottom: 0;
}

.effect-custom {
  border: 0;
  padding: 4px 0 15px 0;
  border-bottom: 2px solid rgba(158, 158, 158, 0.8);
  background-color: transparent;
}

.effect-custom ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #495057;
  transition: 0.4s;
}

.effect-custom:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

.has-content.effect-custom ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

.effect-custom ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: rgba(158, 158, 158, 0.8);
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  cursor: text;
}

.effect-custom:focus ~ label {
  top: -28px;
  font-size: 16px;
  color: #495057;
  transition: 0.3s;
}

.has-content.effect-custom ~ label {
  top: -16px;
  font-size: 12px;
  color: #495057;
  transition: 0.3s;
}

.header-transparent {
  background-color: transparent;
}

.header-darken,
.header-darken-main {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
}

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 2;
}

.header .header-wrapper {
  font-family: "stem-medium", sans-serif;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header .header-wrapper ul {
  font-size: 12px;
  display: flex;
  flex-direction: column;
}

.header .header-wrapper ul li {
  font-size: inherit;
}

.header .header-wrapper ul span {
  font-family: "stem-light", sans-serif;
  font-size: inherit;
}

.header .header-wrapper ul:last-child {
  width: 122px;
  text-align: right;
}

.header .header-wrapper .header-contact-info a {
  display: block;
}

.header .header-wrapper .header-contact-info a:first-child {
  margin-bottom: 6px;
}

.header .header-wrapper .header-contact-info a:hover {
  text-decoration: underline;
}

.header .header-wrapper .header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0;
}

.header .header-wrapper .header-menu li {
  margin: 0 20px;
}

.header .header-wrapper .header-menu li:first-child {
  margin: 0 20px 0 0;
}

.header .header-wrapper .header-menu li:last-child {
  margin: 0 0 0 20px;
}

.header .header-wrapper .header-language {
  font-size: 16px;
  font-family: "open-sans-bold", sans-serif;
}

.header .header-wrapper-darken ul li,
.header .header-wrapper-darken ul a {
  color: #495057;
}

.header .header-wrapper-darken ul a:hover {
  color: #000000;
}

.header .header-wrapper-darken .header-language li a {
  color: #808792;
}

.header .header-wrapper-darken .header-language li a:hover {
  color: #000000;
}

.header .logo {
  margin: 0 30px;
}

.header .logo a {
  display: block;
  width: 133px;
  height: 60px;
}

.header .logo-white a {
  background-image: url(/images/logo_white_n.svg?98bded95d2b26fd8d4c4bb0e7d9abbd2);
}

.header .logo-dark a {
  background-image: url(/images/logo_dark_n.svg?3d862a2b5dce2666fb2e1bda73e92135);
}

.header .header-wrapper-transparent ul li,
.header .header-wrapper-transparent ul a {
  color: rgba(255, 255, 255, 0.85);
}

.header .header-wrapper-transparent ul a:hover {
  color: #FFFFFF;
}

.menu_mobile {
  transition: 0.5s ease;
  position: fixed;
  right: -300vh;
  background-color: #FFFFFF;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  top: 0;
  padding-top: 80px;
}

.menu_mobile.active {
  right: 0;
}

.menu_mobile .mobile-menu-container {
  position: relative;
}

.menu_mobile .mobile-menu-container .flex-wrapper-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 80px);
}

.menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left {
  margin-right: 100px;
}

.menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left li {
  margin-bottom: 40px;
}

.menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left li a {
  display: block;
  font-size: 32px;
  line-height: 44px;
  font-family: "open-sans-semibold", sans-serif;
  color: #495057;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}

.menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right .section-form-main {
  width: 465px;
  border: 2px solid #495057;
  padding: 40px 40px 25px 40px;
}

.menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right .section-form-main .form-fields .input-effect {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 45px;
}

.menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right .section-form-main .form-buttons {
  font-size: 18px;
  line-height: 23px;
  margin-top: 50px;
}

.menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right .section-form-main .form-buttons input {
  line-height: 22px;
  padding: 15px 30px 15px 30px;
  color: #495057;
  border-color: #495057;
}

.menu_mobile .mobile-menu-container .mobile-menu-social {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.menu_mobile .mobile-menu-container .mobile-menu-social a {
  margin-bottom: 15px;
}

.menu_mobile .mobile-menu-container .mobile-menu-social svg {
  height: 27px;
  width: auto;
  margin-bottom: 25px;
}

.menu_mobile .mobile-menu-container .mobile-menu-social svg:last-child {
  margin-bottom: 0;
}

.menu_mobile .mobile-menu-container .mobile-menu-social svg path {
  fill: #495057;
}

.header-mobile {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
}

.header-mobile .header-wrapper-transparent ul {
  z-index: 4;
}

.header-mobile .header-wrapper-transparent ul a {
  color: #000000;
}

.header-mobile .header-wrapper-transparent ul:last-child {
  width: auto;
}

.header-mobile .header-contact-info span {
  color: #495057;
}

.header-mobile .header-language {
  margin-right: 75px;
}

.header-mobile .wrapper-hamburger {
  position: fixed;
  height: 17px;
  right: 30px;
  z-index: 4;
  top: 31px;
}

.header-mobile .wrapper-hamburger:hover {
  cursor: pointer;
}

.header-mobile .wrapper-hamburger .hamburger-icon {
  width: 30px;
  height: 3px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.header-mobile .wrapper-hamburger .hamburger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.header-mobile .wrapper-hamburger .hamburger-icon span:nth-child(1) {
  top: 0px;
}

.header-mobile .wrapper-hamburger .hamburger-icon span:nth-child(2),
.header-mobile .wrapper-hamburger .hamburger-icon span:nth-child(3) {
  top: 8px;
}

.header-mobile .wrapper-hamburger .hamburger-icon span:nth-child(4) {
  top: 16px;
}

.header-mobile .wrapper-hamburger .open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.header-mobile .wrapper-hamburger .open span:nth-child(2) {
  transform: rotate(45deg);
}

.header-mobile .wrapper-hamburger .open span:nth-child(3) {
  transform: rotate(-45deg);
}

.header-mobile .wrapper-hamburger .open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.main-window {
  position: relative;
  height: 100vh;
}

.main-window .video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background: url(/images/video-header-fallback_dark.jpg?4b8a1dfdfd4026d2c90a8dac3258bddf) no-repeat #FFFFFF;
  background-size: cover;
}

.main-window .video:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  z-index: 3;
}

.main-window .video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.main-window .title {
  position: absolute;
  top: 35%;
  z-index: 3;
  cursor: default;
}

.main-window .title h1 {
  color: #FFFFFF;
  font-family: "open-sans-light", sans-serif;
  font-weight: 100;
}

.main-window .title h1 span {
  font-family: "open-sans-bold", sans-serif;
}

.main-window .btn-transparent {
  position: absolute;
  padding: 25px 35px;
  color: rgba(255, 255, 255, 0.85);
  z-index: 3;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 30px;
  width: 470px;
  text-align: center;
}

.main-window .btn-transparent:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.section-youtube {
  padding: 80px 0 60px 0;
}

.section-youtube .wrapper--youtube_project {
  padding: 0 60px;
  position: relative;
}

.section-youtube .wrapper--youtube_project .slick-slide {
  padding: 0 10px;
  width: 340px;
}

.section-youtube .wrapper--youtube_project .slide--youtube-project {
  width: 320px;
  height: 200px;
  background-color: #FFFFFF;
  text-align: center;
  margin: 10px 0;
}

.section-instagram {
  padding: 0 60px;
}

.section-instagram .instagram-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 50px 10px;
}

.section-instagram .instagram-header h3 {
  font-family: "stem-light", sans-serif;
}

.section-instagram .instagram-header .btn {
  padding: 12px 40px;
}

.section-instagram .instagram-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section-instagram .instagram-posts .ig-post {
  width: 235px;
  height: 260px;
  margin: 10px;
  background-color: skyblue;
}

.section-instagram .instagram-posts .ig-post img {
  width: 235px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-instagram .instagram-posts:after {
  content: "";
  display: block;
  width: 235px;
  margin: 10px;
  height: auto;
}

.section-projects-main {
  padding: 100px 90px 100px 90px;
}

.section-projects-main .projects-main-wrapper .arrow-next {
  right: -65px;
}

.section-projects-main .projects-main-wrapper .arrow-prev {
  left: -65px;
}

.section-projects-main .projects-main-wrapper .wrap-card {
  width: 480px !important;
  padding: 20px 18px;
}

.section-projects-main .projects-main-wrapper .wrap-card .card-project-vector-bg-1 {
  background-image: url(/images/Vector_1.png?8918de2abd2a9592853f604d24a3849b);
}

.section-projects-main .projects-main-wrapper .wrap-card .card-project-vector-bg-2 {
  background-image: url(/images/Vector_2.png?db67250a9efb388f90a1ef6f85a811f4);
}

.section-projects-main .projects-main-wrapper .wrap-card .card-project-vector-bg-1,
.section-projects-main .projects-main-wrapper .wrap-card .card-project-vector-bg-2 {
  background-repeat: no-repeat;
}

.section-projects-main .projects-main-wrapper .wrap-card .card-project-main {
  width: 445px;
  height: auto;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
}

.section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container {
  padding: 30px;
}

.section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container img {
  width: 385px;
  height: 250px;
}

.section-quote {
  padding: 0 45px 120px 45px;
}

.section-quote h2 {
  padding: 0 0 0 25px;
  text-align: left;
}

.section-quote .quote-wrapper {
  padding: 0 40px 0 40px;
}

.section-quote .quote-wrapper .quote-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-height: 260px;
  margin-bottom: 100px;
}

.section-quote .quote-wrapper .quote-card:last-child {
  margin-bottom: 80px;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid {
  max-width: 510px;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-content {
  font-size: 14px;
  font-family: "open-sans-light", sans-serif;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-content a {
  margin-top: 8px;
  display: block;
  text-decoration: underline;
  color: #000000;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-content p {
  max-height: 157px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-author {
  margin-right: 50px;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-author span {
  font-size: 14px;
  font-style: italic;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-direction-original {
  position: relative;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-direction-original a {
  font-family: "open-sans-semibold", sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #495057;
  padding-left: 26px;
  display: block;
  line-height: 2;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-direction-original a:hover {
  color: #000000;
}

.section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-direction-original svg {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: -1;
}

.section-quote .quote-wrapper .quote-card .quote-direction-right {
  display: flex;
  align-items: center;
}

.section-quote .quote-wrapper .quote-card:nth-child(2n) {
  flex-direction: row-reverse;
}

.section-quote .quote-look-more {
  text-align: center;
}

.section-quote .quote-look-more .btn {
  padding: 13px 30px;
  line-height: 23px;
}

.section-form-main {
  width: 660px;
  margin: 0 auto;
}

.section-form-main .form-fields input,
.section-form-main .form-fields textarea,
.callback-form .form-fields input,
.callback-form .form-fields textarea {
  width: 100%;
}

.section-form-main .form-buttons,
.callback-form .form-buttons {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "stem-light", sans-serif;
  font-size: 24px;
}

.section-form-main .form-buttons input,
.callback-form .form-buttons input {
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid rgba(158, 158, 158, 0.8);
  color: rgba(158, 158, 158, 0.8);
  cursor: pointer;
  line-height: 27px;
  padding: 20px 30px;
  text-align: center;
}

.section-form-main .form-buttons input:hover,
.callback-form .form-buttons input:hover {
  color: #495057;
  border-color: #495057;
}

.callback-form .form-fields label {
  z-index: 1;
}

.callback-form .form-fields .input-effect {
  font-size: 18px;
  margin-bottom: 45px;
}

.callback-form .form-fields .input-effect .effect-custom {
  position: relative;
  z-index: 2;
  padding: 4px 0 10px 0;
}

.callback-form .form-buttons {
  margin-top: 50px;
  font-size: 18px;
}

.callback-form .form-buttons input {
  line-height: 23px;
  padding: 16px 30px 14px 30px;
  color: #495057;
  border-color: #495057;
}

.callback-form .form-buttons input:hover {
  color: #000000;
  border-color: #000000;
}

.callback-active {
  right: 0;
}

.section-blog {
  padding: 115px 0 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section-blog .blog-content {
  width: 100%;
}

.section-blog .blog-content .w-grid-item {
  width: 50%;
  padding: 35px;
}

.section-blog .blog-content .w-grid-item .w-grid-item-content img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.section-blog .blog-content .w-grid-item .w-grid-item-content h2 {
  margin: 0;
  font-size: 22px;
  color: #495057;
  font-family: "open-sans-bold", sans-serif;
  text-align: left;
  line-height: 30px;
}

.section-blog .blog-content .w-grid-item .w-grid-item-content p {
  font-size: 14px;
  color: #495057;
  margin-bottom: 25px;
}

.section-blog .blog-content .w-grid-item .w-grid-item-content .btn {
  padding: 10px 20px;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 12px;
}

.section-blog .blog-content .w-grid-item .w-grid-item-content .w-grid-item-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 16px 0 20px 0;
}

.section-blog .blog-content .w-grid-item .w-grid-item-content .w-grid-item-time time {
  font-size: 12px;
  color: rgba(73, 80, 87, 0.4);
  margin-left: 10px;
}

.section-blog .blog-navigate,
.section-post .blog-navigate {
  margin-left: 80px;
  padding-top: 25px;
}

.section-blog .blog-navigate .blog-articles,
.section-post .blog-navigate .blog-articles {
  width: 260px;
}

.section-blog .blog-navigate .blog-articles li svg,
.section-post .blog-navigate .blog-articles li svg {
  width: 8px;
  height: 14px;
  color: rgba(73, 80, 87, 0.3);
}

.section-blog .blog-navigate .blog-articles span,
.section-post .blog-navigate .blog-articles span {
  font-family: "stem-light", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #495057;
}

.section-blog .blog-navigate .blog-articles ul,
.section-post .blog-navigate .blog-articles ul {
  margin-top: 30px;
}

.section-blog .blog-navigate .blog-articles ul li,
.section-post .blog-navigate .blog-articles ul li {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.section-blog .blog-navigate .blog-articles ul li:last-child,
.section-post .blog-navigate .blog-articles ul li:last-child {
  margin-bottom: 0;
}

.section-blog .blog-navigate .blog-articles ul li a,
.section-post .blog-navigate .blog-articles ul li a {
  padding-left: 15px;
  font-size: 17px;
  display: block;
  color: #000000;
  line-height: 23px;
}

.section-blog .blog-navigate .blog-articles ul li a:hover,
.section-post .blog-navigate .blog-articles ul li a:hover {
  text-decoration: underline;
}

.section-blog .blog-navigate .blog-articles ul li i,
.section-post .blog-navigate .blog-articles ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;
  color: rgba(73, 80, 87, 0.3);
}

.section-blog .blog-navigate .blog-new-popular,
.section-post .blog-navigate .blog-new-popular {
  margin-top: 100px;
}

.redactor-post h2 {
  text-align: left;
  font-size: 22px;
  font-family: "open-sans-bold", sans-serif;
  margin-bottom: 30px;
  color: #495057;
}

.redactor-post p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #495057;
}

.redactor-post span {
  margin-bottom: 30px;
  font-size: 18px;
  color: #495057;
  font-family: "open-sans-semibold", sans-serif;
  line-height: 25px;
  display: block;
}

.redactor-post .post-img-full {
  margin: 40px 0;
}

.redactor-post .post-img-full img {
  width: 100%;
  height: auto;
}

.redactor-post .post-img-wrap {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.redactor-post .post-img-wrap-2x img,
.redactor-post .post-img-wrap-2x video {
  width: 49%;
  height: auto;
}

.redactor-post .post-img-wrap-3x img,
.redactor-post .post-img-wrap-3x video {
  width: 30%;
  height: auto;
  margin-right: 45px;
}

.redactor-post .post-img-wrap-3x img:last-child,
.redactor-post .post-img-wrap-3x video:last-child {
  margin-right: 0;
}

.section-post .post-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section-post .post-content h2 {
  text-align: left;
  font-size: 22px;
  font-family: "open-sans-bold", sans-serif;
  margin-bottom: 30px;
  color: #495057;
}

.section-post .post-content p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #495057;
}

.section-post .post-content span {
  margin-bottom: 30px;
  font-size: 18px;
  color: #495057;
  font-family: "open-sans-semibold", sans-serif;
  line-height: 25px;
  display: block;
}

.section-post .post-content .post-img-full {
  margin: 40px 0;
  width: 100%;
  height: auto;
}

.section-post .post-content .post-img-full img {
  width: 100%;
  height: auto;
}

.section-post .post-content .post-img-wrap {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section-post .post-content .post-img-wrap-2x img,
.section-post .post-content .post-img-wrap-2x video {
  width: 49%;
  height: auto;
}

.section-post .post-content .post-img-wrap-3x img,
.section-post .post-content .post-img-wrap-3x video {
  width: 30%;
  height: auto;
  margin-right: 45px;
}

.section-post .post-content .post-img-wrap-3x img:last-child,
.section-post .post-content .post-img-wrap-3x video:last-child {
  margin-right: 0;
}

.section-services {
  padding: 140px 0 100px 0;
}

.section-services .services-wrapper {
  padding: 0 60px 0 60px;
}

.section-services .services-wrapper .services-card {
  box-shadow: 0px 6px 16px rgba(156, 147, 147, 0.16), 0px 2px 6px rgba(156, 147, 147, 0.1);
}

.section-services .services-wrapper .services-card p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 35px;
}

.section-services .services-wrapper .services-card h3 {
  font-family: "open-sans-bold", sans-serif;
}

.section-services .services-wrapper .card-services:nth-of-type(1) {
  margin-right: 30px;
}

.section-services .services-wrapper .card-services:nth-of-type(2) {
  margin-right: 30px;
}

.section-services .services-wrapper .card-services img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-services .services-wrapper .services-one-column {
  display: flex;
  flex-direction: row;
  padding: 30px 50px;
  width: 100%;
  margin-bottom: 30px;
}

.section-services .services-wrapper .services-one-column .services-card-content {
  margin-left: 95px;
}

.section-services .services-wrapper .services-one-column h3 {
  font-size: 24px;
  line-height: 33px;
  color: #495057;
  margin-bottom: 30px;
}

.section-services .services-wrapper .services-one-column img {
  width: 290px;
  height: 193px;
}

.section-services .services-wrapper .services-two-column,
.section-services .services-wrapper .services-three-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section-services .services-wrapper .services-two-column h3,
.section-services .services-wrapper .services-three-column h3 {
  font-size: 22px;
  line-height: 30px;
  color: #495057;
  margin-top: 30px;
  text-align: center;
}

.section-services .services-wrapper .services-two-column .services-card-img,
.section-services .services-wrapper .services-three-column .services-card-img {
  margin: 30px 0;
}

.section-services .services-wrapper .services-two-column .services-card-video,
.section-services .services-wrapper .services-three-column .services-card-video {
  margin: 30px 0 22px 0;
}

.section-services .services-wrapper .services-two-column img,
.section-services .services-wrapper .services-three-column img {
  width: 100%;
  height: auto;
}

.section-services .services-wrapper .services-two-column p,
.section-services .services-wrapper .services-three-column p {
  padding: 0 20px;
}

.section-services .services-wrapper .services-two-column {
  margin-top: 30px;
}

.section-services .services-wrapper .services-two-column .card-services {
  width: 495px;
  margin-right: 30px;
}

.section-services .services-wrapper .services-two-column .card-services:last-child {
  margin-right: 0;
}

.section-services .services-wrapper .services-two-column .card-services img {
  height: 338px;
}

.section-services .services-wrapper .services-two-column .card-services iframe {
  width: 495px;
}

.section-services .services-wrapper .services-three-column {
  margin-top: 30px;
}

.section-services .services-wrapper .services-three-column .card-services {
  width: 330px;
}

.projects-wrapper {
  padding: 140px 135px 120px 135px;
}

.projects-wrapper .projects-cards-wrapper .card-project {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  padding: 30px 50px 30px 30px;
  width: 100%;
  height: 310px;
  background-image: url(/images/Vector_4.png?15b8cac9518f966884ce545cfa28ff49);
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}

.projects-wrapper .projects-cards-wrapper .card-project:last-child {
  margin-bottom: 0;
}

.projects-wrapper .projects-cards-wrapper .card-project .card-project-left-column .card-project-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.projects-wrapper .projects-cards-wrapper .card-project .card-project-left-column .card-project-info .card-project-header {
  margin: 0 0 40px 0;
}

.projects-wrapper .projects-cards-wrapper .card-project .card-project-left-column .card-project-info .card-project-header svg {
  margin: 0 15px 0 15px;
}

.projects-wrapper .projects-cards-wrapper .card-project .card-project-right-column img {
  width: 385px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-project-page .section-project-window {
  position: relative;
}

.section-project-page .project-window-background-wrapper {
  padding-top: 80px;
  height: 100vh;
  width: 100%;
}

.section-project-page .project-window-background {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-project-page .card-project-info {
  position: absolute;
  bottom: 105px;
  left: 13%;
}

.section-project-page .card-project-info .card-project-header {
  margin-bottom: 25px;
}

.section-project-page .card-project-info .card-project-header span {
  font-family: "stem-light", sans-serif;
  font-weight: 100;
  font-size: 32px;
  color: #FFFFFF;
}

.section-project-page .card-project-info .card-project-description p {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 27px;
}

.section-project-page .card-project-info .card-project-description .card-project-field:first-child {
  margin-bottom: 15px;
}

.section-project-page .section-project-page-wrapper {
  padding: 145px 155px 100px 155px;
}

.project-gallery h2 {
  margin-bottom: 70px;
  text-transform: uppercase;
  color: #495057;
}

.project-gallery .project-gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}

.project-gallery .project-gallery-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.project-gallery .project-gallery-wrapper .mid_screen,
.project-gallery .project-gallery-wrapper .full_screen {
  margin: 5px;
}

.project-gallery .project-gallery-wrapper .mid_screen {
  width: calc(50% - 10px);
  height: auto;
}

.project-gallery .project-gallery-wrapper .full_screen {
  width: calc(100% - 10px);
  height: auto;
}

.project-gallery .align-middle {
  text-align: center;
}

.project-review-page h2 {
  text-transform: uppercase;
  color: #495057;
  margin: 0 0 50px 30px;
  text-align: left;
}

.project-review-page p {
  color: #495057;
}

#project-gallery-wrapper-video {
  margin: 0 80px 160px 80px;
  position: relative;
}

#project-gallery-wrapper-video:before {
  content: "";
  position: absolute;
  top: -80px;
  left: -70px;
  right: -70px;
  width: calc(100% + 140px);
  height: 300px;
  background-image: url(/images/Vector_5.png?75c0dc4888cf79c8ddf7ca2f708077ed);
  z-index: -1;
}

#project-gallery-wrapper-video img {
  height: auto;
  width: 100%;
  position: relative;
}

#project-gallery-wrapper-video .img-black {
  background-color: rgba(0, 0, 0, 0.17);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

#project-gallery-wrapper-video .img-black svg {
  position: relative;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  text-align: center;
}

#project-gallery-wrapper-video .img-black svg:hover {
  cursor: pointer;
}

.project-history {
  padding: 0 100px 140px 100px;
}

.project-history .project-history-header h3 {
  font-size: 32px;
  font-family: "stem-regular", sans-serif;
  color: #495057;
  line-height: 41px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
}

.project-history .project-history-header p {
  font-family: "stem-light", sans-serif;
  font-weight: 100;
  margin-bottom: 30px;
  line-height: 21px;
}

.project-history .project-history-header p:last-child {
  margin-bottom: 0;
}

.section_about {
  padding: 140px 170px 120px 170px;
}

.section_about .section-about-content h2,
.section_about .section-about-content h3 {
  text-transform: uppercase;
}

.section_about .section-about-content h3 {
  margin-top: 120px;
  font-family: "stem-light", sans-serif;
  font-weight: 100;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
}

.section_about .section-about-content img {
  width: 100%;
  height: auto;
}

.section_about .section-about-content .about_we {
  margin: 60px 0;
  font-size: 24px;
  font-family: "stem-light", sans-serif;
  font-weight: 100;
  line-height: 31px;
}

.section_about .section-about-content p {
  margin-bottom: 40px;
  font-size: 18px;
  font-family: "stem-light", sans-serif;
  font-weight: 100;
  line-height: 23px;
}

.section_about .section-about-content p:last-child {
  margin-bottom: 0;
}

.section-contacts {
  height: 100vh;
  width: 100%;
  background-image: url(/images/contacts___1_n__3.jpg?18958952c71d38bf9ac6e5f2a5be5742);
  background-size: cover;
  position: relative;
  background-position: center center;
}

.section-contacts:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.section-contacts .section-contacts-wrapper {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-contacts .section-contacts-wrapper .section-contacts-content {
  color: #FFFFFF;
  padding: 0 80px 0 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.section-contacts .section-contacts-wrapper .section-contacts-content .contact-field {
  margin-bottom: 38px;
}

.section-contacts .section-contacts-wrapper .section-contacts-content .contact-field:last-child {
  margin-bottom: 0;
}

.section-contacts .section-contacts-wrapper .section-contacts-content span {
  font-family: "stem-light", sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 26px;
  display: block;
  margin: 38px 0 14px 0;
}

.section-contacts .section-contacts-wrapper .section-contacts-content p,
.section-contacts .section-contacts-wrapper .section-contacts-content address {
  font-family: "stem-regular", sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.section-contacts .section-contacts-wrapper .section-contacts-buttons {
  position: absolute;
  right: 110px;
  bottom: 60px;
}

.section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map {
  width: 100%;
  text-align: right;
}

.section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  padding: 15px 20px;
  line-height: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map a:hover {
  background-color: rgba(155, 155, 155, 0.15);
}

.section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map a svg {
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-callback a {
  text-transform: uppercase;
  margin-top: 35px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 26px;
  padding: 24px 35px;
  line-height: 30px;
}

.section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-callback a:hover {
  background-color: rgba(155, 155, 155, 0.15);
}

.section-page_not_found {
  padding: 80px 0 0 0;
}

.section-page_not_found .not-found-wrapper {
  height: calc(100vh - 80px);
  background-image: url(/images/404.png?b0a4eb68e9b834a58a9b4456945ec073);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.section-page_not_found .not-found-wrapper .not-found-wrap-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 180px;
  height: inherit;
}

.section-page_not_found .not-found-wrapper .not-found-wrap-content h3 {
  text-align: center;
  color: #495057;
  font-size: 24px;
  font-family: "open-sans-bold", sans-serif;
  line-height: 33px;
}

.section-page_not_found .not-found-wrapper .not-found-wrap-content .page-warning {
  font-size: 98px;
  font-family: "open-sans-bold", sans-serif;
  display: block;
  line-height: 133px;
  color: #FDDCE3;
  margin: 10px 0 30px 0;
}

.section-page_not_found .not-found-wrapper .not-found-wrap-content .btn-dark_default {
  padding: 15px 38px;
  line-height: 23px;
}

.section-g-form {
  padding: 140px 0 50px 0;
  width: 870px;
  margin: 0 auto;
}

.section-g-form .g-form-card {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.section-g-form .g-form-card img {
  width: 100%;
}

.section-g-form .g-form-header h3 {
  font-family: "open-sans-bold", sans-serif;
  font-size: 22px;
  color: #495057;
  margin-bottom: 25px;
}

.section-g-form .g-form-header p {
  font-size: 14px;
  color: #495057;
  margin-bottom: 20px;
}

.section-g-form .g-form-header span {
  color: #FF8787;
  font-size: 12px;
}

.section-g-form .g-form-header-content {
  padding: 30px 60px 35px 60px;
}

#g-form {
  padding-bottom: 40px;
}

#g-form .g-form-card-wrapper-img {
  width: 100%;
  position: relative;
}

#g-form .g-form-card-wrapper-img .g-form-card-img-relative {
  position: relative;
}

#g-form .g-form-card-wrapper-img .g-form-card-img-relative svg {
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 0;
}

#g-form .g-form-card-wrapper-img .g-form-card-img {
  width: 870px;
  margin: 0 auto 50px auto;
  padding: 40px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

#g-form .g-form-card-wrapper-img .g-form-card-img img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 590px;
  height: 393px;
}

#g-form .g-form-card {
  width: 870px;
  margin: 0 auto 50px auto;
  padding: 25px 60px 35px 60px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

#g-form .g-form-card:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

#g-form .g-form-card .input-g-form ::-webkit-input-placeholder {
  color: rgba(158, 158, 158, 0.8);
}

#g-form .g-form-card .input-g-form ::-moz-placeholder {
  color: rgba(158, 158, 158, 0.8);
}

#g-form .g-form-card .input-g-form :-ms-input-placeholder {
  color: rgba(158, 158, 158, 0.8);
}

#g-form .g-form-card .input-g-form ::-ms-input-placeholder {
  color: rgba(158, 158, 158, 0.8);
}

#g-form .g-form-card .input-g-form ::placeholder {
  color: rgba(158, 158, 158, 0.8);
}

#g-form .g-form-card .input-g-form .g-form-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

#g-form .g-form-card .input-g-form .g-form-header p {
  font-size: 18px;
  color: #495057;
  position: relative;
}

#g-form .g-form-card .input-g-form .g-form-header p span {
  position: absolute;
  top: 0;
  right: -15px;
  color: #FF8787;
}

#g-form .g-form-card .input-g-form input {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(158, 158, 158, 0.6);
  width: 340px;
  line-height: 22px;
  font-size: 16px;
  font-family: "open-sans-regular", sans-serif;
}

#g-form .g-form-card .input-g-form input:focus {
  border-color: #495057;
}

#g-form .g-form-card .input-g-form .g-form-inputs-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.g-vector svg {
  position: absolute;
}

.g-vector-1 svg {
  top: 0;
  left: 0;
}

.g-vector-2 svg {
  bottom: 0;
  right: 0;
}

.g-vector-3 svg {
  left: 0;
  top: calc(50% - 114px);
}

.g-vector-4 svg {
  z-index: -1;
  left: 0;
  top: -280px;
}

.g-vector-5 svg {
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
}

.gform-sender-wrapper {
  text-align: center;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__body {
  display: inline-flex;
  position: relative;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__body:hover {
  cursor: pointer;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox {
  margin-bottom: 16px;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox input {
  position: absolute;
  opacity: 0;
  z-index: 4;
  width: 22px;
  height: 22px;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox .multi-input-another,
.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox .single-input-another {
  opacity: 1;
  position: relative;
  color: #495057;
  margin-left: 25px;
  font-size: 16px;
  padding-bottom: 8px;
  height: auto;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__helper-select {
  position: relative;
  width: 23px;
  height: 23px;
  z-index: 4;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #495057;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__helper {
  position: relative;
  width: 22px;
  height: 22px;
  z-index: 4;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #495057;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  padding-left: 25px;
  line-height: 24px;
  color: #9E9E9E;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__title-all {
  opacity: 0.5;
  font-weight: bold;
  padding-left: 10px;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__title:hover {
  cursor: pointer;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .is-active {
  background: #FDDCE3 url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJfeDIwMTRfX0l0ZW1fMV8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTIgMTEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyIDExIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJjaGVjay5zdmciPg0KCTxnPg0KCQk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzJFMzY0MCIgZD0iTTExLjQ3NiwwLjE1MWMtMC4zNzctMC4yOTYtMC45OTctMC4xMzktMS4zNTksMC4zMjRMNS4xNTMsNi41Mw0KCQkJQzUuMDc3LDYuNjI0LDQuODg0LDYuNjU3LDQuNzg1LDYuNTk1TDEuNzIzLDQuNjg4QzEuMjQsNC4zNDIsMC42MjQsNC4zNjYsMC4zNDksNC43NTNjLTAuMjY4LDAuMzc4LTAuMTgsMC45OTQsMC4yMDksMS40NjQNCgkJCWwzLjUwOSw0LjIzNEM0LjM2MSwxMC44MDUsNC43NDIsMTEsNS4xNCwxMWMwLjQ2NSwwLDAuODk1LTAuMjY2LDEuMTc3LTAuNzI4bDUuMjY0LTguNjE1QzExLjkxNiwxLjEwOSwxMS44NzEsMC40NjIsMTEuNDc2LDAuMTUxDQoJCQl6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat;
  background-size: 60%;
  background-position: center;
}

.g-form-wrapper-checkboxes .wrapper-multi-dropdown .is-active-select {
  background: #FDDCE3 url(/images/dot.svg?04bc474b6dcd66f018808ed5f5922436) no-repeat;
  background-size: 44%;
  background-position: center;
}

footer {
  position: relative;
}

#app-main footer .section-footer,
#app-g_form footer .section-footer {
  padding: 150px 40px 20px 40px;
}

#app-main footer .vector-footer,
#app-g_form footer .vector-footer {
  position: absolute;
  bottom: 0;
  height: 280px;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-image: url(/images/Vector_3.png?16ee29b2dfec09907b195c877178bde2);
}

#app-g_form footer .section-footer {
  padding: 0 40px 20px 40px;
}

#app-contacts footer .footer-contacts,
#app-not_found footer .footer-contacts {
  position: absolute;
  bottom: 30px;
  left: 50px;
  padding: 0;
}

#app-contacts footer .footer-contacts .social-footer,
#app-not_found footer .footer-contacts .social-footer {
  flex-direction: column;
  text-align: center;
}

#app-contacts footer .footer-contacts .social-footer a,
#app-not_found footer .footer-contacts .social-footer a {
  margin: 0 0 25px 0;
}

#app-contacts footer .footer-contacts .social-footer a:last-child,
#app-not_found footer .footer-contacts .social-footer a:last-child {
  margin: 0;
}

#app-contacts footer .footer-contacts .social-footer a i,
#app-not_found footer .footer-contacts .social-footer a i {
  color: #FFFFFF;
}

#app-contacts footer .footer-contacts .social-footer a svg path,
#app-not_found footer .footer-contacts .social-footer a svg path {
  fill: #FFFFFF;
}

#app-contacts footer .footer-contacts .social-footer a svg:hover path,
#app-not_found footer .footer-contacts .social-footer a svg:hover path {
  fill: #FFFFFF;
}

#app-contacts footer .footer-contacts .social-footer a .dark-icon path,
#app-not_found footer .footer-contacts .social-footer a .dark-icon path {
  fill: #495057;
}

#app-contacts footer .footer-contacts .copyright-footer,
#app-not_found footer .footer-contacts .copyright-footer {
  display: none;
}

#app-not_found footer .footer-contacts .social-footer a i {
  color: #495057;
}

#app-not_found footer .footer-contacts .social-footer a:hover i {
  color: #000000;
}

.section-footer {
  padding: 0 40px 20px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.section-footer .social-footer {
  display: flex;
  flex-direction: row;
}

.section-footer .social-footer a {
  display: block;
  margin-left: 40px;
}

.section-footer .social-footer a:first-child {
  margin-left: 0;
}

.section-footer .social-footer a i {
  font-size: 26px;
  color: #495057;
}

.section-footer .social-footer a svg {
  height: 26px;
  width: auto;
}

.section-footer .social-footer a svg path {
  fill: #495057;
}

.section-footer .social-footer a:hover i {
  color: #000000;
}

.section-footer .social-footer a:hover svg path {
  fill: #000000;
}

.section-footer .copyright-footer p {
  font-size: 12px;
  color: #495057;
  font-family: "stem-light", sans-serif;
}

.section-footer .clear_flex-container {
  width: 145px;
}

#app-callback,
#app-payment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

#app-callback .section_success,
#app-payment .section_success {
  margin-top: 130px;
}

#app-callback .section_success p,
#app-payment .section_success p {
  margin-bottom: 30px;
  margin-top: 15px;
}

#app-callback .section_success a,
#app-payment .section_success a {
  width: 215px;
  text-align: center;
  margin-right: 30px;
  padding: 12px 30px;
  line-height: 23px;
  margin-bottom: 20px;
}

.js_analytic-checker {
  width: 25px !important;
  height: 25px !important;
}

.post_form {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.post_form .form_control_input {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  flex: 1;
}

.adminlite-action-save {
  margin-bottom: 60px;
}

.content-area-post {
  margin-top: 130px;
  margin-bottom: 100px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

.container-relative {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.empty {
  width: 60% !important;
  margin: 50px auto 50px auto;
}

.project_custom_text {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #495057;
}

.project-video-custom {
  height: 560px;
  margin-bottom: 80px;
  margin-top: 130px;
}

.new-blog-column {
  margin-bottom: 100px;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.header-darken-g_form {
  z-index: 5;
}

.container-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #fff;
}

.loader {
  max-width: 15rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

circle {
  fill: none;
  stroke-width: 3.5;
  -webkit-animation-name: preloader;
  animation-name: preloader;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-origin: 170px 170px;
  will-change: transform;
}

circle:nth-of-type(1) {
  stroke-dasharray: 550px;
}

circle:nth-of-type(2) {
  stroke-dasharray: 500px;
}

circle:nth-of-type(3) {
  stroke-dasharray: 450px;
}

circle:nth-of-type(4) {
  stroke-dasharray: 300px;
}

circle:nth-of-type(1) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

circle:nth-of-type(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

circle:nth-of-type(3) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

circle:nth-of-type(4) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}

@keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}

.h3-bottom {
  margin-bottom: 60px;
}

.btn_dark__services {
  padding: 6px 25px;
}

.btn_dark__services:hover {
  text-decoration: none;
}

.btn_dark__services--another {
  margin: 0 20px 20px 20px;
}

.services__list {
  padding: 0 0 0 20px;
}

.services__list li {
  list-style-type: circle;
  margin-bottom: 8px;
}

.services__link {
  margin-bottom: 15px;
  display: block;
}

.header-language,
.header-contact-info {
  margin-bottom: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-content p {
  margin-bottom: 1rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.card-project-action-main {
  margin-top: 40px;
}

.modal-lg {
  max-width: 1010px !important;
}

.services-card-img-modal {
  margin: 10px 0 20px 0;
}

.services-card-img-modal img {
  width: 100%;
  height: auto;
}

.quote-direction-right-modal {
  margin: 10px 0 20px 0;
}

.quote-direction-right-modal img {
  width: 100%;
  height: auto;
}

.post-img-wrap img,
.post-img-full img {
  -o-object-fit: cover;
     object-fit: cover;
}

.post-img-full .full_screen {
  height: 514px;
}

.post-img-wrap-2x .full_screen {
  height: 253px;
}

.post-img-wrap-3x .full_screen {
  height: 347px;
}

.modal-content {
  padding: 10px 25px;
}

.pagination {
  margin-top: 40px;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #343a40;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #343a40;
  text-decoration: none;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.page-item.disabled .page-link {
  color: #343a40;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

textarea {
  resize: none;
}

.form-fields-mobile,
.form-fields-mobile2 {
  display: none;
}

.section-form-main .form-main-custom-input {
  width: 100%;
}

/*==========  Desktop First  ==========*/

@media (max-width: 1199.98px) {
  .callback-form-wrapper .form-fields-desktop,
  .section-form-main .form-fields-desktop {
    display: none;
  }

  .callback-form-wrapper .form-fields-mobile,
  .section-form-main .form-fields-mobile {
    display: block;
  }

  .flex-wrapper-mobile .mobile-menu-right label {
    font-size: 18px;
    line-height: 27px;
  }

  .post-img-full .full_screen {
    height: 374px !important;
  }

  .post-img-wrap-2x .full_screen {
    height: 184px !important;
  }

  .post-img-wrap-3x .full_screen {
    height: 252px !important;
  }

  .header-darken-g_form {
    z-index: 2;
  }

  .header-darken-g_form_mobile {
    z-index: 5 !important;
  }

  .object-fit-cover {
    height: 208px !important;
  }

  .project-history {
    padding: 0 100px 100px 100px !important;
  }

  .project-gallery h2 {
    margin-bottom: 40px !important;
  }

  .project-gallery .project-gallery-wrapper-video {
    margin: 0 80px 80px 80px !important;
  }

  .project-review-page h2 {
    font-size: 36px !important;
    margin: 0 0 20px 30px !important;
  }

  .header-transparent {
    display: none;
  }

  .header-mobile {
    display: block !important;
    z-index: 3;
  }

  .main-window .title {
    top: 30%;
  }

  .section-youtube .slide--youtube-project iframe {
    width: 380px;
    height: 240px;
  }

  .section-instagram .instagram-posts {
    justify-content: space-between;
  }

  .section-instagram .instagram-posts .ig-post {
    width: 180px;
    height: auto;
  }

  .section-instagram .instagram-posts .ig-post img {
    width: 180px;
    height: 100%;
  }

  .section-projects-main {
    padding: 100px 50px 100px 50px;
  }

  .section-projects-main .projects-main-wrapper .arrow-next {
    right: -50px;
  }

  .section-projects-main .projects-main-wrapper .arrow-prev {
    left: -50px;
  }

  .section-projects-main .projects-main-wrapper .wrap-card {
    width: 415px !important;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main {
    background-size: contain;
    width: 380px;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container img {
    width: 100%;
    height: auto;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container .card-project-info .card-project-header {
    margin: 50px 0 30px 0;
  }

  .section-quote {
    padding: 0 45px 100px 45px;
  }

  .section-quote .quote-wrapper {
    padding: 0 20px 0 20px;
  }

  .section-quote .quote-wrapper .quote-card {
    margin-bottom: 65px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-left svg {
    width: 30px;
    height: 30px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid {
    max-width: 440px;
    margin: 0 15px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-content a {
    margin-top: 5px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links {
    margin-top: 15px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-author {
    margin-right: 30px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-author span {
    font-size: 13px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-direction-original svg {
    width: 12px;
    height: 12px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-direction-original a {
    line-height: 21px;
    padding-left: 22px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-right img {
    width: 270px;
  }

  .section-projects .projects-wrapper {
    padding: 120px 30px 120px 30px;
  }

  .section-projects .projects-wrapper h2 {
    margin-bottom: 40px;
  }

  .section-project-page .section-project-page-wrapper {
    padding: 80px 30px 120px 30px;
  }

  .section-services {
    padding: 120px 0 100px 0;
  }

  .section-services .wrapper-large-header {
    padding: 0;
  }

  .section-services .wrapper-large-header h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .section-services .services-wrapper .services-three-column h3 {
    font-size: 20px;
    margin: 30px 15px 0 15px;
  }

  .section-services .services-wrapper .services-three-column .card-services {
    width: 300px;
  }

  .section-services .services-wrapper .services-three-column .card-services iframe {
    width: 300px;
    height: 199px;
  }

  .section-services .services-wrapper .services-two-column .card-services {
    width: 445px;
  }

  .section-services .services-wrapper .services-two-column .card-services iframe {
    width: 445px;
  }

  .section_about {
    padding: 120px 100px 120px 100px;
  }

  .section_about .section-about-content h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .section_about .section-about-content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content {
    padding: 0 60px 0 80px;
  }

  #app-contacts footer .footer-contacts,
  #app-not_found footer .footer-contacts {
    left: 30px;
  }

  .section-blog .blog-content .w-grid-item {
    padding: 20px;
  }

  .section-blog .blog-navigate {
    padding-top: 20px;
    margin-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .flex-wrapper-mobile .mobile-menu-right label {
    font-size: 13px;
  }

  .post-img-full .full_screen {
    height: 440px !important;
  }

  .post-img-wrap-2x .full_screen {
    height: 217px !important;
  }

  .post-img-wrap-3x .full_screen {
    height: 297px !important;
    margin-right: 0 !important;
  }

  .modal-lg {
    max-width: 700px !important;
  }

  .main-window .video .btn-white_large {
    width: 440px;
  }

  .services-one-column .btn_dark__services {
    margin-top: 20px;
  }

  .services-three-column .btn_dark__services {
    margin: 20px 0 0 0;
  }

  .services-two-column .btn_dark__services {
    margin: 0 0 20px 15px;
  }

  .section-contacts {
    background-position: center right;
  }

  .object-fit-cover {
    height: 162px !important;
  }

  .new-blog-column {
    margin-bottom: 60px;
  }

  .project-history {
    padding: 0 30px 100px 30px !important;
  }

  .project-video-custom {
    height: 320px;
    margin: 0 0 160px 0 !important;
  }

  .effect-custom:focus ~ label {
    top: -20px;
    font-size: 13px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left {
    margin-right: 60px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left li {
    margin-bottom: 40px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left li a {
    font-size: 24px;
    line-height: 28px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right .section-form-main {
    width: 360px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right .section-form-main .form-fields .input-effect {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 35px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right .section-form-main .form-buttons {
    margin-top: 40px;
    font-size: 16px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right .section-form-main .form-buttons input {
    line-height: 19px;
  }

  .menu_mobile .mobile-menu-container .mobile-menu-social svg {
    height: 22px;
  }

  .section-youtube .wrapper--youtube_project {
    padding: 0 20px;
  }

  .section-youtube .arrow-prev {
    left: -20px;
  }

  .section-youtube .arrow-next {
    right: -20px;
  }

  .section-youtube .slide--youtube-project iframe {
    width: 310px;
    height: 210px;
  }

  .section-instagram {
    padding: 0 20px;
  }

  .section-instagram .instagram-posts {
    justify-content: space-between;
  }

  .section-instagram .instagram-posts .ig-post {
    width: 145px;
    margin: 8px;
  }

  .section-instagram .instagram-posts .ig-post img {
    width: 145px;
  }

  .section-instagram .instagram-posts:after {
    width: 180px;
  }

  .section-projects-main {
    padding: 60px 20px 60px 20px;
  }

  .section-projects-main h2 {
    margin-bottom: 20px;
  }

  .section-projects-main .projects-main-wrapper .arrow-next {
    right: -40px;
  }

  .section-projects-main .projects-main-wrapper .arrow-prev {
    left: -40px;
  }

  .section-projects-main .projects-main-wrapper .wrap-card {
    width: 325px !important;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main {
    background-size: contain;
    width: 290px;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container {
    padding: 20px;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container .card-project-info .card-project-header {
    margin: 45px 0 30px 0;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container .card-project-info .card-project-header span {
    font-size: 20px;
    line-height: 24px;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container .card-project-info .card-project-header svg {
    margin: 0 15px;
    height: 24px;
  }

  .section-quote h2 {
    margin-bottom: 40px;
  }

  .section-quote .quote-wrapper .quote-card {
    margin-bottom: 40px;
    flex-direction: column;
    max-height: 100%;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-left svg {
    width: 20px;
    height: 20px;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid {
    max-width: 100%;
    margin: 0;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid p {
    width: 100%;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-right {
    display: none;
  }

  .section-quote .quote-wrapper .quote-card:nth-child(2n) {
    flex-direction: column;
  }

  #app-main footer .section-footer {
    padding: 120px 0 20px 0;
  }

  #app-main footer .section-footer .social-footer a {
    margin-left: 30px;
  }

  #app-main footer .section-footer .social-footer a:first-child {
    margin-left: 0;
  }

  .clear_flex-container {
    display: none;
  }

  .section-projects .projects-wrapper {
    padding: 120px 0 120px 0;
  }

  .section-projects .projects-wrapper .card-project-info .card-project-header span {
    font-size: 22px;
  }

  .section-projects .projects-wrapper .card-project-info .card-project-header svg {
    width: 25px;
    height: 25px;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project {
    padding: 30px;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project .card-project-right-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project .card-project-right-column img {
    width: 336px;
    height: 218px;
  }

  .section-services .services-wrapper .services-one-column {
    padding: 30px 20px;
  }

  .section-services .services-wrapper .services-one-column .services-card-content {
    margin-left: 30px;
  }

  .section-services .services-wrapper .services-one-column h3 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .section-services .services-wrapper .services-one-column p {
    margin-bottom: 0;
  }

  .section-services .services-wrapper .services-two-column .card-services {
    width: 330px;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-header h3 {
    margin: 20px 13px 0 13px;
    font-size: 20px;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-img {
    margin: 20px 0;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-img img {
    height: 218px;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-video {
    margin: 20px 0;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-video iframe {
    width: 330px;
    height: 218px;
  }

  .section-services .services-wrapper .services-three-column {
    flex-direction: column;
  }

  .section-services .services-wrapper .services-three-column .card-services {
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 30px;
  }

  .section-services .services-wrapper .services-three-column .card-services:last-child {
    margin-bottom: 0;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-header {
    display: inline-block;
    width: 50%;
    float: right;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-header h3 {
    text-align: left;
    margin: 0 0 20px 0;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-img,
  .section-services .services-wrapper .services-three-column .card-services .services-card-video {
    margin: 0;
    display: inline-block;
    width: 50%;
    float: left;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-img img,
  .section-services .services-wrapper .services-three-column .card-services .services-card-video img {
    width: 290px;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-img iframe,
  .section-services .services-wrapper .services-three-column .card-services .services-card-video iframe {
    width: 290px;
    height: 192px;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-content {
    width: 50%;
    float: right;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-content p {
    padding: 0;
    margin: 0;
  }

  .section_about {
    padding: 120px 40px 120px 40px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content {
    padding: 0 60px 0 80px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content span {
    font-size: 16px;
    line-height: 21px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content address,
  .section-contacts .section-contacts-wrapper .section-contacts-content p {
    font-size: 22px;
    line-height: 31px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons {
    right: 0;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map a {
    padding: 12px 15px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map a svg {
    margin-right: 8px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-callback a {
    font-size: 18px;
    padding: 16px 25px;
    line-height: 26px;
  }

  #app-contacts footer .footer-contacts {
    left: 40px;
    bottom: 45px;
  }

  #app-contacts footer .footer-contacts .social-footer a {
    margin: 0 0 20px 0;
  }

  #app-contacts footer .footer-contacts .social-footer a i {
    font-size: 22px;
  }

  .section-blog {
    flex-direction: column;
  }

  .section-blog .blog-content .w-grid-item {
    margin-top: 50px;
    width: 100%;
    padding: 0 20px;
  }

  .section-blog .blog-content .w-grid-item:first-child {
    margin-top: 20px;
  }

  .section-blog .blog-navigate {
    padding-top: 80px;
    margin-left: 0;
  }

  .section-blog .blog-navigate .blog-articles {
    width: 100%;
  }

  .section-blog .blog-navigate .blog-articles ul {
    margin-top: 20px;
  }

  .section-blog .blog-navigate .blog-new-popular {
    margin-top: 60px;
  }

  .section-post .post-content {
    flex-direction: column;
  }

  .section-post .post-content .redactor-post p:last-child {
    margin-bottom: 0;
  }

  .section-post .post-content .blog-navigate {
    padding-top: 80px;
    margin-left: 0;
  }

  .section-post .post-content .blog-navigate .blog-articles {
    width: 100%;
  }

  .section-post .post-content .blog-navigate .blog-articles ul {
    margin-top: 20px;
  }

  .section-post .post-content .blog-navigate .blog-new-popular {
    margin-top: 60px;
  }

  .section-g-form {
    width: 690px;
  }

  .section-g-form .g-form-header-content {
    padding: 30px 40px 35px 40px;
  }

  #g-form .g-form-card {
    padding: 25px 40px 35px 40px;
    width: 690px;
  }

  #g-form .g-form-card .input-g-form input {
    width: 260px;
  }

  #g-form .g-form-card-wrapper-img .g-form-card-img {
    width: 690px;
  }
}

@media (max-width: 575.98px) {
  .form-fields-mobile2-hide {
    display: none;
  }

  .form-fields-mobile2 {
    display: block;
  }

  .modal-content {
    padding: 5px 5px;
  }

  .section-post .post-content .blog-navigate {
    padding-top: 60px;
  }

  .post-img-full .full_screen {
    height: 237px !important;
  }

  .post-img-wrap-2x .full_screen {
    height: 117px !important;
  }

  .post-img-wrap-3x .full_screen {
    height: 160px !important;
  }

  .project-gallery .project-gallery-wrapper .full_screen {
    height: 250px;
  }

  .project-gallery .project-gallery-wrapper .mid_screen {
    height: 274px;
  }

  .project-gallery .project-gallery-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .services-two-column .btn_dark__services {
    margin: 20px 0 0 0;
  }

  .h3-bottom {
    margin-bottom: 40px;
  }

  .project-history {
    padding: 0 15px 60px 15px !important;
  }

  .project-history .project-history-header h3 {
    margin-bottom: 25px !important;
  }

  .project-gallery h2 {
    font-size: 36px !important;
    margin-bottom: 20px !important;
  }

  .project-gallery .project-gallery-wrapper-video {
    margin: 0 0 60px 0 !important;
  }

  .project-gallery .project-gallery-wrapper-video:before {
    top: -20px !important;
    height: 100px !important;
  }

  .project-review-page h2 {
    font-size: 30px !important;
    margin: 0 0 15px 15px !important;
  }

  #project-gallery-wrapper-video:before {
    top: -40px;
  }

  .project-video-custom {
    height: 215px;
    margin: 0 0 90px 0 !important;
  }

  .effect-custom:focus ~ label {
    top: -20px;
    font-size: 13px;
  }

  .header .header-wrapper {
    height: 60px;
  }

  .header .header-wrapper .header-contact-info {
    display: none;
  }

  .header .logo-dark {
    margin-left: 10px !important;
  }

  .header .logo-dark a {
    background-size: cover;
    width: 88px;
    height: 40px;
  }

  .header-mobile .wrapper-hamburger {
    right: 25px;
    top: 21px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left {
    margin-right: 0;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left li {
    margin-bottom: 40px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-left li a {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .menu_mobile .mobile-menu-container .flex-wrapper-mobile .mobile-menu-right {
    display: none;
  }

  .menu_mobile .mobile-menu-container .mobile-menu-social {
    left: 15px;
    bottom: 30px;
    width: calc(80% - 30px);
    flex-direction: row;
    justify-content: space-around;
  }

  .menu_mobile .mobile-menu-container .mobile-menu-social svg {
    width: 20px;
    height: 22px;
    margin: 0;
  }

  .main-window .title {
    top: 35%;
  }

  .main-window .video {
    background: url(/images/img_1.jpg?4b499756654eaf4e67503a5dae710b15);
    background-size: cover;
    background-position: center center;
  }

  .main-window .video video {
    display: none;
  }

  .main-window .video .btn-white_large {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px;
  }

  .main-window .video .btn-white_large {
    width: 310px;
    text-align: center;
  }

  .section-youtube {
    padding: 50px 0 60px 0;
  }

  .section-youtube h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .section-youtube .wrapper--youtube_project {
    padding: 0 5px;
  }

  .section-youtube .wrapper--youtube_project .slick-slide {
    width: auto;
  }

  .section-youtube .wrapper--youtube_project .slide--youtube-project iframe {
    width: 290px;
    height: 200px;
  }

  .section-youtube .arrow-prev {
    left: -5px;
  }

  .section-youtube .arrow-next {
    right: -5px;
  }

  .section-instagram {
    padding: 0;
  }

  .section-instagram .instagram-header {
    flex-direction: column;
  }

  .section-instagram .instagram-header h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .section-instagram .instagram-posts .ig-post {
    width: 45%;
    margin: 7px;
  }

  .section-instagram .instagram-posts .ig-post img {
    width: 100%;
  }

  .section-instagram .instagram-posts:after {
    width: 45%;
  }

  .section-projects-main {
    padding: 60px 0 50px 0;
  }

  .section-projects-main h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .section-projects-main .projects-main-wrapper .slick-slide {
    text-align: center;
  }

  .section-projects-main .projects-main-wrapper .arrow-next {
    right: -8px;
  }

  .section-projects-main .projects-main-wrapper .arrow-prev {
    left: -8px;
  }

  .section-quote {
    padding: 0 0 80px 0;
  }

  .section-quote h2 {
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .section-quote .quote-wrapper {
    padding: 0 15px 0 15px;
  }

  .section-quote .quote-wrapper .quote-card {
    margin-bottom: 50px;
    flex-direction: column;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid {
    max-width: 100%;
    margin: 0;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid p {
    width: 100%;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links {
    flex-direction: column;
    align-items: start;
  }

  .section-quote .quote-wrapper .quote-card .quote-direction-mid .quote-links .quote-author {
    margin: 0 0 10px 0;
  }

  .section-form-main {
    width: 100%;
    padding: 0 15px;
  }

  .section-form-main .input-effect {
    margin-bottom: 40px;
    font-size: 15px;
  }

  .section-form-main .form-buttons {
    flex-direction: column;
    margin-top: 50px;
  }

  .section-form-main .form-buttons input {
    padding: 15px 20px;
    font-size: 20px;
  }

  .section-form-main .form-buttons input:first-child {
    margin-bottom: 20px;
  }

  footer .vector-footer {
    display: none;
  }

  footer .section-footer {
    padding: 50px 0 10px 0;
    flex-direction: column;
  }

  footer .section-footer .social-footer {
    margin-bottom: 20px;
  }

  #app-main footer .vector-footer {
    display: block;
  }

  .section-projects .projects-wrapper {
    padding: 90px 0 80px 0;
  }

  .section-projects .projects-wrapper h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project {
    padding: 20px 30px 30px 30px;
    height: auto;
    display: block;
    background-image: url(/images/Vector_9.svg?a437efddccf95156d2d261bca0aad6ac);
    background-size: contain;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project .card-project-right-column {
    display: none;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project .card-project-img-mobile img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project .card-project-left-column .card-project-info .card-project-header {
    margin-bottom: 25px;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project .card-project-left-column .card-project-info .card-project-header span {
    font-size: 18px;
  }

  .section-projects .projects-wrapper .projects-cards-wrapper .card-project .card-project-left-column .card-project-info .card-project-description .card-project-field:last-child {
    margin-bottom: 35px;
  }

  .callback-block {
    margin-bottom: 0;
    padding: 30px 20px 40px 20px;
  }

  .callback-block h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .callback-block .callback-buttons-wrap {
    margin: 40px auto 0 auto;
    flex-direction: column;
    width: 100%;
  }

  .callback-block .callback-buttons-wrap .btn-dark_medium {
    padding: 14px 30px;
    text-align: center;
  }

  .callback-block .callback-buttons-wrap .btn-dark_medium:first-child {
    margin-bottom: 20px;
  }

  .section-project-page .section-project-window .card-project-info {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .section-project-page .section-project-window .card-project-info .card-project-header {
    justify-content: flex-start;
  }

  .section-project-page .section-project-window .card-project-info .card-project-header span {
    font-size: 28px;
    line-height: 30px;
  }

  .section-project-page .section-project-window .project-window-background-wrapper {
    padding-top: 60px;
  }

  .section-project-page .section-project-page-wrapper {
    padding: 60px 0 80px 0;
  }

  .section-services {
    padding: 90px 0 80px 0;
  }

  .section-services .services-wrapper h2 {
    font-size: 28px;
  }

  .section-services .services-wrapper .services-one-column {
    flex-wrap: wrap-reverse;
    padding: 20px;
  }

  .section-services .services-wrapper .services-one-column .services-card-content {
    margin: 0;
  }

  .section-services .services-wrapper .services-one-column .services-card-img {
    margin-top: 30px;
    width: 100%;
  }

  .section-services .services-wrapper .services-one-column .services-card-img img {
    width: 100%;
    height: auto;
  }

  .section-services .services-wrapper .services-two-column {
    flex-direction: column;
  }

  .section-services .services-wrapper .services-two-column .card-services {
    padding: 20px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .section-services .services-wrapper .services-two-column .card-services:last-child {
    margin-bottom: 0;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-header h3 {
    margin: 0;
    text-align: left;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-content p {
    padding: 0;
    margin: 0;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-video iframe {
    width: 100%;
  }

  .section-services .services-wrapper .services-three-column .card-services {
    padding: 20px;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-header,
  .section-services .services-wrapper .services-three-column .card-services .services-card-img,
  .section-services .services-wrapper .services-three-column .card-services .services-card-content,
  .section-services .services-wrapper .services-three-column .card-services .services-card-video {
    float: none;
    width: 100%;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-content {
    margin-top: 30px;
  }

  .section-services .services-wrapper .services-three-column .card-services .services-card-img img,
  .section-services .services-wrapper .services-three-column .card-services .services-card-img iframe,
  .section-services .services-wrapper .services-three-column .card-services .services-card-video img,
  .section-services .services-wrapper .services-three-column .card-services .services-card-video iframe {
    width: 100%;
  }

  .section_about {
    padding: 90px 0 80px 0;
  }

  .section_about .section-about-content h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .section_about .section-about-content h3 {
    margin-top: 80px;
    font-size: 24px;
    line-height: 36px;
  }

  .section_about .section-about-content .about_we {
    margin: 40px 0;
    font-size: 20px;
    line-height: 28px;
  }

  .section_about .section-about-content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 21px;
  }

  .section-contacts {
    background-position: right center;
  }

  .section-contacts .section-contacts-wrapper {
    justify-content: space-between;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content {
    margin-top: 90px;
    padding: 0;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content .contact-field {
    margin-bottom: 20px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content .contact-field:first-child span {
    margin: 0 0 8px 0;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content address,
  .section-contacts .section-contacts-wrapper .section-contacts-content p {
    font-size: 18px;
    line-height: 24px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content span {
    margin: 26px 0 6px 0;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons {
    margin-top: 60px;
    margin-bottom: 80px;
    position: relative;
    top: 0;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map {
    text-align: left;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map a {
    padding: 10px 15px;
    display: block;
    line-height: 20px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-callback a {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  #app-contacts footer .footer-contacts,
  #app-not_found footer .footer-contacts {
    width: 75% !important;
    left: 0;
    bottom: 0;
  }

  #app-contacts footer .footer-contacts .social-footer,
  #app-not_found footer .footer-contacts .social-footer {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }

  #app-contacts footer .footer-contacts .social-footer a,
  #app-not_found footer .footer-contacts .social-footer a {
    margin: 0 20px 0 0;
  }

  .callback-form .container-form svg {
    top: 16px;
    right: 25px;
  }

  .callback-form .container-form .callback-form-wrapper {
    border: none;
    width: 100%;
    padding: 50px 15px;
  }

  .callback-form .form-fields .input-effect {
    font-size: 15px;
  }

  .section-page_not_found {
    padding: 60px 0 0 0;
  }

  .section-page_not_found .not-found-wrapper {
    height: calc(100vh - 60px);
  }

  .section-page_not_found .not-found-wrapper .not-found-wrap-content {
    padding-top: 10%;
  }

  .section-blog {
    padding: 90px 0 40px 0;
  }

  .section-blog .blog-content .w-grid-item {
    padding: 0;
  }

  .section-blog .blog-content .w-grid-item:first-child {
    margin-top: 0;
  }

  .section-blog .blog-content .w-grid-item .w-grid-item-content .w-grid-item-time {
    margin: 15px 0 15px 0;
  }

  .section-blog .blog-navigate {
    padding-top: 60px;
  }

  .content-area-post {
    margin: 90px 0 80px 0;
  }

  .section-post .post-content h2 {
    margin-bottom: 20px;
  }

  .section-post .post-content .post-img-full,
  .section-post .post-content .post-img-wrap {
    margin: 25px 0;
  }

  .section-post .post-content span {
    margin-bottom: 20px;
  }

  .section-post .post-content p {
    margin-bottom: 20px;
  }

  .section-post .post-content .post-img-wrap-3x img,
  .section-post .post-content .post-img-wrap-3x video {
    margin-right: 13px;
  }

  .section-g-form {
    padding: 100px 0 50px 0;
    width: 100%;
  }

  .section-g-form .g-form-header-content {
    padding: 20px 25px 25px 25px;
  }

  #g-form .g-form-card {
    padding: 25px 25px 35px 25px;
    width: 100%;
    margin: 0 auto 35px auto;
  }

  #g-form .g-form-card .input-g-form input {
    width: 245px;
    padding-bottom: 6px;
  }

  #g-form .g-form-card .input-g-form .g-form-header {
    width: 100%;
    margin-bottom: 25px;
  }

  #g-form .g-form-card .input-g-form .g-form-header p {
    line-height: 25px;
  }

  #g-form .g-form-card .input-g-form .g-form-header p span {
    right: -10px;
  }

  #g-form .g-form-card .input-g-form .g-form-inputs-flex {
    flex-direction: column;
  }

  #g-form .g-form-card .input-g-form .g-form-inputs-flex input:first-child {
    margin-bottom: 20px;
  }

  #g-form .g-form-card-wrapper-img {
    margin: 0 15px;
  }

  #g-form .g-form-card-wrapper-img .g-form-card-img {
    padding: 20px;
    margin: 0 0 35px 0;
    width: calc(100% - 30px);
  }

  #g-form .g-form-card-wrapper-img .g-form-card-img img {
    width: 100%;
    height: auto;
  }

  #g-form .g-form-card-wrapper-img .g-form-card-img svg {
    display: none;
  }

  .g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__title {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 320.98px) {
  .callback-form .form-fields .input-effect {
    font-size: 12px;
  }

  .object-fit-cover {
    height: 140px !important;
  }

  .project-history {
    padding: 0 0 60px 0 !important;
  }

  .main-window .video .btn-white_large {
    font-size: 16px;
    padding: 15px 15px;
  }

  .section-youtube .arrow-next {
    right: -15px;
  }

  .section-youtube .arrow-prev {
    left: -15px;
  }

  .section-youtube .wrapper--youtube_project .slide--youtube-project iframe {
    width: 260px;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main {
    width: 255px;
  }

  .section-projects-main .projects-main-wrapper .wrap-card .card-project-main .card-project-container .card-project-info .card-project-header span {
    font-size: 17px;
  }

  .section-projects-main .projects-main-wrapper .arrow-next {
    right: -13px;
  }

  .section-projects-main .projects-main-wrapper .arrow-prev {
    left: -13px;
  }

  .section-projects-main .projects-main-wrapper .card-project-info .card-project-action .btn {
    padding: 13px 20px;
  }

  .section-quote .quote-wrapper {
    padding: 0;
  }

  .section-form-main .input-effect {
    font-size: 12px;
  }

  .card-project-info .card-project-action .btn {
    padding: 13px 25px;
  }

  .section-project-page .section-project-window .card-project-info {
    left: 20px;
    right: 20px;
  }

  .section-project-page .section-project-window .card-project-info .card-project-header {
    justify-content: flex-start;
  }

  .section-project-page .section-project-window .card-project-info .card-project-header span {
    font-size: 24px;
    line-height: 26px;
  }

  .section-project-page .section-project-window .card-project-info .card-project-description .card-project-field svg {
    width: 20px;
  }

  .section-project-page .section-project-window .card-project-info .card-project-description .card-project-field p {
    font-size: 18px;
    line-height: 24px;
  }

  .section-services .services-wrapper h2 {
    font-size: 24px;
  }

  .section-services .services-wrapper .services-one-column h3 {
    font-size: 18px;
  }

  .section-services .services-wrapper .services-two-column .card-services .services-card-header h3,
  .section-services .services-wrapper .services-three-column .card-services .services-card-header h3 {
    font-size: 18px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content address,
  .section-contacts .section-contacts-wrapper .section-contacts-content p {
    font-size: 16px;
    line-height: 21px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-content span {
    margin: 20px 0 6px 0;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map {
    text-align: left;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-map a {
    padding: 8px 15px;
    display: block;
    line-height: 20px;
  }

  .section-contacts .section-contacts-wrapper .section-contacts-buttons .contacts-callback a {
    margin-top: 10px;
    font-size: 16px;
    padding: 12px 25px;
  }

  .section-g-form .g-form-header-content {
    padding: 20px 15px 25px 15px;
  }

  .section-g-form .g-form-header span {
    line-height: 15px;
  }

  #g-form .g-form-card {
    padding: 15px 15px 25px 15px;
  }

  #g-form .g-form-card .input-g-form input {
    width: 250px;
    font-size: 15px;
  }

  #g-form .g-form-card .input-g-form .g-form-header {
    margin-bottom: 20px;
  }

  #g-form .g-form-card .input-g-form .g-form-header p {
    font-size: 16px;
    line-height: 22px;
  }

  #g-form .g-form-card .input-g-form .g-form-header p span {
    right: -5px;
  }

  #g-form .g-form-card-wrapper-img .g-form-card-img {
    padding: 15px 15px 25px 15px;
  }

  .g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__helper-select {
    width: 20px;
    height: 20px;
  }

  .g-form-wrapper-checkboxes .wrapper-multi-dropdown .control-checkbox__title {
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .g-form-wrapper-checkboxes .wrapper-multi-dropdown .multi-input-another-select,
  .g-form-wrapper-checkboxes .wrapper-multi-dropdown .multi-input-another {
    width: 225px !important;
    margin-left: 15px !important;
  }
}

/*==========  Mobile First  ==========*/

