
body {
  background: #fff;
  color: #333;
  font-family: "Montserrat", sans-serif;
    font-weight: 450;
    
}

a {
  color: #48BB77;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 18px;
    
    
     
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #48BB77;
  color: #fff;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  left: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 14px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    
  padding: 20px 0;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: #000;
  padding: 20px 0;
  height: 72px;
  transition: all 0.1s;
}

#header #logo {
  float: left;
    padding-top: 0px;
	
}



@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #48BB77;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 42px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: left;
    margin: 20px auto 30px auto;
}

@media (max-width: 768px) {
    #intro .carousel-content {
  text-align: center;
    margin: 20px 10px 30px 10px;
}
}

#intro h1 {
    
  color: #fff;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;  
    margin: 20px 0px 0px 0px;
    
    
}

#intro2 h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
    text-transform: uppercase;
    
    
    
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300; 
     margin: 0px 0px 0px 0px;
    
}

#intro2 h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
    text-transform: uppercase;
    
    
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
    #intro2 h2 {
    font-size: 32px;
  }
    #intro h1 {
        font-size: 28px;
    }
}

#intro p {
 
  margin: 50px 0px 20px 0px;
  color: #fff;
    font-size: 20px;
    font-weight: 350;
}

@media (min-width: 1024px) {
  #intro p {
    width: 90%;
  }
    #intro2 h2 {
    font-size: 40px;
        font-weight: 350;
  }
}



#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #48BB77;
}

#intro .btn-get-started:hover {
  background: #fff;
color: #48BB77;
box-shadow: 0px 0px 7px  rgba(0, 0, 0, 0.25);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #48BB77;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #48BB77;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
  
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #48BB77;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #48BB77;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/




.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
    
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #48BB77;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #48BB77;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
      
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
  
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #48BB77;
}

#featured-services p {
    
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
    
}


















/* Featured Services2 Section
--------------------------------*/
#featured-services2 {
  background: #111;
}

#featured-services2 .box {
  padding: 10px 20px;
}

#featured-services2 .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services2 i {
  color: #48BB77;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}

#featured-services2 h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 15px;
}

#featured-services2 h4 a {
  color: #fff;
}

#featured-services2 h4 a:hover {
  color: #48BB77;
}

#featured-services2 p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
    
    
}


#featured-services2 .btn-get-started {
    
  font-family: "Montserrat", sans-serif;
  font-weight: 450;
  font-size: 13px;
  letter-spacing: 0px;
  display: inline-block;
    justify-content: center;
  align-items: center;
  
  
    padding: 7px 10%;
margin-right: 25%;
  margin-left: 23%;
  border-radius: 20px;
  transition: 0.5s;
   padding: 7px 10%;
margin-right: 25%;
  margin-left: 23%;
  color: #fff;
  background: #48BB77;
     
  align-items: center 
}

#featured-services2 .btn-get-started:hover {
  background: #fff;
  color: #48BB77;
}

/* About Us Section
--------------------------------*/
#about {
  background: #999;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .about-p p {
   
    
    color: #222;
    font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
    font-weight: 500;
    
}

#about .container {
  
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

#about .about-col .img {
     
  position: relative;
}

#about .about-col .img img {
  border-radius: 10px 10px 0 0;
}


#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}



#about .about-col:hover i {
  color: #48BB77;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 20px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #48BB77;
}

#about .about-col p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
    
  
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#about .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  
  display: inline-block;
    justify-content: center;
  align-items: center;
  
  margin-top: 13px;
    padding: 7px 10%;
margin-right: 25%;
  margin-left: 25%;
  border-radius: 20px;
  transition: 0.5s;
   padding: 7px 10%;
margin-right: 25%;
  margin-left: 25%;
  color: #fff;
  background: #48BB77;
     
  align-items: center 
}

#about .btn-get-started:hover {
  background: #fff;
color: #48BB77;
box-shadow: 0px 0px 7px  rgba(0, 0, 0, 0.25);
}
/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 20px 0 20px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
    width: 45px;
    height: 45px;
}

#services .icon-s {
  float: left;
    width: 14px;
    height: 16px;
}



#services .title {
  margin-left: 55px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 18px;
    
}


#services .description {
  font-size: 16px;  
  line-height: 24px;  
 padding: 10px 10px 15px 10px;
    
}


@media (max-width: 768px) {
    
    
 #services .title {
  margin-left: 55px;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 18px;
    
}


#services .description {
  font-size: 16px;  
  line-height: 24px;  
 padding: 0px 10px 15px 10px;
    
}   
  
}









/* ends Section
--------------------------------*/
#ends {
 
  background: rgb(245, 250, 245);
  padding: 40px 10px 40px 10px;
  position: relative;

 
}

#ends .icon {
  float: left;
    margin: 0;
    width: 14px;
    height: 16px;
}



#ends p {
  font-size: 14px;
  
}

#ends h5 {
   
  font-weight: bold;
    
    
}


#ends li {
  margin-left: 10px;          /* невеликий відступ справа */
  list-style-type: disc;       /* кружечок-крапочка */
  list-style-position: inside;
  font-size: 14px;/* щоб кружечок був всередині */
              /* зелений текст */
}

#ends li::marker {
  color: #48BB77; /* зелений кружечок */
}







/* Services Section
--------------------------------*/

#services1 {
  background: #fff;
  background-size: cover;
  padding: 30px 0 30px 0;
}

