@import url("https://fonts.googleapis.com/css2?family=Koulen&display=swap");
@font-face {
  font-family: 'Corbel';
  src: url("../fonts/Corbel/Corbel.eot");
  src: url("../fonts/Corbel/Corbel.eot?#iefix") format("embedded-opentype"), url("../fonts/Corbel/Corbel.woff2") format("woff2"), url("../fonts/Corbel/Corbel.woff") format("woff"), url("../fonts/Corbel/Corbel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Corbel';
  src: url("../fonts/Corbel/CorbelLight.eot");
  src: url("../fonts/Corbel/CorbelLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Corbel/CorbelLight.woff2") format("woff2"), url("../fonts/Corbel/CorbelLight.woff") format("woff"), url("../fonts/Corbel/CorbelLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
html,
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #0e0f10;
  text-size-adjust: none;
  overflow-x: hidden;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2; }
  html.no-scroll,
  body.no-scroll {
    overflow: hidden; }

img {
  vertical-align: top;
  max-width: 100%; }
  img.svg {
    visibility: hidden; }

p {
  margin: 20px 0;
  font-size: 14px; }

a {
  color: #f4ab38;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.1s ease-out;
  outline: 0; }
  a:active, a:visited, a:focus {
    outline: 0;
    color: #f4ab38;
    text-decoration: none; }
  a:hover {
    color: #f4ab38;
    filter: brightness(1.1);
    text-decoration: none; }

.row {
  display: flex; }
  .row.column {
    flex-direction: column; }
  .row.center {
    justify-content: center; }
  .row.middle {
    align-items: center; }
  .row.around {
    justify-content: space-around; }
  .row.between {
    justify-content: space-between; }

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

h1 {
  font-family: "Koulen", cursive; }

h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  margin: 20px 0;
  font-family: "Koulen", cursive; }
  h2 strong {
    font-weight: 300;
    color: #f4ab38; }

h3 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400; }

.background {
  position: fixed;
  top: 0;
  left: 50%;
  min-width: 100%;
  max-width: unset;
  transform: translate(-50%, 0); }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1160px; }

.content {
  padding: 60px 0; }

.bg {
  background-position: center;
  background-size: cover; }

.custom-logo-link img {
  width: auto !important;
  height: 52px !important;
  max-width: unset;
  transition: all 0.25s ease-out; }

input,
textarea {
  display: block;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3); }

input {
  margin: 0 0 40px;
  line-height: 50px;
  padding: 0 25px; }

textarea {
  margin: 0;
  line-height: 21px;
  min-height: 250px;
  padding: 15px 25px;
  resize: vertical; }

input:focus,
textarea:focus {
  outline: none;
  border: none;
  border-bottom: solid 1px #fff; }

input::placeholder,
textarea::placeholder,
input:focus::placeholder {
  color: rgba(255, 255, 255, 0.75); }

.textarea {
  position: relative;
  margin: 0 0 40px; }
  .textarea:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%); }

