.footer__link {
    border-bottom: none;
    text-decoration: underline;
}

.text-gray {
    color: #9b9b9b;
}

.selectize-input .item {
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    display: inline;
    color: #333;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: none;
}

.selectize-input .item:hover {
    box-shadow: none;
}

.loading-overlay {
    position: relative;
}

.loading-overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, .5) url("/i/loader-64.gif") center no-repeat;
}

.login-form .help-block {
    color: #ff563c;
    margin-top: 3px;
}

.top-section {
    height: auto;
    padding: 20px 0;
}


.top-section .top-section-guest-block {
    display: none;
}

.top-section.top-section-guest {
    padding: 0;
}

.top-section-guest .login-with {
    height: auto;
}

.top-section.top-section-guest .top-section-guest-block {
    display: block;
}

.top-section-guest .top-section__btn {
    margin-top: 10px !important;
}

.top-section-guest .top-section__title {
    margin-bottom: 10px;
}

.top-section__desc > p {
    font-size: 90%;
}

.top-section__desc > p > span {
    font-size: 140%;
    display: inline-block;
}

/* Float button */
.page {
    overflow-x: hidden;
}

.offer-float-wrapper {
    text-align: right;
}

.offer-float-locator {
    position: absolute;
    display: inline-block;
    z-index: 100;
    transition: top ease-out 0.5s;
}

.offer-float-btn.bloko-button {
    position: relative;
    right: calc(100% + 5px);
    border-color: #0e81d6;
    background-color: #0e81d6;
    color: #fff;
}

.offer-float-btn.bloko-button:hover {
    border-color: #0f8fee;
    background-color: #0f8fee;
}

.offer-redirect.bloko-button:hover {
    border-color: #0f8fee;
    background-color: #0f8fee;
}

.offer-redirect.bloko-button {
    border-color: #0e81d6;
    background-color: #0e81d6;
    color: #fff;
}

.offer-float-top-wrapper {
    position: fixed;
    top: 0;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    left: 0;
    z-index: 100;
    display: none;
    font-size: 14px;
}

.offer-float-top-btn.bloko-button {
    border-color: #0e81d6;
    background-color: #0e81d6;
    color: #fff;
    margin-left: 10px;
}

.offer-float-top-btn.bloko-button:hover {
    border-color: #0f8fee;
    background-color: #0f8fee;
}

@media screen and (min-width: 1600px) {
    .offer-float-btn.bloko-button {
        left: 5px;
    }
}

.static-content h1 {
    margin: 0.67em 0;
    font-size: 2em;
    font-weight: bold;
}

.static-content h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
    font-weight: bold;
}

.static-content p {
    font-size: 14px;
    line-height: normal;
    margin: 1em 0;
}

.static-content ul {
    margin-left: 30px;
}

.static-content li {
    font-size: 14px;
    line-height: normal;
    list-style: disc;
}

/* Alert */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}
