/* Обнуление */
:root{
     --safe-area-top: env(safe-area-inset-top, 0px);
    --safe-area-bottom: env(safe-area-inset-bottom, 0px);
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;

}

html {
   scroll-behavior: smooth;
   touch-action: manipulation;
}   

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
/*--------------------------------------------------------------
# Отключить задержку анимации aos на мобильных устройствах
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat Alternates', sans-serif;
  
}

body.loaded {
  opacity: 0;
  overflow: hidden;
}

body.loaded-end {
  opacity: 1;
  overflow: inherit;
}

#main {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  overflow-x: hidden;
  
}

#header {
  background: url('../img/head.webp');
  width: 100%;
  height: 55vh;
  position: relative;
  overflow-x: hidden;
  background-blend-mode: multiply;
  padding-top: 50px;
  background-size: 100%;
  background-position: 100% 28%; 
  background-color: rgba(56, 56, 56, 0.863);

}

.logo {
  width: 400px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#header h1 {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;

}

/*mB*/
@media (max-width: 768px) {
  #header {
    background: url('../img/header1.webp') center center no-repeat;
    width: 100%;
    min-height: 90vh; /* Изменено с height на min-height */
    height: 90vh; /* Добавлено для iOS */
    height: 90dvh; /* Динамическая высота вьюпорта */
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box; /* Важно! */
    margin: 0;
    top: 0;
    padding-top: var(--safe-area-top);
    
  }

  .logo {
    width: 300px;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
  }

  #header h1 {
    position: absolute;
    top: 67%;
    left: 0;
    right: 0;
  }

  .callme {
    display: none;
  } 

}

/* Предотвращаем увеличение на iOS */
@supports (-webkit-touch-callout: none) {
  #header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  
}
/*Callme*/

.callme {
  width: 440px;
  height: 50px;
  position: absolute;
  z-index: 5;
  margin: 50px auto;
  align-items: center;
  padding: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  background: #FFF;
}

.callme button {
  width: 137px;
  height: 40px;
  background: #6CD147;
  background: linear-gradient(166deg,#6cd147 57%, #fbae17bf 100%);
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
  color: #ffffff;


}

.callme button:hover {
  content: '';
  background: #6CD147;
  background: linear-gradient(166deg,rgba(108, 209, 71, 1) 0%, rgba(251, 174, 23, 1) 100%);

}

.callme .figcaption{
  color: #FFF;
}

.tell {
  height: 30px;
  width: 285px;
  padding-left: 10px;
  font-size: 16px;
  font-family: 'Montserrat Alternates',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}
/*blok2*/


.flow {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 20px;
}

.flow_icon {
  content: '';
}

.flow_img {
  height: 30px;
  padding-right: 0.3em;

}

.flow_txt {
  display: flex;
  color: #1E1E1E;
  font-size: 1.00em;
  font-weight: 400;
  text-align: center;
  align-items: center;
}

@media (max-width: 768px) {

  .flow {
    display: block;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    max-width: 300px;
    margin: auto;
  
  }


  .flow_img {
    height: 16px;
    padding-right: 5px;
  }

  .flow_txt {
    font-size: 16px;
    font-family: 'Montserrat Alternates',sans-serif;
    text-transform: none;
    font-weight: 400;
    
    
  }

  .phone {
    display: block;
    width: 200px;
    height: 100%;
    padding-top: 20px;
    margin: auto;
    align-items: center;
  }

    .price {
    display: flex;
    width: 200px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #E8FEE6;
    background: #6CD147;
    background: linear-gradient(166deg,#6cd147 57%, rgba(251, 174, 23, 0.75) 100%);
    backdrop-filter: blur(10px);
    border-radius: 10px;

  }

  .call__head {
    display: flex;
    width: 200px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #1E1E1E;
    background-color: #FFF;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 24px;
    font-weight: 300;
    border-radius: 10px;
    border: 1px solid rgb(40, 238, 0);
    margin-top: 10px;

  }

}

@media (min-width: 769px) {
  
  .phone{
    display: none;
  }
}
/*blok3*/

.work {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-column-gap: 1.50em;
  padding: 2em 7em 0.5em;
  position: relative;
  margin: auto;
  z-index: 5;
}

.container h2 {
  text-align: center;
  padding-top: 1em;
  color: #1d1d1d;
  font-family: 'Montserrat Alternates',sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  user-select: none;
  text-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  
}

.work-section {
  padding-bottom: 0.5em;
  background: #fff;

}

.work__cont {
  position: relative;
  background-color: #f6fcf4;
  box-shadow: -3px 6px 15px -5px rgba(34, 60, 80, 0.5);
  border-radius: 1rem;
}

.work-query {
  min-height: 300px;
  position: relative;
  display: block;
  padding: 0.5em;

}

.work-motto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4.30em;
  margin-left: 0px;
  margin-right: 0px;
}

.work-text {
  color: #1E1E1E;
  font-size: 1em;
  font-weight: 400;
  font-family: 'Montserrat Alternates', sans-serif;
  position: absolute;

}

.work-exile {
  padding: 1.40em;
  
}

.work-unite {
  height: 100px;
  
}

.blobs {
  width: 115%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: -15%;
  right: 0;
  top: -20px;
  text-align: center;
  z-index: -1;
}

@media (max-width: 768px) {
  

  .work{
    display: flex;
    flex-direction: column;
    padding: 1em 1em 0;
  }

  .work__cont {
    padding-top: 0.2rem;
    margin-top: 1.5rem;
  }
  
  .blobs {
    width: 100%;
    left: 0;
    top: -1.5em;
  }

  .blobs svg{
    width: 300px;
    height: 230px;
  }
  .work-query {
    min-height: 170px;
    margin: 0.9rem;
    padding: 0;
  }

  .work-motto {
    min-height: 1.3em;
  }

  .work-text  {
    text-align: center;
  }

  .work-exile {
    padding: 0;
    margin-bottom: 20px;
  }

  .work-unite {
    height: 80px;
  }
}
/*gl*/
.carousel-item {
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  margin: 0 10px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  pointer-events: none
}

.container {
    font-family: 'Montserrat Alternates', sans-serif;
    max-width: 1177px;
    margin: 0 auto;
}

#success{
  display:none; 
  position: relative;
  background:#d6ffabab; 
  color:#1E1E1E; 
  padding:20px; 
  border-radius:5px; 
  box-shadow:0 2px 10px rgba(0,0,0,0.2); 
  z-index:9999;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 0.5em;
  animation-name: animatetop;
  animation-duration: 0.5s;
}