#services1 .box {
  
}

#services1 .p {
  font-size: 18px;
}

#services1 .icon {
  float: left;
    margin-left: 5px;
     width: 45px;
    height: 45px;
}


#services1 .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 20px;
    margin-top: 15px;
  font-size: 18px;
}

#services1 .title a {
  color: #111;
}

#services1 .box:hover .title a {
  color: #48BB77;
}

#services1 .description {
  font-size: 16px;  
  line-height: 24px;  
  padding: 0px 10px 15px 10px;
    
}

#services1 video {
   width: 100%;
   border-radius: 15px 15px 15px 15px; 
	}

#services1 img2 {
   max-width: 100%;
   border-radius: 15px 15px 15px 15px; 
	margin-top: 25px; /* Відступ зліва */
	}
	
#services1 ul { 
	list-style: none; 
	padding: 0; /* Прибираємо поля */
    margin-left: 10px; /* Відступ зліва */
	margin-top: 20px; /* Відступ зліва */
	font-size: 18px;
	line-height: 35px;
	
}

#services1 i {
  color: #48BB77;

   
}

#services1 .btn-get-started {
    
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 13px;

  display: inline-block;
    justify-content: center;
  align-items: center;
  
  
    padding: 7px 10%;

  border-radius: 20px;
  transition: 0.5s;
   padding: 7px 10%;
margin-right: 25%;
  margin-left: 23%;
  color: #fff;
  background: #48BB77;
     
  align-items: center 
}

#services1 .btn-get-started:hover {
  background: #fff;
  color: #48BB77;
}













/* Cleancheck Section
--------------------------------*/

#cleancheck {
  background: #fff;
  background-size: cover;
  padding: 30px 0 30px 0;
}


#cleancheck .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 20px;
    margin-top: 15px;
  font-size: 18px;
}

#cleancheck .title a {
  color: #111;
}

#cleancheck .box:hover .title a {
  color: #48BB77;
}

#cleancheck .p {
  font-size: 18px;  
}


#cleancheck img {
   max-width: 100%;
   border-radius: 15px 15px 15px 15px; 
	margin-top: 5px; /* Відступ зліва */
	}
	
#cleancheck ul { 
	list-style: none; 
	padding: 0; /* Прибираємо поля */
    margin-left: 10px; /* Відступ зліва */
	margin-top: 0px; /* Відступ зліва */
	font-size: 18px;
	line-height: 38px;
}

#cleancheck i {
  color: #48BB77;   
}

@media (max-width: 768px) {
#cleancheck ul { 
	list-style: none; 
	padding: 0; /* Прибираємо поля */
    margin-left: 10px; /* Відступ зліва */
	margin-top: 20px; /* Відступ зліва */
	font-size: 18px;
	line-height: 35px;
}
}










/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: url("../img/back-ph.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 60px 0;
  position: relative;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #48BB77;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #48BB77;
  border: 2px solid #48BB77;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/back-ph.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 15px 0;
  position: relative;
}



#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 55px;
  display: block;
  color: #48BB77;
 
}

#facts .counters h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: #48BB77;
    margin: 0px;
}

#facts .counters h5 {
  margin-bottom: 50px;
  
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
     
  
  
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
    text-align: justify;
    
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #48BB77;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}


#portfolio .portfolio-wrap {
 background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

#portfolio .portfolio-wrap p {
  padding: 0;
  margin: 10;
  color: #848484;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}

#portfolio .portfolio-wrap h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
    text-align: center;
  margin-bottom: 18px;
  padding-bottom: 20;
  color: #333
  
}

#portfolio .portfolio-wrap h5 {
  font-size: 16px;
  line-height: 1px;
  font-weight: 700;
  text-align: center;
    margin: 40px 40px 30px 40px;
  
  padding-bottom: 20;
  color: #333
  
  
}














#portfolio .portfolio-item {
  position: relative;
  height: 340px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 214px;
  position: relative;
  border-radius: 0px 0px 0px 0px;
  margin: 0;
}

#portfolio .portfolio-item figurepr {
  
  overflow: hidden;
  height: 215px;
  position: relative;
  border-radius: 0 0 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #48BB77;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 16px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 0px;
  height: 0px;
  border-radius: 0 0 0px 0px;
}


#portfolio .portfolio-item .portfolio-info h5 {
  font-size: 16px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 20;
  color: #333
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 20;
  color: #333
  
}
#portfolio .portfolio-item .portfolio-info h4 {
  
    padding: 0;
  margin: 0;
  
}


}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
  
}

#portfolio .portfolio-item .portfolio-info h5 a:hover {
  color: #48BB77;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 10;
  color: 848484;
  font-weight: 500;
  font-size: 14px;

}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #48BB77;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #48BB77;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  margin-top: 30px;

}
#team .team-right p{
    
}
#team .team-right h3{
  
    color: rgb(60, 60, 60);
    font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0px;  
}
#team .team-right h4{
  
    color: rgb(60, 60, 60);
    font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;  
}

#team .team-p p {
   
    
    color: #333;
    font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
    
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #48BB77;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #48BB77;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #48BB77;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #48BB77;
  border: 1px solid #48BB77;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #48BB77;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #1E1E1E;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #48BB77;
}

#footer .footer-top .footer-info p {
    text-align: justify;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #48BB77;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #48BB77;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 5px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #48BB77;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #48BB77;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}










/* roboty Section
--------------------------------*/
#roboty {
  padding: 30px 0;
  
  
}

