.projects-item {
  font-size: 0;
  overflow: hidden;
  position: relative;
  width: calc(100% / 3);
  transition: all .3s ease-in-out;
}
.projects-item:focus, .projects-item:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 1279px) {
.projects-item {
      width: 354px;
      height: 354px;
}
}
@media all and (max-width: 767px) {
.projects-item {
      width: 355px;
      height: 355px;
}
}
@media (max-width: 374px) {
.projects-item {
      height: 300px;
}
}
.projects-item__link {
  display: block;
  overflow: hidden;
}
@media (min-width: 1025px) {
.projects-item__link:hover .projects-item__text-wrap, .projects-item__link:focus .projects-item__text-wrap {
      opacity: 1;
}
.projects-item__link:hover .projects-item__overlay, .projects-item__link:focus .projects-item__overlay {
      top: 0;
}
}
.projects-item__image img {
  width: 100%;
  height: 100%;
}
.projects-item__text-wrap {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  padding: 30px 55px;
  align-items: center;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}
.projects-item__content-title {
  color: #444444;
  font-size: 30px;
  margin-bottom: 26px;
}
.projects-item__content-filters {
  color: #ff3c00;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.11px;
}
.projects-item__overlay {
  left: 0;
  top: 100%;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .3s ease-in-out;
  background: rgba(255, 255, 255, 0.95);
}
.projects-filter {
  padding: 0 15px;
  list-style: none;
  margin-bottom: 94px;
}
@media all and (max-width: 1279px) {
.projects-filter {
      max-width: 768px;
      padding-left: 30px;
      padding-right: 30px;
      margin-left: auto;
      margin-right: auto;
}
}
@media (max-width: 768px) {
.projects-filter {
      margin-bottom: 30px;
      padding-bottom: 14px;
}
}
@media (max-width: 767px) {
.projects-filter {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      bottom: 0;
      padding: 0;
      clip: rect(0 0 0 0);
      overflow: hidden;
}
}
.projects-filter .projects-filter__item {
    margin: 0 15px;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    line-height: 23px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.11px;
    transition: all .3s ease-in-out;
    border-bottom: 2px solid transparent;
}
.projects-filter .projects-filter__item--active {
      border-color: #4a4a4a;
}
.projects-filter .projects-filter__item:hover {
      border-color: #4a4a4a;
}
@media all and (max-width: 1279px) {
.projects-filter .projects-filter__item:first-of-type {
        margin-left: 0;
}
.projects-filter .projects-filter__item:last-of-type {
        margin-right: 0;
}
}
.projects-filter .projects-filter__item-sup {
    font-size: 10px;
    margin-left: 5px;
    line-height: 15px;
    position: absolute;
    letter-spacing: 0.07px;
}
.projects {
  display: flex;
  padding: 0 18px;
  flex-flow: row wrap;
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
.projects {
      max-width: 768px;
      padding-left: 30px;
      padding-right: 30px;
      margin-left: auto;
      margin-right: auto;
}
}
@media (max-width: 768px) {
.projects {
      margin-bottom: 70px;
}
}
@media (max-width: 767px) {
.projects {
      width: 355px;
      margin-bottom: 40px;
}
}
@media (max-width: 480px) {
.projects {
      padding-left: 10px;
      padding-right: 10px;
}
}
@media (max-width: 374px) {
.projects {
      width: 300px;
}
}
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/**
 *  Colors
 */
/**
 *  Fonts
 */
/**
 *  Colors
 */
/**
 *  Fonts
 */
/**
 *  Global elements
 */
