/*!
   ==================================================

	Theme Name: Divi Child
	Template: Divi
	Theme URI: http://www.elegantthemes.com/gallery/divi/
	Version: 3.27.2
	Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
	Author: Elegant Themes
	Author URI: http://www.elegantthemes.com
	Text Domain: divi-child
	Domain path: /languages
   ==================================================

*/

.radio-btn {margin: 15px 0 20px !important;}

.radio-btn input {display: none;}
.radio-btn label {
    position: relative;
    padding-left: 40px;
    font-weight: 600;
    cursor: pointer;
}
.radio-btn label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #435fbc;
}
.radio-btn input:checked + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #435fbc;
    border-radius: 50px;
    border: none;
}
.theme_gas .radio-btn label:before {
    border: 1px solid #e1b633;
}
.theme_gas .radio-btn input:checked + label:after {
    background: #e1b633;
}
.theme_electricity .radio-btn label:before {
    border: 1px solid #74716b;
}
.theme_electricity .radio-btn input:checked + label:after {
    background: #74716b;
}
.et_pb_menu--without-logo {
    background-color: transparent !important;
}
iframe#meter_reading {
    height: 2600px;
}
.header-phones {
    display: flex
}

.header-phones .header-phones-title {
    display: flex;
}

.header-phones .header-phones-title img {
    height: fit-content;
    padding-right: 5px;
}

.header-phones .header-phones-title span {
    color: #999999;
}

.header-phones .header-phones-numbers {
    padding-left: 10px;
    padding-top: 1px;
    text-align: right;
}

.header-phones .header-phones-numbers span {
    display: block;
    margin-bottom: -10px;
}
@media screen and (max-width: 600px) {
    .edc .col_2 {
        flex-direction: column;
    }
    .edc .col_2 > div {
        width: 100%;
    }
    iframe#meter_reading {
        height: 4000px;
    }
}


/*! NO STYLES IN THE THEME STYLES FILES !*/