#topSearch2 .searchContainerInner {
    border: 1px solid #c81938 !important;
}

/*#leftMenu li {
font-family: robotobold;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 14px;
    cursor: pointer;
}
*/
#leftMenu .menuItems a img {
    display: none !important;
}


/*@media (min-width: 1800px) {
    .product {
        height: 440px !important;
    }
    .product .tabloid {
        height: 438px !important;
    }
.product .addCartContainer {
    margin-top: 40px !important;
}
}
*/
/*#nextSection ul {
    display: none;
}
*/
@media (max-width: 1800px) {
    .product #appProductPriceVariant_catalog {
        width: 100% !important;
    }

    #appProductPriceVariant_catalog .priceVariantListItemColumn {
        padding: 0 !important;
    }
}

@media (max-width: 380px) {
    #headerLine2 #geoPosition {
        display: none;
    }
}

@media (max-width: 1600px) {
    #logo img {
        max-width: 92%;
        width: 218px !important;
    }
}

.calculator_calc {
    background: white;
    border-radius: 12px;
    box-shadow: var(--card-shadow_calc);
    width: 100%;
    max-width: 500px;
    padding: 30px;
    box-sizing: border-box;
}

h1 {
    color: var(--primary-color_calc);
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
}

.input-group_calc {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--secondary-color_calc);
}

/*   input, select {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            transition: border 0.3s;
            box-sizing: border-box;
        }*/

input:focus,
select:focus {
    border-color: var(--accent-color_calc);
    outline: none;
    box-shadow: 0 0 0 2px rgba(79, 195, 247, 0.2);
}

button {
    background-color: #c81938;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    transition: background-color 0.3s;
    margin-top: 10px;
}

button:hover {
    background-color: #c81932;
}

.result_calc {
    margin-top: 25px;
    padding: 20px;
    background-color: #f0f8ff;
    border-radius: 8px;
    border-left: 4px solid var(--accent-color_calc);
    display: none;
}

.result_calc h3 {
    margin-top: 0;
    color: var(--secondary-color_calc);
}

