
.section-title {
    font-weight: bold;
    color: #0F33D3;
}

footer {
    background-color: #002ea4;
    color: white;
    padding: 2rem 0;
}

.btn-basic{
    border: #0F33D3;
    background-color: #0F33D3;
    color: white;
}
.btn-basic:hover{
    border: #0F33D3;
    background-color: #1232c0;
    color: white;
}

main.home{
    background-image: url('assets/img/background-main.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}


/* upButton */

.upButton {
    background-color: #fff;
    transform: translateY(calc(-100% - 10px));
    transition: transform 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 9px 0;
    z-index: 700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-weight: 500;
    font-size: 1.5rem;
    color: #0F33D3;
}

.upButton:hover {
    background-color: #ececec;
}

.upButton._scrolled {
    transform: translateY(0);
}

.upButton-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upButton__arrow {
    width: 14px;
    height: 14px;
    border: 3px solid #0F33D3;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: translate(0, 4px) rotate(-45deg);
    margin: 0 0 0 4px;
}

.upButton__text {
    margin-left: 13px;
}

/**/

/* header */
.navbar-header-top .nav-item{

}

@media (min-width: 1400px) {
    .navbar-header-top{
        width: 100%;
        position: absolute;
        top: 15px;
        justify-content: center;
    }
}

header .navbar-brand {
    width: 140px;
}

.nav-link-language-img-wr {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 2px;
}

.nav-link-language .language-img {
    display: block;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.nav-link-language .language-img-en{
    position: absolute;
    top: 0;
    left: 0;
}

.nav-link-language.language-en .language-img-ru, .nav-link-language.language-ru .language-img-en {
    opacity: 0;
}

/**/

/* index */
.hero {
    background: url('https://source.unsplash.com/1600x600/?nature,river') no-repeat center center;
    background-size: cover;
    color: white;
    height: 600px;
    position: relative;
}

.hero .overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 3rem;
}

.parners-list__single{
    background-color: white;
    display: block;
    padding: 52px;
    border-radius: 20px;
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
}

.partner-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 1rem auto;
    display: block;
}

/* login/register ... */

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form-1 input[type="text"], .login-form-1 input[type="password"] {
    padding: 15px 15px 12px 15px;
}

.login-form-1 {
    font-size: 1.5rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3 {
    text-align: center;
    color: #333;
}

.login-container form {
    padding: 5% 10% 10% 10%;
}

.login-form-1 a {
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .form-label, .login-form-1 .form-check-label {
    font-weight: 600;
}

/* */