/* FONTS
   ========================================================================== */
@font-face {
  font-family: "e-Ukraine";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/e-ukraine-bold_w.woff") format("woff"), url("../fonts/e-ukraine-bold_w.woff2") format("woff2"); }
@font-face {
  font-family: "e-Ukraine";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/e-ukraine-light_w.woff") format("woff"), url("../fonts/e-ukraine-light_w.woff2") format("woff2"); }
@font-face {
  font-family: "e-Ukraine";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/e-ukraine-medium_w.woff") format("woff"), url("../fonts/e-ukraine-medium_w.woff2") format("woff2"); }
@font-face {
  font-family: "e-Ukraine";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/e-ukraine-regular_w.woff") format("woff"), url("../fonts/e-ukraine-regular_w.woff2") format("woff2"); }
@font-face {
  font-family: "fixel";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/FixelDisplay-Bold.woff") format("woff"), url("../fonts/FixelDisplay-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "fixel";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/FixelDisplay-Medium.woff") format("woff"), url("../fonts/FixelDisplay-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "fixel";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/FixelDisplay-Regular.woff") format("woff"), url("../fonts/FixelDisplay-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "fixel";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FixelDisplay-SemiBold.woff") format("woff"), url("../fonts/FixelDisplay-SemiBold.woff2") format("woff2"); }
@font-face {
  font-family: "fixel-text";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FixelText-SemiBold.woff") format("woff"), url("../fonts/FixelText-SemiBold.woff2") format("woff2"); }
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  color: #232435;
  font-family: "fixel", sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }
  body ::-moz-selection {
    background: #000;
    color: #ffffff; }
  body ::selection {
    background: #000;
    color: #ffffff; }

#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

mark {
  background: none; }

/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  font-family: "fixel";
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none; }
  input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #4c4c4c;
    font-family: "fixel";
    font-size: 16px;
    opacity: 1; }
  input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #4c4c4c;
    font-family: "fixel";
    font-size: 16px;
    opacity: 1; }
  input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #4c4c4c;
    font-family: "fixel";
    font-size: 16px;
    opacity: 1; }
  input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
    border-color: #000; }

textarea {
  resize: none;
  height: 100px;
  padding: 10px; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .title-h4 {
  font-family: 'fixel', sans-serif;
  font-weight: 700; }

h1 {
  font-style: normal;
  font-size: 32px;
  line-height: 1.25;
  color: #000;
  transition: .4s all ease; }
  @media (max-width: 1440px) {
    h1 {
      font-size: 28px; } }
  @media (max-width: 1024px) {
    h1 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 24px; } }

h2 {
  margin-bottom: 12pt;
  font-style: normal;
  font-size: 28px;
  line-height: 1.15;
  color: #000;
  transition: .4s all ease; }
  @media (max-width: 1440px) {
    h2 {
      font-size: 22px; } }
  @media (max-width: 1024px) {
    h2 {
      font-size: 21px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-style: normal;
  font-size: 26px;
  line-height: 1.17;
  color: #000;
  font-weight: 600; }
  @media (max-width: 1440px) {
    h3 {
      font-size: 18px; } }

.title-h4 {
  font-family: 'fixel-text', sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 1.31;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600; }
  @media (max-width: 1440px) {
    .title-h4 {
      font-size: 16px; } }

h4, h5, h6 {
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 500; }
  @media (max-width: 1440px) {
    h4, h5, h6 {
      font-size: 14px; } }

p {
  font-family: 'fixel';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  padding-bottom: 20px; }
  p:last-child {
    padding-bottom: 0; }

a {
  color: #263238;
  outline: 0;
  text-decoration:none; }
  a:hover {
    outline: 0;
    color: #000; }

    a.uline{
      text-decoration:underline; 
    }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

strong, b {
  font-weight: 700; }

i {
  font-style: normal; }

@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px; }

  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc; }

  ::-webkit-scrollbar-thumb {
    background-color: #000; }

  ::-webkit-scrollbar-thumb:hover {
    background: black; } }
.button-black {
  display: block;
  font-family: 'fixel';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 12px;
  background: #000;
  border: 1px solid transparent;
  transition: .4s all ease;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  opacity: 1; }
  .button-black span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 500;
    margin-top: 8px;
    transition: .4s all ease; }
  .button-black:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000; }
    .button-black:hover span {
      color: #000; }

.button-black.disabled:hover {
  color:gray;
  background-color: darkgray;
}

.button-white {
  display: inline-block;
  font-family: 'fixel';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 13px 12px;
  background: #fff;
  transition: .4s all ease;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  width:100%;
  opacity: 1; 
}
  a.button-white {
    text-decoration: underline;  
  }
   a.button-white:hover {
    color: #00f;
  }

.button-gray {
  display: block;
  font-family: 'fixel';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 12px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid transparent;
  transition: .4s all ease;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  opacity: 1; }
  .button-gray span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 500;
    margin-top: 8px;
    transition: .4s all ease; }
  .button-gray:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000; }
    .button-gray:hover span {
      color: #000; }

.row1208 {
  width: 1400px;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .row1208 {
      max-width: 90%; } }

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

[class*='col-'] {
  width: 100%; }

.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%; }

.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%; }

.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%; }

.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%; }

.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%; }

.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%; }

.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%; }

.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%; }

.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%; }

.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%; }

.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%; }

.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%; }

.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%; }

