

/* Start:/local/templates/responsible-for-training/components/bitrix/breadcrumb/top/style.css?17623524811399*/
.breadcrumb-navigate{
	--bs-breadcrumb-item-padding-x:0;
	--bs-breadcrumb-divider:url("data:image/svg+xml; utf8,<svg width='16' height='16' fill='' xmlns='http://www.w3.org/2000/svg'><path d='M10.305 2.195a.667.667 0 0 0-.943.943l4.195 4.195H1.833a.667.667 0 0 0 0 1.334h11.724l-4.195 4.195a.667.667 0 1 0 .943.943L16.109 8l-5.804-5.805Z' fill='rgba(26, 18, 48, 1)'/></svg>");
}

.breadcrumb{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.33;
}
.breadcrumb-item{
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
}

.breadcrumb-item .link{
	display: inline-block;
	color: #DDDDE0;
	transition: var(--smooth-transition);
}

.breadcrumb-item .link:hover,
.breadcrumb-item .link:active,
.breadcrumb-item .link:focus {
	color: var(--main-text-color)
}

.breadcrumb-item.active{
	color: var(--main-text-color);
}

.breadcrumb-item .current {
	text-overflow: ellipsis;
	max-width: 500px;
	white-space: nowrap;
	overflow: hidden;
	color: #BBBDC1;
}
.breadcrumb-item+.breadcrumb-item{
	padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
	padding: 0px 16px;
	/* height: 32px; */
}

@media (max-width: 767px) {
	.breadcrumb__container{
		display: none;
	}
}

.breadcrumb__container.container{
	padding-top: 0px;
	padding-bottom: 0px;
}

.breadcrumbs-replacement {
	height: 40px;
	display: none;
}
@media (max-width: 767px) {
	.breadcrumbs-replacement {
		height: 0;
	}
}
/* End */


/* Start:/local/templates/responsible-for-training/components/bitrix/form.result.new/ozo/style.css?17623524819951*/
.form-field-wrapper {
    position: relative;
}

.feedback-form__form input {
    padding: 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #8E8E9D;
    outline: 1px solid rgba(212, 211, 217, 1);
    border: 0;
    height: 56px;
}

.feedback-form__form textarea {
    outline: 1px solid rgba(212, 211, 217, 1);
    border: 0;
}

.feedback-form__form input::placeholder {
    color: #8E8E9D;
}

.feedback-form__form label.error {
    font-size: 14px;
    line-height: 1em;
    color: #FF0F43;
}
.feedback-form__form .feedback-form__captcha {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.feedback-form__textarea {
    width: 100%;
    min-height: 112px;
    padding: 14px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--c-text);
    background: #fff;
    border-radius: 12px;
    resize: vertical;
}

.feedback-form__textarea::placeholder {
    color: #A4A3B3;
}

#textarea-counter {
    font-size: 12px;
    line-height: 16px;
    color: #9693A3;
    text-align: right;
    margin-top: -4px;
}

#captchaImg {
    outline: 1px solid #D4D3D9;
}

.feedback-form__captcha-label {
    display: block;
    font-size: 14px;
    color: var(--c-text);
    margin-bottom: 8px;
}

.feedback-form__captcha-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
}

.feedback-form__captcha-image {
    height: 48px;
    border-radius: 8px;
}

.feedback-form__captcha-input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.reloadCaptcha {
    align-items: center;
    gap: 12px;
    color: var(--c-muted);
    text-decoration: none;
    user-select: none;
}

.reloadCaptcha:hover {
    color: #49465E;
}

.reloadCaptcha__text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.feedback-form__checkbox-label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
}

.feedback-form__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-checkbox__icon {
    width: 24px;
    height: 24px;
    border: 2px solid var(--c-line);
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: border-color .15s, box-shadow .15s;
}

