* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "nexa_lightregular";
}

section {
  width: 100% !important;
  padding: 40px 0 !important;
  margin: 0;
  position: relative;
  max-width: 100%;
}
.nav__sub--home {
  font-family: Calibri, Verdana, Geneva, sans-serif;
}
.sec__header {
  max-width: 780px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #6d6e70;
  font-size: 1.2em;
  padding-top: 80px !important;
}
.sec__header h1 {
  font-family: "nexa_boldregular";
  font-size: 3.6em;
  font-weight: bold !important;
  color: #008f4c;
  font-stretch: expanded;
}
.sec__header span {
  display: block;
  margin: 20px 0;
}
.line--green {
  border-left: 3px solid #008f4c;
  height: 40px;
  width: 0;
  margin: 0 auto;
}
.sec__header p {
  margin: 20px 0;
  font-weight: 500;
}
.sec__header h3 {
  font-size: 1.1em;
  font-weight: 700;
}
.sec__header h4 {
  font-size: 0.8em;
  font-weight: 500;
}

.sec__gal {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.sec__gal h2 {
  color: #008f4c;
  font-family: "nexa_boldregular";
  margin-bottom: 20px;
}
.sec__gal hr {
  height: 1px;
  width: 100%;
  background: #008f4c;
}
.gal__photos {
  width: 100%;
}
.gal__photo01 {
  display: inline-block;
  width: 55%;
  margin-right: 4%;
  vertical-align: top;
}
.gal__photo02 {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.gal__photo01 img,
.gal__photo02 img {
  width: 100%;
}

.event__hilight--img img.thumbnail--img {
  right: 0;
}

.sec__archive {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.sec__archive h2 {
  color: #008f4c;
  font-family: "nexa_boldregular";
  margin: 0 !important;
}
.sec__archive h4 {
  color: #008f4c;
  font-family: "nexa_boldregular";
  display: inline-block;
  border-bottom: 2px solid #008f4c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.presents {
  margin-bottom: 40px;
}

.presents>div:last-child {
  margin-bottom: 0;
}

#presents__video {
  display: grid;
  place-items: center;
  gap: 30px;
  margin-top: 40px;
}

.presents > div {
  display: inline-block;
}
.presents div.presents__vdo {
  width: 70%;
  display: block;
}

#download__pdf {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

#download__text {
  justify-self: flex-end;
}

.vdo__contain {
  position: relative;
}
.vdo__contain .vdo__btn {
  position: absolute;
  width: 100%;
  height: 100%;
}
.vdo__contain .vdo__btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0.8;
  transition: 0.3s all;
}
.presents__vdo a {
  text-decoration: none;
  color: #333;
}
.presents__vdo:hover .vdo__contain .vdo__btn {
}
.presents__vdo:hover .vdo__contain .vdo__btn img {
  opacity: 1;
}
.present__img {
  border: 1px solid #008f4c;
  max-width: 80%;
}
.presents div a {
  max-width: 20%;
}
.vdo__img {
  width: 100%;
}
.presents h3,
.presents__vdo h3 {
  font-size: 1.1em;
  font-family: "nexa_boldregular";
  font-weight: 600;
  margin: 10px 0 5px;
  line-height: 20px;
}
.presents p,
.presents__vdo p {
  font-size: 0.9em;
  color: #888;
}

.media__vdo {
  margin-top: 40px;
}
.media__vdo .presents__vdo {
  width: 30%;
  display: inline-block;
  margin-right: 4%;
}
.media__vdo .slick-track {
  width: !important;
  margin: 0;
}
.slick-prev,
.slick-next {
  display: none !important;
}

.sec__archive .btn__dn {
  margin-left: 20px;
}

.sec__psh__gallery {
  background: #248f48;
  color: #fff;
  text-align: center;
}
.sec__enapter__gallery {
  background: #112735;
  color: #fff;
  text-align: center;
}
h1 {
  font-size: 1.6em;
  font-weight: 300;
}
hr {
  background-color: #fff;
  height: 3px;
  width: 40px;
}