@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .md-bottom {
    margin-bottom: 30px; } }
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .sm-bottom {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%; }

  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%; }

  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%; }

  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%; }

  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%; }

  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%; }

  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%; }

  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%; }

  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%; }

  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%; }

  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%; }

  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

  .xs-bottom {
    margin-bottom: 15px; } }
/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative; }

#content {
  padding: 40px 0; }
  @media (max-width: 1140px) {
    #content {
      padding: 20px 0; } }

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%; }

.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden; }

.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' '; }

.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.underline {
  position: relative;
  display: inline-block; }
  .underline:after {
    display: block;
    width: 0;
    height: 1px;
    margin: auto;
    content: '';
    transition: width .5s ease, background-color .5s ease;
    background: transparent; }
  .underline:hover:after {
    width: 100%;
    background: #000; }

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca; }

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out; }

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left; }

.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  border: none;
  outline: 0;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 768px) {
    .btn {
      font-size: 14px;
      padding: 10px 15px; } }
  .btn.btn-bluetr {
    color: #343AC8;
    border: 1px solid #343AC8;
    border-radius: 4px; }
    .btn.btn-bluetr:hover {
      background: #343AC8;
      color: #ffffff; }
  .btn.btn-blue {
    color: #ffffff;
    background: #343AC8; }
    .btn.btn-blue:hover {
      color: #343AC8;
      outline: 1px solid #343AC8;
      border-radius: 4px;
      background: transparent; }
  .btn:active {
    background: #25385c; }

/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase; }
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word; }
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px; }
  .wysiwyg ul li {
    line-height: 1.4; }

