/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("https://cdn.klambt.services/fonts/open-sans/open-sans-v27-latin-regular.woff2") format("woff2"), url("https://cdn.klambt.services/fonts/open-sans/open-sans-v27-latin-regular.woff") format("woff");
  font-display: swap;
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("https://cdn.klambt.services/fonts/open-sans/open-sans-v27-latin-700.woff2") format("woff2"), url("https://cdn.klambt.services/fonts/open-sans/open-sans-v27-latin-700.woff") format("woff");
  font-display: swap;
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  padding: 0;
}

a,
a:hover,
a:visited {
  color: #000000;
}

.container {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 30px;
}

.sidebar--open .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  animation: klambt-fade 0.5s;
  z-index: 9;
}

@-webkit-keyframes klambt-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes klambt-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px 0px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header a {
  display: block;
}
.header__logo {
  padding: 0;
  margin-right: 1rem;
}
.header__navigation {
  flex-grow: 1;
}
@media screen and (max-width: 829px) {
  .header__navigation {
    display: none;
  }
}
.header__navigation .navigation__list {
  display: flex;
  position: relative;
  margin: 0;
  align-items: center;
}
.header__navigation .navigation__list li {
  margin: 0 0.5rem;
}
.header__buttons {
  display: flex;
  flex-shrink: 1;
  align-items: center;
}
.header__social {
  width: 25px;
  height: 25px;
}
.header .menu__button {
  display: none;
}
@media screen and (max-width: 829px) {
  .header .menu__button {
    display: block;
    margin-left: 20px;
  }
}

.navigation__list li {
  list-style: none;
}
.navigation__list li a {
  display: block;
  text-decoration: none;
  padding: 0.5rem;
  font-size: 1.125rem;
  border-bottom: 3px solid transparent;
  font-weight: 700;
  color: #666666;
}
.navigation__list li a:hover, .navigation__list li a:focus, .navigation__list li a.active {
  color: #000000;
}

.sidebar {
  position: fixed;
  height: 100%;
  width: 280px;
  right: -280px;
  top: 0;
  background: #ffffff;
  overflow: auto;
  transition: right 300ms ease;
  z-index: 99;
}
.sidebar .menu__button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.sidebar .navigation__list {
  margin: 3rem 2rem;
}
.sidebar .navigation__list li {
  margin: 0.5rem 0;
}

.sidebar--open .sidebar {
  right: 0;
}

.sidebar {
  position: fixed;
  height: 100%;
  width: 280px;
  right: -280px;
  top: 0;
  background: #ffffff;
  overflow: auto;
  transition: right 300ms ease;
  z-index: 99;
}
.sidebar .menu__button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.sidebar .navigation__list {
  margin: 3rem 2rem;
}

.sidebar--open .sidebar {
  right: 0;
}

.menu__button {
  display: block;
  cursor: pointer;
}
.menu__button .bar {
  display: block;
  width: 34px;
  height: 3px;
  background-color: #000000;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}
.menu--toggle.is-active .bar:nth-child(2) {
  opacity: 0;
}
.menu--toggle.is-active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu--toggle.is-active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header__container {
  padding: 0 30px;
}
.header__logo {
  width: 130px;
  height: 77px;
}

.navigation__list li a:hover, .navigation__list li a:focus, .navigation__list li a.active {
  border-bottom: 3px solid #e0053b;
}

.main {
  margin-top: 77px;
}

.footer {
  padding: 1rem 0;
  font-size: 0.875rem;
  background-color: #fafafa;
  border-top: 1px solid #cccccc;
}
.footer__row, .footer__headline, .footer__navigation {
  text-align: center;
}
.footer__headline {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.footer__navigation__list {
  margin: 0 0 1.5rem 0;
}
.footer__navigation__list li {
  display: inline-block;
  margin: 0 1rem;
}
.footer__navigation__list li a {
  text-decoration: none;
}
.footer__navigation__list li a:hover {
  text-decoration: underline;
}

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