html,
body {
    font-size: 15px;
    font-family: 'Source Sans Pro', Arial, Georgia, 'Times New Roman';
    font-weight: 400;
    line-height: normal;
    color: #374753;
    overflow-x: hidden;
    opacity: 1;
}

    html ul,
    body ul {
        margin: 0;
        padding: 0;
    }

        html ul li,
        body ul li {
            color: inherit;
            text-decoration: none;
            list-style: none;
        }

    html .hidden,
    body .hidden {
        display: none !important;
    }

img {
    max-width: 100%;
}

.underline {
    text-decoration: underline;
}

.flex-wraper {
    display: flex;
}

.overflow-hidden {
    overflow: hidden !important;
}

.bg-primary {
    background-color: #0A5591;
}

.bg-gray {
    background-color: #F6F6F6;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-light-blue {
    background-color: #3FB7F1;
}

.bg-orange {
    background-color: #FD7D15;
}

.bg-gradiet {
    background: linear-gradient(180deg, rgba(148, 216, 249, 1) 0%, rgba(255, 255, 255, 1) 75%);
}

:focus {
    outline: none;
}

a {
    color: #4DBDF2;
}

    a:hover {
        color: #0A5591;
        text-decoration: none;
    }

.hal-rounded-corner {
    border-radius: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Text elements - start */
h1 {
    font-size: 35px;
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 28px;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}

h4 {
    font-size: 16px;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 15px;
    line-height: 1.5rem;
}

hr.type1 {
    border: none;
    border-top: 1px solid #EBECED;
}

.text-align-center {
    text-align: center;
}

.ml-lg-n10 {
    margin-left: -10rem !important;
}

.text-box ul li,
.acc-box .section-index-box .text-box ul li,
.product-index-box.loan-terms .text-box ul li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
}

.product-index-box.loan-terms .text-box ul li {
    margin-left: 0;
}

    .text-box ul li::before,
    .acc-box .section-index-box .text-box ul li::before,
    .product-index-box.loan-terms .text-box ul li::before {
        position: absolute;
        content: '';
        display: block;
        top: 6px;
        left: 0;
        width: 5px;
        height: 8px;
        background: url(../images/more-arrow.svg) no-repeat 0 0;
        filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
    }

    .product-index-box.loan-terms .text-box ul li::before {
        margin-left: 0;
    }

.box-shadow {
    box-shadow: 0px 16px 48px rgba(73, 92, 136, 0.15);
}

/* Text elements - end */

/* Buttons -start*/
button:focus {
    outline: none;
}

.btn {
    height: 46px;
    border-radius: 4px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 300ms all;
    position: relative;
    border: none;
}

    .btn:hover {
        text-decoration: none;
    }

.full-width {
    width: 100%;
}

a.btn:hover {
    /* color: inherit; */
}

.btn-top-nav::before {
    content: url(../images/ico/24x24/e-banking.png);
    margin-right: 5px;
}

.btn-top-nav-online::before {
    content: url(../images/ico/24x24/k-online.png);
    margin-right: 5px;
}

.calHolder .btn-top-nav-online::before {
    content: url(../images/ico/24x24/calculator-line.png);
    margin-right: 5px;
}

.infoCalc {
    float: left;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.btn-top-nav-request::before {
    content: url(../images/ico/24x24/pismoonamarema.png);
    margin-right: 5px;
}

.input-chart .btn-check-white {
    padding: 0 20px;
}

    .input-chart .btn-check-white::before {
        content: url(../images/ico/24x24/check-line.png);
        margin-right: 8px;
        padding: 0;
        height: 24px;
    }

.input-chart .btn-dark-blue-line {
    padding: 0 20px;
}

    .input-chart .btn-dark-blue-line::before {
        content: url(../images/ico/24x24/close-line.png);
        margin-right: 8px;
        padding: 0;
        height: 24px;
    }

    .input-chart .btn-dark-blue-line:hover {
        background: #EEEEEE;
    }

.btn-orange {
    color: #FFFFFF;
    background: linear-gradient(90deg, #f68333, #ffb103);
}

.btn-block {
    margin-bottom: 70px;
}

.btn-orange:hover {
    color: #FFFFFF;
    background: linear-gradient(270deg, #FA9A1B, #FA9A1B);
}

.btn-blue {
    color: #FFFFFF;
    background-image: linear-gradient(to right, #0a5591, #166daa, #2385c2, #309eda, #3fb8f2);
}

    .btn-blue:hover {
        background-image: linear-gradient(270deg, #0a5591, #309eda);
    }

.btn-light-blue {
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #3FB8F2, #6FDBF9);
}

    .btn-light-blue:hover {
        background-image: linear-gradient(270deg, #6FDBF9, #6FDBF9);
    }

.btn-dark-blue {
    color: #FFFFFF;
    background: #0A5591;
}

    .btn-dark-blue:hover {
        background: #45C3FD;
    }

.btn-dark-blue-line {
    color: #0A5591;
    background: #FFFFFF;
    border: 2px solid #0A5591;
}

    .btn-dark-blue-line:hover {
        background: #EEEEEE;
        border: 2px solid #ccc;
    }

a.btn-white-trans {
    color: #374753;
    background-color: rgba(255, 255, 255, 0.7);
}

    a.btn-white-trans:hover {
        color: #374753;
        background-color: rgba(255, 255, 255, 1);
    }

.btn-teaser {
    color: #FFFFFF;
    border: 2px solid #FFF;
    background-image: none;
}

a.btn-teaser:hover {
    color: #374753;
    background-color: rgba(255, 255, 255, 1);
}

/* Buttons - end*/

/* tooltip - start*/
.btn-tooltip {
    position: relative;
    margin-left: 5px;
    display: block;
}

    .btn-tooltip:hover {
        cursor: pointer;
    }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    /* opacity: 0 */
}

    .tooltip.in {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -6px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 11px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 10px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -11px
    }

    .tooltip.top .tooltip-arrow {
        bottom: -4px;
        left: 50%;
        margin-left: -8px;
        content: '';
        height: 12px;
        width: 24px;
        position: absolute;
        left: 24px;
        width: 24px;
        height: 12px;
        z-index: -1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 8px 0 8px;
        border-color: #3FB7F1 transparent transparent transparent;
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #3FB7F1
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #3FB7F1
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        margin-top: -8px;
        content: '';
        height: 12px;
        width: 24px;
        position: absolute;
        left: -4px;
        width: 24px;
        height: 12px;
        z-index: -1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 9px 8px 0;
        border-color: transparent #3FB7F1 transparent transparent;
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        margin-top: -8px;
        content: '';
        height: 12px;
        width: 24px;
        position: absolute;
        right: -4px;
        width: 24px;
        height: 12px;
        z-index: -1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 9px;
        border-color: transparent transparent transparent #3FB7F1;
    }

    .tooltip.bottom .tooltip-arrow {
        top: 50%;
        margin-left: -8px;
        content: '';
        height: 12px;
        width: 24px;
        position: absolute;
        top: -4px;
        width: 24px;
        height: 12px;
        z-index: -1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 9px 8px;
        border-color: transparent transparent #3FB7F1 transparent;
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #3FB7F1
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #3FB7F1
    }

.tooltip-inner {
    max-width: 360px;
    padding: 16px 24px;
    color: #0A5591;
    text-align: left;
    background-color: #C5ECFF;
    border-radius: 8px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

/* tooltip - end*/

/* Form elements - start*/
.form-group .search-input-group {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    border-radius: 4px;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
}

input.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #374753;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 24px 9px 15px;
    border-width: 2px;
    border-color: #D3D9DD;
    border-style: solid;
}


.input-file {
    position: relative;
    margin: 10px 0 10px 5px;
    height: 36px;
}

.fi-text {
    margin-left: 5px;
}

.universal-calculator .row {
    margin: 5px 0 5px 0
}

.row-form label.custom-file-upload {
    background-color: #309eda;
    color: #FFF;
    padding: 6px 18px;
    width: auto;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

    .row-form label.custom-file-upload:hover {
        background-color: #2385c2;
    }

.input-file input[type="file"] {
    padding-top: 5px;
    padding-left: 35px;
}

/* Firefox Compatibility */

@-moz-document url-prefix() {
    .input-file input[type="file"] {
        padding-left: 52px;
    }
}

@media all and (max-width: 480px) {
    .input-file {
        height: auto;
        margin-left: 0;
    }

        .input-file input[type="file"] {
            padding-left: 0;
            margin-top: 5px;
            position: relative;
            text-indent: -90px;
        }

    .row-form label.custom-file-upload {
        width: 150px;
        position: unset;
    }

    /* Firefox Compatibility */

    @-moz-document url-prefix() {
        .fi-text {
            display: none;
        }

        .row-form label.custom-file-upload {
            width: 71px;
            position: absolute;
        }

        .input-file input[type="file"] {
            text-indent: 0;
            margin-top: 0;
        }
    }
}



/* datepcker reset table */

.input-group.date input.form-control:focus {
    box-shadow: inset 0 0 0 1px #A6ADBA;
}

.input-group.date .datepicker-dropdown::before {
    border: none;
    content: "";
    display: block;
    position: absolute;
    left: unset !important;
    top: -9px !important;
    right: 128px !important;
    z-index: -1;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #3FB7F1 transparent;
}

.datepicker.dropdown-menu {
    border-radius: 4px;
    border: none;
    box-shadow: 0px 16px 48px rgba(73, 92, 136, 0.15);
    margin-top: 37px;
    padding: 0;
    display: table !important;
    top: 18px !important;
}

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) th,
    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(.caption) th:first-child,
    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) th:last-child {
        padding: 5px;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(.caption) th:first-child {
        border-radius: 4px 0 0 0;
        padding: 0 5px 0 16px;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) th:last-child {
        padding: 0 16px 0 5px;
    }


    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) th {
        border-radius: 0;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:last-child td:first-child {
        border-radius: 0 0 0 4px;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:last-child td:last-child {
        border-radius: 0 0 4px 0;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:nth-child(odd) th {
        border-radius: 0 !important;
        background-color: #FFF;
        color: #151617;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) th:last-child {
        border-radius: 0 4px 0 0;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) th {
        padding: 14px 12px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        background-color: #3FB7F1;
        color: #FFFFFF;
    }

        .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) th.dow {
            font-size: 14px;
            font-weight: 700;
            line-height: 16px;
        }

.datepicker-days {
    padding: 0 0 8px 0;
}

    .datepicker-days table.table-condensed {
        width: 100%;
    }

.datepicker table tr td {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    text-align: center;
}

.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:first-child:not(:only-child) td.day,
.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(:only-child) td.day {
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    color: #151617;
    position: relative;
}

.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(:only-child) td.today.day {
    font-size: 14px;
    color: #FFF;
}

.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(:only-child) td.day.old,
.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(:only-child) td.day.new,
.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(:only-child) td.day.disabled {
    color: #ABABAB;
}

.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr td.day::before {
    content: '';
    width: 1px;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -12px;
    background-color: transparent;
    z-index: -1;
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr td.day:first-child::after {
    content: '';
    width: 1px;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -12px;
    background-color: transparent;
    z-index: -1;
    border-radius: 24px;
    width: 24px;
    height: 24px;
}

.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr td.day:hover::before,
.datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) tr td.day:first-child:hover::after {
    background: #ECEFF6;
}


.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr td.today.day:hover::before,
.datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) tr td.today.day:hover::after {
    background: #FD7D15;
}

.datepicker-days table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(:only-child) td.day.today::before {
    background: #FD7D15;
}

/* Table - start*/
.table-responsive {
    overflow-x: auto;
    margin-bottom: 15px;
}

table {
    font-size: 14px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    line-height: 14px;
}

    table th {
        height: 50px;
        font-weight: normal;
        background-color: #2F9FDD;
        color: #FFFFFF;
        font-size: 18px;
        padding: 8px;
        line-height: 29px;
        padding-left: 16px;
        padding-right: 16px;
    }

.table-responsive table td {
    height: 60px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 28px;
}

table tr td:first-child {
    font-weight: 600;
}

table tr:nth-last-child(even) td {
    background-color: #F9F9F9;
    padding-left: 16px;
}

table tr:nth-last-child(odd) td {
    background-color: transparent;
    padding-left: 16px;
}

.table-responsive sup {
    font-size: 100%;
}

/* Table - end*/

/* Form - conteiner - start*/
.row-pre-form {
    margin-bottom: 20px;
}

    .row-pre-form p {
        font-size: 16px;
    }

    .row-pre-form p,
    .row-pre-form h4 {
        margin-bottom: 0;
        color: #374753;
    }

.row-form {
    margin: 0;
}

    .row-form:last-child {
        margin: 0;
    }

    .row-form > [class*="col"] {
        padding: 5px;
    }

        .row-form > [class*="col"]:first-child {
            padding-left: 0;
        }

#exchange_rates.row-form > [class*="col"]:first-child {
    padding-left: 5px;
}

.btn-box {
    height: 100%;
}

.row-form label {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
}

    .row-form label.required .label-txt::after {
        content: '*';
        color: #FD7D15;
        margin-left: 5px;
    }

.row label.required .label-txt::after {
    content: '*';
    color: #FD7D15;
    margin-left: 5px;
}

.row-form .form-control {
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #374753;
}

.row-form textarea {
    height: auto;
    min-height: 200px;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 400;
    color: #4D5963;
    border-radius: 4px;
    border: 2px solid #D3D9DD;
    display: block;
    width: 100%;
    overflow: hidden;
}

.row-form .has-error {
    position: relative;
}

    .row-form .has-error .form-control.error,
    .has-error .date-picker-input-container,
    .has-error .date-picker-input-container:focus,
    .has-error .el-input .el-input__inner--autosuggest,
    .has-error .el-input .el-input__inner--autosuggest:focus,
    .has-error .form-control, .has-error .form-control:focus {
        border-color: #FF435A;
    }

.error-tooltip {
    min-width: 210px;
    position: relative;
    margin-top: 1px;
    padding: 11px 24px;
    color: #374753;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background-color: #FFECEF;
    border-radius: 4px;
    z-index: 20;
    bottom: -8px;
    display: block;
    margin-bottom: 10px;
}

    .error-tooltip ::before {
        content: '';
        height: 12px;
        width: 24px;
        position: absolute;
        top: -9px;
        left: 24px;
        width: 24px;
        height: 12px;
        z-index: -1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 9px 8px;
        border-color: transparent transparent #FFECEF transparent;
    }

.input-group {
    position: relative;
}

    .input-group.phone .phone-prefix {
        border: 0;
        padding: 9px;
        position: absolute;
        top: 2px;
        left: 11px;
        width: auto;
        height: auto;
        display: block;
        line-height: 26px;
        font-weight: 600;
    }

        .input-group.phone .phone-prefix::after {
            background-color: #D0D8E8;
            content: "";
            display: block;
            height: 24px;
            margin: 8px 0;
            position: absolute;
            right: 0;
            top: 2px;
            width: 1px;
        }

    .input-group.phone .form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 70px;
        padding-right: 45px;
    }

    .input-group.date {
        position: relative;
        /*max-width: 155px;*/
    }

        .input-group.date .input-group-addon {
            position: absolute;
            right: 15px;
            top: 9px;
            z-index: 3;
            background-color: transparent;
            border: none;
            font-size: 18px;
        }

.select2-container--open.select2-container--default .select2-selection--single {
    border: 2px solid #3FB7F1;
    padding: 10px 19px;
    transition: unset;
}

.select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #3FB7F1;
    border-top: none;
    margin-top: -2px;
}

.select2-container--open .select2-dropdown--above {
    border: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #3FB7F1;
    border-bottom: none;
    margin-top: 2px;
}

.select2-results {
    padding: 8px;
}

.select2-results__option {
    color: #4D5963;
    ;
    border-radius: 4px;
    height: 40px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #EFF2F9;
    color: #374753;
}

.select2-container--open.select2-container--below .select2-selection--single::after {
    content: '';
    width: 99%;
    border-radius: 0px;
    border-bottom: 1px solid #E2E6F0;
    z-index: 1100;
    position: absolute;
    left: 2px;
    bottom: 0;
    height: 40px;
}

.select2-container--open.select2-container--above .select2-selection--single::before {
    content: '';
    width: 100%;
    border-radius: 4px;
    border-top: 1px solid #E2E6F0;
    z-index: 1100;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
}

.select2-container .select2-selection__arrow i {
    transition: transform .3s, -webkit-transform .3s;
}

.select2-container--open .select2-selection__arrow i::before {
    content: "\ea78";
}

/* Form - conteiner - end*/
/* Form elements - end*/

/* Header - start*/
header {
    background-image: linear-gradient(90deg, rgba(69, 195, 253, 1) 0%, rgba(40, 145, 208, 1) 100%);
    background-image: url(../images/headerBgrd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    /* Header - end*/

    /* Header navigation - start*/
    header.header-desktop {
        height: 104px;
        position: relative;
        z-index: 100;
    }

        header.header-desktop .btn {
            font-size: 14px;
            padding: 0 10px;
        }

        header.header-desktop a.btn:hover {
            color: #FFFFFF;
        }

    header.header-mobile {
        display: none;
    }

.top-nav-wrap {
    color: #fff;
}

.logo-holder {
    /* justify-content: center; */
    align-items: center !important;
    height: 104px;
    /* width: 144px; */
}

.top-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
}

.top-nav-links {
    width: 100%;
    justify-content: right;
}

.top-nav-item {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    align-self: center;
}

    .top-nav-item.active {
        float: left;
    }

    .top-nav-item:hover {
        color: inherit;
        text-decoration: none;
    }

.top-nav-links .top-nav-item {
    position: relative;
    margin-left: 15px;
}

/* Header navigation - end*/

/* Select language - start*/
.top-nav-lang {
    display: flex;
    line-height: 14px;
    align-items: center;
    position: relative;
}

    .top-nav-lang::before {
        position: absolute;
        content: url(../images/ico/24x24/lang.png);
        height: 24px;
        width: 24px;
        left: 0;
        top: 50%;
        margin-top: -12px;
    }

.language_wrapper {
    padding: 0 0 0 24px;
}

.languages {
    float: left;
    position: relative;
    display: block;
    font-size: 12px;
    margin-left: 10px;
}

    .languages ul li {
        float: none;
        padding: 0 23px 0 0;
        position: relative;
    }

        .languages ul li:hover {
            cursor: pointer;
        }

        .languages ul li a {
            color: #FFFFFF;
            text-decoration: none;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
        }

            .languages ul li a i {
                font-size: 17px;
                display: block;
                position: absolute;
                top: 2px;
                right: 4px;
            }

        .languages ul li.active a i::before {
            content: "\ea78";
        }

.sub_menu {
    border-color: transparent;
    border-radius: 0;
    border-style: none;
    border-width: 0 1px 1px;
    padding: 0 0 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 27px;
    padding: 14px 14px;
    z-index: 2;
    border-radius: 4px;
}

    .sub_menu ul li {
        margin-bottom: 15px;
        padding: 0;
    }

        .sub_menu ul li:last-child {
            margin-bottom: 0;
        }

        .sub_menu ul li a {
            color: #374753;
            font-size: 14px;
            font-weight: 500;
        }

            .sub_menu ul li a:hover {
                color: #4DBDF2;
            }

/* Select language - end */

/* Select site-section - start */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-size: 16px;
    min-width: 0;
    width: 100%;
    padding: 0;
    margin-top: 12px;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    right: 16px;
    width: 24px;
    height: 12px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #FFB103 transparent;
}

.site-section-online .dropdown-menu::before {
    border-color: transparent transparent #0A5591 transparent;
}

.dropdown-menu li {
    line-height: 22px;
    background-color: #FFB103;
    transition: ease-in-out 200ms all;
    position: relative;
}

.site-section-online .dropdown-menu li,
.mobile-btn-holder-online .dropdown-menu li {
    background-color: #0A5591;
}

.mobile-btn-holder-online.open .dropdown-menu li {
    background-color: #1981d6;
}

.dropdown-menu li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown-menu li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown-menu li:hover {
    background-color: #F4690F;
}

.site-section-online .dropdown-menu li:hover {
    background-color: #45C3FD;
}

.dropdown-menu li:hover :first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    right: 16px;
    width: 24px;
    height: 12px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #F4690F transparent;
}

.site-section-online .dropdown-menu li:hover :first-child::before {
    border-color: transparent transparent #45C3FD transparent;
}

.dropdown-menu li a {
    display: block;
    clear: both;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    padding: 10px 20px;
    color: #FFFFFF;
    border-radius: 8px;
    transition: ease-in-out 250ms all;
}

/* Select site-section - end */

/* Header primary navigaton - start*/
.primary-nav {
    background-color: #FFFFFF;
}

.bottom-nav {
    justify-content: space-between;
    height: 56px;
    position: relative;
}

.prim-nav {
    align-items: center;
    height: 56px;
}

.prim-nav-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0 10px;
    height: 56px;
    display: flex;
    color: #374753;
    text-decoration: none;
    transition: all 250ms ease;
}

    .prim-nav-item:first-child {
        margin-left: 0;
    }

    .prim-nav-item.active {
        color: #F4690F;
        text-decoration: none;
    }

    .prim-nav-item span {
        padding-bottom: 5px;
        border-bottom: 2px solid #FFF;
        transition: all 250ms ease;
        transform: translateY(3px);
    }

    .prim-nav-item:hover span {
        border-bottom: 2px solid #F4690F;
        color: #374753;
    }

    .prim-nav-item.active span {
        border-bottom: 2px solid #F4690F;
        color: #F4690F;
    }

    .prim-nav-item.opened::after {
        content: url(../images/menu-trangle-top.png);
        width: 19px;
        height: 9px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -9.5px;
    }

