@font-face {
  font-family: "Metropolis";
  src: url("fonts/Metropolis-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("fonts/Metropolis-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("fonts/Metropolis-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("fonts/Metropolis-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.dlp-page {
  margin: 0;
  background-color: #ffffff;
  color: #fff;
  font-family: "Metropolis", Arial, sans-serif;
}

.dlp-main {
  overflow: hidden;
}

.dlp-container {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  box-sizing: border-box;
}

.dlp-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 26%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0) 100%),
    url("img/hero-bg.jpg");
  background-position: right center;
  background-size: cover;
  color: #fff;
}

.dlp-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 486px;
  padding: 48px 8px 48px 96px;
  box-sizing: border-box;
}

.dlp-hero__content {
  position: relative;
  z-index: 2;
  flex: 0 0 520px;
}

.dlp-hero__logos {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}

.dlp-hero__logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.dlp-hero__logo--dangbei {
  height: 31px;
}

.dlp-hero__logo--canal {
  height: 32px;
}

.dlp-hero__logo--euro {
  height: 32px;
}

.dlp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 22px;
  padding: 8px 14px;
  border-radius: 999px;
  background-color: #fff;
  color: #252525;
  font-size: 13px;
  line-height: 0.7;
}

.dlp-hero__badge-label {
  font-weight: 700;
}

.dlp-hero__badge-date {
  font-weight: 400;
}

.dlp-hero__title {
  max-width: 520px;
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -1.5px;
}

.dlp-hero__title-accent {
  display: block;
  background: linear-gradient(92deg, #266bff 0%, #b13ef4 48%, #ff5a6f 100%);
  color: #6f6fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dlp-hide-on-mobile {
  display: block;
}

.dlp-hero__subtitle {
  max-width: 486px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.25px;
}

.dlp-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background-color: #2563eb;
  color: #fff;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.32);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.dlp-hero__visual {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  flex: 0 1 800px;
  margin-left: -28px;
  margin-bottom: -22px;
}

.dlp-hero__product {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
}

.dlp-steps {
  padding: 60px 88px;
  background-color: #fff;
  color: #111;
  box-sizing: border-box;
}

.dlp-steps__title {
  margin: 0 0 42px;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -1px;
}

.dlp-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
}

.dlp-steps__item {
  text-align: center;
}

.dlp-steps__image {
  display: block;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto 28px;
}

.dlp-steps__item-title {
  margin: 0 0 14px;
  color: #111;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.45px;
}

.dlp-steps__item-text {
  max-width: 245px;
  margin: 0 auto;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -0.2px;
}

.dlp-products {
  padding: 60px 88px;
  background-color: #e9ecee;
  color: #111;
  text-align: center;
  box-sizing: border-box;
}

.dlp-products__title {
  margin: 0 0 12px;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
}

.dlp-products__subtitle {
  max-width: 430px;
  margin: 0 auto 38px;
  color: #111;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.35px;
}

.dlp-products__note {
  max-width: 820px;
  margin: 54px auto 0;
  color: #333;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.05px;
}

.dlp-rules {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 72px 20px;
  background-image:
    linear-gradient(180deg, rgba(8, 21, 29, 0.22) 0%, rgba(8, 21, 29, 0.52) 100%),
    url("img/regulamin-bg.jpg");
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}

.dlp-rules__card {
  width: 100%;
  max-width: 640px;
  padding: 56px 54px;
  border-radius: 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
}

.dlp-rules__text {
  max-width: 500px;
  margin: 0 auto 34px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.2px;
}

.dlp-rules__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 42px;
  border-radius: 999px;
  background-color: #2563eb;
  color: #fff;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.3);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.dlp-rules__date {
  margin: 26px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 1440px) {
  .dlp-container {
    max-width: 1218px;
  }

  .dlp-hero__inner {
    padding-right: 8px;
    padding-left: 76px;
  }

  .dlp-hero__content {
    flex-basis: 492px;
  }

  .dlp-hero__visual {
    flex-basis: 700px;
    margin-left: -34px;
    margin-bottom: -22px;
  }

  .dlp-steps {
    padding-right: 72px;
    padding-left: 72px;
  }

  .dlp-steps__grid {
    gap: 28px;
  }

  .dlp-products {
    padding-right: 72px;
    padding-left: 72px;
  }

  .dlp-rules {
    min-height: 520px;
  }
}

