*:focus, textarea:focus, input:focus {
    outline: none;
}

::placeholder {
    color: #CCCFC9;
    opacity: 1; /* Firefox */
}
#content > .contact-page:first-child {
    padding-top: 64px;
}
.cf-background {
    content: "";
    /*background-color: rgba(0, 0, 0, 0.4);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-page {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url("../assets/images/bg-contact.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.cf-content {
    width: 100%;
    margin: 0 auto;
    padding: 85px 0 86.5px 0;
    display: inline-flex;
    position: relative;
}

.cf-form {
    width: 51.5%;
    background: #FFFFFF;
    border-radius: 0 32px 32px 0;
    padding: 64px;
}

.contact-page input, .contact-page textarea {
    padding: 7px 7px 6px;
    border: none;
    border-bottom: .84px solid rgba(134, 148, 147, 0.5);
    border-radius: 0;
    width: 100%;
    margin-top: 5px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
}

.cf-header h3 {
    color: #152305;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: .1px;
}

.cf-header_muted-text {
    text-transform: uppercase;
    color: #878E80;
    margin: 0;
}

.contact-page label {
    display: block;
    text-transform: uppercase;
}

.contact-page label > span.required-field {
    color: #F93939;
    margin-left: 2px;
}

.contact-page .cf-body_checkbox span > label {
    text-transform: none;
    letter-spacing: 1.7px;
	position: relative;
	padding-left: 25px;
}
.contact-page .cf-body_checkbox span > label > input {
	position: absolute;
	top: -2px;
	left: 0;
}

.cf-body label {
    color: #152305;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1.4px;
}

.cf-body .cf-body_radio-top > p {
    margin-top: 0;
    padding-top: 16px;
}

.cf-body_radio-top span.wpcf7-form-control-wrap {
    padding: 21px 8px;
    background-color: #F2F2F2;
    border-radius: 8px;
}

.cf-body_input-inline {
    display: inline-flex;
    flex-direction: row;
    gap: 32px;
}

.cf-body_radio-top input[type="radio"] {
    display: none;
}

.cf-body_radio-top label .wpcf7-list-item-label {
    padding: 14px 25px;
    color: #747474;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: 1px;
    cursor: pointer;
}

.cf-body_radio-top input[type="radio"] + span:hover {
    background-color: #C8A25B;
    color: #053F33;
}

.cf-body_radio-top input[type="radio"]:checked + span {
    background-color: #053F33;
    color: #9FCD9F;
}

.cf-body_radio-top input[type="radio"]:checked + span:hover {
    background-color: #C8A25B;
    color: #053F33;
}

.cf-body_radio-top .wpcf7-form-control {
    display: inline-flex;
    gap: 12px;
}

.cf-body_radio-top .wpcf7-list-item {
    margin: 0;
}

.cf-body_input-list {
    margin-top: 51px;
}

.cf-body_input-block {
    margin: 16px 0;
}

.cf-body_input-block > p {
    margin: 0;
}

.cf-body_input-block.cf-body_checkbox {
    margin: 8px 0 37px;
}

.cf-body_input-block.cf-body_checkbox > p > label {
    letter-spacing: 1.4px;
    margin-bottom: 5px;
    line-height: 26px;
}
.contact-form .cf-body_radio-top .wpcf7-form-control.wpcf7-radio {
    padding: 0 !important;
    gap: 12px;
}
.cf-body_input-block.cf-body_checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 9px;
    width: 100%;
    margin-left: 5px;
    row-gap: 8px;
}
.cf-body_input-block.cf-body_checkbox.cf-body_checkbox-one .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
}

.cf-body_input-block.cf-body_checkbox .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}

.cf-body_input-block.cf-body_checkbox .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input {
    width: 14px;
    margin-right: 5px;
}

.contact-page .wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 14px 24px;
    border-radius: 35px;
    background-color: #053F33;
    color: #9FCD9F;
    text-transform: uppercase;
    width: 173px;
    margin-top: -1px;
    cursor: pointer;
    transition: ease-in .3ms;
    letter-spacing: .5px;
}

.contact-page .wpcf7-form-control.wpcf7-submit:hover,
.contact-page .wpcf7-form-control.wpcf7-submit:focus,
.contact-page .wpcf7-form-control.wpcf7-submit:active {
    background-color: #C8A25B;
    color: #053F33;
}

.cf-body > p {
    margin: 0;
    margin-top: -12px;
}

.cf-info {
    width: 48.5%;
    padding: 0 135px 0 200px;
	padding-right: calc((100% - 1170px)/2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 79px;
}

.cf-info .cf-info_el {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.cf-info .cf-info_el h3,
.cf-info .cf-info_el h1 {
    font-family: Product Sans;
    color: #FAFAFA;
    text-transform: none;
    font-size: 40px;
    line-height: 47px;
    margin: 0;
    font-weight: 400;
}

.cf-info .cf-info_el p {
    color: #CCCCCC;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.05em;
}

.cf-info .cf-info_el p.el-break {
    margin-bottom: 31px !important;
}

.cf-info .cf-info_el p a {
    color: #9FCD9F;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #9FCD9F;
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
    letter-spacing: 0;
}

.cf-info .cf-info_el .cf-arrow {
    padding: 4px 0 0px 24px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8px;
    background-image: url(../assets/images/ArrowNarrowRightOutline.svg);
}

div.cf-body_input-block.cf-body_checkbox.cf-body_checkbox-one > p .wpcf7-list-item label {
    padding: 3px 0 0 22px;
    position: relative;
}

div.cf-body_input-block.cf-body_checkbox.cf-body_checkbox-one > p .wpcf7-list-item label input {
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 1024px) {
    .cf-body_input-inline {
        flex-direction: column;
        display: flex;
        gap: 8px;
    }
    .cf-info {
        padding: 0 24px 0 80px;
    }
	.cf-form {
		padding: 80px 24px;
	}
}

@media screen and (max-width: 1400px) and (min-width: 769px) {
    .cf-body_radio-top .wpcf7-form-control {
        flex-direction: row;
    }
    .cf-body_input-block.cf-body_checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    #content > .contact-page:first-child {
        padding-top: 0;
    }
    .cf-content {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .cf-form {
        width: auto;
        border-radius: 0;
        padding: 40px 16px;
    }
    .cf-info {
        width: auto;
        padding: 50px 38px;
    }
    .cf-info .cf-info_el h3,
    .cf-info .cf-info_el h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .cf-info .cf-info_el p.el-break {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px !important;
    }
}

@media screen and (max-width: 540px) {
    .contact-page {
        font-size: 12px;
        line-height: 16px;
    }
    .contact-page label {
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
    }
    .cf-body_input-block.cf-body_checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
        grid-template-columns: 1fr 1fr;
    }
    .cf-header_muted-text {
        line-height: 17px;
        letter-spacing: 1px;
    }
    .cf-header h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .cf-body_radio-top {
        padding-left: 4px;
    }
    .cf-body .cf-body_radio-top > p {
        margin: 28px 0 0;
        padding: 0;
    }
    .cf-body_radio-top label .wpcf7-list-item-label {
        padding: 5px 20px;
        font-size: 12px;
        font-weight: 400;
    }
    .cf-body_input-list {
        margin-top: 36px;
    }
    .cf-body_input-inline {
        margin: 8px 0;
        padding-top: 6px;
        gap: 2px;
    }
    .contact-page input, .contact-page textarea {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 8px;
    }
    .cf-body_input-block.cf-body_checkbox {
        margin: 13px 0 30px;
    }
    .cf-body_input-block.cf-body_checkbox > p > label {
        letter-spacing: 2.4px;
        margin-bottom: 4px;
    }
    .cf-body_input-block.cf-body_checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
        row-gap: 4px;
    }
    .cf-body_input-block.cf-body_checkbox.cf-body_checkbox-one .wpcf7-form-control-wrap .wpcf7-form-control {
        padding-top: 4px;
    }
    .cf-body_input-block.cf-body_checkbox.cf-body_checkbox-one .wpcf7-form-control-wrap .wpcf7-form-control {
        padding-top: 2px;
        padding-left: 2px;
        letter-spacing: .7px;
    }
    .cf-body_input-block.cf-body_checkbox.cf-body_checkbox-one {
        margin-bottom: 36px;
    }
    .cf-body_radio-top span.wpcf7-form-control-wrap {
        padding: 14px 4px;
    }
    .contact-page .cf-body_checkbox span > label {
        letter-spacing: .6px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .contact-page .cf-body_checkbox.cf-body_checkbox-one span > label {
        letter-spacing: .7px;
        line-height: 20px;
    }
    .cf-info {
        margin-top: 0;
        row-gap: 40px;
        padding-bottom: 64px;
    }
    .cf-info h3 {
        font-size: 21px;
        line-height: 26px !important;
    }
    .cf-info .cf-info_el p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .8px;
        font-style: normal;
    }
    .cf-info .cf-info_el p.el-break {
        margin-bottom: 14px !important;
    }
    .cf-info .cf-info_el p a {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 3px;
        letter-spacing: .6px;
    }
    .cf-info .cf-info_el .cf-arrow {
        margin-left: 10px;
    }
    .cf-body_input-block.cf-body_checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
        margin-left: 4px;
    }
    .cf-body_input-block.cf-body_checkbox .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input {
        width: 11px;
        margin-right: 6px;
    }
    div.cf-body_input-block.cf-body_checkbox.cf-body_checkbox-one > p .wpcf7-list-item label {
        padding: 2px 0 0 18px;
    }
	.contact-page .cf-body_checkbox span > label {
		padding-left: 18px;
	}
}