@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?ce0e4fdb6e3a");
      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; } }
main {
  display: grid;
  grid-template: '. big-card      .        dj          dj           dj' '. articles      .        .         donate         .' '. fragments fragments fragments   fragments       .' / 0fr  40fr        5fr     5fr        12fr         8fr; }
  @media (max-width: 800px) {
    main {
      display: block;
      margin-top: 70px; }
      main > section {
        margin-left: 1em;
        margin-right: 1em; } }
.dj-projects {
  margin-top: 2.5em; }

.big-card {
  grid-area: big-card;
  display: grid;
  grid-template-columns: [start texture-start] 14fr [title-start] 26fr [texture-end title-end end];
  /* заголовок головної статті, що на текстурній підложці*/
  /* для текстової текстури головної новини*/ }
  @media (max-width: 800px) {
    .big-card {
      display: block;
      min-height: max-content;
      padding-bottom: 20px;
      border-bottom: 1px solid black; } }
  .big-card .big-card-title {
    grid-column: title-start/title-end;
    grid-row: 1/2;
    margin: auto;
    /* padding-bottom: 50px;
    padding-top: 9vw; */
    z-index: 100;
    /*  в мене 2.5vw дуже дрібні, може 3/3.5/4 - міряла на максимальній довжині загу в кожному класу - влазить ок */ }
    .big-card .big-card-title h1 {
      font-size: 3.2vw;
      line-height: 1;
      letter-spacing: 0.3pt;
      display: inline; }
      .big-card .big-card-title h1.long-title {
        font-size: 2.8vw; }
      .big-card .big-card-title h1.short-title {
        font-size: 4vw; }
      @media (max-width: 800px) {
        .big-card .big-card-title h1 {
          font-size: 20px !important;
          line-height: 1.3; } }
  .big-card .big-card-texture-wrapper {
    position: relative;
    grid-column: texture-start/texture-end;
    grid-row: 1/2;
    font-size: 1vw;
    line-height: 1.1; }
    @media (max-width: 800px) {
      .big-card .big-card-texture-wrapper {
        display: none; } }
  .big-card .big-card-texture {
    position: absolute;
    background-color: #ed6746;
    width: 100%;
    height: 100%;
    border: 5px solid white;
    border-left: 0;
    overflow: hidden;
    color: white;
    opacity: 0.6; }
    .big-card .big-card-texture p {
      text-align: left; }
  .big-card .big-card-texture-mask {
    position: relative; }
    .big-card .big-card-texture-mask img {
      object-fit: contain; }
    .big-card .big-card-texture-mask img.letter {
      filter: invert(1); }
  .big-card .article-mobile-cover-image {
    height: auto;
    width: 100%; }
  .big-card ul.tags-list {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
    list-style-type: none;
    text-align: right; }
    .big-card ul.tags-list li {
      margin-bottom: 5px; }

#other-articles {
  grid-area: articles;
  display: grid;
  grid-template-columns: [start] 7fr [article-start] 7fr 1fr [article-link-start] 25fr [article-end article-link-end end]; }

.article {
  grid-column: article-start/article-end;
  margin-top: 30px;
  display: grid;
  grid-template-columns: [start tags-start] 7fr [tags-end] 1fr [title-start] 25fr [title-end article-link-start end]; }
  @media (max-width: 800px) {
    .article {
      display: block;
      margin-top: 0;
      padding: 20px 0;
      border-bottom: 1px solid black; } }
/* лінк на сторінку з усіма статтями*/
#articles-link {
  grid-column: article-link-start / article-link-end;
  display: flex; }
  #articles-link a {
    align-self: center; }
  #articles-link a span {
    padding-bottom: 3px;
    border-bottom: 2px solid black; }

h2 {
  font-size: calc(16px + 0.4vw);
  font-weight: normal; }
  @media (max-width: 800px) {
    h2 {
      font-weight: bold; } }
.tags {
  grid-column: tags-start / tags-end; }

.article-caption {
  grid-column: title-start/ title-end; }

.article-mobile-cover-image {
  height: auto;
  width: 100%;
  margin-bottom: 15px; }

ul.tags-list {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
  list-style-type: none;
  text-align: right; }
  ul.tags-list li {
    margin-bottom: 5px;
    font-size: 12px !important; }

