@charset "UTF-8";
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Simpler";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SIMPLER-LIGHT.OTF") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Simpler";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SIMPLER-REGULAR.OTF") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Simpler";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SIMPLER-BOLD.OTF") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Simpler";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/SIMPLER-BLACK.OTF") format("opentype"); }

/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v31-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v31-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v31-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v31-latin-800.woff2") format("woff2"), url("../fonts/montserrat-v31-latin-800.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

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

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

img {
  display: block;
  width: 100%;
  height: auto; }

.visually-hidden:not(:focus):not(:active),
input[type="”checkbox”"].visually-hidden,
input[type="”radio”"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

a,
button {
  outline: none !important; }

a {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
a,
ol,
ul,
li,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

:root {
  --pr-font: "Montserrat";
  --sc-font: "Montserrat";
  --fsz-72: 72px;
  --fsz-48: 48px;
  --fsz-36: 36px;
  --fsz-30: 30px;
  --fsz-24: 24px;
  --fsz-20: 20px;
  --fsz-18: 18px;
  --fsz-16: 16px;
  --fsz-14: 14px; }

/* Since our inception in 2016, we've been on a mission to connect artists and labels with their fan communities, transforming aspirations into reality and melodies into growth and revenues. */
body {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  background-color: #F4F4F4; }

html {
  margin: 0 !important;
  overflow: unset !important; }

body.noscroll {
  overflow: hidden; }

.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

footer {
  margin-top: auto; }

._conteiner {
  max-width: 2500px;
  margin: 0 auto; }

._inner {
  width: 75%;
  margin: 0 auto; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border-bottom: 1px solid #dbd6cc;
  -webkit-text-fill-color: #dbd6cc;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent; }

body::-webkit-scrollbar {
  width: 2px; }

body::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff; }

/*-boorger-menu---------------------------------*/
.btn-burger {
  display: none; }

.btn-burger.open-menu span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn-burger.open-menu:before,
.btn-burger.open-menu:after {
  top: 47%;
  left: 25%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.btn-burger.open-menu:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff; }

.btn-burger.open-menu:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff; }

/*=burger media===============================*/
@media (max-width: 800px) {
  /*=burger media===============================*/
  .btn-burger {
    position: relative;
    /* задаем относительное позиционирование */
    width: 35px;
    /* определяем размеры блока */
    height: 28px;
    display: block; }
  .btn-burger span,
  .btn-burger:after,
  .btn-burger:before {
    width: 30px;
    height: 3px;
    border-radius: 0.93px;
    background: #fff;
    position: absolute;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .btn-burger span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .btn-burger:after,
  .btn-burger:before {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .btn-burger:after {
    bottom: 2px; }
  .btn-burger:before {
    top: 2px; } }

._js-img {
  opacity: 0;
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important; }

._js-img-2 {
  opacity: 0;
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.7s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.7s ease-in-out !important;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out !important; }

._js-tl {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.5s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.5s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.5s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.5s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.5s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out; }

._js-tx {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out,
 -webkit-transform 0.8s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out,
 -webkit-transform 0.8s 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.3s ease-in-out,
 opacity 0.6s 0.3s ease-in-out,
 -webkit-transform 0.8s 0.3s ease-in-out; }

._js-tl-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.2s ease-in-out,
 -webkit-transform 0.6s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.2s ease-in-out,
 -webkit-transform 0.6s 0.2s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.2s ease-in-out,
 opacity 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.2s ease-in-out,
 opacity 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.2s ease-in-out,
 opacity 0.8s 0.2s ease-in-out,
 -webkit-transform 0.6s 0.2s ease-in-out; }

._js-tx-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out; }

._js-bk {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  transition: opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  -o-transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out; }

._js-bt {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js-bt-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js_active._js-img-2, ._js_active._js-img {
  opacity: 1; }

._js_active._js-tl, ._js_active._js-tx, ._js_active._js-bk, ._js_active._js-bt, ._js_active._js-tl-2, ._js_active._js-tx-2, ._js_active._js-bt-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@-webkit-keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@-webkit-keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

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

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

._mobile {
  display: none !important; }

._desctop {
  display: block; }

._text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  text-align: left;
  color: #000000; }
.crafted-with-precision__text{
    font-size: var(--fsz-18);
}
._subtitle {
  /* WE AMAZE THE CUSTOMER AT EVERY OPPORTUNITY */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: var(--fsz-24);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #A7A7A9; }

._gr {
  color: #A7A7A9; }

._title {
  /* Why work with us? */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  /* font-size: 80px; */
  font-size: 74px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #003991;
  margin-bottom: 4vw; }

._btn {
  min-width: 220px;
  height: 60px;
  background: #FFFFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #003991;
  padding: 0 20px; }
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
form p{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
form br{
  display: none;
}
.wpcf7-spinner {
    position: absolute;
    left: 50%;
    margin: 0;
}
.footer__form--item--submit>p{
  width: 0;
  height: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: unset;
      color: #dc3232;
    margin: 0;
    padding: 0;
     font-family: 'Montserrat';
     flex: 0 0 100%;
     margin-top: 30px;
}
.wpcf7-not-valid-tip {
    font-size: 0.8em;
    font-family: 'Montserrat';
    position: absolute;
    bottom: -15px;
    transform: translateY(100%);
}
 form {
    flex-wrap: wrap;
}
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
.fixed-form {
  position: fixed;
  bottom: 0;
  width: 100vw;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 100;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  background: #003991; }
  .fixed-form._active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .fixed-form ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    gap: 15px; }

.fixed-form__title {
  /*  */
  font-family: var(--sc-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

.fixed-form__form-wrapper {
  width: 100%; }
  .fixed-form__form-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fixed-form__form-wrapper input, .fixed-form__form-wrapper select {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    font-family: var(--sc-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-16);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000; }
  .fixed-form__form-wrapper::-webkit-input-placeholder {
    font-family: var(--sc-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-16);
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #000000;
    opacity: 0.5; }
  .fixed-form__form-wrapper:-ms-input-placeholder {
    font-family: var(--sc-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-16);
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    opacity: 0.5; }
  .fixed-form__form-wrapper::-ms-input-placeholder {
    font-family: var(--sc-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-16);
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    opacity: 0.5; }
  .fixed-form__form-wrapper::placeholder {
    font-family: var(--sc-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-16);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    opacity: 0.5; }
  .fixed-form__form-wrapper input[type=submit] {
    /* Submit */
    font-family: var(--sc-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF; }

.fixed-form--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  width: 19%;
  height: 50px;
  background-color: #FFF;
  padding: 10px; }

.fixed-form--item---submit {
  background-color: transparent;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0; }
  .fixed-form--item---submit::after {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    content: '';
    border-left: 1px solid #fff;
    background-image: url(../img/arr-r-w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto; }

.fixed-form__bottom {
  /*  */ }

.fixed-form__bottom-text,
.fixed-form__bottom-link {
  font-family: var(--sc-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1;
  text-align: center;
  color: #FFFFFF; }

.fixed-form__bottom-link {
  text-decoration: underline; }

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header._active {
    background-color: #003991; }
  .header.fadeOut {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  .header ._conteiner {
    overflow: visible; }

.header__top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 10px; }

.header__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  position: relative; }

.header__logo-link {
  display: block;
  height: 2.5vw; }
  .header__logo-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.header-menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3vw; }

.header-menu__item {
  position: relative;
  padding: 10px 0; }
  .header-menu__item::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .header-menu__item._js-active_page .header-menu__link {
    font-weight: 700; }
  .header-menu__item._js-active_page::after {
    width: 100%; }

.header-menu__link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.header-contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-contacts__item {
  height: 100%; }

.header-contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  height: 100%; }

.header-contacts__link-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain; }

.header-contacts__link-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  color: #FFFFFF; }

.baner {
  position: relative; }

.home-page .baner__media {
  width: 100%;
  height: 100vh; }
  .home-page .baner__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.home-page .baner__content {
  left: 12.5%; }

.baner__media {
  width: 100%;
  height: auto; }
  .baner__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.baner__content {
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  margin-right: auto; }

.baner__subtitle {
  /*  */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1vw; }

.baner__title {
  /*  */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 75px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1vw; }

.baner__subtext {
  /* SERVICES */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 2vh; }

.baner__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-24);
  line-height: 1.2;
  /* or 117% */
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 2vh; }

.about {
  padding: 15vh 0; }

.what-we-build {
  padding-bottom: 15vh; }

.what-we-build__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5%; }

.what-we-build__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%; }

.what-we-build__icon {
  width: auto;
  height: 4.5vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 1vw; }

.what-we-build__item-subtitle {
  /* Quality */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #A7A7A9;
  margin-bottom: 0.5vh; }

.what-we-build__item-title {
  /* Future-Driven */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #003991;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }
  .what-we-build__item-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background-color: #003991;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.what-we-build__item-text {
  /* SERVICES */
  font-size: var(--fsz-18);
  text-align: center; }

.crafted-with-precision__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  /* align-items: flex-start; */
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7.5vh; }

.crafted-with-precision__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%; }

.crafted-with-precision__title {
  text-align: left;
  margin-bottom: 2vh; }

.crafted-with-precision__subtitle {
  text-align: left;
  margin-bottom: 2vh; }

.crafted-with-precision__text p {
  margin: 0;
  margin-bottom: 2vh; }

.crafted-with-precision__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  width: 42%; }
  .crafted-with-precision__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.crafted-with-precision__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%; }

