.single-article__content img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.news-card__body-title {
  color: #000;
  text-decoration: none;
}
.page-box__content-info {
  flex-grow: 1;
  padding-right: 0;
  margin-right: 16px;
  max-width: calc(94% - 72px);
}
.post-card__box-img {
  height: 180px;
  object-fit: cover;
}
.footer__box-list {
  max-width: 65%;
}

.post-card__box-text {
  min-height: 70px;
  display: flex;
  align-items: center;
}
.subscribe-action {
  transition: background-color opacity 0.2s linear;
}
.subscribe-action_disabled {
  background-color: transparent;
  color: #000;

}
.button {
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .3px;
  cursor: pointer;
  outline: 0;
  text-align: center;
  text-decoration: none;
}
.button:focus {
  outline: none;
}
.button__primary {
  background: #4fc48a;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border: none;
  word-wrap: break-word;
}
.button__primary:hover {
  background:#38a870;
  color: #fafafa;
}
.btn-primary:focus, .btn-primary:active {
  background:#38a870;
  box-shadow: none;
  color: #fff;
  border-color: transparent;
}

.button__primary_active {
  background: #fff !important;
  color: #999999 !important;
  border: 1px solid #999999 !important;

}

.button_size_small {
  width: 96px;
  height: 24px;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}
.button__link {
  padding: 4px 0 0 0;
}
.button_size_big {
  width: 100%;
  height: 42px;
  font-size: 20px;
  line-height: 24px;

}

.button__secondary {
  background: transparent;
  border: 1px solid #4FC48A;
  font-size: 14px;
  line-height: 24px;
  color: #4FC48A;
}
.button__secondary:hover {
  border: 1px solid #38A870;
  color: #38A870;
  background: rgba(255,255,255,.1);
}
.button__secondary_white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button__secondary_white:hover {
  background: #fff;
  border: 1px solid #444;
  color: #444;
}
.button__secondary_active {
  background: #fff;
  color: #B2B2B2;
}


/* Style The Dropdown Button */
.dropbtn {
  background-color: #FFFFFF;
  color: white;
  padding: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  right: -15px;
  display: none;
  position: absolute;
  background-color: #FDFDFD;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  color: #333333;
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #FDFDFD}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #FDFDFD;
}

.g-recaptcha {
  width: 100%;
  border-radius: 4px;
  border-right: 1px solid #d8d8d8;
  overflow: hidden;
}

.author-title {
  margin: 0 0 9px;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.single-article__hashtags {
  margin-bottom: 20px;
}

.pagination__container {

  max-width: 300px;
}
@media (min-width : 320px) {
  .pagination>.page-item {
    margin-right: 2px;
    margin-left: 0;

  }
  .pagination>.page-item>.page-link {
    font-size: .7em;
    padding: .200rem .30rem;
  }
}
@media (min-width : 375px) {
  .pagination>.page-item {
    margin-right: 3px;
    margin-left: 3px;

  }
  .pagination>.page-item>.page-link {
    font-size: .9em;
    padding: .250rem .35rem;
  }
}
@media (min-width : 425px) {
  .pagination>.page-item {
    margin-right: 4px;
    margin-left: 4px;

  }
  .pagination>.page-item>.page-link {
    font-size: 1em;
    padding: .375rem .45rem;
  }
}
@media (min-width : 768px) {
  .pagination>.page-item>.page-link {
    padding: .375rem .75rem;
  }
}

.form-control {
  display: block;
  width: 100%;
}
.button_icon_search {
  display: flex;
}
.button_icon_search::before {
  content: '';
  width: 44px;
  height: 44px;
  display: block;
  background-image: url("/themes/pedsovet/img/search.svg");
  opacity: .4;
}

.post-card__box-text {
  width: 100%
}
.post-card--big .post-card__discription {
  max-width: 100%;
  padding-right: 33px;
}
.post-card--big .post-card__link{
  width: 100%;
}
@media (min-width : 320px) {
  .post-card__box .post-card__box-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
  }
  .post-card__box .post-card__box-text {
    align-items: flex-start;
  }
}
@media (min-width : 768px) {
  .post-card__box .post-card__box-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .post-card__box .post-card__box-text {
    align-items: center;

  }
}
.main__content-partners {
  margin-bottom: 20px;
}
.main__content-partners-box {
  display: grid;
  grid-template-rows: auto 80px;
}
.main__content-partners-box .main__content-partners-box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-row: 1/3;
}
.main__content-partners-box .main__content-partners-box-text {
  grid-row: 3/3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255,255,255, .5) !important;
}