@media (max-width: 768px) {
  #success{  
    background:#d6ffabb9; 
    color:#1E1E1E; 
    padding:15px; 
    border-radius:5px; 
    box-shadow:0 2px 10px rgba(0,0,0,0.2); 
    z-index:9999;
    text-align: center;
    transition: all 0.3s ease;
  }
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1500; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.5); 
  overflow: auto;
  backdrop-filter: blur(5px);
}

.modal-dialog {
  position: relative;
  margin: 35% auto;
  border-radius: 16px;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  animation-name: animatetop;
  animation-duration: 0.5s;
  overflow: hidden;
}

@keyframes animatetop {
  from {top:-100px; opacity:0}
  to {top:0; opacity:1}
}

.modal-content {
  position: relative;
  display: flex;
  background-color: #fff;
  border-radius: 16px;
  outline: 0;
  overflow: hidden;
  min-height: 400px;
}

.modal-left {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.modal-header {
  margin-bottom: 25px;
}

.modal-title {
  font-family: 'Montserrat Alternates', sans-serif;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #6cd147;
  background: linear-gradient(to right, #5eb83e, #6cd147);
  -webkit-background-clip: text;
  background-clip: text ;
  -webkit-text-fill-color: transparent;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #6a1b9a;
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}

.phone-info {
   font-family: 'Montserrat Alternates', sans-serif;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 10px 15px;
  background-color: #f9f5ff;
  border-radius: 10px;
  border-left: 4px solid #6cd147;
}

.phone-numbers {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.phone-numbers a {
   font-family: 'Montserrat Alternates', sans-serif;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  transition: all 0.2s;
  border-radius: 10px;
  background-color: #f8f9fa;
}

.phone-numbers a:hover {
  color: #6a1b9a;
  background-color: #f3e5f5;
  transform: translateX(5px);
}

.phone-numbers i {
  font-size: 18px;
  width: 24px;
  text-align: center;
  color: #6cd147;
}

.social-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-info {
  color: #555;
   font-family: 'Montserrat Alternates', sans-serif;
  font-size: 0.90rem;
  line-height: 1.5;
  padding: 10px 15px;
  background-color: #f0f9ff;
  border-radius: 10px;
  border-left: 4px solid #2196f3;
}

.social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #befaa8, #a3f585);
  border-radius: 12px;
  font-size: 25px;
  color: #3a3a3a;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.social-icons a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  background: linear-gradient(135deg, #d6f8c9, #9df07f);
}

.max-logo {
  display: inline-block;
  position: relative;
}

.tulip-container {
  flex: 0 0 40%;
  background: url('/img/rr.webp') center center no-repeat;
  background-size: 100vh;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.tulip-bg {
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .modal-content {
      flex-direction: column;
  }
  
  .tulip-container {
      display: none;
  }
  
  .modal-left {
      padding: 20px;
  }
  
  .social-icons {
      justify-content: center;
  }
}

.price__div {
  position: relative;
  width: 100%;
  height: 10em;
  background: -webkit-linear-gradient(45deg, rgb(126, 221, 91), rgb(193, 236, 132) 93%);
  background: -moz-linear-gradient(45deg, rgb(126, 221, 91), rgb(193, 236, 132) 93%);
  background: linear-gradient(45deg, rgb(126, 221, 91), rgb(193, 236, 132) 93%);
  align-items: center;
  overflow: hidden;
}


.price__div::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 500%;
  background-image: url('/img/tt.svg');
  background-size: 5em;
  opacity: 0.05;
  transform: rotate(15deg); 
  transform-origin: center;
}

#tgprice{
  scroll-margin-top: 90px;
}

.price__div > * {
position: relative;
z-index: 2;
}


@media (max-width: 768px){
  .price__div::before{
    content: '';
    width: 300%;
    height: 300%;
    left: -7em;
  }
}

.price__div h3 {
  text-align: center;
  padding: 0.6em;
  color: #1E1E1E;
  font-family: 'Montserrat Alternates',sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  user-select: none;
}

.figcaption {
  margin-top: 5px;
  font-size: 12px;
  color: #222;
  padding-top: 5px;
  font-family: 'Montserrat Alternates',sans-serif;
  text-align: center;
}


.callme__pr {
  width: 450px;
  height: 40px;
  margin: 0 auto !important;
  align-items: center;
}

.callme__pr button {
  width: 120px;
  height: 40px;
  background: #1E1E1E;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  border-radius: 10px;
  color: #E8FEE6;
  line-height: normal;
}

.tell__div {
  display: inline-block;
  height: 40px;
  width: 325px;
  border-radius: 10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: 'Montserrat Alternates',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .callme__pr {
    width: 320px;
  }

  .tell__div {
    width: 200px;
    height: 35px;
 } 
 
 .callme__pr button {
    width: 100px;
    height: 35px;
    font-size: 12px;
 }


}

.catalog {
  background: #e2ece1;
}


hr {
  width: 50px;
  margin: 20px auto;
  border: 1px solid #6CD147;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.catalog h3 {
  text-align: center;
  padding-top: 1em;
  color: #1d1d1d;
  font-family: 'Montserrat Alternates',sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  user-select: none;
  
}

.cards {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3em;
  
}

.cards__item {
  margin: 10px;
  border-radius: 0 0 15px 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card {
  display: flex;
  flex-direction: column;
  width: 270px;
  border-radius: 30px;
  
}

.card__image {
  height: 270px;
  width: 270px;
  
}

.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
  filter: brightness(70%);
  pointer-events: none;
}

.card__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  flex-grow: 1;
  
}

