header{
    background-color: #ffd7cb;
} 
footer{} 
main{} 
section{
    padding: 30px 0;
}
.container{max-width: 1000px; }

form{}
.form-item{
    padding: 10px 0;
}
form label{
    font-size: 0.9em;
    margin-bottom: 4px;
    display: block;
}
form input{
    width: 100%;
    padding: 8px 5px;
    border-radius: 5px;
    border: 1px solid #e9e5e5;
}
form select{
    width: 100%;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #e9e5e5;
}
form button{}
form button:hover{}


/********************** header *******************************/
.phone{
    border-bottom: 2px solid #fdf9f9;
}
.logo{padding-bottom: 7px;}
.logo img{max-height: 40px;}
.social-block{
    text-align: center;
    padding: 15px 0 0;
}
.social{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 7px;
}
.social-fb{background-image: url(../images/icon-fb.png);}
.social-instagram{background-image: url(../images/icon-instagram.png);}
.social-tiktok{background-image: url(../images/icon-tiktok.png);}
.social-telegram{background-image: url(../images/icon-telegram.png);}
.social-viber{background-image: url(../images/icon-viber.png);}
.social-whatsapp{background-image: url(../images/icon-whatsapp.png);}
.social-youtube{background-image: url(../images/icon-youtube.png);}
.social-pinterest{background-image: url(../images/icon-pinterest.png);}
.social-google{background-image: url(../images/icon-google.png);}
@supports (background-image: url("image.webp")) {
    .social-fb {background-image: url(../images/icon-fb.webp);}
    .social-instagram{background-image: url(../images/icon-instagram.webp);}
    .social-tiktok{background-image: url(../images/icon-tiktok.webp);}
    .social-telegram{background-image: url(../images/icon-telegram.webp);}
    .social-viber{background-image: url(../images/icon-viber.webp);}
    .social-whatsapp{background-image: url(../images/icon-whatsapp.webp);}
    .social-youtube{background-image: url(../images/icon-youtube.webp);}
    .social-pinterest{background-image: url(../images/icon-pinterest.webp);}
    .social-google{background-image: url(../images/icon-google.webp);}
}

@media screen and (min-width: 768px) { .div{}/* Small devices (tablets, 768px and up) */
    header{
        overflow: hidden;
    }
    header .phone{
        border: none;
        font-size: 1.2em;
    }
    header .phone a{     
        font-size: 1.1em;}
    header .phone a:before{ }
    header .logo{}
    header .social-block{
        padding: 0;
    }
}

@media only screen and (min-width: 992px ) {.div{}   /* Medium devices (desktops, 992px and up) */

}
/********************** header END *******************************/

/********************** front *******************************/
.offer{}
.offer-section{
    background-color: #f6f6f6;
}
.offer-section.before:before{}
.offer-section.before:after{}
.offer{}
.offer h1{    letter-spacing: 0.1em;
    font-weight: normal;}
.offer p{}
.offer-btn{}
.offer a{}

