header#header {
  position: sticky;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1000; }
  header#header .container {
    max-width: 1440px; }
  header#header #header-container {
    border-radius: 8px;
    background: #000000;
    padding: 12px; }
  header#header #logo {
    max-width: calc(100% - 140px); }
    @media (min-width: 768px) {
      header#header #logo {
        max-width: calc(100% - 200px - 140px); } }
    @media (min-width: 992px) {
      header#header #logo {
        max-width: 240px; } }
    header#header #logo img {
      margin-left: 8px;
      width: 160px; }
      @media (min-width: 768px) {
        header#header #logo img {
          width: 180px; } }
      @media (min-width: 992px) {
        header#header #logo img {
          width: 200px; } }
  header#header #topmenu {
    max-width: 100%;
    display: none; }
    @media (max-width: 767px) {
      header#header #topmenu {
        position: fixed;
        top: 0;
        left: 0;
        background: #000000;
        padding: 30px;
        height: 100vh;
        overflow: auto;
        z-index: 10; } }
    @media (min-width: 992px) {
      header#header #topmenu {
        display: block !important;
        max-width: calc(100% - 240px -240px); } }
  header#header #cta-wrapper {
    text-align: right; }
    @media (min-width: 768px) {
      header#header #cta-wrapper {
        max-width: 200px; } }
    @media (min-width: 992px) {
      header#header #cta-wrapper {
        max-width: 240px; } }
    header#header #cta-wrapper .btn {
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        header#header #cta-wrapper .btn {
          font-size: 18px; } }
  header#header .burger-menu-wrapper {
    max-width: 140px;
    text-align: right; }
    @media (min-width: 992px) {
      header#header .burger-menu-wrapper {
        display: none; } }
    header#header .burger-menu-wrapper img {
      width: 24px; }
    header#header .burger-menu-wrapper .mobile-mail {
      margin-right: 10px; }
    header#header .burger-menu-wrapper .mobile-phone {
      margin-right: 10px; }

#top-header {
  padding: 10px 0;
  font-size: 14px; }
  #top-header .container {
    max-width: 1440px; }
  #top-header .mail {
    margin-right: 15px; }
  #top-header a {
    color: #ffffff; }
  #top-header img {
    width: 18px;
    display: inline-block; }

@media (max-width: 991px) {
  #topmenu .inner {
    padding: 40px 0; } }
#topmenu ul.menu {
  text-align: center; }
  #topmenu ul.menu li {
    padding: 15px 5px;
    font-size: 20px; }
    @media (min-width: 992px) {
      #topmenu ul.menu li {
        display: inline-block;
        padding: 5px 15px;
        font-size: 16px; } }
    #topmenu ul.menu li a {
      padding: 5px;
      display: inline-block;
      color: #ffffff;
      font-weight: 500; }

#open-menu,
#close-menu {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 100%; }

#close-menu {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 30px; }
  @media (min-width: 992px) {
    #close-menu {
      display: none; } }

* {
  outline: none !important; }
  *:focus {
    outline: 0 !important;
    box-shadow: none !important; }

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  font-family: "Kanit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #151515;
  z-index: 1; }
  body:before {
    content: "";
    height: 100%;
    width: 60%;
    background: url(../images/bg.svg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none; }
  body.menu-active {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  padding: 0;
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  line-height: 110%; }

h1 {
  font-size: 34px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 46px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 52px; } }

h2 {
  font-size: 32px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 40px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 48px; } }

#head-title .caption {
  max-width: 720px; }
#head-title .claim {
  font-size: 20px;
  font-weight: 600;
  color: #c4cfe3;
  padding: 20px 0;
  line-height: 120%;
  font-size: 24px; }
  @media (min-width: 768px) {
    #head-title .claim {
      font-size: 24px; } }
  @media (min-width: 992px) {
    #head-title .claim {
      font-size: 28px; } }
#head-title img {
  border-radius: 8px; }

img:not(.lb-image) {
  max-width: 100%;
  height: auto !important; }

