@font-face {
    font-family: LakesBold;
    src: url("/font/TTL/TT Lakes/TypeType - TTLakes-Bold.otf");
    font-display: swap;
}

@font-face {
    font-family: TTLakes;
    src: url("/font/TTL/TT Lakes/TypeType - TTLakes-Bold.otf");
    font-display: swap;
}

@font-face {
    font-family: TTLakes-Regular;
    src: url("/font/TTL/TT Lakes/TTLakes-Regular.ttf ");
    font-display: swap;
}

@font-face {
    font-family: Montserrat-Regular;
    src: url("/font/Montserrat 2/montserrat 2/Montserrat-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: Montserrat-Medium;
    src: url("/font/Montserrat 2/montserrat 2/Montserrat-Medium.ttf");
    font-display: swap;
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url("/font/Montserrat 2/montserrat 2/Montserrat-SemiBold.ttf ");
    font-display: swap;
}

body{
	background: #F2F2F2;
	min-width: 320px;
}
.block_tau{
	max-width: 1400px;
	margin: 0 auto;
	padding: 22px 63px 22px 68px;
	box-sizing: border-box;
}
.head_tau{
	width: 100%;

	/*padding: 22px 53px 56px  60px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_tau > div{
	text-align: right;
}
.head_tau p{
font-family: Montserrat-Medium;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
display: flex;
align-items: center;
color: #000000;
}
.head_tau h6{
font-family: Montserrat-SemiBold;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #00D829;
}


.form_tau_code{
	/*max-width: 62.254%;*/
	width: 790px;
	margin: 0 auto;
}
.form_tau_code h2{
	max-width: 790px;
	width: 100%;
	margin: 64px auto 0;
	font-family: TTLakes;
	font-size: 33px;
	line-height: 58px;
	color: #000000;
	padding-bottom: 12px;
	border-bottom: 1px solid #D2D2D2;

}
.tooltip_tau > p{
	font-family: Montserrat-Regular;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
	color: #4A4A4A;
	margin-right: 7px;
}
.form_tau_code form{
	max-width: 790px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	/*padding-top: 50px;*/
}
.tooltip_tau, .tooltip_block{
	display: flex;
	align-items: center;
}
.tooltip_tau{
	max-width: 790px;
	margin: 0 auto;
}

.tooltip_block{
	position: relative;
}
.tooltip_block img{
	/*top: 5px;*/
	left: 5px;
}
.tooltip_body{
	display: none;
	position: absolute;
	width: max-content;
	left: 35px;
	max-width: 471px;
	padding: 12px 16px;
	background: #fff;
	font-family: Montserrat-Regular;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
	color: #4A4A4A;
	box-sizing: border-box;
}
.tooltip_body p{
font-family: Montserrat-Regular;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #000000;
}


.tooltip_block img:hover ~ .tooltip_body{
	display: block;
}
.element_arrow{
	position: absolute;
	transform: rotate(45deg);
	width: 12px;
	height: 12px;
	top: 22px;
    left: -7px;
    background: #fff;
}
.form_tau_code input{
	width: 100%;
}
.form_tau_code input[name="code"]{
	max-width: 390px;
	height: 47px;
	background: #FFFFFF;
	border: 1px solid #C3C3C3;
	box-sizing: border-box;
	padding-left: 10px;
}
.form_tau_code input[name="submit_tau"]{
	max-width: 258px;
	height: 47px;
	background: #00D829;
	font-family: TTLakes;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 50px;
	border: none;
	/*margin-left: 10px;*/
	padding: 0;
}
.form_tau_code input[type='submit'] { 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
}

/*Validation*/
.err_valid_input_code{
	border: 1px solid #E60000 !important;
	box-sizing: border-box;

}
.valid_text{
	display: none;
}
.err_valid_text_code{
	display: block;
	font-family: Montserrat-Regular;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 30px;
	color: #E60000;
	margin-right: 7px;
}


@media screen and (max-width: 1024px){
	.form_tau_code{
		margin: 0px 23px;
		width: auto;
	}
}
@media screen and (max-width: 768px){
	.tooltip_body{
		width: 50vw;
	}
	.form_tau_code form{
		flex-direction: column;
	}
	.form_tau_code input[name="submit_tau"]{
		margin-left: 0;
	}

}
@media screen and (max-width: 550px){
	.block_tau{
		padding: 4px 13px;
		margin: 0 auto;
	}
	.head_tau img{
		width: 125.33px;
		height: 24.9px;
	}
	.head_tau p{font-size: 12px;line-height: 15px;}
	.head_tau h6{font-size: 16px;line-height: 20px;}
	.form_tau h2{font-size: 21px;line-height: 38px;}
	.tooltip_body {
        top: 30px;
    	left: -52px;
    	max-width: 67vw;
    	padding: 11px 16px;
    }
    .element_arrow{
    /*	border: 1px solid #000;*/
    	top: -6px;
    	left: 55px;
    }
    .form_tau_code h2{
    	font-size: 21px;
		line-height: 38px;
    }
    /*.form_tau_code form {
    padding-top: 10px;

}*/