.select {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer; }
  .select.active {
    border-color: #fff; }
    .select.active .options {
      visibility: visible;
      transition: all 0.1s ease-out; }
  .select select {
    opacity: 0; }
  .select span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 50px;
    text-transform: capitalize;
    padding: 0 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .select span.unset {
      color: rgba(255, 255, 255, 0.75); }
    .select span:after {
      content: "";
      position: absolute;
      top: 20px;
      right: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: rgba(255, 255, 255, 0.75) transparent transparent transparent; }
  .select .options {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1px;
    width: 100%;
    color: #0e0f10;
    background: #c1c8c9;
    height: 0;
    visibility: hidden; }
    .select .options .option {
      padding: 5px 25px; }
      .select .options .option:first-child {
        padding-top: 10px; }
      .select .options .option:last-child {
        padding-bottom: 10px; }
      .select .options .option:hover {
        background: #fff; }

.btn,
input[type=submit] {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.75);
  color: #1a2b35;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  border-radius: 0;
  line-height: 20px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  text-shadow: none;
  transition: all 0.1s ease-out;
  cursor: pointer; }
  .btn:active, .btn:visited, .btn:focus,
  input[type=submit]:active,
  input[type=submit]:visited,
  input[type=submit]:focus {
    color: #1a2b35; }
  .btn:hover,
  input[type=submit]:hover {
    color: #fff;
    background: #cb8823; }
    .btn:hover span,
    input[type=submit]:hover span {
      left: 140%;
      transition: all 0.5s ease-out 0.0s; }
  .btn.yellow,
  input[type=submit].yellow {
    color: #fff;
    background: #cb8823; }
    .btn.yellow:hover,
    input[type=submit].yellow:hover {
      color: #1a2b35;
      background: #fff; }

.btn,
.submit {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .btn span,
  .submit span {
    content: "";
    position: absolute;
    left: -40%;
    top: 50%;
    width: 100px;
    height: 150px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    transform: translate(-50%, -50%) rotate(30deg); }

.submit input {
  margin-bottom: 0; }

.wpcf7-response-output {
  text-align: center;
  border: none !important;
  color: #f4ab38; }

.wpcf7-not-valid-tip {
  margin-top: -35px;
  margin-bottom: 25px;
  color: #f4ab38; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease-out;
  padding: 20px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  z-index: 10; }
  header nav {
    display: flex;
    margin-left: auto; }
    header nav #navigation {
      display: flex; }
      header nav #navigation li {
        padding: 0 25px; }
        header nav #navigation li.current a {
          color: #f4ab38; }
          header nav #navigation li.current a:active, header nav #navigation li.current a:visited, header nav #navigation li.current a:focus {
            color: #f4ab38; }
      header nav #navigation a {
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 15px;
        font-family: "Corbel", sans-serif;
        font-weight: 400; }
        header nav #navigation a:active, header nav #navigation a:visited, header nav #navigation a:focus {
          color: #fff; }
        header nav #navigation a:hover {
          color: #f4ab38; }
  header .bar {
    position: absolute;
    top: 100%;
    width: 0;
    height: 3px;
    background: #f4ab38; }
    header .bar.anim {
      transition: all 0.5s ease-out; }
  header .burger {
    position: relative;
    display: none;
    width: 32px;
    height: 25px;
    padding: 4px;
    box-sizing: border-box;
    margin-left: auto;
    cursor: pointer;
    z-index: 11; }
    header .burger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 24px;
      left: 4px;
      top: 4px;
      background: #f4ab38;
      transition: all 0.2s ease-out; }
      header .burger span:nth-child(2) {
        top: 11px; }
      header .burger span:nth-child(3) {
        top: 18px; }
    header .burger:hover span {
      background: #fff; }

body.admin-bar header {
  top: 32px; }

html.scrolled header {
  padding: 10px 0;
  background: black; }
  html.scrolled header .custom-logo-link img {
    height: 40px !important; }
  html.scrolled header .bar {
    height: 2px; }

html.mobile-menu header .burger span:nth-child(1) {
  top: 11px;
  left: 7px;
  width: 20px;
  transform: rotate(45deg); }
html.mobile-menu header .burger span:nth-child(2) {
  display: none; }
html.mobile-menu header .burger span:nth-child(3) {
  width: 20px;
  top: 11px;
  left: 7px;
  transform: rotate(-45deg); }

.social {
  padding-left: 12px;
  margin-left: 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.4); }
  .social a {
    position: relative;
    display: block;
    height: 15px;
    margin: 0 10px; }
    .social a:last-child {
      margin-right: 0; }
    .social a:hover {
      filter: none; }
    .social a:before, .social a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../img/social.png");
      transition: all 0.1s ease-out; }
    .social a:before {
      opacity: 0.75; }
    .social a:hover:before {
      opacity: 1; }
    .social a:after {
      opacity: 0; }
    .social a.facebook {
      width: 8px; }
      .social a.facebook:after {
        background-position: -8px -15px; }
    .social a.instagram {
      width: 14px; }
      .social a.instagram:before {
        background-position: -8px 0px; }
      .social a.instagram:after {
        background-position: -8px -15px; }
    .social a.youtube {
      width: 22px; }
      .social a.youtube:before {
        background-position: -22px 0px; }
      .social a.youtube:after {
        background-position: -22px -15px; }
    .social a.vimeo {
      width: 18px; }
      .social a.vimeo:before {
        background-position: -44px 0px; }
      .social a.vimeo:after {
        background-position: -44px -15px; }
  .social.white a:before {
    opacity: 0; }
  .social.white a:after {
    opacity: 0.75; }
  .social.white a:hover:after {
    opacity: 1; }

/* loading -------------------------------------------------*/
.loading-anim {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 58px;
  height: 58px;
  left: 50%;
  top: 50%;
  z-index: -100;
  -webkit-transform: scale(0.8) translate(-70%, -50%);
  -moz-transform: scale(0.8) translate(-70%, -50%);
  -o-transform: scale(0.8) translate(-70%, -50%);
  transform: scale(0.8) translate(-70%, -50%);
  -webkit-transition: opacity 0.25s ease-out 0.25s;
  -moz-transition: opacity 0.25s ease-out 0.25s;
  -o-transition: opacity 0.25s ease-out 0.25s;
  transition: opacity 0.25s ease-out 0.25s; }

.loading > *,
.error > *,
.done > * {
  visibility: hidden; }

.tip {
  visibility: visible;
  opacity: 1;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  text-align: center;
  font-size: 20px;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-out 0.25s; }

.tip:empty {
  visibility: hidden;
  opacity: 0; }

.error .tip {
  color: #f4ab38; }

.loading > .loading-anim {
  visibility: visible;
  opacity: 1;
  z-index: 1; }

.circularG {
  position: absolute;
  background-color: #fff;
  width: 14px;
  height: 14px;
  transform: scale(0);
  border-radius: 9px;
  animation-name: bounce_circularG;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-direction: normal; }

#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: 0.41s; }

#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.55s; }

#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: 0.69s; }

#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: 0.83s; }

#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: 0.97s; }

#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s; }

#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s; }

#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s; }

@keyframes bounce_circularG {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }
@keyframes pop-up {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.videos {
  position: relative;
  padding-bottom: 20%; }
  .videos .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden; }
    .videos .list.slick-initialized {
      visibility: visible; }
    .videos .list .slick-arrow:nth-child(1), .videos .list .slick-arrow:nth-child(2), .videos .list .slick-arrow:nth-child(3), .videos .list .slick-arrow:nth-child(4), .videos .list .slick-arrow:nth-child(5), .videos .list .slick-arrow:nth-child(6),
    .videos .list .video:nth-child(1),
    .videos .list .video:nth-child(2),
    .videos .list .video:nth-child(3),
    .videos .list .video:nth-child(4),
    .videos .list .video:nth-child(5),
    .videos .list .video:nth-child(6) {
      opacity: 0; }
    .videos .list.show .slick-arrow {
      opacity: 1;
      transition: opacity 0.25s ease-out; }
    .videos .list.show .video {
      transition: opacity 1s ease-out; }
      .videos .list.show .video:nth-child(1), .videos .list.show .video:nth-child(2), .videos .list.show .video:nth-child(3), .videos .list.show .video:nth-child(4), .videos .list.show .video:nth-child(5), .videos .list.show .video:nth-child(6) {
        opacity: 1; }
      .videos .list.show .video:nth-child(2), .videos .list.show .video:nth-child(5) {
        transition-delay: 0.1s; }
      .videos .list.show .video:nth-child(3), .videos .list.show .video:nth-child(6) {
        transition-delay: 0.2s; }
    .videos .list .slick-list {
      height: 100%;
      width: calc(100% + 1px);
      margin: 0 -2px 0 -1px;
      padding: 1px 0; }
      .videos .list .slick-list .slick-track {
        height: 100%; }
    .videos .list .video {
      display: flex;
      height: 100%;
      position: relative;
      margin: 0 2px 0 1px;
      cursor: pointer; }
      .videos .list .video .play {
        flex: 1;
        background: url("../img/play.png") no-repeat center;
        z-index: 3;
        opacity: 0;
        transition: opacity 0.25s ease-out; }
      .videos .list .video .thumbnail {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .videos .list .video .thumbnail .bg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          transition: filter 0.1s ease-out, transform 0.25s ease-out;
          transform-origin: center;
          z-index: 1; }
      .videos .list .video .animation {
        position: absolute;
        left: -1px;
        top: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        z-index: 2;
        transition: opacity 0.2s ease-out 0.2s;
        opacity: 0.5; }
        .videos .list .video .animation span {
          position: absolute;
          background: #fff; }
          .videos .list .video .animation span:nth-child(1) {
            left: 0;
            top: 0;
            width: 1px;
            height: 0;
            transition: all 0.1s linear 0.3s; }
          .videos .list .video .animation span:nth-child(2) {
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            transition: all 0.1s linear 0.2s; }
          .videos .list .video .animation span:nth-child(3) {
            right: 0;
            bottom: 0;
            width: 1px;
            height: 0;
            transition: all 0.1s linear 0.1s; }
          .videos .list .video .animation span:nth-child(4) {
            right: 0;
            top: 0;
            width: 0;
            height: 1px; }
      .videos .list .video .info {
        padding: 10px 15px;
        text-align: center;
        z-index: 3;
        opacity: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: all 0.25s ease-out; }
      .videos .list .video:hover .play {
        opacity: 1; }
      .videos .list .video:hover .bg {
        filter: brightness(1.1);
        transform: scale(1.1); }
      .videos .list .video:hover .animation {
        opacity: 1;
        transition: opacity 0.4s ease-out; }
        .videos .list .video:hover .animation span:nth-child(1) {
          height: 100%;
          transition: all 0.1s linear; }
        .videos .list .video:hover .animation span:nth-child(2) {
          width: 100%;
          transition: all 0.1s linear 0.1s; }
        .videos .list .video:hover .animation span:nth-child(3) {
          height: 100%;
          transition: all 0.1s linear 0.2s; }
        .videos .list .video:hover .animation span:nth-child(4) {
          width: 100%;
          transition: all 0.1s linear 0.3s; }
      .videos .list .video:hover .info {
        opacity: 1; }

section#contact .meeting-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 20px;
  transition: all 0.1s ease-out;
  padding-left: 22px;
  padding-bottom: 1px; }
  section#contact .meeting-link img,
  section#contact .meeting-link svg {
    position: absolute;
    left: -2px;
    top: 0;
    fill: #fff;
    width: 22px;
    height: 22px;
    transition: all 0.1s ease-out; }
  section#contact .meeting-link:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0; }
  section#contact .meeting-link:hover {
    color: #f4ab38; }
    section#contact .meeting-link:hover:after {
      background: #f4ab38; }
    section#contact .meeting-link:hover svg {
      fill: #f4ab38; }
section#contact .meetings-iframe-container {
  position: relative;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-out !important;
  height: 0;
  overflow: hidden;
  box-sizing: content-box; }
  section#contact .meetings-iframe-container iframe {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  section#contact .meetings-iframe-container.show {
    margin-bottom: -40px; }
    section#contact .meetings-iframe-container.show iframe {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.25s ease-out 0.5s; }
section#contact form {
  margin: 0; }
  section#contact form h3 {
    margin-bottom: 40px; }
  section#contact form input:not([type=submit]) {
    width: 100%; }
  section#contact form .row {
    position: relative; }
    section#contact form .row.active {
      z-index: 1; }
    section#contact form .row p {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      section#contact form .row p > * {
        flex: 1; }
        section#contact form .row p > *:first-child {
          padding-right: 20px; }
        section#contact form .row p > *:last-child {
          padding-left: 20px; }
  section#contact form p {
    margin: 0; }
