
.it-garder-logo{
    width:100%;
    text-align:center;
}
.it-garder-logo__subtitle{
    font-size:14px;
    line-height:1.4;
    margin-bottom:10px;
}
.it-garder-logo__title{
    margin:0 0 28px;
    font-size: clamp(28px, 3.1vw, 54px);
    line-height:1.15;
    font-weight:400;
    letter-spacing:-0.02em;
}
.it-garder-logo__viewport{
    overflow:hidden;
    width:100%;
}
.it-garder-logo__track{
    display:flex;
    transition:transform .45s ease;
    will-change:transform;
}
.it-garder-logo__slide{
    flex:0 0 calc(100% / 6);
    box-sizing:border-box;
    padding:14px;
}
.it-garder-logo__item{
    min-height:96px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e4e4e4;
    background:#fff;
    border-radius:8px;
    padding:18px;
    box-sizing:border-box;
}
.it-garder-logo__link{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.it-garder-logo__img{
    max-width:100%;
    max-height:56px;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
}
.it-garder-logo__placeholder{
    font-size:16px;
    line-height:1.4;
    color:#222;
}
.it-garder-logo__nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-top:18px;
}
.it-garder-logo__arrow{
    border:none;
    background:transparent;
    box-shadow:none;
    padding:4px 8px;
    font-size:42px;
    line-height:1;
    cursor:pointer;
    transition:transform .2s ease, opacity .2s ease;
}
.it-garder-logo__arrow:hover{
    opacity:.85;
    transform:translateY(-1px);
}
.it-garder-logo__arrow:focus{
    outline:none;
}
.it-garder-logo__prev{
    color:#d97a1d;
}
.it-garder-logo__next{
    color:#1874c9;
}
@media (max-width: 1024px){
    .it-garder-logo__title{
        margin-bottom:24px;
    }
}
@media (max-width: 767px){
    .it-garder-logo__slide{
        padding:10px;
    }
    .it-garder-logo__item{
        min-height:84px;
        padding:14px;
    }
    .it-garder-logo__img{
        max-height:42px;
    }
    .it-garder-logo__arrow{
        font-size:34px;
    }
}