.card__title {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;

}

.card__descr {
  padding-top: 0.5em;
}

.card__btn {
  margin-top: auto;
  font-size: 16px;
  color: cornflowerblue;
  display: block;
  padding-top: 10px;
  background: #e2ece1;
}

.cards__item .card{
  height: 100%;
}

@media (max-width: 768px){
  .card__descr{
    font-size: 0.8rem;
  }

  .card__btn{
    font-size: 0.9rem;
  }
}

.btn__more{
      display: flex;
      justify-content: center;
      align-items: center;
}

.load__more{
  display: flex;
  width: 200px;
  padding: 10px 30px;
  border: 1px solid  rgb(40, 238, 0);
  background-color: #e2ece1;
  border-radius: 5px;
  color: #1d1d1d;
  font-size: 16px;
  justify-self: center;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
  align-self: center;
}

.load__more:hover{
  background-color: #6CD147;
  border-color: #6CD147;
  color: #000;
}

.cards__item:nth-child(n + 9){
  display: none;
}

.cards__item.is-visible{
   display: block;
}

@media (max-width: 768px){
    .catalog h3 {
    text-align: center;
    padding-top: 0.5em;
    color: #1d1d1d;
    font-family: 'Montserrat Alternates',sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    user-select: none;
    
  }

  .cards {
    width: 100%;
  }

    .cards__item {
    justify-content: space-around;
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
  }

  .card {
    width: 160px;
    border-radius: 30px;
    
  }

  .card__image {
    height: 200px;
    width: 160px;
    border-radius: 0 20px 15px 15px;
  }

  .card__image img {
    border-radius: 10px 10px 0 0;
    pointer-events: none;
  }

}

