.footer-list {
  padding-left: 20px;
  margin-top: .5rem;
}

.footer-list li {
  list-style: disc;
}

.footer-support {
  background-image: url("https://cdn.prod.website-files.com/65e97bc15d22cedb70ce44c3/65eaeccaad2af59c354e712f_ph_hand-heart.svg") !important;
}

.footer-support::before {
  display: none;
}

.form__input.header__search-input {
  color: #333333 !important;
}

@media screen and (max-width: 767px) {
  .footer-support {
    background-image: unset !important;
  }
}

.signup-form-wrapper_row {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.signup-form-wrapper {
  grid-template-columns: 1fr;
}

.signup-form-wrapper_row .row>p {
  display: flex;
  gap: 0.5rem;
}

.signup-form-wrapper .button {
  max-width: 284px;
  margin: 0;
  padding: .75rem 3rem;
}

.button.button-advertisement,
.button.w-button_support {
  width: auto;
  margin: 0;
  padding: .75rem 3rem;
}

/* .timeline_component{
  overflow: hidden;
} */
.news-block.div-block-45 {
  grid-template-columns: 1.5fr minmax(15rem, 19%);
}

.news_item-link.w-inline-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.button.search {
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.0002 21L16.6572 16.657M16.6572 16.657C17.4001 15.9141 17.9894 15.0321 18.3914 14.0615C18.7935 13.0909 19.0004 12.0506 19.0004 11C19.0004 9.94936 18.7935 8.90905 18.3914 7.93842C17.9894 6.96779 17.4001 6.08585 16.6572 5.34296C15.9143 4.60007 15.0324 4.01078 14.0618 3.60874C13.0911 3.20669 12.0508 2.99976 11.0002 2.99976C9.9496 2.99976 8.90929 3.20669 7.93866 3.60874C6.96803 4.01078 6.08609 4.60007 5.34321 5.34296C3.84288 6.84329 3 8.87818 3 11C3 13.1217 3.84288 15.1566 5.34321 16.657C6.84354 18.1573 8.87842 19.0002 11.0002 19.0002C13.122 19.0002 15.1569 18.1573 16.6572 16.657Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

a {
  cursor: pointer;
}

.div-block-55.support.support-contain {
  background: unset;
  margin-top: 0;
}

/* @media screen and (min-width: 991px) {
    .support {
        padding: 0 0 97px;
    }
} */
/* .support-container-page .support{
  padding: revert-layer !important;
} */
.support {
  background: unset;
  padding: 0;
  margin-top: 0;
}

.support-container-page .support.card-info {
  padding: 1rem;
}



@media screen and (max-width: 767px) {
  .news-block.div-block-45 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .news-block.div-block-45 {
    grid-template-columns: 100%;
    width: 100%;
  }
}



.top-category__title {
  margin-bottom: 1rem;
  width: fit-content;
}

.collection_blog-list-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.popular .h3 {
  color: #bf0c0c;
  font-family: Akrobat, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

.important .h3 {
  font-weight: 900;

}

.video_case.podcast {
  margin-top: 0;
}

.w-nav-link.is-active.w-current-link,
.current_page_item.is-active,
.list-hashtags .w-nav-link.is-active,
.current-menu-item.is-active {
  color: var(--dark-blue);
  border-bottom: .25rem solid #bf0c0c;
  padding-bottom: .75rem;
}

#wp-admin-bar-jetpack-idc,
#wp-admin-bar-notes {
  display: none !important;
}

.container-footer .current-menu-item.footer_link {
  color: var(--white);
}

/* .navbar_link.w--current {
     border-bottom: .25rem solid transparent; 
     padding-bottom: 0;
     border: none; 
}
.navbar_link.w--current {
    border-bottom: 0 solid transparent;
    padding: 16px;
    border: none;
} */

@media screen and (max-width: 479px) {
  .collection-list-7 {
    margin: 10px 0;
  }
}

.articles-pagination-wrapper {
  margin-top: 1rem;
}

.pagination-btn {
  max-width: fit-content;
  margin-top: 1rem;
}

.pagination {
  /* max-width: 400px; */
  max-width: fit-content;
}

.pagination-btn .w-inline-block {
  line-height: 1;
}

.pagination-wrapper {
  /* grid-column-start: 2;
    grid-column-end: 3; */
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
}

.pagination-wrapper .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.pagination-tags {
  margin-top: 0;
  padding: 30px 0;
  position: unset;
  background-color: unset;
  grid-column-start: 2;
  grid-column-end: 4;
}



@media screen and (max-width: 991px) {
  .collection_blog-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex-flow: wrap;
    justify-content: center;
  }

  .collection_blog-item {
    flex-basis: calc((100% - 30px) / 2);
  }

}

@media screen and (max-width: 479px) {

  /* .collection_blog-list {
    display: grid;
  }   */
  .collection_blog-item {
    flex-basis: 100%;
  }
}

.pagination-tag {
  grid-column-start: 2;
  grid-column-end: 4;
  display: flex;
  background: unset;
}

/* @media screen and (max-width: 991px) {
  .collection_blog-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex-flow: wrap;
  }
  .collection_blog-item {
      flex-basis: calc((100% - 30px) / 2);
  }

}
@media screen and (max-width: 479px) {
    .collection_blog-post{
      grid-column-start: 1;
      grid-column-end: 3;
      flex-basis: auto;
    }
    .collection_blog-list {
      display: grid;
    }
    .collection_blog-item {
      flex-basis: auto;
    }
} */



/* .video-list .collection-item-video {
  display: none;
}

.video-list .collection-item-video.visible {
  display: block;
} */

.btn-w {
  width: auto;
}

.load-more-btn {
  display: none;
  background-color: #08152e;
  padding: .75rem 3rem !important;
}

.pagination-wrapper {
  text-align: center;
  margin-top: 20px;
}

.grid_news img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.data-card.popular_card p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.collection_blog-item {
  overflow: hidden;
}

#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img,
#gallery-5 img,
#gallery-6 img,
#gallery-7 img,
#gallery-8 img {
  height: auto;
}

