
.art-date{
	text-align: right;
	padding: 10px;
	font-weight: bold;
	color: #666;
}

.article .container-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.article hr{
	border-bottom: 1px solid #ccc;
	margin: 18px 10px;
}

.article ul{
	margin: 10px 28px;
}
.article li{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDQuMTIgNTA0LjEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDQuMTIgNTA0LjEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBzdHlsZT0iZmlsbDojM0RCMzlFOyIgY3g9IjI1Mi4wNiIgY3k9IjI1Mi4wNiIgcj0iMjUyLjA2Ii8+PHBhdGggc3R5bGU9ImZpbGw6IzM3QTE4RTsiIGQ9Ik00NjMuMTYzLDExNC42MDlMMjQwLjI0NiwzNDUuNDAzbDAuMzk0LDI0LjgxMmgxMC4yNGwyNDEuNDI4LTE5NC41NkM0ODUuMjE4LDE1My45OTQsNDc1LjM3MiwxMzMuMTIsNDYzLjE2MywxMTQuNjA5eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiNGMkYxRUY7IiBkPSJNNDk5LjM5NywxMDMuNTgybC00NC41MDUtNDQuMTExYy01LjkwOC01LjkwOC0xNS43NTQtNS45MDgtMjIuMDU1LDBMMjQyLjYwOSwyNTZsLTgyLjMxNC04MS4xMzJjLTUuOTA4LTUuOTA4LTE1Ljc1NC01LjkwOC0yMi4wNTUsMGwtMzkuMzg1LDM4Ljk5MWMtNS45MDgsNS45MDgtNS45MDgsMTUuNzU0LDAsMjEuNjYyTDIzMC40LDM2NS44ODNjMy41NDUsMy41NDUsOC4yNzEsNC43MjYsMTIuOTk3LDQuMzMyYzQuNzI2LDAuMzk0LDkuNDUyLTAuNzg4LDEyLjk5Ny00LjMzMmwyNDMuMDAzLTI0MC4yNDZDNTA1LjMwNSwxMTkuMzM1LDUwNS4zMDUsMTA5LjQ4OSw0OTkuMzk3LDEwMy41ODJ6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I0U2RTVFMzsiIGQ9Ik0yNTYuMzk0LDM2NS44ODNsMjQzLjAwMy0yNDAuMjQ2YzUuOTA4LTUuOTA4LDUuOTA4LTE1Ljc1NCwwLTIxLjY2MmwtNy4wODktNi42OTVMMjQzLjAwMywzNDIuMjUyTDEwNS4xNTcsMjA3Ljk1MWwtNS45MDgsNS45MDhjLTUuOTA4LDUuOTA4LTUuOTA4LDE1Ljc1NCwwLDIxLjY2MmwxMzEuNTQ1LDEzMC4zNjNjMy41NDUsMy41NDUsOC4yNzEsNC43MjYsMTIuOTk3LDQuMzMyQzI0OC4xMjMsMzcwLjYwOSwyNTIuODQ5LDM2OS40MjgsMjU2LjM5NCwzNjUuODgzeiIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==") no-repeat 0 0.1em;
	padding-left: 1.8em;
	margin: 3px 0;
	background-size: 1.0em;
}

.article{
	margin: 18px 10px;
}

