.edc > * {
	font-family: 'Ubuntu_400',Helvetica,Arial,Lucida,sans-serif;
}
.edc * {
	line-height: 1.5em;
}
.edc .edc_select .options > ul {
	padding-left: 0 !important;
}
body .edc .loader .loaders > div {
	background: #000;
}
.edc_form {
	padding: 0;
	border-radius: 0;
	border: 0;
	background: #fff;
}
.edc form.edc_form input[type="text"], .edc form.edc_form input[type="email"], .edc form.edc_form input[type="num"], .edc form.edc_form input[type="password"], .edc form.edc_form select, .edc form.edc_form textarea {
	border-width: 2px;
	border-color: #000;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 400;
	height: 56px;
}

.edc .edc_form .button_holder {
	text-align: right;
}
body .edc .btn {
	background: #6e9631 !important;
	border-radius: 8px;
	text-transform: none;
	border: 2px solid #6e9631;
	transition: background ease-in 0.2s;
}
body .edc .btn:hover {
	background: #fff !important;
	color: #000;
}
body .edc .btn.wide {
	padding: 0 60px;
}
.edc form.edc_form .name {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.edc form.edc_form .consumption input[type="text"] {
	padding-left: 50px;
	font-size: 0 !important;
}
.edc .edc_form .aftertext {
	color: #000;
	position: absolute;
	font-weight: bold;
	right: 10px;
	font-size: 18px;
	font-weight: 400;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.edc .edc_form .consumption .aftertext {
	right: 0;
	width: 100%;
	text-align: center;
}
.edc .edc_form .consumption .minus {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 2px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
}
.edc .edc_form .consumption .minus.disabled {
	border-color: #E7E7E7;
	cursor: unset;
}
.edc .edc_form .consumption .minus::before {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background: url("images/minus.svg");
}
.edc .edc_form .consumption .minus.disabled:before {
	background-image: url("images/minus-disabled.svg");
}
.edc .edc_form .consumption .plus {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 2px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
}
.edc .edc_form .consumption .plus.disabled {
	border-color: #E7E7E7;	
	cursor: unset;
}
.edc .edc_form .consumption .plus::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("images/plus.svg");
	background-size: cover;
}
.edc .edc_form .consumption .plus.disabled:before {
	background-image: url("images/plus-disabled.svg");
}

.order_steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 34px;
	position: relative;
	padding-bottom: 62px;
}
.order_steps::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -10000px;
	right: -10000px;
	top: -10000px;
	background: #F2F4ED;
	z-index: -1;
}
.order_steps .delim{
	height: 100%;
	width: 10%;
	height: 2px;
	background: #000;
}
.order_steps .delim::before{
	content: '';
	position: absolte;
	width: 100%;
	height: 2px;
	background: #000;
	top: 19px;
	left: 0;
}
.order_steps .num {
	width: 40px;
	height: 40px;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background: #346020;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.order_steps .active {
	font-weight: bold;
}
.order_steps .active .num {
	background: #000;
}
.order_steps .prev {
	cursor: pointer;
}
.order_steps .text {
	white-space: nowrap;
	color: #000;
	font-size: 16px;
}
.order_steps .prev .text {
	position: relative;
	padding-right: 30px;
}
.order_steps .prev .text::after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("images/stift.png") 50% 50% no-repeat;
	background-size: cover;
	right: 0;
	top: 0;
}
@media (max-width: 1000px) {
	.order_steps .delim {
		display: none;
	}
}
@media (max-width: 750px) {
	.order_steps .step {
		font-size: 14px;
	}
}

