@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .bborder {
  text-transform: uppercase;
  color: #000;
  position: relative;
  transition: color .2s ease-out;
  font-family: BebasNeue, Roboto, sans-serif; }

body .bborder::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  background: #000;
  height: 2px;
  width: 45%;
  transition: width .3s ease-out; }

body .bborder:hover {
  color: #9595ef; }

body .bborder:hover:after {
  width: 100%;
  background-color: #9595ef; }

@font-face {
  font-display: swap;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  src: local("Bebas Neue"), local("BebasNeue Bold"), url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  src: local("Bebas Neue"), local("BebasNeue Book"), url("../fonts/BebasNeueBook.woff2") format("woff2"), url("../fonts/BebasNeueBook.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  src: local("Bebas Neue"), local("BebasNeue Regular"), url("../fonts/BebasNeueRegular.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  src: local("Lato"), local("Lato Regular"), url("../fonts/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  src: local("Lato"), local("Lato Bold"), url("../fonts/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: black;
  font-weight: 900;
  src: local("Lato"), local("Lato Heavy"), url("../fonts/lato-heavy.woff2") format("woff2"), url("../fonts/lato-heavy.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: medium;
  font-weight: 500;
  src: local("Lato"), local("Lato Medium"), url("../fonts/lato-medium.woff2") format("woff2"), url("../fonts/lato-medium.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  src: local("Lato"), local("Lato Semibold"), url("../fonts/lato-semibold.woff2") format("woff2"), url("../fonts/lato-semibold.woff") format("woff"); }

@font-face {
  font-family: 'Poppins';
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/Poppinsregular.woff2") format("woff2"), url("../fonts/Poppinsregular.woff") format("woff"), url("../fonts/Poppinsregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

/* 
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  font-family: "Lato", "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  background-color: #ffffff;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

a {
  text-decoration: none;
  cursor: pointer; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

ul {
  list-style: none; }

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

.visually-hidden:not(:focus):not(:active) {
  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; }

.clickable {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9595EF; }

.with_float_element {
  position: relative; }
  .with_float_element .float-element {
    position: absolute;
    transition: transform .3s; }

img {
  max-width: 100%; }

.container {
  display: flex;
  flex-direction: column;
  padding: 0 9.72222vw; }
  @media (max-width: 600px) {
    .container {
      margin: 0 20px; } }

.row {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }

.col-half {
  display: flex;
  flex-direction: column;
  width: 50%; }
  @media (max-width: 1024px) {
    .col-half {
      width: 60%; } }
  @media (max-width: 600px) {
    .col-half {
      width: 100%; } }

.w-auto {
  width: auto; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.header {
  position: fixed;
  z-index: 998;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 7.44444vh 9.72222vw;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 1024px) {
    .header {
      padding: 24px 46px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .header {
      position: fixed;
      z-index: 99999;
      align-items: flex-start;
      width: 100%;
      padding: 24px;
      padding-bottom: 0;
      background-color: #ffffff; } }
  .header .main-logo-wrap {
    width: 11.04167vw; }
    @media (max-width: 1024px) {
      .header .main-logo-wrap {
        width: 14.1%; } }
    @media (max-width: 767px) {
      .header .main-logo-wrap {
        width: 95px; } }
    .header .main-logo-wrap .main-logo-link:hover, .header .main-logo-wrap .main-logo-link:focus, .header .main-logo-wrap .main-logo-link:active {
      outline-color: #9595EF; }
    .header .main-logo-wrap img {
      width: 100%;
      height: auto; }
  .header .main-nav {
    width: 48.61111vw;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .header .main-nav {
        width: 71%;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .header .main-nav {
        position: relative;
        padding-top: 30px;
        width: 100%;
        height: auto; } }
    .header .main-nav .toggle-menu {
      display: none;
      position: relative;
      top: -30px;
      right: 0;
      z-index: 9000;
      flex-direction: column;
      width: auto; }
      @media (max-width: 767px) {
        .header .main-nav .toggle-menu {
          display: block; } }
      .header .main-nav .toggle-menu .menu-btn-close {
        display: block;
        display: none;
        position: absolute;
        top: -10px;
        right: -6px;
        z-index: 9500;
        width: 38px;
        height: 38px;
        cursor: pointer;
        background: none;
        border: none;
        border-radius: 4px; }
        .header .main-nav .toggle-menu .menu-btn-close:hover, .header .main-nav .toggle-menu .menu-btn-close:focus {
          background-color: rgba(0, 0, 0, 0.05);
          outline-color: #000000; }
        .header .main-nav .toggle-menu .menu-btn-close::before, .header .main-nav .toggle-menu .menu-btn-close::after {
          content: "";
          position: absolute;
          top: 17px;
          right: 6px;
          z-index: 9500;
          width: 25px;
          height: 3px;
          background-color: #000000; }
        .header .main-nav .toggle-menu .menu-btn-close::before {
          transform: rotate(45deg); }
        .header .main-nav .toggle-menu .menu-btn-close::after {
          transform: rotate(-45deg); }
      .header .main-nav .toggle-menu .menu-btn-open {
        display: none;
        display: block;
        position: absolute;
        top: -10px;
        right: -6px;
        z-index: 9100;
        width: 38px;
        height: 38px;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        border: none;
        border-radius: 4px; }
        .header .main-nav .toggle-menu .menu-btn-open:hover, .header .main-nav .toggle-menu .menu-btn-open:focus {
          background-color: rgba(0, 0, 0, 0.05);
          outline-color: #000000; }
        .header .main-nav .toggle-menu .menu-btn-open::before {
          content: "";
          position: absolute;
          top: 11px;
          right: 6px;
          z-index: 9100;
          width: 25px;
          height: 3px;
          background-color: #000000;
          box-shadow: 0 12px 0 0 #000000; }
    .header .main-nav .nav-items {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .header .main-nav .nav-items {
          display: none;
          flex-direction: column; } }
    .header .main-nav .nav-item {
      display: flex;
      align-items: center;
      text-align: center; }
      @media (max-width: 767px) {
        .header .main-nav .nav-item {
          flex-basis: 54px; } }
    .header .main-nav .nav-link {
      font-family: 'Lato', 'Roboto', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-weight: 700;
      font-size: 1.25vw;
      line-height: 1;
      text-transform: uppercase;
      color: #000000;
      cursor: pointer; }
      @media (max-width: 1440px) {
        .header .main-nav .nav-link {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .header .main-nav .nav-link {
          display: block;
          width: 100%;
          margin: 0 auto;
          font-size: 18px; } }
      .header .main-nav .nav-link:hover, .header .main-nav .nav-link:focus, .header .main-nav .nav-link:active {
        color: #9595EF;
        outline: none; }
    .header .main-nav .menu-show {
      display: flex; }
  .header .header-contact-us-box {
    background: #9494EC;
    box-shadow: 0px 10px 40px rgba(109, 102, 134, 0.12);
    padding: 16px 20px;
    max-height: 100%;
    margin-left: 2.77778vw; }
    .header .header-contact-us-box a {
      font-style: normal;
      font-weight: bold;
      font-size: 0.9375vw;
      line-height: 24px;
      text-align: right;
      letter-spacing: 0.2px;
      color: #000000;
      transition: 0.2s;
      font-family: Lato;
      color: #ffffff;
      font-size: 1.25vw; }

.footer {
  display: flex;
  padding: 0 9.72222vw;
  padding-top: 15.55556vh;
  padding-bottom: 4vh; }
  @media (max-width: 1024px) {
    .footer {
      flex-direction: column;
      padding: 0 47px;
      padding-top: 98px; } }
  @media (max-width: 767px) {
    .footer {
      padding: 0 24px;
      padding-top: 112px; } }
  .footer .footer-logo-wrap {
    width: 8.125vw;
    margin-right: 10.06944vw; }
    @media (max-width: 1024px) {
      .footer .footer-logo-wrap {
        width: 95px;
        margin: 0;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .footer .footer-logo-wrap {
        margin-bottom: 18px; } }
    .footer .footer-logo-wrap img {
      width: 100%;
      height: auto; }
  .footer .footer-links {
    width: 100%; }
    .footer .footer-links .menu-items {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-bottom: 4.44444vh; }
      @media (max-width: 1024px) {
        .footer .footer-links .menu-items {
          margin-bottom: 34px; } }
      .footer .footer-links .menu-items .menu-item {
        width: 25%;
        margin-bottom: 1.77778vh;
        padding-right: 10px; }
        @media (max-width: 767px) {
          .footer .footer-links .menu-items .menu-item {
            width: 50%; } }
        .footer .footer-links .menu-items .menu-item .menu-link {
          font-family: 'Lato', 'Roboto', sans-serif;
          font-style: normal;
          font-weight: light;
          font-weight: 300;
          font-size: 0.97222vw;
          line-height: 1.7;
          letter-spacing: 0.194444px;
          color: #000000;
          cursor: pointer; }
          @media (max-width: 1024px) {
            .footer .footer-links .menu-items .menu-item .menu-link {
              font-size: 12px;
              letter-spacing: 0.166667px; } }
          .footer .footer-links .menu-items .menu-item .menu-link:hover, .footer .footer-links .menu-items .menu-item .menu-link:focus, .footer .footer-links .menu-items .menu-item .menu-link:active {
            outline: none;
            color: #9595EF; }
    .footer .footer-links .other-items {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .footer .footer-links .other-items {
          justify-content: space-between; } }
      .footer .footer-links .other-items .other-item {
        width: 25%;
        padding-right: 10px; }
        @media (max-width: 767px) {
          .footer .footer-links .other-items .other-item {
            padding: 0;
            width: auto; } }
        .footer .footer-links .other-items .other-item .other-link {
          font-family: 'Lato', 'Roboto', sans-serif;
          font-style: normal;
          font-weight: light;
          font-weight: 300;
          font-size: 0.97222vw;
          line-height: 1.7;
          letter-spacing: 0.194444px;
          color: #000000;
          cursor: pointer; }
          @media (max-width: 1024px) {
            .footer .footer-links .other-items .other-item .other-link {
              font-size: 12px;
              letter-spacing: 0.166667px; } }
          .footer .footer-links .other-items .other-item .other-link:hover, .footer .footer-links .other-items .other-item .other-link:focus, .footer .footer-links .other-items .other-item .other-link:active {
            outline: none;
            color: #9595EF; }

.mr-left {
  margin-left: 80px; }

#title {
  padding-top: 15%; }
  @media (max-width: 600px) {
    #title {
      padding-top: 20%; } }
  #title .row {
    background: url(../img/top.png) no-repeat right;
    background-size: 56%; }
    @media (min-width: 1600px) {
      #title .row {
        background-size: 50%;
        background-position-y: 10px; } }
    @media (max-width: 600px) {
      #title .row {
        background: none; } }

h2.title {
  font-family: 'Bebas Neue', 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-size: 4.16667vw;
  line-height: 5vw;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    h2.title {
      font-size: 5.85938vh;
      line-height: 7.03125vh;
      letter-spacing: 1px;
      text-align: left; } }

.violet {
  color: #9595EF; }

.subH {
  font-family: 'Lato', 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-size: 1.80556vw;
  line-height: 2.22222vw;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 24px; }
  @media (max-width: 600px) {
    .subH {
      font-size: 2.53906vh;
      line-height: 3.125vh;
      letter-spacing: 0.5px;
      text-align: left; } }

ul.ul-checked {
  list-style-image: url("../img/li_icon.svg");
  padding-left: 24px;
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    ul.ul-checked {
      margin-bottom: 24px; } }

ul.ul-checked li, p {
  font-family: 'Lato', 'Roboto', sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: left;
  margin-bottom: 10px; }

.a-btn-wrap {
  display: flex; }
  @media (max-width: 600px) {
    .a-btn-wrap {
      flex-direction: column; } }
  .a-btn-wrap a {
    padding: 16px 22px;
    text-transform: uppercase;
    font-family: 'Lato', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: center;
    box-shadow: 0px 10px 40px rgba(109, 102, 134, 0.12); }
    @media (max-width: 600px) {
      .a-btn-wrap a {
        width: 250px; } }
    .a-btn-wrap a.btn-violet {
      background-color: #9595EF;
      color: white;
      margin-right: 40px; }
  .a-btn-wrap .btn-bright {
    padding: 7px 22px;
    background-color: white;
    color: #9595EF;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0px 10px 40px rgba(109, 102, 134, 0.12);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 600px) {
      .a-btn-wrap .btn-bright {
        margin-top: 20px; } }
    .a-btn-wrap .btn-bright::before {
      content: url("../img/btn_icon.svg");
      height: 33px;
      width: 33px;
      margin-right: 11px; }

button.btn-violet {
  padding: 16px 22px;
  text-transform: uppercase;
  font-family: 'Lato', 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
  box-shadow: 0px 10px 40px rgba(109, 102, 134, 0.12);
  background-color: #9595EF;
  color: white;
  outline: none;
  border: none; }

#scan, #browse, #pay, #receive {
  margin-top: 240px; }
  @media (min-width: 1600px) {
    #scan, #browse, #pay, #receive {
      margin-top: 300px; } }
  @media (max-width: 1024px) {
    #scan, #browse, #pay, #receive {
      margin-top: 100px; } }
  @media (max-width: 600px) {
    #scan, #browse, #pay, #receive {
      margin-top: 40px; } }

.card {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative; }
  .card-img {
    width: 105%; }
  .card.card-right {
    flex-direction: row-reverse; }
    @media (max-width: 600px) {
      .card.card-right {
        flex-direction: column-reverse; } }
    .card.card-right .img-wrap {
      left: auto;
      right: -100px; }
      @media (max-width: 1024px) {
        .card.card-right .img-wrap {
          right: -70px; } }
      @media (max-width: 600px) {
        .card.card-right .img-wrap {
          left: 50%;
          transform: translateX(-47%);
          right: auto; } }
    .card.card-right .text-wrap {
      padding: 25px 0 25px 25px;
      padding-right: 17%; }
      @media (max-width: 1024px) {
        .card.card-right .text-wrap {
          padding: 25px 25px 25px 25px; } }
      .card.card-right .text-wrap h3.card-title, .card.card-right .text-wrap p.card-text {
        text-align: left; }
      .card.card-right .text-wrap p.card-text {
        padding-left: 0px;
        padding-right: 70px; }
        @media (max-width: 1024px) {
          .card.card-right .text-wrap p.card-text {
            padding-right: 0; } }
  @media (max-width: 600px) {
    .card {
      flex-direction: column-reverse; } }

.img-wrap {
  position: absolute;
  max-width: 45%;
  left: -50px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1600px) {
    .img-wrap {
      max-width: 40%; } }
  @media (max-width: 1140px) {
    .img-wrap {
      max-width: 50%; } }
  @media (max-width: 1024px) {
    .img-wrap {
      height: 100%;
      left: -40px; }
      .img-wrap img {
        height: 100%; } }
  @media (max-width: 600px) {
    .img-wrap {
      position: relative;
      margin-top: -70px;
      max-width: 100%;
      left: 50%;
      transform: translateX(-47%); }
      .img-wrap img {
        height: auto; } }

.text-wrap {
  padding: 25px 25px 25px 0;
  width: 85%;
  background: #FFFFFF;
  box-shadow: 0px 32px 44px rgba(109, 102, 134, 0.126727);
  padding-left: 17%; }
  @media (max-width: 1024px) {
    .text-wrap {
      padding: 25px 25px 25px 25px;
      width: 65%; } }
  @media (max-width: 600px) {
    .text-wrap {
      width: 100%; }
      .text-wrap .card-img {
        display: none; } }
  .text-wrap h3.card-title {
    font-family: 'Bebas Neue', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 2.5vw;
    letter-spacing: 1.3px;
    text-align: right;
    margin-bottom: 32px; }
    @media (max-width: 1024px) {
      .text-wrap h3.card-title {
        font-size: 3.51562vh;
        line-height: 3.51562vh;
        letter-spacing: 1.3px;
        text-align: right; } }
    @media (max-width: 600px) {
      .text-wrap h3.card-title {
        text-align: center !important;
        margin-bottom: 15px; } }
  .text-wrap p.card-text {
    padding-left: 70px;
    font-family: 'Lato', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: light;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: right;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .text-wrap p.card-text {
        font-size: 1.95312vh;
        line-height: 2.34375vh;
        letter-spacing: 0.2px;
        text-align: right; } }
    @media (max-width: 600px) {
      .text-wrap p.card-text {
        padding-left: 0;
        text-align: center !important; } }

.conversion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 140px 0px 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 10px 40px rgba(109, 102, 134, 0.12);
  padding: 43px 33px 44px;
  border-bottom: 4px solid #9494EC; }
  .conversion--download {
    height: 100%;
    padding: 32px;
    align-items: flex-start; }
    @media (min-width: 1600px) {
      .conversion--download {
        margin-top: 200px; } }
    @media (max-width: 600px) {
      .conversion--download .conversion--text {
        width: 100%; }
      .conversion--download h2.title {
        text-align: center; } }
  @media (max-width: 768px) {
    .conversion {
      flex-direction: column;
      height: 100%;
      text-align: center;
      padding: 24px 40px; } }
  @media (max-width: 600px) {
    .conversion {
      margin: 0px; } }
  .conversion--text {
    width: 75%; }
    .conversion--text p {
      color: #000000;
      text-transform: none; }
      @media (max-width: 600px) {
        .conversion--text p {
          text-align: center !important; } }
      .conversion--text p:first-child {
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0px;
        text-align: left;
        font-family: 'Lato', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-weight: 700;
        margin-bottom: 8px; }
      .conversion--text p:last-child {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
        font-family: 'Lato', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: light;
        font-weight: 300; }
  .conversion--btn {
    text-decoration: none !important;
    font-family: 'Lato', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    background-color: #9494EC;
    outline: none;
    box-shadow: none;
    border: none;
    position: relative;
    color: white;
    padding: 16px 20px;
    cursor: pointer;
    text-transform: uppercase; }
    .conversion--btn:hover {
      color: white; }
    @media (max-width: 768px) {
      .conversion--btn {
        margin-top: 24px; } }

.conversion--btn--wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .conversion--btn--wrap {
      width: 100%; } }
  @media (max-width: 600px) {
    .conversion--btn--wrap {
      flex-direction: column-reverse;
      display: flex;
      justify-content: center;
      align-items: center; } }
  .conversion--btn--wrap a {
    display: flex; }
    .conversion--btn--wrap a:first-child {
      margin-bottom: 10px; }
    .conversion--btn--wrap a:last-child {
      margin-left: 32px; }
      .conversion--btn--wrap a:last-child img {
        width: 180px;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      @media (max-width: 600px) {
        .conversion--btn--wrap a:last-child {
          margin-left: 0px;
          margin-bottom: 20px; } }

#categories {
  margin-top: 190px; }
  #categories h2.title {
    text-align: center;
    width: 100%; }

.blocks-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 1024px) {
    .blocks-wrap {
      justify-content: space-evenly; } }

.block-wrap {
  position: relative;
  width: 324px;
  height: 340px;
  margin-top: 40px; }
  .block-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto; }
  @media (min-width: 1600px) {
    .block-wrap {
      width: calc(100%/3.5);
      height: auto; } }
  @media (max-width: 768px) {
    .block-wrap {
      width: 230px;
      height: 241px; } }

.img-overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, rgba(148, 148, 236, 0.6) 0.89%, rgba(209, 209, 248, 0.6) 99.14%);
  position: absolute;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .img-overlay p {
    font-family: 'Bebas Neue', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 2.91667vw;
    letter-spacing: 0.5px;
    text-align: center;
    z-index: 10;
    opacity: 1;
    color: white; }
    @media (max-width: 1024px) {
      .img-overlay p {
        font-size: 3.51562vh;
        line-height: 4.10156vh;
        letter-spacing: 0.5px;
        text-align: center; } }

.flip-card {
  background-color: transparent;
  width: 324px;
  height: 340px;
  perspective: 1000px;
  margin-top: 40px; }
  @media (min-width: 1600px) {
    .flip-card {
      width: calc(100%/3.5);
      height: auto; } }
  @media (max-width: 768px) {
    .flip-card {
      width: 230px;
      height: 241px; } }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0px 32px 44px rgba(109, 102, 134, 0.126727); }

.flip-card:focus {
  outline: 0; }

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
  cursor: pointer; }

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.flip-card-front {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

.flip-card-back {
  background: white;
  color: black;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 35px;
  font-size: 1.73611vw;
  line-height: 2.08333vw;
  letter-spacing: 0.19;
  text-align: left; }

.contact {
  display: flex;
  padding: 0 9.72222vw;
  padding-top: 10vh;
  padding-bottom: 18vh; }

@media (max-width: 1024px) {
  .contact {
    justify-content: space-between;
    padding: 0 47px;
    padding-top: 150px;
    margin-bottom: 80px; } }

@media (max-width: 767px) {
  .contact {
    flex-direction: column;
    padding: 0 24px;
    padding-top: 60px;
    margin-bottom: 60px; } }

.contact .contacts-info {
  display: flex;
  flex-direction: column;
  margin-right: 6.25vw;
  padding-top: 7.77778vh;
  justify-content: space-between; }

@media (max-width: 1024px) {
  .contact .contacts-info {
    width: 43%;
    margin: 0; } }

@media (max-width: 767px) {
  .contact .contacts-info {
    width: 100%;
    order: 2;
    padding: 0; } }

@media (max-width: 767px) {
  .contact .contacts-info .contacts-items {
    margin-bottom: 35px; } }

.contact .contacts-info .contacts-items .contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 2.44444vh;
  margin-top: 5px; }

.contact .contacts-info .contacts-items .contacts-item a {
  transition: initial; }

.contact .contacts-info .contacts-items .contacts-item:first-child:hover .contacts-img-mail {
  background-image: url(../img/email-outline-purple.svg); }

.contact .contacts-info .contacts-items .contacts-item:first-child:hover a {
  color: #9595ef; }

.contact .contacts-info .contacts-items .contacts-item:nth-child(2):hover .contacts-img-phone {
  background-image: url(../img/cellphone-purple.svg); }

.contact .contacts-info .contacts-items .contacts-item:nth-child(2):hover a {
  color: #9595ef; }

.contact .contacts-info .contacts-items .contacts-item:nth-child(3):hover .contacts-img-marker {
  background-image: url(../img/map-marker-purple.svg); }

.contact .contacts-info .contacts-items .contacts-item:nth-child(3):hover a {
  color: #9595ef; }

.contact .contacts-info .contacts-items .contacts-item:nth-child(4):hover .contacts-img-marker-second {
  background-image: url(../img/map-marker-purple.svg); }

.contact .contacts-info .contacts-items .contacts-item:nth-child(4):hover a {
  color: #9595ef; }

@media (max-width: 1024px) {
  .contact .contacts-info .contacts-items .contacts-item {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .contact .contacts-info .contacts-items .contacts-item {
    margin-bottom: 22px; } }

.contacts-img-mail {
  width: 1.66666666vw;
  height: 2.66666666vh;
  min-width: 20px;
  min-height: 20px;
  background-image: url(../img/email-outline.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 16px; }

.contacts-img-phone {
  width: 1.66666666vw;
  height: 2.66666666vh;
  min-width: 20px;
  min-height: 20px;
  background-image: url(../img/cellphone.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 16px; }

.contacts-img-marker {
  width: 1.66666666vw;
  height: 2.66666666vh;
  min-width: 20px;
  min-height: 20px;
  background-image: url(../img/map-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 16px; }

.contacts-img-marker-second {
  width: 1.66666666vw;
  height: 2.66666666vh;
  min-width: 20px;
  min-height: 20px;
  background-image: url(../img/map-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 16px; }

.contact .contacts-info .contacts-items .contacts-item img {
  width: 1.66667vw;
  height: auto;
  margin-right: 1.11111vw; }

@media (max-width: 1024px) {
  .contact .contacts-info .contacts-items .contacts-item img {
    width: 24px;
    margin-top: 2px;
    margin-right: 16px; } }

.contact .contacts-info .contacts-items .contacts-item .item-dscr {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .277778px;
  color: #000; }

@media (max-width: 1024px) {
  .contact .contacts-info .contacts-items .contacts-item .item-dscr {
    font-size: 14px;
    letter-spacing: .194444px; } }

.contact .contacts-info .contacts-items .contacts-item .item-dscr:active,
.contact .contacts-info .contacts-items .contacts-item .item-dscr:focus,
.contact .contacts-info .contacts-items .contacts-item .item-dscr:hover {
  outline: 0;
  color: #9595ef; }

.contact .contacts-info .social-items {
  display: flex;
  justify-content: space-between; }

.contact .contacts-info .social-items .social-item {
  height: 2.66666666vh; }

.contact .contacts-info .social-items .social-item a {
  width: 100%;
  height: 100%; }

.contact .contacts-info .social-items .social-item:last-child {
  margin-right: 0; }

.contact .contacts-info .social-items .social-item .item-link {
  display: block;
  width: 1.66667vw;
  min-width: 24px;
  cursor: pointer; }

.contact .contacts-info .social-items .social-item .item-link svg {
  height: auto;
  height: 100%; }

.contact .contacts-info .social-items .social-item .item-link:hover svg path {
  fill: #9494EC; }

.contact .form-wrap {
  position: relative;
  width: 50.76389vw;
  height: 100vh;
  padding: 7.77778vh 3.47222vw;
  padding-right: 4.51389vw;
  background-color: #fff;
  box-shadow: 0 32px 44px rgba(109, 102, 134, 0.126727);
  perspective: 1000px; }

.contact .form-wrap .contact__front-side {
  display: flex;
  width: 50.76389vw;
  padding: 7.77778vh 3.47222vw;
  padding-right: 4.51389vw;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(109, 102, 134, 0.12); }

@media (max-width: 767px) {
  .contact .form-wrap .contact__front-side {
    width: 100%;
    margin-bottom: 50px;
    padding: 32px 18px;
    padding-bottom: 48px;
    order: 1; } }

.contact .form-wrap .contact__front-side .title-wrap {
  width: 13vw;
  margin-right: 3.38889vw; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .title-wrap {
    width: 100%;
    margin-bottom: 32px; } }

.contact .form-wrap .contact__front-side .title-wrap .form-title {
  margin-bottom: .55556vh;
  font-family: BebasNeue, Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .888889px;
  text-transform: uppercase;
  color: #000;
  font-size: 4.44444vw; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .title-wrap .form-title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: .666667px; } }

.contact .form-wrap .contact__front-side .title-wrap .form-title span {
  color: #9595ef; }

.contact .form-wrap .contact__front-side .title-wrap .form-dscr {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .277778px;
  color: #000; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .title-wrap .form-dscr {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: .666667px; } }

.contact .form-wrap .contact__front-side .form {
  width: 25vw;
  padding-top: 2vh; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form {
    width: 100%; } }

.contact .form-wrap .contact__front-side .form .form-fieldset {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none; }

.contact .form-wrap .contact__front-side .form .form-label {
  margin-bottom: 6vh; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-label {
    margin-bottom: 34px; } }

select {
  -webkit-appearance: none;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial; }

.contact .form-wrap .contact__front-side .form .form-label select {
  width: 100%;
  padding-bottom: 1.77778vh;
  background-color: transparent;
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .194444px;
  color: #c7c7bf;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.contact .form-wrap .contact__front-side .form .form-label select option {
  color: #000; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form-label select {
    height: 34px;
    font-size: 14px;
    letter-spacing: .166667px; } }

.other_scope {
  display: none; }

.contact .form-wrap .contact__front-side .form {
  width: 25vw;
  padding-top: 2vh;
  position: relative; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form {
    width: 100%; } }

.form_error_message {
  padding: 12px 20px;
  background-color: #fff;
  box-shadow: 0 12px 12px 0 rgba(109, 102, 134, 0.3);
  border-radius: 7px;
  text-align: center;
  width: 60%;
  text-transform: initial;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 30%;
  max-height: 60px;
  visibility: hidden;
  display: flex;
  justify-content: space-around;
  white-space: nowrap;
  z-index: 100000; }

@media screen and (max-width: 1024px) {
  .form_error_message {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .form_error_message {
    width: 40%; } }

@media screen and (max-width: 500px) {
  .form_error_message {
    width: 60%; } }

@media screen and (max-width: 400px) {
  .form_error_message {
    width: 70%; } }

.form_error_message img {
  width: 10%;
  min-width: 20px; }

.form_error_message::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  top: -6px;
  left: 12px;
  transform: rotate(45deg); }

.contact .form-wrap .contact__front-side .form .form-input {
  width: 100%;
  height: 4.11111vh;
  padding-bottom: 1.77778vh;
  background-color: transparent;
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .194444px;
  color: #000;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-input {
    height: 34px;
    font-size: 14px;
    letter-spacing: .166667px; } }

.contact .form-wrap .contact__front-side .form .form-input:active,
.contact .form-wrap .contact__front-side .form .form-input:focus,
.contact .form-wrap .contact__front-side .form .form-input:hover {
  outline: 0;
  border-bottom: 1px solid #000; }

.contact .form-wrap .contact__front-side .form .form-input::-moz-placeholder {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.501245); }

.contact .form-wrap .contact__front-side .form .form-input:-ms-input-placeholder {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.501245); }

.contact .form-wrap .contact__front-side .form .form-input::placeholder {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.501245); }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: .166667px; }
  .contact .form-wrap .contact__front-side .form .form-input:-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: .166667px; }
  .contact .form-wrap .contact__front-side .form .form-input::placeholder {
    font-size: 14px;
    letter-spacing: .166667px; } }

.contact .form-wrap .contact__front-side .form .form-textarea {
  width: 100%;
  height: 86px;
  background-color: transparent;
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .194444px;
  color: #000;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-textarea {
    font-size: 14px;
    letter-spacing: .166667px; } }

.contact .form-wrap .contact__front-side .form .form-textarea:active,
.contact .form-wrap .contact__front-side .form .form-textarea:focus,
.contact .form-wrap .contact__front-side .form .form-textarea:hover {
  outline: 0;
  border-bottom: 1px solid #000; }

.contact .form-wrap .contact__front-side .form .form-btn-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1.66667vh; }

.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email {
  position: relative;
  background-color: transparent;
  font-family: BebasNeue, Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.785px;
  text-transform: uppercase;
  text-align: right;
  color: #000;
  cursor: pointer;
  border: none; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email {
    font-size: 24px;
    letter-spacing: .983571px; } }

@media (max-width: 768px) {
  .contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email {
    font-size: 18px; } }

.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 2px;
  background-color: #000; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:after {
    width: 20px; } }

@media (max-width: 768px) {
  .contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:after {
    width: 17px; } }

.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:active,
.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:focus,
.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:hover {
  outline: 0;
  color: #9595ef; }

.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:active:after,
.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:focus:after,
.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:hover:after {
  background-color: #9595ef; }

.contact .form-wrap .contact__front-side .form #form-alert {
  display: none;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #9595ef; }

details.select_container {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: transparent;
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .194444px;
  color: #c7c7bf;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 6vh; }

details.select_container[open] {
  border-radius: 3px 3px 0 0; }

details.select_container summary::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #c7c7bf transparent transparent transparent; }

details.select_container:focus {
  box-shadow: 10px 10px 10px rgba(109, 102, 134, 0.13); }

details.select_container[open] summary::after {
  border-color: transparent transparent #c7c7bf transparent;
  top: 10px; }

details.select_container summary {
  cursor: pointer;
  list-style: none;
  padding-bottom: 1.77778vh; }

details.select_container summary:focus {
  box-shadow: 10px 10px 10px rgba(109, 102, 134, 0.13); }

details.select_container summary::-webkit-details-marker {
  display: none; }

details.select_container .select {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #c5c5c5;
  width: 100%;
  left: -1px;
  border-radius: 0 0 3px 3px;
  background: #fff;
  max-height: 200px;
  overflow-y: scroll;
  z-index: 10; }

details.select_container .select__option {
  cursor: pointer;
  padding: 10px 15px;
  color: #000; }

details.select_container .select:hover .select__option.active {
  background: #fff;
  color: #000; }

details.select_container .select:hover .select__option.active:hover,
details.select_container .select__option.active,
details.select_container .select__option:hover {
  background: #9595ef;
  color: #fff; }

details.select_container .select__option input {
  display: none; }

body .text-left {
  text-align: left; }

body .cookies_field_wrapper {
  position: fixed;
  bottom: -12px;
  left: 0;
  width: 100%;
  padding: 12px 12.1527777vw 24px;
  display: -ms-flexbox;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 212340988;
  opacity: 1;
  justify-content: space-around; }

.cookies_bg {
  position: absolute;
  bottom: 0;
  right: 0; }

body .cookies_field_wrapper .info {
  margin: .5em;
  display: flex;
  align-items: center;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 2.43055555vw;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.75); }

body .cookies_field_wrapper .info a {
  color: #9595ef;
  margin-left: 12px;
  font-weight: bold; }

body .cookies_field_wrapper .got_it {
  background-color: #9595ef;
  color: #fff;
  box-shadow: 0px 10px 40px rgba(109, 102, 134, 0.12);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25vw;
  z-index: 1;
  text-transform: uppercase; }

@media screen and (min-width: 1440px) {
  body .cookies_field_wrapper .info {
    font-size: 24px; }
  body .cookies_field_wrapper .got_it {
    font-size: 24px; } }

@media screen and (max-width: 768px) {
  .cookies_bg {
    right: -100px;
    /* top: 0; */ }
  body .cookies_field_wrapper .info {
    flex-wrap: wrap;
    font-size: 4.5572916666vw;
    margin: initial; }
  body .cookies_field_wrapper .got_it {
    white-space: nowrap;
    padding: 5px 7px;
    margin: initial;
    min-width: 50px;
    justify-content: center;
    height: 25%; }
  body .cookies_field_wrapper .info a {
    margin: initial; }
  body .cookies_field_wrapper {
    align-items: center;
    padding: 20px; } }

@media screen and (max-width: 500px) {
  body .cookies_field_wrapper .info {
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 14px; }
  body .cookies_field_wrapper .info a {
    margin: initial;
    width: 100%; }
  .cookies_bg {
    top: 0; }
  body .cookies_field_wrapper .got_it {
    min-width: 50px;
    justify-content: center;
    height: 25%;
    font-size: 12px;
    line-height: 14px; }
  body .cookies_field_wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 20px 32px; } }

body .cookie_policy-warpper {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000000000;
  overflow-y: scroll;
  display: none; }

body .cookie_policy-warpper .cookie_policy-content {
  padding: 50px 0;
  margin: 0 25%;
  position: relative; }

body .cookie_policy-warpper .cookie_policy-content .cross {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50px + 12px);
  right: -25%;
  z-index: 999999999999999999; }

body .cookie_policy-warpper .cookie_policy-content .cross::after,
body .cookie_policy-warpper .cookie_policy-content .cross::before {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #9595ef;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 50%; }

body .cookie_policy-warpper .cookie_policy-content .cross::before {
  transform: rotate(135deg); }

@media screen and (max-width: 500px) {
  body .cookie_policy-warpper .cookie_policy-content {
    margin: 0 12px; }
  body .cookie_policy-warpper .cookie_policy-content .cross {
    width: 25px;
    height: 25px;
    right: 12px;
    top: calc(50px + 24px); }
  body .cookie_policy-warpper .cookie_policy-content .cross::after,
  body .cookie_policy-warpper .cookie_policy-content .cross::before {
    height: 25px; } }

body .cookie_policy-warpper .cookie_policy-content h2,
body .cookie_policy-warpper .cookie_policy-content h3 {
  text-align: center;
  color: #9595ef;
  margin: 25px 0; }

body .cookie_policy-warpper .cookie_policy-content ul {
  list-style-type: disc;
  padding-left: 2em; }

body .cookie_policy-warpper .cookie_policy-content a {
  color: #9595ef; }

.form-input::-moz-placeholder,
label input::-moz-placeholder {
  font-family: Lato, Roboto, sans-serif !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.19444px !important;
  color: #c7c7bf !important;
  font-weight: 400 !important; }

.form-input:-ms-input-placeholder,
label input:-ms-input-placeholder {
  font-family: Lato, Roboto, sans-serif !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.19444px !important;
  color: #c7c7bf !important;
  font-weight: 400 !important; }

.form-input::-moz-placeholder, form fieldset label input::-moz-placeholder, form fieldset label textarea::-moz-placeholder {
  font-family: Lato, Roboto, sans-serif !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.19444px !important;
  color: #c7c7bf !important;
  font-weight: 400 !important; }

.form-input:-ms-input-placeholder, form fieldset label input:-ms-input-placeholder, form fieldset label textarea:-ms-input-placeholder {
  font-family: Lato, Roboto, sans-serif !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.19444px !important;
  color: #c7c7bf !important;
  font-weight: 400 !important; }

.form-input::placeholder,
form fieldset label input::placeholder,
form fieldset label textarea::placeholder {
  font-family: Lato, Roboto, sans-serif !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.19444px !important;
  color: #c7c7bf !important;
  font-weight: 400 !important; }

.checkbox {
  display: flex;
  align-items: center; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: calc(-0.972222vw / 2);
  width: 0.972222vw;
  height: 0.972222vw;
  border: 1px solid #9191EB;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 50%;
  margin-top: calc(-0.972222vw / 2);
  left: .22em;
  font-size: 0.972222vw;
  line-height: 0.972222vw;
  color: #9191EB;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }

@media screen and (max-width: 768px) {
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    margin-top: calc(-1.822916666vw / 2);
    width: 1.822916666vw;
    height: 1.822916666vw; }
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    margin-top: calc(-1.822916666vw / 2);
    font-size: 1.822916666vw;
    line-height: 1.822916666vw; } }

@media screen and (max-width: 500px) {
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    margin-top: calc(-14px / 2);
    width: 14px;
    height: 14px; }
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    margin-top: calc(-14px / 2);
    font-size: 14px;
    line-height: 14px; } }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.form-success .contact__back-side {
  transform: rotateY(360deg) !important;
  color: #9595ef; }

.contact .form-wrap .contact__back-side,
.contact .form-wrap .contact__front-side {
  transition: transform 1s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.contact .form-wrap .contact__front-side {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.contact .form-wrap .contact__back-side {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side {
    display: flex;
    flex-direction: column;
    width: 57%;
    padding: 32px 24px;
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .contact .form-wrap .contact__front-side {
    width: 100%;
    margin-bottom: 50px;
    padding: 32px 18px;
    padding-bottom: 48px;
    order: 1; } }

@media screen and (max-width: 768px) {
  .contact .form-wrap {
    width: 100%;
    height: auto;
    perspective: initial;
    position: static;
    padding: 0;
    margin-bottom: 30px; }
  .contact .form-wrap .contact__front-side,
  .contact .form-wrap .contact__back-side {
    position: static;
    -webkit-backface-visibility: initial;
            backface-visibility: initial;
    transform: initial; }
  .contact .form-wrap .contact__front-side {
    margin: 0 !important; }
  .contact .form-wrap .contact__back-side {
    display: none; }
  .contact .form-wrap .contact__back-side p {
    color: #9595ef; } }

.contact .form-wrap .contact__front-side .title-wrap {
  width: 13vw;
  margin-right: 3.38889vw; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .title-wrap {
    width: 100%;
    margin-bottom: 32px; } }

.contact .form-wrap .contact__front-side .title-wrap .form-title {
  margin-bottom: .55556vh;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .888889px;
  text-transform: uppercase;
  color: #000;
  font-size: 4.44444vw; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .title-wrap .form-title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: .666667px; } }

.contact .form-wrap .contact__front-side .title-wrap .form-title span {
  color: #9595ef; }

.contact .form-wrap .contact__front-side .title-wrap .form-dscr {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .277778px;
  color: #000; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .title-wrap .form-dscr {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: .666667px; } }

.contact .form-wrap .contact__front-side .form {
  width: 25vw;
  padding-top: 2vh; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form {
    width: 100%; } }

.contact .form-wrap .contact__front-side .form .form-fieldset {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none; }

.contact .form-wrap .contact__front-side .form .form-label {
  margin-bottom: 6vh; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-label {
    margin-bottom: 34px; } }

.contact .form-wrap .contact__front-side .form .form-input {
  width: 100%;
  height: 4.11111vh;
  padding-bottom: 1.77778vh;
  background-color: transparent;
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .194444px;
  color: #000;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-input {
    height: 34px;
    font-size: 14px;
    letter-spacing: .166667px; } }

.contact .form-wrap .contact__front-side .form .form-input:active,
.contact .form-wrap .contact__front-side .form .form-input:focus,
.contact .form-wrap .contact__front-side .form .form-input:hover {
  outline: 0;
  border-bottom: 1px solid #000; }

.contact .form-wrap .contact__front-side .form .form-input::-moz-placeholder {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.501245); }

.contact .form-wrap .contact__front-side .form .form-input:-ms-input-placeholder {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.501245); }

.contact .form-wrap .contact__front-side .form .form-input::placeholder {
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.501245); }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: .166667px; }
  .contact .form-wrap .contact__front-side .form .form-input:-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: .166667px; }
  .contact .form-wrap .contact__front-side .form .form-input::placeholder {
    font-size: 14px;
    letter-spacing: .166667px; } }

.contact .form-wrap .contact__front-side .form .form-textarea {
  width: 100%;
  height: 86px;
  background-color: transparent;
  font-family: Lato, Roboto, sans-serif;
  font-style: normal;
  font-weight: light;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .194444px;
  color: #000;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-textarea {
    font-size: 14px;
    letter-spacing: .166667px; } }

.contact .form-wrap .contact__front-side .form .form-textarea:active,
.contact .form-wrap .contact__front-side .form .form-textarea:focus,
.contact .form-wrap .contact__front-side .form .form-textarea:hover {
  outline: 0;
  border-bottom: 1px solid #000; }

.contact .form-wrap .contact__front-side .form .form-btn-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1.66667vh; }

.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email {
  position: relative;
  background-color: transparent;
  font-family: BebasNeue, Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.785px;
  text-transform: uppercase;
  text-align: right;
  color: #000;
  cursor: pointer;
  border: none; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email {
    font-size: 24px;
    letter-spacing: .983571px; } }

@media (max-width: 768px) {
  .contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email {
    font-size: 18px; } }

.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 2px;
  background-color: #000; }

@media (max-width: 1024px) {
  .contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:after {
    width: 20px; } }

@media (max-width: 768px) {
  .contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:after {
    width: 17px; } }

.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:active,
.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:focus,
.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:hover {
  outline: 0;
  color: #9595ef; }

.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:active:after,
.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:focus:after,
.contact .form-wrap .contact__front-side .form .form-btn-wrap .form-btn-email:hover:after {
  background-color: #9595ef; }

.contact .form-wrap .contact__front-side .form #form-alert {
  display: none;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #9595ef; }

.font-button {
  font-family: BebasNeue, Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.66667vw;
  line-height: 1.17 !important;
  letter-spacing: 1.5px !important;
  background-color: transparent;
  border: none;
  cursor: pointer; }

.new-form-wrap {
  height: auto !important; }
  .new-form-wrap .contact__front-side {
    flex-direction: column;
    height: auto !important; }
    .new-form-wrap .contact__front-side .form-input {
      font-family: "Poppins Regular", sans-serif !important;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 0em;
      text-align: left; }
    .new-form-wrap .contact__front-side .social-items {
      margin-top: 70px; }
    .new-form-wrap .contact__front-side .title-wrap, .new-form-wrap .contact__front-side form {
      width: 100% !important; }
    .new-form-wrap .contact__front-side .col-half {
      width: 45%; }

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  transition: all 1s;
  opacity: 0; }
  .popup.open {
    display: block;
    opacity: 1; }
  .popup .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
  .popup .content {
    height: 85%;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .popup .content iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

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