/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */




/* Global */

/* Lang */

.lang-menu .sub-menu li>a {
  padding: 3px 0 !important;

  border: 1px solid #D9D9D9 !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #464646B5;

  background: #ffffff;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.lang-menu .fl-has-submenu-container a,
.lang-menu .sub-menu li>a:hover {
  /* padding: 5px 8px; */

  border: 1px solid #00B2EC !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #00B2EC;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.mobile-menu .hamburger {
  border: 2px solid;
  border-radius: 50px;
}


ul.polylang_langswitcher {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

ul.polylang_langswitcher>li a {

  padding: 3px 15px !important;
  margin: 3px;
  border: 1px solid #D9D9D9 !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #464646B5;

  background: #ffffff;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;

}

ul.polylang_langswitcher>li.current-lang a {
  order: 1px solid #00B2EC !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #00B2EC;
  box-shadow: 0px 4px 4px 0px #00000040;
}


/* .header-fixed{
  box-shadow: rgba(70, 70, 70, 0.71) 0px 4px 4px 0px;
  border-radius: 25px;
  margin: 4px;
} */

/* Header Top menu */

.menu-top ul.sub-menu {
  background: #ffffff;

}

.menu-top ul.menu>li.current-menu-item {
  border-bottom: 2px solid #fff;

}

.header-socials a.adv-icon-link {
  margin-bottom: 0 !important;
}

.contact-info .contact-item {
  padding-right: 15px;
  font-weight: 600;
}

/* Хлебные крошки */

.bread-crumb span:has(span) {
  display: flex;
  align-items: center;
}

.bread-crumb span>span>a {
  display: inline-block;
  background: #EEEEEE;
  padding: 8px 18px 8px 16px;
  border-radius: 46px;
  border: 2px solid #ffffff00;
  /*color: #666666;*/
  /* font-size: 18px; */
  margin: 6px 6px 6px 0px;
}

.bread-crumb span>span>a:hover {
  background: #ffffff00;

  border-radius: 46px;
  border: 2px solid #32aee2;
  color: #000;
  /* font-size: 18px; */
}

.bread-crumb span>span.breadcrumb_last {
  display: inline-block;
  background: #32aee2;
  padding: 8px 18px 8px 16px;
  border-radius: 46px;
  color: #ffffff;
  /* font-size: 18px; */
  margin: 6px 6px 6px 0px;
}



@media (max-width:1025px) {
  .bread-crumb span:has(span) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .bread-crumb span>span>a,
  .bread-crumb span>span.breadcrumb_last {
    padding: 0px 16px 0px 16px;
  }


}

/* Footer */

.partners .uabb-blog-posts-shadow {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners .uabb-post-wrapper {
  margin-bottom: 0 !important;
}


/* Main */

.animated-counter {
  display: flex;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #f40608;
  margin: 0;
}

@media (max-width:600px) {
  .animated-counter {
    font-size: 30px;
  }
}


.img-carousel .uabb-image-carousel-content img {
  border-radius: 24px;
}

.slider img {
  width: 100%;
  border-radius: 24px;

  /* height: 350px !important; */
  object-fit: cover;

  /* display: block; */
}

.slider .slider-img {
  position: relative;
  /* display: inline-block; */
}

.slider .slider-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  /* Градиент от черного к прозрачному */
  z-index: 1;

  border-radius: 24px;
}

.slider .slick-dots {
  padding: 0;
  margin: 0;

  position: absolute !important;
  bottom: 50px;
}

.slider .slide-content {
  position: relative;
}

.slider .slide-title {
  position: absolute;
  top: 20px;

  color: #00B2EC;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  z-index: 10;

  width: 100%;
  text-align: center;
}

@media (max-width:600px) {
  .slider .slide-title {
    font-size: 25px;
  }
}

.slider button>i::before {
  font-size: 40px;
}

.slider button.slick-next {
  right: 17px !important;
}

.slider button.slick-prev {
  left: 17px !important;
}


/* Post */

.meta-post .fl-html span {
  display: inline-block;
  background: #EEEEEE;
  padding: 8px 18px 8px 16px;
  border-radius: 46px;
  border: 2px solid #ffffff00;
  /*color: #666666;*/
  /* font-size: 18px; */
  margin: 6px 6px 6px 0px;
}

.post-content p {
  text-align: justify;

}

.post-content blockquote {
  background: #ffffff;

  border-radius: 24px;

  padding: 40px 32px 32px 32px;
  margin: 20px 0;
  position: relative;
  border-left: 5px solid #32aee2;
}

.post-content blockquote::before {
  position: absolute;
  background: url(/wp-content/uploads/2025/03/quote.png) center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 32px;
  left: 32px;
  top: -16px;
  content: "";
}

p:has(iframe[src*="youtube"]) {
  display: block;
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  height: 0;
  overflow: hidden;
}

iframe[src*="youtube"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.sticky {
  position: sticky;
  top: 150px;
}

.post-loop .fl-post-grid-image img {
  height: 250px !important;
  object-fit: cover;
}


.post-loop .fl-post-grid-title a:hover {
  color: #999999;
}


/* Отзывы Главная*/

.reviews-loop .uabb-blog-posts-shadow {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  overflow: hidden;
}

.reviews-loop .single-post-item {
  background-color: #fff;
  position: relative;
}

.reviews-loop .post-image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  display: block;
}

.reviews-loop .post-content {
  margin: 15px 15px 0px 15px;
  height: 250px;
}

.reviews-loop .post-title {
  margin: 0 0 5px;
  color: #00B2EC;
  /* font-size: 16px; */
  /* font-weight: 600; */
}

.reviews-loop .post-title a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(20px * 1.3 * 2);
}

.reviews-loop .post-excerpt {
  /* font-size: 12px; */
  color: #000;
}

.reviews-loop .more-btn,
.donaters-loop .more-btn {
  display: inline-block;
  padding: 9px 40px 9px 40px;
  background-color: #00bfff;
  border: 1px solid #00bfff;
  color: white;
  border-radius: 15px 0 0 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: -1px;
  right: 0px;

}

.reviews-loop .more-btn i,
.donaters-loop .more-btn i {
  padding-left: 10px;
}

.reviews-loop .more-btn:hover,
.donaters-loop .more-btn:hover {
  color: #464646b5;
  background: #ffffff;
  border: 1px solid #D9D9D9;
}

.reviews-loop button>i::before,
.donaters-loop button>i::before {
  font-size: 40px;
}

@media (min-width:763px) {

  .reviews-loop button.slick-next,
  .donaters-loop button.slick-next {
    right: 46% !important;
  }

  .reviews-loop button.slick-prev,
  .donaters-loop button.slick-prev {
    left: 46% !important;
  }

  .reviews-loop button,
  .donaters-loop button {
    top: unset !important;
    bottom: -35px;
  }
}

.donaters-loop .uabb-blogs-pagination {
  display: none;
}

.donaters-loop .uabb-blog-posts-shadow {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  overflow: hidden;
}

.donaters-loop .single-post-item {
  background-color: #fff;
  position: relative;
}

.donaters-loop .post-image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  display: block;
}

