@font-face {
  font-family: 'Rubik-Light';
  src: url(../fonts/Rubik-Light.ttf);
}
@font-face {
  font-family: 'Rubik-Medium';
  src: url(../fonts/Rubik-Medium.ttf);
}
@font-face {
  font-family: 'Rubik-Bold';
  src: url(../fonts/Rubik-Bold.ttf);
}
@font-face {
  font-family: 'Inter-Regular';
  src: url(../fonts/Inter-Regular.ttf);
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Rubik-Light';
}
.wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(168.53deg, rgba(38, 113, 192, 0.03) 3.45%, rgba(244, 211, 65, 0.03) 32.61%, rgba(38, 113, 192, 0.03) 69.65%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.content {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
header {
  width: 96%;
  margin: auto;
  margin-top: 2vw;
  position: relative;
}
.menu {
  width: 100%;
  height: auto;
}
#open-menu {
  display: none;
}
label[for="open-menu"] {
  display: block;
  width: 4vw;
  height: 4vw;
}
label[for="open-menu"] img {
  width: 100%;
  height: auto;
}
.down-menu {
  display: block;
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
#open-menu:checked ~ .down-menu {
  max-height: 300px;
}
.languages {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13vw;
  height: 3.125vw;
  font-family: 'Inter-Regular';
  color:#A4A4A4;
  font-size: 1.25vw;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 4vw;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06) inset;
}
.languages a {
  display: block;
  flex: 1;
  text-decoration: none;
  color: inherit;
  text-align: center;
  height: inherit;
  line-height: 3.125vw;
}
.languages a.active {
  background-color: #fff;
  border-radius: 4vw;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  height: 3.125vw;
  background-color: #F4D341;
  text-decoration: none;
  color: #fff;
  font-family: 'Rubik-Medium';
  font-size: 1.25vw;
  line-height: 3.125vw;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  transform: scale(1);
  transition: all 200ms linear;
}
main {
  width: 100%;
  margin-top: 8vw;
}
.logo {
  display: block;
  width: 33vw;
  height: 14vw;
  margin: auto;
  margin-top: 1vw;
}
.logo img {
  width: 100%;
  height: auto;
}
.history-block {
    /* padding: 0vw 0vw 15vw; */
    position: relative;
}
input#show-more {
  display: none;
}
label[for="show-more"] {
  display: block;
  position: absolute;
  bottom: 3vw;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  width: 30vw;
  height: 6vw;
  line-height: 6vw;
  text-align: center;
  color: #2671C0;
  font-family: "Rubik-Medium";
  font-size: 1.9vw;
  border: 0.23vw solid #2671C0;
  transform: scale(1);
  transition: all 200ms linear;
}
label[for="show-more"]::after {
  content: 'Показать еще проекты';
}
.slider-container  {
  width: 100%;
  max-height: 120vw;
  overflow: hidden;
  transition: max-height 0.5s ease-in;
}
input#show-more:checked ~ .slider-container {
  max-height: 1100vw;
  overflow: visible;
  transition: max-height 0.5s ease-in;
}
input#show-more:checked ~ label[for="show-more"]::after {
  content: 'Это все проекты';
}
.slider-wrapper {
  width: 100%;
  height: 53vw;
  margin-top: 5vw;
}
.slider-hidden {
  width: 100%;
  height: 42vw;
}

.slider-line {
  display: flex;
  width: fit-content;
  height: 100%;
  margin: 0vw 4vw;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.78vw;
  box-shadow: 0vw 0vw 2.5vw 0vw rgba(0, 0, 0, 0.05);
  transition: margin-left 0.7s linear;
}
.slider-line-item {
  width: 98vw;
  height: 100%;
  display: flex;
}
.slider-line-item:first-child {
  width: 92vw;
}

.radio-btn:first-child:checked ~ .slider-hidden .slider-line {
  margin-left: 4vw;
}
.radio-btn:nth-child(2):checked ~ .slider-hidden .slider-line {
  margin-left: -94vw;
}
.radio-btn:nth-child(3):checked ~ .slider-hidden .slider-line {
  margin-left: -192vw;
}
.radio-btn:nth-child(4):checked ~ .slider-hidden .slider-line {
  margin-left: -290vw;
}
.radio-btn:nth-child(5):checked ~ .slider-hidden .slider-line {
  margin-left: -388vw;
}
.radio-btn:nth-child(6):checked ~ .slider-hidden .slider-line {
  margin-left: -486vw;
}
.radio-btn:nth-child(7):checked ~ .slider-hidden .slider-line {
  margin-left: -584vw;
}
.radio-btn:nth-child(8):checked ~ .slider-hidden .slider-line {
  margin-left: -682vw;
}
.radio-btn:nth-child(9):checked ~ .slider-hidden .slider-line {
  margin-left: -780vw;
}
.radio-btn:nth-child(10):checked ~ .slider-hidden .slider-line {
  margin-left: -878vw;
}