.offer-image{}
.offer-image-fon{
    background: url(../images/offer-fon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0;
}
@supports (background-image: url("image.webp")) {
    .offer-image-fon{
        background: url(../images/offer-fon.webp);
    }
}
.offer-image img{
    height: 200px;
    width: auto;
}
@media only screen and (min-width: 992px ) {.div{}   /* Medium devices (desktops, 992px and up) */

.offer {
    padding: 70px 0;
}.offer-image img {
    height: 280px;
    width: auto;
}
}
/********************** offer END *******************************/

/********************** cal-to-action-1-section *******************************/
.cal-to-action-1-section{padding-bottom: 0;}
.cal-to-action-1-section h4{
    color: #252424;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 0.12em;
}
.cal-to-action-1-section .phone-action{}
.cal-to-action-1-section .phone-action a{
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #4d4c4c;
    font-size: 2em;
}
.cal-to-action-1-section p{}
.cal-to-action-1-section .btn-holder{}
.cal-to-action-1-section .btn{}

@media screen and (min-width: 768px) { .div{}/* Small devices (tablets, 768px and up) */

    .cal-to-action-1-section p {
        max-width: 590px;
        margin: 20px auto 15px;
    }
    
}
/********************** cal-to-action-1-section END *******************************/



/********************** products-section *******************************/
.products-section{}
.products-section h2{}
.product{
    max-width: 370px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 25px;
    border: 3px solid #f4f4f4;
    transition: all .3s;
    border-radius: 7px;
}
.product:hover{box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);}
.product .product-photo{background: #f0f0f0; padding: 15px;}
.product .product-photo img{}
.product .product-photo:before{}
.product .product-photo:after{}
.product .product-data{}
.product .product-data .product-name{}
.product .product-data .product-name h3{
    color: #252424;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 0.12em;
}
.product .product-data .product-price{
    width: 50%;
}
.product .product-data .product-price .old-price{}
.product .product-data .product-price .old-price:after{
    height: 2px;
    background: #454545;
    top: 50%;
    opacity: 0.5;
}
.product .product-data .product-price .curent-price{
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-size: 1.3em;
}
.product .product-data .product-action{width: 50%;}
.product .product-data .product-action a{
    width: 100%;
    padding: 11px 30px;
}
.product-color-selector{
    margin: 0 0 15px;
}
.product-color-selector form{}
.product-color-selector form select{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e9e5e5;
}
.product-color-selector form select option{}
@media (min-width: 568px) and (max-width: 736px ) {.div{}  /* Small devices smartphone, 320px and up) */
    .products-section {
        padding: 30px 10px;
    }
    .product {
        margin-left: 5px;
        margin-right: 5px;
        padding: 15px;
    }
    .product .product-data .product-price {
        font-size: 0.9em;
    }
}
@media only screen and (min-width: 992px ) {.div{}   /* Medium devices (desktops, 992px and up) */
.product{margin: 0 auto;}
}
/********************** products-section END *******************************/


/********************** gallery-section  *******************************/
.gallery-section{padding: 15px 15px;}
.gallery-item{}
.gallery-photo{
    border: 3px solid #f4f4f4;
    transition: all .3s;
    border-radius: 7px;
}
.gallery-photo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
.gallery-photo:before{
    padding-top: 100%;
    position: relative;
    display: block;
}
.gallery-photo:after{}

@media screen and (min-width: 800px) { .div{}/* Small devices smartphone iphone6, 667px and up) */
.gallery-section{padding: 30px 15px 15px;}
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
    box-shadow: 0 0 20px #fff;
}

.lightbox .close {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

/********************** gallery-section END *******************************/

/********************** about-us-section  *******************************/
.about-us-section{
    padding-left: 20px;
    padding-right: 20px;
}
.about-us-section h2{}
.about-us-section .text{}
.about-us-section .text p{}
.about-us-photo{
    padding: 0 0 0 30px;
    position: relative;
}
.about-us-photo:before{
    background: url(../images/home-1-287x380.png);
    background-size: contain;
    padding: 0;
    top: 30px;
    left: 0;
    height: 100%;
    width: 80%;
    background-repeat: no-repeat;
}
.about-us-photo img{
    position: relative;
    z-index: 2;
    width: 90%;
    border-radius: 3px;
}

@media screen and (min-width: 667px) { .div{}/* Small devices smartphone iphone6, 667px and up) */
.about-us-photo {
    margin-top: 21px;
}
}
/********************** about-us-section END *******************************/

/********************** place-use-section *******************************/
.place-use-section{
    overflow: hidden;
}
.place-use-item{}
.place-use-item h3{
    margin: 7px 0 0;
}
.place-use-item p{
    font-size: 0.8em;
}
.place-use-photo{}
.place-use-photo img{
    max-width: 75px;
}
.place-use-photo:before{}
/********************** place-use-section END *******************************/

/********************** comments-section  *******************************/
.comments-section{
    overflow: hidden;
    padding: 30px 0 60px;
}
.comment{
    text-align: center;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
    padding: 7px 7px 15px;
    border-radius: 10px;
    border: 2px solid #e7e7e7;
}
.comment-img{}
.comment-img span{
    display: table-cell;
    height: 140px;
    vertical-align: middle;
}
.comment-img img{}
.comment a{
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #000;
    display: block;
    margin: 15px 0 0;
    font-size: 1.2em;
}
.comment a:hover{}
/********************** comments-section END *******************************/


/********************** faq-section  *******************************/
.faq-section {
    padding: 50px 0;
    background-color: #f9f9f9;
    box-shadow: -1px -2px 20px 0px rgb(0 0 0 / 33%);
    -webkit-box-shadow: -1px -2px 20px 0px rgb(0 0 0 / 31%);
    -moz-box-shadow: -1px -2px 20px 0px rgba(0,0,0,0.62);
    padding-top: 20px;
    margin-top: 30px;
    clear: both;
}

.faq-section h2 {
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    margin: 0 -7px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-item:hover {
    background-color: #f1f1f1;
}

.faq-title {
}
.faq-title .simbol{
    float: left;
}
.faq-title .simbol p {
    font-size: 20px;
    margin: 0;
    width: 30px;
    text-align: center;
    font-weight: bold;
    color: #333;
    transition: transform 0.3s;
    line-height: 23px;
}
.faq-title .name{
    padding-left: 32px;
}form
.faq-title .name h3 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    color: #333;
}

/* Сховані відповіді */
.faq-text {
    display: none;
    padding-top: 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

/* Відкрита відповідь */
.faq-item.active .faq-text {
    display: block;
}
.faq-item .text-holder{
    padding: 0 10px;
}
.faq-item .text{}
.faq-item .text p{}

.faq-item.active .simbol p {
    transform: rotate(45deg); /* Змінює "+" на "×" при відкритті */
}
@media only screen and (min-width: 992px ) {.div{}   /* Medium devices (desktops, 992px and up) */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}
}

/********************** faq-section END *******************************/


/********************** bottom-form-section  *******************************/
.bottom-form-section{
    background: url(../images/parallax-6-1920x780.jpg); 
}
@supports (background-image: url("image.webp")) {
    .bottom-form-section {
        background-image: url(../images/parallax-6-1920x780.webp);
    }
}
.bottom-form{
    max-width: 370px;
    margin: 0 auto;
    padding: 0 25px;
    transition: all .3s;
    border-radius: 10px;
    background: #fff;
}
.bottom-form h4{
    margin: 0 -25px;
    border-radius: 4px 4px 0 0;
    padding: 30px 0 0px;
    font-size: 1.2em;
}
.bottom-form .form{
    padding: 29px 0;
}
.bottom-form form{}
.bottom-form .form-item{}
.bottom-form form label{}
.bottom-form form input{}
.bottom-form form select{}
.bottom-form form button{
    width: 100%;
}
form button:hover{}


.bottom-form-photo{}
.bottom-form-photo .img{
  
}
@media screen and (min-width: 768px) { .div{}/* Small devices smartphone iphone6, 667px and up) */
    .bottom-form-section{
        position: relative;
        overflow: hidden;
    }

    .bottom-form-photo {
        position: absolute;
        left: 0;
        width: 50%;
        height: 100%;
        top: 0;
    }
    .bottom-form-photo .img{
        background-image: url(../images/bottom-form-img.png);
        position: absolute;
        right: 15px;
        bottom: -31px;
        height: 100%;
        width: 100%;
        background-position: right bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }

}
/********************** faq-section END *******************************/

footer{}
footer .phone{
    border-bottom: none;
    padding: 15px 0;
}
footer .social-block{
    padding: 0;
}
footer .social-block a{}
footer nav{}
footer nav ul{}
footer nav li{}
footer nav li a{}
footer .copyright{}


/********************** modal  *******************************/
.modal {
    display: none; /* початково приховане */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
  }
  
  .modal.show {
    display: block;
    opacity: 1;
  }
  
  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 15px;
    border-radius: 8px;
    width: 300px;
    animation: slideDown 0.3s ease;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .close {
    float: right;
    font-size: 24px;
    cursor: pointer;
  }
  


.modal-form{
    max-width: 370px;
    margin: 0 auto;
    padding: 0 25px;
    transition: all .3s;
    border-radius: 10px;
    background: #fff;
}
.modal-form h4{
    margin: 0 -25px;
    border-radius: 4px 4px 0 0;
    padding: 30px 0 0px;
    font-size: 1.2em;
}
.modal-form .form{
    padding: 29px 0;
}
.modal-form form{}
.modal-form .form-item{}
.modal-form .form-item-text{}
.modal-form .form-item-text p{margin: 0;}
.modal-form form label{}
.modal-form form input{}
.modal-form form select{}
.modal-form form button{
    width: 100%;
}
/********************** modal END *******************************/


/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/********************** TEXT PAGES *******************************/

.text-page p{    color: #4b4b4b;}