.donaters-loop .post-content {
  margin: 15px 15px 0px 15px;
  height: 300px;
}

.donaters-loop .post-title {
  margin: 0 0 5px;
  color: #007bff;
  font-size: 16px;
  font-weight: 600;
}

.donaters-loop .post-title a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(20px * 1.3 * 2);
}

.donaters-loop .post-excerpt {
  /* font-size: 12px; */
  line-height: 1.3 !important;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: calc(16px * 1.3 * 4);

  margin: 10px 0;
}

.donaters-loop .target-block {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.donaters-loop .target-block span,
.donaters-loop .post-excerpt span {
  color: #00B2EC;
  font-weight: 700;
}

/* Команда */

.team-loop .uabb-blogs-pagination {
  display: none;
}

.team-loop .uabb-blog-posts-shadow {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  overflow: hidden;
}

.team-loop .single-post-item {
  background-color: #fff;
  position: relative;
}

.team-loop .post-image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  display: block;
}

/* Контейнер с текстом */
.team-loop .post-content {
  margin: 15px 15px 0px 15px;
  height: 130px;
  text-align: center;
}

.team-loop .post-title {
  margin: 0 0 5px;
  color: #00B2EC;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(20px * 1.3 * 2);
}

.team-loop .post-excerpt {
  font-size: 16px;
  color: #000;
}

