

/* Start:/local/components/clementin/clemback1/templates/.default/style.css?17524885611790*/
.clemback1 {
	color: #333;
    font-family: Montserrat;
    margin-bottom: 20px;
}
.clemback1_title {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
    position: relative;
}
.clemback1_title:after {
    content: "";
    display: block;
    width: 45px;
    height: 5px;
    background-color: #c85c28;
    margin: 13px 0 31px;
}
.clemback1_inputgroup {
	display: flex;
    flex-direction: column;
    max-width: 360px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.clemback1_inputgroup label {
	font-weight: normal;
    font-size: 0.8em;
}
.clemback1_inputgroup input, .clemback1_inputgroup textarea {
	font-size: 1em;
    padding: 10px 15px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid black;
}
#clemback1_agree {
	display: none;
}
.clemback1_agree {
	position: relative;
	margin-left: 15px;
	cursor: pointer;
}
.clemback1_agree:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid;
    position: absolute;
    top: 3px;
    left: -15px;
}
#clemback1_agree:checked+label.clemback1_agree:after {
	content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    background: black;
    position: absolute;
    top: 5px;
    left: -13px;	
}
.clemback1_submitblock a.clemback1_submitbtn {
	display: inline-block;
    padding: 10px 25px;
    border: 1px solid #c85c28;
    color: #c85c28;
    transition: 0.3s;
}
.clemback1_submitblock a.clemback1_submitbtn:hover {
	display: inline-block;
    padding: 10px 25px;
    background: #c85c28;
    border: 1px solid #c85c28;
    color: #ffffff;
    transition: 0.3s;
}
.clemerror input {
    border: 1px solid red;
}
.clemerror .clemback1_agree {
    color: red;
}
.clemback1_submitbtn.disabled {
    pointer-events: none;
    cursor: default; 
    opacity: 0.6;
}

/* End */
/* /local/components/clementin/clemback1/templates/.default/style.css?17524885611790 */
