.main-content #gallery-page-title {
  color: #707a8c;
  padding: 40px;
  text-align: justify; }

.main-content .gallery-slider {
  text-align: center; }

.main-content .gallery-slider .lSSlideWrapper {
  cursor: pointer; }

.main-content .gallery-slider .lSSlideWrapper li {
  font-family: 'Inter';
  font-weight: 400;
  margin: 0;
  height: fit-content;
  color: #003366; }

.main-content .gallery-slider .lSSlideWrapper li img {
  width: 85%; }

.main-content .gallery-slider .lSPrev, .main-content .gallery-slider .lSNext {
  background-color: transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-position: center; }

.main-content .gallery-slider .lSNext::after {
  width: 16px;
  height: 16px;
  margin-top: 7px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/16x16px-arrow-right.svg) no-repeat 50% 50%;
  mask: url(../icons/16x16px-arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #707a8c; }

.main-content .gallery-slider .lSPrev::after {
  width: 16px;
  height: 16px;
  margin-top: 7px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/16x16px-arrow-left.svg) no-repeat 50% 50%;
  mask: url(../icons/16x16px-arrow-left.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #707a8c; }

.main-content .gallery-slider .lSGallery li.active {
  border: 2px solid blue; }

html .lg-toolbar {
  background-color: transparent;
  opacity: 1; }

html .lg-toolbar .lg-close::after {
  content: 'X';
  color: #707a8c;
  font-family: monospace; }

html .lg-toolbar .lg-download {
  display: none; }

html .lg-counter, html .lg-download {
  color: #707a8c; }

html .lg-actions .lg-prev, html .lg-actions .lg-next {
  background-color: transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background-position: center; }

html .lg-actions .lg-prev::after, html .lg-actions .lg-prev::before, html .lg-actions .lg-next::after, html .lg-actions .lg-next::before {
  content: unset; }

html .lg-actions .lg-next::after {
  width: 16px;
  height: 16px;
  margin-top: 7px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/16x16px-arrow-right.svg) no-repeat 50% 50%;
  mask: url(../icons/16x16px-arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #707a8c; }

html .lg-actions .lg-prev::after {
  width: 16px;
  height: 16px;
  margin-top: 7px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/16x16px-arrow-left.svg) no-repeat 50% 50%;
  mask: url(../icons/16x16px-arrow-left.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #707a8c; }