#roboty #roboty-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#roboty #roboty-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#roboty #roboty-flters li:hover, #roboty #roboty-flters li.filter-active {
  background: #48BB77;
  color: #fff;
}

#roboty #roboty-flters li:last-child {
  margin-right: 0;
}


}

#roboty .roboty-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#roboty .roboty-item {
  position: relative;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
    
}

#roboty .roboty-item figure {
  background: none;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  margin: 0;
}

#roboty .roboty-item figurepr {
  
  overflow: hidden;
  height: 215px;
  position: relative;
  border-radius: 0 0 0 0;
  margin: 0;
}

#roboty .roboty-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#roboty .roboty-item figure .link-preview, #roboty .roboty-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#roboty .roboty-item figure .link-preview i, #roboty .roboty-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#roboty .roboty-item figure .link-preview:hover, #roboty .roboty-item figure .link-details:hover {
  background: #48BB77;
}

#roboty .roboty-item figure .link-preview:hover i, #roboty .roboty-item figure .link-details:hover i {
  color: #fff;
}

#roboty .roboty-item figure .link-preview {
  
  top: calc(50% - 18px);
}

#roboty .roboty-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#roboty .roboty-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 16px);
}

#roboty .roboty-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#roboty .roboty-item .roboty-info {
  background: #fff;
  text-align: center;
  padding: 0px;
  height: 0px;
  border-radius: 0 0 0px 0px;
}


#roboty .roboty-item .roboty-info h5 {
  font-size: 16px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 20;
  color: #333
}
#roboty .roboty-item .roboty-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 20;
  color: #333
  
}
#roboty .roboty-item .roboty-info h4 {
  
    padding: 0;
  margin: 0;
  
}


}

#roboty .roboty-item .roboty-info h4 a {
  color: #333;
  
}

#roboty .roboty-item .roboty-info h5 a:hover {
  color: #48BB77;
}

#roboty .roboty-item .roboty-info p {
  padding: 0;
  margin: 10;
  color: 848484;
  font-weight: 500;
  font-size: 14px;

} 

#roboty .p {
	font-size: 18px
}





/* price Us Section
--------------------------------*/
#price {
  background: rgb(245, 250, 245);
  padding: 40px 0 40px 0;
  position: relative;
}

#price p {
  font-size: 18px;
}

#price .sale-p {
	font-size: 18px;
	text-align: center;
	margin: 0px;
	
}

#price h5 {
	 color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
}

#price .price-p p {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
}

#price .container {
  position: relative;
  z-index: 10;
	 
}

#price .price-col {
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px; 
	
  display: flex;
  flex-direction: column;
  align-items: center; /* Вирівнюємо вміст по центру */
  justify-content: flex-start; /* Вирівнюємо елементи від верхнього краю */

}

#price .price-col:hover {
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px; 
}

#price .price-col .img {
  text-align: center; /* Центруємо картинку */
}

#price .price-col .img img {
  border-radius: 0px 0px 0 0;
}

/* Знижка - червоний прямокутник на фото */
#price .price-col .discount {
  background-color: red;
  color: white;
  padding: 0px 10px; /* Відступи всередині плажки */
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  width: auto; /* Автоматична ширина залежно від контенту */
  max-width: 80%; /* Максимальна ширина */
  box-sizing: border-box; /* Враховує padding в ширині */
}

/* Перекреслена стара ціна */
#price .price-col .old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
    margin: 0px 0px 0px 0px;
}

#price .price-col h4 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#price .price-col h5 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin: 5px 0px 0px 0px;

}

#price .price-col p {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
	margin: 0px 0px 5px 0px;

}

@media (max-width: 768px) {
  #price .price-col h4 {
    color: #222;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
  }

  #price .price-col h5 {
    color: #222;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    margin: 5px 0 0px 0;
  }

  #price .price-col p {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    margin: 0px 0px 5px 0px;
  }
}








.sale50 {
   border: 1px solid #DDDDDD;
	border-radius: 35px;
	margin: 0px 250px 20px 250px;
   padding: 20px 50px 10px 50px;

}

@media (max-width: 992px) {
.sale50 {
   border: 1px solid #DDDDDD;
	border-radius: 35px;
	margin: 0px 0px 20px 0px;
    padding: 20px 0px 10px 0px;
	

	
	}}







#countdown-container {
  display: flex;
  justify-content: space-between;
  gap: 10px; /* Зменшено відступи між блоками */
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
	flex-wrap: wrap;
  padding: 0; /* Забираємо padding контейнера */
}

.time-value {
  text-align: center;
  flex: 1; /* Забезпечуємо рівний розподіл простору між блоками */
  min-width: 0; /* Забезпечуємо, що блоки не перевищують ширину */
  background-color: #ffffff;
  font-size: 11px; /* Текст в блоці */
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 23%; /* Використовуємо ширину 23% для кожного блоку */
  box-sizing: border-box; /* Включаємо padding в ширину */
	border-radius: 5px;
}

.time-valuesec {
  text-align: center;
  flex: 1; /* Забезпечуємо рівний розподіл простору між блоками */
  min-width: 0; /* Забезпечуємо, що блоки не перевищують ширину */
  background-color: #ffffff;
  font-size: 11px; /* Текст в блоці */
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 23%; /* Використовуємо ширину 23% для кожного блоку */
  box-sizing: border-box; /* Включаємо padding в ширину */
	border-radius: 5px;
}

