/* Base
======================================================================================================================= */
html, body {
  overflow-x: hidden;
}

a, a:active, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

body {
  height: 100%;
}

/* Animations
======================================================================================================================= */
.banner .banner__content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  margin: auto;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner .banner__content h1 {
  font-size: 48px;
  color: white;
}

.banner .banner__content p {
  font-size: 20px;
  color: white;
}

/* VIDEO
======================================================================================================================= */
.video {
  padding: 6rem 0 8rem 0;
}

.video .video__content {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  background: white;
}

.video .video_left, .video .video_rigth {
  width: 50%;
}

.video .video__content-layer {
  position: absolute;
  width: 360px;
  height: 360px;
  z-index: 0;
}

.video .video__content-layer.left {
  background-color: #C8102E;
  top: -1rem;
  left: -1rem;
}

.video .video__content-layer.right {
  background-color: #919EAE;
  bottom: -1rem;
  right: -1rem;
}

.video .video__box {
  height: 100%;
}

.video .video__icon {
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  width: 418px;
}

.video .video__figure::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .video__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}

.video .video__info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  width: 50%;
  padding: 0 0 3rem 3rem;
}

.video .video__title {
  font-family: "DIN Next Lt Pro";
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}

.video .video__text {
  font-family: "National";
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 1rem 0 0 0;
}

/* EVENTS
======================================================================================================================= */
.social-buttons.abi-xeerpa__button-social-button {
  -webkit-box-shadow: 2px 0px 15px #959393;
          box-shadow: 2px 0px 15px #959393;
}

.galery_events {
  height: 1060px;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  color: #0C2340;
}

@media (max-width: 575.98px) {
  .galery_events {
    height: 74rem;
  }
}

.galery_events .events__layer {
  position: absolute;
  right: 0;
  top: 7rem;
  width: 100%;
  height: 35rem;
  background-color: #CF0A2C;
  z-index: 1;
  -webkit-transform: skewY(7deg) scaleY(2) translateY(-2%);
          transform: skewY(7deg) scaleY(2) translateY(-2%);
}

.galery_events .galery_events__content {
  position: relative;
  z-index: 2;
}

.galery_events .galery_events__title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.galery_events .galery_events__text {
  text-align: center;
  font-family: "National";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  margin: 1rem auto 0 auto;
  width: 910px;
  letter-spacing: 0.05em;
}

.galery_events .galery_events__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7rem 0 0 0;
}

.galery_events .cards-item {
  border-radius: 10px;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
  overflow: hidden;
  height: 580px;
}

.galery_events .cards-item .cards-item__header {
  height: 130px;
}

.galery_events .cards-item .cards-item__date {
  margin: 0 2rem 0 0;
}

.galery_events .cards-item .cards-item__hour {
  margin: 0 0 0 2rem;
}

.galery_events .cards-item .cards-item__body {
  display: -ms-grid;
  display: grid;
  height: auto;
  -ms-grid-columns: 45% auto;
      grid-template-columns: 45% auto;
  height: 450px;
}

.galery_events .cards-item .cards-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}

.galery_events .cards-item .cards-item__info {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.galery_events .galery_cards-item__body {
  background: #EFF5FC;
  border-radius: 10px;
  padding: 10px;
}

.galery_events .galery_cards-item__body img {
  border-radius: 10px;
}

.galery_events .galery_cards-item__info {
  padding: 1.5rem;
}

.galery_events .galery_cards-item__info .galery_category {
  background: #0c2340;
  border-radius: 10px;
  padding: 4px 28px;
  color: white;
  text-transform: uppercase;
  font-family: 'National';
}

.galery_events .galery_cards-item__date {
  text-transform: uppercase;
  font-family: 'National';
}

.galery_events .galery_cards-item__title {
  font-family: "National";
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 13px 0 15px 0;
}

.galery_events .cards-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: justify;
  height: 7rem;
}

.galery_events .galery_cards-item__btn {
  padding: 5px;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  background: #CF0A2C;
  color: #ffffff;
  border-radius: 22px;
}

.galery_events .galery_cards-item__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.galery_events .galery_cards-item__btn img {
  width: 17px;
  height: 15px;
  margin-left: 5px;
}

.galery_events .owl-theme .owl-dots {
  left: 0;
  right: 0;
  bottom: -3rem;
  position: absolute;
  display: block !important;
}

@media (max-width: 575.98px) {
  .galery_events .owl-theme .owl-dots {
    bottom: -6rem;
  }
}

.galery_events .owl-theme .owl-dots .owl-dot.active span {
  position: relative;
  background-color: #0A0541;
}

.galery_events .owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 5px;
  background-color: #B1B3B3;
}

@media (max-width: 575.98px) {
  .galery_events .owl-theme .owl-dots .owl-dot span {
    background-color: #0c2340;
  }
}

.galery_events .owl-theme .owl-nav {
  display: block !important;
}

.galery_events .owl-theme .owl-nav button {
  z-index: 3;
  position: absolute;
  background-color: transparent !important;
}

.galery_events .owl-theme .owl-nav button.owl-prev {
  background-image: url("../img/misc/arrow-left.png") !important;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  left: -3rem;
  top: 40%;
}

.galery_events .owl-theme .owl-nav button.owl-prev span {
  display: none;
}

@media (max-width: 575.98px) {
  .galery_events .owl-theme .owl-nav button.owl-prev {
    left: 0;
    bottom: -7rem;
    top: inherit;
  }
}

.galery_events .owl-theme .owl-nav button.owl-next {
  background-image: url("../img/misc/arrow-right.png") !important;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  right: -3rem;
  top: 40%;
}

.galery_events .owl-theme .owl-nav button.owl-next span {
  display: none;
}

@media (max-width: 575.98px) {
  .galery_events .owl-theme .owl-nav button.owl-next {
    right: 0;
    bottom: -7rem;
    top: inherit;
  }
}

.fr-close-icon {
  background-image: url("../img/misc/icon-close.png") !important;
  background-position: 50% 50% !important;
}
/*# sourceMappingURL=main.css.map */