* {
  font-family: "Roboto";
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
}

.italic {
  font-style: italic;
  text-decoration: underline;
}

#donate_link {
  position: absolute;
  top: 400px;
}

html{
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #008080;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}

.container {
  max-width: 50vw;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.donate_folder {
  position: absolute;
  height: 100px;
}

.donate_folder_left {
  left: 5%;
}

.donate_folder_right {
  right: 5%;
  transform: scaleX(-1);
}

.ty_folder {
  position: absolute;
  height: 100px;
}

.ty_folder_left {
  left: 8%;
  top: 650px;
}

.ty_folder_right {
  right: 8%;
  transform: scaleX(-1);
  top: 650px;
}

.fivek_folder {
  position: absolute;
  height: 100px;
}

.fivek_folder_left {
  left: 6%;
  top: 1050px;
}

.fivek_folder_right {
  right: 6%;
  top: 1050px;
  transform: scaleX(-1);
}

.twk1_folder_left {
  top: 1500px;
  left: 7%;
}

.twk1_folder_right {
  top: 1500px;
  right: 7%;
  transform: scaleX(-1);
}

.twk2_folder_left {
  top: 1850px;
  left: 8%;
}

.twk2_folder_right {
  top: 1850px;
  right: 8%;
  transform: scaleX(-1);
}

.twk3_folder_left {
  top: 2150px;
  left: 6%;
}

.twk3_folder_right {
  top: 2150px;
  right: 6%;
  transform: scaleX(-1);
}

.fvk1_folder_left {
  top: 2650px;
  left: 7%;
}

.fvk1_folder_right {
  top: 2650px;
  right: 7%;
  transform: scaleX(-1);
}

.fvk2_folder_left {
  top: 3050px;
  left: 7%;
}

.fvk2_folder_right {
  top: 3050px;
  right: 7%;
  transform: scaleX(-1);
}

.sup1_folder_left {
  top: 3350px;
  left: 8%;
}

.sup1_folder_right {
  top: 3350px;
  right: 8%;
  transform: scaleX(-1);
}

.sup2_folder_left {
  top: 3600px;
  left: 6%;
}

.sup2_folder_right {
  top: 3600px;
  right: 6%;
  transform: scaleX(-1);
}

.sup3_folder_left {
  top: 3850px;
  left: 10%;
}

.sup3_folder_right {
  top: 3850px;
  right: 10%;
  transform: scaleX(-1);
}




.block {
  border-radius: 2px;
  width: 100%;
  height: fit-content;
  border: solid 2px #FFFFFF99;
  background: #C0C0C0;
  box-shadow: 2px 2px 0px 0px #404444;
  margin-bottom: 200px;
  position: relative;
  z-index: 3;  
}

.block_cd {
  position: absolute;
  height: 100px;
  right: -50px;
  top: -50px;
  z-index: -1;
}

.donate {
  max-width: 35vw;
}

.block_header {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #0A246D 0%, #A3CBF5 100%);
  border-radius: 2px 2px 0 0;
}

.block_header_text {
  color: #fff;
  padding: 7px 10px;
}


.block_close {
  position: absolute;
  height: 45%;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.block_close:active {
  height: 40%;
  right: 12px;
}

.block_main {
  margin: 30px;
  position: relative;
}

.block_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  position: relative;
  margin-top: 20px;
}

.block_button {
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  border-style: solid;
  padding: 10px 30px;
  background: #C0C0C0;
  box-shadow: 2px 2px 0px 0px #000000;
  text-align: center;
}

.block_sans_cookie {
  position: absolute;
  height: 220px;
  left: -120px;
  bottom: -120px;
}

.gif_hearts {
  position: absolute;
  height: 50px;
  top: -35px;
  z-index: 9;
}

.heart_left {
  left: 5px;
}

.heart_right {
  transform: scaleX(-1);
  right: 5px;
}

.block_main_text {
  position: relative;
  text-align: center;
  margin: 50px 35px 50px;
  z-index: 10;
}

.block_blue {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 30px 0;
}

.block_blue_text {
  position: relative;
  max-width: 500px;
  text-align: start;
  font-size: 32px;
  color: #0E2870;
}

.b_b_t_big {
  max-width: 600px;
}

.block_blue_text_mini {
  margin: 60px 50px 0;
  font-size: 20px;
}

.block_blue_arrow {
  position: relative;
  height: 40px;
  margin-right: 15px;
}

.block_s {
  margin: 0 -50px;
}

.block_right_text {
  margin: 0 0 0 30px;
  font-size: 20px;
  text-align: start;
}

.block_fif_text {
  margin: 30px 0;
}

.block_sans_bottom {
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sanses {
  position: relative;
  cursor: pointer;
}

.sans {
  height: 210px;
}

.sans_def:active + .sans_touch {
  display: block;
  opacity: 100;
}

.sans_def:active {
  display: none;
  opacity: 0;
}

.sans_touch {
  opacity: 0;
  display: none;
}

.block_support_text {
  max-width: 650px;
}

.block_suppurt_main {
  position: relative;
}

.block_support_main_header {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.block_support_main_button {
  position: relative;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  border-style: solid;
  padding: 10px 30px;
  background: #C0C0C0;
  box-shadow: 2px 2px 0px 0px #000000;
  text-align: center;
}

.block_support_footer {
  position: relative;
  display: flex;
  justify-content: center;
}

.block_support_footer_buttons {
  margin-top: 40px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.block_support_main_social {
  position: relative;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  border-style: solid;
  padding: 10px 30px;
  background: #C0C0C0;
  box-shadow: 2px 2px 0px 0px #000000;
  text-align: center;
}


.block_footer {
  position: relative;
  width: 100%;
  margin-top: 250px;
}

.footer {
  position: relative;
  height: 50px;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_text { 
  color: #0E2870;
  margin: 0 10px;
}

.start_jpg {
  height: 30px;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.start_jpg:active {
  height: 55%;
}

.m_folders {
  position: relative;
  bottom: 270px;
}

.m_folders_left {
  position: absolute;
  height: 280px;
  left: 10px;
}

.m_folders_right {
  position: absolute;
  height: 280px;
  transform: scaleX(-1);
  right: 10px;
}

.folder {
    height: 100px; 
    z-index: 2;
  }

.block_limit {
  position: absolute;
  max-width: 400px;
  bottom: -320px;
  right: -80px;
}

.block_limit_text {
  margin: 20px 0;
}


@media (hover:hover) {
  .button_hover:hover {
    background-color: #dedede;
  }

  .block_close:hover {
    cursor: pointer;
  }

  .start_jpg:hover {
    cursor: pointer;
  }
}


@media (min-width: 2201px) {

}

@media (min-width: 1001px) and (max-width: 1500px) {

}

@media (min-width: 0px) and (max-width: 1000px) {
  * {
    font-size: 15px; 
  }

  .footer {
    justify-content: end;
  }

  .block_blue {
    margin: 15px 0;
  }

  .block_blue_text {
    font-size: 20px;
  }

  .block_blue_text_mini {
    font-size: 13px;
    margin: 30px 15px 0;
  }
  
  .block_right_text {
    font-size: 13px;
  }

  .container {
    max-width: 80vw;
  }
  .donate {
    max-width: 60vw;
  }
  .folder {
    height: 50px;
  }

  .block_sans_cookie {
    height: 150px;
    left: -80px;
  }

  .block_button, .block_support_main_button, .block_support_main_social {
    padding: 3px 10px;
  }

  .block {
    margin-bottom: 130px;
  }

  .block_main {
    margin: 15px;
  }

  .block_main_text {
    margin: 25px 15px;
  }
  
  .gif_hearts {
    height: 25px;
    top: -10px;
  }
  
  .heart_left {
    left: -10px
  }

  .heart_right {
    right: -10px;
  }

  .block_cd {
    height: 60px;
    right: -30px;
    top: -30px;
  }
  
  .block_s {
    margin: 0 -10px;
  }

  .block_fif_text{
    margin: 10px 0;
  }

  .sans {
    height: 120px;
  }

  .block_right_text {
    margin-left: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .block_sans_bottom {
    margin-top: 10px;
    flex-direction: column-reverse;
  }
  
  .block_support_main_header {
    margin: 20px 0;
  }
  
  .block_support_footer_buttons {
    margin-top: 20px;
  }
  
  .m_folders {
    bottom: 105px;
  }

  .m_folders_left, .m_folders_right {
    height: 110px;

  }
  .sup3_folder_left, .sup3_folder_right, .sup2_folder_left, .sup2_folder_right {
    display: none;
    opacity: 0;
  }
  
  .block_footer{
    margin-top: 100px;
  }

  .donate_folder_left {
    left: 5%;
    top: 10px;
  }

  .donate_folder_right {
    right: 5%;
    transform: scaleX(-1);
    top: 10px;
  }

  .ty_folder_left {
    left: 1%;
    top: 550px;
  }

  .ty_folder_right {
    right: 1%;
    transform: scaleX(-1);
    top: 550px;
  }

  .fivek_folder_left {
    left: 2%;
    top: 900px;
  }

  .fivek_folder_right {
    right: 2%;
    top: 900px;
    transform: scaleX(-1);
  }

  .twk1_folder_left {
    top: 1150px;
    left: 1%;
  }

  .twk1_folder_right {
    top: 1150px;
    right: 1%;
    transform: scaleX(-1);
  }

  .twk2_folder_left {
    top: 1450px;
    left: 2%;
  }

  .twk2_folder_right {
    top: 1450px;
    right: 2%;
    transform: scaleX(-1);
  }

  .twk3_folder_left {
    top: 1750px;
    left: 1%;
  }

  .twk3_folder_right {
    top: 1750px;
    right: 6%;
    transform: scaleX(-1);
  }

  .fvk1_folder_left {
    top: 2200px;
    left: 1%;
  }

  .fvk1_folder_right {
    top: 2200px;
    right: 1%;
    transform: scaleX(-1);
  }

  .fvk2_folder_left {
    top: 2650px;
    left: 2%;
  }

  .fvk2_folder_right {
    top: 2650px;
    right: 2%;
    transform: scaleX(-1);
  }

  .sup1_folder_left {
    top: 3150px;
    left: 1%;
  }

  .sup1_folder_right {
    top: 3150px;
    right: 1%;
    transform: scaleX(-1);
  }
  
  .b_b_t_big {
    max-width: 100%;
  }

  .block_limit {
    max-width: 170px;
    bottom: -205px;
    right: -15px;
  }
  
  .block_limit_text {
    font-size: 13px; 
    margin: 15px 0px;
  }
  .block_main_limit {
    margin: 0px;
  }

}

@media (min-width: 440px) and (max-width: 1000px) {
  .sup1_folder_right, .sup1_folder_left {
    display: none;
    opacity: 0;
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .fvk2_folder_right, .fvk2_folder_left {
    display: none;
    opacity: 0;
  }
}