.custom-form-flex {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    input,
    textarea {
        margin-top: 0.5rem;
    }
}


input[name="your-name"],
input[name="your-email"],
input[name="your-tel"],
input[name="your-number"],
textarea[name="your-message"] {
	width: 100%;
    padding: 10px;
    line-height: 1;
}

input::placeholder,
textarea::placeholder {
    opacity: 0.5;    
}

.contactform-checkbox li{
    margin-top: 15px;
}

.contactform-font-bold{
    font-weight: bold;
}


.contactform-checkbox-center {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


.wpcf7-submit {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 10rem;
	border: none;
	cursor: pointer;
	line-height: 1;
	font-size: 14.4px;
	background-color: var(--color_main);
	color: #ffffff;
	padding: 12.5px 38px;
	box-shadow: var(--swl-btn_shadow);
	transition: box-shadow .3s;
    border-radius: 80px;
    margin-top: 50px;
}