.head-title {
    font-family: var(--font-accent);
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.065em;
    color: var(--color-white);
    -webkit-text-stroke: 1px #003F5F;
    text-stroke: 1px #003F5F;
    margin-top: 0.725em;
}

.catalog-sub-lvl {
    margin-top: 6px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 7px 1px #00000040;
}

.catalog-sub-lvl ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 14px;
    justify-content: center;
}

.catalog-sub-lvl ul li {
    display: inline-flex;
}

.catalog-sub-lvl ul li a {
    padding: 8px;
    font-size: 10px;
}

.catalog-sub-lvl ul li a:focus,
.catalog-sub-lvl ul li a:active,
.catalog-sub-lvl ul li a.active {
    background: #F8F8F8;
    border-bottom: 1px solid #EB5649;
}

@media screen and (max-width: 1199px) {
    .head-title {
            
        font-size: 20px;
        -webkit-text-stroke: 0.5px #003F5F;
        text-stroke: 1px #003F5F;
        line-height: 24px;
        margin: 0;
        margin-top: 20px;
    }

    .catalog-dropdown {
        left: -5px;
        top: calc(100% + 5px);
        --menu-gap: 14px;
    }

    .catalog-dropdown {
        position: fixed;
        top: 65px;
        width: calc(100% - 10px);
        left: 5px;
        right: 5px;
    }

    .catalog-inner {
        border-radius: 15px;
        min-height: 190px;
    }

    .catalog-level-1 {
        border-radius: 15px;
    }

    /*#########*/
    .catalog-level-1 {
        padding: 10px 0;
        text-transform: uppercase;
    }

    .catalog-level-1,
    .catalog-level-2 {
        padding: 8px 0;
    }

    .catalog-level-1 li a {
        width: 90px;
        font-size: 10px;
        line-height: 20px;
    }

    .submenu--title {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .catalog-level-2 li a {
        font-size: 10px;
        line-height: 1;
        margin-bottom: 4px;
    }

    .submenu--inner {
        --menu-gap: 30px;
    }

    #header-mobile {
        position: relative;
        z-index: 100;
        height: 60px;
        background: url("/img/header/header_1_60.png");
    }

    .catalog-menu {
        height: auto;
        padding-top: 8px;
        padding-bottom: 10px;
        padding-right: 4px;
    }

    .open-menu {
        width: auto;
        height: auto;
        padding: 5px;
        border-radius: 15px;
    }

    .open-menu .rt {
        font-size: 32px;
    }

    .second-logo--name {
        font-size: 24px;
        line-height: 1;
    }

    .second-logo--text {
        font-size: 6.5px;
    }

    .head-personal {
        height: 100%;
    }

    .head-personal--action {
        width: 94px;
        height: 42px;
        padding-right: 6px;
        padding-left: 4px;
        border-radius: 15px;
    }

    .hp-link a {

    }

    .head-personal--action .rt {
        font-size: 34px;
    }

    #header-mobile .cgap {
        gap: 8px;
    }
}