* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

a {
    cursor: pointer;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

.pass-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

#card {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 1010;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
  }

  #card h2 {
    margin-bottom: 20px;
  }

  .popup-content {
    box-sizing: border-box;
    background: #fff;
    max-width: 600px;
    margin: 60px auto;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .popup-content select,
  .popup-content input,
  .popup-content textarea {
    width: 100%;
    /* padding: 8px; */
    margin-top: 5px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

    padding: 15px;
  }

  .popup-content textarea {
    resize: vertical;
  }

  .submit-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background: #e49c75;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;

    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 24px;
  }

  #totalAmount {
    font-size: 40px;
    font-weight: bold;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

header {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    padding: 10px 0;
}

.h-right {
    display: flex;
    align-items: center;
    gap: 40px;
}
.h-logo img {
    width: 100px;
    height: auto;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.h-container {
    justify-content: space-between;
}

.h-nav {
    display: flex;
    gap: 20px;
}

.h-nav-mb {
    display: none;
}

.h-nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.h-nav-link:hover {
    color: #e9b880;
    transition: all 0.3s ease;
}

.h-tel {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    gap: 10px;
}

.h-tel svg {
    fill: #000;
    width: 20px;
}

.h-tel:hover {
    color: #e9b880;
    transition: all 0.3s ease;
}

.h-tel-b {
    color: #ffffff;
    background-color: #E29578;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: bold;
}

.h-tel-b-mb {
    display: none;
}

.baner {
    position: relative;
    background: #efefef;
    overflow: hidden;
}

.triangle-left,
.triangle-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    /* ширина трикутника */
    background: #ffffff;
    z-index: 1;
}

.triangle-left {
    left: 0;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.triangle-right {
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.baner .container {
    position: relative;
    z-index: 2;
    /* щоб було поверх трикутників */
}

.pulse-button {
    display: inline-block;
    background-color: #E29578;
    color: white;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
    animation: pulse 1.6s infinite;
  }
  
  .pulse-button:hover {
    background-color: #d9826a;
    transform: scale(1.05);
  }
  
  /* Анімація */
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(226, 149, 120, 0.7);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(226, 149, 120, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(226, 149, 120, 0);
    }
  }

.baner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 60px 0;
    min-width: 50%;
    max-width: 50%;
}

.baner-left h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
}

.baner-left a {
    display: inline-flex;
    color: #ffffff;
    background-color: #E29578;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 23px;
    padding: 15px 35px;
}

.baner-left p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.75;
}

.baner-right {
    display: flex;
    justify-content: flex-end;
    min-width: 50%;
    max-width: 50%;
}

.baner-right-iblock {
    min-width: 70%;
    max-width: 70%;
    /* background-image: url(img/bimg.jpg);
    background-repeat: no-repeat;
    background-position: center; */
    height: 100%;
}

.baner-right-iblock img {
    height: 600px;
}

.h-social {
    display: flex;
    align-items: center;
    gap: 5px;
}

.h-social-itm {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-social-itm img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
}

.h-social-itm:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.zalety-line {
    background-color: #464646;
    padding: 30px 0;
}

.zalety-line .container {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.zalety-itm {
    display: flex;
    flex-direction: column;
    min-width: 30%;
    max-width: 30%;
    width: 100%;
}

.zalety-i-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
    line-height: 1.35;
}

.zalety-i-heading img {
    width: 35px;
    height: 35px;
}

.zalety-i-body {
    margin-top: 15px;
    font-weight: 100;
    color: #fff;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    height: 100px;
}

.product-block {
    background: #efefef;
    padding: 80px 0;
}

.product-block .container {
    gap: 40px;
}

.product-left,
.product-right {
    min-width: 50%;
    max-width: 50%;
    ;
}

.product-gallery {
    max-width: 700px;
    margin: auto;
}

.slider-top-wrap {
    position: relative;
}

