@import url(_order.css);
@import url(_comments.css);
html {
  min-width: 360px;
}

@media screen and (min-width: 1024px) {
  .sidebar {
    display: none;
  }
}
.dg-figure > figcaption {
  padding: 5px;
  background-color: #0c0e11;
  color: #fff;
  font-size: 15px !important;
}

.dg-two-col {
  margin-top: 2.4rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dg-two-col__wrapper {
  position: relative;
  flex: 1 1 50%;
  min-width: 260px;
}
.dg-two-col__wrapper > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2e89d3;
  z-index: -1;
  transform: rotate(-5deg) translate(-0.5rem, -0.7rem);
  border-radius: 1rem;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.dg-two-col > p {
  flex: 1 1 50%;
  padding: 20px;
  font-style: italic;
}
.dg-two-col img {
  display: block;
  border-radius: 1rem;
  box-shadow: -0.15rem -0.2rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header__title {
  margin-bottom: 0 !important;
}

.content .dg-warn-list {
  list-style: none;
  margin-left: 0.5rem;
}
.content .dg-warn-list > li {
  display: flex;
}
.content .dg-warn-list > li::before {
  content: url("../images/warning.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.content .dg-warn-list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.hl-accent {
  font-weight: 700;
  color: #2e89d3;
}

.hl-second {
  font-weight: 700;
  color: #ffb62e;
}

.product {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

.feedburner,
.widget--latest,
.widget--events {
  display: none;
}

@media screen and (min-width: 576px) {
  .product {
    float: right;
    width: max(33%, 270px);
    max-width: 100%;
  }
}
.dg-special-block {
  display: flex;
}
.dg-special-block__left {
  margin-right: 1rem;
  flex-shrink: 0;
}
.dg-special-block__left img {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
}
.dg-special-block__top {
  color: #fff;
}
.dg-special-block__top > h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #2e89d3;
}
.dg-special-block__top > h5 {
  font-style: italic;
  color: rgb(235, 235, 235);
  margin-bottom: 1.4rem;
}
.dg-special-block__top > span {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  margin-left: -6rem;
  padding-bottom: 1rem;
  color: rgb(215, 215, 215);
}
.dg-special-block__top > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid #2e89d3;
  width: 33%;
  width: max(33%, 130px);
  height: 100%;
}
.dg-special-block__list {
  margin-left: -6rem;
  color: rgb(235, 235, 235);
}
.dg-special-block__list > li {
  display: flex;
}
.dg-special-block__list > li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.dg-special-block__list > li::before {
  content: url("../images/checkmark.svg");
  display: inline-block;
  margin-right: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .dg-special-block__left img {
    width: 10rem;
    height: 10rem;
  }
  .dg-special-block__top > span {
    margin-left: 0;
  }
  .dg-special-block__list {
    margin-left: -11rem;
  }
}
.is-mobile {
  display: block;
}

.is-desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .is-desktop {
    display: block;
  }
  .is-mobile {
    display: none;
  }
  .widget--latest,
  .widget--events {
    display: block;
  }
  .navbar-custom {
    display: none;
  }
  .sidebar > .block.widget {
    margin-bottom: 0.5rem;
  }
  .dg-special-block__left {
    margin-right: 2rem;
  }
  .dg-special-block__left img {
    width: 14rem;
    height: 14rem;
  }
  .dg-special-block__list {
    margin-left: 0;
  }
}