
.container_text  {
	border: 2px solid #aa2128;
    border-radius: 10px;
    overflow: scroll; 
    margin-bottom: 20px;
    resize: vertical;
    font-family: 'Roboto-Medium';
    padding: 10px;
	height:200px;
	text-indent: 20px;
	text-align: justify;
	line-height: 22px;
    margin-top: 50px;

}

.block_tab_content h4, .block_tab_content_price h4 {
    text-transform: uppercase;
    color: #a92028;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    text-align: center;
	line-height: 25px;    
}
	
#overlay_warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Adjust the transparency as needed */
    z-index: 1000; /* Make sure the overlay is above other elements */
}

.hidden_popup_war {
    display: none;
}

#popup_warning {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
}

#popup_div h4{
	text-align: center;
	font-family: 'Roboto-Bold';
	font-size: 24px;
	color: #a92028;
	padding: 20px 0px!important;
}
#services th{
	font-size: 13px;
}
#popup_div, #popup_liq, #popup_history{
	background-color: #fff;
	border-radius: 20px;
	padding: 35px 40px;
	max-width: 500px;
	width: 98%;
	margin: 0 auto;
	position: relative;
}
div#popup_history{
	max-width: 900px;
}
hr {
	width: 100%;
}
.pay_form>div>span{
	display: inline-block;
	margin-left: 5px; 
	font-size: 23px;
	margin-right: 15px;
}
.pay_form>div{
	display: flex;
	align-items: center;
}
.pay_form input[type="text"]{
	width: 130px;
	text-align: center;
	background-color: #fff;
}
.pay_form button{
	margin-left: 10px;
}
.pay_form{
	display: flex;
	flex-wrap: wrap;
}
.pay_form span {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    color: #000;
	margin-left: 10px;
    margin-right: 10px;
}
.pay_form input {
	width: 100%;	
	height: 50px!important;
	border: 2px solid #aa2128!important;
	border-radius: 10px!important;	
	font-family:'Roboto-Bold';
	font-size: 18px!important;
	color: #000;
	background: #f3f3f3;
	padding-left: 10px!important;
	outline: none!important;
}
.pay_form button{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
	margin: 0 auto;
}

.und_but_pay_text{
	margin: 2px 0;
	width: 100%;
}
.d-f{
	display: flex;
}
.btn-platon:hover {
	color: #fff;
	background-color: #ff8249;
	border-color: #ff8249;
}
.btn-platon{
	color: #fff;
	background-color: #E7682E;
	border-color: #E7682E;
}
.btn-platon:not(:disabled):not(.disabled):active:focus{
	box-shadow: 0 0 0 0.2rem rgba(255, 130, 73, 0.76);
}


/******/
h1.entry-title{display: none;}
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}
.main_tabs_block.tabs{
	padding-bottom: 90px;
	padding-left: 15px;
	padding-right: 15px;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}

.vertical .tabs__caption {
	float: left;
	display: block;
}
.vertical .tabs__caption li {
	float: none;
}
.vertical .tabs__caption li:last-child:before {
	display: none;
}
.vertical .tabs__caption .active:after {
	left: auto;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: auto;
}
.vertical .tabs__content {
	overflow: hidden;
}

