.social-icons {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    width: 200px;
    justify-content: space-between;
}

.social-icons i {
    font-size: 20px;
}

.social-icons a:hover {
    color: var(--accent-hover-color);
}

.social-icons a, .social-icons a:active, .social-links a:hover, .social-links a:visited {
    color: #253142;
    text-decoration: none;
}

#contact-form {
    background-color: #fff;
    padding: 30px;
    display: flex;
    margin-bottom: 120px;
}

.wpcf7-form .button {
    border: none;
}

.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap textarea {
    border: none;
    border-bottom: 2px solid #97AAC4;
    font-size: 16px;
    line-height: 26px;
    flex-grow: 1;
    outline: none;
    color: #000;
    font-family: var(--font-main);
    resize: none;
    border-radius: unset;
    margin: 10px 0;
    width: calc(100% - 30px);
    padding-bottom: 10px;
}

.consent {
    font-size: 14px;
    color: #97AAC4;
    margin: 20px 0;

}

.consent a, .asterisk {
    color: #00A18F;
    text-decoration: none;
}

.asterisk {
    margin-left: 5px;
}

.consent-checkbox {
    display: flex;
    align-items: center;
}

.wpcf7-list-item-label {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

input[type=checkbox] {
    display: none;
}

label > input[type="checkbox"] + *::before {
    content: '';
    border-radius: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #97AAC4;
    margin-right: 5px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-family: 'icomoon';
    content: '\e907';
    font-size: 12px;
}

label>input[type="checkbox"]:checked+*::before {
    color: white;
    background: #00A18F;
}

.wpcf7-form-control-wrap .accept-this-1 {
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.contact-form-container {
    margin-top: 50px;
}
