.euspb-blocks-holder .tns-controls, .euspb-blocks-holder-batc .tns-controls {
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
.euspb-blocks-holder .tns-controls button, .euspb-blocks-holder-batc .tns-controls button {
  pointer-events: all;
  background: transparent;
  border: none;
  color: #212529;
  font-weight: bold;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .euspb-blocks-holder .flex-holder, .euspb-blocks-holder-batc .flex-holder {
    display: flex;
    flex-wrap: wrap;
  }
}
.euspb-blocks-holder .flex-holder .single-block, .euspb-blocks-holder-batc .flex-holder .single-block {
  text-align: center;
  margin-bottom: 10px;
  /*&:hover {
    .content-holder {
      .icon-holder {
        box-shadow: 0px 3px 4px rgb(0 0 0 / 30%);
      }

      .block-btn {
        opacity: .8;
      }
    }
  }*/
}
.euspb-blocks-holder .flex-holder .single-block .content-holder, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
  text-decoration: none !important;
  color: #212529;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f8f8f8;
}
@media (max-width: 600px) {
  .euspb-blocks-holder .flex-holder .single-block .content-holder, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder {
    padding: 5px 10px;
  }
}
.euspb-blocks-holder .flex-holder .single-block .content-holder .txt-holder, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder .txt-holder {
  display: flex;
  align-items: center;
  width: 100%;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder.with-bg, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder.with-bg {
  color: #ffffff;
  justify-content: center;
  font-size: 1.3em;
  padding: 0 0 56% 0;
}
@media (max-width: 600px) {
  .euspb-blocks-holder .flex-holder .single-block .content-holder.with-bg, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder.with-bg {
    font-size: 1.1em;
    padding: 0 0 70%;
  }
}
.euspb-blocks-holder .flex-holder .single-block .content-holder.with-bg .txt-holder, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder.with-bg .txt-holder {
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 20% 10px 10px;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder.with-bg .txt-holder:after, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder.with-bg .txt-holder:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder.with-bg .txt-holder .block-arrow, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder.with-bg .txt-holder .block-arrow {
  border: 1px solid #ffffff;
  width: 30px;
  height: 30px;
}
@media (max-width: 600px) {
  .euspb-blocks-holder .flex-holder .single-block .content-holder.with-bg .txt-holder .block-arrow, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder.with-bg .txt-holder .block-arrow {
    width: unset;
    height: unset;
    border: none;
  }
}
.euspb-blocks-holder .flex-holder .single-block .content-holder.with-bg .block-arrow, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder.with-bg .block-arrow {
  margin-left: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder img, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder p, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder p {
  position: relative;
  z-index: 2;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder .icon-holder, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder .icon-holder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 8px;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder .icon-holder i, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder .icon-holder i {
  font-size: 16px;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder .block-title, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder .block-title {
  margin-bottom: 0;
  margin-right: 15px;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder .block-arrow, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder .block-arrow {
  margin-left: auto;
  margin-bottom: 0;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder .block-btn, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder .block-btn {
  background: #008be2;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin: 10px 0;
  transition: all ease-in-out 0.4s;
}
.euspb-blocks-holder .flex-holder .single-block .content-holder a, .euspb-blocks-holder-batc .flex-holder .single-block .content-holder a {
  color: #212529;
  text-decoration: none !important;
}
.euspb-blocks-holder #euspb-popup, .euspb-blocks-holder-batc #euspb-popup {
  max-width: 600px;
  /*.euspb-descriptions-holder {
    .euspb-single-description {
      display: none;

      &.visible {
        display: block;
      }
    }

  }

  .euspb-single-title {
    display: none;

    &.visible {
      display: inline-block;
    }
  }*/
}
.euspb-blocks-holder #euspb-popup .content, .euspb-blocks-holder-batc #euspb-popup .content {
  position: relative;
}
.euspb-blocks-holder #euspb-popup .content .loading, .euspb-blocks-holder-batc #euspb-popup .content .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/loader.svg);
  background-repeat: no-repeat;
  background-size: auto 15%;
  background-position: center center;
  background-color: #ffffff;
}

.pushbar_overlay ~ .pushbar_overlay {
  display: none !important;
}

.euspb-blocks-holder-batc {
  margin-top: 15px;
}
.euspb-blocks-holder-batc .flex-holder {
  justify-content: space-between;
  width: calc(100% + 10px);
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
}
.euspb-blocks-holder-batc .flex-holder .single-block {
  width: calc((100% - 4 * 10px) / 4);
  flex-grow: 1;
  padding: 0 5px;
}
@media (max-width: 1300px) {
  .euspb-blocks-holder-batc .flex-holder .single-block {
    width: calc((100% - 2 * 10px) / 2);
  }
}
@media (max-width: 350px) {
  .euspb-blocks-holder-batc .flex-holder .single-block {
    width: 100%;
  }
}

.euspb-blocks-holder {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .euspb-blocks-holder {
    margin-top: 20px;
  }
}
.euspb-blocks-holder.with-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .euspb-blocks-holder.with-text {
    display: block;
  }
}
.euspb-blocks-holder.with-text .tns-outer {
  width: calc(50% - 5px);
}
@media (max-width: 900px) {
  .euspb-blocks-holder.with-text .tns-outer {
    width: 100%;
  }
}
.euspb-blocks-holder.with-text .euspb-txt-holder {
  width: calc(50% - 5px);
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .euspb-blocks-holder.with-text .euspb-txt-holder {
    width: 100%;
    margin-bottom: 10px;
  }
}
.euspb-blocks-holder.with-text .euspb-txt-holder video {
  max-width: 100%;
}
.euspb-blocks-holder.disable-slider.with-text .flex-holder {
  width: calc(50% - 5px);
  margin-left: 0;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .euspb-blocks-holder.disable-slider.with-text .flex-holder {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
.euspb-blocks-holder.disable-slider.with-text .flex-holder .single-block {
  width: calc(100% / 2);
}
@media (max-width: 900px) {
  .euspb-blocks-holder.disable-slider.with-text .flex-holder .single-block {
    width: calc(100% / 2);
  }
}
@media (max-width: 350px) {
  .euspb-blocks-holder.disable-slider.with-text .flex-holder .single-block {
    width: 100%;
  }
}
.euspb-blocks-holder.disable-slider .flex-holder {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.euspb-blocks-holder.disable-slider .flex-holder .single-block {
  padding: 0 5px;
  width: calc(100% / 4);
}
@media (max-width: 1450px) {
  .euspb-blocks-holder.disable-slider .flex-holder .single-block {
    width: calc(100% / 4);
  }
}
@media (max-width: 1200px) {
  .euspb-blocks-holder.disable-slider .flex-holder .single-block {
    width: calc(100% / 3);
  }
}
@media (max-width: 900px) {
  .euspb-blocks-holder.disable-slider .flex-holder .single-block {
    width: calc(100% / 2);
  }
}
@media (max-width: 600px) {
  .euspb-blocks-holder.disable-slider .flex-holder .single-block {
    width: 100%;
  }
}
.euspb-blocks-holder .flex-holder .single-block {
  /*width: calc((100% - 4 * 10px) / 5);

  &:not(:nth-child(5n + 5)) {
    @media (min-width: 768px) {
      margin-right: 10px;
    }
  }*/
}

.euspb-popup .modal-container {
  max-width: 650px;
  padding: 1.5em;
  margin: 20px 0;
  border-radius: 0.3em;
  box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, 0.3);
}
.euspb-popup .modal-container .modal-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.euspb-popup .modal-container .modal-body {
  max-height: calc(100vh - 230px);
  min-height: 50px;
  padding: 0;
  overflow-y: auto;
}

.euspb-description-holder, .euspb-description-holder-asd {
  margin: 30px 0;
  /*.inner-holder {
    .euspb-descr {
      display: flex;
      margin-bottom: 40px;
      justify-content: space-between;
      align-items: center;
      @media (max-width: 900px) {
        display: block;
        margin-bottom: 30px;
      }

      &:nth-child(2n + 1) {
        flex-direction: row-reverse;
      }

      .img-holder {
        width: 55%;
        @media (max-width: 900px) {
          width: calc(100% + 30px);
          margin-left: -15px;
        }

        > div {
          width: 100%;
          position: relative;
          padding-bottom: 50%;

          img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
            -o-object-fit: cover;
            object-position: center center;
            -o-object-position: center center;
          }
        }
      }

      .txt-holder {
        width: 40%;
        @media (max-width: 900px) {
          width: 100%;
          padding-top: 20px;
        }
      }
    }
  }*/
}

/*# sourceMappingURL=euspb-styles.css.map */