section#contact .animated center {
  opacity: 0;
  transform: translateY(50px); }
section#contact .animated form > *:not(center) {
  opacity: 0;
  transform: translateY(50px); }
section#contact .animated form center {
  display: flex;
  align-items: center;
  justify-content: center; }
section#contact .animated form .submit {
  opacity: 0;
  margin-left: 72px; }
section#contact .animate center {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.0s ease-out 0.1s; }
section#contact .animate form > *:not(center) {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.0s ease-out 1s; }
  section#contact .animate form > *:not(center):nth-child(1) {
    transition: all 1.0s ease-out 0.2s; }
  section#contact .animate form > *:not(center):nth-child(2) {
    transition: all 1.0s ease-out 0.4s; }
  section#contact .animate form > *:not(center):nth-child(3) {
    transition: all 1.0s ease-out 0.6s; }
  section#contact .animate form > *:not(center):nth-child(4) {
    transition: all 1.0s ease-out 0.8s; }
  section#contact .animate form > *:not(center):nth-child(5) {
    transition: all 1.0s ease-out 1.0s; }
section#contact .animate form .submit {
  animation-name: pop-up;
  animation-duration: 1.0s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out; }
  section#contact .animate form .submit span {
    left: 140%;
    transition: all 0.5s ease-out 1.6s; }

