.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.navigationMainContainer .navigationMainRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: gothamBook;
  src: url(../assets/font/Gotham-Book.otf);
}
@font-face {
  font-family: gothamBold;
  src: url(../assets/font/Gotham-Bold.otf);
}
@font-face {
  font-family: interL;
  src: url(../assets/font/Inter-Light.ttf);
}
@font-face {
  font-family: roboto;
  src: url(../assets/font/Roboto-Bold.ttf);
}
.contactSite {
  background: #000;
}

.scrollNavi {
  position: fixed;
  top: -100px;
  z-index: 999;
  width: 100% !important;
}

.navigationMainContainer {
  width: 100%;
  height: 80px;
}
.navigationMainContainer .navigationMainRow {
  width: 1440px;
  height: 80px;
  background: #000;
  transition: 0.4s;
}
@media only screen and (max-width: 1440px) {
  .navigationMainContainer .navigationMainRow {
    max-width: 100%;
  }
}
.navigationMainContainer .navigationMainRow .leftSideNavigation {
  width: 100%;
}
.navigationMainContainer .navigationMainRow .leftSideNavigation .logoContainer {
  width: 100%;
  height: 100%;
  padding-left: 150px;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 1440px) {
  .navigationMainContainer .navigationMainRow .leftSideNavigation .logoContainer {
    display: flex;
    justify-content: center;
    padding-left: 0px;
  }
}
.navigationMainContainer .navigationMainRow .leftSideNavigation .logoContainer a h1 {
  font-family: gothamBold;
  font-weight: 500;
  font-size: 36px;
  line-height: 25px;
  letter-spacing: -1px;
  color: #fff;
}
.navigationMainContainer .navigationMainRow .leftSideNavigation .logoContainer a:hover {
  text-decoration: none;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer {
  width: 25px;
  position: relative;
  height: 20px;
  z-index: 4;
  display: none;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer {
    display: block;
  }
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer #menu_checkbox {
  display: none;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer label {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  margin: 0px;
  cursor: pointer;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer label::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 1.2s cubic-bezier(0, 0.96, 1, 0.02);
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer label div {
  position: relative;
  top: 0;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer label div:first-child {
  transform-origin: 0;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer label div:last-child {
  margin-bottom: 0;
  transform-origin: 60px;
  transition: 0.3s;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer label div:nth-child(2) {
  right: 0;
  width: 100%;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer #menu_checkbox:checked + label div:first-child {
  top: 0px;
  transform: rotateZ(45deg);
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer #menu_checkbox:checked + label div:last-child {
  opacity: 0;
  transition: 0.3s;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .hamburgerContainer #menu_checkbox:checked + label div:nth-child(2) {
  top: 1;
  right: 4px;
  transform: rotateZ(-45deg);
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .mobileContainer {
    background: #000;
    width: 100%;
    height: 125px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 992px) and (max-width: 768px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .mobileContainer {
    height: 100%;
    align-items: center;
  }
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl {
    height: 40px;
    justify-content: center;
    align-items: flex-end;
    border-top-style: solid;
    border-color: #666666;
    border-width: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl {
    display: block;
    width: fit-content;
    border: none;
    height: auto;
  }
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList {
  margin-left: 15px;
  margin-right: 15px;
  height: 34px;
}
@media only screen and (max-width: 1440px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList {
    display: block;
    width: fit-content;
    margin-bottom: 20px;
  }
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList:hover a {
  font-family: gothamBold;
  transition: 0.1s;
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList a {
  font-family: gothamBook;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  background: linear-gradient(#FEDD03, #FEDD03) bottom/0 0.2em no-repeat;
  transition: 0.5s;
  padding-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList a {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList a {
    padding-bottom: 15px;
  }
}
.navigationMainContainer .navigationMainRow .centerSideNavigation .navigationLinks .navigationFirstLvl .navigationFirstLevelList a:hover {
  background-size: 100% 0.2em;
  text-decoration: none;
  transition: 0.5s;
}
.navigationMainContainer .navigationMainRow .rightSideNavigation {
  width: 100%;
  height: 100%;
}
.navigationMainContainer .navigationMainRow .rightSideNavigation .rightLinks {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.navigationMainContainer .navigationMainRow .rightSideNavigation .rightLinks ul {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigationMainContainer .navigationMainRow .rightSideNavigation .rightLinks ul li {
  margin-left: 15px;
  margin-right: 15px;
  height: 34px;
}
.navigationMainContainer .navigationMainRow .rightSideNavigation .rightLinks ul li a {
  background: linear-gradient(#FEDD03, #FEDD03) bottom/0 0.2em no-repeat;
  transition: 0.5s;
  padding-bottom: 36px;
}
.navigationMainContainer .navigationMainRow .rightSideNavigation .rightLinks ul li a:hover {
  background-size: 100% 0.2em;
  text-decoration: none;
  transition: 0.5s;
}
.navigationMainContainer .navigationMainRow .rightSideNavigation .rightLinks ul li a:hover svg path {
  fill: #FEDD03;
  transition: 0.5s;
}

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