font.tablebodytext {
    display: none;
}
@media (max-width: 1024px) {
    .home__items {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .employee {
        display: flex;
        flex-direction: column;
    }
}
/***********бегущая строка**************/
.home__items {
    overflow: hidden;
    position: relative;
}

@media (max-width: 1024px) {
    .home__items .marquee-track {
        display: flex;
        gap: 16px;
        width: max-content;
        will-change: transform;
    }

    .home__items .home-item {
        flex: 0 0 auto;
        width: 200px;
    }

}
/*****************************/
.team__slide img{
    height: 484px;
}
.comparison__table-wrap tr{
    display: grid;
    grid-template-columns: 268px 1fr 1fr;
    font-size: 15px;
}
@media (max-width: 1024px) {
    .home_other .home__top{
        margin-bottom: 10%;
    }
}
.quote__name.quote__name_dir{
    max-width: 100%;
}
.case.swiper-slide, .article.swiper-slide{
    height: auto;
    position: relative;
    padding-bottom: 60px;
}
.case.swiper-slide .case__buttons, .article.swiper-slide .case__buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.banner_start_fransh.banner {
    background-position: top;
    min-height: 30.69rem;
    padding-top: 3rem;
}

.mobile-menu__link .dropdown-arrow {
    display: none;
}

.mobile-menu__link_drop-down.mobile-menu__link:after{
    content: none;
}
.mobile-menu__link_drop-down.mobile-menu__link .dropdown-arrow:after{
    background: url(/local/templates/knam/img/icons/arrow-down.svg) no-repeat 50% / 100%;
    content: "";
    display: inline-block;
    height: .5125rem;
    transition: .3s;
    width: .8875rem;
}
.mobile-menu__link_drop-down.mobile-menu__link .dropdown-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 20px;
}
/**/
.calculator__input-row{
    align-items: end;
}

.header__soc-link_calc {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    animation: pulse_calc 2s infinite;
    transition: all 0.3s ease;
}

.header__soc-link_calc:hover {
    animation: none;
    transform: scale(1.05);
}

.header__soc-link_calc svg {
    border-radius: 50%;
    transition: transform 0.3s ease;
}

@keyframes pulse_calc {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(45, 109, 243, 0.4);
    }
    50% {
        transform: scale(1.03);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(45, 109, 243, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(45, 109, 243, 0);
    }
}

.fits-item{
    width: 220px;
}
.banner-item{
    height: auto;
    min-height: 8.06rem;
}
.home__link.btn.btn_blue-round:hover{
    opacity: 1;
    cursor: auto;
}