/* Текст для підпису ЦИФР */
.time-value span {
  font-size: 40px; /* Маленький текст для підписів */
  color: #48BB77;
  font-weight: 800;
  margin-top: 5px;
  text-transform: uppercase; /* Роби текст підпису чітким */
}

.time-valuesec span {
  font-size: 40px; /* Маленький текст для підписів */
  color: #999;
  font-weight: 800;
  margin-top: 5px;
  text-transform: uppercase; /* Роби текст підпису чітким */
}



.time-value {
   font-size: 12px; /* Текст в блоці */
   color: #666;
	padding-bottom: 5px;
}

.time-valuesec {
   font-size: 12px; /* Текст в блоці */
   color: #666;
	padding-bottom: 5px;
}


/* Медіазапит для мобільних пристроїв */
@media (max-width: 992px) {
	#countdown-container {
  display: flex;
  justify-content: space-between;
  gap: 10px; /* Зменшено відступи між блоками */
  font-family: "Montserrat", sans-serif;
  width: 90%;
  max-width: 900px;
  margin: 20px auto;
	flex-wrap: wrap;
  padding: 0; /* Забираємо padding контейнера */
}
	
	
	
  .time-value {
    width: 22%; /* Ширина блоків для мобільних пристроїв */
  }
	
	.time-valuesec {
    width: 22%; /* Ширина блоків для мобільних пристроїв */
  }

  #countdown-container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media (max-width: 480px) {
  .time-value {
    width: 22%; /* Ширина блоків для маленьких екранів */
  }
	
	  .time-valuesec {
    width: 22%; /* Ширина блоків для маленьких екранів */
  }

  #countdown-container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}















/* blog Us Section
--------------------------------*/
#blog {
  background: rgb(255, 255, 255);
  background-size: cover;
  padding: 30px 0 40px 0;
  position: relative;
}



#blog .blog-p p {
   
    
    color: #333;
    font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
    
}

#blog .container {
  position: relative;
  z-index: 10;
    
}

#blog .blog-col {
  background: #fff;
  border-radius: 0 0 0px 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
     
   
}

#blog .blog-col .img {
  position: relative;
}

#blog .blog-col .img img {
  border-radius: 0px 0px 0 0;
}


#blog .blog-col h4 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 10px 0px 0px 0px;
}

#blog .blog-col h5 {
  color: #000;

  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 10px 20px 10px 20px;
}

#blog .blog-col h5 a {
  color: #333;
  
}

#blog .blog-col h5 a:hover {
  color: #48BB77;
}



#blog .blog-col p {
  font-size: 13px;
  line-height: 22px;
  
  margin: 0 15px 0px 15px;
}

@media (max-width: 768px) {

#blog .blog-col h4 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin: 10px 0px 0px 0px;
}

#blog .blog-col h5 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  padding: 0;
  margin: 10px 15px 10px 15px;
}



#blog .blog-col p {
  font-size: 18px;
  line-height: 22px;
 
  margin: 0 10px 0px 10px;
}

}


#blog .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 450;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
    justify-content: center;
  align-items: center;
  
  margin-top: 13px;
    padding: 7px 10%;
margin-right: 25%;
  margin-left: 25%;
  border-radius: 20px;
  transition: 0.5s;
   padding: 7px 10%;
margin-right: 25%;
  margin-left: 25%;
  color: #fff;
  background: #48BB77;
     
  align-items: center 
}

#blog .btn-get-started:hover {
  background: #111;
  color: #fff;
}


#blog .btn-back {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  border-radius: 30px;
  transition: 0.5s;
  padding: 6px 2%;
  color: #48BB77;
  background: #fff; 
  align-items: center;
  margin: 0 0 20px 0px;
  
  box-shadow: 0px 0px 4px  rgba(0, 0, 0, 0.25);
}

#blog .btn-back:hover {
  background: #48BB77; 
  color: #fff;
}





/* blogpage Us Section
--------------------------------*/
#blogpage {
  background: rgb(255, 255, 255);
  background-size: cover;
  padding: 30px 0 40px 0;
  position: relative;
}



#blogpage p {
   
    
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
     padding: 0px 0 0px 0px;
    
    
}

#blogpage h2 {
    text-align: center;
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 0 0px 0px;
        
}

#blogpage h4 {
    text-align: center;
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0 0px 0px;
        
}



#blogpage .container {
  position: relative;
  z-index: 10;
    
}

#blogpage .blogpage-col {
  background: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
     
   
}

#blogpageg .blogpage-col .img {
  position: relative;
}

#blogpage .blogpage-col .img img {
  border-radius: 15px 15px 0 0;
}


#blogpage .blogpage-col h4 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 10px 0px 0px 0px;
}

#blogpage .blogpage-col h3 {
  color: #000;
    text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 5px 10px 10px 10px;
    text-transform: uppercase;
}

#blogpage .blogpage-col h3 a {
  color: #333;
  
}

#blogpage .blogpage-col h3 a:hover {
  color: #48BB77;
}



#blogpage .blogpage-col p {
  font-size: 13px;
  line-height: 22px;
  
  margin: 0 15px 0px 15px;
}

#blogpage img {
  margin: 0 0px 10px 0px;
}

@media (max-width: 768px) {

#blogpage .blogpage-col h4 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin: 10px 0px 0px 0px;
}

