

/* Start:/local/components/rubin/feedback/templates/.default/style.css?17416801711695*/
.fancybox-active{
    height:100%;
}

.feedback-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

#call_form sup {
    color: #7F1E34;
}

#call_form input[type='text'] {
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    border: 1px solid #d8d8d8;
    padding: 0 16px;
    font-size: 16px;
}

#call_form input[type='text']:focus {
    border: 1px solid #7f1e34;
}

#call_form .select {
    overflow: hidden;
    position: relative;
}

#call_form select:before {
    content: ''; /* Невидимое пространство */
    pointer-events: none; /* Без вмешательства в интерактивность */
    position: absolute;
    right: 10px; /* Правильное расположение стрелки */
}

#call_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none;
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    border: 1px solid #d8d8d8;
    padding: 0 16px;
    font-size: 16px;
    background: url(/local/templates/rubin_corp/img/select2.svg) no-repeat;
    background-position: right 10px center;
    background-size: 20px 19px;
}

#call_form .two-item {
    width: 48%;
}

#call_form .captcha {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

#call_form .captcha input[type='text'] {
    width: 200px;
    max-width: 50%;
    height: 48px;
    margin-bottom: 16px;
    border: 1px solid #d8d8d8;
    padding: 0 16px;
    font-size: 16px;
}

#call_form .captcha #captcha_word {
    margin: 0 10px 0 0;
}

#call_form .captcha .captcha-image{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
/* End */
/* /local/components/rubin/feedback/templates/.default/style.css?17416801711695 */
