.style-wrap,
.article__contents {
  border-radius: 4px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  background: #fff;
  padding: 30px;
}
.style-wrap:last-child,
.article__contents:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .style-wrap,
  .article__contents {
    padding: 30px 10px;
  }
}
.link[href] {
  color: #242424;
  text-decoration: none;
}
.link[href]:hover {
  color: #ec1751;
  text-decoration: underline;
}
.link {
  color: #ec1751;
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}
.link-btn {
  background: #ec1751;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  font-size: 16px;
}
.link-btn:hover {
  color: #242424;
  cursor: pointer;
}
.logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: #ec1751;
  font-weight: 800;
  font-size: 29px;
  line-height: 39px;
}
@media screen and (max-width: 375px) {
  .logo {
    font-size: 24px;
  }
}
.logo .dark-part {
  color: #242424;
}
.article {
  line-height: 1.5em;
}
@media screen and (max-width: 425px) {
  .article {
    font-size: 14px;
  }
}
.article > figure {
  margin: 0;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.article__text {
  text-align: center;
  margin-bottom: 24px;
}
.article__text._no-indent {
  margin-bottom: 0;
}
.article__info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 24px;
}
@media screen and (max-width: 559px) {
  .article__info {
    flex-wrap: wrap;
    margin: 12px 0 20px;
  }
}
.article__info._new-style {
  margin: 26px 0 24px;
}
@media screen and (max-width: 700px) {
  .article__info._new-style {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.article__info-author {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 559px) {
  .article__info-author {
    width: 100%;
    justify-content: center;
  }
}
.article__info-box-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 559px) {
  .article__info-box-item {
    margin-top: 4px;
  }
}
.article__info-item {
  display: flex;
  align-items: center;
  color: #b4b4b4;
  font-size: 14px;
  padding: 0 20px;
  border-left: 1px solid #b4b4b4;
}
@media screen and (max-width: 559px) {
  .article__info-item {
    padding: 0 12px;
  }
}
.article__info-item:last-child {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 559px) {
  .article__info-item:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.article__info-item._new-style {
  border-right: 1px solid #b4b4b4;
  border-left: none;
  padding-top: 4px;
}
@media screen and (max-width: 700px) {
  .article__info-item._new-style {
    width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 559px) {
  .article__info-item._new-style {
    padding: 0 12px;
  }
}
.article__info-item._new-style:last-child {
  padding-right: 0;
  border-right: none;
}
.article__info-item._new-style:first-child {
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 700px) {
  .article__info-item._align {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 700px) {
  .article__info-item._border-none {
    border-right: none;
  }
  .article__info-item._border-none:last-child {
    border-right: none;
  }
}
.article__info-img-box {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.article__info-link {
  margin-left: 8px;
  font-size: 14px;
}
.article__info-icon {
  margin-right: 8px;
  fill: #b4b4b4;
}
.article__contents {
  margin-bottom: 48px;
}
.article__contents-title {
  font-size: 24px;
  font-weight: 600;
  color: #242424;
  padding: 0;
  margin: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__contents-title:hover {
  cursor: pointer;
}
.article__contents-poligon {
  fill: #242424;
}
.article__contents-item {
  margin-bottom: 12px;
}
.article__contents-item:last-child {
  margin-bottom: 0;
}
.article__contents-link {
  text-decoration: none;
  border-bottom: 1px dashed #ec1751;
}
.article__contents-link:hover {
  border-bottom: none;
}
.article__subcontents {
  margin-bottom: 12px;
  margin-left: 30px;
}
.article__subcontents:last-child {
  margin-bottom: 0;
}
.article__subcontents-link {
  text-decoration: none;
  border-bottom: 1px dashed #ec1751;
}
.article__subcontents-link:hover {
  border-bottom: none;
}
.article-content > h2 {
  margin: 36px 0 24px;
}
@media screen and (max-width: 425px) {
  .article-content > h2 {
    margin-bottom: 20px;
  }
}
.article-content > figure {
  margin: -12px 0 0 0;
  display: flex;
  justify-content: center;
}
.article-content > .block {
  border-radius: 4px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  background: #fff;
  padding: 30px 0;
}
.article-content > .block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .article-content > .block {
    padding: 30px 0px;
  }
}
.article-content > .block > h3 {
  padding: 0 30px;
}
@media screen and (max-width: 425px) {
  .article-content > .block > h3 {
    padding: 0 10px;
  }
}
.article-content > .block > ol {
  padding: 0 30px 0 48px;
}
@media screen and (max-width: 425px) {
  .article-content > .block > ol {
    padding: 0 10px 0 26px;
  }
}
.article-content > .block > ol > li {
  color: #ec1751;
}
.article-content > .block > ol > li > span {
  color: #242424;
}
.article-content > .block > p {
  padding: 0 30px;
}
@media screen and (max-width: 425px) {
  .article-content > .block > p {
    padding: 0 10px;
  }
}
.article-content > .block > figure {
  margin: 0;
  display: flex;
  justify-content: center;
}
.article-content > .block > ul {
  padding: 0 30px 0 30px;
}
@media screen and (max-width: 425px) {
  .article-content > .block > ul {
    padding: 0 10px 0 10px;
  }
}
.article-content > .block > ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 425px) {
  .article-content > .block > ul > li {
    padding-left: 24px;
  }
}
.article-content > .block > ul > li:before {
  content: url("/img/kiss.svg");
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 425px) {
  .article-content > .block > ul > li:before {
    content: url("/img/kiss-mini.svg");
    left: 0;
  }
}
.article-content > .block > ul > li > a {
  color: #ec1751;
}
.article-content > .block > ul > li > a:hover {
  color: #242424;
  text-decoration: underline;
}
.article-content > .block > blockquote {
  font-style: italic;
  margin: 0 0 24px 0;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 425px) {
  .article-content > .block > blockquote {
    padding: 0 8px;
  }
}
.article-content > .block > blockquote:before {
  content: "";
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 4px solid #ec1751;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article-content > .block > blockquote:after {
  content: "";
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 4px solid #ec1751;
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  box-sizing: border-box;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article-content .services {
  margin-bottom: 30px;
  padding: 0 30px;
}
@media screen and (max-width: 425px) {
  .article-content .services {
    padding: 0 10px;
  }
}
.article-content .services:last-child {
  margin-bottom: 0;
}
.article-content .services__item {
  display: flex;
}
.article-content .services__item._gift::before {
  content: url("/img/gift.svg");
  margin-right: 8px;
}
.article-content .services__item._wallet::before {
  content: url("/img/wallet.svg");
  margin-right: 8px;
}
.article-content .plus-minus {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  background: #fbfbfb;
  padding: 30px;
}
@media screen and (max-width: 652px) {
  .article-content .plus-minus {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  .article-content .plus-minus {
    padding: 30px 10px;
  }
}
.article-content .plus-minus > h3 {
  width: 100%;
}
.article-content .plus-minus .plus {
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #b4b4b4;
  padding-right: 30px;
}
@media screen and (max-width: 652px) {
  .article-content .plus-minus .plus {
    border-bottom: 1px solid #b4b4b4;
    border-right: none;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
.article-content .plus-minus .plus__item {
  display: flex;
}
.article-content .plus-minus .plus__item::before {
  content: url("/img/zoom-in.svg");
  margin-right: 8px;
}
.article-content .plus-minus .minus {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}
@media screen and (max-width: 652px) {
  .article-content .plus-minus .minus {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.article-content .plus-minus .minus__item {
  display: flex;
}
.article-content .plus-minus .minus__item::before {
  content: url("/img/zoom-out.svg");
  margin-right: 8px;
}
.block-title {
  margin: 48px 0 24px;
}
@media screen and (max-width: 375px) {
  .block-title {
    padding: 10px;
  }
}
.block-title > h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-title > h2::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ec1751;
  border: none;
  margin: 12px 0;
  display: flex;
}
.block-title > p {
  text-align: center;
}
.article__contents-list {
  display: none;
}
.article__contents.active .article__contents-list {
  display: block;
}
.article__contents.active .article__contents-title > .article__contents-poligon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article__contents.active .article__contents-title {
  margin-bottom: 24px;
}

.article-content > .block > .screenshot {
  background: #fff5f7;
  padding: 30px;
}

.article-content > .block > .screenshot img {
  margin: 0 auto;
}
