::-webkit-scrollbar {
    width: 12px;
}

body{
	overflow-x: hidden;
	text-align: center;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb {
    background: rgba(0,104,162,1)
}

::-webkit-input-placeholder {
    color: white;
}

@font-face{
	font-family: 'Font';
	src: url('../fonts/Font.ttf');
}

@font-face{
	font-family: 'Title';
	src: url('../fonts/Title.otf');
}

@font-face{
	font-family: 'Text';
	src: url('../fonts/Text.otf');
}

* { 
	margin:0 auto; 
	padding: 0;
	font-family: 'PT Sans Narrow', sans-serif;
}

body{
	background: url('../img/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
}

.check_client_code_screen_cont{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.check_client_code_screen_cont form{
	width: 30%
}

.check_client_code_screen_cont form .form{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.check_client_code_screen_cont form .form .form_row, .check_client_code_screen_cont form .form .form_row div{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.check_client_code_screen_cont form .input, .check_client_code_screen_cont form .label{
	margin: 10px;
}

.check_client_code_screen_cont form .label, .check_client_code_screen_cont form .input input{
	color:rgba(255,255,255,1);
	font-size: 35px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.check_client_code_screen_cont form .input input{
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid white;
	padding: 4px;
	text-align: center;
}

img[promo]{
	z-index: 9999;
	width: 385px;
	position: absolute;
	right: 7px;
	top: 17px;
	-webkit-transform: rotate(25deg);
}

.sheet{
	top:50px;
	/*margin-bottom:150px;*/
	width: 80%;
	background: rgba(255,255,255,0.9);
	position: relative;
	-webkit-box-shadow: 0 .1em 6px rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.sheet .form{
	margin: 5% auto;
	width: 90%;
	position: relative;
	top:7%;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.sheet .form .brands{
	width: 100%;
	position: absolute;
}

.sheet .form .brands img{
	width: 150px;
}

.sheet .form .question:not([id="1st"]){
	display: none;
}	

.owl-dots{
	display: none !important;
}

.sheet .form .row{
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.sheet .form .row .label{
	font-size: 30px;
}

.sheet .form .row:first-child{
	margin-bottom:20px;
}

.sheet .form .row:not(:first-child){
	margin:15px auto;
}

.sheet .form .row div{
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sheet .form .row div, .sheet .form .row div input, .sheet .form .row div select{
	font-size: 23px;
	margin: 0;
	position: relative;
	text-align: center;
}

.sheet .form .row div select{
	background:transparent;
}

.sheet .form .row div input{
	width: 50%;
	margin-top: 5px;
	padding: 3px;
	border:none;
	outline:none;
	border-bottom:1px solid rgba(0,0,0,0.3);
	background:transparent;
}

.sheet .form .row [type="submit"], .sheet .form .row [type="button"]{
	background: rgba(0,104,182,0.8);
	color:white;
	padding:8px;
	border:none;
	font-size:25px;
	cursor:pointer;
}

.sheet .form .row .products_grid_form{
	width: 100%;
	display: inline-block;
}



.sheet .form .row .products_grid_form .product_row input{
}



.sheet .form .row .products_grid_form .product_row:hover{
    -webkit-box-shadow: 0 .2em 2px rgba(0,0,0,0.4);
	box-shadow: 0 .2em 2px rgba(0,0,0,0.4);
	-webkit-transition: ease-in-out .3s;
	border: 1px solid rgba(0,0,0,0.5);
	-webkit-transform: scale(1.030);
}

.sheet .form .row .products_grid_form .product_row{
	-webkit-transition: ease-in-out .3s;
	display: inline-block;
	width: 250px !important;
	margin:10px;
	padding:10px;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 .1em 1px rgba(0,0,0,0.1);
	box-shadow: 0 .1em 1px rgba(0,0,0,0.1);
}

.sheet .form .row .products_grid_form .product_field p{
	width: 70%;
	text-align: left;
}

.sheet .form .row .products_grid_form .product_field:last-child p{
	text-align: center;
	font-size:17px !important;
}

.sheet .form .row .products_grid_form .product_field input{
	width: 30%;
}

footer{
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	background: linear-gradient(45deg,rgba(0,0,0,0.9),rgba(0,0,0,1));
}


@media screen and (max-width: 1080px){
	[promo]{
		text-align: center;
		position: relative !important;
		-webkit-transform: none !important;
	}
}

@media screen and (max-width: 620px){
	.sheet{
		width: 85%;
	}

	.sheet .form .row .products_grid_form .product_field input{
		width: 45% !important;
	}

	.sheet .form .row div select{
		width: 55% !important;
	}
}