@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-Bold.eot");
  src: url("../assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("../assets/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../assets/fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-Regular.eot");
  src: url("../assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("../assets/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../assets/fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../assets/fonts/Oswald/Oswald-Bold.eot");
  src: url("../assets/fonts/Oswald/Oswald-Bold.ttf") format("truetype"), url("../assets/fonts/Oswald/Oswald-Bold.woff") format("woff"), url("../assets/fonts/Oswald/Oswald-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

.e-logo {
  width: 100%;
  display: block;
}

.e-link {
  text-decoration: none;
  display: block;
  font-size: 1.125em;
}

.e-link--navigation {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  height: 100%;
}

.e-link--navigation:hover {
  background-color: rgba(23, 23, 23, 0.5);
  color: #4ddef7;
}

.e-link--footer {
  color: #999999;
  text-align: left;
  margin-bottom: 15px;
  font-size: 0.875em;
}

.e-link--footer:hover {
  color: #4ddef7;
}

.c-nav__list__item .e-link,
.c-dropdown .e-link {
  padding: 20px 10px;
}

.c-dropdown .e-link {
  text-align: left;
}

.c-dropdown {
  height: 100%;
  position: relative;
  color: #ffffff;
  padding: 20px 0;
  font-weight: bold;
  height: 100%;
}

.c-dropdown > span {
  display: block;
  padding: 0 10px;
  font-size: 1.125em;
  text-align: center;
}

.c-dropdown:hover {
  background-color: rgba(23, 23, 23, 0.5);
  color: #4ddef7;
  cursor: pointer;
}

.c-dropdown__list {
  display: none;
  width: 225px;
  z-index: 100;
  max-height: 280px;
  position: absolute;
  top: 100%;
  padding-top: 5px;
}

.c-dropdown__list__item {
  background-color: #171717;
}

.c-dropdown:hover .c-dropdown__list {
  display: block;
}

.c-nav {
  height: 100%;
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav__list__item {
  height: 100%;
}

.c-lang__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 20px 0;
}

.c-lang__btn__input {
  border: none;
  outline: none;
  background: none;
  font-family: "Oswald";
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 2px;
}

.c-lang__btn__input:hover {
  color: #4ddef7;
}

.c-lang__line {
  color: #ffffff;
}

.js-hover {
  color: #4ddef7;
}

@media (max-width: 800px) {
  .c-burger {
    position: fixed;
    top: 14px;
    right: 22px;
    cursor: pointer;
  }
  .c-burger__wrapper {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .c-burger span,
  .c-burger span::after,
  .c-burger span::before {
    height: 3px;
    position: absolute;
    display: block;
    width: 100%;
    background-color: #ffffff;
  }
  .c-burger span::after,
  .c-burger span::before {
    content: " ";
  }
  .c-burger span {
    top: 18px;
  }
  .c-burger span::after {
    top: 12px;
  }
  .c-burger span::before {
    top: -12px;
  }
  .c-burger.c-open-burger span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-burger.c-open-burger span::before {
    opacity: 0;
    top: 16px;
  }
  .c-burger.c-open-burger span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }
}

@media (max-width: 800px) {
  .c-header__wrapper {
    display: block;
  }
  .c-header__logo {
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .c-nav {
    display: block;
  }
  .c-nav__list {
    display: block;
  }
  .c-dropdown__list {
    top: 0;
    right: 100%;
    width: 180px;
    padding-top: 0;
  }
  .c-dropdown__list__item {
    background-color: rgba(23, 23, 23, 0.8);
  }
  .e-link--navigation {
    text-align: left;
  }
  .c-dropdown__list .e-link {
    padding: 20px 10px;
  }
  .c-lang {
    padding: 20px 10px 5px 10px;
  }
}

@media (max-width: 400px) {
  .c-header__logo {
    margin: 0;
  }
  .c-dropdown__list {
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
  }
  .c-dropdown__list__item {
    background-color: #171717;
  }
}

.c-scroll {
  position: fixed;
  left: 50px;
  top: 80vh;
  z-index: 999;
}

.c-scroll__btn {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: rgba(153, 153, 153, 0.3);
  border-radius: 50%;
  font-size: 1.5em;
  color: white;
}

.c-scroll__btn:hover {
  background-color: #646464;
}

.c-contact-btn {
  position: fixed;
  right: 50px;
  top: 80vh;
  z-index: 999;
}

.c-contact-btn__button {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #4ddef7;
  opacity: 0.5;
  border-radius: 50%;
  font-size: 1.5em;
  color: white;
  display: block;
  text-align: center;
  padding-top: 12px;
}

.c-contact-btn__button:hover {
  opacity: 1;
  color: #000000;
}

.c-contact {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(23, 23, 23, 0.5);
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.c-contact.c-contact--open {
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  visibility: visible;
  opacity: 1;
  z-index: 501;
}

.c-contact.c-contact--open .c-contact__wrapper {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.c-contact__wrapper {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  padding: 35px 10px 5px 10px;
  background-color: #ffffff;
  position: relative;
  margin-top: 90px;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
}

.c-contact__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.c-contact__text {
  font-family: "Roboto";
  color: #646464;
  margin-top: 30px;
  margin-bottom: 20px;
}

.c-header {
  background-color: #171717;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  font-family: "Oswald";
  z-index: 500;
}

.c-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
}

.c-header__logo {
  max-width: 80px;
  padding: 10px 0;
}

.c-header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
}

@media (max-width: 800px) {
  .c-header__navigation {
    display: block;
    position: fixed;
    top: 70px;
    width: 180px;
    right: -100%;
    background-color: rgba(23, 23, 23, 0.8);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-header__navigation.c-open-burger {
    right: 0;
  }
}

@media (max-width: 400px) {
  .c-header__navigation.c-open-burger {
    right: 0;
    left: 0;
    width: 100%;
  }
}
