@charset "UTF-8";
@import "../fonts/stylesheet.css";
@import "../fonts/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Titillium+Web:wght@200;300;400;600;700&display=swap');
.fnt-R {
  font-weight: 400;
}

.fnt-L {
  font-weight: 300;
}

.fnt-B {
  font-weight: bold;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
  padding: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h1, h2, h3, h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 7rem;
}

h2 {
  font-size: 3.5rem;
  padding-bottom: 2rem;
  line-height: 4rem;
  font-weight: 400;
}

h3 {
  font-size: 3rem;
  padding-bottom: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.9rem;
}

p {
  padding-bottom: 2rem;
  line-height: 2.6rem;
  font-size: 1.5rem;
}
p:last-child {
  padding-bottom: 0;
}

/*
.div {
  @include grid(100, 10px,"flx", 4, 1024, 3, 768, 2, 520, 1);
}
*/
/*
.div {
  @include gridTwoColOdd(100, 20px, "flx", 40, 60, 900, 50, 768, 100 );
}
*/
.tel:before, .mail:before, .loc:before, .footer-top .wrapper > section > section section > a span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a span:before, footer .footer-bottom .wrapper section > a span:before, .custom-select:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about-top-block .wrapper aside div a, .home-banner .wrapper > section > div div a, .footer-top .wrapper > section > div p a, .overlay, .footer-top .wrapper > section > section section > a span, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a span, footer .footer-bottom .wrapper section > a span, .footer-top .wrapper > section > section section > a:after, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a:after, footer .footer-bottom .wrapper section > a:after, .btn-arrow:after, .close-popup span, footer .footer-top > div.ftr-left > div *, footer a, header .wrapper aside .top-nav > ul > li, header .wrapper aside .top-nav .menu-primary-container > ul > li, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li, header .wrapper aside .mobile-trigger a span, header .wrapper .logo a img, header .wrapper .logo a, .custom-radio label:after, .custom-checkbox label:after, .btn, .form-group .form-element input[type=submit], .btn-arrow, .btn-outline, .btn-fill {
  transition: all 0.3s ease;
}

.btn, .form-group .form-element input[type=submit], .btn-arrow, .btn-outline, .btn-fill {
  line-height: 42px;
  height: 45px;
  font-size: 1.3rem;
  padding: 0 2.5rem;
  background-color: #e91c2e;
  border: 1px solid #e91c2e;
  display: inline-block;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  transition: all 2s;
}
.btn:hover, .form-group .form-element input[type=submit]:hover, .btn-arrow:hover, .btn-outline:hover, .btn-fill:hover {
  background-color: #111;
  border: 1px solid #111;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}
.custom-checkbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #9c9c9c;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.custom-checkbox label:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #9c9c9c;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.custom-radio input[type=radio] {
  display: none;
}
.custom-radio label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.custom-radio label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #9c9c9c;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  left: 0;
}
.custom-radio label:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #9c9c9c;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 60%;
  transform: translate(-50%, -70%) scale(1.2);
  opacity: 0;
}
.custom-radio input[type=radio]:checked + label:after {
  transform: translate(-50% 0) scale(1);
  opacity: 1;
}

.custom-select {
  position: relative;
  display: block;
  width: 100%;
}
.custom-select:before {
  content: "";
  left: 0;
  right: 0;
  height: 4rem;
  position: absolute;
}
.custom-select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 25px;
  top: 12px;
  z-index: 0;
}
.custom-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #333;
  padding: 0 3rem 0 1.5rem;
  border-radius: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin-bottom: 1.5rem;
  height: 4rem;
  position: relative;
  z-index: 1;
  color: #333;
}
.custom-select select::-ms-expand {
  display: none;
}

.form-group .form-element textarea, .form-group .form-element input[type=text],
.form-group .form-element input[type=email],
.form-group .form-element input[type=password], textarea {
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0px;
  -webkit-appearance: none;
  outline: none;
  line-height: 45px;
  height: 45px;
  border: 1px solid #fff;
  font-size: 1.6rem;
}

.form-group .form-element select {
  border-radius: 5px;
  padding: 0 45px 0 24px;
  line-height: 54px;
  height: 54px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("../images/ico-drop.png");
  background-repeat: no-repeat;
  background-color: 95% 50%;
  font-size: 16px;
}

.form-group .form-element {
  overflow: hidden;
}
.form-group .form-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 10px 0 50px;
}
.form-group .form-action input[type=submit] {
  margin: 0 0 0 10px;
}
.form-group .form-more-action {
  display: flex;
  flex-wrap: wrap;
}
.form-group .form-more-action > div {
  flex: 0 0 50%;
}

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}

html {
  font-size: 10px;
  background-color: #111;
}
@media all and (max-width: 520px) {
  html {
    font-size: 8.5px;
  }
}

html, body {
  font-family: "Titillium Web", sans-serif;
}

body {
  color: #111;
  line-height: 2rem;
  font-size: 1.5rem;
}
@media all and (orientation: landscape) and (max-width: 768px) and (max-height: 640px) {
  body {
    height: initial !important;
  }
}

ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
ol li {
  padding-left: 0.5rem;
  padding-bottom: 0;
  font-weight: bold;
}

/**
 * Clear inner floats
 */