/* Header primary navigaton - end*/
/* Header navigation - end*/

/* MegaMenu - start*/
.megamenu-desktop {
    display: none;
    position: absolute;
    top: 112px;
    right: 0;
    bottom: 0;
    left: 0%;
    overflow-y: auto;
    z-index: 90;
    -webkit-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
}

    .megamenu-desktop.menu-open {
        display: block !important;
    }

.megamenu-desktop-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.megamenu-desktop-container {
    position: relative;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: inset 0px 15px 20px -15px #D9D9D9;
    box-shadow: inset 0px 15px 20px -15px #D9D9D9;
}

.megamenu-desktop-menu-section {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    position: relative;
}

/* MegaMenu area - start*/
.megamenu-desktop-first-level {
    min-height: 68px;
    display: flex;
}

    .megamenu-desktop-first-level > li {
        display: flex;
        align-items: center;
        padding: 0 15px;
    }

        .megamenu-desktop-first-level > li:first-child {
            padding-left: 0;
        }

        .megamenu-desktop-first-level > li > span {
            display: flex;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            padding-bottom: 5px;
            border-bottom: 2px solid #FFF;
            transition: all 250ms ease;
            transform: translateY(3px);
        }

        .megamenu-desktop-first-level > li:first-child > span {
            margin-left: 0;
            transition: all 250ms ease;
        }

        .megamenu-desktop-first-level > li:hover {
            cursor: pointer;
        }

            .megamenu-desktop-first-level > li:hover > span {
                /* color: #F4690F; */
                border-bottom: 2px solid #F4690F;
            }

        .megamenu-desktop-first-level > li.active > span {
            /*color: #F4690F;*/
            border-bottom: 2px solid #F4690F;
        }

.megamenu-desktop-second-level-wraper {
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
}

/*.megamenu-desktop-first-level > li:hover > .megamenu-desktop-second-level-wraper {
    display: flex;
}*/

.megamenu-desktop-second-level {
    display: flex;
    width: 1146px;
    margin: 0 auto;
    border-top: 1px solid #D5D9DD;
}

    .megamenu-desktop-second-level > li {
        padding: 28px 26px 28px 0;
    }

    .megamenu-desktop-second-level > li {
        padding: 28px 26px 28px 0;
    }

    .megamenu-desktop-second-level h3 {
        color: #F4690F;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
    }

        .megamenu-desktop-second-level h3 a {
            color: #F4690F;
        }

    .megamenu-desktop-second-level > li:last-child {
        padding-right: 0;
    }

    .megamenu-desktop-second-level > li > ul > li > a {
        color: #374753;
        font-size: 15px;
        position: relative;
        transition: all 250ms ease;
    }

    .megamenu-desktop-second-level > li > ul > li {
        padding-left: 10px;
        margin-bottom: 5px;
    }

        .megamenu-desktop-second-level > li > ul > li > a::before {
            font-family: 'remixicon' !important;
            content: "\ea54";
            color: #374753;
            font-size: 20px;
            position: absolute;
            left: -18px;
            top: 0;
            transition: all 250ms ease;
        }

        .megamenu-desktop-second-level > li > ul > li > a:hover,
        .megamenu-desktop-second-level > li > ul > li > a:hover::before {
            color: #F4690F;
        }

.megamenu-desktop-area-menu {
    display: flex;
}

.megamenu-desktop-area-menu-box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    height: 100%;
}

/* MegaMenu area - end*/
/* MegaMenu - end*/

/* Search desktop - start*/
.search-input-group {
    position: relative;
}

    .search-input-group .form-control {
        border-color: #FFFFFF;
        color: #FFFFFF;
        transition: all 200ms linear;
        width: 260px;
    }

input.form-control:focus,
textarea:focus {
    border-color: #3FB7F1;
    outline: 0;
}

.search-input-group .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #DAF2FE;
    opacity: 1;
    /* Firefox */
    font-style: italic;
}

.search-input-group input.form-control:focus {
    border-color: #FFFFFF;
    width: 360px;
    background-color: #FFF;
    color: #374753;
}