/* Поки закоментила старі налаштування стилю з вертикальним розташуванням, потім повидаляю, якщо точно не знадобляться */
.dj-projects {
  grid-area: dj;
  display: block;
  width: 100%;
  /*назва рубрики, лінк на усі дата-проекти*/
  /* Контейнери для 5 проектів*/ }
  @media (max-width: 800px) {
    .dj-projects {
      margin: 0 1em; } }
  .dj-projects .dj-link {
    margin: 0px 0 40px 0; }
    .dj-projects .dj-link a span {
      padding-top: 3px;
      border-top: 2px solid black; }
      @media (max-width: 800px) {
        .dj-projects .dj-link a span {
          border-top: 0; } }
  @supports (-moz-appearance: none) {
    .dj-projects .dj-link {
      margin: 15px 0 25px 0; } }
  .dj-projects .dj-project {
    display: block;
    width: 100%;
    position: relative;
    height: 6vw;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-filter: grayscale(0.9);
    -moz-filter: grayscale(0.9);
    -o-filter: grayscale(0.9);
    filter: grayscale(0.9); }
    .dj-projects .dj-project:hover {
      filter: none; }
      .dj-projects .dj-project:hover .cover-overlay {
        background: none; }
    .dj-projects .dj-project h5 {
      display: block;
      position: absolute;
      top: 0;
      font-weight: normal;
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 0.3em;
      pointer-events: none; }
      .dj-projects .dj-project h5 span {
        display: block;
        font-size: 14px;
        padding: 2px;
        padding-left: 5px;
        text-align: center;
        background-color: #ed6746;
        color: white;
        font-weight: bold;
        letter-spacing: 0.6; }
    .dj-projects .dj-project .cover {
      width: auto;
      height: 100%;
      background-size: cover; }
    .dj-projects .dj-project .cover-overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      transition: background-color .15s ease-in-out; }
    .dj-projects .dj-project.dj2 {
      filter: none; }

/* мобільна версія */
@media (max-width: 800px) {
  .dj-project-mobile {
    padding: 20px 0;
    border-bottom: 1px solid black;
    display: grid !important;
    grid-template-columns: [start pic-start] 100px [pic-end] 20px [title-start link-start] auto [title-end link-end end];
    grid-template-rows: 25px max-content; }
    .dj-project-mobile .dj-link {
      grid-column: link-start/link-end;
      grid-row: 1/2;
      margin: 0 0 5px 0; }
      .dj-project-mobile .dj-link span {
        padding-top: 3px;
        border-top: 2px solid black;
        border-top: 0;
        font-size: 14px; }
    .dj-project-mobile .cover {
      height: 100px;
      width: 100%;
      grid-column: pic-start/pic-end;
      grid-row: 1/3; }
    .dj-project-mobile .text-content {
      position: relative;
      grid-column: title-start/title-end;
      grid-row: 2/3;
      height: 78px;
      overflow: hidden; }
      .dj-project-mobile .text-content .fadeout {
        position: absolute;
        bottom: 0em;
        width: 100%;
        height: 70%;
        pointer-events: none;
        background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 90%); }
    .dj-project-mobile h5 {
      text-transform: uppercase;
      font-size: 18px; } }

.fragments {
  grid-area: fragments;
  margin: 150px 0 30px 0;
  display: grid;
  grid-template-columns: [start] 11fr [fragments-start] 42fr [fragments-end] 8fr [end]; }
  @media (min-width: 801px) and (max-width: 1100px) {
    .fragments {
      grid-template-columns: [start] 3fr [fragments-start] 37fr [fragments-end end]; } }
  @media (max-width: 800px) {
    .fragments {
      margin: 0 1em;
      display: block;
      padding: 20px 0; } }
