

/* Start:/bitrix/templates/auth/template_styles.css?175710538610180*/
:root {
	--font-family: 'Montserrat', sans-serif;
	--font-family-arial: Arial, sans-serif;
	--color-dark-primary: #22252A;
	--color-dark-secondary: #2A2A2B;
	--color-light-grey: #F5F5F5;
	--color-text-light: #FFFFFF;
	--color-text-dark: #333333;
	--color-accent-yellow: #FFD600;
	--color-button-light: #F0F0F0;
	--color-button-active: #FFFFFF;
}

/* --- БАЗОВЫЕ СТИЛИ И СБРОС --- */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--font-family);
	background-color: var(--color-light-grey);
	color: var(--color-text-dark);
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	display: block;
}

.dashboard-wrapper {
	display: flex;
}

/* --- САЙДБАР --- */
.sidebar {
	width: 267px;
	min-height: 100vh;
	background-color: #2A2A28;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

.sidebar__header {
	width: 267px;
	height: 157px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: var(--color-dark-secondary);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidebar__nav {
	width: 100%;
	padding: 0 20px;
	margin-top: 60px;
}

.sidebar__nav-item a {
	display: flex;
	min-height: 65px;
	border-radius: 5px;
	align-items: center;
	margin-bottom: 10px;
	padding: 15px 20px;
	background-color: #fff;
	color: #2A2A28;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: background-color 0.4s;
}

.sidebar__nav-item a:hover {
	background-color: var(--color-accent-yellow);
	color: var(--color-text-dark);
}

.sidebar__nav-item i {
	width: 25px;
	margin-right: 15px;
	color: #a0a0a0;
	font-size: 20px;
	text-align: center;
}

/* --- ОСНОВНОЙ КОНТЕНТ --- */
.main-content {
	width: 100%;
	padding: 24px;
	background: #FFCB00;
}

.main-content__header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
	font-size: 14px;
}

.user-profile {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	background-color: #FFFFFF;
	color: var(--color-text-dark);
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* --- СЕТКА КОНТЕНТА --- */
.content-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr 0.9fr 0.9fr;
	grid-template-rows: 190px 24px 220px 277px;
	grid-template-areas:
		"raspahnie  raspahnie  constructor ."
		"raspahnie  raspahnie  .           ."
		"raspahnie  raspahnie  skladchatie skorostnie"
		"sekcionnie future-1   future-2    future-2";
}

/* --- Привязка карточек к областям сетки --- */
.grid-card--raspahnie {
	grid-area: raspahnie;
}

.grid-card--constructor {
	grid-area: constructor;
}

.grid-card--skladchatie {
	grid-area: skladchatie;
}

.grid-card--skorostnie {
	grid-area: skorostnie;
}

.grid-card--sekcionnie {
	grid-area: sekcionnie;
}

.grid-card--future-1 {
	grid-area: future-1;
}

.grid-card--future-2 {
	grid-area: future-2;
}

/* --- Общие стили для карточек --- */
.grid-card {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #e0e0e0;
	overflow: hidden;
	cursor: pointer;
}

.grid-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

/* --- Стили для блока "Конструктор" --- */
.grid-card--constructor {
	height: 280px;
	background: transparent;
	overflow: visible;
}

.yellow-box {
	width: 176px;
	height: 177px;
	background: #FFCB00;
}

.text {
	position: absolute;
	top: 5px;
	left: 50px;
	color: #000;
	font-family: var(--font-family-arial);
}

.text .small {
	font-size: 30px;
	font-weight: 500;
}

.text .middle {
	display: inline-block;
	margin: 5px 0;
	padding: 2px 20px;
	background: #222;
	color: #FFCB00;
	font-size: 20px;
	font-weight: 500;
}

.text .large {
	color: #222;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.2;
}

/* --- Стили для лейблов --- */
.product-label {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 50px;
	min-width: 215px;
	word-break: break-all;
	padding: 12px 18px;
	background-color: #FFFFFF;
	color: #2A2A28;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	transition: background-color 0.4s;
}


.grid-card:hover .product-label {
	cursor: pointer;
	background-color: var(--color-accent-yellow);
}

.icon {
	display: block;
	fill: currentColor
}

.icon--size-xs {
	width: .875em;
	height: .875em
}

.icon--size-s {
	width: .9375em;
	height: .9375em
}

.icon--size-m {
	width: 1.125em;
	height: 1.125em
}

.icon--size-xl {
	width: 1.25em;
	height: 1.25em
}

.icon--size-xxl {
	width: 1.5625em;
	height: 1.5625em
}

.icon--size-xxxl {
	width: 1.875em;
	height: 1.875em
}

.personal-nav-link {
	display: flex;
	align-items: center;
	padding-top: 1.25em;
	padding-bottom: 1.25em
}

.personal-nav-link__icon {
	margin-right: .9375em
}


/* Общий контейнер, центрирующий карточку в окне просмотра */
.login-container {
	width: 100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	/* Занимает всю высоту окна просмотра */
	display: flex;
	/* Используем flexbox для центрирования */
	justify-content: center;
	/* Центрируем по горизонтали */
	align-items: center;
	/* Центрируем по вертикали */
	text-align: left;
	font-size: 11.83px;
	color: #2a2a28;
	font-family: Montserrat;
	box-sizing: border-box;
	/* Важно для работы с padding/border */
}

/* Белая карточка логина */
.login-card {
	border-radius: 5px;
	background-color: #fff;
	width: 788px;
	height: 441px;
	box-sizing: border-box;
	/* Учитываем padding в общих размерах */
	/* Padding для воспроизведения оригинального смещения контента */
	padding: 40px 160px 40px 157px;
	display: flex;
	/* Чтобы `login-content` растянулся внутри */
	flex-direction: column;
	justify-content: center;
}

/* Контент внутри карточки (заголовок, поля, кнопки) */
.login-content {
	display: flex;
	flex-direction: column;
	/* Элементы располагаются вертикально */
	width: 100%;
	/* Занимает всю доступную ширину внутри `login-card` */
	/* Отступы между основными секциями, основанные на оригинальном позиционировании */

	/* Отступ после заголовка */
	/* margin-bottom: 76px; */
}

.login-content .input-section {
	/* Отступ после секции ввода */
	margin-bottom: 46px;
}

.login-content .footer-actions {
	/* Отступ после кнопок и чекбокса */
	margin-bottom: 81px;
}

/* Заголовок "ВОЙТИ" */
.login-title {
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	/* Центрируем заголовок */
	margin: 0;
	/* Сброс стандартных марджинов H2 */
	margin-bottom: 50px;
}

/* Секция с полями ввода */
.input-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* Отступ между полями E-mail и Пароль */
	width: 100%;
}

