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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #200039;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5E0F5E;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #782E79;
}

.content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.header {
    box-shadow: 0 2px 8px rgb(120 46 121);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-link {
    display: flex;
    z-index: 100;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
}
  
.burger span {
    display: block;
    height: 4px;
    background: #5E0F5E;
    border-radius: 2px;
}

.burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}
  
.burger span {
    transition: all 0.3s ease;
}


  
.nav-menu.active {
    max-height: 300px;
    padding: 20px 0;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #E0B0E1;
    color: #5E0F5E;
    text-align: center;
    padding: 0 80px;
}

.logo {
    width: 140px;
}

.nav-menu {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.nav-menu ul {
    display: flex;
    list-style: none;
}

.nav-menu ul li {
    margin: 0 20px;
    font-size: 20px;
}

.nav-menu ul li a {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #782E79;
    text-decoration: none;
}

.about-us {
    padding: 150px 160px;
    background-image: url(./assets/about-background.webp);
    background-size: cover;
    min-height: 80vh;
}

h1 {
    color: #782E79;
    max-width: 810px;
    font-size: 38px;
    margin-bottom: 80px;
}

h2 {
    text-align: center;
}

.about-us p {
    color: #5E0F5E;
    font-size: 22px;
    margin: 22px 0;
    max-width: 680px;
    text-indent: 5px;
}

.contact-btn {
    font-family: "Lato", sans-serif;
    display: inline-block;
    padding: 15px 30px;
    background-color: #C23174;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #782E79;
    font-size: 20px;
    margin-top: 80px;
    box-shadow: 0 0 3px 1px #782E79;
}

.contact-btn:hover {
    background-color: #e0017a;
    border-color: #782E79;
    box-shadow: 0 0 5px 2px #782E79;
    transition: 0.3s all;
}

.manufacture {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 0px 160px 150px;
}

.manufacture h2 {
    font-size: 32px;
    color: #782E79;
    margin-bottom: 60px;
    margin-top: 150px;
}

.manufacture p {
    color: #5E0F5E;
    font-size: 22px;
    text-align: center;
}

.catalog {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 150px 160px;
}

.catalog h2 {
    font-size: 32px;
    margin-bottom: 80px;
}

.catalog-p {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.catalog-img {
    width: 100%;
    height: auto;
    max-width: 1480px;
}

.catalog-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 20px 40px;
}

.catalog-item-left {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.catalog-item-left h3 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.catalog-item-p {
    font-size: 20px;
    max-width: 400px;
    margin-top: 20px;
    text-align: center;
}

.catalog-item-p-bold {
    font-weight: bold;
    font-size: 20px;
    margin-top: 35px;
}

.catalog-item-img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.catalog-item-btn {
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 20px;
    box-shadow: 0 0 3px 1px #a3a3a3;
    width: 140px;
}

.ult-nor-dry {
    background-color: #943266;
}

.ult-nor-soft {
    background-color: #C23174;
}

.ult-night-dry {
    background-color: #2E638D;
}

.ult-night-soft {
    background-color: #12A5C9;
}

.ult-cla-dry {
    background-color: #57238E;
}

.ult-cla-soft {
    background-color: #774aa7;
}

.br-top-blue {
    border-top: 2px solid #12A5C9;
}

.br-top-blue-light {
    border-top: 2px solid #02bfda;
}

.br-top-pink {
    border-top: 2px solid #C23174;
}

.br-top-purple {
    border-top: 2px solid #774aa7;
}

.br-bot-pink {
    border-bottom: 2px solid #e0017a;
}

.tmp-super {
    background-color: #12A5C9;
}

.tmp-normal {
    background-color: #C23174;
}

.contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 150px 160px;
}

.contacts h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.contacts p {
    font-size: 22px;
    text-align: center;
    margin: 40px 0 60px;
}

.contact-form {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 7px 2px rgb(120 46 121);
    font-family: "Lora", serif;
    width: 100%;
}

.contact-form label {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #5E0F5E;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    resize: vertical;
}

input:focus,
textarea:focus {
    background-color: #fedcff;
}

.contact-form button {
    margin: 20px auto 0;
    display: block;
    padding: 15px 25px;
    background-color: #C23174;
    border: 1px solid #782E79;
    box-shadow: 0 0 3px 1px #782E79;
    color: white;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Lato", sans-serif;
}

  .contact-form button:hover {
    background-color: #e0017a;
    color: white;
    box-shadow: 0 0 5px 2px #782E79;
  }

  .form-status {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
}

.contact-info p {
    margin: 0 0 30px;
}

.contact-info h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.contact-link {
    color: #C23174;
    text-decoration: none;
}

.popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #05889D;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 1000;
  }
  
  .popup.show {
    opacity: 1;
    pointer-events: auto;
  }

footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #140114;
    text-align: center;
    padding: 20px 80px;
}

footer p {
    color: #FFFFFF;
    font-size: 14px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-link {
  color: #B8B8B8;
  text-decoration: none;
  font-size: 14px;
}

.footer-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer-links .dot {
  color: #6E6E75;
}

/* Pads pages styles */

.item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 150px 160px;
}

.pads-container-top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
}

.pads-container-top img {
    max-width: 500px;
    max-height: 500px;
    height: auto;
}

.pads-description {
    max-width: 800px;
    margin-left: 50px;
}

.pads-description h2 {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: left;
}

.pads-description p {
    font-size: 20px;
    margin: 40px 0;
}

.item-content p {
    margin: 0 0 40px;
    text-align: justify;
}

.pads-description ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 20px;
}

.pads-description-list li {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5E0F5E;
}

.pads-container-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.pads-container-bottom div {
    margin-left: 210px;
}

.bottom-list li {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5E0F5E;
    list-style-type: decimal;
}

.pads-container-bottom img {
    max-width: 340px;
    max-height: 340px;
}

/* === Cookie Banner (Consent) === */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none; /* показываем через JS */
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #E0B0E1;
  border: 1px solid #782E79;
  box-shadow: 0 0 7px 2px rgba(120,46,121,0.35);
  border-radius: 12px;
  padding: 16px 18px;
  font-family: "Lato", sans-serif;
}