.crafted-with-precision__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%; }

.crafted-with-precision__item-icon {
  width: 3vw;
  height: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 10px; }

.crafted-with-precision__item-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: var(--fsz-20);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #003991;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }
  .crafted-with-precision__item-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background-color: #003991;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.crafted-with-precision__item-text {
  text-align: center;
  font-size: var(--fsz-18); }

.about__btn {
  background-color: #003991;
  color: #fff;
  margin: 0 auto;
  margin-top: 7.5vh; }

.whyWorkWithUs {
  padding-bottom: 15vh; }

.whyWorkWithUs__content {
  position: relative; }

.whyWorkWithUs__timeline {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  background: #A7A7A9;
  height: 100%; }
  .whyWorkWithUs__timeline .whyWorkWithUs__timeline--full {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 0%;
    background-color: #003991;
    z-index: 1; }

.whyWorkWithUs__timeline--info-item---dot {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  border-radius: 50%;
  background-color: #A7A7A9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.whyWorkWithUs__timeline--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.whyWorkWithUs__timeline--info-item---wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.whyWorkWithUs__timeline--info-item---inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5vw;
  background: #A7A7A9;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .whyWorkWithUs__timeline--info-item---inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003991;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    left: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.whyWorkWithUs__timeline--info-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .whyWorkWithUs__timeline--info-item:nth-child(2n) {
    margin-right: unset;
    margin-left: auto; }
    .whyWorkWithUs__timeline--info-item:nth-child(2n) .whyWorkWithUs__timeline--info-item---dot {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .whyWorkWithUs__timeline--info-item:nth-child(2n) .whyWorkWithUs__timeline--info-item---inner::after {
      left: -100%; }
    .whyWorkWithUs__timeline--info-item:nth-child(2n) .whyWorkWithUs__timeline--info-item---wrapper::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translateY(-50%) translateX(-90%);
      -ms-transform: translateY(-50%) translateX(-90%);
      transform: translateY(-50%) translateX(-90%);
      border-right: 25px solid #A7A7A9;
      /* Бокова сторона */
      border-bottom: 15px solid transparent;
      /* Бокова сторона */
      border-top: 15px solid transparent;
      /* Колір і висота */ }
  .whyWorkWithUs__timeline--info-item:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .whyWorkWithUs__timeline--info-item:nth-child(2n+1) .whyWorkWithUs__timeline--info-item---dot {
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
    .whyWorkWithUs__timeline--info-item:nth-child(2n+1) .whyWorkWithUs__timeline--info-item---wrapper::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      right: 0%;
      -webkit-transform: translateY(-50%) translateX(90%);
      -ms-transform: translateY(-50%) translateX(90%);
      transform: translateY(-50%) translateX(90%);
      border-left: 25px solid #A7A7A9;
      /* Бокова сторона */
      border-bottom: 15px solid transparent;
      /* Бокова сторона */
      border-top: 15px solid transparent;
      /* Колір і висота */ }
  .whyWorkWithUs__timeline--info-item.active .whyWorkWithUs__timeline--info-item---dot {
    background-color: #003991; }
  .whyWorkWithUs__timeline--info-item.active .whyWorkWithUs__timeline--info-item---inner::after {
    left: 0% !important; }
  .whyWorkWithUs__timeline--info-item.active:nth-child(2n) .whyWorkWithUs__timeline--info-item---wrapper::after {
    border-right: 25px solid #003991;
    /* Бокова сторона */
    border-bottom: 15px solid transparent;
    /* Бокова сторона */
    border-top: 15px solid transparent;
    /* Колір і висота */ }
  .whyWorkWithUs__timeline--info-item.active:nth-child(2n+1) .whyWorkWithUs__timeline--info-item---wrapper::after {
    border-left: 25px solid #003991;
    /* Бокова сторона */
    border-bottom: 15px solid transparent;
    /* Бокова сторона */
    border-top: 15px solid transparent;
    /* Колір і висота */ }

.whyWorkWithUs__timeline--info-number {
  /* 2 */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: var(--fsz-24);
  line-height: 1;
  /* identical to box height, or 125% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  /* Ellipse 19 */
  border-radius: 50%;
  width: 47px;
  height: 47px;
  background: #FFFFFF;
  margin-bottom: 10px; }

.whyWorkWithUs__timeline--info-title {
  /* We are Always Looking Ahead */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: var(--fsz-24);
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }
  .whyWorkWithUs__timeline--info-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.whyWorkWithUs__timeline--info-text {
  /* SERVICES */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF; }

.testimonials {
  padding: 15vh 0; }
  .testimonials .owl-carousel .owl-stage {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    border: 2px solid #003991;
    background-color: transparent; }
  .testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #003991; }
  .testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 6vh; }

