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

html {
  overflow-x: hidden;
}

body {
  background: url(../img/bg.png) top center/cover no-repeat;
  color: #fff;
  overflow-x: hidden;
}

.header {
  padding: 24px;
}
.header .container-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container-f .logo img {
  width: 60px;
}
.header .container-f p {
  opacity: 0.5;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.header .container-f .logo-right {
  width: 60px;
}

.header-text {
  margin-top: 120px;
  margin-bottom: 35px;
}
.header-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-text .container .text {
  width: 48%;
  text-align: center;
}
.header-text .container .text h1 {
  color: #F60470;
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
.header-text .container .text h2 {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 60px;
}
.header-text .container .text p {
  text-align: left;
  background: url(../img/header-text-bg.png) center center no-repeat;
  padding: 65px 35px;
  background-size: contain;
}
.header-text .container .img {
  width: 48%;
}
.header-text .container .img img {
  width: 100%;
}

.title {
  margin-bottom: 65px;
}
.title h2 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
}
.title h2 span {
  color: #F60470;
}

.items-main-logo {
  margin-bottom: 150px;
}
.items-main-logo .title {
  text-align: center;
}
.items-main-logo .items {
  display: flex;
  justify-content: space-between;
}
.items-main-logo .items .item {
  width: 320px;
  padding: 54px 24px;
  background: url(../img/items-bg-main.png) center center no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.items-main-logo .items .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.items-main-logo .items .item p {
  margin-bottom: 0;
}
.items-main-logo .items .item .top {
  text-align: center;
}
.items-main-logo .items .item .top img {
  width: 220px;
  margin-bottom: 16px;
}
.items-main-logo .items .item .bl-2 {
  display: flex;
  align-items: center;
}
.items-main-logo .items .item .bl-2 img {
  width: 48px;
  margin-right: 8px;
}
.items-main-logo .items .item .bl-3 {
  text-align: center;
}
.items-main-logo .items .item .bl-3 img {
  width: 50%;
}
.items-main-logo .items .item .bl-4 {
  display: flex;
  align-items: center;
}
.items-main-logo .items .item .bl-4 img {
  width: 48px;
  margin-right: 20px;
}
.items-main-logo .items .item .bl-4 ul {
  padding: 0;
  margin: 0;
}
.items-main-logo .items .item .a-top {
  font-weight: 600;
  font-size: 16px;
  background-color: #F60470;
  text-decoration: none;
  padding: 16px;
  border-radius: 16px;
  width: 166px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.items-main-logo .items .item .a-top:hover {
  color: #fff;
}

.check-items {
  margin-bottom: 150px;
}
.check-items p {
  text-align: left;
  background: url(../img/header-text-bg.png) center center no-repeat;
  padding: 65px 35px;
  background-size: contain;
  width: 470px;
}
.check-items .block {
  display: flex;
  gap: 30px;
}
.check-items .block .items {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.check-items .block .items .item {
  display: flex;
  align-items: center;
}
.check-items .block .items .item img {
  width: 70px;
  margin-right: 8px;
}
.check-items .block .items .item h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
.check-items .block .items .item-right {
  margin-left: 120px;
}
.check-items .block .items-top {
  margin-top: -210px;
}

.main-dec-bg {
  margin-bottom: 150px;
  text-align: center;
}
.main-dec-bg .title {
  margin-bottom: 65px;
}
.main-dec-bg p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  margin-bottom: 70px;
  background: url(../img/dec-vector-bg.png) center center no-repeat;
  background-size: contain;
}
.main-dec-bg .dec-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
.main-dec-bg .dec-bottom h3 {
  text-transform: uppercase;
}
.main-dec-bg .dec-bottom h3 span {
  color: #F60470;
}
.main-dec-bg .dec-bottom h3 h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.list-main {
  margin-bottom: 150px;
}
.list-main .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 45px 20px;
}
.list-main .items .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-main .items .item .fg {
  background-color: #F60470;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  border-radius: 99px;
}
.list-main .items .item p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.main-blocks {
  margin-bottom: 150px;
}
.main-blocks .title {
  margin-left: 80px;
  margin-bottom: 30px;
}
.main-blocks .items {
  margin-left: 50%;
  text-align: left;
}
.main-blocks .items .item {
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  background: url(../img/oval-text-bg.png) center center no-repeat;
  background-size: contain;
  width: 195px;
  padding: 20px;
  text-align: center;
}
.main-blocks .items .item-2 {
  margin-left: 60px;
}
.main-blocks .items .item-3 {
  background: url(../img/oval-text-bg-2.png) center center no-repeat;
  background-size: contain;
  width: 380px;
  margin-left: 120px;
}
.main-blocks .items .item-4 {
  width: 590px;
  background: url(../img/oval-text-bg-3.png) center center no-repeat;
  background-size: contain;
}

.main-blocks-2 .title {
  max-width: 1000px;
  position: relative;
}
.main-blocks-2 .title img {
  position: absolute;
  width: 150px;
  top: -20px;
  right: -100px;
}

.site-footer {
  background: #212121;
  color: #fff;
  padding: 30px 20px;
}
.site-footer .f-top {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-footer .f-top .logo img {
  width: 90px;
}

.footer-warning {
  background: #F60470;
  color: white;
  padding: 8px 30px;
  border-radius: 5px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
}

.footer-warning img {
  width: 100px;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.footer-logos img {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 30px 170px;
  margin-bottom: 30px;
}

.footer-info .left,
.footer-info .right {
  flex: 1 1 48%;
  margin-bottom: 20px;
  gap: 30px;
}

.footer-info a {
  color: #ddd;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
}

.footer-bottom a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.priv-c {
  margin: 120px 0;
}
.priv-c .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.priv-c .top h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}
.priv-c .top h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.priv-c .top p {
  margin-bottom: 0;
}
.priv-c .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.priv-c .item h3 {
  text-transform: uppercase;
  font-size: 22px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: "Arial", sans-serif;
}

.popup-window {
  background-color: #0f0f0f;
  color: white;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  width: 90%;
  max-width: 480px;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}

.popup-window h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ff0040;
}

.popup-window p {
  font-size: 15px;
  line-height: 1.5;
}

.popup-buttons button {
  margin: 12px 10px 0;
  padding: 10px 20px;
  background: #ff0040;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.popup-buttons button:hover {
  background: #cc0033;
}

/* Кутовий попап */
.corner-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #1c1c1c;
  color: white;
  border-radius: 10px;
  padding: 20px;
  max-width: 360px;
  z-index: 9998;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1.4;
}

.corner-popup a {
  color: #ff0040;
}

.corner-popup .popup-buttons {
  margin-top: 10px;
}

.corner-popup .popup-buttons button {
  padding: 6px 12px;
  font-size: 13px;
}

#age-denied-popup {
  display: none;
}

