

/* Start:/requests/css/styles.css?177649200615484*/
.request__inner__left{
    width: 100%;
    max-width: 320px;
}
@media (max-width: 580px) {
    .request__inner__left {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .content_grid {
        flex-wrap: wrap;
        gap: 0;
    }
    .request__inner__left {
        width: 100% !important;
        max-width: 100% !important;
    }
}
.request__inner__right {
    width: auto;
}
.request__top {
    align-items: center !important;
    margin-bottom: 1rem !important;
	gap: 1rem;
}
@media (max-width: 580px) {
    .request__top {
        margin-bottom: 0 !important;
    }
}
.request__inner__content{
    width: 100%;
    max-width: 100%;
}
@media (max-width: 580px) {
    .request__inner__content {
        width: 100%;
    }
}
.request__inner__content .news__subheading {
    padding: 0;
}
.request__inner__content .product-video-item {
    max-width: 100%;
}

.ui-locked-box {
    background: #fffbfb;
    padding: 2rem;
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: normal;
}

.ui-locked-box__title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.5rem;
    letter-spacing: -0.075rem;
}

.ui-locked-box__text {
    color: #6b7280;
    margin-bottom: 14px;
}

.ui-locked-box__actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: left;
}
button:hover {
    opacity: 0.8;
}
.ui-locked-box__button {
    display: inline-block;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 6px;
    color:#242424;
    transition: opacity 0.2s ease;
}

.ui-locked-box__button:hover {
    opacity: 0.8;
}
#requests .button {
    color: #242424 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.025rem;
    border-radius: 6px !important;
    padding: 1.1rem !important;
}
#requests button.response-button-reject {
    background: #ffe4e4;
}
#requests button.response-button-complete {
    background: #e1f9de;
}
#requests button.response-button-close {
    background: #fffcd3;
}

#requests a.ui-locked-box__button--green {
    background: #e1f9de;
    border: 2px #28a745 solid !important;
}

#requests .button.button--green {
    color: #fff !important;
}

.ui-preview-fade {
    position: relative;
    overflow: hidden;
}

.ui-preview-fade__text {
    max-height: 120px;
    overflow: hidden;
    color: #444;
}

