@charset "UTF-8";
.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
  box-shadow: none;
  border: 1px solid #53b9ea;
}

.swiper-slide {
  overflow: visible !important;
  padding: 0 !important;
}

.image-gallery-image {
  width: 80vh !important;
  object-fit: contain;
  width: auto;
  margin: 0 auto;
}

.image-gallery-left-nav:focus, .image-gallery-left-nav:hover,
.image-gallery-right-nav:focus,
.image-gallery-right-nav:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0;
  font-size: 0;
  z-index: 10;
}
.owl-nav.disabled {
  display: none;
}
.owl-nav button {
  background-color: transparent !important;
}
.owl-nav button svg {
  width: 50px;
}
.owl-nav button:active, .owl-nav button:focus {
  outline: none;
}
.owl-nav button.disabled {
  opacity: 0.5;
}
.owl-nav button.owl-prev {
  margin-left: -20px;
}
.owl-nav button.owl-next {
  margin-right: -20px;
}

.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
.owl-carousel.owl-drag .owl-item {
  display: block;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #231f20;
}

::-webkit-resizer {
  display: none;
}

.stars::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  text-rendering: optimizeLegibility;
}

button,
a {
  cursor: pointer;
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .mt-50 {
    margin-top: 30px;
  }
}

ul {
  padding: 0;
}

.fullscreen-gallary-item {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9989;
  background-color: rgba(0, 0, 0, 0.5);
}
.fullscreen-gallary-item .fullscreen-gallary-item-block {
  display: flex;
  max-width: 90%;
  max-height: 90%;
  background-color: #fff;
  min-height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .fullscreen-gallary-item .fullscreen-gallary-item-block {
    width: 90%;
    height: auto;
    padding: 0;
  }
}
.fullscreen-gallary-item .fullscreen-gallary-item-block .close-gallary-item {
  position: absolute;
  max-width: 20px;
  width: 100%;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.fullscreen-gallary-item .fullscreen-gallary-item-block .close-gallary-item:hover {
  transform: rotate(90deg);
}
.fullscreen-gallary-item .fullscreen-gallary-item-block img.fullscreen-gallary-item-image {
  object-fit: contain;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  user-select: none;
  border-radius: 5px;
}
.fullscreen-gallary-item .fullscreen-gallary-item-block svg.fa-chevron-right {
  position: absolute;
  max-width: 20px;
  width: 100%;
  right: 10px;
  top: 45%;
  cursor: pointer;
}
.fullscreen-gallary-item .fullscreen-gallary-item-block svg.fa-chevron-right.left {
  left: 10px;
  transform: rotate(180deg);
}
.fullscreen-gallary-item .fullscreen-gallary-item-block svg.fa-chevron-right.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*!
Theme Name:		Gedenkportal
Theme URI:
Description:	Тема созданная для сайта Gedenkportal
Author:			Gedenkportal
Author URI:
Template:
Version:		1.0.0
License:
License URI:
Tags:
Text Domain:	gedenkportal

*/
body {
  position: relative;
}