/*! CSS Used from: http://panel.kantar.com.ua/assets/f427d9c3/css/bootstrap.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

small {
    font-size: 80%;
}

button,
input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    h3 {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 small {
    font-weight: 400;
    line-height: 1;
    color: #777777;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 small {
    font-size: 65%;
}

h3 {
    font-size: 24px;
}

small {
    font-size: 85%;
}

.text-center {
    text-align: center;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-5,
.col-md-7,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-5,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .col-md-7 {
        float: left;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-group {
    margin-bottom: 15px;
}

.has-error .help-block,
.has-error .control-label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.help-block {
    display: block;
    color: #737373;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-block {
    display: block;
    width: 100%;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

/*! CSS Used from: http://panel.kantar.com.ua/css/site.css */
html,
body {
    color: #222;
    font-family: "KantarBrown Regular", sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.wrap {
    position: relative;
    z-index: 1;
}

.btn-back {
    background: transparent;
    border: 2px solid #222;
    padding: 7px 25px;
    color: #222;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "KantarBrown Regular", sans-serif;
    max-width: 240px;
    margin: 20px 7px 0 7px;
}

.btn-back:hover,
.btn-back:focus {
    text-decoration: none;
    color: #fff;
    background: #222;
    transition: background 0.8s;
}

.btn-help,
.btn-help:focus {
    padding: 9px 15px;
    background: #eee;
    border: none;
    color: #222;
    text-align: center;
    font-family: KantarBrown Light, sans-serif;
}

.btn-help.btn-block {
    max-width: 390px;
    display: block;
    margin: 5px auto;
}

.content .intro {
    background: url("http://panel.kantar.com.ua/css/images/main-bg.jpg") top center no-repeat;
    background-size: cover;
    height: 515px;
    max-height: 100%;
    position: relative;
}

.content .intro:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: linear-gradient(260deg, rgba(187, 129, 53, 0.8) 0%, rgba(255, 255, 255, 0.25) 100%);
    opacity: 0.7;
}

.content .register-intro {
    width: 100%;
    height: 480px;
    background: url("http://panel.kantar.com.ua/css/images/inspiration-bg.jpg") center bottom no-repeat;
    background-size: cover;
}

