.container {
   max-width: 1120px;
   margin: 0 auto;
   padding: 0px 20px;
}


h1 {
   color: #007467;
   font-family: 'AkrobatRegular';
   font-size: 22px;
   text-transform: uppercase;
}

.title-page {
   color: #ffffff;
   font-family: 'AkrobatBold';
   font-size: 34px;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 20px;
   margin-top: 30px;
}

h2 {
   color: #007467;
   font-family: 'AkrobatBold';
   font-size: 32px;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 20px;

}


h4 {
   color: #343434;
   font-family: 'AkrobatBold';
   font-size: 18px;
   text-transform: uppercase;
}

h5 {
   color: #343434;
   font-family: 'RalewayRegular';
   font-size: 14px;
   text-transform: uppercase;
}

p {
   color: #343434;
   font-family: 'RalewayRegular';
   font-size: 14px;
   line-height: 22px;
}



/* **************************** header **************************** */
header .bg-home-header {
   width: 100%;
   height: 680px;
   background: url(../img/bg-header-1280.jpg) no-repeat center bottom;
   background-size: cover;
}

header nav {
   position: absolute;
   top: 30px;
   left: 0;
   width: 100%;
   z-index: 11;
}

header nav ul {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 70px;
}

header nav ul li {
   margin-right: 15px;
}

header nav ul a {
   color: #007467;
   font-family: 'RalewayRegular';
   font-size: 14px;
   line-height: 22px;
   transition: 0.8s;
}

header nav ul a:hover {
   color: #343434;
}


header {
   position: relative;
   margin-bottom: 200px;
}

header .bg-home-header {
   width: 100%;
   height: 680px;
   background: url(../img/bg-header-1280.jpg) no-repeat center bottom;
   background-size: cover;
}


header .content-header {
   position: absolute;
   top: 0;
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   z-index: 10;
}

header .content-header .logo-home {
   margin-top: 140px;
   margin-bottom: 20px;
   width: 162px;
   height: auto;
}

header .content-header span {
   margin: 0px 14px;
}

/* **************************** menu home **************************** */


.menu-home {
   margin-bottom: 100px;
}

.menu-home .row-menu {
   display: flex;
   flex-direction: column;
}

.menu-home .row-card {
   display: flex;
   flex-wrap: wrap;
   margin: 0px -10px;
}

.menu-home .row-card .card {
   flex: 0 1 33.333%;
   padding: 5px;
}

.menu-home .row-card .card-body {
   position: relative;
}

.menu-home .row-card .card .link-page {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 10;
   width: 100%;
   height: 100%;
   transition: 0.8s;
   background: rgba(0, 0, 0, 50%);
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}

.menu-home .row-card .card .link-page:hover {
   opacity: 1;
}


.menu-home .row-card .card img {
   width: 100%;
   height: auto;
}

.menu-home .row-card .card .title-card {
   width: 100%;
   height: 66px;
   color: #fff;
   z-index: 2;
   background: #007467;
   text-transform: uppercase;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 0px 17px;
}




/* **************************** about **************************** */
.about {
   padding-top: 100px;
   margin-bottom: 150px;
}

.about h2 {
   margin-bottom: 30px;
}

.about .row {
   display: flex;
}

.about .item-text {
   flex: 1;
   margin-right: 10px;
}

.about .item-text span {
   color: #007467;
   font-family: 'RalewayBold';
}

.about .item-logo {
   flex: 0 1 33.333%;
   margin-left: 10px;
   display: flex;
   justify-content: center;
   align-items: flex-start;
}

.about .item-logo img {
   width: 160px;
   height: auto;
}



/* **************************** contacts **************************** */
.contacts {
   padding-top: 50px;
}

.contacts .row-map-link {
   display: flex;
   justify-content: center;
}

.contacts .row-map-link .map-link {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 255px;
   height: 50px;
   background: #007467;
   color: #ffffff;
   font-family: 'RalewayRegular';
   margin-top: 20px;
   transition: 0.8s;
   border-radius: 2px;
   border: 1px solid #007467;
}

.contacts .row-map-link .map-link:hover {
   background: none;
   color: #007467;
}

.row-contacts {
   margin-top: 80px;
   text-align: center;
}

.row-contacts .row {
   display: flex;
   justify-content: center;
}

.row-contacts .row-social {
   display: flex;
   justify-content: center;
   margin-bottom: 15px;
}

.row-contacts .row-social a {
   margin: 0px 15px;
   transition: 0.8s;
}

.row-contacts .row-social a:hover {
   opacity: 0.5;
}

.row-contacts span {
   font-family: 'RalewayBold';
   text-transform: uppercase;
}

.btn-call {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 255px;
   height: 50px;
   background: #007467;
   color: #ffffff;
   font-family: 'RalewayRegular';
   margin-top: 20px;
   transition: 0.8s;
   border-radius: 2px;
   border: 1px solid #007467;
}