.testimonials__item {
  /* Rectangle 92 */
  padding: 3vh;
  height: 100%;
  background: #FFFFFF; }

.testimonials__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1vw;
  margin-bottom: 3vh; }

.testimonials__item-foto {
  width: 4vw;
  height: 4vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4vw;
  flex: 0 0 4vw;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.testimonials__rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
  margin-bottom: 5px; }

.testimonials__rating-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px; }
  .testimonials__rating-item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.testimonials__item-name {
  /* Dima C. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #003991;
  margin-bottom: 5px; }

.testimonials__item-header--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3px; }
  .testimonials__item-header--bottom img {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    -o-object-fit: contain;
    object-fit: contain; }

.testimonials__item-header--text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #000000; }

.testimonials__item-content {
  /* SERVICES */
  font-family: 'Montserrat';
  font-style: normal;
  font-size: var(--fsz-18);
  line-height: 1.33;
  color: #000000; }
  .testimonials__item-content p {
    margin: 0;
    margin-bottom: 2vh; }

.faq {
  position: relative; }
  .faq ._inner {
    overflow: hidden;
    padding-bottom: 15vh; }
  .faq ._conteiner {
    position: relative;
    z-index: 1; }

.faq__content {
  width: 45%;
  margin-right: auto;
  overflow: hidden; }

.faq__title {
  margin-bottom: 2vh;
  text-align: left; }

.faq__subtitle {
  text-align: left;
  margin-bottom: 2vh; }

.faq_text {
  text-align: left;
  margin-bottom: 4vh; }

.faq__list {
  display: block; }

.faq ._active .faq__hide-content {
  display: block; }

.faq ._active .faq__btn-icon {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1); }

