/*
Theme Name: PSB by BitSky.pl
Theme URI:    https://psb.bitsky.me/PSB
Author: BitSky.pl
Author URI: https://BitSky.pl
Description: Strona Polskiego Stowarzyszenia Bitcoin wykonana przez BitSky.pl
Version: 1.0.991
 Text Domain:  Polskie-Stowarzyszenie-Bitcoin
*/


:root {
--default-margin-desktop: 15px;
--default-margin-mobile: 13px;
	
--accent-color: #F7931A;
	
--light-accent-color: #F5D7B1;
--light-accent-color-hover: #F6C085;
--light2-accent-color: #bcdbf7;
--light2-accent-color-hover: #96aec4;
--light3-accent-color: #d3def9;
--light3-accent-color-hover: #B4C9FC;


;
}

@charset "UTF-8";

body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
	margin: 0;
    padding: 0;
}



.header{
	background-color: #000 !important;
	color: #fff;
	padding-top:10px;

}

.header * {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.header *,
.header *:before,
.header *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Style dla linków */
a {
    color: var(--accent-color);
    text-decoration: none;
}

/* Podkreślenie tekstu przy hoverze */
a:hover {
	 color: var(--accent-color);
    text-decoration: underline;
}



.menu-div {
	  
	  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
	
	
	
}

.container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.naglowek-tlo {

	background-color: var(--light-accent-color);

}


    .row {
      margin: 0;
    }

    .col-12 {
      padding: 0;
    }

    .mobile-image-container {
      margin: 0;
      padding: 0;
      position: relative;
    }

    .mobile-image-container:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50vh; /* Wysokość do połowy wysokości ekranu */
      background-color: var(--light-accent-color);
      z-index: -1;
    }

.zdjecie-wpisu {
  display: block !important;
  max-width: 750px !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.submenu {
  list-style-type: none;
}


.load-posts-btn {
	
	margin-top: -30px;
	margin-bottom: 60px;
	text-align: right;
}



.archiwum-kategorie {
	
	margin-top: 50px;
}


.footer {
	
	background-color: #000;
	color: #fff;
}
.partnerzy {
	border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
padding-top: 60px !important;
	padding-bottom: 60px !important;
	background-color: #ffffff;
}



.przycisk-black {
  font-weight: 600;
  font-size: 17px;
  color: white;
  padding: 17px 25px;
  background-color: black;
  text-decoration: none;
  transition: 0.3s;
}

.przycisk-black:hover {
  opacity: 0.7;
	color: white;
	text-decoration: none;
}


.download-frame {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin: 15px;
}



/* DESKTOP */
/* DESKTOP */
/* DESKTOP */


@media (min-width: 768px) {
   



	.submenu__link {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.submenu__link a:hover,
.submenu__link a:hover {
  color: #000; /* Przykładowy styl, który nadpisuje styl Bootstrap */
	text-decoration: underline;
}
	
	
	/* Tytuł */
    .entry-title {
        font-weight: 600 !important;
        font-size: 42px !important;
        line-height: 150% !important;
        text-align: center;
		margin-bottom: 21px; /* Margines dolny dla urządzeń typu desktop */
		margin-top: 140px;
		margin-bottom: 20px;
    }
    
    /* Data i godzina wpisu */
    .entry-meta {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 10%;
        color: rgba(0, 0, 0, 0.6);
        text-align: center;
    }
	
.data-wpisu {
  display: flex;
  justify-content: center;
   align-items: flex-start;
margin-top: -10px;
	margin-bottom: 15px;
}
	
	.tresc-wpisu {
	margin-top: 30px;
	}

    /* Nagłówki */
 .podstrona   h1 {
        font-weight: 600;
        font-size: 26px;
        line-height: 170%;
		padding-top: var(--default-margin-desktop);
		padding-bottom: var(--default-margin-desktop);
    }

  .podstrona     h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 170%;
		padding-top: var(--default-margin-desktop);
		padding-bottom: var(--default-margin-desktop);
    }

  .podstrona     h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 170%;
		padding-top: var(--default-margin-desktop);
		padding-bottom: var(--default-margin-desktop);
    }

    /* Akapit */
 .podstrona      p {
        font-weight: 400;
        font-size: 18px;
        line-height: 210%;
		padding-top: var(--default-margin-desktop);
		padding-bottom: var(--default-margin-desktop);
    }

	
	ul {
  list-style-type: disc; /* styl wypunktowania jako kropki */
  font-size: 18px; /* rozmiar tekstu */
  line-height: 210%; /* interlinia */
	padding-top: var(--default-margin-desktop);
	padding-bottom: var(--default-margin-desktop);
}

li {
  margin-bottom: 5px; /* odstęp między elementami listy */
}
	
    /* Cytat */
	
.cytat {
    display: flex;
    justify-content: center;
    align-items: flex-start;
	padding-top: calc(2 * var(--default-margin-desktop));
	padding-bottom: calc(2 * var(--default-margin-desktop));
}

.cytat-lewa {
    order: 1;
    flex-basis: 1/8;
	align-self: flex-start;
	margin-right: 40px;
}

.cytat-prawa {
    order: 2;
    flex-basis: 7/8;
	    display: flex;
    justify-content: center;
    align-items: center;
}
	
	
    blockquote {
        font-weight: 400;
        font-size: 23px;
        line-height: 194%;
		text-align: left;
    }

    /* Podpis pod zdjęciem */
    figcaption {
        font-weight: 400;
        font-size: 13px;
        line-height: 172%;
        color: rgba(0, 0, 0, 0.5);
		margin-top:13px;
    }
	
	figure {
	padding-top: var(--default-margin-desktop);
	padding-bottom: var(--default-margin-desktop);
	}

	
	.separator {
  margin-left: 15px;
  margin-right: 15px;
margin-top:6px;
	align-self: top;
}

	.naglowek-wpisu {

}
	
    /* Tagi */
    .tagcloud a {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
        line-height: 210%;
        letter-spacing: 16%;
		color: #000000;
    }
	
	    .tagcloud a:hover {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
        line-height: 210%;
        letter-spacing: 16%;
		color: var(--accent-color);
		text-decoration: none;
    }
	
	.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
	padding-top: var(--default-margin-desktop);
padding-bottom: var(--default-margin-desktop);
}

.tag {
  display: inline-block;
  padding: 6px 19px;
  background-color: var(--light-accent-color); /* Kolor tła ramki */

}
	
.wpis-zdjecie{
  width: 100%;
}

	.sugerowane-artykuly {
		
		background-color: #000000;
		color: #ffffff !important;
		margin-top: 40px;
		padding-top: 60px;
		padding-bottom: 80px;
		margin-bottom: 40px;

	}
	
		.sugerowane-artykuly a{
		
	color: #FFFFFF !important;
			text-decoration: none;

	}
	
	.load-posts-btn-home {
	
	margin-top: -70px !important;
	margin-bottom: 70px;
	text-align: right;
}
	
	
	
   
	
	.czlonkowie-wizytowka {
		
		padding: 30px;
	}
	
	

}


/* MOBILE */
/* MOBILE */
/* MOBILE */


