.button{
    border-radius:28px;
    padding: 17px 37px;
    font-size: 16px;
    height: 56px;
    line-height: 22px;
    transition: 0.6s ease-in-out;
    font-family: 'Bold';
    margin-top: 48px;
    cursor:pointer;
    letter-spacing: 0.8px;
}
.button_white:hover, .black:hover, .green:hover{
    color: #fff;
}
.button_white{
    background: none;
    border: 1px solid #fff;
    color:#fff;
    position: absolute;
    margin-top:30px;
}
.button_white:hover{
    border: 1px solid #B9C0C6;
    background: #B9C0C6;
    color: #000;
}
.black{
    background: #000;
    color: #fff;
}
.black:hover{
    background: #85909A;
}
.green{
    background:#00AC9C;
    color: #fff;
}
.button.green:hover{
    background: #8AD4CA;
}
.button_black{
    background: none;
    border: 1px solid #000;
    color:#000;
    margin-right: 30px;
}
.button_black:hover{
    border: none;
    background: #D8DDE1;
    border: 1px solid #D8DDE1;
}
.quote{
    font-weight:700;
}
.quote_small {
    font-size:20px !important;
    line-height: 28px !important;
    display: block;
}
.quote_middle {
    font-size:26px !important;
    line-height: 36px !important;
    display: block;
}
.quote_big {
    font-size:48px !important;
    line-height: 64px !important;
    display: block;
}
.small_name{
    font-style: italic;
}
.strong{
    font-family: 'Bold';
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}
