.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 40px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tileBG.jpg');
  background-position: 50% 50%;
  background-size: 177px 177px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-4:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image {
  margin-top: auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120vh;
  padding: 130px 24px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, transparent), color-stop(93%, #000)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, transparent 71%, #000 93%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg2.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.logoblock {
  position: fixed;
  left: 16px;
  top: 16px;
  right: auto;
  bottom: auto;
  width: 180px;
  margin-bottom: 24px;
}

.html-embed {
  width: 100%;
  max-width: 960px;
  color: #fff;
}

.link {
  position: fixed;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Pangserif, sans-serif;
  color: #4f5135;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-2 {
  margin-right: 8px;
  margin-left: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Pangserif, sans-serif;
  color: #4f5135;
  font-size: 2rem;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .section-2 {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    background-position: 10% 50%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mobileBG.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobileBG.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .logoblock {
    width: 100px;
  }

  .link-2 {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 1.5rem;
  }
}

@font-face {
  font-family: 'Pangserif';
  src: url('../fonts/PangSerif-Regular10.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}