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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'TildaSans';
  src: url("../fonts/TildaSans/TildaSans-Light.eot");
  src: url("../fonts/TildaSans/TildaSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans/TildaSans-Light.woff2") format("woff2"), url("../fonts/TildaSans/TildaSans-Light.ttf") format("ttf"), url("../fonts/TildaSans/TildaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'TildaSans';
  src: url("../fonts/TildaSans/TildaSans-Regular.eot");
  src: url("../fonts/TildaSans/TildaSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans/TildaSans-Regular.ttf") format("ttf"), url("../fonts/TildaSans/TildaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TildaSans';
  src: url("../fonts/TildaSans/TildaSans-Medium.eot");
  src: url("../fonts/TildaSans/TildaSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans/TildaSans-Medium.ttf") format("ttf"), url("../fonts/TildaSans/TildaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'TildaSans';
  src: url("../fonts/TildaSans/TildaSans-Semibold.eot");
  src: url("../fonts/TildaSans/TildaSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans/TildaSans-Semibold.woff2") format("woff2"), url("../fonts/TildaSans/TildaSans-Semibold.ttf") format("ttf"), url("../fonts/TildaSans/TildaSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'TildaSans';
  src: url("../fonts/TildaSans/TildaSans-Bold.eot");
  src: url("../fonts/TildaSans/TildaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans/TildaSans-Bold.ttf") format("ttf"), url("../fonts/TildaSans/TildaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'TildaSans';
  src: url("../fonts/TildaSans/TildaSans-ExtraBold.eot");
  src: url("../fonts/TildaSans/TildaSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans/TildaSans-ExtraBold.woff2") format("woff2"), url("../fonts/TildaSans/TildaSans-ExtraBold.ttf") format("ttf"), url("../fonts/TildaSans/TildaSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'TildaSans';
  src: url("../fonts/TildaSans/TildaSans-Black.eot");
  src: url("../fonts/TildaSans/TildaSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/TildaSans/TildaSans-Black.woff2") format("woff2"), url("../fonts/TildaSans/TildaSans-Black.ttf") format("ttf"), url("../fonts/TildaSans/TildaSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'AKONY';
  src: url("../fonts/AKONY/AKONY-Bold.eot");
  src: url("../fonts/AKONY/AKONY-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AKONY/AKONY-Bold.woff2") format("woff2"), url("../fonts/AKONY/AKONY-Bold.woff") format("woff"), url("../fonts/AKONY/AKONY-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

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

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

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

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html, body {
  font-family: "TildaSans", sans-serif;
  background-color: #13181B; }

html {
  font-size: 14px; }
  @media (max-width: 480px) {
    html {
      font-size: 12px; } }

p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

sup, sub {
  font-size: 60%; }

sup {
  top: -6px; }

sub {
  bottom: 0;
  text-transform: uppercase; }

img {
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus:-ms-input-placeholder {
  color: transparent !important; }

input:focus::placeholder {
  color: transparent !important; }

.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1;
  padding: 0px 18px 18px 18px; }
  @media (max-width: 1199px) {
    .wrapper {
      padding: 0; } }

.content {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.svg-gradients {
  position: absolute;
  pointer-events: none;
  opacity: 0; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.z-index {
  z-index: 10;
  position: relative; }

.swiper-button-prev:after, .swiper-button-next:after {
  display: none; }

@media (max-width: 575px) {
  .datepicker {
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    pointer-events: none !important; }
    .datepicker.active {
      pointer-events: all !important; } }

@media (max-width: 575px) {
  .datepicker--pointer {
    display: none !important; } }

.header {
  width: 100%;
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 100%;
  padding: 30px 0px 450px 0; }
  @media (max-width: 991px) {
    .header {
      padding: 15px 0px 350px 0; } }
  .header-top {
    width: 100%;
    border-radius: 14px;
    background-color: #F7F7F7;
    padding: 15px 27px 15px 22px;
    margin-bottom: 7px; }
    @media (max-width: 991px) {
      .header-top {
        margin-bottom: 30px; } }
  .header-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    font-family: "AKONY", sans-serif;
    font-weight: 700;
    color: #13181B;
    font-size: 20px; }
    .header-logo img {
      max-width: 39px;
      margin-right: 2px; }
  .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header-menu a {
      font-weight: 600;
      font-size: 16px;
      color: #13181B;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 32px; }
      .header-menu a:last-child {
        margin-right: 0; }
      .header-menu a:hover, .header-menu a.active {
        color: #D75F02; }
  .header-nav {
    margin-bottom: 68px; }
    @media (max-width: 991px) {
      .header-nav {
        display: none; } }
  .header-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .header-btns a {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 17px 30px;
      background-color: #F7F7F7;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 600;
      font-size: 16px;
      color: #13181B;
      border-radius: 100px;
      margin-right: 7px; }
      .header-btns a:last-child {
        margin-right: 0; }
      .header-btns a:hover {
        background-color: #D75F02;
        color: #fff; }
      .header-btns a.dark {
        background-color: #13181B;
        color: #fff; }
        .header-btns a.dark:hover {
          background-color: #D75F02;
          color: #fff; }
  .header-lang {
    position: relative; }
    .header-lang__btn {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px;
      border: 1px solid #F8F7F7;
      font-weight: 600;
      font-size: 12px;
      color: #13181B;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      border-radius: 100px;
      text-transform: uppercase; }
      .header-lang__btn svg {
        fill: #D75F02;
        width: 12px;
        height: 12px;
        margin-left: 11px; }
      .header-lang__btn:hover {
        border-color: #D75F02; }
    .header-lang__drop {
      position: absolute;
      top: -moz-calc(100% + 7px);
      top: calc(100% + 7px);
      left: 0;
      width: 100%;
      background-color: #fff;
      border-radius: 16px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.05);
      opacity: 0;
      pointer-events: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-lang__drop a {
        padding: 10px 20px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-decoration: none;
        cursor: pointer;
        font-weight: 600;
        font-size: 12px;
        color: #13181B;
        text-transform: uppercase;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .header-lang__drop a:hover, .header-lang__drop a.active {
          color: #D75F02; }
    .header-lang.active .header-lang__btn {
      border-color: #D75F02; }
    .header-lang.active .header-lang__drop {
      opacity: 1;
      pointer-events: all; }
  .header-burger {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer; }
    .header-burger span {
      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%);
      width: 100%;
      height: 2px;
      background-color: #13181B;
      border-radius: 10px; }
    .header-burger:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #13181B;
      content: '';
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #13181B;
      content: '';
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger.active span {
      opacity: 0; }
    .header-burger.active:after {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
         -moz-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg);
      background-color: #D75F02; }
    .header-burger.active:before {
      top: 50%;
      bottom: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-225deg);
         -moz-transform: translate(-50%, -50%) rotate(-225deg);
          -ms-transform: translate(-50%, -50%) rotate(-225deg);
              transform: translate(-50%, -50%) rotate(-225deg);
      background-color: #D75F02; }
  .header-content {
    text-align: center; }
    .header-content h2 {
      font-weight: 600;
      font-size: 24px;
      color: #13181B;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .header-content h2 {
          font-size: 20px; } }
      .header-content h2 span {
        color: #D75F02; }
    .header-content h1 {
      font-family: "AKONY", sans-serif;
      font-weight: 700;
      font-size: 90px;
      color: #13181B;
      margin-bottom: 23px; }
      @media (max-width: 1199px) {
        .header-content h1 {
          font-size: 80px; } }
      @media (max-width: 991px) {
        .header-content h1 {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .header-content h1 {
          font-size: 40px; } }
      @media (max-width: 575px) {
        .header-content h1 {
          font-size: 28px; } }
      .header-content h1 span {
        color: #D75F02; }
    .header-content p {
      max-width: 541px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      font-weight: 400;
      font-size: 14px;
      color: #6E6D76;
      line-height: 1.5; }

.mob-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  max-width: 220px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .mob-nav .nicescroll-box {
    height: 100%;
    width: 100%; }
  .mob-nav .wrap {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100%;
    padding: 15px;
    width: 100%; }
  .mob-nav .header-btns {
    width: 100%;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .mob-nav .header-btns a {
      padding: 15px 10px;
      font-size: 14px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%;
      margin-right: 0;
      margin-bottom: 7px; }
      .mob-nav .header-btns a:last-child {
        margin-bottom: 0; }
  .mob-nav .header-lang {
    margin-top: auto;
    margin-bottom: 7px;
    width: 100%; }
    .mob-nav .header-lang__drop {
      top: auto;
      bottom: -moz-calc(100% + 7px);
      bottom: calc(100% + 7px); }
  .mob-nav .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
    .mob-nav .header-menu a {
      margin-right: 0;
      margin-bottom: 15px; }
      .mob-nav .header-menu a:last-child {
        margin-bottom: 0; }
  .mob-nav.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.m-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  padding: 20px 22px;
  border-radius: 13px;
  background-color: #D75F02;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "AKONY", sans-serif;
  font-weight: 700;
  color: #13181B;
  font-size: 9px; }
  .m-btn:hover {
    background-color: #13181B;
    color: #D75F02; }
  .m-btn_white {
    background-color: #F7F7F7; }
    .m-btn_white:hover {
      background-color: #13181B;
      color: #D75F02; }

.m-title {
  font-family: "AKONY", sans-serif;
  font-size: 32px;
  color: #13181B;
  margin-bottom: 27px; }
  @media (max-width: 767px) {
    .m-title {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .m-title {
      font-size: 16px; } }
  .m-title span {
    color: #D75F02; }
  .m-title_white {
    color: #fff; }

.m-text p {
  font-weight: 400;
  font-size: 16px;
  color: #6E6D76;
  line-height: 1.31; }

.m-text_white p {
  color: #AAAAAA; }

.pay {
  padding: 140px 0 70px 0; }
  @media (max-width: 767px) {
    .pay {
      padding: 40px 0; } }
  .pay .m-text {
    margin-bottom: 70px;
    position: relative; }
  .pay-wrap {
    position: relative;
    z-index: 1;
    text-align: center; }
    .pay-wrap:after {
      z-index: -1;
      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%);
      width: 678px;
      height: 678px;
      background-image: url(../img/pay-circle.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      content: '';
      -webkit-animation: rotate 60s infinite linear;
         -moz-animation: rotate 60s infinite linear;
              animation: rotate 60s infinite linear; }
  .pay-title {
    font-weight: 400;
    font-size: 12px;
    color: #49565E;
    margin-bottom: 24px; }
  .pay-item {
    width: 100%;
    padding: 40px;
    background-color: #1D2226;
    border-radius: 47px;
    text-align: left;
    font-family: "AKONY", sans-serif;
    font-size: 18px;
    line-height: 1.28;
    color: #fff;
    margin-bottom: 34px;
    height: -moz-calc(100% - 34px);
    height: calc(100% - 34px);
    min-height: 380px;
    background-image: url(../img/pay-bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }
    @media (max-width: 991px) {
      .pay-item {
        min-height: 280px;
        font-size: 14px;
        padding: 30px; } }
    @media (max-width: 767px) {
      .pay-item {
        font-size: 16px;
        min-height: 380px; } }
    @media (max-width: 575px) {
      .pay-item {
        min-height: 280px;
        font-size: 14px; } }
    @media (max-width: 480px) {
      .pay-item {
        min-height: 250px;
        font-size: 12px; } }
    .pay-item_2 {
      background-image: url(../img/pay-bg-2.png);
      background-position: 50% 0; }

.cap {
  padding: 70px 0 80px 0; }
  @media (max-width: 767px) {
    .cap {
      padding: 40px 0 20px 0; } }
  .cap .m-title {
    margin-bottom: 24px; }
  .cap .m-text {
    margin-bottom: 68px; }
    @media (max-width: 767px) {
      .cap .m-text {
        margin-bottom: 30px; } }
  .cap-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    .cap-item__icon {
      width: 40px;
      height: 40px;
      margin-bottom: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 767px) {
        .cap-item__icon {
          margin-bottom: 15px; } }
      .cap-item__icon img {
        max-width: 100%; }
    .cap-item h3 {
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      margin-bottom: 27px;
      line-height: 1.31; }
    .cap-item p {
      font-weight: 400;
      font-size: 16px;
      color: #6E6D76;
      line-height: 1.31; }

.advantage {
  width: 100%;
  background-color: #fff;
  border-radius: 47px;
  padding: 140px 0px 113px 0; }
  @media (max-width: 767px) {
    .advantage {
      padding: 40px 0 13px 0; } }
  .advantage .m-title {
    margin-bottom: 24px; }
  .advantage .m-text {
    margin-bottom: 54px; }
    @media (max-width: 767px) {
      .advantage .m-text {
        margin-bottom: 30px; } }
  .advantage-item {
    width: 100%;
    min-height: 520px;
    margin-bottom: 27px;
    height: -moz-calc(100% - 27px);
    height: calc(100% - 27px);
    padding: 60px 58px;
    background-size: cover;
    background-position: 50%  50%;
    background-repeat: no-repeat;
    border-radius: 47px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #F7F9FA; }
    @media (max-width: 991px) {
      .advantage-item {
        padding: 30px;
        min-height: 380px; } }
    .advantage-item span {
      font-weight: 700;
      font-size: 12px;
      color: #D75F02;
      margin-bottom: 20px; }
    .advantage-item h3 {
      font-weight: 700;
      font-size: 24px;
      color: #13181B;
      margin-bottom: 18px; }
    .advantage-item p {
      font-weight: 400;
      font-size: 18px;
      color: #6E6D76;
      line-height: 1.31;
      max-width: 423px; }
    .advantage-item_1 {
      background-image: url(../img/advantage-bg-1.png); }
    .advantage-item_2 {
      background-image: url(../img/advantage-bg-2.png); }
      .advantage-item_2 p {
        max-width: 336px; }
    .advantage-item_3 {
      background-image: url(../img/advantage-bg-3.png); }
    .advantage-item_4 {
      background-image: url(../img/advantage-bg-4.png); }

.app {
  width: 100%;
  padding: 140px 0px 70px 0; }
  @media (max-width: 767px) {
    .app {
      padding: 40px 0; } }
  .app-wrap {
    width: 100%;
    border-radius: 47px;
    background-image: url("../img/app-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 100%;
    padding: 93px 65px 208px 65px;
    text-align: center; }
    @media (max-width: 991px) {
      .app-wrap {
        background-image: none;
        background-color: #1D2226;
        padding: 30px; } }
    .app-wrap .m-title, .app-wrap .m-text {
      margin-left: auto;
      margin-right: auto;
      max-width: 540px; }
    .app-wrap .m-title {
      margin-bottom: 38px; }
      @media (max-width: 991px) {
        .app-wrap .m-title {
          margin-bottom: 20px; } }
    .app-wrap .m-text {
      margin-bottom: 155px; }
      @media (max-width: 991px) {
        .app-wrap .m-text {
          margin-bottom: 30px; } }
  .app-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .app-list a {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: -moz-calc(100% / 2 - 5px);
      max-width: calc(100% / 2 - 5px); }
      .app-list a:hover {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .app-list a img {
        max-width: 100%; }

.faq {
  padding: 70px 0 140px 0; }
  @media (max-width: 767px) {
    .faq {
      padding: 40px 0; } }
  .faq-text {
    margin-top: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 254px; }
    @media (max-width: 991px) {
      .faq-text {
        max-width: 100%;
        margin-bottom: 30px; } }
    .faq-text img {
      width: 32px;
      margin-bottom: 20px; }
    .faq-text h3 {
      font-weight: 700;
      font-size: 16px;
      color: #D75F02;
      margin-bottom: 20px;
      line-height: 1.31; }
    .faq-text p {
      line-height: 1.31;
      font-weight: 400;
      font-size: 16px;
      color: #6E6D76; }
  .faq-list .accordion {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .faq-list .accordion__item {
      background-color: #1D2226;
      margin-bottom: 11px;
      border-radius: 13px;
      width: 100%;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .faq-list .accordion__item:last-child {
        margin-bottom: 0; }
      .faq-list .accordion__item.active {
        background-color: #fff; }
        .faq-list .accordion__item.active .accordion__head {
          color: #13181B; }
          .faq-list .accordion__item.active .accordion__head svg {
            fill: #13181B;
            -webkit-transform: rotate(45deg);
               -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
      .faq-list .accordion__item:hover {
        background-color: #fff; }
        .faq-list .accordion__item:hover .accordion__head {
          color: #13181B; }
          .faq-list .accordion__item:hover .accordion__head svg {
            fill: #13181B; }
    .faq-list .accordion__body {
      padding: 4px 24px 34px 24px;
      display: none; }
      @media (max-width: 767px) {
        .faq-list .accordion__body .m-text p {
          font-size: 14px; } }
    .faq-list .accordion__head {
      padding: 28px 60px 28px 24px;
      font-weight: 700;
      font-size: 18px;
      color: #6E6D76;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      cursor: pointer;
      width: 100%;
      line-height: 1.31; }
      @media (max-width: 767px) {
        .faq-list .accordion__head {
          font-size: 14px; } }
      .faq-list .accordion__head svg {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 16px;
        height: 16px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }

.cont {
  width: 100%;
  background-color: #fff;
  border-radius: 47px;
  padding: 47px 0px 40px 0; }
  @media (max-width: 767px) {
    .cont {
      padding: 30px 0; } }
  .cont .m-title {
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .cont .m-title {
        margin-bottom: 20px; } }
  .cont-icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    max-width: 514px; }
    @media (max-width: 991px) {
      .cont-icon {
        display: none; } }
    .cont-icon img {
      max-width: 514px; }
  .cont-footer {
    font-weight: 400;
    font-size: 16px;
    color: #6E6D76;
    text-align: center; }
  .cont-form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 45px; }
    .cont-form ::-webkit-input-placeholder {
      color: #6E6D76; }
    .cont-form :-moz-placeholder {
      color: #6E6D76; }
    .cont-form ::-moz-placeholder {
      color: #6E6D76; }
    .cont-form :-ms-input-placeholder {
      color: #6E6D76; }
    .cont-form ::placeholder {
      color: #6E6D76; }
    .cont-form input, .cont-form textarea {
      width: 100%;
      border: none;
      background-color: transparent;
      outline: none;
      height: 55px;
      margin-bottom: 15px;
      border-bottom: 1px solid #E4E9EC;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-weight: 400;
      font-size: 16px;
      color: #13181B; }
      .cont-form input:focus, .cont-form textarea:focus {
        border-bottom-color: #D75F02; }
    .cont-form textarea {
      height: 155px;
      margin-bottom: 24px;
      resize: none; }
  .cont-soc {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .cont-soc {
        margin-bottom: 40px; } }
    .cont-soc a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-right: 10px;
      width: -moz-calc(100% / 3 - 10px);
      width: calc(100% / 3 - 10px);
      padding: 30px;
      border-radius: 47px;
      background-color: #F8F9FA;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      font-weight: 700;
      font-size: 18px;
      color: #13181B;
      margin-bottom: 10px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 767px) {
        .cont-soc a {
          min-width: -moz-calc(50% - 10px);
          min-width: calc(50% - 10px); } }
      @media (max-width: 480px) {
        .cont-soc a {
          width: -moz-calc(100% - 10px);
          width: calc(100% - 10px); } }
      .cont-soc a span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .cont-soc a svg {
        width: 22px;
        height: 22px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        fill: #13181B;
        min-width: 22px;
        margin-left: 5px; }
      .cont-soc a:hover {
        background-color: #D75F02;
        color: #fff; }
        .cont-soc a:hover svg {
          fill: #fff; }
      .cont-soc a.mail {
        border: 1px solid #D75F02;
        background-color: transparent;
        color: #D75F02; }
        .cont-soc a.mail svg {
          fill: #D75F02; }
        .cont-soc a.mail:hover {
          background-color: #D75F02;
          color: #fff; }
          .cont-soc a.mail:hover svg {
            fill: #fff; }
      .cont-soc a.tg {
        background-color: #2AABEE;
        color: #fff; }
        .cont-soc a.tg svg {
          fill: #fff; }
        .cont-soc a.tg:hover {
          background-color: #D75F02;
          color: #fff; }
          .cont-soc a.tg:hover svg {
            fill: #fff; }

.sign {
  background-color: #fff;
  border-radius: 30px;
  background-image: url("../img/sign-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 541px;
  width: 100%;
  background-position: 50% 0;
  padding: 28px 23px 25px 23px;
  margin: 30px auto; }
  .sign-head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-family: "AKONY", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #13181B;
    margin-bottom: 48px; }
    .sign-head img {
      max-width: 56px;
      width: 100%;
      margin-bottom: 37px; }
  .sign-inputs {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 13px;
    border: 1px solid #EDF1F3;
    margin-bottom: 20px; }
    .sign-inputs label {
      width: 100%;
      border-bottom: 1px solid #EDF1F3;
      display: block;
      position: relative; }
      .sign-inputs label:last-child {
        border-bottom: none; }
      .sign-inputs label svg {
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 26px;
        height: 26px;
        fill: #6E6D76;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .sign-inputs label ::-webkit-input-placeholder {
        color: #6E6D76; }
      .sign-inputs label :-moz-placeholder {
        color: #6E6D76; }
      .sign-inputs label ::-moz-placeholder {
        color: #6E6D76; }
      .sign-inputs label :-ms-input-placeholder {
        color: #6E6D76; }
      .sign-inputs label ::placeholder {
        color: #6E6D76; }
      .sign-inputs label input {
        height: 65px;
        padding-left: 50px;
        padding-right: 8px;
        border: none;
        outline: none;
        background: transparent;
        font-weight: 400;
        font-size: 16px;
        color: #13181B; }
  .sign-nav {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
  .sign-link {
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    color: #D75F02;
    text-decoration: none; }
    @media (max-width: 480px) {
      .sign-link {
        font-size: 14px; } }
    .sign-link:hover {
      text-decoration: underline; }
  .sign-check input {
    display: none; }
    .sign-check input:checked + span svg {
      opacity: 1; }
  .sign-check span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #13181B;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 480px) {
      .sign-check span {
        font-size: 14px; } }
    .sign-check span:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #D75F02;
      content: ''; }
    .sign-check span svg {
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #D75F02;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 9px;
      height: 9px;
      opacity: 0; }
  .sign .m-btn {
    width: 100%;
    min-height: 66px;
    font-size: 14px;
    margin-bottom: 12px; }
    .sign .m-btn:last-child {
      margin-bottom: 0; }
    .sign .m-btn.mfp-close {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      opacity: 1; }