/* Отчеты Старница*/

.report-loop .uabb-blog-posts-shadow {
  /* box-shadow: 0px 4px 4px 0px #00000040; */
  /* border-radius: 25px;
  border: 3px solid #00B2EC;
  overflow: hidden; */
}

.report-loop .single-post-item {
  display: flex;
  gap: 40px;

}

.report-loop .single-post-item div {
  flex: 1;
}

.report-loop .post-image img {
  width: 100%;
  max-height: 405px;
  object-fit: cover;
  display: block;

  border: 3px solid #00B2EC;
  border-radius: 75px;
}

.report-loop .post-content {
  margin: 0px 15px;

}

.report-loop .post-content {
  font-size: 16px;
  color: #000;
}

.report-loop .post-title {
  margin: 0 0 5px;
  color: #00B2EC;
  font-size: 35px;
  font-weight: 700;

}

.report-loop .post-subtitle {

  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.report-loop .post-desk {
  margin-bottom: 40px;

}

.report-loop .more-btn {
  margin: 10px 0;
  padding: 16px 0;
  background-color: #00bfff;
  border: 1px solid #00bfff;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 273px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}


.report-loop .more-btn:hover {
  color: #464646b5;
  background: #ffffff;
  border: 1px solid #D9D9D9;
}

.report-loop .uabb-blogs-pagination {
  display: none;
}

@media (max-width:768px) {
  .report-loop .post-image {
    display: none;
  }

  .report-loop .post-content {
    display: flex;
    flex-direction: column;
    align-items: center;


  }

  .report-loop .post-title {
    text-align: center;
  }
}

/* Отзывы страница */

.comment-loop .uabb-blog-posts-shadow {
  /* box-shadow: 0px 4px 4px 0px #00000040; */
  border-radius: 25px;
  border: 3px solid #00B2EC;
  overflow: hidden;
}

.comment-loop .single-post-item {
  background-color: #fff;
  position: relative;
}

.comment-loop .post-image img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  display: block;
}

.comment-loop .post-content {
  margin: 15px 15px 15px 15px;
  height: 100px;
}

.comment-loop .post-title {
  margin: 0 0 5px;
  color: #00B2EC;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.comment-loop .post-title a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(20px * 1.3 * 2);

  padding-top: 15px;
}

.comment-loop .post-excerpt {
  /* font-size: 16px; */
  color: #000;
}

.comment-loop .more {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.comment-loop .more-btn {

  padding: 9px 0;
  background-color: #00bfff;
  border: 1px solid #00bfff;
  color: white;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;

  width: 273px;
  text-align: center;

}


.comment-loop .more-btn:hover {
  color: #464646b5;
  background: #ffffff;
  border: 1px solid #D9D9D9;
}

/* Новости */

.post-loop .uabb-blog-posts-shadow {
  /* box-shadow: 0px 4px 4px 0px #00000040; */
  border-radius: 25px;
  border: 3px solid #00B2EC;
  overflow: hidden;
}

.post-loop .single-post-item {
  background-color: #fff;
  position: relative;
}

.post-loop .post-image img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  display: block;
}

.post-loop .post-content {
  margin: 15px 15px 15px 15px;
  height: 100px;
}

.post-loop .post-title {
  margin: 0 0 5px;
  color: #00B2EC;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  height: calc(16px * 1.3 * 3);
}

.post-loop .post-title a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;


  padding-top: 15px;
}

.post-loop .post-excerpt {
  /* font-size: 16px; */
  color: #000;
}

