

/* Start:/bitrix/templates/sadikov2k21/components/bitrix/breadcrumb/bc/style.css?1681998428418*/
.breadcrumb {
	background: #f5f5f5;
    padding: 16px 0;
    font-size: 12px;
}

.breadcrumb__list {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb__item {
	display: flex;
}

.breadcrumb__item::after {
	content: '/';
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumb__item:last-child::after {
	display: none;
}
/* End */


/* Start:/bitrix/templates/sadikov2k21/components/v1rt/feedback-form/contacts-form/style.css?16819984151166*/
.feedback-form {

}

.feedback-form__label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
}

.feedback-form__req {
    color: red;
}

.feedback-form__input {
    width: 100%;
    margin-top: .5rem;    
    border: 1px solid #eee;
    background-color: #fafafa;
    display:block;
}

.feedback-form__input_type_input {
    padding: .75rem 1rem;
	box-sizing: border-box;
}

.feedback-form__input_type_textarea {
    padding: 1rem;
	box-sizing: border-box;
    height: 150px;
}

.feedback-form__input_type_error {
    border-color: red;
}

.feedback-form__error {
    color: #fff;
    background-color: rgb(255 0 0 / 64%);
    padding: 5px;
    display: none;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 1;
}

.feedback-form__error_visible {
    display: inline-block;
}

.feedback-form__button {
    cursor: pointer;
}

.feedback-form__button_disabled {
    opacity: .5;
    cursor: default;
}

.feedback-form__result {
    font-weight: bold;
    margin: 0 0 20px;
    display: none;
}

.feedback-form__result_visible {
    display: block;
} 
/* End */
/* /bitrix/templates/sadikov2k21/components/bitrix/breadcrumb/bc/style.css?1681998428418 */
/* /bitrix/templates/sadikov2k21/components/v1rt/feedback-form/contacts-form/style.css?16819984151166 */
