/*
font-family:"badaboom-pro";
font-family:"cc-mad-scientist";
yellow: #FCC015;
dark: #333;

*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #333;
}

.hero {
  width: 100%;
  position: relative;
}

.herodesk,
.cosak_c {
  width: 100%;
}

.heromob {
  display: none;
}

.cosak_c {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.quiz,
.quiz2,
.clanci {
  padding: 80px 0;
  position: relative;
}

.slider {
  position: relative;
}

.clanci {
  background: #fcc015 url(img/clanci_bg.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.subtitle {
  display: block;
  margin: 0 auto;
  max-width: 972px;
  font-family: "badaboom-pro";
  color: #fcc015;
  text-align: center;
  font-size: 120px;
  font-style: italic;
  font-weight: 400;
  line-height: 120px; /* 100% */
}

.lead {
  display: block;
  margin: 0 auto;
  max-width: 750px;
  font-family: "cc-mad-scientist";
  color: #f8f5e7;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 120% */
}

.slider {
  background: url(img/slider_bg.svg);
  background-size: cover;
  background-position: center;
}

.babl {
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: -6rem;
  max-width: 1140px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: -8px;
}

.slidetitle {
  color: #fcc015;
  text-align: center;
  text-shadow: 10px 10px 0 #333;
  font-family: "badaboom-pro";
  font-size: 120px;
  font-style: italic;
  font-weight: 400;
  line-height: 120px; /* 100% */
  max-width: 800px;
  margin: 2rem auto 2rem auto;
}

.slidelead {
  color: #ebe9dc;
  text-align: center;
  font-family: "cc-mad-scientist";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 120% */
  max-width: 850px;
  margin: 0 auto;
}

.swiper-button-next {
  right: 10px !important;
}

.swiper-button-prev {
  left: 10px !important;
}

.slidetextbox {
  border-radius: 20px;
  background: #ebe9dc;
  color: #333;
  text-align: center;
  font-family: "cc-mad-scientist";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 120% */
  padding: 15px 58px;
  border: 7px solid #333;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}

.blcktxt {
  color: #333;
}

.footer {
  position: relative;
  padding: 180px 0 80px 0;
  background: #f8f5e7;
}

.cosak_y {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.footerlogo {
  display: block;
  margin: 2rem auto;
}

.legal {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.link {
  color: #1e1e1e;
  text-align: center;
  font-family: "cc-mad-scientist";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  text-decoration: none;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: #1e1e1e;
}

.slidesub {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
}

.slidetxt {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  padding-top: 12px;
}

.artgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.article {
  text-decoration: none;
}

.arttitle {
  color: #333;
  font-family: "cc-mad-scientist";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 120% */
  padding-top: 26px;
}

.artimg {
  width: 100%;
}

.qimg {
  width: 100%;
}

@media (max-width: 1681px) {
  .artgrid {
    padding: 0 0.5rem;
  }
}

@media (max-width: 721px) {
  .herodesk {
    display: none;
  }
  .heromob {
    display: block;
    width: 100%;
  }
  .wrap {
    padding: 0 0.5rem;
  }
  .subtitle,
  .slidetitle {
    font-size: 48px;
    line-height: 1;
    text-shadow: 3.822px 3.822px 0 #333;
  }
  .babl {
    margin-bottom: 80px;
  }
  .lead {
    font-size: 20px;
    line-height: 1.2;
  }
  .slidelead,
  .slidetxt {
    font-size: 24px;
    line-height: 1.2;
  }
  .slidesub {
    font-size: 18px;
  }
  .artgrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
  .footerlogo {
    width: 100%;
    max-width: 286px;
    display: block;
  }
  .next,
  .prev {
    width: 18px;
  }
  .slidetextbox {
    border: 2.676px solid #333;
    border-radius: 0;
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
  }
  .blcktxt {
    text-shadow: none !important;
  }
  .swiper-navigation-icon {
    display: none;
  }
  .swiper-slide {
    padding: 0 8px;
  }
}