.top-nav-item.search {
    position: relative;
}

    .top-nav-item.search form ul.ui-autocomplete {
        display: block !important;
        /* width: 360px !important; */
        position: absolute !important;
        top: 43px !important;
        background-color: #FFF;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        left: auto !important;
    }

        .top-nav-item.search form ul.ui-autocomplete li {
            padding: 15px 15px 15px 40px;
            color: #374753;
            font-size: 16px;
            position: relative;
        }

            .top-nav-item.search form ul.ui-autocomplete li::before {
                display: inline-flex;
                position: absolute;
                left: 14px;
                top: 17px;
                content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12' height='12'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z' fill='rgba(187,187,187,1)'/%3E%3C/svg%3E");
            }

            .top-nav-item.search form ul.ui-autocomplete li:hover {
                background-color: #EEEEEE;
            }

            .top-nav-item.search form ul.ui-autocomplete li:last-child {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

.mobile_menu .top-nav-item {
    width: 100%;
    padding: 0 16px;
}

.mobile_menu .search-input-group .form-control,
.mobile_menu .search-input-group .form-control:focus {
    width: 100%;
}

.mobile_menu input.form-control {
    border-width: 1px;
}


.search-input-group .form-control:focus::placeholder {
    color: #bbbbbb;
    background-color: white;
}

.search-input-group .btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 10px;
    width: 42px;
    height: 44px;
    background-color: transparent;
}

    .search-input-group .btn::before {
        position: absolute;
        content: "";
        display: block;
        top: 12px;
        left: 6px;
        width: 24px;
        height: 24px;
        background: url("../images/ico/24x24/search.svg") no-repeat 0 0;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(102%) contrast(103%);
    }

    .search-input-group .btn::after {
        position: absolute;
        /* content: ""; */
        display: block;
        background-color: #3FB7F1;
        height: 2px;
        left: 20px;
    }

.search-input-group .form-control:focus + .btn::before {
    filter: invert(66%) sepia(30%) saturate(2798%) hue-rotate(169deg) brightness(100%) contrast(90%);
}

/* Search desktop- end*/

/* Hero section - start*/
.hero-wraper {
    min-height: 600px;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    /* margin-top: -112px; */
}

    .hero-wraper.tiny {
        min-height: 180px;
    }

    .hero-wraper.content.bg-gradiet {
        padding-top: 600px;
    }

.hero-image {
    display: flex;
    height: 600px;
    align-items: center;
}

.tiny .hero-image {
    height: 180px;
}

.bg-gradinet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 6;
}

.bg-gradinet-ltr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 6;
}

.hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-caption {
    color: #ffffff;
    z-index: 10;
    position: relative;
    /* padding: 0;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto; */
    margin: 0 auto;
    display: table;
    width: 100%;
}

.hero-title h2 {
    font-size: 65px;
    font-weight: 900;
    letter-spacing: -0.3;
    line-height: 70px;
    margin-bottom: 15px;
}

    .hero-title h2.medium {
        font-size: 40px;
        line-height: 120%;
    }

.hero-uptitle h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.hero-description p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 120%;
    color: #FFFFFF;
}

    .hero-description p.medium {
        font-weight: 400;
    }

    .hero-description p.dark {
        color: #374753;
    }

.hero-btns a.btn {
    max-width: 180px;
    margin-top: 40px;
}

    .hero-btns a.btn:first-child {
        margin-right: 20px;
    }

/* Hero section - end*/

/* Slick slider - stert*/
.slick-slide {
    position: relative;
    height: 600px;
}

.hero-wraper.content .slick-dots li button::before {
    background-color: #E2EAEE;
}

.hero-wraper.content .slick-dots li.slick-active button::before {
    background-color: #FFF;
}

.hero-wraper.content .slick-list {
    overflow: visible;
    padding-bottom: 180px;
    background: linear-gradient(180deg, rgb(148, 216, 249) 75%, rgb(255, 255, 255) 100%);
}

.hero-wraper.content .slick-initialized .slick-slide {
    flex-direction: column;
}

.hero-wraper.content .hero-caption {
    transform: translateY(110px);
}

.hero-wraper.content .conected-card-wraper {
    /* position: absolute;
    height: 267px; */
    transform: translateY(190px);
    z-index: 100;
}

.hero-wraper.content .slick-dots {
    position: unset;
    margin: 0 auto 60px auto;
}

.hero-wraper.content .conected-card-box {
    width: 268px;
    height: 268px;
}

.hero-wraper.content .slickSlider .slick-arrow {
    transform: translateY(-66px);
}

.hero-wraper.content .conected-card-box .desc-ico img {
    position: relative;
    width: auto;
    border-radius: 0;
    z-index: 2;
}

.hero-wraper.content .conected-card-box .desc-text {
    font-size: 25px;
    font-weight: 600;
}

