@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}

html, body {
    margin: 0;
    height: 100%;
    font-family: 'Open Sans Regular';
    font-size: 13px;
    color: #555555;
    min-height: 100%;
}

a {
    color: #0090CC;
}

.bm-link_gray {
    color: #333333 !important;
}

a:hover {
    color: #5791ce;
    transition: all 300ms ease-in-out;
}

button:hover {
    transition: all 300ms ease-in-out;
}

h1, h2, h3, .bm-as-h,
.bm-as-h1,
.bm-as-h2,
.bm-as-h3 {
    color: #272727;
    font-family: 'Open Sans Bold';
    /*padding-bottom: 10px;*/
    margin: 0;
}

strong, b {
    font-family: 'Open Sans Bold';
}

p {
    padding-bottom: 20px;
    line-height: 1.6em;
}

h1, .bm-as-h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 20px;
}

h2, .bm-as-h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
}

h3, .bm-as-h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

.bm-row {
    position: relative
}

.bm-font__light {
    font-weight: 300;
}

.bm-font__white {
    color: #FFFFFF;
}

.bm-pd-t1 {
    padding-top: 10px !important;
}

.bm-pd-t, .bm-pd-t2 {
    padding-top: 20px !important;
}

.bm-pd-t9 {
    padding-top: 90px !important;
}

.bm-pd-l {
    padding-left: 20px !important;
}

.bm-pd-r {
    padding-right: 20px !important;
}

.bm-pd-b1 {
    padding-bottom: 10px !important;
}

.bm-pd-b2 {
    padding-bottom: 20px !important;
}

.bm-pd-b3 {
    padding-bottom: 30px !important;
}

.bm-fs_min {
    font-size: 12px;
    line-height: 22px;
}

.bm-body__no-overflow {
    overflow: hidden;
}

.bm-clear {
    clear: both;
}

.bm-float_left {
    float: left;
}

.bm-float_right {
    float: right;
}

.bm-align_right {
    text-align: right;
}

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