.faq__hide-content {
  display: none; }

.faq__item:first-child .faq__item--content {
  border-top: 1px solid #000; }

.faq__item--content {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: transparent;
  padding: 15px; }

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

.faq__btn-text {
  /* How long will my project take? */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: left;
  color: #100F0D; }

.faq__btn-icon-wrapper {
  width: 1vw;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1vw;
  flex: 0 0 1vw;
  position: relative; }

.faq__btn-icon {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

._open {
  opacity: 1; }

._close {
  opacity: 0; }

.faq__hide-content {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.3;
  /* or 133% */
  text-align: left;
  color: #000000;
  padding-top: 30px; }

.faq__media {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%;
  height: 100%; }
  .faq__media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.home-services {
  position: relative; }
  .home-services .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .home-services .owl-carousel .owl-nav button.owl-prev,
  .home-services .owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .home-services .owl-carousel .owl-nav button.owl-prev span,
    .home-services .owl-carousel .owl-nav button.owl-next span {
      display: none; }
    .home-services .owl-carousel .owl-nav button.owl-prev::after,
    .home-services .owl-carousel .owl-nav button.owl-next::after {
      content: '';
      width: 40%;
      height: 40%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .home-services button.owl-next::after {
    background-image: url(../img/arr-r-b.svg); }
  .home-services button.owl-prev::after {
    background-image: url(../img/arr-l-b.svg); }

.home-services__item {
  position: relative;
  height: 100vh; }
  .home-services__item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; }
/* .footer-all .testimonials {
    padding: 15vh 0 0;
} */
.home-services__content {
  position: absolute;
  top: 15vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40%; }

.home-services__title {
  color: #fff;
  text-align: left;
  margin-bottom: 2vw; }

.home-services__text {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Скрытие лишнего текста */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 2vw; }

.home-services__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7vh;
  z-index: 2; }

.contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contact__content {
  padding: 7%;
  background-color: #003991;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contact__title {
  /* Contact Information */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-30);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 2vh; }

.contact__text {
  /* SERVICES */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.3;
  /* or 133% */
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 2vh; }

.contact__text-strong {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1.3;
  /* or 133% */
  text-align: left;
  color: #FFFFFF; }

.contact__list .contact__title {
  font-size: var(--fsz-24);
  margin-bottom: 1vh; }

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 0.5vh; }
  .contact__item img {
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain; }

.contact__item-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1.3;
  /* or 133% */
  text-align: left;
  color: #FFFFFF; }

.contact__form-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%; }
  .contact__form-wrapper input, .contact__form-wrapper textarea, .contact__form-wrapper select {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    background: transparent;
    border: unset;
    border-radius: unset;
    /* Name */
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-16);
    line-height: 1;
    text-align: left;
    color: #000000;
    resize: none; }
    .contact__form-wrapper input::-webkit-input-placeholder, .contact__form-wrapper textarea::-webkit-input-placeholder, .contact__form-wrapper select::-webkit-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-16);
      line-height: 1;
      text-align: left;
      color: #000000;
      opacity: 0.2; }
    .contact__form-wrapper input:-ms-input-placeholder, .contact__form-wrapper textarea:-ms-input-placeholder, .contact__form-wrapper select:-ms-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-16);
      line-height: 1;
      text-align: left;
      color: #000000;
      opacity: 0.2; }
    .contact__form-wrapper input::-ms-input-placeholder, .contact__form-wrapper textarea::-ms-input-placeholder, .contact__form-wrapper select::-ms-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-16);
      line-height: 1;
      text-align: left;
      color: #000000;
      opacity: 0.2; }
    .contact__form-wrapper input::placeholder, .contact__form-wrapper textarea::placeholder, .contact__form-wrapper select::placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-16);
      line-height: 1;
      text-align: left;
      color: #000000;
      opacity: 0.2; }
  .contact__form-wrapper option {
    color: #000; }
  .contact__form-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.footer__form--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  width: 48%;
  border-bottom: 1px solid #A7A7A9;
  margin-bottom: 4vh; }