.slick-slide img {
    display: unset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-slide .hero-teaser-img {
    margin-top: 50px;
}

    .slick-slide .hero-teaser-img img {
        position: relative;
        width: auto;
    }

.slickSlider .slick-arrow {
    position: absolute;
    bottom: 50%;
    width: 66px;
    height: 66px;
    display: block;
    border: 0;
    border-radius: 33px;
    background-color: rgba(255, 255, 255, 0.40);
    background-size: cover;
    font-size: 0;
    z-index: 2;
    margin-top: - 50px;
    transition: all 200ms ease;
}

    .slickSlider .slick-arrow.slick-prev {
        left: 25px;
    }

        .slickSlider .slick-arrow.slick-prev::before {
            font-family: "remixicon";
            content: "\ea64";
            color: #9BA2AC;
            font-size: 32px;
        }

    .slickSlider .slick-arrow.slick-next {
        right: 25px;
    }

        .slickSlider .slick-arrow.slick-next::before {
            font-family: "remixicon";
            content: "\ea6e";
            color: #9BA2AC;
            font-size: 32px;
        }

        .slickSlider .slick-arrow.slick-prev:hover::before,
        .slickSlider .slick-arrow.slick-next:hover::before {
            color: #374753;
        }


    .slickSlider .slick-arrow.slick-prev:hover {
        background-color: rgba(255, 255, 255, 1.0);
    }

    .slickSlider .slick-arrow.slick-next:hover {
        background-color: rgba(255, 255, 255, 1.0);
    }

/* Slick slider - end*/

/* Sections - start */
.hal-section {
    padding: 80px 0;
}

    .hal-section .section.title h1 {
        font-weight: 700;
        padding-bottom: 5px;
        /* padding-top: 60px; */
        margin-bottom: 0;
    }

    .hal-section .block-text:first-child .section.title h1 {
        padding-top: 0px;
    }

    .hal-section .section.title.highlighted h1 {
        border-bottom: 5px solid #FD7E16;
        margin-bottom: 2.5rem;
    }

    .hal-section .block-text .subtitle {
        font-size: 25px;
        font-weight: 400;
        color: #3FB7F1;
        margin-top: 30px;
    }

        .hal-section .block-text .subtitle.highlighted {
            font-size: 18px;
            font-weight: 400;
            color: #0A5591;
            margin-top: 30px;
        }

        .hal-section .block-text:first-child .subtitle,
        .hal-section .block-text .subtitle:first-of-type {
            margin-top: 0px;
        }

    .hal-section .block-text p {
        padding: 0 40px;
    }

    .hal-section .block-text ul {
        padding: 0 40px;
        margin: 20px 0;
    }

        .hal-section .block-text ul li {
            margin: 0 20px 0 45px;
            margin-bottom: 8px;
        }

            .hal-section .block-text ul li::before {
                content: "\2022";
                color: #095591;
                font-weight: bold;
                font-size: 21px;
                line-height: 15px;
                display: inline-block;
                width: 15px;
                margin-left: -1em;
            }

.block-content ul {
    /* padding: 0 40px; */
    margin: 20px 0;
}

    .block-content ul li {
        margin: 0 20px 0 25px;
        margin-bottom: 12px;
    }

        .block-content ul li::before {
            content: "\2022";
            color: #2F9FDD;
            font-weight: bold;
            font-size: 21px;
            line-height: 15px;
            display: inline-block;
            width: 15px;
            margin-left: -1em;
        }

.block-content.doc-list ul {
    padding: 0;
    margin: 20px 0 0;
}

    .block-content.doc-list ul li {
        position: relative;
        padding-left: 12px;
        font-size: 16px;
        margin-left: 13px;
    }

        .block-content.doc-list ul li a {
            color: #333;
            transition: 200ms ease all;
            display: inline-block;
            position: relative;
        }

            .block-content.doc-list ul li a:hover {
                color: #999;
                padding-left: 20px;
            }

        /* .block-content.doc-list ul li::before {
    position: absolute;
    content: '';
    display: block;
    top: 8px;
    left: 20px;
    width: 5px;
    height: 8px;
    background: url(../images/doc-icon.svg) no-repeat 0 0;
    filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
} */

        .block-content.doc-list ul li::before {
            position: absolute;
            content: '';
            display: block;
            top: 1px;
            left: 10px;
            width: 19px;
            height: 20px;
            background: url(../images/doc-icon-1.svg) no-repeat 0 0;
            background-size: 100%;
            filter: invert(51%) sepia(30%) saturate(1000%) hue-rotate(174deg) brightness(100%) contrast(200%);
        }

        .block-content.doc-list ul li a::after {
            position: absolute;
            content: '\ec5a';
            font-family: 'remixicon' !important;
            display: flex;
            position: absolute;
            left: 0;
            top: 4px;
            height: 15px;
            width: 15px;
            color: #ffb103;
            align-items: center;
            justify-content: center;
            transform: scale(0);
            transition: 200ms ease all;
        }

        .block-content.doc-list ul li a:hover::after {
            transform: scale(1);
        }

.exchange-section {
    padding: 30px 0;
}

    .exchange-section .currency {
        position: relative;
        font-size: 20px;
        font-weight: 900;
    }

        .exchange-section .currency::before {
            content: '';
            margin-right: 8px;
        }

        .exchange-section .currency.growth::before {
            content: url(../images/ico/growth.png);
        }

        .exchange-section .currency.drop::before {
            content: url(../images/ico/drop.png);
        }

    .exchange-section .index {
        position: relative;
        padding-left: 34px;
        font-size: 20px;
    }

    .exchange-section .read-more {
        position: relative;
        color: #0A5591;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .exchange-section .read-more::after {
            position: absolute;
            content: '';
            display: block;
            top: 6px;
            right: -10px;
            width: 5px;
            height: 8px;
            background: url(../images/more-arrow.svg) no-repeat 0 0;
            filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
        }

.exchange-line {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.exchange-section .info {
    padding-top: 20px;
}

/* Sections - end */

/* Box - start */
.hal-box-wraper {
    margin: 30px 0;
    padding: 60px 50px;
    border: 2px solid #EAEAEA;
    /* overflow: hidden; */
}

    .hal-box-wraper.simpler {
        margin: 0 0 70px;
        padding: 30px 35px;
        border: none;
    }

        .hal-box-wraper.simpler p {
            font-size: 16px;
        }

.hal-box-wraper-map {
    border: 2px solid #EAEAEA;
}

.hal-app .block-content ul li {
    position: relative;
    margin: 0 20px 12px 20px;
}

    .hal-app .block-content ul li::before {
        content: url("/images/doc-icon-blue.svg");
        color: #2F9FDD;
        font-weight: bold;
        font-size: 21px;
        line-height: 20px;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        position: relative;
        top: 5px;
    }

    .hal-app .block-content ul li .popup-link {
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        color: #0A5591;
        transition: linear 4ms;
    }

        .hal-app .block-content ul li .popup-link:hover {
            color: #2F9FDD;
        }

.btn-full-holder {
    display: flex;
}

    .btn-full-holder .btn {
        position: absolute;
        bottom: 30px;
        left: 35px;
        width: calc(100% - 70px);
    }

.hal-box-wraper.simpler.hal-app {
    margin: 0 0 70px;
    padding: 30px 35px;
    border: none;
    height: 100%;
    position: relative;
    min-height: 380px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

    .hal-box-wraper.simpler.hal-app h3.subtitle {
        font-size: 25px;
        padding-bottom: 23px;
        border-bottom: 1px solid #CCC;
    }

.form-pre-wraper:first-child .hal-box-subtitle {
    margin: 0 0 30px 0;
}

.hal-box-subtitle {
    margin: 50px 0 10px 0;
}

.hal-message-wraper .message-img {
    margin-bottom: 60px;
}

.hal-message-wraper .title {
    margin-bottom: 20px;
}

.hal-message-wraper .message-text {
    font-size: 25px;
    margin-bottom: 0;
}
/* .hal-box-wraper .image_holder.Right {
	float: right;
} */
/* Box - end */

/* Advantages Box - stat */
.advantages-wraper {
    background-image: url(../images/basic/advantages-bg-desktop.png);
    padding: 65px 70px;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}

    .advantages-wraper .box .text {
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
    }

    .advantages-wraper .box a {
        color: #FFF;
        text-decoration: underline
    }

/* Advantages Box - end */

/* Steps Box - stat */
.steps-wraper {
    background-color: #DFF3FD;
    padding: 65px 70px;
    border-radius: 32px;
    margin-bottom: 70px;
}

    .steps-wraper .box .thumb {
        width: 120px;
        height: 120px;
        transform: translate3d(20px, 0px, 0);
        position: relative;
    }

        .steps-wraper .box .thumb::before {
            content: '';
            position: absolute;
            left: -40px;
            top: -10px;
            width: 30px;
            height: 30px;
            background-color: #3FB7F1;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #FFF;
            font-size: 18px;
            font-weight: 900;
        }

    .steps-wraper .box:nth-child(1) .thumb::before {
        content: '1';
    }

    .steps-wraper .box:nth-child(2) .thumb::before {
        content: '2';
    }

    .steps-wraper .box:nth-child(3) .thumb::before {
        content: '3';
    }

    .steps-wraper .box:nth-child(4) .thumb::before {
        content: '4';
    }

    .steps-wraper .box .text {
        color: #0A5591;
        font-size: 18px;
        font-weight: 400;
        transform: translateY(-20px);
    }

/* Steps Box - end */

/* section index - start */
.section-index-box .thumb-box img {
    border-radius: 16px;
}

.section-index-box .title {
    margin-bottom: 15px;
}

.section-index-box li {
    margin-bottom: 8px;
}

.section-index-box .read-more {
    color: #0A5591;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 10px;
    position: relative;
}

    .section-index-box .read-more::before {
        position: absolute;
        content: '';
        display: block;
        top: 5px;
        left: 0;
        width: 5px;
        height: 8px;
        background: url("../images/more-arrow.svg") no-repeat 0 0;
        filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
    }

.bg-white-mobile .acc-box .acc-button {
    padding: 0 0 0 10px;
    justify-content: left;
}

    .bg-white-mobile .acc-box .acc-button h3 {
        margin-bottom: 0;
        margin-left: 20px;
    }

    .bg-white-mobile .acc-box .acc-button.open {
        padding-bottom: 16px;
        background-color: unset;
        color: #374753;
    }

/* section index - end */

/* product index - start */
.product-index-box .thumb-box, .section-index-box .thumb-box {
    position: relative;
}

    .product-index-box .thumb-box .badge, .section-index-box .thumb-box .badge {
        position: absolute;
        top: 20px;
        left: -20px;
        text-transform: uppercase;
        height: 40px;
        color: #FFFFFF;
        font-weight: 700;
        padding: 0 20px 0 30px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        font-size: 17px;
    }

        .product-index-box .thumb-box .badge::before, .section-index-box .thumb-box .badge::before {
            position: absolute;
            width: 20px;
            left: 0;
            top: 0;
        }

        .product-index-box .thumb-box .badge.orange, .section-index-box .thumb-box .badge.orange {
            background: linear-gradient(90deg, #f68333, #ffb103);
        }

            .product-index-box .thumb-box .badge.orange::before, .section-index-box .thumb-box .badge.orange::before {
                content: url(../images/badge-orange.png);
            }

        .product-index-box .thumb-box .badge.blue, .section-index-box .thumb-box .badge.blue {
            background: linear-gradient(90deg, #43BBF3, #70DBF9);
        }

            .product-index-box .thumb-box .badge.blue::before, .section-index-box .thumb-box .badge.blue::before {
                content: url(../images/badge-blue.png);
            }

    .product-index-box .thumb-box img, .section-index-box .thumb-box img {
        border-radius: 16px;
    }

    .product-index-box .title, .section-index-box .thumb-box title {
        margin-bottom: 15px;
        line-height: 100%;
    }

.product-index-box li, .section-index-box li {
    margin-bottom: 8px;
}

.product-index-box .read-more, .section-index-box .read-more {
    color: #0A5591;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 10px;
    position: relative;
}

    .product-index-box .read-more::before, .section-index-box .read-more::before {
        position: absolute;
        content: '';
        display: block;
        top: 5px;
        left: 0;
        width: 5px;
        height: 8px;
        background: url("../images/more-arrow.svg") no-repeat 0 0;
        filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
    }

.product-index-box .text-box ul li,
.section-index-box .text-box ul li {
    padding-left: 0;
}

    .product-index-box .text-box ul li::before,
    .section-index-box .text-box ul li::before {
        content: unset;
        display: none;
    }

.product-card-a .text-box,
.product-index-box.product-card-a .read-more {
    color: #FFF;
}

.product-card-a .bg-white .text-box,
.product-index-box.product-card-a .bg-white .read-more {
    color: #374753;
}

.product-card-a .bg-white .text-box {
    width: 100%;
}

.product-index-box.product-card-a .read-more::before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(253deg) brightness(104%) contrast(101%);
}

.product-card-a .rounded-sm-16 {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.product-card-a .rounded-sm-0 img {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product-card-a .rounded-sm-n16 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.product-card-a .rounded-sm-n0 img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.teaser-box {
    position: relative;
}

    .teaser-box .thumb-box {
        position: relative;
        height: 481px;
    }

        .teaser-box .thumb-box img {
            border-radius: 16px;
            /* position: absolute; */
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .teaser-box .text-box {
        background-color: #3FB7F1;
        border-radius: 16px;
        position: absolute;
        left: 0%;
        z-index: 1;
        width: 562px;
        padding: 30px 40px;
        /* height: 338px; */
        color: #FFF;
    }

        .teaser-box .text-box .title {
            font-size: 40px;
            margin-bottom: 15px;
        }

        .teaser-box .text-box .lead {
            font-size: 20px;
            line-height: 140%;
        }

        .teaser-box .text-box .hero-btns a.btn {
            margin-top: 30px;
            max-width: 150px;
        }

/* product index - end */

/* IAON Calculator  - start*/
.slider-wrapper {
    position: relative;
}

.ioan-calculator .label-text label {
    font-size: 20px;
}

.ioan-calculator .label-text input[type="radio"]:not(old) + label {
    line-height: 1.5em;
    margin-right: 40px;
}

.ioan-amount .noUi-value,
.ioan-period .noUi-value {
    width: auto;
}

    .ioan-amount .noUi-value:nth-child(2),
    .ioan-period .noUi-value:nth-child(2) {
        left: 0 !important;
        text-align: left;
    }

    .ioan-amount .noUi-value:last-child,
    .ioan-period .noUi-value:last-child {
        left: auto !important;
        right: 0;
        text-align: right;
        display: flex;
    }

.ioan-amount .noUi-marker,
.ioan-period .noUi-marker {
    display: none;
}

.ioan-calculator input.form-control {
    padding: 14px 20px 14px 20px;
    text-align: right;
    font-size: 20px;
}

.ioan-calculator .locations input.form-control {
    text-align: left;
}

.ioan-calculator .input-container {
    transform: translateY(-25px);
}

.ioan-calculator .input-pseudo {
    position: relative;
    display: block;
}

    .ioan-calculator .input-pseudo .suffix {
        position: absolute;
        right: 20px;
        bottom: -25px;
    }

.disclaimer p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: left;
    color: #262626;
}

.disclaimer-offer p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    font-style: italic;
    padding-top: 15px;
}

/* IAON Calculator  - end*/

/*--- Calculator result - start ---*/

.calculatorResult {
    /* display: none; */
    padding-bottom: 100px;
    position: relative;
}

    .calculatorResult .prodBox {
        background: #FFF;
        border-radius: 16px;
        padding: 40px 20px;
        text-align: center;
        margin-bottom: 20px;
        border-width: 2px;
        border-style: solid;
        transition: box-shadow 0.3s ease;
    }

        .calculatorResult .prodBox.orange {
            border-color: #FD7D15;
        }

        .calculatorResult .prodBox.blue {
            border-color: #49BBF3;
        }

    .calculatorResult .top .prodBox {
        margin-bottom: 0;
    }

    .calculatorResult h3 {
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 32px;
    }

    .calculatorResult .prodBox h1 {
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        min-height: 40px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 24px;
        cursor: inherit;
    }

    .calculatorResult .prodBox .totalCont {
        min-height: 84px;
        line-height: 130%;
    }

    .calculatorResult .prodBox .total {
        font-size: 25px;
        line-height: 20px;
    }

    .calculatorResult .prodBox .amount {
        font-size: 35px;
        line-height: 110%;
        font-weight: 700;
    }

    .calculatorResult .prodBox .period {
        font-size: 18px;
        font-weight: 400;
        line-height: 144%;
    }

    .calculatorResult .prodBox.orange .period {
        color: #FD7D15;
    }

    .calculatorResult .prodBox.blue .period {
        color: #3FB7F1;
    }

    .calculatorResult .prodBox .middle .period {
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
        text-transform: uppercase;
        margin: 5px 0;
    }

    .calculatorResult .prodBox .details {
        text-align: center;
    }

        .calculatorResult .prodBox .details a {
            display: inline-block;
            color: #B2B2B2;
            font-size: 14px;
            text-decoration: underline;
            margin-top: 15px;
            transition: ease-in-out 200ms;
        }

            .calculatorResult .prodBox .details a:hover {
                color: #222;
            }

    .calculatorResult .prodBox .partCont {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        color: #0A5591;
    }

    .calculatorResult .infoCont h3 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .calculatorResult .infoCont p {
        font-size: 18px;
        font-weight: 400;
    }

    .calculatorResult .prodBox .partCont.eks .total,
    .calculatorResult .prodBox .partCont.eks .desc {
        font-weight: 700;
    }

    .calculatorResult .prodBox .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
        margin: 5px 0;
    }

    .calculatorResult .prodBox .partCont.expand {
        font-size: 14px;
        font-weight: 600;
    }

        .calculatorResult .prodBox .partCont.expand .arrow-expand img {
            transform: rotate(90deg);
            width: 6px;
            margin-left: 3px;
            filter: invert(62%) sepia(70%) saturate(2799%) hue-rotate(345deg) brightness(96%) contrast(108%);
        }

        .calculatorResult .prodBox .partCont.expand.active .arrow-expand img {
            transform: rotate(270deg);
        }



.calcBox .title {
    text-align: center;
}

.calcBox .amount {
    font-size: 35px;
    line-height: 110%;
    font-weight: 700;
    color: #0A5591;
    text-align: center;
}

.calcBox .period {
    font-size: 18px;
    font-weight: 400;
    line-height: 144%;
    color: #3FB7F1;
    text-align: center;
}

.calcBox .partCont {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
}

    .calcBox .partCont .total {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
    }

    .calcBox .partCont .desc {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }

    .calcBox .partCont.nks .total {
        font-weight: 400;
    }

    .calcBox .partCont.nks .desc {
        font-weight: 400;
    }

.calHolder {
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
    position: relative;
}

.calculatorAppButton {
    padding-bottom: 80px;
}

.ioan-calculator .btn-box {
    display: flex;
}

.ioan-calculator .btn-top-nav-online.btn {
    height: 45px;
    border-radius: 4px;
    padding: 0 30px;
}

.white-popup {
    background-image: none;
    background-color: #FFF;
    padding: 20px;
}

.planOtplate-popup.main {
    color: #007a91;
    border: none;
    margin: 0 auto;
    background: #FFF;
    font-size: 18px;
    font-weight: 600;
    height: 52px;
    line-height: 52px;
    /*border-radius: 52px;*/
    border: 1px solid #007a91;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all ease-in-out 200ms;
    padding: 0 60px;
    width: 100%;
}

    .planOtplate-popup.main:hover {
        color: #FFF;
        background: #007a91;
    }

.white-popup {
    position: relative;
    width: auto;
    max-width: 670px;
    min-height: 320px;
    margin: 20px auto;
    border-radius: 10px;
}

.upInfoBox {
    display: table;
}

    .upInfoBox .bold {
        font-weight: 600;
    }

    .upInfoBox .t-row {
        display: table-row;
    }

    .upInfoBox .t-cell {
        display: table-cell;
        padding: 2px 10px;
        font-size: 14px;
        max-width: 350px;
    }

    .upInfoBox .t-cell:first-child {
            padding: 2px 10px 2px 0;
    }

.planOtplate {
    color: #000;
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
    /* font-family: Arial, Helvetica, sans-serif; */
}

    .planOtplate tr th {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 6px 2px;
        text-align: center;
        /*  background: #2F9FDD;*/
        color: #333;
        max-width: 100px;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
    }

    .planOtplate tr.total th {
        text-align: right;
    }

    .planOtplate tr td {
        border-bottom: 1px solid #CCC;
        padding: 3px 4px;
        text-align: right;
        /*color: #F36F20;*/
        color: #333;
        font-weight: normal;
        font-size: 14px;
    }

    .planOtplate tr th:first-child {
        padding: 5px 0;
    }

    .planOtplate tr td:first-child {
        text-align: center;
        padding: 5px 0;
    }

/*--- Calculator result - end ---*/

/* Item search list - start */
.item-search-list {
}

.item-search {
    background-color: #FFFFFF;
    display: table;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.item-search-list > .bsg-wrapper > div > div.msg {
    background: #f5f5f5;
    text-align: center;
    padding: 15px 0;
    border-bottom: none;
    font-weight: 600;
}

.item-search .item-thumb-box {
    display: table-cell;
    position: relative;
    min-height: 150px;
    text-align: left;
    float: none;
    vertical-align: middle;
}

.item-search .item-thumb {
    position: relative;
}

    .item-search .item-thumb .info {
        position: absolute;
        background: #f68333;
        padding: 4px 6px;
        font-size: 10px;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
        right: 0;
    }

    .item-search .item-thumb img {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }

.item-search .item-text-box {
    width: 100%;
    min-height: 160px;
    position: relative;
    padding: 25px;
}

    .item-search .item-text-box .product-title a {
        color: #374753;
    }

        .item-search .item-text-box .product-title a:hover {
            color: #0A5591;
        }

    .item-search .item-text-box .item-details {
        border-right: 1px solid #DFDFDF;
    }

        .item-search .item-text-box .item-details:last-child {
            border-right: none;
        }

    .item-search .item-text-box .details-info {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #3FB7F1;
    }

    .item-search .item-text-box .details-desc {
        color: #AAA;
        margin-bottom: 5px;
    }

@media all and (max-width: 810px) {
    .item-search .item-thumb img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 30px;
        width: 100%;
    }

    .item-search .item-thumb .info {
        bottom: 0;
    }

    .item-search .item-text-box .item-details {
        border-right: none;
        border-bottom: 1px solid #DFDFDF;
        padding: 0;
        margin-bottom: 10px;
    }

        .item-search .item-text-box .item-details:last-child {
            border-bottom: none;
        }
}

@media all and (max-width: 480px) {
    .item-search .item-text-box .product-title a {
        font-size: 22px;
    }
}

/* Item search list - end */


/* Section item - start */
.section-item .thumb-holder img {
    border-radius: 30px;
}

.section-item .bid-row {
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 0;
}

.section-item .bid-uptitle {
    color: #FD7E16;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-item .bid-desc {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

    .section-item .bid-desc a {
        font-size: 18px;
        line-height: 32px;
    }

.section-item .details-description {
    font-size: 17px;
}

.section-item .acc-wraper .acc-button {
    border-bottom: 0;
}

@media all and (max-width: 810px) {
    .section-item .thumb-holder {
        width: 100%;
    }

        .section-item .thumb-holder img {
            width: 100%;
        }

    .section-item .products-lead {
        margin-top: 25px;
    }

        .section-item .products-lead h1 {
            font-size: 26px;
            margin-bottom: 15px;
        }
}

/* Section item - end */


/* Tabs - start */
.tabs-holder {
    padding: 0;
    position: relative;
}

    .tabs-holder .title {
        font-size: 25px;
    }

.nav-tabs {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid rgba(55, 71, 83, 0.10);
}

.tabs-nav-item {
    display: flex;
    position: relative;
}

    .tabs-nav-item .tabs-nav-link {
        padding: 0 20px 10px 20px;
        font-size: 20px;
        color: #374753;
    }

    .tabs-nav-item.active .tabs-nav-link {
        color: #0A5591;
        border-bottom: 4px solid #3FB7F1;
    }

.tab-content {
    padding: 30px 0;
}

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block
    }

    .tab-content .fade.in {
        opacity: 1;
    }

    .tab-content .fade {
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }

/* Tabs - end */

/* Accordion - start */
.acc-section > h2.title {
    font-size: 25px;
}

.acc-wraper .acc-button:first-of-type {
    border-top: 0px solid #E5E5E5;
}

.acc-wraper .acc-button {
    border-bottom: 1px solid #E5E5E5;
}

.acc-button {
    font-size: 20px;
    position: relative;
    display: flex;
    margin: 0;
    padding: 17px 16px 17px 20px;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease;
    justify-content: space-between;
}

    .acc-button span p {
        margin: 0;
    }

.acc-box .acc-button.open {
    background-color: #3FB7F1;
    color: #FFFFFF;
    margin-bottom: 16px;
}

    .acc-box .acc-button.open .arrow-accordion {
        transform: rotate(180deg);
    }

/* Accordion - end */

/* colapse Bootstrap functionality - start */
.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* colapse Bootstrap functionality - end */

/* Interested - start */

.conected-card-box {
    width: 304px;
    height: 304px;
    border-radius: 16px;
    position: relative;
    margin: 0 10px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

    .conected-card-box img {
        border-radius: 16px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .conected-card-box .conected-link::before {
        border-radius: 16px;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .conected-card-box .conected-link {
        display: block;
        width: 100%;
    }

    .conected-card-box .desc-text {
        font-size: 28px;
        text-align: center;
        position: relative;
        color: #FFF;
        z-index: 2;
        padding: 0 30px;
    }

    .conected-card-box.light-blue .conected-link::before {
        background: rgba(63, 183, 241, 0.70);
    }

    .conected-card-box.blue .conected-link::before {
        background: rgba(9, 85, 145, 0.70);
    }

    .conected-card-box.orange .conected-link::before {
        background: rgba(253, 125, 21, 0.70);
    }

/* Interested- end */


/* Cards centered- start */

/*-- Card Box --*/

.card-box {
    background: #FFFFFF;
    box-shadow: 0px 16px 48px rgba(73, 92, 136, 0.15);
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .card-box .title {
        font-family: 'Source Sans Pro';
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 15px;
    }

        .card-box .title span {
            font-family: 'Source Sans Pro';
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
        }

.card-img-top {
    height: 207px;
}

    .card-img-top img {
        height: 100%;
        width: 100%;
    }

.card-content {
    flex-grow: 1;
    padding: 25px 25px 25px;
}

    .card-content ul li {
        font-size: 15px;
        font-weight: 600;
        line-height: 26px;
        padding-left: 24px;
        position: relative;
    }

        .card-content ul li::before {
            content: url(../images/ico/card-list-bullet.png);
            position: absolute;
            left: 0;
            top: 3px;
        }

.card-box .subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 15px;
    color: #3FB7F1;
}

.lead {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.card-button {
    display: flex;
    padding: 0 25px 25px;
}

    .card-button .read-more {
        color: #0A5591;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        padding-right: 10px;
        position: relative;
    }

        .card-button .read-more::before {
            position: absolute;
            content: '';
            display: block;
            top: 5px;
            right: 0;
            width: 5px;
            height: 8px;
            background: url(../images/more-arrow.svg) no-repeat 0 0;
            filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
        }

/* Cards - end */

/* News list - start*/

.news-list-box {
    margin-bottom: 60px;
}

.latest-news-wraper img {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 16px;
}

.latest-news-wraper .date,
.news-list-box .date {
    font-size: 15px;
    color: #135993;
    margin-bottom: 5px;
    display: block;
    padding: 0 10px;
}

.news-list-box .date {
    padding: 0;
}

.latest-news-wraper .title.highlighted {
    font-size: 25px;
    line-height: 112%;
    padding: 0 10px;
}

.latest-news-wraper .title {
    font-size: 20px;
    line-height: 112%;
    padding: 0 10px;
    font-weight: 600;
}

    .latest-news-wraper .title a {
        color: #374753;
    }

        .latest-news-wraper .title a:hover {
            color: #0A5591;
        }

.latest-news-wraper .breaking-news {
    color: #3FB7F1;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-list-box .title {
    margin-bottom: 15px;
}

    .news-list-box .title a {
        color: #374753;
    }

        .news-list-box .title a:hover {
            color: #0A5591;
        }

.news-list-box .read-more {
    color: #0A5591;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 10px;
    position: relative;
}

    .news-list-box .read-more::before {
        position: absolute;
        content: '';
        display: block;
        top: 5px;
        left: 0;
        width: 5px;
        height: 8px;
        background: url(../images/more-arrow.svg) no-repeat 0 0;
        filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
    }

/* News list - end*/

/* News details - start */
.news-box .date {
    font-size: 20px;
    font-weight: 700;
    color: #135993;
    margin-bottom: 15px;
    display: inline-block;
}

.news-box .area {
    font-size: 20px;
    font-weight: 400;
    color: #135993;
    margin-bottom: 15px;
    display: inline-block;
}

    .news-box .area::before {
        content: '|';
        margin: 0 5px;
    }

.news-box .news-text a {
    color: #0A5591;
    text-decoration: underline;
}

.news-box .conected-card-box {
    width: auto;
    height: 100%;
    border-radius: 0;
    position: relative;
    margin: 0;
    box-shadow: none;
}

    .news-box .conected-card-box img {
        border-radius: 0;
    }

    .news-box .conected-card-box .conected-link::before {
        border-radius: 0;
    }

    .news-box .conected-card-box .desc-text {
        font-size: 18px;
    }

/* News details - end */

/* Gallery list - start */
.gallery-list li {
    margin-bottom: 15px;
}

.galleryItem {
    margin-bottom: 25px;
    align-items: center;
}

.gallery-list .more {
    color: #0A5591;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}

    .gallery-list .more::before {
        position: absolute;
        content: '';
        display: block;
        top: 5px;
        left: 0;
        width: 5px;
        height: 8px;
        background: unset;
        /* filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%); */
    }

.galleryThumb {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.galleryTitle {
    text-align: center;
}

/* Gallery list - end */

/* Gallery details - start */
.gallery-details .photoRow {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}

    .gallery-details .photoRow a.fancybox {
        margin-bottom: 20px;
        margin-right: 20px;
        padding: 4px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

/* Gallery details - end */

/*--- Form elements ---*/
fieldset, legend {
    padding: 5px;
    border: 0;
}

/*- checkbox & radio -*/

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    width: 24px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

    input[type=checkbox]:not(old) + label,
    input[type=radio]:not(old) + label {
        display: flex;
        margin-left: -1.6em;
        line-height: 2em;
        margin-right: 21px;
        color: #4D5963;
        font-weight: 400;
        align-items: flex-start;
    }

        input[type=checkbox]:not(old) + label > span {
            width: 22px;
            height: 22px;
            margin: 4px 10px 4px 0;
            border: 3px solid #D3D9DD;
            border-radius: 4px;
            background: #FFF;
            vertical-align: bottom;
            float: left;
            border-radius: 50%;
        }

        input[type=radio]:not(old) + label > span {
            display: inline-block;
            width: 22px;
            height: 22px;
            margin: 4px 8px 4px 0;
            border: 3px solid #D3D9DD;
            background: #FFFFFF;
            border-radius: 50%;
            vertical-align: bottom;
        }

    input[type=checkbox]:not(old):checked + label > span {
        border: 3px solid #D3D9DD;
        background: #FFFFFF;
        border-radius: 50%;
    }

    input[type=radio]:not(old):checked + label > span {
        background: #FFFFFF;
        border: 3px solid #D3D9DD;
    }

    input[type=checkbox]:not(old):checked + label > span:before {
        content: '\eb7b';
        font-family: 'remixicon';
        display: block;
        width: 22px;
        color: #3FB7F1;
        font-size: 19px;
        line-height: 15px;
        text-align: center;
        font-weight: bolder;
    }

    input[type=radio]:not(old):checked + label > span > span {
        display: block;
        width: 10px;
        height: 10px;
        margin: 3px;
        border: none;
        border-radius: 50%;
        background: #3FB7F1;
    }

.separate-row {
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

    .separate-row input[type=checkbox],
    .separate-row input[type=radio] {
        position: absolute;
    }

        .separate-row input[type=checkbox] + label,
        .separate-row input[type=radio] + label {
            margin: 0;
            position: relative;
            width: 100%;
            font-weight: 300;
        }

            .separate-row input[type=checkbox] + label i,
            .separate-row input[type=radio] + label i {
                margin-left: 0;
                display: table;
                width: 95%;
                top: 0;
                font-style: normal;
                font-weight: 400;
                float: left;
                font-size: 16px;
                font-family: 'Source Sans Pro' !important;
                font-weight: 300;
                letter-spacing: 0;
                line-height: 24px;
                margin-top: 5px;
            }

                .separate-row input[type=checkbox] + label i.disclaimer,
                .separate-row input[type=radio] + label i.disclaimer {
                    font-size: 14px;
                    margin-top: 0;
                    color: #374753;
                }

                    .separate-row input[type=checkbox] + label i.disclaimer a,
                    .separate-row input[type=radio] + label i.disclaimer a {
                        font-weight: 700;
                        text-decoration: underline;
                        color: #0A5591;
                    }

/* Fast Home contact - end*/
/* Banner section home - start*/
.banner-section {
    height: 416px;
    background-image: url(../upload/images/banners/home-backgraund.png);
    background-position: top left;
}

    .banner-section .banner-item {
        transform: translateX(50px);
    }

        .banner-section .banner-item img {
            position: relative;
            top: -40px;
        }

    .banner-section .banner-text {
        padding-top: 90px;
        color: #FFFFFF;
        transform: translateX(-100px);
    }

        .banner-section .banner-text .title h2 {
            font-size: 65px;
            font-weight: 900;
            line-height: 77px;
            margin-bottom: 0;
            position: relative;
        }

            .banner-section .banner-text .title h2::before {
                content: url(../upload/images/banners/bigg-arrow-orange.png);
                position: absolute;
                left: -35px;
                top: -20px;
            }

        .banner-section .banner-text .subtitle p {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 25px;
        }

/* Banner section home - end*/
/* Elements - end */

/* Location map */

.loacation-map-holder {
    position: relative;
}

.loacation-forms-holder {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 350px;
    height: 640px;
    background: #FFFFFF;
    border-radius: 16px;
    z-index: 99;
    overflow: hidden;
}

    .loacation-forms-holder .location-search-field {
        position: relative;
    }

    .loacation-forms-holder .form-group .location-search-field .btn-icon {
        background-color: #fff;
        border: 0;
        height: 40px;
        padding: 9px;
        position: absolute;
        top: 3px;
        right: 2px;
        width: 40px;
    }

        .loacation-forms-holder .form-group .location-search-field .btn-icon::before {
            position: absolute;
            content: '';
            display: block;
            top: 10px;
            right: 6px;
            width: 24px;
            height: 24px;
            background: url("../images/ico/24x24/search.svg") no-repeat 0 0;
        }

.location-form-search {
    padding: 30px;
    position: relative;
    z-index: 2;
}


.loacation-forms-holder input.form-control.ui-autocomplete-input.autocomplete-active {
    box-shadow: none;
    border-top: 2px solid #4DBDF2;
    border-left: 2px solid #4DBDF2;
    border-right: 2px solid #4DBDF2;
    border-bottom: 0px solid transparent;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-top: 8px;
    /*padding-left: 48px !important;*/
    background-color: transparent !important;
    position: relative;
    z-index: 3;
}


    .loacation-forms-holder input.form-control.ui-autocomplete-input.autocomplete-active + span::after {
        content: '';
        width: 100%;
        border-radius: 24px;
        border-bottom: 1px solid #E2E6F0;
        z-index: 2;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
    }



.loacation-forms-holder .ui-widget-content.ui-autocomplete, .ioan-calculator .ui-widget-content.ui-autocomplete {
    /* display: block !important; */
    width: 290px !important;
    background-color: #FFF;
    padding: 20px 15px 5px 15px;
    /*margin-top: -14px;*/
    border-radius: 0 0 4px 4px;
    border-bottom: 2px solid #4DBDF2;
    border-left: 2px solid #4DBDF2;
    border-right: 2px solid #4DBDF2;
    top: -12px !important;
    /*z-index: 1;*/
}

.loacation-forms-holder .ui-widget-content.ui-autocomplete {
    width: 100% !important;
}

.ioan-calculator .ui-widget-content.ui-autocomplete {
    width: 100% !important;
}

    .loacation-forms-holder .ui-widget-content.ui-autocomplete li.ui-menu-item, .ioan-calculator .ui-widget-content.ui-autocomplete li.ui-menu-item {
        color: #1B1F27;
        border-radius: 16px;
        height: 40px;
        padding: 6px 16px 6px 0px;
    }


        .loacation-forms-holder .ui-widget-content.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper, .ioan-calculator .ui-widget-content.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
            padding-left: 16px;
        }


        .loacation-forms-holder .ui-widget-content.ui-autocomplete li.ui-menu-item:hover, .ioan-calculator .ui-widget-content.ui-autocomplete li.ui-menu-item:hover {
            background: #EFF2F9;
            cursor: pointer;
        }


.location-list {
    overflow: auto;
    max-height: 480px;
}

    .location-list::-webkit-scrollbar {
        width: 8px;
    }

    .location-list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
        border-radius: 8px;
    }

    .location-list::-webkit-scrollbar-thumb {
        background: #8E939F !important;
        border-radius: 10px;
    }

    .location-list .location-name {
        margin-bottom: 10px;
        position: relative;
    }

.location-address {
    margin-bottom: 5px;
}

.location-list .location-wtime {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.location-list .details {
    color: #0A5591;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    padding-right: 10px;
}

    .location-list .details::after {
        position: absolute;
        content: '';
        display: block;
        top: 5px;
        right: 0;
        width: 5px;
        height: 8px;
        background: url("../images/more-arrow.svg") no-repeat 0 0;
        filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
    }

    .location-list .details:hover {
        cursor: pointer;
    }

.location-list .list-item {
    margin: 8px 8px;
    padding: 8px 12px 8px 22px;
    cursor: pointer;
}

    .location-list .list-item:last-child {
        margin-bottom: 100px;
    }

    .location-list .list-item:hover {
        background: #E1F4FD;
        border-radius: 4px;
    }

    .location-list .list-item.active-item {
        background: #DEF7EA;
        border-radius: 16px
    }

    .location-list .list-item .location-name {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #0A5591;
    }

.map-holder {
    border-radius: 28px;
    overflow: hidden;
}

.mapHolder {
    height: 672px;
}

.location-details {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 288px;
    height: 448px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 8px;
    z-index: 100;
}

.btn-toggle-list {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 70px;
    height: 24px;
    background: url("/images/basic/btn/sidebar/path1.png") no-repeat 0 0;
    text-align: center;
    z-index: 100;
    display: none;
    margin-left: -35px;
}

    .btn-toggle-list #toggleListMobile {
        padding: 9px 20px;
    }

    .btn-toggle-list img.down {
        transform: rotate(-180deg);
    }


@media (max-width:480px) {
    .btn-toggle-list {
        display: block;
    }
}

.back-button {
    background: #EFF2F9;
    border-radius: 24px;
    padding: 16px 16px 16px 48px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
}

    .back-button img {
        position: absolute;
        left: 24px;
    }

    .back-button:hover {
        cursor: pointer;
    }

.location-details #singleLocation {
    padding: 16px;
}

.location-details .location-name {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #1B1F27;
    margin-bottom: 12px;
    padding-bottom: 12px;
    box-shadow: inset 0px -1px 0px #E2E6F0;
}

.location-details .location-wtime {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    box-shadow: inset 0px -1px 0px #E2E6F0;
}

.location-details .location-phone {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
    color: #6E7482;
}

.location-details .phone-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

/* pagination - start*/

.pagination-box {
    margin: 32px 0;
}

    .pagination-box .pagin-list {
        margin: 0;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pagination-box .pagin-list li.pagin-item {
            color: #1B1F27;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            margin: 0 12px;
        }

            .pagination-box .pagin-list li.pagin-item span {
                transform: translateY(-1px);
                display: table;
                width: 100%;
            }

            .pagination-box .pagin-list li.pagin-item.current {
                background: #FD7E16;
                border-radius: 12px;
                width: auto;
                height: 24px;
                text-align: center;
                padding: 0 8px;
            }

            .pagination-box .pagin-list li.pagin-item .pagin-link {
                color: #0A5591;
            }

            .pagination-box .pagin-list li.pagin-item.current .pagin-link {
                color: #FFF;
            }

            .pagination-box .pagin-list li.pagin-item .pagin-link.pagin-dots {
                color: #0A5591;
            }

.pagin-button {
    width: 38px;
    height: 38px;
    background: #3FB7F1;
    border-radius: 12px;
    position: relative;
}

    .pagin-button:hover {
        cursor: pointer;
    }

    .pagin-button.inactive {
        background: #F1F1F1;
    }

        .pagin-button.inactive:hover {
            cursor: default;
        }

    .pagin-button::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        left: 12px;
        top: 14px;
        border-right: 2px solid #FFFFFF;
        border-top: 2px solid #FFFFFF;
    }

    .pagin-button.prev {
        margin-right: 24px;
    }

        .pagin-button.prev::before {
            transform: rotate(-135deg) translate(-3px, 2px);
        }

        .pagin-button.prev a {
            width: 48px;
            height: 48px;
            display: block;
        }

    .pagin-button.inactive a:hover {
        cursor: default;
    }

    .pagin-button.next {
        margin-left: 24px;
    }

        .pagin-button.next::before {
            transform: rotate(45deg);
        }

    .pagin-button.inactive.prev::before, .pagin-button.inactive.next::before {
        border-right: 2px solid #ABABAB;
        border-top: 2px solid #ABABAB;
    }

    .pagin-button.next a {
        width: 48px;
        height: 48px;
        display: block;
    }

    .pagin-button.inactive a {
        display: none;
    }

@media (min-width:768px) {
    .mobile-only {
        display: none;
    }
}

@media (max-width:768px) {
    .desktop-only {
        display: none;
    }
}


/* pagination - end*/

@media (max-width:480px) {
    .loacation-map-holder {
        border-radius: 0;
        margin: 0 -16px;
    }

    .loacation-forms-holder,
    .location-details {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: unset;
        border-radius: 0;
    }

    .map-holder {
        border-radius: 0;
    }

    .hal-box-wraper-map {
        border: none;
        border-radius: 0;
    }

    .hal-section.map {
        padding-top: 0;
    }
}


/* Site Map - start */

#map ul {
    margin-bottom: 15px;
    list-style: none;
}

    #map ul li {
        position: relative;
        padding-left: 1em;
    }

        #map ul li::before {
            position: absolute;
            content: '';
            display: block;
            top: 6px;
            left: 3px;
            width: 5px;
            height: 8px;
            background: url(../images/more-arrow.svg) no-repeat 0 0;
            filter: invert(51%) sepia(82%) saturate(3515%) hue-rotate(357deg) brightness(100%) contrast(92%);
        }

        #map ul li.section_with_child {
            padding-left: 0;
        }

        #map ul li.section_with_childs::before {
            background: unset;
        }

@media only screen and (max-width:360px) {
    #map ul {
        padding-left: 0;
    }

        #map ul li {
            padding-left: 0;
        }

            #map ul li ul {
                padding-left: 1em;
            }

                #map ul li ul li {
                    padding-left: 1em;
                    font-size: 13px;
                }
}

