@charset "UTF-8";
@import url('/wp-content/themes/sch/assets/css/fonts.css');
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
}
html * {
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
}
body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
a {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #FFF;
    text-decoration: underline
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
img, svg {
    display: block;
}
img {
    -webkit-user-drag: none;
}
.no-scroll, .scroll {
    position: fixed;
    width: 100%;
}
.no-scroll body {
    overflow-y: scroll;
}
.scroll body {
    overflow-y: hidden;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1364px;
    margin: 0 auto;
}
.flex-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.link {
    display: inline-block;
    vertical-align: middle;
}
.link span {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.link svg {
    display: inline-block;
}
.link span + svg {
    margin-left: 9px;
}
.button {
    display: -inline-flex;
    display: -webkit-inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 40px;
    padding: 0 15px;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.label {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 16px;
}
.h_adv {
    padding: 38px 0px;
    position: relative;
}
.h_adv_list {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.h_adv_item {
    height: 200px;
    padding: 20px;
    width: 49%;
    background-color: #EF6128;
    display: -ms-grid;
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.h_adv_item:nth-child(n+3) {
    margin-top: 40px;
}

img.adv_icon {
    margin-top: -44px;
    position: absolute;
    height: 48px;
}
.adv_info {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.adv_title {
    color: white;
    font-weight: 700;
    font-size: 22px;
    line-height: 17px;
}
.adv_desc p {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
}
.h_get_credit {
    background-color: #FFF;
    padding: 38px 0 68px;
    position: relative;
}
.h_docs {
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px;
}
.heading_block {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.hb_label {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 16px;
}
.hb_wl {
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    background: url(../images/heading.svg) 50% 50% / cover no-repeat;
    padding: 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-size: auto;
    background-position: 0 50%;
    min-height: auto;
    font-size: 24px;
    font-weight: 800;
    line-height: 38px;
    color: #FFF;
    margin-left: 70px;
}
.doc_list {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 83px 100px 19px;
    text-align: center;
    background-color: #FAFAFA;
    margin-top: -53px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 38px 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: stretch;
    gap: 38px;
    margin-bottom: 38px;
}
.doc_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.doc_item img {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.doc_img_title {
    font-weight: 700;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    line-height: 17px;
}
.h_pay_credit {
    background-color: #FAFAFA;
    padding: 38px 0px;
}
.hb_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 38px;
    color: #FFF;
}
.h_get_credit_steps {
    margin-top: 70px;
    background: url(/wp-content/uploads/2024/06/path.svg) 50% 0% no-repeat;
    top: 38px;
    padding: 0px 70px 58px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 70px auto;
    grid-template-columns: auto auto;
    row-gap: 58px;
    width: 100%;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
}
.steps_item {
    display: flex;
    max-width: 460px;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    background: #FAFAFA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    padding: 26px 36px;
    gap: 20px;
}
.h_pay_credit {
    background-color: #FAFAFA;
    padding: 38px 0px;
}
.h_pay_credit_info {
    background-color: #FAFAFA;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: 445px;
    padding-right: 120px;
}
.h_pay_credit_content {
    background-color: #FFF;
}
.hpi_left {
    padding: 58px;
    background-color: #FFF;
    width: 50%;
}
img.hpi_img {
    position: absolute;
    width: auto;
    height: auto;
    margin-top: -38px;
    right: 0;
    top: 0;
}
.hpi_left li strong {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.hpi_left li {
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
    padding: 0 0 0 48px;
    display: block;
    position: relative;
    margin-top: 30px;
}
.hpi_left ul {
    margin-left: -5px;
    padding: 5px 0;
    overflow: hidden;
}
.hpi_left li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 0;
    margin-top: 0px;
    background: linear-gradient(90deg, #EB4130 0%, #FAD00D 100%);
    background: -webkit-linear-gradient(0deg, #EB4130 0%, #FAD00D 100%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    z-index: 1;
}
.hpi_left li:nth-child(1) {
    margin-top: 0px;
}
.hpi_left li a {
    font-size: 14px;
    line-height: 17px;
    color: #EF6128;
    border-bottom: 1px solid #EF6128;
    display: inline-block;
}
.hpi_left li br {
    display: none;
}
.steps_num {
    font-size: 105px;
    line-height: 105px;
    font-weight: 800;
    color: #EF6128;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.steps_desc {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 17px;
}
.steps_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.steps_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.h_get_credit_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.steps_item:nth-child(1) {
    margin-left: 70px;
}
.steps_item:nth-child(2) {
    margin-left: 70px;
}
.steps_item:nth-child(4) {
    margin-right: 70px;
}
.steps_item:nth-child(3) {
    margin-right: 70px;
}
.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #FAFAFA;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    padding: 13px 0px 13px 0px;
    z-index: 10;
}
.left, .middle, .right {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
}
.logo a {
    display: block;
}
.logo img {
    width: auto;
    height: 84px;
}
.menu {
    font-size: 0;
}
.menu li {
    display: inline-block;
}
.menu li + li {
    margin-left: 30px;
}
.menu li a {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
}
.menu li.current-menu-item a {
    pointer-events: none;
}
.menu li.with-anchor.current-menu-item a {
    pointer-events: auto;
}
.h_phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}
.header_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.phone {
    font-size: 0;
}
.phone svg {
    display: inline-block;
    vertical-align: middle;
}
.phone a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
}
.fixedbannerf.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
}
.fixedbannerf {
    min-width: 230px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    position: fixed;
    right: 38px;
    top: 126px;
    z-index: 10;
    display: -inline-flex;
    display: -webkit-inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
a.fixbut {
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 100%;
    display: -inline-flex;
    display: -webkit-inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.lang {
    font-size: 0;
}
.lang li {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    border: 1px solid #F3F3F3;
    background: transparent;
}
.lang li:first-of-type {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.lang li:last-of-type {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.lang li.current-lang {
    background: #fff;
}
.lang li + li {
    margin-left: -1px;
}
.lang li a {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
    text-transform: capitalize;
}
.lang li.current-lang a {
    pointer-events: none;
}
.navicon {
    display: none;
    position: relative;
    width: 30px;
    height: 14px;
    cursor: pointer;
}
.navicon span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #212121;
}
.navicon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #212121;
}
.navicon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #212121;
}
.wrapper {
    position: relative;
    flex: 1 1 auto;
    overflow-x: hidden;
}
.fcr p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
.fcr p:last-child {
    margin-bottom: 0px;
}
.footer {
    position: relative;
    background: #EF6128;
    background: #EF6128;
    padding: 0 38px;
}
.footer_left {
    padding: 0;
    position: relative;
}
.footer_right {
    padding: 0px;
}
.footer_left:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -50px;
    height: 2px;
    background: rgb(166 170 180 / 19%);
}
.footer_left a {
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}
a.gp_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.footer .links li a:hover {
    text-decoration: underline;
    transition: all 0.3s;
}
.footer .links li a {
    transition: all 0.3s;
}
.footer_left p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
.footer_left p:last-child {
    margin-bottom: 0px;
}
.footer .container {
    display: -ms-grid;
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    -ms-grid-columns: 1fr 140px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 140px;
    padding-top: 70px;
    padding-bottom: 50px;
}
.footer .col-6:first-of-type {
    padding: 70px 50px 58px 0;
}
.footer .col-6:last-of-type {
    padding: 70px 0 38px 80px;
}
.footer .text2:first-of-type {
    position: relative;
    padding-bottom: 27px;
}
.footer .text2:first-of-type:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, .2);
}
.footer .text2 + .text2 {
    margin-top: 25px;
}
.footer .text2 p + p {
    margin-top: 10px;
}
.footer .text2 a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer .links {
    font-size: 0;
    margin: -10px -5px;
}
.footer .links li {
    display: inline-block;
    vertical-align: middle;
    min-height: 30px;
    height: 30px;
    background: #EF6128;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 5px;
}
.footer .links li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 0 20px;
}
.h_banner {
    position: relative;
    height: 100%;
    padding: 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: stretch;
}
.calculation {
    max-width: 550px;
    background: #FAFAFA;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: auto;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.navbar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    margin-bottom: 0;
}
.navbar.navbar-open {
    pointer-events: auto;
}
.navbar .navbar-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(250, 250, 250, .6);
    opacity: 0;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.navbar.navbar-open .navbar-overlay {
    opacity: 1;
}
.navbar .navbar-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    left: 100vw;
    width: 100%;
    max-width: 388px;
    height: 100%;
    background: #FAFAFA;
    padding: 110px 38px 38px 38px;
    text-align: right;
    overflow-y: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
}
.navbar.navbar-open .navbar-content {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.navbar .navbar-content .menu li {
    display: block;
}
.navbar .navbar-content .menu li + li {
    margin: 20px 0 0;
}
.navbar .navbar-content .menu li a {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #EF6128;
}
.navbar .navbar-content .menu + .button {
    margin-top: 58px;
}
.f_buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.menu.mob {
    margin-bottom: 50px;
}
.f_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.navbar .navbar-content .button {
    min-width: 280px;
    min-height: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.navbar .navbar-content .button + .lang {
    margin: 38px 0 0;
}
.navbar .navbar-content .lang li {
    width: 140px;
    height: 50px;
}
.navbar .navbar-content .lang li a {
    font-size: 18px;
    line-height: 22px;
}

.offices .office .photo + .address {
    margin-top: 24px;
}
.offices .office .address {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    color: #fff;
    padding-right: 100px;
}
.offices .office .address + .info {
    margin-top: 24px;
}
.offices .office .info {
    padding-right: 100px;
}
.offices .office .info li {
    font-size: 0;
}
.offices .office .info li + li {
    margin-top: 16px;
}
.offices .office .info li svg {
    width: 22px;
    display: inline-block;
    vertical-align: top;
}
.offices .office .info li span, .offices .office .info li a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.offices .office .info li span {
    width: calc(100% - 22px);
    padding: 2px 0 0 15px;
}
.offices .office .info li a {
    border-bottom: none;
    margin: 2px 0 0 15px;
}
.offices .office .info + .options {
    margin-top: 40px;
}
.offices .office .options {
    font-size: 0;
}
.offices .office .options .direction {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    min-height: 50px;
    padding: 0 20px;
    background: #fff;
}
.offices .office .options .direction span {
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.offices .office .options .direction span + svg {
    margin-left: 10px;
}
.offices .office .options .timetable {
    max-width: 240px;
    min-height: 50px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    vertical-align: middle;
    padding: 8px 20px;
    background: rgba(255, 255, 255, .3);
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.offices .office .options .direction + .timetable {
    margin-left: 15px;
}
.dropdown {
    position: relative;
    margin-top: 24px;
}
.dropdown .dropdown-label {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 38px 0 15px;
    border: 1px solid #000;
    cursor: pointer;
}
.dropdown .dropdown-label span {
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .6);
}
.dropdown .dropdown-label:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.dropdown .dropdown-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 0 7.5px 0 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
}
.dropdown.dropdown-open .dropdown-list {
    opacity: 1;
    visibility: visible;
}
.dropdown .dropdown-list ul {
    margin: 15px 0;
    padding-right: 12.5px;
    max-height: 260px;
    overflow-y: auto;
}
.dropdown .dropdown-list ul::-webkit-scrollbar {
    width: 5px;
}
.dropdown .dropdown-list ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
}
.dropdown .dropdown-list ul::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
}
.dropdown .dropdown-list li {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.dropdown .dropdown-list li + li {
    margin-top: 13px;
}
.fixed-button {
    min-width: 230px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    position: fixed;
    right: 38px;
    top: 126px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
}
.fixed-button.bottom {
    top: auto;
    bottom: 20px;
}
.fixed-button.fixed-show {
    opacity: 1;
    visibility: visible;
}
.policy {
    padding: 70px 38px;
}
.editor {
    background: #FAFAFA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 38px 100px 38px 38px;
    margin: 38px 100px 0;
}
.editor p, .editor ul li {
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.editor p + p, .editor p + ul, .editor ul + p {
    margin-top: 32px;
}
.information {
    padding: 38px 100px;
}
@media (max-width: 991px) {
    .information {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) {
    .information {
        padding: 20px 10px;
    }
    .information .container > div {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .information table {
        min-width: 560px;
        font-size: 0.8em;
        line-height: 1.3;
    }
    .information table td,
    .information table th {
        padding: 6px 4px;
    }
}
.information .row {
    padding: 38px;
}
.information .row:first-of-type {
    background: #FAFAFA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.information .row + .row {
    margin-top: 19px;
}
.information .col-6:first-of-type {
    padding-right: 38px;
}
.information .col-6:last-of-type {
    padding-left: 38px;
}
.information .col-6 + .col-6:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -19px;
    bottom: -19px;
    width: 1px;
    background: rgba(0, 0, 0, .15);
}
.information p, .information ul li {
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.information p + p, .information p + ul, .information ul + p {
    margin-top: 32px;
}
.information ul {
    list-style: disc inside;
}
.information ul li + li {
    margin-top: 24px;
}
.heading-block + .downloads,
.heading-block + .b_downloads {
    margin-top: 38px;
}
.downloads,
.b_downloads.styled {
    background: #FAFAFA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 9.5px;
    margin: -9.5px;
    font-size: 0;
}
.downloads .download,
.b_downloads.styled .download {
    min-height: 90px;
    vertical-align: middle;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    margin: 9.5px;
    background: linear-gradient(270deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(180deg, #E82238 0%, #F38D1D 100%);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.downloads .download a,
.b_downloads.styled .download a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 19px;
    text-align: center;
}

.slider {
    -ms-user-select: text;
        user-select: text;
    -webkit-user-select: text;
    margin: 0 -7px;
}
.office-slider {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 -19px;
}
.slider .slick-list {
    overflow: visible;
}
.slider .slick-slide {
    font-size: 0;
    outline: none;
    opacity: .5;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.slider .slick-slide {
    margin: 0 7px;
}
.office-slider .slick-slide {
    margin: 0 19px;
}
.slider .slick-current {
    opacity: 1;
}

.wpcf7-form {
    position: relative;
}
.wpcf7-acceptance {
    display: block;
}
.wpcf7-list-item {
    position: relative;
    display: block!important;
    margin: 0!important;
    text-align: center;
}
.wpcf7-list-item input {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100%;
    border: none;
    padding: 0;
    opacity: 0;
    z-index: 3;
}
.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #797979;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-select: none;
}
.wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 2px;
    background: transparent;
    border: 1px solid rgba(239, 97, 40, .2);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.wpcf7-list-item-label a {
    position: relative;
    z-index: 3;
    color: #EF6128;
    border-bottom: 1px solid #EF6128;
}
div.wpcf7 .ajax-loader {
    display: none!important;
}
div.wpcf7-response-output {
    display: none!important;
    padding: 0!important;
    margin: 5px 0 0!important;
    border: none!important;
    font-size: 12px;
    line-height: 15px;
}
.wpcf7-form.sent div.wpcf7-response-output {
    max-width: 600px;
    display: block !important;
    color: #40D87D;
    border: 1px solid #40D87D !important;
    margin: 30px auto !important;
    padding: 10px !important;
    text-align: center;
}
.pay-intro div.wpcf7-response-output {
    height: 60px;
    display: flex!important;
    display: -webkit-flex!important;
    align-items: center;
    margin: 0!important;
    position: absolute;
    left: 280px;
    bottom: 0;
    color: rgba(0, 0, 0, .6);
}
.pay-intro div.wpcf7-response-output.hidden {
    display: none!important;
}
.pay-intro div.wpcf7-validation-errors {
    padding-left: 76px!important;
}
.pay-intro div.wpcf7-validation-errors:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -16px;
    border: 2px solid #E24922;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
span.wpcf7-not-valid-tip {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    color: #E24922;
}


/* calculator start */
.b_calc_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.b_calc_subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.b_calc_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (max-width: 1199px) {
    .b_calc_row {
        display: block;
    }
}
.b_calc_col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1199px) {
    .b_calc_col {
        display: block;
        max-width: none;
    }
}
.b_calc_actions {
    margin-bottom: 30px;
}
.b_calc_actions .btn {
    min-width: 200px;
    font-weight: 400;
    color: #EB4130;
    background-color: transparent;
    border: 2px solid #EB4130;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none !important;
    cursor: pointer;
}
@media (max-width: 600px) {
    .b_calc_actions .btn {
        min-width: 150px;
    }
}
@media (max-width: 480px) {
    .b_calc_actions .btn {
        min-width: 125px;
    }
}
.b_calc_actions .btn.active {
    color: #fff;
    background-color: #EB4130;
}
.periodicity_button + .periodicity_button {
    margin-left: 30px;
}
@media (max-width: 600px) {
    .periodicity_button + .periodicity_button {
        margin-left: 10px;
    }
}
.b_calc_sliders {
    border-right: 2px solid #F7F7F7;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 35px;
}
@media (max-width: 1199px) {
    .b_calc_sliders {
        border-right: none;
        padding-right: 15px;
    }
}
.b_calc_slider_title {
    font-size: 14px;
    font-weight: 700;
    color: #797979;
    margin-bottom: 30px;
    text-align: center;
}
.b_calc_slider_title span {
    font-size: 18px;
    line-height: 22px;
    color: #EF6128;
    white-space: nowrap;
}
.b_calc_slider {
    position: relative;
    padding-bottom: 50px;
}
.b_calc_slider .b_calc_slider_pos {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #EF6128;
    border: none;
    margin-top: 30px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    z-index: 2;
}
.b_calc_slider .b_calc_slider_pos.pos_min {
    left: 0;
}
.b_calc_slider .b_calc_slider_pos.pos_max {
    right: 0;
}
.b_calc_slider .ui_slider {
    flex-grow: 1;
    height: 6px;
    background: #EB4130;
    border: none;
    border-radius: 0;
}
.b_calc_slider .ui-slider-handle {
    width: 40px;
    height: 40px;
    background-color: #EF6128;
    border: 10px solid #fafafa;
    border-radius: 50%;
    outline: none !important;
    margin-top: -17px;
    margin-left: -20px;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,.2);
}
.b_calc_slider .ui-slider-range {
    background: #EB4130;
}
.b_calc_result {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .b_calc_result {
        text-align: center;
    }
}
.b_calc_result_item + .b_calc_result_item {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .b_calc_result_item + .b_calc_result_item {
        margin-top: 10px;
    }
}
.b_calc_result_title {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #797979;
}
.b_calc_result_value {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #797979;
}
.b_calc_result_value span {
    font-size: 18px;
    line-height: 22px;
    color: #EF6128;
    margin-left: 4px;
    white-space: nowrap;
}
.b_calc .o_button_wrap {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}
.b_calc .o_button {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 12px;
    -webkit-appearance: none;
}
/* calculator end */

/* pozcalc start */
.b_pozcalc {
    max-width: 600px;
    font-size: 13px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
}
.b_pozcalc_title {
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
}
.b_pozcalc_subtitle {
    margin-bottom: 25px;
    text-align: center;
}
.b_pozcalc_actions {
    margin-bottom: 25px;
}
.b_pozcalc_actions_title {
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.b_pozcalc_actions_buttons {
    display: flex;
    vertical-align: middle;
    position: relative;
}
.b_pozcalc_actions_buttons button {
    flex: 1 1 0;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none !important;
    cursor: pointer;
}
@media (max-width: 480px) {
  .b_pozcalc_actions_buttons button {
    font-size: 13px;
  }
}
.b_pozcalc_actions_buttons button:hover {
    color: #f17b2b;
}
.b_pozcalc_actions_buttons button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}
.b_pozcalc_actions_buttons button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.b_pozcalc_actions_buttons button.active {
    color: #f17b2b;
    border-color: #f17b2b;
    z-index: 1;
}
.b_pozcalc_sliders {

}
.b_pozcalc_slider_title {
    font-weight: 600;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 10px 18px 10px;
    text-align: center;
}
.b_pozcalc_slider_title span {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #f17b2b;
    white-space: nowrap;
    margin-left: 10px;
}
.b_pozcalc_slider {
    position: relative;
    padding-bottom: 40px;
}
.b_pozcalc_slider .b_pozcalc_slider_pos {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #f17b2b;
    border: none;
    margin-top: 20px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    z-index: 2;
}
.b_pozcalc_slider .b_pozcalc_slider_pos.pos_min {
    left: 0;
}
.b_pozcalc_slider .b_pozcalc_slider_pos.pos_max {
    right: 0;
}
.b_pozcalc_slider .ui_slider {
    flex-grow: 1;
    height: 4px;
    background: #dbdbdb;
    border: none;
    border-radius: 0;
}
.b_pozcalc_slider .ui-slider-handle {
    width: 28px;
    height: 28px;
    background-color: #e92e35;
    border: none;
    border-radius: 50%;
    outline: none !important;
    margin-top: -9px;
    margin-left: -14px;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,.2);
}
.b_pozcalc_slider .ui-slider-handle:before {
    content: '';
    width: 7px;
    height: 12px;
    border-left: 2px solid rgba(255,255,255,.7);
    border-right: 2px solid rgba(255,255,255,.7);
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.b_pozcalc_slider .ui-slider-range {
    background: #f17b2b;
}
.b_pozcalc_order_button {
    margin-bottom: 15px;
}
.b_pozcalc_order_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    background: #e92e35;
    border: none;
    border-radius: 5px;
    outline: none;
    margin: 0;
    padding: 0 12px;
    -webkit-appearance: none;
}
.b_pozcalc_result {
    display: table;
    width: 100%;
}
.b_pozcalc_result_item {
    display: table-row;
}
.b_pozcalc_result_item > div {
    display: table-cell;
    padding: 5px 0;
}
.b_pozcalc_result_item:last-child > div {
    border-bottom: none;
}
.b_pozcalc_result_item > div:last-child {
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}
.b_pozcalc_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.2;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
.b_pozcalc_links > div {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    text-align: center;
}
.b_pozcalc_links a,
.b_pozcalc_links button {
    font-size: 12px;
    border: 0 !important;
    outline: 0;
    padding: 0;
    text-decoration: underline !important;
    text-wrap: wrap;
}
.b_pozcalc_links a {
    color: #337ab7;
}
.calc_calculations {
    font-size: 12px;
}
.calc_calculations_title {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.calc_calculations_subtitle {
    margin-bottom: 10px;
    text-align: center;
}
.calc_calculations_table {
    margin-bottom: 10px;
}
/* pozcalc end */

/* pozcalc2 start */
.b_pozcalc2 {
    max-width: 600px;
    font-size: 14px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
}
.b_pozcalc2_title {
    margin-bottom: 25px;
    text-align: center;
    background-color: #d9e9c7;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 5px 5px 0 0;
    padding: 10px 0;
    font-size: 20px;
}
@media (max-width: 767px) {
    .b_pozcalc2_title {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.b_pozcalc2_subtitle {
    margin-bottom: 25px;
    text-align: center;
}
.b_pozcalc2_amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
@media (max-width: 480px) {
    .b_pozcalc2_amount {
        font-size: 14px;
    }
}
.b_pozcalc2_amount strong {
    font-size: 26px;
}
@media (max-width: 480px) {
    .b_pozcalc2_amount strong {
        font-size: 20px;
    }
}
.b_pozcalc2_order_button {
    margin-bottom: 15px;
}
.b_pozcalc2_order_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    background: #feab30;
    border: none;
    border-radius: 5px;
    outline: none;
    margin: 0;
    padding: 0 12px;
    -webkit-appearance: none;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    .b_pozcalc2_order_button a {
        font-size: 16px;
    }
}
.b_pozcalc2_result {
    display: table;
    width: 100%;
}
.b_pozcalc2_result_item {
    display: table-row;
}
.b_pozcalc2_result_item > div {
    display: table-cell;
    padding: 5px 0;
}
.b_pozcalc2_result_item:last-child > div {
    border-bottom: none;
}
.b_pozcalc2_result_item > div:last-child {
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}
.b_pozcalc2_rate {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}
@media (max-width: 480px) {
    .b_pozcalc2_rate {
        font-size: 16px;
    }
}
.b_pozcalc2_links_title {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.b_pozcalc2_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.2;
}
.b_pozcalc2_links > div {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    text-align: center;
}
.b_pozcalc2_links a,
.b_pozcalc2_links button {
    font-size: 13px;
    border: 0 !important;
    outline: 0;
    padding: 0;
    text-decoration: underline !important;
    text-wrap: wrap;
    color: #f16437;
}
/* pozcalc2 end */

.text-center {
    text-align: center;
}
.contacts {
    padding: 72px 38px 50px;
}
.contact-center {
    padding: 40px 68px 68px;
}
.contact-center .heading2 strong {
    color: #F39241;
}
.contact-center .text1 {
    margin-top: 16px;
}
.contact-center .text1 a {
    color: #F39241;
    border-bottom: 1px solid #F39241;
}
.contact-center .text2 {
    font-weight: 500;
    margin-top: 6px;
}
.contact-form {
    background: #FAFAFA;
    padding: 55px 25% 85px 68px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.contact-form .form {
    max-width: 100%;
    margin: 55px 0 0;
}
.contact-form .form form {
    font-size: 0;
}
.contact-form .form .form-group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.contact-form .form .form-group1 {
    padding-right: 5px;
}
.contact-form .form .form-group2 {
    padding-left: 5px;
}
.contact-form .form .form-block + .form-block {
    margin-top: 20px;
}
.contact-form .form .submit-block {
    margin-top: 20px;
}
.contact-form .form input {
    min-height: 60px;
    background: #F2F2F2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 22px;
}
.contact-form .form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3);
}
.contact-form .form input::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    opacity: 1;
}
.contact-form .form select {
    display: none;
}
.contact-form .form input[type="submit"] {
    max-width: 310px;
    background: linear-gradient(90deg, #EB4130 0%, #FAD00D 100%);
    background: -webkit-linear-gradient(360deg, #EB4130 0%, #FAD00D 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
}
.contact-info {
    margin-top: 32px;
}
.contact-info .col-8 {
    padding-left: 38px;
}
.contact-info .emails {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.contact-info .list {
    margin-top: 33px;
}
.contact-info .list li {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
}
.contact-info .list li:before {
    top: 0;
    margin-top: 0;
}
.contact-info .list li:after {
    display: none;
}
.contact-info .list li a {
    color: #F39241;
    border-bottom: 1px solid #F39241;
}
.contact-info .address {
    height: 100%;
    padding: 94px 50px;
    background: #FAFAFA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.contact-info .address .heading2 {
    font-weight: normal;
}
.contact-info .address .text2 {
    font-weight: 500;
    margin-top: 56px;
}
.contact-info .address .text2 p + p {
    margin-top: 19px;
}
.contact-info .address .text2 a {
    color: #F39241;
    border-bottom: 1px solid #F39241;
}
.contact-info .address .text2 strong {
    font-weight: 500;
    color: #000;
}
.other-footer {
    background: #FAFAFA;
}
.other-footer .col-6:first-of-type {
    padding: 48px 48px 96px 0;
}
.other-footer .col-6:last-of-type {
    padding: 48px 0 96px 48px;
}
.footer .other-button {
    min-width: 310px;
    min-height: 50px;
    background: linear-gradient(90deg, #EB4130 0%, #FAD00D 100%);
    background: -webkit-linear-gradient(360deg, #EB4130 0%, #FAD00D 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 24px;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 48px;
}
.other-footer .text {
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, .7);
}
.footer .text:first-of-type:after {
    background: rgba(84, 114, 182, .15);
}
.other-footer .text2 p + p {
    margin-top: 19px;
}
.other-footer .text2 strong {
    font-weight: 500;
}
.other-footer .text2 a {
    color: #F39241;
    border-bottom: 1px solid #F39241;
}
.select {
    position: relative;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-select: none;
}
.select .select-label {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 60px;
    padding: 0 58px 0 24px;
    background: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, .3);
    white-space: nowrap;
    z-index: 2;
    cursor: pointer;
    transition: border-color .25s ease;
    -webkit-transition: border-color .25s ease;
}
.select .select-label.chosen {
    color: #797979;
}
.select .select-label.invalid {
    border-color: #E24922;
}
.wpcf7-form.sent .select .select-label {
    border-color: #40D87D;
}
.select .select-label:after {
    content: '';
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3C3536;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -3px;
}
.select .select-options {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 79px 24px 19px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.select-open .select-options {
    opacity: 1;
    pointer-events: auto;
}
.select .select-options li {
    font-size: 18px;
    line-height: 22px;
    color: #797979;
    cursor: pointer;
}
.select .select-options .selected {
    pointer-events: none;
}
.select .select-options li + li {
    margin-top: 12px;
}
.adv_desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
    color: white;
}

/*
================================
=============== FORM STYLE START
================================
*/
#form-response pre, #form-response p {
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat';
    line-height: 145%;
}
.input-box label {
    text-align: center;
    position: absolute;
    top: -0.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    line-height: 1;
    white-space: nowrap;
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
    padding: 3px 6px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-box {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 1.5625rem;
    margin-bottom: 20px;
}
.input-box input,
.input-box select {
    width: 100%;
    padding: 15px 20px;
    /*text-align: center;*/
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(242, 137, 30, 0.32);
    font-size: 16px;
}
span.label_check_text {
    display: inline-flex;
    margin-top: 5px;
}
.input-box.check_box input {
    /* width: 16px; */
    /* height: 16px; */
}
.input-box_label.label_check {
    position: relative;
    background-color: transparent;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    top: unset;
    text-align: left;
    padding: 0px;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-box.check_box {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
}
input[type="submit"] {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border: none;
    cursor: pointer;
}
.form-control:focus,
select.form-control:focus {
    outline: none;
}
.input-box.f_error input {
    border-bottom: 2px solid #e20000;
}
span.error-msg {
  color: #e02020;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.5s;
  opacity: 0;
}
.f_error span.error-msg {
    opacity: 1;
}
/* Общие стили для input плейсхолдеров */
input.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
    font-family: 'Montserrat' sans-serif;
}
input.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
    font-family: 'Montserrat' sans-serif;
}
input.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
    font-family: 'Montserrat' sans-serif;
}
input.form-control::placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
    font-family: 'Montserrat' sans-serif;
}
/* Специфичные стили для input плейсхолдеров в Webkit-браузерах (Chrome, Safari) */
input.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .7);
}
/* Специфичные стили для input плейсхолдеров в Edge */
input.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .7);
}
/* Стили для select плейсхолдеров */
/* Псевдокласс для select плейсхолдера для Webkit-браузеров (Chrome, Safari) */
select.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
}
/* Псевдокласс для select плейсхолдера в Edge */
select.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .7);
}
/* Общие стили для select плейсхолдеров */
select.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
}
select.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
}
select.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
}
select.form-control::placeholder {
    color: rgba(0, 0, 0, .7);
    opacity: 1; /* Firefox */
}
/* Стили для focus состояния */
input.form-control:focus::-webkit-input-placeholder, select.form-control:focus::-webkit-input-placeholder {
    color: transparent; /* Скрытие плейсхолдера при фокусе */
}
input.form-control:focus:-ms-input-placeholder, select.form-control:focus:-ms-input-placeholder {
    color: transparent; /* Скрытие плейсхолдера при фокусе */
}
input.form-control:focus::-ms-input-placeholder, select.form-control:focus::-ms-input-placeholder {
    color: transparent; /* Скрытие плейсхолдера при фокусе */
}
input.form-control:focus::placeholder,
select.form-control:focus::placeholder {
    color: transparent; /* Скрытие плейсхолдера при фокусе */
}
input.form-control:focus::-webkit-input-placeholder,
select.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
input.form-control:focus::-ms-input-placeholder,
select.form-control:focus::-ms-input-placeholder {
    color: transparent;
}
input.form-control:focus:-moz-placeholder,
select.form-control:focus:-moz-placeholder {
    color: transparent;
}
input.form-control:focus::-moz-placeholder,
select.form-control:focus::-moz-placeholder {
    color: transparent;
}
select {
    color: rgba(0, 0, 0, .7);
}
/* Стили для всплывающего окна */
.form-response-popup {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.form-response-popup-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 30px;
    border: 1px solid #9E9E9E;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.form-response-popup-close {
    color: #F38D1D;
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-response-popup-close:hover,
.form-response-popup-close:focus {
    color: #E82238;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.no-scroll {
    overflow: hidden;
}
.h_buttons {
    display: none;
}
input[type="checkbox"] {
  z-index: -1;
  opacity: 0;
  margin: 0px 0px 0px 10px;
  width: 20px;
  height: 20px;
  padding: 0;
}
input[type="checkbox"]+label {
  position: relative;
  cursor: pointer;
}
input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
}
input[type="checkbox"]+label:after {
  display: none;
}
input[type="checkbox"]:checked+label:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2024/07/check.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: 2px;
  background-color: #FFF;
  border: 0.5px solid #ddd;
}
input[type="checkbox"]:checked+label:after {
  left: 26px;
}
select.form-control {
    height: 52px; /* Задайте начальную высоту */
}

