.container-calc * {
	box-sizing: border-box;
}
.container-calc {
    position: relative;
}
.delimeter {
	position: relative;
	box-shadow: 0 5px 8px rgba(144, 169, 189, 0.45);
	margin-left: 1%;
	padding: 1%;
	user-select: none;
}
.type-repair-block {
	display: flex;
	flex-wrap: wrap;
}
.type-repair {
	flex: 1;
	margin-left: 1%;
}
.quize-checkbox {
	position: relative;
}
.quize-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.quize-checkbox__text {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
	font-size: 1.2em;
	font-family: 'Segoe UI Regular';
}
.quize-checkbox__text:hover {
	color: #FF4500;
}
.quize-checkbox__text:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	transition: .2s;
}
.quize-checkbox__text:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: .2s;
}
.quize-checkbox input:checked + .quize-checkbox__text:before {
	background:  #00FA9A;
}
.quize-checkbox input:checked + .quize-checkbox__text:after {
	left: 26px;
}

.window-type {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pat-win {
	max-width: 300px;
	width: 300px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.window-img-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.window-img {
	position: relative;
	width: 125px;
	height: 170px;
	border: 4px solid #C0C0C0;
	background: linear-gradient(#B0E0E6, #F0F8FF); 
}
.v2 {
	width: 90px;
}
.v3 {
	width: 70px;
}
.v4 {
	width: 80px;
	height: 120px;
}
.v4-up {
	width: 160px;
	height: 50px;
}
.v5 {
	width: 75px;
	height: 110px;
}
.gray-square {
	width: 75px;
	height: 60px;
	background: #C0C0C0;
}
.win-v2 {
	display: flex;
}
.top-down {
	position: absolute;
	top: 30%;
	left: 1%;
}

.window-img label {
	position: absolute;
	top: 30%;
	left: 5%;
}
.window-img input[type=checkbox] {
   display: none; 
}

.pseudocheckbox::before {  
    content: "\00A0";
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid #B0B0B0;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: baseline;
   
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #00FA9A;
}

.window-img input[type=checkbox]:checked + .pseudocheckbox::before {
   content: "\2713"; 
}

.digit-enter * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	user-select: none;
	font-size: 1.5em;
	font-weight: 800;
}
.digit-enter {
	
	display: flex;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.left-btn-dig, 
.right-btn-dig {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: linear-gradient(#4682B4, #5F9EA0);
	color: white;
}
.show-dig {
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #F5F5F5;
}
.left-btn-dig:hover, 
.right-btn-dig:hover {
	cursor: pointer;
    background: linear-gradient(#40E0D0, #5F9EA0);
	box-shadow: 0 1px 1px gray;
}
.block-with-dig {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 5px;
	margin-bottom: 35px;
}
.hidden {
	display: none;
}
.popup-show-dig {
	position: absolute;
	top: 45%;
	left: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 120px;
	height: 75px;
	background: #98FB98;
}
.btn-ok {
	border: none;
	border-radius: 3px;
	border-radius: 1px solid #2F4F4F;
	width: 25px;
	height: 25px;
	background: linear-gradient(#E9967A, #FF6347);
	transition: 0.3s;
	margin-top: 15px;
	margin-left: 5px;
	text-align: center;
	padding-left: 2px;
}
.btn-ok:hover {
	background: linear-gradient(#FFE4E1, #FF0000);
	box-shadow: 2px 2px 1px gray;
}
.chose-district {
	position: relative;
	width: 220px;
	height: 45px;
	background: linear-gradient(#5F9EA0, #2F4F4F);
	color: white;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
}
.chose-district:hover {
	background: linear-gradient(#5F9EA0, #4682B4);
	cursor: pointer;
}

.list-dist {
	display: block; 
	font-size: 16px; 
	font-family: sans-serif; 
	font-weight: 700; 
	color: #444; 
	line-height: 1.3; 
	padding: .6em 1.4em .5em .8em; width: 100%; 
	max-width: 270px; 
	box-sizing: border-box; 
	margin: 0; 
	border: 1px solid #aaa;
	 box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
	border-radius: .5em;
	 -moz-appearance: none;
	 -webkit-appearance: none;
	 appearance: none;
	 background-color: #fff; 
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%; 
}
.list-dist::-ms-expand { 
	display: none; 
} 
.list-dist:hover { 
	border-color: #888; 
} 
.list-dist:focus { 
	border-color: #aaa; 
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring; 
    color: #222;
    outline: none; 
} 
.list-dist option { 
	font-weight:normal; 
} 
 *[dir="rtl"] .list-dist, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}


.district {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chose-dist {
	display: flex;
	flex-direction: column;
}
.in-out-city {
	display: flex;
}
.in-out-city span {
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 5px;
}
.how-many-km {
	border: none;
	width: 60px;
	height: 25px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	background: #008080;
	margin-top: 15px;
	margin-left: 5px;
	color: white;
}
.btn-result {
	position: relative;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: linear-gradient(#5F9EA0, #008B8B);
	border-radius: 5px;
	color: white;
	font-size: 1.2em;
}
.btn-result:hover {
    background: linear-gradient(#5F9EA0, #008B8B, #5F9EA0);
    box-shadow: 2px 2px 1px #778899;
    cursor: pointer;
}
.cost-calc {
	display: flex;
	justify-content: space-between;
}
.show-error {
	position: absolute;
	top: 0;
	left: -210px;
	width: 100%;
	max-width: 200px;
	background: #F08080;
	border-radius: 5px;
}
.kit-report {
	width: 300px;
	border-radius: 5px;
	border: 1px solid gainsboro;
	padding: 3px;
}
.result-show {
	display: flex;
	flex-wrap: wrap;
}
#final-total-cost {
	font-weight: 700;
	font-size: 1.5em;
}
.form-box {
	display: inline-flex;
	flex-wrap: wrap;
	background: linear-gradient(#5F9EA0, #008080);
	padding: 10px;
}
.form-box input {
	outline: none;
	border: none;
	width: 220px;
	margin: 10px;
	font-size: 1.5em;
	text-align: center;
}

.btn-order {
	height: 45px;
	background: linear-gradient(#FA8072, #CD5C5C);
	color: white;
	transition: 0.3s;
}
.btn-order:hover {
	cursor: pointer;
	background: linear-gradient(#FF4500, #CD5C5C);
	transform: scale(1.1);
}
@media screen and (max-width: 420px) {
	#last-win-pat {
		margin-left: 0;
	}
	.window-img-box {
		flex-direction: column;
		align-items: center;
	}
	.cost-calc {
		flex-direction: column;
	}
	.form-box {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}

}
