.navbar-light {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    cursor: pointer;
    text-decoration: underline;
    background: none;
    border: none;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.25px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
}
.button-filled {
    padding: 16px 0;
    background: #F2C94C;
    background: var(--btn-color);
    color: #333333;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.65px;
    border-radius: 8px;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}
input::-ms-reveal,
input::-ms-clear
{
    display: none;
}


.password-reveal {
    border: none;
    width: 1.3em;
    margin-left: -1.9em;
    vertical-align: middle;
    background: none;
    color: #999;
    cursor: pointer;
}

.password-reveal.active {
    color: #555;
}

/* specifications */

body {
    font-family: var(--andata-font);
    /*height: 100vh;*/
    min-height: 568px;
    /*overflow: hidden;*/
    position: relative;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
    font-family: var(--andata-font);
}

.container {
    max-width: 1024px;
}

.mobile-bg {
    display: none;
}



/* login section */

.main-logo {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
}

.main-logo__name {
    font-weight: 800;
    font-size: 15px;
    margin-right: 5px;
}

.main-logo:hover {
    color: #000;
}

nav {
    height: 90px;
    align-items: center;
    display: flex;
    border-bottom: none;
    padding: 0 9px;
    position: relative;
    box-shadow:  0px 8px 8px -4px #18274B14,  0px 4px 6px -4px #18274B1F;
}

.navbar {
    display: flex;
    margin-bottom: 0;
    padding: 0;
}

.navbar__item {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.navbar__item:hover {
    color: #333;
}




.background-container {
    background: #f0f0f3;
    min-height: calc(100vh - 114px);
    display: flex;
    padding: 0;
    overflow: hidden;
}

.auth-nav {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #828282;
    width: 120px;
}

.auth-nav:hover {
    color: #000;
}

.auth-nav-active {
    color: #000;
    position: relative;
}

.auth-nav-active:after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    bottom: -6px;
    height: 2px;
    width: 100%;
}

.auth-google {
    justify-content: center;
    display: flex;
    margin-top: 32px;
    width: 285px;
}


.auth-google__link {
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
    font-weight: 400;
}

.auth-google__link:hover {
    color: #333;
}

.or-word {
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    width: 285px;
}

/* SIGN FORM */

.sign-form {
    /*margin-top: 8px;*/
    margin-top: 32px; /* ВРЕМЕННО, пока не сделаем oAuth google */
    background-color: #ffffff;
}

.sign-input {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    text-align: center;
    color: #828282;
    width: 285px;
    font-size: 16px;
    padding: 0;
}

.sign-input:focus {
    box-shadow: none;
}

.sign-btn {
    margin-top: 16px;
    width: 285px;
    height: 48px;
    background: var(--btn-color);
    justify-content: center;
    border-radius: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.65px;
}

.sign-btn:focus {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.sign-err {
    display: flex;
    font-size: 12px;
    color: #EB5757;
    justify-content: center;
    width: 285px;
    text-align: center;
}

/* sign in */

.forgot-link {
    display: flex;
    justify-content: center;
    width: 285px;
    color: #4F4F4F;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 16px;
}

.forgot-link:hover {
    color: #4F4F4F;
}

/* sign up */

.checkbox-custom {
    display: flex;
    align-items: flex-start;
    padding-top: 32px;
    /*padding-bottom: 32px;*/
    margin-bottom: 0;
    height: auto;
}

.offer-checkbox {
    /*padding-top: 32px;*/
    margin-bottom: 0;

}

.checkbox-errors {
    padding-top: 8px;
}

.form-check-input {
    display: none;
}

.checkbox-custom label {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    position: relative;
    cursor: pointer;
    padding-left: 32px;
}

.checkbox-custom label a {
    text-decoration: underline;
    color: #333;
}

.checkbox-custom span {
    border: 2px solid #333;
    border-radius: 3px;
}

@media screen and (max-width: 992px) {

    /*.mobile-bg {
        display: flex;
        position: absolute;
        content: '';
        background: url(images/ellipse.svg) no-repeat bottom right;
        width: 100%;
        height: 100%;
        bottom: -435px;
        z-index: -1;
    }*/

    .container {
        padding: 0;
    }

    nav {
        padding: 0px 15px;
    }

    /* collapse */
    nav {
        padding: 13px 0px !important;
    }
    /* end-collapse */

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler .mobile-close-wrap {
        display: inline;
        font-weight: 600;
        color: #000;
    }

    .navbar-toggler .mobile-img-wrap {
        display: none;
    }

    .collapsed .mobile-img-wrap {
        display: inline;
    }

    .collapsed .mobile-close-wrap {
        display: none;
    }

    .mobile-menu-img {
        margin-top: -3px !important;
    }

    .nav-link {
        text-align: center;
        font-weight: 600;
        font-size: 14px;
    }

    .background-container {
        background-position: top 60vh right;
        padding-top: 0px;

    }

    .auth-nav {
        display: flex;
        justify-content: center;
    }

    .auth-google {
        width: 100%;
    }

    .or-word {
        width: 100%;
    }

    .sign-input {
        width: 100%;
    }

    .sign-btn {
        width: 100%;
    }

    .sign-err {
        width: 100%;
    }

    .forgot-link {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .desctop-nav {
        display: none;
    }

}

@media screen and (min-width: 768px) {

    body {
        height: 100vh;
        overflow: auto;
    }

}

@media screen and (max-width: 600px) {
    .mobile-bg {
        background: url(images/ellipse.svg) no-repeat bottom left;
    }
}
@media screen and (max-width: 500px) {
    .mobile-bg {
        display: none;
    }
}

/*** my css ***/

.main-container {
    display: flex;
    justify-content: center;
}
.aut-column {
    max-width: 336px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: -24px;
    min-height: 100%;
}


.row-login-tabs {
    display: flex;
    text-align: center;
    width: 100%;
}
.button-tab {
    width: 50%;
}
.row-login-content {
    padding: 0 24px;
}
.main-video {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.main-video .main-player {
    width: 100%;
    max-width: 100%;
    height: 387px;
}
.aut-column .checkbox-custom.pt-0 span {
    margin-top: -3px;
}
.main-video h2,
#login .main-video h2{
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 0 0 24px;
    margin: 0 auto;
    max-width: 425px;
    width: 100%;
    display: block;
    line-height: 1.2;
    letter-spacing: .01em;
    text-transform: none;
    font-weight: bold;
}
.main-video .video-center {
    width: 100%;
}


.change-client-partner {
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
}

.change-client-partner__row {
    margin: 0 auto;
    max-width: 210px;
    position: relative;
    padding-bottom: 16px;
}
.change-client-partner__row .sign-err {
    width: 100%;
}
.i-tooltip {
    position: absolute;
    top: 1px;
    line-height: 1.1;
    right: -30px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #000;
}

.change-client-partner__checkbox {
    width: 30px;
    height: 15px;
    background: #338FBF;
    border-radius: 8px;
    position: relative;
    margin: 0 11px;
}

.change-client-partner__checkbox:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #fff;
    display: block;
    transition: all 0.3s ease;
}

.change-client-partner input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.change-client-partner input:checked + .label-text {
    color: #338FBF;
}
.change-client-partner input:checked +.label-text .change-client-partner__checkbox {
    background: #338FBF;
}
.change-client-partner input:checked + .label-text .change-client-partner__checkbox:after {
    left: 17px;
}

.change-client-partner input:checked + .label-text .check-client {
    color: #828282;
}

.change-client-partner .check-client {
    color: #338FBF;
}

.change-client-partner .label-text {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-width: 100%;
    color: #828282;
    font-weight: 600;
    letter-spacing: -0.15px;
    font-size: 16px;
    transition: all 0.3s ease;
}
.recaptcha-info p{margin-top:0;margin-bottom:0!important}
.recaptcha-info{background:#347da3;text-align:center;color:#bdbdbd;font-size:12px;line-height:16px;padding-top:4px;padding-bottom:4px}
.recaptcha-info a{color:#bdbdbd;text-decoration:underline}
.grecaptcha-badge {position: fixed !important;top:0 !important;left: auto !important;right: 999em !important;}

.tippy-content {
    padding: 9px;
}
.tippy-box a {
    color: #fff;
    text-decoration: underline;
}
.tippy-box a:hover {
    text-decoration: none;
}

.header-lang {font-size: 14px;}
.header-lang a {color:#333333;letter-spacing: 0.65px; text-decoration: underline; text-transform: none; display: inline-block; margin-right: 8px;}
.header-lang a:last-child {margin-right: 0;}
.header-lang a:hover {text-decoration: none}
.header-lang .active {font-weight: 700; text-decoration: none}


@media(max-width: 1600px){
    .main-video .main-player {
        width: 100%;
    }
}
@media(max-width: 1023px){
    .header{background-position:left 24px center}
    .main-video .main-player {
        height: calc(38vw - 2px);
    }

}
@media(max-width: 1000px){
    .aut-column:before {
        background: #fff;
        position: absolute;
        top: 0;
        left: calc(50% - 500px);
        height: 100%;
        content:"";
        z-index: -1;
        width: 1000px;
    }
    .sign-input {
        width: 100%;
    }
    .main-container {
        flex-wrap: wrap;
    }
    .aut-column {
        width: 100%;
        margin-bottom: 24px;
        max-width: 100%;
        margin-left: 0;
        min-height: 100px;
        position: relative;
        z-index: 1;
    }
    .row-login-tabs,
    .row-login-content {
        width: 100%;
        margin: 0 auto;
        max-width: 360px;
    }
    .main-video {
        padding-left: 0;
        margin-bottom: 24px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .row-login-tabs {
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 16px;
    }
    .button-tab {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    .main-video .main-player {
        height: calc(60vw + 20px);
    }

    #login .main-video h2,
    .main-video h2{
        font-size: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .row-login-content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .main-video .video-center {
        margin: 0 auto;
        max-width: 600px;
    }
    .b-video {
        margin-left: 16px;
        margin-right: 16px;

    }

    .col-aut-header-logo {
        max-width: 220px;
    }
    .col-aut-header-logo .main-logo {font-size: 13px;}
    .col-aut-header-logo .main-logo__name {font-size: 12px;}
    .col-aut-header-menu {flex: 0 0 auto; max-width: calc(100% - 220px);}
}

@media(max-width: 767px) {
    .aut-column {padding-top: 100px;}
    .header-lang {text-align: center}
    .background-container {min-height: calc(100vh - 56px)}
    body {min-height: 200px}
}