.material-info_calc {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.tabs_calc {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tab_calc {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    transition: all 0.3s;
}

.tab_calc.active_calc {
    color: var(--primary-color_calc);
    border-bottom: 2px solid var(--primary-color_calc);
}

.tab-content_calc {
    display: none;
}

.tab-content_calc.active_calc {
    display: block;
}

/* новые попапы */

@media (max-width: 1024px) {
	#rm_sidebar_catalog #mainMenu {
		display: block !important;
	}

	#rm_sidebar_catalog #leftMenu > li {
		color: #000;
		background: #fff;
	}

	#rm_sidebar_catalog #leftMenu li .menuLink {
		color: #000;
	}

	#headerLineMobile .header-logo-link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.rm-sidebar-body #mainMenu>li img {
		display: none;
	}

	#headerLineMobile {
		z-index: 10000;
		background: #fff;
	}

	#headerLineMobile .header-line-item-image {
		filter: invert(0);
	}

	#headerLine2 {
		display: none;
	}

	.rm_catalog_categories #topMenuNew {
		list-style: none;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		display: block;
		border: none;
		padding-bottom: 20px;
	}

	.rm_catalog_categories #topMenuNew li {
		box-sizing: border-box;
		border-top: 1px solid rgba(136, 136, 136, 0.1);
		display: block;
		width: 100%;
		background: #ffffff;
	}

	.rm_catalog_categories #topMenuNew li:first-child {
		border-top: none;
	}

	.rm_catalog_categories #topMenuNew li:last-child {
		display: none;
	}

	.rm_catalog_categories #topMenuNew li a {
		line-height: 24px;
		display: block;
		padding: 18px 24px;
		color: rgb(30, 30, 30);
		font-size: 13px;
		text-decoration: none;
		transition: all 0.3s ease;
		box-sizing: border-box;
		width: 100%;
	}

	#mainMenuContainer .minCatalogButton {
		background: rgb(30, 30, 30) !important;
	}

	.rm-sidebar {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		z-index: 10000;
		transition: left 0.3s ease;
		box-sizing: border-box;
		max-height: -webkit-fill-available;
	}

	.rm-sidebar.active {
		left: 0;
	}

	.rm-sidebar-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.rm-sidebar.active .rm-sidebar-overlay {
		opacity: 1;
		visibility: visible;
	}

	.rm-sidebar-content {
		position: relative;
		background: #fff;
		height: 100%;
		display: flex;
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}

	.rm-sidebar-scrollable {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-height: 0;
		overflow: hidden;
	}

	.rm-sidebar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		border-bottom: 1px solid #e5e5e5;
		background: #f8f9fa;
		padding-top: max(20px, env(safe-area-inset-top));
		padding-bottom: max(20px, env(safe-area-inset-bottom));
	}

	.rm-sidebar-header button {
		border: none;
		background: transparent;
		width: 30px;
		height: 30px;
	}

	.rm-sidebar-title {
		font-size: 20px;
		font-weight: 600;
		color: #333;
		margin: 0;
	}

	.rm-sidebar-close {
		background: none;
		border: none;
		padding: 8px;
		cursor: pointer;
		color: #666;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.rm-sidebar-close:hover {
		background: #e9ecef;
	}

	.rm-sidebar-body {
		flex: 1;
		padding: 20px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #f9f9fc;
	}

	.rm-contacts-section {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.rm-contacts-group {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.rm-contacts-title {
		font-size: 16px;
		font-weight: 600;
		color: #333;
		margin: 0;
		padding-bottom: 8px;
		border-bottom: 1px solid #f0f0f0;
		line-height: 20px;
	}

	.rm-phone-link {
		display: block;
		padding: 16px;
		background: #f8f9fa;
		border: 1px solid #e5e5e5;
		border-radius: 8px;
		color: #333;
		text-decoration: none;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		transition: all 0.2s ease;
		line-height: 20px;
		text-decoration: underline;
		color: #0a78bf;
	}

	.rm-phone-link:hover {
		background: #007bff;
		color: white;
		border-color: #007bff;
	}

	.rm-address-link {
		display: block;
		padding: 16px;
		background: #f8f9fa;
		border: 1px solid #e5e5e5;
		border-radius: 8px;
		color: #333;
		text-decoration: none;
		font-weight: 500;
		font-size: 16px;
		transition: all 0.2s ease;
		font-size: 16px;
		line-height: 20px;
		text-decoration: underline;
	}

	.rm-messengers-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.rm-messenger-link {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		padding: 16px 12px;
		background: #f8f9fa;
		border: 1px solid #e5e5e5;
		border-radius: 8px;
		text-decoration: none;
		color: #333;
		transition: all 0.2s ease;
		font-weight: 500;
		text-align: center;
	}

	.rm-messenger-link:hover {
		background: #f0f0f0;
		transform: translateY(-1px);
	}

	.rm-messenger-icon {
		width: 44px;
		height: 44px;
		border-radius: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		color: white;
	}

	/* .rm-messenger-icon.telegram {
		background: #0088cc;
	}

	.rm-messenger-icon.whatsapp {
		background: #25d366;
	} */

	.rm-messenger-text {
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
	}

	.rm-social-links {
		display: flex;
		gap: 16px;
		justify-content: center;
	}

	.rm-social-link {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: white;
		font-size: 18px;
		transition: all 0.2s ease;
	}

	.rm-social-link:hover {
		transform: scale(1.1);
	}

	.rm-social-link.youtube,
	.rm-social-link.telegram,
	.rm-social-link.whatsapp {
		border: 1px solid #e5e5e5;
		background: #f8f9fa;
	}

	.rm-sidebar-header-bottom {
		bottom: 0;
		padding: 20px;
		border-top: 1px solid #e5e5e5;
		background: #f8f9fa;
		z-index: 10;
		padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
		padding-left: calc(20px + env(safe-area-inset-left, 0px));
		padding-right: calc(20px + env(safe-area-inset-right, 0px));
	}

	.rm-sidebar-footer-bottom {
		bottom: 0;
		padding: 20px;
		border-top: 1px solid #e5e5e5;
		background: #f8f9fa;
		z-index: 10;
		padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
		padding-left: calc(20px + env(safe-area-inset-left, 0px));
		padding-right: calc(20px + env(safe-area-inset-right, 0px));
	}

	.rm-sidebar-footer {
		position: relative;
		padding: 20px;
		padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
		border-top: 1px solid #f0f0f0;
		background: #fff;
		z-index: 2;
		margin-top: auto;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
	}

	.rm-btn.dark {
		display: block;
		width: 100%;
		background: #656c7d;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 8px;
		font-weight: 400;
		font-size: 14px;
		transition: all 0.2s ease;
		border: none;
		height: 44px;
		line-height: 44px;
	}

	.rm-btn.dark:hover {
		background: #5a616f;
	}

	.rm-btn.dark .rm-btn-text {
		color: #fff;
	}

	.telegram-icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('/local/templates/dresscodeV2/images/tg.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.whatsapp-icon {
		display: inline-block;
		width: 25px;
		height: 25px;
		background-image: url('/local/templates/dresscodeV2/images/wa.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.youtube-icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('/local/templates/dresscodeV2/images/yb.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	/* Mobile menu specific styles */
	.rm-sidebar .rm_mobile_menu_first,
	.rm-sidebar .rm_mobile_menu_first * {
		box-sizing: border-box;
	}

	.rm-sidebar #rm_mobile_menu_top_button,
	.rm-sidebar #rm_mobile_menu_toggle_button {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		line-height: 28px;
		color: #272323;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 16px;
		background: #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .04);
		border-radius: 6px;
		width: 100%;
	}

	.rm-sidebar #rm_mobile_menu_toggle_button:before {
		content: "";
		display: inline-block;
		background-color: rgb(168, 41, 59);
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 15 15"><rect x="1" y="1" width="5" height="5" rx="1" stroke="%23fff" /><rect x="8" y="1" width="5" height="5" rx="1" stroke="%23fff" /><rect x="1" y="8" width="5" height="5" rx="1" stroke="%23fff" /><rect x="7.085" y="9.585" width="5" height="5" rx="1" transform="rotate(-30 7.085 9.585)" stroke="%23fff" /></svg>');
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 20px;
		width: 30px;
		height: 30px;
		border-radius: 6px;
		flex-shrink: 0;
	}

	.rm-sidebar #rm_mobile_menu_top_button:before {
		content: "";
		display: inline-block;
		background-color: rgb(168, 41, 59);
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>');
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 20px;
		width: 30px;
		height: 30px;
		border-radius: 6px;
		flex-shrink: 0;
	}

	.rm-sidebar #rm_mobile_account_toggle_button:before {
		content: "";
		display: inline-block;
		background-color: #f4f4f4;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 30 30"><g><rect width="30" height="30" rx="6" fill="%23F4F4F4"/><path d="M15 6.563c-2.891 0-5.25 2.412-5.25 5.369 0 1.848.922 3.49 2.32 4.459a7.695 7.695 0 00-4.57 7.047H9c0-3.398 2.678-6.137 6-6.137 3.323 0 6 2.739 6 6.137h1.5a7.698 7.698 0 00-4.57-7.048 5.348 5.348 0 001.702-1.934 5.485 5.485 0 00.618-2.524c0-2.957-2.359-5.37-5.25-5.37zm0 1.534c2.08 0 3.75 1.708 3.75 3.835s-1.67 3.835-3.75 3.835-3.75-1.708-3.75-3.835S12.92 8.097 15 8.097z" fill="%23272323"/></g></svg>');
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 20px;
		width: 30px;
		height: 30px;
		border-radius: 6px;
		flex-shrink: 0;
	}

	.rm-sidebar #rm_mobile_webshop_toggle_button:before {
		content: "";
		display: inline-block;
		background-color: #f4f4f4;
		background-image: url('/local/templates/dresscodeV2/images/logo_florex.svg');
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 20px;
		width: 30px;
		height: 30px;
		border-radius: 6px;
		flex-shrink: 0;
	}

	.rm-sidebar .rm_mobile_menu-list-item {
		margin-top: 12px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		line-height: 28px;
		color: #272323;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 16px;
		background: #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .04);
		border-radius: 6px;
		width: 100%;
	}

	.padding-0 {
		padding: 0;
		display: flex;
		font-size: 16px;
		align-items: center;
	}

	.padding-0 svg {
		width: 30px;
		height: 30px;
		background: #f4f4f4;
		margin-right: 20px;
		padding: 5px;
		border-radius: 6px;
	}

	.header-address a {
		color: #000;
	}

	.rm-sidebar .rm_mobile_menu-list-item span {
		font-size: 16px;
		line-height: 20px;
	}

	.rm-sidebar .rm_mobile_menu_first-toggle {
		display: inline-block;
		margin-left: auto;
		width: 8px;
		height: 14px;
		flex-shrink: 0;
	}

	.rm-sidebar-back svg {
		display: block;
		width: 100%;
		height: 100%;
	}

	/* Mobile sidebar toggle button */
	.header-line-item.rm_mobile_sidebar_toggle {
		padding: 0 12px;
		height: 40px !important;
		line-height: 40px;
		margin: 9px 12px;
		border-radius: 6px;
		border: 0;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: relative !important;
		z-index: 1;
		overflow: hidden !important;
		text-decoration: none !important;
		background-color: rgb(168, 41, 59);
		color: rgb(255, 255, 255);
		cursor: pointer;
		min-width: auto !important;
		max-width: none !important;
		flex-direction: row !important;
	}

	.header-line-item.rm_mobile_sidebar_toggle:before {
		content: "";
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background: rgba(233, 233, 233, .15);
		border-radius: 50%;
		width: 0;
		height: 0;
		transition: width .3s ease, height .3s ease;
	}

	.header-line-item.rm_mobile_sidebar_toggle:hover:before {
		width: 100%;
		height: 100%;
	}

	.rm-btn-icon {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 16px;
	}

	.rm-btn-icon span {
		display: block;
		width: 16px;
		height: 2px;
		background: #fff;
		border-radius: 2px;
		transition: all 0.3s ease;
	}

	.rm-btn-icon span+span {
		margin-top: 3px;
	}

	.header-line-item.rm_mobile_sidebar_toggle .header-line-item-image,
	.header-line-item.rm_mobile_sidebar_toggle .header-line-item-text,
	.header-line-item.rm_mobile_sidebar_toggle .count,
	#flushheaderWishlistMobile {
		display: none !important;
	}

	.rm-messenger-icon::before {
		content: "";
		font-family: "Font Awesome 6 Brands";
		font-weight: 400;
		font-size: 20px;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background: transparent !important;
	}

	.rm-messenger-icon.whatsapp::before {
		content: "\f232";
		color: #25d366;
		font-size: 44px;
	}

	.rm-messenger-icon.telegram::before {
		content: "\f2c6";
		color: #0088cc;
		font-size: 44px;
	}

	.rm-messenger-icon.vkontakte::before {
		content: "\f189";
		color: #07f;
		font-size: 44px;
	}

	.rm-messenger-icon.odnoklassniki::before {
		content: "\f263";
		color: #f7931e;
		font-size: 44px;
	}

	.rm-social-link.youtube::before,
	.rm-social-link.telegram::before,
	.rm-social-link.whatsapp::before,
	.rm-social-link.vkontakte::before,
	.rm-social-link.odnoklassniki::before {
		content: "";
		font-family: "Font Awesome 6 Brands";
		font-weight: 400;
		font-size: 20px;
		color: #656c7d;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background: transparent !important;
	}

	.rm-social-link.youtube::before {
		content: "\f167";
	}

	.rm-social-link.telegram::before {
		content: "\f2c6";
	}

	.rm-social-link.whatsapp::before {
		content: "\f40c";
	}

	.rm-social-link.vkontakte::before {
		content: "\f189";
	}

	.rm-social-link.odnoklassniki::before {
		content: "\f263";
	}
}