@media (max-width: 767px) {
  
	.zdjecie-wpisu {
		width: 100%;
    height: auto;
	}
	
.submenu__link {
  font-weight: 400;
  font-size: 1rem;
  color: #fff !important;
}
.submenu__link a:hover,
.submenu__link a:hover {
  color: #fff !important; /* Przykładowy styl, który nadpisuje styl Bootstrap */
	text-decoration: underline;
}
	
	
	
	/* Tytuł */
    .entry-title {
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 150% !important;
        text-align: center;
		margin-bottom: 25px; /* Domyślny margines dolny dla urządzeń mobilnych */
		margin-top: 80px;
		margin-bottom 20px;
    }
    
    /* Data i godzina wpisu */
    .entry-meta {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 10%;
        color: rgba(0, 0, 0, 0.6);
        text-align: center;
    }
	
.data-wpisu {
  display: flex;
  justify-content: center;
   align-items: flex-start;
margin-top: -10px;
	margin-bottom: 10px;
}

		.tresc-wpisu {
	
	}
    /* Nagłówki */
  .podstrona   h1 {
        font-weight: 600;
        font-size: 20px;
        line-height: 170%;
		padding-top: var(--default-margin-mobile);
		padding-bottom: var(--default-margin-mobile);
    }

  .podstrona   h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 170%;
		padding-top: var(--default-margin-mobile);
		padding-bottom: var(--default-margin-mobile);
    }

  .podstrona   h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 170%;
		padding-top: var(--default-margin-mobile);
		padding-bottom: var(--default-margin-mobile);
    }

    /* Akapit */
  .podstrona   p {
        font-weight: 400;
        font-size: 16px;
        line-height: 210%;
		padding-top: var(--default-margin-mobile);
		padding-bottom: var(--default-margin-mobile);
    }

ul {
  list-style-type: disc; /* styl wypunktowania jako kropki */
  font-size: 16px; /* rozmiar tekstu */
  line-height: 210%; /* interlinia */
	padding-top: var(--default-margin-mobile);
	padding-bottom: var(--default-margin-mobile);
}

li {
  margin-bottom: 5px; /* odstęp między elementami listy */
}	
	
    /* Cytat */
.cytat {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
	padding-top: calc(2 * var(--default-margin-mobile));
	padding-bottom: calc(2 * var(--default-margin-mobile));
}

.cytat-lewa {
    order: 1;
	margin-bottom: 19px;
}

.cytat-prawa {
    order: 2;
}
	
    blockquote {
        font-weight: 400;
        font-size: 18px;
        line-height: 194%;
		text-align: left;
    }

	figure {
	padding-top: var(--default-margin-mobile);
	padding-bottom: var(--default-margin-mobile);
		
	
	}
    /* Podpis pod zdjęciem */
    figcaption {
        font-weight: 400;
        font-size: 13px;
        line-height: 172%;
        color: rgba(0, 0, 0, 0.5);
		margin-top:10px;
    }


	.separator {
  margin-left: 15px;
  margin-right: 15px;
margin-top:3px;
	align-self: top;
}
	
.mobile-image-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
	margin-top: var(--default-margin-mobile);
	margin-bottom: var(--default-margin-mobile);
  }	
	
	.naglowek-wpisu {
	

}
	
	   /* Tagi */
    .tagcloud a {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        line-height: 210%;
        letter-spacing: 16%;
		color: #000000;
    }
	
	    .tagcloud a:hover {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        line-height: 210%;
        letter-spacing: 16%;
		color: var(--accent-color);
		text-decoration: none;
    }
	
	.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
	padding-top: var(--default-margin-mobile);
padding-bottom: var(--default-margin-mobile);
}

.tag {
  display: inline-block;
  padding: 4px 16px;
  background-color: var(--light-accent-color); /* Kolor tła ramki */
}

	.sugerowane-artykuly {
		
		background-color: #000000;
		margin-top: 40px;
		padding-top: 60px;
		padding-bottom: 80px;
		margin-bottom: 40px;

	}
	
		.sugerowane-artykuly a{
		
	color: #FFFFFF;
			text-decoration: none;

	}
	
	.load-posts-btn-home {
	
	margin-top: -30px !important;
	margin-bottom: 70px;
	text-align: center;
}
	.hr {

      border-top: 1px solid #000 !important;
	 opacity: 20%;
margin-top: 100px !important;

		margin-bottom:  90px !important;
      width: 100% !important;

    }
	
	
		.czlonkowie-wizytowka {
		
		padding: 40px;
	}
	
	
}




/* MENU I GLOWNA */
/* MENU I GLOWNA */
/* MENU I GLOWNA */




.strona-glowna * {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.strona-glowna *,
.strona-glowna *:before,
.strona-glowna *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}




 html.strona-glowna,
 body.strona-glowna {
  height: 100%;
  min-width: 320px;
}

 body.strona-glowna {
  color: #fff;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 input.strona-glowna,
 button.strona-glowna,
 textarea.strona-glowna {
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

 button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

.strona-glowna a {
  color: inherit;
  text-decoration: none;
}

.strona-glowna ul,
.strona-glowna li {
  list-style: none;
}

 img {
  vertical-align: top;
}



body.strona-glowna {
  font-weight: 400;
  background-color: #000;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}



/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup-members {
	max-height: 90%;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999; /* Wartość zwiększona na 9999 */
}


.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup-members__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup-members__close {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: auto;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.popup-members__close :active {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: auto;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.popup-members__close :hover {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: auto;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

button:focus {
  outline: none;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background: var(--light-accent-color);
  width: 100%;
  max-width: 1120px;
  color: #000;

}

.lock .popup__content {
  visibility: visible;
}

.popup-members__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px 1fr;
  grid-template-columns: 310px 1fr;
}

.popup-members__img {
  padding-bottom: 100%;
}

.popup-members__name {
  font-weight: 600;
  line-height: 1.4;
}

.popup-members__name:not(:last-child) {
  margin-bottom: 1rem;
}

.popup-members__firstname {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.popup-members__lastname {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.popup-members__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}

.popup-members__link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.popup-members__text {
  line-height: 2.1;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: cover;
}




.title {
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 3.625rem;
  height: 3.625rem;
  background: var(--light2-accent-color);
;

}

.swiper-button-next:hover {

  background: #A2CBEF !important;

}
.swiper-scrollbar {
  width: 100%;
  height: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: rgb(0, 0, 0);
  cursor: pointer;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.header__logo {
  position: relative;
  z-index: 11;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  padding: 1.5rem 0;
}

.menu__item.active > .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.menu__item.active > .menu__arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
	transform-origin: center; 
}

.menu__link {
  font-weight: 500;
  font-size: 1rem;
	color: #fff !important;
}

.header a {
  color: #fff !important; /* Przykładowy styl, który nadpisuje styl Bootstrap */
	text-decoration: none;
}

.header a:hover {
  color: #fff !important; /* Przykładowy styl, który nadpisuje styl Bootstrap */
	text-decoration: underline;
}

.menu__arrow {
  width: 19px;
  height: 20px;
	display: flex;
  justify-content: center; /* Wyśrodkowanie horyzontalne */
  align-items: center; /* Wyśrodkowanie wertykalne */
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
	transform-origin: center; 
}

.menu__dropdown {
color: #000;

  min-width: 14.6875rem;
  max-width: 500%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 1.6875rem 1.9375rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

.submenu__item:not(:last-child) {
  margin-bottom: 1.0625rem;
}


.icon-menu {
  display: none;
}

.footer__title {
  font-weight: 600;
  line-height: 1.5;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__col {
  max-width: 17.625rem;
  width: 100%;
}

.footer__col-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--light2-accent-color);
;
}

.footer__col-title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.footer__copy {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.footer__made {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.footer__made :hover {
  color: #FFFFFF;
	text-decoration: underline;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: flex-start; 
}




.social-icons-light {
  display: flex;
  justify-content: left;
  align-items: flex-start; 
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 22px;
	text-decoration: none;
  color: black;
}

.social-icon-light {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
	text-decoration: none;
  color: #fff;
}

.social-icon:last-child {
  margin-right: 0;
}

.social-icon-light:last-child {
  margin-right: 0;
}
.social-icon i {
  font-size: 20px; 
}

.social-icon-light i {
  font-size: 25px; 
}


.social-icon:hover {
  color: var(--accent-color);
	text-decoration: none;
}

.social-icon-light:hover {
  color: var(--light-accent-color);
	text-decoration: none;
}



.social-icons-front {
  display: flex;
  justify-content: flex-start;
  align-items: center; 
  margin-right: 10px;
}

.social-icon-front {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-right: 20px;
  text-decoration: none;
  color: black;
}

.social-icon-front:last-child {
  margin-right: 0;
}

.social-icon-front i {
  font-size: 20px; 
}

.social-icon-front:hover {
  color: var(--accent-color);
  text-decoration: none;
}


.form-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.25rem;
}

.form-email__input {
  font-weight: 400;
  color: #fff;
  background: #000;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem 0.625rem 0.75rem 0;
  outline: none;
}

.form-email__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-email__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-email__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-email__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-email__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-email__input:focus-visible {
  border-bottom: 2px solid rgb(255, 255, 255);
}

.form-email__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  font-weight: 600;
  font-size: 1.0625rem;
  padding: 1.6875rem 2.1875rem;
  color: rgba(0, 0, 0, 0.77);
  background: var(--light2-accent-color);
;
}

.form-email__btn:hover {
	background: #A2CBEF;
	color: #000000;
	text-decoration: none;
}


.menu-footer__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.menu-footer__link {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #fff;
}

.address-footer__link {
  font-size: 1.125rem;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.7);
}

.address-footer__link :hover {

  color: #fff !important;
	text-decoration: none !important;
}

.address-footer__item :hover {

  color: #fff !important;
	text-decoration: none !important;
}

.socials-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}

.socials-footer__link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.6875rem;
}

.promo__col {
  max-width: 31.25rem;
}

.promo__title {
  font-weight: 600 !important;
  line-height: 1.3 !important;

}

.promo__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 1.5625rem 2.1875rem;
  background: var(--light2-accent-color);
;
  font-weight: 600;
  font-size: 1.0625rem;
  color: #000 !important;
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.promo__text {
  line-height: 2.1;
  color: #cfcfcf;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.promo__bottom {
  padding-left: max(20px, (100% - 1150px) / 2);
}

.promo__slider {
  position: relative;
}

.promo__slider-navigation {
  max-width: 73.125rem;
  padding-right: 20px;
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.promo__slider-navigation .swiper-button-next {
  margin-left: auto;
  pointer-events: all;
}

.info-links__title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.8;
}

.info-links__title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.info-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.125rem;
}

.info-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
}
/*
.slide-promo__img {
  display: block;
  padding-bottom: 78.167115903%;
}
*/
.slide-promo__img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 290px;
}

