@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Gabarito", sans-serif;
}

h1, h2 {
  font-family: "Bagel Fat One", system-ui;
}

body {
  background: #FCF3EA;
}

.header {
  background: #E4023A;
  text-align: center;
  color: #FCF3EA;
  padding: 10px 0;
}

.header-content {
  text-align: center;
  padding-top: 20px;
}
.header-content .text {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.header-content .text .logo img {
  width: 90px;
  margin-bottom: 33px;
}
.header-content .text h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #E4023A;
}
.header-content .text h3 {
  font-size: 32px;
  text-transform: uppercase;
  color: #E4023A;
  margin-top: 40px;
  font-family: "Bagel Fat One", system-ui;
}
.header-content .text h1 {
  margin-bottom: 32px;
  font-size: 96px;
  text-transform: uppercase;
  color: #E4023A;
}
.header-content .text p {
  margin-bottom: 0;
  color: #E4023A;
}
.header-content .img-dec {
  width: 100%;
  display: block;
}
.header-content .img-mobile {
  display: none;
}

.items-main-block .bl-1 {
  border-bottom: 1px solid #E4023A;
}
.items-main-block .bl-1 .container {
  border-left: 1px solid #E4023A;
  border-right: 1px solid #E4023A;
  padding-top: 80px;
  padding-bottom: 40px;
}
.items-main-block .bl-1 .container h2 {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  color: #E4023A;
  max-width: 450px;
  margin: 0 auto;
}
.items-main-block .bl-1 .container h2 span {
  font-size: 60px;
  font-family: "Bagel Fat One", system-ui;
}
.items-main-block .bl-2 {
  border-bottom: 1px solid #E4023A;
}
.items-main-block .bl-2 .container {
  border-left: 1px solid #E4023A;
  border-right: 1px solid #E4023A;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.items-main-block .bl-2 .container .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items-main-block .bl-2 .container .item .logo {
  width: 280px;
}
.items-main-block .bl-2 .container .item .txt-1 {
  text-align: center;
  width: 330px;
}
.items-main-block .bl-2 .container .item .txt-1 img {
  width: 48px;
  margin-bottom: 8px;
}
.items-main-block .bl-2 .container .item .txt-1 h3 {
  color: #E4023A;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}
.items-main-block .bl-2 .container .item .txt-1 p {
  margin-bottom: 0;
}
.items-main-block .bl-2 .container .item .txt-2 {
  text-align: center;
}
.items-main-block .bl-2 .container .item .txt-2 h4 {
  font-size: 36px;
  font-family: "Bagel Fat One", system-ui;
  margin-bottom: 8px;
  color: #E4023A;
}
.items-main-block .bl-2 .container .item .txt-2 img {
  width: 140px;
  margin-bottom: 8px;
}
.items-main-block .bl-2 .container .item .txt-2 p {
  margin-bottom: 0;
}
.items-main-block .bl-2 .container .item .a-ms {
  background-color: #E4023A;
  color: #FCF3EA;
  text-align: center;
  border-radius: 999px;
  padding: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s all;
}
.items-main-block .bl-2 .container .item .a-ms:hover {
  color: #FCF3EA;
  transform: scale(1.01);
}

.title h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #E4023A;
}
.title h3 {
  color: #E4023A;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.check-items {
  padding-top: 120px;
  padding-bottom: 120px;
}
.check-items .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.check-items .items .item {
  display: flex;
  align-items: center;
}
.check-items .items .item img {
  width: 56px;
  margin-right: 16px;
}
.check-items .items .item .text h3 {
  color: #E4023A;
  margin-bottom: 0;
  font-size: 20px;
}
.check-items .items .item .text p {
  margin-bottom: 0;
}

.info-contact {
  padding-bottom: 120px;
  text-align: center;
}
.info-contact .title {
  color: #E4023A;
}
.info-contact .title img {
  width: 72px;
}
.info-contact ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
  margin-top: 40px;
}
.info-contact ul li {
  font-weight: bold;
}

.main-gr {
  padding-bottom: 120px;
}
.main-gr .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 200px;
}
.main-gr .container .txt-2 {
  display: flex;
  align-items: flex-start;
}
.main-gr .container .txt-2 img {
  width: 75px;
  height: auto;
  margin-right: 16px;
}
.main-gr .container .txt-2 h3 {
  font-size: 20px;
  color: #E4023A;
  font-family: "Bagel Fat One", system-ui;
}