a {
  color: #8598BA;
  text-decoration: none; }
  @media (min-width: 768px) {
    a {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      a:hover {
        color: #FFFFFF;
        text-decoration: none; } }
  a.btn {
    border-radius: 5px;
    background: #3A404B;
    font-weight: 600;
    color: #ffffff;
    line-height: 120%;
    padding: 10px 20px;
    border: none; }
    @media (min-width: 768px) {
      a.btn:hover {
        background: #8598BA;
        color: #13181C; } }
    a.btn.btn-white {
      background: #ffffff;
      color: #000000; }
      @media (min-width: 768px) {
        a.btn.btn-white:hover {
          background: #8598BA;
          color: #13181C; } }
    a.btn.btn-bigger {
      font-size: 18px; }
      @media (min-width: 768px) {
        a.btn.btn-bigger {
          font-size: 20px; } }

b, strong {
  font-weight: 700; }

.messages__wrapper {
  margin-top: 20px; }
  .front .messages__wrapper {
    display: none !important; }
  .messages__wrapper .placeholder {
    cursor: text;
    background-color: unset;
    opacity: 1; }

em.placeholder {
  min-height: 10px;
  vertical-align: unset;
  cursor: default;
  background: none !important;
  opacity: 1;
  font-style: normal; }

ul.menu,
ul.primary-menu,
.js-pager__items.pager {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.menu li,
  ul.primary-menu li,
  .js-pager__items.pager li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    list-style: none; }
    ul.menu li:before,
    ul.primary-menu li:before,
    .js-pager__items.pager li:before {
      display: none; }

.js-pager__items.pager {
  text-align: center;
  padding-top: 20px; }

blockquote {
  background: #ffffff;
  padding: 20px;
  font-style: italic;
  font-size: 18px; }

/*** Tables ***/
@media (max-width: 1199px) {
  .table-wrapper {
    max-width: 100%;
    height: auto;
    overflow: auto; } }
table {
  padding: 0;
  border: 0;
  width: 100% !important;
  margin: 0 0 40px 0; }
  @media (max-width: 767px) {
    table {
      min-width: 500px; } }
  table th,
  table td {
    padding: 12px 15px;
    text-align: left; }
  table th {
    background: #8598BA;
    color: #ffffff; }
  table tbody tr:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0.05); }
  table p {
    padding: 0;
    margin: 0; }

/*** Tabs ***/
#block-zz-zalozky {
  padding: 0; }
  #block-zz-zalozky ul {
    border-bottom: none;
    margin: 15px 2px;
    padding: 0;
    text-align: left; }
    #block-zz-zalozky ul li {
      display: inline-block;
      margin: 0 -2px !important;
      padding: 2px !important; }
      #block-zz-zalozky ul li:before {
        display: none; }
      #block-zz-zalozky ul li a {
        color: #13181C;
        font-size: 17px;
        background: #8598BA;
        border: none;
        padding: 5px 15px;
        display: block;
        text-decoration: none; }
        @media (min-width: 768px) {
          #block-zz-zalozky ul li a:hover {
            background: #ffffff; } }
        #block-zz-zalozky ul li a.is-active {
          background: #ffffff; }

.page-node-4 #block-zz-zalozky ul.tabs {
  text-align: center; }

/*** Content ***/
section {
  padding: 80px 0; }

#content .container #block-zz-content > *:first-child {
  margin-top: 0; }
#content h2, #content h3, #content h4, #content h5, #content h6,
#content .h2, #content .h3, #content .h4, #content .h5, #content .h6 {
  margin: 50px 0 20px 0; }
#content h3, #content h5,
#content .h3, #content .h5 {
  color: #8598BA; }

.slim-content {
  max-width: 900px;
  margin: 0 auto; }

.list-item {
  text-align: center;
  padding-bottom: 50px; }
  .list-item strong.title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 0; }
  .list-item .desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    margin: 0 auto;
    max-width: 260px; }

#herobox {
  padding-top: 20px;
  padding-bottom: 0; }
  #herobox .container {
    max-width: 1440px; }
  #herobox img,
  #herobox video {
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: block;
    margin: 0; }
    @media (min-width: 768px) {
      #herobox img,
      #herobox video {
        border-radius: 8px; } }
  #herobox .inner {
    position: relative; }
    #herobox .inner .caption {
      border-radius: 0 0 8px 8px;
      text-align: center;
      padding: 20px;
      background: #000000; }
      @media (min-width: 768px) {
        #herobox .inner .caption {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          border-radius: 20px;
          background: rgba(0, 0, 0, 0.35);
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
          padding: 46px;
          max-width: 760px; } }
      #herobox .inner .caption h1 span.second {
        display: block;
        font-size: 24px; }
        @media (min-width: 768px) {
          #herobox .inner .caption h1 span.second {
            font-size: 36px; } }
        @media (min-width: 992px) {
          #herobox .inner .caption h1 span.second {
            font-size: 44px; } }
      #herobox .inner .caption .desc {
        max-width: 580px;
        margin: 0 auto; }
      #herobox .inner .caption p {
        padding: 30px 0 40px 0;
        margin: 0; }

