@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');

@font-face {
    font-family: 'Leto Sans';
    src: url('../fonts/letosans/letosans-bold-webfont.svg') format('svg'),
    url('../fonts/letosans/letosans-bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Leto Sans';
    src: url('../fonts/letosans/letosans-thin-webfont.svg') format('svg'),
    url('../fonts/letosans/letosans-thin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Leto Sans';
    src: url('../fonts/letosans/letosans-webfont.svg') format('svg'),
    url('../fonts/letosans/letosans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* CSS 2.0 */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
    font-family: sans-serif;
    /*
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    */
}
body {
    height: 100%;
    background-size: cover;
    margin: 0;
    cursor: default;
    font-family: 'OpenSans', Arial, Helvetica;
    color: #242728;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    overflow-y: scroll;
}
main {
    height: 100%;
    background-size: cover;
    margin: 0;
}
aside, footer, header, main, section {
    display: block;
}
aside {
    display: none;
    position: fixed;
    top: 0;
    left: 38%;
    right: 0;
    bottom: 0;
    background-image: url('../images/bg.jpg');
    background-color: rgba(0,0,243,.5);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: left top;
}
form {
    display: block;
}
.page-content {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 0 32px 64px;
}
.page-title {
    font-family: 'Leto Sans';
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 4rem;
}
.page-title span {
    font-size: 37px;
}
.page-title .error-code {
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
}
header {
    position: relative;
    max-width: 560px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.content a {
    color: #0000f3;
    text-decoration: none;
}
.content a:hover {
    color: #250dc0;
    transition: color .2s;
}
.page-content section {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-bottom: 7rem;
}
footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 3.5rem;
}
footer .appendix {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 0 4rem;
}
.appendix {
    font-size: 16px;
    line-height: 30px;
    color: #232325;
}
.appendix a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #0000f3;
}
.appendix a:hover {
    color: #250dc0;
    transition: color .2s;
}
.appendix:before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.hide-show {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    background: #fff url("/libfl/images/svg/eye-closed.svg") center no-repeat;
    background-size: 24px;
}
.hide-show.active {
    background: url("/libfl/images/svg/eye.svg") center no-repeat;
    background-size: 24px;
}
.checklist {
    font-size: 15px;
    font-weight: 300;
    color: #232325;
    line-height: 20px;
    padding-bottom: 15px;
    margin-top: -40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.checklist-header {
    display: block;
    font-size: 13px;
    font-weight: bold;
    background: #ebebeb;
    padding: 4px 18px;
    margin-bottom: 6px;
}
.checklist .table-cell {
    padding: 10px 18px;
}
.checklist .table-cell:nth-child(odd) {
    width: 30%;
    font-weight: 400;
    letter-spacing: -0.09px;
    color: #9b9b9b;
}
.table {
    display: table;
}
.table-header {
    display: table-header-group;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}
.wrapper {
    position: relative;
}
.modal {
    z-index: 99999;
    display: none;
    position: fixed;
    top: 50%;
    left: 60%;
    width: 550px;
    min-width: 550px;
    height: auto;
    min-height: 100px;
    transform: translate(-50%,-50%);
    background: #ffffff;
    box-shadow: 0 6px 24px rgba(42,42,243,.49);
}
/*.modal:before {
    content: '';
    position: absolute;
    top: -23px;
    right: calc(50% - 23px);
    width: 46px;
    height: 46px;
    border-radius: 25px;
    background: #f8541b;
}*/
.modal-content {
    padding: 55px;
}
.modal-close {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: url('../images/svg/close.svg') center no-repeat;
    background-size: 28px;
}
.modal-header {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.48px;
    padding: 0 0 15px;
}
.modal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.06px;
    color: #232325;
}
.modal-text a {
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    color: #0000f3;
}
.modal-text a:hover,
.modal-text a:focus {
    color: #8300f3;
    transition: color .2s;
}

.bullets {
    text-align: left;
    margin-bottom: 4px;
}
.bullet {
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #b4bac1;
}
.bullet.active {
    background-color: #b4bac1 !important;
    border: none !important;
}
/*.bullets {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.bullets > div {
    height: 6px;
    width: 6px;
    margin-right: 6px;
    border-radius: 100px;
}
.bullet {
    background-color: #ffffff;
    border: 1px solid #919191;
}
.bullet-active {
    background-color: #919191 !important;
}*/
.dropdown {
    display: block;
    width: 100%;
    height: 48px;
    outline: none;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    color: #9b9b9b;
}
/*.dropdown:active, .dropdown.open {
    background-color: #f0f0f0 !important;
    border-color: #e4e4e4;
    box-shadow: 0 1px 4px rgba(0,0,0,.5) inset;
}*/
.dropdown:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 32%;
}
.dropdown.open:after {
    transform: rotate(-180deg);
}
.dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 240px;
}
.dropdown.wide {
    width: 100%;
}
.dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25,0,0.25,1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.09);
    background-color: #fff;
    border-radius: 4px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    overflow-y: scroll;
    pointer-events: none;
    position: absolute;
    top: 58%;
    left: 0;
    z-index: 999;
}
.list ul {
    list-style: none;
}
.dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    margin-left: -20px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.dropdown .option:hover,
.dropdown .option:focus {
    background-color: #f6f6f6 !important;
}
.dropdown .option.selected {
    font-weight: 600;
}
.dropdown .option.selected:focus {
    background: #f6f6f6;
}
.option {
    cursor: pointer;
}
/* MIN WIDTH */
@media (min-width: 768px) {
    .page-content {
        padding: 0 40px 80px;
    }
    header {
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    aside {
        display: block;
    }
    aside {
        background-position: 50% 60%;
    }
    .page-content {
        float: left;
        width: 38%;
        overflow: visible;
        padding: 0 48px 96px;
    }
    header {
        margin-bottom: 48px;
    }
    .page-content section {
        /*max-width: 480px;*/
    }
    /*.popup-content {
        position: relative;
        width: 100%;
        height: auto;
    }*/
}
@media (min-width: 1200px) {
    aside {
        left: 36%;
    }
    .page-content {
        width: 36%;
        padding: 0 56px 112px;
    }
    header {
        margin-bottom: 56px;
    }
    .page-content section {
        /*max-width: 520px;*/
    }
    footer .appendix {
        /*max-width: 520px;*/
    }
    /*.popup-content {
        left: 125%;
    }*/
}
@media (min-width: 1600px) {
    aside {
        left: 34%;
    }
    .page-content {
        width: 34%;
        /*padding: 64px 64px 128px;*/
        padding: 0 64px 128px;
    }
    header {
        /*margin-bottom: 64px;*/
        margin-bottom: 64px;
    }
    .page-content section {
        /*max-width: 560px;*/
    }
    footer .appendix {
        /*max-width: 560px;*/
    }
}

/* CSS 2.0 END */



/*html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
    height: 100%;
}
body {
  cursor: default;
  font-family: 'OpenSans', Arial, Helvetica;
  color: #242728;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
* {
  box-sizing: border-box;
}*/

div {
  display: block;
}

main {
  width: 100%;

}

fieldset {
    position: relative;
    border: none;
    margin: 0;
    padding: 0;
    display: none;
}
fieldset.current {
    display: inherit;
}
/*fieldset:not(:first-of-type) {
	display: none;
}*/

.page-content-wrapper {
  display: block;
  position: relative;
  width: calc(100% - 468px);
  height: 100vh;
  background-image: url('../images/people-2941951.jpg');
  background-color: rgba(0,0,243,.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: 50%;
}
.sidebar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 468px;
  height: 100vh;
  background: #ffffff;
}
.sidebar-wrapper__header {
  position: relative;
  top: 0;
}
button {
  background-color: transparent;
  border: 0;
}
button:hover {
  opacity: .8;
    transition: opacity .2s;
}
.close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url('../images/svg/close.svg') center no-repeat;
  background-size: 28px;
}
button.previous {
    cursor: pointer;
    display: block;
    width: 31px;
    height: 31px;
    background: #e6e6e6 url('../images/svg/arrow-back.svg') center no-repeat;
    background-size: 18px;
    border-radius: 11px;
    margin: 20px 0 0;
}
a.arrow-back {
    cursor: pointer;
    display: block;
    width: 31px;
    height: 31px;
    background: #e6e6e6 url('../images/svg/arrow-back.svg') center no-repeat;
    background-size: 18px;
    border-radius: 11px;
    margin: 20px 0 0;
}
button.previous:hover,
button.previous:focus,
a.arrow-back:hover {
    opacity: .8;
    transition: opacity .2s;
}
.logo {
  z-index: 1000;
  position: absolute;
  top: -132px;
  right: 70px;
  width: 91px;
  height: 132px;
  background: #0000f3 url('../images/svg/logo.svg') center no-repeat;
  background-size: 65px;
  transition: top .5s ease-in;
}
.logo.loaded {
    top: 0;
}
a.logo:hover,
a.logo:focus {
    background-color: #250dc0;
}
.sidebar-wrapper {
  overflow: scroll;
  padding: 22px 22px 60px;
  box-shadow: 0 2px 19px rgba(0,0,0,.14);
}
.sidebar-wrapper__content {
  padding: 90px 30px 0;
}
.sidebar-wrapper__content-header {
  font-family: 'Leto Sans';
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 0 65px;
}
.sidebar-wrapper__content-header span {
  font-size: 37px;
}
/*span.step {
  font-size: 14px;
  font-weight: 300;
  color: #9b9b9b;
}*/
.sidebar-wrapper__content-text {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 60px;
}
.sidebar-wrapper__content-text_link {
  color: #0000f3;
  font-weight: 600;
  text-decoration: none;
}
.sidebar-wrapper__content-text_link:hover {
  color: #8300f3;
    transition: color .2s;
}
.form-field {
  position: relative;
  padding-bottom: 28px;
}
a.form-field__help {
    float: right;
    display: inline-block;
    margin: 16px 0 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #9b9b9b;
    text-decoration: none;
}
a.form-field__help:hover {
    color: #8a8a8a;
    transition: color .2s;
}

