html, body {
  font-family: Calibri;
  scroll-behavior: smooth !important;
  margin: 0;
}

a {
  text-decoration: none;
}

h2,
p {
  margin: 0;
}

header {
  padding: 12px;
}

.header-logo {
  width: 100%;
  margin: 0 auto 40px auto;
  display: block;
  max-width: 400px;
}

.header-main-title {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.header-button {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  background: #991915;
  cursor: pointer;
  border: 0px;
  height: 40px;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}

main {
  padding: 12px;
}

.text-section {
  margin-bottom: 46px;
}

.section-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 2px solid #991915;
  padding-bottom: 6px;
  margin: 0 auto 12px;
  max-width: 800px;
}

.section-title-image {
}

.section-title-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 700;
}

.text-paragaph {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.text-author {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 18px;
  font-style: italic;
}

.gallery-section {
  margin-bottom: 46px;
}

.gallery-wrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  @media screen {
  }
  @media (max-width: 900px) {
    grid-template-columns: 1fr 1fr 1fr;
  }
  @media (max-width: 500px) {
    grid-template-columns: 1fr 1fr;
  }
}

.gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 20vw;
  @media screen {
  }
  @media (max-width: 900px) {
    max-height: 30vw;
  }
  @media (max-width: 500px) {
    max-height: 41.5vw;
  }
}

.gallery-image {
  width: 100%;
  min-height: 100%;
  cursor: pointer;
}

.footer-top {
  padding: 16px 16px 0;
  background: #313b48;
  gap: 8px;
  border-bottom: 1px solid #fff;
}

.footer-left-table {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  @media (max-width: 800px) {
    display: block;
  }
}

.footer-item-link{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-item {
  padding: 2px 0 2px 7px;
  margin-bottom: 20px;
  border-left: 2px solid #f0e814;
}

.footer-item-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-item-text-bold {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.facebook-icon {
  cursor: pointer;
}

.footer-bottom {
  background: #28313d;
  padding: 16px;
}

.footer-bottom-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

/*=============FULL SCREEN==============*/

.full-screen-gallery {
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.close-img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.full-screen-img {
  max-width: 90vw;
  max-height: 75vh;
}

.full-screen-bottom-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 40px;
}

.arrow-left {
  transform: scaleX(-1);
}

.full-screen-description {
  width: 200px;
  text-align: center;
}

.full-screen-author {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.full-screen-info {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