#services {
  text-align: center;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    #services {
      padding-bottom: 40px; } }
  #services h2 {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      #services h2 {
        padding-top: 60px; } }
    @media (min-width: 992px) {
      #services h2 {
        padding-bottom: 80px; } }
  #services .service-item .inner {
    display: block;
    color: #ffffff; }
    @media (min-width: 768px) {
      #services .service-item .inner {
        -webkit-transition: 250ms ease-in-out;
        -moz-transition: 250ms ease-in-out;
        -o-transition: 250ms ease-in-out;
        transition: 250ms ease-in-out; }
        #services .service-item .inner:hover {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); } }
  #services .service-item img {
    border-radius: 50%;
    width: 160px; }

#why-us {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    #why-us {
      padding-bottom: 30px; } }
  @media (min-width: 992px) {
    #why-us {
      padding-bottom: 40px; } }
  #why-us h2 {
    padding-bottom: 40px;
    max-width: 800px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #why-us h2 {
        padding-top: 60px; } }
    @media (min-width: 992px) {
      #why-us h2 {
        padding-bottom: 80px; } }
  #why-us .why-us-item {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      #why-us .why-us-item {
        padding-bottom: 30px; } }
    #why-us .why-us-item .inner {
      background: #000000;
      border-radius: 8px;
      padding: 30px 15px;
      height: 100%; }
      #why-us .why-us-item .inner img {
        width: 60px; }

#about {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-bottom: 0; }
  #about .about-info {
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 60px; }
    #about .about-info h2 {
      padding-bottom: 30px; }
  #about .stats-list {
    max-width: 1040px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #about .stats-list .row {
        margin: 0 -40px; } }
    #about .stats-list .stats-item {
      padding-bottom: 40px; }
      @media (min-width: 768px) {
        #about .stats-list .stats-item {
          padding: 0 40px 80px 40px; } }
      #about .stats-list .stats-item .value {
        font-size: 60px;
        line-height: 100%;
        padding-bottom: 30px;
        font-weight: 700; }
        @media (min-width: 768px) {
          #about .stats-list .stats-item .value {
            font-size: 80px; } }
        @media (min-width: 992px) {
          #about .stats-list .stats-item .value {
            font-size: 100px; } }
      #about .stats-list .stats-item .desc {
        color: #8598BA;
        font-size: 22px;
        font-weight: 400;
        line-height: 120%;
        max-width: 320px; }
        @media (min-width: 768px) {
          #about .stats-list .stats-item .desc {
            font-size: 30px; } }

#partners {
  padding: 50px 0; }
  #partners img {
    border-radius: 8px;
    width: 100%; }
  #partners .partners-swipper .swiper-wrapper {
    transition-timing-function: linear !important; }
  #partners .swiper-slide {
    width: 160px;
    padding: 0 5px; }
    @media (min-width: 576px) {
      #partners .swiper-slide {
        width: 200px;
        padding: 0 10px; } }
    @media (min-width: 768px) {
      #partners .swiper-slide {
        width: 300px;
        padding: 0 20px; } }

form .form-item {
  padding-bottom: 20px;
  margin: 0; }
form .form-actions {
  margin: 0; }
form .form-required:after {
  background: none;
  content: "*";
  font-size: 11px;
  opacity: .6;
  margin: 0; }
form label {
  display: block;
  margin: 0;
  position: relative; }
