.btn {
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    font-weight: 500;
    background-color: var(--color-blue);
    background-position: center center;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border: none transparent;
    color: #0e0c0e;
    padding: 0 32px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #ffffff;
    position: relative;
    z-index: 12;
    width: max-content;
    box-shadow: 0px 16px 24px -10px rgba(33, 150, 243, 0.30);
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn:hover {
    background-color: #091733;
    color: #ffffff;
    box-shadow: 0px 16px 24px -10px var(--shadow-neutral-primary, rgba(156, 160, 166, 0.20));
}

.btn:active {
    background-color: #091733;
    color: #ffffff;
}

.btn:disabled, .btn.is--disabled {
    opacity: .4;
    pointer-events: none;
    border-color: #3333;
}

.btn svg path {
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}

.btn--small {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn--smallest {
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    padding: 0 16px;
    font-weight: 400;
}


.btn--white {
    background-color: #ffffff;
    color: var(--color-text);
    border-color: var(--color-border);
    box-shadow: none;
}

.btn--white:hover, .btn--outline:hover {
    color: #ffffff;
    background-color: #2196f3;
    box-shadow: none;
}

.btn--white:hover svg path, .btn--outline:hover svg path {
    fill: #ffffff;
}

.btn--outline {
    background: transparent;
    border-color: var(--color-border);
    box-shadow: none;
}

.btn--gray {
    background: var(--color-border);
    border-color: var(--color-border);
    color: #000000;
}

.btn--gray:hover {
    background: #c1c1c1;
    border-color: #c1c1c1;
    color: #000000;
}

.btn--green, .btn--lightgreen {
    background: var(--color-light-green);
    border-color: var(--color-light-green);
    color: #000000;
}

.btn--light-blue {
    border-radius: 12px;
    background: rgba(33,150,243,.1);
    color: #1976D2;
    font-weight: 500;
    box-shadow: none;
}

.btn--light-blue:hover svg path, .btn--light-blue:active svg path{
    fill: #ffffff;
}

@media screen and (max-width: 1024px) {
    .btn {
        display: block;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        padding: 0 20px;
        margin: auto;
    }

    .btn--small {
        line-height: 40px;
        height: 40px;
        font-size: 15px;
        padding: 0 20px;
    }
    .btn--smallest {
        line-height: 36px;
        height: 36px;
        font-size: 14px;
        padding: 0 16px;
        font-weight: 400;
    }
}

.btn svg {
    transform: translateY(-2px);
}


.btn.w-100 {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.header-buttons__auth {
    display: none!important;
}

@media screen and (min-width: 461px) and (max-width: 768px) {
    .btn {
    }

    .btn:hover {
    }

    .btn:active {
    }

    .btn:disabled, .btn.is--disabled {
    }

    .btn svg path {
    }

    .btn--small {
    }

    .btn--smallest {
    }

    .btn--white {
    }

    .btn--white:hover, .btn--outline:hover {
    }

    .btn--white:hover svg path, .btn--outline:hover svg path {
    }

    .btn--white:active, .btn--outline:active {
    }

    .btn--outline {
    }

    .btn--gray {
    }

    .btn--gray:hover {
    }

    .btn--green, .btn--lightgreen {
    }

    .btn--light-blue {
    }

    .btn--light-blue:hover svg path, .btn--light-blue:active svg path {
    }

    .btn svg {
    }

    .header-buttons__auth {
    }

}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .btn {
    }

    .btn:hover {
    }

    .btn:active {
    }

    .btn:disabled, .btn.is--disabled {
    }

    .btn svg path {
    }

    .btn--small {
    }

    .btn--smallest {
    }

    .btn--white {
    }

    .btn--white:hover, .btn--outline:hover {
    }

    .btn--white:hover svg path, .btn--outline:hover svg path {
    }

    .btn--white:active, .btn--outline:active {
    }

    .btn--outline {
    }

    .btn--gray {
    }

    .btn--gray:hover {
    }

    .btn--green, .btn--lightgreen {
    }

    .btn--light-blue {
    }

    .btn--light-blue:hover svg path, .btn--light-blue:active svg path {
    }

    .btn svg {
    }

    .header-buttons__auth {
    }

}