@media (max-width: 761px) {
    .label_check_text {
        font-size: 13px;
    }

    .input-box_label {
        font-size: 10px !important;
        left: 8% !important;
        top: 0.1em !important;
    }

    .input-box input,
    .input-box select {
        padding: 20px 15px 10px;
        border: 1px solid #F08046;
        border-radius: unset;
    }

    .b_pozcalc_title {
        font-size: 35px;
        text-align: left;
    }

    .h_banner {
        text-align: unset;
    }

    input[type="submit"] {
        width: 45%;
        height: 40px;
        text-transform: uppercase;
        border-radius: unset;
        font-family: "Montserrat", 'sans-serif';
        background: #F08046;
    }

    .input-box.check_box input {
        display: none;
    }

    span.label_check_text {
        right: 10px;
        position: relative;
    }

    input[type="checkbox"]:checked+label:before {
        background-image: url(/wp-content/uploads/2024/07/check.svg);
        border: 0.5px solid #F39343;
        color: #F39343;
        border-radius: unset;
    }

    .second_banner img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .calculation {
        width: unset !important;
    }

    .h_phone a {
        font-weight: unset !important;
    }

    .h_banner {
        display: unset;
    }

    #main_first_container {
        flex-direction: column-reverse;
        display: flex;
        margin-top: 30px;
        gap: 70px;
    }

    .calculation {
        width: 50%;
        height: 10%;
        margin-top: 100px;
        margin-right: unset;
    }

    .first_rotate_element {
        position: absolute;
    }

    .second_rotate_element {
        position: absolute;
        right: 0;
        bottom: 70px;
    }

    .doc_list {
        background-color: unset;
    }


    .section_apps .container_apps {
        position: relative;
        background-image: url(../../assets/images/bg_section_6_mask.png);
        background-repeat: no-repeat;
        max-width: 1340px;
        width: 92%;
        background-size: cover;
    }

    .apps_banner-image {
        margin-top: 50px;
        position: relative;
        width: 100%;
        height: 487px;
        background-size: contain !important;
        background: url(../../assets/images/section_apps_bg.png) no-repeat;
    }

    .banner_bg-text h4,.finance_step_banner-text h4 {
        margin-top: 1.5rem;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        color: #F8F8F8;
        margin-bottom: 2.5rem;
        display: block;
        position: relative;
        z-index: 2
    }

    .banner_bg-text {
        margin-top: 7%;
    }

    .banner_bg,.finance_step_banner {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 160px
    }

    .qr_codes_and_buttons {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .image_store {
        gap: 10px;
        display: flex;
    }

    .qr_codes_and_buttons p{
        display: none;
    }

    .input-box {
        margin-bottom: 10px;
    }

    .input-box.check_box {
        flex-direction: column;
    }

    .input-box_label.label_check {
        margin-bottom: 10px;
    }

    .apps_banner {
        overflow: unset;
    }

    .apps_banner.banner_bg {
        justify-content: space-around;
    }

    .google-pay_button {
        width: 170px;
        height: 64px;
    }

    .app-store_button {
        width: 170px;
        height: 64px;
    }

    .google-pay_qr {
        height: 64px;
    }

    .simple-credit_title {
        padding-left: 13px;
        margin: 100px 0 auto;
        font-size: 26px;
        padding-bottom: 44px;
    }

    .h_adv_item {
        height: 100%;
        width: 100%;
    }

    .h_adv_list{
        gap: 50px !important;
    }

    .h_adv_item:nth-child(n+3) {
        margin-top: 0;
    }

    .h_get_credit-banner {
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        height: 40em;
        background-image: url("/wp-content/themes/sch/assets/images/mask_group_mob.png");
    }

    .h_get_credit-container {
        padding: 50px 18px 18px 18px;
        color: white;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .h_get_credit-h3 {
        font-size: 24px;
    }

    a.h_get_credit_button-link {
        font-weight: 700;
        text-align: center;
        color: white;
        background-color: black;
        text-transform: uppercase;
        width: 100%;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media (min-width: 762px){
    .label_check_text {
        font-size: 13px;
    }

    .input-box_label {
        font-size: 10px !important;
        left: 8% !important;
        top: 0.1em !important;
    }

    .input-box input,
    .input-box select {
        padding: 20px 15px 10px;
        border: 1px solid #F08046;
        border-radius: unset;
    }

    .b_pozcalc_title {
        font-size: 35px;
        text-align: left;
    }

    .h_banner {
        text-align: unset;
    }

    input[type="submit"] {
        width: 45%;
        height: 40px;
        text-transform: uppercase;
        border-radius: unset;
        font-family: "Montserrat", 'sans-serif';
        background: #F08046;
    }

    .input-box.check_box input {
        display: none;
    }

    span.label_check_text {
        right: 10px;
        position: relative;
    }

    input[type="checkbox"]:checked+label:before {
        background-image: url(/wp-content/uploads/2024/07/check.svg);
        border: 0.5px solid #F39343;
        color: #F39343;
        border-radius: unset;
    }

    .h_banner {
        display: unset;
    }

    #main_first_container {
        display: flex;
        margin-top: 30px;
        gap: 70px;
    }

    .calculation {
        width: 50%;
        height: 10%;
        margin-top: 100px;
        margin-right: unset;
    }

    .first_rotate_element {
        position: absolute;
    }

    .second_rotate_element {
        position: absolute;
        right: 0;
        bottom: 70px;
    }

    .doc_list {
        background-color: unset;
    }


    .section_apps .container_apps {
        height: 478px;
        position: relative;
        background-image: url(../../assets/images/bg_section_6_mask.png);
        background-repeat: no-repeat;
        max-width: 1340px;
        width: 75%;
        background-size: cover;
    }

    .apps_banner-image {
        position: relative;
        bottom: 87px;
        width: 100%;
        max-width: 360px;
        height: 569px;
        top: auto;
        left: 20px;
        background-size: contain !important;
        background: url(../../assets/images/section_apps_bg.png) no-repeat;
    }

    .banner_bg-text h4,.finance_step_banner-text h4 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        color: #F8F8F8;
        margin-bottom: 2.5rem;
        display: block;
        position: relative;
        z-index: 2
    }

    .banner_bg-text {
        margin-top: 7%;
    }

    .banner_bg,.finance_step_banner {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 160px
    }

    .qr_codes_and_buttons {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .image_store {
        gap: 10px;
        display: flex;
    }

    .apps_banner {
        overflow: unset;
    }

    .apps_banner.banner_bg {
        gap: 110px;
        justify-content: space-around;
        margin-left: 5%;
        width: 80%;
    }

    .google-pay_button {
        width: 170px;
        height: 64px;
    }

    .app-store_button {
        width: 170px;
        height: 64px;
    }

    .google-pay_qr {
        height: 64px;
    }

    .simple-credit_title {
        width: 1364px;
        margin: 0 auto;
        font-size: 44px;
        padding-bottom: 44px;
    }

    .h_get_credit-banner {
        height: 398px;
        background-image: url("/wp-content/themes/sch/assets/images/mask_group.png");
    }

    .h_get_credit-container {
        font-weight: 700;
        color: white;
        display: flex;
        padding-top: 80px;
        padding-left: 110px;
        flex-direction: column;
        gap: 30px;
    }

    .h_get_credit-h3 {
        font-size: 34px;
    }

    .h_get_credit-container {
        width: 500px;
    }

    a.h_get_credit_button-link {
        text-align: center;
        color: white;
        background-color: black;
        text-transform: uppercase;
        width: 263px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

/*
================================
================= FORM STYLE END
================================
*/
@media screen and (max-width: 1279px) {
    .h_buttons {
        display: none;
    }
    .lang {
        display: none!important;
    }
    .h_banner {
        height: auto;
        padding: 38px 0px;
        background: linear-gradient(0deg, #E82238 0%, #F38D1D 100%) !important;
        position: relative;
    }
    .calculation {
        margin: 0 auto;
    }
    .h_adv_list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .steps_item:nth-child(1),
    .steps_item:nth-child(2),
    .steps_item:nth-child(3),
    .steps_item:nth-child(4) {
        margin: 0px;
    }
    .h_get_credit_steps {
        padding: 0px 0px 58px;
    }
    .doc_list {
        padding: 83px 15px 53px;
    }
    .doc_item img {
        height: auto;
    }
    .heading_block {
        min-height: 100%;
    }
    img.hpi_img {
        width: 55%;
        margin-top: 19px;
    }
    .hpi_left {
        width: 100%;
        padding-right: 50%;
    }
    .h_pay_credit_info {
        padding: 0px;
        min-height: auto;
    }
    .fixedbannerf {
        right: 15px;
        top: 76px;
    }
}

@media screen and (max-width: 767px) {
    .steps_item:nth-child(3) {
        order: 4;
    }
    .navbar-content .lang {
        display: flex!important;
        width: 100%;
        justify-content: space-between;
    }
    .navbar .navbar-content .lang li {
        width: 100%;
    }
    .header .flex-container {
        justify-content: center;
        gap: 30px;
    }
    .navbar {
        top: 60px;
    }
    .navbar .navbar-content {
        max-width: calc(100% - 38px);
        padding: 38px 19px 38px 38px;
    }
    .logo img {
        width: auto;
        height: 40px;
    }
    .h_adv {
        background-color: transparent;
        padding: 19px 0px;
    }
    .h_adv_list {
        gap: 30px;
        padding: 15px 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .h_get_credit {
        padding: 19px 0px 38px;
    }
    .heading_block {
        min-height: 100px;
        height: 100px;
        padding: 19px;
    }
    .hb_label {
        display: none;
    }
    .h_get_credit_steps {
        padding: 0px;
        row-gap: 19px;
        margin-top: 38px;
        background: unset;
        display: flex;
        flex-direction: column;
    }
    .steps_item:nth-child(1),
    .steps_item:nth-child(2),
    .steps_item:nth-child(3),
    .steps_item:nth-child(4) {
        margin: 0px;
    }
    .steps_item {
        padding: 19px;
        max-width: 100%;
    }
    .steps_num {
        font-size: 85px;
        line-height: 85px;
    }
    .steps_title {
        font-size: 16px;
        line-height: 19px;
    }
    .hb_wl {
        margin: 0px;
        padding: 19px;
        font-size: 22px;
        line-height: 27px;
        min-height: 100px;
        height: 100px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .doc_list {
        margin-bottom: 0px;
        padding: 19px 0px;
        margin-top: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 19px;
        background-color: transparent;
    }
    .doc_item img {
        height: auto;
        margin-bottom: 10px;
    }
    .h_pay_credit {
        padding: 19px 0px;
        background-color: transparent;
    }
    .h_pay_credit_info {
        min-height: auto;
        padding: 0px;
        margin-top: 30px;
        background-color: transparent;
    }
    .hpi_left {
        width: 100%;
        padding: 0px;
    }
    img.hpi_img {
        position: relative;
        margin: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        order: -1;
        margin-bottom: 24px;
    }
    .hpi_left ul {
        margin: 0px;
    }
    .hpi_left li:before {
        width: 16px;
        height: 16px;
        left: 10px;
        top: 0px;
    }
    .footer .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .footer {
        padding: 0px;
        background: transparent;
    }
    .footer_left p {
        color: rgba(0, 0, 0, .7);
    }
    .footer_left a {
        color: #925ffc;
    }
    a.gp_link {
        justify-content: center;
        margin-bottom: 0px;
    }
    .footer_left:after {
        margin-bottom: -19px;
    }
    .fcr p {
        color: rgba(0, 0, 0, .7);
    }
    .footer_right {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.for-nbu {
    margin-bottom: 60px;
}

.for-nbu-text {
    border: 3px solid #f08046;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.nbu-text-hidden {
    height: 200px;
    overflow: auto;
}

/* ===== tp_modal ===== */
.tp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, .5);
}
.tp_modal.open {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.tp_modal_dialog {
    max-height: calc(100% - 30px);
    max-width: 800px;
    margin: 15px auto;
    position: relative;
    width: auto;
    pointer-events: none;
}
.tp_modal_content {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 30px);
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}
.tp_modal_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #dee2e6;
}
.tp_modal_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}
.tp_modal_header .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .5;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 15px;
    margin: -15px -15px -15px auto;
}
.tp_modal_body {
    overflow-y: auto;
    position: relative;
    flex: 1 1 auto;
    padding: 15px 20px;
}
.tp_modal_body p {
    margin-bottom: 10px;
}
body.tp_modal_open {
    overflow: hidden;
}
@media (max-width: 480px) {
    .tp_modal_body table {
        font-size: 8px;
        line-height: 10px;
    }
    .tp_modal_body table td {
        padding: 3px 1px;
    }
}
/* ===== /tp_modal ===== */

/* ===== pz-calc (новый калькулятор) ===== */

:root {
    --pz-color-mono100: #f8f9fa;
    --pz-color-mono200: #e9ecef;
    --pz-color-mono300: #dee2e6;
    --pz-color-mono400: #ced4da;
    --pz-color-mono500: #adb5bd;
    --pz-color-mono600: #6c757d;
    --pz-color-mono700: #495057;
    --pz-color-mono800: #343a40;
    --pz-color-mono900: #000;
    --pz-color-primary: #f08046;
    --pz-color-primary-light: #f1d1cf;
    --pz-color-secondary: #2bb32a;
    --pz-color-secondary-light: #5ccd6e;
    --pz-text-color: #000;
    --pz-color-border: var(--pz-color-mono400);
    --pz-secondary-bg: var(--pz-color-mono100);
    --pz-font-family: 'Montserrat', sans-serif;
    --pz-font-size: 1.025em;
    --pz-opacity-disabled: 1;
}

.section-calculator {
    padding: 25px 0;
}
@media (min-width: 992px) {
    .section-calculator {
        padding: 60px 0;
    }
}

.pz-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    font-family: var(--pz-font-family);
    font-size: var(--pz-font-size);
    font-weight: 700;
    line-height: 24px;
    color: var(--pz-color-mono900);
    background-color: transparent;
    border: 1px solid var(--pz-color-border);
    border-radius: 14px;
    padding: 7px 16px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    text-transform: uppercase;
    user-select: none;
    white-space: nowrap;
}
.pz-btn:not(:disabled):hover,
.pz-btn:not(.disabled):hover,
.pz-btn:not(:disabled):active,
.pz-btn:not(.disabled):active {
    opacity: .9;
}
.pz-btn:disabled,
.pz-btn.disabled {
    color: var(--pz-color-mono500) !important;
    background-color: var(--pz-color-mono300) !important;
    border-color: var(--pz-color-mono300) !important;
    opacity: var(--pz-opacity-disabled);
    box-shadow: none !important;
    pointer-events: none;
}
.pz-btn.pz-btn--primary {
    color: #fff;
    background-color: var(--pz-color-primary);
    border-color: var(--pz-color-primary);
}
.pz-btn.pz-btn--secondary {
    color: #fff;
    background-color: var(--pz-color-secondary);
    border-color: var(--pz-color-secondary);
}

.pz-calculation {
    background-color: var(--pz-secondary-bg);
    border-radius: 20px;
    padding: 30px;
    margin: 0 auto;
    width: 50%;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
    .pz-calculation {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .pz-calculation {
        width: 100%;
        padding: 20px 10px;
    }
}

.pz-calc-amount-selection {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .pz-calc-amount-selection {
        margin-bottom: 20px;
    }
}
.pz-calc-amount-selection__title {
    color: var(--pz-color-mono600);
    margin-bottom: 15px;
    text-align: center;
}
.pz-calc-amount-selection__actions {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.pz-calc-amount-selection__actions button {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    color: var(--pz-color-primary);
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--pz-color-primary);
    margin: 0 15px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.pz-calc-amount-slider {
    position: relative;
    padding-bottom: 40px;
}
.pz-calc-amount-slider__pos {
    font-size: 0.8em;
    color: var(--pz-color-mono600);
    border: none;
    margin-top: 20px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.pz-calc-amount-slider__pos[data-pos="min"] { left: 0; }
.pz-calc-amount-slider__pos[data-pos="max"] { right: 0; }
.pz-calc-amount-slider .ui_slider {
    flex-grow: 1;
    height: 4px;
    background: var(--pz-color-mono300);
    border: none;
    border-radius: 0;
}
.pz-calc-amount-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 7.5px solid var(--pz-color-primary);
    border-radius: 50%;
    outline: none !important;
    margin-top: -6px;
    margin-left: -12px;
}
.pz-calc-amount-slider .ui-slider-range {
    background: var(--pz-color-primary);
}

.pz-calc-items {
    display: flex;
    justify-content: space-between;
}
.pz-calc-item {
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid var(--pz-color-primary);
    padding: 5px;
}
.pz-calc-item:not(:last-child) {
    margin-right: 20px;
}
.pz-calc-item[data-term-type="periodic"] {
    border: 1px solid var(--pz-color-secondary);
}
@media (min-width: 768px) {
    .pz-calc-item {
        border-radius: 20px;
        padding: 10px;
    }
}

.pz-calc-item__header {
    background-color: var(--pz-color-primary-light);
    border-radius: 10px 10px 0 0;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 5px;
}
@media (min-width: 768px) {
    .pz-calc-item__header {
        border-radius: 20px 20px 0 0;
        margin-top: -10px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 7px 10px;
    }
}
.pz-calc-item__title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
@media (min-width: 768px) {
    .pz-calc-item__title {
        font-size: 1.5em;
    }
}
.pz-calc-item__body {
    padding: 10px 0;
}
.pz-calc-item__footer {
    margin-top: auto;
}
@media (min-width: 768px) {
    .pz-calc-item__footer {
        padding-top: 20px;
    }
}
.pz-calc-item__footer .pz-btn {
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
}
@media (min-width: 768px) {
    .pz-calc-item__footer .pz-btn {
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.pz-calc-item-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    font-size: 11px;
    border-bottom: 1px solid var(--pz-color-border);
    padding: 5px 0;
    text-align: center;
}
@media (min-width: 768px) {
    .pz-calc-item-result {
        min-height: 60px;
        padding: 10px 0;
    }
}
.pz-calc-item-result [data-active="true"] {
    color: var(--pz-color-secondary);
}
.pz-calc-item-result__title {
    font-size: 10px;
    color: var(--pz-color-mono600);
}
@media (min-width: 768px) {
    .pz-calc-item-result__title {
        font-size: 14px;
    }
}
.pz-calc-item-result__values {
    display: flex;
}
.pz-calc-item-result__values .pz-calc-item-result__value {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
}
.pz-calc-item-result__value {
    font-weight: 700;
}
/*!* Скрытие/показ по data-active *!*/
/*.pz-calc [data-active="false"] {*/
/*    display: none;*/
/*}*/
.pz-calc [data-active="true"] {
    display: block;
}
.pz-calc-item-result__value.rate-value {
    color: var(--pz-color-primary);
}
.pz-calc-item[data-term-type="periodic"] .pz-calc-item-result__value.rate-value {
    color: var(--pz-color-secondary);
}
.pz-calc-item-result__value.rate-value b {
    line-height: 16px;
}
@media (min-width: 768px) {
    .pz-calc-item-result__value.rate-value b {
        font-size: 1.5em;
        line-height: 16px;
    }
}

.pz-calc-item-term-selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
@media (min-width: 768px) {
    .pz-calc-item-term-selection {
        justify-content: center;
        gap: 10px;
    }
}
.pz-calc-item-switch {
    width: 100%;
}
@media (min-width: 768px) {
    .pz-calc-item-switch {
        width: auto;
        order: 2;
    }
    .pz-calc-item-term-selection .pz-calc-item-result__value:first-of-type {
        order: 1;
    }
    .pz-calc-item-term-selection .pz-calc-item-result__value:last-of-type {
        order: 3;
    }
}
.pz-calc-item-switch button {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 16px;
    background-color: var(--pz-color-mono200);
    border-radius: 50px;
    border: 0;
    cursor: pointer;
}
@media (min-width: 768px) {
    .pz-calc-item-switch button {
        width: 60px;
        height: 20px;
    }
}
.pz-calc-item-switch button:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--pz-color-secondary);
    border-radius: 50%;
    border: 3px solid var(--pz-color-secondary-light);
    margin-top: -4px;
    position: absolute;
    top: 0;
    transition: all .2s;
}
.pz-calc-item-switch button[data-dir="left"]:before {
    left: 0;
}
.pz-calc-item-switch button[data-dir="right"]:before {
    left: calc(100% - 24px);
}
@media (min-width: 768px) {
    .pz-calc-item-switch button:before {
        margin-top: -6px;
        width: 34px;
        height: 34px;
    }
    .pz-calc-item-switch button[data-dir="right"]:before {
        left: calc(100% - 34px);
    }
}

.pz-calc-nav {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .pz-calc-nav {
        margin-top: 30px;
    }
}
.pz-calc-nav__title {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
}
@media (min-width: 768px) {
    .pz-calc-nav__title {
        font-size: 1em;
        margin-bottom: 10px;
    }
}

.pz-calc-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .pz-calc-links {
        gap: 10px;
    }
}
.pz-calc-links > div {
    flex: 0 0 calc(50% - 2px);
    max-width: calc(50% - 2px);
    text-align: center;
}
@media (min-width: 768px) {
    .pz-calc-links > div {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}
.pz-calc-links .native_link_container-full {
    flex-basis: calc(100% - 10px);
    max-width: 100%;
}
.pz-calc-links a {
    font-size: 8px;
    color: var(--pz-text-color);
    text-decoration: underline;
}
@media (min-width: 768px) {
    .pz-calc-links a {
        font-size: 0.8em;
    }
}

table {
    width: 100%;
    font-size: 1em;
    line-height: 14px;
    border-collapse: collapse;
    table-layout: fixed;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    text-align: center;
}
table th, table td {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 13px;
    /*font-size: 15px;*/
    line-height: inherit;
    color: #454545;
}
table th:first-of-type, table td:first-of-type {
    border-left: none;
}
table th:last-of-type, table td:last-of-type {
    border-right: none;
}
table th {
    vertical-align: middle;
    background: #E6E6E6;
    font-weight: bold;
}
table tr:first-of-type th {
    border-top: none;
}
table td {
    vertical-align: middle;
    background: #F2F2F2;
}
table tr:nth-of-type(odd) td {
    background: #fff;
}
table tr:last-of-type td {
    border-bottom: none;
}