html, body, p {
  margin: 0;
  padding: 0;
}
html, body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
/* margins */
.__mt4 {
  margin-top: 4px;
}

.__mt8 {
  margin-top: 8px;
}

.__mt12 {
  margin-top: 12px;
}

.__mt16 {
  margin-top: 16px;
}

.__mt24 {
  margin-top: 24px;
}

.__mt32 {
  margin-top: 32px;
}

.__ml-auto {
  margin-left: auto;
}

.__ml16 {
  margin-left: 16px;
}
/* fonts */
.text__title-1 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

.about-fund .programs__text_large {
	font-size: 24px;
	line-height: 32px;
}

.text__title-2 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.text__title-3 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.text__title-4 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 68px;
  line-height: 78px;
  color: #ffffff;
}

.text__title-5 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

.text__text-1 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.text__text-2 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.text__text-3 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
}

.text__text-4 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.text__text-5 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
}

.text__text-6 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.text__white {
  color: #ffffff;
}

.text__black {
  color: #000000;
}

.text__gray {
  color: #333f48;
}

.text__gray-light {
  color: #878b90;
}

.text__gray-white {
  color: #aaafb7;
}

.text__wrap {
  overflow-wrap: break-word;
}

.text__align_center {
  text-align: center;
}

/* main fonts */

.about-fund {
  display: block;
  position: relative;
  width: 100%;
}

.about-fund__banner {
  width: 100%;
  background: radial-gradient(23.33% 90.85% at 65.99% 100%, rgba(0, 192, 102, 0.35) 0%, rgba(21, 159, 94, 0) 100%), 
    radial-gradient(33.57% 117.61% at 63.33% -9.67%, rgba(90, 177, 255, 0.24) 0%, rgba(0, 135, 205, 0.24) 0.01%, rgba(0, 135, 205, 0) 100%), 
    radial-gradient(19.56% 68.52% at -4.53% 77.65%, rgba(255, 224, 102, 0.3) 0%, rgba(255, 224, 102, 0) 100%), 
    linear-gradient(90deg, rgba(66, 227, 180, 0.34) 0%, rgba(107, 234, 199, 0.34) 49.98%, rgba(155, 208, 254, 0.34) 100%), #FFFFFF;
}

.about-fund .banner__content {
  display: grid;
  align-items: center;
  width: 100%;
  height: 550px;
  grid-template-columns: 5fr 7fr;
  column-gap: 24px;
}

.about-fund .banner__img_block {
  /*display: block;
  width: 100%;
  height: 600px;
  object-fit: contain;
  object-position: center;*/
  margin: 0px 0px 0px auto;
}

.about-fund .banner__text_block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*
.about-fund .about-fund__breadcrumbs {
  padding: 32px 0px;
  width: 100%;
  background: #f5faff;
  box-sizing: border-box;
}

