html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Montserrat';
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

input, textarea, select {
    box-sizing: border-box;
    outline: 0;
}

body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gobold';
    font-display: swap;
    src: url('../fonts/Gobold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 1.04vw;
}

.font-gobold {
    font-family: 'Gobold';
}

/* index */
.hp-block01 {
    min-height: 100vh;
    background:#000000 url("../img/hb-bg1.jpg") no-repeat top center / cover;
}

.header {
    padding: 2.5rem 5rem;
}

.header-pad {
    padding-bottom: .5rem;
}

.header__logo {
    display: block;
    width: 11.4rem;
}

.dropdown {
    position: relative;
}

.dropdown__head {
    color: #dbdbdb;
    font-size: .8em;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: .2s;
}

.dropdown__head svg {
    transition: .2s;
    width: .55rem;
    fill: rgb(219, 219, 219);
}

.dropdown__head svg.rotated {
    transform: rotate(180deg);
}

.dropdown__body {
    display: none;
    border: .2rem solid #e7e7e7;
    padding: .8rem;
    min-width: 5rem;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 100;
    margin: .6rem 0 0;
}

.dropdown__body:before {
    content: '';
    position: absolute;
    top: -.2rem;
    right: 0;
    border-right: .4rem solid #fff;
    border-top: .3rem solid transparent;
    z-index: 3;
}

.dropdown__body:after {
    content: '';
    position: absolute;
    top: -.6rem;
    right: -.2rem;
    border-right: .8rem solid #e7e7e7;
    border-top: .6rem solid transparent;
    z-index: 2;
}

.dropdown__body a {
    color: #3a4046;
    display: block;
    font-size: .8em;
    margin: 0 0 .5rem;
}

.header__menu {
    margin-right: 3rem;
}

.header__menu li + li {
    margin-left: 1.75rem;
}

.header__menu a {
    text-transform: uppercase;
    color: #dbdbdb;
    font-size: .8em;
    font-weight: 600;
    transition: .2s;
}

.hp-block02__txt1 {
    color: #dbdbdb;
    font-size: 7.5em;
    line-height: 1em;
    margin: 0 0 2.5rem;
}

.hp-block02 {
    padding: 8rem 0 3.5rem;
}

.hp-block02__line {
    width: 10rem;
    height: .2rem;
    background: #dbdbdb;
    margin: 0 0 2rem;
}

.hp-block02__txt2 {
    font-size: 1.2em;
    margin: 0 0 5rem;
    color: #dbdbdb;
    font-weight: 100;
}

.btn1 {
    font-size: .9em;
    padding: 1rem 2.5rem;
    border: .2rem solid #dbdbdb;
    border-radius: 5rem;
    color: #dbdbdb;
    display: inline-block;
    cursor: pointer;
    box-shadow: none;
    transition: .2s;
    font-weight: 700;
    text-transform: uppercase;
}

.btn1:hover {
    background: #dbdbdb;
    color: #111111;
}

.hp-block03 {
    padding: 6.5rem 0;
}

.hp-block03__txt1 {
    font-size: 4em;
    color: #3a4046;
    line-height: 1em;
    margin: 0 0 2rem;
}

.hp-block03__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.hp-block03__item {
    border: 1px solid #e7e7e7;
    padding: 1rem;
    min-height: 8.5rem;
}

.hp-block03__txt2 {
    color: #3a4046;
    font-size: 1.8em;
    /*padding-right: .8rem;*/
    /*margin-right: .4rem;*/
    /*border-right: 1px solid;*/
    line-height: 1em;
    transition: .2s;
}

.hp-block03__txt3 {
    color: #3a4046;
    font-size: 1.8em;
    opacity: .6;
    line-height: 1em;
    transition: .2s;
}

.hp-block03__txt4 {
    margin: 1rem 0 0;
    font-size: .75em;
    color: #262b2f;
    transition: .2s;
}

.hp-block03__item:hover .hp-block03__txt2 {
    color: #009cff;
}

.hp-block04 {
    background: url("../img/b4_bg.jpg") no-repeat bottom center / cover;
    padding: 9rem 0;
}

.hp-block04__txt1 {
    color: #dbdbdb;
    font-size: 4rem;
    line-height: 1em;
    margin: 0 0 2rem;
}

.hp-block04__txt2 {
    font-size: 1.2em;
    color: #dbdbdb;
    line-height: 1.4em;
    font-weight: 100;
    margin: 0 auto 3rem;
    max-width: 37.5rem;
}

.hp-block04__btnwrap {
    margin: 0 0 5rem;
}

.hp-block04__question {
    padding: 1.25rem 0;
    font-size: 1.2em;
    color: #dbdbdb;
    font-weight: 100;
    border-bottom: 1px solid #3f464e;
    cursor: pointer;
}

.hp-block04__plus {
    background: url("../img/ico_plus.svg") no-repeat center;
    height: 1.1rem;
    width: 1.1rem;
    transition: .2s;
}

.hp-block04__plus svg {
    width: 100%;
    display: block;
}

.hp-block04__answer {
    font-size: .9rem;
    color: #65717f;
    font-weight: 100;
    line-height: 1.67em;
    margin: 1.5rem 0 .7rem;
    display: none;
}

.hp-block04__question-wrap.active .hp-block04__question {
    border-color: transparent;
}

.hp-block04__question-wrap.active .hp-block04__plus {
    transform: rotate(45deg);
}

.hp-block05 {
    padding: 8rem 0;
}