.btn-call:hover {
   background: none;
   color: #007467;
}




/* **************************** footer **************************** */
footer {
   height: 315px;
   width: 100%;
   background: #007467;
   margin-top: 200px;
}

.row-footer {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 315px;
}

footer p {
   color: #fff;
}

footer .item-text {
   flex: 0 1 33.333%;
   display: flex;
   justify-content: center;
}

footer .item-logo {
   flex: 0 1 33.333%;
   display: flex;
   justify-content: center;
   align-items: center;
}

footer .item-logo p {
   opacity: 0.3;
   margin-right: 10px;
}

footer .item-logo .sii-art {
   transition: 0.8s;
}

footer .item-logo .sii-art:hover {
   opacity: 0.3;
}





/* ******************************************************** PAGE PRODUCTS ******************************************************** */



/* **************************** header-products **************************** */

.header-products {
   position: relative;
   height: 100vh;
}

.header-products .line-decor_header {
   position: absolute;
   left: 0;
   bottom: -30px;
   width: 100%;
   z-index: 10;
}

.hvoi-header {
   background: url(../img/hvoi/bg-header-1280.jpg)no-repeat center bottom;
   background-size: cover;
}

.kaminny-header {
   background: url(../img/kaminny/bg-header-1280.jpg)no-repeat center bottom;
   background-size: cover;
}

.decor-header {
   background: url(../img/decor/bg-header-1280.jpg)no-repeat center bottom;
   background-size: cover;
}

.alley-header {
   background: url(../img/alley/bg-header-1280.jpg)no-repeat center bottom;
   background-size: cover;
}

.bushes-header {
   background: url(../img/bushes/bg-header-1280.jpg)no-repeat center bottom;
   background-size: cover;
}

.herbs-header {
   background: url(../img/herbs/bg-header-1280.jpg)no-repeat center bottom;
   background-size: cover;
}


.header-products .content-header_product {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 2;
}

.content-header_product .container {
   display: flex;
}

.content-header_product .black-container {
   width: 300px;
   background: rgba(40, 40, 40, 80%);
   backdrop-filter: blur(10px);
   height: 100vh;
   padding-top: 30px;
}

.black-container .btn-back {
   display: flex;
   justify-content: center;
   align-items: center;
   font-family: 'RalewayRegular';
   font-size: clamp(14px, 1.1vw, 16px);
   color: #ffffff;
   height: 30px;
   width: 75px;
   margin-left: 35px;
   transition: 0.8s;
}

.black-container .btn-back img {
   margin-right: 8px;
}

.black-container .btn-back:hover {
   opacity: 0.5;
}

.black-container .row-logo {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 150px;
}

.black-container .row-logo h2 {
   color: #ffffff;
   margin-top: 25px;
}




/* **************************** products **************************** */

.products-section h2 {
   margin-bottom: 5px;
}

.products-section .sybtitle_h2 {
   color: #959595;
   text-align: center;
   font-family: 'RalewayRegular';
   line-height: 18px;
   margin-bottom: 10px;
}

.search-wrapper {
   margin: 20px 0 30px;
   text-align: center;
}

.search-input {
   width: 100%;
   max-width: 400px;
   padding: 12px 16px;
   font-size: 16px;
   border-radius: 8px;
   border: 1px solid #ccc;
   outline: none;
   transition: 0.3s;
}

.search-input:focus {
   border-color: #2c7a2c;
   box-shadow: 0 0 0 2px rgba(44, 122, 44, 0.15);
}

.products {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 5px;
}

.products .product-card {
   flex: 0 1 33.333%;
   max-width: 356px;
   text-align: center;
   border: 1px solid #EFEFEF;
   margin-bottom: 30px;
   transition: 0.8s;
   padding: 0px 0px 30px 0px;
}

.products .product-card:hover {
   box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.151);

}

.product-swiper {
   position: relative;
}

.swiper-slide {
   text-align: center;
   width: 100%;
   height: 250px;
}

.swiper-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

/* Стрілки на всю висоту картинки */
.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
   top: 0;
   width: 45px;
   height: 99%;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(0, 0, 0, 0.35);
   color: #fff;
   visibility: hidden;
   transition: background 0.3s ease, opacity 0.3s ease;
}

.swiper-slide:hover .swiper-button-prev,
.swiper-slide:hover .swiper-button-next {
   background: rgba(0, 0, 0, 0.55);
   visibility: visible;
}

/* Позиціювання стрілок */
.product-swiper .swiper-button-prev {
   left: 0;
}

.product-swiper .swiper-button-next {
   right: 0;
}


.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
   width: 20px;
   height: 20px;
   color: #fff;
}

/* hover */
.product-swiper:hover .swiper-button-prev,
.product-swiper:hover .swiper-button-next {
   background: rgba(0, 0, 0, 0.55);
   visibility: visible;
}

.swiper-pagination {
   position: static;
   /* важливо */
   margin-top: 10px;
   /* відступ під зображення */
   text-align: center;
}


.swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   border: 1px solid #343434;
   background: none;
}

.swiper-pagination-bullet-active {
   background: #007467;
   border: none;
}

.card-info .product-title {
   margin-top: 20px;
   margin-bottom: 7px;
}

.card-info p {
   margin-bottom: 7px;
}

.card-info .row-btn_card {
   display: flex;
   justify-content: center;
}

.product-price {
   text-transform: uppercase;
}

.btn-link {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 190px;
   height: 40px;
   background: #007467;
   font-size: 14px;
   font-family: 'RalewayRegular';
   color: #fff;
   border-radius: 2px;
   margin-top: 10px;
   transition: 0.8s;
}

.card-info .btn-link:hover {
   opacity: 0.7;
}

/* Skeleton overlay */
.skeleton {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg,
         #eee 25%,
         #f5f5f5 37%,
         #eee 63%);
   background-size: 400% 100%;
   animation: shimmer 1.4s infinite;
   z-index: -2;
   /* щоб був поверх картинки */
}

/* Анімація "блимаючого" фону */
@keyframes shimmer {
   0% {
      background-position: -200% 0;
   }

   100% {
      background-position: 200% 0;
   }
}


/* ===== Modal base ===== */
.modal {
   position: fixed;
   inset: 0;
   z-index: 1000;
   display: none;
}

.modal.active {
   display: block;
}

body.modal-open {
   overflow: hidden;
}

.modal-overlay {
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.6);
   pointer-events: all;
}

/* ===== Window ===== */
/* Модальне вікно */
.modal-window {
   position: relative;
   max-width: 1080px;
   width: calc(100% - 40px);
   max-height: 90vh;
   margin: 5vh auto;
   background: #fff;
   border-radius: 12px;
   display: flex;
   flex-direction: column;
   overflow: hidden;
   padding: 0;
}

/* ===== Close ===== */
.modal-close {
   position: absolute;
   top: 12px;
   right: 20px;
   font-size: 28px;
   font-family: 'RalewayRegular';
   background: none;
   border: none;
   cursor: pointer;
   z-index: 10;
}

/* ===== Content ===== */
.modal-content {
   display: flex;
   flex: 0 1 50%;
   min-height: 0;
}

/* LEFT */
.modal-left {
   flex: 0 1 50%;
   background: #f5f5f5;
   /* display: flex;
   align-items: flex-start;
   justify-content: center; */
   padding: 20px;
   min-width: 0px;
}

.modal-left img {
   max-width: 100%;
   height: auto;
}

.content_modal-left {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-top: 15px;
}

.content_modal-left h4 {
   color: #007467;
   font-size: 20px;
   margin-bottom: 20px;
}

.content_modal-left .row-price {
   width: 100%;
   height: 100px;
   display: flex;
   justify-content: space-around;
   align-items: flex-end;
}

.content_modal-left .row-price .price {
   font-family: 'AkrobatBold';
   font-size: 18px;
}

.content_modal-left p {
   margin-bottom: 10px;
}

/* RIGHT (scroll) */
.modal-right {
   flex: 0 1 50%;
   display: flex;
   flex-direction: column;
}

.modal-right .modal-right-content {
   padding: 30px 50px 30px 30px;
}

/* Блок для скролу */
.modal-scroll {
   height: 80%;
   /* висота скролу від модалки */
   overflow-y: auto;
   /* вертикальний скрол */
   width: 100%;
   min-height: 0;
}

.modal-right strong {
   font-family: 'RalewayBold';
}

.modal-right h4 {
   margin-bottom: 5px;
}

.modal-right .description-plant {
   margin-bottom: 15px;
}

.modal-right .plants-list {
   margin-top: 10px;
   margin-bottom: 15px;
}

.modal-right .plants-list li {
   font-family: 'RalewayRegular';
   font-size: 14px;
   color: #343434;
   margin-bottom: 10px;
   line-height: 22px;
}

/* Chrome, Edge, Safari */
.modal-scroll::-webkit-scrollbar {
   width: 8px;
   /* товщина скролу */
}

.modal-scroll::-webkit-scrollbar-thumb {
   background-color: #007467;
   border-radius: 4px;
}

/* Firefox */
.modal-scroll {
   scrollbar-width: thin;
   scrollbar-color: #007467 transparent;
}

.modal-right .phone {
   padding: 15px 30px 20px 30px;
   text-align: center;
   box-shadow: 5px 0px 10px 3px rgba(0, 0, 0, 0.401);
}

.modal-right .phone .row-button {
   display: flex;
   justify-content: center;
   gap: 2px;
}

.modal-right .phone .btn-call {
   /* width: 100%; */
   flex: 1;
}

.phone-title {
   display: flex;
   justify-content: center;
}

.phone-title .row-button {
   display: flex;
}

.phone-title .row-button .btn-call {
   margin: 0px 2px;
}