/* ---------- MAGIC LINE ---------- */

#nav2491838871 .t-menu__list{
    position:relative;
}

#nav2491838871 .menu-magic-line{
    position:absolute;
    bottom:-8px;
    height:3px;
    background:#ff002b;
    border-radius:30px;
    pointer-events:none;
    z-index:1000;
    will-change:left,width;
}

#nav2491838871 .t-menu__link-item{
    text-decoration:none!important;
}

#nav2491838871 .t-menu__link-item::after{
    display:none!important;
}


Каталог

.fence-calculator {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.fence-calculator-title {
    font-size: 14px;
    margin-bottom: 8px;
}

.fence-length-input {
    width: 120px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.fence-result {
    margin-top: 15px;
    font-size: 18px;
}

.fence-result strong {
    font-weight: 600;
}