.content .register-intro:before {
    background: none;
    opacity: 0.6;
    z-index: -1;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.form-control {
    border-radius: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.form-content {
    background: #f7f7f7;
    padding: 20px 0;
}

select {
    -webkit-appearance: none
}

textarea {
    min-height: 100px;
}

.help-block {
    position: relative;
    font-family: "KantarBrown Regular", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    transition: 300ms all;
    min-height: 10px;
    padding: 3px 0 0 0;
    height: auto;
    max-height: 30px;
    line-height: 14px;
}

.form-group {
    margin-bottom: 0;
}

.block-title {
    color: #111;
    font-size: 33px;
    text-transform: uppercase;
    font-family: "KantarBrown Bold", sans-serif;
    text-align: center;
}

.block-title > small {
    color: #222;
    display: block;
    font-size: 23px;
    font-family: "KantarBrown Thin", sans-serif;
    padding: 12px 0 15px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 11px;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
}

.form-control {
    display: block;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #eee;
}

.form-control:focus {
    border-color: #696969;
    outline: none;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #ff1c43;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.has-error .form-control:focus {
    border-color: #ff1c43;
    box-shadow: none;
}

.has-error .help-block,
.has-error .control-label {
    color: #666;
}

.has-error .help-block {
    color: #ff1c43;
    text-align: center;
}

.message-sent {
    font-family: 'KantarBrown Regular', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #050a05;
    display: block;
    border-radius: 3px;
    background: #cff5cb;
    padding: 14px 20px;
    text-align: center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: "KantarBrown Regular", sans-serif;
    color: #8a8282;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
}

.btn-kantar {
    background-color: #d7aa47;
    color: #444;
    border: none;
    border-radius: 0;
    padding: 1px 25px;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "KantarBrown Regular", sans-serif;
}

.btn-kantar:hover {
    transition: 0.3s all;
    color: #000;
    opacity: 0.7;
}

.submitForm {
    display: block;
    margin: 0 0 18px 0;
    padding: 5px 0;
    text-align: center;
}

.btn:focus,
.btn:active:focus,
.btn:hover {
    outline: none;
}


.kantar-waves {
    width: 100%;
    transition: background .8s;
    background: #d7aa47;
    border-radius: 2px;
    margin-bottom: 7px;
    min-height: 50px;
}

.kantar-waves:hover {
    background: #d7aa47 radial-gradient(circle, transparent 1%, #d7aa47 1%) center/15000%;
    text-decoration: none;
}

.kantar-waves:active {
    background-color: #eec147;
    background-size: 100%;
    transition: background 0s;
}

.kantar-waves:disabled,
.kantar-waves[disabled],
.kantar-waves:disabled:hover,
.kantar-waves[disabled]:hover {
    background-color: #eee;
    color: #555;
    cursor: not-allowed;
    pointer-events: none;
}

button {
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    background-color: #d7aa47;
    outline: none;
    max-width: 390px;
    margin: 15px auto;
    display: block;
    letter-spacing: 1px;
    border: 2px solid #d7aa47;
}


.register-form {
    max-width: 800px;
}

.active-form {
    max-width: 450px;
}

.content .login-intro {
    height: 250px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fafafa;
}

::-webkit-scrollbar-thumb {
    background: #444444;
}

::-webkit-scrollbar-thumb:hover {
    background: #444444;
}

.restore-password {
    color: #999;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    display: block;
    font-family: KantarBrown Light, sans-serif;
    font-size: 12px;
    text-align: center;
}

.restore-password:hover,
.restore-password:focus {
    color: #444;
    text-decoration: none;
    transition: 0.9s;
}

.restore-password .alert {
    padding: 7px 0;
    color: #797979;
    font-size: 12px;
}

.restore-password input {
    text-align: center;
}

.active-form #google-captcha {
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .form-content {
        background: #f5f5f5;
        padding: 30px 0;
    }

    .content .login-intro {
        height: 170px;
    }

    .block-title {
        color: #333;
        font-size: 25px;
        border-bottom: 1px solid #868686;
        margin: 16px 15px;
    }

    .block-title > small {
        color: #888;
        font-size: 14px;
        font-family: "KantarBrown Light", sans-serif;
    }

    .btn {
        color: #272215;
    }

    .content .register-intro {
        height: 150px;
    }

    .form-control {
        border-bottom: 2px solid #eee;
        height: 55px;
        font-size: 19px;
    }

    .help-block {
        min-height: 8px;
    }

    .content .intro:before {
        background: linear-gradient(260deg, rgba(187, 129, 53, 0.9) 0%, rgba(255, 255, 255, 0.25) 100%);
        opacity: 1;
    }

    .active-form #google-captcha {
        padding: 0;
        margin: 0 20px;
    }

    .btn-kantar {
        font-size: 90% !important;
        margin: 0;
    }

    .kantar-waves {
        padding: 12px 8px;
    }
}

/*! CSS Used from: http://panel.kantar.com.ua/assets/4cf31422/css/app.css */
#google-captcha {
    margin: 7px 0 0 0;
}

/*! CSS Used from: http://panel.kantar.com.ua/assets/88ca0225/css/app.css */
body {
    margin: 0;
}

section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