.footer-line {
  display: flex;
  width: 100%;
  height: 7.5vw;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.social-networks {
  display: flex;
  width: auto;
  height: auto;
  margin: auto;
}
.social {
  display: block;
  width: 4vw;
  height: 4.3vw;
}
.social:first-child {
  margin-right: 1vw;
}
.social img {
  width: 100%;
  height: auto;
}
.radio-btn {
  display: none;
}

.preview {
  display: flex;
  width: auto;
  justify-content: center;
  margin-top: 1vw;
  position: relative;
  margin-left: -21vw;
}
.preview-img {
  display: block;
  width: 5.5vw;
  height: 5.5vw;
  margin-left: 2vw;
  margin-top: 1vw;
  opacity: 0.3;
  border-radius: 0.39vw;
  overflow: hidden;
  transition: opacity 0.5s;
  cursor: pointer;
}
.preview-img:first-child {
  margin-left: 0vw;
}
.preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.preview-img.active {
  opacity: 1;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.item-image {
  width: auto;
  height: 100%;
}
.item-image img {
  height: 100%;
  width: auto;
}
.item-text {
  flex: 1;
  height: 100%;
  color: #606060;
  font-family: 'Rubik-Light';
  position: relative;
  font-size: 1.4vw;
}
.item-text h2 {
  margin-left: 3vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 3.125vw;
}
.item-text-box{
  padding: 0vw 5vw;
/*  height: 28vw; */
  overflow: hidden;
}
.item-text h3 {
  font-family: 'Rubik-Medium';
  font-size: 1.5vw;
}
.item-text p {
  font-size: 1.4vw;
  margin: 1vw 0vw;
}
.item-text p.after:last-child{
  position: relative;
}
.item-btn {
  padding: 0 5vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: absolute;
  bottom: 2vw;
}
.item-text-box .item-btn {
  padding: 0; 
  width: 80%;
  bottom: unset;
}

.btn.volunteers,
.btn.donate {
  display: flex;
  position: static;
  width: 15vw;
  height: 3vw;
  font-family: 'Rubik-Medium';
  font-size: 1.5vw;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  padding: 1vw;
  margin: 1vw 1vw 1vw 0;
}
.btn.volunteers {
  border: 0.15vw solid #F4D341;
  background-color:#fff;
  color:#F4D341;
}
.slide-btn {
  display: flex;
  position: absolute;
  width: 21vw;
  height: 3.9vw;
  background-image: url(../img/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #2671C0;
  font-family: 'Rubik-Medium';
  font-size: 1.5vw;
  bottom: 4vw;
  right: -2vw;
  transform: scale(1);
  transition: all 200ms linear;
} 
.preview .slide-btn {
  background-image: url(../img/arrow-prev.png);background-image: url(../img/arrow-prev.png);
  top: 2VW;
  right: auto;
  opacity: 0;
  position: relative;
}
.radio-btn:checked ~ .preview .slide-btn {
  opacity: 0.5;
}
.radio-btn:first-child:checked ~ .preview .slide-btn {
  opacity: 0;
}
.info-block {
  margin: 3vw 0vw 7vw;
}
.info-block h2 {
  margin-left: 4vw;
  font-family: 'Rubik-Light';
  font-size: 3.125vw;
  color: #606060;
}
.item-box-hidden {
  width: 97vw;
  margin-left: 3vw;
  height: 21vw;
  overflow: hidden;
}
.item-box {
  display: flex;
  width: fit-content;
  height: 100%;
  align-items:center;
  margin-left: 1vw;
}
.item-block {
  width: 15.6vw;
  height: 19vw;
  border-radius: 0.39vw;
  box-shadow: 0.15vw 0.3125vw 0.78vw 0vw rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0vw 1vw;
  background-color: #fff;
  transform: scale(1);
  transition: all 200ms linear;
}
.item-block:first-child {
  background-color: transparent;
}
.item-block span {
  display: block;
  font-family: 'Rubik-Medium';
  color: #E9E9E9;
  font-size: 1.48vw;
  text-align: center;
}
.item-block span:nth-of-type(1) {
  font-family: 'Rubik-Light';
  font-size: 7vw;
}
.item-block .img {
  width: 8.75vw;
  height: 11.7vw;
}
.item-block .img img {
  width: 100%;
}
.item-block span.price {
  font-family: 'Rubik-Bold';
  font-size: 1.7vw;
  color: #F4D341;
  margin-top: 1vw;
}
.item-block span.don-name {
  font-family: 'Rubik-Light';
  font-size: 1.25vw;
  color: #606060;
  line-height: 1.5;
}
.item-block img {
  width: 100%;
  border-radius: 0.39vw;
}
.item-block:hover,
.btn:hover,
label[for="show-more"]:hover,
.slide-btn:hover {
  transform: scale(1.02);
  transition: all 200ms linear;
}

.btn.download {
  position: relative;
  background-color: #FFFFFF;
  height: 5.2vw;
  box-shadow: 0.3vw 0.3vw 1.5vw rgba(0, 0, 0, 0.07);
  color: beige;
  padding-left: 5.5vw;
  color: #606060;
  font-family: 'Rubik-Light';
  font-size: 1.4vw;
  text-align: left;
  line-height: 2vw;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.btn.download.pdf {
  background-image: url(../img/pdf-icon.png);
}

.btn.download.gdrive {
  background-image: url(../img/gdrive-icon.png);
}

.download-arrow {
  background-image: url(../img/download-arrow.png);
  height: 1.7vw;
  width: 1.7vw;
  margin: 1vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.link-icon {
  background-image: url(../img/link-icon.png);
  height: 1.9vw;
  width: 1.9vw;
  margin: 1vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

a {
  cursor: pointer;
}

ul {
  padding-inline-start: 2vw;
}

#pay-method-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;  
  margin-bottom: 5vw;
} 

.pay-method {
  width: 25vw;
  height: 18vw;
  background: #FFFFFF;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 5%);
  border-radius: 5px;
  margin: 2vw;
  transition: 0.5s;
}

.pay-method > a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  padding-top: 3vw;
}

.pay-method:hover {
  transform: scale(1.1);
  box-shadow: 2px 4px 30px rgb(0 0 0 / 5%);
}

.h1-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4vw;
  flex-flow: column;
}

h1 {
  text-align: center;
  font-size: 3.125vw;
  color: #606060;
}

.pay-method-header {
  text-align: center;
  font-size: 1.8vw;
  color: #606060;
  font-family: Rubik-Medium;
  padding-left: 45%;
  padding-right: 5%;
  height: 6vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon {
  background-image: url(/img/donate/card-icon.png);
}
.paypal-icon {
  background-image: url(/img/donate/paypal-icon.png);
}
.transfer-icon {
  background-image: url(/img/donate/transfer-icon.png);
}

.pay-method-bottom {
  margin-left: 2vw;
  margin-top: 3vw;
  font-family: Rubik-Light;
  font-size: 1.4vw;
  color: #606060;
  text-decoration: none;
}

a.back-btn {
  display: block;
  margin: auto;
  color: #ccc;
  font-family: 'Rubik-Light';
  text-decoration: none;
  border: solid 1px;
  border-radius: 3vw;
  padding: 0.7vw 2vw;
  transition: 0.3s;
}

a.back-btn:hover {
  transform: scale(1.05);
  color: #606060;
  box-shadow: 0 0 1vw rgb(0 0 0 / 5%);
}

.account-wrapper {
    width: 45vw;
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 5px;
    margin: 2vw;
    position: relative;
}

.account-wrapper li {
  display: block;
  margin-left: 1vw;
  font-size: 1.5vw;
  margin-top: 1.2vw;
  color: #606060;
}

.account-wrapper h2 {
  margin-left: 3vw;
  font-size: 2.2vw;
  color: #606060;
}

.currency {
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  font-size: 5vw;
  color: #F4D341;
  opacity: 0.25;
  font-family: Rubik-Bold;
}

.iban {
  cursor: pointer;
  position: relative;
}

.iban::after {
  width: 2vw;
  height: 2vw;
  background-image: url(../img/copy-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.25vw;
  right: -2.5vw;
  display: inline-block;
  content: "";
  opacity: 0.4;
}

.iban.copied::after {
  background-image: url(../img/ok-icon.png);
}

#contacts-wrapper {
  width: 60vw;
  background: #FFFFFF;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 5%);
  border-radius: 5px;
  margin: auto;
  padding: 3vw;
  margin: 3vw auto;
}

.contact-item {
  margin-left: 10vw;
  font-size: 2.2vw;
  display: flex;
  color: #606060;
  align-content: center;
}

.contact-item span {
  line-height: 7vw;
}

.contact-item::before {
  width: 4vw;
  height: 7vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-right: 2vw;
  display: inline-block;
  content: "";
}

.contact-item.phone::before {
  background-image: url(../img/phone-icon.png);
}

.contact-item.whatsapp::before {
  background-image: url(../img/logo-whatsapp.png);
}

.contact-item.viber::before {
  background-image: url(../img/logo-viber.png);
}

.contact-item.telegram::before {
  background-image: url(../img/logo-telegram.png);
}

.contact-item.mail::before {
  background-image: url(../img/mail-icon.png);
}

#contacts-wrapper a {
  text-decoration: none;
}

#contacts-wrapper a:hover {
  text-decoration: underline;
}

.btn.header-contact {
    border: 0.15vw solid #F4D341;
    background-color: #fff;
    color: #F4D341;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5vw;
    width: 19.6vw;
    height: 3.125vw;
}

.pay-method-inner {
  margin-left: 2vw;
  margin-top: 1vw;
  color: #606060;
  font-size: 1.4vw;
}