@charset "UTF-8";
/* чи настільки нам треба саме під 5-ий айфон верстати? 
 *** під 5-ий окремо не треба, він теж буде для < 800px */
/* чи можна лишити лише 2-3 варіанти? 
*** middle: 1000px, як на мене, не потрібен.
в мене, є сумніви щодо відображення головної у двох випадків: 
1) iPad(768 x 1024) у  portrait - я йому думаю зробити десктопну версію, але трішки змінити грід (але це коли поміняємо головну вже, бо в нас же
зараз тимчасовий варіант головної)
2) iPhoneX (375 х 812) у landscape і всі інші у landscape - поки не знаю, що їм робити з одного боку навряд чи хтось буде активно читати сайт 
з landscape, з іншої - воно має якось пристойно виглядати, при розвороті екрану  */
/* todo чи треба нам ці змінні? Може їх якось по-людськи назвати? 
а нам цей bgcol взагалі потрібен, він же в нас білий*/
/* todo Назвати якось більш дескриптивно 
*** не певна, що ми його використовуємо, вточню в Кельм, чи в нас чорний по дефолу чи якийсь його відтінок */
:root {
  --texty-salmon: #ed6746; }

#menu__toggle {
  display: none; }

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg); }

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0); }

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg); }

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0; }

.menu__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 20000; }

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s; }
  @media (max-width: 800px) {
    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
      background-color: white; } }
.menu__btn > span::before {
  content: '';
  top: -8px; }

.menu__btn > span::after {
  content: '';
  top: 8px; }

.menu__box {
  display: grid;
  grid-template-columns: [start] 17fr [burger-menu-start] 43fr [burger-menu-end] 14fr [end];
  width: 100%;
  max-width: 1400px;
  position: absolute;
  visibility: hidden;
  left: -100%;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: white;
  transition-duration: .25s;
  z-index: 10000; }
  @media (max-width: 800px) {
    .menu__box {
      display: block;
      top: 50px;
      height: max-content;
      background-color: rgba(0, 0, 0, 0.88); } }
  @media (min-width: 1400px) {
    .menu__box {
      margin-left: calc((100% - 1400px)/2); } }
.items__container {
  grid-column: start/end;
  display: flex;
  justify-content: space-around;
  list-style: none; }
  @media (max-width: 800px) {
    .items__container {
      display: block;
      padding: 10px 20px 0 20px;
      grid-column: 1/-1;
      z-index: 10000; } }
.menu__item {
  text-transform: capitalize;
  display: block;
  padding: 2px 0;
  width: max-content;
  color: #ed6746;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  margin: 10px 0;
  text-decoration: none;
  transition-duration: .25s; }
  @media (max-width: 800px) {
    .menu__item {
      text-transform: uppercase;
      color: white;
      margin-bottom: 15px;
      font-weight: bold; } }
.menu__item:hover {
  text-decoration: underline; }

.mobile-only {
  display: none; }
  @media (max-width: 800px) {
    .mobile-only {
      display: block; } }
header {
  min-height: 2em;
  width: 100%;
  background-color: white;
  display: flex;
  display: grid;
  grid-template-columns: [start] 2fr [logo-start] 15fr [rubrics-start] 55fr [rubrics-end] 2fr [end];
  align-items: center;
  z-index: 10;
  /*назви рубрик */
  /* лого  */
  /* пошук  */
  /* донейт  */ }
  @media (max-width: 800px) {
    header {
      position: fixed;
      top: 0;
      height: 50px;
      background-color: black;
      grid-template-columns: auto 80px 50px; } }
  @media print and (max-width: 800px) {
    header {
      position: relative; } }
  header .rubrics-container {
    cursor: pointer;
    grid-column: rubrics-start/rubrics-end;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 800px) {
      header .rubrics-container {
        display: block;
        grid-column: 2/3;
        grid-row: 1/2;
        padding: 0 20px; } }
    header .rubrics-container .r-burger {
      grid-column: 7/8; }
      @media (max-width: 800px) {
        header .rubrics-container .r-burger {
          grid-column: 1/2;
          grid-row: 1/2; } }
    header .rubrics-container .r3 a, header .rubrics-container .r4 a, header .rubrics-container r7 a {
      display: flex;
      align-items: center; }
    header .rubrics-container .r3 img, header .rubrics-container .r4 img, header .rubrics-container r7 img {
      width: 16px;
      margin-left: 5px;
      margin-top: 4px; }
    @media (max-width: 800px) {
      header .rubrics-container .r1, header .rubrics-container .r2, header .rubrics-container .r3, header .rubrics-container .r4 {
        display: none; } }
    @media (max-width: 1000px) {
      header .rubrics-container .r5, header .rubrics-container .r6, header .rubrics-container .r7 {
        display: none; } }
  header .rubric {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0; }
    header .rubric a span {
      display: inline-block; }
  header .texty-logo {
    grid-column-start: logo-start;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 800px) {
      header .texty-logo {
        grid-column: 1/2;
        justify-content: center;
        margin-left: 1em; } }
    header .texty-logo img {
      min-width: 150px;
      max-width: 100%;
      max-height: 20px;
      object-fit: contain; }
  header #search {
    position: relative;
    width: 40px; }
    @media (max-width: 800px) {
      header #search {
        display: none; } }
    header #search label {
      display: block;
      cursor: pointer; }
    header #search #search-icon {
      width: 20px; }
    header #search .search-form {
      width: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 120%;
      transition: width 0.5s ease-out;
      z-index: 100000; }
      @media (max-width: 800px) {
        header #search .search-form {
          display: none; } }
      header #search .search-form .search-box {
        border-width: 0;
        width: 300px;
        z-index: 100000;
        height: 2em;
        padding-left: 10px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #ed6746;
        background-color: #fce7e2; }
    header #search input#search_toggle {
      display: none; }
    header #search input#search_toggle:checked + label + .search-form {
      width: 300px !important; }
  header input::placeholder {
    font-size: 16px;
    font-weight: 400; }
  header .search-form-mob .search-box {
    padding-left: 10px;
    width: 100%;
    border: 1px solid #222222;
    height: 40px;
    margin: 10px auto 20px 0; }
  header .red-donate {
    height: 100%;
    width: 100%;
    display: flex;
    background-color: #ed6746; }
    @media (min-width: 800px) {
      header .red-donate {
        display: none; } }
    header .red-donate a {
      margin: auto;
      font-weight: 600;
      font-size: 25px !important; }
      header .red-donate a:hover {
        color: white; }
  header .btn-colorize-on-hover img {
    filter: brightness(0); }
  header .btn-colorize-on-hover:hover img {
    filter: brightness(1); }
  header .special-devil-animation {
    color: #ed6746;
    background-image: -webkit-linear-gradient(45deg, #a800cc, #cccb00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear; }

@keyframes hue {
  from {
    filter: hue-rotate(0deg); }
  to {
    filter: hue-rotate(-360deg); } }
    header .special-devil-animation:hover {
      background-image: unset;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;
      -webkit-animation: unset; }

footer {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: [start] 2fr [logo-start] 13fr [logo-end] 5fr [guide-start] 35fr [guide-end] 5fr [sb-start] 13fr [sb-end] 1fr [end]; }
  @media (max-width: 800px) {
    footer {
      background-color: black;
      color: white;
      padding: 30px 1em;
      display: block;
      margin-top: -2px; } }
  footer li, footer p {
    font-size: 16px;
    margin: 5px 0; }
  footer li.mobile-only:first-of-type {
    margin-top: 50px; }

.uppercase {
  text-transform: uppercase; }

#logo-copyright {
  grid-column: logo-start/logo-end; }
  #logo-copyright .copyright {
    margin: 20px auto; }
  #logo-copyright .copyleft {
    transform: scaleX(-1);
    display: inline-block; }
  #logo-copyright a.texty-logo {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #logo-copyright a.texty-logo img {
      width: 100%;
      margin: auto; }