small {
    font-size: 80%;
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    h3 {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 small {
    font-size: 65%;
}

h3 {
    font-size: 24px;
}

small {
    font-size: 85%;
}

.text-center {
    text-align: center;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-5,
.col-md-7,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-5,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }
}

@media (min-width: 992px) {
    .col-md-7 {
        float: left;
    }

    .col-md-7 {
        width: 58.33333333%;
    }
}

body {
    color: #222;
    font-family: "KantarBrown Regular", sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.wrap {
    position: relative;
    z-index: 1;
}

.wrap.login-screen {
    background: #f7f7f7!important;
}

.btn-back {
    background: transparent;
    border: 2px solid #222;
    padding: 7px 25px;
    color: #222;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "KantarBrown Regular", sans-serif;
    max-width: 240px;
    margin: 20px 7px 0 7px;
}

.btn-back:hover, .btn-back:focus {
    text-decoration: none;
    color: #555 !important;
    background: #d4d4d4 !important;
    transition: background .8s;
}

.btn-help,
.btn-help:focus {
    padding: 9px 15px;
    background: #eee;
    border: 0;
    color: #222;
    text-align: center;
    font-family: KantarBrown Light, sans-serif;
}

.btn-help.btn-block {
    max-width: 390px;
    display: block;
    margin: 5px auto;
}

.content {
    width: 100%;
    background: #f7f7f7;
}

.content .intro {
    background: url("http://panel.kantar.com.ua/css/images/main-bg.jpg") top center no-repeat;
    background-size: cover;
    height: 515px;
    max-height: 100%;
    position: relative;
}

.content .intro:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: linear-gradient(260deg, rgba(187, 129, 53, 0.8) 0, rgba(255, 255, 255, 0.25) 100%);
    opacity: 0.7;
}

.content .register-intro {
    width: 100%;
    height: 350px;
    background: url("/static/images/inspiration-bg.jpg") center bottom no-repeat;
    background-size: cover;
    background-position-y: 85%;
}

.content .register-intro:before {
    background: 0;
    opacity: 0.6;
    z-index: -1;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.form-control {
    border-radius: 5px;
    font-family: 'KantarBrown Regular', sans-serif;
}

.col-centered {
    float: none;
    margin: 0 auto;
    z-index: 9999;
}

.sectionRegister {
    background: #fafafa;
    padding: 40px 0;
}

.form-group {
    margin-bottom: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: "KantarBrown Regular", sans-serif;
    color: #8a8282;
    font-size: 12px;
    font-weight: 200;
}

.btn-kantar {
    background-color: #d7aa47;
    color: #333;
    border: 0;
    padding: 1px 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "KantarBrown Regular", sans-serif;
    border-radius: 4px;
}

.btn-kantar:hover {
    transition: 0.3s all;
    color: #000;
    opacity: 1;
}

.btn-kantar.btn-message-form {
    line-height: 47px!important;
}

.submitForm {
    display: block;
    margin: 0 0 18px 0;
    padding: 5px 0;
    text-align: center;
}

.btn:focus,
.btn:active:focus,
.btn:hover {
    outline: 0;
}


button {
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    background-color: #d7aa47;
    outline: 0;
    max-width: 390px;
    margin: 15px auto;
    display: block;
    letter-spacing: 1px;
    border: 2px solid #d7aa47;
}

.registerForm {
    max-width: 800px;
}

.form {
    max-width: 400px;
}

.content .login-intro {
    height: 250px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fafafa;
}

::-webkit-scrollbar-thumb {
    background: #444;
}

::-webkit-scrollbar-thumb:hover {
    background: #444;
}

.form__link {
    color: #999;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    display: block;
    font-family: KantarBrown Light, sans-serif;
    font-size: 12px;
}

.form__link::before {
    content: "\f023";
    font-family: FontAwesome;
    padding-right: 7px;
}

.form__link:hover,
.form__link:focus {
    color: #444;
    text-decoration: none;
    transition: 0.9s;
}

.form #google-captcha {
    width: 300px;
    margin: 10px auto;
}

@media screen and (max-width: 640px) {
    .content .login-intro {
        display: none;
    }

    .block-title {
        color: #333;
        font-size: 25px;
        border-bottom: 1px solid #333;
        margin: 0 15px 15px 15px;
    }

    .block-title > small {
        color: #888;
        font-size: 14px;
        font-family: "KantarBrown Light", sans-serif;
    }

    .section-register {
        background: #fafafa;
        padding: 9px 0;
    }

    .btn {
        color: #272215;
    }

    .content .register-intro {
        height: 150px;
    }

    .form-control {
        border-bottom: 2px solid #eee;
        height: 55px;
        font-size: 19px;
    }

    .help-block {
        min-height: 8px;
        margin: 4px 0;
    }

    .content .intro:before {
        background: linear-gradient(260deg, rgba(187, 129, 53, 0.9) 0, rgba(255, 255, 255, 0.25) 100%);
        opacity: 1;
    }

    .form #google-captcha {
        padding: 0;
    }

    .btn-kantar {
        font-size: 90% !important;
        margin: 0;
    }

    .kantar-waves {
        padding: 12px 8px;
        margin: 15px 0 !important;
        font-size: 1.5rem !important;
    }

    .container .company-address {
        display: none;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: KantarBrown Regular;
    src: url("/css/fonts/kantar-brown/KantarBrownCyr-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: KantarBrown Regular;
    src: url("/css/fonts/kantar-brown/KantarBrownCyr-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: KantarBrown Light;
    src: url("/css/fonts/kantar-brown/KantarBrownCyr-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: KantarBrown Light;
    src: url("/css/fonts/kantar-brown/KantarBrownCyr-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: KantarBrown Bold;
    src: url("/css/fonts/kantar-brown/KantarBrownCyr-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: KantarBrown Bold;
    src: url("/css/fonts/kantar-brown/KantarBrownCyr-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: KantarBrown Thin;
    src: url("/css/fonts/kantar-brown/KantarBrownCyr-Thin.otf") format("opentype");
}

@font-face {
    font-family: KantarBrown Thin;
    src: url("/css/fonts/kantar-brown/KantarBrownCyr-Thin.otf") format("opentype");
    font-style: normal;
    font-display: swap;
}

.spinner {
    width: 24px;
    height: 27px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: -20px;
}

.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-top: -6px;
    margin-left: -15px;
    border-radius: 50%;
    border: 2px solid #6c6c6c;
    border-top-color: #eee;
    animation: spinner 300ms linear infinite;
}

/* Preloader linear loading */
.preloader {
    position: relative;
    overflow: hidden;
}

.preloader.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: 0.4s;
}

.preloader .bar-container {
    position: relative;
    height: 5px;
    width: 100%;
    z-index: 101;
    background-color: #fafafa;
    opacity: 0;
    transition: 0.4s;
    margin-bottom: 10px;
}

.preloader.active .bar-container {
    opacity: 1;
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    height: 100%;
    width: 0;
    right: 0;
}

.bar:nth-child(1) {
    background-color: #444;
    animation: linear_loader 1600ms linear 1s infinite;
}

.bar:nth-child(2) {
    background-color: #333;
    animation: linear_loader 3s linear 2s infinite;
}

.bar:nth-child(3) {
    background-color: #333;
    animation: linear_loader 3s linear 3s infinite;
}

footer {
    padding: 28px 15px;
    color: #aeaeae;
    font-family: "KantarBrown Light", sans-serif;
    font-size: 14px;
    line-height: 15px;
    background: #444;
    margin-top: auto;
}

.footer .container {
    margin: 0 auto;
}

.pull-right {
    float: right;
}

.error {
    color: #ff1c43;
    text-align: center;
    border: 1px solid #ff1c43;
    padding: 4px 0;
}

.agreement-warning {
    background: #fbf2cf;
    display: block;
    color: #524a2a;
    padding: 14px 20px;
    border-radius: 3px;
    font-family: 'KantarBrown Light', sans-serif;
    text-align: center;
    font-size: 16px;
    max-width: 400px;
    margin: 20px auto;
}

.agreement-warning a {
    color: #111;
    font-family: KantarBrown Bold, sans-serif;
    text-decoration: underline;
}

.agreement-warning a:hover {
    transition: .3s all;
    text-decoration: none;
}

.text-red {
    color: #ff0000;
}

.text-green {
    color: #33af1c;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideDown {
    to {
        top: 0
    }
}

@keyframes linear_loader {
    0% {
        right: 100%;
        width: 40%;
    }
    30% {
        right: 0;
        width: 60%;
    }
    50% {
        right: 0;
        width: 0;
    }
    80% {
        right: 0;
        width: 0;
    }
    100% {
        right: 0;
        width: 0;
    }
}