.post-loop .more {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.post-loop .more-btn {

  padding: 9px 0;
  background-color: #00bfff;
  border: 1px solid #00bfff;
  color: white;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;

  width: 273px;
  text-align: center;

}


.post-loop .more-btn:hover {
  color: #464646b5;
  background: #ffffff;
  border: 1px solid #D9D9D9;
}




/* Оплата */

/* .tabs-modul .uabb-content {
  background: #ffffff;
} */

.tabs-modul ul>li {
  border-radius: 25px;
  display: block;
  overflow: hidden;

  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px 0px #00000040;

  margin: 5px !important;
}

.tabs-modul nav {
  margin-bottom: 35px;
}


.swift-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.swift-tabs .tab-boton {
  background: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  color: #999999 !important;
  border: 1px solid #D9D9D9;
  border-radius: 25px;


}

.swift-tabs .tab-boton.active,
.swift-tabs .tab-boton:hover,
.swift-tabs .tab-boton:focus {
  color: #1d1d1d !important;
  font-weight: bold !important;
  border: 1px solid #1d1d1d;


}



.tab-content {
  display: none;
  padding: 20px;

}

.tab-content.active {
  display: block;
}



/** Платежная форма */

.donation-form {

  max-width: 600px;

}

.donation-form .amounts {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}

.donation-form .amounts button,
.donation-form .amounts .custom-amount {
  background: none;
  border: none;
  color: #000;
  opacity: 0.5;
  cursor: pointer;

  padding-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
}

.donation-form .amounts button.active,
.donation-form .amounts .custom-amount:focus {
  color: #00bdf2;
  border-color: #00bdf2;
  opacity: 1;
  outline: none;
}

.donation-form .custom-amount {
  width: 80px;
  text-align: left;
}

.donation-form .amounts button.active {
  color: #00bdf2;
  border-color: #00bdf2;
  opacity: 1;
}



.donation-form input[type="text"],
.donation-form input[type="email"] {
  display: block;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 12px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #ffffff00;
}

.donation-form input.custom-amount {
  border-radius: unset;
  box-shadow: unset;
  border-bottom: 2px solid #D9D9D9 !important;
}

.donation-form .options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 20px;
  color: #464646B5;
}

.donation-form .checkbox a {
  color: #00bdf2;
  text-decoration: none;
}

.donation-form .submit {
  border: 1px solid #00bdf2;
  border-radius: 25px;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  background-color: #00B2EC;
  color: #ffffff;

  width: 273px;
  padding: 16px 0;
}

.donation-form .submit-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


/* Кнопка для слабовидящих*/

.bvi-row {
  display: flex;
  justify-content: center;
  /* margin: 20px 0; */
}

.bvi-row.mob {
  margin: 20px 0;
}

.bvi-coll {
  background: #000;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}


.bvi-shortcode svg {

  width: 24px !important;
  height: 24px !important;

  /* margin: 9px 7px; */
}

.bvi-shortcode a {
  display: contents;
  font-size: 16px !important;
}

.bvi-shortcode {
  /* width: 210px; */
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50px;

}

/**/


/** Сбор */

.donaters-img img {

  object-fit: cover;
  object-position: top;
  aspect-ratio: 3 / 4;
}

.donaters-col .fl-col-content {
  display: flex;
  align-items: center;
}

.donaters-col .fl-module {
  max-width: 812px;
}

/* @media (max-width:763px) {
  .donaters-img img{
    height: 200px;
  }
} */


.donater-progress-bar-container {
  width: 750px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #00B2EC;
  position: relative;
  margin: auto;
  border-radius: 100px;
}

.donater-progress-bar {
  height: 100%;
  background-color: #00B2EC;
}


.sticly {
  position: sticky;
  top: 45px;
}

/* Кнопки фильтров */
.buttons-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}

.button-group {
  display: inline-flex;
  gap: 8px;
  border: 1px solid #00B2EC;
  border-radius: 100px;
  margin: auto;

}

.report .button-group {
  border: unset;
  flex-wrap: wrap;
  justify-content: center;

}

.btn {
  width: 190px;
  border-radius: 100px;
  background: #F2F4F7;
  border: unset;
  color: #464646B5;
  padding: 12px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  position: relative;
}



.report .btn {
  border: 1px solid #00B2EC !important;
  background: unset;
}



/* Состояние hover для всех кнопок */
.btn:hover,
.btn:focus {
  background: #00B2EC;
  color: #fff;
  border: unset;
}

/* .report>.btn:hover, 
.report>.btn:focus {
  background: #00B2EC;
  color: #fff;
  border: 1px solid #00B2EC !important;
}
.report>.btn, 
.report>.btn.active {
  background: #00B2EC;
  color: #fff;
  border: 1px solid #00B2EC !important;
} */

