@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  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;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* MAIN ================================ */
body {
  background: #111;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.container, .header .header-main__container, .header .top-bar__container {
  width: 100%;
  max-width: calc(1540px - 2rem) !important;
  margin: 0 auto;
  padding: 0 1rem;
}

/* HEADER ============================== */
.header {
  position: sticky;
  top: -43px;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 100;
}
.header .top-bar {
  background: #111;
}
.header .top-bar__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}
.header .top-bar__column {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}
.header .top-bar__maps-link {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s Linear;
}
.header .top-bar__maps-link svg {
  margin: 0 0.5rem 0 0;
}
.header .top-bar__maps-link span {
  font-family: "Rubik", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.header .top-bar__maps-link:hover {
  color: #a8a8a8;
}
.header .top-bar__contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 1.5rem 0 0;
}
.header .top-bar__contacts.item {
  color: #fff;
  text-decoration: none;
  margin: 0 1rem 0 0;
  transition: color 0.3s Linear;
}
.header .top-bar__contacts.item:last-child {
  margin-right: 0;
}
.header .top-bar__contacts.item svg {
  margin: 0 0.25rem 0 0;
}
.header .top-bar__contacts.item span {
  font-family: "Rubik", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.header .top-bar__contacts.item:hover {
  color: #a8a8a8;
}
.header .top-bar__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.header .top-bar__social.item {
  margin: 0 0.5rem;
  color: #fff;
  display: inline-flex;
  line-height: 0;
  transition: color 0.3s Linear;
}
.header .top-bar__social .item svg {
  width: 20px;
  height: 20px;
}
.header .top-bar__social .item:hover {
  color: #a8a8a8;
}
.header .header-main {
  backdrop-filter: blur(0);
  transition: all 1s linear;
}
.header .header-main__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
.header .header-main__logotype {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.header .header-main__logotype img {
  width: 100%;
  max-width: 194px;
}
.header .header-main__navigation {
  flex: 1 auto;
}
.header .header-main__navigation.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.header .header-main__navigation .nav__item {
  position: relative;
  display: inline-flex;
  padding: 1rem 3rem;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s Linear;
}
.header .header-main__navigation .nav__item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #ff0000;
  transition: all 0.15s Linear;
}
.header .header-main__navigation .nav__item:hover:before {
  left: 1.5rem;
  width: calc(100% - 3rem);
}
.header .header-main__action-button {
  border: none;
  padding: 1rem 3rem;
  margin: 0 0 0 2rem;
  background: #ff0000;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.header .header-main__menu-button {
  display: none;
}
.header .header-main.scroll {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.25);
}

/* HERO =============================== */
.main {
  margin-top: -90px !important;
}

/* HERO =============================== */
.hero {
  position: relative;
  margin: -95px 0 0;
  width: 100%;
  height: 1000px;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .header-main__logotype {
  filter: blur(10px);
}
body.menu-open .header-main__navigation {
  position: absolute;
  left: 0;
  opacity: 1;
}
body.menu-open .header-main__menu-button span:nth-child(2) {
  margin-left: 1.5rem;
}
body.menu-open .top-bar {
  filter: blur(10px);
}
body.menu-open .main {
  filter: blur(10px);
}

.footer .top-bar__social {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin: -3rem 0 1.5rem -0.7rem;
}
.footer .top-bar__social.item {
  margin: 0 0.5rem;
  color: #000;
  display: inline-flex;
  line-height: 0;
  transition: color 0.3s Linear;
}
.footer .top-bar__social .item svg {
  width: 24px;
  height: 24px;
}
.footer .top-bar__social .item:hover {
  color: #ff0000;
}

/* MEDIA QUERIES ======================= */
@media (min-width: 320px) and (max-width: 479px) { /* iPhone 5/SE */
  .header .top-bar__maps-link svg {
    margin: 0 0.15rem 0 0;
  }
  .header .top-bar__maps-link span {
    font-size: 12px;
  }
  .header .top-bar__contacts {
    margin: 0;
  }
  .header .top-bar__contacts.item {
    margin: 0;
  }
  .header .top-bar__contacts.item svg {
    margin: 0;
  }
  .header .top-bar__contacts.item span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  .header .top-bar__contacts.item:hover {
    color: #a8a8a8;
  }
  .header .top-bar__contacts:last-child {
    display: none;
  }
  .header .top-bar__social {
    display: none;
  }
  .header-main__container {
    padding: 1rem 1.5rem !important;
  }
  .header-main__logotype {
    transition: filter 0.15s linear;
  }
  .header-main__logotype span:first-child {
    font-size: 2rem !important;
  }
  .header-main__logotype span:last-child {
    font-size: 0.9rem !important;
  }
  .header-main__navigation {
    position: absolute;
    left: -120%;
    background: rgba(0, 0, 0, 0.5);
    top: -50px;
    height: calc(100vh + 50px);
    width: 100%;
    opacity: 0;
    transition: left 0.1s linear, opacity 0.5s linear;
  }
  .header-main__navigation.nav {
    flex-direction: column !important;
    justify-content: center !important;
  }
  .header-main__action-button {
    display: none;
  }
  .header-main__menu-button {
    display: flex !important;
    flex-direction: column;
    padding: 1rem 0;
    background: transparent;
    border: none;
    z-index: 1000;
  }
  .header-main__menu-button span {
    display: block;
    width: 3rem;
    height: 2px;
    margin: 0 0 6px;
    background: #ffffff;
    transition: left 0.15s Linear;
  }
  .header-main__menu-button span:nth-child(2) {
    width: 1.5rem;
    background: #ff0000;
    transition: margin-left 0.15s Linear;
  }
  .main {
    transition: filter 0.15s linear;
  }
}
/* Small devices (ландшафтные телефоны, 480px и выше) */
@media (min-width: 480px) and (max-width: 767px) {
  .header .top-bar__maps-link svg {
    margin: 0 0.15rem 0 0;
  }
  .header .top-bar__maps-link span {
    font-size: 15px;
  }
  .header .top-bar__contacts.item svg {
    margin: 0 0.15rem 0 0;
  }
  .header .top-bar__contacts.item span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }
  .header .top-bar__contacts.item:hover {
    color: #a8a8a8;
  }
  .header .top-bar__contacts:last-child {
    display: none;
  }
  .header-main__container {
    padding: 1rem 1.5rem !important;
  }
  .header-main__logotype {
    transition: filter 0.15s linear;
  }
  .header-main__logotype span:first-child {
    font-size: 2rem !important;
  }
  .header-main__logotype span:last-child {
    font-size: 0.9rem !important;
  }
  .header-main__navigation {
    position: absolute;
    left: -120%;
    background: rgba(0, 0, 0, 0.5);
    top: -50px;
    height: calc(100vh + 50px);
    width: 100%;
    opacity: 0;
    transition: left 0.1s linear, opacity 0.5s linear;
  }
  .header-main__navigation.nav {
    flex-direction: column !important;
    justify-content: center !important;
  }
  .header-main__action-button {
    display: none;
  }
  .header-main__menu-button {
    display: flex !important;
    flex-direction: column;
    padding: 1rem 0;
    background: transparent;
    border: none;
    z-index: 1000;
  }
  .header-main__menu-button span {
    display: block;
    width: 3rem;
    height: 2px;
    margin: 0 0 6px;
    background: #ffffff;
    transition: left 0.15s Linear;
  }
  .header-main__menu-button span:nth-child(2) {
    width: 1.5rem;
    background: #ff0000;
    transition: margin-left 0.15s Linear;
  }
  .main {
    transition: filter 0.15s linear;
  }
}
/* Medium devices (планшеты, 768px и выше) */
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-bar {
    background: #111;
  }
  .header .top-bar__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
  }
  .header .top-bar__column {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
  }
  .header .top-bar__maps-link svg {
    margin: 0 0.15rem 0 0;
  }
  .header .top-bar__maps-link span {
    font-size: 16px;
  }
  .header .top-bar__contacts.item svg {
    margin: 0 0.15rem 0 0;
  }
  .header .top-bar__contacts.item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .header .top-bar__contacts.item:hover {
    color: #a8a8a8;
  }
  .header-main__logotype span:first-child {
    font-size: 2rem !important;
  }
  .header-main__navigation .nav__item {
    padding: 1rem 0.5rem !important;
    font-size: 16px !important;
  }
  .header-main__action-button {
    margin: 0 0 0 0.5rem !important;
    padding: 1rem 2rem !important;
    font-size: 16px !important;
  }
}
/* Large devices (ноутбуки, 992px и выше) */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-main__navigation .nav__item {
    padding: 1rem 1.5rem !important;
    font-size: 18px !important;
  }
  .header-main__action-button {
    margin: 0 0 0 1.5rem !important;
    font-size: 18px !important;
  }
}
/* Extra large devices (десктопы, 1200px и выше) */
@media (min-width: 1200px) and (max-width: 1599px) {
  .header-main__navigation .nav__item {
    padding: 1rem 2rem !important;
  }
}

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