.sec__gallery {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  position: relative;
}
.sec__gallery div {
  width: 33%;
  display: inline-block;
  margin: 10px 0;
}
.sec__gallery div img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.archive__download {
  /*position: absolute;*/
  position: fixed;
  bottom: 40px;
  right: -60px;
  width: 50px !important;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 40px;
  display: inline-block;
  padding-top: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s all;
}
.archive__download a img {
  box-shadow: none;
}
#dn_psh {
  background: #248f48;
}
#dn_enapter {
  background: #112735;
}

.fancybox-toolbar {
  border-radius: 30px !important;
  border: 2px solid #fff !important;
  top: 5%;
  right: 21%;
}
.fancybox-button {
  border-radius: 30px !important;
}
.fancybox-navigation button {
  border-radius: 30px !important;
  padding-left: 0 !important;
  height: 120px !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 20%;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 20%;
}
.fancybox-navigation button:before {
  border-radius: 30px !important;
  width: 60px !important;
  height: 60px !important;
}

@media (max-width: 1052px) {
  .sec__archive .btn__dn {
    margin-top: 20px;
  }
}

@media (max-width: 810px) {
  #download__pdf {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #download__text {
    justify-self: normal;
  }
}

@media (max-width: 780px) {
  .sec__header h1 {
    font-size: 3.2em;
  }
  .presents div.presents__vdo {
    width: 100%;
  }

  .sec__header p {
    width: 90%;
    margin: 20px auto;
  }
}

@media (max-width: 640px) {
  .sec__psh,
  .sec__enapter {
    height: 200px;
  }
  .sec__psh .sec__logo img {
    width: 100px;
  }
  .sec__enapter .sec__logo img {
    width: 150px;
  }
  .sec__gallery div img {
    width: 160px;
  }
  .archive__download a img {
    width: auto;
  }
  .sec__psh .sec__bg {
    background-size: 160%;
  }
  .sec__enapter .sec__bg {
    background-size: 160%;
  }
  .sec__psh:hover .sec__bg,
  .sec__enapter:hover .sec__bg {
    background-size: 180%;
  }
  .sec__bg {
    background-size: cover;
    background-position: center;
  }

  .fancybox-toolbar {
    right: 2%;
  }
  .fancybox-button {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0%;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 2%;
  }
  .fancybox-navigation button:before {
    width: 40px !important;
    height: 40px !important;
  }
  .fancybox-navigation button {
    width: 48px;
    height: 100px !important;
  }

  .gal__photo01,
  .gal__photo02,
  .presents {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }
  .sec__gal h2,
  .sec__archive h2 {
    width: 90%;
    margin: 20px auto;
  }
  .sec__archive {
    padding-top: 0 !important;
  }

  .sec__archive {
    margin-top: 40px;
  }
  .presents div {
    width: 100%;
    margin-right: 0;
  }
  .present__img {
    width: 100%;
  }
  .btn__dn {
    width: 40px;
  }

  #download__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .sec__gallery div img {
    width: 120px;
  }
  .archive__download a img {
    width: auto;
  }
}

@media (max-width: 511px) {
  #download__text {
    flex-direction: column;
    align-items: baseline;
  }

  #download__text .download__img {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .sec__gallery div {
    display: block;
    width: 100%;
  }
  .sec__gallery div img {
    width: 60%;
  }
  .archive__download a img {
    width: auto;
  }
  .sec__header h1 {
    font-size: 2em;
  }
  .sec__gal h2,
  .sec__archive h2 {
    font-size: 1.4em;
  }
  .sec__header {
    padding-top: 50px !important;
  }
  .media__vdo .slick-track {
    width: !important;
  }
  .media__vdo .presents__vdo {
    margin: 0 1%;
  }
  .media__vdo .slick-dots {
    bottom: -20px;
  }
}
