/* Home */

body.tpl-home {
    padding: 0;
    overflow: hidden;
}

.tpl-home .btn, .header__right .btn {
    background-image: none;
    border: none;
    text-shadow: none;
}

.tpl-home .block--entry__visual img {
    margin: auto;
}

.tpl-home .list--blocks>li{
    margin: unset;
    padding: 1%;
}

.tpl-home .box--logo .pic{
    background: url(img/logo-client.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 90px;
    height: 90px;
}

.tpl-home .box--logo .pic{
    max-width: none;
    max-height: none;
}