.edc form input[type="text"], .edc form input[type="email"], .edc form input[type="num"], .edc form select, .edc form textarea, .edc .edc_select .selected
{	
	border-width: 2px !important;
	border-color: #000 !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	font-family: 'Ubuntu_700',Helvetica,Arial,Lucida,sans-serif !important;
	color: #000 !important;
}
.edc .edc_select .selected.placeholder {
	color: #888 !important;
}
.edc form input:placeholder {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Ubuntu_700',Helvetica,Arial,Lucida,sans-serif;
	color: #888;	
}
.edc input[type="text"].field_upper {
	text-transform: uppercase;
}
.edc .order_process .edc_grid.col_2 > div {
	width: 49%;
}
.edc .theme_electricity .order_process .edc_select .selected::after, .edc .theme_gas .order_process .edc_select .selected::after {
	border-top-color: #000;
}
.edc .order_process .form_title {	
	font-family: 'Ubuntu_700',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 30px;
	color: #000;
}
.edc .order_process .form_hint {
	font-size: 18px;
	margin-bottom: 30px;
	color: #000;
	font-weight: 400;
}
.edc .order_process .form_hint.small {
	font-size: 14px;
}
@media (max-width: 800px) {
	.edc .order_process .form_title {
		font-size: 18px;
	}
}
.edc .order_process .form_subtitle {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
}
.order_data {
	position: relative;
	padding-right: 400px;
}
.order_data.hide_info {
	padding-right: 0;
}
.order_data .right_wrapper {
	margin-top: 30px;
}
.order_data .order_info {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}
.order_data.hide_info .order_info{
	display: none;
}
.order_data .order_info .title {
	position: relative;
	font-size: 18px;
	padding-left: 100px;
	margin-bottom: 30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	line-height: 120%;
}
.order_data .order_info .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 2px;
	background: #000;
}
.order_data .order_info .tariff_title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #000;
}
.order_data .items {
	display: table;
	width: 100%;
}
.order_data .items .item {
	display: table-row;
}
.order_data .items .item > div {
	display: table-cell;
	padding: 12px 6px;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.order_data .items .item:last-child > div {
	border-bottom: 0;
}
.order_data .items .item > div:first-child {
	padding-left: 0;
}
.order_data .items .item > div:last-child {
	padding-left: 0;
	text-align: left;
}
.order_data .items .item > div.name {
	font-size: 16px;
}
.order_data .items .item > div.name.bold {
	font-weight: bold;
}
.order_data .items .item > div.value {
	font-size: 18px;
	font-weight: bold;
}
.order_data .items .item > div.value span {
	font-weight: normal;
}
.order_data .items .item > div.value.big {
	font-size: 24px;
}

.edc .tariff_result .tariff_row {
	padding: 30px 0 30px 120px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.edc .tariff_result .tariff_data {
	padding: 30px 0 30px 120px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.edc .tariff_result .tariff_data .item {
	margin-bottom: 35px;
}
.edc .tariff_result .tariff_data .item:last-child {
	margin-bottom: 0;
}
.edc .tariff_result .tariff_data .item .value {
	font-size: 22px;
}
.edc .tariff_result .tariff_data .item .value.big {
	font-size: 32px;
	font-weight: bold;
	color: #6e9631;
}
.edc .tariff_result .tariff_items {
	padding: 20px 0 20px 120px;
}
.edc .tariff_result .tariff_row:first-child {
	padding-top: 15px;
}
.edc .tariff_result .tariff_row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.edc .tariff_result .tariff_row .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
}
.edc .tariff_result .tariff_row .title .circle {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	border: 2px solid #000;
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: unset;
	cursor: pointer;
}
.edc .tariff_result .tariff_row .title .circle:focus {
	outline: 2px solid #000;
	border: 5px solid #fff;
	background: #000;
	
}
.edc .tariff_result .tariff_row .items {
	display: table;
	width: 100%;
}
.edc .tariff_result .tariff_row .items > div {
	display: table-row;
}
.edc .tariff_result .tariff_row .items > div > span{
	display: table-cell;
	color: #000;
	font-size: 18px;
	padding: 12px 8px;
	position: relative;
}
.edc .tariff_result .tariff_row .items.list > div > span:first-child {
	padding-left: 30px;
}
.edc .tariff_result .tariff_row .items.list > div > span:first-child::before {
	content: url("images/check.svg");
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 20px;
}
.edc .tariff_result .tariff_row .items > div > span:first-child {
	padding-left: 0;
}
.edc .tariff_result .tariff_row .items > div > span:last-child {
	text-align: right;
	font-weight: bold;
	padding-right: 0;
}
.edc .tariff_result .tariff_row .items > div > span.big {
	font-size: 30px;
}
.edc .tariff_result .tariff_row .items > div > span a {
	color: #000;
	text-decoration: underline;
}
body .edc .single_tariff {
	border-radius: 0;
	border: 0;
	background: unset;
}
body .edc .single_tariff .tariff_wrapper {
    border-radius: 16px;
	border: 2px solid #b3b6ad;
	padding: 20px 30px;
}
body .edc .single_tariff.featured .tariff_wrapper {
	background: #f4f2ef;
	position: relative;
    border-radius: 0 0 16px 16px;
}
.edc .tariffs_list {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 20px;
}
.edc .tariffs_list .single_tariff{
	width: 50%;
	padding: 20px 30px;
}
.edc .tariffs_list .single_tariff .badge {
	position: absolute;
    top: -26px;
	left: -2px;
	right: -2px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    background: #6e9631;
    border-radius: 16px 16px 0px 0px;
	padding: 4px;
	
}
@media (max-width: 1000px) {
	.edc .tariffs_list .single_tariff {
		width: 100%;
		margin-bottom: 50px;
	}
}
.tariff_result .tariff_title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-left: 100px;
	margin-bottom: 30px;
	color: #000;
	text-transform: uppercase;
}
.tariff_result .tariff_title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 2px;
	background: #000;
}
.tariff_result .subtitle {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 60px;
	color: #000;
}
@media (max-width:800px) {
	.tariff_result .subtitle {
		font-size: 24px;
		margin-bottom: 18px;
	}
}
@media (max-width:600px) {
	.edc .tariff_result .tariff_row {
		padding-left: 0;
	}
	.edc .tariff_result .tariff_data {
		padding-left: 0;
	}
	.edc .tariff_result .tariff_items {
		padding-left: 0;
	}
	.edc .tariff_result .tariff_row .title .circle {
		display: none;
	}
	.edc .tariff_result .tariff_row.submit_row .items {
		display: block;
	}
	.edc .tariff_result .tariff_row.submit_row .items > div {
		display: block;
	}
	.edc .tariff_result .tariff_row.submit_row .items > div:first-child {
		display: flex;
		align-items: center;
	}
	.edc .tariff_result .tariff_row.submit_row .items > div > span {
		display: block;		
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.edc .tariff_result .tariff_row.submit_row .items > div:last-child > span:first-child {
		display: none;
	}
	.edc .tariff_result .tariff_row.submit_row .items > div:last-child > span:last-child {
	}
	.edc .tariff_result .tariff_row button {
		width: 100%;
	}
}
.edc form.edc_form .with_dropdown input[type="text"] {
	border-radius: 8px 8px 0 0;
}
#edc_dropdown {
	position: absolute;
   /* top: 100%;
    left: 0;*/
    width: 100%;
	max-width: 500px;
    background: #fff;
    border: 2px solid #000;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
	z-index: 999;
	max-height: 400px;
	overflow-y: auto;
	display: none;
}
#edc_dropdown.active {
	display: block;
}
#edc_dropdown .notext {
	padding: 0 8px;
}
#edc_dropdown .item {
	padding: 7px 8px;
	cursor: pointer;
}
#edc_dropdown .item:hover {
	background: rgba(0, 0, 0, 0.15);
}

