.b-transfer-menu {
    display       : flex;
    border        : 1px solid #e5e5e5;
    border-radius : 100px;
    margin-bottom : 20px;
    overflow      : hidden;
}

.b-transfer-menu__item {
    flex       : 1;
    padding    : 20px;
    color      : #0c0c0c;
    text-align : center;
    cursor     : pointer;
}

.b-transfer-menu__item:not(.b-transfer-menu__item--active):hover {
    background : rgba(132, 132, 132, 0.07);
}

.b-transfer-menu__item--active {
    background : #0c0c0c;
    color      : white;
}

.b-transfer-grid-caption {
    font-weight : 300;
}

.b-transfer-go-to-site,
.b-transfer-processing-gif {
    display : block;
    margin-top : 10px;
}


.b-bright-paragraph {
    display : flex;
    margin-bottom : 40px;
}

.b-bright-paragraph__icon {

}

.b-bright-paragraph__text {
    margin-left : 20px;
}

.b-big-circle {
    font-family     : "museo-sans", sans-serif;
    display         : flex;
    align-items     : center;
    justify-content : center;
    width           : 50px;
    height          : 50px;
    background      : #a8a8a8;
    border-radius   : 50%;
    color           : white;
    font-size       : 20px;
    font-weight     : bold;
}