.main_tabs_block{
	background: #f3f3f3;
}
ul.tabs__caption{
	display: flex;
	margin-top: 10px;
}
.tabs__caption li:nth-child(1){
	border-right: 0px;
}
.tabs__caption li:nth-child(2){
	border-right: 0px;
}
.tabs__caption li:nth-child(3){
	border-right: 0px;
}
.tabs__caption li:nth-child(4){
	border-right: 0px;
}
.tabs__caption li{
	color: #aa2128;
	font-size: 14px;
	font-family: 'Roboto-Bold';
	height: 70px;
	border: 2px solid #aa2128;
	border-radius: 10px 10px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25%;
	cursor: pointer;
	background: #fff;
	text-align: center;
}
.tabs__caption li:hover{
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	color: #fff;
	border: none;
}
.tabs__caption li.active{
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	color: #fff;
	border: none;
}
.tabs__content.active{
	border: 2px solid #aa2128;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	padding:18px;
}
.text_welcome{
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto-Bold';
	text-align: center;
	border-bottom: 2px solid #881a20;
	height: 60px;
	line-height: 60px;
}
.text_name{
	height: 60px;
	border-bottom: 2px solid #881a20;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.text_name span{
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto-Medium';
	width: 100%;
	text-align: center;
}
.btn_logout{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 30px;
	border: 0;
	color: #fff;
	font-size: 12px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 1em;
	outline: 0;
	cursor: pointer;
}
button.vnes_pok:hover,
.btn_logout:hover,
.btn_kv:hover,
.btn_add_kv:hover,
.btn_del:hover,
.btn_pay:hover,
.btn_pdf:hover,
#zamovlennya_poslug form button:hover,
.btn_video:hover,
#form_registration #um-submit-btn:hover{
	color: #fff;
	text-decoration: none;
	background: radial-gradient(#f6585a, #b4292f);
	box-shadow:none;
	border: none;
}
button.vnes_pok:focus,
.btn_logout:focus,
.btn_kv:focus,
.btn_add_kv:focus,
.btn_del:focus,
.btn_pay:focus,
.btn_pdf:focus,
#zamovlennya_poslug form button:focus,
.btn_video:focus,
#form_registration #um-submit-btn:focus{
	color: #fff;
	text-decoration: none;
	background: radial-gradient(#f6585a, #b4292f);
	box-shadow:none;
	outline: none;
	border: none;
}

.btn_kv{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
	margin:0 auto;
}
.btn_add_kv{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
	margin:0 auto;
	margin-top: 35px;
}
.btn_del{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
	margin:0 auto;
	margin-top: 35px;
}
.btn_pay{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
}
.block_pay{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.btn_pdf{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
}
#form_registration #um-submit-btn{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px!important;
	border: 0!important;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px!important;
	text-decoration: none;
	user-select: none;
	padding: 0 15px!important;
	outline: 0!important;
	cursor: pointer!important;
	width: 100%!important;
	margin: 0 auto;
	min-width: 100%!important;
}
.select_label{
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.select_option {
	display: block;
	width: 100%;
	position: relative;
	border: 2px solid #aa2128;
	border-radius: 10px;
	padding: 10px 15px;
	cursor: pointer;
	user-select: none;
	background: #fff;
	height: 40px;
	outline: none;
	color: #ad272f;
	text-align: center;
}
.block_select{
	height: 120px;
	border-bottom: 2px solid #881a20;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.block_btn{
	height: 130px;
	border-bottom: 2px solid #881a20;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-evenly;
}
.block_tab_content{
	background: #fff;
	border-radius: 10px;
	padding: 25px 35px;
	margin-bottom: 20px;
}
.block_tab_content h3,
.block_tab_content_price h3{
	text-transform: uppercase;
	color: #a92028;
	font-family: 'Roboto-Medium';
	font-size: 24px;
	text-align: center;
}
.block_tab_title img{
	float: left;
	height: 50px;
}
.block_tab_title{
	margin-top: 25px;
	margin-bottom: 25px;
	height: 40px;
	line-height: 40px;
}
.font-bold{
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #ad2e34;
	line-height: 26px;
}
.block_line .font-bold{
	padding-left: 15px;
}
.font-text{
	font-family:'Roboto-regular';
	font-size: 18px;
	color: #000;
	line-height: 26px;
}
.block_tab_content p{
	width: 100%;
}
.table th, .table td {
	color: black!important;
}
.block_column1,
.block_column2,
.block_column3{
	display: flex;
	flex-direction: column;
}

.block_line{
	height: 75px;
	background: #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

/* Specific styling for price table lines */
.block_tab_content_price .block_line {
	height: 60px !important;
	margin-bottom: 10px !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 5px !important;
	padding: 0 15px !important;
	display: flex !important;
	align-items: center !important;
}

.block_tab_content_price .block_column_1 .block_line {
	border-right: none !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	justify-content: flex-start !important;
	text-align: left !important;
}

.block_tab_content_price .block_column3 .block_line {
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	justify-content: flex-end !important;
	text-align: right !important;
}
.block_line img{
	height: 45px;
	width:auto;
}
.block_column1 .block_line{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.block_column3 .block_line{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: left;
	justify-content: center;
}
.block_line_price{
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #000;
}
.block_tab_content_price {
	background: none;
}
.block_column1 .block_line:last-child{
	border: 2px solid #aa2128;
	border-right: none;
}
.block_column2 .block_line:last-child{
	border-top: 2px solid #aa2128;
	border-bottom: 2px solid #aa2128;
}
.block_column3 .block_line:last-child{
	border: 2px solid #aa2128;
	border-left: none;
}
.block_column_1 .block_line:last-child{
	border: 2px solid #aa2128;
	border-right: none;
}
table#services tr th,
table#services tr td{
	text-align: center;
	font-family: 'Roboto-Bold';
	font-size: 12px;
	color: #000;
	border: 2px solid #aa2128;
	vertical-align: middle;
}
table#services thead tr{
	background-color: rgba(170, 33, 40, 0.3); 
}
table#services tr{
	background: #fff; 
}