form select, form input, form textarea {
  height: 44px;
  border: none;
  outline: none;
  padding: 10px 15px;
  color: #000000 !important; }
form input.form-text, form input.form-email, form input.form-tel {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 16px; }
form input.button, form input.form-submit {
  color: #ffffff !important;
  border: none;
  text-decoration: none;
  text-align: center;
  min-width: 140px;
  line-height: 120%;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  background: #3A404B !important;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }
  @media (min-width: 768px) {
    form input.button, form input.form-submit {
      font-size: 20px; }
      form input.button:hover, form input.form-submit:hover {
        background: #8598BA !important;
        color: #13181C !important; } }
form textarea {
  width: 100%;
  height: 100px;
  border-radius: 10px; }
form select {
  border-radius: 10px !important;
  border: 1px solid #B8B8B8 !important; }
form input[type=number] {
  -moz-appearance: textfield;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-radius: 10px; }
form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
form .js-form-type-number {
  position: relative;
  display: inline-block;
  padding-bottom: 0 !important; }
  form .js-form-type-number .qty-button {
    position: absolute;
    color: #13181C;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    line-height: 100%;
    font-weight: 500 !important; }
    @media (min-width: 768px) {
      form .js-form-type-number .qty-button:hover {
        color: #8598BA; } }
    form .js-form-type-number .qty-button.plus {
      right: 5px; }
    form .js-form-type-number .qty-button.minus {
      left: 5px; }

.form-item-referer {
  display: none; }

input[type=checkbox],
input[type=radio] {
  height: auto; }

.confirm-parent, .password-parent {
  overflow: unset; }

.password-suggestions {
  font-size: 12px;
  line-height: 130%;
  padding: 20px;
  margin: 0;
  border-radius: 10px; }

footer#footer {
  padding-top: 10px; }
  @media (min-width: 768px) {
    footer#footer {
      padding-top: 20px; } }
  @media (min-width: 992px) {
    footer#footer {
      padding-top: 40px; } }
  footer#footer .title {
    display: block;
    font-weight: 700;
    line-height: 120%;
    font-size: 36px; }
    @media (min-width: 768px) {
      footer#footer .title {
        font-size: 40px; } }
    @media (min-width: 992px) {
      footer#footer .title {
        font-size: 48px; } }
  footer#footer #cta-block {
    text-align: center;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      footer#footer #cta-block {
        padding-bottom: 80px; } }
    @media (min-width: 992px) {
      footer#footer #cta-block {
        padding-bottom: 100px; } }
    footer#footer #cta-block .container {
      max-width: 900px; }
    footer#footer #cta-block #cta-form-wrapper {
      background: url(../images/bg-cta.svg) no-repeat #39404B top left;
      background-size: contain;
      border-radius: 8px;
      padding: 30px; }
      @media (min-width: 992px) {
        footer#footer #cta-block #cta-form-wrapper {
          padding: 45px; } }
      footer#footer #cta-block #cta-form-wrapper .inner {
        max-width: 680px;
        margin: 0 auto; }
      footer#footer #cta-block #cta-form-wrapper p {
        margin: 0 auto;
        padding: 20px 0 30px 0;
        max-width: 560px;
        font-weight: 300;
        font-size: 18px; }
      footer#footer #cta-block #cta-form-wrapper form {
        max-width: 420px;
        margin: 0 auto; }
        footer#footer #cta-block #cta-form-wrapper form input,
        footer#footer #cta-block #cta-form-wrapper form textarea {
          text-align: center; }
        footer#footer #cta-block #cta-form-wrapper form input.button,
        footer#footer #cta-block #cta-form-wrapper form input.form-submit {
          background: #1D222A !important;
          color: #ffffff !important; }
          @media (min-width: 768px) {
            footer#footer #cta-block #cta-form-wrapper form input.button:hover,
            footer#footer #cta-block #cta-form-wrapper form input.form-submit:hover {
              background: #13181C !important; } }
  footer#footer #job-offer {
    padding-bottom: 40px;
    text-align: center; }
    @media (min-width: 768px) {
      footer#footer #job-offer {
        padding-bottom: 60px; } }
    @media (min-width: 992px) {
      footer#footer #job-offer {
        padding-bottom: 80px; } }
    footer#footer #job-offer .container {
      max-width: 1100px; }
    footer#footer #job-offer .inner {
      padding: 30px;
      background: url(../images/job-offer.jpg) #15233D no-repeat center center;
      background-size: cover;
      border-radius: 8px; }
      @media (min-width: 768px) {
        footer#footer #job-offer .inner {
          padding: 40px; } }
      @media (min-width: 992px) {
        footer#footer #job-offer .inner {
          padding: 50px; } }
      @media (min-width: 1200px) {
        footer#footer #job-offer .inner {
          padding: 70px; } }
      footer#footer #job-offer .inner .desc {
        max-width: 680px;
        margin: 0 auto;
        padding: 20px 0; }
  footer#footer .credits {
    background: #0E0E0E;
    padding: 20px;
    font-size: 12px; }
    @media (min-width: 992px) {
      footer#footer .credits {
        padding: 30px 40px;
        font-size: 13px; } }
    footer#footer .credits a {
      color: #ffffff;
      text-decoration: underline !important; }
      @media (min-width: 768px) {
        footer#footer .credits a:hover {
          text-decoration: none !important; } }

/*** Admin bar ***/
footer#footer.admin {
  margin-bottom: 34px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #000000;
  padding: 2px 0;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px;
      padding: 5px 0; }
      .admin-bar .menu li:before {
        display: none; }
      .admin-bar .menu li a {
        color: #ffffff;
        font-weight: 700; }

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