

.btn-default-primary {
	padding         : 16px 40px !important;
	margin-bottom   : 0;
	font-size       : 16px !important;
	font-weight     : 800;
	line-height     : 1.42857143 !important;
	text-align      : center;
	white-space     : nowrap;
	vertical-align  : middle;
	-ms-touch-action: manipulation;
	touch-action    : manipulation;
	cursor          : pointer;
	outline         : none !important;
	border          : none;
	border-radius   : 0 !important;
  }

  .contact-page__title a {
	font-style : normal;
	font-weight: 600;
	font-size  : 24px;
	line-height: 150%;


	letter-spacing: 0.25em;
	text-transform: uppercase;

	color        : #AB0635;
	position     : relative;
	margin-bottom: 3.8rem;

}

.contact-page__title a::after {
	position  : absolute;
	content   : "";
	width     : 30px;
	height    : 4px;
	background: #D6D6D6;
	bottom    : -5px;
	left      : 15px;
	transform : translateX(-50%);
}

.text-question{
	flex-basis: 175px;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    /* color: #C90000; */
    text-align: left;
}
.contact-us_page{
	margin-bottom: 80px;
}
.color-red{
	color: #C90000;
}
.color-black{
	color: #2A2A2A;
}
.color-grey{
	color:  #777777;
}

.contact-page__title{
	margin-bottom: 32px;
}

.form_contact-us form input:not([type='hidden']),
.form_contact-us form textarea
{
	border: 1px solid #000000 !important;
}




@media only screen and (max-width:768px) {
	.btn-save-profile {
        width: 100% !important;
    }
	.contact-us_container{
		padding-bottom: 40px;	
	}
	#contactform{
		border-bottom: 2px solid #D6D6D6;
		margin-bottom: 40px;
	}
	.contact-us_name,
	.contact-us_email
	{
		width: 100% !important;
	}
	.contact-us_email{
		margin-left: 0 !important;
	}
	
}