.ui-preview-fade__overlay {
    position: relative;
    margin-top: -40px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.ui-unavailable-box {
    padding: 2rem;
    border-radius: 6px;
    background: #fafafa;
    margin: 2rem 0;
}

.ui-unavailable-box__title {
    margin-top: 0;
    margin-bottom: 12px;
}

.ui-unavailable-box__text {
    margin: 2rem 0;
    line-height: normal !important;
}

.ui-contacts-locked {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fafafa;
}

.ui-contacts-locked__title {
    margin-top: 0;
    margin-bottom: 10px;
}

.ui-contacts-locked__text {
    margin: 0;
    color: #555;
}

.ui-status-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.ui-status-badge {
    display: inline-block;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 1.2;
}

.ui-status-badge--moderation-new {
    background: #fff7ed;
    color: #b45309;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.ui-status-badge--moderation-approved {
    color: #00851d;
    background-color: #e1f9de;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.ui-status-badge--moderation-rejected {
    background: #fef2f2;
    color: #b91c1c;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.ui-status-badge--request-open {
    color: #00851d;
    background-color: #e1f9de;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.ui-status-badge--request-completed {
    color: #00851d;
    background-color: #e1f9de;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.ui-status-badge--request-canceled {
    background: #fef2f2;
    color: #b91c1c;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.ui-status-badge--request-draft,
.ui-status-badge--default {
    background: #f3f4f6;
    color: #6b7280;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.ui-status-badge--request-closed {
    background: #fffcd3;
    color: #af9c0d;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.request-status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.request-status-dot--open {
    background-color: #22c55e;
}

.request-status-dot--completed {
    background-color: #16a34a;
}

.request-status-dot--closed {
    background-color: #eab308;
}

.request-status-dot--canceled {
    background-color: #ef4444;
}

.request-status-dot--draft,
.request-status-dot--default {
    background-color: #9ca3af;
}

.ui-actions-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ui-actions-row form {
    margin: 0;
}

.ui-alert {
    margin: 1rem 0 1rem;
    padding: 1rem;
    border-radius: 4px;
    width: fit-content;
}

.ui-alert--success {
    border-color: #b7e4c7;
    background: #f6fff6;
    color: #2e7d32;
    width: fit-content;
}

.ui-alert--error {
    border-color: #f5c2c7;
    background: #fff5f5;
    color: #b02a37;
    width: fit-content;
}

.ui-empty-box {
    padding: 20px 0;
    background: #fff;
}

.ui-section-offset {
    margin-top: 40px;
}

.ui-page-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.ui-company-logo-img--small {
    max-height: 25px;
    max-width: 200px;
}

.ui-text-meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 12px;
    color: #6b7280;
}

.ui-text-meta strong {
    color: #111827;
}

.response-status {
    display: inline-block;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 1.2;
}

.response-status--open {
    color: #1c9300;
    background-color: #e5ffda;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.response-status--completed,
.response-status--accepted {
    color: #00851d;
    background-color: #e1f9de;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.response-status--canceled,
.response-status--rejected {
    background: #fef2f2;
    color: #b91c1c;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.response-status--closed,
.response-status--default {
    background: #f3f4f6;
    color: #6b7280;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.response-status--new {
    background: #fffcd3;
    color: #af9c0d;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}
.request-form__section-title {
	margin: 20px 0 10px;
	font-size: 22px;
	font-weight: 600;
}

.request-form__label-cell {
	width: 280px;
    min-width: 280px;
	vertical-align: top;
	padding-top: 14px;
}

.request-form__field-cell {
	padding-bottom: 16px;
}

.request-form__input,
.request-form__select,
.request-form__textarea {
	width: 100%;
	max-width: 100%;
}

.request-form__textarea {
	min-height: 120px;
}

.request-form__hint {
	margin-top: 8px;
	font-size: 0.9rem;
	color: #777;
}

.request-form__option {
	margin-bottom: 8px;
}

.request-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
@media (max-width: 768px) {
    .request-form__label-cell,
    .request-form__field-cell {
        display: block;
        width: 100%;
    }

    .request-form__label-cell {
        padding-bottom: 4px;
    }

    .request-form__field-cell {
        padding-bottom: 16px;
    }

    .request-form__section-row td[colspan] {
        display: block;
        width: 100%;
    }
}

.ui-preview-fade--blurred {
	position: relative;
	margin-bottom: 20px;
}

.ui-preview-fade__text--blurred {
	color: #8f8f8f;
	line-height: 1.9;
	letter-spacing: 0.04em;
	word-break: break-word;
	user-select: none;
	filter: grayscale(1);
}

.inline-block {
    display: inline-block !important;
}

img.calendar-icon {
    vertical-align: middle;
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
}

img.calendar-icon:hover {
    border: 0 !important;
    opacity: 0.8;
}

img.calendar-icon-hover {
    margin: 0 !important;
    margin-left: 0 !important;
    border: 0 !important;
    background-color: none !important;
}

.icon-lock {
    position: relative;
    width: 36px;
    height: 36px;
}
.icon-lock:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    position: absolute;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-color: #FFEDED;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23F30303' d='M405.333 179.712v-30.379C405.333 66.859 338.475 0 256 0S106.667 66.859 106.667 149.333v30.379c-38.826 16.945-63.944 55.259-64 97.621v128C42.737 464.214 90.452 511.93 149.333 512h213.333c58.881-.07 106.596-47.786 106.667-106.667v-128c-.055-42.362-25.174-80.676-64-97.621zM277.333 362.667c0 11.782-9.551 21.333-21.333 21.333-11.782 0-21.333-9.551-21.333-21.333V320c0-11.782 9.551-21.333 21.333-21.333 11.782 0 21.333 9.551 21.333 21.333v42.667zm85.334-192H149.333v-21.334C149.333 90.423 197.09 42.667 256 42.667s106.667 47.756 106.667 106.666v21.334z'/%3E%3C/svg%3E");
}

.tabs-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0rem 2rem 0rem;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    white-space: nowrap;
    overflow-x: auto;
    height: auto;
    border: 2px solid #242424 !important;
    color: #242424 !important;
    font-weight: 500 !important;
    font-size: 16px;
    border-radius: 4px;
    padding: 0.25rem;
}
.tabs-menu__top a {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}   

/* === Мультиселект с чекбоксами === */
.request-multicheck {
	position: relative;
	width: 100%;
}

.request-multicheck__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	border: 1px solid #d4dbea;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	min-height: 44px;
	transition: border-color 0.2s;
}

.request-multicheck__trigger:hover {
	border-color: #d4dbea;
}

.request-multicheck__trigger.is-open {
	border-color: #d4dbea;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.request-multicheck__label {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-size: 0.9rem;
}

.request-multicheck__label--placeholder {
	
}

.request-multicheck__arrow {
	margin-left: 10px;
	font-size: 0.9rem;
	color: #888;
	transition: transform 0.2s;
}

.request-multicheck__trigger.is-open .request-multicheck__arrow {
	transform: rotate(180deg);
}

.request-multicheck__dropdown {
    position: absolute;
    top: 40px; /* высота триггера */
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border: 1px solid #d4dbea;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.request-multicheck__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.request-multicheck__chips:empty {
    display: none;
    margin: 0;
}

.request-multicheck__option {
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.1rem 2rem;
    cursor: pointer;
    transition: background 0.15s;
    font-size: 0.9rem;
}

.request-multicheck__option:hover {
	background: #f5f5f5;
}

.request-multicheck__option input[type="checkbox"] {
	flex-shrink: 0;
    cursor: pointer;
    accent-color: #fdd816;
}

.request-multicheck__text {
	flex: 1;
}

.requests-compact-list__item {
    background: #fbfbfb;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 0.5rem;  
}

.requests-compact-list__link {
        font-weight: 500;  
}

#requests .content_grid {
    gap: 0.5rem !important;
}

#requests .news-detail__inner__content {
    width: 100% !important;
    max-width: 1000px !important;
}
#requests .news-detail__inner__right {
    width: auto !important;
    max-width: 320px !important;
}
#requests .items-1 {
    width: 100% !important;
}
#requests .sectionitems__info {
    padding: 2rem !important;
}
@media (max-width: 480px) {
  #requests .sectionitems__info {
    padding: 1rem !important;
  }
}
#requests .sectionitems__name {
    margin-bottom: 1rem;
}
#requests .sectionitems__title {
    margin-right: 0.25rem !important;
    color: #9f9f9f !important;
    font-weight: 500 !important;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    line-height: normal;
    letter-spacing: normal
}
#requests .sectionitems__price {
    font-weight: 500;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    letter-spacing: -0.05rem;
}
#requests .sectionitems__name {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.075rem !important;
}
#requests .product-documents {
    margin: 0;
}
#requests .block_card {
    margin-bottom: 0.5rem !important;
}