.bm-text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.bm-body_400x {
    background-color: #afafaf;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* TABLE */
.bm-table {
    position: relative;
    width: 100%;
    overflow: auto;
    margin-bottom: 15px;
}

.bm-table th {
    text-align: left;
    font-size: 14px;
    padding: 12px 25px 12px 0;
    font-family: 'Open Sans Bold';
    color: #272727;
}

.bm-table th:last-child {
    text-align: right;
    padding-right: 0;
}

.bm-table tbody td {
    padding: 14px 15px;
    font-size: 13px;
}

.bm-table tbody tr:nth-child(2n+1) {
    background-color: #FAFAFA;
}

.bm-table__yes {
    display: inline-block;
    background-color: #272F71;
    width: 6px;
    height: 6px;
    border-radius: 5px;
}

/* TABLE */

.bm-wrapper {
    position: relative;
    min-height: 100%;
    min-width: 280px;
}

/* FOOTER CONTENT */
.bm-rasporka {
    min-height: 250px;
}

.bm-footer {
    margin-top: -250px;
    padding: 60px 0 60px;
    background-color: #EBEDEE;
    color: #464646;
    font-size: 12px;
}

.bm-footer__link {
    color: #525355;
    text-decoration: underline;
}

.bm-footer__link:hover {
    color: #959595;
}

.bm-footer__left {
    float: left;
}

.bm-footer__right {
    float: right;
}

.bm-footer__row {
    position: relative;
}

.bm-footer__col {
    position: relative;
    width: 25%;
    float: left;
}

.bm-footer__col-content {
    position: relative;
    padding: 0 20px 25px;
}

.bm-footer__logo {
    background-image: url("../img/logo.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 50px;
}

/* FOOTER CONTENT */

.bm-center {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.bm-center_content {
    position: relative;
    max-width: 750px;
    padding: 0 20px;
    margin: 0 auto;
}

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

/* buttons */
.bm-button {
    color: #FFFFFF;
    border: 1px solid #272F71;
    background-color: #272F71;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.bm-button:hover {
    border: 1px solid #4954B5;
    background-color: #4954B5;
    color: #FFFFFF;
}

.bm-button:disabled {
    color: #ffffff;
    background-color: #DFE4E6;
}

.bm-button_large {
    font-size: 16px;
    line-height: 48px;
    height: 50px;
    padding: 0 28px;
}

.bm-button_middle {
    font-size: 12px;
    line-height: 40px;
    height: 42px;
    padding: 0 21px;
}

.bm-button_small {
    font-size: 11px;
    line-height: 30px;
    height: 32px;
    padding: 0 18px;
}

/* buttons */

.bm-to-top {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
}

.bm-to-top__button {
    position: absolute;
    bottom: 100px;
    right: 20px;
    width: 42px;
    height: 43px;
    cursor: pointer;
    background-image: url("../img/btn-to-top.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 10ms ease-out;
}

.bm-to-top__button:hover {
    background-image: url("../img/btn-to-top_hover.png");
}

.bm-to-top__button_hidden {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

/* HEADER */
.bm-header {
    position: fixed;
    padding: 27px 0 17px;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s ease-out;
}

.bm-header_show {
    top: 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out;
}

.bm-header_hidden {
    top: -120px;
    background-color: #FFFFFF;
    transition: all 1.8s ease-out;
}

.bm-header__rasporka {
    height: 66px;
}

.bm-header-right {
    width: 70%;
    margin-top: -5px;
}

.bm-phone-number {
    text-decoration: none;
    display: inline-block;
    height: 31px;
    line-height: 31px;
}

.bm-phone-number__link {
    text-decoration: none;
    color: #000000;
}

/* HEADER */

/* LOGO */
.bm-logo {
    height: 31px;
    line-height: 20px;
}

.bm-logo__link {
    text-decoration: none;
    display: block;
    margin-top: -12px;
}

/* LOGO */

/* BREAD CRUMBS */
.bm-bread-crumb {
    padding-bottom: 25px;
}

.bm-bread-crumb__list {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.bm-bread-crumb__item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #7D7D7D;
}

.bm-bread-crumb__item a {
    color: #333333;
    text-decoration: none;
}

.bm-bread-crumb__item a:hover {
    color: #5791ce;
}

.bm-bread-crumb__item:after {
    content: '/';
    color: #333333;
    padding: 0 10px;
}

.bm-bread-crumb__item:last-child:after {
    content: '';
    padding: 0;
}

/* BREAD CRUMBS */

/* */

@media screen and (min-width: 861px) {
    /*.bm-menu__button {*/
    /*display: none;*/
    /*}*/
    .bm-menu__list {
        position: relative;
        padding: 0;
        margin: 0;
    }

    .bm-menu__list-item {
        display: inline-block;
        list-style: none;
        position: relative;
        margin: 0;
        /*padding: 0 12.5px;*/
        height: 30px;
        line-height: 30px;
    }

    .bm-menu__link {
        text-decoration: none;
        font-size: 14px;
        padding: 0 10px 13px;
        position: relative;
        display: block;
        color: #000000;
    }

    .bm-menu__link:after {
        content: '';
        background: #5791ce; /* Old browsers */
        background: -moz-linear-gradient(left, #5791ce 0%, #394476 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #5791ce 0%, #394476 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #5791ce 0%, #394476 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec300', endColorstr='#f99851', GradientType=1); /* IE6-9 */
        width: 0;
        left: 50%;
        height: 3px;
        display: block;
        position: absolute;
        transition: all 0.17s ease-out;
    }

    .bm-menu__list-item_active .bm-menu__link:after,
    .bm-menu__link:hover:after {
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .bm-menu__list-item_active .bm-menu__link,
    .bm-menu__link:hover {
        color: #5791ce;
    }

    .bm-menu__contain-span {
        font-size: 16px;
    }

    .bm-menu__list-item_contain {
        position: relative;
        cursor: pointer;
    }

    .bm-menu__contain-span:after {
        content: '';
        display: inline-block;
        height: 8px;
        width: 15px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAIAAACepSOSAAAAY0lEQVR4AWN4+e5zTu/67z9//4eBrceuz1h/HMhgcMiezmBZ4lE4GygNkWCzKweKHL5wj+Hy3ecinvUQ6bX7L0EkcvvW//v3jwGoFi4NRHAJkJlADJdGloDKwaVrZu4AScAAABSacuKu05ynAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }

    .bm-menu__list-item_contain:hover .bm-menu__contain-span:after {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAIAAACepSOSAAAAYElEQVR42mP4DwOX7z6vmbnj379/cBEGuISIZz2DZUlu33q4NAOyBATBpRngEh6Fs9fuv8RmVw6XZnDIng6R+P7zN1Dt1mPXIdKHL9xjePnuc07veogEBAClZ6w/DmQAAPt8cuIEkdroAAAAAElFTkSuQmCC');
    }

    .bm-menu__list-level-2 {
        display: none;
        position: absolute;
        top: 30px;
        left: 50%;
        width: 280px;
        margin-left: -110px;
        background-color: #ffffff;
        z-index: 1000;
        padding: 20px 0;
        box-shadow: 0 4px 15px rgba(0, 138, 156, 0.25);
        border-radius: 6px;
    }

    .bm-menu__list-item-level-2 {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    .bm-menu__link-level-2 {
        text-decoration: none;
        height: 40px;
        padding: 0 22px;
        line-height: 36px;
        display: block;
    }

    .bm-menu__link-level-2:hover {
        background-color: #f1f8fe;
        color: #0077A7;
    }

    .bm-menu__list-item_contain:hover .bm-menu__list-level-2 {
        display: block;
    }
}

/* */

/* FORMS */
.bm-form {
}

.bm-form__title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
}

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

.bm-box_big-form {
    max-width: 860px;
    margin: 0 auto;
    padding: 90px 20px 60px;
    border: 1px solid #E4E4E4;
    background-color: #FAFAFA;
    border-radius: 2px;
    margin-bottom: 100px;
}

.bm-box_big-form__content {
    max-width: 620px;
    margin: 0 auto;
}

.bm-form__col-3 {
    width: 33%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 0 5px;
}

.bm-form-row {
    position: relative;
    padding: 15px 0 5px;
}

.bm-form__col-3-container {
    padding: 0 5px;
}

.bm-box_full-form {
    background-color: #F5F9FC;
    padding: 90px 20px;
    margin-bottom: 40px;
    margin-top: 30px;
    border-radius: 4px;
}

.bm-box_full-form__content {
    max-width: 630px;
    margin: 0 auto;
}

/* SPECIAL */
.bm-spec__reset-password {
    color: #ff0000;
    text-decoration: none;
}

.bm-spec__form-send-request {
    max-width: 502px;
    width: 100%;
    margin: 0 auto;
}

.bm-spec__form-send-request-col {
    width: 246px;
}

.bm-spec__form-single-col {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.bm-spec__agreement {
    max-width: 380px;
}

.bm-spec__form__left {
    float: left;
    width: 50%;
    max-width: 345px;
}

.bm-spec__form__left_padding {
    padding-right: 30px;
}

.bm-spec__form__right_padding {
    padding-left: 30px;
}

.bm-spec__form__left-content {
    padding-right: 5px;
}

.bm-spec__form__right {
    float: right;
    width: 50%;
    max-width: 345px;
}

.bm-spec__form__right-content {
    padding-left: 5px;
}

.bm-spec__form-order-consult__radio-list {
    padding: 10px 0;
}


/* SPECIAL */
/* FORMS */

/* INPUTS */
.bm-checkbox input[type="checkbox"] {
    margin-top: 0;
}
.bm-input {
    background-color: #ffffff;
    border: 1px solid #D5D7E8;
    border-radius: 4px;
    padding: 0 15px;
    margin-bottom: 10px;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    display: block;
}

.bm-input:focus {
    border-color: #ACB1D4;
}

textarea.bm-input {
    height: 60px;
    padding: 5px 15px;
    font-size: 14px;
    max-width: 100%;
}

.bm-input::-webkit-input-placeholder {
    color: #B5B7CE;
}

.bm-input::-moz-placeholder {
    color: #B5B7CE;
}

.bm-input:-moz-placeholder {
    color: #B5B7CE;
}

.bm-input:-ms-input-placeholder {
    color: #B5B7CE;
}

.bm-input:focus::-webkit-input-placeholder {
    color: transparent;
}

.bm-input:focus::-moz-placeholder {
    color: transparent;
}

.bm-input:focus:-moz-placeholder {
    color: transparent;
}

.bm-input:focus:-ms-input-placeholder {
    color: transparent;
}

.bm-input_error {
    border: 1px solid #ff0000;
    position: relative;
}

.bm-input_error input {
    color: #ff0000;
}

.bm-input_error:after {
    content: '';
    background-color: #FCCCCC;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
}

.errorlist {
    display: none;
    position: absolute;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background-color: #FFF7F7;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 12px;
    color: #ff0000;
    left: 40%;
    right: -40%;
    bottom: 36px;
}

.errorlist:after {
    content: '';
    display: block;
    height: 7px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAIAAAC+zks0AAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAOhVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxOC0wNi0yNVQwOTo0NzoyNiswMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTgtMDYtMjVUMDk6NDc6MjYrMDM6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE4LTA2LTI1VDA5OjQ3OjI2KzAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphMTI0NzRhNy1iNzZiLTA5NDUtODYyZS1mMDMxNWVlYjE4Yjc8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6MTZmZDk5N2YtODIxMS1lNzRhLWJmYWYtNjBiMTgzNThhN2IxPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6MTZmZDk5N2YtODIxMS1lNzRhLWJmYWYtNjBiMTgzNThhN2IxPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjE2ZmQ5OTdmLTgyMTEtZTc0YS1iZmFmLTYwYjE4MzU4YTdiMTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxOC0wNi0yNVQwOTo0NzoyNiswMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YTEyNDc0YTctYjc2Yi0wOTQ1LTg2MmUtZjAzMTVlZWIxOGI3PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE4LTA2LTI1VDA5OjQ3OjI2KzAzOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5BZG9iZSBSR0IgKDE5OTgpPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjEwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjc8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PrWRiiEAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOgAAFIIAAEVWAAAOpcAABdv11ofkAAAAJVJREFUeNpszc0KgkAABOBxCVJQb5aKP6Du+z9RSS7sLrqZ/7knOwgS1BznYxiDlWXk+/iXSgjyGkep1K/xuh6midCikEq1ff9tz65r2pZSSkzLKrLswfm0LLsN88yEyPP8bJoEgO26aRzfqmrV+r2ud8bSJLEdB4Cxbds+kpw3SgG4eN41CPbydPz5Yai1Ngg5DMBnAEukQYsXCCNnAAAAAElFTkSuQmCC");
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}

.errorlist li {
    list-style: none;
    padding: 5px 20px;
    margin: 0;
}

.bm-input_error:hover .errorlist {
    display: block;
}

.consult-agree {
    font-size: 12px;
    color: #272727;
}

@media screen and (max-width: 980px) {
    .errorlist {
        left: 0;
        right: 0;
    }

    .errorlist:after {
        background-position: 95% 0;
    / / console . log(this . companyLink . entityId);
    }
}

.bm-page-error {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
    padding-top: 120px;
}

.bm-page-error__left {
    width: 50%;
    text-align: right;
}

.bm-page-error__right {
    width: 50%;
    text-align: left;
}

.bm-page-error__container {
    padding: 0 20px;
}

.bm-page-error__label {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 80px;
    font-weight: bold;
}

.bm-page-error__text {
    font-size: 14px;
    color: #333333;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.bm-form__dop {
    position: relative;
    font-size: 12px;
    padding: 10px 0;
}

.bm-agreement {
    position: relative;
    margin-bottom: 10px;
    color: #5c5e60;
    /*padding-top: 5px;*/
}

.bm-checkbox,
.bm-radio {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.bm-link_reset-password {
    /*height: 20px;*/
    cursor: pointer;
    display: block;
    position: relative;
}

.bm-checkbox__agreement a {
    color: #0095E1;
}

.bm-checkbox__agreement a:hover {
    color: #FC6D08;
}

.bm-checkbox__agreement {
    font-size: 11px;
    line-height: 13px;
}

.bm-checkbox__agreement_rko {
    line-height: 18px;
}

.bm-agreement__link {
    color: #3a80ac;
}

.bm-checkbox input,
.bm-radio input {
    float: left;
}

.bm-checkbox input:before,
.bm-radio input:before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    /*margin-right: -18px;*/
    background-image: url("../img/check-normal.png");
    background-position: top;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.bm-checkbox input:checked:before {
    background-image: url("../img/check-active.png");
}

.bm-checkbox input {
    position: relative;
}

.bm-checkbox__control {
    line-height: 20px;
    padding: 12px 0 5px;
    color: #000000;
}

.bm-checkbox__control input {
    margin: 0;
}

.bm-checkbox__control input:before {
    content: '';
    display: block;
    background: #FFFFFF;
    height: 18px;
    width: 32px;
    border-radius: 20px;
    border: 1px solid #D5D7E8;
    position: relative;
}

.bm-checkbox__control input:checked:before {
    background: #FFFFFF;
}

.bm-checkbox__control input:after {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #D5D7E8;
    border-radius: 20px;
    transition: left 400ms ease;
}

.bm-checkbox__control input:checked:after {
    background-color: #272F71;
    left: 17px;
}

.bm-radio input:before {
    background-image: url("../img/radio-normal.png");
}

.bm-radio input:checked:before {
    background-image: url("../img/radio-active.png");
}

.bm-link_reset-password {
    color: #ed1b35;
}

.bm-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;

    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #D5D7E8;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 0 35px 0 15px;

    background-image: url("../img/select.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bm-select:hover,
.bm-select:focus {
    background-image: url("../img/select_hover.png");
    border: 1px solid #ACB1D4;
}

.bm-select option:hover {
    background-color: #cccccc;
}

/* INPUTS */

/* TOOLTIP */
.bm-informer {
    color: #FFFFFF;
    background-color: #272F71;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
}

.bm-tooltip {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.bm-tooltip__content {
    position: absolute;
    bottom: 12px;
    display: none;
    width: 280px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
    left: 50%;
    margin-left: -150px;
}

.bm-tooltip:hover .bm-tooltip__content {
    display: block;
}

/* TOOLTIP */

/* FIRST SLIDE */

.first-slide__header {
    padding-top: 112px;
    padding-left: 100px;
    min-height: 310px;
}

.first-slide__header-rko {
    padding-top: 112px;
    padding-left: 100px;
    min-height: 310px;
}

.first-slide__header-msp {
    padding-top: 80px;
    padding-left: 100px;
    min-height: 350px;
}

.first-slide__header_agent {
    width: 50%;
    float: right;
    padding-top: 170px;
    padding-left: 100px;
    min-height: 250px;
}

.first-slide__text {
    font-size: 18px;
    line-height: 36px;
    font-weight: lighter;
    padding: 5px 0 25px;
}

/* FIRST SLIDE */


@media screen and (max-width: 890px) {
    .bm-otkritie-bank {
        background-position: 50% 0;
        padding: 120px 0 90px;
        max-width: 100%;
        height: auto;
        text-align: center;
        margin-top: 60px;
    }

    .bm-otkritie-bank__container {
        padding-top: 0;
    }
}

@media screen and (max-width: 560px) {
    .bm-otkritie-bank {
        background-size: 258px 50px;
        background-position: 50% 30px;
        padding: 90px 0 60px
    }
}

/* CLIENT LIST 1 */
.bm-client-1__list {
    margin: 0 auto 30px;
    max-width: 900px;
}

.bm-client-1__item-container {
    display: inline-block;
    line-height: 0;
    font-size: 0;
    padding: 0 10px 15px;
}

.bm-client-1__item {
    width: 180px;
    font-size: 16px;
    line-height: 24px;
    padding: 67px 40px 50px;
    background-color: #ffffff;
    color: #555555;
    border-radius: 4px;
    border: 1px solid #E7EAF1;
    box-shadow: 8px 8px 16px rgba(0, 18, 82, .04);
}

.bm-client-1__item-img {
    margin-bottom: 25px;
}

.bm-client-1__item-title {
    height: 72px;
}

/* CLIENT LIST 1 */

/* AGENT LIST 1 */
.bm-agent-1__item-container {
    display: inline-block;
    line-height: 0;
    font-size: 0;
    padding: 0 4px;
}

/* AGENT LIST 1 */

/* AGENT HOW LIST */
.bm-agent-how {
    padding-top: 60px;
    padding-bottom: 30px;
}

.bm-agent-how__list {
    position: relative;
    font-size: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bm-agent-how__item_last {
    padding: 0 0 0 35px;
    background-image: none;
}

.bm-agent-how__item-image {
    height: 41px;
    margin-bottom: 18px;
}

/* AGENT HOW LIST */

/* CONSULT REQUEST */
.bm-consult-request {
    font-size: 24px;
    padding: 60px 0 90px;
}

.bm-consult-request__button {
    margin-left: 24px;
}

/* CONSULT REQUEST */

/* BANK PRODUCTS */
.bm-bank-products {
    /*background-image: url("../img/bank-products.png");*/
    background-color: #1E2935;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #FFFFFF;
    position: relative;
}

.bm-bank-products__title {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 4;
}

.bm-bank-products__list {
    position: relative;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.bm-bank-products__item {
    position: relative;
    padding: 190px 0 90px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../img/bank-products.png');
}

.bm-bank-products__item:hover {
    background-image: url('../img/bank-products_blur.png');
    transition: all 600ms ease-in-out;
}

.bm-bank-products__item-container {
    height: 318px;
    padding: 0 40px;
}

.bm-bank-products__item-title {
    padding-bottom: 20px;
    text-align: left !important;
    font-size: 20px;
    font-weight: lighter;
    font-family: 'Open Sans Light';
}

.bm-bank-products__item-text {
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all 800ms ease-in-out;
    font-size: 13px;
    color: #B7BCE5;
    line-height: 18px;
}

.bm-bank-products__item:hover .bm-bank-products__item-text {
    margin-bottom: 30px;
    height: 140px;
}

.bm-bank-products__item-link {
    position: relative;
    display: block;
    border: 1px solid #B7BCE5;
    height: 57px;
    width: 57px;
    border-radius: 30px;
}

.bm-bank-products__item-link span {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #B7BCE5;
    top: 29px;
    left: 29px;
    display: block;
    border-radius: 30px;
    transition: all 0.3s linear;
}

.bm-bank-products__item-link:after {
    content: '';
    height: 27px;
    width: 1px;
    border-left: 1px solid #B7BCE5;
    position: absolute;
    left: 28px;
    top: 15px;
    transition: all 0.3s linear;
}

.bm-bank-products__item-link:before {
    content: '';
    width: 27px;
    height: 1px;
    border-top: 1px solid #B7BCE5;
    position: absolute;
    top: 28px;
    left: 15px;
    z-index: 1;
    transition: all 0.3s linear;
}

.bm-bank-products__item-container:hover .bm-bank-products__item-link:after,
.bm-bank-products__item-container:hover .bm-bank-products__item-link:before {
    border-color: rgba(0, 0, 0, 0.8);
}

.bm-bank-products__item-container:hover .bm-bank-products__item-link span {
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    padding: 1px;
}

.bm-bank-products__item-container:hover .bm-bank-products__item-link:after {
    height: 0;
    top: 29px;
}

/* BANK PRODUCTS */

/* HOW SEND REQUEST */
.bm-how-send-request {
    position: relative;
    max-width: 980px;
    padding: 90px 60px 0;
    margin: 0 auto;
}

.bm-how-send-request__content {
    position: relative;
    padding-top: 60px;
}

.bm-how-send-request__image {
    float: left;
    width: 38%;
}

.bm-how-send-request__list {
    float: right;
    width: 60%;
    font-size: 20px;
    font-weight: 600;
}

.bm-how-send-request__item {
    position: relative;
    padding-bottom: 6px;
    width: 60px;
    color: #272727;
}

.bm-how-send-request__item span {
    display: inline-block;
    height: 59px;
    width: 59px;
    text-align: center;
    line-height: 58px;
    border-radius: 30px;
    border: 1px solid #ACB1D4;
    margin-right: 10px;
    color: #272F71;
}

.bm-how-send-request__item_select span {
    background-color: #272F71;
    border: 1px solid #272F71;
    color: #FFFFFF;
}

/* HOW SEND REQUEST */

/* FAQ */
.bm-faq {
    padding: 60px 0 90px;
}

.bm-faq__content {
    padding: 0 0 30px;
}

.bm-faq__list {
    border-top: 1px solid #E4E4E4;
}

.bm-faq__item {
    border-bottom: 1px solid #E4E4E4;
}

.bm-faq__item-title {
    padding: 10px 45px 12px 20px;
    font-size: 14px;
    color: #272727;
    font-weight: 600;
    cursor: pointer;
    background-image: url("../img/faq-item.png");
    background-position: calc(100% - 6px) 50%;
    background-repeat: no-repeat;
}

.bm-faq__item-title:hover {
    background-color: #FAFAFA;
    background-image: url("../img/faq-item__hover.png");
}

.bm-faq__item-title_opened {
    background-image: url("../img/faq-item__open.png");
}

.bm-faq__item-text {
    height: 0;
    position: relative;
    overflow: hidden;
    transition: all .2s ease-out;
}

.bm-faq__item-text_opened {
    /*height: 230px;*/
}

.bm-faq__item-content {
    color: #333333;
    font-size: 13px;
    padding: 5px 20px 40px;
    line-height: 16px;
}

/* FAQ */

.bm-type-activity {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0 120px;
}

.bm-type-activity__list {
    position: relative;
}

.bm-type-activity__item:nth-child(2n+1) {
    background-color: #FAFAFA;
}

@media screen and (max-width: 980px) {
    .bm-type-activity__container {
        background-position: -100px 50%;
        padding: 20px 0 20px 325px;
    }
}

@media screen and (max-width: 780px) {
    .bm-type-activity__container {
        background-position: 50% 20px;
        background-size: 217px 224px;
        padding: 270px 0 30px;
    }
}


.bm-available-credit__item-container {
    padding: 0 10px;
}

.bm-available-credit__list {
    padding: 60px 0 90px;
}

.bm-available-credit__item {
    position: relative;
    padding: 124px 41px 60px;
    border: 1px solid #E4E4E4;
    background-position: 41px 41px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    max-width: 272px;
    margin: 0 auto;
}

.bm-available-credit__item-title {
    font-size: 24px;
}

.bm-available-credit__item-list {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 230px;
}

.bm-available-credit__item-list li {
    list-style: none;
    padding: 10px 0 10px 10px;
    position: relative;
}

.bm-available-credit__item-list li:before {
    display: block;
    content: "-";
    position: absolute;
    left: 0;
    top: 10px;
}

.bm-available-credit__item-description {
    font-size: 13px;
}

/* HEADER SLIDER */

.bm-header-slider {
    position: relative;
}

.bm-header-slider .owl-stage-outer {
    background-color: #ffffff;
}

.bm-header-slider__item-container {
    height: 560px;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.bm-header-slider__item-content {
    width: 50%;
    padding-top: 145px;
    padding-left: 100px;
}

.bm-header-slider .owl-stage-outer {
    margin-bottom: -85px;
}

.bm-header-slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bm-header-slider .owl-prev,
.bm-header-slider .owl-next {
    display: inline-block;
    position: absolute;
    width: 74px;
    height: 74px;
    background-color: #E7F0F8;
    background-repeat: no-repeat;
    border-radius: 50px;
    top: 210px;
    opacity: 0.5;
}

.bm-header-slider .owl-prev:hover,
.bm-header-slider .owl-next:hover {
    opacity: 0.8;
}

.bm-header-slider .owl-prev {
    left: 20px;
    background-image: url("../svg/nav-left.svg");
    background-position: 45% 50%;
}

.bm-header-slider .owl-next {
    right: 20px;
    background-image: url("../svg/nav-right.svg");
    background-position: 55% 50%;
}

.bm-header-slider .owl-dots,
.owl-dots {
    width: 100px;
    margin: 0 auto 15px;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .bm-header-slider__item-content {
        padding-left: 40px;
        width: 70%;
    }
}

@media screen and (max-width: 580px) {
    .bm-header-slider__item-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

/* HEADER SLIDER */

/* LOGIN LINKS */
.bm-login__links {
    font-size: 0;
}

.bm-login__link {
    width: 96px;
    padding-top: 105px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #000000;
    background-size: 95px 95px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    font-size: 14px;
    margin-right: 18px;
}

.bm-login__link:last-child {
    margin-right: 0;
}

.bm-login__link-client {
    background-image: url("../svg/link_client.svg");
}
.bm-login__link-agent {
    background-image: url("../svg/link_agent.svg");
}

.bm-login__link-client:hover {
    background-image: url("../svg/link_client_hover.svg");
}
.bm-login__link-agent:hover {
    background-image: url("../svg/link_agent_hover.svg");
}

/* LOGIN LINKS */

/* CALCULATOR RESULTS */
.bm-calculator__results {
    padding-top: 20px;
}

.bm-calculator__item {
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    display: flex;
}

.bm-calculator__item-cost {
    font-size: 24px;
    white-space: nowrap;
    color: #272727;
}

.bm-calculator__item-text {
    flex-basis: 100%;
    padding-left: 20px;
    line-height: 34px;
    font-size: 14px;
}

.bm-calculator__item-button {
    white-space: nowrap;
}

@media screen and (max-width: 780px) {
    .bm-calculator__item {
        display: block;
    }

    .bm-calculator__item-text {
        line-height: 26px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .bm-calculator__item-cost,
    .bm-calculator__item-text,
    .bm-calculator__item-button {
        text-align: center;
    }
}

/* CALCULATOR RESULTS */

@media screen and (max-width: 1280px) {
    .bm-footer__col {
        width: 50%;
    }
}

@media screen and (min-width: 1021px) and (max-width: 1200px) {
    /* MENU */
    .bm-menu__link {
        padding: 0 7px 13px;
    }

    .first-slide__header {
        padding-left: 40px;
    }

    /* MENU */
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
    .bm-for-not-middle {
        display: none !important;
    }

    .bm-for-middle {
        display: block;
        margin: 0 auto;
        max-width: 600px;
    }
}

@media screen and (max-width: 1080px) {
    .bm-spec__as-div_1020 {
        display: block;
    }

    .first-slide__header {
        padding-left: 40px;
        padding-top: 60px;
    }

    .first-slide__header-rko {
        padding-left: 40px;
        padding-top: 60px;
    }

    .bm-header {
        border-bottom: 2px solid #F9F9F9;
        box-shadow: none !important;
        padding-bottom: 12px;
        background-color: #FDFDFD;
    }

    .bm-logo_hidden {
        display: none;
    }

    .bm-menu {
        display: none;
    }

    .bm-menu__list {
        padding: 35px 20px;
        margin: 0;
    }

    .bm-menu__list-item {
        list-style: none;
        padding: 15px 0;
        display: block !important;
    }

    .bm-menu__link {
        font-size: 16px;
        text-decoration: none;
    }

    .bm-menu__button {
        width: 44px;
        height: 44px;
        cursor: pointer;
        background-image: url("../img/btn-menu.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: -14px;
        right: 12px;
    }

    .bm-menu__button-close {
        width: 44px;
        height: 44px;
        cursor: pointer;
        background-image: url("../img/btn-menu__close.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: -14px;
        right: 12px;
        display: none;
    }

    .bm-header-right {
        width: 42%;
    }

    .bm-menu_show .bm-menu__button {
        display: none;
    }

    .bm-menu_show .bm-menu__button-close {
        display: block;
    }

    .bm-menu_show .bm-logo {
        display: none !important;
    }

    .bm-header-right.bm-menu_show {
        width: 100% !important;
    }

    .bm-menu_show .bm-menu {
        display: block;
        float: none !important;
    }

    .bm-menu_show .bm-phone-number {
        margin-left: 20px;
        float: none;
        display: block;
    }

    .bm-how-send-request__image {
        width: 30%;
        padding-top: 40px
    }

    .bm-how-send-request__list {
        width: 67%;
        font-size: 16px;
    }

    .bm-how-send-request__image img {
        width: 100%;
        max-width: 260px;
    }

    .bm-how-send-request__item {
        padding-right: 5px;
    }

    .bm-how-send-request__item span {
        height: 58px;
        width: 58px;
        line-height: 57px;
        display: block;
        font-size: 20px;
    }
}

@media screen and (max-width: 920px) {
    .bm-spec__as-div_920 {
        display: block;
    }

    .bm-for-mobile {
        display: block;
    }

    .bm-for-middle {
        display: none;
    }

    .bm-for-desktop {
        display: none;
    }

    .bm-consult-request {
        padding: 20px 0 40px;
        font-size: 18px;
    }

    .bm-consult-request__button {
        margin-top: 20px;
        margin-left: 0;
    }

    .bm-bank-products__item {
        position: relative;
        /*display: inline-block;*/
        padding: 190px 0 90px;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        float: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .bm-bank-products__item-container {
        padding: 0 20px;
        border: none;
    }

    .bm-faq__item-text_opened {
        height: auto;
    }

    .first-slide_agent {
        background-position: 37% 0;
    }

    .bm-bank-products__item-text {
        padding: 0 0 30px;
        height: auto;
        overflow: auto;
    }
}

@media screen and (max-width: 680px) {
    body {
        font-size: 14px;
    }

    h1, .bm-as-h1 {
        font-size: 24px;
        line-height: 26px;
        margin: 0;
        padding-bottom: 20px;
    }

    h2, .bm-as-h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }

    h3, .bm-as-h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: lighter;
        margin: 0;
    }

    .first-slide,
    .first-slide_agent,
    .first-slide_rko,
    .first-slide_msp {
        background: none;
    }


    .first-slide__header_agent .bm-as-h {
        text-align: left;
    }

    .first-slide__text {
        font-size: 16px;
        line-height: 24px;
    }

    .bm-bank-products {
        max-height: 350px;
        margin-bottom: 50px;
        /*background-image: url("../img/bank-products1.jpg");*/
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: unset;
        background-attachment: local;
        color: #FFFFFF;
        position: relative;
    }

    .bm-bank-products__title {
        top: 40px;
    }

    .bm-bank-products__item {
        padding: 90px 0 20px;
        height: 240px;
        background: none;
    }

    .bm-bank-products__item:hover {
        background: rgba(39, 47, 113,.3);
    }

    .bm-bank-products__item-link {
        display: none;
    }

    .bm-bank-products__item-title {
        padding-bottom: 15px;
    }

    .bm-bank-products__item-text {
        font-size: 14px;
        line-height: 18px;
    }

    .bm-how-send-request {
        padding: 40px 40px;
    }

    .bm-how-send-request__content {
        padding-top: 20px;
    }

    .bm-how-send-request__image, .bm-how-send-request__list {
        float: none;
        width: 100%;
    }

    .bm-how-send-request__image {
        position: relative;
        text-align: center;
        padding-top: 0px
    }

    .bm-how-send-request__image img {
        width: 100%;
        max-width: 260px;
    }

    .bm-how-send-request__list {
        padding-top: 20px;
    }

    .bm-how-send-request__item {
        font-size: 20px;
    }

    .bm-text,
    .bm-faq__item-content {
        font-size: 14px;
    }

    .bm-faq__item-title {
        font-size: 16px;
    }

    .bm-as-h {
        text-align: center;
    }

    /*.bm-client-1__list {*/
    /*margin-top: -40px;*/
    /*margin-bottom: 0;*/
    /*}*/
    .bm-agent-how {
        padding: 40px 0 0;
    }

    .bm-agent-how__list {
        padding: 25px 0 20px;
    }

    .bm-faq {
        padding: 40px 0 40px;
    }

    .bm-faq__content {
        padding: 10px 0 30px;
    }

    .bm-how-send-request {
        padding: 40px 20px;
    }

    .bm-pd-t9 {
        padding-top: 0 !important;
    }

    .bm-box_big-form {
        padding: 40px 20px;
    }

    .bm-footer__col {
        width: 100%;
    }

    .bm-table th {
        font-size: 16px;
    }

    /* SPEC */
    .bm-spec__form__left,
    .bm-spec__form__right {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .bm-spec__form__left_padding,
    .bm-spec__form__right_padding {
        padding-right: 0;
    }

    .bm-spec__form__left_bt {
        padding-bottom: 30px;
    }

    .bm-spec__form__left-content,
    .bm-spec__form__right-content {
        padding: 0 !important;
    }

    .bm-spec-404 {
        padding-left: 0;
        background-position: 0 0;
        padding-top: 315px;
        padding-bottom: 50px;
        text-align: left;
    }

    .bm-spec-404__title {
        font-size: 18px;
        line-height: 24px;
    }

    .bm-spec-403 {
        padding-left: 0;
        background-position: 0 0;
        padding-top: 315px;
        padding-bottom: 50px;
        text-align: left;
    }

    .bm-spec-403__title {
        font-size: 18px;
        line-height: 24px;
    }

    .bm-center_400x {
        padding-top: 60px;
    }

    .bm-spec-404, .bm-spec-403 {
        background-size: 80% auto;
        background-position: 50% 50px;
    }

    /* SPEC */
    .bm-form__col-3 {
        width: 100%;
    }

    .bm-form__col-3-container {
        padding: 0;
    }

    .bm-tochka__container {
        padding-top: 0px;
    }
}

@media screen and (min-width: 560px) {
    .bm-body_403 {
        /*background-image: url("../img/bg403.png");*/
        background: #919191; /* Old browsers */
        background: -moz-linear-gradient(top, #919191 0%, #5c5c5c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #919191 0%, #5c5c5c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #919191 0%, #5c5c5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#5c5c5c', GradientType=0); /* IE6-9 */

    }
}

@media screen and (max-width: 560px) {
    .bm-phone-number {
        display: none;
    }

    .bm-agent-how__item {
        width: 170px;
    }

    .bm-spec__agreement {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .bm-spec__form-right-button {
        width: 100%;
        float: none;
    }

    .bm-site-content {
        padding: 10px 0;
    }

    .bm-logo {
        padding: 0
    }

    .bm-center_400x {
        padding-top: 10px;
    }
}

.owl-theme .owl-dots .owl-dot span {
    padding: 2px !important;
    height: 6px !important;
    width: 6px !important;
    position: relative;
    border: 1px solid #cccccc !important;
    border-radius: 10px !important;
    background-color: #FFFFFF !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    margin-top: 3px !important;
    font-size: 0;
}

.owl-theme .owl-dots .owl-dot span:before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot:hover span:before {
    background-color: #5C5C5C;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;;
}

.bm-product-list {
    /*position: relative;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-content: stretch;*/
    /*align-items: stretch;*/
    /*flex-wrap: wrap;*/
}

.bm-product-item {
    padding: 10px 4px 15px;
}

.bm-product-item__container {
    box-shadow: 3px 3px 16px rgba(0, 0, 0, .06);
    /*flex-basis: 100%;*/
    width: 280px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    margin: 0 auto;
}

.bm-product-item__title {
    background-color: #272F71;
    height: 130px;
    padding: 10px 38px;
    font-family: 'Open Sans Bold';
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px 4px 0 0;
    display: table-cell;
    vertical-align: middle;
}

.bm-product-item__content {
    border-radius: 0 0 4px 4px;
    padding: 38px;
    font-size: 13px;
    color: #555555;
    /*height: 340px;*/
}

.bm-product-item__content div {
    margin-bottom: 20px;
}


.bm-regions__list {
    position: relative;
}

.bm-regions__list:after {
    content: '';
    display: block;
    clear: both;
}

.bm-regions__column {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
}

.bm-li {
    padding: 0 0 10px 20px;
    background-image: url(../svg/li.svg);
    background-size: 12px 12px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 0
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*.owl-theme .owl-dots, .owl-theme .owl-nav {*/
/*text-align: center;*/
/*-webkit-tap-highlight-color: transparent*/
/*}*/

/*.owl-theme .owl-nav {*/
/*margin-top: 10px*/
/*}*/

/*.owl-theme .owl-nav [class*=owl-] {*/
/*color: #FFF;*/
/*font-size: 14px;*/
/*margin: 5px;*/
/*padding: 4px 7px;*/
/*background: #D6D6D6;*/
/*display: inline-block;*/
/*cursor: pointer;*/
/*border-radius: 3px*/
/*}*/

/*.owl-theme .owl-nav [class*=owl-]:hover {*/
/*background: #869791;*/
/*color: #FFF;*/
/*text-decoration: none*/
/*}*/

/*.owl-theme .owl-nav .disabled {*/
/*opacity: .5;*/
/*cursor: default*/
/*}*/

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 { /*padding: 24px;*/
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}

.arcticmodal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.box-modal {
    position: relative;
    /*min-width: 300px;*/
    width: 640px;
    padding: 60px 20px;
    background: #FAFAFA;
    box-shadow: 0 2px 10px rgba(0, 86, 120, .2);
    border: 1px solid #E4E4E4;
    border-radius: 2px;
}

.box-modal_form-order-consult {
    max-width: 520px;
}

.box-modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-image: url("../img/close-form.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.box-modal_close:hover {
    background-position: 0 100%;
}

@media screen and (max-width: 720px) {
    .box-modal {
        width: auto;
    }
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777777;
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400;
}

.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today.focused {
    background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777777;
}

.datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eeeeee;
    border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
    background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eeeeee;
    color: #777777;
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777777;
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608;
}

.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777777;
    border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777777;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

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

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333333;
    font-size: 13px;
    line-height: 1.42857143;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 0px 5px;
}

/*# sourceMappingURL=bootstrap-datepicker3.standalone.css.map */