.footer {
  background-color: #212121;
  padding: 30px 0;
}
.footer .f-18 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #E4023A;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 20px;
}
.footer .f-18 img {
  width: 100px;
  margin-right: 15px;
}
.footer .f-18 p {
  margin-bottom: 0;
}
.footer .f-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 50px;
}
.footer .f-logo img {
  width: auto;
  height: 70px;
}
.footer .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 50px;
  color: #fff;
}
.footer .f-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  gap: 40px;
}
.footer .f-link a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.footer .grid-link p {
  font-size: 12px;
}

.terms {
  padding-top: 120px;
  padding-bottom: 80px;
}
.terms .item {
  margin-bottom: 56px;
}
.terms .item h3 {
  color: #E4023A;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 600;
}
.terms .item p {
  color: #E4023A;
}

.custom-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
}

.custom-modal-content {
  background: #FCF3EA;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
  border: 10px solid #E4023A;
  padding: 0;
  max-width: 640px;
  width: 95vw;
  position: relative;
  overflow: hidden;
}

.modal-age-inner, .modal-cookies-inner {
  padding: 36px 32px 36px 32px;
  position: relative;
  z-index: 2;
}

.modal-age-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #e51a3e;
  margin-bottom: 10px;
  gap: 8px;
}

.modal-age-icon {
  font-size: 1.5em;
}

.modal-age-desc {
  font-size: 1.08rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

.modal-age-moderation {
  color: #2e2e2e;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
}

.modal-age-help {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  margin-bottom: 24px;
}

.modal-btns {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 18px;
}

.modal-btn {
  min-width: 140px;
  font-size: 1.18rem;
  font-weight: 700;
  border-radius: 32px;
  padding: 12px 0;
  border: 2.5px solid #e51a3e;
  background: transparent;
  color: #e51a3e;
  transition: all 0.18s;
  outline: none;
  cursor: pointer;
}

.modal-btn-solid {
  background: #e51a3e;
  color: #fff8f2;
  border: 2.5px solid #e51a3e;
}

.modal-btn-outline:hover, .modal-btn-solid:hover {
  filter: brightness(0.95);
  box-shadow: 0 2px 12px 0 rgba(229, 26, 62, 0.08);
}

.modal-btn-outline {
  background: #fff8f2;
  color: #e51a3e;
}

.modal-cookies-title {
  color: #e51a3e;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 8px;
  line-height: 1.3;
}

/* Волнистый бордер */
.custom-modal-content:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.modal-age {
  z-index: 9999;
}

.modal-cookies {
  z-index: 9998;
}

@media (max-width: 600px) {
  .custom-modal-content {
    padding: 0;
  }
  .modal-age-inner, .modal-cookies-inner {
    padding: 22px 6vw;
  }
  .modal-btn {
    min-width: 100px;
    font-size: 1rem;
  }
  .modal-cookies-title {
    font-size: 1.05rem;
  }
}
@media (max-width: 991px) {
  .header p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .header-content .text h2 {
    font-size: 20px;
  }
  .header-content .text h1 {
    font-size: 36px;
  }
  .header-content .img-dec {
    display: none;
  }
  .header-content .img-mobile {
    display: block;
    width: 100%;
  }
  .items-main-block .bl-1 .container h2 {
    font-size: 24px;
  }
  .items-main-block .bl-1 .container h2 span {
    font-size: 35px;
  }
  .items-main-block .bl-2 .container .item {
    flex-direction: column;
    gap: 30px;
  }
  .check-items .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .info-contact ul {
    gap: 20px;
  }
  .main-gr .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .title h2 {
    font-size: 24px;
  }
  .check-items {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .info-contact, .main-gr {
    padding-bottom: 80px;
  }
  .footer .f-logo img {
    height: 55px;
  }
  .footer .f-logo {
    gap: 20px;
  }
  .footer .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .grid-2 {
    gap: 30px;
  }
  .footer .grid-2 p {
    margin-bottom: 0;
  }
  .footer .f-link {
    gap: 20px;
  }
  .footer .f-18 p {
    font-size: 14px;
  }
  .terms .item h3 {
    font-size: 32px;
  }
  .terms {
    padding-top: 60px;
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */