

/* Start:/local/components/cmd_u/forms/templates/form_block_right/style.css?17810192005506*/
.form_p_black {
    margin-top: 80px;
}
.form_b_center {
    margin: 0px auto;
}
.form_p_content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.left_text {
    width: min(366px, 100%);
}
.left_text p {
    font-family: Cera Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #828282;
}
.form_p_form {
    width: 610px;
    background-color: #4C4A44;
    height: inherit;
}
.page_form_c__form {
    background: transparent;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: #F5F5F5;
}
.form_title {
    font-family: Cera Pro;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F5F5F5;
}
.page_form_c__inputs {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.div_input {
    width: 100%;
    position: relative;
}
.div_input input {
    width: 100%;
}
.required-icon {
    right: 0px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    color: #D11B1D;
}
.page_form_c__form input[type=text],
.page_form_c__form input[type=tel],
.page_form_c__form input[type=email] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BABABA;
    padding-bottom: 16px;
    /* color: #BABABA; */
    font-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    /* 16px */
}

.page_form_c__form input::placeholder {
    color: #BABABA;
}

.page_form_c__checkbox-input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #F4F1EA;
    position: relative;
    border-radius: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.page_form_c__checkbox-input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #F4F1EA;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -65%) rotate(45deg);
}

.page_form_c__checkbox {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #F4F1EA;
    font-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page_form_c__checkbox span a {
    color: #F4F1EA;
    font-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: underline;
}

.page_form_c__form button {
    position: relative;
    display: flex;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #F5F5F5;
    color: #111;
    text-align: center;
    font-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    text-transform: uppercase;
    margin-top: auto;
}

.page_form_c__form button:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.checkboxes_new {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.checkbox_item_input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #F4F1EA;
    position: relative;
    border-radius: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.checkbox_item_input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #F4F1EA;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -65%) rotate(45deg);
}
.checkbox_item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #F4F1EA;
    font-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkbox_item span a {
    color: #F4F1EA;
    font-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: underline;
}
@media (max-width: 860px) {
    .form_p_content {
        flex-direction: column;
    }
    .left_text {
        width: 100%;
    }
    .form_p_form {
        width: 100%;
    }
    .page_form_c__form {
        max-width: unset;
        border-top: unset;
        border-left: 1px solid #F5F5F5;;
    }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}
@media (max-width: 360px) {
    .page_form_c__form button {
        font-size: 16px;
    }
}
/* End */
/* /local/components/cmd_u/forms/templates/form_block_right/style.css?17810192005506 */
