/* 
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 */

.accent {
	color: var( --e-global-color-accent );
}
*, :focus {
	outline: none;
}
.cp {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media(max-width: 1140px) {
	.cp {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width: 767px) {
	.cp {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* ============================================
 *    Весь сайт
 * ============================================ */ 

.accent_bg {
    background-color: var( --e-global-color-accent );
    padding: 2px 5px 5px 5px;
    line-height: 1;
}

.h2_hr {
    position: relative;
}
.h2_hr:before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: var( --e-global-color-accent );
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.elementor-counter .elementor-counter-title {
    text-align: center;
    line-height: 1.3;
    padding-top: 10px;
}

.our_service .elementor-image-box-content {
    padding: 20px;
}

[data-filter="150-250-m²"] {
    order: 1;
}
[data-filter="ot-250-m²"] {
    order: 1;
}
.step {
    width: 300px;
    overflow: hidden;
}
.step .elementor-icon {
    position: relative;
}

.elementor-countdown-item {
    width: 170px;
}

.e-n-accordion-item {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}
.e-n-accordion-item * {
    transition: all 0.3s;
}
.footer_contact_item .elementor-icon-box-content {
    display: flex;
    flex-direction: column-reverse;
}

@media(min-width: 768px) {
    .step:not(:last-child) .elementor-icon:after {
        content: "";
        width: 1000%;
        height: 2px;
        background-color: var( --e-global-color-accent );
        position: absolute;
        left: 100%;
        top: calc(50% + 2px);
        z-index: 1;
    }
    
    .step:not(:last-child) .elementor-icon:before {
        content: "";
       width: 0;
        height: 0;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent var( --e-global-color-accent ) ;
        border-style: solid;
        display: inline-block;
        position: absolute;
        left: calc(100% + 140px);
        top: calc(50% - 7px);
    }
}
@media(max-width: 767px) {
    .elementor-countdown-item {
        width: 80px;
    }
}



/* ============================================
 *    Header
 * ============================================ */ 

.my_header.fixed {
    position: fixed;
    z-index: 9999;
    transition: all 0.3s;
    width: 100%;
    transform: translateY(0%);
    /*background: #ffffff;*/
    /*height: 60px;*/
    box-shadow: 0 20px 30px -20px #00000020;
}
.my_header.out {
  transform: translateY(-100%);
	transition: all 0.3s;
  
}
.my_header .top_contact {
	height: auto;
	transition: all 0.3s;
}
.my_header.fixed .top_contact {
    /* display: none; */
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    /* opacity: 0; */
    transform: translateY(-100%);
}
.my_header.fixed .e-con-inner {
	padding-top: 0;
}



/* ============================================
 *    Для форм
 * ============================================ */ 
.elementor-form input:focus, 
.elementor-form textarea:focus, 
.elementor-form select:focus {
    border-color: var( --e-global-color-accent ) !important;
    color: var( --e-global-color-primary ) !important;
	box-shadow: none !important;
}



.elementor-field-option {
    display: flex;
    /* column-gap: 10px; */
    align-items: center;
    justify-content: flex-start;
    /*width: calc(50% - 14px);*/
    position: relative;
    height: 35px;
    flex-basis: auto !important;
}
.elementor-field-option label {
    padding-left: 30px !important;
}
.elementor-form input, 
.elementor-form textarea, 
.elementor-form select {
    padding: 20px 17px;
}
input[type="checkbox"] {
    width: 0px;
    height: 0px;
    appearance: none;
    padding: 0;
    /* position: relative; */
}

input[type="checkbox"]:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid var( --e-global-color-primary );
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 0px;
    z-index: 10;
}
input[type="checkbox"]:checked:after {
    content: "";
    width: 20px;
    height: 20px;
    /* background-color: var( --e-global-color-text ); */
    color: var( --e-global-color-text );
    border-radius: 5px;
    position: absolute;
    left: 14px;
    top: 6px;
    transform: translate(-50%);
    background-image: url(https://works.vladimir-kozlov.ru/ecohouse/wp-content/uploads/2024/11/check.png) !important;
    background-position: center 2px;
    background-repeat: no-repeat !important;
    background-size: 100%;
}