#blogpage .blogpage-col h3 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  padding: 0;
  margin: 10px 10px 10px 10px;
}



#blogpage .blogpage-col p {
  font-size: 18px;
  line-height: 22px;
  
  margin: 0 20px 0px 20px;
}

}


#blogpage .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
 
  display: inline-block;
    justify-content: center;
  align-items: center;
  
  margin-top: 13px;
    padding: 7px 10%;
margin-right: 25%;
  margin-left: 25%;
  border-radius: 20px;
  transition: 0.5s;
   padding: 7px 10%;

  color: #fff;
  background: #48BB77;
     
  align-items: center 
}

#blogpage .btn-get-started:hover {
  
  background: #fff;
  color: #48BB77;
  box-shadow: 0px 0px 7px  rgba(0, 0, 0, 0.25);
}



#blogpage .btn-back {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  border-radius: 30px;
  transition: 0.5s;
  padding: 6px 2%;
  color: #48BB77;
  background: #fff; 
  align-items: center;
  margin: 0 0 20px 0px;
  
  box-shadow: 0px 0px 4px  rgba(0, 0, 0, 0.25);
}

#blogpage .btn-back:hover {
  background: #48BB77; 
  color: #fff;
}
















/* sale Us Section
--------------------------------*/
#sale {
  background: rgb(255, 255, 255);
  background-size: cover;
  padding: 30px 0 40px 0;
  position: relative;
}



#sale .sale-p p {
   
    
    color: #333;
    font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
    
}

#sale .container {
  position: relative;
  z-index: 10;
    
}

#sale .sale-col {
  background: #fff;
  border-radius: 0 0 0px 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
     
   
}

#sale .sale-col .img {
  position: relative;
}

#sale .sale-col .img img {
  border-radius: 0px 0px 0 0;
}


#sale .sale-col h4 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 10px 0px 0px 0px;
}

#sale .sale-col h5 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 10px 20px 10px 20px;
}

#sale .sale-col h5 a {
   
  color: #333;
  
}

#sale .sale-col h5 a:hover {
  color: #48BB77;
}



#sale .sale-col p {
  font-size: 13px;
  line-height: 22px;
 
  margin: 0 15px 0px 15px;
}

@media (max-width: 768px) {

#sale .sale-col h4 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin: 10px 0px 0px 0px;
}

#sale .sale-col h5 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin: 10px 15px 10px 15px;
}



#sale .sale-col p {
  font-size: 18px;
  line-height: 22px;
 
  margin: 0 10px 0px 10px;
}

}


#sale .btn-sale {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
 
  display: inline-block;
    justify-content: center;
  align-items: center;
  
  margin-top: 13px;
    padding: 7px 10%;
margin-right: 25%;
  margin-left: 25%;
  border-radius: 20px;
  transition: 0.5s;
   padding: 7px 10%;

  color: #fff;
  background: #48BB77;
     
  align-items: center 
}

#sale .btn-sale:hover {
  
  background: #fff;
  color: #48BB77;
  box-shadow: 0px 0px 7px  rgba(0, 0, 0, 0.25);
}


#sale .btn-back {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  border-radius: 30px;
  transition: 0.5s;
  padding: 6px 2%;
  color: #48BB77;
  background: #fff; 
  align-items: center;
  margin: 0 0 20px 0px;
  
  box-shadow: 0px 0px 4px  rgba(0, 0, 0, 0.25);
}

#sale .btn-back:hover {
  background: #48BB77; 
  color: #fff;
}


/*--------------------------------------------------------------
# topsection Section
--------------------------------------------------------------
#topsection {
    
  background: #242424;
  padding: 110px 10px 40px 10px;
  position: relative;
    text-align: center;

  font-family: "Montserrat", sans-serif;
  font-weight: 400;
} -*/











#topsection {
  position: relative;
  padding: 110px 10px 40px 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow: hidden;
}



.top-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.top-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* затемнення */
  z-index: 1;
}

#topsection .carousel-item,
#topsection .buttonord-container {
  position: relative;
  z-index: 2;
}















#topsection h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
    
   
}

@media (max-width: 768px) {

    #topsection h2 {
    font-size: 32px;
  }

}

#topsection h1 {
	 font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
    text-transform: uppercase;
  padding-bottom: 25px;
}

#topsection h1::before {
  content: '';
  position: absolute;
  display: block;
  width: 180px;
  height: 1px;
  background: #555;
  bottom: 1px;
  left: calc(50% - 90px);
}

#topsection h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: #48BB77;
  bottom: 0;
  left: calc(50% - 40px);
}


#topsection h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
    text-transform: uppercase;
}




/* viber button */
.viber {
  position: fixed;
  display: none;
  background: #8f5db7;
  color: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  padding-top: 9px;
  line-height: 1;
  font-size: 35px;
  font-weight: bold;
  border-radius: 20%;
 right: 150px;
 bottom: 20px;
  
  z-index: 11;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
}

.viber i {
  color: #fff;
}


@media (max-width: 768px) {
  .viber {
    bottom: 20px;
      
  }
}





/* telegram button */
.telegramm {
  position: fixed;
  display: none;
  background: #229ED9;
  color: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  padding-top: 9px;
  line-height: 1;
  font-size: 35px;
  font-weight: bold;
  border-radius: 20%;
  right: 85px;
  bottom: 20px;
  
  z-index: 11;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
}

.telegramm i {
  color: #fff;
}