#guide-block {
  grid-column: guide-start/guide-end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between; }
  @media (max-width: 1050px) {
    #guide-block {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 800px) {
    #guide-block {
      display: block; } }
  #guide-block ul {
    list-style-type: none;
    margin-bottom: 30px; }

#social_buttons {
  grid-column: sb-start/sb-end; }
  @media (max-width: 800px) {
    #social_buttons {
      margin-top: 50px; } }
  #social_buttons img {
    width: 30px;
    margin-right: 10px; }

#license {
  grid-column: logo-start/guide-start;
  margin-top: 1em; }
  #license p {
    font-size: 12px;
    max-width: 30em; }

.subscribe-footer {
  width: 100%;
  margin: 50px auto;
  display: grid;
  min-height: 100px;
  height: max-content;
  background-color: black;
  color: white;
  grid-template-columns: [start] 2fr [subscribe-call-start] 15fr [subscribe-call-end] 3fr [mail-container-start] 17fr [mail-container-end button-start] 18fr [button-end] 3fr [last-release-start] 14fr [last-release-end] 2fr [end];
  align-items: center; }
  .subscribe-footer p {
    font-size: 17px; }
  .subscribe-footer .subscribe-call {
    grid-column: subscribe-call-start / subscribe-call-end;
    margin: 1em 0; }
  .subscribe-footer .mail-input-container {
    display: flex;
    grid-column: mail-container-start / mail-container-end;
    height: 40px;
    border: 2px solid grey;
    border-right-style: none; }
    .subscribe-footer .mail-input-container a {
      display: flex; }
    .subscribe-footer .mail-input-container input {
      border: 0;
      min-height: 30px;
      width: calc(100% - 50px);
      font-size: 17px;
      letter-spacing: 1px;
      background-color: black;
      color: grey; }
    .subscribe-footer .mail-input-container i.icon-envelope {
      margin: auto 10px;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" fill="white" width="30px" height="30px" viewBox="0 0 511.626 511.626" style="enable-background:new 0 0 511.626 511.626;" xml:space="preserve"><g><g><path d="M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z"/><path d="M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z"/></g></g></svg>'); }
  .subscribe-footer .subscribe-button {
    grid-column: button-start / button-end;
    height: 40px;
    font-size: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    min-height: 30px;
    border: 0;
    font-weight: bold;
    background-color: white;
    color: black; }
  .subscribe-footer .last-release {
    grid-column: last-release-start/last-release-end; }
    .subscribe-footer .last-release p:not(:last-of-type) {
      margin-bottom: 0.5em; }
    .subscribe-footer .last-release a {
      text-decoration: underline; }

@media (max-width: 800px) {
  .subscribe-footer {
    background-color: unset;
    color: unset;
    display: flex;
    flex-direction: column;
    margin: 50px auto;
    width: 80%;
    max-width: 40em; }
    .subscribe-footer .subscribe-call, .subscribe-footer .last-release {
      margin: 7px 0;
      text-align: center; }
    .subscribe-footer .mail-input-container {
      border: 1px solid grey;
      width: 100%;
      display: flex; }
      .subscribe-footer .mail-input-container input {
        background-color: unset;
        border: 0;
        min-height: 30px;
        width: 100%; }
      .subscribe-footer .mail-input-container i.icon-envelope {
        margin: auto 10px;
        width: 40px;
        height: 30px;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" fill="black" width="30px" height="30px" viewBox="0 0 511.626 511.626" style="enable-background:new 0 0 511.626 511.626;" xml:space="preserve"><g><g><path d="M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z"/><path d="M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z"/></g></g></svg>'); }
    .subscribe-footer .subscribe-button {
      cursor: pointer;
      min-height: 38px;
      border: 0;
      font-weight: bold;
      color: white;
      background-color: black;
      width: 100%; } }

.donate-banner {
  display: none;
  transition: bottom 3s;
  position: fixed;
  width: 100%;
  height: auto;
  max-height: 85vh;
  z-index: 100001;
  color: white;
  background-color: rgba(237, 103, 70, 0.9);
  font-size: calc(20px + 0.6vw);
  font-weight: normal; }
  .donate-banner.moving {
    display: block;
    bottom: -100%; }
  .donate-banner.shown {
    display: block;
    bottom: 0; }
  .donate-banner .content {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 20% 40% 40%;
    position: relative; }
    @supports not (display: grid) {
      .donate-banner .content {
        display: flex; } }
    @media (max-width: 1200px) {
      .donate-banner .content {
        grid-template-columns: 45% 55%; } }
    @media (max-width: 800px) and (orientation: portrait) {
      .donate-banner .content {
        display: block; } }
    .donate-banner .content .left-image {
      position: relative; }
      @supports not (display: grid) {
        .donate-banner .content .left-image {
          width: 20vw; } }
      @media (max-width: 1200px) {
        .donate-banner .content .left-image {
          display: none; } }
      .donate-banner .content .left-image img {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    .donate-banner .content .right-image {
      position: relative; }
      @supports not (display: grid) {
        .donate-banner .content .right-image {
          width: 40vw; } }
      .donate-banner .content .right-image img {
        display: block;
        pointer-events: none;
        width: 85%;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media (max-width: 800px) {
          .donate-banner .content .right-image img {
            display: none; } }
    .donate-banner .content .message {
      width: 90%;
      margin: 1rem;
      line-height: 1.2; }
      @supports not (display: grid) {
        .donate-banner .content .message {
          width: 50vw; } }
      .donate-banner .content .message p {
        margin-bottom: 15px; }
      @media (max-width: 800px) and (orientation: landscape) {
        .donate-banner .content .message p:nth-child(2) {
          display: none; } }
    .donate-banner .content .buttons {
      font-weight: 800;
      width: 100%;
      font-size: 0.7em;
      margin: 1rem;
      display: grid;
      grid-template-columns: repeat(4, max-content); }
      @media (max-width: 800px) {
        .donate-banner .content .buttons {
          display: block; } }
      .donate-banner .content .buttons .row {
        grid-column: 1/-1;
        margin-bottom: 20px; }
        .donate-banner .content .buttons .row .btn {
          margin-right: 10px; }
    .donate-banner .content .patreon-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-column: 1/3; }
      @media (max-width: 800px) {
        .donate-banner .content .patreon-btn {
          display: block;
          margin-bottom: 10px; } }
    .donate-banner .content .support-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-column: 3/5;
      max-width: 10em;
      padding: 2px 10px; }
      @media (max-width: 800px) {
        .donate-banner .content .support-btn {
          max-width: max-content;
          padding: 15px 10px; } }
  .donate-banner .close-btn {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 1; }
  .donate-banner .close-btn:hover:before, .donate-banner .close-btn:hover:after {
    background-color: white; }
  .donate-banner .close-btn:before, .donate-banner .close-btn:after {
    position: absolute;
    left: 20px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: black; }
  .donate-banner .close-btn:before {
    transform: rotate(45deg); }
  .donate-banner .close-btn:after {
    transform: rotate(-45deg); }
  .donate-banner .blk {
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .donate-banner .caption {
    margin-top: 10px;
    color: black;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: 0.03em; }
  .donate-banner a.btn {
    cursor: pointer;
    border: 2px solid white;
    padding: 15px 10px;
    width: max-content;
    font-weight: 700;
    letter-spacing: 0.07em;
    display: inline-block;
    min-height: 2.5em;
    text-align: center; }
    .donate-banner a.btn:hover {
      background-color: white;
      color: #ed6746; }
    .donate-banner a.btn:focus {
      border: 3px solid white; }
  .donate-banner a.patreon-btn {
    position: relative;
    padding-left: 2.7em; }
    .donate-banner a.patreon-btn::before {
      content: "";
      width: 2.7em;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("/static/core/images/patreon_salmon.svg?b874f77c0374");
      background-size: 2em;
      background-repeat: no-repeat;
      background-position: 0.3em 0.3em;
      filter: brightness(0) invert(1); }
    .donate-banner a.patreon-btn:hover::before {
      filter: none; }

* {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: ProximaNova, sans-serif;
  line-height: 1.3; }

@media (max-width: 800px) {
  main {
    margin-top: 50px; } }

input {
  font-family: ProximaNova, sans-serif; }

a {
  text-decoration: inherit;
  color: inherit;
  transition: color .05s ease-in-out; }
  a:hover {
    color: #ed6746; }

.rubric {
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 800px) {
    .rubric {
      text-transform: none;
      font-size: 18px;
      color: #ed6746; } }
/* Cтворила _common_settings.scss - туди можна виносити щось загальне */
.svg-icon {
  width: 2em;
  height: 2em; }

.editor-bar {
  margin-left: 1.5em;
  position: absolute;
  z-index: 1000; }

.edit-link {
  display: inline-block;
  margin-left: 1em;
  padding: 0 0.5em;
  background-color: black;
  color: #ffc423;
  stroke: #ffc423;
  font-size: 0.9em;
  font-weight: 800;
  text-transform: uppercase; }
  .edit-link:hover {
    text-decoration: underline;
    background-color: #ffc423;
    color: black;
    stroke: black; }

.editor-label {
  color: #ffc423;
  font-size: 0.9em; }

.editor-glued {
  fill: #ffc423;
  display: inline-block;
  padding: 0 0.5em; }
  .editor-glued .svg-icon {
    width: 4vw;
    height: 4vw; }
  .editor-glued.small .svg-icon {
    width: 2vw;
    height: 2vw; }

@media (min-width: 801px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 800px) {
  .desktop-only {
    display: none !important; } }

/* заголовки маленьких блочків (стежити, популярне, підписка тощо) */
.piece-title {
  width: 100%;
  margin-bottom: 10px;
  font-size: calc(10px + 0.5vw); }
  @media (max-width: 800px) {
    .piece-title {
      font-size: 16px; } }
article blockquote,
article aside.pullquote {
  display: block;
  grid-column: blockquote-start / blockquote-end;
  font-size: calc(28px + 0.5vw);
  letter-spacing: 0;
  font-weight: 300;
  text-transform: uppercase;
  padding: 1em 0;
  position: relative;
  line-height: 1.7; }
  @media (max-width: 800px) {
    article blockquote,
    article aside.pullquote {
      margin-left: 0; } }
article figure.richtext-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: unset; }
  article figure.richtext-image.text-width {
    grid-column: text-start/text-end; }
  article figure.richtext-image.medium-width {
    grid-column: floating-left-end/floating-right-start; }
  article figure.richtext-image.full-width {
    grid-column: start/end; }
  article figure.richtext-image + p {
    font-weight: 300;
    margin-top: -10px;
    font-style: italic;
    font-size: 1em; }

article b {
  font-weight: normal;
  background-color: rgba(237, 103, 70, 0.15); }

article b.highlight {
  font-weight: normal;
  background-color: rgba(237, 103, 70, 0.15); }

article h1 {
  font-size: calc(28px + 0.5vw);
  margin-top: 40px;
  margin-bottom: 10px !important; }
  @media (max-width: 800px) {
    article h1 {
      font-size: 30px; } }
article h2 {
  font-size: calc(19px + 0.5vw);
  margin-top: 40px;
  margin-bottom: 10px !important; }
  @media (max-width: 800px) {
    article h2 {
      font-size: 24px; } }
article h3, article h4, article h5 {
  font-size: calc(14px + 0.5vw); }
  @media (max-width: 800px) {
    article h3, article h4, article h5 {
      font-size: 20px; } }
article p, article li {
  font-size: calc(14px + 0.5vw);
  line-height: 1.5; }
  @media (max-width: 800px) {
    article p, article li {
      font-size: 20px; } }
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a, article p a, article b a, article blockquote a, article div a, article ul a, article li a, article ol a {
  padding-bottom: 0;
  border-bottom: 2px solid #ed6746; }
  article h1 a:hover, article h2 a:hover, article h3 a:hover, article h4 a:hover, article h5 a:hover, article h6 a:hover, article p a:hover, article b a:hover, article blockquote a:hover, article div a:hover, article ul a:hover, article li a:hover, article ol a:hover {
    border-bottom-style: solid;
    color: #ed6746; }

article ul li, article ol li {
  margin-left: 2em; }

article .hidden-preview,
article .preview-hidden {
  display: none; }

article figure {
  grid-column: text-start / text-end; }
  article figure img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  article figure.full-width {
    grid-column: start / end;
    margin: 30px 0; }
    article figure.full-width img {
      display: block; }
  article figure.medium-width {
    grid-column: blockquote-start / blockquote-end; }
  article figure.text-width {
    grid-column: text-start / text-end; }

article .block-spoiler {
  grid-column: start/end; }
  article .block-spoiler .wrap-collabsible {
    margin-bottom: 1.2rem;
    display: grid;
    grid-template-columns: [start] 2fr [floating-left-start] 9fr [floating-left-end blockquote-start] 6fr [title-start text-start] 38fr [text-end title-end] 4fr [floating-right-start blockquote-end] 12fr [floating-right-end] 3fr [end]; }
    @media (max-width: 800px) {
      article .block-spoiler .wrap-collabsible {
        display: flex;
        flex-direction: column; } }
    article .block-spoiler .wrap-collabsible input[type='checkbox'] {
      display: none; }
    article .block-spoiler .wrap-collabsible .lbl-toggle {
      grid-column: text-start/text-end;
      display: block;
      font-size: 1.2rem;
      letter-spacing: 0.15rem;
      text-transform: uppercase;
      text-align: center;
      padding: 0.7rem;
      color: #575757;
      background: #F9F6ED;
      cursor: pointer;
      border-radius: 7px;
      transition: all 0.25s ease-out; }
    article .block-spoiler .wrap-collabsible .lbl-toggle:hover {
      color: #1b1b1b; }
    article .block-spoiler .wrap-collabsible .lbl-toggle::before {
      content: ' ';
      display: inline-block;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid currentColor;
      vertical-align: middle;
      margin-right: .7rem;
      transform: translateY(-2px);
      transition: transform .2s ease-out; }
    article .block-spoiler .wrap-collabsible .toggle:checked + .lbl-toggle::before {
      transform: rotate(90deg) translateX(-3px); }
    article .block-spoiler .wrap-collabsible .collapsible-content {
      grid-column: start/end;
      max-height: 0;
      overflow: hidden;
      transition: max-height .75s ease-in-out; }
    article .block-spoiler .wrap-collabsible .toggle:checked + .lbl-toggle + .collapsible-content {
      max-height: unset; }
    article .block-spoiler .wrap-collabsible .toggle:checked + .lbl-toggle {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    article .block-spoiler .wrap-collabsible .collapsible-content .content-inner {
      background: rgba(250, 224, 66, 0.08);
      border-bottom: 1px solid rgba(250, 224, 66, 0.75);
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
      padding: .5rem 1rem;
      display: grid;
      grid-template-columns: [start] 2fr [floating-left-start] 9fr [floating-left-end blockquote-start] 6fr [title-start text-start] 38fr [text-end title-end] 4fr [floating-right-start blockquote-end] 12fr [floating-right-end] 3fr [end]; }
      @media (max-width: 800px) {
        article .block-spoiler .wrap-collabsible .collapsible-content .content-inner {
          display: flex;
          flex-direction: column; } }
      article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > p, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > figure, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > blockquote, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > div,
      article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h1, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h2, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h3, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h4, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h5, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > ol, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > ul, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > hr, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > a {
        grid-column: text-start/text-end;
        margin-bottom: 20px; }
        article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > p img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > img img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > figure img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > blockquote img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > div img,
        article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h1 img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h2 img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h3 img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h4 img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > h5 img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > ol img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > ul img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > hr img, article .block-spoiler .wrap-collabsible .collapsible-content .content-inner > a img {
          max-width: 100%; }

article .block-image_gallery {
  position: relative;
  grid-column: start/end;
  margin: 40px -1em;
  /* Fading animation */ }
  article .block-image_gallery .image-wrapper {
    position: relative; }
    article .block-image_gallery .image-wrapper .image-placeholder {
      position: relative;
      max-width: 100%;
      display: flex;
      justify-content: center; }
      article .block-image_gallery .image-wrapper .image-placeholder figure {
        display: none;
        margin: 0; }
        article .block-image_gallery .image-wrapper .image-placeholder figure.active {
          display: table; }
        article .block-image_gallery .image-wrapper .image-placeholder figure.actual {
          flex-shrink: 0;
          max-width: 100%;
          max-height: 100%; }
        article .block-image_gallery .image-wrapper .image-placeholder figure img {
          max-width: 100%;
          max-height: 90vh; }
      article .block-image_gallery .image-wrapper .image-placeholder .side-holder {
        background-color: black;
        flex-grow: 1;
        flex-shrink: 1;
        overflow: hidden; }
        article .block-image_gallery .image-wrapper .image-placeholder .side-holder figure {
          display: block;
          height: 100%; }
        article .block-image_gallery .image-wrapper .image-placeholder .side-holder figure {
          background-size: cover;
          height: 100%; }
        article .block-image_gallery .image-wrapper .image-placeholder .side-holder.before figure {
          background-position: left; }
        article .block-image_gallery .image-wrapper .image-placeholder .side-holder.after figure {
          background-position: right; }
  article .block-image_gallery .figcaption-placeholder {
    max-width: 45em;
    margin: 0 auto; }
    article .block-image_gallery .figcaption-placeholder figcaption {
      display: none;
      margin-left: 1em;
      margin-right: 1em; }
      article .block-image_gallery .figcaption-placeholder figcaption.active {
        display: block; }
  article .block-image_gallery .gallery-reel-controls {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  article .block-image_gallery .gallery-reel-control {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    z-index: 1; }
  article .block-image_gallery .gallery-reel-control-btn {
    background: initial;
    border: initial;
    position: relative;
    color: #000;
    padding: 8px;
    box-sizing: border-box;
    pointer-events: all;
    opacity: .75;
    transition: opacity 600ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer; }
    article .block-image_gallery .gallery-reel-control-btn:hover {
      opacity: 1; }
  article .block-image_gallery .gallery-reel-control-btn::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 1;
    border-radius: .3em; }
  article .block-image_gallery .gallery-reel-control-btn-icon {
    position: relative;
    width: 28px;
    height: 28px; }
    article .block-image_gallery .gallery-reel-control-btn-icon svg {
      width: 100%;
      height: 100%;
      stroke: black;
      stroke-width: 4px; }
  article .block-image_gallery .gallery-reel-control:last-child {
    margin-right: 15px; }
  article .block-image_gallery .gallery-reel-control:first-child {
    margin-left: 15px; }
  article .block-image_gallery .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: .5s;
    animation-name: fade;
    animation-duration: .5s; }

@-webkit-keyframes fade {
  from {
    opacity: .7; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: .7; }
  to {
    opacity: 1; } }

article .block-responsive_iframe {
  grid-column: text-start / text-end; }
  article .block-responsive_iframe.full-width {
    grid-column: start / end; }
  article .block-responsive_iframe.medium-width {
    grid-column: blockquote-start / blockquote-end; }
  article .block-responsive_iframe.text-width {
    grid-column: text-start / text-end; }
  article .block-responsive_iframe .responsive-iframe-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden; }
    article .block-responsive_iframe .responsive-iframe-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  article .block-responsive_iframe .figcaption {
    font-weight: 100;
    font-style: italic;
    font-size: 1em; }

aside.published_at_desktop {
  width: 100%;
  /* Котейнер для мета-інфи про статтю (час публікації, автори, к-ть переглядів) */
  /* .view-amount-icon {
  width: 20px;
  margin-left: 5px;
  margin-bottom: -5px;
  display: none;
  @include for-mobile{
    display: inline-block;
  }
}

  .view-amount {
    display: none;
    @include for-mobile{
      display: inline-block;
      padding: 0 5px;
    }
  } */ }
  @media (max-width: 800px) {
    aside.published_at_desktop {
      display: none; } }
  aside.published_at_desktop a {
    border-bottom: none;
    color: black; }
  aside.published_at_desktop .aside-inner div.content-wrapper p {
    font-size: 14px; }
  aside.published_at_desktop .aside-inner div.content-wrapper .published_at_time {
    display: none; }
  aside.published_at_desktop .aside-inner a.author {
    border-bottom: 1px solid black; }
    aside.published_at_desktop .aside-inner a.author:hover {
      border-bottom: 1px solid #ed6746; }

aside.rubric_author_date_mobile {
  display: none; }
  @media (max-width: 800px) {
    aside.rubric_author_date_mobile {
      display: flex;
      min-height: 35px;
      margin-bottom: 30px;
      /* Кнопка рубрики для мобільного */
      /* Котейнер для мета-інфи про статтю (час публікації, автори, к-ть переглядів) */
      /* .view-amount-icon {
    width: 20px;
    margin-left: 5px;
    margin-bottom: -5px;
    display: none;
    @include for-mobile{
      display: inline-block;
    }
  }

    .view-amount {
      display: none;
      @include for-mobile{
        display: inline-block;
        padding: 0 5px;
      }
    } */ }
      aside.rubric_author_date_mobile a.author {
        border-bottom: 1px solid black;
        color: black; }
        aside.rubric_author_date_mobile a.author:hover {
          border-bottom: 1px solid #ed6746; }
      aside.rubric_author_date_mobile .rubric-pointer-mobile {
        width: max-content;
        padding: 5px;
        text-align: center;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
        background-color: black;
        color: white;
        margin-right: 10px;
        display: flex;
        height: auto; }
        aside.rubric_author_date_mobile .rubric-pointer-mobile p {
          margin: auto; }
      aside.rubric_author_date_mobile .aside-inner {
        display: flex; }
        aside.rubric_author_date_mobile .aside-inner div.content-wrapper {
          margin: auto 0; }
          aside.rubric_author_date_mobile .aside-inner div.content-wrapper p {
            display: inline-block;
            font-size: 14px; }
          aside.rubric_author_date_mobile .aside-inner div.content-wrapper p:not(:first-child) {
            padding-left: 5px; }
          aside.rubric_author_date_mobile .aside-inner div.content-wrapper p:not(:last-child) {
            border-right: 1px solid black;
            padding-right: 5px; }
          aside.rubric_author_date_mobile .aside-inner div.content-wrapper .author {
            height: auto; }
          aside.rubric_author_date_mobile .aside-inner div.content-wrapper .published_at_time {
            display: inline-block; } }
.floating-right-autoplace {
  grid-column: floating-right-start/floating-right-end; }

/* підписка - боковий варіант праворуч від статті */
.subscribe-aside {
  display: block;
  width: 100%; }
  @media (max-width: 800px) {
    .subscribe-aside {
      display: none; } }
  .subscribe-aside .mail-input-container {
    display: flex;
    margin: 0;
    border: 1px solid grey; }
    .subscribe-aside .mail-input-container input {
      padding: 5px;
      border: none;
      width: calc(100% - 30px); }
    .subscribe-aside .mail-input-container i.icon-envelope {
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" fill="black" width="30px" height="30px" viewBox="0 0 511.626 511.626" style="enable-background:new 0 0 511.626 511.626;" xml:space="preserve"><g><g><path d="M49.106,178.729c6.472,4.567,25.981,18.131,58.528,40.685c32.548,22.554,57.482,39.92,74.803,52.099 c1.903,1.335,5.946,4.237,12.131,8.71c6.186,4.476,11.326,8.093,15.416,10.852c4.093,2.758,9.041,5.852,14.849,9.277 c5.806,3.422,11.279,5.996,16.418,7.7c5.14,1.718,9.898,2.569,14.275,2.569h0.287h0.288c4.377,0,9.137-0.852,14.277-2.569 c5.137-1.704,10.615-4.281,16.416-7.7c5.804-3.429,10.752-6.52,14.845-9.277c4.093-2.759,9.229-6.376,15.417-10.852 c6.184-4.477,10.232-7.375,12.135-8.71c17.508-12.179,62.051-43.11,133.615-92.79c13.894-9.703,25.502-21.411,34.827-35.116 c9.332-13.699,13.993-28.07,13.993-43.105c0-12.564-4.523-23.319-13.565-32.264c-9.041-8.947-19.749-13.418-32.117-13.418H45.679 c-14.655,0-25.933,4.948-33.832,14.844C3.949,79.562,0,91.934,0,106.779c0,11.991,5.236,24.985,15.703,38.974 C26.169,159.743,37.307,170.736,49.106,178.729z"/><path d="M483.072,209.275c-62.424,42.251-109.824,75.087-142.177,98.501c-10.849,7.991-19.65,14.229-26.409,18.699 c-6.759,4.473-15.748,9.041-26.98,13.702c-11.228,4.668-21.692,6.995-31.401,6.995h-0.291h-0.287 c-9.707,0-20.177-2.327-31.405-6.995c-11.228-4.661-20.223-9.229-26.98-13.702c-6.755-4.47-15.559-10.708-26.407-18.699 c-25.697-18.842-72.995-51.68-141.896-98.501C17.987,202.047,8.375,193.762,0,184.437v226.685c0,12.57,4.471,23.319,13.418,32.265 c8.945,8.949,19.701,13.422,32.264,13.422h420.266c12.56,0,23.315-4.473,32.261-13.422c8.949-8.949,13.418-19.694,13.418-32.265 V184.437C503.441,193.569,493.927,201.854,483.072,209.275z"/></g></g></svg>'); }
  .subscribe-aside p {
    font-size: calc(10px + 0.5vw); }
  .subscribe-aside .subscribe-button {
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    border: 0;
    font-weight: bold;
    color: white;
    background-color: black; }
  .subscribe-aside .last-release {
    margin-top: 0.5em; }
    .subscribe-aside .last-release a {
      border-bottom: 1px solid; }

.donate-us {
  grid-column: text-start / text-end;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 10px; }
  @media (min-width: 801px) and (max-width: 1300px) {
    .donate-us {
      display: block; } }
  @media (max-width: 800px) {
    .donate-us {
      height: max-content;
      display: block;
      max-width: 80%;
      margin: 30px auto; } }
  .donate-us hr {
    grid-column: 1/-1;
    margin: 20px 0; }
  .donate-us a.donate-button {
    cursor: pointer;
    width: 100%;
    min-height: 50px;
    padding: 0 10px;
    color: white;
    background-color: #ed6746;
    display: flex; }
    @media (max-width: 800px) {
      .donate-us a.donate-button {
        width: auto; } }
    .donate-us a.donate-button p {
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: auto !important;
      font-size: 18px;
      font-weight: 600; }
  .donate-us a {
    border-bottom: 1px solid #ed6746; }

.share-article {
  grid-column: text-start/text-end;
  margin: 20px auto;
  display: flex;
  align-items: center;
  display: grid;
  width: 50%;
  min-width: max-content;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 800px) {
    .share-article {
      width: 60%; } }
  .share-article .share-title {
    grid-row: 1;
    text-align: center;
    width: 100%;
    grid-column: 1/-1; }
  .share-article .sb {
    grid-row: 2;
    cursor: pointer;
    height: max-content;
    margin: 10px 0;
    width: 100%;
    display: flex;
    border-right: 1px solid black; }
    .share-article .sb a {
      margin: 0 auto 0 auto; }
  .share-article .sb:last-child {
    border-right: 0; }

.rubric_and_donate {
  grid-column: floating-right-start/floating-right-end;
  align-self: center;
  min-width: 200px; }
  .rubric_and_donate .rubric-pointer, .rubric_and_donate .red-donate {
    height: 50px;
    display: flex;
    margin: 0;
    padding: 0; }
    .rubric_and_donate .rubric-pointer > *, .rubric_and_donate .red-donate > * {
      font-weight: 800;
      margin: auto;
      text-transform: uppercase; }
  .rubric_and_donate .rubric-pointer {
    width: 67%;
    float: left;
    background-color: black;
    color: white;
    border-bottom: none; }
    .rubric_and_donate .rubric-pointer p {
      font-size: calc(11px + 0.4vw);
      line-height: 1.4;
      text-align: center; }
    @media (max-width: 1100px) {
      .rubric_and_donate .rubric-pointer {
        width: 75%; } }
  .rubric_and_donate .red-donate {
    width: 33%;
    background-color: #ed6746;
    font-size: 25px !important; }
    .rubric_and_donate .red-donate:hover {
      color: white; }
    @media (max-width: 1100px) {
      .rubric_and_donate .red-donate {
        width: 25%; } }
  .rubric_and_donate .share-article-aside {
    margin: 10px auto;
    display: grid;
    width: 100%;
    min-width: max-content;
    grid-template-columns: 1fr 1.3fr 1fr; }
    .rubric_and_donate .share-article-aside .sb {
      cursor: pointer;
      height: max-content;
      margin: 10px 0;
      width: 100%;
      display: flex;
      border-right: 1px solid black; }
    .rubric_and_donate .share-article-aside .sb:last-child {
      border-right: 0; }
    .rubric_and_donate .share-article-aside .fb a {
      margin: 0 auto 0 0; }
    .rubric_and_donate .share-article-aside .tw a {
      margin: 0 auto; }
    .rubric_and_donate .share-article-aside .tl a {
      margin: 0 0 0 auto; }

.most-popular-aside {
  grid-column: floating-right-start/floating-right-end !important;
  height: max-content; }
  @media (max-width: 800px) {
    .most-popular-aside {
      display: none; } }
  .most-popular-aside .popular-item {
    border-bottom: 1px solid black;
    padding: 15px 0;
    margin: 0;
    font-weight: bold;
    font-size: 14px; }
  .most-popular-aside .popular-item:last-child {
    border-bottom: 0; }

.read-next {
  grid-column: text-start/text-end; }
  @media (max-width: 800px) {
    .read-next {
      margin: 0 1em; } }
  .read-next hr {
    border: none;
    height: 3px;
    margin-bottom: 15px;
    color: #333;
    /* old IE */
    background-color: #333;
    /* Modern Browsers */ }
  .read-next p {
    font-size: 18px;
    font-weight: bold; }
  .read-next .read-next-title {
    text-transform: uppercase;
    color: #ed6746; }
  .read-next .read-next-item {
    border-bottom: 1px solid black;
    padding: 15px 0;
    margin: 0; }
  .read-next .read-next-item:last-child {
    border-bottom: 0; }

.black-line {
  width: 50%;
  border-top: 8px solid black;
  margin-bottom: 10px; }

.follow-us {
  grid-column: floating-right-start/floating-right-end !important;
  height: max-content; }
  .follow-us img {
    width: 30px;
    margin-right: 10px; }

/* плаваючі блоки */
@media (max-width: 800px) {
  .floating {
    display: none; } }

.responsive-object {
  position: relative; }

.responsive-object > iframe, .responsive-object > object, .responsive-object > embed, .responsive-object > div, .responsive-object > p, .responsive-object > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

main {
  display: grid; }
  main > * {
    margin-left: 1em;
    margin-right: 1em; }
  @media (max-width: 800px) {
    main {
      display: block; } }
article {
  display: grid;
  grid-column: start/end;
  overflow-wrap: anywhere; }
  article .floating-right-autoplace {
    position: absolute;
    width: 190px;
    left: -5000px; }
    @media (max-width: 800px) {
      article .floating-right-autoplace {
        display: none; } }
    article .floating-right-autoplace.placed {
      position: unset;
      left: unset;
      width: unset; }
  @media (max-width: 800px) {
    article {
      margin: 1em;
      display: block; } }
main .section-full-width, article .section-full-width {
  grid-column: start/end; }

main .section-text-width, article .section-text-width {
  grid-column: text-start/text-end; }

.page-title {
  grid-column: title-start / title-end;
  grid-row: 1/2;
  line-height: 1.1;
  align-self: end;
  margin-bottom: 5vw !important;
  color: #333;
  font-size: 3.6vw; }
  .page-title.long-title {
    font-size: 3.2vw; }
  .page-title.short-title {
    font-size: 4.5vw; }
  @media (max-width: 800px) {
    .page-title {
      margin: 35px 0 30px 0;
      font-size: 30px !important;
      line-height: 1.3;
      align-self: unset; } }
.dropcap {
  grid-column: dropcap-start / dropcap-end;
  grid-row: 1/2;
  overflow: visible;
  margin: 0;
  font-size: 33vw;
  font-weight: 400;
  line-height: 1;
  color: white;
  text-shadow: -1px -1px 0 lightgrey, 1px -1px 0 lightgrey, -1px 1px 0 lightgrey, 1px 1px 0 lightgrey;
  font-style: italic;
  z-index: -100; }
  @media (max-width: 800px) {
    .dropcap {
      display: none; } }
.published_at_desktop {
  grid-column: floating-left-start/floating-left-end;
  grid-row: 2;
  position: absolute; }

article {
  display: grid;
  position: relative; }
  @media (max-width: 800px) {
    article {
      display: flex;
      flex-direction: column; } }
  article .lead > p {
    font-weight: 600;
    font-size: calc(15px + 0.5vw);
    margin-bottom: 20px; }
    @media (max-width: 800px) {
      article .lead > p {
        font-size: 20px; } }
    article .lead > p i {
      font-style: normal; }
  article > section, article > p, article > img, article > figure, article > blockquote, article > div,
  article > h1, article > h2, article > h3, article > h4, article > h5, article > ol, article > ul, article > hr, article > a {
    grid-column: text-start/text-end;
    margin-bottom: 20px; }
    article > section img, article > p img, article > img img, article > figure img, article > blockquote img, article > div img,
    article > h1 img, article > h2 img, article > h3 img, article > h4 img, article > h5 img, article > ol img, article > ul img, article > hr img, article > a img {
      max-width: 100%; }
  article > blockquote {
    grid-column: blockquote-start/blockquote-end; }
  article .figure > a {
    border-bottom: none !important; }

.tags {
  grid-column: text-start / text-end;
  margin-left: auto;
  margin-right: auto; }
  .tags a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 100;
    color: black;
    margin-right: 10px;
    border-bottom: 2px solid white; }
    .tags a:hover {
      border-bottom: 2px solid black; }
    .tags a:before {
      content: "+"; }

/* Наташтування для картинок */
figure {
  margin: 0; }
  @media (max-width: 800px) {
    figure {
      margin: 10px 0; } }
figure.medium > img {
  width: 95%; }

figcaption,
.figcaption {
  margin-left: 30%;
  margin-right: 10%;
  font-weight: 300;
  font-style: italic;
  font-size: 1em; }

.block-embed {
  grid-column: text-start/text-end; }

@media (max-width: 800px) {
  .share-article:last-of-type {
    display: none; } }

@media (min-width: 800px) {
  .share-article:last-of-type {
    display: none; } }

main,
article {
  grid-template-columns: [start] 2fr [floating-left-start] 9fr [floating-left-end blockquote-start] 6fr [title-start text-start] 38fr [text-end title-end] 4fr [floating-right-start blockquote-end] 12fr [floating-right-end] 3fr [end]; }

.main-grid {
  display: grid;
  grid-template-columns: [start] 2fr [floating-left-start] 9fr [floating-left-end blockquote-start] 6fr [title-start text-start] 38fr [text-end title-end] 4fr [floating-right-start blockquote-end] 12fr [floating-right-end] 3fr [end]; }
  @media (max-width: 800px) {
    .main-grid {
      display: block; } }
.page-title {
  margin: 50px 0; }