.hp-block05__txt1 {
    font-size: 4rem;
    line-height: 1em;
    margin: 0 0 .6rem;
    color: #3a4046;
}

.hp-block05__txt2 {
    text-transform: uppercase;
    font-size: 1.8em;
    color: #3a4046;
    margin: 0 0 4rem;
}

.hp-block05__price1 {
    color: #3a4046;
    font-size: 1.8em;
    opacity: .6;
    padding-left: 4.25rem;
}

.hp-block05__price2 {
    color: #3a4046;
    font-size: 1.8em;
    padding-right: 4.25rem;
}

.hp-block05__row {
    border-bottom: 1px solid #d1d1d1;
    padding: 1rem 0 .6rem;
}

.hp-block05__arrow {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.hp-block05__arrow span {
    position: absolute;
    display: block;
    background: url("../img/ico_arr_r.svg") no-repeat center;
    height: 1.4rem;
    width: 1.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hp-block05__link img {
    display: block;
    transition: .2s;
    filter: grayscale(1)
}

.hp-block05__link:hover img {
    filter: grayscale(0);
}

.hp-block05__logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
    align-items: center;
    margin: 5rem 0;
}

.hp-block05__link:nth-child(3n-1) {
    justify-self: center;
}

.hp-block05__link:nth-child(3n) {
    justify-self: end;
}

.btn2 {
    font-size: 1em;
    padding: 1rem 2.5rem;
    border: .2rem solid #3a4046;
    border-radius: 0.5rem;
    color: #3a4046;
    display: inline-block;
    cursor: pointer;
    box-shadow: none;
    transition: .2s;
    font-weight: 700;
    text-transform: uppercase;
}

.btn2:hover {
    background: #3a4046;
    color: #dbdbdb;
}

.hp-block06 {
    background: url("../img/b4_bg.jpg") no-repeat bottom -5rem center / cover;
    padding: 5rem 0 0;
}

.hp-block06__txt1 {
    color: #dbdbdb;
    font-size: 4em;
    line-height: 1em;
    margin: 0 0 1.5rem;
}

.hp-block06__txt2 {
    color: #dbdbdb;
    font-size: 1.5em;
    margin: 0 auto 3rem;
    text-transform: uppercase;
    max-width: 85%;
}

.st-input {
    display: block;
    margin: 0 auto 2rem;
    width: 70%;
    background: #212429;
    padding: 1rem 1.5rem;
    box-shadow: none;
    border: 0;
    font-size: 1.2rem;
    font-weight: 100;
    color: #dbdbdb;
}

.hp-block06__logo {
    margin: 0;
}

.hp-block06__logo img {
    display: inline-block;
    width: 33vw;
}

.hp-footer {
    padding: 3rem 0 2rem;
}

.hp-footer__txt1 {
    color: #3a4046;
    font-size: .65em;
    font-weight: 100;
}

.hp-footer__txt2 {
    color: #3a4046;
    text-decoration: underline;
    font-size: .65em;
    font-weight: 100;
    transition: .2s;
}

.hp-footer__txt2:hover {
    text-decoration: none;
}

/* index unregistered */
.header-login
{
    font-weight:600;
    text-transform:uppercase;
    font-size: .8em;
    color: #3a4046;
}

.header-login:hover
{
    color: #ff5400;
}

.home-page .header-login {
    color: #dbdbdb;
    font-weight: 600;
    text-transform: uppercase;
}

.hp-block05__inner {
    position: relative;
}

.hp-block05__shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, #fff 0%, #fff 35%, transparent);
}

/* account */
.account-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header_black {
    max-width: 88.5rem;
    padding-left: .75rem;
    margin: 0 auto;
    padding-right: 3.25rem;
}

.dropdown_dark .dropdown__head,
.dropdown_dark .header__menu a {
    color: #3a4046;
}

.header_black .header__menu a {
    color: #3a4046;
}

.header_black .header__menu a:hover,
.header__menu a:hover,
.header__menu2 a:hover {
    color: #ff5400;
}

.header_black .header__menu a.active {
    color: #899199;
}

.dropdown_dark .dropdown__head svg {
    fill: #3a4046;
}

.dropdown_dark .dropdown__head:hover,
.dropdown__head:hover {
    color: #ff5400;
}

.dropdown_dark .dropdown__head:hover svg,
.dropdown__head:hover svg {
    fill: #ff5400;
}

.account-menu {
    width: 13.5rem;
}

.account-menu__img {
    width: 2rem;
    padding: 0.1rem 0 0;
}

.account-menu__img svg {
    fill: rgb(58, 64, 70);
    display: block;
    width: 1rem;

}

.account-menu__item {
    display: flex;
}

.account-menu__txt {
    flex: 1;
    padding: 0 0 1.25rem;
    margin: 0 0 1.25rem;
    border-bottom: 1px solid #e9e9e9;
}

.account-menu__txt a {
    color: #3a4046;
    line-height: 1em;
    font-size: 1.2em;
    transition: .2s;
}

.account-menu__txt a svg {
    transition: .2s;
}

.account-menu__item:hover a {
    color: #ff5400;
}

.account-menu__item:hover svg {
    fill: #ff5400;
}

.account-menu__item_active .account-menu__txt a {
    color: #9a9c9e;
}

.account-menu__item_active .account-menu__img svg {
    fill: #9a9c9e;
}

.account-block1 {
    margin: 4.25rem 0 0;
    flex: 1;
}

.account-block1__main {
    margin-left: 3rem;
}

