.detailed-news-module {
  color: #0B1E04;
}
.detailed-news-module .preload-wrapper {
  min-height: calc(100vh - 224px);
}
.detailed-news-module .green {
  color: #219653;
}
.detailed-news-module .error-text {
  color: #ff635f;
}
.detailed-news-module .flex-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.detailed-news-module p {
  margin: 0;
}
.detailed-news-module p.ql-align-center {
  text-align: center;
}
.detailed-news-module strong {
  font-weight: 700;
}
.detailed-news-module blockquote {
  font-size: 17.5px;
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.detailed-news-module .share-module {
  position: absolute;
  right: 0;
  top: 0;
}
.detailed-news-module .share-module .share {
  background-image: url(/assets/img/08abbf45816038edcc8182df53f4eb79.svg);
}
.detailed-news-module .detailed-news-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 32px;
  font-weight: 700;
  margin-bottom: 48px;
  margin-top: 0;
}
.detailed-news-module .detailed-news-date {
  color: rgba(13, 12, 34, 0.5);
}
.detailed-news-module .detailed-news-content {
  margin: 0 auto;
  width: 800px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .detailed-news-module .detailed-news-content {
    width: 100%;
  }
}
.detailed-news-module .detailed-news-article {
  margin-top: 20px;
  min-height: 160px;
  position: relative;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .detailed-news-module .detailed-news-article {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .detailed-news-module .detailed-news-article {
    padding-left: 0;
    min-height: 0;
  }
}
.detailed-news-module .detailed-news-article ul li,
.detailed-news-module .detailed-news-article ol li {
  margin-top: 8px;
}
.detailed-news-module .detailed-news-article a {
  color: #219653;
}
.detailed-news-module .detailed-news-article p img {
  width: 770px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .detailed-news-module .detailed-news-article p img {
    width: 330px !important;
    height: auto;
  }
}
.detailed-news-module .detailed-news-video {
  margin-top: 32px;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .detailed-news-module .detailed-news-video {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .detailed-news-module .detailed-news-video {
    margin-left: 0;
  }
}
.detailed-news-module .detailed-news-video .news-video-wrapper {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.detailed-news-module .detailed-news-video .news-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .detailed-news-module .detailed-news-video .news-video-wrapper {
    padding-bottom: 100%;
  }
}
.detailed-news-module .linked-news {
  margin-top: 48px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .detailed-news-module .linked-news {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.detailed-news-module .linked-news-item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 368px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .detailed-news-module .linked-news-item {
    width: 100%;
  }
}
.detailed-news-module .linked-news-img {
  height: 208px;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .detailed-news-module .linked-news-img {
    height: auto;
  }
}
.detailed-news-module .linked-news-content .title {
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.019em;
  min-height: 128px;
  font-weight: 700;
}
.detailed-news-module .linked-news .more-info {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  font-weight: 700;
  box-shadow: none;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #0D0C22;
  background: #0D0C22;
  color: #FFFFFF;
  display: block;
  text-align: center;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
}

@keyframes leaf-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
em {
  font-style: italic;
}
ol {
  list-style: inside decimal;
}
ul {
  list-style: inside disc;
}
div.module-news {
  margin-bottom: -120px;
  padding-top: 24px;
  padding-bottom: 48px;
}
.module-news {
  font-family: "Abank Sans";
  font-style: normal;
  background: #F9F9F9;
}
.module-news .preload-wrapper {
  min-height: calc(100vh - 224px);
}
.module-news .content {
  width: 1264px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  min-height: calc(100vh - 224px);
  padding: 0 16px;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .module-news .content {
    width: 100%;
    max-width: 1264px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .content {
    width: 360px;
    min-width: 360px;
  }
}
.module-news .title {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 32px;
}
.module-news .news-banner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .news-banner {
    padding: 24px;
  }
}
.module-news .news-banner .left-side {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 0 24px 24px;
  gap: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .news-banner .left-side {
    padding: 0;
    padding-bottom: 96px;
  }
}
.module-news .news-banner .left-side div {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  margin: 0;
}
.module-news .news-banner img {
  position: absolute;
  height: 170%;
  right: -20px;
  top: -38px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .news-banner img {
    height: auto;
    width: 110px;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.module-news .news-banner h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 32px;
  font-weight: 700;
  margin: 0;
}
.module-news .news-list .article {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
  padding: 24px 0 24px;
  min-height: 232px;
  border-bottom: 1px solid rgba(13, 12, 34, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .news-list .article {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.module-news .news-list .article .left-part {
  width: 325px;
  height: 184px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .news-list .article .left-part {
    width: 100%;
  }
}
.module-news .news-list .article .right-part {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .news-list .article .right-part {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.module-news .news-list .article-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.module-news .news-list .article-title__wrapper {
  width: 100%;
}
.module-news .news-list .article-title {
  margin: 0;
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.019em;
  font-weight: 700;
  padding-right: 24px;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .module-news .news-list .article-title {
    font-size: 20px;
    max-width: 650px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .news-list .article-title {
    padding-right: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.module-news .news-list .article-date {
  color: rgba(13, 12, 34, 0.5);
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
}
.module-news .news-list .article .more-info {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  font-weight: 700;
  box-shadow: none;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #0D0C22;
  background: #0D0C22;
  color: #FFFFFF;
  text-align: center;
  border-radius: 8px;
  padding: 12px 16px;
  width: 285px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .news-list .article .more-info {
    width: 100%;
  }
}
.module-news .not-found {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  height: 320px;
}
.module-news .not-found p {
  text-align: center  ;
}
.module-news .show-more {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  font-weight: 700;
  box-shadow: none;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 0;
  border: 1px solid #00D352;
  background: #00D352;
  color: #FFFFFF;
  margin-top: 32px;
  background: #4BDF7F;
  border-radius: 8px;
  padding: 12px 56px;
  color: #0D0C22;
  align-self: center;
}
.module-news .show-more img {
  margin-left: 16px;
  vertical-align: sub;
  transition: 500ms all;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-news .show-more {
    padding: 12px;
    align-self: auto;
  }
}
.module-news .error-text {
  color: #ff635f;
}
.row {
  width: 100%;
  margin-top: 40px;
  position: relative;
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.row #js-shutter {
  opacity: 1;
  transition: left 1s cubic-bezier(0.215, 0.08, 0.25, 1.005), transform 1s cubic-bezier(0.215, 0.08, 0.25, 1.005), opacity 1s ease-out;
  display: block;
  background-color: #64B22C;
  width: calc(500px);
  height: calc(500px);
  border-radius: 50%;
  top: 50%;
  left: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .row #js-shutter {
    width: calc(300px);
    height: calc(300px);
  }
}
#js-leaves-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #js-leaves-bg {
    display: none;
  }
}
#js-leaves-bg .leaves-layer {
  opacity: 1;
  visibility: visible;
  transition: transform 1.4s cubic-bezier(0.215, 0.08, 0.25, 1.005), opacity 0.6s ease-out, visibility 0s;
}
.leaves-parallax-layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #app {
    overflow: hidden;
  }
}
.left-cell {
  flex-grow: 2;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .left-cell {
    width: 60%;
    padding: 20px;
  }
}
.right-cell {
  flex-grow: 1;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .right-cell {
    width: 40%;
  }
}
.header-descr {
  color: #898989;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  max-width: 380px;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .header-descr {
    font-size: 12px;
  }
}
.header-title {
  font-size: 42px;
  font-weight: 900;
  max-width: 450px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .header-title {
    font-size: 24px;
  }
}
.header-title:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #64B22C;
  margin-top: 15px;
  /* transform: scaleX(0); */
  /* transform-origin: 0 50%; */
}
#backgrounds {
  position: relative;
  left: 54%;
  width: calc(100% - 200px);
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  #backgrounds {
    position: absolute;
    right: -80px;
    left: initial;
  }
}
.background {
  width: 100%;
  height: 100%;
  background: url(/assets/img/cc3f03b4024b43ae213bcc643aeff31b.jpg) no-repeat top left / contain;
}
.content-image-wrapper {
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  height: calc(300px);
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .content-image-wrapper {
    top: 80%;
  }
}
.content-image-wrapper img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  max-height: 550px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .content-image-wrapper img {
    height: 44%;
  }
}
.leaves-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.leaf-xl {
  display: block;
  position: absolute;
  width: 25px;
  height: auto;
  transform-origin: 50% 50%;
  animation: leaf-rotation 60s linear infinite;
}
.leaf-xl.top {
  top: 1%;
  left: 8%;
}
.leaf-xl.bottom {
  bottom: 1%;
  left: 8%;
}
.leaf-md {
  display: block;
  position: absolute;
  width: 20px;
  height: auto;
  transform-origin: 50% 50%;
  animation: leaf-rotation 90s linear infinite;
}
.leaf-md.top {
  top: 8%;
  left: 1%;
}
.leaf-md.bottom {
  bottom: 8%;
  left: 1%;
}
.leaf-xs {
  display: block;
  position: absolute;
  width: 10px;
  height: auto;
  transform-origin: 50% 50%;
  animation: leaf-rotation 120s linear infinite;
}
.leaf-xs.top {
  top: 3%;
  left: 2%;
}
.leaf-xs.bottom {
  bottom: 3%;
  left: 2%;
}
.desc-wrapper {
  margin-top: 20px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.share-module {
  position: relative;
  width: 36px;
}
.share-module.horizontal {
  display: flex;
  width: auto;
}
.share-module.horizontal .share-name {
  margin-right: 24px;
}
.share-module.horizontal .icon:not(:last-of-type) {
  margin-right: 16px;
}
.share-module .share {
  background-image: url(/assets/img/8c301060d989d7e56a0f0b1d424a0021.svg);
  margin: 0 auto;
}
.share-module .share__items {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 10px #5a5a5a33;
  display: none;
  list-style: none;
  margin: 8px 0 0;
  padding: 8px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.share-module .share__items.active {
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.share-module .share__items .icon:not(:last-of-type) {
  margin-bottom: 16px;
}
.share-module .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.share-module .icon.facebook {
  background-image: url(/assets/img/34a492cf0e311e6149863c52ec9c3c17.svg);
}
.share-module .icon.telegram {
  background-image: url(/assets/img/defe5f9a5977ab54e7fe9a060a529609.svg);
}
.share-module .icon.linkedin {
  background-image: url(/assets/img/28469cdc77c9583e58ec33c7acd4f3bf.svg);
}
.share-module .icon.twitter {
  background-image: url(/assets/img/0aca164a9289c7dbcf6a351774de43e7.svg);
}


/*# sourceMappingURL=pages-FundraisingDrone~pages-News.03445724970a04b7ccd3.css.map*/