.container_table{
	border: 2px solid #aa2128;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.container_table table{
	margin-bottom: 0px;
}

table#services thead tr th{
	border-top:none;
}
table#services tbody tr:last-child td{
	border-bottom:none;
}
table#services thead tr th:first-child{
	border-left:none;
}
table#services thead tr th:last-child{
	border-right:none;
}
table#services tbody tr td:first-child{
	border-left:none;
}
table#services tbody tr td:last-child{
	border-right:none;
}


table#history  tr th,
table#history tr td{
	text-align: center;
	font-family: 'Roboto-Bold';
	font-size: 12px;
	color: #000;
	border: 2px solid #aa2128;
	vertical-align: middle;
}
table#history thead tr{
	background-color: rgba(170, 33, 40, 0.3); 
}
table#history tr{
	background: #fff; 
}

table#history thead tr th{
	border-top:none;
}
table#history tbody tr:last-child td{
	border-bottom:none;
}
table#history thead tr th:first-child{
	border-left:none;
}
table#history thead tr th:last-child{
	border-right:none;
}
table#history tbody tr td:first-child{
	border-left:none;
}
table#history tbody tr td:last-child{
	border-right:none;
}

.block_column_1 .block_line {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: left;
	justify-content: flex-start;
}

.hidden_select{display: none;}
#services tr td[data-content="Водопосточання та водовідведення"] ~ td.right_column > .hidden_select{display: block;}


.block_zamovlennya_tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 20px;
	padding: 30px 30px;
}
.block_tab_content_grafic {
	background: #fff;
	border-radius: 10px;
	padding: 25px 35px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.zamovlennya_title_tab {
	font-family: 'Roboto-Medium';
	font-size: 20px;
	color: #000;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.zamovlennya_block_text{
	text-align: center;
	font-family:'Roboto-Bold';
	font-size: 16px;
	color: #000;
}
.block_zamovlennya_poslug_tab {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
	align-items: baseline;
}
.zamovlennya_block_text p{
	background: #fff;
	margin-bottom: 5px;
	border-radius: 10px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zamovlennya_block_text p img{
	margin-right: 30px;
}
.block_left_content{
	position: fixed;
	width: 250px;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	background: #a92029;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
}
.block_left_shadow{
	width: 250px;
}
.main_tabs_block{
	width: 100%;
	margin-left: 250px;
}
.main_block{
	position: relative;
	width: 100%;
	margin-left: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 40px;
	padding-right: 40px;
}
#content{
	position: relative;
}
.entry-content
{
	position: relative;
}

/*form*/
#getform{
	border-radius: 20px;
	padding: 25px 25px;
}
.form_title{
	text-align: center;
	font-family:'Roboto-Bold';
	font-size: 24px;
	color: #a92028;
}
#zamovlennya_poslug .modal-header{
	display: flex;
	justify-content: center;
	border: none;
}
.pokazniki input[type=text]{
	height: 45px!important;
	border: 2px solid #aa2128!important;
	border-radius: 10px!important;
	font-family:'Roboto-Bold';
	font-size: 14px!important;
	color: #787878;
	background: #f3f3f3;
	padding-left: 10px!important;
	outline: none!important;
	margin-right: 10px;
	width: 100%;
}

/*login*/