/*  Можливо є сенс прибрати 1 фрагмент, або для екранів 800-1100 робити фрагемнти ширшими, бо виходить дуже вузько. */
.fragments-container {
  grid-column: fragments-start / fragments-end;
  grid-template-columns: [start fr1-start fr-link-start] 6fr [fr1-end] 1fr [fr2-start] 6fr [fr2-end] 2fr [fr3-start] 6fr [fr3-end] 1fr [fr4-start] 6fr [fr4-end] 1fr [fr5-start] 6fr [fr5-end];
  display: grid;
  grid-template-rows: 50px max-content;
  /*Лінка на сторінку - "Новини", назва рубрики*/ }
  @media (max-width: 800px) {
    .fragments-container {
      display: block; } }
  .fragments-container #fragments-link {
    grid-column: 1/5; }
    @media (max-width: 800px) {
      .fragments-container #fragments-link {
        display: none; } }
  .fragments-container .f1 {
    grid-column: fr1-start/fr1-end;
    margin-top: 0; }
  .fragments-container .f2 {
    grid-column: fr2-start/fr2-end;
    margin-top: 50px; }
  .fragments-container .f3 {
    grid-column: fr3-start/fr3-end;
    margin-top: -90px; }
  .fragments-container .f4 {
    grid-column: fr4-start/fr4-end;
    margin-top: -30px; }
  .fragments-container .f5 {
    grid-column: fr5-start/fr5-end;
    margin-top: -30px; }

.fragment {
  position: relative;
  grid-row: 2/-1;
  border-top: 2px solid black;
  font-size: calc(14px + 0.3vw);
  line-height: 1.3;
  height: max-content; }
  @media (max-width: 800px) {
    .fragment {
      font-size: 16px;
      padding: 20px 0;
      border-top: none;
      border-bottom: 1px solid black;
      margin-top: 0; } }
  .fragment .fragment-mobile-cover-image {
    height: auto;
    width: max-content;
    max-width: 45%;
    margin-right: 5%; }
  .fragment h4 {
    font-weight: normal; }
  .fragment a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto; }
    @media (max-width: 800px) {
      .fragment a {
        font-weight: bold; } }
    .fragment a .lead {
      margin-top: 0.5em;
      display: inline-block;
      opacity: 0.7; }
  .fragment .fadeout {
    position: absolute;
    bottom: 0em;
    width: 100%;
    height: 70%;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }
    @media (max-width: 800px) {
      .fragment .fadeout {
        display: none; } }
.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; }

.donate-block {
  grid-area: donate;
  display: grid;
  grid-template-columns: [start] auto [content-start] minmax(150px, 200px) [content-end end]; }
  @media (max-width: 800px) {
    .donate-block {
      display: none; } }
  .donate-block .donate-block-container {
    margin-top: 50px;
    grid-column: content-start/content-end; }
    .donate-block .donate-block-container p {
      font-size: 16px;
      margin-top: 1em;
      margin-bottom: 1em; }
    .donate-block .donate-block-container a.underlined {
      color: #ed6746;
      border-bottom: 1px solid #ed6746; }
    .donate-block .donate-block-container input {
      min-width: 100px;
      width: 6vw !important; }
    .donate-block .donate-block-container .donate-button {
      padding: 0 5px;
      width: max-content;
      text-transform: uppercase;
      height: 4vw;
      min-width: 50px;
      min-height: 50px;
      display: flex;
      background-color: #ed6746; }
      .donate-block .donate-block-container .donate-button p {
        font-size: 25px;
        font-weight: 800;
        margin: auto; }
        .donate-block .donate-block-container .donate-button p span {
          padding: 0 5px;
          font-size: 40px; }

#show-more-section {
  padding: 2em 0;
  /**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */ }
  #show-more-section #show-more-button {
    background-color: #ed6746;
    border: 1px solid #ed6746;
    border-radius: 0;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 1em;
    color: white; }
    #show-more-section #show-more-button:hover {
      color: #ed6746;
      background-color: white; }
  #show-more-section .snippet {
    width: 1em;
    margin: 2em auto;
    display: none; }
  #show-more-section .dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ed6746;
    color: #ed6746;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: .25s; }
    #show-more-section .dot-pulse::before, #show-more-section .dot-pulse::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #ed6746;
      color: #ed6746; }
    #show-more-section .dot-pulse::before {
      box-shadow: 9984px 0 0 -5px;
      animation: dot-pulse-before 1.5s infinite linear;
      animation-delay: 0s; }
    #show-more-section .dot-pulse::after {
      box-shadow: 10014px 0 0 -5px;
      animation: dot-pulse-after 1.5s infinite linear;
      animation-delay: .5s; }

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px; }
  30% {
    box-shadow: 9984px 0 0 2px; }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px; } }

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px; }
  30% {
    box-shadow: 9999px 0 0 2px; }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px; } }

@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px; }
  30% {
    box-shadow: 10014px 0 0 2px; }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px; } }
  #show-more-section.loading #show-more-button {
    display: none; }
  #show-more-section.loading .snippet {
    display: block; }