.contacts > * {
  position: relative; }
  .contacts > *:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 12px;
    background: url("../img/contacts.png"); }
  .contacts > *.location {
    padding-left: 13px; }
    .contacts > *.location:before {
      width: 8px;
      background-position: 0px 0px; }
  .contacts > *.phone {
    padding-left: 15px; }
    .contacts > *.phone:before {
      width: 11px;
      background-position: -8px 0px; }
  .contacts > *.email {
    padding-left: 20px; }
    .contacts > *.email:before {
      width: 14px;
      top: 3px;
      background-position: -19px 0px; }

footer {
  position: relative;
  padding: 60px 0 45px;
  background: #000;
  z-index: 1; }
  footer .copyrights {
    opacity: 0.75; }
  footer .contacts {
    margin-left: auto; }
    footer .contacts > * {
      margin-left: 30px;
      opacity: 0.75; }
    footer .contacts a {
      color: #fff; }
      footer .contacts a:active, footer .contacts a:visited, footer .contacts a:focus {
        color: #fff; }
      footer .contacts a:hover {
        color: #fff;
        opacity: 1; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  display: none;
  overflow: auto; }
  .popup.show {
    display: flex; }
  .popup .popup-box {
    position: relative;
    max-width: calc(100% - 40px);
    width: 1160px;
    background: #000;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 20; }
    .popup .popup-box .close:hover:before, .popup .popup-box .close:hover:after {
      background: #fff; }
    .popup .popup-box h3 {
      margin: 0;
      font-size: 16px;
      line-height: 20px;
      text-align: left;
      color: #f4ab38;
      padding: 10px 45px 10px 10px;
      text-transform: uppercase;
      font-weight: 300; }
    .popup .popup-box .content {
      overflow: auto;
      height: calc(100% - 40px);
      padding: 20px; }

.close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.1s ease-out; }
  .close:hover:before, .close:hover:after {
    background: #000; }
  .close:before, .close:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 80%;
    background: #f4ab38; }
  .close:before {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .close:after {
    transform: translate(-50%, -50%) rotate(45deg); }

.popup#video-popup h3 span {
  display: inline-block;
  line-height: 20px;
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  border-left: solid 1px #fff; }
.popup#video-popup .video {
  border: solid 2px #000; }
  .popup#video-popup .video iframe {
    width: 100%; }

.slick-slider {
  position: relative;
  padding: 0; }
  .slick-slider .slick-arrow {
    position: absolute;
    background: transparent;
    border: none;
    font-size: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 2; }
    .slick-slider .slick-arrow:after {
      content: "";
      position: absolute;
      width: 80%;
      height: 80%;
      left: 50%;
      top: 50%;
      border-left: solid 2px #909096;
      border-bottom: solid 2px #909096;
      transform-origin: center; }
    .slick-slider .slick-arrow:hover:after {
      border-color: #fff; }
    .slick-slider .slick-arrow.slick-prev {
      left: -50px; }
    .slick-slider .slick-arrow.slick-prev:after {
      transform: translate(-50%, -50%) rotate(45deg); }
    .slick-slider .slick-arrow.slick-next {
      right: -50px; }
    .slick-slider .slick-arrow.slick-next:after {
      transform: translate(-50%, -50%) rotate(-135deg); }

.grecaptcha-badge {
  opacity: 0; }

@media (max-width: 1300px) {
  .slick-slider .slick-arrow {
    width: 30px;
    height: 30px; }
    .slick-slider .slick-arrow.slick-prev {
      left: -40px; }
    .slick-slider .slick-arrow.slick-next {
      right: -40px; } }
@media (max-width: 1260px) {
  h2 {
    font-size: 45px; }

  .content {
    padding: 50px 0; }

  .slick-slider .slick-arrow.slick-prev {
    left: -32px; }
  .slick-slider .slick-arrow.slick-next {
    right: -32px; } }
@media (max-width: 1024px) {
  h2 {
    font-size: 40px; }

  .content {
    padding: 40px 0; }

  .btn,
  input[type=submit] {
    font-size: 16px;
    line-height: 18px;
    min-width: 180px; }

  input {
    margin: 0 0 35px;
    line-height: 45px;
    padding: 0 20px; }

  .textarea {
    margin-bottom: 35px; }

  textarea {
    padding: 12px 20px; }

  .select {
    height: 45px;
    margin-bottom: 35px; }
    .select span {
      line-height: 45px; }

  .videos {
    padding-bottom: 30%; }
    .videos .list .video:nth-child(1), .videos .list .video:nth-child(2), .videos .list .video:nth-child(3), .videos .list .video:nth-child(4) {
      opacity: 0; }
    .videos .list .video:nth-child(5), .videos .list .video:nth-child(6) {
      opacity: 1; }
    .videos .list.show .video:nth-child(1), .videos .list.show .video:nth-child(3) {
      transition-delay: 0s; }
    .videos .list.show .video:nth-child(2), .videos .list.show .video:nth-child(4) {
      transition-delay: 0.1s; } }
@media (max-width: 1080px) {
  header {
    padding: 10px 0; }
    header .custom-logo-link img {
      height: 40px !important; }
    header .bar {
      height: 2px; }
    header nav {
      position: fixed;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      top: 61px;
      left: 100%;
      width: 100%;
      height: calc(100% - 60px);
      background: #0e0f10;
      transition: all 0.5s ease-out; }
      header nav #navigation {
        flex-direction: column;
        opacity: 0; }
        header nav #navigation li {
          text-align: center;
          margin-bottom: 10px; }
      header nav .social {
        padding: 10px 10px 0;
        margin: 15px 0 0;
        border-left: none;
        border-top: solid 1px rgba(255, 255, 255, 0.4);
        opacity: 0; }
        header nav .social a {
          margin: 0 5px; }
          header nav .social a:last-child {
            margin-right: 5px; }
    header .bar {
      display: none; }
    header .burger {
      display: block; }

  body.admin-bar header nav {
    top: calc(61px + 32px);
    height: calc(100% - 60px - 32px); }

  html.mobile-menu {
    overflow: hidden; }
    html.mobile-menu header nav {
      left: 0;
      overflow: auto; }
      html.mobile-menu header nav #navigation,
      html.mobile-menu header nav .social {
        opacity: 1;
        transition: opacity 0.25s ease-out 0.5s; } }
@media (max-width: 900px) {
  footer .container {
    flex-direction: column-reverse; }
    footer .container .contacts {
      flex-wrap: wrap;
      margin: 0 auto 30px; }
      footer .container .contacts .social {
        width: 100%;
        padding: 0;
        margin: 30px 0 0;
        justify-content: center;
        border-left: none; }
    footer .container .copyrights {
      text-align: center; } }
@media (max-width: 800px) {
  h2 {
    font-size: 36px; }

  h3 {
    font-size: 16px; } }
@media (max-width: 782px) {
  body.admin-bar header {
    top: 46px; }
    body.admin-bar header nav {
      top: calc(61px + 46px);
      height: calc(100% - 60px - 46px); } }
@media (max-width: 700px) {
  h2 {
    font-size: 34px; }

  input,
  .textarea,
  .select {
    margin-bottom: 25px; }

  section#contact form .row p {
    flex-direction: column; }
    section#contact form .row p > * {
      width: 100%;
      padding: 0 !important; }

  .videos {
    padding-bottom: 50%; }
    .videos .list .video:nth-child(1), .videos .list .video:nth-child(2) {
      opacity: 0; }
    .videos .list .video:nth-child(3), .videos .list .video:nth-child(4), .videos .list .video:nth-child(5), .videos .list .video:nth-child(6) {
      opacity: 1; }
    .videos .list .video .play {
      opacity: 1; }
    .videos .list .video .animation {
      opacity: 1; }
      .videos .list .video .animation span {
        transition: none !important; }
        .videos .list .video .animation span:nth-child(1) {
          height: 100%; }
        .videos .list .video .animation span:nth-child(2) {
          width: 100%; }
        .videos .list .video .animation span:nth-child(3) {
          height: 100%; }
        .videos .list .video .animation span:nth-child(4) {
          width: 100%; }
    .videos .list .video .info {
      opacity: 1; }
    .videos .list.show .video:nth-child(1), .videos .list.show .video:nth-child(2) {
      transition-delay: 0s; } }
@media (max-width: 688px) {
  section#contact .meetings-iframe-container {
    background: rgba(0, 0, 0, 0.2); }
    section#contact .meetings-iframe-container.show {
      padding-top: 20px;
      margin-bottom: 50px; } }