.wrapper {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1540px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media all and (max-width: 520px) {
  .wrapper {
    padding: 0 10px;
  }
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.shadow {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.a-Center {
  text-align: center !important;
}

.a-Right {
  text-align: right !important;
}

.p-T-2rem {
  padding-top: 2rem;
}

.clr-P {
  padding: 0 !important;
}

.h-100 {
  height: 100%;
}

.wpcf7-radio,
.wpcf7-checkbox, .testimonial .wrapper, .start-proj .wrapper, .gallery-page ul, .service-bottom-block figure a, .service-bottom-block, .about-top-block .wrapper, .footer-top .wrapper > section, .footer-top .wrapper, .static-footer .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.flex-7-3 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-7-3 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-7-3 .col {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 768px) {
  .flex-7-3 .col {
    flex: 0 0 100%;
  }
}
.flex-7-3 .col:first-child {
  flex: 0 0 70%;
  max-width: 70%;
  margin-bottom: 10px;
}
.flex-7-3 .col:first-child + .col {
  flex: 0 0 30%;
  max-width: 30%;
}

.flex-3-7 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-3-7 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-3-7 .col {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 768px) {
  .flex-3-7 .col {
    flex: 0 0 100%;
  }
}
.flex-3-7 .col:first-child {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 10px;
}
.flex-3-7 .col:first-child + .col {
  flex: 0 0 70%;
  max-width: 70%;
}

.flex-6-4 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-6-4 .col {
  padding: 0 10px;
}
@media all and (max-width: 900px) {
  .flex-6-4 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-6-4 .col {
    flex: 0 0 100%;
  }
}
.flex-6-4 .col:first-child {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 10px;
}
.flex-6-4 .col:first-child + .col {
  flex: 0 0 40%;
  max-width: 40%;
}

.flex-5-5 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-5-5 .col {
  padding: 0 10px;
}
@media all and (max-width: 900px) {
  .flex-5-5 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-5-5 .col {
    flex: 0 0 100%;
  }
}
.flex-5-5 .col:first-child {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.flex-5-5 .col:first-child + .col {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-4-6 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-4-6 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-4-6 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-4-6 .col {
    flex: 0 0 100%;
  }
}
.flex-4-6 .col:first-child {
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 10px;
}
.flex-4-6 .col:first-child + .col {
  flex: 0 0 60%;
  max-width: 60%;
}

.two-columns {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.two-columns .col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .two-columns .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media all and (max-width: 768px) {
  .two-columns .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 520px) {
  .two-columns .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.err-msg {
  font-size: 12px;
  color: #E6294B;
  top: -10px;
  margin-bottom: -10px;
  position: relative;
  display: none;
}
.err-msg.comp {
  display: block !important;
}

.err-block {
  padding-bottom: 20px;
}

.h-100 {
  height: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #464646 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #464646 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #464646 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #464646 !important;
}

@keyframes hide {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translateY(1000px);
  }
}
header {
  height: 76px;
  transition: all 0.3s ease;
  background-color: rgba(17, 17, 17, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 12;
}
header .wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
header .wrapper .logo {
  position: absolute;
}
header .wrapper .logo a {
  display: block;
}
header .wrapper .logo a img {
  max-width: 100%;
}
@media all and (max-width: 520px) {
  header .wrapper .logo a {
    width: 150px;
  }
}
@media all and (max-width: 360px) {
  header .wrapper .logo a {
    width: 130px;
  }
}
header .wrapper aside {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  padding-left: 42rem;
  flex: 1;
  z-index: 50;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media all and (max-width: 1240px) {
  header .wrapper aside {
    padding-left: 25rem;
  }
}
@media all and (max-width: 1024px) {
  header .wrapper aside {
    justify-content: flex-end;
  }
}
header .wrapper aside .mobile-trigger {
  order: 3;
  padding-left: 2rem;
  display: none;
}
@media all and (max-width: 1025px) {
  header .wrapper aside .mobile-trigger {
    display: inline-block;
    margin-right: 8px;
  }
}
@media all and (max-width: 360px) {
  header .wrapper aside .mobile-trigger {
    padding-left: 1.5rem;
  }
}
header .wrapper aside .mobile-trigger a {
  width: 24px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 0.5px;
}
header .wrapper aside .mobile-trigger a span {
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #e91c2e;
}
header .wrapper aside .mobile-trigger a span:first-child {
  top: 0;
}
header .wrapper aside .mobile-trigger a span:first-child + span {
  top: 6.5px;
}
header .wrapper aside .mobile-trigger a span:first-child + span + span {
  top: 12.5px;
}
header .wrapper aside .mobile-trigger a:hover span {
  background-color: #fff;
}
header .wrapper aside .top-nav {
  height: 100%;
}
header .wrapper aside .top-nav .menu-primary-container, header .wrapper aside .top-nav .menu-primary-menu-container {
  height: 100%;
  display: flex;
}
@media all and (min-width: 1025px) {
  header .wrapper aside .top-nav .menu-primary-container > ul, header .wrapper aside .top-nav .menu-primary-menu-container > ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    height: 100%;
  }
}
header .wrapper aside .top-nav .menu-primary-container > ul > li, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li {
  height: 100%;
  padding: 0 1.8rem;
}
header .wrapper aside .top-nav .menu-primary-container > ul > li > a, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  position: relative;
}
@media all and (max-width: 1024px) {
  header .wrapper aside .top-nav .menu-primary-container > ul > li > a, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li > a {
    padding: 0 1.2rem;
  }
}
header .wrapper aside .top-nav .menu-primary-container > ul > li > a:hover, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li > a:hover {
  color: #e91c2e !important;
}
@media all and (max-width: 1024px) {
  header .wrapper aside .top-nav .menu-primary-container > ul > li > a, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li > a {
    color: #fff;
    padding: 1rem 1.5rem 0.75rem;
    background-color: #111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
  }
  header .wrapper aside .top-nav .menu-primary-container > ul > li > a:hover, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li > a:hover {
    background-color: #000;
    color: #fff;
  }
}
@media all and (max-width: 520px) {
  header .wrapper aside .top-nav .menu-primary-container > ul > li > a, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li > a {
    padding: 0 1rem;
    line-height: 4rem;
  }
}
header .wrapper aside .top-nav .menu-primary-container > ul > li.current-menu-item > a, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li.current-menu-item > a {
  position: relative;
  color: #e91c2e;
}
@media all and (max-width: 1024px) {
  header .wrapper aside .top-nav .menu-primary-container > ul > li, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li {
    padding: 0;
  }
}
header .wrapper aside .top-nav .menu-primary-container > ul > li:last-child a:after, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li:last-child a:after {
  display: none;
}
header .wrapper aside .top-nav .menu-primary-container > ul > li.active > a, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li.active > a {
  color: #e91c2e;
}
header .wrapper aside .top-nav .menu-primary-container > ul > li.menu-item-type-custom > a, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li.menu-item-type-custom > a {
  position: relative;
  padding-right: 30px;
}
header .wrapper aside .top-nav .menu-primary-container > ul > li.menu-item-type-custom > a:after, header .wrapper aside .top-nav .menu-primary-menu-container > ul > li.menu-item-type-custom > a:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 6px;
  background-size: 9px 6px;
  background: url(../images/ico-drop.png) 0 0 no-repeat;
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media all and (max-width: 1024px) {
  header .wrapper aside .top-nav .menu-primary-container > ul, header .wrapper aside .top-nav .menu-primary-menu-container > ul {
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 1024px) {
  header .wrapper aside .top-nav .menu-primary-container, header .wrapper aside .top-nav .menu-primary-menu-container {
    display: none;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    right: 0;
    top: 0px;
  }
}
header .wrapper aside .top-nav > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  height: 100%;
  padding-right: 2rem;
}
header .wrapper aside .top-nav > ul > li {
  height: 100%;
  padding-right: 3rem;
}
header .wrapper aside .top-nav > ul > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 1.4rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
header .wrapper aside .top-nav > ul > li > a:hover {
  color: #fff;
}
@media all and (max-width: 1100px) {
  header .wrapper aside .top-nav > ul > li {
    padding-right: 1.75rem;
  }
}
header .wrapper aside .top-nav > ul > li.current-menu-item a {
  color: #009082;
}
header .wrapper aside .top-nav > ul > li.current-menu-item a:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #009082;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1100px) {
  header .wrapper aside .top-nav > ul {
    padding-right: 0;
  }
}
header .wrapper aside .contact-info {
  display: flex;
}
@media all and (min-width: 1024px) {
  header .wrapper aside .contact-info p a i {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  header .wrapper aside .contact-info p a strong {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  header .wrapper aside .contact-info p a {
    border-radius: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .wrapper aside .contact-info p a i {
    position: relative;
    font-size: 18px;
  }
}
header .wrapper aside .contact-info p a:hover {
  border: 1px solid #e91c2e;
}

@media all and (max-width: 520px) {
  #menu-primary-menu li:first-child {
    display: none;
  }
}

.static-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  height: 9.5rem;
  z-index: 12;
}
.static-footer .wrapper {
  height: 100%;
}
@media all and (min-width: 1541px) {
  .static-footer .wrapper {
    max-width: 1500px;
  }
}
@media all and (max-width: 1520px) {
  .static-footer .wrapper {
    max-width: 100%;
  }
}
@media all and (max-width: 1540px) {
  .static-footer .wrapper {
    padding: 0 !important;
  }
}
.static-footer .wrapper div {
  flex: 0 0 33.33%;
}
.static-footer .wrapper div a {
  display: flex;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding-top: 3rem;
  transition: all 0.75s;
}
.static-footer .wrapper div a.about {
  background: url(../images/ico-road.png) 50% 20px no-repeat;
}
.static-footer .wrapper div a.contact {
  background: url(../images/ico-mail.png) 50% 20px no-repeat;
}
.static-footer .wrapper div a.location {
  background: url(../images/ico-loc.png) 50% 20px no-repeat;
}
.static-footer .wrapper div a:hover {
  background-color: #e91c2e;
}
@media all and (max-width: 520px) {
  .static-footer .wrapper div {
    font-size: 11px;
  }
}
@media all and (max-width: 520px) {
  .static-footer {
    height: 95px;
  }
}

footer {
  background-color: #000;
  padding: 9rem 0 0;
  color: #fff;
  margin-bottom: 95px;
}
@media all and (max-width: 680px) {
  footer {
    padding: 3rem 0 0;
  }
}
footer p {
  color: #fff;
  font-size: 1.5rem;
}
footer a:hover {
  color: #999;
}
footer .footer-top {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top > div.ftr-left {
  flex: 1;
  display: flex;
}
@media all and (max-width: 1160px) {
  footer .footer-top > div.ftr-left {
    order: 1;
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
}
footer .footer-top > div.ftr-left > div li {
  padding-bottom: 0.5rem;
  list-style: none;
  font-size: 13px;
}
footer .footer-top > div.ftr-left > div li a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}
footer .footer-top > div.ftr-left > div li a:hover {
  color: #e91c2e;
  padding-left: 5px;
}
footer .footer-top > div.ftr-left > div:first-child {
  flex: 0 0 21%;
}
footer .footer-top > div.ftr-left > div:first-child + div {
  flex: 0 0 21%;
}
footer .footer-top > div.ftr-left > div:first-child + div ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top > div.ftr-left > div:first-child + div ul li {
  flex: 0 0 100%;
}
footer .footer-top > div.ftr-left > div:first-child + div + div {
  flex: 0 0 34%;
}
footer .footer-top > div.ftr-left > div:first-child + div + div p {
  padding-bottom: 0;
}
footer .footer-top > div.ftr-left > div:first-child + div + div p a {
  color: #fff;
}
footer .footer-top > div.ftr-left > div:first-child + div + div p a:hover {
  color: #009082;
}
footer .footer-top > div.ftr-left > div:first-child + div + div + div {
  flex: 0 0 24%;
}
@media (min-width: 941px) {
  footer .footer-top > div.ftr-left > div:first-child + div + div + div {
    text-align: center;
  }
}
footer .footer-top > div.ftr-left > div:first-child + div + div + div h3 {
  display: block;
  font-size: 1.3rem;
  padding-bottom: 2rem;
}
footer .footer-top > div.ftr-left > div > h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 3.2rem;
  display: none;
}
@media all and (max-width: 940px) {
  footer .footer-top > div.ftr-left > div > h3 {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 10px;
    position: relative;
    margin-bottom: 10px;
  }
  footer .footer-top > div.ftr-left > div > h3:after, footer .footer-top > div.ftr-left > div > h3:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    top: 1px;
    right: 21px;
    display: block;
    transition: all 0.3s ease;
  }
  footer .footer-top > div.ftr-left > div > h3:after {
    transform: rotate(90deg);
  }
  footer .footer-top > div.ftr-left > div > h3 ~ div > ul, footer .footer-top > div.ftr-left > div > h3 ~ div > section {
    display: none !important;
  }
  footer .footer-top > div.ftr-left > div > h3.active:before {
    display: none;
  }
  footer .footer-top > div.ftr-left > div > h3.active ~ div > ul, footer .footer-top > div.ftr-left > div > h3.active ~ div > section {
    display: block !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  footer .footer-top > div.ftr-left > div > h3.active ~ div > section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2rem;
    padding-top: 0;
  }
}
@media all and (max-width: 640px) {
  footer .footer-top > div.ftr-left > div > h3:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    top: 1px;
    right: 21px;
    display: block;
  }
}
@media all and (max-width: 940px) {
  footer .footer-top > div.ftr-left > div {
    flex: 0 0 100% !important;
    padding-right: 0 !important;
  }
}
footer .footer-top > div.ftr-right {
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
  order: -1;
  padding-right: 8.5rem;
  align-self: flex-start;
}
@media all and (max-width: 1340px) {
  footer .footer-top > div.ftr-right {
    flex: 0 0 100%;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-top > div.ftr-right h3 {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1rem;
  line-height: 2rem;
  margin: 0;
}
footer .footer-top > div.ftr-right p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-bottom: 2rem;
  max-width: 350px;
}
@media all and (max-width: 1340px) {
  footer .footer-top > div.ftr-right p {
    margin: 0 auto;
  }
}
footer .footer-top > div.ftr-right .news-letter {
  flex: 0 0 90%;
}
@media all and (max-width: 1340px) {
  footer .footer-top > div.ftr-right .news-letter {
    flex: auto;
    max-width: 400px;
    margin: 0 auto 5rem;
    width: 100%;
  }
}
footer .footer-top > div.ftr-right .form-element {
  position: relative;
}
footer .footer-top > div.ftr-right .form-element input[type=text] {
  width: 100%;
}
footer .footer-top > div.ftr-right .form-element input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
footer .footer-middle {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-middle > div {
  display: flex;
}
@media all and (max-width: 520px) {
  footer .footer-middle > div {
    flex-direction: column;
  }
}
@media all and (max-width: 1160px) {
  footer .footer-middle {
    align-items: center;
    text-align: center;
  }
}
@media all and (max-width: 520px) {
  footer .footer-middle .loc,
footer .footer-middle .mail,
footer .footer-middle .tel,
footer .footer-middle .skype {
    padding-left: 0;
    padding-top: 2rem;
    margin-left: 0;
  }
  footer .footer-middle .loc:before,
footer .footer-middle .mail:before,
footer .footer-middle .tel:before,
footer .footer-middle .skype:before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}
footer .footer-bottom {
  margin: 6rem 0 0;
  padding: 3rem 0;
  border-top: 1px solid #333;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-bottom .wrapper {
  display: flex;
  font-size: 13px;
  position: relative;
  align-items: center;
}
footer .footer-bottom figure {
  padding-left: 5.5rem;
}
@media all and (max-width: 1080px) {
  footer .footer-bottom figure {
    padding-left: 0;
    padding-top: 0;
    order: -1;
    padding-bottom: 2rem;
  }
}
footer .footer-bottom .copy {
  padding-right: 1.5rem;
  font-size: 1.3rem;
  color: #999;
}
@media all and (max-width: 1080px) {
  footer .footer-bottom .copy {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
footer .footer-bottom div {
  font-size: 1.3rem;
}
footer .footer-bottom div a {
  display: inline-block;
  margin: 0 5px;
}
footer .footer-bottom .wrapper > div {
  color: #fff;
  font-size: 13px;
}
@media all and (max-width: 940px) {
  footer .footer-bottom .wrapper > div {
    text-align: center;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
footer .footer-bottom .wrapper > div a {
  color: #ccc;
}
footer .footer-bottom .wrapper > div a:hover {
  color: #009082;
}
footer .footer-bottom .wrapper > div > span {
  padding-left: 2rem;
}
@media all and (max-width: 1080px) {
  footer .footer-bottom .wrapper > div > span {
    display: block;
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
}
footer .footer-bottom .wrapper > div > span span {
  padding: 0 5px;
}
footer .footer-bottom .wrapper > div:last-child {
  padding-left: 3rem;
}
footer .footer-bottom .wrapper > div:last-child a {
  color: #fff;
}
footer .footer-bottom .wrapper > div:last-child a:hover {
  color: #009082;
}
@media all and (max-width: 1080px) {
  footer .footer-bottom .wrapper > div:last-child {
    padding-left: 0;
    padding-top: 3rem;
  }
}
@media all and (max-width: 1080px) {
  footer .footer-bottom .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
@media all and (max-width: 1080px) {
  footer .footer-bottom {
    padding-bottom: 3rem;
    flex-direction: column;
    margin-top: 0;
    border: 0px;
  }
}
footer .toTop {
  position: absolute;
  background-image: url(../images/ico-top.png);
  background-repeat: no-repeat;
  background-color: #111;
  width: 50px;
  right: 0;
  height: 50px;
  border-radius: 100%;
  top: -55px;
  display: block;
  background-position: 50%;
}
@media all and (max-width: 1260px) {
  footer .toTop {
    right: 2rem;
    top: -85px;
  }
}
@media all and (max-width: 900px) {
  footer .toTop {
    top: -75px;
  }
}
footer .toTop:hover {
  transform: translateY(-5px);
}

@keyframes showSubMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes CustfadeInDown {
  from {
    opacity: 0;
    display: block;
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.submenu {
  transition: all 0.3s;
  transform: translateY(-3000px);
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
}
.submenu.active {
  animation: showSubMenu 2s;
  animation-fill-mode: forwards;
  z-index: 11;
  bottom: 90px;
}
.submenu.active .service-wrapper {
  background-color: rgba(17, 17, 17, 0.5);
  height: 100%;
}
.submenu .wrapper {
  padding: 0;
  max-width: 100%;
  height: 100%;
}
.submenu ul {
  overflow-y: auto;
  height: 100%;
}

.sub-menu-drop {
  transform: translateY(-1000px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(17, 17, 17, 0.8);
  bottom: 0;
  z-index: -1;
  opacity: 0;
  padding: 76px 0 0;
}
.sub-menu-drop > .wrapper {
  display: none;
  max-height: 100%;
  overflow-y: auto;
  padding: 0;
}
@media all and (min-width: 1521px) {
  .sub-menu-drop > .wrapper {
    max-width: 100%;
    height: 100%;
  }
}
.sub-menu-drop > .wrapper .service-wrapper > .wrapper {
  padding: 0;
  max-width: 1540px;
}
.sub-menu-drop > .wrapper.active {
  display: block;
}
.sub-menu-drop.active {
  animation: CustfadeInDown 2s;
  animation-fill-mode: forwards;
  z-index: 9;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 60px;
  z-index: 20;
  font-size: 20px;
  border: 1px solid;
  padding: 10px;
  transition: all 1s;
}
@media all and (max-width: 520px) {
  .close-popup {
    right: 20px;
  }
}
.close-popup span {
  position: absolute;
  width: 13px;
  height: 3px;
  background-color: #fff;
  left: 4px;
}
.close-popup span:first-child {
  transform: rotate(-45deg);
  top: 8px !important;
}
.close-popup span:first-child + span {
  top: 6.5px;
  width: 0;
  transform: translateX(-50%);
  left: 50%;
}
.close-popup span:first-child + span + span {
  top: 12.5px;
  transform: rotate(45deg);
  top: 8px !important;
}
.close-popup:hover {
  border-color: #e91c2e;
  background-color: #e91c2e;
  color: #fff;
}

body.fixed {
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  body.fixed.showNav .submenu.active {
    top: 115px;
  }
}

input.err {
  box-shadow: 0 2px 0 0 #E6294B !important;
  border: 1px solid #E6294B !important;
  background-color: #fff !important;
}

.btn {
  cursor: pointer;
}
.btn.red {
  color: #fff;
  background-color: #e91c2e;
}
.btn.red:hover {
  color: #fff;
  background-color: #111111;
}
.btn.blk {
  color: #fff;
  background-color: #111111;
}
.btn.blk:hover {
  color: #fff;
  background-color: #cf323b;
}

.btn-arrow {
  position: relative;
  padding-right: 7.5rem;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 600;
  border: 1px solid #111;
  border-radius: 50px;
}
.btn-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 9px;
  background-image: url("../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 13px 9px;
}
.btn-arrow:hover:after {
  right: 25px;
}
.btn-arrow.red {
  color: #fff;
  background-color: #009082;
  border: 1px solid white;
}
.btn-arrow.red:hover {
  color: #fff;
  background-color: #111111;
}
.btn-arrow.opR {
  color: #fff;
  background-color: rgba(207, 50, 59, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-arrow.opR:hover {
  color: #fff;
  background-color: rgba(207, 50, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-arrow.blk {
  color: #fff;
  background-color: #111111;
  border: 1px solid white;
}
.btn-arrow.blk:hover {
  color: #fff;
  background-color: #cf323b;
  border: 1px solid white;
}
.btn-arrow.opB {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-arrow.opB:hover {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.footer-top .wrapper > section > section section, footer .footer-top > div.ftr-left > div:first-child + div + div + div section, footer .footer-bottom .wrapper section {
  display: flex;
  flex-direction: row;
}
.footer-top .wrapper > section > section section > a, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a, footer .footer-bottom .wrapper section > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 4px;
  border-radius: 100%;
  transition: all 0.3s ease;
  border: 0px;
  position: relative;
}
.footer-top .wrapper > section > section section > a:after, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a:after, footer .footer-bottom .wrapper section > a:after {
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.footer-top .wrapper > section > section section > a span, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a span, footer .footer-bottom .wrapper section > a span {
  display: block;
  width: 20px;
  height: 42px;
  line-height: 47px;
  transition: all 0.3s ease;
  z-index: 1;
  backface-visibility: hidden;
  margin-left: 10px;
  text-align: center;
}
.footer-top .wrapper > section > section section > a span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a span:before, footer .footer-bottom .wrapper section > a span:before {
  content: "";
  display: inline-block;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  margin-left: 2px;
  transition: all 0.5s;
}
.footer-top .wrapper > section > section section > a:hover, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a:hover, footer .footer-bottom .wrapper section > a:hover {
  transform: translateY(-5px);
}
.footer-top .wrapper > section > section section > a:hover span, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a:hover span, footer .footer-bottom .wrapper section > a:hover span {
  background-position: 0 100% !important;
  transform: scale(1.1);
}
.footer-top .wrapper > section > section section > a:hover span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a:hover span:before, footer .footer-bottom .wrapper section > a:hover span:before {
  color: #e91c2e;
}
.footer-top .wrapper > section > section section > a.fbk span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a.fbk span:before, footer .footer-bottom .wrapper section > a.fbk span:before {
  content: "";
  margin-left: 1px;
}
.footer-top .wrapper > section > section section > a.twt span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a.twt span:before, footer .footer-bottom .wrapper section > a.twt span:before {
  content: "";
}
.footer-top .wrapper > section > section section > a.pin span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a.pin span:before, footer .footer-bottom .wrapper section > a.pin span:before {
  content: "";
}
.footer-top .wrapper > section > section section > a.insta span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a.insta span:before, footer .footer-bottom .wrapper section > a.insta span:before {
  content: "";
}
.footer-top .wrapper > section > section section > a.youtube span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a.youtube span:before, footer .footer-bottom .wrapper section > a.youtube span:before {
  content: "";
}
.footer-top .wrapper > section > section section > a.gmail span:before, footer .footer-top > div.ftr-left > div:first-child + div + div + div section > a.gmail span:before, footer .footer-bottom .wrapper section > a.gmail span:before {
  content: "";
  font-size: 17px;
}

.page-title-wrapper {
  background-color: #fff;
  margin: 76px 0 0;
}

.page-title {
  padding: 3rem 0;
  display: flex;
}
@media all and (max-width: 1040px) {
  .page-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 640px) {
  .page-title {
    padding-bottom: 2rem;
  }
}
@media all and (max-width: 520px) {
  .page-title {
    text-align: center;
    padding-top: 1.5rem;
  }
}
.page-title h1 {
  align-items: center;
  padding-bottom: 0;
  white-space: nowrap;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 5rem;
  padding: 1rem 0;
}
.page-title h1 strong {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0px;
  padding-bottom: 0.75rem;
  display: block;
  color: #009082;
}
@media all and (max-width: 840px) {
  .page-title h1 strong {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.page-title h1 p {
  font-size: 2.5rem;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
@media all and (max-width: 840px) {
  .page-title h1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 640px) {
  .page-title h1 {
    width: 100%;
  }
}
.page-title > p {
  color: #111;
  font-size: 2.5rem;
  letter-spacing: -1px;
  font-weight: 600;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
@media all and (min-width: 1040px) {
  .page-title > p {
    padding: 0 0 0 3rem;
    margin-left: 3rem;
    border-left: 2px solid #111;
    margin: 0 0 0 3rem;
  }
}
@media all and (max-width: 1040px) {
  .page-title > p {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
@media all and (max-width: 640px) {
  .page-title > p {
    width: 100%;
  }
}
@media all and (max-width: 520px) {
  .page-title > p {
    justify-content: center;
  }
}

.overlay {
  position: fixed;
  border-radius: 0%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-100%);
  z-index: 2;
}

.showNav {
  overflow: hidden;
}
.showNav .overlay {
  transform: translateY(0%);
}
.showNav header {
  background-color: #000;
  z-index: 12;
}
.showNav .mobile-trigger {
  position: relative;
  z-index: 6;
}
.showNav .mobile-trigger a:after {
  content: "";
  position: absolute;
  border-radius: 0%;
  border: 2px solid #fff;
  width: 40px;
  height: 38px;
  display: block;
  top: -11px;
  left: -10px;
}
.showNav .mobile-trigger a span {
  background-color: #fff !important;
}
.showNav .mobile-trigger a span:first-child {
  transform: rotate(-45deg);
  top: 8px !important;
}
.showNav .mobile-trigger a span:first-child + span {
  width: 0;
  transform: translateX(-50%);
  left: 50%;
}
.showNav .mobile-trigger a span:first-child + span + span {
  transform: rotate(45deg);
  top: 8px !important;
}
.showNav .mobile-trigger a:hover span {
  background-color: #fff !important;
}
@media all and (max-width: 1024px) {
  .showNav header .wrapper aside .top-nav .menu-primary-menu-container {
    top: 75px;
    display: block;
    height: 40px;
    width: 100%;
    background-color: #111;
  }
}

.footer-top .wrapper {
  padding: 6rem 0;
}
.footer-top .wrapper > div {
  flex: 0 0 42%;
}
.footer-top .wrapper > div h3 {
  text-transform: uppercase;
  font-size: 2.2rem;
  padding-right: 9rem;
  color: #333;
  line-height: 3rem;
}
@media all and (max-width: 1200px) {
  .footer-top .wrapper > div {
    flex: 0 0 60%;
  }
}
@media all and (max-width: 820px) {
  .footer-top .wrapper > div {
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 3rem;
  }
  .footer-top .wrapper > div h3 {
    padding-right: 4rem;
  }
}
.footer-top .wrapper > section {
  flex: 1;
}
.footer-top .wrapper > section h4 {
  font-size: 1.7rem;
  color: #010101;
  padding-bottom: 2.25rem;
  font-weight: 400;
}
.footer-top .wrapper > section > div {
  flex: 0 0 400px;
}
.footer-top .wrapper > section > div p {
  padding-bottom: 0;
}
.footer-top .wrapper > section > div p a {
  color: #654d6a;
  font-size: 1.6rem;
  opacity: 0.8;
}
.footer-top .wrapper > section > div p a:hover {
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .footer-top .wrapper > section > div {
    padding-bottom: 2rem;
  }
}
@media all and (max-width: 820px) {
  .footer-top .wrapper > section > div {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 540px) {
  .footer-top .wrapper > section > div {
    flex: 0 0 100%;
  }
}
.footer-top .wrapper > section > section {
  flex: 1;
}
@media all and (max-width: 820px) {
  .footer-top .wrapper > section > section > section {
    justify-content: center;
  }
}
@media all and (max-width: 1200px) {
  .footer-top .wrapper > section {
    flex: 0 0 40%;
  }
}
@media all and (max-width: 820px) {
  .footer-top .wrapper > section {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media all and (max-width: 1324px) {
  .footer-top .wrapper {
    padding-left: 2rem;
  }
}
@media all and (max-width: 820px) {
  .footer-top .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer-top .wrapper h3 {
    padding-right: 0 !important;
  }
}

.loc {
  padding-left: 25px;
  position: relative;
  color: #fff;
}
@media all and (min-width: 1161px) {
  .loc {
    padding-bottom: 1.5rem !important;
  }
}
.loc:before {
  content: "";
  position: absolute;
  color: #009082;
  left: 2px;
  top: 5px;
  font-size: 18px;
}
@media all and (max-width: 940px) {
  .loc:before {
    top: 3px;
  }
}

.mail {
  padding-left: 25px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 1rem;
}
.mail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  color: #009082;
  font-size: 14px;
}
@media all and (max-width: 940px) {
  .mail:before {
    top: 5px;
  }
}

.tel {
  padding-left: 25px;
  position: relative;
  padding-bottom: 0.5rem !important;
}
.tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  color: #009082;
  font-size: 18px;
}
@media all and (max-width: 940px) {
  .tel:before {
    top: 4px;
  }
}
@media all and (max-width: 520px) {
  .tel {
    padding-bottom: 1.5rem !important;
  }
}

.testimonial .wrapper aside h2, .about-bottom-block .wrapper ul li h3 {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.testimonial .wrapper aside h2:after, .about-bottom-block .wrapper ul li h3:after {
  content: "";
  width: 23rem;
  height: 5px;
  background-color: #e91c2e;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 580px) {
  .testimonial .wrapper aside h2:after, .about-bottom-block .wrapper ul li h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-banner {
  height: 90vh;
}
@media all and (max-width: 520px) {
  .home-banner {
    height: 500px;
  }
}
.home-banner .swiper-container {
  height: 100%;
}
.home-banner .swiper-container .swiper-slide {
  background-size: cover !important;
  background-position: 50% 0% !important;
}
.home-banner .wrapper {
  background-size: cover !important;
  position: relative;
  height: 100%;
}
.home-banner .wrapper > section {
  display: flex;
  padding-left: calc(42rem + 15px);
  padding-top: 19rem;
  /* position: absolute; */
  /* right: 0; */
  z-index: 1;
  transition: all 0.3s ease;
  height: 100%;
}
@media all and (max-width: 1240px) {
  .home-banner .wrapper > section {
    padding-left: calc(25rem + 15px);
  }
}
@media all and (max-width: 1320px) {
  .home-banner .wrapper > section {
    right: 2rem;
  }
}
@media all and (max-width: 1024px) {
  .home-banner .wrapper > section {
    padding-left: calc(15rem + 15px);
    text-align: center;
  }
}
@media all and (max-width: 980px) {
  .home-banner .wrapper > section {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    right: 0;
    justify-content: center;
  }
}
.home-banner .wrapper > section > div {
  color: #fff;
}
.home-banner .wrapper > section > div div {
  display: flex;
}
.home-banner .wrapper > section > div div a {
  background-color: #e91c2e;
  color: #fff;
  font-size: 2.5rem;
  display: block;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media all and (max-width: 980px) {
  .home-banner .wrapper > section > div div a {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 600px) {
  .home-banner .wrapper > section > div div a {
    font-size: 2rem;
  }
}
.home-banner .wrapper > section > div div a:hover {
  background-color: #111;
}
.home-banner .wrapper > section > div div strong {
  background-color: #111;
  color: #fff;
  font-size: 2.5rem;
  display: block;
  padding: 2rem 2.5rem 2rem 5.25rem;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.home-banner .wrapper > section > div div strong i {
  font-size: 4rem;
  position: absolute;
  left: 24px;
  top: 10px;
  color: #fa5252;
}
@media all and (max-width: 980px) {
  .home-banner .wrapper > section > div div strong i {
    position: relative;
    top: 6px;
    left: -10px;
  }
}
@media all and (max-width: 980px) {
  .home-banner .wrapper > section > div div strong {
    padding-top: 1rem;
    padding-top: 1rem;
    align-items: center;
    margin: 0 auto;
    margin-top: 1.5rem;
    padding: 1rem 3.5rem 2rem 4.5rem;
  }
}
@media all and (max-width: 980px) {
  .home-banner .wrapper > section > div div {
    flex-wrap: wrap;
    justify-self: center;
  }
}
.home-banner .wrapper > section h1 {
  font-weight: bold;
  font-size: 7rem;
  line-height: 7rem;
  max-width: 530px;
  text-shadow: 0px 0px 10px rgba(17, 17, 17, 0.3);
  text-transform: uppercase;
}
@media all and (max-width: 980px) {
  .home-banner .wrapper > section h1 {
    max-width: 100%;
  }
}
@media all and (max-width: 520px) {
  .home-banner .wrapper > section h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.home-banner .wrapper > section p {
  font-size: 2.5rem;
  line-height: 3rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media all and (max-width: 720px) {
  .home-banner .wrapper > section p {
    padding: 1rem 0 2rem 0;
    display: block;
  }
}
@media all and (max-width: 600px) {
  .home-banner .wrapper > section {
    height: auto;
  }
}
.home-banner .swiper-page-wrapper {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
}
.home-banner .swiper-page-wrapper .swiper-pagination {
  position: relative;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}
@media all and (max-width: 1320px) {
  .home-banner .swiper-page-wrapper .swiper-pagination {
    padding: 0 2rem;
  }
}
.home-banner .swiper-page-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 5px;
  border-radius: 5px;
  margin-right: 15px;
  background-color: #009082;
  opacity: 1;
}
.home-banner .swiper-page-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.service-wrapper {
  background-color: #000;
}
@media all and (max-width: 1540px) {
  .service-wrapper .wrapper {
    padding: 0;
  }
}
.service-wrapper ul {
  list-style: none;
  padding: 0px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.service-wrapper ul .col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 0px;
}
@media all and (max-width: 1024px) {
  .service-wrapper ul .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 768px) {
  .service-wrapper ul .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 650px) {
  .service-wrapper ul .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.service-wrapper ul .col a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.service-wrapper ul .col a img {
  transition: all 2s;
  width: 100%;
}
.service-wrapper ul .col a:hover img {
  transform: scale(1.15);
}
.service-wrapper ul .col a > div {
  position: absolute;
  display: flex;
  top: 0;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem 5rem;
  color: #fff;
  left: 0;
  right: 0;
}
@media all and (max-width: 520px) {
  .service-wrapper ul .col a > div {
    padding: 3rem 2rem;
  }
}
.service-wrapper ul .col a > div h2 {
  padding-bottom: 0;
  text-transform: uppercase;
}
.service-wrapper ul .col a > div p {
  line-height: 2rem;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 38rem;
}
.service-wrapper ul .col a > div .btn {
  font-weight: 400;
  align-self: flex-start;
}
.service-wrapper ul .col a:hover .btn {
  background-color: #111;
}
@media all and (max-width: 1024px) {
  .service-wrapper ul .col a {
    height: 100%;
  }
  .service-wrapper ul .col a img {
    height: 100%;
  }
}
.service-wrapper ul .col.big {
  max-width: 66.66%;
  flex: 0 0 66.66%;
}
@media all and (max-width: 1024px) {
  .service-wrapper ul .col.big {
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.inner-banner {
  height: 494px;
  background-size: cover !important;
  background-position: 50% 0% !important;
  transition: all 0.3s ease;
}
@media all and (max-width: 520px) {
  .inner-banner {
    height: 300px;
  }
}

.inner-banner + .page-title-wrapper {
  margin-top: 0;
}

.page-content {
  padding: 2rem 0 6rem 0;
  background-color: #fff;
}
@media all and (max-width: 520px) {
  .page-content .wrapper {
    text-align: center;
  }
}

.about-bottom-block {
  background-color: #fff;
  padding: 7rem 0;
}
@media all and (max-width: 580px) {
  .about-bottom-block {
    padding: 5rem 0 0;
  }
}
.about-bottom-block .wrapper > h2, .about-bottom-block .wrapper > p {
  text-align: center;
  text-transform: uppercase;
}
.about-bottom-block .wrapper > h2 {
  font-size: 5rem;
  font-weight: 700;
}
.about-bottom-block .wrapper > p {
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin-bottom: 7rem;
}
@media all and (max-width: 580px) {
  .about-bottom-block .wrapper > p {
    margin-bottom: 0rem;
  }
}
.about-bottom-block .wrapper ul {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -25px;
}
.about-bottom-block .wrapper ul .col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 25px;
}
@media all and (max-width: 1180px) {
  .about-bottom-block .wrapper ul .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 580px) {
  .about-bottom-block .wrapper ul .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 520px) {
  .about-bottom-block .wrapper ul .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 580px) {
  .about-bottom-block .wrapper ul {
    margin: 0;
  }
}
.about-bottom-block .wrapper ul li {
  border-right: 1px solid #bdbdbd;
  list-style: none;
}
@media all and (min-width: 580px) {
  .about-bottom-block .wrapper ul li {
    padding-bottom: 2.5rem !important;
  }
}
.about-bottom-block .wrapper ul li:last-child {
  border-right: 0px;
}
.about-bottom-block .wrapper ul li figure {
  text-align: center;
  padding: 3rem 0 5rem;
}
.about-bottom-block .wrapper ul li h3 {
  font-size: 2rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  position: relative;
}
.about-bottom-block .wrapper ul li h3:after {
  background-color: #111;
  width: 100px;
}
@media all and (max-width: 1180px) {
  .about-bottom-block .wrapper ul li {
    margin-bottom: 5rem;
  }
  .about-bottom-block .wrapper ul li:nth-child(even) {
    border: 0px;
  }
}
@media all and (max-width: 580px) {
  .about-bottom-block .wrapper ul li {
    border: 0px;
    text-align: center;
  }
}

.about-top-block {
  background-color: #fff;
}
@media all and (min-width: 1540px) {
  .about-top-block .wrapper {
    padding: 6rem 0;
  }
}
@media all and (max-width: 1540px) {
  .about-top-block .wrapper {
    padding: 6rem 0;
  }
}
@media all and (max-width: 520px) {
  .about-top-block .wrapper {
    padding: 3rem 0 0;
  }
}
.about-top-block .wrapper aside {
  flex: 1;
  padding: 0 5rem;
}
@media all and (min-width: 1540px) {
  .about-top-block .wrapper aside {
    padding: 0 5rem 0 0;
  }
}
.about-top-block .wrapper aside h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.about-top-block .wrapper aside h2:after {
  content: "";
  width: 23rem;
  height: 5px;
  background-color: #111;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 520px) {
  .about-top-block .wrapper aside h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-top-block .wrapper aside p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding-bottom: 2.5rem;
}
.about-top-block .wrapper aside p strong {
  font-weight: 600;
}
.about-top-block .wrapper aside div {
  display: flex;
  margin-top: 1rem;
}
.about-top-block .wrapper aside div a {
  background-color: #e91c2e;
  color: #fff;
  font-size: 2.2rem;
  display: block;
  line-height: 2.2rem;
  padding: 2.25rem 2rem 2rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media all and (max-width: 1380px) {
  .about-top-block .wrapper aside div a {
    flex: 0 0 100%;
    padding: 2rem;
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .about-top-block .wrapper aside div a {
    font-size: 2rem;
  }
}
.about-top-block .wrapper aside div a:hover {
  background-color: #111;
}
.about-top-block .wrapper aside div strong {
  color: #111;
  background-color: #fff;
  font-size: 2.5rem;
  border: 2px solid #e91c2e;
  display: block;
  padding: 2rem 2.5rem 2rem 5.25rem;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.about-top-block .wrapper aside div strong i {
  font-size: 4rem;
  position: absolute;
  left: 24px;
  top: 10px;
  color: #111;
}
@media all and (max-width: 1380px) {
  .about-top-block .wrapper aside div strong i {
    position: relative;
    top: 6px;
    left: -10px;
  }
}
@media all and (max-width: 1380px) {
  .about-top-block .wrapper aside div strong {
    padding-top: 1rem;
    padding-top: 1rem;
    align-items: center;
    margin: 0 auto;
    margin-top: 1.5rem;
    padding: 1rem 3.5rem 2rem 4.5rem;
  }
}
@media all and (max-width: 1380px) {
  .about-top-block .wrapper aside div {
    flex-wrap: wrap;
    justify-self: center;
  }
}
@media all and (max-width: 740px) {
  .about-top-block .wrapper aside {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 520px) {
  .about-top-block .wrapper aside {
    padding: 0 2rem;
    text-align: center;
  }
}
.about-top-block .wrapper figure {
  line-height: 0;
  flex: 0 0 49%;
}
@media all and (max-width: 1399px) {
  .about-top-block .wrapper figure img {
    display: none;
  }
}
.about-top-block .wrapper figure img {
  max-width: 100%;
}
@media all and (max-width: 740px) {
  .about-top-block .wrapper figure {
    flex: 0 0 100%;
    height: 250px;
    margin-top: 5rem;
  }
}

.service-bottom-block {
  justify-content: center;
  margin-top: 4rem;
}
.service-bottom-block figure {
  line-height: 0;
  flex: 0 0 33.33%;
  border: 1px solid #fff;
  position: relative;
}
.service-bottom-block figure img {
  width: 100%;
}
.service-bottom-block figure a {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
}
.service-bottom-block figure a div {
  width: 180px;
  border: 1px solid #fff;
  padding: 2rem;
}
.service-bottom-block figure a p {
  background-color: #e91c2e;
  color: #fff;
  padding: 2rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 180px;
  text-align: center;
  transition: all 0.3s;
}
.service-bottom-block figure a img {
  max-width: 127px;
}
.service-bottom-block figure a:hover p {
  background-color: #000;
}
@media all and (max-width: 768px) {
  .service-bottom-block figure {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 580px) {
  .service-bottom-block figure {
    flex: 0 0 100%;
  }
}

body.service-page .page-title-wrapper {
  margin: 0;
}

.gallery-page {
  padding-top: 4rem;
  border-top: 35px solid #e91c2e;
}
.gallery-page ul {
  margin: 0 -15px;
}
.gallery-page ul li {
  padding: 15px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  list-style: none;
}
@media all and (max-width: 1024px) {
  .gallery-page ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 640px) {
  .gallery-page ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gallery-page ul li figure {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.gallery-page ul li figure img {
  width: 100%;
  transition: all 2s;
}
.gallery-page ul li figure div {
  position: absolute;
  left: 0;
  right: 0;
  top: 150%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3.5rem;
  transition: all 0.3s ease;
}
.gallery-page ul li figure div > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gallery-page ul li figure:hover div {
  top: 0%;
}
.gallery-page ul li figure:hover img {
  transform: scale(1.1);
}

.loadmore {
  padding: 5rem 0 0;
  text-align: center;
  width: 100%;
}
.loadmore a {
  text-decoration: underline;
  color: #e91c2e;
  font-weight: 600;
}
.loadmore a:hover {
  text-decoration: none;
}

.start-proj {
  background-color: #e91c2e;
  color: #fff;
  padding: 5rem 0;
}
.start-proj .wrapper {
  align-items: center;
}
.start-proj .wrapper section {
  padding-right: 5rem;
}
.start-proj .wrapper section h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 0rem;
  letter-spacing: -1px;
}
@media all and (max-width: 740px) {
  .start-proj .wrapper section h2 {
    padding-bottom: 1rem;
  }
}
.start-proj .wrapper section p {
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
}
@media all and (max-width: 940px) {
  .start-proj .wrapper section {
    flex: 0 0 100%;
    text-align: center;
    padding-right: 0;
  }
}
.start-proj .wrapper aside {
  flex: 0 0 220px;
}
.start-proj .wrapper aside a {
  background-color: #111;
  font-size: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.start-proj .wrapper aside a:hover {
  background-color: #fa5252;
}
@media all and (max-width: 940px) {
  .start-proj .wrapper aside {
    flex: 0 0 100%;
    text-align: center;
    padding-top: 2rem;
  }
}

.testimonial {
  background-color: #000;
}
.testimonial .wrapper {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media all and (max-width: 520px) {
  .testimonial .wrapper {
    padding-top: 6rem;
  }
}
.testimonial .wrapper aside {
  flex: 0 0 55%;
  color: #072333;
  font-weight: 600;
  padding-right: 21rem;
  position: relative;
}
.testimonial .wrapper aside:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 80px;
  background: url(../images/ico-quote.gif) 0 0 no-repeat;
  top: 0;
  right: 4rem;
}
@media all and (max-width: 840px) {
  .testimonial .wrapper aside {
    flex: 0 0 250px;
    padding-right: 0;
    min-height: 260px;
  }
  .testimonial .wrapper aside:after {
    bottom: 0;
    left: 0;
    right: auto;
    top: initial;
  }
}
@media all and (max-width: 580px) {
  .testimonial .wrapper aside {
    flex: 0 0 100%;
    height: 260px;
    text-align: center;
    min-height: auto;
  }
  .testimonial .wrapper aside:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.testimonial .wrapper aside h2 {
  font-size: 5rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  letter-spacing: -1px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  position: relative;
  line-height: 5rem;
}
.testimonial .wrapper aside p {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media all and (min-width: 580px) {
  .testimonial .wrapper aside p {
    max-width: 35rem;
  }
}
.testimonial .wrapper > section {
  flex: 0 0 45%;
  max-width: 45%;
}
.testimonial .wrapper > section .swiper-container {
  padding-bottom: 6rem;
}
@media all and (max-width: 840px) {
  .testimonial .wrapper > section {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
    padding-left: 2rem;
  }
}
@media all and (max-width: 580px) {
  .testimonial .wrapper > section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 3rem;
    text-align: center;
  }
}
.testimonial .wrapper > section p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-style: italic;
  color: #ccc;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.testimonial .wrapper > section h3 {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5.4rem;
}
@media all and (max-width: 580px) {
  .testimonial .wrapper > section h3 {
    display: inline-block;
    padding-left: 3.5rem;
  }
}
.testimonial .wrapper > section .rating {
  font-size: 2rem;
  padding-bottom: 1rem;
}
.testimonial .wrapper > section .rating i {
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.2);
}
.testimonial .wrapper > section .rating.one i:first-child {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.two i:first-child {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.two i:first-child + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.three i:first-child {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.three i:first-child + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.three i:first-child + i + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.four i:first-child {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.four i:first-child + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.four i:first-child + i + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.four i:first-child + i + i + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.five i:first-child {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.five i:first-child + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.five i:first-child + i + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.five i:first-child + i + i + i {
  color: #e91c2e;
}
.testimonial .wrapper > section .rating.five i:first-child + i + i + i + i {
  color: #e91c2e;
}
@media all and (max-width: 580px) {
  .testimonial .wrapper > section .swiper-container {
    padding-bottom: 8rem;
  }
}
.testimonial .wrapper > section .swiper-pagination {
  text-align: left;
}
@media all and (max-width: 580px) {
  .testimonial .wrapper > section .swiper-pagination {
    text-align: center;
  }
}
.testimonial .wrapper > section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #e91c2e;
  margin: 0 12px 0 0;
}
.testimonial .wrapper > section .swiper-pagination-bullet-active {
  background-color: #e91c2e;
}

.contact-page .wrapper .call {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.contact-page .wrapper .number {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0rem 0 3rem 2.5rem;
  position: relative;
}
.contact-page .wrapper .number:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 35px;
}
@media all and (max-width: 520px) {
  .contact-page .wrapper .number:before {
    position: relative;
    top: 5px;
  }
}
.contact-page .wrapper aside {
  padding-right: 10rem;
}
@media all and (max-width: 830px) {
  .contact-page .wrapper aside {
    padding-right: 5rem;
  }
}
@media all and (max-width: 520px) {
  .contact-page .wrapper aside {
    padding-right: 2rem;
  }
}
.contact-page .wrapper aside a {
  color: #e91c2e;
}
.contact-page .wrapper aside a:hover {
  color: #111;
}
.contact-page figure {
  padding-right: 5rem;
}
.contact-page figure input[type=text],
.contact-page figure input[type=email],
.contact-page figure input[type=tel] {
  border: 1px solid #333;
  line-height: 5rem;
  height: 5rem;
  width: 100%;
  color: #666;
  font-size: 1.5rem;
  padding: 0 1.5rem;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 1.5rem;
}
.contact-page figure textarea {
  border: 1px solid #333;
  width: 100%;
  color: #666;
  font-size: 1.5rem;
  padding: 0 1.5rem;
  height: 18rem;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 830px) {
  .contact-page figure {
    flex: 0 0 100% !important;
    padding: 0 5rem;
  }
}
.contact-page figure ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666 !important;
}
.contact-page figure ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666 !important;
}
.contact-page figure :-ms-input-placeholder {
  /* IE 10+ */
  color: #666666 !important;
}
.contact-page figure :-moz-placeholder {
  /* Firefox 18- */
  color: #666666 !important;
}
@media all and (max-width: 740px) {
  .contact-page figure {
    height: auto !important;
  }
}
@media all and (max-width: 520px) {
  .contact-page figure {
    padding: 0 2rem 4rem;
  }
}
.contact-page figure .wpcf7-not-valid-tip {
  display: none !important;
}
.contact-page figure .wpcf7-not-valid {
  border: 1px solid #e91c2e !important;
}
.contact-page figure .wpcf7-response-output {
  margin: 1rem 0 0 !important;
  padding: 1rem 0 0 !important;
  color: #e91c2e;
  border: none !important;
}

.wpcf7-radio,
.wpcf7-checkbox {
  flex-direction: column;
}
.wpcf7-radio > span,
.wpcf7-checkbox > span {
  padding-bottom: 10px;
  margin: 0;
}
.wpcf7-radio > span input,
.wpcf7-checkbox > span input {
  display: inline-block !important;
  position: relative;
  top: 1px;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.codedropz-upload-inner h3 {
  font-size: 1.5rem !important;
  margin: 0 0 1rem !important;
  padding: 0 !important;
}
.codedropz-upload-inner h3:after {
  content: "";
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.notSure {
  padding: 0 1rem;
}

@media all and (max-width: 1140px) {
  body.contact .page-title h2 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
  body.contact .page-title h2 span {
    display: block;
    padding-left: 0;
    margin-left: 0;
    border: 0px;
  }
}

/* You can add global styles to this file, and also import other style files */
/*common */

/*# sourceMappingURL=style.css.map */