/*registration*/
#submit-zamovlennya_poslug .um-field-label{width: 10%;}
#form_registration .um-field-area {
    display: flex;
    align-items: center;
    width: 90%;
}
.um-field-error {
    width: auto;
    max-width: 100%;
    background: transparent!important;
    color: #a92028!important;
    padding: 0px!important;
    font-size: 14px;
    line-height: 20px !important;
    margin: 0px 0 0 0!important;
}
#form_registration .um-field-error {
    margin: 0px 0 0 10%!important;
}
.um-faicon-caret-up:before {
    display: none;
}

#form_registration label{display: none}
#um_field_5_first_name,
#um_field_5_last_name,
#um_field_5_user_email,
#um_field_5_user_password,
#um_field_5_confirm_user_password,
#um_field_5_num_lc,
#um_field_5_sum-lc{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: left;
}
.um-icon-help-circled:before {
    content: "\f142";
    margin-right: 5px;
}

#um_field_5_confirm_user_password{
	margin-bottom: 10px;
	display: flex;
}
#form_registration .um .um-tip {
	color: #ad252e;
}

#form_registration input[type=text],
#form_registration input[type=password],
#form_registration form .select2.select2-container .select2-selection{
	width: 100%;
	height: 45px!important;
	border: 2px solid #aa2128!important;
	border-radius: 10px!important;
	margin-bottom: 0px!important;
	font-family:'Roboto-Bold';
	font-size: 14px!important;
	color: #787878;
	background: #f3f3f3;
	padding-left: 10px!important;
	outline: none!important;
}

#um_field_um_password_id_username_b input[type=text],
#send_pok_form input[type=text],
#send_pok_form input[type=number],

form.form_add_kv input[type=text],
#zamovlennya_poslug form input[type=text],
#zamovlennya_poslug form input[type=tel],
#send_pok_form input[type=number],
#zamovlennya_poslug form input[type=number],
#zamovlennya_poslug form select{
	width: 100%;
	height: 45px!important;
	border: 2px solid #aa2128!important;
	border-radius: 10px!important;
	margin-bottom: 10px!important;
	font-family:'Roboto-Bold';
	font-size: 14px!important;
	color: #787878;
	background: #f3f3f3;
	padding-left: 10px!important;
	outline: none!important;
}

#um_field_um_password_id_username_b input[type=text]:hover,
#payments_period:hover,
#send_pok_form input[type=text]:hover,
#send_pok_form input[type=number]:hover,
.pokazniki input[type=text]:hover,
#form_registration input[type=text]:hover,
#form_registration input[type=password]:hover,
#form_registration form .select2.select2-container .select2-selection:hover,

form.form_add_kv input[type=text]:hover,
#zamovlennya_poslug form input[type=text]:hover,
#zamovlennya_poslug form input[type=tel]:hover,
#zamovlennya_poslug form input[type=number]:hover,
#zamovlennya_poslug form select:hover,
#zamovlennya_poslug form textarea:hover,

#um_field_um_password_id_username_b input[type=text]:focus,
#payments_period:focus,
#send_pok_form input[type=text]:focus,
#send_pok_form input[type=number]:focus,
.pokazniki input[type=text]:focus,
#form_registration input[type=text]:focus,
#form_registration input[type=password]:focus,
#form_registration form .select2.select2-container .select2-selection:focus,

form.form_add_kv input[type=text]:focus,
#zamovlennya_poslug form input[type=text]:focus,
#zamovlennya_poslug form input[type=tel]:focus,
#zamovlennya_poslug form input[type=number]:focus,
#zamovlennya_poslug form select:focus,
#zamovlennya_poslug form textarea:focus,

#send_pok_form input[type=text]:active,
#send_pok_form input[type=number]:active,
.pokazniki input[type=text]:active,
#form_registration input[type=text]:active,
#form_registration input[type=password]:active,
#form_registration form .select2.select2-container .select2-selection:active,

#um_field_um_password_id_username_b input[type=text]:active,
#payments_period:active,
form.form_add_kv input[type=text]:active,
#zamovlennya_poslug form input[type=text]:active,
#zamovlennya_poslug form input[type=tel]:active,
#zamovlennya_poslug form input[type=number]:active,
#zamovlennya_poslug form select:active,
#zamovlennya_poslug form textarea:active{
	border: 2px solid #f6585a!important;
	outline: none;
	box-shadow: none;
}
#zamovlennya_poslug form textarea{
	width: 100%;
	border: 2px solid #aa2128;
	border-radius: 10px;
	margin-bottom: 15px;
	font-family:'Roboto-Bold';
	font-size: 14px;
	color: #787878;
	padding-left: 10px;
	padding-top: 10px;
	background: #f3f3f3;
	outline: none;
}

