/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child/
Description: Hello Elementor Child Theme
Author: Moiseefweb.com
Author URI: https://moiseefweb.com
Template: hello-elementor
Version: 1.0.0
*/

a#my_btn_slide_f {
    text-decoration: none !important;
}
#my_btn_slide_f {
    text-decoration: none !important;
}
.my_machine_text {
    font-family: 'Courier New', monospace;
    font-weight: normal;
    font-style: normal;
}
.my_machine_text_b {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-style: normal;
}
.text_pech h2{
    font-family: 'Courier New', monospace !important;
    font-weight: normal !important;
    font-style: normal !important;
}
.my_machine_text_i {
    font-family: 'Courier New', monospace;
    font-weight: normal;
    font-style: italic;
}
.with_dek a {
    text-decoration: none !important;
}

.custom-image-overlay {
    position: relative;
}

.custom-image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Здесь вы можете изменить последнее значение (0.5) для управления уровнем затемнения */
    pointer-events: none;
}

.custom-image-overlay_s {
    position: relative;
}

.custom-image-overlay_s::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); /* Здесь вы можете изменить последнее значение (0.5) для управления уровнем затемнения */
    pointer-events: none;
}

.d-none{
    display: none !important;
}

/* modal */
.relative_cont_mod {
    position: relative; /* Устанавливаем относительное позиционирование для контейнера */
}
.my_form_order textarea {
    height: 100px !important;
}
#my_btn_slide_f:hover {
    cursor: pointer !important;
}
.css-xb97g8:hover {
    background-color: #7D887A !important;
    color: #F2F2E9 !important;
    
}
/* about desc */
.my_text_genry {
    margin-top: -10%;
}
.my_text_genry {
    margin-left: -7%;
}

.slide_btn_my a:hover{
    background-color: #7D887A !important;
    color: #F2F2E9 !important; 
}

/* arrow */
.e-font-icon-svg.e-fas-arrow-up {
    height: 16px !important;
    width: 16px !important;
    fill: #7D887A !important;
} 
/* whatsap tst*/
.pulse-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 40px !important;
    padding: 10px !important;
    border: none;
    background: linear-gradient(24deg, rgba(125, 136, 122, 1) 40%, rgba(119, 128, 115, 1) 60%);  
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 20px;
    left: 2vw;
    cursor: pointer !important;
    outline: none;
    z-index: 1000;
    animation-duration: 0.4s !important;
    animation-name: slidein33 !important;
  }
  @keyframes slidein33 {
    from {
  bottom: 150px;
    }
  
  to {
  bottom: 70px;
    }
  }
  
  
  
    .pulse-button2 {
  background: linear-gradient(24deg, rgba(147, 119, 238, 1) 40%, rgb(134, 109, 214) 60%);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  bottom: 150px;
    animation-duration: 0.5s !important;
    animation-name: slidein11 !important;
  }
  @keyframes slidein11 {
    from {
  bottom: 70px;
  background: linear-gradient(24deg, rgba(138, 211, 217, 1) 40%, rgba(119, 228, 238, 1) 60%);
    }
  
  to {
  bottom: 150px;
  background: linear-gradient(24deg, rgba(147, 119, 238, 1) 40%, rgb(134, 109, 214) 60%);
    }
  }
  
  
  .pulse-button__rings2 {
     border: 1px solid rgba(134, 108, 217, 1) !important;
      animation-duration: 0.5s;
    animation-name: slidein22;
    
  }
  
  @keyframes slidein22 {
    from {
   border: 1px solid rgba(119, 228, 238, 1);
    }
  
    to {
     border: 1px solid rgba(134, 108, 217, 1) !important;
    }
  }
  
  
  
  
  .pulse-button__icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("https://ikmen.es/wp-content/uploads/2023/12/icons8-phone-100.png") center center/cover no-repeat !important;
    transition: .3s;
  }
  
  
  .pulse-button__text {
    display: block;
    width: 100%;
    height: 30px;
    font: 12px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .3s;
    margin-top: 15px;
    font-weight: bold;
  }
  
  .pulse-button:hover .pulse-button__icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .3s;
   
  }
   
  .pulse-button:hover .pulse-button__text {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    position: relative;
  
  }
  
  
  .pulse-button__rings {
    border: 1px solid rgba(125, 136, 122, 1); /* Основной цвет */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2.0s;
    animation-name: pulse_1;
    animation-iteration-count: infinite;
    z-index: -1;
  }
   
  .pulse-button__rings:nth-child(2) {
    animation-name: pulse_2;
  }
   
  .pulse-button__rings:nth-child(3) {
    animation-name: pulse_3;
  }
  
  @keyframes pulse_1 {
    from {
      opacity: 1;
      transform: scale(0.9, 0.9);
    }
   
    to {
      opacity: 0;
      transform: scale(1.3, 1.3);
    }
  }
   
  @keyframes pulse_2 {
    from {
      opacity: 1;
      transform: scale(0.8, 0.8);
    }
   
    to {
      opacity: 0;
      transform: scale(1.5, 1.5);
    }
  }
   
  @keyframes pulse_3 {
    from {
      opacity: 1;
      transform: scale(0.8, 0.8);
    }
   
    to {
      opacity: 0;
      transform: scale(1.7, 1.7);
    }
  }
  /* new style */
  @media(max-width: 1024px) {
  .pulse-button {
  left: 2vw;
  }
    
  }