#requests .contact-info__label {
    color: #979797;
    font-size: 0.9rem !important;
    line-height: 1.25rem !important;
}

#requests font.notetext {
    color: green !important;
}


#requests .banner__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 100%);
    padding: clamp(12px, 2vw, 32px);
    text-align: center;
    font-size: clamp(18px, 3vw, 32px);
    line-height: normal;
    font-weight: 500;
    z-index: 2;
    box-sizing: border-box;
}
#requests .brand_banner__picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    border-radius: 6px;
    z-index: 0;
}
#requests .banner__title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    opacity: .25;
    border-radius: 6px;
    z-index: -1;
}
#requests .brand-banner__wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
#requests .brand-banner__wrapper.has-text::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff !important;
    opacity: .5;
    z-index: 1;
    border-radius: 6px;
}
#requests .sectionitems__subheading_top {
    max-width: 100% !important;
}
#requests form[name="iblock_add"] input[type="text"] {
    color: #242424 !important;
    font-size: 0.9rem !important;
    background: #ffffff !important;
}
#requests .input__area.forms {
    background: #ffffff !important;
    font-size: 0.9rem !important;
    color: #242424 !important;
}

#requests .leadmagnit__title {
    width: 100% !important;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.auth.authorize/custom_robob2b/style.css?1776491937893*/
div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
td.bx-auth-label{text-align:right; font-weight:bold;}
table.bx-auth-table{margin-top:8px; }
table.bx-auth-table td {padding:3px;}

div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/custom_robob2b/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/.default/components/bitrix/system.auth.authorize/custom_robob2b/images/sec-unlocked.png);}


/* End */
/* /requests/css/styles.css?177649200615484 */
/* /bitrix/templates/.default/components/bitrix/system.auth.authorize/custom_robob2b/style.css?1776491937893 */