.um-password input#um-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px!important;
	text-decoration: none;
	user-select: none;
	padding: 0 1.5em;
	outline: 0;
	cursor: pointer;
}
.um-password input#um-submit-btn:hover{
	background: radial-gradient(#f6585a, #b4292f);
	box-shadow: none;
}

.pokazniki button{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 45px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
}
#zamovlennya_poslug form button{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
	margin: 0 auto;
}
button.mfp-close{
	height: 30px!important;
	width: 30px!important;
	right: 0;
	position: absolute;
	margin-right: 25px;
	background: linear-gradient(to bottom,#f6585a,#b4292f)!important;
	border-radius: 100%;
	color: #fff!important;
	font-family: 'Roboto-Bold';
	font-size: 24px;
	opacity: 1;
	line-height: 30px;
	top: 20px!important;
	outline: none!important;
	border: none!important;
}
#zamovlennya_poslug button.close{
	height: 30px!important;
	width: 30px!important;
	right: 0;
	position: absolute;
	margin-right: 25px;
	background: linear-gradient(to bottom,#f6585a,#b4292f)!important;
	border-radius: 100%;
	color: #fff!important;
	font-family: 'Roboto-Bold';
	font-size: 24px;
	opacity: 1;
	line-height: 30px;
	outline: none;
	border: none;
}
button.mfp-close:hover{
	top: 20px!important;
	outline: none!important;
	border: none!important;
	opacity: 0.7;
}
#zamovlennya_poslug button.close:hover{
	outline: none!important;
	border: none!important;
	opacity: 0.7;
}
.select{
	display: block;
	width: 100%;
	position: relative;
}
.new-select{
	position: relative;
	cursor: pointer;
	user-select: none;
	width: 100%;
	height: 45px;
	border: 2px solid #aa2128;
	border-radius: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto-Bold';
	font-size: 14px;
	color: #787878;
	background: #f3f3f3;
	padding-left: 10px;
	outline: none;
	display: flex;
	align-items: center;
}

.new-select__list{
	position: absolute;
	top: 45px;
	left: 0;
	border: 2px solid #aa2128;
	border-radius: 0px 0px 10px 10px;
	cursor: pointer;
	width: 100%;
	z-index: 2;
	background: #fff;
	user-select: none;
	border-top: none;
}

.new-select__list.on{
	display: block;
}

.new-select__item span {
	display: block;
	padding: 10px 15px;
	font-family: 'Roboto-Bold';
	font-size: 14px;
	color: #787878;
}

.new-select__item span:hover{
	color: #aa2128;
}

.new-select:after{
	content: '';
	display: block;
	width: 15px;
	height: 8px;
	position: absolute;
	right: 9px;
	background: url('/wp-content/plugins/gkhplug/images/arrow.png') no-repeat right center / cover;
	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;

	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.new-select.on:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn_video{
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	border: 0;
	color: #100f0f!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 15px 20px;
	outline: 0;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
}
.btn_tabl{
	display: flex;
	flex-direction: column;
}

.img2,
.img3,
.img4,
.img5{
	display: none;
}

.img1,
.img2,
.img3,
.img4,
.img5{
	cursor: pointer;
	text-align: center;
	position: relative;
}
.img1 img,
.img2 img,
.img3 img,
.img4 img,
.img5 img{
	border-radius: 10px;
	border: 2px solid #aa2128;
}
.video_block{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

span.btn_play{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background:#ff2741;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
	margin-left: -30px;
}
span.btn_play:hover{
	opacity: 0.7;
}
span.btn_play .fa-play:before {
	content: "\f04b";
	font-size: 24px;
	color: #fff;
}

.block_form{
	width: 500px;
	background: #fff;
	border-radius: 20px;
	padding: 25px 45px;
}
.main_block .form_title{
	text-transform: uppercase;
	margin-bottom: 30px;
}

.field_form{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.tooltip_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: #fff;
	background: #a81f27;
	border-radius: 100%;
	height: 20px;
	width: 22px;
	margin-left: 5px;
}
form.form_add_kv input[type=text]{
	margin-bottom: 0px!important;
}

.title_instrukcziya{
	font-family: 'Roboto-Bold';
	font-size: 24px;
	color: #a92028;
	text-transform: uppercase;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
}
.text_instrukcziya{
	font-family: 'Roboto-regular';
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-align: justify;
}



.um.um-login.um-6.uimob340{
	margin-bottom: 20px!important;
}
.block_btn_form{
	display: flex;
	justify-content: space-around;
}
.block_btn_form a{
	color: #a81f27!important;
	font-family: 'Roboto-Bold';
	font-size: 14px;
	cursor: pointer;
	text-decoration: none!important;
}
.block_btn_form a:hover{
	color: #f6585a!important;
}

#form_registration .modal-header {
	display: flex;
	justify-content: center;
	border: none;
}
#form_registration button.close {
	height: 30px;
	width: 30px;
	right: 0;
	position: absolute;
	margin-right: 15px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	border-radius: 100%;
	color: #fff;
	font-family: 'Roboto-Bold';
	font-size: 24px;
	opacity: 1;
}
#form_registration button.close:hover{
	opacity: 0.7;
}