@media screen and (max-width: 991px) {

  .w-nav-link.is-active {
    color: #fff;
  }

  .grid_news {
    grid-template-columns: 3fr;
  }
}

.collection-list-wrapper {
  position: static;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper .collection-list-7 .paragraph {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 600px) {

  .grid_news,
  .hero-grid_articles {
    grid-auto-columns: auto;
  }

  .image-news {
    display: block !important;
  }
}

.mrg-b {
  margin-bottom: 20px;
}

.front-news__post .h3.small {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 39.59px;
}

.front-news__post .paragraph.gray.text-small.no-margin {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.front-news__post .card-content-news {
  justify-content: space-between;
  height: 100%;
}

.front-news__post .nets-wrapper .nets-list {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.front-news__post .nets-wrapper .nets-list>div {
  display: inline-block;
}

.front-news__post.popular .h3,
.grid-list-popular .popular .h3 {
  color: #bf0c0c !important;
  font-family: Akrobat, sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

.articles {
  padding-right: 0px !important;
}

img+label,
.w-richtext label {
  opacity: .5;
  padding-top: 5px;
  font-size: .75rem;
  line-height: 1.2;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400 !important;
}

.w-richtext p em,
.w-richtext p i {
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .navbar_link {
    color: #fff !important;
  }
}

.button:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  /* Для Safari */
  box-shadow: 0 0 0.75rem 0.125rem rgba(8, 21, 46, 0.3);
  -webkit-box-shadow: 0 0 0.75rem 0.125rem rgba(8, 21, 46, 0.3);
  /* Для Safari */
}

.video_case.default {
  background-color: #08152e99;
}

.button-group-home {
  padding: 0;
  margin-top: 0.4rem;
  position: unset;
}

.content.news-wrap {
  padding: 1rem 1rem 1rem;
}

.button {
  padding: 0;
}

.video_case.arms+.video_case.report {
  margin-top: 0px;
}

.button.is-support {
  padding: 12px 80px 12px 48px;
}

@media screen and (max-width: 600px) {
  .padding-hero h1 {
    font-size: 0.9rem;
  }
}

.paypal_crypto-info .button {
  padding: .75rem 3rem;
}


blockquote:before {
  height: 42px;
  top: 15px;
  left: 15px;
}

.templane_image-wrapper {
  padding-top: 65%;
}

blockquote p:last-child,
blockquote span {
  margin-top: 45px;
}

@media screen and (max-width:767px) {
  .button.is-support {
    padding: 12px 48px 12px 48px;
  }
}

.authors__item-position {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 479px) {
  .collection-list-video {
    /* flex-wrap: wrap; */
  }

  .collection-list-video>.collection-item-video {
    /* flex-basis: calc((100% - 1rem * 3) / 4); */
    width: 100%;
    min-width: 250px;
  }
}


blockquote {
  margin: 16px 0;
  padding: 0px 0px 0px 16px;
  background: none;
  border-left: 2px solid #D5D1C9;
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-weight: 700;
  line-height: 120%;
  font-size: 17px;
  font-family: 'Akrobat', sans-serif;
  color: #08152E;
}

blockquote p,
blockquote p:last-child,
blockquote span {
  color: #08152E;
  text-align: left;
  font-style: normal;
  margin-top: 20px;
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
}

blockquote p,
blockquote p:last-child,
blockquote span {
  margin-top: 0;
}

blockquote:before {
  display: none;
}

.middle_column.blog label {
  margin: 16px 0;
}

@media screen and (max-width: 768px) {
  #w-node-_552905e5-df49-4deb-f838-c5ef1a506054-4402baef {
    grid-area: 2 / 1 / 2 / 2;
  }
}

.default-page {
  padding-left: 1rem;
  padding-right: 1rem;
}

.default-page ol,
.default-page ul {
  list-style: revert;
}

.default-page .heading-template-h1 {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}

.middle_column.blog .w-richtext ol,
.middle_column.blog .w-richtext ul {
  overflow: hidden;
  list-style: revert;
}

.custom-support .support-form {
  width: 100%;
  margin-top: 2rem;
}


.w-richtext table {
  overflow-x: auto;
  display: block;
}

.w-richtext table,
.w-richtext table th,
.w-richtext table td {
  border: 1px solid black;
  border-collapse: collapse;
}

.w-richtext table th,
.w-richtext table td {
  padding: 10px;
}

.w-richtext img {
  /* height: 100%; */
  /* height: revert-layer; */
  display: block;
  margin: 0 auto;
  /* width: auto; */
  /* width: 100%; */
  object-fit: contain;
  /* max-width: 100%;
    object-fit: cover; */

}



@media (min-width: 601px) and (max-width: 1024px) {
  .w-richtext img {
    /* width: 100%;  
        height: auto;  */
    object-fit: contain;
    /* полностью помещаем картинку, без обрезки */
  }
}


@media(max-width:600px) {
  .w-richtext img {
    height: auto;
    object-fit: cover;
    max-height: auto;

  }
}

.padding-hero {
  padding: 0rem 1rem 1rem;
}

.padding-hero h2.top-category {
  margin-top: 0;
}

.navbar_section {
  position: relative;
}

.padding-basic-section {
  padding-top: 1rem;
}

.padding-template-large {
  padding-top: 1rem;
}

.padding-large_hero {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.padding-large_hero.bigger-top-padding {
  padding-top: 5rem;
}

@media screen and (max-width: 991px) {
  .padding-hero {
    padding-top: 0rem;
  }

  .navbar_button-wrapper {
    grid-column-gap: 0rem;
  }

  .padding-basic-section {
    padding-top: 1rem;
  }

  .padding-template-large {
    padding-top: 1rem;
  }

  .padding-large_hero {
    padding-top: 1rem;
  }

  .padding-large_hero.bigger-top-padding {
    padding-top: 5rem;
  }

  .blog_image-wrapper {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .padding-template-large {
    padding-top: 1rem;
  }
}

@media screen and (max-width:600px) {
  .settings-main {
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
  }

  .blog_image-wrapper {
    padding-top: 55%;
  }

  .button.is-support {
    padding: 12px 20px 12px 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar_section {
    position: relative;
  }

  .padding-hero {
    padding-top: .5rem;
  }

  .padding-basic-section {
    padding-top: 1rem;
  }

  .padding-template-large {
    padding-top: 1rem;
  }

  .padding-large_hero {
    padding-top: 1rem;
  }

  .padding-large_hero.bigger-top-padding {
    padding-top: 2rem;
  }
}

.grecaptcha-badge {
  display: none !important;
}


.w-richtext ol,
.w-richtext ul {
  list-style: disc;
}

.w-richtext ol {
  list-style: decimal;
}


.w-richtext .gallery .gallery-caption {
  opacity: .5;
  padding-top: 5px;
  font-size: .75rem;
  line-height: 1.2;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400 !important;
}


.acf-field-5d14a3a2bcba4 {
  display: none !important;
}



.ads {
  margin: 20px auto;
  display: block;
  text-align: center;
}

div[id^="google_ads_iframe_"],
div[id^="div-gpt-ad_"] {
  margin: 20px auto;
}


.adsbygoogle iframe {
  left: calc(50% - 45vw) !important;
  top: calc(50% - 80vw) !important;
}


.footer_social-link {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.mobile-cearch .cearch-container {
  position: unset;
  display: block;
  height: 40px;
}

.mobile-cearch .cearch-container .button.search {
  padding: 1rem 1rem;
}

@media screen and (min-width: 991px) {
  .search-page .container-3 {
    padding: 3rem 1rem 1rem;
  }
}

@media screen and (max-width: 991px) {
  .search-page .container-3 {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .search-page .container-3 {
    padding-top: 2rem;
  }
}

@media (max-width: 1024px) {
  .search__results {
    max-width: 100%;
  }
}


.control-section-nav_menu .field-css-classes {
  display: block;
}


.content-zbroya {
  background-color: #08152e;
  grid-area: 5 / 2 / 6 / 3;
}


.content-zbroya .paragraph.gray.text-small,
.content-zbroya .h3.small,
.content-zbroya .data-card,
.content-zbroya .data-card.time {
  color: var(--body-gray);
}


#w-node-cedc3513-d77d-d9a9-8760-1c2a729f53f0-70ce44c9 {
  grid-area: 6 / 2 / 8 / 3;
}

#w-node-_9a680d42-c50c-3abc-6c3d-9f3a89a2cdf1-70ce44c9 {
  grid-area: 5 / 3 / 8 / 4;
}

#w-node-d879d7e7-958c-4507-ac98-57be878524ec-70ce44c9 {
  grid-area: 1 / 1 / 8 / 2;
}

.content-zbroya .hashtags {
  border: unset;
  background-color: unset;
  color: var(--body-gray);
  border-radius: 0;
  padding: .2rem .3rem;
}

@media screen and (max-width: 767px) {
  #w-node-d879d7e7-958c-4507-ac98-57be878524ec-70ce44c9 {
    grid-row: 2 / 3;
  }

  .content-zbroya {
    grid-column: 1 / 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }

  #w-node-cedc3513-d77d-d9a9-8760-1c2a729f53f0-70ce44c9 {
    grid-column: 1 / 2;
    grid-row-start: 7;
  }

  #w-node-_98f70ded-6d09-040f-0b03-f6540a273a31-70ce44c9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9a680d42-c50c-3abc-6c3d-9f3a89a2cdf1-70ce44c9 {
    grid-area: 6 / 1 / 7 / 2;
  }
}
.mil-rep, .podcast, .report, .to-arms {
  margin-top: 0px; 
}