@media (max-width: 768px) {
  .telegramm {
    bottom: 20px;
      
  }
}




/* phone button */
.phone {
  position: fixed;
  display: none;
  background: #48BB77;
  color: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
    padding-top: 10px;
  line-height: 1;
  font-size: 35px;
  font-weight: bold;
  border-radius: 20%;
  right: 20px;
  bottom: 20px;
  z-index: 11;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
    
}


.phone i {
  padding-top: 2px;
  color: #fff;
}


@media (max-width: 768px) {
    
    @keyframes glowing {
      0% { background-color: #48BB77; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); }
      50% { background-color: #1ADD72; 
            box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.7); 
            bottom: 19px; 
            width: 57px;
            height: 57px;
            right: 19px;
        }
      100% { background-color: #48BB77; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); }
      }

.phone {
      animation: glowing 1100ms infinite;
	
      }
}

/*--------------------------------------------------------------
# Error Section
--------------------------------------------------------------*/


#error {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#error .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#error .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#error .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#error .carousel-content {
  text-align: left;
    margin: 20px auto 30px auto;
}

@media (max-width: 768px) {
    #error .carousel-content {
  text-align: center;
    margin: 20px 10px 30px 10px;
}
}

#error h1 {
    
  color: #fff;
  margin-bottom: 0px;
  font-size: 60px;
  font-weight: 700;  
    margin: 20px 0px 0px 0px;
    
    
}



#error h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300; 
     margin: 0px 0px 0px 0px;
    
}



@media (max-width: 768px) {
  #error h2 {
    font-size: 32px;
      margin: 20px 0px 40px 0px;
  }
  
    #error h1 {
        font-size: 58px;
    }
}

#error p {
 
  margin: 40px 0px 40px 0px;
  color: #fff;
    font-size: 21px;
    font-weight: 350;
}





#error .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
 
  color: #fff;
  background: #48BB77;
}

#error .btn-get-started:hover {
  background: #fff;
color: #48BB77;
box-shadow: 0px 0px 7px  rgba(0, 0, 0, 0.25);
}



/* Контейнер Результат */


.container-wrapper {
    display: flex; /* Використовуємо флексбокс для вирівнювання блоків */
    flex-wrap: wrap; /* Дозволяє елементам розміщуватися в кілька рядків */
   /* justify-content: space-between;  Створює відступи між елементами по горизонталі */
	user-select: none;
	
}

.result-container {
    position: relative; /* Позиціонуємо контейнер для точного розміщення зображень */
    width: 30%; /* Картинки займають 48% ширини контейнера на великих екранах (щоб бути двома в ряд) */
    height: 0;
    padding-bottom: 71.875%; /* Встановлюємо відношення сторін 1280x920 (71.875% = 920/1280*100) */
    margin: 10px; /* Відступи між контейнерами на десктопі */
    overflow: hidden; /* Обрізаємо зображення, якщо вони виходять за межі контейнера */
    display: flex; /* Використовуємо флексбокс для вирівнювання вмісту */
    justify-content: center; /* Центруємо вміст по горизонталі */
    align-items: center; /* Центруємо вміст по вертикалі */
    border-radius: 20px; /* Заокруглюємо кути контейнера на 10px */
	
}

/* Медіа-запит для десктопної версії */
@media (min-width: 768px) {
    .result-container {
        padding-bottom: 21.6%; /* 34.4 Встановлюємо нове відношення сторін для десктопів */
    }
}

.image-wrapper {
    position: absolute; /* Позиціонуємо зображення абсолютно всередині контейнера */
    top: 0;
    left: 0;
    width: 100%; /* Картинка повинна займати всю ширину контейнера */
    height: 100%; /* Картинка повинна займати всю висоту контейнера */
	
	
}

.image-wrapper img {
    width: 100%; /* Картинка повинна займати всю ширину контейнера */
    height: 100%; /* Картинка повинна займати всю висоту контейнера */
    object-fit: contain; /* Зберігає пропорції картинки, не обрізаючи її */
    position: absolute; /* Позиціонуємо картинку абсолютно всередині контейнера */
    top: 0; /* Встановлюємо картинку на верхній край контейнера */
    left: 0; /* Встановлюємо картинку на лівий край контейнера */
    pointer-events: none; /* Забороняємо взаємодію з картинкою (для зручності роботи перемикача) */
    border-radius: 20px; /* Заокруглюємо кути картинки на 10px */
	
}

.before {
    z-index: 1; /* Задаємо порядок шарів, щоб картинка "До" була нижчою */
}

.after {
    position: absolute; /* Позиціонуємо зображення після для накладання на картинку "До" */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Забороняємо вихід картинки за межі контейнера */
    z-index: 2; /* Встановлюємо вищий шар для зображення після */
}

.after img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Зберігає пропорції картинки, не обрізає */
    clip-path: inset(0 50% 0 0); /* Накладаємо частину картинок (праву сторону) на ліву */
    border-radius: 10px; /* Заокруглюємо кути картинки */
    pointer-events: none; /* Запобігає залипанню при переміщенні */
	
}

.slider {
    position: absolute; /* Позиціонуємо перемикач абсолютно */
    top: 50%; /* Встановлюємо його по вертикалі по середині */
    left: 50%; /* Встановлюємо його по горизонталі по середині */
    width: 45px;
    height: 45px;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50%; /* Зробити круглим */
    cursor: ew-resize; /* Змінюємо курсор на тип "resize" */
    z-index: 3; /* Забезпечуємо, щоб перемикач був зверху */
    display: flex;
    justify-content: center; /* Центруємо стрілки всередині перемикача */
    align-items: center; /* Центруємо стрілки всередині перемикача */
    transform: translate(-50%, -50%); /* Центруємо по вертикалі та горизонталі */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Тінь для перемикача */
}