#form_registration .um-field {
	padding: 0px 0 0 0;
}

.copyright_block{
	margin-top: -15px;
}



.container_main {
	min-height: calc(100vh - 190px);
}
.block_mob{
	display: none;
}
.block_btn_mob{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.video_btm_mob{
	display: none;
}

.select-css { 
	height: 40px;
	text-align: center;
	display: block; 
	font-size: 18px; 
	color: #ad272f; 
	width: 100%; 
	max-width: 100%; 
	box-sizing: border-box; 
	margin: 0; 
	border:none;
	box-shadow: none; 
	border-radius: 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff; 
	background-image: url('/wp-content/plugins/gkhplug/images/arrow.png'); 
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	font-family: 'Roboto-Bold';
	border: 2px solid #ad272f;
} 
.select-css::-ms-expand { display: none; } 
.select-css:hover { border: none; } 
.select-css:focus { border: none; 
	color: #ad272f;
	outline: none; 
	border: none;
} 
.select-css option { font-weight:normal;font-size: 14px;} 
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
	background-position: left .7em top 50%, 0 0; 
	padding: .6em .8em .5em 1.4em; 
}
/*Убрать полосу прокрутки у элемента*/
.select-css::-webkit-scrollbar {
	width: 0px;
	background-color: #fff;
}
/*
.select_option.select-css::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
}

.select_option.select-css::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
    height: 10px;
    border-radius: 20px;
}

.select_option.select-css option:hover{
	background: red;
}
*/