@media (max-width: 600px) {
  h2 {
    font-size: 30px; }

  .content {
    padding: 30px 0; }

  html.scrolled {
    margin-top: 0 !important; }
    html.scrolled body.admin-bar header {
      top: 0; }
      html.scrolled body.admin-bar header nav {
        top: 61px;
        height: calc(100% - 60px); }

  .btn, input[type=submit] {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 16px;
    min-width: 160px; }

  input {
    line-height: 40px;
    padding: 0 15px; }

  textarea {
    padding: 10px 15px; }

  .wpcf7-spinner {
    margin: 0 14px; }

  section#contact .meetings-iframe-container {
    margin-left: -20px;
    margin-right: -20px; }
  section#contact .animated form .submit {
    margin-left: 48px; }

  footer .container .contacts {
    flex-direction: column; }
    footer .container .contacts > * {
      margin: 0 0 5px 0;
      padding-left: 20px; }
      footer .container .contacts > *.location:before {
        left: 4px; }
      footer .container .contacts > *.phone:before {
        left: 2px; }
    footer .container .contacts .social {
      margin-top: 25px; }

  .popup#video-popup .popup-box {
    max-width: unset; } }
@media (max-width: 550px) {
  .slick-slider .slick-arrow {
    width: 20px;
    height: 20px; }
    .slick-slider .slick-arrow.slick-prev {
      left: -23px; }
    .slick-slider .slick-arrow.slick-next {
      right: -23px; } }
@media (max-width: 500px) {
  h2 {
    font-size: 28px; } }
@media (max-width: 400px) {
  h2 {
    font-size: 25px; }

  .slick-slider .slick-arrow {
    width: 18px;
    height: 18px; }
    .slick-slider .slick-arrow.slick-prev {
      left: -17px; }
    .slick-slider .slick-arrow.slick-next {
      right: -17px; }

  .videos {
    padding-bottom: 60%; } }

/*# sourceMappingURL=main.css.map */
