@media (min-width:320px) and (max-width:767px){
	#form_registration #getform {
		padding: 25px 5px 0px 5px;
		margin:0 auto;
		width: 90%;
	}
	.block_payments_period_mob{
		display: flex;
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.block_payments_period_mob .title_payments_period{
		font-size: 18px;
		margin-bottom: 20px;
	}
	div#zamovlennya_poslug.modal {
		z-index: 9999;
	}
	.block_tab_title img {
		float: left;
		height: 30px;
	}
	.menu_btm_mob.dropdown{
		width: 92%;
		margin:0 auto;
		margin-top: 15px;
	}
	.menu_btm_mob .dropdown-menu.show{
		width: 100%;
		background: none;
		padding: 0px;
		margin: 0px;
		border: none;
	}
	.menu_btm_mob a span.burger_closed img{
		width: 25px;
		height: 24px;
	}
	.menu_btm_mob.show a span.burger_closed{
		display: none;
	}
	.menu_btm_mob a span.burger_open{
		display: none;
	}
	.menu_btm_mob.show a span.burger_open{
		display: block;
	}
	.menu_btm_mob a.dropdown-toggle{
		font-family: 'Roboto-Bold';
		display: flex!important;
		align-items: center;
		justify-content: space-evenly;
		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: 100%;
	}
	.menu_btm_mob.show a.dropdown-toggle{
		background: #a92029!important;
		border-radius: 10px 10px 0px 0px;
		box-shadow: none;
		border-bottom: 2px solid #881a20;
	}
	.menu_btm_mob a:hover,
	.menu_btm_mob a:focus{
		color: #fff;
		text-decoration: none;
		background: radial-gradient(#f6585a, #b4292f);
		box-shadow:none;
		outline: none;
		border: none;
	}
	.menu_btm_mob .dropdown-toggle::after{
		display: none;
	}
	.video_btm_mob{
		display: block;
	}
	.container_main .main_meters_data{
		justify-content: center;
		flex-direction: column-reverse;
	}
	.block_img_meters_data{
		margin-bottom: 20px;
	}
	.block_left_content {
		position: absolute;
		width: 100%;
		height: auto;
		border-radius: 0px 0px 10px 10px;
		margin-top: 0px;
	}
	.text_welcome {
		height: 45px;
		line-height: 45px;
	}
	.select_label {
		font-size: 14px!important;
		height: 45px;
		line-height: 45px!important;
	}
	.block_select {
		height: 100px;
	}
	.btn_kv {
		height: 40px;
		font-size: 12px;
	}
	.block_btn {
		height: 100px;
		flex-direction: row;
		justify-content: space-around;
	}

	.block_left_shadow{
		display: none;
	}
	.main_tabs_block {
		width: 100%;
		margin-left: 0px;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	ul.tabs__caption {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tabs__caption li {
		width: 49%;
		font-size: 14px;
		text-align: center;
		border-radius: 10px 10px 10px 10px;
		margin-bottom: 13px;
		height: 55px;
	}
	.tabs__caption li:nth-child(2){
		display: none;
	}
	.tabs__content:nth-child(3) {
		display: none;
	}
	.tabs__caption li:nth-child(1), .tabs__caption li:nth-child(3), .tabs__caption li:nth-child(4){
		border-right: 2px solid #aa2128;
	}
	.tabs__caption li:nth-child(1).active, .tabs__caption li:nth-child(3).active, .tabs__caption li:nth-child(4).active{
		border-right: none;
	}
	.block_tab_content {
		padding: 15px 15px;
	}
	.block_tab_content .row{
		padding: 15px 15px;
	}
	.block_tab_content h3, .block_tab_content_price h3 {
		font-size: 18px;
		text-transform: none;
	}
	.block_tab_title {
		margin-top: 10px;
		margin-bottom: 10px;
		height: 30px;
		line-height: 30px;
	}
	.font-bold {
		font-size: 14px;
		padding-left: 0px;
	}
	.font-text {
		font-size: 14px;
	}
	.tabs__content.active {
		border: none;
		border-radius: 0px;
		padding: 0px;
	}
	.block_line_price {
		font-size: 14px;
	}
	.block_btn_mob{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.block_pay {
		justify-content: flex-start;
	}
	.block_mob{
		display: block;
	}
	#footer {
		margin-left: 0px!important;
	}

	.container_table {
		min-width: 300px;
		max-width: 100%;
		padding: 0 0px;
		box-sizing: border-box;
	}
	.container_table table thead {
		display: none;
	}
	.container_table table tr {
		display: block;
		margin-bottom: 0px;
	}
	.container_table table td {
		display: flex;
		justify-content: flex-start;
		font-size: 12px;
		padding: 0px;
		border-left: none!important;
		border-right: none!important;
	}
	.container_table table td::before {
		content: attr(data-label);
		margin-right: 0px;
		padding: 0px 0px;
		background-color: rgba(170, 33, 40, 0.3);
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		width: 50%;
		border-right: 2px solid #aa2128;
	}
	table#services tr td span{
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tabs__content {
		padding: 7px 5px;
		border: none;
	}
	.btn-privat-cab a {
		font-size: 14px;
	}
	.table-bordered{
		border: none;
	}
	table#services tbody tr td:first-child {
		border-top: none;
	}
	table#services tbody tr td:last-child {
		border-bottom: none;
	}

	.block_zamovlennya_poslug_tab .zamovlennya_title_tab{
		color: #a92028;
	}

	.block_zamovlennya_tab{
		background: #fff;
		padding: 25px 35px;
		margin-top: 35px;
	}
	.img1 img, .img2 img, .img3 img, .img4 img, .img5 img {
		width: 100%;
		border-radius: 0px 0px 10px 10px;
		border: none;
	}
	.video_block{
		display: flex;
		flex-direction: column-reverse;
	}
	.video_btm_mob button {
		font-size: 16px;
		font-family: 'Roboto-Bold';
		height: 65px;
		border-radius: 10px 10px 0px 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		cursor: pointer;
		background: linear-gradient(to bottom,#f6585a,#b4292f);
		color: #fff;
		border: none!important;
		outline: none!important;
		box-shadow: none!important;
	}
	.video_btm_mob button:hover, .video_btm_mob button:focus, .video_btm_mob button:active {
		border: none!important;
		outline: none!important;
		box-shadow: none!important;
	}
	.video_btm_mob .dropdown-menu.show {
		display: block;
		background: #fff;
		width: 100%;
		border-radius: 0px 0px 10px 10px;
		transform: translate3d(0px, 60px, 0px)!important;
	}

	.dropdown-menu.show .dropdown-item.btn_video{
		background: none;
		margin-bottom: 0px;
		height: 50px;
		color: #000!important;
		box-shadow: none;
	}
	.dropdown-menu.show .dropdown-item.btn_video:hover{
		color: #aa2128!important;
	}
	
	.btn_back {
		margin: 0 auto;
		left: 0;
		margin-top: 10px;
	}
	.pokazniki input[type=text] {
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	.block_left_meters_data form.pokazniki {
		flex-direction: column;
	}
	.block_form {
		width: 100%;
		padding: 15px 15px;
	}

}

@media (min-width:768px) and (max-width:991px){
	.menu_btm_mob .dropdown-menu.show {
		width: 100%;
		background: none;
		padding: 0px;
		margin: 0px;
		border: none;
	}
	.menu_btm_mob.show a.dropdown-toggle{
		background: #a92029!important;
		border-radius: 10px 10px 0px 0px;
		box-shadow: none;
		border-bottom: 2px solid #881a20;
	}
	.menu_btm_mob a:hover,
	.menu_btm_mob a:focus{
		color: #fff;
		text-decoration: none;
		background: radial-gradient(#f6585a, #b4292f);
		box-shadow:none;
		outline: none;
		border: none;
	}
	.menu_btm_mob .dropdown-toggle::after{
		display: none;
	}
	
	.block_img_meters_data{
		margin-bottom: 20px;
	}
	.block_left_content {
		position: absolute;
		width: 100%;
		height: auto;
		border-radius: 0px 0px 10px 10px;
		margin-top: 0px;
	}
	.text_welcome {
		height: 45px;
		line-height: 45px;
	}
	.select_label {
		font-size: 14px!important;
		height: 45px;
		line-height: 45px!important;
	}
	.block_select {
		height: 100px;
	}
	.btn_kv {
		height: 40px;
		font-size: 12px;
	}
	.block_btn {
		height: 100px;
		flex-direction: row;
		justify-content: space-around;
	}

	.block_left_shadow{
		display: none;
	}

	.menu_btm_mob a.dropdown-toggle {
		font-family: 'Roboto-Bold';
		display: flex!important;
		align-items: center;
		justify-content: space-between;
		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: 100%;
	}
	.menu_btm_mob a span.burger_open {
		display: none;
	}
	.menu_btm_mob.dropdown {
		width: 96%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.main_tabs_block {
		width: 100%;
		margin-left: 0px;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.main_tabs_block {
		width: 100%;
		margin-left: 0px;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	ul.tabs__caption {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tabs__caption li {
		width: 19%;
		font-size: 13px;
		text-align: center;
		border-radius: 10px 10px 10px 10px;
		margin-bottom: 13px;
		height: 55px;
	}
	.tabs__caption li:nth-child(2) {
		border: 2px solid #aa2128;
	}
	.tabs__caption li:nth-child(1), .tabs__caption li:nth-child(3), .tabs__caption li:nth-child(4){
		border-right: 2px solid #aa2128;
	}
	.tabs__caption li:nth-child(1).active, .tabs__caption li:nth-child(3).active, .tabs__caption li:nth-child(4).active{
		border-right: none;
	}
	.block_tab_content {
		padding: 15px 15px;
	}
	.block_tab_content .row{
		padding: 15px 15px;
	}
	.block_tab_content h3, .block_tab_content_price h3 {
		font-size: 18px;
		text-transform: none;
	}
	.block_tab_title {
		margin-top: 10px;
		margin-bottom: 10px;
		height: 30px;
		line-height: 30px;
	}
	.font-bold {
		font-size: 14px;
		padding-left: 0px;
	}
	.font-text {
		font-size: 14px;
	}
	.tabs__content.active {
		border: none;
		border-radius: 0px;
		padding: 0px;
	}
	.block_line_price {
		font-size: 14px;
	}
	.block_btn_mob{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	#footer {
		margin-left: 0px!important;
		height: 100%!important;
	}

	.btn-privat-cab a {
		font-size: 14px;
	}

	.block_zamovlennya_poslug_tab .zamovlennya_title_tab{
		color: #a92028;
	}
	.block_zamovlennya_poslug_tab {
		align-items: flex-start;
	}
	.video_btm_mob button {
		font-size: 16px;
		font-family: 'Roboto-Bold';
		height: 65px;
		border-radius: 10px 10px 0px 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		cursor: pointer;
		background: linear-gradient(to bottom,#f6585a,#b4292f);
		color: #fff;
		border: none!important;
		outline: none!important;
		box-shadow: none!important;
	}
	.video_btm_mob button:hover, .video_btm_mob button:focus, .video_btm_mob button:active {
		border: none!important;
		outline: none!important;
		box-shadow: none!important;
	}
	.video_btm_mob .dropdown-menu.show {
		display: block;
		background: #fff;
		width: 100%;
		border-radius: 0px 0px 10px 10px;
		transform: translate3d(0px, 60px, 0px)!important;
	}

	.dropdown-menu.show .dropdown-item.btn_video{
		background: none;
		margin-bottom: 0px;
		height: 50px;
		color: #000!important;
		box-shadow: none;
	}
	.dropdown-menu.show .dropdown-item.btn_video:hover{
		color: #aa2128!important;
	}
	
	.btn_back {
		margin: 0 auto;
		left: 0;
		margin-top: 10px;
	}
	.pokazniki input[type=text] {
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	.block_left_meters_data form.pokazniki {
		flex-direction: column;
	}
	.block_form {
		width: 100%;
		padding: 15px 15px;
	}
	.block_zamovlennya_tab {
		padding-top: 0px;
	}
}