/* Группа поля ввода (фон + плейсхолдер) */
.input-field-group {
	position: relative;
	/* Для позиционирования плейсхолдера */
	width: 100%;
	height: 50px;
	/* Фиксированная высота поля */
}



/* Желтый фон поля ввода */
.input-background {
	border-radius: 5px;
	background-color: #ffea96;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 2em;
}

/* Текст плейсхолдера (E-mail, Пароль) */
.input-label {
	position: absolute;
	/* Позиционируем внутри фона */
	top: 50%;
	/* Центрируем по вертикали */
	left: 28px;
	/* Отступ слева */
	transform: translateY(-50%);
	/* Точная корректировка для вертикального центрирования */
}

/* Секция с кнопкой и чекбоксом */
.footer-actions {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}

/* Группа "Запомнить" */
.remember-me {
	display: flex;
	align-items: center;
	/* Выравниваем чекбокс и текст по центру */
	gap: 8px;
	/* Отступ между чекбоксом и текстом */
}

/* Текст "Запомнить" */
.remember-me-label {
	/* Стилизуем как обычный текст */
}

/* Обертка для визуального чекбокса */
.checkbox-wrapper {
	position: relative;
	/* Для позиционирования галочки */
	width: 14.6px;
	height: 14.6px;
}

/* Черный квадрат чекбокса */
.checkbox-box {
	border-radius: 5px;
	background-color: #2a2a28;
	width: 100%;
	height: 100%;
}

/* Зеленая "галочка" чекбокса */
.checkbox-check {
	position: absolute;
	/* Позиционируем внутри черного квадрата */
	top: 1.99px;
	left: 1.98px;
	border-radius: 5px;
	background-color: #70d93b;
	width: 10.6px;
	height: 10.6px;
}

/* Кнопка "ВОЙТИ В СИСТЕМУ" */
.login-button {
	border-radius: 99px;
	/* Форма пилюли */
	background-color: #2a2a28;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	font-size: 12px;
	color: #ffcb00;
	border: none;
	/* Убираем стандартную рамку кнопки */
	cursor: pointer;
}

/* Текст кнопки */
.login-button-text {
	font-weight: 600;
}

/* Ссылка "Забыли пароль?" */
.forgot-password {
	text-decoration: underline;
	text-align: center;
	/* Центрируем ссылку */
	color: #2a2a28;
	/* Наследуем цвет текста */
	display: block;
	/* Чтобы применить text-align: center */
}
/* End */
/* /bitrix/templates/auth/template_styles.css?175710538610180 */
