/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor
 */


/*---------------------мои стили-------------------*/
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    padding: 5px 20px !important;
}
.elementor-field-subgroup span {
    align-items: center;
    display: flex;
}
.elementor-acceptance-field{
    accent-color: #FF5E4F  !important;}
input {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 20px;
    }
.politika{
    font-size: 14px;
    line-height: 1.2em;
    }
div .politika{
    padding-left: 10px;
    }
.elementor-field-type-phone,
.elementor-field-type-submit {
flex: 1;
margin-right: 10px;}
.elementor-field-type-submit {
margin-right: 0;}
.elementor-field-type-acceptance {
order: 2;
width: 100%;
margin-top: 1px;}

/*------------------радиокнопки-------------*/
.new_quize .elementor-field-option {
    margin-bottom: 20px;
}
.new_quize .elementor-field-subgroup span {
    align-items: center !important;
    cursor: pointer;
    display: flex !important;
}
.new_quize .elementor-field-option label {
    cursor: pointer;
}
.new_quize .elementor-field-option input[type="radio"] {
    align-items: center;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    box-shadow: none!important;
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    margin-right: 7px;
    margin-top: 0;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    outline: none!important;
    position: relative
}
.new_quize .elementor-field-option input[type="radio"]:checked {
    border-color: #FF5E4F !important;
    background: #FF5E4F !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.new_quize .elementor-field-option input[type=radio]:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #FFF !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.textInline{
    white-space: nowrap;
}
.elementor-button{
    cursor: pointer;
}
.eee-form__buttons__wrapper__button-previous {
    background-color: #6A6A6A !important;
    background-image: linear-gradient(0deg, #6A6A6A 0%,  #7A6A6A  100%) !important;
}
.eee-form__buttons__wrapper__button-previous:hover {
    background-color: #6A6A6A !important;
    background-image: linear-gradient(180deg, #FF5E4F 0%, #FF5E4F  100%) !important;
}

 /*------------------блик на кнопке------------*/
.elementor-button {
    position: relative;
    overflow-x: hidden;
}
.elementor-button .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); // Наклон
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; // Время и тип анимации можно менять
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

 /*----------------Стили Вопросы-ответы----------*/
.elementor-accordion-item {
    border-radius: 10px;
    background: linear-gradient(30deg, rgba(250,250,250,1) 0%, rgba(244,244,244,1) 30%, rgba(250,250,250,1) 100%);
    margin-bottom: 30px;
    padding: 15px;

}
.elementor-accordion-icon{
    margin-top: 4px;
}
.gradienGleb {
    background: linear-gradient(30deg, rgba(250,250,250,1) 0%, rgba(244,244,244,1) 30%, rgba(250,250,250,1) 100%);
}

 /*----------------Стили для Блога----------*/
.blog-contetn img {
    border-radius: 10px !important;
    border: 5px solid #fff !important;
    display: block;
    width: 100%;
    }
.blog-contetn h2 {
    margin: 1.5em 0 0.5em;
    }
.blog-contetn h3 {
    margin: 1.5em 0 0.5em 0;
    }
.elementor-post-info li{
    margin-bottom: 10px  !important;
    }
blockquote {
    margin: 0.25em 0;
    padding: 0.25em 40px;
    border-left:5px solid #FF5E4F;
    background:#fff;
    border-radius: 10px;
    }
blockquote ul, blockquote h3{
color: #FF5E4F !important;
}

/*------------Карточи с ценами-------------*/
.pryce .cena-btn {
    transform: translate(107%, 0px);
    transition: 0.5s;
    cursor: pointer;
}
.pryce:hover .cena-btn {
    transform: translate(0px, 0px);
    transition: 0.5s;
}
.pryce .vybor-btn {
    transform: scale(0.1);
    opacity: 0.1;
    transition: 0.5s;
}
.pryce:hover .vybor-btn {
    transform: scale(1);
    opacity: 1;
    transition: 0.5s;
}
.cena-text .elementor-heading-title {
    transition: 0.5s;
}
.pryce:hover .cena-text .elementor-heading-title {
    color: #ff5500 !important;
    transition: 0.5s;
}
.dialog-close-button {
    border-radius: 4px;
}
.elementor-popup-modal .dialog-widget-content a {
    text-decoration: none;
}



@media screen and (max-width: 767px) {

.elementor-193 .elementor-element.elementor-element-653cf88 .elementor-heading-title{
    font-size: 19px !important;
}
.elementor-9517 .elementor-element.elementor-element-289af619 {
        padding-top: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 30px !important;
        padding-left: 10px !important;
}

blockquote {
margin: 10px 0;
padding: 10px 15px;
}
 .pryce .cena-btn {
    transform: translate(0px, 0px);
    transition: 0.5s;
  }


}