.feedback_form_dark {
    padding: 120px 16px;
}
.feedback_form_dark .wp-block-group__inner-container {
    width: 1250px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.feedback_form_dark .colored_title {
    margin-bottom: 60px;
}
.feedback_form_dark .colored_title h2 {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 65px;
    font-weight: 700;
    line-height: 120%;
    max-width: 1308px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.feedback_form_dark .colored_title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.72px;
    margin-bottom: 9px;
}
.feedback_form_dark form {
    width: 742px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.72px;
    font-family: 'Poppins', sans-serif;
}
.feedback_form_dark .form_row_two > p,
.form_row_two_more_checkboxs .wpcf7-form-control-wrap > span {
    width: 100%;
    display: flex;
    gap: 20px 6%;
    margin-bottom: 26px;
}
.form_row_two_more_checkboxs .wpcf7-form-control-wrap > span {
	flex-wrap: wrap;
}
.feedback_form_dark .form_row_two > p >span,
.form_row_two_more_checkboxs .wpcf7-list-item {
    flex: 1 0 47%;
    max-width: 47%;
}

.feedback_form_dark input[type="text"], 
.feedback_form_dark input[type="email"],
.feedback_form_dark input[type="tel"],
.feedback_form_dark textarea {
    border: none;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.72px;
    font-family: 'Poppins', sans-serif;
}
.feedback_form_dark textarea {
    height: 150px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.feedback_form_dark input:focus, 
.feedback_form_dark textarea:focus {
    outline: none;
}
.feedback_form_dark input::placeholder,
.feedback_form_dark textarea::placeholder  {
    color: #fff;
}
.feedback_form_dark input[type="checkbox"] {
    display: none;
    width: 0px;
    height: 0px;
}
.feedback_form_dark label::before {
    content: '';
    width: 22px;
    height: 22px;
    flex: 1 0 22px;
	max-width: 22px;
    border: 1px solid #fff;
    background: grey;
}
.feedback_form_dark input:checked ~ span::after {
    content: "";
    position: absolute;
    left: -36px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.feedback_form_dark .checkbox_small {
    font-size: 13px;
}
.feedback_form_dark .checkbox_small label::before {
    width: 15px;
    height: 15px;
    flex: 1 0 15px;
    border: 1px solid grey;
    background: #1F1F1F;
    margin-top: 4px;
}
.feedback_form_dark .checkbox_small input:checked ~ span::after {
    content: "";
    position: absolute;
    left: -32px;
    top: 6px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.feedback_form_dark label {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
}
.feedback_form_dark .wpcf7-list-item {
    margin: 0;
}

.feedback_form_dark .wpcf7-spinner {
    display: none;
}
.feedback_form_dark .wpcf7-submit {
    width: 100%;
    background: #39C881;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-family: 'Poppins', sans-serif;
    margin-top: 40px;
    transition: .3s ease-in-out;
}
.feedback_form_dark .wpcf7-submit:hover {
    background: #28915d;
}
.feedback_form_dark form.sent  p {
	display: none;
}
.feedback_form_dark input:-internal-autofill-selected {
    background: transparent !important;
}
.contact_form_popup_in.feedback_form_dark {
	padding: 40px 16px 20px 16px;
	margin: 15px;
	background-color: #1F1F1F;
    color: #fff;
}
.contact_form_popup_content {
	width: 825px;
}
.contact_form_popup_service {
	width: 650px;
}
.contact_form_popup_service > figure {
	width: 300px;
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.feedback_form_dark .form_row_two > p {
	margin-bottom: 0;
}
.contact_form_popup_service h2 {
	margin-top: 5px;
	font-size: 38px;
	margin-bottom: 5px;
}
.contact_form_popup_service h3 {
	font-size: 14px;
}
.contact_form_popup_in.feedback_form_dark input[type="text"], 
.contact_form_popup_in.feedback_form_dark input[type="email"], 
.contact_form_popup_in.feedback_form_dark input[type="tel"], 
.contact_form_popup_in.feedback_form_dark textarea {
	font-size: 16px;
	padding: 10px 0;
}
.contact_form_popup_in.feedback_form_dark textarea {
	margin-top: 15px;
	margin-bottom: 0;
	height: 80px;
}
.contact_form_popup_in.feedback_form_dark label::before {
	width: 14px;
	height: 14px;
    flex: 1 0 14px;
    max-width: 14px;	
}
.contact_form_popup_in.feedback_form_dark .form_row_two_first {
	margin-bottom: 20px;
}
.contact_form_popup_in.feedback_form_dark .form_row_two > p >span,
.contact_form_popup_in.feedback_form_dark .form_row_two_more_checkboxs .wpcf7-list-item {
    flex: 1 0 49%;
    max-width: 49%;
	font-size: 14px;
}
.contact_form_popup_in.feedback_form_dark .form_row_two > p >span span {
	display: block;
	width: 100%;
}
.contact_form_popup_in.feedback_form_dark .form_row_two > p, 
.contact_form_popup_in.feedback_form_dark .form_row_two_more_checkboxs .wpcf7-form-control-wrap > span {
	gap: 15px 2%;
}
.close_popup {
	width: 20px;
    height: 20px;
    font-size: 37px;
    line-height: 20px;
}
.contact_form_popup_in.feedback_form_dark .wpcf7-submit {
	margin-top: 20px;
	padding: 10px;
	font-size: 16px;
}
.contact_form_popup.active .contact_form_popup_content {
	top: 55px;
}
@media screen and (max-width: 781px) {
    .feedback_form_dark .form_row_two > p {
        flex-wrap: wrap;
    }
    .feedback_form_dark .form_row_two > p >span,
	.form_row_two_more_checkboxs .wpcf7-list-item {
        flex: 1 0 100%;
        max-width: 100%;
    }
    
}


@media screen and (max-width: 499px) {
    .feedback_form_dark .colored_title h2 {
        font-size: 36px;
    } 
}
