/* ashes... */
.tamogatoi_opciok .ac,
.support_items .ac {
  text-align: left;
}

.support-title {
  text-align: center;
  margin: 1rem 1rem 0;
}

.paypal-container {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  background-color: #ddd;
  padding: 1rem;
  margin: 2rem 1rem 0 0;
  line-height: 1rem;
}

.paypal-container div {
  display: -ms-grid;
  display: grid;
  margin: 0;
}

.paypal-container label {
  text-align: left;
}

.paypal-container input {
  padding: .5rem;
  margin: .5rem 0 0;
}

/* solution */
.promo {
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.promo .content {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  padding: 2rem 0 2rem 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  min-height: 450px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-padding-before: 16rem;
          padding-block-start: 16rem;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}

.promo .content h1 {
  font-family: 'Montserrat', sans-serif;
  color: #FF2932;
  font-size: 2.5rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.promo .content span {
  font-weight: 800;
}

.promo .content h2 span {
  color: #FF2932;
}

.tamogatoi_opciok,
.support_items {
  font-family: 'Roboto Slab', serif;
  margin: 1rem auto;
  max-width: 980px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(33.33% - 12px) !important;
          flex: 0 0 calc(33.33% - 12px) !important;
}

.tamogatoi_opciok h4,
.support_items h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
}

.tamogatoi_opciok h4 .cred,
.support_items h4 .cred {
  color: black;
}

.tamogatoi_opciok > span,
.support_items > span {
  max-width: 20rem;
  -webkit-border-after: 1px solid #bbb;
          border-block-end: 1px solid #bbb;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  -webkit-margin-end: 2rem;
          margin-inline-end: 2rem;
  display: block;
}

.tamogatoi_opciok > span a,
.support_items > span a {
  color: #FF2932;
  text-decoration: underline;
  display: block;
}

.tamogatoi_opciok > span p,
.support_items > span p {
  font-size: 0.8rem;
}

.tamogatoi_opciok > span p code,
.support_items > span p code {
  font-family: 'Roboto Slab', serif;
  word-wrap: break-word;
}

.tamogatoi_opciok > span img[src$=".png"],
.support_items > span img[src$=".png"] {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

.tamogatoi_opciok > span:nth-child(3n),
.support_items > span:nth-child(3n) {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.tamogatoi_opciok > span:nth-last-child(-n+3),
.support_items > span:nth-last-child(-n+3) {
  border-block-end-width: 0;
}

.the_content .inner {
  padding: 2rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.the_content .inner p {
  margin-bottom: 1rem;
}

.the_content .inner .partners {
  padding: 1rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[4];
      grid-template-rows: repeat(4, 1fr);
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
}

.the_content .inner .partners p {
  display: inline-block;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-bottom: 0;
}

.the_content .inner .partners p:first-child, .the_content .inner .partners p:last-child {
  grid-column: span 4;
}

.the_content .inner .partners p a {
  height: 92px;
  background-color: white;
  text-decoration: none;
  border: 2px solid #FF2932;
  display: inline-block;
  width: 100%;
  padding: .5rem;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 980px) {
  .newsletter {
    width: 100%;
  }
  .newsletter .the_left .icon {
    display: none;
  }
  .newsletter .the_left, .newsletter .the_right {
    width: 100%;
  }
  .newsletter .the_left h3, .newsletter .the_right h3 {
    font-size: 1rem;
  }
  .newsletter .the_left .content, .newsletter .the_right .content {
    font-size: .8rem;
  }
  .newsletter .the_right {
    width: calc(100% - 4rem);
  }
  .newsletter .the_left .content {
    width: 100%;
  }
  .partners {
    -ms-grid-rows: (1fr)[2] !important;
        grid-template-rows: repeat(2, 1fr) !important;
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
  .partners p:first-child, .partners p:last-child {
    grid-column: span 2 !important;
  }
  .promo {
    background-color: #f7f6f4;
    background-image: none;
  }
  .promo .content {
    -webkit-padding-end: 7%;
            padding-inline-end: 7%;
    width: 86%;
  }
  .support-container > div:nth-child(3n) {
    -webkit-margin-end: 2rem;
            margin-inline-end: 2rem;
  }
  .support-container > div:nth-last-child(-n+3) {
    border-block-end-width: 1px;
  }
  .support-container > div:nth-child(2n) {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .support-container > div:nth-last-child(-n+2) {
    border-block-end-width: 0;
  }
  .support_items,
  .tamogatoi_opciok {
    display: block !important;
    width: 100%;
  }
  .support_items > span,
  .tamogatoi_opciok > span {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .promo .content {
    -webkit-padding-end: 7%;
            padding-inline-end: 7%;
    width: 86%;
  }
  .support-container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    margin: 6rem 2rem;
  }
  .support-container > div:nth-child(n) {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .support-container > div:nth-last-child(-n+2) {
    border-block-end-width: 1px;
  }
  .support-container > div:nth-last-child(-n+1) {
    border-block-end-width: 0;
  }
}

.item_description img {
  display: block;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.tamogatoi_opciok .support_items {
  -webkit-border-after: 1px solid #bbb;
          border-block-end: 1px solid #bbb;
}