/* tp */

.form__item{
  width: 100%;
  clear: both;
  position: relative;
  padding: 1.5em;
  
}

.promo__body{
  display: inline-block;
  background: linear-gradient(94deg, #235BED 6.86%, #3AA9ED 111.61%);
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
  padding: 2em;
  text-align: left;
  background-size: cover;
  position: relative;
  min-height: 240px;
  width: 100%;
}

.promo__body h4{
  font-size: 2.5em;
  line-height: 1em;
  max-width: 700px;
  font-weight: 400;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #FFF;
  text-align: left;
}

.promo__body p{
  color: #e2ece1;
  padding-bottom: 1em;
}

.promo__body span {
  color: #e2ece1;
  font-size: 1.5em;
  -webkit-appearance: none;
  
}

.promo__body img {
  position: absolute;
  right: 1em;
  margin-top: 1em;
  width: 400px;
  filter: drop-shadow(5px 6px 5px #222);
}

.bg__gr{
  background: #e2ece1;
}

@media (max-width: 768px) {
  .promo__body {
  padding: 0.5em;
  text-align: center;
  background-size: cover;
  min-height: 280px;
  
  }

  .promo__body h4 {
    font-size: 1.5em;
    line-height: 1em;
    max-width: 500px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #FFF;
    text-align: center;
    padding-top: 3em;
  }

  .promo__body img {
    width: 230px;
    margin-top: -5em;
    align-items: center;
    pointer-events: none;
  }
}


.reviews h3{
  text-align: center;
  padding-top: 1em;
  color: #1d1d1d;
  font-family: 'Montserrat Alternates',sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  user-select: none;
}

.reviews__item {
  height: 171px;
  width: auto !important;
  overflow: hidden;
  margin: 20px 0;
}

.reviews__item img {
  width: 100%;
  height: 100%;
  margin: 0 10px;
  display: block;
  pointer-events: none;
  
}

@media (max-width: 600px){
  .reviews__item{
    height: 100%;
  }
}

.questions_con {
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

.container_questions {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
}

.header__cont {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e6e6fa;
}

.header__cont h4 {
    color: #5a4fcf;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.subtitle {
    color: #777;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.faq-container {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 22px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #f9f9ff;
}

.faq-question h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
    margin-right: 15px;
}

.icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.icon::before, .icon::after {
    content: '';
    position: absolute;
    background-color: #5a4fcf;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.icon::before {
    width: 18px;
    height: 2px;
    top: 11px;
    left: 3px;
}

.icon::after {
    width: 2px;
    height: 18px;
    top: 3px;
    left: 11px;
}

.faq-item.active .icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-item.active .icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 100%;
}

.answer-content {
    padding: 0 30px 25px;
    color: #555;
}

.answer-content p {
    margin-bottom: 15px;
}

.answer-content p:last-child {
    margin-bottom: 0;
}

.highlight {
    color: #5a4fcf;
    font-weight: 600;
}

.note {
    background-color: #f7f5ff;
    border-left: 4px solid #5a4fcf;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 8px 8px 0;
}

.bulb-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffd700;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 8px;
    font-size: 12px;
}

.contact-info {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-info p {
    color: #666;
    font-size: 1rem;
}

.phone__numbers {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.phone__number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.2rem;
    color: #5a4fcf;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    padding: 8px 0;
}

.phone__number:hover {
    color: #7b6ef5;
    transform: translateY(-2px);
}

.phone__icon {
    width: 24px;
    height: 24px;
    background-color: #5a4fcf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.social-title {
    font-size: 1rem;
    color: #777;
    margin-bottom: 15px;
    font-weight: 500;
}

.social_icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social_icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  font-size: 35px;
  color: #272727;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}


@media (max-width: 768px) {
.container_questions {
padding: 15px;
}

.header__cont h4 {
font-size: 2rem;
}

.faq-question {
padding: 18px 20px;
}

.faq-question h3 {
font-size: 1.1rem;
}

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

.phone__numbers {
gap: 15px;
}

.phone__number {
font-size: 1.1rem;
}

.social__icons {
gap: 15px;
}

.social__icon {
width: 45px;
height: 45px;
font-size: 1.2rem;
}
}

.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
  -webkit-appearance: none;
  
}
/* Footer links */

.footer-distributed .footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer-distributed p.footer-links a:hover{text-decoration:underline;}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}
