button:focus{
    outline: 0 !important;
}

.button{
    color: #fff;
    font-weight: 800;
    font-size: 19px;
    text-transform: uppercase;
    background: rgb(0, 174, 149);
    line-height: 1.55;
    border-width: 1px;
    border-radius: 55px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 10px 17px 90px 0px rgba(0,0,0,0.5);
    padding: 35px 85px;
}

.title{
    display: flex;
    align-items: center;
}

.title-line{
    margin-right: 20px;
    height: 100%;
}

.line{
    width: 32px;
    height: 4px;
    background: rgb(0, 174, 149);
}

.title-text > h2{
    font-weight: 900;
    font-size: 40px;
}

.title-text > p{
    font-weight: 800;
    font-size: 18px;
}

.telegramim_button {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #2f3542;
}

body::-webkit-scrollbar
{
    width: 12px;
    background-color: #2f3542;
}

body::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00AF95;
}