/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#search_filter, .search_filter, .search_input, #ajax_search_input {
    background: #FFFFFF url('/img/search.png') no-repeat scroll 15px 10px;
    border: 0;
    border-radius: 30px;
    color: #4d4d4d;
    font-family: 'Helios', Arial;
    font-size: 16px;
    font-weight: 500;
    outline: 0;
    padding: 13px 13px 13px 50px;

}

#ajax_search_results {
    list-style: none;
}
.ajax-search_link {
    font-size: 26px;
}

.search-highlight {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 0px 2px;
    border-radius: 6px;
    color: red;
}
.ajax-search__item {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #FFFFFF;
}

.ajax-search__item:hover{
    background-color: #FFFFFF;
    padding: 10px 20px;
    margin-left: -20px;
    margin-bottom: 0;
    border-radius: 25px;
}

#search_filter::-webkit-input-placeholder {
    color: #9d9d9d;
}

#search_filter::-moz-placeholder {
    color: #9d9d9d;
}

#search_filter::-ms-input-placeholder {
    color: #9d9d9d;
}

#search_filter:-o-input-placeholder {
    color: #9d9d9d;
}

.price_title .e-n-accordion-item-title-text {
background-color:green;
color: #FFFFFF;
    font-family: "Helios", Arial;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 50px 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-f417657) 100%);
    min-width: 450px;
    text-align: center;
}

.pricelist {
    box-sizing: border-box;
    min-width: 315px;
}

.block_text{
    hyphens: auto;
}

.block_price {
    color: #0b6638;
    font-weight: 600;
    white-space: nowrap;
}

.block_row {
    align-items: center;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.block_row:has(+ block_row:hover) {
    border-bottom: 0;
}
.block_row:hover {
    background-color: #FFFFFF;
    background-color: #FFFFFF;
    margin: 0 -15px;
    padding: 10px 15px;
    border-radius: 30px;
}

.block_line {
    border-bottom: 2px dotted #000;
    flex-basis: 0;
    flex-grow: 1;
    height: 1px;
    margin: 0 .5rem;
    min-width: 25px;
}

mark {
    background: yellow;
    /*color: inherit;*/
    color: red;
    padding: 0;
}

.hide {
    display: none;
}
.service_button, .service_button:visited {
    background-color: #FFFFFF;
    border: solid 2px #0B6638;
    color: #000000;
}

.complex_button, .complex_button:visited {
    background-color: #2CB742;
    border: solid 2px #2CB742;
    color: #FFFFFF;
    font-weight: 600;
}

.service_button, .service_button:visited, .complex_button, .complex_button:visited {
    display: inline-block;
    text-align: center;
    padding: 5px 30px;
    border-radius: 30px;
    margin-left: 15px;
    cursor: pointer;
    hyphens: none;
}

.service_button:hover, .complex_button:hover {
    background-color: #0B6638;
    color: #FFFFFF !important;
}

.complex_button:hover {
    border: solid 2px #0B6638;
}

/* ÄËß ÍÀÂÈÃÀÖÈÈ ÏÎ FAQ */

.pages_nav {
    border: solid 1px #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 20;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 15px;
}

.pages_nav:hover {
    background-color: #32b55d;
    color: #fff;
}

.faq_current {
    background-color: #eee;
    border-color: #000;
}

.acceptance-914 {
    height: auto !important;
}

/* ÄËß ÌÎÁÈËÜÍÛÕ */
@media (min-width: 599px) {
    .bottom_service_button {
    display: none;
    }
}
@media (max-width: 599px) {
    .block_row { display: block; }
    .block_text{
        display: inline-block;
        width: 72%;
    }
    .block_price {
        display: inline-block;
        vertical-align: top;
        float: right;
    }

    .block_line {
        display: none;
    }
    .block_button {
        display: none;
        width: 100%;
    }
    .bottom_service_button {
        margin-right: 25px;
    }
    .service_button {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .complex_button{
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 5px;
        line-height: 14px;
        padding: 8px;
        width: 100%;
        margin: 0;
    }

    .price_title .e-n-accordion-item-title-text {
        font-size: 16px;
        min-width: 250px;
        padding: 10px;
    }

}

@media (max-width: 420px) {
    .block_text {
        display: inline-block;
        width: 68%;
    }
}