/* Активное состояние */
.btn.active {
  background: #00B2EC;
  color: #fff;
  border: unset;
}

.load-more-container {
  display: flex;
  justify-content: center;
}

.btn.load-more {
  border: 1px solid #00B2EC !important;
}

/* .btn.load-more:focus {
    width: 190px;
    border-radius: 100px;
    background: #F2F4F7;
    border: unset;
    color: #464646B5;
    padding: 12px 0;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    position: relative;
} */

/* Временное неактивное состояние при hover на другую кнопку */
/* .btn.active.force-inactive {
  background: #F2F4F7 !important;
  color: #464646B5 !important;
  border: unset;
} */

@media (max-width:650px) {
  .btn {
    width: 110px;
    font-size: 12px !important;
  }

  /* .report .btn{
    font-size: 16px !important;
  } */
}


.infobox-report .uabb-infobox {
  max-width: 161px;
  margin: auto;
}

.infobox-report .uabb-infobox-title {
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #00b2ec;
  border-radius: 25px;
}

.post-buttons {
  flex-wrap: wrap;
  justify-content: center;
}


.flex-col {
  justify-items: center;
}


/* Контактная форма  */

.contact-form input[type=submit] {
  border: 1px solid #00b2ec;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.contact-form input[type=submit]:hover {
  border: 1px solid #d9d9d9;
}

.contact-form form {
  max-width: 595px;
  margin: auto;
}


iframe[src*="docs.google.com"] {
  width: 100%;
  height: 80vh;
}


.payment_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pay-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 16px;
  margin: 10px;

  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  text-decoration: none !important;

  color: #fff;
  background-color: #00B2EC;
  border: 1px solid #00B2EC;
  border-radius: 25px;
  box-shadow: 0px 4px 4px 0px #00000040;

  transition: all 0.3s ease;
}

.pay-btn__icon {
  position: absolute;
  left: 20px;
  font-size: 25px;
  pointer-events: none;
}

.pay-btn__text {
  text-align: center;
}

.pay-btn:hover,
.pay-btn:focus {
  background-color: #fff;
  color: rgba(70, 70, 70, 0.71);
  border: 1px solid #d9d9d9;
}

.pay-btn--muted {
  background-color: #fff;
  color: rgba(70, 70, 70, 0.71);
  border: 1px solid #d9d9d9;
}

.pay-btn--muted:hover {
  background-color: #00B2EC;
  color: #fff;
  border: 1px solid #00B2EC;
}










/* Медиазапрос для мобильных устройств */
@media (max-width: 768px) {


  .payment_row {
    flex-direction: column;
    /* кнопки друг под другом */
    align-items: center;
  }
}


.cart-grid a {
  text-decoration: none !important;
  transition: all 0.3s ease;
}


.cart-grid a:hover {
  box-shadow: 0px 4px 4px 0px #00000040;
}





/* */







.product .uabb-post-thumbnail {
  width: 300px;
  border-radius: 15px;
}

.product .uabb-blog-post-content {
  width: calc(100% - 300px);
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
  .product .post-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product .post-img {
    flex: none;
    width: 100%;
    /* max-width: 300px; */
  }

  .product .uabb-post-thumbnail img {
    width: 100% !important;

  }


}


.product a.uabb-button {
  display: inline-block;
  min-width: 273px;
  padding: 16px;
  color: #fff;
  background-color: #00B2EC;
  border: 1px solid #00B2EC !important;
  border-radius: 25px !important;
  box-shadow: 0px 4px 4px 0px #00000040;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  margin: 10px;
  text-decoration: none !important;
}

.product .uabb-button span {
  color: white !important;

}

.product a.uabb-button:hover,
.product a.uabb-button:focus {
  background-color: #fff;
  color: #464646B5 !important;
  border: 1px solid #d9d9d9 !important;
}

.product .uabb-button:hover span,
.product .uabb-button:focus span {
  color: #464646B5 !important;

}

/**/

.fl-post-grid-empty p {
  text-align: center !important;
}

.partner-platforms-logo img{
  max-height: 80px !important;
  width: auto;
}