.slider::before, .slider::after {
    content: ""; /* Створюємо вміст для стрілок */
    position: absolute; /* Позиціонуємо стрілки */
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translateY(-50%);
}

.slider::before {
    left: 6px; /* Розташовуємо ліву стрілку */
    border-bottom: 10px solid white; /* Трикутник для лівої стрілки */
    transform: translateY(-50%) rotate(270deg); /* Поворот на 90 градусів */
}

.slider::after {
    right: 6px; /* Розташовуємо праву стрілку */
    border-top: 10px solid white; /* Трикутник для правої стрілки */
    transform: translateY(-50%) rotate(-90deg); /* Поворот на -90 градусів */
}

/* Медіа-запит для мобільних пристроїв */
@media (max-width: 768px) {
    .container-wrapper {
        display: block; /* Всі картинки йдуть по одному стовпчику */
    }

    .result-container {
        width: 100%; /* Картинка на 100% ширини на мобільних пристроях */
        margin: 5px 0; /* Зменшені відступи між зображеннями */
    }

    .image-wrapper img {
        object-fit: contain; /* Картинка буде поміщена цілком без обрізки на мобільних пристроях */
    }
}















/* Контейнер для всіх відгуків */
.reviews-container {
    font-family: 'Google Sans', sans-serif;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Окремий відгук */
.review {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.1);
    width: 24%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
   
}

/* Верхня частина відгуку (аватар + ім'я) */
.review-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.review-photo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.review-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review-number {
    font-size: 12px;
    color: gray;
    margin: 0;
}

/* Зірочки + дата */
.review-meta {
    display: flex;
    align-items: center;
    gap: 8px; /* Відстань між зірочками і датою */
    margin-top: 5px;
}

.review-stars {
    color: gold;
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
}

.review-date {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 0; /* Видаляємо зайвий відступ знизу */
}

.review-date-black {
    color: gray;
}

.review-date-green {
    color: #2C6E43;
    background-color: #C3EED0;
    border-radius: 4px;
}

/* Текст відгуку */
.review-text {
    font-size: 14px;
    font-weight: 200;
    margin-top: 10px;
    color: #555;
}

/* Ім'я автора */
.review-author {
    font-weight: bold;
    font-size: 16px;
    color: black;
    margin: 0;
}

/* Лого Google */
.google-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
}

/* Мобільна версія */
@media (max-width: 768px) {
    .reviews-container {
        display: block;
        padding: 0;
    }

    .review {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
























.contact-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Стиль для кнопки зв'язку */
.contact-main-btn {
    width: 60px;
    height: 60px;
    background-color: #48BB77;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 101;
    transition: box-shadow 1s ease-in-out;
    outline: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ефект хвилі */
@keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgba(72, 187, 119, 0.5);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(72, 187, 119, 0.2);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(72, 187, 119, 0);
    }
}

/* Додаємо хвильову анімацію */
.wave-animation {
    animation: wave 2s infinite;
}

.contact-main-btn:focus,
.contact-main-btn:active {
    outline: none;
    box-shadow: none;
}

/* Анімація обертання іконки */
@keyframes rotateFade {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(360deg);
        opacity: 0;
    }
    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

.rotate-animation {
    animation: rotateFade 0.5s ease-in-out;
}

.contact-main-btn img {
    width: 40px;
    height: 40px;
    transition: all 1s ease-in-out;
    object-fit: contain;
}

/* Кнопки для Viber, Telegram та телефону */
.extra-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 80px;
    left: 3px;
    z-index: 99;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s ease;
    gap: 8px;
}

.extra-buttons.show {
    transform: translateY(0);
    opacity: 1;
}

.extra-buttons a {
    pointer-events: none;
}

.extra-buttons.show a {
    pointer-events: auto;
}

.extra-buttons .button {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    opacity: 0;
    outline: none;
}

