body {
    background-color: #ffffff;
    color: #666666;
}

.container {
    max-width: 980px;
}

::placeholder {
    color: #ffffff;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #ffffff;
}
::-ms-input-placeholder {
    color: #ffffff;
}

.scroll-top {
    display: block;
    opacity: 0;
    background-color: #ff3d00;
    color: #ffffff;
}
.scroll-top.actived {
    opacity: 1;
}

/* BUTTONS */
.btn {
    background-color: #cccccc;
    color: #ffffff;
}
.btn.btn-prev {
    background-color: #d6d6d6;
}
.btn.btn-prev:hover {
    background-color: #bdbdbd;
}
.btn.btn-sign-in {
    background-color: #e11c1e;
}
.btn.btn-sign-in:hover {
    background-color: #e84849;
}
.btn.btn-primary {
    background-color: #ff3d00;
}
.btn.btn-primary:hover {
    background-color: #47ceac;
}
/* END BUTTONS */

/* HEADER */
.bg-girl {
    background-image: url(/img/_pictures/fsk12/l/index5_1.jpg);
    background-position: 60% -15%;
    background-size: cover;
}
@media(min-width: 768px) {
    .bg-girl {
        height: 800px;
    }
}
@media(min-width: 992px) {
    .bg-girl {
        height: 820px;
        background-position: 40% top;
    }
}
@media(min-width: 1200px) {
    .bg-girl {
        background-attachment: fixed;
    }
}
@media(min-width: 1400px) {
    .bg-girl {
        height: 960px;
    }
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
    .bg-girl {
        background-position: center top;
    }
}
/* END HEADER */

/* FOOTER */
.footer {
    position: relative;
    max-width: none;
    min-height: 75em;
    margin-top: -15em;
    background-image: url(/img/_pictures/fsk12/l/index5_3.jpg);
    background-position: -23em -4em;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .container {
    position: static;
}
.footer .footer-inner {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 930px;
    padding: 1em;
    margin: 0 auto;
    background: rgba(255,255,255,.8);
    border-top-left-radius: .2em;
    border-top-right-radius: .2em;
    box-shadow: 0px 0px 40px #666;
}
.footer .promotion-text {
    padding: 2em;
    text-align: justify;
    color: #999999;
}
.footer .legal__container {
    padding: 2em 0;
    font-size: 1em;
    margin-top: 0;
    color: #333333;
}
.legal__container > div:before {
    background-color: #333333;
}
.footer .copyright {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1em;
    color: #000000;
}
@media(min-width: 768px) {
    .footer {
        min-height: 65em;
        margin-top: -15em;
        background-position: center;
    }
    .footer .promotion-text {
        font-size: 0.67em;
    }
}
/* END FOOTER */

/* REGISTRATION */
.login-regform {
    padding: 2px;
}
.login-regform .tabs {
    display: flex;
}
.registration header {
    padding: 20px 15px;
    border: 0;
}
.registration header img {
    width: 90%;
}
.registration-inner {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
}
.registration .block-button-group .btn-group {
    background-color: #f6f6f6;
    color: #666666;
}
.registration .block-button-group .btn-group label span {
    color: #666666;
}
.registration .block-button-group .btn-group label span:before,
.registration .block-button-group .btn-group label input[type="radio"]:checked + span:before {
    border-color: #dddddd;
    background-color: #ffffff;
}
.registration .block-button-group .btn-group label input[type="radio"] + span:after {
    background-color: #084c80;
}
.registration .form-group .fa {
    background-color: #084c80;
    color: #ffffff;
}
.registration .form-group .form-control {
    background-color: #47ceac;
    color: #ffffff;
}
.registration .form-group .required {
    color: #dd0000;
}
.registration .form-group .unknown-error-msg {
    background-color: #dd0000;
    color: #ffffff;
}
.registration .legal-warning-text a {
    color: #dd0000;
}

.registration .form-group.has-icon .form-group-inner:before {
    background-color: #47ceac;
    color: #ffffff;
}

.registration .block .btn-group .btn-primary {
    text-transform: none;
}

@media(min-width: 768px) {
    .login-regform {
        top: 30px;
        left: 0;
        right: auto;
        bottom: auto;
        width: 430px;
    }
    .registration .block {
        padding: 0 30px 30px;
    }
}
@media(min-width: 1400px) {
    .login-regform {
        top: 120px;
    }
}
/* END REGISTRATION */




/* CONTENT TEXT */
.content-text {
    position: relative;
    z-index: 9;
    padding-top: 1em;
    background:#ffffff;
}
.content-text h1 {
    padding-bottom: 1em;
}
.content-text h1,
.content-text h2 {
    font-size: 1.4em;
    font-weight: normal;
    color: #ff3d00;
    margin: 0 0 .2em;
    vertical-align: middle;
}

@media(min-width: 768px) {
    .content-text {
        padding: 0;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 61.25rem;
    }

    .bg-girl {
        height: 60rem;
    }

    .footer .footer-inner {
        max-width: 58.12rem;
        box-shadow: 0 0 2.5rem #666;
    }

    .footer .copyright {
        margin-bottom: 1.25rem;
    }

    .registration header {
        padding: 1.25rem 0.94rem;
        border: 0;
    }

    .login-regform {
        padding: 0.12rem;
        top: 7.5rem;
        width: 26.87rem;
    }
    .registration .block {
        padding: 0 1.87rem 1.87rem;
    }
}