span.custom-select-trigger {
  display: block;
}
span.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  background: #fff url(../images/svg/arrow-down.svg) no-repeat 50%;
  background-size: 28px;
  top: 0;
  right: 0;
}
.custom-options {
  z-index: 100;
  position: absolute;
  display: block;
  width: 100%;
  top: 48px;
  left: 0;
  background: #ffffff;
  box-shadow: 0 6px 24px 0 rgba(42,42,183,.14);
}
.custom-option {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 14px;
  line-height: 48px;
  color: #757575;
  border-bottom: 1px solid #edf0f1;
}
span.custom-option:hover {
  color: #232325;
    transition: color .2s;
}
span.custom-select-trigger,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="phone"],
input[type="email"] {
  position: relative;
  width: 100%;
  height: 48px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  /*line-height: 48px;*/
  line-height: normal;
  color: #242728;
  background: #f9f9f9;
}
input {
    outline: none;
}
input::placeholder {
    color: #9b9b9b !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #f9f9f9 !important;
    -webkit-text-fill-color: #242728 !important;
    color: #242728 !important;
}
.parsley-error input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px rgba(251,237,239,100) !important;
    -webkit-text-fill-color: #242728 !important;
    color: #242728 !important;
}
input::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="phone"]:focus,
input[type="email"]:focus,
input:focus.valid {
  border: 1px solid #F8E71C;
  background: #FEFDE5;
  /*-webkit-appearance: none;*/
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}*/
.select {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: transparent;
}
.select:before {

}
.select.active:before {
    transform: rotateX(-180deg);
}
.select-placeholder {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    outline: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    color: #9b9b9b;
    /*text-align: left;*/
    pointer-events: none;
    user-select: none;
    visibility: visible;
}
.select.active .select-placeholder {
    /*visibility: hidden;*/
}
.select-placeholder:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    content: attr(data-placeholder);
    visibility: hidden;
}
.select.active .select-placeholder:before {
    visibility: visible;
}
.select-box {
    z-index: 999;
    position: absolute;
    box-sizing: border-box;
    display: none;
    list-style-type: none;
    width: 100%;
    height: auto;
    max-height: 230px;
    overflow: scroll;
    background-color: #ffffff;
    box-shadow: 0 6px 24px 0 rgba(42,42,183,.14);
}
.select.active .select-box {
    display: block;
    animation: fadeInUp 500ms;
}
.select-box__options {
    display: list-item;
    font-size: 14px;
    color: #9b9b9b;
    padding: 0.5em 1em;
    user-select: none;
}
.select-box__options:hover {
    color: #232325;
    background-color: #edeff1;
    transition: background-color .2s;
}
.form-field .form-error {
    display: block;
    position: absolute;
    top: -22px;
    /*bottom: 82px;*/
}
.form-error {
  background: #f8541c;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  padding: 2px 10px;
  /*margin: 0 0 6px;*/
}
#error.form-error:after {
    content: '?';
    position: absolute;
    display: block;
    top: 0;
    right: -20px;
    background: #f8541c;
    border-radius: 3px;
    padding: 2px 5px;
    text-align: center;
}
.error-explanation {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    width: 265px;
    height: auto;
    padding: 15px 20px 15px;
    background-color: #fff;
    border: 1px solid #e0e0fa;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,243,.12);
}
.error-explanation span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #232325;
}
.error-explanation span>a {
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #0000f3;
    border: 2px solid #0000f3;
    border-radius: 3px;
    padding: 5px;
    margin-top: 10px;
}
.error-explanation span>a:hover,
.error-explanation span>a:focus {
    color: #250dc0;
    border: 2px solid #250dc0;
    transition: .2s;
}
.form-field__button {
  cursor: pointer;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 4px;
  padding: 0 20px;
  font-family: 'Leto Sans';
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.button_submit:disabled {
  cursor: auto;
  background: #b4bac1;
}
.button_submit {
  background: #0000f3;
}
button.forward{
    cursor: pointer;
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 4px;
    padding: 0 20px;
    font-family: 'Leto Sans';
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    background: #86e9bc url('../images/svg/arrow-white.svg') 95% 50% no-repeat;
    background-size: 16px;
}
.button_next {
    cursor: pointer;
    background: #86e9bc url('../images/svg/arrow-white.svg') 95% 50% no-repeat;
    background-size: 16px;
}
.button_next:disabled {
  cursor: auto;
  background-color: #b4bac1;
}
button.forward:hover,
.button_next:hover {
    background-color: #6fd1b0;
    transition: background-color .2s;
}
.button_next:disabled:hover {
    cursor: auto;
    background-color: #b4bac1;
    transition: background-color .2s;
}
.button_submit:hover {
  background-color: #250dc0;
  transition: background-color .2s;
}
.button_submit:disabled:hover {
  background: #b4bac1;
}

.form-field__date {
  background: #ffffff url('../images/svg/calendar.svg') 95% 50% no-repeat;
  background-size: 16px;
}
.form-field__user {
  background: #ffffff url('../images/svg/user.svg') 95% 50% no-repeat;
  background-size: 16px;
}
.form-field__password {
  background: #ffffff url('../images/svg/lock.svg') 95% 50% no-repeat;
  background-size: 16px;
}
.form-field.parsley-success .form-field__password,
.form-field.js-success .form-field__password {
  background: #ffffff url('../images/svg/success.svg') 95% 50% no-repeat;
  background-size: 12px;
}
.error-message {
    /* display: none; */
    background: #f8541c;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 0 0 6px;
}
.form-field.parsley-error {
>.error-message {
  display: block;
}
>input {
  border: 1px solid #f8541c;
  background: rgba(251,237,239,100);
}
}
.parsley-error input,
input.error {
  border: 1px solid #f8541c !important;
  background: rgba(251,237,239,100) url('../images/svg/error.svg') 95% 50% no-repeat;
  background-size: 12px;
}
input.parsley-success,
input.valid {
    background: #ffffff;
}
input[type="password"].valid {
    background: #ffffff url('../images/svg/success.svg') 95% 50% no-repeat;
    background-size: 12px;
}

.form-table {
    display: flex;
    flex-direction: column;
}
.form-table__row {
    font-size: 15px;
    padding: 4px 24px;
    color: #232325;
}
.form-table__head {
    font-size: 13px;
    font-weight: 700;
}
.form-table__row.form-table__head {
    background-color: #ebebeb;
}

.form-appendix {
  position: absolute;
  font-size: 16px;
  line-height: 30px;
  color: #232325;
  margin: 60px 0 20px;
}
.form-appendix:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.form-appendix a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #0000f3;
}
.form-appendix a:hover {
  color: #8300f3;
    transition: color .2s;
}

