.ideas-show__idea {
  margin-top: 28px;
  margin-bottom: 52px;
}
@media (min-width: 960px) {
  .ideas-show__idea {
    display: grid;
    max-width: 920px;
    grid-template-columns: 1.1fr 1fr;
    grid-column-gap: 84px;
    -moz-column-gap: 84px;
         column-gap: 84px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ideas-show__idea h1 {
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 960px) {
  .ideas-show__idea h1 {
    font-size: 30px;
  }
}
.ideas-show__idea h2 {
  font-weight: 400;
}
@media (min-width: 960px) {
  .ideas-show__idea h2 {
    font-size: 20px;
  }
}
.ideas-show__idea p {
  margin-top: 22px;
  font-size: 20px;
}
.ideas-show__idea img {
  display: block;
  width: 100%;
  border: 4px solid #000;
  border-radius: 7px;
}
@media (max-width: 959px) {
  .ideas-show__idea img {
    margin-top: 48px;
  }
}
.ideas-show__links {
  margin-top: 24px;
  list-style: none;
}
@media (min-width: 960px) {
  .ideas-show__links li {
    display: inline-block;
  }
}
@media (max-width: 959px) {
  .ideas-show__links li + li {
    margin-top: 16px;
  }
}
@media (min-width: 960px) {
  .ideas-show__links li + li {
    margin-left: 16px;
  }
}
.ideas-show__links a {
  display: inline-block;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  border: 3px solid #000;
  border-radius: 7px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
.ideas-show__actions {
  display: flex;
  list-style: none;
  margin-top: 26px;
  border: 4px solid #000;
  border-radius: 7px;
}
.ideas-show__actions li {
  flex: 1 0;
}
.ideas-show__actions li + li {
  border-left: inherit;
}
.ideas-show__actions a {
  display: block;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ideas-show__actions a::before {
  content: "";
  display: block;
  width: 42.5%;
  padding-bottom: 42.5%;
  margin: 0 auto 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ideas-show__actions a:hover {
  color: var(--color-accent);
}
.ideas-show__actions a:hover::before {
  -webkit-filter: var(--color-accent-filter);
          filter: var(--color-accent-filter);
}
.ideas-show__action-like::before {
  background-image: url(/packs/media/ideas/show/assets/like-c28488a87ae39e25864f966feb2acef0.svg);
}
.ideas-show__action-like-liked::before {
  -webkit-filter: var(--color-accent-filter);
          filter: var(--color-accent-filter);
}
.ideas-show__action-contact::before {
  background-image: url(/packs/media/ideas/show/assets/contact-6cda8be20901c079da6e1d7678e4e819.svg);
}
.ideas-show__action-facebook::before {
  background-image: url(/packs/media/ideas/show/assets/facebook-ab66c0dcc26de76678cb76e6f3f4f092.svg);
}
.ideas-show__action-twitter::before {
  background-image: url(/packs/media/ideas/show/assets/twitter-1376027d5681c85c97640f6e8980d718.svg);
}
.ideas-show__message {
  display: block;
  width: 100%;
  margin-bottom: 80px;
  border: 4px solid #000;
  border-radius: 7px;
}
.ideas {
  padding-top: 32px;
}

.ideas__back {
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
  background-image: url(/packs/media/ideas/assets/back-a062f4b4a91c142b47e6ed919ce3b91c.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 3px solid #000;
  border-radius: 50%;
  font: 0/0 none;
}

.ideas__back:hover {
  -webkit-filter: var(--color-accent-filter);
          filter: var(--color-accent-filter);
}

.ideas__back::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -1.5px;
  margin-bottom: 3px;
  height: 32px;
  width: 3px;
  background-color: #000;
}

/*# sourceMappingURL=ideas-4dd31d08.css.map*/