.main-section-first-row {
  flex-direction: column;
}

.main-section-first-column {
  display: flex;
  align-items: baseline;
}
.main-section-first-column .active-element-h4 a {
  color: #161616;
  font-family: "Teko", "sans-serif";
  font-size: 22px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 5px solid #921010;
  text-decoration: none;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin-top: 5px !important;
}

.main-section-second-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section-second-column h3 {
  color: #0d0d0d;
  font-family: "Montserrat", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.main-section-third-column {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.main-section-third-column img {
  width: 400px;
  height: auto;
  max-width: 100%;
}
.main-section-third-column a:nth-child(1), .main-section-third-column a:nth-child(2) {
  margin-right: 10px;
}

.main-section-fourth-column {
  text-align: center;
  margin-top: 35px;
}
.main-section-fourth-column .main-section-fifeth-column-a-element {
  color: #ffffff;
  font-family: "Teko", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 50px;
  background-color: #921010;
  border-radius: 25px;
}
.main-section-fourth-column .main-section-fifeth-column-numbers-wrapper {
  margin-top: 35px;
}
.main-section-fourth-column .main-section-fifeth-column-numbers-wrapper a {
  text-decoration: none;
  color: #161616;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  margin-right: 10px;
}
.main-section-fourth-column .main-section-fifeth-column-numbers-wrapper .main-section-fifeth-column-numbers-item-active {
  border: 1px solid #921010;
}
.main-section-fourth-column .main-section-fifeth-column-numbers-wrapper .main-section-fifeth-column-numbers-item-img {
  padding: 10px 12px;
}
.main-section-fourth-column .main-section-fifeth-column-numbers-wrapper .main-section-fifeth-column-numbers-item-img-left {
  padding: 10px 12px;
}
.main-section-fourth-column .main-section-fifeth-column-numbers-wrapper .main-section-fifeth-column-numbers-item-img-left img {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.main-section-fifeth-column-numbers-wrapper-2 {
  margin-top: 30px;
}

@media screen and (max-width: 1288px) {
  .main-section-fourth-column .main-section-fifeth-column-numbers-wrapper {
    margin-bottom: 35px;
  }

  .main-section-fifeth-column-numbers-wrapper-2 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-section-second-column {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .main-section-second-column-first-wrapper-item {
    margin-top: 20px;
  }

  .main-section-third-column {
    flex-direction: column;
    align-items: center;
  }

  .main-section-third-column img:nth-child(1), .main-section-third-column img:nth-child(2) {
    margin-right: 0 !important;
    margin-bottom: 35px;
  }

  body .main-section .main-section-second-row {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1452px) {
  .main-section-third-column img {
    width: 80% !important;
  }
}
@media screen and (min-width: 1288px) and (max-width: 1352px) {
  .main-section-third-column img {
    width: 280px !important;
  }
}
@media screen and (max-width: 363px) {
  .main-section {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
}
/*------------------Lightbox custom---------------------*/
.lb-nav a.lb-prev {
  background: url(../img/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
  background: url(../img/next.png) right 48% no-repeat;
}

.lb-cancel {
  background: url(../img/loading.gif) no-repeat;
}

.lb-data .lb-close {
  background: url(../img/close.png) top right no-repeat;
}

/*# sourceMappingURL=style-post-gallery.css.map */