@media (min-width: 1001px) {
	.rm-sidebar {
		display: none !important;
	}
}

/* конец попапов */

/*ABOUT*/
              /* Минимальный сброс и базовые настройки */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.5;
            color: #1e293b;
            background-color: #f8fafc;
            overflow-wrap: break-word;      /* Перенос длинных слов */
            hyphens: auto;                   /* Автоматическая расстановка переносов */
        }

        /* Все классы с приставкой el- */
        .el-page {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem 1.5rem;
            background-color: #ffffff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border-radius: 2rem;
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .el-section {
            margin-bottom: 4rem;
        }

        .el-section:last-child {
            margin-bottom: 0;
        }

        .el-title-1 {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
            color: #0f172a;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
        }

        .el-title-2 {
            font-size: 2rem;
            font-weight: 600;
            line-height: 1.3;
            color: #0f172a;
            margin-bottom: 2rem;
            position: relative;
            padding-bottom: 0.75rem;
        }

        .el-title-2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #2563eb, #7c3aed);
            border-radius: 2px;
        }

        .el-title-3 {
            font-size: 1.35rem;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 0.5rem;
        }

        .el-text {
            font-size: 1.1rem;
            color: #334155;
            margin-bottom: 1rem;
        }

        .el-text-large {
            font-size: 1.25rem;
            font-weight: 400;
            color: #1e293b;
            margin-bottom: 1.5rem;
        }

        /* Сетка для преимуществ */
        .el-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 1rem;
        }

        .el-card {
            background: #ffffff;
            padding: 1.75rem 1.5rem;
            border-radius: 1.5rem;
            box-shadow: 0 8px 20px rgba(0,0,0,0.03);
            border: 1px solid #e2e8f0;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .el-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 30px rgba(0,0,0,0.05);
            border-color: #cbd5e1;
        }

        .el-card .el-title-3 {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .el-card .el-title-3::before {
            content: '⚡';
            font-size: 1.5rem;
            filter: drop-shadow(0 2px 2px rgba(37,99,235,0.2));
        }

        .el-card p {
            color: #475569;
            font-size: 1rem;
        }

        /* Стили для списков */
        .el-list {
            list-style: none;
            margin: 1.5rem 0;
        }

        .el-list-item {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            margin-bottom: 0.75rem;
            font-size: 1.1rem;
            color: #1e293b;
        }

        .el-list-item::before {
            content: '✅';
            font-size: 1.2rem;
            flex-shrink: 0;
            color: #2563eb;
        }

        .el-list-icon {
            list-style: none;
            margin: 1.5rem 0;
        }

        .el-list-icon li {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 0.75rem;
            font-size: 1.1rem;
            color: #1e293b;
        }

        .el-list-icon li::before {
            content: '•';
            color: #2563eb;
            font-weight: bold;
            font-size: 1.5rem;
        }

        /* Две колонки */
        .el-two-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2.5rem;
            align-items: start;
        }

        /* Миссия (особый фон) */
        .el-mission {
            background: #f1f5f9;
            padding: 2.5rem;
            border-radius: 2.5rem;
            margin: 2rem 0;
        }

        .el-mission p {
            font-size: 1.25rem;
            color: #1e293b;
            margin-bottom: 1rem;
        }

        .el-mission strong {
            color: #2563eb;
            font-weight: 600;
        }

        /* Контактный блок */
        .el-contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            background: linear-gradient(135deg, #f1f5f9 0%, #e6edf5 100%);
            padding: 2rem;
            border-radius: 2rem;
            margin-top: 1.5rem;
        }

        .el-contact-item {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .el-contact-label {
            font-weight: 600;
            color: #0f172a;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 0.85rem;
        }

        .el-contact-value {
            font-size: 1.25rem;
            font-weight: 500;
            color: #1e293b;
            word-break: break-word; /* Дополнительная защита */
        }

        .el-contact-value a {
            color: #2563eb;
            text-decoration: none;
            font-weight: 600;
        }

        .el-contact-value a:hover {
            text-decoration: underline;
        }

        /* Адаптивность */
        @media (max-width: 900px) {
            .el-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .el-two-columns {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .el-title-1 {
                font-size: 2rem;
            }
        }

        @media (max-width: 600px) {
            .el-page {
                padding: 1.5rem;
                border-radius: 1.5rem;
            }
            .el-grid {
                grid-template-columns: 1fr;
            }
            .el-title-2 {
                font-size: 1.75rem;
            }
            /* Уменьшаем внутренние отступы на мобильных, чтобы избежать скролла */
            .el-mission {
                padding: 1.5rem;
                border-radius: 1.5rem;
            }
            .el-two-columns > div:last-child {
                padding: 1.5rem;
            }
            .el-contact-grid {
                padding: 1.5rem;
                grid-template-columns: 1fr;
            }
        }

        /* Дополнительные акценты */
        .el-highlight {
            color: #2563eb;
            font-weight: 600;
        }

        .el-badge {
            display: inline-block;
            background: #dbeafe;
            color: #1e40af;
            padding: 0.25rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 1rem;
        }

        hr.el-divider {
            border: none;
            height: 1px;
            background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
            margin: 2rem 0;
        }

        .el-footer-note {
            text-align: center;
            color: #64748b;
            font-size: 0.95rem;
            margin-top: 3rem;
            padding-top: 1.5rem;
            border-top: 1px solid #e2e8f0;
        }