.article .frame{
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 20px 0;
	position: relative;	
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.article h3{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.article h3 a{
	color: black;
}

.article img.small{
	max-width: 200px;
	width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;
}

.article img.medium{
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;
}

.article img.big{
	max-width: 650px;
	width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;
}


.article img.border{
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	padding: 3px;
}

.article .container{
	margin: 10px;
}

.article .fullheight{
	flex-grow: 2;
	align-items: center;
	justify-content: center;
	display: flex;
}

.article div.center{
	display: flex;
	flex-direction: row;
	margin: 10px;
	justify-content: center;
}
.article div.center > div{
	margin: 10px;
	width: 30%;
}

.article .float{
	float: left;
}

.article .clear{
	clear: both;
}

.article p.small{
	font-size: 0.85em;
}

.article p{
	text-indent: 20px;
}

.article b.center,
.article p.center{
	text-align: center;
}
.article b.center{
	display: block;
}

.article b{
	font-weight: bold;
}

.article b,
.article p{
	font-size: 1.1em;
	margin-bottom: 3px;
}

.article p.step-top{
	margin-top: 10px;
}

.article strong{
	font-weight: bold;
}

.article .art-block{
	flex-basis: 30%;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	padding: 10px 10px;	
	min-width: 250px;
	max-width: 450px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: white;
}
.article .art-block.free{
	flex-basis: 17%;
}

.article .news{
	padding-bottom: 48px;
}

.article .news .fullheight img{
	max-height: 200px;
}

.article .art-block .news-date{
	position: absolute;
	bottom: 0;
	padding: 10px 10px 10px 40px;
	left: 0;
	box-sizing: border-box;
	font-size: 0.7em;
	border-top: 1px solid #ccc;
	width: 100%;
	color: #333;
	background: url('/images/calendar.png') no-repeat 10px 50%;
	background-size: 20px;
	box-shadow: 0px -10px 6px rgba(0,0,0,0.04) inset;
	background-color: #efefef;
}

.article h4{
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin: 16px 0;
}

.article table{
	border: 2px solid #777;
	margin: 16px auto;
}

.article table thead td{
	padding: 16px 10px;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	background: #f8f8f8;
}

.article table tbody td{
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px 10px;
}


	#repair_block .icon_container{
		margin: 10px 10px;
		text-align: center;
		flex-basis: 100%;
		max-width: 150px;
		opacity: 0.4;
		display: flex;
		flex-direction: column;
	}

	#repair_block .icon_container .line_1{

	}
	#repair_block .icon_container .line_2{
		
	}

	#repair_block .icon_container .icon_base{
		max-width: 150px;
		position: relative;
		display: flex;
		flex-grow: 1;
		margin: 10px;
	}
	#repair_block .icon_container .icon_base .dummy{
		margin-top: 100%;
	}

	#repair_block .icon_container .icon_base .container{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #e9e9e9;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		box-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 18px rgba(0,0,0,0.3) inset;
		border: 0.34em solid #656464;
	}

	#repair_block .icon_container .icon_base svg{
		fill: #2d2d2d;
		width: 60%;
		stroke:#ffb609;
		stroke-width: 5;
		stroke-dasharray: 5;
		filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
	}

	#repair_block .icon_container .top{
		align-items: end;
	}
	#repair_block .icon_container .bottom{
		align-items: start;
	}
	#repair_block .icon_container .caption{
		justify-content: center;
		display: flex;
		padding: 16px 8px;
		height: 40px;
		max-width: 150px;
		opacity: 0;
	}

	#repair_block{
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 24px;
		margin-bottom: 32px;
	}

	#repair_block .icon_container .progress{
		height: 18px;
		overflow: hidden;
		position: relative;
		width: calc(100% + 12px);
		padding-bottom: 6px;
	}

	#repair_block .progress .right {
	  border: 1px solid #656464;
	  border-width: 2px 2px 0 0;
	  width: 10px;
	  height: 10px;
	  line-height: 0;
	  font-size: 0;
	  transform: rotate(45deg);
	  position: absolute;
	  right: 10px;
	  top: 2px;
	  background: #e9e9e9;
	}
	#repair_block .progress .border{
	  position: absolute;
	  width: calc(100% - 18px);
	  height: 8px;
	  border: 1px solid #656464;
	  border-width: 2px 0px 2px 2px;
	  border-radius: 4px 0 0 4px;
	  background: #e9e9e9;
	  top: 2px;
	}

	#repair_block .frame {
		border: 1px solid #bfbfbf;
		margin-top: 16px;
		margin-bottom: 9px;
		border-radius: 6px;
		box-shadow: 0 0 4px rgba(0,0,0,0.2), 0 0 24px rgba(0,0,0,0.1) inset;
		padding: 6px 4px;
		height: 100%;
	}

	#repair_block .active .frame {
		background-color: #f6fff6;
	}
	#repair_block .active{
		opacity: 1 !important;
	}
	.active .container{
		background-color: #FFDF93 !important;
	}

	#repair_block .active .caption{
		font-weight: bold;
		opacity: 1 !important;
	}

	#repair_block .active .progress .right,
	#repair_block .active .progress .border{
		background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
	}

	#repair_block .active.last .progress .right,
	#repair_block .active.last .progress .border{
		background: linear-gradient(to bottom, #46d604 0%,#3f9e0a 100%);
	}

	#repair_block .active.last .frame{
		border: 2px solid #9a9a9a !important;
		box-shadow: 0 0 8px rgba(0,0,0,0.7), 0 0 24px rgba(0,0,0,0.1) inset; 
		margin-top: 6px;
		margin-bottom: 0;
		background-color: #ffd7b9;
		padding: 12px 0 12px 0px;
	}


