

/* Start:/local/components/custom/catalog_menu/templates/.default/style.css?17612581081505*/
.menu {
    display: flex;
    gap: 3.125rem;

    border-bottom: 1px solid var(--cl-smoky-white);
}
.menu.container-page {
    padding-top: .625rem;
    padding-bottom: 0;
}

.submenus {
    position: relative;
    z-index: 1000;
}

.menu-link {
    display: block;
    cursor: pointer;

    color: rgba(84, 84, 84, 1);
    font-size: var(--s15);
    font-weight: 600;

    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    padding-bottom: .625rem;

    transition: border-bottom-color .3s ease;
}

.menu-item:hover .menu-link {
    border-bottom-color: #194A7A;
}

.submenus {
    width: 100vw;
}

.submenu {
    position: absolute;
    top:0;
    max-height: 0;
    width: 100%;
    padding: 1.875rem 8.75rem 2.5rem 8.75rem;
    pointer-events: none;

    overflow: hidden;
    opacity: 0;

    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);

    transition: all 0.4s ease;
}

/* Активное подменю */
.submenu.active {
    opacity: 1;
    max-height: 2000px;
    pointer-events: all;
}

.submenu-item {
    margin-bottom: 1.5rem;
    max-width: 25%;
}
.submenu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.submenu-title {
    font-size: var(--s15);
    font-weight: 400;
}

.submenu-children {
    margin-top: .7rem;
    color: rgba(84, 84, 84, 1);
    font-size: var(--s13);
    font-weight: 400;
}

.submenu-children li {
    margin: .3rem 0;
}

.product-count {
    color: #888;
    font-size: var(--s13);
    margin-left: 8px;
}

/* End */


/* Start:/bitrix/templates/empty/components/bitrix/news.list/set_regions/style.css?1757263261150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/empty/styles.css?17573403083744*/
/*хедер*/
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.logo img {
    max-height: 2.875rem;
}

.header__middle-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; /* логотип слева, иконки справа */
    gap: 1rem;
    padding: 0 8.75rem;
}

.searchbar {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.catalog-btn {
    color: var(--cl-platinum);
    background-color: var(--cl-midnight-blue);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 3rem;
    padding: 0 1.25rem;
    border-radius: .8rem;
    font-weight: 500;
}

.actions {
    display: flex;
}

.searchbar__form {
    background-color: var(--cl-smoky-white);
    width: 27.75rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem 0.75rem 1rem;
    border-radius: .8rem;
    border: 1px solid transparent;
}

.searchbar__form.focused {
    border-color: var(--cl-platinum);
}

.searchbar__form img {
    width: 1.5rem;
    height: 1.5rem;
}

.action {
    display: flex;
    flex-direction: column; /* иконка сверху, текст снизу */
    align-items: center; /* выравнивание по центру */
    width: 5.13rem;
    height: 3rem;
}

.action a {
    width: 1.5rem;
    height: 1.5rem;
}

.header__top-row {
    padding: 0.63rem 8.75rem 0.63rem 8.75rem;
    background-color: var(--cl-smoky-white);
    display: flex;
    justify-content: space-between;
}

.header__top-right {
    display: flex;
    gap: 1.5rem;
}

.header__top-left {
    display: inline-flex;
    gap: 0.5rem;
}

.header__bottom-row {
    border-top: 1px solid var(--cl-smoky-white);
    border-bottom: 1px solid var(--cl-smoky-white);
    padding: 1rem 0 1rem 0;
}

.categories {
    display: flex;
    justify-content: center;
    gap: 1.875rem; /* расстояние между пунктами */
}


/*футер*/

footer {
    background-color: var(--cl-granite-grey);
    color: white;
}

.logo__footer {
    font-size: var(--s20);
    font-weight: 700;
}

.contacts__footer {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.footer-container {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 8.75rem 1.25rem 8.75rem;

}

.footer-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

.footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid var(--cl-pearl-light-grey); /* толщина 2px, сплошная линия, цвет серый */

    margin-bottom: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    margin-left: auto;
    width: 48rem;
    height: 8.25rem;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0 1rem;
}

.searchbar__input {
    flex: 1;
}

.logo__footer {
    width: 11.25rem;
    height: auto;
}

/* 404 */
.right-404 {
    color: var(--cl-blue-teal);
}

.container-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 8.25rem 0;
}

.go-home {
    display: inline-block;
    padding: 12px 24px;
    background: var(--cl-blue-teal);
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.text1-404{
    font-size: 9rem;
}
.text2-404{
    font-size: 2.25rem;
    padding-bottom: 0.625rem;
}
.text3-404{
    font-size: 1.13rem;
    padding-bottom: 0.625rem;
}


/* End */
/* /local/components/custom/catalog_menu/templates/.default/style.css?17612581081505 */
/* /bitrix/templates/empty/components/bitrix/news.list/set_regions/style.css?1757263261150 */
/* /bitrix/templates/empty/styles.css?17573403083744 */
