@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gelasio:wght@600&display=swap");
* {
  box-sizing: border-box;
}

html {
  background: white;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

.content {
  width: 100%;
  max-width: 1402px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: relative;
}

.bg1 {
  position: absolute;
  top: 0vh;
  right: 0vw;
}

.bg2 {
  position: absolute;
  top: 0vh;
  right: 0vw;
}

.bg3 {
  position: absolute;
  top: 0vh;
  right: 0vw;
}

.main-nav {
  width: 100%;
  max-width: 1920px;
  height: 100px;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 100%;
  max-width: 180px;
  height: 80px;
  margin-left: 40px;
  margin-top: 10px;
  z-index: 10;
}

.logo img {
  width: 100%;
  max-width: 180px;
  height: 80px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 300;
  visibility: visible;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.mobile-navbar {
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 150;
  position: absolute;
  right: 100vw;
  overflow: hidden;
}

.mobile-navbar-items {
  position: relative;
  top: 10vh;
  width: 80%;
  list-style-type: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: auto;
  padding: 20px 0;
  text-align: center;
  /*transform: translate(100%);*/
}

.mobile-navbar-item {
  margin: auto;
}

.mobile-navbar-item a {
  text-decoration: none;
  color: #15152d;
}

.mobile-navbar-item a:hover {
  background-color: #cbe7f0;
  padding: 0.3em;
  border-radius: 2em;
}

.navbar {
  width: 100%;
  max-width: 895px;
  height: 100px;
  visibility: visible;
  display: flex;
  margin-right: 19.5px;
}

.navbar-items {
  width: 100%;
  max-width: 960px;
  height: 18px;
  list-style-type: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: start;
  margin: auto;
  padding: 0;
  z-index: 10;
}

.navbar-item {
  margin: auto;
}

.navbar-item a {
  text-decoration: none;
  color: #15152d;
  padding: 0.7em;
}

.navbar-item a:hover {
  background: #15152d;
  color: white;
  border-radius: 2em;
}

.navbar-item:first-child {
  margin-left: 0;
}

.navbar-item:last-child {
  margin-right: 0;
}

.gallery {
  width: 100%;
  max-width: 1402px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 40px;
}

.gallery h2 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #000035;
}

.grid-gallery {
  display: flex;
  flex-wrap: wrap;
}

.grid-gallery-images {
  margin: 0.8vh;
}

a[data-fancybox] img {
  cursor: zoom-in;
}

.filter {
  filter: brightness(0.5);
  cursor: pointer;
}

.hidden {
  display: none;
}

.plus-img {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 34px;
  line-height: 41px;
  position: absolute;
  top: 430px;
  left: 1210px;
  cursor: pointer;
}

.swiper-gallery {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(0, 0, 0, 0.5);
  padding: 2em;
}

.swiper-gallery p {
  font-size: 2vw;
  font-family: "Gelasio";
  margin-top: 0;
}

.swiper-gallery-img {
  border-radius: 2em;
}

.swiper {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
}

.sponsors {
  position: relative;
  top: 300px;
  left: 0;
  width: 100%;
  max-width: 60vw;
  height: 250px;
  margin: auto;
}

.tamogatok {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 331px;
  height: 92px;
  font-family: "Gelasio", serif;
  font-size: 60px;
  line-height: 92px;
  letter-spacing: normal;
  text-align: center;
  color: #15152d;
  margin: 0;
}

.logos {
  position: relative;
  top: 60px;
  left: 0;
  width: 100%;
  max-width: 60vw;
}

.logos img {
  margin-right: 3vw;
  margin-top: 10px;
  margin-bottom: 10px;
  background: white;
  padding: 10px;
  border-radius: 1em;
}

.logos img:last-child {
  margin-right: 0;
}

.footer {
  position: relative;
  top: 50vh;
  width: 100%;
  height: 440px;
  background-color: #73A9AD;
}

.footer-nav {
  position: absolute;
  top: 78px;
  left: 40px;
  width: 100%;
  max-width: 250px;
  height: 215px;
  z-index: 10;
}

.footer-nav-items,
.footer-social-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-nav-item {
  margin-bottom: 30px;
}

.footer-nav-item a {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  line-height: 19px;
}

.footer-contact {
  position: absolute;
  top: 94px;
  left: 877px;
  width: 100%;
  max-width: 167px;
  height: 183px;
  color: white;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.footer-contact div {
  font-size: 16px;
  line-height: 19px;
  font-family: "Albert Sans", sans-serif;
  justify-content: space-around;
}

.footer-contact .name {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-contact .contact {
  line-height: 24px;
  margin-top: 20px;
}

.footer-social {
  position: absolute;
  top: 151px;
  left: 1722px;
  width: 100%;
  max-width: 167px;
  height: 68px;
  z-index: 10;
}

.footer-social-item {
  margin-bottom: 30px;
}

.footer-social-item a {
  text-decoration: none;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 8px;
  color: white;
  text-align: left;
  text-transform: uppercase;
  line-height: 19px;
}

.footer-nav-item a:hover,
.footer-social-item a:hover {
  color: #73A9AD;
  background-color: white;
  border-radius: 1em;
  padding: 0.5em;
}

.footer-line {
  position: absolute;
  top: 370px;
  left: 40px;
  width: 100%;
  max-width: 1840px;
  height: 1px;
  background-color: white;
}

.footer-bottom-copyright {
  position: absolute;
  top: 398px;
  left: 40px;
  width: 100%;
  max-width: 277px;
  height: 14px;
}

.footer-bottom-copyright p {
  color: white;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin: 0;
}

.footer-bottom-company {
  position: absolute;
  top: 398px;
  left: 1734px;
  width: 100%;
  max-width: 146px;
  height: 14px;
}

.footer-bottom-company p {
  color: white;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  margin: 0;
}

@media (min-width: 1921px) {
  html {
    background: url(texture3.jpg);
    background-repeat: no-repeat;
    height: auto;
  }
  body {
    background-color: white;
    height: auto;
  }
  .logo {
    margin-left: 1vw;
    margin-top: 1vh;
  }
}
@media (max-width: 1919px) {
  html {
    overflow-x: hidden;
  }
  .slider .slider-nav {
    position: relative;
    top: -8vh;
    left: 43vw;
  }
}
@media (max-width: 1700px) {
  body {
    width: 100%;
    max-width: 1700px;
    margin: auto;
    padding: 0;
  }
  .logo,
  .logo img {
    transform: scale(0.9);
    margin-top: 0;
    margin-left: 0;
  }
  .sponsors {
    position: relative;
    top: -20vh;
    left: 0;
    margin: auto;
  }
  .footer {
    position: relative;
    width: 100%;
    max-width: 1700px;
  }
  .footer-nav,
  .footer-contact,
  .footer-social {
    position: relative;
  }
  .footer-contact {
    top: -15vh;
    left: 50vw;
  }
  .footer-social {
    top: -30vh;
    left: 85vw;
  }
  .footer-line {
    width: 100%;
    max-width: 95vw;
  }
  .footer-bottom-copyright {
    position: relative;
    top: -8vh;
    left: 3vw;
  }
  .footer-bottom-company {
    position: relative;
    top: -10vh;
    left: 87vw;
  }
}
@media (max-width: 1100px) {
  body {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
    padding: 0;
  }
  .main-nav {
    width: 100%;
    max-width: 100vw;
    height: 15vh;
    display: flex;
    justify-content: space-between;
  }
  .ham {
    visibility: visible;
  }
  .open {
    visibility: visible !important;
    transform: translateX(100%);
    transition: transform 0.66s ease-in-out;
  }
  .close {
    transition: transform 0.66s ease-in-out;
  }
  .navbar {
    visibility: visible;
  }
  .sponsors {
    position: relative;
    top: 100vh;
    left: 0;
    width: 100%;
    max-width: 90vw;
    height: 50vh;
    margin: auto;
  }
  .tamogatok {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 90vw;
    height: 15vh;
    font-size: 7vw;
  }
  .logos {
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 90vw;
  }
  .logos img {
    margin: auto 5vw;
  }
  .logos img:last-child {
    margin-right: auto;
  }
  .footer {
    position: relative;
    top: 100vh;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background-color: #73A9AD;
  }
  .footer-nav {
    position: relative;
    top: 5vh;
    left: 0;
    width: 100%;
    max-width: 60vw;
    height: 25vh;
    margin: auto;
  }
  .footer-nav-items,
  .footer-social-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .footer-nav-item {
    margin-bottom: 2.8vh;
    text-align: center;
  }
  .footer-nav-item a {
    font-size: 1.8vw;
    letter-spacing: 1.8vw;
    line-height: 2vh;
  }
  .footer-contact {
    position: relative;
    top: 12vh;
    left: 0;
    width: 100%;
    max-width: 25vw;
    height: 30vh;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .footer-contact div {
    font-size: 2.3vw;
    line-height: 3.5vh;
  }
  .footer-contact .name {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2.4vh;
  }
  .footer-contact .contact {
    line-height: 4vh;
    margin-top: 2.4vh;
  }
  .footer-social {
    position: relative;
    top: 19vh;
    left: 0;
    width: 100%;
    max-width: 50vw;
    height: 10vh;
    margin: auto;
  }
  .footer-social-item {
    margin-bottom: 2.8vh;
    text-align: center;
  }
  .footer-social-item a {
    font-size: 1.8vw;
    letter-spacing: 1.8vw;
    line-height: 2.2vh;
  }
  .footer-line {
    position: relative;
    top: 25vh;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: 0.1vh;
  }
  .footer-bottom-copyright {
    position: relative;
    top: 27vh;
    left: 0;
    width: 100%;
    max-width: 70vw;
    height: 2vh;
    margin: auto;
  }
  .footer-bottom-company {
    position: relative;
    top: 29vh;
    left: 0;
    width: 100%;
    max-width: 40vw;
    height: 2vh;
    margin: auto;
  }
  .footer-bottom-copyright p,
  .footer-bottom-company p {
    font-size: 1.7vw;
    line-height: 2vh;
    text-align: center;
  }
}
@media (max-width: 920px) and (max-height: 450px) and (orientation: landscape) {
  .logo,
  .logo img {
    height: auto;
  }
  .ham {
    top: -3vh;
  }
  .mobile-navbar-items {
    top: 5vh;
  }
  .logo,
  .logo img {
    transform: scale(0.7);
    margin-top: -3vh;
    margin-left: -4vw;
  }
  .sponsors {
    height: 100vh;
  }
  .tamogatok {
    font-size: 6vw;
  }
  .footer-nav,
  .footer-social {
    margin: auto 0;
  }
  .footer-nav {
    top: 30vh;
    left: 3vw;
    max-width: 33vw;
    height: 40vh;
  }
  .footer-nav-item,
  .footer-social-item {
    margin-bottom: 1.8vh;
    text-align: left;
  }
  .footer-nav-item a,
  .footer-social-item a {
    font-size: 1.5vw;
  }
  .footer-contact {
    top: -16vh;
    height: 55vh;
  }
  .footer-contact div {
    line-height: 7.5vh;
  }
  .footer-contact .contact {
    line-height: 6vh;
  }
  .footer-social {
    top: -50vh;
    left: 73vw;
  }
  .footer-line {
    top: -15vh;
  }
  .footer-bottom-copyright {
    top: -12vh;
    left: 3vw;
    margin: 0;
    max-width: 40vw;
  }
  .footer-bottom-copyright p {
    text-align: left;
  }
  .footer-bottom-company {
    top: -14vh;
    left: 57vw;
    margin: 0;
    max-width: 40vw;
  }
  .footer-bottom-company p {
    text-align: right;
  }
}
@media (max-width: 900px) and (orientation: portrait) {
  body {
    width: 100%;
    max-width: 900px;
  }
  .logo,
  .logo img {
    height: auto;
  }
  .footer-nav-item a,
  .footer-social-item a {
    font-size: 2.8vw;
  }
  .footer-contact {
    max-width: 30vw;
  }
  .footer-contact div {
    font-size: 2.8vw;
  }
}
@media (max-width: 550px) {
  body {
    width: 100%;
    max-width: 550px;
  }
  .logo,
  .logo img {
    transform: scale(0.7);
    margin-top: -1.5vh;
    margin-left: -8vw;
  }
  .mobile-navbar-items {
    font-size: 5vw;
    line-height: 12vh;
  }
  .navbar {
    display: none;
  }
  .sponsors {
    top: 110vh;
    height: 100vh;
  }
  .tamogatok {
    font-size: 12vw;
    line-height: 92px;
  }
  .logos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 50vw;
    margin: auto;
  }
  .logos img {
    margin: 0 auto;
  }
  .footer {
    top: 110vh;
  }
  .footer-nav-item a {
    font-size: 3.8vw;
    line-height: 2.2vh;
  }
  .footer-contact {
    width: 100%;
    max-width: 50vw;
    height: 29vh;
  }
  .footer-contact div {
    font-size: 4.5vw;
    line-height: 3.3vh;
  }
  .footer-contact .contact {
    line-height: 3.5vh;
    margin-top: 2.4vh;
  }
  .footer-social-item a {
    font-size: 3.8vw;
  }
  .footer-line {
    top: 27vh;
  }
  .footer-bottom-copyright {
    top: 29vh;
  }
  .footer-bottom-company {
    top: 30vh;
  }
  .footer-bottom-copyright p,
  .footer-bottom-company p {
    font-size: 2.9vw;
  }
}
.logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 550px) {
  .logo img {
    transform: scale(0.6) !important;
    margin: -1.5rem 0 0 -1.5rem !important;
  }
}

form {
  display: flex;
  flex-direction: column;
}
form input {
  padding: 3px 1rem;
}
form textarea {
  padding: 1rem;
}

.navbar {
  max-width: 960px;
}
.navbar .navbar-items {
  max-width: 960px;
}
.navbar .navbar-items .navbar-item {
  letter-spacing: 2px;
}

.separ {
  width: 2px;
  height: 40px;
  margin: 0 0.5rem;
  background: #15152d;
}

.langs {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-evenly;
  margin: auto 0 auto 1rem;
  visibility: hidden;
}
.langs .lang {
  color: #15152d;
  text-decoration: none;
}

.btn {
  border-radius: 4px;
  background-color: #15152d;
  color: white;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0 auto;
}

@media (max-width: 550px) {
  .mobile-navbar-items {
    font-size: 18px;
    line-height: 24px;
  }
}
.mobile-navbar-items .mobile-navbar-item {
  padding: 0 0 4vh 0;
}
.mobile-navbar-items .langs {
  padding: 2rem 0 0 0;
  visibility: visible;
}

.back {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  max-width: 102px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 20px;
  color: #000;
}
.back a:visited {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

a:visited {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.address a {
  color: #000;
}

.sponsors {
  top: unset;
  margin: 5rem auto 4rem auto;
  height: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.projects {
  display: flex;
  gap: 1.5rem;
  padding: 1rem;
  margin: 0 0 2rem 0;
}
.projects .project {
  padding: 1rem;
  background: #cbe7f0;
  border-radius: 0.5rem;
  cursor: pointer;
}
.projects .project .title {
  font-family: "Albert Sans", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.video {
  width: 100% !important;
  height: 45vw !important;
}

.nav-left {
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
  position: relative;
  top: 0;
  justify-content: end;
  align-items: end;
  margin: 0 30px 0 auto;
  visibility: hidden;
}
.nav-left .navbar-item {
  margin: 0 !important;
}
.nav-left .navbar-item a {
  border: 1px solid #000;
  border-radius: 2rem;
  padding: 0.5em;
}

.navbar-item.login {
  background: #000;
  color: #fff;
  border-radius: 2rem;
  margin: 0 33px 0 0;
}
.navbar-item.login a {
  font-size: 14px;
  background: #000 !important;
  color: #fff !important;
  border-radius: 2rem !important;
  padding: 0.5em 0.9em !important;
}

.mobile-navbar {
  width: 500px;
  height: 100vh;
  background: white;
  z-index: 150;
  position: absolute;
  right: -500px;
}
@media (max-width: 760px) {
  .mobile-navbar {
    width: 100vw;
    right: -100vw;
  }
}

.mobile-navbar.open {
  visibility: visible !important;
  transform: translateX(-100%);
  transition: transform 0.66s ease;
}

.mobile-navbar.close {
  visibility: visible !important;
  transform: translateX(100%);
  transition: transform 0.66s ease;
}

.mobile-navbar-items {
  position: relative;
  top: 10vh;
  width: 80%;
  list-style-type: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: auto;
  padding: 20px 0;
  text-align: center;
  /*transform: translate(100%);*/
}

.mobile-navbar-item {
  margin: auto;
}

.mobile-navbar-item a {
  text-decoration: none;
  color: #15152d;
}

.mobile-navbar-item a:hover {
  background-color: #cbe7f0;
  padding: 0.3em;
  border-radius: 2em;
}

.env-fond img {
  width: min(400px, 90vw);
  height: auto;
  position: relative;
}
.env-fond .env-text {
  display: flex;
  align-items: start;
  justify-content: start;
}
.env-fond .env-text p {
  font-size: 18px;
}
.env-fond .env-text .green {
  color: #008549;
}
.env-fond .strong {
  font-weight: 900;
}/*# sourceMappingURL=shared.css.map */