/* Site Map - end */

/* two blocks - start */
.block.two_images {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

    .block.two_images .image_holder {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .block.two_images .clear {
        display: none;
    }

@media only screen and (max-width:480px) {
    .block.two_images {
        display: block;
    }

        .block.two_images .image_holder {
            width: 100%;
        }

            .block.two_images .image_holder:first-child {
                margin-bottom: 20px;
            }
}

.row-form .char-counter {
    font-size: 13px;
    font-weight: 400;
    color: #4D5963;
    margin-top: 6px;
    text-align: right;
}

/* Dodajte ove klase u vaš CSS */
.char-counter.text-danger {
    color: #dc3545 !important;
}

.row-form textarea.error {
    border-color: #dc3545 !important;
}
/* two blocks - end */

/* Footer start*/



footer {
    position: relative;
    background-color: #4DBDF2;
    color: white;
}

    footer a {
        color: #FFFFFF;
        font-weight: normal;
        font-weight: 300;
    }

        footer a:hover,
        footer a:focus {
            opacity: 1;
            color: #FFFFFF;
            outline: none;
        }

        footer a img {
            max-width: unset;
        }

.footer-section {
    padding-top: 40px;
}

.footer-social {
    display: flex;
}

    .footer-social a {
        width: 44px;
        height: 44px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #4DBDF2;
        border-radius: 50%;
        background-color: #FFFFFF;
        margin: 0 4px;
        transition: all 250ms ease;
    }

        .footer-social a:first-child {
            margin-left: 0;
        }

        .footer-social a:last-child {
            margin-right: 0;
        }

        .footer-social a::before {
            font-size: 22px;
        }

        .footer-social a:hover,
        .footer-social a:active {
            background-color: #1b70b5;
            text-decoration: none;
        }

.footer-section-top {
    padding-bottom: 20px;
}

    .footer-section-top .footer-call-center a {
        display: flex;
        color: #FFF;
    }

        .footer-section-top .footer-call-center a p {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
        }

        .footer-section-top .footer-call-center a h3 {
            font-size: 24px;
            font-weight: 700;
        }

.footer-section-middle {
    padding: 30px 0;
}

.footer-category-wrapper a:hover {
    color: #efefef;
}

.footer-category-title {
    font-weight: 600;
    color: white;
    font-size: 20px;
    margin-bottom: 25px;
}

.footer-bottom {
    padding: 15px 0 40px;
}

    .footer-bottom a {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        margin: 0 8px;
        transition: all 250ms ease;
    }

        .footer-bottom a:hover {
            color: #efefef;
        }

        .footer-bottom a:first-child {
            margin-left: 0;
        }

    .footer-bottom .copyright {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
    }

footer hr.footer__hr {
    border: none;
    border-top: 1px solid #94D7F7;
    border-width: 1px;
    margin: 10px 0;
}

    footer hr.footer__hr.white {
        border-top: 1px solid #FFFFFF;
    }

/* Footer - end*/

/*Desktop viewport - > 1200*/

@media all and (min-width: 1200px) {
}

/*Tablet Landscape viewport - 1024 < 1199*/

@media all and (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-section {
        height: auto;
    }
}

/*Tablet Portrait viewport < 1024px*/

@media all and (max-width: 1023px) {

    /* Footer start*/
    .footer-section-top {
        text-align: center;
    }

    footer .logo {
        margin-bottom: 30px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom a:first-child {
        margin-left: 10px;
    }

    .footer-bottom .links-box a {
        flex-grow: 1;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .footer [data-toggle="collapse"] {
        cursor: pointer;
    }

    .footer-button {
        width: 100%;
        text-align: initial;
        padding: 0;
    }

    .footer-section-middle {
        padding-bottom: 0;
    }

    /* Footer end*/
}

/*some Tablet Portrait viewport < 990px*/

@media all and (max-width: 990px) {
    .pre-haeder-mobile {
        /* height: 55px; */
        height: 110px;
        position: relative;
        z-index: 1010;
        position: fixed;
        width: 100%;
        top: 0;
        display: none;
    }

    .mmactive .pre-haeder-mobile {
        display: flex;
        flex-direction: column
    }

    .pre-haeder-mobile .mobile-btn-holder {
        width: 100%;
    }

        .pre-haeder-mobile .mobile-btn-holder .btn {
            width: 100%;
            justify-content: start;
            height: 55px;
            padding: 0 16px;
        }

    .btn-top-nav-online.btn {
        height: 55px;
        border-radius: 0;
        padding: 0 16px;
    }

    header.header-desktop {
        display: none;
    }

    header.header-mobile {
        display: flex;
        height: 70px;
        position: relative;
        z-index: 1000;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        top: 0px;
    }

    .mmactive header.header-mobile {
        background-image: none;
        position: relative;
    }

    .mobile-logo-holder {
        padding: 0 15px 0 30px;
        align-items: center;
    }

        .mobile-logo-holder a img {
            max-width: 184px;
            margin-top: 5px;
        }

    .hamburger-menu-mobile {
        align-items: center;
        min-width: 50px;
    }

        .hamburger-menu-mobile i.ri-menu-line {
            font-size: 31px;
        }

        .hamburger-menu-mobile i.ri-close-line {
            font-size: 39px;
        }

        .hamburger-menu-mobile i.open-state,
        .hamburger-menu-mobile.active i.close-state {
            display: none;
        }

        .hamburger-menu-mobile i.close-state,
        .hamburger-menu-mobile.active i.open-state {
            display: block;
        }

    .calculatorResult {
        padding-bottom: 20px;
    }

    .conected-card-box {
        width: 100%;
        margin: 10px 12px;
    }

    .slick-slide {
        height: calc(100vh - 70px);
    }

    .hero-wraper.content {
        height: 1050px;
    }

        .hero-wraper.content .slick-slide {
            height: auto;
            max-height: 600px;
        }

        .hero-wraper.content .conected-card-box {
            width: 100%;
            height: 175px;
            margin: 10px 30px;
        }

        .hero-wraper.content .slick-dots {
            display: none !important;
        }

        .hero-wraper.content .hero-caption {
            transform: translateY(260px);
        }

    .exchange-section {
        padding: 0px 0 30px;
    }

    .teaser-box {
        display: block !important;
    }

        .teaser-box .thumb-box {
            height: auto;
        }

            .teaser-box .thumb-box img {
                border-radius: 16px 16px 0 0;
            }

        .teaser-box .text-box {
            position: relative;
            border-radius: 0 0 16px 16px;
            width: 100%;
            padding: 20px 20px;
        }

            .teaser-box .text-box .title {
                font-size: 25px;
                margin-bottom: 15px;
            }

            .teaser-box .text-box .lead {
                font-size: 15px;
                font-weight: 400;
            }

    .section-index-box .title {
        font-size: 25px;
    }

    .card {
        padding-bottom: 40px
    }

    .type-box.mobile {
        display: none;
    }

        .type-box.mobile .search-input-group .form-control {
            width: 100%;
        }

            .type-box.mobile .search-input-group .form-control:focus {
                width: 100%;
            }

    .mmactive .type-box.mobile {
        display: flex;
        top: 125px;
        width: 100%;
        padding: auto 16px;
        z-index: 1000;
        justify-content: center;
        padding: 10px 0 15px;
    }

    .lang-mobile-nav {
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sm_menu_outer .mobile_menu .lang-mobile-nav a {
        padding: 0;
        margin: 0 8px;
        font-size: 16px;
    }

        .sm_menu_outer .mobile_menu .lang-mobile-nav a.active {
            color: #69D5F5;
        }

    .mmactive .header-mobile-wrap {
        background-image: #2e74b6;
        position: fixed;
        /* top: 110px; */
        top: 165px;
        height: 141px;
        z-index: 1008;
        width: 100%;
        background-image: url(../images/mobile-menu-top-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
    }

    .hero-title h2 {
        font-size: 40px;
        line-height: 120%;
    }

    .hero-description p {
        font-size: 15px;
        line-height: 140%;
    }

    .news-list-box {
        margin-bottom: 30px;
    }

    .bg-white-mobile {
        background-color: #FFFFFF;
    }

    .product-index-box .title {
        font-size: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .bg-white-mobile .acc-box {
        border-bottom: 1px solid #EBEDEE;
        margin: 0 -16px;
        padding: 16px 16px 16px 16px;
    }

    .hal-section.bg-white-mobile {
        padding: 0;
    }

    .thumb-box img {
        width: 100%;
        width: 100%;
    }

    .product-card-a .rounded-sm-16 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }

    .product-card-a .rounded-sm-n16 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }

    .product-card-a .rounded-sm-0 img {
        border-top-left-radius: 16px !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .product-card-a .rounded-sm-n0 img {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .loan-terms .bg-white {
        background-color: transparent;
    }

    .loan-terms .bg-white-mobile {
        background-color: #FFF;
    }

    .product-index-box.loan-terms .text-box {
        margin-bottom: 0;
    }

    .product-card-a .bg-light-blue,
    .product-card-a .bg-orange {
        background-color: unset;
    }

    .product-card-a .text-box {
        padding: 16px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    .product-card-a .bg-light-blue .text-box {
        background-color: #3FB7F1;
    }

    .product-card-a .bg-orange .text-box {
        background-color: #FD7D15;
    }

    .product-index-box .title {
        line-height: 130%;
    }

    .product-index-box .text-box {
        margin-bottom: 20px;
    }

    .slickSlider .slick-arrow {
        display: none !important;
    }

    .currency-box {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #DDDDDD;
        display: flex;
        justify-content: space-between;
    }

    .exchange-section .read-more {
        margin-top: 15px;
        padding-bottom: 0;
    }

    .exchange-line {
        padding-bottom: 10px;
        border-bottom: 1px solid transparent;
    }

    .exchange-section .info {
        padding-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .latest-news-box {
        margin-bottom: 40px;
    }

    .banner-section {
        height: auto;
    }

        .banner-section .banner-item img {
            top: 0;
        }

        .banner-section .banner-text {
            padding-top: 20px;
            color: #FFFFFF;
            transform: translate(50px, -150px)
        }

    .news-box .conected-card-box {
        width: 100%;
        min-height: 300px;
    }
}

/*Tablet Portrait viewport - 768 < 1024px*/

@media all and (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .fast-contact-title {
        text-align: center;
        font-size: 42px;
        margin-bottom: 30px;
    }

    .hero-wraper {
        min-height: auto;
        height: calc(100vh - 70px);
        top: 0;
        margin-top: 70px;
    }

        .hero-wraper.content {
            margin-top: 0;
        }

    .hero-caption {
        padding: 0;
        top: auto;
        bottom: 94px;
        left: 0;
        right: 0;
    }

    .hal-section .block-text p {
        padding: 0;
    }

    .banner-app {
        padding: 0 0 40px 0;
        height: auto;
        background-position: unset;
    }

        .banner-app .lefta {
            position: relative;
            margin: 0 auto;
            display: table;
            transform: translateX(-20px);
            width: 30%;
            top: 5%;
        }

    .banner-app-right {
        text-align: center;
    }

    .m-card .card-title {
        font-size: 32px;
        font-weight: 300;
        line-height: 40px;
        margin: 40px 0 15px;
    }

    .m-card .card-lead {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
    }

    .hero-btns a.btn {
        margin-top: 10px;
        padding: 0 20px;
    }

    .advantages-wraper .box .text {
        font-size: 18px;
        font-weight: 600;
    }

    .footer-section-top .mobile-ver > div {
        padding-bottom: 30px;
        border-bottom: 1px solid #94D7F7;
        margin-bottom: 30px;
    }
}

/*Mobile viewport < 768*/

@media all and (max-width: 767px) {
    .dropdown-menu::before {
        display: none;
    }

    .dropdown-menu li:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .dropdown-menu li:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .dropdown-menu {
        margin-top: 0;
    }

    .hero-wraper {
        min-height: auto;
        height: calc(100vh - 70px);
        top: 0;
        margin-top: 70px;
    }

        .hero-wraper.content {
            margin-top: 0;
            height: 1130px;
        }

            .hero-wraper.content .conected-card-wraper {
                transform: translateY(524px);
            }

            .hero-wraper.content .hero-caption {
                transform: translateY(20px);
            }

    .hero-caption {
        padding: 0;
        top: auto;
        bottom: 93px;
        left: 0;
        right: 0;
        position: absolute;
    }

    .slick-dots {
        bottom: auto;
        top: 20px;
    }

    .hero-title h2 {
        font-size: 32px;
        line-height: 40px
    }

        .hero-title h2.medium {
            font-size: 30px;
            line-height: 120%;
        }

    .hero-description p {
        font-size: 18px;
        line-height: 24px;
    }

        .hero-description p.medium {
            font-size: 15px;
        }

    .hero-btns a.btn {
        margin-top: 10px;
        padding: 0 20px;
    }

    .hal-section {
        padding: 40px 0;
    }

        .hal-section .block-text p {
            padding: 0;
        }

        .hal-section .section.title h1 {
            font-size: 30px;
            text-align: center;
            padding-top: 30px;
        }

        .hal-section .block-text ul {
            padding: 0;
        }

    .tooltip-inner {
        max-width: 300px;
    }

    .fast-contact-title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 38px;
    }


    .row-form label {
        font-weight: 600;
        line-height: 24px;
        height: auto;
    }

    .row-form {
        margin: 0 0 5px 0;
    }

        .row-form > [class*="col"] {
            padding: 5px 0px;
        }

    .hal-message-wraper .message-img {
        margin-bottom: 20px;
        height: 80px;
    }

    .hal-message-wraper .title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .hal-message-wraper .message-text {
        font-size: 20px;
        font-weight: normal;
    }

    .hal-section.bg-white-mobile {
        background-color: #FFFFFF;
        padding-top: 0;
    }

    .ioan-calculator .label-text label {
        font-size: 18px;
    }

    .noUi-value {
        font-size: 12px;
        margin-top: 10px;
    }

    .ioan-calculator .input-container {
        transform: translateY(0);
        margin-top: 50px;
    }

    .ioan-calculator input.form-control {
        padding: 9px 20px 9px 20px;
        text-align: right;
        font-size: 20px;
    }

    .nav-tabs {
        display: table;
        border-bottom: none;
    }

    .tabs-nav-item .tabs-nav-link {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(55, 71, 83, 0.10);
    }

    .tabs-nav-item.active .tabs-nav-link {
        padding-bottom: 7px;
    }

    .calculatorResult h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .calculatorResult .prodBox .amount {
        font-size: 25px;
    }

    .tabs-nav-item .tabs-nav-link {
        font-size: 18px;
        font-weight: 600;
    }

    .tab-content {
        padding: 10px 0;
    }

    .acc-button {
        font-size: 25px;
        font-weight: 600;
        padding: 10px 16px 10px 19px;
    }

    .bg-gradinet::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    }

    .latest-news-wraper .title.highlighted {
        font-size: 20px;
    }

    .tabs-holder .title,
    .acc-section > h2.title {
        font-size: 20px;
    }

    .acc-button {
        font-size: 18px;
    }

    .advantages-wraper {
        background-image: url(../images/basic/advantages-bg-mobile.png);
        padding: 42px 25px 26px 25px;
        margin-bottom: 30px;
    }

        .advantages-wraper .box .text {
            font-size: 16px;
            font-weight: 600;
        }

    .steps-wraper {
        padding: 52px 25px 26px 25px;
        margin-bottom: 30px;
    }

    .card {
        margin-bottom: 40px;
        display: table;
    }

    .m-card .card-title {
        font-size: 26px;
        font-weight: 300;
        line-height: 36px;
        margin: 40px 0 15px;
    }

    .m-card .card-lead {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }

    .hal-section {
        padding: 40px 0;
    }

    .banner-app {
        padding: 0 0 40px 0;
        height: auto;
        background-position: unset;
    }

        .banner-app .lefta {
            position: relative;
            margin: 0 auto;
            display: table;
            transform: translateX(-20px);
            width: 50%;
            top: 5%;
            margin-bottom: 20px;
        }

    .banner-app-right {
        text-align: center;
    }

        .banner-app-right .title {
            font-size: 32px;
            line-height: 38px;
            margin-bottom: 15px;
        }

        .banner-app-right .cont-text {
            font-size: 16px;
            line-height: 22px;
        }

    .input-group.date {
        max-width: unset;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) tr:not(.caption) th:first-child {
        border-radius: 4px 0 0 0;
        padding: 0 5px 0 8px;
    }

    .datepicker.dropdown-menu table:not(.plain-table):not(.calculator-table):not(.currency-table) th:last-child {
        padding: 0 8px 0 5px;
    }

    .hal-box-wraper {
        margin: 15px 0;
        padding: 30px 20px;
        border: 2px solid #EAEAEA;
    }

    .hal-rounded-corner {
        border-radius: 15px;
    }

    .form-pre-wraper:first-child .hal-box-subtitle {
        margin: 0 0 20px 0;
        font-size: 18px;
    }

    .hal-section .section.title h1 {
        font-size: 26px;
    }

    .hal-box-subtitle {
        margin: 30px 0 10px 0;
        font-size: 18px;
    }

    .hal-section .block-text .subtitle {
        font-size: 20px;
    }

    .hal-section .block-text ul li {
        margin: 0 20px 0 35px;
        margin-bottom: 7px;
    }

    .news-list-box {
        margin-bottom: 30px;
    }

        .news-list-box .title {
            margin-bottom: 10px;
            font-size: 20px;
        }

    .product-index-box .thumb-box .badge {
        left: -14px;
        height: 32px;
        padding: 0 20px 0 20px;
        display: flex;
        align-items: center;
        font-size: 15px;
    }

        .product-index-box .thumb-box .badge::before {
            position: absolute;
            width: 14px;
            left: 0;
            top: 0;
        }

        .product-index-box .thumb-box .badge.orange {
            background: linear-gradient(90deg, #f68333, #ffb103);
        }

            .product-index-box .thumb-box .badge.orange::before {
                content: url(../images/badge-orange-small.png);
            }

        .product-index-box .thumb-box .badge.blue {
            background: linear-gradient(90deg, #43BBF3, #70DBF9);
        }

            .product-index-box .thumb-box .badge.blue::before {
                content: url(../images/badge-blue-small.png);
            }

    .card-box .title {
        font-size: 22px;
        padding: 0 12px;
    }

    .calcBox .amount {
        font-size: 28px;
    }

    /* Footer start*/
    .footer-section {
        padding-top: 40px;
    }

    footer .logo {
        width: 192px;
    }

    .footer-social a {
        margin: 0 1.9%;
    }

    .footer-category-wrapper .apps-downloads .apps {
        display: flex;
    }

    .footer-category-wrapper {
        padding-bottom: 15px;
    }

    .footer-category-title {
        font-weight: 400;
        color: white;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-category-wrapper a {
        font-size: 14px;
    }

    .footer-section-top .mobile-ver > div {
        padding-bottom: 30px;
        border-bottom: 1px solid #94D7F7;
        margin-bottom: 30px;
    }

    .footer-section-top .mobile-ver img {
        max-height: 59px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
    }

    .footer-bottom {
        padding: 15px 0 30px;
        margin-bottom: 60px;
    }

    /* Footer end*/
}

@media all and (max-width: 480px) {
    .conected-card-box {
        height: 175px;
    }

        .conected-card-box .desc-text {
            font-size: 20px;
            font-weight: 600;
        }

    .banner-section {
        height: 700px;
    }

        .banner-section .banner-item {
            transform: translateX(0);
            display: flex;
            justify-content: center;
            height: 469px;
        }

            .banner-section .banner-item img {
                max-width: 200%;
            }

        .banner-section .banner-text {
            padding-top: 20px;
            color: #FFFFFF;
            transform: unset;
            padding: 30px 30px 30px 50px;
            transform: translateY(-100px);
        }

            .banner-section .banner-text .title h2 {
                font-size: 40px;
                font-weight: 900;
                line-height: 113%;
            }

    .table-responsive table th,
    .table-responsive table td {
        min-width: 200px;
    }

    .hal-box-wraper.simpler {
        margin: 0 0 30px;
        padding: 20px 20px;
        border: none;
    }

    #exchange_rates .btn-box {
        margin-top: 5px;
    }

    .gallery-details .photoRow a.fancybox {
        width: 100%;
        margin-right: 0;
    }

        .gallery-details .photoRow a.fancybox img {
            width: 100%;
        }

    .block-content.doc-list ul li {
        margin-left: 0;
    }
}

/* Custom hidden col's nested from Bootstrap 3 */

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 995px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 996px) and (max-width: 1135px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/* detection visible bracke points  */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

/* Cusrom bootstrap breakePoint collapse-ing accordion  */

@media (min-width: 995px) {
    .section-index-box .collapse {
        display: block !important;
    }
}


/* start:: COOKIE */
.halk-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #104A80;
    padding: 30px 50px;
    box-shadow: 0 0 20px rgba(80, 36, 36, 0.2);
    color: white;
    text-align: center;
    z-index: 99999;
}

.cookie-message {
    line-height: 1.5em;
}

.halk-cookie a {
    color: #F59D00;
}

    .halk-cookie a:hover {
        color: rgb(253, 182, 60);
    }

#prihvatamCookie {
    display: inline-block;
    padding: 8px 20px;
    margin-top: 20px;
    background-color: #F59D00;
    color: white;
    cursor: pointer;
}

#odbijamCookie {
    display: inline-block;
    padding: 13px 30px;
    margin-top: 20px;
    margin-left: 20px;
    color: #374753;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

    #odbijamCookie:hover {
        background-color: rgba(255, 255, 255, 1);
    }

#closeHalkCookie {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: #5A95C3;
    font-size: 24px;
}

    #closeHalkCookie:hover {
        background-color: #F59D00;
    }

.halk-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(16,74,128,1);
    padding: 30px 50px;
    box-shadow: 0 0 20px rgba(80, 36, 36, 0.2);
    color: white;
    text-align: center;
    z-index: 99999;
}

    .halk-cookie a {
        color: #F59D00;
    }

        .halk-cookie a:hover {
            color: rgb(253, 182, 60);
        }

#prihvatamCookie {
    display: inline-block;
    height: 46px;
    border-radius: 4px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 300ms all;
    position: relative;
    border: none;
    background: linear-gradient(90deg, #f68333, #ffb103);
}

    #prihvatamCookie:hover {
        background: linear-gradient(270deg, #FA9A1B, #FA9A1B);
    }

#closeHalkCookie {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: #5A95C3;
    font-size: 24px;
    border-radius: 50%;
}

.inner-content-box {
    margin-bottom: 100px;
}

#closeHalkCookie:hover {
    background-color: #F59D00;
}

@media (max-width: 767px) {
    #odbijamCookie {
        margin-left: 0;
        display: flex;
    }

    #prihvatamCookie {
        display: flex;
    }
}
/* end:: COOKIE */