.stw-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .3);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    opacity: .4;
    transition: .3s ease all;
}

.stw-arr:hover {
    opacity: 1;
    transition: .3s ease all;
}

.stw-left {
    left: 20px;
}

.stw-right {
    right: 20px;
}

.stw-arr::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid black;
    border-left: 2px solid black;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.stw-left::before {
    left: 20px;
}

.stw-right::before {
    left: 16px;
    transform: translate(-50%, -50%) rotate(135deg);
}

.slider-for a {
    display: block;
    width: 100%;
    /* height: 500px; */
    height: 600px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    cursor: zoom-in;
}

.slider-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
}

.slider-thumbs div {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: border 0.2s;
    opacity: .5;
}

.slider-thumbs div.active {
    border-color: #888;
    opacity: 1;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.product-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
}

.product-price {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
}

.crossed {
    text-decoration: line-through;
    color: #bdbdbd;
}

.product-color {
    display: flex;
    flex-direction: column;
}

.product-color span {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
}

.product-color ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.kjn {
    color: #aab9be;
}

.kjr {
    color: #b8a59e;
}

.kcs {
    color: #8c837c;
}

.product-color li {
    font-weight: bold;
}

.product-description {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
}

.product-description p {
    margin-bottom: 15px;
}

.product-zamow {
    /* color: #ffffff;
    background-color: #e9b880; */
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-flex;
}

.zalety {
    padding: 90px 0;
    background: #efefef;
}

.zalety .container {
    flex-direction: column;
}