.slide-promo__img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.slide-promo__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'><path d='M1.08333 36.9165L36.9167 1.08318M36.9167 1.08318L8.25 1.08317M36.9167 1.08318L36.9167 29.7498' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center no-repeat !important;
  z-index: 2;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}



.slide-promo__date {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--light2-accent-color);
;
}

.slide-promo__title {
 color: #ffffff !important;
  font-weight: 600;
  line-height: 1.8;
}

.slide-promo__title a {
 color: #ffffff !important;
  font-weight: 600;
  line-height: 1.8;
}

.members {
  background: var(--light-accent-color);
  color: #000;
}

.members__title {
  color: #000;
}

.members-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  row-gap: 1rem;
  margin-bottom: 1.75rem;
}

.members-tabs__btn-tab {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 1.125rem;
  position: relative;
}

.members-tabs__btn-tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.09375rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.members-tabs__btn-tab._tab-active {
  color: rgb(0, 0, 0);
}

.members-tabs__btn-tab._tab-active::before {
  height: 0.1875rem;
  background-color: rgb(0, 0, 0);
}

.members-tabs__title {
  line-height: 1.5;
  color: #000;
}

.members-tabs__title:not(:last-child) {
  margin-bottom: 1.1875rem;
}

.members-tabs__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.375rem;
	
}

.more-button-cont {
  display: flex;
  flex-wrap: wrap;
	 align-items: flex-start;
}
.members-tabs__text {
  max-width: 40rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
	  flex: 1 1 auto;
	
}




.more-button {
	align-items: center;
	width: fit-content;
  margin-left: auto;
  white-space: nowrap;
	font-weight: 600;
  font-size: 1.0625rem;
  color: #fff !important;
  padding: 1.375rem 1.5625rem;
  background: rgb(0, 0, 0);
}

.more-button:hover {

  background: #3E3E3E;
color: #fff;
	text-decoration: none;
}

@media (max-width: 900px) {
	h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit !important;
  font-size: inherit !important;
}
	 h1 {
        font-weight: 600!important;
        font-size: 26px!important;
        line-height: 170%!important;
    }

  h2 {
        font-weight: 600!important;
        font-size: 24px!important;
        line-height: 170%!important;

    }

  h3 {
        font-weight: 600!important;
        font-size: 22px!important;
        line-height: 170%!important;

    }
  .more-button-cont {
    flex-direction: column;
  }

  .more-button {
    margin-left: 0;
    margin-bottom: 40px;
  }
}


.slider-container {
  padding-left: max(20px, (100% - 1150px) / 2);
	
}

.slider-container:not(:last-child) {
  margin-bottom: 2.9375rem;
}

.members-tabs__info {
  max-width: 31.25rem;
}

.members-tabs__text-info {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
}

.members-tabs__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 600;
  font-size: 1.0625rem;
  color: #fff !important;
  padding: 1.375rem 1.5625rem;
  background: rgb(0, 0, 0);
  -webkit-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}



.members-slide {
  cursor: pointer;
}

.members-slide__img {
  padding-bottom: 100%;
}

.members-slide__img:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.members-slide__name {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}

.members-slide__name:not(:last-child) {
  margin-bottom: 1rem;
}

.members-slide__firstname,
.members-slide__lastname {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.members-slide__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8125rem;
}

.members-slide__link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.grant__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 470px 1fr;
  grid-template-columns: 470px 1fr;
}

.grant__title {
  font-weight: 600;
  line-height: 1.3;
}

.grant__img {
  padding-bottom: 117.4840085288%;
}

.grant__text {
  line-height: 2.1;
}

.grant__text p:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.information {
  background-color: #fff;
  color: #000;
}

.information__title {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.links-info {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.125rem;
}

.links-info__item {
  background-color: var(--light-accent-color);
}

.links-info__item:nth-child(2n) {
  background-color: var(--light2-accent-color);
;
}

.links-info__item:nth-child(3n) {
  background-color: var(--light3-accent-color);
}

.links-info__item :hover {
  background-color: var(--light-accent-color-hover);
	  color: #000 !important;
	text-decoration: none !important;
}

.links-info__item:nth-child(2n) :hover {
  background-color: var(--light2-accent-color-hover);
  color: #000 !important;
	text-decoration: none !important;
}

.links-info__item:nth-child(3n) :hover {
  background-color: var(--light3-accent-color-hover);
	  color: #000 !important;
	text-decoration: none !important;
}

.links-info__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-weight: 600;
  color: #000;
  padding: 1.8125rem 2.1875rem;
}





.articles__title {
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.articles__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
 
}

.articles__img {
  display: block;
  padding-bottom: 78.167115903%;
}

.articles__data {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--light2-accent-color);
;
}

