/*#business-block-1 {
    margin-bottom: 64px;
}*/

/*#business-block-2 {
    padding-top: 64px;
}*/

.privacy-policy-text {
    margin-top: 44px;
}

.privacy-policy-text h3 {
    font-size: 1.17em;
    font-weight: 700;
}

span#thanks {
    color: #7ebf44;
    display: inline-block;
    margin-top: 10px;
}

.item.mb24.features a {
    color: #7ebf44;
}

.item.mb24.features a:hover {
    color: #5d8638;
}

.index-directory__item:hover .index-directory__item__title {
    text-decoration: underline;
}

/*.journal__sub {
    display: flex;
    align-items: center;
    width: 460px;
    height: 16px;
    margin: 48px 0 32px;
    font-family: GT America LCG, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-align: left;
}

.journal__sub img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}*/

.journal__text .sub {
    font-family: GT America LCG, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}

#home-company-news-mobile {
    display: none;
}
#home-company-news {
    display: block;
    margin-bottom: 0;
}

/* Ссылка для архивных тарифов на странице тарифов */
.link-tariff-archive--mobile {
    display: none;
    /*position: relative;
    align-items: center;
    color: #72bf44;*/
    /*margin-bottom: 12px;*/
}

.link-tariff-archive {
    /*display: inline-flex;
    position: relative;
    align-items: center;
    color: #72bf44;*/
    /*margin-bottom: 16px;*/
}

@media screen and (max-width: 1024px) {
    /*.journal__sub {
        width: 288px;
        margin: 0 0 8px;
        font-weight: 400;
    }*/

    .journal__text .sub {
        margin: 8px 0 0;
    }

    /*.journal__sub img {
        display: none;
    }*/

    .tariff__option .item {
        align-items: unset;
    }
}

@media screen and (max-width: 768px) {
    #home-company-news-mobile {
        display: block;
    }

    #home-company-news {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .service-header {
        font-size: 20px;
    }
    /*.journal__sub {
        width: 288px;
        margin: 0 0 8px;
        font-weight: 400;
    }*/

    .journal__text .sub {
        margin: 8px 0 0;
    }

    /*.journal__sub img {
        display: none;
    }*/

    .link-tariff-archive--mobile {
        display: flex;
    }

    /*.link-tariff-archive--mobile i {
        align-self: end;
        margin-bottom: -4px;
    }*/

    .link-tariff-archive {
        display: none;
    }
}

/* Logo setting */

.header__left img {
    width: 165px;
}

.footer__logo img {
    width: 232px;
    max-width: unset;
}

.header__top-mobile img {
    max-width: unset;
}

/* Ссылка в первом блоке на главной странице*/
.hero__title-empty:hover {
    text-decoration: none;
}

/*.btn {
    font-family: 'GT America LCG';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
}*/

/* стили для кнопок типа "ссылка" */

/*.btn.link-dark,
.link.link-dark {
    color: #000;
}

.btn.link-primary,
.link.link-primary {
    color: #72bf44;
}

.btn.link-secondary,
.link.link-secondary {
    color: #ffffff;
}*/

/* на детальной странице новости, для ссылок следующая/предыдущая  */
.article .next_pred{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.article-content i{
    font-style:italic;
}

/* AUTH */

.bx-auth {
    max-width: 500px;
    margin-top: 40px;
    margin-left: 5%;
}

.bx-auth input:not(input[type="submit"]) {
    margin: 10px 0 0 10px;
    padding: 10px;
    border: 1px solid #f5f5f8;
    border-radius: 8px;
    font-family: "GT America LCG",sans-serif;
    color: #212a34;
    transition: .3s ease-in-out;
}

.errortext,
.bx-auth label[for="USER_REMEMBER"],
.bx-auth #USER_REMEMBER,
.bx-auth a {
    display: none;
}

.bx-auth-input.form-control:focus {
    border-color: #33e771;
}

.bx-auth input[type="submit"] {
    height: 40px;
    margin-top: 10px;
    max-width: 100px;
}

.bx-auth .authorize-submit-cell {
    display: flex;
    justify-content: end;
}

.sidebar-analytics .dropdown__link:hover .icon-my-bank,
.sidebar-analytics .dropdown__link.active .icon-my-bank,
.header__menu-analytics .link.active .icon-my-bank {
    opacity: 1;
}

.sidebar-analytics .dropdown__link .icon-my-bank,
.header__menu-analytics .link .icon-my-bank
{
    opacity: 0.7;
}

.tooltip__inner {
    min-width: 170px;
    justify-content: center;
}