.extra-buttons .button.purple { background-color: #8A2BE2; }
.extra-buttons .button.blue { background-color: #1E90FF; }
.extra-buttons .button.green { background-color: #68D391; }

.extra-buttons .button.show {
    transform: scale(1);
    opacity: 1;
}

.extra-buttons .button img {
    width: 30px; /* Встановлюємо розмір іконки */
    height: 30px;
    object-fit: contain;
}

/* Для кнопки Telegram */
.extra-buttons .button.blue {
    background-color: #1E90FF;
    background-image: url('img/icon/telegram-icon.png'); /* Заміна на ваш файл "літачка" */
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Для кнопки Viber */
.extra-buttons .button.purple {
    background-color: #8A2BE2;
    background-image: url('img/icon/viber-icon.png'); /* Іконка для Viber */
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Для кнопки телефону */
.extra-buttons .button.green {
    background-color: #68D391;
    background-image: url('img/icon/phone-icon.png'); /* Іконка для телефону */
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Адаптивний дизайн */
@media (max-width: 600px) {
    .contact-main-btn {
        width: 55px;
        height: 55px;
    }

    .extra-buttons .button {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .contact-main-btn img {
        width: 35px;
        height: 35px;
    }
}




/* Кнопка ЗАМОВИТИ ЗАРАЗ */

.buttonord-container {
    width: 100%;                  /* Контейнер займає всю ширину */
    text-align: center;           /* Центрування по горизонталі */
     padding: 15px 0 10px 0; 
	font-weight: 600;
	color: #ffffff;
	
    
}

.ripple-buttonord {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #48BB77;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.3s ease;
    outline: none; /* Забирає чорний контур */
}

.ripple-buttonord:hover {
    background-color: #68D391;
    color: #ffffff;
	
}

.ripple-buttonord:focus {
    outline: none; /* Важливо: додатковий захист від фокусу outline */
	color: #ffffff;
}

.ripple-buttonord::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: ripple-animation 2.5s infinite;
	
}

@keyframes ripple-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(25);
        opacity: 0;
    }
}


































/* Вікно зв’язку */
/* Основний стиль для спливаючої форми */
.custom-popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    width: 350px;
}

.custom-popup-box h4 {
    font-size: 21px;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.custom-popup-box p {
    font-size: 19px;
    font-weight: 450;
    margin: 15px 0 5px 0;
}

.custom-hidden {
    display: none;
}

input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.custom-submit-btn {
    width: 100%;
    padding: 10px;
    background-color: #48BB77;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.custom-submit-btn:focus {
    outline: none;
    color: #ffffff;
}

.custom-close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 32px;
    cursor: pointer;
    color: #333;
}

.custom-submit-btn:hover {
    background-color: #68D391;
}

#custom-responseMessage {
    margin-top: 10px;
    font-size: 14px;
    color: green;
}

/* Фон для затемнення екрану при відкритті форми */
.custom-phone-popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}

/* ---- Новий блок для кнопок месенджерів ---- */
.custom-messenger-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.custom-messenger-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-messenger-btn img {
    width: 20px;
    height: 20px;
}

/* Індивідуальні кольори кнопок */
.viber-btn {
    background-color: #7360f2;
}

.viber-btn:hover {
    background-color: #8a7ff7;
}

.telegram-btn {
    background-color: #0088cc;
}

.telegram-btn:hover {
    background-color: #33a8e0;
}
.custom-messenger-btn,
.custom-messenger-btn:visited,
.custom-messenger-btn:active,
.custom-messenger-btn:focus {
    color: white !important;
}






















/* FAQ Section */
#faq {
  background: #fff;
  padding: 30px 0;
}

.faq-item {
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 0;
}

/* Питання */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 10px 6px 6px;
  transition: color 0.25s ease;
}

.faq-item.active .faq-question {
  color: #48BB77;
}

/* Маленький зелений кружок */
.faq-arrow {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;           /* не розтягуємося в flex */
  border-radius: 50%;
  background: #48BB77;
  position: relative;
  display: block;           /* або flex, але без stretch */
  cursor: pointer;
  box-sizing: border-box;
}

.faq-arrow::before,
.faq-arrow::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-arrow::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.active .faq-arrow::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}







/* Відповідь */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0;
  transition: max-height 0.5s ease, padding 0.5s ease;
}



















/* Faq Section
--------------------------------
#faq {
  background: #fff;
  background-size: cover;
  padding: 20px 0 20px 0;
	
}

#faq .box {
  margin-bottom: 30px;
	
}

#faq .icon {
  float: left;
    width: 45px;
    height: 45px;
	
}

#faq .icon-s {
  float: left;
    width: 14px;
    height: 16px;
}



#faq .title {
  margin-left: 55px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 18px;
    
}


#faq .description {
  font-size: 16px;  
  line-height: 24px;  
 padding: 10px 10px 15px 10px;
    
}


@media (max-width: 768px) {
    
    
 #faq .title {
  margin-left: 55px;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 18px;
    
}


#faq .description {
  font-size: 16px;  
  line-height: 24px;  
 padding: 0px 10px 15px 10px;
    
}   
  
}*/








/* Вспливаюча картинка */
/* Затемнення фону */
.promo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

/* Основне вікно */
.promo-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  border-radius: 12px;
  z-index: 9999;
  box-shadow: 0 10px 40px rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  width: 90%;
  max-width: 420px;
  overflow: hidden;
}

/* Коли показується */
.promo-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.promo-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Зображення */
.promo-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Текстовий блок */
.promo-text-block {
  background: #fff;
  padding: 12px 12px 12px;
  text-align: center;
}
.promo-text {
  font-size: 16px;
  color: #111;
  margin-bottom: 18px;
  line-height: 1.4;
}

/* Кнопки */
.promo-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.promo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.promo-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.promo-btn.viber {
  background-color: #7360f2;
}

.promo-btn.telegram {
  background-color: #0088cc;
}

/* Іконки */
.promo-icon {
  width: 20px;
  height: 20px;
  display: block;
}

/* Хрестик */
.promo-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: rgba(1,1,1,0.4);
  color: rgba(255,255,255,1);
  font-size: 26px;
  
  cursor: pointer;
  line-height: 0;
  padding: 0;
  transition: background 0.2s ease;
}
.promo-close:hover {
  background: rgba(1,1,1,0.9);
}

/* Для мобільних */
@media (max-width: 480px) {
  .promo-text {
    font-size: 15px;
  }
  .promo-btn {
    font-size: 14px;
    padding: 9px 14px;
  }
  .promo-icon {
    width: 18px;
    height: 18px;
  }
}

