/*
    Theme Name: Hello Elementor Child
    Template: hello-elementor
    Text Domain: hello-elementor-child
    Version: 0.0.1
    Author: Stepanov Dmytro
    Author URI: https://dstepanoff.org.ua
*/

.wilde_slider_main .elementor-swiper-button{
background-color: #fff;
  padding: 13px;
  border-radius: 30px;
  border: 1px solid #131317;
}

.wilde_slider_main .elementor-swiper-button-prev{
margin-left: 21%;
}

.wilde_slider_main .elementor-swiper-button-next{
margin-right: 21%;
}

.custom_faq details{
 border: 1px solid #0099FC;
 border-radius: 45px;
}


.custom_dn_after_success{
    display: none;
}

.elementor-editor-active .custom_dn_after_success{
    display: block;
}
.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 1023.1px) {
  .wilde_slider_main .elementor-swiper-button-next, .wilde_slider_main .elementor-swiper-button-prev{
  margin:auto;
  }
}

@media (max-width: 650.1px){
    .custom_faq details{
        border-radius: 60px;
    }

}

@media (max-width: 400.1px){
    .custom_faq details{
        border-radius: 70px;
    }

}

 