.block_left_meters_data{
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_meters_data{
	display: flex;
	flex-direction: column-reverse;
}
.block_left_meters_data form.pokazniki{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_back {
	font-family: 'Roboto-Bold';
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff!important;
	font-size: 16px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 15px;
	outline: 0;
	cursor: pointer;
	width: fit-content;
	margin: 0 auto;
	margin-top: 35px;
	right: 0;
	position: absolute;
	top: 0px;
	margin-right: 40px;
	text-decoration: none;
}
.btn_back:hover{
	color: #fff;
	text-decoration: none;
	background: radial-gradient(#f6585a, #b4292f);
	box-shadow:none;
}
.form_add_kv,
.form_del_kv{
	margin-bottom: 20px;
}
.btn_back .fa-chevron-left:before {
	content: "\f053";
	padding-right: 10px;
}
.block_payments_period{
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_payments_period{
	font-family: 'Roboto-Bold';
	font-size: 24px;
	color: #000;
	text-align: center;
}

.block_left_meters_data{
	display: flex;
	flex-direction: column;
}

button#send_pok,
button.close_his,
button.vnes_pok{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 1.5em;
	outline: 0;
	cursor: pointer;
	margin-bottom: 10px;
}
button#send_pok:hover,
button.close_his:hover,
button.vnes_pok:hover{
	background: radial-gradient(#f6585a, #b4292f);
}
#send_pok_form label{
	font-size: 15px !important;
	line-height: 22px !important;
	font-weight: normal;
	font-family: 'Roboto-Medium';
	color: #555555;
}
.block_payments_period{
	margin-top: 30px;
	margin-bottom: 30px;
}
.payments_period{
	text-align: center;
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #aa2128;
}
.payments_period_summa{
	text-align: center;
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #000;
}

.title_form_password{
	text-align: center;
	font-family: 'Roboto-Bold';
	font-size: 24px!important;
	color: #a92028!important;
}

.um-password{
	width: 500px;
	background: #fff;
	border-radius: 20px;
	padding: 25px 45px;
}
.block_form_password_reset{
	margin-top: 70px;
	margin-bottom: 70px!important;
}
.modal-open .modal {
	backdrop-filter: unset!important;
	overflow-y:hidden;
	touch-action: none;
	-ms-touch-action: none;
}
body.modal-open {
	overflow: hidden!important;
	touch-action: none;
	-ms-touch-action: none;
}

.block_left_meters_data button[data-name="Електроенергія"] {
	display: none!important;
}

/* Video Modal Styles */
#video_modal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#video_modal .modal-header {
    display: flex;
    justify-content: center;
    border: none;
    padding: 20px 20px 10px 20px;
}

#video_modal .modal-title {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    color: #a92028;
    text-align: center;
    margin: 0;
}

#video_modal .modal-body {
    padding: 20px;
}

#video_modal .video-container {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

#video_modal #hls-video {
    width: 100%;
    height: auto;
    max-height: 70vh;
    display: block;
}

#video_modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 18px;
    line-height: 1;
    opacity: 1;
    transition: all 0.3s ease;
}

#video_modal button.close:hover {
    background: rgba(0,0,0,0.9);
    transform: scale(1.1);
}

/* Responsive adjustments for video modal */
@media (max-width: 768px) {
    #video_modal .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    #video_modal .modal-title {
        font-size: 20px;
    }
    
    #video_modal .modal-body {
        padding: 15px;
    }
    
    #video_modal #hls-video {
        max-height: 50vh;
    }
}

/* Mobile responsive styles for tabs menu */
@media (max-width: 768px) {
    .block_left_content {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
    }
    
    .block_left_shadow {
        width: 100% !important;
    }
    
    .main_tabs_block {
        margin-left: 0 !important;
        width: 100% !important;
    }
    
    .main_block {
        margin-left: 0 !important;
        width: 100% !important;
    }
    
    /* Override inline position: fixed for tabs container on mobile */
    .main_tabs_block.tabs > div[style*="position: fixed"] {
        position: relative !important;
        width: 100% !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        z-index: auto !important;
    }
    
    /* Make tabs scrollable horizontally on mobile */
    ul.tabs__caption {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    
    ul.tabs__caption::-webkit-scrollbar {
        height: 6px;
    }
    
    ul.tabs__caption::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }
    
    ul.tabs__caption::-webkit-scrollbar-thumb {
        background: #aa2128;
        border-radius: 3px;
    }
    
    .tabs__caption li {
        min-width: 120px;
        flex-shrink: 0;
    }
    
    /* Mobile responsive styles for price table */
    .block_tab_content_price .row.no-gutter {
        flex-direction: column !important;
    }
    
    .block_tab_content_price .block_column_1,
    .block_tab_content_price .block_column3 {
        flex: none !important;
        min-width: auto !important;
    }
    
    .block_tab_content_price .block_line {
        height: 50px !important;
        margin-bottom: 5px !important;
        padding: 0 10px !important;
    }
    
    .block_tab_content_price .block_column3 .block_line {
        text-align: left !important;
        justify-content: flex-start !important;
        border-left: 1px solid #e0e0e0 !important;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    
    .block_tab_content_price .block_column_1 .block_line {
        border-right: 1px solid #e0e0e0 !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
}

/* Video button styles */
.img1, .img2, .img3, .img4, .img5 {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.img1:hover, .img2:hover, .img3:hover, .img4:hover, .img5:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.btn_video {
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    color: #495057;
    text-decoration: none;
}

.btn_video:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
    text-decoration: none;
}

.btn-privat-cab a {
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    color: #495057;
    text-decoration: none;
}

.btn-privat-cab a:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
    text-decoration: none;
}