html{
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: 'Nunito', Arial, sans-serif;
  background: #f6f8fa;
  color: #222;
  overflow-x: hidden;
}
.header {
  background: #fff;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 4px 24px rgba(30,40,80,0.04);
}
.logo-placeholder {
  width: 120px;
  height: 120px;
  background: #f3f4f7;
  border-radius: 32px;
  margin: 0 auto 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo 2', cursive;
  font-size: 2.5rem;
  color: #FFD600;
  font-weight: bold;
  box-shadow: 0 2px 12px rgba(30,40,80,0.04);
}
.logo-placeholder img{
  width: 100%;
  border-radius: 20px;
}
h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 2.5rem;
  margin: 0.5rem 0 0.5rem 0;
  color: #222;
  text-shadow: none;
}
.subtitle {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 1rem;
}
main {
  padding: 2rem 1rem 1rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
section {
  margin-bottom: 2.5rem;
}
.about {
  background: #fff;
  color: #E93CAC;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(255, 214, 0, 0.15);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 2.5rem;
  border: 3px solid #FFD600;
  position: relative;
}
.about h2 {
  color: #FF9800;
  margin-top: 0;
}
.areas {
  background: #FFD600;
  color: #E93CAC;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(255, 152, 0, 0.10);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 2.5rem;
  border: 3px solid #FF9800;
  position: relative;
}
.areas h2 {
  color: #FF9800;
}
.areas ul {
  list-style: none;
  padding: 0;
}
.areas li {
  background: #fff;
  color: #E93CAC;
  border-radius: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 1rem 1.2rem 1rem 3.2rem;
  position: relative;
  font-size: 1.08rem;
  box-shadow: 0 2px 8px rgba(255, 214, 0, 0.10);
  border-left: 8px solid #FF9800;
}
.areas li::before {
  content: "🐔";
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  font-size: 1.3rem;
}
.note {
  background: #fff3cd;
  color: #E93CAC;
  padding: 1.2rem 1rem;
  border-radius: 1.5rem;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  border: 2px dashed #FFD600;
  box-shadow: 0 2px 8px rgba(255, 214, 0, 0.10);
}
.images {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.img-placeholder {
  width: 160px;
  height: 110px;
  background: #fff;
  color: #FFD600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo 2', cursive;
  font-size: 1.1rem;
  border-radius: 1.5rem;
  box-shadow: 0 2px 12px rgba(30,40,80,0.04);
  border: 2px solid #f3f4f7;
}
.contacts {
  background: transparent;
  box-shadow: none;
  border: none;
  margin-bottom: 2.5rem;
  padding: 0;
}
.contacts__title {
  text-align: center;
  font-size: 2.2rem;
  font-family: 'Baloo 2', cursive;
  color: #2E3B4E;
  margin-bottom: 2.2rem;
  font-weight: 700;
}
.contacts__cards {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(30,40,80,0.08);
  padding: 2.2rem 2rem 2rem 2rem;
  min-width: 320px;
  max-width: 420px;
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.contact-card__header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2E3B4E;
  margin-bottom: 0.5rem;
}
.contact-card__icon {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
}
.contact-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2E3B4E;
}
.contact-card__divider {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #6a7ee7 0%, #e993d6 100%);
  margin: 0.2rem 0 1.1rem 0;
  border-radius: 2px;
  opacity: 0.7;
}
.contact-card__body {
  font-size: 1.08rem;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.contact-card__company {
  font-weight: 700;
  color: #2E3B4E;
  margin-bottom: 0.2rem;
}
.contact-card__address {
  color: #444;
  font-size: 1.02rem;
}
.contact-card__label {
  margin-top: 0.5rem;
  font-size: 1.05rem;
  color: #2E3B4E;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.contact-card__icon-sm {
  font-size: 1.1rem;
  margin-right: 0.2rem;
}
.contact-card__email {
  color: #6a7ee7;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
  margin-left: 1.2rem;
  transition: color 0.2s;
}
.contact-card__email:hover {
  color: #f36ca4;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .contacts__cards {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }
  .contact-card {
    min-width: 0;
    width: 98vw;
    max-width: 500px;
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
  }
}
.footer {
  text-align: center;
  padding: 1rem;
  background: #2E3B4E;
  color: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  font-size: 1rem;
  margin-top: 2rem;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.footer__links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.footer__links a:hover {
  color: #FFD600;
}
.footer__divider {
  color: #fff;
  font-size: 1.1em;
  margin: 0 0.3em;
}
@media (max-width: 1300px) {
  .about-hero, .license-info {
    max-width: 98vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .license-card {
    max-width: 98vw;
  }
}
@media (max-width: 900px) {
  .about-hero__content {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }
  .about-hero__logo {
    align-items: flex-start;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .footer__content {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .footer__links {
    gap: 0.7rem;
  }
}
@media (max-width: 600px) {
  .header {
    padding: 1.2rem 0.5rem 0.7rem 0.5rem;
  }
  main {
    padding: 1rem 0.5rem;
  }
  .images {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .img-placeholder {
    width: 90vw;
    max-width: 300px;
    height: 80px;
  }
  .about-hero, .license-info, .contacts {
    padding: 1.2rem 0.7rem;
  }
}
.about-hero {
  background: #fff;
  color: #222;
  border-radius: 2.5rem;
  box-shadow: 0 6px 32px rgba(30,40,80,0.07);
  padding: 2.5rem 3.5rem 2rem 3.5rem;
  margin-bottom: 2.5rem;
  border: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.about-hero__content {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-hero__text {
  flex: 2 1 320px;
}
.about-hero__text h2 {
  color: #222;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Baloo 2', cursive;
}
.about-hero__text p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  color: #444;
}
.areas-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.area-card {
  display: flex;
  align-items: center;
  background: #f6f8fa;
  border-radius: 1.2rem;
  box-shadow: 0 2px 10px rgba(30,40,80,0.04);
  padding: 1rem 1.5rem;
  font-size: 1.08rem;
  font-weight: 600;
  color: #222;
  border-left: 8px solid #FFD600;
  transition: box-shadow 0.2s;
}
.area-card:hover {
  box-shadow: 0 4px 18px rgba(30,40,80,0.10);
}
.area-icon {
  font-size: 1.5rem;
  margin-right: 1.1rem;
}
.area1 { border-left-color: #FFD600; }
.area2 { border-left-color: #FF9800; }
.area3 { border-left-color: #E93CAC; }
.area4 { border-left-color: #FFB300; }
.about-hero__logo {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 180px;
}
.about-logo-placeholder {
  width: 140px;
  height: 140px;
  background: #FFD600;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo 2', cursive;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 12px rgba(255, 214, 0, 0.13);
  margin-bottom: 0.7rem;
}
.about-logo-placeholder img{
  width: 100%;
  border-radius: 20px;
}
.about-logo-caption {
  color: #888;
  font-size: 1rem;
  text-align: center;
}
.about-note {
  margin-top: 2rem;
  background: #f6f8fa;
  color: #444;
  border-radius: 1.2rem;
  padding: 1rem 1.2rem;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(30,40,80,0.04);
  border: none;
}
.license-info {
  background: #fff;
  color: #222;
  border-radius: 2.5rem;
  box-shadow: 0 6px 32px rgba(30,40,80,0.07);
  padding: 2.5rem 3.5rem 2rem 3.5rem;
  margin-bottom: 2.5rem;
  border: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.license-info h2 {
  color: #222;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: 'Baloo 2', cursive;
}
.license-info__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.license-info__icon {
  background: linear-gradient(135deg, #FFD600 60%, #FF9800 100%);
  color: #fff;
  font-size: 2.7rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(255, 214, 0, 0.13);
  margin-bottom: 0.5rem;
}
.license-info__badges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.2rem;
  border-radius: 1.2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 2px 8px rgba(233, 60, 172, 0.10);
  background: #FFD600;
  letter-spacing: 0.5px;
  border: none;
}
.badge-verified {
  background: linear-gradient(90deg, #FFD600 60%, #E93CAC 100%);
}
.badge-authentic {
  background: linear-gradient(90deg, #FFD600 60%, #4CAF50 100%);
}
.badge-secure {
  background: linear-gradient(90deg, #FFD600 60%, #FF9800 100%);
}
.license-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 12px rgba(30,40,80,0.04);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
  border: none;
}
.license-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.license-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}
.license-card__status {
  background: linear-gradient(90deg, #00E1FF 60%, #FFD600 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 1rem;
  padding: 0.3rem 1rem;
  box-shadow: 0 2px 8px rgba(0,225,255,0.10);
}
.license-card__details {
  margin-bottom: 1.2rem;
}
.license-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
  color: #222;
}
.license-card__doc-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FF9800;
  margin-bottom: 0.7rem;
  margin-top: 1.2rem;
}
.license-card__doc-img {
  width: 100%;
  background: #f6f8fa;
  color: #FFD600;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo 2', cursive;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(30,40,80,0.04);
  border: none;
  margin-top: 30px;
}
.license-card__doc-img img{
  width: 100%;
  border: 7px solid #6a7ee7;
}
@media (max-width: 1300px) {
  h1{
    line-height: 40px;
  }
  .about-hero__text h2, .license-info h2{
    line-height: 30px;
  }
  .about-hero__logo{
    width: 100%;
  }
  .about-hero, .license-info{
    padding: 30px;
  }
  .license-card{
    padding: 0;
    padding-top: 30px;
  }
}

/* --- NAVBAR --- */
.main-navbar {
  width: 100%;
  background: linear-gradient(90deg, #6a7ee7 0%, #7a5eea 100%);
  border-bottom: 6px solid #e993d6;
  box-shadow: 0 2px 12px rgba(30,40,80,0.04);
  position: relative;
  z-index: 10;
}
.navbar__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 80px;
}
.navbar__brand {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.navbar__logo {
  width: 48px;
  height: 48px;
  background: #FFD600;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo 2', cursive;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(30,40,80,0.08);
}
.navbar__logo img{
  width: 100%;
}
.navbar__brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar__title {
  color: #fff;
  font-family: 'Baloo 2', cursive;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
}
.navbar__subtitle {
  color: #fff;
  font-size: 0.95rem;
  opacity: 0.85;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.navbar__menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar__menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.08rem;
  transition: color 0.2s;
}
.navbar__menu li a:hover {
  color: #FFD600;
}
@media (max-width: 900px) {
  .navbar__container {
    padding: 0 1rem;
    height: 64px;
  }
  .navbar__logo {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
  .navbar__title {
    font-size: 1.1rem;
  }
  .navbar__subtitle {
    font-size: 0.8rem;
  }
  .navbar__menu {
    gap: 1.2rem;
  }
}
@media (max-width: 600px) {
  .navbar__container {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0.5rem 0.5rem 0.7rem 0.5rem;
  }
  .navbar__menu {
    margin-top: 0.5rem;
    gap: 0.7rem;
  }
}
/* --- END NAVBAR --- */

/* --- HERO BLOCK --- */
.hero-block {
  width: 100%;
  min-height: 420px;
  background: linear-gradient(120deg, #e993d6 0%, #f36ca4 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 60px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.hero-block__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 340px;
}
.hero-block__content {
  max-width: 700px;
  margin-left: 8vw;
  color: #fff;
  z-index: 2;
}
.hero-block h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 1.2rem 0;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 4px 24px rgba(30,40,80,0.10);
}
.hero-block h1 span {
  font-size: 3.2rem;
  font-weight: 800;
  display: block;
}
.hero-block__subtitle {
  font-size: 1.25rem;
  margin-bottom: 1.2rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(30,40,80,0.10);
}
.hero-block__desc {
  font-size: 1.13rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(30,40,80,0.10);
}
.hero-block__images {
  flex: 1 1 400px;
  min-width: 320px;
  height: 320px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-img {
  position: absolute;
  filter: drop-shadow(0 4px 16px rgba(30,40,80,0.10));
  opacity: 0.98;
  will-change: transform;
  animation: levitate 3.5s ease-in-out infinite alternate;
  transition: filter 0.2s;
}
.hero-img--1 {
  top: 20px;
  left: 40px;
  width: 110px;
  height: auto;
  animation-delay: 0s;
}
.hero-img--2 {
  top: 0px;
  left: 260px;
  width: 70px;
  height: auto;
  animation-delay: 0.7s;
}
.hero-img--3 {
  top: 160px;
  left: 140px;
  width: 100px;
  height: auto;
  animation-delay: 1.2s;
}
.hero-img--4 {
  top: 260px;
  left: 320px;
  width: 80px;
  height: auto;
  animation-delay: 1.8s;
}
@keyframes levitate {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-18px) scale(1.04); }
  100% { transform: translateY(0) scale(1); }
}
@media (max-width: 1200px) {
  .hero-block__container {
    max-width: 98vw;
  }
  .hero-block__content {
    margin-left: 3vw;
  }
  .hero-block__images {
    min-width: 220px;
    height: 220px;
  }
}
@media (max-width: 900px) {
  .hero-block__container {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
  }
  .hero-block__content {
    margin-left: 4vw;
    max-width: 95vw;
  }
  .hero-block__images {
    position: static;
    width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .hero-block {
    padding: 30px 0 30px 0;
    min-height: 260px;
  }
  .hero-block__content {
    margin-left: 2vw;
  }
  .contact-card{
    flex: 0;
    max-width: 100%;
    width: 90%;
  }
  .hero-block h1, .hero-block h1 span {
    font-size: 33px;
  }
  .hero-block__subtitle, .hero-block__desc {
    font-size: 1rem;
  }
  .hero-block__images {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    min-height: 0;
    height: auto;
    margin-top: 18px;
    gap: 18px;
  }
}
/* --- END HERO BLOCK --- */

/* --- LICENSE MODAL --- */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal--open {
  display: flex;
  pointer-events: auto;
}
.modal__backdrop {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30,40,80,0.65);
  z-index: 1;
  animation: modalFadeIn 0.2s;
}
.modal__content {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 40px rgba(30,40,80,0.18);
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  animation: modalPopIn 0.22s cubic-bezier(.4,1.6,.6,1);
}
.modal__img {
  max-width: 80vw;
  max-height: 70vh;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(30,40,80,0.10);
  border: 7px solid #6a7ee7;
  margin-top: 0.5rem;
}
.modal__close {
  position: absolute;
    top: -1px;
    right: 4px;
  background: none;
  border: none;
  color: #6a7ee7;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
  transition: color 0.2s;
  line-height: 1;
}
.modal__close:hover {
  color: #f36ca4;
}
.s-btn{
  display: inline-block;
  margin-top: 20px;
  background-color: #6a7ee7;
  color: #fff;
  text-decoration: none;
  padding: 10px 35px;
  border-radius: 20px;
}
@keyframes modalFadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
@keyframes modalPopIn {
  from { transform: scale(0.92); opacity: 0; } to { transform: scale(1); opacity: 1; }
}
@media (max-width: 600px) {
  .modal__content {
    max-width: 98vw;
    max-height: 98vh;
    padding: 0.7rem 0.2rem 0.7rem 0.2rem;
  }
  .modal__img {
    max-width: 95vw;
    max-height: 60vh;
    border-width: 4px;
  }
  .modal__close {
    top: -30px;
    right: 0px;
    font-size: 1.6rem;
    color: #fff;
  }
}
/* --- END LICENSE MODAL --- */ 