/* start:: credit application */
.steps-section .stepBox {
    background: #FFF;
    padding: 40px 0 30px;
    display: flex;
    width: 50%;
    justify-content: space-between;
    position: relative;
}

    .steps-section .stepBox:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: 56px;
        right: 0;
        background-color: #0A5591;
    }

    .steps-section .stepBox h1 {
        font-size: 35px;
        line-height: 40px;
        color: #262626;
    }

    .steps-section .stepBox.bottom {
        background: #FFF;
        padding: 0 40px 40px 40px;
        margin: 0;
        display: table;
        width: 100%;
    }

    .steps-section .stepBox .stepMarkBox {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 120px;
    }

        .steps-section .stepBox .stepMarkBox .stepMark {
            display: flex;
            justify-content: start;
            color: #0A5591;
            font-size: 14px;
            margin: 0 auto;
        }

            .steps-section .stepBox .stepMarkBox .stepMark:not(.disabled) {
                cursor: pointer; /* Hand cursor when not disabled */
            }



        .steps-section .stepBox .stepMarkBox:first-child .stepMark,
        .steps-section .stepBox .stepMarkBox:last-child .stepMark {
            position: relative;
        }

            .steps-section .stepBox .stepMarkBox:first-child .stepMark::before,
            .steps-section .stepBox .stepMarkBox:last-child .stepMark::before {
                content: "";
                position: absolute;
                width: 44px;
                height: 32px;
                top: 0px;
                background-color: #FFFFFF;
                z-index: 11;
            }

            .steps-section .stepBox .stepMarkBox:first-child .stepMark::before {
                left: -44px;
            }

            .steps-section .stepBox .stepMarkBox:last-child .stepMark::before {
                right: -44px;
            }

        .steps-section .stepBox .stepMarkBox .stepMark .circle {
            background-color: #FFF;
            border-width: 2px;
            border-radius: 50%;
            border-color: #0A5591;
            border-style: solid;
            height: 32px;
            line-height: 32px;
            vertical-align: middle;
            width: 32px;
            font-size: 15px;
            font-weight: 600;
            z-index: 10;
            position: relative;
        }

    .steps-section .stepBox .stepText p.description {
        text-align: center;
        margin-top: 10px;
        color: #0A5591;
        font-size: 14px;
        font-weight: 700;
    }

    .steps-section .stepBox .stepMarkBox:last-child .stepText p.description {
        /* text-align: right; */
    }

    .steps-section .stepBox .stepMarkBox .stepMark span {
        display: flex;
        height: 32px;
        line-height: 28px;
        justify-content: center;
        position: relative;
    }

    .steps-section .stepBox .stepMarkBox.current .stepMark .circle {
        background-color: #0A5591;
    }

    .steps-section .stepBox .stepMarkBox.current .stepMark {
        color: #FFFFFF;
    }

    .steps-section .stepBox .stepMarkBox.done .stepMark .circle {
        border-color: #3FB8F2;
        background-color: #3FB8F2;
    }

    .steps-section .stepBox .stepMarkBox.done .stepText p.description {
        color: #3FB8F2;
    }

    .steps-section .stepBox .stepMarkBox.done .stepMark span {
        display: none;
    }

    .steps-section .stepBox .stepMarkBox.done .stepMark::after {
        content: url(/images/ico/24x24/check.png);
        display: block;
        position: absolute;
        z-index: 12;
        top: 4px;
        left: calc(50% - 12px);
        width: 24px;
        height: 24px;
    }

    .steps-section .stepBox .stepMarkBox.done:first-child .stepMark::after {
        content: url(/images/ico/24x24/check.png);
        display: block;
        position: absolute;
        z-index: 12;
        top: 4px;
        left: 3px;
        width: 24px;
        height: 24px;
    }

    .steps-section .stepBox .stepMarkBox.done:last-child .stepMark::after {
        content: url(/images/ico/24x24/check.png);
        display: block;
        position: absolute;
        z-index: 12;
        top: 4px;
        left: 3px;
        width: 24px;
        height: 24px;
    }


