html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Jura";
  src: url("fonts/subset-Jura-Light.woff2") format("woff2"), url("fonts/subset-Jura-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("fonts/subset-Jura-Regular.woff2") format("woff2"), url("fonts/subset-Jura-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("fonts/subset-Jura-Medium.woff2") format("woff2"), url("fonts/subset-Jura-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("fonts/subset-Jura-Bold.woff2") format("woff2"), url("fonts/subset-Jura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/subset-Inter-Regular.woff2") format("woff2"), url("fonts/subset-Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes increase {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes increase {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(0.7) translateX(-25%);
            transform: scale(0.7) translateX(-25%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2) translateX(0);
            transform: scale(1.2) translateX(0);
    opacity: 0;
  }
}
@keyframes move {
  0% {
    -webkit-transform: scale(0.7) translateX(25%);
            transform: scale(0.7) translateX(25%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2) translateX(0);
            transform: scale(1.2) translateX(0);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  10% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  10% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
:root {
  --font-size-normal: 18px;
  --color-text: #E3E5EE;
  --color-text-hover: #FFF;
  --color-bg: #0e0e0e;
  --color-title: #FFF;
  --color-subtitle: #FFF;
  --color-nav-title: #FFF;
  --color-nav-subtitle: #E3E5EE;
  --scroll-color: #222;
  --scroll-bg: #0e0e0e;
  --scroll-width: 6px;
  --scroll-radius: 0px;
  --animation-rotate-duration: 130s;
  --animation-pulse-duration: 16s;
  --animation-move-duration: 30s;
}

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

img {
  max-width: 100%;
}

html {
  font-size: var(--font-size-normal);
}

body {
  position: relative;
  font-family: "Jura", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: var(--color-text);
  background: var(--color-bg) !important;
}

.bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 4s;
  transition: all 4s;
}
.bg.el-loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: rotate var(--animation-rotate-duration) linear infinite;
  animation: rotate var(--animation-rotate-duration) linear infinite;
}

.owl {
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.owl img {
  max-width: 33.3333333333vw;
  -webkit-animation: pulse var(--animation-pulse-duration) linear infinite;
  animation: pulse var(--animation-pulse-duration) linear infinite;
}

.close {
  position: absolute;
  top: 50px;
  left: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid;
}
.close::before, .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 0;
  border-top: 1px solid;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.close::after {
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
@media only screen and (min-width: 1200px) {
  .close {
    top: 100px;
    left: 100px;
    width: 80px;
    height: 80px;
  }
}

.back {
  position: absolute;
  top: 160px;
  left: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .back {
    display: none !important;
  }
}

a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus, a:active, a.active {
  text-decoration: none;
  color: var(--color-text-hover);
}
a:hover svg, a:focus svg, a:active svg, a.active svg {
  color: var(--color-text-hover);
}

::-webkit-scrollbar {
  width: var(--scroll-width);
}

::-webkit-scrollbar-track {
  background: var(--scroll-bg);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: var(--scroll-color);
  border-radius: var(--scroll-radius);
}

#btn_menu {
  position: fixed;
  top: 90px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#btn_menu:hover svg rect:nth-child(1), #btn_menu:focus svg rect:nth-child(1), #btn_menu:active svg rect:nth-child(1), #btn_menu.active svg rect:nth-child(1) {
  width: 20px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#btn_menu:hover svg rect:nth-child(3), #btn_menu:focus svg rect:nth-child(3), #btn_menu:active svg rect:nth-child(3), #btn_menu.active svg rect:nth-child(3) {
  width: 40px;
}
@media only screen and (min-width: 992px) {
  #btn_menu {
    top: 50%;
    left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #btn_menu {
    left: 100px;
  }
}
#btn_menu svg rect {
  display: inline-block;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-bg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding-top: 180px;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
  -webkit-box-shadow: 1px 0 0 0 var(--color-text);
          box-shadow: 1px 0 0 0 var(--color-text);
}
@media only screen and (min-width: 768px) {
  #menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #menu {
    padding: 0 260px 0 160px;
  }
}
@media only screen and (min-width: 1200px) {
  #menu {
    padding: 0 360px 0 260px;
  }
}
body.is-menu-opened #menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

ul.nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
ul.nav > li {
  position: relative;
  margin: 30px 0;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.nav > li {
    width: auto;
  }
}
ul.nav .nav__img {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 280px;
  padding-top: 50px;
  pointer-events: unset;
}
@media only screen and (min-width: 768px) {
  ul.nav .nav__img {
    left: 100%;
    top: 50%;
    height: auto;
    width: 300px;
    padding-top: 0px;
    margin-left: 10vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
ul.nav .nav__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
ul.nav ul {
  position: relative;
  line-height: 1.4;
}

.nav__title {
  position: relative;
  margin: 0 0 10px 0;
  color: var(--color-nav-title);
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .nav__title {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 500;
  }
}

.nav__subtitle {
  position: relative;
  color: var(--color-nav-subtitle);
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .nav__subtitle {
    font-size: 24px;
    font-weight: 300;
  }
}

#btn_contacts {
  position: fixed;
  top: 90px;
  right: 20px;
  width: 200px;
  height: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 992px) {
  #btn_contacts {
    top: 50%;
    right: 60px;
    width: 180px;
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #btn_contacts {
    right: 100px;
  }
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  z-index: 10;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 150px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-bg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
  -webkit-box-shadow: -1px 0 0 0 var(--color-text);
          box-shadow: -1px 0 0 0 var(--color-text);
}
@media only screen and (min-width: 768px) {
  .contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .contacts {
    padding: 0 0 0 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .contacts {
    padding: 0 0 0 260px;
  }
}
body.is-contacts-opened .contacts {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.contacts__items {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .contacts__items {
    width: 60%;
  }
}
@media only screen and (min-width: 1600px) {
  .contacts__items {
    width: 40%;
  }
}

.contacts__title {
  position: relative;
  margin: 60px 0 10px 0;
  color: var(--color-title);
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .contacts__title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
  }
}

.contacts__subtitle {
  position: relative;
  color: var(--color-subtitle);
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .contacts__subtitle {
    font-size: 24px;
    font-weight: 400;
  }
}

.contacts__item:first-child .contacts__title {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .contacts__item:first-child .contacts__title {
    margin-top: 0;
  }
}

.contacts__bg {
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contacts__bg {
    position: absolute;
    -webkit-transform: translate(40%, 0);
            transform: translate(40%, 0);
  }
}
.contacts__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: rotate var(--animation-rotate-duration) linear infinite;
  animation: rotate var(--animation-rotate-duration) linear infinite;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0 30px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.12);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}