@media screen and (max-width: 980px) {
	.body_query_parts,
	.body_pay_order,
	.body_query_repair{
		background: none;
	}	
	.body_query_parts > div,
	.body_pay_order > div,
	.body_query_repair > div{
		margin-left: 0;
	}
}









.repair-request .radio-container {
    display: flex;
    gap: 20px;
}

.repair-request .radio-button {
	display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #efe25d;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border: solid 1px #787878;
    box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.4) inset;
	padding: 0px 10px;
    text-align: center;
}

.repair-request .radio-button input[type="radio"] {
    display: none; 
}

.repair-request .radio-button strong {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.repair-request .radio-button:hover {
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
}

.repair-request .radio-button input[type="radio"]:not(:checked) {
	filter: grayscale(0.5);
}

.repair-request .radio-button input[type="radio"]:not(:checked) + strong {
	filter: grayscale(0.5);
	opacity: 0.3;
}

.repair-request .radio-button input[type="radio"]:checked + strong {
	padding-left: 25px;
}

.repair-request .radio-button input[type="radio"]:checked + strong:after{
	width: 30px;
    height: 50px;
    display: block;
    content: "";
    left: -7px;
    top: -1px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjgwMHB4IiBoZWlnaHQ9IjgwMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTIgMkM2LjQ5IDIgMiA2LjQ5IDIgMTJDMiAxNy41MSA2LjQ5IDIyIDEyIDIyQzE3LjUxIDIyIDIyIDE3LjUxIDIyIDEyQzIyIDYuNDkgMTcuNTEgMiAxMiAyWk0xNC43OSAxMi41M0wxMS4yNiAxNi4wNkMxMS4xMSAxNi4yMSAxMC45MiAxNi4yOCAxMC43MyAxNi4yOEMxMC41NCAxNi4yOCAxMC4zNSAxNi4yMSAxMC4yIDE2LjA2QzkuOTEgMTUuNzcgOS45MSAxNS4yOSAxMC4yIDE1TDEzLjIgMTJMMTAuMiA5QzkuOTEgOC43MSA5LjkxIDguMjMgMTAuMiA3Ljk0QzEwLjQ5IDcuNjUgMTAuOTcgNy42NSAxMS4yNiA3Ljk0TDE0Ljc5IDExLjQ3QzE1LjA5IDExLjc2IDE1LjA5IDEyLjI0IDE0Ljc5IDEyLjUzWiIgZmlsbD0iIzI5MkQzMiIvPg0KPC9zdmc+) no-repeat 50% 50%;
    background-size: 28px;
    position: absolute;
    opacity: 0.6;
}

.repair-request input[type="text"]{
	display: block;
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 3px 0 10px 0;
    padding: 6px 38px 6px 8px;
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #f9f9f9;	
}

.repair-request textarea{
    padding: 10px !important;
}

.repair-request .company_name{
	padding-left: 10px;
    font-size: 0.9em;
}

.repair-request textarea + label.error:before,
.repair-request input[type="text"] + label.error:before {
	top: 12px !important;
}




.autocomplete-suggestions {
	 -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	}
.autocomplete-suggestion { 
	padding: 2px 5px; white-space: nowrap; overflow: hidden; 
}
.autocomplete-no-suggestion { 
	padding: 2px 5px;
}
.autocomplete-selected {
	 background: #F0F0F0; 
}
.autocomplete-suggestions strong { 
	font-weight: bold; color: #000; 
}
.autocomplete-group {
	 padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; 
}

.res-info{
	margin-top: 16px;
	font-weight: bold;
}

.repair-request .animation-progress {
	box-shadow: none;
	position: relative;
	display: block;
	width: 100%;
	height: .25rem;
	overflow: hidden;
	margin-bottom: 1rem;
	background-color: #eee;
}
.repair-request .animation-progress .webcoderskull {
	 background-color: #455efc;
}
.repair-request .animation-progress .webcoderskull:after {
	content: "";
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left,right;
	animation: indeterminate 2.1s cubic-bezier(.165,.84,.44,1) infinite;
	animation-delay: 1.15s;
}
.repair-request .animation-progress .webcoderskull:before {
	content: "";
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left,right;
	animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
}
@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}


.body_query_repair .service-data-box{
    display: block;
    margin: 20px 10px;	
}

.body_query_repair .service-data-box > div{
	padding: 3px 0px;
    display: flex;
    flex-direction: row;	
}

.body_query_repair .service-data-box > div span{
	flex-basis: 20%;
	display: inline-block;
	padding-right: 10px;
}