.cookie-banner p {
  margin: 0;
  color: #5E0F5E;
  font-size: 16px;
  line-height: 1.45;
  max-width: 860px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cb-btn {
  border: 1px solid #782E79;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  transition: .25s ease;
}

.cb-analytics {
  background: #ffffff;
  color: #5E0F5E;
  box-shadow: 0 0 3px 1px #a3a3a3;
}

.cb-analytics:hover {
  background: #fedcff;
  box-shadow: 0 0 5px 2px #782E79;
}

.cb-allow {
  background: #C23174;
  color: #ffffff;
  box-shadow: 0 0 3px 1px #782E79;
}

.cb-allow:hover {
  background: #e0017a;
  box-shadow: 0 0 5px 2px #782E79;
}

.cookie-banner a {
  color: #2E638D; /* у тебя такой синий акцент есть */
  text-decoration: underline;
}

@media (max-width: 1700px) {
    .about-us,
    .manufacture,
    .catalog,
    .contacts {
        padding: 150px 100px;
    }

    /* Pads pages styles */

    .item-content {
        padding: 150px 100px;
    }
}

@media (max-width: 1600px) {
    .about-us,
    .manufacture,
    .catalog,
    .contacts {
        padding: 150px 80px;
    }

    .about-us {
        min-height: 50vh;
    }

    .about-us p {
        max-width: 580px;
    }



    /* Pads pages styles */

    .item-content {
        padding: 150px 80px;
    }
}

@media (max-width: 1420px) {
    .header-content {
        padding: 0px 40px;
    }

    .about-us,
    .manufacture,
    .catalog,
    .contacts {
        padding: 140px 40px;
    }

    .footer {
        padding: 20px 40px;
    }

    h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .manufacture h2 {
        margin-top: 100px;
    }

    .catalog-item {
        padding: 20px 0;
    }

    .catalog-item-left {
        max-width: 500px;
    }

    /* Pads pages styles */

    .item-content {
        padding: 100px 40px;
    }


}

@media (max-width: 1120px) {
    h1 {
        font-size: 32px;
        max-width: 700px;
    }

    .manufacture h2,
    .catalog h2,
    .contacts h2 {
        font-size: 28px;
    }

    .manufacture p,
    .catalog-p,
    .contacts p,
    .about-us p,
    .catalog-item-p {
        font-size: 20px;
    }

    .about-us p {
        max-width: 500px;
    }

    .catalog-item-left h3 {
        font-size: 20px;
    }

    .catalog-item-left {
        max-width: 350px;
    }

    .about-us, .manufacture, .catalog, .contacts {
        padding: 100px 40px;
    }

    /* Pads pages styles */

    .pads-description h2 {
        font-size: 24px;
    }

    .pads-description p {
        font-size: 18px;
    }

    .pads-description-list li {
        font-size: 18px;
    }

    .bottom-list li {
        font-size: 18px;
    }

    .pads-container-top img {
        max-width: 340px;
        max-height: 340px;
        height: auto;
    }

    .pads-container-bottom div {
        margin-left: 50px;
    }
}

@media (max-width: 1024px) {
  .burger {
    display: flex;
  }

  .header-content {
    height: 80px;
  }

  .logo {
    width: 120px;
    height: auto;   
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
    background: #e0b0e1;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }

  .nav-menu.active {
    max-height: 300px;
    padding: 20px 0;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .nav-menu ul li a {
    color: #782E79;
    font-size: 20px;
  }

  .nav-menu ul li {
    margin: 10px 0;
  }

  .catalog-item-img {
    max-width: 200px;
    height: 200px;
  }

  .manufacture p,
    .catalog-p,
    .contacts p,
    .about-us p,
    .catalog-item-p,
    .catalog-item-p-bold {
        font-size: 18px;
    }

    .catalog-item-left {
        padding-top: 10px;
    }

    .catalog-item-p-bold {
        margin-top: 10px;
    }

    .catalog-item-btn {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .catalog-item-left h3 {
        margin-bottom: 10px;
    }

    /* Pads pages styles */

    .item-content p {
        margin: 0 0 20px;
    }

    .bottom-list li {
        margin-bottom: 10px;
    }
}

@media (max-width: 850px) {
    h1 {
        font-size: 30px;
    }

    .catalog-item-left {
        max-width: 300px;
    }

    .about-us,
    .manufacture,
    .catalog,
    .contacts {
        padding: 100px 20px;
    }

    footer {
        padding: 20px 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer p {
        margin: 10px 0;
    }

    .header-content {
        padding: 0px 20px;
    }

    /* Pads pages styles */

    .item-content {
        padding: 80px 20px;
    }

    .pads-container-top {
        flex-direction: column;
        align-items: center;
    }

    .pads-description {
        margin-left: 0;
        margin-top: 30px;
    }

    .pads-container-top img {
        max-width: 500px;
        max-height: 500px;
        height: auto;
    }

    .pads-container-bottom {
        flex-direction: column;
        align-items: center;
    }

    .pads-container-bottom div {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 760px) {
    .logo {
        width: 100px;
    }

    .catalog-item {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .catalog-item-left {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .catalog-item-p {
        max-width: 100%;
    }

    .contact-info h3 {
        font-size: 20px;
    }
}

@media (max-width: 540px) {
    .pads-container-top img {
        max-width: 340px;
        max-height: 340px;
        height: auto;
    }

    .pad-page-h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .pads-description h2 {
        font-size: 22px;
    }
}

@media (max-width: 560px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; }
  .cookie-actions { width: 100%; justify-content: flex-end; }
}

@media (max-width: 480px) {
    .catalog-item {
        justify-content: space-between;
    }

    .manufacture h2, .catalog h2, .contacts h2 {
        font-size: 26px;
    }

    /* Pads pages styles */

    .pads-description ul {
        margin-left: 20px;
    }
}

@media (max-width: 410px) {
    .catalog-item {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .catalog-item-img {
        max-width: 300px;
        height: 300px;
        margin-bottom: 30px;
    }

        .catalog-item-p-bold {
        text-align: center;
    }
}