.about-fund .breadcrumbs__content {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-fund .breadcrumbs__link {
  display: flex;
  align-items: center;
}

.about-fund .breadcrumbs__home {
  width: 13px;
  height: 13px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.about-fund .breadcrumbs__arrow {
  width: 5px;
  height: 9px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.about-fund .breadcrumbs__text {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  text-align: center;
  line-height: 14px;
}*/

.about-fund__about {
  width: 100%;
  margin: 64px 0px;
  height: auto;
}

.about-fund .about__content {
  width: 100%;
  height: auto;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 4fr 8fr;
  column-gap: 24px;
}

.about-fund .about__text_block_text {
  width: 596px;
}

.about-fund .about__text_block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.about-fund .about-fund__director {
  width: 100%;
  height: 634px;
  background-image: url('../img/about-fund/gref_background.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-fund .director__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-fund .director__text_block {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about-fund .director__read_more {
  margin-top: 32px;
  box-sizing: border-box;
  padding: 8px 32px;
  background: #21ba72;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-fund .director__read_more:hover {
  background: #209f6f;
}

.about-fund .director__fullname {
  margin-top: 32px;
}

.about-fund .director__post {
  margin-top: 8px;
  text-transform: uppercase;
}

.about-fund .director__title {
  width: 856px;
  letter-spacing: -0.06em;
}

.about-fund .director__picture_block {
  position: absolute;
  width: 741px;
  height: 574px;
  right: -229px;
  bottom: 0;
}

.about-fund .director__img_block {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-fund__programs {
  width: 100%;
  box-sizing: border-box;
  padding: 64px 0px;
  background: radial-gradient(38.39% 53.14% at -9.48% 100%, rgba(44, 188, 180, 0.4) 0%, rgba(187, 224, 254, 0) 100%), 
    radial-gradient(42.37% 58.65% at 100% 0%, rgba(148, 241, 218, 0.4) 0%, rgba(148, 241, 218, 0) 100%), 
    radial-gradient(45.47% 62.94% at 20.03% 0%, rgba(78, 165, 210, 0.48) 0%, rgba(122, 192, 255, 0) 100%), 
    linear-gradient(62.44deg, #A4EEDC 0%, #5BCAB5 44.43%, #6BAAE4 100%), #FFFFFF;
}

.about-fund .programs__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.about-fund .programs__block_columns_large {
  margin-top: 48px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 520px;
  column-gap: 24px;
  row-gap: 24px;
}

.about-fund .programs__column_large {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 48px 32px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column: span 7;
}

.about-fund .programs__column_small {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 48px 32px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*grid-column: span 5;*/
}

.about-fund .programs__button:hover {
  color: #209f6d;
}

.about-fund .column-1 {
  background-image: url('../img/about-fund/program1_new.png');
}

.about-fund .column-2 {
  background-image: url('../img/about-fund/program2.png');
}

.about-fund .column-3 {
  background-image: url('../img/about-fund/program3_new-2.png');
  background-position: 0px;
}

.about-fund .column-4 {
  background-image: url('../img/about-fund/program4_new.png');
}

.about-fund .column-5 {
  background-image: url('../img/about-fund/program5.png');
}

.about-fund .column-6 {
  background-image: url('../img/about-fund/program6.png');
}

.about-fund .programs__column_description {
  max-width: 400px;
  /*padding-right: 16px;*/
}

.about-fund .programs__button {
  margin-top: auto;
  box-sizing: border-box;
  padding: 8px 32px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06);
  border-radius: 32px;
}

.about-fund .about-fund__video {
  width: 100%;
  box-sizing: border-box;
  padding: 64px 0px;
}

.about-fund .video__iframe {
  width: 100%;
  height: 480px;
  border-radius: 16px;
  display: block;
}

.about-fund .video__arrow-hidden {
  display: none;
}

.js-video-slick-left {
  top: calc(50% - 24px);
  left: -24px;
  z-index: 1;
  transform: none;
}

.js-video-slick-right {
  top: calc(50% - 24px);
  right: -24px;
  z-index: 1;
  transform: none;
}

.about-fund .video__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-fund .video__slick {
  width: 100%;
  height: 100%;
}

.modal__main::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-radius: 999px;
}

.modal__main::-webkit-scrollbar-thumb {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border-radius: 999px;
}

.modal__main::-webkit-scrollbar-thumb:hover {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border-radius: 999px;
}

.modal__main::-moz-scrollbar-button:decrement,
.modal__main::-moz-scrollbar-button:increment,
.modal__main::-moz-scrollbar-button:vertical:start:decrement,
.modal__main::-moz-scrollbar-button:vertical:end:increment,
.modal__main::-moz-scrollbar-button:horizontal:start:decrement,
.modal__main::-moz-scrollbar-button:horizontal:end:increment,
.modal__main::-webkit-scrollbar-button:vertical:start:decrement,
.modal__main::-webkit-scrollbar-button:vertical:end:increment,
.modal__main::-webkit-scrollbar-button:horizontal:start:decrement,
.modal__main::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0px !important;
  height: 0px !important;
}

.modal__main_hidden::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 999px;
}

.modal__main_hidden::-webkit-scrollbar-thumb {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border-radius: 999px;
}

.modal__main_hidden::-webkit-scrollbar-thumb:hover {
  height: 8px;
  width: 8px;
  background: #21ba72;
  border-radius: 999px;
}

.modal__main_hidden::-moz-scrollbar-button:decrement,
.modal__main_hidden::-moz-scrollbar-button:increment,
.modal__main_hidden::-moz-scrollbar-button:vertical:start:decrement,
.modal__main_hidden::-moz-scrollbar-button:vertical:end:increment,
.modal__main_hidden::-moz-scrollbar-button:horizontal:start:decrement,
.modal__main_hidden::-moz-scrollbar-button:horizontal:end:increment,
.modal__main_hidden::-webkit-scrollbar-button:vertical:start:decrement,
.modal__main_hidden::-webkit-scrollbar-button:vertical:end:increment,
.modal__main_hidden::-webkit-scrollbar-button:horizontal:start:decrement,
.modal__main_hidden::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0px !important;
  height: 0px !important;
}

.about-fund .about-fund__modal {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-fund .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: #000000;
  opacity: 0.55;
}

.about-fund .modal__content {
  position: relative;
  width: 90%;
  height: calc(100% - 192px);
    margin-top: 153px;
  max-width: 856px;
  display: flex;
  flex-direction: column;
  z-index: 3;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.main-header.active + div .modal__content{
  height: calc(100% - 240px);
  margin-top: 210px;
}

.main-header.active + main .modal__content{
  height: calc(100% - 240px);
  margin-top: 210px;
}

.about-fund .modal__close_row {
  margin-top: 40px;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-end;
}

.about-fund .modal__close_button {
  height: 24px;
  cursor: pointer;
  margin-right: 40px;
}

.about-fund .modal__close_button:hover {
  opacity: 0.8;
}

.about-fund .modal__main {
  position: relative;
  margin-top: 30px;
  display: flex;
  height: 100%;
  overflow-y: auto;
  flex-direction: column;
}

.about-fund .modal__main{
  scrollbar-color: #ffffff transparent;
scrollbar-width: thin;
}

.about-fund .modal__main_block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0px 89px 64px 89px;
}

.about-fund .modal__footer {
  position: relative;
  width: 100%;
  min-height: 237px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-fund .modal__main_hidden {
  position: absolute;
  width: 100%;
  height: calc(100% - 94px);
  top: 94px;
  left: 0;
  background: transparent;
  overflow-y: auto;
  z-index: 2;
  box-sizing: border-box;
  border-right: 48px solid transparent;
}

.about-fund .modal__main_block_hidden {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0px 33px 64px 89px;
}

.about-fund .modal__footer_hidden {
  visibility: hidden;
  position: relative;
  width: 100%;
  min-height: 237px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-fund .modal__footer_img {
  display: block;
  width: 89px;
  height: 89px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.about-fund .modal__shadow {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 89px;
  background: linear-gradient(360deg, #ffffff 25.31%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
  transition: 1.5s;
}

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

  .about-fund .banner__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-fund .banner__img_block {
    height: 460px;
  }

  .about-fund .about__text_block_text {
    width: 100%;
  }

  .about-fund .about-fund__director {
    width: 100%;
    height: 574px;
    background-image: url(../img/about-fund/gref_background_1440.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .about-fund .director__picture_block {
    width: 607px;
    height: 471px;
    right: -189px;
  }

.about-fund .programs__column_small {
  padding: 32px;
}

  .about-fund .programs__text_large {
    font-size: 24px;
    line-height: 32px;
  }

  .about-fund .programs__text_small {
    font-size: 20px;
    line-height: 26px;
  }

  /*.about-fund .programs__block_columns_large {
    grid-auto-rows: 436px;
  }*/

  .about-fund .programs__column_description {
    margin-top: 8px;
    max-width: 350px;
	font-size: 14px;
	line-height: 20px;
  }



  .about-fund .video__iframe {
    height: 406px;
  }
}

@media screen and (max-width: 1199px) {
  .about-fund .programs__block_columns_large::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 999px;
  }
  
  .about-fund .programs__block_columns_large::-webkit-scrollbar-thumb {
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
  }
  
  .about-fund .programs__block_columns_large::-webkit-scrollbar-thumb:hover {
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
  }
  
  .about-fund .programs__block_columns_large::-moz-scrollbar-button:decrement,
  .about-fund .programs__block_columns_large::-moz-scrollbar-button:increment,
  .about-fund .programs__block_columns_large::-moz-scrollbar-button:vertical:start:decrement,
  .about-fund .programs__block_columns_large::-moz-scrollbar-button:vertical:end:increment,
  .about-fund .programs__block_columns_large::-moz-scrollbar-button:horizontal:start:decrement,
  .about-fund .programs__block_columns_large::-moz-scrollbar-button:horizontal:end:increment,
  .about-fund .programs__block_columns_large::-webkit-scrollbar-button:vertical:start:decrement,
  .about-fund .programs__block_columns_large::-webkit-scrollbar-button:vertical:end:increment,
  .about-fund .programs__block_columns_large::-webkit-scrollbar-button:horizontal:start:decrement,
  .about-fund .programs__block_columns_large::-webkit-scrollbar-button:horizontal:end:increment {
    width: 0px !important;
    height: 0px !important;
  }

  .about-fund .banner__content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  .about-fund .banner__text_block {
    box-sizing: border-box;
    padding: 0px 0px 64px 0px;
  }

  .about-fund .banner__text {
    font-size: 18px;
    line-height: 24px;
  }

  .about-fund .banner__img_block {
    height: 446px;
  }

  .about-fund .about-fund__breadcrumbs {
    padding: 24px 39px;
  }

  .about-fund .about__text_block_text {
    margin-top: 24px;
  }

  .about-fund .about__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
  }

  .about-fund .about-fund__director {
    height: auto;
    box-sizing: border-box;
    padding: 64px 0px;
  }

  .about-fund .director__content {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-fund .director__picture_block {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    right: unset;
  }

  .about-fund .director__img_block {
    width: 340px;
    height: 340px;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  
  .about-fund .programs__content {
    box-sizing: border-box;
    padding: 0;
  }

  .about-fund .director__title {
    margin-top: 32px;
    width: 100%;
  }

  .about-fund .programs__text_large {
    font-size: 24px;
    line-height: 32px;
  }

  .about-fund .programs__text_small {
    font-size: 24px;
    line-height: 32px;
  }

  .about-fund .programs__block_columns_large {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 520px;
    box-sizing: border-box;
    /* padding-bottom: 48px; */
    overflow-x: auto;
  }
  
  .about-fund .programs__column_small,
  .about-fund .programs__column_large {
    height: 100%;
    width: 288px;
    padding: 32px;
    grid-column: 1 span;
  }

  .about-fund .programs__column_description {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .about-fund .column-1 {
    background-image: url('../img/about-fund/program1_tab.png');
    grid-row: span 1;
  }
  
  .about-fund .column-2 {
    background-image: url('../img/about-fund/program2_tab.png');
  }
  
  .about-fund .column-3 {
    background-image: url('../img/about-fund/program3_tab_new.png');
  }
  
  .about-fund .column-4 {
    background-image: url('../img/about-fund/program4_tab.png');
  }
  
  .about-fund .column-5 {
    background-image: url('../img/about-fund/program5_tab.png');
  }
  
  .about-fund .column-6 {
    background-image: url('../img/about-fund/program6_tab.png');
  }

  .about-fund .programs__button {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .about-fund .about-fund__video {
    padding: 64px 0px;
  }

  .about-fund .video__iframe {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .about-fund .modal__close_button {
    margin-right: 18px;
}

  .about-fund .modal__content{
    height: calc(100% - 20px);

    margin-top: 0px;
    width: 100%;
    margin: 10px;
  }

  .main-header.active + div .modal__content{
    height: calc(100% - 20px);

    margin-top: 10px;
  }
  
  .main-header.active + main .modal__content{
    height: calc(100% - 20px);

    margin-top: 10px;
  }

  .text__title-1 {
    font-size: 23px;
    line-height: 32px;
  }

  .__mt32 {
    margin-top: 17px;
}

.about-fund .modal__main{
  margin-top: 0px;
}

  .about-fund .about-fund__modal{
    z-index: 333;
  }
  .about-fund .banner__content {
    box-sizing: border-box;
    padding: 24px 0px;
    padding-bottom: 40px;
  }

  .about-fund .banner__text_block {
    padding: 0;
  }

  .about-fund .banner__img_block {
    height: 240px;
  }

  .about-fund .banner__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-fund .banner__text {
    font-size: 14px;
    line-height: 20px;
  }

  .about-fund .about-fund__breadcrumbs {
    padding: 24px;
  }

  .about-fund__about {
    margin: 40px 0px;
  }

  .about-fund .about__content {
    padding: 0;
  }

  .about-fund .about__text_block_text {
    margin-top: 16px;
  }

  .about-fund .about-fund__director {
    padding: 32px 0px;
  }

  .about-fund .director__img_block {
    width: 168px;
    height: 168px;
  }

  .about-fund .director__title {
    margin-top: 16px;
    font-size: 32px;
    line-height: 36px;
  }

  .about-fund .director__read_more {
    margin-top: 16px;
    padding: 4px 18px;
  }

  .about-fund__programs {
    margin: 0px;
    padding: 40px 0;
  }

  .about-fund .programs__title {
    font-size: 32px;
    line-height: 40px;
  }

  .about-fund .programs__content {
    padding: 0;
  }

  .about-fund .programs__block_columns_large {
    grid-auto-rows: 520px;
    padding: 0px;
    padding-bottom: 32px;
    column-gap: 16px;
  }
  
  .about-fund .programs__column_small,
  .about-fund .programs__column_large {
    height: 100%;
    width: 288px;
    padding: 32px;
  }

  .about-fund .programs__text_large {
    font-size: 24px;
    line-height: 32px;
  }

  .about-fund .programs__text_small {
    font-size: 24px;
    line-height: 32px;
  }

  .about-fund .about-fund__video {
    padding: 32px 0px;
  }

  .about-fund .video__iframe {
    width: 100%;
    height: 100%;
  }

  .about-fund .video__slick {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 327px);
    grid-auto-rows: 357px;
    column-gap: 16px;
    overflow-x: auto;
    /* padding-bottom: 24px; */


  }

  .video__slick::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 999px;
  }
  
  .video__slick::-webkit-scrollbar-thumb {
    height: 8px;
    width: 8px;
    background: #21ba72;
    box-sizing: border-box;
    border-radius: 999px;
  }
  
  .video__slick::-webkit-scrollbar-thumb:hover {
    height: 8px;
    width: 8px;
    background: #21ba72;
    box-sizing: border-box;
    border-radius: 999px;
  }
  
  .video__slick::-moz-scrollbar-button:decrement,
  .video__slick::-moz-scrollbar-button:increment,
  .video__slick::-moz-scrollbar-button:vertical:start:decrement,
  .video__slick::-moz-scrollbar-button:vertical:end:increment,
  .video__slick::-moz-scrollbar-button:horizontal:start:decrement,
  .video__slick::-moz-scrollbar-button:horizontal:end:increment,
  .video__slick::-webkit-scrollbar-button:vertical:start:decrement,
  .video__slick::-webkit-scrollbar-button:vertical:end:increment,
  .video__slick::-webkit-scrollbar-button:horizontal:start:decrement,
  .video__slick::-webkit-scrollbar-button:horizontal:end:increment {
    width: 0px !important;
    height: 0px !important;
  }
  
  .about-fund .modal__main_block {
    padding: 0px 65px 32px 24px;
  }
  
  .about-fund .modal__main_hidden {
    border-right: 24px solid transparent;
  }
  
  .about-fund .modal__main_block_hidden {
    padding: 0px 33px 32px 24px;
  }
}