@media (max-width: 1230px) {
  .dlp-container {
    max-width: 960px;
  }

  .dlp-hero__inner {
    padding-right: 8px;
    padding-left: 42px;
  }

  .dlp-hero__content {
    flex-basis: 430px;
  }

  .dlp-hero__logos {
    margin-bottom: 30px;
  }

  .dlp-hero__title {
    font-size: 36px;
  }

  .dlp-hero__subtitle {
    font-size: 14px;
  }

  .dlp-hero__visual {
    flex-basis: 540px;
    margin-left: -44px;
    margin-bottom: -20px;
  }

  .dlp-steps {
    padding-right: 42px;
    padding-left: 42px;
  }

  .dlp-steps__title {
    font-size: 32px;
  }

  .dlp-steps__grid {
    gap: 24px;
  }

  .dlp-steps__item-title {
    font-size: 22px;
  }

  .dlp-steps__item-text {
    font-size: 15px;
  }

  .dlp-products {
    padding-right: 42px;
    padding-left: 42px;
  }

  .dlp-products__title {
    font-size: 32px;
  }

  .dlp-products__subtitle {
    font-size: 21px;
  }

  .dlp-rules {
    min-height: 480px;
  }
}

@media (max-width: 959px) {
  .dlp-container {
    max-width: none;
  }

  .dlp-hero {
    background-position: 56% center;
  }

  .dlp-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 32px 20px 0;
  }

  .dlp-hero__content {
    flex-basis: auto;
    width: 100%;
  }

  .dlp-hero__logos {
    gap: 22px;
    margin-bottom: 28px;
  }

  .dlp-hero__logo--dangbei {
    height: 25px;
  }

  .dlp-hero__logo--canal {
    height: 26px;
  }

  .dlp-hero__logo--euro {
    height: 26px;
  }

  .dlp-hero__badge {
    margin-bottom: 18px;
    padding: 7px 14px;
    font-size: 11px;
  }

  .dlp-hero__title {
    max-width: none;
    width: 100%;
    font-size: 32px;
    letter-spacing: -1.1px;
  }

  .dlp-hide-on-mobile {
    display: none;
  }

  .dlp-hero__subtitle {
    max-width: none;
    width: 100%;
    font-size: 14px;
  }

  .dlp-hero__button {
    min-height: 38px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }

  .dlp-hero__visual {
    align-self: center;
    flex-basis: auto;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 20px;
    margin-left: auto;
  }

  .dlp-hero__product {
    max-width: 560px;
  }

  .dlp-steps {
    padding: 46px 20px 56px;
  }

  .dlp-steps__title {
    margin-bottom: 34px;
    font-size: 30px;
  }

  .dlp-steps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
  }

  .dlp-steps__image {
    max-width: 180px;
    margin-bottom: 20px;
  }

  .dlp-products {
    padding: 44px 20px 54px;
  }

  .dlp-products__title {
    font-size: 30px;
  }

  .dlp-products__subtitle {
    margin-bottom: 30px;
    font-size: 19px;
  }

  .dlp-products__note {
    margin-top: 40px;
  }

  .dlp-rules {
    min-height: 440px;
    padding: 52px 20px;
  }

  .dlp-rules__card {
    max-width: 560px;
    padding: 42px 28px;
  }

  .dlp-rules__text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .dlp-hero__content {
    display: contents;
  }

  .dlp-hero__visual {
    order: 1;
  }

  .dlp-hero__button {
    order: 2;
    margin: 0 auto 34px;
  }
}

@media (max-width: 480px) {
  .dlp-hero__inner {
    padding-top: 28px;
  }

  .dlp-hero__logos {
    gap: 18px;
  }

  .dlp-hero__title {
    font-size: 29px;
  }

  .dlp-hero__subtitle {
    font-size: 13px;
  }

  .dlp-hero__product {
    max-width: 100%;
  }

  .dlp-steps__grid {
    grid-template-columns: 1fr;
  }

  .dlp-steps__item-text {
    max-width: 280px;
  }

  .dlp-products__title {
    font-size: 28px;
  }

  .dlp-products__subtitle {
    font-size: 18px;
  }

  .dlp-products__note {
    font-size: 10px;
  }

  .dlp-rules {
    min-height: 390px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .dlp-rules__card {
    padding: 34px 22px;
    border-radius: 20px;
  }

  .dlp-rules__text {
    font-size: 16px;
  }

  .dlp-rules__date {
    font-size: 15px;
  }

  .dlp-rules__button {
    min-height: 48px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 14px;
  }
}