.edc .hidden {
	display: none;
}

body .edc .edc_checkbox + label .icon {
	border-width: 2px;
	border-color: #000 !important;
}
body .edc .edc_checkbox:checked + label .icon {
	border-color: #000 !important;
}
body .edc .edc_checkbox:checked + label .icon {
	background: #000 !important;
}
body .edc .edc_radio + label .icon {	
	border-width: 2px;
	border-color: #000 !important;
}
body .edc .edc_radio:checked + label .icon::after {
	background: #000 !important;
}
body .edc .edc_select .options {
	border-width: 2px;
	border-color: #000 !important;
	border-radius: 8px;
}
body .edc .edc_radio.type2:checked + label .icon {
	background: #000 !important;	
}
body .edc .calendar .item.unavailable {
	color: #969696;
    background: #fff;
    border: 1px solid #ccc;
}
body .edc .pl20 {
	padding-left: 30px;
}
.order_data .submit_group {
	display: flex;
	justify-content: space-between;
}
.order_data .submit_group a {
	cursor: pointer;
	margin-right: 10px;
	display: inline-flex;
	height: 50px;
    font-weight: 400;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 50px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 8px;
    border: 0;
    text-decoration: none;
    width: auto;
	border: 2px solid #000;
}
.order_data .submit_group .btn[type="button"] {
	font-weight: 400;
}