.footer__form--item--select,
.footer__form--item-message {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: auto; }
  .footer__form--item--select textarea,
  .footer__form--item-message textarea {
    height: 120px; }

.footer__form--item-message .footer__form--item---label {
  margin-bottom: 20px; }

.footer__form--item---label {
  /* First Name* */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: left;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 5px; }

.footer__form--item--submit {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 60px;
  background-color: #003991;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .footer__form--item--submit input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }

.footer__form--item--submit-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  text-align: center; }

.footer__form--item--submit-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #fff; }
  .footer__form--item--submit-icon::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/arr-r-w.svg); }

.footer {
  background-color: #003991;
  padding: 10vh 0 0;
  margin-top: 15vh; }

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

.footer__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  width: 22%; }

.footer__logo {
  width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 4vh; }

.footer__text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1.2;
  /* or 125% */
  text-align: left;
  color: #FFFFFF; }

.footer__block-title {
  /* Useful Links */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 900;
  font-size: var(--fsz-24);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 15px; }

.footer__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 10px; }

.footer__block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: left; }

.footer__block-link--icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px; }

.footer__block-link--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: left; }

.footer__bottom {
  margin-top: 10vh;
  border-top: 2px solid #fff;
  padding: 4vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__bottom--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1;
  color: #FFFFFF;
  text-align: left; }

.footer__bottom--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px; }
  .footer__bottom--btns a {
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-16);
    line-height: 1;
    color: #FFFFFF;
    text-align: right;
    text-decoration: underline; }

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.services__item {
  background-color: #003991;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 50vw; }
  .services__item .services__item--link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .services__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .services__item:nth-child(2n) .services__item--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .services__item:nth-child(1) .services__item--link, .services__item:nth-child(2) .services__item--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .services__item:nth-child(3) .services__item--link, .services__item:nth-child(4) .services__item--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .services__item:nth-child(1), .services__item:nth-child(2), .services__item:nth-child(3), .services__item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 25vw; }
    .services__item:nth-child(1) .services__item-list--wrapper, .services__item:nth-child(2) .services__item-list--wrapper, .services__item:nth-child(3) .services__item-list--wrapper, .services__item:nth-child(4) .services__item-list--wrapper {
      display: none; }
    .services__item:nth-child(1) .services__item-title, .services__item:nth-child(2) .services__item-title, .services__item:nth-child(3) .services__item-title, .services__item:nth-child(4) .services__item-title {
      font-size: var(--fsz-36); }

.services__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 2% 10%; }

.services__item-title {
  /* landscape & hardscape */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  /* or 100% */
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5%; }

.services__item-text {
  /* SERVICES */
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  color: #FFFFFF;
  margin-bottom: 5%; }