.articles__data:not(:last-child) {
  margin-bottom: 1rem;
}

.articles__name {
  font-weight: 600;
  line-height: 1.8;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.partners__title {
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.partners__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
  gap: 1.375rem;
}

.partners__item {
  height: 7.6875rem;
}

.partners__item img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 47.99875em) and (any-hover: hover) {
  .menu__item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  .menu__item:hover > .menu__arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	  transform-origin: center; 
  }
}

@media (min-width: 47.99875em) {
  .no-webp .promo{
    background: url("img/promo/bitcoin-bg.png") left 20% top 0 no-repeat; }
	
	.menu__dropdown a {
	color: #000 !important;

}
.menu__dropdown a:hover {
	color: #000 !important;

}
}

@media (min-width: 74.375em) {
  .popup__content {
    padding: 2.5rem;
  }

  .popup-members__body {
    gap: 3.75rem;
  }

  .popup-members__body {
    padding: 3.125rem;
  }

  .popup-members__img:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .popup-members__name {
    font-size: 2rem;
  }

  .popup-members__text {
    font-size: 1.1875rem;
  }

  .title {
    font-size: 1.75rem;
  }

  .header__logo {
    max-width: 10rem;
  }

  .menu__item {
    padding-left: 1.4375rem;
  }

  .menu__item {
    padding-right: 1.4375rem;
  }

  .footer {
    padding-top: 90px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer__title {
    font-size: 2rem;
  }

  .footer__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .footer__columns {
    gap: 5.75rem;
  }

  .footer__columns:not(:last-child) {
    margin-bottom: 5.125rem;
  }

  .form-email:not(:last-child) {
    margin-bottom: 5.25rem;
  }

  .form-email__input {
    font-size: 2rem;
  }

  .promo {
    padding-top: 8.75rem;
  }

  .promo {
    padding-bottom: 10rem;
  }

  .promo__top:not(:last-child) {
    margin-bottom: 12.5rem;
  }

  .promo__title {
    font-size: 67px !important;
  }

  .promo__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .promo__text {
    font-size: 1.125rem;
  }

  .promo__text {
    padding-bottom: 2.25rem;
  }

  .promo__text:not(:last-child) {
    margin-bottom: 2.25rem;
  }

  .promo__bottom-title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .info-links__items {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .slide-promo__img:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .slide-promo__date:not(:last-child) {
    margin-bottom: 1rem;
  }

  .slide-promo__title {
    font-size: 1.375rem;
  }

  .members {
    padding-top: 5.5625rem;
  }

  .members {
    padding-bottom: 6.75rem;
  }

  .members__title {
    margin-bottom: 2.9375rem;
  }

  .members-tabs__btn-tab {
    font-size: 1.125rem;
  }

  .members-tabs__text {
    font-size: 1.0625rem;
  }

  .members-tabs__text {
    margin-bottom: 2.9375rem;
  }

  .members-tabs .members-ordinary__scrollbar:not(:last-child),
  .members-tabs .members-supportive__scrollbar:not(:last-child) {
	margin-top: 1.25rem;
	margin-bottom: 4.25rem;
  }

  .members-tabs__text-info {
    font-size: 1.125rem;
  }

  .grant {
    padding-top: 9.375rem;
  }

  .grant__title {
    font-size: 2.625rem;
  }

  .grant__title:not(:last-child) {
    margin-bottom: 2rem;
  }

  .grant__text {
    font-size: 1.1875rem;
  }

  .grant__text p:not(:last-child) {
    padding-bottom: 3.5rem;
  }

  .grant__text p:not(:last-child) {
    margin-bottom: 3.5rem;
  }

  .information {
    padding-top: 7.0625rem;
  }



  .information__top:not(:last-child) {
    margin-bottom: 4.5rem;
  }

  .information__title {
    font-size: 2.625rem;
  }

  .information__title:not(:last-child) {
    margin-bottom: 3.875rem;
  }

  .links-info__link {
    font-size: 1.25rem;
  }

  .articles__title {
    font-size: 1.625rem;
  }

  .articles__title:not(:last-child) {
    margin-bottom: 2.625rem;
  }

  .articles__items {
    row-gap: 6.25rem;
  }

  .articles__items {
    padding-bottom: 6.25rem;
  }

 

  .articles__img:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .articles__name {
    font-size: 1.375rem;
  }

  .partners__title {
    font-size: 2rem;
  }

  .partners__title:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 120em) {
 

  .grant__body {
    gap: 7.1875rem;
  }
}



@media (max-width: 20em) {
  .popup__content {
    padding: 1.25rem;
  }

  .popup-members__body {
    gap: 1.875rem;
  }

  .popup-members__body {
    padding: 0.0000000625rem;
  }

  .popup-members__img:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .popup-members__name {
    font-size: 1.375rem;
  }

  .popup-members__text {
    font-size: 0.9375rem;
  }

  .title {
    font-size: 1.5rem;
  }

  .header__logo {
    max-width: 5.9375rem;
  }

  .menu__item {
    padding-left: 0.625rem;
  }

  .menu__item {
    padding-right: 0.625rem;
  }

  .footer {
    padding-top: 50px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer__title {
    font-size: 1.4375rem;
  }

  .footer__title:not(:last-child) {
    margin-bottom: 1.3125rem;
  }

  .footer__columns {
    gap: 3.125rem;
  }

  .footer__columns:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .form-email:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .form-email__input {
    font-size: 1.375rem;
  }

  .promo {
    padding-top: 1.5625rem;
  }

  .promo {
    padding-bottom: 4.375rem;
  }

  .promo__top:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .promo__title {
    font-size: 40px !important;
  }

  .promo__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .promo__text {
    font-size: 0.9375rem;
  }

  .promo__text {
    padding-bottom: 1.75rem;
  }

  .promo__text:not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .promo__bottom-title:not(:last-child) {
    margin-bottom: 2.375rem;
  }

  .info-links__items {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }

  .slide-promo__img:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .slide-promo__date:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .slide-promo__title {
    font-size: 0.9375rem;
  }

  .members {
    padding-top: 2.9375rem;
  }

  .members {
    padding-bottom: 3.3125rem;
  }

  .members__title {
    margin-bottom: 2rem;
  }

  .members-tabs__btn-tab {
    font-size: 0.9375rem;
  }

  .members-tabs__text {
    font-size: 0.8125rem;
  }

  .members-tabs__text {
    margin-bottom: 1.4375rem;
  }

  .members-tabs .members-ordinary__scrollbar:not(:last-child),
  .members-tabs .members-supportive__scrollbar:not(:last-child) {
    margin-bottom: 2.9375rem;
	margin-top: 1 rem;
  }

  .members-tabs__text-info {
    font-size: 0.9375rem;
  }

  .grant {
    padding-top: 4.375rem;
  }

  .grant__title {
    font-size: 1.5rem;
  }

  .grant__title:not(:last-child) {
    margin-bottom: 2rem;
  }

  .grant__text {
    font-size: 0.9375rem;
  }

  .grant__text p:not(:last-child) {
    padding-bottom: 1.75rem;
  }

  .grant__text p:not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .information {
    padding-top: 3.125rem;
  }

 

  .information__top:not(:last-child) {
    margin-bottom: 2rem;
  }

  .information__title {
    font-size: 1.5rem;
  }

  .information__title:not(:last-child) {
    margin-bottom: 1.75rem;
  }

  .links-info__link {
    font-size: 0.9375rem;
  }

  .articles__title {
    font-size: 1.5rem;
  }

  .articles__title:not(:last-child) {
    margin-bottom: 1.3125rem;
  }

  .articles__items {
    row-gap: 1.1875rem;
  }

  .articles__items {
    padding-bottom: 2.5rem;
  }

 

  .articles__img:not(:last-child) {
    margin-bottom: 1rem;
  }

  .articles__name {
    font-size: 1.125rem;
  }

  .partners__title {
    font-size: 1.5rem;
  }

  .partners__title:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 61.99875em) {
  .promo__slider-navigation {
    display: none;
  }

  .grant__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 56.25em) {
  .popup-members__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grant__body {
    gap: 2.5rem;
  }
}

@media (max-width: 47.99875em) {
	
	h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit !important;
  font-size: inherit !important;
}
	
	h1 {
        font-weight: 600!important;
        font-size: 20px!important;
        line-height: 170%!important;
    }

  h2 {
        font-weight: 600!important;
        font-size: 16px!important;
        line-height: 170%!important;

    }

  h3 {
        font-weight: 600!important;
        font-size: 14px!important;
        line-height: 170%!important;

    }
	
  .popup-members__body {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding-top: 1.25rem;
  }

  .menu-open .header__body::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.25rem;
    background-color: #000;
    z-index: 11;
  }

  .menu__body {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #000;
    padding-top: 6.875rem;
    padding-bottom: 3.125rem;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }

  .menu-open .menu__body {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  .menu__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .menu__item.active > .submenu {
    height: 100%;
    padding: 1.5625rem 0;
  }

  .menu__item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.625rem 1.25rem;
  }

  .menu__link {
    font-size: 1.5rem;
  }

  .menu__dropdown {
    position: static;
    background-color: #000;
    min-width: 100%;
    max-width: 100%;
    height: 0;
    padding: 0;
  }

  .submenu__link {
    font-size: 1.125rem;
    color: #fff;
  }
	.menu__item a:hover,
.menu__item a:hover {
  color: #fff !important; /* Przykładowy styl, który nadpisuje styl Bootstrap */
	text-decoration: underline;
}


.submenu__item a:hover,
.submenu__item a:hover {
  color: #fff !important; /* Przykładowy styl, który nadpisuje styl Bootstrap */
	text-decoration: underline;
}

.submenu__link a:hover,
.submenu__link a:hover {
  color: #fff !important; /* Przykładowy styl, który nadpisuje styl Bootstrap */
	text-decoration: underline;
}
	
  .icon-menu {
    display: block;
    position: relative;
    width: 1.5625rem;
    height: 1.5625rem;
    z-index: 11;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    width: 70%;
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .promo__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .members-tabs__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .grant {
    padding-bottom: 3.125rem;
  }

  .grant__body {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grant__img {
    padding-bottom: 50%;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 32.5em) {
  .form-email__input {
    width: 100%;
  }

  .form-email__btn {
    width: 100%;
  }
}

@media (max-width: 29.99875em) {
  .header__body::before {
    height: 5rem;
  }

  .info-links__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .partners__items {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  }

  .partners__item {
    height: auto;
  }
}

@media (min-width: 20em) and (max-width: 74.375em) {
	
	h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit !important;
  font-size: inherit !important;
}
	h1 {
        font-weight: 600 !important;
        font-size: 26px !important;
        line-height: 170% !important;
    }

  h2 {
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 170% !important;

    }

  h3 {
        font-weight: 600 !important;
        font-size: 22px !important;
        line-height: 170% !important;

    }
	
	
@supports (padding: clamp( 1.25rem , 0.7902298851rem  +  2.2988505747vw , 2.5rem )) {
    .popup__content {
      padding: clamp( 1.25rem , 0.7902298851rem  +  2.2988505747vw , 2.5rem );
    }
}

@supports not (padding: clamp( 1.25rem , 0.7902298851rem  +  2.2988505747vw , 2.5rem )) {
    .popup__content {
      padding: calc(1.25rem + 1.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (gap: clamp( 1.875rem , 1.1853448276rem  +  3.4482758621vw , 3.75rem )) {
    .popup-members__body {
      gap: clamp( 1.875rem , 1.1853448276rem  +  3.4482758621vw , 3.75rem );
    }
}

@supports not (gap: clamp( 1.875rem , 1.1853448276rem  +  3.4482758621vw , 3.75rem )) {
    .popup-members__body {
      gap: calc(1.875rem + 1.875 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding: clamp( 0.0000000625rem , -1.1494252019rem  +  5.7471263218vw , 3.125rem )) {
    .popup-members__body {
      padding: clamp( 0.0000000625rem , -1.1494252019rem  +  5.7471263218vw , 3.125rem );
    }
}

@supports not (padding: clamp( 0.0000000625rem , -1.1494252019rem  +  5.7471263218vw , 3.125rem )) {
    .popup-members__body {
      padding: calc(0.0000000625rem + 3.1249999375 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.7902298851rem  +  2.2988505747vw , 2.5rem )) {
    .popup-members__img:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.7902298851rem  +  2.2988505747vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.7902298851rem  +  2.2988505747vw , 2.5rem )) {
    .popup-members__img:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 1.375rem , 1.1451149425rem  +  1.1494252874vw , 2rem )) {
    .popup-members__name {
      font-size: clamp( 1.375rem , 1.1451149425rem  +  1.1494252874vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 1.1451149425rem  +  1.1494252874vw , 2rem )) {
    .popup-members__name {
      font-size: calc(1.375rem + 0.625 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.845545977rem  +  0.4597701149vw , 1.1875rem )) {
    .popup-members__text {
      font-size: clamp( 0.9375rem , 0.845545977rem  +  0.4597701149vw , 1.1875rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.845545977rem  +  0.4597701149vw , 1.1875rem )) {
    .popup-members__text {
      font-size: calc(0.9375rem + 0.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 1.5rem , 1.408045977rem  +  0.4597701149vw , 1.75rem )) {
    .title {
      font-size: clamp( 1.5rem , 1.408045977rem  +  0.4597701149vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.408045977rem  +  0.4597701149vw , 1.75rem )) {
    .title {
      font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (max-width: clamp( 5.9375rem , 4.4432471264rem  +  7.4712643678vw , 10rem )) {
    .header__logo {
      max-width: clamp( 5.9375rem , 4.4432471264rem  +  7.4712643678vw , 10rem );
    }
}

@supports not (max-width: clamp( 5.9375rem , 4.4432471264rem  +  7.4712643678vw , 10rem )) {
    .header__logo {
      max-width: calc(5.9375rem + 4.0625 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-left: clamp( 0.625rem , 0.3261494253rem  +  1.4942528736vw , 1.4375rem )) {
    .menu__item {
      padding-left: clamp( 0.625rem , 0.3261494253rem  +  1.4942528736vw , 1.4375rem );
    }
}

@supports not (padding-left: clamp( 0.625rem , 0.3261494253rem  +  1.4942528736vw , 1.4375rem )) {
    .menu__item {
      padding-left: calc(0.625rem + 0.8125 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-right: clamp( 0.625rem , 0.3261494253rem  +  1.4942528736vw , 1.4375rem )) {
    .menu__item {
      padding-right: clamp( 0.625rem , 0.3261494253rem  +  1.4942528736vw , 1.4375rem );
    }
}

@supports not (padding-right: clamp( 0.625rem , 0.3261494253rem  +  1.4942528736vw , 1.4375rem )) {
    .menu__item {
      padding-right: calc(0.625rem + 0.8125 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-top: clamp( 2.5rem , -2.0977011494rem  +  22.9885057471vw , 15rem )) {
    .footer {
      padding-top: 60px;
    }
}

@supports not (padding-top: clamp( 2.5rem , -2.0977011494rem  +  22.9885057471vw , 15rem )) {
    .footer {
      padding-top: 60px;
    }
}

@supports (padding-bottom: clamp( 2.5rem , -0.0287356322rem  +  12.6436781609vw , 9.375rem )) {
    .footer {
      padding-bottom: 40px;
    }
}

@supports not (padding-bottom: clamp( 2.5rem , -0.0287356322rem  +  12.6436781609vw , 9.375rem )) {
    .footer {
      padding-bottom: 40px;
    }
}

@supports (font-size: clamp( 1.4375rem , 1.2306034483rem  +  1.0344827586vw , 2rem )) {
    .footer__title {
      font-size: clamp( 1.4375rem , 1.2306034483rem  +  1.0344827586vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.4375rem , 1.2306034483rem  +  1.0344827586vw , 2rem )) {
    .footer__title {
      font-size: calc(1.4375rem + 0.5625 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.3125rem , 0.6458333333rem  +  3.3333333333vw , 3.125rem )) {
    .footer__title:not(:last-child) {
      margin-bottom: clamp( 1.3125rem , 0.6458333333rem  +  3.3333333333vw , 3.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.3125rem , 0.6458333333rem  +  3.3333333333vw , 3.125rem )) {
    .footer__title:not(:last-child) {
      margin-bottom: calc(1.3125rem + 1.8125 * (100vw - 20rem) / 54.375);
    }
}

@supports (gap: clamp( 3.125rem , 2.1594827586rem  +  4.8275862069vw , 5.75rem )) {
    .footer__columns {
      gap: clamp( 3.125rem , 2.1594827586rem  +  4.8275862069vw , 5.75rem );
    }
}

@supports not (gap: clamp( 3.125rem , 2.1594827586rem  +  4.8275862069vw , 5.75rem )) {
    .footer__columns {
      gap: calc(3.125rem + 2.625 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 3.125rem , 2.3893678161rem  +  3.6781609195vw , 5.125rem )) {
    .footer__columns:not(:last-child) {
      margin-bottom: clamp( 3.125rem , 2.3893678161rem  +  3.6781609195vw , 5.125rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.3893678161rem  +  3.6781609195vw , 5.125rem )) {
    .footer__columns:not(:last-child) {
      margin-bottom: calc(3.125rem + 2 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 3.125rem , 2.3433908046rem  +  3.908045977vw , 5.25rem )) {
    .form-email:not(:last-child) {
      margin-bottom: clamp( 3.125rem , 2.3433908046rem  +  3.908045977vw , 5.25rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , 2.3433908046rem  +  3.908045977vw , 5.25rem )) {
    .form-email:not(:last-child) {
      margin-bottom: calc(3.125rem + 2.125 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 1.375rem , 1.1451149425rem  +  1.1494252874vw , 2rem )) {
    .form-email__input {
      font-size: clamp( 1.375rem , 1.1451149425rem  +  1.1494252874vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 1.1451149425rem  +  1.1494252874vw , 2rem )) {
    .form-email__input {
      font-size: calc(1.375rem + 0.625 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-top: clamp( 1.5625rem , -1.0811781609rem  +  13.2183908046vw , 8.75rem )) {
    .promo {
      padding-top: clamp( 1.5625rem , -1.0811781609rem  +  13.2183908046vw , 8.75rem );
    }
}

@supports not (padding-top: clamp( 1.5625rem , -1.0811781609rem  +  13.2183908046vw , 8.75rem )) {
    .promo {
      padding-top: calc(1.5625rem + 7.1875 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-bottom: clamp( 4.375rem , 2.3060344828rem  +  10.3448275862vw , 10rem )) {
    .promo {
      padding-bottom: clamp( 4.375rem , 2.3060344828rem  +  10.3448275862vw , 10rem );
    }
}

@supports not (padding-bottom: clamp( 4.375rem , 2.3060344828rem  +  10.3448275862vw , 10rem )) {
    .promo {
      padding-bottom: calc(4.375rem + 5.625 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 3.125rem , -0.3232758621rem  +  17.2413793103vw , 12.5rem )) {
    .promo__top:not(:last-child) {
      margin-bottom: clamp( 3.125rem , -0.3232758621rem  +  17.2413793103vw , 12.5rem );
    }
}

@supports not (margin-bottom: clamp( 3.125rem , -0.3232758621rem  +  17.2413793103vw , 12.5rem )) {
    .promo__top:not(:last-child) {
      margin-bottom: calc(3.125rem + 9.375 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 2.5625rem , 1.9647988506rem  +  2.9885057471vw , 4.1875rem )) {
    .promo__title {
      font-size: 45px !important;
    }
}

@supports not (font-size: clamp( 2.5625rem , 1.9647988506rem  +  2.9885057471vw , 4.1875rem )) {
    .promo__title {
      font-size: 45px !important;
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.4152298851rem  +  2.2988505747vw , 3.125rem )) {
    .promo__title:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4152298851rem  +  2.2988505747vw , 3.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.4152298851rem  +  2.2988505747vw , 3.125rem )) {
    .promo__title:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem )) {
    .promo__text {
      font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem )) {
    .promo__text {
      font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-bottom: clamp( 1.75rem , 1.566091954rem  +  0.9195402299vw , 2.25rem )) {
    .promo__text {
      padding-bottom: clamp( 1.75rem , 1.566091954rem  +  0.9195402299vw , 2.25rem );
    }
}

@supports not (padding-bottom: clamp( 1.75rem , 1.566091954rem  +  0.9195402299vw , 2.25rem )) {
    .promo__text {
      padding-bottom: calc(1.75rem + 0.5 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.75rem , 1.566091954rem  +  0.9195402299vw , 2.25rem )) {
    .promo__text:not(:last-child) {
      margin-bottom: clamp( 1.75rem , 1.566091954rem  +  0.9195402299vw , 2.25rem );
    }
}

@supports not (margin-bottom: clamp( 1.75rem , 1.566091954rem  +  0.9195402299vw , 2.25rem )) {
    .promo__text:not(:last-child) {
      margin-bottom: calc(1.75rem + 0.5 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 2.375rem , 2.099137931rem  +  1.3793103448vw , 3.125rem )) {
    .promo__bottom-title:not(:last-child) {
      margin-bottom: clamp( 2.375rem , 2.099137931rem  +  1.3793103448vw , 3.125rem );
    }
}

@supports not (margin-bottom: clamp( 2.375rem , 2.099137931rem  +  1.3793103448vw , 3.125rem )) {
    .promo__bottom-title:not(:last-child) {
      margin-bottom: calc(2.375rem + 0.75 * (100vw - 20rem) / 54.375);
    }
}

@supports ((-moz-column-gap: clamp( 1.125rem , 0.6192528736rem  +  2.5287356322vw , 2.5rem )) or (column-gap: clamp( 1.125rem , 0.6192528736rem  +  2.5287356322vw , 2.5rem ))) {
    .info-links__items {
      -webkit-column-gap: clamp( 1.125rem , 0.6192528736rem  +  2.5287356322vw , 2.5rem );
         -moz-column-gap: clamp( 1.125rem , 0.6192528736rem  +  2.5287356322vw , 2.5rem );
              column-gap: clamp( 1.125rem , 0.6192528736rem  +  2.5287356322vw , 2.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.125rem , 0.6192528736rem  +  2.5287356322vw , 2.5rem )) or (column-gap: clamp( 1.125rem , 0.6192528736rem  +  2.5287356322vw , 2.5rem ))) {
    .info-links__items {
      -webkit-column-gap: calc(1.125rem + 1.375 * (100vw - 20rem) / 54.375);
         -moz-column-gap: calc(1.125rem + 1.375 * (100vw - 20rem) / 54.375);
              column-gap: calc(1.125rem + 1.375 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.4777298851rem  +  2.2988505747vw , 2.1875rem )) {
    .slide-promo__img:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.4777298851rem  +  2.2988505747vw , 2.1875rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.4777298851rem  +  2.2988505747vw , 2.1875rem )) {
    .slide-promo__img:not(:last-child) {
      margin-bottom: calc(0.9375rem + 1.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 0.4375rem , 0.2306034483rem  +  1.0344827586vw , 1rem )) {
    .slide-promo__date:not(:last-child) {
      margin-bottom: clamp( 0.4375rem , 0.2306034483rem  +  1.0344827586vw , 1rem );
    }
}

@supports not (margin-bottom: clamp( 0.4375rem , 0.2306034483rem  +  1.0344827586vw , 1rem )) {
    .slide-promo__date:not(:last-child) {
      margin-bottom: calc(0.4375rem + 0.5625 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.7765804598rem  +  0.8045977011vw , 1.375rem )) {
    .slide-promo__title {
      font-size: clamp( 0.9375rem , 0.7765804598rem  +  0.8045977011vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.7765804598rem  +  0.8045977011vw , 1.375rem )) {
    .slide-promo__title {
      font-size: calc(0.9375rem + 0.4375 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-top: clamp( 2.9375rem , 1.9719827586rem  +  4.8275862069vw , 5.5625rem )) {
    .members {
      padding-top: clamp( 2.9375rem , 1.9719827586rem  +  4.8275862069vw , 5.5625rem );
    }
}

@supports not (padding-top: clamp( 2.9375rem , 1.9719827586rem  +  4.8275862069vw , 5.5625rem )) {
    .members {
      padding-top: calc(2.9375rem + 2.625 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-bottom: clamp( 3.3125rem , 2.0481321839rem  +  6.3218390805vw , 6.75rem )) {
    .members {
      padding-bottom: clamp( 3.3125rem , 2.0481321839rem  +  6.3218390805vw , 6.75rem );
    }
}

@supports not (padding-bottom: clamp( 3.3125rem , 2.0481321839rem  +  6.3218390805vw , 6.75rem )) {
    .members {
      padding-bottom: calc(3.3125rem + 3.4375 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 2rem , 1.6551724138rem  +  1.724137931vw , 2.9375rem )) {
    .members__title {
      margin-bottom: clamp( 2rem , 1.6551724138rem  +  1.724137931vw , 2.9375rem );
    }
}

@supports not (margin-bottom: clamp( 2rem , 1.6551724138rem  +  1.724137931vw , 2.9375rem )) {
    .members__title {
      margin-bottom: calc(2rem + 0.9375 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem )) {
    .members-tabs__btn-tab {
      font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem )) {
    .members-tabs__btn-tab {
      font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 0.8125rem , 0.720545977rem  +  0.4597701149vw , 1.0625rem )) {
    .members-tabs__text {
      font-size: clamp( 0.8125rem , 0.720545977rem  +  0.4597701149vw , 1.0625rem );
    }
}

@supports not (font-size: clamp( 0.8125rem , 0.720545977rem  +  0.4597701149vw , 1.0625rem )) {
    .members-tabs__text {
      font-size: calc(0.8125rem + 0.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.4375rem , 0.8857758621rem  +  2.7586206897vw , 2.9375rem )) {
    .members-tabs__text {
      margin-bottom: clamp( 1.4375rem , 0.8857758621rem  +  2.7586206897vw , 2.9375rem );
    }
}

@supports not (margin-bottom: clamp( 1.4375rem , 0.8857758621rem  +  2.7586206897vw , 2.9375rem )) {
    .members-tabs__text {
      margin-bottom: calc(1.4375rem + 1.5 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 2.9375rem , 2.4547413793rem  +  2.4137931034vw , 4.25rem )) {
    .members-tabs .members-ordinary__scrollbar:not(:last-child),
    .members-tabs .members-supportive__scrollbar:not(:last-child) {
      margin-bottom: clamp( 2.9375rem , 2.4547413793rem  +  2.4137931034vw , 4.25rem );
	margin-top: 1rem;
    }
}

@supports not (margin-bottom: clamp( 2.9375rem , 2.4547413793rem  +  2.4137931034vw , 4.25rem )) {
    .members-tabs .members-ordinary__scrollbar:not(:last-child),
    .members-tabs .members-supportive__scrollbar:not(:last-child) {
      margin-bottom: calc(2.9375rem + 1.3125 * (100vw - 20rem) / 54.375);
		margin-top: 1rem;
    }
}

@supports (font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem )) {
    .members-tabs__text-info {
      font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.8685344828rem  +  0.3448275862vw , 1.125rem )) {
    .members-tabs__text-info {
      font-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-top: clamp( 4.375rem , 2.5359195402rem  +  9.1954022989vw , 9.375rem )) {
    .grant {
      padding-top: clamp( 4.375rem , 2.5359195402rem  +  9.1954022989vw , 9.375rem );
    }
}

@supports not (padding-top: clamp( 4.375rem , 2.5359195402rem  +  9.1954022989vw , 9.375rem )) {
    .grant {
      padding-top: calc(4.375rem + 5 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 1.5rem , 1.0862068966rem  +  2.0689655172vw , 2.625rem )) {
    .grant__title {
      font-size: clamp( 1.5rem , 1.0862068966rem  +  2.0689655172vw , 2.625rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.0862068966rem  +  2.0689655172vw , 2.625rem )) {
    .grant__title {
      font-size: calc(1.5rem + 1.125 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.75rem , 0.4626436782rem  +  6.4367816092vw , 5.25rem )) {
    .grant__title:not(:last-child) {
      margin-bottom: clamp( 1.75rem , 0.4626436782rem  +  6.4367816092vw , 2.25rem );
    }
}

@supports not (margin-bottom: clamp( 1.75rem , 0.4626436782rem  +  6.4367816092vw , 5.25rem )) {
    .grant__title:not(:last-child) {
      margin-bottom: calc(1.75rem + 3.5 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.845545977rem  +  0.4597701149vw , 1.1875rem )) {
    .grant__text {
      font-size: clamp( 0.9375rem , 0.845545977rem  +  0.4597701149vw , 1.1875rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.845545977rem  +  0.4597701149vw , 1.1875rem )) {
    .grant__text {
      font-size: calc(0.9375rem + 0.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-bottom: clamp( 1.75rem , 1.1063218391rem  +  3.2183908046vw , 3.5rem )) {
    .grant__text p:not(:last-child) {
      padding-bottom: clamp( 1.75rem , 1.1063218391rem  +  3.2183908046vw , 3.5rem );
    }
}

@supports not (padding-bottom: clamp( 1.75rem , 1.1063218391rem  +  3.2183908046vw , 3.5rem )) {
    .grant__text p:not(:last-child) {
      padding-bottom: calc(1.75rem + 1.75 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.75rem , 1.1063218391rem  +  3.2183908046vw , 3.5rem )) {
    .grant__text p:not(:last-child) {
      margin-bottom: clamp( 1.75rem , 1.1063218391rem  +  3.2183908046vw , 3.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.75rem , 1.1063218391rem  +  3.2183908046vw , 3.5rem )) {
    .grant__text p:not(:last-child) {
      margin-bottom: calc(1.75rem + 1.75 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-top: clamp( 3.125rem , 1.6767241379rem  +  7.2413793103vw , 7.0625rem )) {
    .information {
      padding-top: clamp( 3.125rem , 1.6767241379rem  +  7.2413793103vw , 7.0625rem );
    }
}

@supports not (padding-top: clamp( 3.125rem , 1.6767241379rem  +  7.2413793103vw , 7.0625rem )) {
    .information {
      padding-top: calc(3.125rem + 3.9375 * (100vw - 20rem) / 54.375);
    }
}




@supports (margin-bottom: clamp( 2rem , 1.0804597701rem  +  4.5977011494vw , 4.5rem )) {
    .information__top:not(:last-child) {
      margin-bottom: clamp( 2rem , 1.0804597701rem  +  4.5977011494vw , 4.5rem );
    }
}

@supports not (margin-bottom: clamp( 2rem , 1.0804597701rem  +  4.5977011494vw , 4.5rem )) {
    .information__top:not(:last-child) {
      margin-bottom: calc(2rem + 2.5 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 1.5rem , 1.0862068966rem  +  2.0689655172vw , 2.625rem )) {
    .information__title {
      font-size: clamp( 1.5rem , 1.0862068966rem  +  2.0689655172vw , 2.625rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.0862068966rem  +  2.0689655172vw , 2.625rem )) {
    .information__title {
      font-size: calc(1.5rem + 1.125 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.75rem , 0.9683908046rem  +  3.908045977vw , 3.875rem )) {
    .information__title:not(:last-child) {
      margin-bottom: clamp( 1.75rem , 0.9683908046rem  +  3.908045977vw , 3.875rem );
    }
}

@supports not (margin-bottom: clamp( 1.75rem , 0.9683908046rem  +  3.908045977vw , 3.875rem )) {
    .information__title:not(:last-child) {
      margin-bottom: calc(1.75rem + 2.125 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.8225574713rem  +  0.5747126437vw , 1.25rem )) {
    .links-info__link {
      font-size: clamp( 0.9375rem , 0.8225574713rem  +  0.5747126437vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.8225574713rem  +  0.5747126437vw , 1.25rem )) {
    .links-info__link {
      font-size: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 1.5rem , 1.4540229885rem  +  0.2298850575vw , 1.625rem )) {
    .articles__title {
      font-size: clamp( 1.5rem , 1.4540229885rem  +  0.2298850575vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.4540229885rem  +  0.2298850575vw , 1.625rem )) {
    .articles__title {
      font-size: calc(1.5rem + 0.125 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.3125rem , 0.8297413793rem  +  2.4137931034vw , 2.625rem )) {
    .articles__title:not(:last-child) {
      margin-bottom: clamp( 1.3125rem , 0.8297413793rem  +  2.4137931034vw , 2.625rem );
    }
}

@supports not (margin-bottom: clamp( 1.3125rem , 0.8297413793rem  +  2.4137931034vw , 2.625rem )) {
    .articles__title:not(:last-child) {
      margin-bottom: calc(1.3125rem + 1.3125 * (100vw - 20rem) / 54.375);
    }
}

@supports (row-gap: clamp( 1.1875rem , -0.6745689655rem  +  9.3103448276vw , 6.25rem )) {
    .articles__items {
      row-gap: clamp( 1.1875rem , -0.6745689655rem  +  9.3103448276vw , 6.25rem );
    }
}

@supports not (row-gap: clamp( 1.1875rem , -0.6745689655rem  +  9.3103448276vw , 6.25rem )) {
    .articles__items {
      row-gap: calc(1.1875rem + 5.0625 * (100vw - 20rem) / 54.375);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.1206896552rem  +  6.8965517241vw , 6.25rem )) {
    .articles__items {
      padding-bottom: clamp( 2.5rem , 1.1206896552rem  +  6.8965517241vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.1206896552rem  +  6.8965517241vw , 6.25rem )) {
    .articles__items {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / 54.375);
    }
}


@supports (margin-bottom: clamp( 1rem , 0.5632183908rem  +  2.183908046vw , 2.1875rem )) {
    .articles__img:not(:last-child) {
      margin-bottom: clamp( 1rem , 0.5632183908rem  +  2.183908046vw , 2.1875rem );
    }
}

@supports not (margin-bottom: clamp( 1rem , 0.5632183908rem  +  2.183908046vw , 2.1875rem )) {
    .articles__img:not(:last-child) {
      margin-bottom: calc(1rem + 1.1875 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 1.125rem , 1.033045977rem  +  0.4597701149vw , 1.375rem )) {
    .articles__name {
      font-size: clamp( 1.125rem , 1.033045977rem  +  0.4597701149vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.033045977rem  +  0.4597701149vw , 1.375rem )) {
    .articles__name {
      font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 54.375);
    }
}

@supports (font-size: clamp( 1.5rem , 1.316091954rem  +  0.9195402299vw , 2rem )) {
    .partners__title {
      font-size: clamp( 1.5rem , 1.316091954rem  +  0.9195402299vw , 2rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.316091954rem  +  0.9195402299vw , 2rem )) {
    .partners__title {
      font-size: calc(1.5rem + 0.5 * (100vw - 20rem) / 54.375);
    }
}

@supports (margin-bottom: clamp( 1.75rem , 1.0143678161rem  +  3.6781609195vw , 3.75rem )) {
    .partners__title:not(:last-child) {
      margin-bottom: clamp( 1.75rem , 1.0143678161rem  +  3.6781609195vw , 3.75rem );
    }
}

@supports not (margin-bottom: clamp( 1.75rem , 1.0143678161rem  +  3.6781609195vw , 3.75rem )) {
    .partners__title:not(:last-child) {
      margin-bottom: calc(1.75rem + 2 * (100vw - 20rem) / 54.375);
    }
}
}



@media (min-width: 56.25em) and (max-width: 120em) {
@supports (gap: clamp( 2.5rem , -1.6360294118rem  +  7.3529411765vw , 7.1875rem )) {
    .grant__body {
      gap: clamp( 2.5rem , -1.6360294118rem  +  7.3529411765vw , 7.1875rem );
    }
}

@supports not (gap: clamp( 2.5rem , -1.6360294118rem  +  7.3529411765vw , 7.1875rem )) {
    .grant__body {
      gap: calc(2.5rem + 4.6875 * (100vw - 56.25rem) / 63.75);
    }
}
}

@media (any-hover: hover) {
  .popup-members__link:hover {
    -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }

  .swiper-button-next:hover {
    background: #A2CBEF;
  }

  .menu__link:hover {
    text-decoration: underline;
  }

  .submenu__link:hover {
    text-decoration: underline;
  }

  .menu-footer__link:hover {
    text-decoration: underline;
	 color: #fff;
  }

  .socials-footer__link:hover {
    -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }

  .promo__btn:hover {
    background: #A2CBEF;
	color: #000;
	 text-decoration: none;
  }

  .promo__slider:hover .promo__slider-navigation {
    opacity: 1;
    visibility: visible;
  }

  .info-links__link:hover {
    text-decoration: underline;
	color: #fff;
  }

  .info-links__link:hover svg path {
    stroke: #fff;
  }

  .slide-promo__img:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .slide-promo__title:hover {
    text-decoration: underline;
	color: #fff;
  }

  .members-tabs__btn:hover {
    background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-decoration: none;
  }

  .members-slide__link:hover {
    -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }

  .articles__name:hover {
	color: #000;
    text-decoration: underline;
  }
}

@media (min-width: 47.99875em){

  .webp .promo{ background: url(img/promo/bitcoin-bg.webp) left 20% top 0 no-repeat; }
	
}