.app-wraper {
    min-height: 600px;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

    .app-wraper .conected-card-box {
    }

    .app-wraper .conected-card-wraper {
        /* width: 864px; */
        width: 884px;
    }

    .app-wraper.content .conected-card-box {
        width: 268px;
        height: 268px;
        margin: 0 0 24px 0;
    }

        .app-wraper.content .conected-card-box .desc-ico img {
            position: relative;
            width: auto;
            border-radius: 0;
            z-index: 2;
        }

        .app-wraper.content .conected-card-box .desc-text {
            font-size: 25px;
            padding: 0 20px;
        }

.input-chart .subtitle {
    font-size: 25px;
}

.input-chart label {
    font-size: 16px;
    font-weight: 600;
}

.input-chart .currency {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.input-chart input.form-control {
    line-height: 34px;
}

.input-chart p.label {
    font-size: 16px;
}

.calcBox {
    padding: 20px 0 0;
}

.calcInfo {
    transform: translateX(-8px);
}

    .calcInfo li {
        font-size: 15px;
        margin-bottom: 8px;
        padding-left: 15px;
        position: relative;
    }

        .calcInfo li::before {
            content: '';
            position: absolute;
            left: -10px;
            top: 5px;
            width: 12px;
            height: 12px;
            display: block;
            background-color: #1B1F27;
            border-radius: 50%;
        }

        .calcInfo li.tmo::before {
            background-color: #0A5591;
        }

        .calcInfo li.nrk::before {
            background-color: #FD7E16;
        }

        .calcInfo li.pdp::before {
            background-color: #3FB8F2;
        }

        .calcInfo li span {
            font-weight: 700;
        }

.chart-container {
    position: relative;
}

    .chart-container .perText {
        position: absolute;
        top: 120px;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
    }

.infoCalc {
    float: left;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.col-sm-4 .chart-container .perText {
    top: 140px;
}

.chart-container .perText h2 {
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 700;
}

.card-box.calculatorAppButton {
    padding-bottom: 0;
}

.calculatorAppButton .info {
    padding: 0 15%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.calculatorResult h4.title {
    font-size: 20px;
    text-align: center;
}

.calculatorResult .prodBox ul.credit li {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
}

.calculatorResult .prodBox ul.credit {
    transform: translateX(8px);
}

    .calculatorResult .prodBox ul.credit li::before {
        content: url(../images/ico/14x14/list_check.png);
        position: absolute;
        margin-right: 8px;
        padding: 0;
        height: 14px;
        left: -3px;
        top: 2px;
    }

.calculatorResult .prodBox.lightBlue {
    border-color: #3FB8F2;
    background-color: #C5ECFF;
    color: #374753;
    text-align: left;
}

.calculatorResult .prodBox.darkBlue {
    border-color: #3FB8F2;
    background-color: #0A5591;
    color: #FFF;
    text-align: left;
}

.calculatorResult .prodBox .feeNote {
    font-size: 12px;
}

.calculatorResult .prodBox ul.fees li {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-top: 20px;
}

    .loader.black {
        border: 5px solid;
        border-bottom-color: transparent;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 767px) {
    .steps-section .stepBox {
        padding: 40px 0 20px;
        width: 100%;
    }

    .app-wraper .conected-card-wraper {
        width: 100%;
    }

    .card-box.calculatorAppButton {
        padding-bottom: 80px;
    }

    .chart-container .perText {
        top: 140px;
    }
}

/* end:: credit application */


.info {
    display: block;
    margin-left: 10px;
}