.feedback-form__checkbox:checked~.custom-checkbox__icon {
    background-color: var(--c-brand);
    border-color: var(--c-brand);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.feedback-form__checkbox-label p {
    color: var(--main-text-color);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.feedback-form__checkbox-label a {
    color: var(--c-brand);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.feedback-form__button.button {
    height: 48px;
    padding: 0 20px;
    width: 200px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: var(--c-brand);
    border: none;
    border-radius: 64px;
    cursor: pointer;
}

.feedback-form__button.button:active {
    transform: translateY(1px);
}

.feedback-form__button.button:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.is-invalid .border-bottom,
.is-invalid .feedback-form__captcha-input,
.is-invalid .feedback-form__textarea {
    border-color: #F04438 !important;
}

.is-invalid .form-error {
    margin-top: 6px;
    font-size: 12px;
    color: #F04438;
}

.feedback-grid {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding-bottom: 28px;
}

.feedback-left {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    width: 615px;
    gap: 16px;
}

.feedback-title {
    font-size: 22px;
    font-weight: 700;
    color: #1F1F2B;
}

.feedback-subtitle {
    font-size: 16px;
    color: #6B7280;
}

.feedback-banner img {
    max-width: 100%;
    height: auto;
    display: block;
}

.feedback-banner {
    width: 374px;
    height: 330px;
}

.feedback-subtitle {
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    max-width: 530px;
}

#form_text_phone {
    letter-spacing: .2px;
}

.border-bottom {
    width: 100%;
    height: 56px;
    padding: 20px 40px 20px 20px;
    font-size: 16px;
    line-height: 1.4;
    color: var(--c-text);
    background: #fff;
    border: none;
    border: 1px solid var(--c-line);
    border-radius: 10px;
    outline: none;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.border-bottom::placeholder {
    color: #A4A3B3;
}

.feedback-section {
    border: 1px solid rgba(212, 211, 217, 1);
    border-radius: 24px;
    width: var(--desktop);
    margin: 0 auto;
    margin-bottom: 104px;
}

.feedback-form__captcha .feedback-form__captcha-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(150, 147, 163, 1);
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0;
}

.feedback-form__checkbox-box {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.feedback-form__checkbox-box p {
    color: rgba(25, 22, 42, 1);
}

.feedback-form__checkbox-box p a {
    text-decoration: none;
}

.feedback-form__form {
    --c-text: #1F1F2B;
    --c-muted: #6B7280;
    --c-brand: rgba(36, 29, 75, 1);
    --c-brand-2: #5E51D9;
    --c-line: #E8E8EF;
    --c-bg: #fff;
    --radius: 16px;
    width: 100%;
    max-width: 750px;
    padding: 40px 40px 40px 0;
    display: flex;
    gap: 20px;
    flex-flow: column;
}

.feedback-form__textarea-label b {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: rgba(25, 22, 42, 1);
    display: block;
    margin-bottom: 8px;
}

.form-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field-wrapper>b {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--c-text);
}

.form-field-wrapper sup {
    color: #D92D20;
    font-size: 14px;
    top: -.2em;
}

.input-wrapper {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.input-clear {
    position: absolute;
    top: 16px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 8px;
    transition: background .15s;
}

.input-clear svg {
    fill: #222A76;
}

.feedback-form__form input:not(.error, .valid, :focus) ~ .input-clear{
    display: none;
}

.feedback-form__form input.error ~ .input-clear svg#error {
    display: block;
    fill: #FF320E;
}

.feedback-form__form input ~ .input-clear svg#valid {
    display: none;
}

.feedback-form__form input.valid ~ .input-clear svg#error {
    display: none;
}

.feedback-form__form input.valid:focus ~ .input-clear svg#error {
    display: block;
}

.feedback-form__form input.valid:focus ~ .input-clear svg#valid {
    display: none;
}

.feedback-form__form input.valid ~ .input-clear svg#valid {
    display: block;
}

.feedback-form__form input:focus,
.feedback-form__form textarea:focus,
.feedback-form__form input.valid:focus,
.feedback-form__form textarea.valid:focus {
    outline: 1px solid rgba(34, 42, 118, 1);
}

.feedback-form__form input:active,
.feedback-form__form textarea:active,
.feedback-form__form input.valid:active,
.feedback-form__form textarea.valid:active {
    outline: 1px solid rgba(34, 42, 118, 1);
}

.feedback-form__form input.is-invalid,
.feedback-form__form input.error,
.feedback-form__form textarea.is-invalid,
.feedback-form__form textarea.error {
    outline: 1px solid rgba(255, 50, 14, 1);
}

.feedback-form__form input.valid,
.feedback-form__form textarea.valid {
    outline: 1px solid rgba(89, 179, 25, 1);
}

@media (max-width: 991px) {
    .feedback-form__captcha .feedback-form__captcha-label {
        padding-top: 20px;
    }
    .feedback-form__captcha-image {
        border-radius: 4px;
    }
}
@media (max-width: 575px) {
    .feedback-form__captcha .feedback-form__captcha-label {
        margin-bottom: 8px;
        margin-top: 14px;
        padding: 4px 0px;
        font-size: 14px;
        line-height: 20px;
    }
}

.feedback-form__captcha .feedback-form__captcha-content {
    display: flex;
    gap: 32px;
    height: auto;
    flex-direction: row;
}

.feedback-form__captcha .feedback-form__captcha-image {
    min-height: 56px;
    width: auto;
}

.feedback-form__captcha input[type="text"] {
    width: auto;
    min-width: 180px;
    height: 56px;
    padding: 8px;
    text-align: center;
}

@media (max-width: 575px) {
    .feedback-form__captcha input[type="text"] {
        min-width: 184px;
    }
}

label[for="feedback-form__captcha-input"].error {
    position: absolute;
    left: 0;
    top: 100%;
}

#feedback-form__captcha-input-error {
    margin-top: 8px;
}

.feedback-form__checkbox-box label.error {
    position: absolute;
    left: 0;
    top: 100%;
}

#reloadCaptcha {
    max-height: 56px;
    cursor: pointer;
    text-decoration: none;
    color: #818181;
    display: flex;

}

.reloadCaptcha__text {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: #9693A3;
}

@media (max-width: 991px) {
    .reloadCaptcha__text {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.04px;
        font-weight: 600;
    }
}
.feedback-form__button {
    position: relative;
}
#form-note-popup.fancybox-content {
    max-width: 640px !important;
}
/* End */
/* /local/templates/responsible-for-training/components/bitrix/breadcrumb/top/style.css?17623524811399 */
/* /local/templates/responsible-for-training/components/bitrix/form.result.new/ozo/style.css?17623524819951 */
