

/* Start:/local/templates/sochiGrandMarina/components/bitrix/main.feedback/sochiGrandMarinaFeedback/style.css?17555242211543*/
div.mfeedback {
    border-radius: 32px;
    background: #F4F5F9;
}

div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
    width:100%;
}

.form-floating {
    color: #909AA3;
}

.form-control {
    color: #1F2124 !important;
}

div.mf-name input, div.mf-email input {
    width:100%;
    height: 50px;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #D1D9E1;
    border-radius: 10px;
    outline: none;
}

div.mf-agree input {
    width: 30px;
    height: 30px;
}

span.mf-req {
    color:red;
}

div.mf-ok-text {
    color:green;
    font-weight:bold;
    padding-bottom: 1em;
}

div.mf-submit {
    position: relative;
    display: inline-block;
}

div.mf-submit button {
    height: 48px;
    font-size: 14px;
    line-height: 18.2px;
    border-radius: 16px;
    padding: 12px 24px 12px 24px;
    color: #fff;
    background: #6E7BA1;
    border: none;
}

.form-check-input {
    border-radius: 9px !important;
    background-size: auto !important;
    transition: background-color 0.3s linear;
}

.form-check-input:checked {
    transition: background-color 0.3s linear;
    --bs-form-check-bg-image: url("/local/templates/sochiGrandMarina/img/check.svg") !important;
    background-color: #6E7BA1 !important;
    border: none !important;
}

.form-check-input:focus {
    box-shadow: none !important;
    border: none !important;
}

@media (max-width: 576px ) {
    div.mf-submit, .mf-submit button {
        width: 100%;
    }
}
/* End */
/* /local/templates/sochiGrandMarina/components/bitrix/main.feedback/sochiGrandMarinaFeedback/style.css?17555242211543 */
