* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: "Gotham";
    line-height: normal;
    font-size: 17px;
    color: #fff;
    overflow-y: hidden;
    background: #fff;
}

body.corporative_mode {
    background-color: #000;
}

body.page-template-contacts {
    overflow: hidden;
}

html {
    position: relative;
}

small {
    font-size: 14px !important;
}

.display-flex {
    display: flex;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
    font-size: 15px;
}

body:not(#career) table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

body:not(#career) table.center,
body:not(#career) table.half-center td:first-child,
body:not(#career) table.half-center td:last-child {
    text-align: center !important;
}

body:not(#career) table tr td,
body:not(#career) table tr th {
    padding: 15px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 8px !important;
    font-size: 15px;
}

body:not(#career) table tr:nth-child(2n) td,
body:not(#career) table tr:nth-child(2n) th {
    background: none;
}

table td a {
    display: inline-block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

table td a:hover {
    transform: scale(0.9);
}

img {
    max-width: 100%;
}

.default-preloader {
    background-image: linear-gradient(213deg, #0079ff 42%, #32c5ff 6%);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#0079ff),
        to(#32c5ff)
    );
    background: -webkit-linear-gradient(213deg, #0079ff, #32c5ff);
    background: -moz-linear-gradient(213deg, #0079ff, #32c5ff);
    background: -ms-linear-gradient(213deg, #0079ff, #32c5ff);
    background: -o-linear-gradient(213deg, #0079ff, #32c5ff);
    background: linear-gradient(213deg, #0079ff, #32c5ff);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.corporative_mode:not(#about-main) main::before {
    background-image: url(../images/corp-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.corporative_mode.page-template-about main::before,
.corporative_mode.page-template-structure main::before,
.corporative_mode.page-template-mission main::before,
.corporative_mode.page-template-partners main::before,
.corporative_mode.page-template-reports main::before,
.corporative_mode.page-template-team main::before,
.corporative_mode.page-template-history main::before {
    opacity: 0.8;
    background-image: linear-gradient(241deg, #3e113d 100%, #011e29);
    background-image: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#3e113d),
        to(#011e29)
    );
    background-image: -webkit-linear-gradient(241deg, #3e113d, #011e29);
    background-image: -moz-linear-gradient(241deg, #3e113d, #011e29);
    background-image: -ms-linear-gradient(241deg, #3e113d, #011e29);
    background-image: -o-linear-gradient(241deg, #3e113d, #011e29);
    background-image: linear-gradient(241deg, #3e113d, #011e29);
}

body.corporative_mode:not(#about-main),
body.corporative_mode.page-template-contacts,
.corporative_mode .default-preloader,
.corporative_mode .preloader {
    opacity: 1;
    background-image: linear-gradient(241deg, #3e113d 100%, #011e29) !important;
    background-image: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#3e113d),
        to(#011e29)
    ) !important;
    background-image: -webkit-linear-gradient(
        241deg,
        #3e113d,
        #011e29
    ) !important;
    background-image: -moz-linear-gradient(241deg, #3e113d, #011e29) !important;
    background-image: -ms-linear-gradient(241deg, #3e113d, #011e29) !important;
    background-image: -o-linear-gradient(241deg, #3e113d, #011e29) !important;
    background-image: linear-gradient(241deg, #3e113d, #011e29) !important;
}

main::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

body.individual_mode main.home::before,
body.error404.individual_mode main::before {
    background-image: linear-gradient(213deg, #0079ff 42%, #32c5ff 6%);
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#0079ff),
        to(#32c5ff)
    );
    background: -webkit-linear-gradient(213deg, #0079ff, #32c5ff);
    background: -moz-linear-gradient(213deg, #0079ff, #32c5ff);
    background: -ms-linear-gradient(213deg, #0079ff, #32c5ff);
    background: -o-linear-gradient(213deg, #0079ff, #32c5ff);
    background: linear-gradient(213deg, #0079ff, #32c5ff);
}

.individual_mode.page-template-about main::before,
.individual_mode.page-template-about .default-preloader,
.individual_mode.page-template-structure main::before,
.individual_mode.page-template-structure .default-preloader,
.individual_mode.page-template-reports main::before,
.individual_mode.page-template-reports .default-preloader,
.individual_mode.page-template-partners main::before,
#partners.individual_mode main::before,
.individual_mode.page-template-partners .default-preloader,
.individual_mode.page-template-mission main::before,
.individual_mode.page-template-mission .default-preloader,
.individual_mode.page-template-team main::before,
.individual_mode.page-template-team .default-preloader,
.individual_mode.page-template-history main::before,
.individual_mode.page-template-history .default-preloader,
#partners.individual_mode main::before,
#partners.individual_mode .default-preloader {
    background-color: #517e17 !important;
    background-image: linear-gradient(235deg, #314e0c, #166883) !important;
    opacity: 0.9;
}

.individual_mode.page-template-about .default-preloader,
.individual_mode.page-template-structure .default-preloader,
.individual_mode.page-template-partners .default-preloader,
.individual_mode.page-template-mission .default-preloader,
.individual_mode.page-template-team .default-preloader,
.individual_mode.page-template-reports .default-preloader,
.individual_mode.page-template-history .default-preloader,
#partners.individual_mode main::before,
#partners.individual_mode .default-preloader {
    opacity: 1;
}

.page-template-services main::before,
.page-template-services .default-preloader,
#services main::before,
#services:not(.corporative_mode) .default-preloader,
.page-template-products main::before,
.page-template-products .default-preloader,
.page-template-product-category main::before,
.page-template-product-category .default-preloader,
.page-template-product main::before,
.page-template-product .default-preloader,
#campaigns main::before,
#campaigns .default-preloader,
.page-template-campaigns main::before,
.page-template-campaigns .default-preloader,
.page-template-payment main::before,
.page-template-payment .default-preloader {
    background-image: linear-gradient(
        225deg,
        rgb(0, 178, 89) -13%,
        rgb(0, 145, 198) 59%
    );
}

#services.corporative_mode main::before,
#products.corporative_mode main::before,
#product-category.corporative_mode main::before {
    background-image: none !important;
}

.page-template-news main::before,
.page-template-news .default-preloader,
.single main::before,
.single .default-preloader {
    background-image: linear-gradient(
        244deg,
        rgb(147, 78, 142) -25%,
        rgb(0, 145, 198) 124%
    );
}

.page-template-career main::before,
.page-template-career .default-preloader,
#career main::before,
#career .default-preloader {
    background-image: linear-gradient(
        244deg,
        rgb(238, 177, 17) -22%,
        rgb(0, 145, 198) 124%
    );
}

.page-template-cabinet main::before,
.page-template-cabinet .default-preloader {
    background: #a0c9e1;
}

.page-template-contacts:not(.corporative_mode) main::before,
.page-template-contacts:not(.corporative_mode) .default-preloader {
    background-image: linear-gradient(
        244deg,
        rgb(146, 39, 143) -25%,
        rgb(0, 145, 198) 145%
    );
}

hr {
    margin: 30px 0;
    border-bottom: solid 2px #fff;
}

.content > .container > p {
    margin-bottom: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.individual_mode a,
.individual_mode a:hover,
.individual_mode a:active,
.individual_mode a:focus {
    color: #fff;
}

.corporative_mode a,
.corporative_mode a:hover,
.corporative_mode a:active,
.corporative_mode a:focus {
    color: #0091c6;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

button {
    cursor: pointer;
}

.error-caption {
    font-size: 18px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.card-header .percent {
    font-family: Gotham-Light;
}

.call-us,
.card-item-title,
.header-menu a,
.bottom-navigation > ul > li > a.active,
.bottom-statistic > ul > li > div.title,
.category-items-4 .custom-item .custom-title,
.branches-list ul > li .item .title,
.page-template-product h3,
.career-form h5,
.career-content p,
.logined-user-block > .fullname > div:first-child,
.slider-text-block > div.text > div:first-child,
.credit-top-header,
.credit-top .amount-text.gray,
.small-header,
b {
    font-family: Gotham-Bold;
}

.content-left h4,
.main-online-services ul > li a,
.main-bottom-contacts .contacts > li .contacts-header,
.std-button,
.swal2-styled,
.main-slide-slogan,
.left-menu-branches a,
.category-items-3 .custom-item .custom-date,
.category-items-3 .custom-item .custom-title,
#employee-position,
.left-menu-inside-heading,
.std-form h6,
table tr th,
.history .history-item .month,
.get-direction,
.team-items .custom-item .title,
.language ul li.current-lang a,
.status,
.mobile-lang ul li.current-lang a,
#cabinet .table1 th,
#cabinet .table1 td,
.credit-top .title,
.loan-balance {
    font-family: Gotham-Medium;
}

.main-content h2,
.card-header .card-title,
.left-menu > li:nth-child(1) > a,
.left-menu > li:nth-child(2) > a,
.custom-breadcrumb > span:last-child,
.bottom-statistic > ul > li > div.value,
.category-items .custom-item .title,
.category-items li:first-child .custom-item .partner-button-block .custom-title,
.category-items-2 .custom-item .custom-title,
.category-items-5 .custom-item .custom-title,
.branches-block h5,
#employee-fullname,
.history > div .year,
.slider-text-block > div.digit,
.credit-top .amount-text,
.loan-amount {
    font-family: Gotham-Black;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.header {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 10;
}

.corporative_mode .header {
    border-bottom-color: rgba(0, 145, 198, 0.3);
}

h1.logo {
    margin-top: -10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h1.logo:hover {
    transform: scale(0.98);
}

h1.logo img {
    width: 220px;
}

.client-type {
    margin-left: 20px;
}

.client-type > li {
    float: left;
    margin-left: 30px;
}

.client-type > li > a {
    padding: 12px 10px 12px 20px;
    display: inline-block;
    position: relative;
    color: #000;
}

.corporative_mode .client-type > li > a {
    color: #fff;
}

.corporative_mode .client-type > li > a:hover,
.corporative_mode .client-type > li > a:focus {
    color: #fff;
}

.client-type > li > a:hover,
.client-type > li > a:focus {
    color: #000;
    text-decoration: underline;
}

.client-type > li > a > span::before {
    content: " ";
    background: #000;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.corporative_mode .client-type > li > a > span::before {
    background: #fff;
}

.client-type > li.active > a {
    color: #fff;
    text-decoration: underline;
}

.corporative_mode .client-type > li.active > a {
    color: #0091c6;
}

.corporative_mode .client-type > li.active > a > span::before {
    background: #0091c6;
}

.client-type > li.active > a > span::before {
    background: #fff;
}

.menu {
    cursor: pointer;
    overflow: hidden;
    height: 40px;
    margin-left: 40px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu:hover {
    transform: scale(0.9);
}

.menu > i {
    color: #fff;
    font-size: 40px;
}

.corporative_mode .menu > i {
    color: #0091c6;
}

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

.std-button:disabled {
    opacity: 0.5;
    cursor: default;
    transform: scale(1) !important;
}

.std-button.small {
    font-size: 12px !important;
    padding: 5px 15px !important;
}

.std-button,
.swal2-styled {
    padding: 10px 30px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    display: inline-block;
    color: #1d91c6;
    text-align: center;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    cursor: pointer;
    font-size: 15px;
}

.std-button:hover,
.swal2-styled:hover {
    color: #1d91c6;
    transform: scale(0.95);
}

.std-button.transparency {
    background: none !important;
}

.std-button.transparency.white {
    border: 1px solid #fff;
    color: #fff;
}

.std-button.transparency.white:hover,
.std-button.transparency.blue:hover {
    color: #0091c6;
    background-color: #fff !important;
}

.std-button.purple,
.swal2-styled {
    border: 0;
    color: #fff;
    background-image: linear-gradient(
        -280deg,
        #2e70b5 20%,
        #6647a0 150%
    ) !important;
}

.std-button.purple:hover,
.swal2-styled:hover,
.std-button.purple:focus,
.swal2-styled:focus {
    color: #fff;
}

.std-button.transparency.blue {
    border: 1px solid #0091c6;
    color: #0091c6;
}

.std-button.blue {
    background: #0091c6;
}

.std-button.yellow {
    background: #f7b500;
    color: #000;
}

.std-button.red {
    background: #f98282 !important;
    color: #000 !important;
}

.std-button.yellow:hover,
.std-button.yellow:focus,
.std-button.yellow:active {
    color: #000;
}

.std-button.white {
    border-color: #fff;
    background: #fff;
    color: #0091c6;
    letter-spacing: -0.5px;
}

.std-button.white:hover,
.std-button.white:focus {
    color: #0091c6;
}

.std-form.trans-form {
    padding: 50px;
    background: rgba(160, 201, 225, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.std-form .form-row {
    margin-top: 15px;
}

.std-form .form-row.divider {
    margin-top: 30px;
    margin-bottom: 30px;
}

.std-form .form-row.checkbox {
    display: flex;
}

.std-form .form-row.checkbox label {
    margin: auto 0;
    font-size: 14px;
    min-height: auto !important;
    padding-left: 0 !important;
}

.contacts-form .std-form .form-row {
    margin-top: 10px;
}

.page-template-partnership-form .std-form .form-row {
    margin-top: 30px;
}

.std-form .form-row:first-child {
    margin-top: 0 !important;
}

.std-form .form-row .form-input,
.branches-select {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
}

.srd-circle-button {
    width: 50px;
    height: 50px;
    border: 0;
    display: flex;
    background: #f98282;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

select option {
    /*margin: 40px;*/
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
    /*color: #fff;*/
    background: rgba(0, 0, 0, 0.3);
}

.corporative_mode .std-form .form-row .form-input,
.corporative_mode .branches-select {
    background: rgba(160, 201, 225, 0.2);
}

.std-form .form-row .form-input input,
.std-form .form-row .form-input textarea,
.std-form .form-row .form-input select,
.branches-select select {
    width: 100%;
    border: 0;
    background: none;
    resize: none;
    height: 21px;
    font-size: 15px;
}

.std-form .form-row .form-input textarea {
    height: 100%;
}

.std-form .form-row .form-input select {
    margin-left: -3px;
    height: 20px !important;
}

.std-form .form-row .form-input input::placeholder,
.std-form .form-row .form-input textarea::placeholder,
.std-form .form-row .form-input select {
    color: rgba(255, 255, 255, 0.5);
}

.std-form h6 {
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-top: 30px;
}

.std-form h6:first-child {
    margin-top: 0;
}

.contacts-form .std-form .form-row button {
    width: 100%;
}

.call-us {
    font-size: 20px;
    padding: 8px 8px 8px 50px;
    position: relative;
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.75);
}

.call-us > span {
    display: flex;
}

.call-us > span::before {
    content: "\72";
    font-family: embafinans;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    font-size: 40px;
}

.individual_mode .call-us > span::before {
    color: rgba(255, 255, 255, 0.75);
}

.languages {
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}

.languages > a {
    cursor: pointer;
}

.content-left {
    width: 270px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 170px;
    z-index: 10;
}

.content-center {
    position: relative;
    height: 100%;
}

main {
    height: 100%;
}

#content {
    margin-top: -81.82px;
    height: 100%;
    padding-top: 165px;
}

.left-block {
    position: relative;
    height: 100%;
}

.corporative_mode .left-block {
    color: #0091c6;
}

.main-online-services {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.main-bottom-contacts {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-left h4,
.main-slide-slogan {
    font-size: 1.5vw;
}

.main-online-services ul {
    margin-top: 40px;
    padding-right: 20px;
}

.main-online-services ul > li {
    position: relative;
    padding-left: 90px;
    margin-top: 10px;
}

.main-online-services ul > li:first-child {
    margin-top: 0;
}

.main-online-services ul > li a::before {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: " ";
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.individual_mode .main-online-services ul > li a::before {
    background-color: rgba(255, 255, 255, 0.75);
}

.individual_mode .main-online-services ul > li a:hover::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.main-online-services ul > li:nth-child(1) a::before {
    background-image: url(../images/apply.svg);
}

.main-online-services ul > li:nth-child(2) a::before {
    background-image: url(../images/payment.svg);
}

.main-online-services ul > li:nth-child(3) a::before {
    background-image: url(../images/handshake.png);
}

.main-online-services ul > li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

.main-online-services ul > li span {
    display: block;
    margin-top: 5px;
}

.main-online-services ul > li i {
    font-size: 28px;
}

.main-bottom-contacts > ul {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.main-bottom-contacts > ul > li:first-child {
    height: 35px !important;
}

.corporative_mode .main-bottom-contacts > ul {
    border-top-color: rgba(0, 145, 198, 0.3);
}

.main-bottom-contacts .contacts {
    padding-top: 5px;
    padding-bottom: 20px;
}

.main-bottom-contacts .contacts > li {
    margin-top: 15px;
    font-size: 13px;
}

.individual_mode .main-bottom-contacts .contacts > li .contacts-header {
    color: rgba(255, 255, 255, 0.473);
}

.main-bottom-contacts .contacts > li .contacts-text {
    margin-top: 5px;
    font-size: 12px;
}

.social {
    padding-top: 30px;
    padding-bottom: 30px;
}

.social > li {
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all 0.5s;
}

.social > li i {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.social > li:hover i {
    color: rgba(255, 255, 255, 1);
}

.button-block {
    margin-top: 40px;
}

.home .main-content {
    padding-left: 100px;
    padding-right: 200px;
}

.page-template-history .main-content {
    /*margin-right: 0 !important;*/
}

.main-content {
    height: 100%;
    position: relative;
}

.main-content p a {
    color: #fff;
}

.scrollable {
    height: 100%;
}

.page-template-about .scrollable {
    padding-bottom: 250px;
}

.page-template-mission .scrollable,
#services .scrollable > div > div {
    padding-right: 20%;
}

.page-template-partners .scrollable,
.page-template-mission .scrollable,
.page-template-team .scrollable,
.page-template-contacts .scrollable,
.page-template-history .scrollable,
.page-template-product .scrollable,
.page-template-reports .scrollable {
    padding-bottom: 70px;
}

.page-template-partnership-form .scrollable {
    padding-bottom: 90px;
}

.page-template-history .scrollable {
    padding-top: 0 !important;
}

.scrollable > div {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /*display: flex;*/
}

.page-template-history .scrollable > div {
    /*-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), #0000002b);*/
    display: flex;
    padding-bottom: 100px;
}

.page-template-partners .scrollable > div,
.page-template-team .scrollable > div,
.error404 .scrollable > div,
.page-template-contacts .scrollable > div,
.page-template-structure .scrollable > div,
.page-template-career-form .scrollable > div {
    display: block;
}

.page-template-career-form .scrollable,
.page-template-news .scrollable,
#career.page-template-default .scrollable {
    padding-bottom: 30px;
}

.scrollable > div > div {
    /*margin: auto 0;*/
    width: 100%;
    padding-bottom: 50px;
}

.page-template-history .scrollable > div > div {
    margin: auto 0;
}

.page-template-services .scrollable > div > div {
    padding-right: 0 !important;
}

#about-main .scrollable > div > div,
.page-template-product-category .scrollable > div > div,
.page-template-partnership-form .scrollable > div > div,
.page-template-news .scrollable > div > div,
#career.page-template-default .scrollable > div > div {
    padding-bottom: 0;
}

.page-template-contacts .scrollable > div > div,
.page-template-product .scrollable > div > div,
.page-template-career-form .scrollable > div > div {
    padding-bottom: 0;
}

.scrollable > div p a {
    text-decoration: underline;
}

.scrollable > div p a:hover {
    text-decoration: none;
}

.main-content h2 {
    color: #fff;
    font-size: 4.1vw;
    line-height: 100%;
    margin-top: 30px;
}
.main-bottom-carousel-container {
    max-height: 36vh;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    /* z-index: 3; */
}
.main-bottom-carousel {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    /* max-height: 36vh; */
}

.cards {
    position: relative;
    list-style-type: none;
}

.card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    border-top-left-radius: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 100px;
    transform: translateY(0) translateX(0) scale(1);
    transform-origin: 0 0;
    transition: all 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s,
        background 0.4s linear;
    cursor: pointer;
    user-select: none;
    /*-webkit-backdrop-filter: blur(22px);*/
    /*backdrop-filter: blur(22px);*/
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color: rgba(208, 242, 255, 0.9);
}

.card ul.row li:first-child .card-item {
    margin-left: 0;
}

.card ul.row li:last-child .card-item {
    margin-right: 0;
}

.card--out.card {
    padding-left: 45px;
    opacity: 0.6;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    background-color: rgba(225, 245, 255, 0.9);
}

.card--next {
    z-index: 5;
    transform: translateY(0) translateX(0) scale(1);
}

.card--out {
    animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
    transform: translateY(-85px) translateX(5%) scale(0.95);
    z-index: 1;
}

@keyframes card-out {
    0% {
        z-index: 20;
        transform: translateY(0px);
    }
    50% {
        transform: translateY(70%) translateX(0);
    }
    80% {
        z-index: 1;
    }
    100% {
        transform: translateY(-70px) translateX(5%) scale(0.95);
    }
}

.card--current {
    cursor: auto;
    user-select: auto;
    position: relative;
    z-index: 10;
    opacity: 1;
    transform: translateX(0%) scale(1);
}

.card svg {
    position: absolute;
    right: 0;
    top: -101px;
    z-index: 5;
}

.card-header .card-title {
    position: relative;
    font-size: 32px;
    padding-left: 30px;
    color: #1d91c6;
}

.card--out .card-header .card-title {
    font-size: 26px !important;
    color: #1d91c6;
}

.card--out .card-header .card-title > span::before {
    width: 12px;
    height: 12px;
    top: 10px;
}

.card--out .card-header a {
    zoom: 0.9;
    color: #1d91c6;
    border-color: #1d91c6;
}

.card-header .card-title > span::before {
    content: " ";
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0091c6;
    position: absolute;
    left: 0;
    top: 15px;
}

.card ul {
    margin-top: 30px;
    display: flex;
}

.card ul li {
    position: relative;
    flex: 1;
}

.card ul li .card-item {
    padding: 25px 35px 10px;
    margin-left: 3%;
    margin-right: 3%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(
        245deg,
        rgba(254, 244, 218, 0.9) 20%,
        rgba(202, 207, 246, 0.82) 100%
    );
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.card ul li:nth-child(2n) .card-item {
    background-image: linear-gradient(
        245deg,
        rgba(164, 217, 248, 0.86) -7%,
        rgba(240, 251, 255, 0.85) 90%
    );
}

.card ul li:nth-child(3n) .card-item {
    background-image: linear-gradient(
        245deg,
        rgba(143, 203, 225, 0.87) -7%,
        rgba(173, 232, 202, 0.9) 90%
    );
}

.card ul li .card-item:hover {
    transform: scale(0.95);
}

.card-header {
}

.card-item-category-title a {
    color: #9d9d9d;
}

.card-item-title {
    font-size: 20px;
    line-height: 100%;
    margin-top: 20px;
    z-index: 1;
    position: relative;
}

.card-item-title a,
.card-item-title a:hover,
.card-item-title a:focus {
    color: #000;
}

.card-item-desc {
    color: #4c4c4c;
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: -0.2px;
}

.card-item-button > a > i {
    color: #000;
    font-size: 28px;
}

.card ul li .percent,
.custom-item .percent {
    font-size: 80px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -70px;
    z-index: 1;
    letter-spacing: -4px;
    color: rgba(0, 145, 198, 0.1);
}

.category-items-5 .custom-item .percent {
    color: rgba(255, 255, 255, 0.15);
    right: 20px;
    bottom: 50px;
}

.category-items-5 .custom-item .percent.type-price {
    font-size: 80px;
    line-height: 1;
    width: 30%;
    text-align: right;
}

.card ul li .percent > span,
.custom-item .percent > span {
    font-size: 80px;
}

.custom-item .percent.type-price > span:last-child {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
    display: inline-block !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: 80px;
}

.team-items {
    display: flex;
    flex-wrap: wrap;
}

.team-items li {
    margin-bottom: 30px;
}

.team-items .custom-item {
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-items .custom-item:hover {
    transform: scale(0.95);
}

.team-items .custom-item a {
    display: flex;
}

.team-items .custom-item .image {
    /*width: 35%;*/
    width: 20%;
}

.team-items .custom-item .image > img {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.team-items .custom-item .body {
    margin: auto 10px;
    width: 50%;
}

.team-items .custom-item .title {
    font-size: 20px;
    line-height: 1;
    display: block;
}

.team-items .custom-item .subtitle {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.team-items .custom-item .button {
    margin-top: 10px;
}

.custom-nav {
    position: fixed;
    right: -600px;
    top: 0;
    bottom: 0;
    width: 600px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(113, 179, 215, 0.75);
    z-index: 99;
    padding: 30px 100px;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}

.corporative_mode .custom-nav {
    background-color: rgba(0, 0, 0, 0.75);
}
.custom-nav {
    z-index: 999999999;
}
.custom-nav.open {
    right: 0;
}

.custom-nav-body {
    display: table;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
}

.custom-nav-body > div {
    display: table-row;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-nav-body > div:first-child,
.custom-nav-body > div:nth-child(2),
.custom-nav-body > div:last-child {
    border-top: 0;
}

.custom-nav-body > div > div {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}

.custom-nav-body > div:last-child > div {
    padding-top: 0;
}

.custom-nav-body > div:last-child > div > div {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-nav-body > div:first-child > div {
    vertical-align: top;
}

.custom-nav-body > div:last-child > div {
    vertical-align: bottom;
}

.custom-nav-body > div:first-child > div {
    padding-bottom: 0;
}

.copyright {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: -0.15px;
}

.copyright > div {
    margin-top: 5px;
}

.copyright a {
    text-decoration: underline;
    color: #fff;
}

.copyright a:hover {
    text-decoration: none;
    color: #fff;
}

.left-menu-branches a,
.left-menu-branches a:focus,
.left-menu-branches a:hover,
.left-menu-branches a:active {
    font-size: 20px;
    color: #fff;
}

.left-menu-branches a:hover {
    color: #fff;
}

.buttons {
    padding-right: 100px !important;
}

.buttons > div > a {
    display: block;
    text-align: center;
}

.buttons > div {
    margin-top: 10px;
}

.buttons > div:first-child {
    margin-top: 0;
}

.left-menu > li {
    margin-top: 5px;
}

.left-menu > li:first-child {
    margin-top: 0;
}

.left-menu a,
.left-menu a:hover,
.left-menu a:focus {
    color: #fff;
}

.left-menu a:hover,
.left-menu-branches a:hover {
    text-decoration: underline;
}

.left-menu > li:nth-child(1) > a,
.left-menu > li:nth-child(2) > a {
    font-size: 40px;
}

.left-menu > li:nth-child(2) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.left-menu > li > a {
    font-size: 24px;
}

.left-menu .left-submenu > li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

.left-menu .left-submenu > li:first-child {
    margin-top: 0;
}

.left-menu .left-submenu {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.left-menu .left-submenu > li > a::before {
    content: " ";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #fff;
}

.left-menu .left-submenu > li > a {
    font-size: 18px;
}

.left-menu-title {
    position: relative;
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.close-left-menu {
    cursor: pointer;
    position: absolute;
    left: -50px;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.close-left-menu:hover {
    transform: scale(0.9);
}

.header .header-widget-block {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    float: right;
}

.header-menu {
    float: right;
    margin-right: 50px;
    margin-top: 3px;
}

.header-menu a {
    padding: 6px 0;
    display: inline-block;
    font-size: 18px;
    border-bottom: 2px dashed;
}

.header-menu a:hover {
    border-bottom-style: solid;
}

.custom-breadcrumb {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 40px;
    /*line-height: 0;*/
    position: relative;
    z-index: 1;
    /*margin-top: -5px;*/
}

.single .custom-breadcrumb {
    align-items: center;
}

.corporative_mode .custom-breadcrumb {
    color: #0091c6;
}

.custom-breadcrumb > span {
    font-size: 20px;
    display: inline-flex;
    margin: auto 10px;
    line-height: 1;
    white-space: nowrap;
}

.custom-breadcrumb > span:last-child {
    white-space: normal !important;
}

.custom-breadcrumb > span:last-child,
.single .custom-breadcrumb > span {
    margin-top: auto;
}

.custom-breadcrumb > span:last-child {
    font-size: 40px;
    margin-left: 0;
    line-height: 1;
}

.single .custom-breadcrumb > span:last-child {
    font-size: 30px;
}

.bottom-navigation {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    display: table;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}

.bottom-navigation > ul {
    display: table-row;
}

.bottom-navigation > ul > li {
    display: table-cell;
    text-align: center;
}

.bottom-navigation > ul > li > a {
    padding: 15px 5px;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.bottom-navigation > ul > li > a::before {
    content: "• ";
}

.bottom-navigation > ul > li > a:hover,
.bottom-navigation > ul > li > a:focus,
.bottom-navigation > ul > li > a.active {
    opacity: 1;
    color: #fff;
}

.bottom-statistic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    display: table;
    width: 100%;
}

.bottom-statistic > ul {
    display: table-row;
}

.bottom-statistic > ul > li {
    display: table-cell;
}

.bottom-statistic > ul > li > div.value {
    font-size: 50px;
    letter-spacing: -1.5px;
    line-height: 1;
}

.bottom-statistic > ul > li > div.title {
    font-size: 24px;
    letter-spacing: -0.5px;
}

.bottom-statistic > ul > li > div.description {
    font-size: 14px;
    letter-spacing: -0.5px;
    margin-top: 5px;
    padding-right: 5%;
}

.bottom-statistic > ul > li:not(.separator) {
    padding-left: 10px;
    padding-right: 10px;
}

.bottom-statistic > ul > li.separator {
    position: relative;
    width: 5%;
}

.bottom-statistic > ul > li.separator > span {
    height: 2px;
    background: #f6da9e;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2px;
    position: absolute;
}

.category-items > li {
    margin-bottom: 30px;
}

.category-items .custom-item {
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.category-items .custom-item:hover {
    transform: scale(0.95);
}

.category-items .custom-item a {
    padding: 10px;
    display: block;
}

.category-items .custom-item a span {
    display: block;
}

.category-items .custom-item .image,
.category-items li:first-child .custom-item .partner-button-block {
    padding: 10px;
    background: rgba(160, 201, 225, 0.6);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.category-items .custom-item .image {
    display: flex;
}

.category-items li:first-child .custom-item .partner-button-block {
    height: 150px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
}

.category-items
    li:first-child
    .custom-item
    .partner-button-block
    .custom-title {
    letter-spacing: -0.1px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
}

.category-items
    li:first-child
    .custom-item
    .partner-button-block
    .custom-button {
    padding: 10px;
    display: block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-image: linear-gradient(-280deg, #2e70b5 20%, #6647a0 150%);
    border: none;
    margin-top: 20px;
    color: #fff;
}

.category-items li:first-child .custom-item .partner-button-block > span {
    margin: auto;
    display: block;
}

.category-items .custom-item .image > img {
    margin: auto;
}

.category-items .custom-item .body {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(
        243deg,
        rgba(143, 203, 225, 0.87) -7%,
        rgba(173, 232, 202, 0.9) 89%
    );
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px;
}

.category-items .custom-item .subtitle {
    font-size: 12px;
    letter-spacing: -0.25px;
    color: #0091c6;
}

.category-items .custom-item .title {
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: -0.1px;
    color: #000;
}

.categories {
    display: table;
    width: 100%;
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 5px;
    position: relative;
    z-index: 1;
}

.categories > ul {
    display: table-row;
}

.categories > ul > li {
    margin-right: 5px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(160, 201, 225, 0.2);
    padding: 15px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.categories > ul > li:hover,
.categories > ul > li.active {
    background-color: #40a1ce !important;
}

.hidden-notification {
    text-align: center;
    display: none;
}

.category-items-2,
.category-items-3,
.category-items-4,
.category-items-5 {
    display: flex;
    flex-wrap: wrap;
}

.category-items-2 > div,
.category-items-3 > div,
.category-items-4 > div,
.category-items-5 > div {
    margin-bottom: 30px;
    position: relative;
}

.category-items-2 .custom-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px;
    height: 100%;
}

.category-items-2 .custom-item .custom-title {
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #fff;
    word-break: break-word;
}

.category-items-2 .custom-item .custom-title a {
    color: #fff;
}

.category-items-2 .custom-item .custom-description {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #fff;
    padding-bottom: 60px;
}

.custom-description.prices {
    padding-bottom: 0 !important;
    color: #848484 !important;
    border-top: 1px solid #e8eced !important;
}

.category-items-2 .custom-item .custom-description > div {
    margin-top: 10px;
}

.category-items-2 .custom-item .custom-description > div:first-child {
    margin-top: 0;
}

.category-items-2 .custom-item .button-block {
    margin-top: 20px;
}

.category-items-2 .custom-item .button-block {
    margin-top: 20px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.category-items-2 .custom-item .button-block a {
    display: block;
}

.category-items-3 .custom-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.category-items-3 .custom-item:hover {
    transform: scale(0.95);
}

.category-items-3 .custom-item .custom-title {
    letter-spacing: -0.3px;
    margin-top: 10px;
}

.category-items-3 .custom-item .custom-title a {
    color: #fff;
}

.category-items-3 .custom-item .custom-image img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.category-items-3 .custom-item .body {
    padding: 20px 20px 30px;
}

.category-items-4 a,
.category-items-5 a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
}

.category-items-4 a:hover,
.category-items-5 a:hover {
    transform: scale(0.95);
}

.category-items-4 div:nth-child(n) a {
    background-image: linear-gradient(
        243deg,
        rgba(254, 244, 218, 0.9) -7%,
        rgba(202, 207, 246, 0.82) 90%
    );
}

.category-items-4 div:nth-child(2n) a {
    background-image: linear-gradient(
        243deg,
        rgba(164, 217, 248, 0.86) -7%,
        rgba(240, 251, 255, 0.85) 90%
    );
}

.category-items-4 div:nth-child(3n) a {
    background-image: linear-gradient(
        243deg,
        rgba(143, 203, 225, 0.87) -7%,
        rgba(173, 232, 202, 0.9) 90%
    );
}

.category-items-4 a span {
    display: block;
}

.category-items-4 .custom-item {
    height: 100%;
    min-height: 200px;
    padding: 20px;
    display: flex;
    position: relative;
}

.category-items-4 .custom-item .body {
    margin: 10px 0;
}

.category-items-4 .custom-item .custom-title {
    color: #000;
    font-size: 28px;
    margin-top: 20px;
    line-height: 1;
}

.category-items-4 .custom-item .custom-image {
    margin-top: 20px;
}

.category-items-4 .custom-item .custom-short {
    color: #4c4c4c;
    margin-top: 20px;
}

.category-items-5 > li {
    margin-bottom: 30px;
}

.category-items-5 a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    height: 100%;
}

.category-items-5 a span {
    display: block;
}

.category-items-5 .custom-item {
    height: 100%;
    padding: 40px 30px;
    display: flex;
    position: relative;
    background: rgba(160, 201, 225, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.category-items-5 .custom-item .body {
    padding-right: 30%;
}

.category-items-5 .custom-item .custom-title {
    font-size: 28px;
    letter-spacing: -0.5px;
    color: #fff;
    line-height: 1;
}

.category-items-5 .custom-item .custom-short {
    color: #fff;
    margin-top: 20px;
}

.page-bg-image {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 78vw top;
    background-size: contain;
}

.career-top,
.cabinet-top {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.custom-item .percent span {
    display: inline !important;
}

.custom-item .percent span small {
    font-size: 35px;
}

.contacts-block > div > div {
    padding: 30px;
    background: rgba(160, 201, 225, 0.2);
    height: 100%;
}

.contacts-form {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.contacts-map {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contacts-block {
    display: flex;
}

.contacts-form > ul > li {
    margin-top: 10px;
    font-size: 14px;
}

.contacts-form > ul > li:first-child {
    margin-top: 0;
}

.contacts-form > ul > li > a {
    text-decoration: underline;
    color: #fff;
}

.contacts-form > ul > li > a:hover {
    text-decoration: none;
}

.contacts-form > form {
    margin-top: 30px;
}

.map-contact {
    height: 100%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #000;
}

.branches-mobile {
    display: none;
}

.branches-block {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(89 126 195);
    height: 80%;
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    border-top-left-radius: 60px;
    -webkit-box-shadow: 0px -10px 25px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -10px 50px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

.branches-block > div {
    display: flex;
    height: 100%;
}

.map-branches {
    height: 100%;
    color: #000;
    /*visibility: hidden;*/
}

.branches-block h5 {
    font-size: 28px;
    letter-spacing: -0.2px;
    cursor: pointer;
}

.branches {
    height: 100%;
    padding: 30px 0 30px 30px;
}

.branches-select {
    margin-top: 20px;
    background: rgba(160, 201, 225, 0.2);
}

.branches-list {
    /*margin-top: -95px;*/
    /*padding-top: 120px;*/
    margin-top: -40px;
    padding-top: 65px;
    height: 100%;
}

.branches-list-block {
    height: 100%;
    overflow-y: auto;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(160, 201, 225, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}

.branches-list ul {
    height: 100%;
}

.branches-list ul > li {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.branches-list ul > li.active,
.branches-list ul > li:hover {
    opacity: 1;
}

.branches-list ul > li:first-child {
    margin-top: 0;
}

.branches-list ul > li .item {
    padding-left: 25px;
}

.branches-list ul > li .item::before {
    content: "\73";
    font-family: embafinans;
    position: absolute;
    left: 0;
    top: 1px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 20px;
}

.branches-list ul > li .item .title {
    font-size: 14px;
    letter-spacing: -0.3px;
}

.branches-list ul > li .item .address,
.branches-list ul > li .item .phone {
    font-size: 13px;
    letter-spacing: -0.3px;
    margin-top: 5px;
}

.branches-list ul > li .item .phone a,
.branches-list ul > li .item .phone a:hover,
.branches-list ul > li .item .phone a:focus {
    color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.structures > img {
    max-width: 100%;
    max-height: 50vh;
}

.structures-button {
    margin-top: 30px;
    text-align: center;
}

#employee-fullname {
    font-size: 36px;
}

#employee-position {
    font-size: 20px;
}

#employee-about {
    margin-top: 20px;
}

.two-column-block {
    display: flex;
}

.two-column-block > div > div {
    background: rgba(160, 201, 225, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.two-column-block ul li {
    margin-top: 10px;
}

.two-column-block ul li a {
    text-decoration: underline;
}

.two-column-block ul li a:hover {
    text-decoration: none;
}

.two-column-block ul li {
    margin-top: 5px;
}

.two-column-block ul li:first-child {
    margin-top: 0;
}

.two-column-block .block-1 .image {
    padding: 10px;
    background: rgba(160, 201, 225, 0.6);
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 8px !important;
}

.two-column-block .block-1 .image > img {
    display: inline-block;
}

.history {
    font-size: 0;
    margin-top: 10%;
}

.history .history-item {
    display: inline-block;
    position: relative;
    width: 180px;
    font-size: 14px;
    border-top: 1px solid #f6da9e;
}

.history .history-item:nth-child(2n) .history-item-content {
    bottom: 25px;
    top: auto;
    display: flex;
    flex-direction: column-reverse;
}

.history .history-item .history-item-content {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.history .history-item .history-item-content::before {
    content: " ";
    width: 1px;
    height: 25px;
    background: #f6da9e;
    position: absolute;
    top: -25px;
    left: 35px;
}

.history .history-item:nth-child(2n) .history-item-content::before {
    top: auto;
    bottom: -25px;
}

.history .history-item .year {
    background: rgba(0, 145, 198, 0.5);
    font-size: 24px;
    width: 71px;
    height: 71px;
    display: flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.history .history-item .year > span {
    margin: auto;
}

.history .history-item .month {
    color: #41a1ce;
    margin-top: 20px;
    font-size: 18px;
    text-decoration: underline;
    text-transform: capitalize;
}

.history .history-item .description {
    margin-top: 5px;
    padding-right: 10px;
    /*text-transform: capitalize;*/
}

.history .history-item:nth-child(2n) .month {
    margin-top: 0;
}

.history .history-item:nth-child(2n) .description {
    margin-bottom: 20px;
}

.history-arrow {
    position: absolute;
    top: -22px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.history-arrow.slick-disabled {
    opacity: 0 !important;
    z-index: -1;
}

.history-arrow > i {
    font-size: 25px;
    color: #fff !important;
    width: 45px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    background: #0091c6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
}

.history-prev {
    right: 65px;
}

.history-next {
    right: 10px;
}

.page-template-product h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*.page-template-product .wp-block-table {*/
/*    padding-right: 23%;*/
/*}*/

.page-template-product .wp-block-table tr {
    position: relative;
}

.page-template-product .wp-block-table td:nth-child(2)::before {
    position: absolute;
    content: " ";
    background: rgba(0, 255, 89, 0.6);
    width: 14px;
    height: 14px;
    left: calc(50% + 30px);
    top: 50%;
    margin-top: -7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-template-product .wp-block-table td:nth-child(2) {
    padding-left: 55px !important;
}

.page-template-product .wp-block-table td,
.page-template-product .wp-block-table th {
    width: 50%;
}

.page-template-product .wp-block-table figcaption {
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 10px !important;
}

.bottom-buttons-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.bottom-buttons-block > a {
    margin-right: 10px;
}

.sign-in-block-sign-up {
    margin-top: 20px;
}

.sign-in-block-sign-up a {
    text-decoration: underline;
    color: #fff;
}

.sign-in-block-sign-up a:hover,
.sign-in-block-sign-up a:focus {
    color: #fff;
    text-decoration: none;
}

.left-menu-inside-heading {
    font-size: 20px;
}

.left-menu-inside-message {
    margin-top: 20px;
}

.left-menu-inside-message a,
.left-menu-inside-message a:active .left-menu-inside-message a:focus {
    color: #fff;
}

.page-template-partnership-form form button {
    margin-top: 30px;
}

form.calculator table {
    margin-top: 30px;
    display: none;
}

.career-form h5 {
    padding: 20px 50px 20px 30px;
    margin-bottom: 10px;
    font-size: 18px;
    background: rgba(160, 201, 225, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.career-form h5.open,
.career-form h5:hover {
    background: rgba(160, 201, 225, 0.5);
}

.career-form .std-form {
    margin-bottom: 10px;
}

.career-form .std-form label {
    margin-bottom: 10px;
    color: #aee0f3;
}

.career-form h5 > span::after {
    content: "\70";
    font-family: embafinans;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.career-form h5.open > span::after {
    transform: rotate(0);
}

.career-form .form-block {
    display: none;
}

.career-content {
    margin-bottom: 30px;
}

.career-content p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.5px;
}

.career-content p:last-child {
    margin-bottom: 0;
}

.dynamic-block .form-row {
    position: relative;
}

.block-plus-icon {
    position: absolute;
    top: 12px;
    right: -6px;
    cursor: pointer;
    font-size: 12px;
}

.block-plus {
    transform: rotate(45deg);
}

.block-remove {
    right: -7px;
    font-size: 13px;
}

.career-form .button-block {
    margin-top: 0;
    float: left;
    width: 100%;
}

.news-image > img {
    width: 100%;
}

#teamModal .modal-dialog {
    width: 75%;
    margin: auto;
}

#teamModal .modal-content .row {
    display: flex;
}

#teamModal .modal-content .row .left {
    min-height: 100%;
    display: flex;
}

#teamModal .modal-content .row .left img {
    margin: auto;
}

.corporative_mode .close-modal,
.corporative_mode .close-modal:active,
.corporative_mode .close-modal:hover,
.corporative_mode .close-modal:focus {
    color: #fff;
}

label.error {
    font-size: 12px !important;
    padding-top: 5px;
    color: #f98282 !important;
    display: block;
    margin-bottom: 0 !important;
}

.get-direction {
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    display: none;
}

.branches-list li.active .get-direction {
    display: block;
}

.shop-main-office,
.top-buttons-mobile {
    display: none;
}

#slider-mobile {
    display: none;
}

#slider,
#slider-mobile {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#slider .slick-list,
#slider-mobile .slick-list,
#slider-content .slick-list {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

#slider .slick-track,
#slider .slick-slider .slick-list,
#slider .slick-slide,
#slider .slick-slide > div,
#slider .slick-slide > div > div,
#slider-mobile .slick-track,
#slider-mobile .slick-slider .slick-list,
#slider-mobile .slick-slide,
#slider-mobile .slick-slide > div,
#slider-mobile .slick-slide > div > div,
#slider-content .slick-track,
#slider-content .slick-slider .slick-list,
#slider-content .slick-slide,
#slider-content .slick-slide > div,
#slider-content .slick-slide > div > div {
    height: 100%;
    background-size: contain;
}

#slider .slick-slide > div > div,
#slider-mobile .slick-slide > div > div,
#slider-content .slick-slide > div > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10vw center;
}

#slider-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999 !important;
    /* height: 545px; */
    pointer-events: none;
    max-height: calc(100vh - 260px);
    /* background-color: red; */
}

#slider-content .slide-content {
    position: absolute;
    top: 170px;
    padding-right: 15%;
    pointer-events: auto;
    /* height: 100%; */
    /* background-color: blue; */
}

#slider-content a,
#slider-content button,
#slider-content .std-button {
    pointer-events: auto;
}

footer {
    display: none;
}

.client-type {
    display: none;
}

.contacts-text .down-up {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.contacts-text .down-up.down {
    color: #f27474;
}

.contacts-text .down-up.up {
    color: #30b258;
}

#slider,
#slider-mobile,
#slider-content {
    opacity: 0;
}

.language ul,
.mobile-lang ul {
    font-size: 0;
}

.language ul li,
.mobile-lang ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.language ul li a,
.mobile-lang ul li a {
    display: inline-block;
    font-size: 17px;
}

.language ul li.current-lang a,
.language ul li a:hover,
.mobile-lang ul li.current-lang a,
.mobile-lang ul li a:hover {
    text-decoration: underline;
}

.show-mobile {
    display: none;
}
.show-mobile-flex {
    display: none !important;
}

@media only screen and (max-height: 800px) {
    .main-online-services ul > li a {
        font-size: 13px !important;
    }

    .main-online-services ul > li:nth-child(1) a::before {
        background-image: url(../images/apply.svg);
        background-size: 35px;
        width: 50px;
        height: 50px;
    }

    .main-online-services ul > li:nth-child(2) a::before {
        background-image: url(../images/payment.svg);
        background-size: 35px;
        width: 50px;
        height: 50px;
    }

    .main-online-services ul > li:nth-child(3) a::before {
        background-image: url(../images/handshake.png);
        background-size: 35px;
        width: 50px;
        height: 50px;
        padding-bottom: 10px;
    }

    .main-online-services ul > li {
        position: relative;
        padding-left: 90px;
        margin-top: 0px;
        padding-bottom: 10px;
    }

    .main-bottom-contacts .contacts {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .card-item-title a {
        font-size: 17px;
        line-height: 1;
    }

    .card-item-desc {
        color: #4c4c4c;
        font-size: 12px;
        margin-top: 12px;
        letter-spacing: -0.2px;
    }

    .card ul > li > .card-item {
        padding: 17px 11px 2px;
    }

    .card-item-title a {
        font-size: 16px !important;
        line-height: 1;
    }

    .card-header .card-title {
        position: relative;
        font-size: 17px;
        padding-left: 30px;
        color: #1d91c6;
    }

    .card-header .card-title > span::before {
        content: " ";
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #0091c6;
        position: absolute;
        left: 0;
        top: 8px;
    }

    .std-button,
    .swal2-styled {
        padding: 6px 20px;
        -webkit-border-radius: 30px !important;
        -moz-border-radius: 30px !important;
        border-radius: 30px !important;
        display: inline-block;
        color: #1d91c6;
        text-align: center;
        -webkit-transition: all 0.3s !important;
        -moz-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
        cursor: pointer;
        font-size: 13px;
    }

    .card--out .card-header .card-title {
        font-size: 21px !important;
        color: #1d91c6;
    }

    .card--out .card-header .card-title > span::before {
        width: 10px;
        height: 10px;
        top: 7px;
    }

    .card--out .card-header .card-title > span::before {
        width: 10px;
        height: 10px;
        top: 7px;
    }

    .card--out .card-header .card-title > span::before {
        width: 10px;
        height: 10px;
        top: 7px;
    }

    .card--out .card-header .card-title > span::before {
        width: 10px;
        height: 10px;
        top: 7px;
    }

    .card--out .card-header .card-title > span::before {
        width: 10px;
        height: 10px;
        top: 7px;
    }

    .card--out .card-header .card-title > span::before {
        width: 10px;
        height: 10px;
        top: 7px;
    }

    .menu > i {
        color: #fff;
        font-size: 30px;
    }

    h1.logo img {
        width: 160px;
    }

    .header-menu a {
        padding: 4px 0;
        display: inline-block;
        font-size: 13px;
        border-bottom: 2px dashed;
    }

    .call-us > span::before {
        content: "\72";
        font-family: embafinans;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        font-size: 30px;
    }

    .call-us {
        font-size: 15px;
        padding: 8px 8px 8px 50px;
        position: relative;
        margin-right: 30px;
        color: rgba(255, 255, 255, 0.75);
    }

    .language ul li a,
    .mobile-lang ul li a {
        display: inline-block;
        font-size: 12px;
    }

    .card ul > li > .card-item {
        padding: 15px 13px 0px;
    }

    .header {
        padding-top: 25px !important;
        padding-bottom: 15px !important;
    }

    .main-slide-text {
        font-size: 35px;
    }

    .content-left {
        top: 100px !important;
    }

    .main-bottom-contacts .contacts > li .contacts-text {
        margin-top: 4px;
        font-size: 11px;
    }

    .main-online-services ul > li i {
        font-size: 24px;
    }

    .main-online-services ul > li a {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 15px;
    }

    #slider-content .slide-content {
        top: 100px !important;
        padding-right: 5%;
    }

    .content-left h4,
    .main-slide-slogan {
        font-size: 1.4vw;
    }

    .main-slide-text {
        font-size: 35px !important;
    }

    .content-center {
        height: 100%;
    }

    .card {
        padding-left: 38px;
        padding-bottom: 29px;
        padding-top: 15px;
    }

    .card ul > li > .card-item {
        padding: 14px 16px 5px;
        margin-left: 0%;
        margin-right: 0%;
    }

    .card-item-title {
        font-size: 14px;
        line-height: 100%;
        margin-top: 8px;
        z-index: 1;
        position: relative;
    }

    .card ul {
        margin-top: 15px;
    }

    .card--out {
        transform: translateY(-51px) translateX(5%) scale(0.95) !important;
    }

    .card--out .card-header .card-title {
        font-size: 17px !important;
        color: #1d91c6;
    }

    .left-menu > li:nth-child(1) > a,
    .left-menu > li:nth-child(2) > a {
        font-size: 25px;
    }

    .left-menu > li > a {
        font-size: 18px;
    }

    .left-menu .left-submenu > li > a {
        font-size: 16px;
    }

    .left-menu-title {
        position: relative;
        font-size: 16px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .left-menu > li {
        margin-top: 2px;
    }

    .custom-nav-body > div > div {
        display: table-cell;
        vertical-align: middle;
        padding: 16px 0;
    }
}

.logined-user {
    display: flex;
}

.logined-user-block {
    flex: 1;
    display: flex;
    align-items: center;
}

.logined-user-block > .image {
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    display: flex;
}

.logined-user-block > .image > i {
    color: rgb(89 126 195);
    margin: auto;
    font-size: 30px;
    height: 30px;
}

.logined-user-block > .fullname {
    margin-left: 10px;
}

.logined-user-block > .fullname > div:first-child {
    font-size: 20px;
}

.logined-user-block > .fullname > div:last-child {
    margin-top: 5px;
}

.logined-user-logout {
    align-self: center;
}

.srd-circle-button > i {
    margin: auto;
    height: 20px;
    font-size: 20px;
    text-indent: -5px;
    color: #000;
}

.page-template-cabinet .scrollable .mCustomScrollbar {
    /*padding: 30px;*/
    /*background-color: rgba(0,0,0,0.05);*/
    /*background-image: url(../images/bg-pattern.png);*/
    /*border-radius: 10px;*/
    /*margin-bottom: 20px;*/
}

.page-template-cabinet .scrollable > div > div {
    padding-bottom: 0 !important;
}

.status {
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
}

.status.bitmisdir {
    background: #c1eed8;
    color: #00b259;
}

.status.cari {
    background: #ccecff;
    color: #71b3d7;
}

.page-template-cabinet .main-content {
    background-color: #edeeee;
    height: 95%;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    padding: 30px;
    background-image: url(../images/bg-pattern-blue.png);
}

.personal-cabinet-header {
    color: #000;
    flex: 1;
}

.page-template-cabinet .category-items-2 .custom-item {
    background: #fff !important;
}

.member-slider {
    margin-bottom: 30px;
    height: 230px;
    padding: 30px;
    color: #be98bb;
    background: #f6da9e url(../images/credit-banner.png) no-repeat right center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.slider-text-block {
    display: flex;
    padding-right: 35%;
}

.slider-text-block > div.digit {
    display: flex;
    font-size: 110px;
    line-height: 85px;
    margin-right: 5px;
}

.slider-text-block > div.text {
    font-size: 30px;
    line-height: 1;
}

#cabinet .table1 {
    border-spacing: 0 !important;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

#cabinet .table1 th,
#cabinet .table1 td {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #71b3d7 !important;
    padding: 10px !important;
}

#cabinet .table1 tr:nth-child(2n) td {
    background: #a0c9e1 !important;
    color: #fff !important;
}

#cabinet .table1 th {
    color: #848484 !important;
}

.credit-top {
    margin-bottom: 20px;
    padding: 20px;
    color: #848484;
    background: #fff;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

.credit-top-header {
    font-size: 13px;
    white-space: nowrap;
    padding-bottom: 10px;
}

.credit-top-header.blue {
    color: #71b3d7;
    border-bottom: 1px solid #c6ebff;
}

.credit-top-header.gray {
    color: #848484;
    border-bottom: 1px solid #e3e3e3;
}

.credit-top-amount-block {
    color: #848484;
    margin-top: 15px;
    display: flex;
}

.credit-top-amount-block > div {
    flex: 1;
    margin-right: 10px;
}

.credit-top .title {
    font-size: 13px;
}

.credit-top .amount-text {
    font-size: 30px;
    color: #71b3d7;
    letter-spacing: -1px;
}

.credit-top .amount-text.gray {
    color: #848484;
}

.credit-top-diagram-info {
    color: #848484;
    margin-top: 15px;
}

.credit-top-diagram {
    margin-top: 12px;
    display: flex;
    margin-left: -2px;
    margin-right: -2px;
}

.credit-top-diagram > div {
    height: 14px;
    flex: 1;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.loan-amount {
    letter-spacing: -2px;
    font-size: 40px;
    color: #71b3d7;
}

.loan-balance {
    letter-spacing: -4px;
    font-size: 40px;
    color: #848484;
}

.contract-number {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.small-header {
    padding-bottom: 5px;
    display: inline-block;
    color: #71b3d7;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c6ebff;
    white-space: nowrap;
}

.hidden-button {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

#add-cv {
    position: absolute;
    top: 11px;
    right: 25px;
    cursor: pointer;
    font-size: 19px;
}

#menu {
    overflow: auto;
}

#menu::-webkit-scrollbar {
    width: 12px;
}

#menu::-webkit-scrollbar-track {
    border-radius: 8px;
}

#menu::-webkit-scrollbar-thumb {
    height: 10px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #3890d0;
}

#menu::-webkit-scrollbar-thumb:hover {
    background-color: #3f4254;
}

@media only screen and (min-device-width: 993px) and (max-device-width: 1640px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}
