/* Btn blue */
a.medlock-btn-blue {
    z-index: 479;
    width: 245px;
    height: 31px;
    border-width: 0px;
    background-color: #0090FF;
    padding-bottom: 3px;
    position: relative;
    margin-right: -10000px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-family: '__Museo Sans Cyrl_5';
    font-weight: 600;
    text-decoration: underline;
}

a.medlock-btn-blue:hover {
    background-color: #00ABFF;
}

a.medlock-btn-blue--fixed-js {
    position: fixed;
    z-index: 557;
    margin: 0;
    top: 664px;
    left: 874px;
}

/* Btn red */
a.medlock-btn-red {
    height: 31px;
    border-width: 0px;
    background-color: #FF0060;
    padding-bottom: 3px;
    z-index: 485;
    width: 245px;
    min-height: 24px;
    position: relative;
    margin-right: -10000px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-family: '__Museo Sans Cyrl_5';
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: underline;
    margin-bottom: -34px;
}
a.medlock-btn-red--md {
    width: 278px;
    height: 37px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: -42px;
}

a.medlock-btn-red--lg {
    margin-top: 1239px;
    left: 457px;
    z-index: 494;
    width: 324px;
    height: 46px;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
}

a.medlock-btn-red--xl {
    left: 365px;
    z-index: 494;
    width: 397px;
    height: 47px;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
}

a.medlock-btn-red:hover {
    background-color: #FF5060;
}