.ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.konkurs-hero {
  background: #ED1C24;
  color: #fff;
  padding: 72px 0 0 0;
  overflow: hidden;
}

.konkurs-hero__content h1,
.konkurs-editorial h2 {
  font-size: 40px;
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.konkurs-editorial h2 strong {
  font-weight: 800;
}

.konkurs-hero__content h2,
.konkurs-editorial h3 {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.konkurs-hero__content p,
.konkurs-hero__content li {
  color: rgba(255, 255, 255, 0.92);
}

.konkurs-hero__content ul {
  margin: 1rem 0 1.5rem;
  padding-left: 1.25rem;
}

.konkurs-btn {
  border-radius: 0;
  padding: 13px 28px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
}

.konkurs-btn--light {
  background: #fff;
  border: 2px solid #fff;
  color: #ED1C24;
}

.konkurs-btn--light:hover {
  background: transparent;
  color: #fff;
}

.konkurs-btn--primary {
  background: #ED1C24;
  border: 2px solid #ED1C24;
  color: #fff;
}

.konkurs-btn--primary:hover {
  background: #D71920;
  border-color: #D71920;
  color: #fff;
}

.konkurs-hero__media {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.konkurs-hero__image {
  max-height: 520px;
  width: auto;
}

.konkurs-section {
  padding: 86px 0;
  z-index: 1;
  position: relative;
}

.konkurs-section--intro {
  background: #fff;
}

.konkurs-section--soft {
  background: #f7f7f7;
}

.konkurs-editorial {
  max-width: 860px;
}

.konkurs-editorial .accent {
  color: #ED1C24;
}

.konkurs-editorial h2 strong,
.konkurs-hero__content h2 strong,
.konkurs-hero__content h1 strong {
  color: #ED1C24;
}

.konkurs-card {
  background: #fff;
  height: 100%;
}

.konkurs-card--project {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.konkurs-card__image {
  height: 240px;
  overflow: hidden;
  background: #efefef;
}

.konkurs-card__image img,
.konkurs-sketch__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.konkurs-card__title {
  text-align: center;
  padding: 20px 18px 24px;
  margin: 0;
  font-size: 1.05rem;
  text-transform: uppercase;
  font-weight: 800;
}

.konkurs-card--focus {
  border: 1px solid #e9e9e9;
  padding: 30px 24px;
  background: #F5F5F5;
}

.konkurs-card__icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.konkurs-card__icon img {
  width: auto;
  height: auto;
  display: block;
}

.konkurs-card__subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 12px;
}

.konkurs-sketch {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 58%, rgba(239, 35, 51, 0.78) 100%);
  margin-top: -150px;
}

.konkurs-sketch__image {
  min-height: 720px;
}

.konkurs-section--prizes {
  background: #ED1C24;
}

.konkurs-editorial--light,
.konkurs-editorial--light p,
.konkurs-editorial--light h1,
.konkurs-editorial--light h2,
.konkurs-editorial--light h3 {
  color: #fff;
}

.konkurs-card--prize {
  text-align: center;
  min-height: 290px;
  padding: 30px 18px;
}

.konkurs-prize__badge {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
}

.konkurs-prize__badge img {
  max-width: 72px;
  max-height: 72px;
  width: auto;
  height: auto;
  display: block;
}

.konkurs-prize__title {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 14px;
}

.konkurs-prize__value {
  color: #ED1C24;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.konkurs-doc-box,
.konkurs-form-wrap {
  background: #f8f8f8;
  border: 1px solid #ececec;
}

.konkurs-doc-box {
  margin-top: 28px;
  padding: 24px;
}

.konkurs-doc-box h3,
.konkurs-doc-box h4 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.konkurs-doc-box ul,
.konkurs-doc-box ol {
  margin: 0;
  padding-left: 1.2rem;
}

.konkurs-form-wrap {
  padding: 28px;
}

.konkurs-form-placeholder,
.konkurs-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 180px;
  padding: 1rem;
  background: #f1f1f1;
  border: 1px dashed #cfcfcf;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.konkurs-placeholder--hero {
  min-height: 420px;
  width: 100%;
  max-width: 460px;
}

.konkurs-placeholder--wide {
  min-height: 720px;
}

.konkurs-form-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid #dcdcdc;
  margin-bottom: 14px;
  border-radius: 0;
  background: #fff;
}

.konkurs-form-wrap textarea.wpcf7-form-control {
  min-height: 120px;
}

.konkurs-form-wrap .wpcf7-submit {
  border-radius: 0;
  padding: 13px 28px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #ED1C24;
  color: #fff;
  border: 2px solid #ED1C24;
}

.konkurs-form-wrap .wpcf7-submit:hover {
  background: #D71920;
  border-color: #D71920;
}

@media (max-width: 991.98px) {
  .konkurs-hero {
    text-align: center;
  }

  .konkurs-hero__media {
    min-height: 320px;
  }

  .konkurs-hero__image {
    max-height: 360px;
  }

  .konkurs-section {
    padding: 68px 0;
  }
}

@media (max-width: 767.98px) {
  .konkurs-card__image {
    height: 220px;
  }

  .konkurs-sketch__image,
  .konkurs-placeholder--wide {
    min-height: 420px;
  }

  .konkurs-placeholder--hero {
    min-height: 300px;
  }

  .konkurs-form-wrap {
    padding: 22px;
  }
}
