.contests-main-section {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: clamp(2.5rem, 1.946rem + 2.255vw, 3.75rem);
}

.contests-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 685px;
  max-height: 780px;
  padding: clamp(4.375rem, 4.098rem + 1.127vw, 5rem) 0;
}

.contests-bg-image .container {
  height: 100%;
  position: relative;
}

.contests-img-content {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .contests-img-content {
    top: 0 !important;
  }
}
.contests-img-content h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(2.375rem, 1.932rem + 1.804vw, 3.375rem);
  line-height: 90%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.contests-img-content div:nth-child(2) {
  border: 1px solid #757575;
  border-radius: 8px;
  padding: 16px 40px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: inset -3px -7px 8px 0 rgba(0, 0, 0, 0.25);
  background: rgba(34, 34, 34, 0.6);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: clamp(2.813rem, 3.034rem - 0.902vw, 2.313rem);
  margin-bottom: 12px;
}
.contests-img-content div:first-child {
  margin-bottom: 12px;
}
.contests-img-content div:last-child {
  margin-left: clamp(12.5rem, 11.254rem + 5.073vw, 15.313rem);
}

.contests-images {
  position: relative;
}

.contests-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(2.125rem, 1.571rem + 2.255vw, 3.375rem);
  line-height: 120%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: clamp(2.5rem, 1.669rem + 3.382vw, 4.375rem);
  left: 50%;
  transform: translate(-50%);
}

.contests-filters {
  position: absolute;
  top: clamp(6.063rem, 4.124rem + 7.892vw, 10.438rem);
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: clamp(1rem, 0.778rem + 0.902vw, 1.5rem);
}

.filter-button {
  border: 1px solid #757575;
  border-radius: 90px;
  padding: clamp(0.25rem, 0.139rem + 0.451vw, 0.5rem) clamp(1rem, 0.778rem + 0.902vw, 1.5rem);
  height: 40px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: inset -3px -7px 8px 0 rgba(0, 0, 0, 0.25);
  background: rgba(39, 39, 39, 0.6);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.82rem + 0.225vw, 1rem);
  line-height: 150%;
  text-align: center;
  color: var(--dark-secondary-text);
  transition: color var(--time-function);
}

.filter-button.active,
.filter-button:hover {
  color: #fff;
}

.image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: clamp(42.625rem, 39.108rem + 14.318vw, 50.563rem);
}

.small-image {
  position: absolute;
  top: clamp(8.875rem, 6.189rem + 10.936vw, 14.938rem);
  left: 50%;
  transform: translate(-50%);
  border-radius: 18px;
  width: 300px;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: clamp(5.375rem, 4.544rem + 3.382vw, 7.25rem);
  left: calc(50% - 45px);
  transform: translate(-50%);
}
/*# sourceMappingURL=main-contests.css.map */