/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0; }
  .fullframe iframe, .fullframe object, .fullframe embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%; }
  .wpcf7 .screen-reader-response {
    display: none; }
  .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: block; }
  .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    display: block;
    background: #16a085; }
  .wpcf7 .wpcf7-not-valid-tip {
    font: 500 16px/1 "fixel";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff5f5f;
    background: #eeeeee; }
  .wpcf7 .wpcf7-response-output {
    display: none;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    color: white;
    background: #ff5f5f; }
    .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
      background: #1091ae; }
    .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
      background: #16a085; }
  .wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block !important; }

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

div.wpcf7 form.submitting .ajax-loader {
  visibility: visible; }

/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center; }
  .s-link a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
    .s-link a:before {
      font-size: 20px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .s-link a:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .s-link a.fa-facebook:hover {
      background: #3b5993; }
    .s-link a.fa-twitter:hover {
      background: #55acee; }
    .s-link a.fa-instagram:hover {
      background: #181818; }
    .s-link a.fa-linkedin:hover {
      background: #0177b5; }
    .s-link a.fa-youtube:hover {
      background: #f80000; }
    .s-link a.fa-pinterest:hover {
      background: #bd081c; }
    .s-link a.fa-vimeo:hover {
      background: #1bb7ea; }
    .s-link a.fa-yelp:hover {
      background: #d32323; }
    .s-link a.fa-google-plus:hover {
      background: #dd4c39; }

/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px; }
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px; }
  .index-style .post-title:hover {
    color: #3B3B44; }
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .index-style .post-thumbnail:hover {
    opacity: .9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 14px;
    margin: 0 3px;
    padding: 3px 5px; }
  .wp-pagenavi a {
    border: 1px solid #cccccc; }
  .wp-pagenavi .current,
  .wp-pagenavi a:hover {
    color: #ffffff;
    border-color: #000;
    background: #000; }

#top {
  min-height: 500px;
  text-align: center;
  color: #fff; }
  #top h1 {
    font-size: 60px; }

.desctop_hide {
  display: none; }

@media (max-width: 1140px) {
  .mobile_hide {
    display: none; }

  .desctop_hide {
    display: block; }

  .burger {
    position: absolute;
    z-index: 101;
    top: 19px;
    right: 2.81vw;
    text-align: left; } }
  @media (max-width: 1140px) and (max-width: 576px) {
    .burger {
      right: 5vw; } }
@media (max-width: 1140px) {
    .burger .burger-icon {
      display: inline-block;
      position: relative;
      margin-top: 6px;
      margin-bottom: 6px;
      user-select: none; }
      .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #000;
        outline: 1px solid transparent;
        transition-property: background-color, transform;
        transition-duration: .4s; }
      .burger .burger-icon::before, .burger .burger-icon::after {
        position: absolute;
        content: ""; }
      .burger .burger-icon::before {
        top: -6px; }
      .burger .burger-icon::after {
        top: 6px; }
    .burger.is-active .burger-icon {
      background-color: transparent; }
    .burger.is-active .burger-icon::before {
      transform: translateY(6px) rotate(45deg); }
    .burger.is-active .burger-icon::after {
      transform: translateY(-6px) rotate(-45deg); }
    .burger.is-active .burger-icon::before,
    .burger.is-active .burger-icon::after {
      background: #ffffff; }

  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 40%;
    max-width: 100%;
    height: 100vh;
    padding: 80px 20px;
    border-top: 47px solid #FFFFFF;
    background: #F0F0F0;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; } }
  @media (max-width: 1140px) and (max-width: 768px) {
    .mobile_menu_container {
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 1140px) and (max-width: 767px) {
    .mobile_menu_container {
      border-bottom: none; } }
@media (max-width: 1140px) {
    .mobile_menu_container nav {
      margin-bottom: 40px; }
    .mobile_menu_container li {
      position: relative; }
    .mobile_menu_container a {
      z-index: 10;
      display: block; }
      .mobile_menu_container a:hover {
        text-decoration: none; }
    .mobile_menu_container .sub-anchor {
      position: absolute;
      z-index: 20;
      top: 0;
      right: 0;
      width: 40px;
      height: 30px;
      cursor: pointer;
      background: #0d0d0d; }
      .mobile_menu_container .sub-anchor:hover {
        background: black; }
      .mobile_menu_container .sub-anchor:before {
        font-size: 20px;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .mobile_menu_container .sub-menu {
      display: none; }
      .mobile_menu_container .sub-menu a {
        font-size: 13px;
        padding: 10px 30px;
        color: #ffffff; }
        .mobile_menu_container .sub-menu a:hover {
          background: #1a1a1a; }
      .mobile_menu_container .sub-menu .sub-menu {
        display: none;
        padding-left: 10px; }
    .mobile_menu_container .level_a {
      text-align: center; }
      .mobile_menu_container .level_a > li {
        border: none;
        margin-bottom: 20px; }
        .mobile_menu_container .level_a > li:last-child {
          margin-bottom: 0; }
        .mobile_menu_container .level_a > li > a {
          font-family: 'Gilroy';
          font-weight: 700;
          font-size: 16px;
          line-height: 162%;
          color: #232435; }

  /* resp_menu_active
========================================================================== */
  .mobile_menu_active {
    overflow: hidden; }
    .mobile_menu_active:before {
      position: absolute;
      z-index: 100;
      width: 100%;
      height: 100vh;
      margin: 0 auto;
      content: '';
      background: rgba(0, 0, 0, 0.7);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .mobile_menu_active .burger {
      position: fixed; }
      .mobile_menu_active .burger span {
        position: relative;
        z-index: 101; }
    .mobile_menu_active .mobile_menu_container {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }
.alignleft {
  float: left;
  margin: 0 30px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 30px; }

.aligncenter {
  margin: 0 auto 20px; }

.alignnone {
  margin: 0 0 20px; }

.block-center {
  text-align: center;
  position: relative; }

@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px; }

  .alignnone {
    margin: 0 0 20px; } }
/* ==========================================================================
   Body
   ========================================================================== */
body {
  display: flex;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }
  body:before {
    background: unset !important; }

/* ==========================================================================
   wrap
   ========================================================================== */
#wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  #wrap > div {
    border-top: 90px solid transparent;
    margin-top: -90px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

/* ==========================================================================
   Mobile menu
   ========================================================================== */
.mobile_menu_container {
  display: none;
  background-color: #3B3B44 !important; }
  @media (max-width: 767px) {
    .mobile_menu_container {
      padding-top: 35px; } }
  @media (max-width: 1140px) {
    .mobile_menu_container {
      display: block; } }
  .mobile_menu_container .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mobile_menu_container .wrapper nav ul li:hover > a {
      opacity: 0.8; }
    .mobile_menu_container .wrapper nav ul li a {
      transition: .4s all ease;
      font-family: 'e-Ukraine';
      font-weight: 700;
      font-size: 16px;
      line-height: unset;
      color: #fff;
      font-style: normal;
      text-align: center;
      margin-bottom: 30px; }
    .mobile_menu_container .wrapper .submenu-items {
      margin-right: unset;
      position: relative;
      display: flex;
      align-items: center;
      transition: 0.3s all ease;
      cursor: pointer;
      flex-direction: column; }
      .mobile_menu_container .wrapper .submenu-items .submenu-list {
        display: none; }
      .mobile_menu_container .wrapper .submenu-items .submenu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
        .mobile_menu_container .wrapper .submenu-items .submenu span {
          font-weight: 700;
          font-size: 16px;
          line-height: unset;
          color: #fff;
          font-family: 'e-Ukraine';
          font-style: normal;
          text-align: right;
          transition: 0.3s all ease; }
        .mobile_menu_container .wrapper .submenu-items .submenu:before {
          position: absolute;
          content: "";
          right: -22px;
          margin-top: 0;
          top: 11px;
          transition: 0.3s all ease;
          width: 6px;
          height: 6px;
          border: solid #ffffff;
          border-width: 3px 0 0 3px;
          transform: translate(-50%, -75%) rotate(225deg);
          border-radius: 2px; }
      .mobile_menu_container .wrapper .submenu-items .submenu-item {
        display: flex;
        flex-direction: column;
        transition: 0.3s all ease; }
        .mobile_menu_container .wrapper .submenu-items .submenu-item a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          transition: 0.3s all ease;
          margin: 0 auto 30px; }
          .mobile_menu_container .wrapper .submenu-items .submenu-item a span {
            font-family: 'e-Ukraine';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            text-align: right;
            color: #FFFFFF;
            opacity: 0.8;
            transition: 0.3s all ease; }
      .mobile_menu_container .wrapper .submenu-items.active .submenu:before {
        transform: translate(-50%, -25%) rotate(45deg); }
    .mobile_menu_container .wrapper .language-mobile {
      position: relative;
      padding-right: 28px;
      padding-left: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s all ease;
      cursor: pointer;
      width: max-content; }
      .mobile_menu_container .wrapper .language-mobile:hover span {
        opacity: 0.8; }
      .mobile_menu_container .wrapper .language-mobile .lang {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .mobile_menu_container .wrapper .language-mobile .lang img {
          max-width: 12px;
          width: 100%;
          max-height: 8px;
          object-fit: contain;
          margin-right: 4px;
          margin-bottom: 2px; }
        .mobile_menu_container .wrapper .language-mobile .lang span {
          font-family: 'e-Ukraine';
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          text-align: right;
          color: #FFFFFF;
          transition: 0.3s all ease; }
      .mobile_menu_container .wrapper .language-mobile .drop-down {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 36px;
        left: 0;
        z-index: -1;
        min-width: 140px;
        transition: 0.3s all ease;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 1px 6px 0 rgba(68, 68, 68, 0.5); }
        .mobile_menu_container .wrapper .language-mobile .drop-down a:nth-child(odd) {
          background-color: #191919; }
        .mobile_menu_container .wrapper .language-mobile .drop-down a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 7px 20px;
          transition: 0.3s all ease;
          background: #000; }
          .mobile_menu_container .wrapper .language-mobile .drop-down a img {
            max-width: 12px;
            width: 100%;
            max-height: 8px;
            object-fit: contain;
            margin-right: 4px;
            margin-bottom: 2px; }
          .mobile_menu_container .wrapper .language-mobile .drop-down a span {
            font-family: 'e-Ukraine';
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            text-align: right;
            color: #FFFFFF;
            transition: 0.3s all ease; }
          .mobile_menu_container .wrapper .language-mobile .drop-down a:hover {
            text-decoration: none;
            background-color: #333; }
      .mobile_menu_container .wrapper .language-mobile:before {
        position: absolute;
        content: "";
        right: 3px;
        margin-top: 0;
        top: 50%;
        transition: 0.3s all ease;
        width: 6px;
        height: 6px;
        border: solid #ffffff;
        border-width: 3px 0 0 3px;
        transform: translate(-50%, -75%) rotate(225deg);
        border-radius: 2px; }
      .mobile_menu_container .wrapper .language-mobile:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: -13px;
        transition: 0.3s all ease;
        width: 100%;
        height: 13px; }
      .mobile_menu_container .wrapper .language-mobile:hover .lang, .mobile_menu_container .wrapper .language-mobile:focus .lang {
        opacity: 1; }
    .mobile_menu_container .wrapper .act .lang {
      opacity: 1; }
    .mobile_menu_container .wrapper .act .drop-down {
      opacity: 1;
      visibility: visible;
      z-index: 5; }
    .mobile_menu_container .wrapper .act:before {
      transform: translate(-50%, -25%) rotate(45deg); }

body.mobile_menu_active header {
  box-shadow: none; }

/* ==========================================================================
   Header
   ========================================================================== */
header {
  transition: .4s all ease;
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  left: 0;
  padding: 24px 0;
  background: #000; }
  @media (max-width: 1140px) {
    header {
      padding: 12px 0; } }
  header.hide {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transform: translateY(50px); }
  header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 24px; }
    @media (max-width: 767px) {
      header .wrapper {
        justify-content: center; } }
    header .wrapper .logo-nav-wrap {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    header .wrapper .left-content {
      max-width: 138px;
      width: 100%;
      margin-right: 64px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 1140px) {
        header .wrapper .left-content {
          margin-right: 0; } }
      header .wrapper .left-content .img-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4px; }
        @media (max-width: 1140px) {
          header .wrapper .left-content .img-wrap {
            margin-bottom: unset; } }
        header .wrapper .left-content .img-wrap img, header .wrapper .left-content .img-wrap svg {
          max-width: 136px;
          width: 100%;
          height: 100%;
          object-fit: contain; }
    header .wrapper .center-content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-right: 20px;
      max-width: 750px; }
      @media (max-width: 1140px) {
        header .wrapper .center-content {
          display: none; } }
      header .wrapper .center-content nav .menu-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        header .wrapper .center-content nav .menu-wrapper .menu-item {
          margin-right: 56px; }
          header .wrapper .center-content nav .menu-wrapper .menu-item:hover > a {
            opacity: 0.8; }
          header .wrapper .center-content nav .menu-wrapper .menu-item:last-child {
            margin-right: 0; }
          header .wrapper .center-content nav .menu-wrapper .menu-item a {
            transition: .4s all ease;
            font-family: 'e-Ukraine';
            font-weight: 700;
            font-size: 16px;
            line-height: unset;
            color: #fff; }
        header .wrapper .center-content nav .menu-wrapper .submenu-items {
          margin-right: unset;
          position: relative;
          display: flex;
          align-items: center;
          transition: 0.3s all ease;
          cursor: pointer;
          padding-right: 30px; }
          @media (max-width: 1140px) {
            header .wrapper .center-content nav .menu-wrapper .submenu-items {
              display: none; } }
          header .wrapper .center-content nav .menu-wrapper .submenu-items:hover > span {
            opacity: 0.8; }
          header .wrapper .center-content nav .menu-wrapper .submenu-items .submenu {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            header .wrapper .center-content nav .menu-wrapper .submenu-items .submenu span {
              font-weight: 700;
              font-size: 16px;
              line-height: unset;
              color: #fff;
              font-family: 'e-Ukraine';
              font-style: normal;
              text-align: right;
              transition: 0.3s all ease; }
          header .wrapper .center-content nav .menu-wrapper .submenu-items .drop-down {
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 36px;
            left: 0;
            z-index: -1;
            min-width: 140px;
            transition: 0.3s all ease;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0 1px 6px 0 rgba(68, 68, 68, 0.5); }
            header .wrapper .center-content nav .menu-wrapper .submenu-items .drop-down .submenu-item:nth-child(odd) a:hover {
              text-decoration: none;
              background-color: #333; }
            header .wrapper .center-content nav .menu-wrapper .submenu-items .drop-down a {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              padding: 7px 20px;
              transition: 0.3s all ease;
              background-color: #191919; }
              header .wrapper .center-content nav .menu-wrapper .submenu-items .drop-down a span {
                font-family: 'e-Ukraine';
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                text-align: right;
                color: #FFFFFF;
                transition: 0.3s all ease;
                white-space: nowrap; }
              header .wrapper .center-content nav .menu-wrapper .submenu-items .drop-down a:hover {
                text-decoration: none;
                background-color: #333; }
          header .wrapper .center-content nav .menu-wrapper .submenu-items:before {
            position: absolute;
            content: "";
            right: 3px;
            margin-top: 0;
            top: 50%;
            transition: 0.3s all ease;
            width: 6px;
            height: 6px;
            border: solid #ffffff;
            border-width: 3px 0 0 3px;
            transform: translate(-50%, -75%) rotate(225deg);
            border-radius: 2px; }
          header .wrapper .center-content nav .menu-wrapper .submenu-items:after {
            position: absolute;
            content: "";
            right: 0;
            bottom: -13px;
            transition: 0.3s all ease;
            width: 100%;
            height: 13px; }
          header .wrapper .center-content nav .menu-wrapper .submenu-items:hover .submenu, header .wrapper .center-content nav .menu-wrapper .submenu-items:focus .submenu {
            opacity: 1; }
          header .wrapper .center-content nav .menu-wrapper .submenu-items:hover .drop-down, header .wrapper .center-content nav .menu-wrapper .submenu-items:focus .drop-down {
            opacity: 1;
            visibility: visible;
            z-index: 5; }
          header .wrapper .center-content nav .menu-wrapper .submenu-items:hover:before, header .wrapper .center-content nav .menu-wrapper .submenu-items:focus:before {
            transform: translate(-50%, -25%) rotate(45deg); }
    header .wrapper .right-content .language {
      position: relative;
      padding-right: 28px;
      padding-left: 20px;
      display: flex;
      align-items: center;
      transition: 0.3s all ease;
      cursor: pointer; }
      @media (max-width: 1140px) {
        header .wrapper .right-content .language {
          display: none; } }
      header .wrapper .right-content .language:hover .lang {
        opacity: 1; }
      header .wrapper .right-content .language:hover .drop-down {
        opacity: 1;
        visibility: visible;
        z-index: 5; }
      header .wrapper .right-content .language:hover:before {
        transform: translate(-50%, -25%) rotate(45deg); }
      header .wrapper .right-content .language .lang {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        header .wrapper .right-content .language .lang img {
          max-width: 12px;
          width: 100%;
          max-height: 8px;
          object-fit: contain;
          margin-right: 4px;
          margin-bottom: 2px; }
        header .wrapper .right-content .language .lang span {
          font-family: 'e-Ukraine';
          font-style: normal;
          font-weight: 400;
          font-size: 11px;
          text-align: right;
          color: #FFFFFF;
          transition: 0.3s all ease; }
      header .wrapper .right-content .language .drop-down {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 36px;
        left: 0;
        z-index: -1;
        min-width: 140px;
        transition: 0.3s all ease;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 1px 6px 0 rgba(68, 68, 68, 0.5); }
        header .wrapper .right-content .language .drop-down a:nth-child(odd) {
          background-color: #191919; }
        header .wrapper .right-content .language .drop-down a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 7px 20px;
          transition: 0.3s all ease;
          background: #000; }
          header .wrapper .right-content .language .drop-down a img {
            max-width: 12px;
            width: 100%;
            max-height: 8px;
            object-fit: contain;
            margin-right: 4px;
            margin-bottom: 2px; }
          header .wrapper .right-content .language .drop-down a span {
            font-family: 'e-Ukraine';
            font-style: normal;
            font-weight: 400;
            font-size: 11px;
            text-align: right;
            color: #FFFFFF;
            transition: 0.3s all ease; }
          header .wrapper .right-content .language .drop-down a:hover {
            text-decoration: none;
            background-color: #333; }
      header .wrapper .right-content .language:before {
        position: absolute;
        content: "";
        right: 3px;
        margin-top: 0;
        top: 50%;
        transition: 0.3s all ease;
        width: 6px;
        height: 6px;
        border: solid #ffffff;
        border-width: 3px 0 0 3px;
        transform: translate(-50%, -75%) rotate(225deg);
        border-radius: 2px; }
      header .wrapper .right-content .language:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: -13px;
        transition: 0.3s all ease;
        width: 100%;
        height: 13px; }
      header .wrapper .right-content .language:hover .lang, header .wrapper .right-content .language:focus .lang {
        opacity: 1; }
    header .wrapper .right-content .act .lang {
      opacity: 1; }
    header .wrapper .right-content .act .drop-down {
      opacity: 1;
      visibility: visible;
      z-index: 5; }
    header .wrapper .right-content .act:before {
      transform: translate(-50%, -25%) rotate(45deg); }
    header .wrapper .burger {
      cursor: pointer;
      position: absolute;
      z-index: 101;
      display: none;
      height: 11px;
      width: 15px; }
      @media (max-width: 1140px) {
        header .wrapper .burger {
          display: block; } }
      header .wrapper .burger span {
        position: absolute;
        display: block;
        width: 15px;
        height: 1px;
        background-color: #fff;
        color: #fff;
        transition: .4s all ease; }
        header .wrapper .burger span:nth-child(1) {
          top: 0; }
        header .wrapper .burger span:nth-child(2) {
          top: 5px; }
        header .wrapper .burger span:nth-child(3) {
          bottom: 0; }
      header .wrapper .burger.is-active span:nth-child(1) {
        top: 5px;
        transform: rotate(45deg); }
      header .wrapper .burger.is-active span:nth-child(2) {
        opacity: 0;
        visibility: hidden; }
      header .wrapper .burger.is-active span:nth-child(3) {
        top: 5px;
        transform: rotate(-45deg); }

.front-page header .wrapper .left-content .img-wrap {
  pointer-events: none; }

.serial-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page {
  pointer-events: none; }
  .serial-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page a {
    pointer-events: none;
    background-color: #191919;
    padding: 5px 52px; }
    .serial-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page a span {
      font-weight: 700;
      pointer-events: none; }

.development-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .development-page {
  pointer-events: none; }
  .development-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .development-page a {
    pointer-events: none;
    background-color: #191919;
    padding: 5px 52px; }
    .development-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .development-page a span {
      font-weight: 700;
      pointer-events: none; }

.partner-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .partner-page {
  pointer-events: none; }
  .partner-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .partner-page a {
    pointer-events: none;
    background-color: #191919;
    padding: 5px 52px; }
    .partner-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .partner-page a span {
      font-weight: 700;
      pointer-events: none; }

.development-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .development-page {
  pointer-events: none; }
  .development-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .development-page a {
    pointer-events: none;
    background-color: #191919;
    padding: 5px 52px; }
    .development-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .development-page a span {
      font-weight: 700;
      pointer-events: none; }

.serial-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page {
  pointer-events: none; }
  .serial-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page a {
    pointer-events: none;
    background-color: #191919;
    padding: 5px 52px; }
    .serial-page + footer + .mobile_menu_container .wrapper .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page a span {
      font-weight: 700;
      pointer-events: none; }

.serial-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page {
  pointer-events: none; }
  .serial-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page a {
    pointer-events: none;
    background-color: #3B3B44; }
    .serial-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page a:hover {
      background-color: #191919; }
    .serial-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .serial-page a span {
      pointer-events: none; }

.partner-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .partner-page {
  pointer-events: none; }
  .partner-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .partner-page a {
    pointer-events: none;
    background-color: #3B3B44; }
    .partner-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .partner-page a:hover {
      background-color: #191919; }
    .partner-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .partner-page a span {
      pointer-events: none; }

.development-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .development-page {
  pointer-events: none; }
  .development-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .development-page a {
    pointer-events: none;
    background-color: #3B3B44; }
    .development-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .development-page a:hover {
      background-color: #191919; }
    .development-page header .wrapper .logo-nav-wrap .center-content .menu-wrapper .menu-item .submenu-items .submenu-list .development-page a span {
      pointer-events: none; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  position: relative;
  transition: .4s all ease;
  overflow: hidden;
  background-color: #000; }
  footer .wrapper {
    padding: 24px 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    transition: .4s all ease; }
    footer .wrapper .footer-title {
      color: #FFF;
      font-family: 'e-Ukraine';
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-align: center;
      margin-bottom: 6px;
      transition: .4s all ease; }
    footer .wrapper .footer-description {
      color: rgba(255, 255, 255, 0.7);
      font-family: 'e-Ukraine';
      font-size: 12px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      transition: .4s all ease; }
    footer .wrapper .footer-description a{
      color: rgba(255, 255, 255, 0.7);
    }
    .contact .email a , .contact .phone{
      color: rgba(255, 255, 255, 0.7);
    }

/* ==========================================================================
   Banner
   ========================================================================== */
.banner {
  border-top: unset !important;
  margin-top: 72px !important;
  margin-bottom: 30px; }
  .banner .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0 0; }
    @media (max-width: 690px) {
      .banner .wrapper {
        flex-direction: column;
        padding: 0; } }
    .banner .wrapper .left-content {
      max-width: 695px;
      width: 100%; }
      @media (max-width: 690px) {
        .banner .wrapper .left-content {
          text-align: center;
          margin-bottom: 20px; } }
      .banner .wrapper .left-content h1 {
        margin-bottom: 24px; }
      .banner .wrapper .left-content .description {
        margin-bottom: 24px; }
        .banner .wrapper .left-content .description p {
          font-size: 16px; }
      .banner .wrapper .left-content .wrapper-btn {
        display: flex;
        justify-content: flex-start; }
        @media (max-width: 690px) {
          .banner .wrapper .left-content .wrapper-btn {
            justify-content: center; } }
        .banner .wrapper .left-content .wrapper-btn .button-black {
          max-width: 282px;
          width: 100%; }
    .banner .wrapper .right-content {
      max-width: 491px;
      width: 100%;
      max-height: 491px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .banner .wrapper .right-content img {
        max-width: 491px;
        width: 100%;
        max-height: 491px;
        height: 100%;
        object-fit: contain; }

/* ==========================================================================
   Device Section
   ========================================================================== */
.device-section {
  margin: 30px 0 90px; }
  .device-section .wrapper-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .device-section .wrapper-section .top-content {
      margin-bottom: 88px; }
      @media (max-width: 690px) {
        .device-section .wrapper-section .top-content {
          margin-bottom: 60px; } }
      .device-section .wrapper-section .top-content h2 {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 16px;
        text-align: center; }
      .device-section .wrapper-section .top-content .description {
        max-width: 654px;
        width: 100%;
        color: #ffffff;
        text-align: center; }
    .device-section .wrapper-section .bottom-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 24px;
      row-gap: 74px; }
      @media (max-width: 820px) {
        .device-section .wrapper-section .bottom-content {
          grid-template-columns: 1fr;
          row-gap: 50px; } }
      .device-section .wrapper-section .bottom-content .item {
        display: flex; }
        @media (max-width: 576px) {
          .device-section .wrapper-section .bottom-content .item {
            flex-direction: column; } }
        .device-section .wrapper-section .bottom-content .item .left-content {
          max-width: 120px;
          width: 100%;
          max-height: 120px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 24px; }
          @media (max-width: 576px) {
            .device-section .wrapper-section .bottom-content .item .left-content {
              max-width: 550px;
              margin-bottom: 20px;
              margin-right: 0; } }
          .device-section .wrapper-section .bottom-content .item .left-content img {
            max-width: 120px;
            width: 100%;
            max-height: 120px;
            height: 100%;
            object-fit: contain; }
        .device-section .wrapper-section .bottom-content .item .right-content {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          max-width: 500px;
          width: 100%; }
          .right-content .text-wrapper{
            margin-top:12pt;
          }
          .device-section .wrapper-section .bottom-content .item .right-content .text-wrapper h3 {
            margin-bottom: 8px; }
          .device-section .wrapper-section .bottom-content .item .right-content .text-wrapper .title-h4 {
            margin-bottom: 20px; }
          .device-section .wrapper-section .bottom-content .item .right-content .text-wrapper .spec-wrap {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 20px; }
            .device-section .wrapper-section .bottom-content .item .right-content .text-wrapper .spec-wrap .specification {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 4px 12px;
              border-radius: 8px;
              border: 1px solid #E8E8E8;
              background: #F5F5F5;
              color: #000;
              font-family: 'fixel', sans-serif;
              font-size: 12px;
              font-style: normal;
              font-weight: 500;
              line-height: 1.75;
              text-transform: uppercase;
              margin-right: 8px; }
              .device-section .wrapper-section .bottom-content .item .right-content .text-wrapper .spec-wrap .specification:last-child {
                margin-right: 0; }
          .device-section .wrapper-section .bottom-content .item .right-content .text-wrapper h4 {
            margin-bottom: 4px; }
          .device-section .wrapper-section .bottom-content .item .right-content .text-wrapper .text {
            margin-bottom: 16px; }
          .device-section .wrapper-section .bottom-content .item .right-content .wrapper-btn {
            margin-top: 12px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center; }
            .device-section .wrapper-section .bottom-content .item .right-content .wrapper-btn .button-black, .device-section .wrapper-section .bottom-content .item .right-content .wrapper-btn .button-gray {
              max-width: 240px;
              width: 100%; }
              @media (max-width: 576px) {
                .device-section .wrapper-section .bottom-content .item .right-content .wrapper-btn .button-black, .device-section .wrapper-section .bottom-content .item .right-content .wrapper-btn .button-gray {
                  margin: 0 auto; } }
            .device-section .wrapper-section .bottom-content .item .right-content .wrapper-btn .button-first {
              margin-bottom: 15px; }
    .device-section .wrapper-section .wrapper-item-detail {
      display: grid;
      grid-template-columns: 1fr;
      column-gap: unset;
      row-gap: unset;
      width: 100%; }
      @media (max-width: 1140px) {
        .device-section .wrapper-section .wrapper-item-detail {
          grid-template-columns: 1fr;
          row-gap: unset; } }
      .device-section .wrapper-section .wrapper-item-detail .item {
        display: flex; }
        @media (max-width: 1140px) {
          .device-section .wrapper-section .wrapper-item-detail .item {
            flex-direction: column; } }
        .device-section .wrapper-section .wrapper-item-detail .item .left-content {
          max-width: 320px;
          width: 100%;
          max-height: 320px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 24px; }
          @media (max-width: 1140px) {
            .device-section .wrapper-section .wrapper-item-detail .item .left-content {
              max-width: 280px;
              margin: 0 auto 20px; } }
          .device-section .wrapper-section .wrapper-item-detail .item .left-content img {
            max-width: 320px;
            width: 100%;
            max-height: 320px;
            height: 100%;
            object-fit: contain; }
        .device-section .wrapper-section .wrapper-item-detail .item .right-content {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          max-width: unset;
          width: 100%; }
          .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper h3 {
            margin-bottom: 8px; }
          .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .title-h4 {
            margin-bottom: 20px; }
          .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .spec-wrap {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 20px; }
            .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .spec-wrap .specification {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 4px 12px;
              border-radius: 8px;
              border: 1px solid #E8E8E8;
              background: #F5F5F5;
              color: #000;
              font-family: 'fixel', sans-serif;
              font-size: 12px;
              font-style: normal;
              font-weight: 500;
              line-height: 1.75;
              text-transform: uppercase;
              margin-right: 8px; }
              .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .spec-wrap .specification:last-child {
                margin-right: 0; }
          .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper h4 {
            margin-bottom: 4px; }
          .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .text {
            margin-bottom: 16px; }
          .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .wrapper-gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-column-gap: 10px;
            grid-row-gap: 10px;
            margin-bottom: 40px; }
            @media (max-width: 768px) {
              .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .wrapper-gallery {
                grid-template-columns: repeat(2, 1fr); } }
            .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .wrapper-gallery a:nth-child(n+7) {
              display: none; }
            .device-section .wrapper-section .wrapper-item-detail .item .right-content .text-wrapper .wrapper-gallery a img {
              max-width: 280px;
              width: 100%;
              max-height: 280px;
              height: 100%;
              object-fit: contain; }
          .device-section .wrapper-section .wrapper-item-detail .item .right-content .wrapper-btn {
            margin-top: 12px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center; }
            .device-section .wrapper-section .wrapper-item-detail .item .right-content .wrapper-btn .button-black, .device-section .wrapper-section .wrapper-item-detail .item .right-content .wrapper-btn .button-gray {
              max-width: 240px;
              width: 100%; }
              @media (max-width: 576px) {
                .device-section .wrapper-section .wrapper-item-detail .item .right-content .wrapper-btn .button-black, .device-section .wrapper-section .wrapper-item-detail .item .right-content .wrapper-btn .button-gray {
                  margin: 0 auto; } }
            .device-section .wrapper-section .wrapper-item-detail .item .right-content .wrapper-btn .button-gray {
              margin-bottom: 15px; }

.big-margin {
  margin-top: 50px;
}
.content-block {
  margin-bottom: 50px;
}
.row1208 h2 {
  text-align: center;
}
.device-item-detail {
  margin: 30px 0 90px !important; }
  @media (max-width: 1140px) {
    .device-item-detail {
      border-top: 30px solid transparent !important;
      margin: 0 0 60px !important; } }

.items-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.items-wrapper .item {
  margin-right: 60px;
  max-width: 300px;
  margin-top: 30px;
}

.items-wrapper .item .title-h4{
  min-height: 50px;
}

.items-wrapper .spec-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px; }

.items-wrapper .spec-wrap .specification {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #F5F5F5;
  color: #000;
  font-family: 'fixel', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
  margin-right: 8px; }

.items-wrapper .item .left-content img {
  height: 120px;
}
.items-wrapper .item .wrapper-btn {
  /*margin-top: 36pt;*/
}
.items-wrapper .item  .wrapper-btn .button-first {
  margin-bottom:15px;
}
.items-wrapper .item  .wrapper-btn {
  max-width: 240px;
  width: 100%;
}
.news h4 {
  margin-top: 16pt;
}
.news p {
  max-width: 900px;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact {
  background-color: #3B3B44; }
  .contact .wrapper {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1140px) {
      .contact .wrapper {
        padding: 70px 0; } }
    @media (max-width: 768px) {
      .contact .wrapper {
        padding: 65px 0; } }
    @media (max-width: 576px) {
      .contact .wrapper {
        padding: 60px 0; } }
    .contact .wrapper h2 {
      max-width: 500px;
      width: 100%;
      color: #ffffff;
      margin-bottom: 16px;
      text-align: center; }
    .contact .wrapper .description {
      max-width: 654px;
      width: 100%;
      color: #ffffff;
      margin-bottom: 36px;
      text-align: center;
      padding-bottom: 0; }
      @media (max-width: 576px) {
        .contact .wrapper .description {
          margin-bottom: 20px; } }
    .contact .wrapper .wrapper-btn {
      display: flex;
      align-items: center;
      justify-content: center; }
      .contact .wrapper .wrapper-btn .button-white {
        max-width: 181px;
        width: 100%; }

/* ==========================================================================
   404
   ========================================================================== */
.section-404 {
  border-top: unset !important;
  margin-top: 72px !important;
  height: calc(100vh - 144px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3B3B44; }
  @media (max-width: 1140px) {
    .section-404 {
      margin-top: 48px !important;
      height: calc(100vh - 120px); } }
  .section-404 .wrapper404 h1 {
    text-align: center;
    font-size: 120px;
    color: #fff;
    margin-bottom: 50px; }
  .section-404 .wrapper404 .button-black {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    margin: 0 auto; }
    .section-404 .wrapper404 .button-black:hover span {
      color: #000; }
    .section-404 .wrapper404 .button-black:hover svg path {
      fill: #000; }
    .section-404 .wrapper404 .button-black svg {
      margin-right: 10px; }
    .section-404 .wrapper404 .button-black span {
      padding-top: 2px;
      font-family: 'fixel';
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff; }

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

.revolut-content-block {
  width: 50vw;
}
.billing_address {
  margin: 8pt 0;
}
.billing_address label {
  width: 100%;
  display: inline-block;
}
.billing_address input, .billing_address select, .email input {
  width:100%;
  height: 20pt;
  margin-bottom: 8pt;
}
.revolut_button {
  display: block;
  width: 100%;
  height: 50px;
  color: white;
  background-color: #333;
  border-radius: 16px;
  margin: 8pt 0;
  font-weight: bold;
  font-size:16pt;
}
.result {
  margin: 20pt 20pt 160pt 20pt;
  font-size:16pt;
}
.bank_details {
  display: none;
}

/* Enquiry Form */
.enquiry-form {
  background-color: #fff;
  padding: 30px 20px;
  margin: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.enquiry-form h3 {
  margin-bottom: 20px;
  text-align: center;
}

.enquiry-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.enquiry-form label {
  font-weight: bold;
  color: #333;
}

.enquiry-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.enquiry-form button {
  padding: 10px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.enquiry-form button:hover {
  background-color: #555;
}

/* popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.hidden {
  display: none;
}
.language-mobile a {
  color:white;
}