/* main style */
.dance-floor-flat {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 991px) {
  .dance-floor-flat {
    height: 100%;
  }
}
.dance-floor-flat__wrapper {
  width: 100%;
  height: 100%;
}
.dance-floor-flat__banner {
  min-height: 100px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .dance-floor-flat__banner {
    /*background-attachment: scroll;*/
  }
}
.dance-floor-flat__banner-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}
.dance-floor-flat__name {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #FBF296;
  font-size: 62px;
  font-weight: 900;
  font-style: normal;
  font-family: "Montserrat";
  line-height: 64px;
}
@media screen and (max-width: 800px) {
.dance-floor-flat__name {
  font-size: 52px!important;
	}
.dance-floor-flat__description {
  font-size: 18px!important;
	}
.dance-floor-flat__banner-inner {
margin: 0 5%!important;
padding: 40px 30px!important;
	}
}
@media screen and (max-width: 500px) {
.dance-floor-flat__name {
font-size: 32px!important;
}
.dance-floor-flat__card-list {
padding: 40px 0!important;
}
}
.dance-floor-flat__description {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-family: "Montserrat";
  line-height: 140%;
}
.dance-floor-flat__time {
  letter-spacing: 0.6px;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 600;
  font-style: normal;
  font-family: "Montserrat";
  line-height: 79px;
}
.dance-floor-flat__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 45px 20px 145px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 991px) {
  .dance-floor-flat__main {
    background-attachment: fixed;
  }
}
.dance-floor-flat__card-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 700px;
  max-width: 1030px;
  width: 100%;
  margin: 0;
  padding: 40px;
  list-style: none;
  background: rgba(0, 0, 0, 0.8);
  gap: 8px;
}
.dance-floor-flat__card-item {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.dance-floor-flat__card-item:not(:last-of-type) {
  margin-right: 5px;
}
.dance-floor-flat__card-item:not(:last-of-type)::after {
  content: "-";
  right: 0;
  margin-left: 10px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
  line-height: 39px;
}
.dance-floor-flat__card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.dance-floor-flat__card-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.dance-floor-flat__card-name {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  /* font-family: "DanubeBold";*/
  font-family: "Montserrat";
  line-height: 24px;
}

/*# sourceMappingURL=style.css.map */