.button {
  height: 50px;
  outline: none;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 16px;
  min-width: 200px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  align-items: center;
  display: inline-flex;
  border: 0 transparent;
  letter-spacing: 0.1px;
  text-decoration: none;
  justify-content: center;
  font-family: "Proxima Nova", sans-serif;
  text-transform: uppercase;
  align-self: center;
  background-color: #ff3c00;
  transition: background-color 0.2s ease-in; }
  .button:hover, .button:focus {
    background-color: #e63600; }
  @media (max-width: 576px) {
    .button {
      padding: 0 67px; } }

.page-title {
  position: relative;
  margin: 90px 0 27px 67px;
  padding: 0 0 25px;
  font-size: 73px;
  line-height: 1;
  font-weight: 900;
  color: #4a4a4a;
  text-transform: uppercase; }
  @media (max-width: 550px) {
    .page-title {
      margin: 35px 0 14px 35px;
      font-size: 40px; } }
  @media (max-width: 374px) {
    .page-title {
      font-size: 37px; } }

/**
 *  Grids generator.
 *
 *  @author   Luke Kortunov
 *  @version  1.0
 */
.container {
  margin: 0 auto;
  box-sizing: border-box;
  width: 1280px;
  padding: 0 0;
  max-width: 100%; }
  @media all and (max-width: 1279px) {
    .container {
      width: 1280px;
      padding: 0 10px; } }
  @media all and (max-width: 980px) {
    .container {
      width: calc( 100% - 20px);
      padding: 0 10px; } }
  .container .row {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 1280px;
    max-width: 100%; }
    .container .row .col {
      width: 106.66667px;
      padding: 0 15px;
      box-sizing: border-box; }
      .container .row .col.col-1 {
        width: 106.66667px; }
      .container .row .col.col-2 {
        width: 213.33333px; }
      .container .row .col.col-3 {
        width: 320px; }
      .container .row .col.col-4 {
        width: 426.66667px; }
      .container .row .col.col-5 {
        width: 533.33333px; }
      .container .row .col.col-6 {
        width: 640px; }
      .container .row .col.col-7 {
        width: 746.66667px; }
      .container .row .col.col-8 {
        width: 853.33333px; }
      .container .row .col.col-9 {
        width: 960px; }
      .container .row .col.col-10 {
        width: 1066.66667px; }
      .container .row .col.col-11 {
        width: 1173.33333px; }
      .container .row .col.col-12 {
        width: 1280px; }

/**
 *  Clearfix
 *
 *  Usage: append to container, that contains floated elements - @include clearfix;
 */
/**
 *  «Respond to» mixin
 *
 *  Mixin to manage responsive breakpoints
 *  @param {String} $breakpoint - Breakpoint name
 *  @author Hugo Giraudel
 *
 *  @require $breakpoints
 */
#overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75); }
  #overlay .modal {
    flex-grow: 1;
    display: none;
    max-width: 50%;
    max-height: 70%;
    min-width: 320px;
    flex-basis: auto;
    min-height: 320px;
    background-color: #ffffff; }

/**
 * Proxima Nova webfont
 */
@font-face {
  font-family: "Proxima Nova";
  src: url(./573feb5e3c39821d2a5cb18f4fb9ec6b.woff2) format("woff2"), url(./a036a6ebfcbc1a59e7713782ed1b8888.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Proxima Nova";
  src: url(./fafd1e89e038c3ef45d221884e49da4b.woff2) format("woff2"), url(./7f297fd9f33ba2d5f1c3a6c4091b3a3b.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: "Proxima Nova";
  src: url(./920c71d3c24d47cfa9a0de6eb034024a.woff2) format("woff2"), url(./a0bae8a7cacb322d0b48c0e6af6994a1.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Proxima Nova";
  src: url(./a018ad0e576d08908e55215d601ad285.woff2) format("woff2"), url(./5bd7d779cd8565c41d9da743db453cec.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Proxima Nova";
  src: url(./d9fdb0d4ca1e717b89e701b15b21f817.woff2) format("woff2"), url(./eb181dd4619c5c0e2ec159ab2273f903.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Open Sans";
  src: url(./4d41211f97d09b2a9a395a843bacac85.woff2) format("woff2"), url(./56bfcae653009373d551b3863a361c45.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Montserrat";
  src: url(./58fe2032a07491d722704318e649acba.woff2) format("woff2"), url(./2c6fd139d7caa7583c6342a4a21fe4b3.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Montserrat";
  src: url(./2cbca90840dca5a2e8f199a984dc3ce6.woff2) format("woff2"), url(./38354290a12857f38080d0669be9d458.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Open Sans";
  src: url(./4d41211f97d09b2a9a395a843bacac85.woff2) format("woff2"), url(./56bfcae653009373d551b3863a361c45.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600; }

html {
  box-sizing: border-box; }

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

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  padding-top: 103px;
  font-family: "Proxima Nova", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #4a4a4a; }
  @media (max-width: 900px) {
    body {
      padding-top: 53px; } }

a {
  color: inherit;
  text-decoration: none; }

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.fixed-header {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }

@media (min-width: 901px) {
  .fixed-header .nav .nav__list > li > a {
    padding: 25px; } }

.crispwp-contact {
  display: flex;
  align-items: center;
  padding: 12px 0 55px 60px; }
  @media (max-width: 1320px) {
    .crispwp-contact {
      margin-right: 40px; } }
  @media (max-width: 1023px) {
    .crispwp-contact {
      display: block;
      margin-right: 0;
      padding: 12px 0 60px 40px; } }
  @media (max-width: 768px) {
    .crispwp-contact {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (max-width: 576px) {
    .crispwp-contact {
      padding: 12px 10px 40px 10px; } }
  @media (max-width: 1023px) {
    .crispwp-contact__left {
      margin-bottom: 40px; } }
  .crispwp-contact__right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: 13%; }
    @media (max-width: 1023px) {
      .crispwp-contact__right {
        padding-left: 0;
        justify-content: flex-start; } }
    @media (max-width: 768px) {
      .crispwp-contact__right {
        padding-left: 0; } }
  .crispwp-contact .crispwp-main-title {
    color: #4a4a4a;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.43px; }
    @media (max-width: 576px) {
      .crispwp-contact .crispwp-main-title {
        padding-left: 10px; } }
  .crispwp-contact__info {
    width: 255px;
    color: #616161;
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.75;
    padding: 0;
    font-family: "Proxima Nova", sans-serif; }
  .crispwp-contact__adress {
    margin: 0; }
  .crispwp-contact__adress, .crispwp-contact__email, .crispwp-contact__phone {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #616161 !important;
    text-decoration: none; }
    @media (max-width: 1023px) {
      .crispwp-contact__adress, .crispwp-contact__email, .crispwp-contact__phone {
        padding-left: 22px; } }
    @media (max-width: 576px) {
      .crispwp-contact__adress, .crispwp-contact__email, .crispwp-contact__phone {
        padding-left: 10px; } }
  .crispwp-contact__email:hover, .crispwp-contact__phone:hover {
    color: #FF3C00 !important; }
  .crispwp-contact__map {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 0;
    padding-bottom: 46.15%;
    overflow: hidden; }
    .crispwp-contact__map svg {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%; }
    .crispwp-contact__map path {
      fill: #c1c1c1; }
    .crispwp-contact__map path.ukraine-map {
      fill: #ff3c00;
      transition: 0.25s ease-in-out; }

/**
 *  Reset defaults
 */
html, body {
  margin: 0;
  display: flex;
  min-width: 320px;
  flex-direction: column;
  min-height: calc(100vh - 32px); }

body {
  box-sizing: border-box;
  font-family: "Proxima Nova", sans-serif; }
  body.admin-bar .header {
    top: 32px; }
    @media (max-width: 782px) {
      body.admin-bar .header {
        top: 46px; } }
    @media (max-width: 600px) {
      body.admin-bar .header {
        top: 0; } }
  @media (max-width: 600px) {
    body #wpadminbar {
      display: none; } }

button,
input,
select {
  -webkit-appearance: none; }

.crispwp-main-title {
  position: relative;
  margin: 90px 0 40px;
  padding: 0 0 25px;
  font-size: 73px;
  line-height: 1;
  font-weight: 900;
  color: #4a4a4a;
  text-transform: uppercase; }
  @media (max-width: 550px) {
    .crispwp-main-title {
      margin: 35px 0 14px;
      font-size: 40px; } }
  @media (max-width: 374px) {
    .crispwp-main-title {
      font-size: 37px; } }

/**
 *  Import modules
 */
/**
 *  Colors
 */
/**
 *  Fonts
 */
.content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column; }
  @media (max-width: 1330px) {
    .content {
      overflow: hidden; } }
  .content p {
    margin: 0; }
  .content a {
    color: #FF3C00; }
    .content a:visited {
      color: #F29072; }
  .content .wp-block-column p {
    margin: 0; }

.share-buttons {
  margin-top: 30px; }
  .share-buttons__title {
    display: block;
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 15px;
    line-height: 1.45;
    letter-spacing: 0.25px; }
  .share-buttons__icons {
    display: flex; }
  .share-buttons__icon {
    text-decoration: none;
    margin-right: 20px; }
    .share-buttons__icon:last-of-type {
      margin-right: 0; }

/**
 *  Colors
 */
/**
 *  Fonts
 */
.page-404 {
  display: flex;
  padding-top: 120px;
  flex-direction: column;
  justify-content: center; }

.page-404__title {
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  color: #4a4a4a;
  padding-bottom: 12px; }

.page-404__message {
  line-height: 2;
  font-size: 24px;
  text-align: center;
  color: #4a4a4a;
  padding-bottom: 24px; }

@media (max-width: 1023px) {
  .footer-free-quote-page {
    padding-bottom: 25px; }
    .footer-free-quote-page .footer__link--underlined {
      color: #ff3c00;
      border-color: #ff3c00; } }

@media (max-width: 767px) {
  .footer-free-quote-page {
    padding-right: 60px;
    padding-left: 60px; }
    .footer-free-quote-page .col.col-12 {
      padding-left: 0; } }

@media (max-width: 576px) {
  .footer-free-quote-page {
    padding-right: 20px;
    padding-left: 20px; } }

@media (max-width: 1023px) {
  .footer-free-quote-page .container {
    width: 100%;
    margin: 0;
    padding: 0 45px; } }

@media (max-width: 767px) {
  .footer-free-quote-page .container {
    padding: 0; } }

@media (max-width: 1023px) {
  .footer-free-quote-page .hidden-tablet {
    display: none; }
    .footer-free-quote-page .hidden-tablet + .col.col-3 {
      padding-left: 0; } }

.footer-free-quote-page .footer__adress {
  margin-right: 45px; }
  @media (max-width: 1023px) {
    .footer-free-quote-page .footer__adress {
      margin-right: 0; }
      .footer-free-quote-page .footer__adress.col.col-2 {
        padding-right: 0;
        padding-left: 0; } }

.footer-free-quote-page .footer__link {
  font-size: 20px; }
  @media (max-width: 480px) {
    .footer-free-quote-page .footer__link {
      font-size: 16px; } }

.footer-slogan {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px; }
  @media (max-width: 1023px) {
    .footer-slogan {
      align-items: flex-start;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .footer-slogan {
      display: block; } }
  @media (max-width: 576px) {
    .footer-slogan {
      margin-bottom: 20px; } }
  .footer-slogan__title {
    flex-shrink: 0;
    width: 232px;
    margin: 0 20px 0 0;
    font-weight: 400;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    font-family: "Proxima Nova";
    color: #4a4a4a;
    letter-spacing: 0.31px; }
    @media (max-width: 1023px) {
      .footer-slogan__title {
        width: 200px;
        margin-right: 40px;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 36px;
        line-height: 46px; } }
    @media (max-width: 576px) {
      .footer-slogan__title {
        margin-bottom: 30px; } }
  .footer-slogan__logos {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 1023px) {
      .footer-slogan__logos {
        flex-wrap: wrap;
        width: 352px; } }
    @media (max-width: 576px) {
      .footer-slogan__logos {
        width: 264px; } }
  .footer-slogan__logo {
    position: relative;
    margin-right: 50px;
    cursor: pointer; }
    .footer-slogan__logo:last-child {
      margin-right: 0; }
    .footer-slogan__logo:hover .footer-slogan__logo-name,
    .footer-slogan__logo:hover .footer-slogan__logo-color {
      opacity: 1; }
    .footer-slogan__logo:hover .footer-slogan__logo-gray {
      opacity: 0; }
    @media (max-width: 1023px) {
      .footer-slogan__logo {
        margin-bottom: 75px;
        margin-right: 0;
        width: 33.333%; } }
    @media (max-width: 767px) {
      .footer-slogan__logo {
        width: initial;
        margin-bottom: 70px;
        margin-right: 60px; }
        .footer-slogan__logo:nth-child(3n) {
          margin-right: 0; } }
  .footer-slogan__logo-images {
    position: relative;
    width: 64px;
    height: 63px; }
    @media (max-width: 1023px) {
      .footer-slogan__logo-images {
        margin: 0 auto; } }
    .footer-slogan__logo-images img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      max-width: 100%;
      transition: 0.25s ease-in-out; }
    @media (max-width: 576px) {
      .footer-slogan__logo-images {
        width: 48px;
        height: 47px; } }
  .footer-slogan__logo-color {
    opacity: 1; }
  .footer-slogan__logo-gray {
    opacity: 0; }
  .footer-slogan__logo-name {
    position: absolute;
    bottom: -42px;
    left: 50%;
    height: 24px;
    font-weight: 400;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    font-family: "Proxima Nova", sans-serif;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: 0.13px;
    white-space: nowrap;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.25s ease-in-out; }
    @media (max-width: 1023px) {
      .footer-slogan__logo-name {
        font-size: 16px;
        bottom: -40px;
        opacity: 1; } }
    @media (max-width: 576px) {
      .footer-slogan__logo-name {
        bottom: -35px; } }

.page-template-services .wp-block-column {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 900px) {
    .page-template-services .wp-block-column {
      flex: 1;
      flex-basis: 100%; } }

.page-template-services .wp-block-columns {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 900px) {
    .page-template-services .wp-block-columns {
      flex-wrap: wrap; } }

.page-template-services .footer {
  margin-top: 110px; }
  @media (max-width: 768px) {
    .page-template-services .footer {
      margin-top: 50px; } }
  @media (max-width: 660px) {
    .page-template-services .footer {
      margin-top: 40px; } }

.content div:nth-of-type(2) .wp-block-column:first-of-type .crispwp-service {
  border-top: none; }

/**
 *  Colors
 */
/**
 *  Fonts
 */
@media (max-width: 767px) {
  .single-project .container {
    padding-left: 0;
    padding-right: 0; } }

.single-project .wp-block-image {
  margin-top: 0;
  margin-bottom: 30px; }
  .single-project .wp-block-image:last-child {
    margin-bottom: 0; }
  .single-project .wp-block-image img {
    display: block; }
  @media (max-width: 767px) {
    .single-project .wp-block-image {
      margin-bottom: 20px; } }

.single-project h1 {
  position: relative;
  margin: 65px 0 27px;
  padding: 0 0 25px;
  font-size: 73px;
  line-height: 1;
  font-weight: 900;
  color: #4a4a4a;
  text-transform: uppercase; }
  @media (max-width: 550px) {
    .single-project h1 {
      margin: 35px 0 14px;
      font-size: 40px; } }
  @media (max-width: 374px) {
    .single-project h1 {
      font-size: 37px; } }
  .single-project h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67px;
    height: 3px;
    background: #4A4A4A; }
    @media (max-width: 375px) {
      .single-project h1::after {
        width: 50px; } }

.single-project .row .col.col-1044 {
  width: 1044px;
  padding: 0 30px 0 54px; }
  @media (max-width: 768px) {
    .single-project .row .col.col-1044 {
      padding-left: 20px;
      padding-right: 20px; } }

.single-project .row .col.col-200 {
  width: 200px;
  padding: 0 6px 0 0;
  flex-shrink: 0; }

.single-project .content {
  letter-spacing: 0.17px;
  font-size: 24px;
  line-height: 1.67;
  color: #4a4a4a; }
  .single-project .content p {
    margin-bottom: 54px; }
  @media (max-width: 768px) {
    .single-project .content p {
      margin-bottom: 62px; } }
  @media (max-width: 767px) {
    .single-project .content p {
      margin-bottom: 24px;
      padding-left: 10px;
      padding-right: 10px; } }

.single-project .row--column {
  position: relative; }
  @media (max-width: 768px) {
    .single-project .row--column {
      flex-direction: column-reverse; }
      .single-project .row--column .col.col-1044 {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px; }
      .single-project .row--column .col.col-200 {
        width: 100%;
        padding: 0; } }
  @media (max-width: 767px) {
    .single-project .row--column .col.col-1044 {
      padding-left: 0;
      padding-right: 0; } }

.single-project__features {
  padding-left: 30px;
  border-left: 1px solid #f2f2f2; }
  @media (max-width: 768px) {
    .single-project__features {
      display: flex;
      flex-wrap: wrap;
      border-left: none;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .single-project__features {
      border-bottom: 1px solid #f2f2f2;
      margin-bottom: 35px;
      padding-left: 10px;
      padding-right: 10px; } }

.single-project__text {
  margin-bottom: 60px; }

.single-project__gallery {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-flow: row wrap; }
  .single-project__gallery img {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
    box-sizing: border-box; }
  .single-project__gallery--small {
    width: 50%; }

.single-project__category {
  display: inline-block;
  color: #ff3c00;
  font-size: 16px;
  letter-spacing: 0.11px;
  padding: 0 20px 7px 0;
  border-bottom: 2px solid #ff3c00;
  margin-bottom: 35px;
  margin-left: 30px; }
  @media (max-width: 768px) {
    .single-project__category {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .single-project__category {
      margin-left: 10px; } }

.single-project__feature {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.13px;
  color: #828282;
  line-height: 1.34; }
  .single-project__feature:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .single-project__feature {
      width: 50%; } }
  @media (max-width: 576px) {
    .single-project__feature {
      width: 100%; }
      .single-project__feature:last-child {
        margin-bottom: 20px; } }
  .single-project__feature h4 {
    color: #4a4a4a;
    margin: 0; }

.single-project__navigation {
  margin: 200px 0 170px;
  padding-left: 54px; }
  .single-project__navigation .row .col.col-1044 {
    width: 1044px;
    padding: 0 30px 0 54px; }
  .single-project__navigation .row .col.col-236 {
    width: 236px;
    padding: 0 6px 0 0; }
  @media (max-width: 768px) {
    .single-project__navigation {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .single-project__navigation {
      margin: 100px 0 70px 0;
      padding-left: 10px;
      padding-right: 10px; } }

.single-project__next-project, .single-project__prev-project {
  display: block;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-weight: 600; }

.single-project__next-project {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1.22;
  margin-bottom: 15px;
  letter-spacing: 0.43px;
  color: #4a4a4a; }
  @media (max-width: 480px) {
    .single-project__next-project {
      font-size: 45px; } }

.single-project__prev-project {
  font-size: 30px;
  letter-spacing: 0.37px;
  color: #444444;
  line-height: 1.23; }

.single-project .sidebar {
  width: 200px; }
  @media (max-width: 768px) {
    .single-project .sidebar {
      width: 100%; } }
  .single-project .sidebar.sidebar--sticky {
    position: fixed;
    top: 110px; }
  .single-project .sidebar.sidebar--absolute {
    position: absolute;
    bottom: 0;
    top: auto; }

.single-project .share-buttons {
  padding-left: 54px; }
  @media (max-width: 768px) {
    .single-project .share-buttons {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .single-project .share-buttons {
      padding-left: 10px;
      padding-right: 10px; } }

/**
 *  Colors
 */
/**
 *  Fonts
 */
.navigation {
  display: flex;
  align-items: center;
  padding-bottom: 48px;
  justify-content: center;
  box-sizing: border-box; }

.page-numbers {
  margin: 0 6px;
  font-size: 24px;
  font-weight: bold;
  color: #4a4a4a !important;
  text-decoration: none; }
  .page-numbers.current, .page-numbers:hover {
    color: #ff3c00 !important; }

/**
 *  Colors
 */
/**
 *  Fonts
 */
.single-article {
  box-sizing: border-box;
  padding-bottom: 120px; }
  @media (max-width: 576px) {
    .single-article {
      padding-bottom: 35px; } }
  .single-article .col.col-1044 {
    width: 1044px;
    padding: 0 30px 0 54px; }
    @media (max-width: 768px) {
      .single-article .col.col-1044 {
        padding-left: 20px;
        padding-right: 20px; } }
  .single-article .col.col-200 {
    width: 200px;
    padding: 0 6px 0 0;
    flex-shrink: 0; }

.single-article__title {
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-size: 60px;
  padding-top: 65px;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  margin-bottom: 65px;
  color: #4a4a4a;
  letter-spacing: 0.43px;
  box-sizing: border-box;
  text-transform: uppercase; }
  @media all and (max-width: 1279px) {
    .single-article__title {
      font-size: 60px;
      padding-left: 0;
      font-weight: 700;
      letter-spacing: 0.43px; } }
  @media all and (max-width: 767px) {
    .single-article__title {
      font-size: 48px;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.34px; } }
  @media all and (max-width: 559px) {
    .single-article__title {
      font-size: 36px; } }

.single-article__content {
  font-size: 24px;
  line-height: 1.67;
  color: #4a4a4a;
  letter-spacing: 0.17px; }
  @media all and (max-width: 1279px) {
    .single-article__content {
      width: 100%;
      margin: 0 auto;
      max-width: 755px; } }
  @media all and (max-width: 767px) {
    .single-article__content {
      max-width: 520px; } }
  @media all and (max-width: 559px) {
    .single-article__content {
      max-width: 335px; } }

.single-article__content img {
  max-width: 100%;
  width: 100%;
  height: 540px;
  object-fit: cover; }
  @media all and (max-width: 767px) {
    .single-article__content img {
      height: 290px; } }
  @media all and (max-width: 559px) {
    .single-article__content img {
      height: 190px; } }

.single-article__navigation {
  margin-top: 100px;
  margin-bottom: 170px; }
  @media (max-width: 767px) {
    .single-article__navigation {
      margin-top: 100px;
      margin-bottom: 70px; } }

.single-article__next-project,
.single-article__prev-project {
  display: block;
  font-weight: 700;
  text-decoration: none; }

.single-article__next-project {
  font-size: 60px;
  line-height: 1.22;
  color: #4a4a4a;
  margin-bottom: 15px;
  letter-spacing: 0.43px;
  text-transform: uppercase; }

.single-article__prev-project {
  color: #444444;
  font-size: 30px;
  line-height: 1.23;
  letter-spacing: 0.37px; }

.articles {
  display: flex;
  padding: 0 18px;
  flex-flow: row wrap;
  margin-bottom: 100px; }
  @media all and (max-width: 1279px) {
    .articles {
      width: 708px;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; } }
  @media all and (max-width: 767px) {
    .articles {
      width: 355px; } }
  @media all and (max-width: 374px) {
    .articles {
      width: 300px; } }

.articles__item {
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: calc(100% / 3);
  transition: all .3s ease-in-out; }
  .articles__item:focus, .articles__item:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25); }
  @media all and (max-width: 1279px) {
    .articles__item {
      width: 354px;
      height: 354px; } }
  @media all and (max-width: 767px) {
    .articles__item {
      width: 355px;
      height: 355px; } }
  @media all and (max-width: 374px) {
    .articles__item {
      width: 300px;
      height: 300px; } }

.articles__item-link {
  display: block;
  overflow: hidden; }
  .articles__item-link:hover .articles__item-content-wrap, .articles__item-link:focus .articles__item-content-wrap {
    opacity: 1; }
  .articles__item-link:hover .articles__item-overlay, .articles__item-link:focus .articles__item-overlay {
    top: 0; }

.articles__item-image-wrap img {
  width: 100%;
  height: 100%; }

.articles__item-content-wrap {
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 30px 55px;
  position: absolute;
  align-items: center;
  box-sizing: border-box;
  transition: all .3s ease-in-out; }

.articles__item-title {
  color: #444444;
  font-size: 30px;
  margin-bottom: 26px; }

.articles__item-categories {
  color: #ff3c00;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.11px; }

.articles__item-overlay {
  left: 0;
  top: 100%;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .3s ease-in-out;
  background: rgba(255, 255, 255, 0.95); }

.wp-block-gutenberguest-crispwp-contact-form {
  padding-left: 45px; }
  @media (max-width: 1023px) {
    .wp-block-gutenberguest-crispwp-contact-form {
      padding-left: 40px; } }
  @media (max-width: 576px) {
    .wp-block-gutenberguest-crispwp-contact-form {
      padding-right: 20px;
      padding-left: 20px; } }
  .wp-block-gutenberguest-crispwp-contact-form .crispwp-main-title {
    color: #4a4a4a;
    font-size: 60px;
    margin-top: 90px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 0.43px; }
    @media (max-width: 900px) {
      .wp-block-gutenberguest-crispwp-contact-form .crispwp-main-title {
        margin-bottom: 40px; } }

.crispwp-contact-form {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px; }
  @media (max-width: 1023px) {
    .crispwp-contact-form {
      margin-bottom: 60px;
      padding-right: 60px;
      padding-left: 20px; } }
  @media (max-width: 576px) {
    .crispwp-contact-form {
      padding-right: 0;
      padding-left: 0; } }
  .crispwp-contact-form br {
    display: none; }
  .crispwp-contact-form * {
    box-sizing: border-box; }
  .crispwp-contact-form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    .crispwp-contact-form__row:last-of-type {
      margin-bottom: 0; }
    .crispwp-contact-form__row:nth-child(3) {
      margin-bottom: 20px; }
    .crispwp-contact-form__row:nth-child(4) {
      margin-bottom: 20px; }
    .crispwp-contact-form__row--flex-start {
      justify-content: flex-start; }
    .crispwp-contact-form__row--align-top {
      align-items: flex-start; }
    @media (max-width: 768px) {
      .crispwp-contact-form__row {
        display: block;
        margin-bottom: 0; }
        .crispwp-contact-form__row--flex-start {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
        .crispwp-contact-form__row--submit {
          display: block; } }
    @media (max-width: 767px) {
      .crispwp-contact-form__row--submit {
        display: flex;
        flex-direction: column;
        align-items: flex-start; } }
  .crispwp-contact-form__field-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 400px;
    height: 65px; }
    @media (max-width: 1023px) {
      .crispwp-contact-form__field-wrap {
        width: 47%; } }
    @media (max-width: 768px) {
      .crispwp-contact-form__field-wrap {
        width: 100%;
        max-width: none;
        margin-bottom: 50px; } }
  .crispwp-contact-form__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: "Proxima Nova", sans-serif;
    color: #828282;
    letter-spacing: 0.2px;
    cursor: text; }
    .crispwp-contact-form__label span {
      position: absolute;
      top: 0;
      left: 20px;
      z-index: 1;
      cursor: default;
      transition: opacity 0.15s ease-in-out; }
    .crispwp-contact-form__label.invalid span {
      visibility: hidden;
      opacity: 0; }
  .crispwp-contact-form__field {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: "Proxima Nova", sans-serif;
    color: #4a4a4a;
    letter-spacing: 0.16px;
    border: none;
    border-radius: none;
    border-bottom: 1px solid #c2c2c2;
    outline: none;
    transition: border 0.25s ease-in-out, text-shadow 0.15s ease-in-out;
    -webkit-tap-highlight-color: transparent; }
    .crispwp-contact-form__field--textarea {
      width: 100%;
      height: 46px;
      min-height: 46px;
      overflow: hidden;
      line-height: 46px;
      resize: vertical; }
    .crispwp-contact-form__field:focus {
      text-shadow: 1px 0 0 #4a4a4a;
      border-color: #262626; }
  .crispwp-contact-form__field--wrap-textarea {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    min-height: 65px;
    padding-top: 19px; }
  .crispwp-contact-form__file-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 20px;
    overflow: hidden; }
    .crispwp-contact-form__file-wrap .wpcf7-form-control-wrap.attachment-file {
      max-width: 100%; }
    .crispwp-contact-form__file-wrap .codedropz-upload-wrapper {
      min-height: 22px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse; }
    .crispwp-contact-form__file-wrap .codedropz-upload-handler {
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0; }
    .crispwp-contact-form__file-wrap .codedropz-upload-container {
      margin: 0;
      padding: 0; }
    .crispwp-contact-form__file-wrap .codedropz-upload-inner {
      text-align: left; }
      .crispwp-contact-form__file-wrap .codedropz-upload-inner h3,
      .crispwp-contact-form__file-wrap .codedropz-upload-inner span {
        display: none; }
    .crispwp-contact-form__file-wrap .codedropz-btn-wrap {
      line-height: 1; }
      .crispwp-contact-form__file-wrap .codedropz-btn-wrap .cd-upload-btn {
        display: inline-block;
        width: 31px;
        min-width: 1px;
        max-width: 31px;
        height: 22px;
        margin-right: 25px;
        color: transparent;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='22' viewBox='0 0 24 22'%3E%3Cdefs%3E%3Cpath id='vzf5a' d='M463.13 598.821a6.185 6.185 0 0 0-8.746 0l-12.025 12.025a4.638 4.638 0 0 0 0 6.56c1.493 1.494 3.746 1.735 5.507.765a.766.766 0 0 0 .505-.218l12.026-12.025a3.091 3.091 0 1 0-4.373-4.372l-9.839 9.84a.773.773 0 0 0 1.093 1.092l9.84-9.839a1.544 1.544 0 0 1 2.185 0 1.544 1.544 0 0 1 0 2.186l-11.479 11.48a3.091 3.091 0 1 1-4.372-4.373l12.025-12.028a4.638 4.638 0 0 1 6.56 0 4.638 4.638 0 0 1 0 6.56l-10.932 10.932a.773.773 0 0 0 1.093 1.093l10.932-10.932a6.185 6.185 0 0 0 0-8.746z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-441 -597)'%3E%3Cuse fill='%23444' xlink:href='%23vzf5a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain; }
    .crispwp-contact-form__file-wrap .dnd-upload-status {
      padding: 0; }
      .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-image {
        display: none; }
      .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details {
        position: relative;
        display: flex;
        align-items: center;
        max-width: 100%;
        margin-bottom: 30px;
        padding: 0;
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        color: #4a4a4a;
        white-space: nowrap; }
        .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .name {
          display: flex;
          align-items: center;
          max-width: 100%;
          max-width: calc(100% - 95px);
          padding: 0;
          overflow: hidden;
          font-weight: 400;
          font-size: 20px;
          line-height: 1;
          color: #4a4a4a;
          white-space: nowrap; }
          .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .name em {
            display: none; }
        .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .remove-file {
          position: static;
          display: block; }
          .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
            display: block;
            width: 16px;
            height: 16px;
            margin-left: 21px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.978 15.978'%3E%3Cpath d='M15.978 1.615L14.363 0 7.989 6.374 1.615 0 0 1.615l6.374 6.374L0 14.363l1.615 1.615L7.989 9.6l6.374 6.374 1.615-1.615L9.6 7.989z' fill='%23262626'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: contain;
            border: none;
            border-radius: 0;
            cursor: pointer; }
            .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove::before {
              display: none; }
        .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
          width: 35px;
          margin-left: 20px;
          background-color: #fff; }
          .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .dnd-progress-bar span,
          .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete {
            width: 35px !important;
            padding: 0;
            color: #828282;
            background-color: #fff; }
        .crispwp-contact-form__file-wrap .dnd-upload-status .dnd-upload-details .has-error {
          position: absolute;
          bottom: -15px;
          font-size: 14px;
          line-height: 1;
          color: #828282; }
    @media (max-width: 768px) {
      .crispwp-contact-form__file-wrap {
        margin-bottom: 40px; } }
    @media (max-width: 480px) {
      .crispwp-contact-form__file-wrap {
        margin-bottom: 10px; } }
  .crispwp-contact-form__submit {
    margin-right: 40px;
    display: inline-block; }
    @media (max-width: 767px) {
      .crispwp-contact-form__submit {
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 576px) {
      .crispwp-contact-form__submit {
        margin: 0 auto;
        margin-bottom: 20px; } }
  .crispwp-contact-form__privacy {
    font-weight: 400;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: "Proxima Nova";
    color: #828282;
    letter-spacing: 0.11px; }
    @media (max-width: 576px) {
      .crispwp-contact-form__privacy {
        width: 170px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.5;
        text-align: center; } }
  .crispwp-contact-form__success {
    display: flex;
    align-items: center;
    height: 40px;
    height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Proxima Nova", sans-serif;
    color: #444444;
    border: none;
    opacity: 0;
    transition: 0.25s; }
    .crispwp-contact-form__success span {
      display: block;
      width: 40px;
      height: 40px;
      margin-right: 17px;
      background-color: #00cfa1;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 13.691'%3E%3Cpath d='M7.112 13.691a.805.805 0 0 1-.568-.237L.234 7.1a.803.803 0 0 1 1.139-1.133l5.74 5.783L18.628.235a.803.803 0 0 1 1.136 1.136L7.68 13.456a.8.8 0 0 1-.568.235z' fill='%23fff'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 20px 13.961px;
      border-radius: 50%;
      opacity: 0;
      transition: 0.4s ease-in-out; }
      .crispwp-contact-form__success span.is-show {
        opacity: 1; }
    .crispwp-contact-form__success.is-show {
      height: 40px;
      margin-bottom: 60px;
      opacity: 1; }
  .crispwp-contact-form__error-message {
    position: absolute;
    top: 0;
    left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: "Proxima Nova", sans-serif;
    color: #828282;
    letter-spacing: 0.2px;
    transform: translate3d(0, 10px, 1px);
    cursor: text;
    opacity: 0;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, color 0.25s ease-in-out; }
    .crispwp-contact-form__error-message.is-show {
      transform: translate3d(0, 0, 1px);
      opacity: 1; }
    .crispwp-contact-form__error-message.is-focus {
      color: #4a4a4a; }
  .crispwp-contact-form .wpcf7-form-control-wrap {
    width: 100%; }
  .crispwp-contact-form span.wpcf7-not-valid-tip {
    display: none !important; }

div.wpcf7 .crispwp-contact-form .ajax-loader {
  display: none; }

.crispwp-contact-form-wrap div.wpcf7-response-output {
  display: none !important; }

/**
 *  Import blocks
 */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  .container--text {
    padding: 0 60px; }
    @media (max-width: 900px) {
      .container--text {
        padding: 0 28px; } }

.title {
  position: relative;
  margin: 0 0 27px;
  padding: 0 0 25px;
  font-size: 73px;
  line-height: 1;
  font-weight: 900;
  color: #4a4a4a;
  text-transform: uppercase; }
  @media (max-width: 550px) {
    .title {
      margin: 0 0 14px;
      font-size: 40px; } }
  @media (max-width: 374px) {
    .title {
      font-size: 37px; } }
  .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67px;
    height: 3px;
    background: #4A4A4A; }
    @media (max-width: 375px) {
      .title::after {
        width: 50px; } }
  .title__orange {
    display: block;
    color: #ff3c00; }

.subtitle {
  margin: 0 0 1em;
  font-size: 30px;
  font-weight: 700;
  color: #444444; }
  @media (max-width: 375px) {
    .subtitle {
      font-size: 22px; } }
  @media (max-width: 374px) {
    .subtitle {
      font-size: 18px; } }

.nav {
  display: flex;
  align-items: baseline;
  max-width: 700px;
  margin: 0 0 0 auto; }
  @media (max-width: 900px) {
    .nav {
      position: fixed;
      top: 0;
      right: -100%;
      display: block;
      width: 50%;
      height: 100%;
      padding: 50px 20px 30px;
      background: #fff;
      overflow-y: auto;
      transition: 0.3s ease-in;
      z-index: 50; } }
  @media (max-width: 640px) {
    .nav {
      width: 100%; } }
  .nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 45px 0 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 900px) {
      .nav .nav-list {
        flex-direction: column;
        margin: 0 0 20px;
        align-items: flex-start; } }
    .nav .nav-list li {
      margin: 0 0 0 15px; }
      .nav .nav-list li:hover > a {
        color: #ff3c00; }
        .nav .nav-list li:hover > a::before {
          opacity: 1; }
    .nav .nav-list a {
      position: relative;
      display: inline-block;
      padding: 42px 22px 42px;
      font-size: 16px;
      letter-spacing: 0.007em;
      color: #262626;
      transition: 0.3s ease; }
      @media (max-width: 900px) {
        .nav .nav-list a {
          margin: 0;
          font-size: 48px;
          font-weight: 600;
          color: #4a4a4a;
          padding: 0; } }
      @media (max-width: 374px) {
        .nav .nav-list a {
          font-size: 45px; } }
      .nav .nav-list a:hover {
        color: #ff3c00; }
        .nav .nav-list a:hover::before {
          opacity: 1; }
      .nav .nav-list a::before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 8px;
        background: #ff3c00;
        opacity: 0;
        transition: 0.3s ease; }
        @media (max-width: 900px) {
          .nav .nav-list a::before {
            display: none; } }

.nav-list__item--parent {
  position: relative; }

.nav-list__item--parent > a {
  position: relative; }
  .nav-list__item--parent > a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    right: 5px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #000;
    transition: 0.3s ease; }
    @media (max-width: 900px) {
      .nav-list__item--parent > a::after {
        display: none; } }

.nav-list__item--parent {
  position: relative; }
  .nav-list__item--parent .nav-list__sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 901px) {
      .nav-list__item--parent .nav-list__sub-menu {
        position: absolute;
        top: 70%;
        left: 0;
        width: 295px;
        padding: 13px 30px;
        background: #fff;
        box-shadow: 0 11px 14px 0px rgba(0, 0, 0, 0.2);
        z-index: 10; } }
    @media (max-width: 900px) {
      .nav-list__item--parent .nav-list__sub-menu {
        display: block;
        margin: 0 0 0 20px;
        width: auto; } }
    .nav-list__item--parent .nav-list__sub-menu li {
      margin: 0; }
    .nav-list__item--parent .nav-list__sub-menu a {
      margin: 10px 0;
      padding: 0; }
      @media (max-width: 900px) {
        .nav-list__item--parent .nav-list__sub-menu a {
          font-size: 28px;
          margin: 0 0 15px;
          line-height: 1; } }
      @media (max-width: 374px) {
        .nav-list__item--parent .nav-list__sub-menu a {
          font-size: 25px; } }
      .nav-list__item--parent .nav-list__sub-menu a:before {
        display: none; }

.nav-list__item--parent:hover .nav-list__sub-menu {
  display: block; }

@media (min-width: 901px) {
  .nav-list__item--parent:hover a::after {
    transform: rotate(180deg) translateY(-10%);
    transform-origin: top center;
    border-top-color: #ff3c00; } }

@media (max-width: 900px) {
  .nav--open {
    right: 0;
    box-shadow: 0 0 10px #3b3b3b;
    transition: 0.3s ease-in; } }

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

.nav-on {
  overflow: hidden;
  position: relative;
  height: 100%; }

.hamburger {
  display: none;
  width: 24px;
  height: 17px;
  padding: 0;
  cursor: pointer;
  text-transform: none;
  border: 0;
  margin: 0;
  background: url(./35580b674477537559a42d693b837f2a.svg) no-repeat center;
  background-size: contain;
  outline: none;
  transition-timing-function: linear;
  z-index: 51; }
  @media (max-width: 900px) {
    .hamburger {
      display: inline-block; } }

.hamburger--active {
  background-image: url(./b33c412073433fd8603f7db3de6c2489.svg); }

.btn {
  display: inline-block;
  padding: 11px 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  text-transform: uppercase;
  background: #ff3c00;
  cursor: pointer;
  transition: 0.3s ease; }
  @media (max-width: 375px) {
    .btn {
      font-size: 12px; } }
  .btn:hover {
    background: #e63600; }
  .btn--transparent {
    color: #ff3c00;
    background-color: transparent;
    border: 2px solid #ff3c00; }
    .btn--transparent:hover {
      color: #fff;
      background: #ff3c00; }
  .btn--hand {
    position: relative; }
    .btn--hand::after {
      content: "";
      position: absolute;
      bottom: -3px;
      right: 0;
      width: 22px;
      height: 24px;
      background: url(./582db17b8cba11d1a735c29918c20837.svg) no-repeat center; }

.social {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 18px;
  padding: 0;
  list-style: none; }
  @media (max-width: 550px) {
    .social {
      margin: 0 -5px 10px; } }
  .social__icon {
    fill: #8d8d8d;
    transition: 0.3s ease; }
  .social__item {
    margin: 0 5px 0; }
  .social__link {
    display: flex; }
    .social__link:hover .social__icon {
      fill: #000; }

.logo__link {
  display: flex; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: 0.3s ease; }
  .header__inner {
    display: flex;
    align-items: center;
    padding: 0 40px 0 55px; }
    @media (max-width: 900px) {
      .header__inner {
        justify-content: space-between;
        align-items: center;
        padding: 14px 28px 14px 20px; } }
    @media (max-width: 375px) {
      .header__inner {
        padding: 14px 12px 14px 20px; } }
  @media (max-width: 900px) {
    .header__logo {
      margin: 0; } }
  @media (max-width: 768px) {
    .header__logo {
      max-width: 100px; } }
  .header__btn {
    flex-shrink: 0; }
    @media (max-width: 900px) {
      .header__btn {
        width: 100%;
        max-width: 193px;
        padding: 20px 10px;
        margin: 0 0 0 15px;
        font-size: 15px;
        border-radius: 30px; } }

.top-box__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 122px 0 67px; }
  @media (max-width: 1024px) {
    .top-box__inner {
      padding: 0 66px 0 66px; } }
  @media (max-width: 900px) {
    .top-box__inner {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 0 25px; } }

.top-box__content {
  max-width: 482px; }
  @media (max-width: 900px) {
    .top-box__content {
      width: 100%; } }
  @media (max-width: 374px) {
    .top-box__content {
      margin: 10px 0 0; } }

@media (max-width: 900px) {
  .top-box__img-wrapper {
    width: 100%;
    order: -1;
    margin: 20px 0 90px;
    text-align: center; } }

@media (max-width: 375px) {
  .top-box__img-wrapper {
    max-width: 250px;
    margin: 0 0 45px; } }

@media (max-width: 374px) {
  .top-box__img-wrapper {
    display: none; } }

.top-box__text {
  line-height: 30px;
  margin: 0; }
  @media (max-width: 375px) {
    .top-box__text {
      font-size: 16px;
      line-height: 28px; } }

.info-box-list {
  margin: 105px 0 0; }
  @media (max-width: 768px) {
    .info-box-list {
      margin: 96px 0 0; } }
  @media (max-width: 550px) {
    .info-box-list {
      margin: 45px 0 0; } }
  @media (max-width: 374px) {
    .info-box-list {
      margin: 83px 0 0; } }

.info-box .container {
  padding: 0 28px; }

.info-box--grey {
  background: #f2f2f2; }

.info-box__inner {
  display: flex;
  min-height: 641px; }
  @media (max-width: 900px) {
    .info-box__inner {
      flex-direction: column;
      align-items: center;
      padding: 140px 0 0; } }
  @media (max-width: 768px) {
    .info-box__inner {
      min-height: auto; } }
  @media (max-width: 375px) {
    .info-box__inner {
      padding: 46px 0 0; } }
  @media (max-width: 374px) {
    .info-box__inner {
      padding: 28px 0 0; } }

.info-box__img-wrapper {
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
  justify-content: center;
  width: 50%; }
  @media (max-width: 900px) {
    .info-box__img-wrapper {
      display: block;
      order: 2;
      align-self: center;
      text-align: center;
      width: 100%;
      max-width: 541px; } }

.info-box__img {
  vertical-align: middle; }

.info-box__content {
  align-self: center;
  max-width: 417px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .info-box__content {
      width: 100%;
      margin: 0 0 100px; } }
  @media (max-width: 375px) {
    .info-box__content {
      margin: 0 0 39px; } }
  @media (max-width: 374px) {
    .info-box__content {
      margin: 0 0 23px; } }
  .info-box__content .subtitle {
    display: inline-block; }
  .info-box__content:hover .subtitle {
    text-decoration: underline;
    text-decoration-skip-ink: none; }

.info-box__text {
  margin: 0 0 35px;
  line-height: 1.7;
  color: #484848; }
  @media (max-width: 375px) {
    .info-box__text {
      font-size: 16px; } }
  @media (max-width: 374px) {
    .info-box__text {
      margin: 0 0 20px;
      font-size: 13px; } }

.info-box__link {
  position: relative;
  padding: 0 40px 0 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ff3c00; }
  @media (max-width: 375px) {
    .info-box__link {
      padding: 0 25px 0 0;
      font-size: 14px; } }
  .info-box__link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-49%);
    right: 5px;
    width: 22px;
    height: 20px;
    background: url(./b85a8acd7ebb2f7f1169636843eba53a.svg) no-repeat center;
    transition: 0.3s ease;
    background-size: contain; }
    @media (max-width: 375px) {
      .info-box__link::after {
        width: 13px;
        height: 14px; } }
  .info-box__link:hover::after {
    right: 0; }

.info-box--reverse .info-box__img-wrapper {
  order: 2; }

.s-features {
  padding: 164px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .s-features {
      padding: 291px 0 320px; } }
  @media (max-width: 550px) {
    .s-features {
      padding: 139px 0; } }
  @media (max-width: 375px) {
    .s-features {
      padding: 131px 0 140px; } }
  @media (max-width: 374px) {
    .s-features {
      padding: 66px 0; } }
  .s-features .container {
    padding: 0 25px; }
  .s-features .subtitle {
    color: #000;
    margin: 0 0 45px; }
  .s-features__text {
    margin: 0 0 60px;
    line-height: 1.7;
    color: #000; }
    @media (max-width: 550px) {
      .s-features__text {
        font-size: 16px; } }
    @media (max-width: 374px) {
      .s-features__text {
        font-size: 13px; } }
  .s-features__content {
    max-width: 588px;
    margin: 0 auto; }
    @media (max-width: 900px) {
      .s-features__content {
        max-width: 414px; } }

.s-features--business {
  background-image: url(./c258fde112b6b36c7ce4504a3fa93f02.png);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right; }
  @media (max-width: 768px) {
    .s-features--business {
      background-image: url(./8aa1d2a4f84b13b58478c8393c76e557.jpg);
      background-size: 1542px auto;
      background-position: left -129px top; } }
  @media (max-width: 550px) {
    .s-features--business {
      background-image: url(./98a89a6b6e1ad6c4a5f153c33b13ad82.jpg);
      background-size: cover;
      background-position: top left; } }

.s-features--integration {
  background-image: url(./5914ce4fccf42339e267e8b519edaac8.png);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left; }
  @media (max-width: 768px) {
    .s-features--integration {
      background-image: url(./cb6043b4b3598436b37a9083bde7e96a.jpg);
      background-size: 1535px auto;
      background-position: left -150px top; } }
  @media (max-width: 550px) {
    .s-features--integration {
      background-image: url(./50541e515e29da489904088fd2707beb.jpg);
      background-size: cover;
      background-position: left top; } }
  @media (max-width: 550px) {
    .s-features--integration {
      background-position: top left; } }

.s-quantity {
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  text-align: center;
  background-image: url(./f50d6d6798bf5b766d4900d19cd909e9.jpg);
  background-color: #707070;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media (max-width: 1280px) {
    .s-quantity {
      background-image: url(./98b7ca66833253a7bb845c37cc95f7ba.jpg); } }
  @media (max-width: 768px) {
    .s-quantity {
      padding: 71px 0;
      background-image: url(./5c1e7bc5783fabab66419c4a3dc0b573.jpg); } }
  @media (max-width: 375px) {
    .s-quantity {
      min-height: auto;
      padding: 51px 0;
      background-image: url(./9713cc5c0251ad392312384140fad526.jpg); } }
  @media (max-width: 374px) {
    .s-quantity {
      padding: 61px 0; } }
  @media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .s-quantity {
      background-image: url(./be863f220b3adbbca442ac782ae6d227.jpg); } }
  @media (min-resolution: 144dpi) and (max-width: 1280px), (min-resolution: 1.5dppx) and (max-width: 1280px) {
    .s-quantity {
      background-image: url(./d2912232ff975c380314adc6c5c1ecc9.jpg); } }
  @media (min-resolution: 144dpi) and (max-width: 768px), (min-resolution: 1.5dppx) and (max-width: 768px) {
    .s-quantity {
      background-image: url(./518a6e622024d4b8173fe171eef1a03a.jpg); } }
  @media (min-resolution: 144dpi) and (max-width: 375px), (min-resolution: 1.5dppx) and (max-width: 375px) {
    .s-quantity {
      background-image: url(./f2f51442056fcc1dbf9a1ba0ab73dc8c.jpg); } }
  .s-quantity__title {
    margin: 0.3em 0;
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 57px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 768px) {
      .s-quantity__title {
        margin: 0.5em 0;
        font-size: 49px; } }
    @media (max-width: 640px) {
      .s-quantity__title {
        font-size: 35px; } }
    @media (max-width: 550px) {
      .s-quantity__title {
        font-size: 30px; } }
    @media (max-width: 375px) {
      .s-quantity__title {
        font-size: 23px;
        font-weight: 300; } }
    @media (max-width: 374px) {
      .s-quantity__title {
        font-size: 20px; } }
  .s-quantity p {
    margin: 0;
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 33px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .s-quantity p {
        font-size: 28px; } }
    @media (max-width: 375px) {
      .s-quantity p {
        font-size: 23px;
        font-weight: 300; } }
    @media (max-width: 374px) {
      .s-quantity p {
        font-size: 20px;
        font-weight: 300; } }

.s-plugins {
  padding: 48px 0; }
  @media (max-width: 375px) {
    .s-plugins {
      padding: 30px 0 40px; } }
  @media (max-width: 374px) {
    .s-plugins {
      padding: 20px 0; } }
  .s-plugins__title {
    margin: 0 0 95px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media (max-width: 550px) {
      .s-plugins__title {
        margin: 0 0 33px;
        font-size: 19px; } }
    @media (max-width: 374px) {
      .s-plugins__title {
        font-size: 18px; } }
  .s-plugins__header {
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
    @media (max-width: 550px) {
      .s-plugins__header {
        font-size: 16px; } }
  .s-plugins__img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px; }
    .s-plugins__img-wrapper img {
      max-height: 100%; }

.services {
  margin: 96px 0 140px; }
  @media (max-width: 768px) {
    .services {
      margin: 91px 0 40px; } }
  @media (max-width: 375px) {
    .services {
      margin: 80px 0 40px; } }
  @media (max-width: 374px) {
    .services {
      margin: 35px 0 40px; } }
  .services .container {
    padding: 0 14px; }
  .services__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding: 0;
    list-style: none; }
    @media (max-width: 1024px) {
      .services__list {
        padding: 0 52px; } }
    @media (max-width: 768px) {
      .services__list {
        padding: 0 6px; } }
  .services__item {
    display: flex;
    width: 33.3333%;
    margin: 0 0 28px;
    padding: 0 14px; }
    @media (max-width: 1024px) {
      .services__item {
        width: 50%; } }
    @media (max-width: 768px) {
      .services__item {
        width: 100%;
        margin: 0 0 43px; } }
    @media (max-width: 768px) {
      .services__item {
        margin: 0 0 34px; } }

.card-service {
  padding: 40px 47px;
  text-align: center;
  background: #F2F2F2; }
  @media (max-width: 768px) {
    .card-service {
      max-width: 400px;
      margin: 0 auto; } }
  .card-service__img-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 60px;
    margin: 0 0 30px; }
  .card-service__title {
    margin: 0 0 1.3em;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #4A4A4A; }
    @media (max-width: 374px) {
      .card-service__title {
        font-size: 18px; } }
  .card-service__text {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7; }
    @media (max-width: 375px) {
      .card-service__text {
        font-size: 16px; } }

.announce .container {
  margin: 0 auto;
  padding: 0 150px;
  list-style: none; }
  @media (max-width: 900px) {
    .announce .container {
      padding: 0 60px; } }
  @media (max-width: 375px) {
    .announce .container {
      padding: 0 30px; } }

.announce__item--grey {
  background: #f2f2f2; }

.announce__content {
  display: flex;
  margin: 0 0 0 auto;
  max-width: 830px; }
  @media (max-width: 768px) {
    .announce__content {
      flex-direction: column;
      max-width: 435px;
      margin: 0 auto;
      align-items: center; } }

.announce__img-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 47%; }
  @media (max-width: 768px) {
    .announce__img-wrapper {
      width: 100%;
      justify-content: center;
      margin: 0 0 100px; } }
  @media (max-width: 375px) {
    .announce__img-wrapper {
      margin: 0 0 50px; } }

@media (max-width: 375px) {
  .announce__img {
    max-width: 100px; } }

.announce__info {
  max-width: 443px;
  width: 53%; }
  @media (max-width: 768px) {
    .announce__info {
      max-width: 532px;
      width: 100%; } }

.announce__text {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45; }
  @media (max-width: 375px) {
    .announce__text {
      font-size: 16px; } }

.announce__item--reverse .announce__content {
  flex-direction: row-reverse;
  margin: 0 auto 0 0; }
  @media (max-width: 768px) {
    .announce__item--reverse .announce__content {
      flex-direction: column;
      margin: 0 auto; } }

.announce__item--reverse .announce__img-wrapper {
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .announce__item--reverse .announce__img-wrapper {
      justify-content: center; } }

.announce--amazing-page {
  margin: 140px 0 0; }
  @media (max-width: 768px) {
    .announce--amazing-page {
      margin: 178px 0 0; } }
  @media (max-width: 375px) {
    .announce--amazing-page {
      margin: 118px 0 0; } }
  @media (max-width: 374px) {
    .announce--amazing-page {
      margin: 93px 0 0; } }
  .announce--amazing-page .announce__item {
    margin-bottom: 225px; }
    @media (max-width: 768px) {
      .announce--amazing-page .announce__item {
        margin: 0 0 200px; } }
    @media (max-width: 375px) {
      .announce--amazing-page .announce__item {
        margin: 0 0 105px; } }

.announce--conversion-page {
  margin: 98px 0 0; }
  @media (max-width: 768px) {
    .announce--conversion-page {
      margin: 140px 0 0; } }
  @media (max-width: 375px) {
    .announce--conversion-page {
      margin: 36px 0 0; } }
  @media (max-width: 374px) {
    .announce--conversion-page {
      margin: 45px 0 0; } }
  .announce--conversion-page .announce__item {
    display: flex;
    align-items: center;
    min-height: 500px;
    padding: 50px 0; }
    @media (max-width: 768px) {
      .announce--conversion-page .announce__item {
        min-height: auto;
        padding: 100px 0; } }
    @media (max-width: 375px) {
      .announce--conversion-page .announce__item {
        padding: 50px 0; } }
    @media (max-width: 374px) {
      .announce--conversion-page .announce__item {
        padding: 35px 0; } }

@media (max-widht: 375px) {
  .announce--management-page:last-child {
    margin: 0 0 80px; } }

@media (max-widht: 374px) {
  .announce--management-page:last-child {
    margin: 0 0 55px; } }

.announce--management-page .announce__item {
  display: flex;
  align-items: center;
  min-height: 641px;
  padding: 50px 0; }
  @media (max-width: 768px) {
    .announce--management-page .announce__item {
      min-height: auto;
      padding: 115px 0; } }
  @media (max-width: 375px) {
    .announce--management-page .announce__item {
      padding: 40px 0; } }
  @media (max-width: 374px) {
    .announce--management-page .announce__item {
      padding: 25px 0; } }

.announce--management-page .announce__content {
  max-width: 1024px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; }

.announce--management-page .announce__img-wrapper {
  padding: 0 15px; }

.announce--management-page .announce__img {
  max-width: 100%; }

.announce--management-page .container {
  padding: 0 27px; }

.tools-box {
  margin: 98px 0 0;
  padding: 100px 0;
  background: #f2f2f2; }
  @media (max-width: 768px) {
    .tools-box {
      margin: 80px 0 0;
      padding: 65px 0; } }
  @media (max-width: 550px) {
    .tools-box {
      margin: 40px 0;
      padding: 35px 0; } }
  @media (max-width: 374px) {
    .tools-box {
      padding: 25px 0; } }
  .tools-box .container {
    padding: 0 27px; }
  .tools-box__inner {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 900px) {
      .tools-box__inner {
        flex-direction: column; } }
  .tools-box__info {
    position: relative;
    max-width: 50%;
    margin: 0 auto 0 0;
    padding: 0 0 0 10.4%;
    border-left: 1px solid #707070; }
    @media (max-width: 900px) {
      .tools-box__info {
        max-width: 289px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        border: none; } }
  .tools-box__item {
    display: flex;
    align-items: center;
    margin: 0 0 90px; }
    @media (max-width: 550px) {
      .tools-box__item {
        margin: 0 0 43px; } }
    @media (max-width: 374px) {
      .tools-box__item {
        margin: 0 0 26px; } }
    .tools-box__item:last-child {
      margin: 0; }
  .tools-box__logo-wrapper {
    flex-shrink: 0;
    margin: 0 44px 0 0; }
    @media (max-width: 375px) {
      .tools-box__logo-wrapper {
        max-width: 80px;
        margin: 0 32px 0 0; } }
    @media (max-width: 374px) {
      .tools-box__logo-wrapper {
        max-width: 75px; } }
  .tools-box__name {
    width: 160px;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left; }
    @media (max-width: 550px) {
      .tools-box__name {
        font-size: 19px; } }
    @media (max-width: 374px) {
      .tools-box__name {
        font-size: 17px; } }
  .tools-box__title {
    max-width: 260px;
    margin: 0 10.4% 0 auto;
    text-align: right;
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.079em;
    text-transform: uppercase; }
    @media (max-width: 900px) {
      .tools-box__title {
        max-width: 100%;
        flex-direction: column;
        margin: 0 0 77px;
        text-align: center; } }
    @media (max-width: 550px) {
      .tools-box__title {
        font-size: 22px;
        margin: 0 0 30px; } }
    @media (max-width: 374px) {
      .tools-box__title {
        font-size: 20px; } }

.text-page {
  margin: 50px 0; }
  .text-page h1 {
    position: relative;
    margin: 0 0 27px;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    color: #4a4a4a;
    text-transform: uppercase; }
  .text-page p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0.5em 0;
    text-align: justify; }
    @media (max-width: 550px) {
      .text-page p {
        text-align: left; } }
  .text-page h2 {
    font-size: 20px;
    margin: 1em 0 0.4em; }
  .text-page a {
    color: #FF3C00; }
    .text-page a:hover {
      text-decoration: underline; }

.slider {
  margin: 0;
  padding: 0;
  list-style: none; }
  .slider li {
    outline: none; }
  .slider__img {
    margin: 0 auto; }
  .slider .slick-dots {
    margin: 100px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0; }
    @media (max-width: 768px) {
      .slider .slick-dots {
        margin: 55px 0 0; } }
    @media (max-width: 550px) {
      .slider .slick-dots {
        margin: 42px 0 0; } }
    @media (max-width: 374px) {
      .slider .slick-dots {
        margin: 20px 0 0; } }
    .slider .slick-dots li {
      margin: 0 13px 15px; }
      @media (max-width: 550px) {
        .slider .slick-dots li {
          margin: 0 10px 15px; } }
      .slider .slick-dots li button {
        display: inline-block;
        width: 15px;
        height: 15px;
        padding: 0;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #707070;
        transition: 0.3s ease; }
        @media (max-width: 550px) {
          .slider .slick-dots li button {
            width: 10px;
            height: 10px; } }
      .slider .slick-dots li.slick-active button {
        background: #4a4a4a;
        outline: none; }

@media (max-width: 550px) {
  .slider--plugins .slick-track li {
    padding: 0 10px; } }

.footer {
  background: #f2f2f2; }
  @media (max-width: 1280px) {
    .footer {
      padding: 0; } }
  @media (max-width: 768px) {
    .footer .container {
      padding: 0; } }
  .footer__privacy {
    margin: 0 0 10px; }
  .footer__content {
    padding: 143px 60px 50px; }
    @media (max-width: 768px) {
      .footer__content {
        padding: 137px 74px 55px; } }
    @media (max-width: 550px) {
      .footer__content {
        padding: 30px 28px 20px; } }
  .footer__top {
    margin: 0 0 170px; }
    @media (max-width: 768px) {
      .footer__top {
        margin: 0 0 156px; } }
    @media (max-width: 550px) {
      .footer__top {
        margin: 0 0 96px; } }
  .footer__btn {
    max-width: 200px;
    width: 100%;
    padding: 16px 13px;
    border-radius: 30px; }
    @media (max-width: 375px) {
      .footer__btn {
        max-width: 126px;
        padding: 10px 1px; } }
  .footer__question {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #ff3c00; }
    @media (max-width: 768px) {
      .footer__question {
        margin: 0 0 26px; } }
    @media (max-width: 550px) {
      .footer__question {
        font-weight: 700;
        font-size: 26px; } }
  .footer__title {
    margin: 0 0 30px;
    font-size: 44px;
    font-weight: 600; }
    @media (max-width: 768px) {
      .footer__title {
        max-width: 500px;
        margin: 0 0 45px; } }
    @media (max-width: 550px) {
      .footer__title {
        font-weight: 400;
        margin: 0 0 40px; } }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    color: #8d8d8d; }
    @media (max-width: 550px) {
      .footer__bottom {
        flex-direction: column;
        align-items: flex-start; } }
  .footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 550px) {
      .footer__contact {
        align-items: flex-start;
        margin: 0 0 10px; } }
    .footer__contact a {
      font-size: 18px;
      font-weight: 400; }
      .footer__contact a:hover, .footer__contact a:focus {
        color: #000; }
  .footer__copyright {
    font-size: 18px; }
    @media (max-width: 550px) {
      .footer__copyright {
        order: 2; } }
    .footer__copyright-text {
      margin: 0; }
    .footer__copyright a:hover, .footer__copyright a:focus {
      color: #000; }
  .footer__mail {
    margin: 0 0 10px; }
  .footer__logo {
    margin: 0 0 17px; }
    @media (max-width: 550px) {
      .footer__logo {
        display: none; } }
  @media (max-width: 550px) {
    .footer.footer-free-quote-page .footer__top {
      margin: 0 0 66px; } }

/*# sourceMappingURL=app.min.css.map*/