#js__opinion-break__block {
  width: calc(60.5% + 90px);
  margin-left: 0;
}
.layout-block.opinion-break__block.visible {
  width: auto;
  margin: 0 auto;
  min-height: 15vw;
  padding: 18px 0;
}
section.opinion-break__block.row {
  width: auto;
}
.article.opinion-break__block__element {
  display: flex;
  flex-direction: row;
  background-color: #acd4ff;
}
.opinion-break__block__section--left {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.opinion-break__block__section--inner-left {
  width: 100%;
  display: flex;
  padding: 30px 0 0;
}
.opinion-break__block__section--inner-right {
  width: inherit;
  padding-right: 40px;
}

.opinion-break__block__object-title-row {
  width: 100%;
  height: 40px;
}
.opinion-break__block--author {
  color: #157efc;
  font-weight: 700;
  font-size: 0.95em;
  font-family: "DIN Pro";
}

.opinion-break__block--title {
  font-size: 2.5rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 30px;
  font-family: "DIN Pro";
  display: block;
  color: #000;
  margin: 30px 0;
}
.opinion-break__block--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.opinion-break__block__object-title {
  max-width: 50%;
  background-color: #157efc;
  position: absolute;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "DIN Pro";
  display: flex;
}
.opinion-break__block--lead {
  line-height: 20px;
  font-size: 0.95em;
  column-count: 2;
  column-gap: 40px;
  font-weight: 400;
  color: #000;
  padding-bottom: 30px;
  padding-left: 160px;
  font-family: "Roboto";
  font-weight: 400;
}

section.opinion-break__block.row .quote {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}
.opinion-break__block--figure img {
  display: block;
  border-radius: 90px;
  overflow: hidden;
  background-color: #999;
  margin: 0 auto 10px;
  filter: grayscale(100%);
  object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin: 0 20px;
}
.fakea {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 30px;
  font-weight: 900;
  font-size: 12px;
  color: #999;
  fill: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.dots {
  padding-left: 1vw;
}
section.opinion-break__block.row .quote svg {
  width: 60px;
  height: 60px;
  fill: #000;
}
body.dark section.opinion-break__block.row .quote svg {
  fill: #fff;
}
body.dark .opinion-break__block--title,
body.dark .opinion-break__block--lead {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #js__opinion-break__block {
    width: auto;
  }
  section.opinion-break__block.row {
    width: 100%;
  }
  .article.opinion-break__block__element {
    padding: 0 0 20px 0;
  }
  .opinion-break__block__section--left {
    width: 100%;
  }
  .opinion-break__block--lead {
    padding: 0 10px;
  }
  .opinion-break__block__section--right {
    display: none;
  }
  .opinion-break__block__section--inner-left {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0;
  }
  .opinion-break__block--figure {
    width: 100%;
  }
  .opinion-break__block--wrapper {
    width: 100%;
    padding: 5px 20px;
  }
  .opinion-break__block__section--inner-right {
    width: inherit;
    padding-right: 0;
    padding: 0 10px;
  }
}