.services__item-list--title {
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  color: #FFFFFF;
  margin-bottom: 3%; }

.services__item-list {
  list-style: disc;
  padding-left: 2vw; }

.services__item-info {
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-20);
  line-height: 1.2;
  /* or 120% */
  color: #FFFFFF; }

.services__item-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 100%; }

.inner-service-page {
  /*  */ }
  .inner-service-page .baner__content {
    left: 12.5%;
    width: 75%; }
  .inner-service-page .baner__title {
    margin-bottom: 0;
    text-align: center; }
  .inner-service-page .services {
    padding-bottom: 15vh; }
  .inner-service-page .inner-service__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: var(--fsz-48);
    line-height: 1;
    /* or 100% */
    text-align: left;
    text-transform: uppercase;
    color: #003991;
    margin-bottom: 4vh; }
  .inner-service-page .inner-service {
    padding-top: 15vh; }
  .inner-service-page .inner-service__content * {
    font-family: 'Montserrat'; }
.inner-service ._inner{
  width: 50%;
}
.about-page .testimonials {
  padding-top: 0; }

.gallery {
  padding: 15vh 0; }

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 1.5vw; }

.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.gallery__item:nth-child(6n +1), .gallery__item:nth-child(6n +2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  height: 20vw; }

.gallery__item:nth-child(6n +3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 40vw; }

.gallery__item:nth-child(6n +4), .gallery__item:nth-child(6n +5), .gallery__item:nth-child(6n) {
  height: 13vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%; }

.testimonials-contact-page {
  padding: 15vh 0 0; }

.contact-page .baner {
  margin-bottom: 15vh; }
.template-all-page{
  padding: 15vh 0;
}
@media (max-width: 1700px) {
  :root {
    --fsz-36: 30px;
    --fsz-30: 26px;
    --fsz-24: 22px;
    --fsz-20: 18px;
    --fsz-18: 16px;
    --fsz-16: 14px;
    --fsz-14: 12px; }
  ._btn {
    min-width: 200px;
    height: 50px; }
  .header-menu__item::after {
    height: 3px; }
  .header-contacts__link-icon {
    width: 15px;
    height: 15px; }
  .baner__title {
    font-size: 54px;
    margin-bottom: 1vw; }
  .fixed-form--item {
    height: 40px; }
  .fixed-form--item---submit::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px; }
  .fixed-form__bottom-text, .fixed-form__bottom-link {
    font-size: 12px; }
  .fixed-form ._inner {
    padding: 10px 0;
    gap: 10px; }
  ._title {
    /* font-size: 66px; */
    font-size: 60px;
 }
  .home-services .owl-carousel .owl-nav button.owl-prev, .home-services .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px; }
  .contact__form-wrapper input, .contact__form-wrapper textarea, .contact__form-wrapper select {
    height: 40px; }
  .footer__form--item--submit {
    height: 50px; }
  .footer__form--item--submit-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px; }
  .footer__form--item--select textarea, .footer__form--item-message textarea {
    height: 120px; }
  .footer__block-link--icon {
    width: 17px;
    height: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px; } }

@media (max-width: 1500px) {
  :root {
    --fsz-36: 26px;
    --fsz-30: 22px;
    --fsz-24: 20px;
    --fsz-20: 16px;
    --fsz-18: 14px;
    --fsz-16: 12px;
    --fsz-14: 10px; }
  ._btn {
    min-width: 180px;
    height: 40px; }
  .header-menu__item::after {
    height: 3px; }
  .header-contacts__link-icon {
    width: 15px;
    height: 15px; }
  .baner__title {
    font-size: 46px; }
  .fixed-form--item {
    height: 35px; }
  .fixed-form--item---submit::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    height: 35px; }
  .fixed-form__bottom-text, .fixed-form__bottom-link {
    font-size: 10px; }
  .fixed-form ._inner {
    padding: 10px 0;
    gap: 10px; }
  ._title {
    /* font-size: 56px; */
    font-size: 50px;
}
  .home-services .owl-carousel .owl-nav button.owl-prev, .home-services .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px; }
  .contact__form-wrapper input, .contact__form-wrapper textarea, .contact__form-wrapper select {
    height: 35px; }
  .footer__form--item--submit {
    height: 40px; }
  .footer__form--item--submit-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px; }
  .footer__form--item--select textarea, .footer__form--item-message textarea {
    height: 100px; }
  .testimonials .owl-theme .owl-dots .owl-dot span {
    margin: 3px;
    width: 15px;
    height: 15px; }
  .whyWorkWithUs__timeline--info-number {
    width: 40px;
    height: 40px; }
  .whyWorkWithUs__timeline--info-title {
    font-size: 18px; }
  .faq__item--content {
    padding: 10px; }
  .header-contacts__link {
    padding: 0 15px; } }