button#set-date {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
}

/*label {
    display: flex;
    margin: 0;
    line-height: 21px;
}
label.checkbox {
    align-items: flex-start;
}
label.checkbox input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
}
input[type="checkbox"]:checked + .fakebox {
    background: #fff url(../images/svg/checkbox-icon.svg) no-repeat 50%;
    background-size: 10px;
}
label.checkbox .fakebox {
    margin: 2px 10px 0 0;
    padding: 0;
    cursor: pointer;

    border: 2px solid #242728;
    border-radius: 2px;
    width: 19px;
    height: 19px;
}*/

/*input[type="checkbox"] {
    opacity: 8;
}
.fake-checkbox {
    border: 2px solid #242728;
    border-radius: 2px;
    width: 19px;
    height: 19px;
}
input[type="checkbox"]:checked + .fake-checkbox {
    background: #fff url(../images/svg/checkbox-icon.svg) no-repeat 50%;
    background-size: 12px;
}*/

/*label.fakebox {
  cursor: pointer;
}
label.fakebox input[type="checkbox"] {
    display: none;
}
label.fakebox span:before {
    content: '';
    border: 2px solid #242728;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-bottom: -3px;
}*/

.fake-checkbox {
    display: inline-block;
}
.fake-checkbox input[type='checkbox'] + span {
    position: relative;
    display: inline-block;
    top: 4px;
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border: 2px solid #232325;
    border-radius: 2px;
    margin-top: 2px;
    margin-right: 10px;
    outline: none;
}
.fake-checkbox input[type="checkbox"]:checked + span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff url('../images/svg/checkbox-icon.svg') no-repeat 50%;
    background-size: 12px;
}