.account-head__txt1 {
    font-size: 4em;
    line-height: 1em;
    color: #3a4046;
    font-weight: 400;
}

.account-head__balance {
    background: #f3f4f6;
    margin-left: 2.5rem;
    padding-left: 2.5rem;
    align-items: center;
}

.account-head__balance > .flex {
    min-height: 3.25rem;
}

.account-head__txt2 {
    font-size: 1.5em;
    color: #3a4046;
}

.account-head__txt2 span {
    color: #262b2f;
    font-size: .7rem;
}

.st-input1 {
    display: block;
    background: #b9b9b9;
    padding: 1.4rem 1.5rem;
    color: #3a4046;
    font-size: .75em;
    box-shadow: none;
    border: 0;
    min-width: 13.5rem;
    font-weight: 100;
}

.account-head__add {
    color: #009cff;
    font-size: .6em;
    text-transform: uppercase;
    font-weight: 700;
}

.account-head__txt3 {
    color: #9a9c9e;
    font-size: .6em;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: .4rem;
}

.account-head .dropdown__head,
.account-head .dropdown__body a {
    font-size: .6em;
}

.account-head__filter {
    margin-left: 2.5rem;
    padding-top: .5rem;
}

.account-body {
    position: relative;
}

.search-header {
    margin: 3rem 0 1rem;
    font-size: 1.2rem;
    color: #3a4046;
}

.search-back {
    margin: 2rem 0;
}

.dealer-table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0 0;
}

.dealer-table th {
    text-align: left;
    padding: 0 .4rem 1rem;
}

.dealer-table th a {
    font-family: 'Gobold';
    color: #9a9c9e;
    font-weight: 400;
    font-size: .9em;
}

.sort-asc {
    position: relative;
    padding-right: .75rem;
}