@media (max-width: 1300px) {
  :root {
    --fsz-36: 22px;
    --fsz-30: 20px;
    --fsz-24: 16px;
    --fsz-20: 14px;
    --fsz-18: 12px;
    --fsz-16: 10px;
    --fsz-14: 8px; }
  .header-menu {
    gap: 2vw; }
  ._btn {
    min-width: 140px;
    height: 35px; }
  .baner__title {
    font-size: 38px; }
  ._title {
    /* font-size: 44px; */
    font-size: 40px;
 }
  .fixed-form--item {
    height: 30px; }
  .fixed-form--item---submit::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px; } }

@media (max-width: 800px) {
  .services-page .services {
    padding-bottom: 0px;
            background: #003991;
}
  :root {
    --fsz-36: 28px;
    --fsz-30:26px;
    --fsz-24: 18px;
    --fsz-20: 18px;
    --fsz-18: 18px;
    --fsz-16: 16px;
    --fsz-14: 14px; }
  ._inner {
    width: 90%; }
  ._mobile {
    display: block !important; }
  ._desctop {
    display: none !important; }
  .header-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    position: fixed;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(250%) translateY(0%);
    -ms-transform: translateX(250%) translateY(0%);
    transform: translateX(250%) translateY(0%);
    height: 100vh;
    background: #003991;
    width: 100vw;
    padding-top: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto; }
    .header-menu.open-menu {
      -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%); }
  .header__logo-link {
    height: 50px; }
  .header-menu__link {
    font-size: 16px;
    height: 45px;
    width: 100%;
    padding: 0px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-menu__item {
    margin: 0 auto;
    width: 90%; }
  .header.fadeOut {
    top: 0; }
  .header__top {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-top: 20px;
    margin-top: auto;
    margin-bottom: 100px; }
  .header-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; }
  .header-contacts__link-icon {
    width: 20px;
    height: 20px; }
  .header__logo-link {
    height: auto;
    width: 30%; }
    .header__logo-link img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain; }
  .header__scrool-to-contact {
    font-size: 12px;
    padding: 0 10px; }
  .header.fadeOut {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .fixed-form {
    display: none; }
  .baner__content {
    position: static;
    left: unset;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
    margin: 0 auto; 
  margin-bottom: 30px;
  }
  .home-page .baner__media{
    height: auto;
  }
  .inner-service ._inner {
    width: 90%;
}
.template-all-page{
  padding: 100px 0;
}
  .baner {
    padding-top: 120px;
    background: #003991; }
    .baner ._conteiner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .baner__subtitle {
    font-size: 18px;
    margin-bottom: 15px; }
  .baner__title {
    font-size: 36px;
    margin-bottom: 20px; }
  ._btn {
    min-width: 140px;
    height: 45px;
    padding: 0 10px;
    font-size: 16px; }
  .gallery,
  .testimonials,
  .about {
    padding: 100px 0; }
  .services,
  .what-we-build {
    padding-bottom: 100px; }
  .faq ._inner,
  .whyWorkWithUs {
    padding-bottom: 100px; }
  .inner-service {
    padding-top: 100px; }
  .footer {
    padding: 6vh 0 0;
    margin-top: 100px; }
  .testimonials-contact-page {
    padding: 100px 0 0; }
  .contact-page .baner {
    margin-bottom: 100px; }
  ._title {
    font-size: 38px;
    margin-bottom: 40px; }
  ._subtitle {
    margin-bottom: 10px; }
  .what-we-build__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .what-we-build__list {
    gap: 40px; }
  .what-we-build__icon {
    width: auto;
    height: 15vw;
    margin-bottom: 25px; }
  .what-we-build__item-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .what-we-build__item-subtitle {
    margin-bottom: 10px; }
  .crafted-with-precision__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .crafted-with-precision__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .crafted-with-precision__subtitle {
    margin-bottom: 30px; }
  .crafted-with-precision__text p {
    margin: 0;
    margin-bottom: 20px; }
  .crafted-with-precision__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 20px;
    width: 100%; }
  .crafted-with-precision__list {
    gap: 40px; }
  .crafted-with-precision__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .crafted-with-precision__item-icon {
    width: 15vw;
    height: auto;
    margin-bottom: 20px; }
  .crafted-with-precision__item-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
  .faq__content {
    width: 100%; }
  .faq__btn-icon-wrapper {
    width: 3vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3vw;
    flex: 0 0 3vw; }
  .home-services__content {
    position: absolute;
    top: 6%;
    width: 70%; }
  .home-services .owl-theme .owl-nav {
    width: 95%; }
  .home-services__text {
    margin-bottom: 20px; }
  .home-services__title {
    margin-bottom: 30px; }
  .testimonials__item-foto {
    width: 20vw;
    height: 20vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20vw;
    flex: 0 0 20vw; }
  .testimonials__item-header {
    gap: 10px;
    margin-bottom: 30px; }
  .whyWorkWithUs__timeline {
    left: 96%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 5px;
    background: #A7A7A9;
    height: 100%;
    z-index: -1; }
  .whyWorkWithUs__timeline--info-item---wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%; }
  .whyWorkWithUs__timeline--info-item:nth-child(2n) {
    margin-right: auto;
    margin-left: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .whyWorkWithUs__timeline--info-item---inner {
    padding: 15px; }
  .whyWorkWithUs__timeline--info-item:not(:last-child) {
    margin-bottom: 30px; }
  .whyWorkWithUs__timeline--info-item .whyWorkWithUs__timeline--info-item---dot {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important; }
  .whyWorkWithUs__timeline--info-text {
    font-size: 16px; }
  .whyWorkWithUs__timeline--info-item:nth-child(2n) .whyWorkWithUs__timeline--info-item---wrapper::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0%;
    left: unset;
    -webkit-transform: translateY(-50%) translateX(90%);
    -ms-transform: translateY(-50%) translateX(90%);
    transform: translateY(-50%) translateX(90%);
    border-left: 25px solid #A7A7A9;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: unset !important; }
  .whyWorkWithUs__timeline--info-item:nth-child(2n) .whyWorkWithUs__timeline--info-item---inner::after {
    left: 100%; }
  .whyWorkWithUs__timeline--info-item.active:nth-child(2n) .whyWorkWithUs__timeline--info-item---wrapper::after {
    border-left: 25px solid #003991;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent; }
  .whyWorkWithUs__timeline--info-item {
    width: 100%; }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contact__content {
    padding: 10% 5%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; }
  .contact__title {
    font-size: 28px;
    margin-bottom: 30px; }
  .contact__text {
    margin-bottom: 30px; }
  .contact__text-strong {
    margin-bottom: 40px; }
  .contact__list .contact__title {
    font-size: 24px;
    margin-bottom: 20px; }
  .contact__item {
    padding-bottom: 0; }
  .contact__item:not(:last-child) {
    padding-bottom: 20px; }
  .contact__form-wrapper {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 40px; }
  .contact__form-wrapper input, .contact__form-wrapper textarea, .contact__form-wrapper select {
    height: 40px; }
  .footer__form--item--select textarea, .footer__form--item-message textarea {
    height: 100px; }
  .footer__form--item---label {
    font-size: 18px;
    opacity: 0.5;
    margin-bottom: 10px; }
  .footer__form--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    border-bottom: 1px solid #A7A7A9;
    margin-bottom: 30px; }
  .footer__form--item--submit {
    height: 50px; }
  .footer__form--item--submit-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px; }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px; }
  .footer__block {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .footer__logo {
    width: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 20px; }
  .footer__bottom {
    margin-top: 60px;
    border-top: 2px solid #fff;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px; }
  .footer__block-link--text {
    font-size: 14px; }
  .footer__block-list {
    row-gap: 15px; }
  .gallery__item:nth-child(6n +1), .gallery__item:nth-child(6n +2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    height: 25vw; }
  .gallery__item:nth-child(6n +3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 50vw; }
  .gallery__item:nth-child(6n +4), .gallery__item:nth-child(6n +5), .gallery__item:nth-child(6n) {
    height: 17vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%; }
  .services__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100% !important;
    height: auto !important;
    margin-top: 0px; }
  .inner-service-page .inner-service {
    padding-top: 100px; }
  .inner-service-page .inner-service__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #003991;
    margin-bottom: 4vh; }
  .services__item-title {
    font-size: 28px; }
  .services__item-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: unset;
    width: 100%;
    padding: 10%; }
  .services__item .services__item--link {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .services__item-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: unset;
    width: 100%;
    height: 60vw; }

.home-services__item {
    position: relative;
    height: auto;
        display: flex;
    flex-direction: column-reverse;
}
.home-services__content {
    position: static;
    transform: unset;
    top: 6%;
    width: 100%;
    margin: -1px auto;
    padding: 30px 15%;
    background: #003991;
}

}