label {
  font-size: 14px;
  font-weight: 300;
  color: #232325;
}
label a {
  cursor: pointer;
  text-decoration: none;
  color: #0000f3;
}
label a:hover {
  color: #8300f3;
    transition: color .2s;
}

@media screen and (max-width: 768px) {
  .sidebar-wrapper {
    width: 100%;
  }
  .sidebar-wrapper__content {
    padding: 0;
  }
}
.fake-select {
    background: #ffffff;
    border: 1px solid grey;
    border-radius: 4px;
    position: relative;
    padding: 0;
}
.fake-select:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    border-color: transparent;
    border-width: 5px 3px 0;
    border-style: solid;
    border-top-color: grey;
    margin-top: -3px;
}

.input-clear {
    z-index: 10000;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    /*background: url('../images/svg/error.svg') center no-repeat;
    background-size: 12px;*/
}

/* Custom select */
.custom-select {
    position: relative;
    /*font-family: Arial;*/
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #f9f9f9;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(../images/svg/down.svg) center no-repeat;
    background-size: 12px;
}

.select-selected.select-arrow-active:after {
    /*border-color: transparent transparent #fff transparent;*/
    top: 7px;
}
.select-selected {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #717172;
    padding: 8px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.select-items div {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #717172;
    padding: 8px 20px;
    border-bottom: 1px solid #edf0f1;
}

.select-items {
    z-index: 99;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 330px;
    background-color: #ffffff;
    box-shadow: 0 6px 24px 0 rgba(42,42,183,.14);
    overflow-y: scroll;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    color: #232325;
    background-color: #edeff1;
}

.input-clear {
    z-index: 10000;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    background: url('/svg/error.svg') center no-repeat;
    background-size: 12px;*/
}


/* MAX WIDTH */
@media (max-width: 992px) {
    .logo.loaded {
        display: block;
        position: absolute;
        right: 48px;
        width: 74px;
        height: 108px;
        background-size: 54px;
    }
    .page-content {
        padding: 0 48px 96px;
    }
    header {
        height: 108px;
        margin-bottom: 48px;
    }
    .modal {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
    }
    .modal {
        width: 100%;
        min-width: auto;
    }
    .modal-close {
        display: block;
    }
}
@media (max-width: 768px) {
    .logo.loaded {
        display: block;
        position: absolute;
        left: 40px;
        width: 48px;
        height: 48px;
        background: #0000f3 url(../images/svg/logo-icon.svg) center no-repeat;
        background-size: 36px;
    }
    .page-content {
        height: auto;
        min-height: 0;
        padding: 0 40px 140px;
    }
    header {
        height: 60px;
        margin-bottom: 3rem;
    }
    button.previous,
    a.arrow-back {
        position: absolute;
        top: 50px;
    }
    .page-content section {
        margin-bottom: 0rem;
    }
    footer {
        padding: 0 40px;
    }
    footer .appendix {
        padding: 1rem 0;
        /*padding: 0 0 -4rem;*/
    }
    .page-title {
        font-size: 21px;
        margin-bottom: 1rem;
    }
    .page-title span {
        font-size: 31px;
    }
    a.form-field__help {
        margin: 6px 0 0 0;
        font-size: 14px;
    }
    .appendix {
        font-size: 14px;
        line-height: 26px;
    }
    .appendix:before {
        margin-bottom: 1rem;
    }
}