@media (max-width: 1000px) {
	.order_data {
		padding-right: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column-reverse;
	}
	.order_data .order_info {
		position: static;
		margin-bottom: 50px;
		width: 100%;
	}
}
@media (max-width: 750px) {
	.order_data .submit_group {
		flex-flow: row wrap;
	}
	.order_data .submit_group a{
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.order_data .submit_group .btn{
		width: 100%;
	}
}
.edc .edc_select.hide_placeholder .options > ul li.placeholder {
	display: none;
}
.edc .edc_select.empty_first .options > ul li.placeholder {
	font-size: 0;
}
.edc .edc_checkbox + label.absolute_checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
}
.edc .edc_checkbox + label.absolute_checkbox .icon {
	position: absolute;
	left: 0;
	top: 3px;
}
.edc form .validate_error.full {
	overflow: unset;
	max-width: unset;
}
.edc .tariffs_total {
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
	display: none;
}
@media (max-width: 800px) {
	.edc .tariffs_total {
		display: block;
	}
}
.edc .order_wrapper .container {
	width: 100%;
}
.edc form fieldset.bb {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 30px;
	margin-bottom: 30px !important;
}
.edc .order_wrapper form .name {
	font-size: 18px;
}
@media (max-width: 1000px) {
	.edc .first_step .edc_grid.col_4 > div {
		width: 49%;
	}
	.edc .first_step .edc_grid.col_4 button {
		width: 100%;
	}
}
@media (max-width: 1000px) {
	.edc .second_step .edc_grid.col_3 > div.button_holder {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 500px) {
	.edc .second_step .button_holder button{
		width: 100%;
	}
}

body .edc .edc_select .selected {
	height: 50px;
}

body.edc-page #main-content {
	overflow: hidden;
}
.edc form.order_process .field.not_valid .validate_error {
	display: none;
}
.edc form.order_process .field.not_valid.to_bottom {
	padding-bottom: 0;
}
.edc form.order_process .field.not_valid.to_top {
	padding-top: 0;
}
.edc form.order_process input[type="text"].not_valid, 
.edc form.order_process input[type="email"].not_valid, 
.edc form.order_process input[type="num"].not_valid, 
.edc form.order_process select.not_valid, 
.edc form.order_process textarea.not_valid, 
.edc .order_process .not_valid .edc_select .selected {
	border-width: 2px !important;
	border-color: #E93B3B !important;
}
.edc .order_process .ajax_result.error {
	border: 2px solid #E93B3B;
	border-radius: 8px;
	background: #ffdddd;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
    margin: 10px 0;
    width: 100%;
}

.edc .stage_row {
	margin-top: 40px;
}

.edc .stage_title {
    font-size: 24px;
    font-family: 'Ubuntu_700';
    line-height: 130%;
    background: #F2F4ED;
    padding: 15px 30px;
}
.edc .stage_data {
    padding: 15px 30px;
	position: relative;
	line-height: 1.5em;
}
.edc .stage_data * {	
	line-height: 1.5em;
}
.edc .stage_data_title {
    font-family: 'Ubuntu_700';
    font-size: 14px;
    font-weight: 400;
}
.edc .stage_data ul {
    list-style: none !important;
    padding-left: 0 !important;
}
.edc .edit_btn {
    font-size: 14px;
    text-decoration: underline;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.order_info_inline .title {
	font-size: 24px;
    font-family: 'Ubuntu_700';
    line-height: 130%;
    background: #F2F4ED;
    padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.order_info_inline .title .big {
	font-size: 40px;
}
.order_info_inline .data {
	padding: 30px;
    padding-left: 130px;
}
.order_info_inline .data.rounded {
	position: relative;
}
.order_info_inline .data.rounded::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 30px;
	width: 60px;
	height: 60px;
	border: 2px solid #000;
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: unset;
}
.edc .order_wrapper .order_info_inline .data .name {
	font-size: 16px;
	font-weight: 400;
}
.edc .order_wrapper .order_info_inline .data .name.tariff_title {
	font-size: 18px;
	font-weight: bold;
}
.order_info_inline .data .row {
	display: flex;
	justify-content: space-between;
}
.edc .edc_checkbox +label a {
	text-decoration: underline;
}

body:not(.et-tb) #main-content .order_wrapper .container {
	padding-top: 63px;
}
.edc .container .edc_grid {
	flex-flow: unset;
	gap: 32px;
}
.edc form fieldset.m32 {
	margin-bottom: 32px;
}
.edc form fieldset.m20 {
	margin-bottom: 20px;
}
body .edc form input[type="text"], body .edc form input[type="email"], body .edc form input[type="num"], body .edc form input[type="password"], body .edc form select, body .edc form textarea {
	padding: 0 10px;
}
.edc fieldset.bordered .field {
	padding: 8px;
	border: 1px solid #000000;
	border-radius: 8px;
}
.edc fieldset .not_valid.checkbox_wrapper.field {
	padding: 14px 8px !important;
	border: 2px solid #E93B3B;
	border-radius: 8px;
}