.zalety-img {
    max-width: 50%;
    min-width: 50%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.zaletyb-itm {
    display: flex;
    width: 100%;
}

.zaletyb-itm:nth-of-type(2) {
    flex-direction: row-reverse;
}

.zalety-nagl {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.35;
    margin-bottom: 20px;
    margin-bottom: 60px;
}

.zalety-nagl span {
    color: rgb(233, 184, 128);
}

.zalety-txt {
    max-width: 50%;
    min-width: 50%;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.zalety-h {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.zalety-d {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, .8);
}

.about {
    background: #464646;
    padding: 80px 0;
}

.about-left,
.about-right {
    max-width: 50%;
    min-width: 50%;
}

.about-h {
    color: #e9b880;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.about-d {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    line-height: 1.5;
}

.about-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-left img {
    max-width: 60%;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.opinie {
    padding: 90px 0;
}

.opinie-block {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.opinie .container {
    flex-direction: column;
}

.opinie-itm {
    max-width: 47%;
    min-width: 47%;
    background: #fff;
}

.opinie-h {
    width: 100%;
    font-size: 42px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.opinie-ava {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.opinie-ava img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.opinie-name {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.opinie-txt {
    margin: 0 auto;
    max-width: 90%;
    min-width: 90%;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
    text-align: justify;
}

.opinie-rating {
    font-weight: 300;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
}


footer {
    padding: 40px 0;
    background: #171717;
    color: rgba(255, 255, 255, .6);
    text-align: center;
}

footer a {
    color: #e9b880;
}

.burger-menu {
    display: none;
    position: relative;
    width: 28px;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 999;
    outline: none;
}

.burger-menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.burger-menu span:nth-child(1) {
    top: 0;
}

.burger-menu span:nth-child(2) {
    top: 8px;
}

.burger-menu span:nth-child(3) {
    top: 16px;
}

.burger-menu:hover span:nth-child(1) {
    transform: translateY(1px);
}

.burger-menu:hover span:nth-child(3) {
    transform: translateY(-1px);
}

.burger-menu.opened span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}

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

.burger-menu.opened span:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
}

.faq-blocks {
    padding: 30px 0;
    width: 100%;
    ;
}

.faq-b-itm {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
}

.faq-title {
    font-weight: bold;
    cursor: pointer;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-title:hover {
    background: #f5f5f5;
}

.faq-toggle {
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s;
}

.faq-b-itm.open .faq-toggle {
    transform: rotate(45deg);
}

.faq-content {
    display: none;
    padding: 20px;
    font-weight: normal;
    color: #333;
}

.faq .container {
    flex-direction: column;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fef6f1; /* теплий світлий */
    color: #333;
    padding: 16px 24px;
    z-index: 9999;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    font-size: 14px;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
  transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out 1.5s forwards; /* 1.5s delay */
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  #cookie-banner p {
    margin: 0;
    flex: 1 1 60%;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  #cookie-banner a {
    color: #cc6600;
    font-weight: 500;
    text-decoration: underline;
  }
  
  .cookie-buttons {
    display: flex;
    gap: 12px;
    flex: 1 1 35%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  
  .cookie-buttons .btn {
    padding: 8px 18px;
    font-size: 13px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }
  
  .cookie-buttons .accept {
    background-color: #fff;
    color: #000;
    border: 1px solid #8BC34A;
  }
  
  .cookie-buttons .accept:hover {
    background-color: #7CB342;
  }
  
  .cookie-buttons .reject {
    border: 1px solid #F08080;
    background: #fff;
    color: #000;
  }
  
  .cookie-buttons .reject:hover {
    background-color: #e36c6c;
  }
  
  
  .cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  

  
  
  


@media (max-width: 1039px) {
    .opinie-block {
        flex-direction: column;
    }

    .opinie-itm {
        min-width: 100%;
        max-width: 100%;
    }

    .opinie-txt {
        text-align: center;
    }
}


@media (max-width: 1024px) {
    .product-block .container {
        flex-direction: column;
    }

    .product-left,
    .product-right {
        min-width: 100%;
        max-width: 100%;
    }

    .zalety-line .container {
        flex-direction: column;
    }

    .zalety-itm {
        min-width: 100%;
        max-width: 100%;
    }

    .zalety-i-body {
        height: auto;
    }

    .baner-right-iblock {
        min-width: 100%;
        max-width: 100%;
    }

    .baner-left p {
        box-sizing: border-box;
        padding-right: 20px;
    }

    .h-tel {
        display: none;
    }

    .h-tel-b-dt {
        display: none;
    }

    .h-tel-b-mb {
        display: inline-flex;
        gap: 10px;
        align-items: center;
    }

    .h-tel-b-mb svg {
        width: 20px;
        fill: #fff;
    }

    .burger-menu {
        display: block;
    }

    .h-nav {
        display: none;
    }

    .h-nav-mb {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        z-index: 1001;
        align-items: center;
        width: 100%;
        gap: 10px;
        background: #fff;
        padding-bottom: 30px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .h-nav-mb.active {
        display: flex;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .h-nav-mb .h-nav-link {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .triangle-left,
    .triangle-right {
        display: none;
    }

}

@media (max-width: 750px) {

    .zaletyb-itm,
    .zaletyb-itm:nth-of-type(2) {
        flex-direction: column;
    }

    .zalety-img,
    .zalety-txt {
        max-width: 100%;
        min-width: 100%;
    }

    .about-left {
        display: none;
    }

    .about-right {
        min-width: 100%;
        max-width: 100%;
        ;
    }
}

@media (max-width: 650px) {
    .baner {
        padding-bottom: 50px;
    }

    .baner .container {
        flex-direction: column;
    }

    .baner-left,
    .baner-right {
        min-width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .baner-left {
        align-items: center;
    }

    .baner-right-iblock img {
        height: 500px;
    }

    .baner-right-iblock {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .slider-thumbs {
        display: none;
    }

    .h-tel-b {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
    }

    .h-social-itm {
        width: 60px;
        height: 60px;
    }

    .h-social-itm img {
        width: 50px;
        height: 50px;
    }

    .h-right {
        gap: 20px;
    }

    .h-tel-b-mb {
        gap: 0;
    }

    .h-tel-b-mb span {
        display: none;
    }
}