@media (max-width: 963px) {
  .header .container-f {
    flex-direction: column;
    gap: 20px;
  }
  .header .container-f .logo-right {
    display: none;
  }
  .header-text {
    margin-top: 0;
  }
  .header-text .container {
    flex-direction: column-reverse;
  }
  .header-text .container .img {
    width: 100%;
  }
  .header-text .container .text {
    width: 100%;
  }
  .header-text .container .text h1 {
    font-size: 32px;
  }
  .header-text .container .text h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .header-text .container .text p {
    background: url(../img/header-text-bg-m.png) center center no-repeat;
    padding: 25px 15px;
    background-size: contain;
    font-size: 13px;
    text-align: center;
  }
  .title {
    margin-bottom: 30px;
  }
  .title h2 {
    font-size: 24px;
  }
  .items-main-logo .items {
    flex-direction: column;
  }
  .check-items .block .items .item-right {
    margin-left: 0;
  }
  .check-items .block .items-top {
    margin: 0;
  }
  .check-items .block {
    flex-direction: column;
  }
  .check-items p {
    background: url(../img/header-text-bg-m.png) center center no-repeat;
    padding: 65px 15px;
    background-size: contain;
    font-size: 13px;
    text-align: center;
    width: 100%;
  }
  .main-dec-bg p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .check-items .block .items .item h3 {
    font-size: 16px;
  }
  .check-items .block .items .item img {
    width: 45px;
    margin-right: 20px;
  }
  .main-dec-bg .dec-bottom {
    flex-direction: column;
    gap: 35px;
  }
  .list-main .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .main-blocks .title {
    margin-left: 0;
  }
  .main-blocks .items {
    margin-left: 0;
  }
  .main-blocks .items .item-2, .main-blocks .items .item-3 {
    margin-left: 0;
  }
  .main-blocks .items .item {
    font-size: 22px;
  }
  .main-blocks .items .item-3 {
    width: 330px;
  }
  .site-footer .f-top {
    flex-direction: column;
  }
  .footer-warning {
    padding: 15px;
  }
  .footer-warning img {
    width: 70px;
  }
  .footer-warning p {
    margin: 0;
    font-size: 14px;
  }
  .footer-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .footer-bottom {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .items-main-logo .items {
    align-items: center;
  }
  .main-dec-bg .title {
    margin-bottom: 35px;
  }
  .list-main .items .item p {
    font-size: 16px;
  }
  .main-blocks .items .item-4 {
    font-size: 15px;
    padding: 10px;
  }
  .main-blocks-2 .title img {
    display: none;
  }
  .priv-c {
    margin: 60px 0;
  }
  .priv-c .item {
    grid-template-columns: repeat(1, 1fr);
  }
  .priv-c .top h2 {
    font-size: 36px;
  }
  .items-main-logo, .check-items, .main-dec-bg, .list-main, .main-blocks {
    margin-bottom: 90px;
  }
  .main-dec-bg .dec-bottom h3 {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */