body {
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 1.3em;
  font-weight: 700;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: underline;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #101010;
}

.navbar {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.cz {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cz.navbar-cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 140px;
  height: 40px;
  background-image: url('../images/Bixi-logo-white.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tel-navbar-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.tel-icon {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
}

.logo-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.emails-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505050;
}

.email-sider {
  margin-right: 5px;
  margin-left: 5px;
}

.email-link {
  color: #909090;
  text-decoration: none;
  margin-left: 50px;
}

.email-link:first-child {
  margin-left: 0;
}

.email-link:hover {
  color: #039b90;
}

.hero-cz {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 30px 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.underheader {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 24px;
}

.map-block {
  width: 280px;
  height: 140px;
  border-radius: 20px;
  background-image: url('../images/img-2022-07-27-12-04-11.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px #000;
}

.fooer-cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
}

.undermap-ab {
  margin-top: 25px;
  text-transform: uppercase;
}

.map-link,
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #039b90;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 10px;
  text-decoration: none;
}

.map-link:hover,
.social:hover {
  color: #fff;
}

.bg-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: transparent;
}

.social {
  letter-spacing: 0.2em;
}

.social__text {
  margin-top: 10px;
}

.social__icon {
  width: 60px;
  height: 60px;
  background-image: url('../images/instagram.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hided-arrow {
  display: none;
}

.slider-img {
  width: 110%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.85)), to(rgba(5, 5, 5, 0.85))), url('../images/bg-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.85), rgba(5, 5, 5, 0.85)), url('../images/bg-1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-img.slider-img-02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.85)), to(rgba(5, 5, 5, 0.85))), url('../images/bg-2.jpg');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.85), rgba(5, 5, 5, 0.85)), url('../images/bg-2.jpg');
}

.slider-img.slider-img-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.85)), to(rgba(5, 5, 5, 0.85))), url('../images/bg-3.jpg');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.85), rgba(5, 5, 5, 0.85)), url('../images/bg-3.jpg');
}

.block-ab {
  display: block;
}

.blocker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 4.2vw;
    line-height: 1em;
  }

  .navbar {
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    width: 100px;
    background-position: 50% 50%;
  }

  .tel {
    font-size: 22px;
  }

  .logo-text {
    margin-left: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .hero-cz {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .underheader {
    font-size: 18px;
  }

  .fooer-cz {
    font-size: 12px;
  }

  .map-link, 
  .social {
    font-size: 13px;
  }

  .slider-img {
    background-position: 0px 0px, 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 8vw;
    line-height: 1.3em;
    text-align: center;
  }

  .navbar {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cz.navbar-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tel-navbar-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-side {
    margin-bottom: 20px;
  }

  .hero-cz {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .underheader {
    line-height: 28px;
    text-align: center;
  }

  .map-link,
  .social {
    font-size: 11px;
    letter-spacing: 7px;
  }

  .social {
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8vw;
  }

  .logo {
    margin-bottom: 5px;
  }

  .logo-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-text {
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
    color: #909090;
    text-align: center;
  }

  .underheader {
    font-size: 16px;
    line-height: 24px;
  }

  .fooer-cz {
    font-size: 12px;
    line-height: 18px;
  }

  .map-link,
  .social {
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 5px;
  }

  .social {
    letter-spacing: 0.2em;
  }

  .block-ab {
    display: inline;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}