.main__content-partners-header {
  display: flex;
  flex-direction: column;
}
@media (min-width : 768px) {
  .main__content-partners-header {
    display: flex;
    flex-direction: row;
  }
}


.single-article iframe {
  max-width: 100%;
}

.m-t-10 {
  margin-top: 10px;
}
.partner-header__content-info .title {
  color: #fff;
}

@media (min-width : 320px) {
  .partner-header__content-info .title {
    font-size: .8em;
  }
}

.main__sidebar {
  min-width: 256px;
}

.single-article__content img {
  object-fit: cover;
  height: 100%;
}

.single-article__content ul, .single-article__content ol {
  margin: 30px;
}
.single-article__content h2, .single-article__content h3, .single-article__content h4, .single-article__content h5, .single-article__content h6 {
  margin: 30px 0 10px 0 !important;
}
.single-article__content h2 {
  font-size: 24px;
}
.single-article__content h3 {
  font-size: 20px;
}
.single-article__content h4, .single-article__content h5, .single-article__content h6 {
  font-size: 18px;
}


.single-article__content a {
  color: #4FC48A;
}


.page-box--tag .page-box__content-info .info {
  margin-bottom: 0;
}
.btn.btn-primary:hover {
  color: white;
}

.main__sidebar-box-events {
  outline: 1px solid red;
}
.main__sidebar-box-events-date-button:hover {
  color: white;
}
.event-widget {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.event-widget__item {
  margin: 0 0 22px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.event-widget__item > a {
  width: 100%;
}

.main__sidebar-box-events-img, .event-widget__item:hover .event-widget__title {
  transition: all 0.3s ease-in-out;
}
.event-widget__item:hover .event-widget__title  {
  color: #4fc48a;
}

.event-widget__item .main__sidebar-box-events-img {
  width: 100%;
  min-width: 100%;
}
.event-widget__item:hover .main__sidebar-box-events-img {
  opacity: .7;

}

.event-widget__head {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: .2px;
  margin: 0 0 12px;
  color: #5a5a5a;
  transition: color 250ms ease-out;
}
.event-widget__head:hover {
  color: #4fc48a;
}
.event-widget__subscribe {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  width: 50%;
}
.event-widget__date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #a56ae0;
  width: 55%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
.event-widget__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
}
.main__sidebar-box-subscribe-button {

}

.page-box__content_opacity8 {
  background-color: rgba(255,255,255, .9);
}
.title_tag {
  font-size: 20px;
}
.info_tag {
  font-size: .9rem;
}

@media (min-width : 320px) {
  .children {
    max-width: 280px;
  }
}
@media (min-width : 360px) {
  .children {
    max-width: 320px;
  }
}
@media (min-width : 375px) {
  .children {
    max-width: 335px;
  }
}
@media (min-width : 425px) {
  .children {
    max-width: 385px;
  }
}
@media (min-width : 1024px) {
  .children {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .event-card__content-img img {
    display: none;
  }
}
@media (min-width: 992px) {
  .event-card__content-img img {
    display: block;
  }
  .single-event {
    display: flex;
    flex-wrap: wrap;
  }
  .single-event__thumb {
    width: 50%;
  }
  .single-event__header {
    width: 50%;
    position: relative;
  }
  .single-event__header-title {
    flex-direction: column;
    margin-bottom: 0;
  }
  .single-event__header-title .title {
    margin-bottom: 10px;
  }
  .single-event__header-buttons {
    margin-top: 10px;
  }
}
.article-author__avatar {
  border-radius: 50%;
  min-width: 64px;
}
.single-article__hashtags {
  display: flex;
  flex-wrap: wrap;
}
.hash-tag {
  display: flex;
  margin-bottom: 20px !important;
}

.cards-block {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  display: grid;
  gap: 25px;
  grid-template-rows: 1fr;
}
.cards-block_full {
  padding: 0;
}
@media (min-width : 768px) {
  .cards-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width : 1280px) {
  .cards-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cards-block__item {
  margin: 0;
  padding: 0;
  height: 100%;
  border-radius: 5px;
}
.cards-block__link {
  display: grid;
  grid-template-rows: auto 100px;
  min-height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.cards-block__link:hover {
  color: #4FC48A;
}
.cards-block__image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  grid-row: 1/2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cards-block__title {
  grid-row: 2/3;
  background-color: #fff;

  line-height: 22px;
  margin: 0;
  padding: 12px 14px 12px 16px;

  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.depositphotos {
  display: flex;
  flex-direction: column;
  width: 290px;
  margin: 10px auto;
}
.depositphotos__wrapper {
  width: 290px;
  margin: 0;
}
.depositphotos__link {
  display: block;
  text-align: left;
}
.depositphotos__logo {
  width: 290px;
  height: 50px;
  background-image: url("/img/depositphotos.svg");
  background-repeat: no-repeat;
  background-size:  cover;
  background-position: bottom left;
  opacity: .4;
}
@media (min-width : 768px) {
  .depositphotos {
    width: 580px;
    flex-direction: row;
  }
  .depositphotos__link {
    text-align: right;
    margin-right: 20px;
  }
}
.contacts-req {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*.depositphotos {*/
/*  display: flex;*/
/*  padding-bottom: 48px;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  width: 300px;*/
/*  margin: 10px auto;*/
/*  background-image: url("/img/depositphotos.svg");*/
/*  background-repeat: no-repeat;*/
/*  background-size:  auto 48px;*/
/*  background-position: bottom left;*/
/*  opacity: .4;*/
/*}*/
/*.depositphotos a {*/
/*  color: #000;*/
/*}*/
/*.depositphotos a:hover {*/
/*  color: #333;*/
/*}*/
/*@media (min-width : 768px) {*/
/*  .depositphotos {*/
/*    width: 460px;*/
/*    background-position: top right;*/
/*    padding-bottom: 0;*/
/*  }*/
/*}*/

@media (max-width : 767px) {
  .right-side-news {
    display: none;
  }
  .single-article__meta-left {
    flex-wrap: wrap;
  }

  .page-box__content-subscribe {
    margin-right: auto;
    margin-left: unset;
  }
  .page-box__content-subscribe .subs {
    margin-right: 40px;
  }
}

@media (min-width : 1200px) {
  .main__box .main__content-box-row.mod--top {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .main__sidebar .main__content-box-row.mod--top {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.single-article__content img.original {
  width: auto;
}

.no-hover{
  pointer-events: none;
}

.page-box {
  max-width: 864px;
}

a.tele-button,   a.vk-button {color: white;}

#inpage-subscribe {background-color: #6ec08f08;
  border: 1px solid #6EC08F;
  border-radius: 5px;
  padding: 20px 20px 0 20px;
  /* margin-top: 30px; */
}

#inpage-subscribe p {margin-bottom: 18px;}

.vk-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 12px 22px;
  border: 0;
  border-radius: 5px;
  background: #5B80B4;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
}

.vk-button:hover, .vk-button:focus {
  border: 0;
  background: #355881;
  color: #ffffff;
  text-decoration: none;
}
.vk-button:active {
  background: #355881;
}
.vk-button:before{
  content:  "\0000a0";
  display: inline-block;
  height: 15px;
  width: 26px;
  line-height: 24px;
  margin: 0 4px -6px -4px;
  position: relative;
  top: 4px;
  left: -5px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 136.9 83.3' style='enable-background:new 0 0 136.9 83.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bdisplay:none;fill-rule:evenodd;clip-rule:evenodd;fill:%235181B8;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M39.2-57.9H98c53.8,0,66.6,12.8,66.6,66.6v58.9c0,53.8-12.8,66.6-66.6,66.6H39.2c-53.8,0-66.6-12.8-66.6-66.6 V8.6C-27.4-45.1-14.6-57.9,39.2-57.9z'/%3E%3Cpath class='st1' d='M129.8,8.2c0.9-3,0-5.1-4.2-5.1h-14c-3.6,0-5.2,1.9-6.1,4c0,0-7.1,17.4-17.2,28.6C85,38.9,83.6,40,81.8,40 c-0.9,0-2.2-1-2.2-4V8.2c0-3.6-1-5.1-4-5.1h-22c-2.2,0-3.6,1.7-3.6,3.2c0,3.4,5,4.2,5.6,13.6v20.6c0,4.5-0.8,5.3-2.6,5.3 c-4.7,0-16.3-17.4-23.1-37.4c-1.3-3.9-2.7-5.4-6.3-5.4h-14c-4,0-4.8,1.9-4.8,4c0,3.7,4.7,22.1,22.1,46.4 c11.6,16.6,27.9,25.6,42.7,25.6c8.9,0,10-2,10-5.4V61.1c0-4,0.8-4.8,3.7-4.8c2.1,0,5.6,1,13.9,9c9.5,9.5,11.1,13.8,16.4,13.8h14 c4,0,6-2,4.8-5.9c-1.3-3.9-5.8-9.6-11.8-16.4c-3.3-3.9-8.2-8-9.6-10.1c-2.1-2.7-1.5-3.9,0-6.2C111,40.4,128.1,16.4,129.8,8.2 L129.8,8.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}


.tele-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 12px 22px;
  border: 0;
  border-radius: 5px;
  background: #37afe2;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
}
.tele-button:hover,
.tele-button:focus {
  border: 0;
  background: #1e96c8;
  color: #ffffff;
  text-decoration: none;
}
.tele-button:active {
  background: #216988;
}
.tele-button:before{
  content:  "\0000a0";
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: 0 4px -6px -4px;
  position: relative;
  top: 0px;
  left: -3px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 216 172' style='enable-background:new 0 0 216 172;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bdisplay:none;fill-rule:evenodd;clip-rule:evenodd;fill:url(%23SVGID_1_);%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg transform='matrix(1.25 0 0 1.25 130 50)'%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-524.9931' y1='429.0737' x2='-523.9931' y2='429.0737' gradientTransform='matrix(-75 174.99 174.99 75 -114437.3203 59622.7539)'%3E%3Cstop offset='0' style='stop-color:%2337AEE2'/%3E%3Cstop offset='1' style='stop-color:%231E96C8'/%3E%3C/linearGradient%3E%3Ccircle class='st0' cx='-14.4' cy='16.8' r='120'/%3E%3Cpath class='st1' d='M-89.7,22.7C-75.7,14.9-60,8.5-45.4,2C-20.2-8.6,5.1-19,30.6-28.8c5-1.7,13.9-3.3,14.8,4.1 c-0.5,10.4-2.4,20.8-3.8,31.1c-3.4,22.8-7.4,45.5-11.3,68.2c-1.3,7.6-10.8,11.5-16.9,6.6c-14.6-9.8-29.2-19.6-43.6-29.6 c-4.7-4.8-0.3-11.7,3.9-15.1c12-11.8,24.7-21.9,36.1-34.3c3.1-7.4-6-1.2-9,0.7C-15.7,14.3-31.7,26.3-49,36.3 c-8.8,4.9-19.2,0.7-28-2C-84.9,31-96.5,27.7-89.7,22.7L-89.7,22.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

.page-box {
  max-width: 864px;
}
.oembed-provider-youtube { left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.25% }

.oembed-provider-youtube iframe, .oembed-provider-youtube object, .oembed-provider-youtube embed { top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0; }

.single-event__thumb-back {
  display: none;
}
.mod-author a {
  color: #4FC48A;
}

.main__sidebar-box-subscribe-button:hover {
  border: none;
}

.event-widget__subscribe {
  line-height: 1.1;
}
.event-widget__subscribe-button {
  position: absolute;
  top: 0;
  right: 0;
}
.single-event__header-title {
  flex-direction: column;
}

.single-event__header-title .share-box {
  display: flex;
  justify-content: left;
}

.main__content-box-row-text {
  display: flex;
}

.main__content-box-row-text> a {
  transition: color 250ms ease-out;
}

.main__content-box-row-text> a:hover {
  color: #3f9d6e;
}

.main__box .main__sidebar-box-news-text {
  order: 2;
  text-decoration: none;
  font-family: Georgia;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .2px;
  color: #000;
  transition: color .3s;
  font-size: 18px;
  line-height: 1.4;
}

.main__box .main__content-top-widget {
  grid-template-rows: repeat(auto-fill,minmax(220px, auto));
}

.widgets-after {
  margin: 16px;
}

@media (min-width: 992px) {main__sidebar
  .widgets-after {
    margin: 45px 72px 24px;
  }
}


.single-article__meta-left {
  display: flex;
  gap: 5px;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 18px;
}


a.banner2__outer {
  display: block;
  text-decoration: none;
  width: 275px;
  background: #fff;
  border-radius: 5px;
}
a.banner2__outer:hover .banner2__button {
  background: #38a870;
}

.banner2__inner {
  display: flex;
  flex-flow: row wrap;
}

.banner2__header {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #494949;
}

.banner2__middle {
  display: flex;
}

.banner2__description p {
  font-family: Arial;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #484848;
  margin: 10px 0px;
}

.banner2__button {
  display: block;
  text-decoration: none;
  background: #66cc99;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.banner2__button span {
  display: block;
  color: #fff;
  padding: 4px 20px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.footer__certificate {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #b1b1b1;
}

.footer__certificate > a {
  color: #a6a4a5;
}

@media (min-width: 768px) {
  .post-card--big .post-card__tags, .post-card--big .post-card__tags-list {
    display: flex;
    flex-wrap: wrap;
    width: 93%;
  }
}