.sort-asc:after {
    content: '';
    position: absolute;
    background: url("../img/ico_sort.svg") no-repeat right center;
    width: .5rem;
    height: .3rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.sort-desc {
    position: relative;
    padding-right: .75rem;
}

.sort-desc:after {
    content: '';
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/ico_sort.svg") no-repeat right center;
    width: .5rem;
    height: .3rem;
}

.dealer-table td {
    font-size: .9rem;
    color: #3a4046;
    padding: 1rem .4rem;
    border-bottom: 1px solid #e7e7e7;
}

.dealer-table td:first-child,
.dealer-table th:first-child {
    padding-left: 0;
}

.dealer-table td:last-child,
.dealer-table th:last-child {
    padding-right: 0;
}

.dealer-table__links {
    width: 4.8rem;
}

.dealer-table__link2,
.dealer-table__link4 {
    margin-left: .7rem;
}

.dealer-table__link1 svg,
.dealer-table__link2 svg,
.dealer-table__link3 svg,
.dealer-table__link4 svg {
    transition: .2s;
    fill: rgb(58, 64, 70);
}

.dealer-table__link3 svg,
.dealer-table__link4 svg {
    width: 1.5rem;
}

.dealer-table__link1 svg,
.dealer-table__link2 svg {
    width: 1.1rem;
}

.dealer-table__link1:hover svg,
.dealer-table__link2:hover svg,
.dealer-table__link3:hover svg,
.dealer-table__link4:hover svg {
    fill: #ff5400;
}

.account-footer__txt1 {
    font-size: .65em;
}

.account-footer__txt2 {
    font-size: .65rem;
    color: #3a4046;
    text-decoration: underline;
}

.account-footer__txt2:hover {
    text-decoration: none;
}

.account-footer {
    padding: 4rem 0 2rem;
    color: #3a4046;
    font-weight: 100;
}

/* dealer modals */
.modal {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.modal-close svg {
    width: 2rem;
}

.modal-header {
    margin: 0 0 1.5rem;
    font-size: 1.2rem;
    color: #3a4046;
}

.modal-inner {
    padding: 0 0 4rem;
}

.modal_small {
    background: #f3f4f6;
    padding: 2.5rem 7rem;
    max-width: 40rem;
    max-height: 19rem;
    margin: auto;
}

.modal_small .modal-close {
    right: 1.25rem;
    top: 1.25rem;
}

/* disconnect packets */
.st-input2 {
    display: none;
}

.dealer-disconnect__table {
    border-collapse: collapse;
    width: 100%;
    margin-right: .5rem;
}

.dealer-disconnect__table td {
    padding: 0 0 .8rem;
}

.st-input2 + label {
    position: relative;
    padding-left: 1rem;
}

.st-input2 + label:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: .6rem;
    width: .6rem;
    border: 1px solid #a1a3a4;
    display: block;
    border-radius: 3px;
    left: 0;
    top: .3rem;
}

.st-input2 + label svg {
    position: absolute;
    z-index: 2;
    width: .45rem;
    left: 0.15rem;
    top: 0.4rem;
}

.st-input2:checked + label:before {
    background: #3a4046;
    border-color: #3a4046;
}

.dealer-disconnect__left {
    color: #9a9c9e;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
}

.dealer-disconnect__right {
    color: #3a4046;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
}

.dealer-disconnect__button {
    margin: 3.5rem 0 0;
}

.account-packet-pay {
    display: none;
    padding: 1rem 0;
    background: #ff5400;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.account-packet-pay.account-packet-pay-disabled {
    background: #394145;
}

.account-packet-pay__left {
    margin-left: 18rem;
}

.account-packet-pay__right {
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    border-left: 1px solid #fff;
}

.account-packet-pay__txt1 {
    color: #ffffff;
    font-size: 1.2em;
}

.account-packet-pay__txt1 span.font-gobold {
    font-size: 2.4em;
    line-height: 1em;
}

.btn1_white {
    color: #ffffff;
}

/* connect packets */
.dealer-disconnect__info .dropdown__head {
    color: #ffffff;
}

.dealer-disconnect__info {
    background: #ff5400;
    padding: 2rem;
    margin: 1rem 0;
}

.dealer-disconnect__txt1 {
    color: #fdd9c7;
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: .3rem;
}

.dealer-disconnect__txt-wrap1 {
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    border-left: 1px solid #fff;
}

.dealer-disconnect__txt2 {
    color: #ffffff;
    font-size: 2.4em;
    line-height: 1em;
}

.dealer-disconnect__txt2 span {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1em;
}

/* delete client */
.dealer-delete-client__txt1 {
    color: #3a4046;
    font-size: 1.2em;
    margin: 0 0 .8rem;
    line-height: 1em;
}

.dealer-delete-client__txt2 {
    font-size: .9em;
    margin: 0 0 3rem;
    color: #3a4046;
}

/* edit-add client */
.edit-form {
    max-width: 34rem;
}

.st-input1_big {
    width: 100%;
    font-size: 1.2em;
    border-radius: .3rem;
    padding: 1rem;
}

.edit-form__line {
    margin: 0 -.5rem 1rem;
}

.edit-form__line2 {
    margin: 0 -.5rem 2rem;
}

.edit-form__line > div {
    padding: 0 .5rem;
}

.edit-form__txt1 {
    color: #9a9c9e;
    font-weight: 600;
    font-size: .8em;
    text-transform: uppercase;
    margin-right: .2rem;
}

.edit-form__txt2 {
    color: #9a9c9e;
    font-size: .8em;
    margin-right: .2rem;
    margin-bottom: 5px;
}

.edit-form__line2 label {
    font-size: .8em;
}

.edit-form__line2 .st-input2 + label:before {
    top: .1rem;
}

.edit-form__line2 .st-input2 + label svg {
    top: .2rem;
}

/* balance */
.account-head__txt4 {
    font-size: .8em;
    margin: 1rem 0 0;
}

.account-balance {
    margin: 2rem 0 0;
}

.account-balance__line {
    border: 1px solid #e7e7e7;
    padding: 1rem;
    margin: 0 0 1rem;
}

.account-balance__txt1 {
    color: #262b2f;
    font-size: .8em;
}

.account-balance__txt1 span {
    color: #3a4046;
    font-size: .9rem;
    margin-right: .3rem;
}

.account-balance__txt1 + .account-balance__txt1 {
    margin-top: .3rem;
}

.account-balance__logo {
    border-right: 1px solid #3a4046;
}

.account-balance__info {
    padding-left: 1.6rem;
}

.st-input1_money {
    min-width: 0;
}

.account-balance__txt2 {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 700;
    color: #009cff;
    transition: .2s;
}

.account-balance__logo-double {
    padding-left: .5rem;
}

/* profile */
.account-profile {
    margin: 3.5rem 0 0;
    max-width: 43rem;
}

.account-profile__txt1 {
    font-size: 1.5em;
    color: #3a4046;
    line-height: 1em;
    margin: 0 0 .3rem;
}

.account-profile__phone-input {
    font-size: 1.5em;
    color: #3a4046;
    outline: 0;
    display: inline-block;
    box-shadow: none;
    background: transparent;
    border: 1px solid transparent;
    width: 100%;
    padding: 0 5px;
    height: auto;
}

.account-profile__phone-input.active {
    border-color: #111;
}

.account-profile__txt2 {
    font-size: .9em;
}

.account-profile__line1 {
    margin: 0 0 2.5rem;
}

.account-profile__txt3 {
    font-size: .6em;
    font-weight: 600;
    color: #009cff;
    transition: .2s;
}

.account-profile__card {
    display: flex;
    flex-direction: column;
}

.account-profile__txt4 {
    background: #3a4046;
    color: #ffffff;
    font-size: .75em;
    text-transform: uppercase;
    padding: .1rem .3rem;
    align-self: flex-start;
}

.account-profile__line2 {
    border: .2rem solid #3a4046;
    padding: 1rem;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.account-profile__txt5 {
    font-size: 1.2em;
    color: #3a4046;
    line-height: 1em;
}

.account-profile__txt6 {
    font-size: .75em;
    color: #3a4046;
}

.account-profile__line3 {
    margin-bottom: .8rem;
}

.account-profile__txt7 {
    font-size: .75em;
    color: #262b2f;
}

/* log */
.account-head__log {
    padding-right: 3rem;
}

.account-log {
    margin: 2.2rem 0 0;
}

.account-log__txt1 {
    color: #3a4046;
    font-size: .9em;
    line-height: 1em;
}

.account-log__txt2 {
    color: #3a4046;
    font-size: 1.2rem;
    margin-right: .2rem;
}

.account-log__line1 {
    padding: 1rem 0;
    border-bottom: 1px solid #e7e7e7;
}

.account-log__txt2_orange {
    color: #ff5400;
}

.account-log__txt3 {
    color: #3a4046;
    font-size: 1.2em;
    border-left: 1px solid;
    padding-left: 1.5rem;
}

.account-log__txt2_lined {
    text-decoration: line-through;
}

/* login-register */
.login-back {
    font-size: .9rem;
    font-weight: 700;
    color: #3a4046;
    text-transform: uppercase;
}

.account-login__txt1 {
    font-size: 3em;
    color: #3a4046;
    line-height: 1em;
    padding-bottom: 9px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

.account-login__bold {
    /* border-top: 1px solid #ccc; */
    font-size: 2em;
    color: #009cff;
    line-height: 1em;
}

.account-login__txt2 {
    color: #009cff;
    transition: .2s;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}

.account-login__line {
    margin: 3.5rem 0;
    text-align: center;
}

.btn2_wide {
    /* padding: 1rem 5rem; */
    width: 100%;
    text-align: center;
}

.account-login__line1 {
    margin: 3.5rem 0 2.5rem;
}

.account-login__line2 {
    margin: 0 0 1rem;
}

.account-login__line3 {
    margin: 0 0 4rem;
}

/* packet */
.account-packet__grid {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.account-packet__item {
    border: 1px solid #e7e7e7;
    min-height: 150px;
    position: relative;
    height: 100%;
}

.account-packet__item-inner {
    border: .2rem solid transparent;
    padding: .75rem;
    cursor: pointer;
    height: 100%;
}

.account-packet__item_selected .account-packet__item-inner {
    border-color: #ff5400;
}

.account-packet__item_selected {
    border-color: transparent;
}

.account-packet__item_active .account-packet__item-inner {
    padding: .55rem;
}

.account-packet__item_active {
    border: .2rem solid #3a4046;
}

.account-packet__txt1 {
    color: #3a4046;
    font-size: 1.7em;
    padding-right: .8rem;
    margin-right: .4rem;
    border-right: 1px solid;
    line-height: 1em;
}

.account-packet__txt2 {
    color: #3a4046;
    font-size: 1.2em;
    opacity: .6;
    line-height: 1em;
    margin: 0 0 .1rem;
}

.account-packet__txt2_lined {
    text-decoration: line-through;
}

.account-packet__txt2_orange {
    color: #ff5400;
    opacity: 1;
}

.account-packet__txt3 {
    color: #262b2f;
    font-size: .6em;
    line-height: 1em;
}

.account-packet__col1 {
    margin-right: .75rem;
}

.account-packet__hdr1 {
    color: #3a4046;
    font-size: .8em;
    margin: 1rem 0 .2rem;
}

.account-packet__hdr2 {
    color: #899199;
    font-size: .6em;
    margin: 0 0 2rem;
}

.account-packet__detali {
    display: none;
    position: absolute;
    z-index: 10;
    background: #fff;
    left: 0;
    right: 0;
    border: 1px solid #e7e7e7;
    padding: .75rem 0 0;
}

.account-packet__txt4 {
    color: #262b2f;
    font-size: .8rem;
    font-weight: 700;
    margin: 0 0 .8rem;
}

.account-packet__txt-red {
    color: #ff0000;
    font-size: .7rem;
    font-weight: 400;
    margin-left: .6rem;
}

.account-packet__txt-green {
    color: #76bf5d;
    font-size: .7rem;
    font-weight: 400;
    margin-left: .6rem;
}

.account-packet__txt5 {
    color: #9a9c9e;
    font-size: .7em;
}

.account-packet__txt5 span {
    font-weight: 700;
}

.account-packet__line {
    margin: 0 .75rem .8rem;
}

.account-packet__table-wrap {
    background: #efefef;
    padding: .5rem;
}

.account-packet__table {
    width: 100%;
    border-collapse: collapse;
    font-size: .7em;
}

.account-packet__table span {
    color: #ff0000;
}

.account-packet__table th {
    text-align: left;
    padding: 0 0 .5rem;
}

.account-packet__table td {
    border: 1px solid #fff;
    padding: .25rem;
}

.account-packet__date {
    position: absolute;
    transform: translateY(-100%);
    left: -.2rem;
    color: #ffffff;
    background: #3a4046;
    font-size: .75em;
    text-transform: uppercase;
    padding: .1rem .3rem .2rem;
}

/* setup */
.setup-block1 {
    margin: 3rem 0 2rem;
}

.setup-block1__txt1 {
    color: #3a4046;
    font-size: 1.8em;
    margin: 0 0 1.5rem;
}

.setup-block1__txt2 {
    color: #262b2f;
    font-size: .9rem;
    line-height: 2em;
}

.setup-block1__bold {
    font-weight: 600;
}

.setup-block1__red {
    color: #ff0000;
    font-weight: 600;
}

.setup-block1__green {
    color: #76bf5d;
    font-weight: 600;
}

.setup-block1__blue {
    color: #009cff;
}

.setup-block1__list {
    padding-left: 1.8rem;
    margin: .7rem 0;
}

.setup-block1__list li {
    list-style: disc;
    font-size: .9em;
    line-height: 2em;
}

.setup-block2 {
    padding: 2rem 2rem 4rem;
    border: 1px solid #f2f2f2;
    max-width: 30rem;
    background: url("../img/ico_danger.svg") no-repeat left 2rem bottom 1rem / 3rem;
}

.setup-block2__txt1 {
    color: #3a4046;
    font-size: .8em;
    margin: 0 0 1rem;
}

.setup-block1__txt3 {
    color: #3a4046;
    font-size: .8em;
    margin: 0 0 .2rem;
}

.setup-block1__txt3 sup {
    font-size: .65em;
}

.setup-block1__txt4 {
    font-size: 1.5em;
    color: #3a4046;
    margin: 0 0 .7rem;
}

.setup-block1__margin {
    margin: 0 0 1.5rem;
}

.setup-block1__code {
    margin: 0 0 1.75rem;
    width: 100%;
    background-color: #f5f5f5;
    overflow: auto;
    border: 1px solid #cccccc;
}

pre {
    display: block;
    padding: .5rem;
    font-size: .8rem;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    border-radius: .2rem
}

.text-info, .text-info:hover {
    color: #75caeb;
}

.text-success, .text-success:hover {
    color: #28b62c;
}

.text-warning, .text-warning:hover {
    color: #ff851b;
}

.account-block1 .flex-full {
    width: 82%;
}

.lot-questions__inner {
    margin-left: 18rem;
}

.lot-questions {
    padding: 2rem 0;
    background: #3a4046;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.lot-questions__txt1 {
    color: #dbdbdb;
    font-size: 2.4em;
    line-height: 1em;
}

.lot-questions__txt2 {
    color: #ff5400;
    transition: .2s;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9em;
}

.lot-questions__txt2 svg {
    fill: #ff5400;
    transition: .2s;
}

.lot-questions__exit {
    display: inline-block;
}

.lot-questions__exit svg {
    width: 2.1rem;
}

/* bonus */
.hp-block05_bonus {
    padding: 3.5rem 0;
}

.bonus-block1 {
    padding: 9rem 0;
    background: url(../img/b4_bg.jpg) no-repeat bottom -5rem center / cover;
}

.bonus-block1__txt1 {
    color: #dbdbdb;
    font-size: 4em;
}

.bonus-block1__row {
    border-bottom: 1px solid #343940;
    padding: 1rem 0 .6rem;
}

.bonus-block1__price1 {
    color: #525b64;
    font-size: 1.8em;
    opacity: .6;
    padding-left: 4.25rem;
    width: 9rem;
    text-align: center;
}

.bonus-block1__price2 {
    color: #dbdbdb;
    font-size: 1.8em;
    text-align: right;
    padding-right: 4.25rem;
}

.bonus-block1__hdr1 {
    width: 13rem;
    text-align: center;
    color: #dbdbdb;
    font-size: 1.2rem;
}

.bonus-block1__row0 {
    margin: 3rem 0;
}

.bonus-block1__txt2 {
    color: #3f464d;
    font-size: .8rem;
    margin: 1.5rem 0 0;
}

/* news */
.new-wrap {
    flex: 1;
}

.new-wrap__txt1 {
    font-size: 4em;
    line-height: 1em;
    color: #3a4046;
    font-weight: 400;
}

.new-wrap__txt2 {
    font-size: .8rem;
    font-weight: 700;
    color: #009cff;
    text-transform: uppercase;
    transition: .2s;
}

.new-wrap__header {
    margin: 3rem 0 4rem;
}

.new-item__txt1 {
    color: #3a4046;
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 1.2rem;
}

.new-item__txt2 {
    color: #262b2f;
    font-size: .9em;
    margin: 0 0 1rem;
}

.new-item__txt3 {
    color: #ff5400;
    font-size: .9em;
    margin: 0 0 1rem;
}

.new-item {
    padding: 0 0 1rem;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 2rem;
}

/* article */
.article {
    flex: 1;
}

.article-head {
    margin: 4rem 0 1.5rem;
}

.article-head__txt1 {
    font-size: 3rem;
    color: #3a4046;
    line-height: 1em;
    font-weight: 400;
}

.breadcrumbs {
    display: flex;
}

.breadcrumbs span {
    color: #9a9c9e;
    font-size: .7em;
}

.breadcrumbs span + span {
    margin-left: .1rem;
}

.breadcrumbs a {
    color: #009cff;
    transition: .2s;
}

.article__txt1 {
    color: #3a4046;
    font-size: 1.5em;
    margin: 2.5rem 0 1rem;
    line-height: 1em;
}
.article__txt2, .article-text p
{
    color: #262b2f;
    font-size: 14px;
    margin: 0 0 1rem;
    line-height: 1.44em;
}
.article__list, .article-text ul, .article-text ol
{
    padding-left: 1.5rem;
    margin: 1.5rem 0;
}
.article__list li, .article-text li
{
    margin: 0 0 1rem;
    font-size: 14px;
    line-height: 1.44em;
}
ol.article__list li, .article-text ol li
{
    list-style: decimal;
}
ul.article__list li, .article-text ul li
{
    list-style: disc;
}
.article-text h2 {
    margin: 20px 0 10px;
}
.article-nav {
    margin: 3.5rem 0 4.5rem;
}

.article-nav__txt1 {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #009cff;
    transition: .2s;
}

.article-nav__txt1 svg {
    transition: .2s;
    fill: rgb(0, 156, 255);
}

/* about */
.about {
    flex: 1;
}

.about .flex {
    margin: 0 -1.25rem;
}

.about .flex > div {
    padding: 0 1.25rem;
}

.about-head {
    margin: 3rem 0 4.5rem;
}

.about-head__txt1 {
    color: #3a4046;
    font-size: 4rem;
    line-height:1.3em;
    font-weight: 400;
}

.about__block {
    border: 1px solid #e7e7e7;
    padding: 2.5rem 3rem 1.5rem;
    margin: 0 0 2.5rem;
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 10rem;
    background-size: 6rem;
}

.about__txt1 {
    font-size: 1.8em;
    color: #3a4046;
    line-height:1.3em;
    margin: 0 0 .5em;
}

.about__txt2 {
    color: #262b2f;
    font-size:14px;
    margin: 0 0 1rem;
    max-width: 82%;
}

.about__txt2 a {
    color: #009cff;
    transition: .2s;
}

/* articles */
.about__block_flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.articles .col6 {
    margin: 0 0 2.5rem;
}

.about__txt3_link {
    color: #009cff;
    transition: .2s;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9em;
}

.about__txt3_link svg {
    fill: #009cff;
    transition: .2s;
}

.account-balance__txt2:hover,
.account-profile__txt3:hover,
.account-login__txt2:hover,
.new-wrap__txt2:hover,
.breadcrumbs a:hover,
.article-nav__txt1:hover,
.about__txt2 a:hover,
.lot-questions__txt2:hover,
.about__txt3_link:hover {
    color: #262b2f;
}

.lot-questions__txt2:hover svg,
.about__txt3_link:hover svg,
.article-nav__txt1:hover svg {
    fill: #262b2f;
}

.menu-burger {
    display: none;
}

.menu-close {
    display: none;
}

.show-450 {
    display: none;
}

.menu-wrap-part2 {
    display: none;
}

.article_info_wrapper {
    background: url("../img/b4_bg.jpg") no-repeat bottom center / cover;
    padding: 6rem 1rem 8rem;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.article_info_wrapper .article_info_header {
    color: #dbdbdb;
    font-size: 2.5rem;
    line-height: 1em;
    margin: 0 0 1rem;
    font-weight: bold;
}

.article_info_wrapper .article_info_description {
    color: #dbdbdb;
    margin: 0 0 2rem;
}

.article_info_footer_wrapper {
    background: url("../img/b4_bg.jpg") no-repeat bottom center / cover;
    padding: 3rem 1rem;
    color: #fff;
    border-radius: 5px;
}

.article_info_footer_wrapper .article_info_footer_wrapper_left {
    text-align: left;
}

.article_info_footer_wrapper .article_info_footer_wrapper_right {
    text-align: right;
}

.article_info_footer_wrapper .article_info_header {
    color: #dbdbdb;
    font-size: 2.5rem;
    line-height: 1em;
    margin: 0 0 1rem;
    font-weight: bold;
}

.article_info_footer_wrapper .article_info_description {
    color: #dbdbdb;
    margin: 0;
}

.header__menu span {
    text-transform: uppercase;
    color: #dbdbdb;
    font-size: .8em;
    font-weight: 600;
    transition: .2s;
}
.header__menu .header__menu-featured a {
    color: #ff5400;
}

.flex-align-start {
    /*align-items: flex-start;*/
}

.profile-edit-link {
    font-size: 1.3em;
}

.alert {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.alert p {
    margin-bottom: 10px;
}

.alert p:last-of-type {
    margin-bottom: 0;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.dropdown-inline {
    display: inline-block;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-inner {
    background-color: #fefefe;
    margin: 60px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    position: relative;
}

.modal-inner .modal-close {
    right: 5px;
    top: 5px;
}

.dropdown__body_wide {
    min-width: 8rem;
}

.darkmode--activated .dropdown_dark .dropdown__head,
.darkmode--activated .dropdown_dark .header__menu a {
    color: #dbdbdb;
}

.darkmode--activated .dropdown__body {
    background: rgb(68, 77, 99);
    border: 0.2rem solid rgb(70, 70, 70);
}

.darkmode--activated .dropdown__body:before {
    border-right: .4rem solid #444d63;
}

.darkmode--activated .dropdown__body:after {
    border-right: .8rem solid #444d63;
}

.darkmode--activated .dropdown__body a {
    color: #c5bfb9;
}

.pagination {
    margin-top: 30px;
}

.page-item {
    display: inline-block;
}

.page-item .page-link {
    display: inline-block;
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color .3s;
}

.page-item.active .page-link {
    background-color: #ff5400;
    color: #fff;
}

.page-item:hover a {
    background-color: #ff5400;
    color: #fff;
}


.dealed-danger {
    background: #fdbdbd;
}

.dealed-warning {
    background: #fdddbd;
}

.darkmode--activated .dealer-table td {
    color: #c5bfb9;
}

.darkmode--activated .dealer-table__link1 svg,
.darkmode--activated .dealer-table__link2 svg,
.darkmode--activated .dealer-table__link3 svg,
.darkmode--activated .dealer-table__link4 svg {
    fill: #4a4949;
}

.darkmode--activated .search-header {
    color: #c5bfb9;
}

.darkmode--activated .btn2 {
    border: .2rem solid #c5bfb9;
    color: #c5bfb9;
}

.darkmode--activated .dropdown_dark .dropdown__head svg {
    fill: #c5bfb9;
}

.darkmode--activated label svg path {
    fill: #000;
}

.darkmode--activated .st-input2:checked + label:before {
    background: #fff;
    border-color: #fff;
}

.darkmode--activated .dealer-table .dealed-danger td,
.darkmode--activated .dealer-table .dealed-warning td {
    color: #000;
}

.darkmode--activated .hp-block03__txt4,
.darkmode--activated .account-packet__txt1,
.darkmode--activated .account-packet__txt2,
.darkmode--activated .account-packet__txt4 {
    color: #c5bfb9;
}

.darkmode--activated .account-packet__detali {
    background: #000;
    color: #fff;
}

.receiver-select {
    margin: 10px auto;
    font-size: 14px;
}

.setup-instructions {
    padding: 25px 0;
    font-size: 12px;
    line-height: normal;
}

.setup-instructions p font {
    font-size: 12px;
}

.trial_access_wrapper {
    padding: 20px 15px;
    text-align: center;
    background: rgba(255, 84, 0, 0.9);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}

.trial_access_text {
    margin-bottom: 15px;
    font-size: 18px;
}

.promo_banner_wrapper {
    padding: 20px 15px;
    text-align: center;
    background: rgba(255, 84, 0, 0.9);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}

.promo_banner_header {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.promo_banner_text {
    margin-bottom: 20px;
    font-size: 16px;
}

.promo_banner_timer {
    margin: 20px auto;
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #fff;
}

.input-symbol-dollar, .input-symbol-rubble {
    position: relative;
    display: block;
}

.input-symbol-dollar input, .input-symbol-rubble input {
    padding-left: 28px;
}

.input-symbol-dollar:before, .input-symbol-rubble:before {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.input-symbol-dollar:before {
    content: "$";
}

.input-symbol-rubble:before {
    content: "â‚½";
}


.account-packet-multiple {
    padding: 10px 0 20px;
    margin-bottom: 35px;
    display: flex;
}

.account-packet-multiple-title {
    line-height: 36px;
    font-weight: bold;
}

.account-packet-multiple-selector {
    margin-left: 10px;
}


.account-packet-multiple-selector-single {
    display: inline-block;
    background: #f3f4f6;
    padding: 10px 20px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 10px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    position: relative;
    cursor: pointer;
}

.account-packet-multiple-selector-single.account-packet-multiple-selector-single-active {
    font-weight: bold;
    background: #ff5604;
    color: #fff;
    cursor: default;
}

.account-packet-multiple-selector-single span {
    background: #ff5501;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

.auth-reset-password, .auth-additional-links {
    margin-bottom: 30px;
    font-size: 12px;
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

a.auth-reset-password  {
    color: #009cff;
    font-size: 16px;
    margin-right: 10px;
}

.auth-additional-links a {
    color: #3a4046;
    font-size: 12px;
}

.article-text p {
    color: #262b2f;
    font-size: .9em;
    margin: 0 0 1rem;
    line-height: 1.44em;
}

.article__list, .article-text ul, .article-text ol {
    padding-left: 1.5rem;
    margin: 1.5rem 0;
}

.article__list li, .article-text li {
    margin: 0 0 1rem;
    font-size: .9em;
    line-height: 1.44em;
}

ol.article__list li, .article-text ol li {
    list-style: decimal;
}

ul.article__list li, .article-text ul li {
    list-style: disc;
}

.article-text h2 {
    margin: 20px 0 10px;
}

.account-balance-new {
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    gap: 20px;
}

.account-balance__block {
    border: 1px solid #e7e7e7;
    padding: 2rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-balance__block:hover {
    background: #eeeeee;
}

.account-balance-new .account-balance__logo {
    border-right: 0;
    text-align: center;
}

.base-modal-wrapper {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #7a7b8b91;
}

.base-modal {
    max-width: 500px;
    background: #ffffff;
    margin: 100px auto;
    padding: 35px 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    cursor: initial;
}

.base-modal span.base-modal-title {
    display: block;
    font-size: 3em;
    line-height: 1em;
    color: #3a4046;
    font-weight: 400;
    margin-bottom: .8em;
}

.base-modal p {
    margin-bottom: .5rem;
}

.balance-modal label.form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.balance-modal select, .balance-modal input.form-control {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px 15px;
}

.account-balance__logo img {
    max-width: 150px;
    max-height: 60px;
    display: block;
    margin: 0 auto;
}

.account-balance__logo .account-balance__logo-card {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 0;
    opacity: .75;
}

.account-balance__logo .account-balance__logo-card img {
    display: inline-block;
    max-width: 50px;
    max-height: 16px;
}

.account-balance__logo .account-balance__logo-currency {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    opacity: .5;
}

.account-balance__logo .account-balance__logo-currency img {
    display: inline-block;
    max-width: 50px;
    max-height: 20px;
    margin: 0;
}

.account-balance__logo .account-balance__logo-light {
    display: none;
}

.darkmode--activated .account-balance__logo  .account-balance__logo-light {
    display: block;
}

.darkmode--activated .account-balance__logo  .account-balance__logo-dark {
    display: none;
}

.close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    cursor: pointer;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

.balance-modal-description {
    margin-top: 25px;
    color: #3a4045;
    font-size: 12px;
}

.balance-modal-min-amount {
    color: #3a4045;
    font-size: 12px;
}

.account-profile .telegram-link {
    color: #019cff;
    font-weight: bold;
}

.telegram-link:before {
    content: ' ';
    display: inline-block;
    background-size: contain;
    background: url('/assets/img/icons/telegram.svg') center center;
}

.account-profile .telegram-link:before {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    margin-bottom: -2px;
}

.menu-wrap  .telegram-link:before  {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    margin-bottom: -3px;
}

.header-banners {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.setup-block1__tabs {
    display: flex;
    justify-content: start;
    flex-direction: row;
    gap: 15px;
}

.setup-block1__tabs .setup-block1__tabs-tab {
    padding: 8px 16px;
    background: #3a4046;
    color: #ffffff;
    font-size: 1.2em;
    cursor: pointer;
}

.setup-block1__tabs .setup-block1__tabs-tab.setup-block1__tabs-tab-active,
.setup-block1__tabs .setup-block1__tabs-tab:hover {
    background: #ff5400;
    transition: .2s ease-in-out;
}

.protocol-configuration {
    display: none;
}

.protocol-configuration.protocol-configuration-active {
    display: block;
}

.buy-packets-button {
    font-size: .9em;
    cursor: pointer;
    margin-top: 5px;
}