.btn-group {
  margin-bottom: 20px;
}
.btn-group .btn {
  margin-bottom: 10px;
}
.btn-group, .btn-group-vertical {
  display: block !important;
}
.btn-outline-primary {
  color: #033e8a !important;
  border-color: #033e8a !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #033e8a !important;
  border-color: #033e8a !important;
}
.btn-outline-primary.active {
  color: #fff !important;
  background-color: #033e8a !important;
  border-color: #033e8a !important;
}
.btn-lg {
  padding: 16px 35px !important;
  font-size: 0.8em !important;
  font-weight: 700 !important;
  margin-right: 5px !important;
}

.video-text {
  color: black;
  margin: 0 7px 0 7px;
  font-size: 13px;
  text-align: center;
}
.gallery-item .gallery-list__item {
  overflow: hidden;
  cursor: pointer;
}
.gallery-item .gallery-list__item-additional-text-wrapper {
  position: absolute;
  bottom: 18px;
  left: 23px;
  right: 65px;
  z-index: 1;
}
.gallery-item .gallery-list__item--has-additional-text .gallery-list__item-text-wrapper {
  opacity: 0;
  visibility: hidden;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  max-height: 100%;
  width: 100%;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  z-index: 12;  
}
.gallery-item
  .gallery-list__item--has-additional-text:hover
  .gallery-list__item-text-wrapper {
  opacity: 1;
  visibility: visible;
}
.gallery-item .gallery-list__item-image-wrapper {
  position: relative;
}
.gallery-item .gallery-list__item-image-wrapper--BG {
  padding-top: 64.6%;
  width: 100%;
}
.gallery-item .gallery-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom-links-block {
  margin: 4.667rem 0px 4.667rem;
  line-height: 1rem;
}
.gallery-item.row:not(.margin0) .item-wrapper {
  padding-bottom: 32px;
}
.gallery-item.gallery-block-template.row {
    margin-left: 0;
}
.item-wrapper {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
}

.gallery-list__item-text-cross-part .cross {

	opacity: 1;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;


}

.gallery-list__item-text-cross-part .cross::before {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 2px;
    transition: width 0.5s ease-in-out;
}

.gallery-list__item-text-cross-part .cross::after {
    transform: translate(-50%, -50%);
    left: 50%;
    height: 50px;
    width: 2px;
    transition: height 0.5s ease-in-out;
}


.gallery-list__item-text-cross-part .cross::after, .gallery-list__item-text-cross-part .cross::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgb(255, 255, 255);
    border-radius: 1px;
}

@media (max-width: 1200px) {
  .item-wrapper {
    width: 33.3333%;
  }
}

@media (max-width: 992px) {
  .item-wrapper {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .item-wrapper {
    width: 100%;
  }
}