@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: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Roboto', sans-serif;
}
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: none;
}
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: 1140px;
    margin: 0 auto;
}
h1.main_title {
    display: inline-block;
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.dnone {
    display: none;
}
.flex-container {
    width: 1110px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
}
.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;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background: #000080;
    border-radius: 50px;
    text-transform: uppercase;
    border: 3px solid transparent;
    padding: 0.375rem 0.75rem;
    font-weight: 700;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.h_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
a.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
a.phones {
    color: #2BB32A;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    border: 3px solid transparent;
    padding-bottom: 10px;
    font-weight: 700;
    width: -webkit-max-content;
    width: max-content;
}
a.phones svg {
    width: 16px;
    height: 16px;
}
.label {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 16px;
}
.h_download_link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.h_download_link li {
    min-height: 90px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    margin: 9.5px;
    background: linear-gradient(270deg, #2375cd 0%, #2bade4 100%);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    border-radius: 5px;
}
.h_download_link li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 19px;
    text-align: center;
    text-decoration: none;
}
.h_download_link li a:hover {
    text-decoration: underline;
}
.h_content {
    padding: 1.5rem 0;
}
.h_content_table {
    border: 1px solid #555;
    border-radius: 5px;
    padding: 30px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.h_content_table a {
    text-decoration: underline;
    color: #0260C6;
}
.h_content_table a:hover {
    text-decoration: none;
}
h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.h_tags a {
    display: inline-block;
    vertical-align: top;
    font-size: 0.75rem;
    font-weight: 400;
    color: #111;
    border-width: 1px;
    border-radius: 0;
    margin: 0 5px 10px 0;
    background-color: transparent;
    background-image: none;
    padding: 0.25rem 0.5rem;
    border: 1px solid #e336a4;
    transition: all 0.3s;
}
.h_tags {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
.h_tags p {
    display: flex;
    flex-wrap: wrap;
}
.h_tags br {
    display: none;
}
.h_tags a:hover {
    background-color: #e336a4;
    color: #FFF;
}
.logo a {
    display: block;
}
.logo img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 50px;
}
.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: 20px;
    top: 20px;
    z-index: 10;
    display: -inline-flex;
    display: -webkit-inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
a.fixbut {
    background-color: #e336a4;
    border-color: #e336a4;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 100%;
    height: 100%;
    display: -inline-flex;
    display: -webkit-inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: #FFF;
    transition: all 300ms ease-in-out 0ms;
}
a.fixbut:hover {
    background-color: #d32d97;
    border-color: #d32d97;
}
.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; */
    color: #000;
    font-weight: 600;
}
.lang li + li {
    margin-left: -1px;
}
.lang li a {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 22px;
    color: #5099dd;
    text-transform: capitalize;
    font-weight: 600;
}
.lang li.current-lang a {
    pointer-events: none;
    color: #000;
    text-decoration: underline;
}
.lang li a:hover {
    color: #000;
    text-decoration: none;
}
.navicon {
    display: none;
    position: relative;
    width: 22px;
    height: 18px;
    cursor: pointer;
}
.navicon span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1.5px;
    height: 3px;
    background: #5099dd;
}
.navicon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: #5099dd;
}
.navicon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #5099dd;
}
.wrapper {
    position: relative;
    flex: 1 1 auto;
    overflow-x: hidden;
}
.footer {
    color: white;
    position: relative;
    background-color: #3D544D3D;
    padding: 0 38px;
}
.footer_left {
    padding: 0;
    position: relative;
}
.footer_right {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_left a {
    font-weight: normal;
    color: #0260C6;
    text-decoration: underline;
}
a.gp_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer .links li a:hover {
    text-decoration: underline;
    transition: all 0.3s;
}
.footer .links li a {
    transition: all 0.3s;
}
.footer_left p {
    line-height: 20px;
    font-size: 1rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: white;
}
.footer_left p:last-child {
    margin-bottom: 0px;
}
.footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -ms-grid-columns: 1fr 140px 1fr;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 140px; */
    padding-top: 80px;
    padding-bottom: 1.5rem;
}
.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;
    min-height: 100%;
    padding: 0;
    font-size: 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-left: auto;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.navbar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    margin-bottom: 0;
    visibility: hidden;
    opacity: 0;
}
.navbar.navbar-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}
.navbar .navbar-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    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: 135px 35px 35px 35px;
    text-align: left;
    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: #5099dd;
}
.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: 20px;
    line-height: 22px;
}
.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;
}
.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;
}

/* 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;
}
.header {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #f0f5fc;
    padding: 10px 15px;
    z-index: 99;
    position: relative;
}
.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: #734396;
    border-color: #734396;
    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: #734396;
    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: #734396;
    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: #734396;
    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);
    cursor: pointer;
}
.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: #734396;
}
.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: #28a745;
    border: none;
    border-radius: 5px;
    outline: none;
    margin: 0;
    padding: 0 12px;
    -webkit-appearance: none;
}
.footer_phones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.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;
    text-align: left;
}
.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: #0260C6;
}
.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 {
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
}
.fcr {
    text-align: right;
}
/* 
================================
=============== 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 #7343968f;
    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: #28a745;
    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: 13px;
  height: 13px;
  padding: 0;
}
input[type="checkbox"]+label {
  position: relative;
  cursor: pointer;
}
input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -22px;
  width: 13px;
  height: 13px;
  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; /* Задайте начальную высоту */
}
/* 
================================
================= FORM STYLE END
================================
*/
@media screen and (max-width: 1279px) {
    .h_buttons {
        display: none;
    }
    .lang {
        display: none!important;
    }
    .h_banner {
        height: auto;
        padding: 38px 0px;
        position: relative;
    }
    .calculation {
        margin: 0 auto;
    }
    a.logo {
        margin-right: 0px;
    }
    .header_right {
        gap: 15px;
    }
    .header a.phones {
        padding: 0px;
        background-color: transparent;
        color: #5099dd;
    }
    .header a.phones svg path {
        fill: #5099dd;
    }
    .header a.phones span {
        display: none;
    }
    h1.main_title {
        font-size: 1.375rem;
    }
    .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: 15px;
    }
    .navbar {
        top: 60px;
    }
    .navbar .navbar-content {
        max-width: 100%;
        padding: 70px 15px 15px 15px;
        width: 350px;
    }
    .logo img {
        max-height: 40px;
    }
    .footer .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 35px;
        padding-bottom: 25px;
    }
    a.gp_link {
        justify-content: center;
    }
    .footer_right {
        align-items: flex-start;
    }
    .footer {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    a.logo {
        margin-right: 0px;
    }
    .header_right {
        gap: 15px;
    }
    .header a.phones {
        padding: 10px;
        font-size: 16px;
        background-color: transparent;
        color: #5099dd;
        line-height: 100%;
        margin: 0;
        border: 0px;
        align-items: center;
    }
    .header a.phones svg path {
        fill: #5099dd;
    }
    .header a.phones span {
        display: none;
    }
    h1.main_title {
        font-size: 1.375rem;
    }
    .navbar-content .lang {
        display: flex!important;
        width: 100%;
        justify-content: space-between;
    }
    .navbar .navbar-content .lang li {
        width: 100%;
    }
    .header .flex-container {
        justify-content: unset;
    }
    .navbar {
        top: 50px;
    }
    .navbar .navbar-content .menu li a {
        font-size: 20px;
        line-height: 130%;
    }
    .navbar .navbar-content .menu li + li {
        margin: 10px 0 0;
    }
    .menu.mob {
        margin-bottom: 35px;
    }
    .navbar .navbar-content .button {
        min-width: auto;
        max-width: 100%;
        font-size: 14px;
        min-height: 40px;
    }
    .navbar .navbar-content {
        max-width: 100%;
        padding: 15px;
        width: 300px;
        padding-top: 70px;
    }
    .logo img {
        max-height: 40px;
    }
    .footer .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 35px;
        padding-bottom: 25px;
    }
    a.gp_link {
        justify-content: center;
    }
    .footer_right {
        align-items: flex-start;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed!important;
    }
}

@media (min-width: 768px){
    .header {
        background-color: rgba(61,84,77,.24);
    }

    body {
        background-color: #1A1E1C;
    }

    .input_container label {
        position: absolute;
        top: 0.6rem;
        left: 7.6%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
        line-height: 1;
        white-space: nowrap;
        font-size: 8px;
        color: #929292;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .input_container {
        position: relative;
        display: flex;
        flex-direction: column;
        border-radius: 1.5625rem;
        margin-bottom: 20px;
        width: 510px;
        height: 61px;
        margin-top: 30px;
    }
    .input_container input,
    .input_container select {
        color: white;
        width: 100%;
        padding: 23px 20px 15px 20px;
        border-radius: 11px;
        background-color: #3D544D3D;
        font-size: 16px;
        border: 1px solid #148b14;
    }

    #mobphone::placeholder {
        color: white;
        opacity: 1;
    }

    .title_h1 {
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .input-box.check_box {
        flex-direction: row;
        align-items: center;
        gap: unset !important;
        border-radius: 0px;
    }

    .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[type="checkbox"]:checked+label:before {
        top: 3px;
        height: 13px;
        background-image: url(/wp-content/themes/sch/assets/images/check.svg);
        border: 1px solid #2BB32A;
        color: #2BB32A;
        width: 13px;
        background-size: 9px;
        border-radius: 5px;
    }

    .label_check_text {
        font-size: 10px;
        color: white;
    }

    .banner_container_form {
        display: block;
        width: 169px;
        text-transform: uppercase;
        color: white;
    }

    .banner {
        background-color: #3D544D3D;
    }

    .button_container {
        border: 1px solid #2BB32A;
        padding: 20px;
        border-radius: 30px;
        height: 47px;
        width: 169px;
        background-color: #2BB32A;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 18px;
    }

    .banner_container {
        margin-top: 80px;
        height: 306px;
        max-height: 306px;
        margin-bottom: 165px;
    }

    .main_container {
        background-image: url(/wp-content/themes/sch/assets/images/dora.png);
    }

    .banner {
        border-radius: 20px;
        height: 306px;
        padding: 30px;
    }

    .banner_img_container img {
        position: absolute;
        left: 54%;
        top: -86px;
    }

    .background_dora_img {
        z-index: -1;
        position: absolute;
    }

    .section_credit .document_credit_wrap {
        display: flex;
        gap: 30px
    }

    .section_credit .document_credit_wrap .document_credit_item {
        flex: calc(100% - 30px);
        padding: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: space-between;
        border-radius: 20px;
        background: #3D544D;
        box-shadow: 0 0 24px 0 rgba(0,0,0,.1);
        position: relative
    }

    .section_credit .document_credit_wrap .document_credit_item img {
        max-width: 223px;
        width: 100%
    }

    .section_credit .document_credit_wrap .document_credit_item p {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        z-index: 2;
        color: #fff
    }

    .section_credit .document_credit_wrap .document_credit_item span {
        position: absolute;
        right: 20px;
        top: auto;
        font-size: 10.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        color: #929292;
        opacity: .1
    }

    @media (max-width: 1200px) {
        .section_credit .document_credit_wrap {
            gap:20px
        }
    }

    @media (max-width: 768px) {
        .section_credit .document_credit_wrap {
            flex-direction:column
        }
    }

    @media (max-width: 480px) {
        .section_credit .document_credit_wrap .document_credit_item {
            flex-direction:column;
            align-items: flex-start;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            gap: 10px
        }

        .section_credit .document_credit_wrap .document_credit_item img {
            max-width: 100%
        }

        .section_credit .document_credit_wrap .document_credit_item span {
            font-size: 4.25rem;
            top: auto;
            bottom: -20px;
            right: 1px
        }
    }

    .doc_container {
        color: white;
        display: flex;
        flex-direction: column;
        margin-bottom: 200px;
    }

    .document_credit_item {
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(61,84,77,.24);
        background-color: rgba(61,84,77,.24);
        display: flex;
        width: 540px;
        height: 205px;
        border-radius: 30px;
    }

    .document_credit_wrap {
        display: flex;
        gap: 30px;
    }

    span.doc_container_number {
        margin-bottom: 15px;
        font-size: 168px;
        position: absolute;
        color: #929292;
        opacity: 10%;
        margin-left: 28%;
        font-weight: 700;
    }

    h3.document_credit-h3 {
        font-size: 18px;
        text-transform: uppercase;
    }

    h2.doc_title_h2 {
        text-transform: uppercase;
        font-size: 44px;
        margin-bottom: 60px;
    }

    .container_apps {
        margin: 0 auto;
        position: relative;
        background-image: url(../images/section_apps_bg.png);
        background-repeat: no-repeat;
        max-width: 1690px;
        background-size: cover;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

    .container_apps::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 20%, rgba(0, 0, 0, 0.6) 100%);
        pointer-events: none;
        z-index: 1;
        border-radius: inherit;
    }

    .apps_banner {
        overflow: unset
    }

    .apps_banner-text {
        padding: 80px 30px 80px 420px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

    .apps_banner-image {
        bottom: 0;
        position: absolute;
        width: 100%;
        max-width: 360px;
        height: 569px;
        background-image: url(../images/section_apps_white.png);
        background-size: contain;
        z-index: 1;
        left: 320px;
    }

    @media (max-width: 768px) {
        .apps_banner {
            align-items:center;
            padding: 20px 10px 0
        }

        .apps_banner-text {
            padding: 0 0 30px;
            background: 0 0
        }

        .apps_banner-image {
            height: 380px;
            background-position: bottom
        }

        #reviews-slider {
            margin-right: -10px
        }
    }

    .section_reviews .section_subtitle {
        margin-bottom: 40px;
        font-size: 1.125rem
    }

    .section_app {
        color: white;
        margin-bottom: 160px;
    }

    .container_apps {
        height: 453px;
    }

    .banner_bg-text {
        position: relative;
        z-index: 1;
    }

    .apps_banner.banner_bg {
        display: flex;
        justify-content: center;
    }

    .image_store {
        display: flex;
    }

    .apps_banner-text-title {
        text-transform: uppercase;
        font-size: 32px;
        width: 595px;
        padding-bottom: 20px;
    }

    .image_store {
        gap: 10px;
        margin-top: 20px;
    }

    .section_finance_step {
        position: relative
    }

    @media (min-width: 1080px) {
        .section_finance_step::before {
            content:"";
            width: 492px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
            border-radius: 492px;
            background-image: url(../images/dora.png);
            filter: blur(800px)
        }
    }

    .finance_step-wrap .finance_step-images {
        display: flex;
        gap: 30px;
        position: relative
    }

    @media (min-width: 768px) {
        .finance_step-wrap .finance_step-images:before {
            content:url("data:image/svg+xml,%3Csvg width='546' height='161' viewBox='0 0 546 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M546 1C546 0.447715 545.552 0 545 0C544.448 0 544 0.447715 544 1H546ZM272.293 160.707C272.683 161.098 273.317 161.098 273.707 160.707L280.071 154.343C280.462 153.953 280.462 153.319 280.071 152.929C279.681 152.538 279.047 152.538 278.657 152.929L273 158.586L267.343 152.929C266.953 152.538 266.319 152.538 265.929 152.929C265.538 153.319 265.538 153.953 265.929 154.343L272.293 160.707ZM544 1V56.5H546V1H544ZM521 79.5H297V81.5H521V79.5ZM272 104.5V160H274V104.5H272ZM297 79.5C283.193 79.5 272 90.6929 272 104.5H274C274 91.7975 284.297 81.5 297 81.5V79.5ZM544 56.5C544 69.2025 533.703 79.5 521 79.5V81.5C534.807 81.5 546 70.3071 546 56.5H544Z' fill='%23E7E7E7'/%3E%3Cpath d='M1 1V56.5C1 69.7548 11.7452 80.5 25 80.5H249C262.255 80.5 273 91.2452 273 104.5V160' stroke='%23E7E7E7' stroke-width='2' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/g%3E%3C/svg%3E%0A");
            width: 100%;
            max-width: 571px;
            height: 71px;
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
            -moz-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            -o-transform: translate(-50%,0);
            border-radius: 0 0 20px 20px;
            -webkit-border-radius: 0 0 20px 20px;
            -moz-border-radius: 0 0 20px 20px;
            -ms-border-radius: 0 0 20px 20px;
            -o-border-radius: 0 0 20px 20px
        }
    }

    .finance_step-wrap .finance_step-images-item {
        display: flex;
        align-items: flex-end;
        flex: calc(50% - 30px);
        min-height: 320px;
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

    .finance_step-wrap .finance_step-images-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    .finance_step-wrap .finance_step-images-item p {
        color: #161616;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase;
        z-index: 9;
        margin: 0;
        border-radius: 20px;
        border: 1px solid var(--c-4-c-4-c-4,#C4C4C4);
        padding: 15px;
        background: #fff
    }

    @media (max-width: 768px) {
        .finance_step-wrap .finance_step-images {
            flex-direction:column;
            gap: 10px
        }

        .finance_step-wrap .finance_step-images-item {
            flex: 100%;
            padding: 10px
        }

        .finance_step-wrap .finance_step-images-item p {
            font-size: 14px
        }
    }

    .finance_step_banner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 160px
    }

    .finance_step_banner-text {
        width: 100%;
        padding: 40px 30px
    }

    .finance_step_banner-text span {
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
        color: #F8F8F8;
        margin-bottom: 2.5rem;
        width: 100%;
        display: block;
        max-width: 510px;
        position: relative;
        z-index: 2
    }

    .finance_step_banner-text li,.finance_step_banner-text p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #F8F8F8;
        max-width: 400px
    }

    .finance_step_banner-text ul {
        margin: 10px 0
    }

    .finance_step_banner-text li {
        position: relative;
        list-style-type: none;
        display: flex;
        align-items: center
    }

    .finance_step_banner-text li::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><rect x="18.7285" y="5.99963" width="1.8" height="18" transform="rotate(45 18.7285 5.99963)" fill="%23FF4343"/><rect x="20" y="18.7277" width="1.8" height="18" transform="rotate(135 20 18.7277)" fill="%23FF4343"/></svg>');
        width: 26px;
        height: 23px;
        display: inline-block;
        padding-right: 2px
    }

    .finance_step_banner-image {
        background-color: var(--Linear-reverse,linear-gradient(107deg,#693D89 0,#2BADE4 100%));
        background-image: url(../images/section_app_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        max-width: 640px;
        border-radius: 20px;
    }

    .finance_step_banner .btn {
        border: 1px solid #FFBE15;
        padding: 10px 30px;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        color: #161616;
        display: inline-block;
        background-color: #FFBE15;
        margin-top: 40px;
    }

    .finance_section_title {
        margin-bottom: 60px;
        font-size: 44px;
        font-weight: 700;
        text-transform: uppercase;
        color: white;
    }

    .finance_section_second_title {
        display: inline-block;
        padding: 10px 20px;
        background: white;
        border-radius: 15px;
        border: 2px solid #ccc;
        box-shadow: 0 0 0 4px white, 0 0 0 6px #d3d3d3;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        z-index: 1;
    }

    .finance_container_apps {
        color: white;
        margin-bottom: 80px;
        height: 563px;
        position: relative;
        overflow: visible;
    }

    .finance_step_banner-title {
        margin-top: 45px;
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        width: 563px;
        margin-bottom: 40px;
    }

    .background_finance_dora_img {
        z-index: -1;
        position: absolute;
        top: 100%;
        right: 0;
        width: auto;
        height: auto;
        max-width: none;
        max-height: none;
    }

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

    .footer_left_text {
        font-weight: 400;
        font-size: 14px;
        width: 390px;
    }

    .fcr_element-text_img {
        gap: 10px;
        display: flex;
    }

    .fcr_element {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .fcr_element_title {
        margin-bottom: 10px;
    }

    .fcr {
        width: 350px;
        text-align: left;
    }

    .footer_lawyer {
        width: 1140px;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .footer_end-border {
        padding-top: 20px;
        width: 1140px;
        display: block;
        margin: 0 auto;
        border-top: 1px solid #929292;
    }
}

@media (max-width: 767px) {
    .header {
        background-color: rgba(61,84,77,.24);
    }

    body {
        background-color: #1A1E1C;
    }

    .input_container label {
        position: absolute;
        top: 0.6rem;
        left: 7.6%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
        line-height: 1;
        white-space: nowrap;
        font-size: 8px;
        color: #929292;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .input_container {
        position: relative;
        display: flex;
        flex-direction: column;
        border-radius: 1.5625rem;
        margin-bottom: 20px;
        height: 48px;
        margin-top: 30px;
    }
    .input_container input,
    .input_container select {
        color: white;
        width: 100%;
        padding: 23px 20px 15px 20px;
        border-radius: 11px;
        background-color: #3D544D3D;
        font-size: 16px;
        border: 1px solid #148b14;
    }

    #mobphone::placeholder {
        color: white;
        opacity: 1;
    }

    .title_h1 {
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .input-box.check_box {
        margin-top: 10px;
        flex-direction: row;
        align-items: center;
        gap: unset !important;
        border-radius: 0;
    }

    .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[type="checkbox"]:checked+label:before {
        top: 3px;
        height: 13px;
        background-image: url(/wp-content/themes/sch/assets/images/check.svg);
        border: 1px solid #2BB32A;
        color: #2BB32A;
        width: 13px;
        background-size: 9px;
        border-radius: 5px;
    }

    .label_check_text {
        font-size: 12px;
        color: white;
    }

    .banner_container_form {
        display: block;
        text-transform: uppercase;
        color: white;
    }

    .banner {
        background-color: #3D544D3D;
    }

    .button_container {
        border: 1px solid #2BB32A;
        padding: 20px;
        border-radius: 30px;
        height: 31px;
        width: 100%;
        background-color: #2BB32A;
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 18px;
    }

    .banner_container {
        margin-top: 80px;
        margin-bottom: 165px;
    }

    .main_container {
        background-image: url(/wp-content/themes/sch/assets/images/dora.png);
    }

    .banner {
        border-radius: 20px;
        padding: 30px;
    }

    .banner_img_container img {
    }

    .background_dora_img {
        width: 100%;
        z-index: -1;
        position: absolute;
    }

    .section_credit .document_credit_wrap {
        display: flex;
        gap: 30px
    }

    .section_credit .document_credit_wrap .document_credit_item {
        flex: calc(100% - 30px);
        padding: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: space-between;
        border-radius: 20px;
        background: #3D544D;
        box-shadow: 0 0 24px 0 rgba(0,0,0,.1);
        position: relative
    }

    .section_credit .document_credit_wrap .document_credit_item img {
        max-width: 223px;
        width: 100%
    }

    .section_credit .document_credit_wrap .document_credit_item p {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        z-index: 2;
        color: #fff
    }

    .section_credit .document_credit_wrap .document_credit_item span {
        position: absolute;
        right: 20px;
        top: auto;
        font-size: 10.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        color: #929292;
        opacity: .1
    }

    @media (max-width: 1200px) {
        .section_credit .document_credit_wrap {
            gap:20px
        }
    }

    @media (max-width: 768px) {
        .section_credit .document_credit_wrap {
            flex-direction:column
        }
    }

    @media (max-width: 480px) {
        .section_credit .document_credit_wrap .document_credit_item {
            flex-direction:column;
            align-items: flex-start;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            gap: 10px
        }

        .section_credit .document_credit_wrap .document_credit_item img {
            max-width: 100%
        }

        .section_credit .document_credit_wrap .document_credit_item span {
            font-size: 4.25rem;
            top: auto;
            bottom: -20px;
            right: 1px
        }
    }

    .doc_container {
        color: white;
        display: flex;
        flex-direction: column;
        margin-bottom: 200px;
    }

    .document_credit_item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(61,84,77,.24);
        background-color: rgba(61,84,77,.24);
        display: flex;
        height: 350px;
        border-radius: 30px;
    }

    .document_credit_wrap {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    span.doc_container_number {
        font-size: 68px;
        position: absolute;
        color: #929292;
        opacity: 10%;
        margin-left: 74%;
        font-weight: 700;
        margin-top: 70%;
    }

    h3.document_credit-h3 {
        width: 253px;
        font-size: 18px;
        text-transform: uppercase;
    }

    h2.doc_title_h2 {
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 60px;
    }

    .container_apps {
        margin: 0 auto;
        position: relative;
        background-image: url(../images/section_apps_bg_mobile.png);
        background-repeat: no-repeat;
        max-width: 1690px;
        background-size: cover;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

    .container_apps::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 1;
        border-radius: inherit;
    }

    .apps_banner {
        overflow: unset
    }

    .apps_banner-text {
        padding: 80px 30px 80px 420px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

    .apps_banner-image {
        margin-bottom: 7px;
        background: no-repeat;
        bottom: 0;
        width: 100%;
        max-width: 360px;
        height: 569px;
        background-image: url(../images/section_apps_white.png);
        background-size: contain;
        z-index: 1;
        left: 320px;
    }

    @media (max-width: 768px) {
        .apps_banner {
            align-items:center;
            padding: 20px 10px 0
        }

        .apps_banner-text {
            padding: 0 0 30px;
            background: 0 0
        }

        .apps_banner-image {
            height: 380px;
            background-position: bottom
        }

        #reviews-slider {
            margin-right: -10px
        }
    }

    .section_reviews .section_subtitle {
        margin-bottom: 40px;
        font-size: 1.125rem
    }

    .section_app {
        width: 95%;
        margin: 0 auto;
        color: white;
    }

    .banner_bg-text {
        width: 330px;
        position: relative;
        z-index: 1;
    }

    .apps_banner.banner_bg {
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

    .image_store {
        display: flex;
    }

    .apps_banner-text-title {
        margin-top: 40px;
        text-transform: uppercase;
        font-size: 25px;
        padding-bottom: 20px;
    }

    .image_store {
        gap: 10px;
        margin-top: 20px;
    }

    .section_finance_step {
        position: relative
    }

    @media (min-width: 1080px) {
        .section_finance_step::before {
            content:"";
            width: 492px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
            border-radius: 492px;
            background-image: url(../images/dora.png);
            filter: blur(800px)
        }
    }

    .finance_step-wrap .finance_step-images {
        display: flex;
        gap: 30px;
        position: relative
    }

    @media (min-width: 768px) {
        .finance_step-wrap .finance_step-images:before {
            content:url("data:image/svg+xml,%3Csvg width='546' height='161' viewBox='0 0 546 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M546 1C546 0.447715 545.552 0 545 0C544.448 0 544 0.447715 544 1H546ZM272.293 160.707C272.683 161.098 273.317 161.098 273.707 160.707L280.071 154.343C280.462 153.953 280.462 153.319 280.071 152.929C279.681 152.538 279.047 152.538 278.657 152.929L273 158.586L267.343 152.929C266.953 152.538 266.319 152.538 265.929 152.929C265.538 153.319 265.538 153.953 265.929 154.343L272.293 160.707ZM544 1V56.5H546V1H544ZM521 79.5H297V81.5H521V79.5ZM272 104.5V160H274V104.5H272ZM297 79.5C283.193 79.5 272 90.6929 272 104.5H274C274 91.7975 284.297 81.5 297 81.5V79.5ZM544 56.5C544 69.2025 533.703 79.5 521 79.5V81.5C534.807 81.5 546 70.3071 546 56.5H544Z' fill='%23E7E7E7'/%3E%3Cpath d='M1 1V56.5C1 69.7548 11.7452 80.5 25 80.5H249C262.255 80.5 273 91.2452 273 104.5V160' stroke='%23E7E7E7' stroke-width='2' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/g%3E%3C/svg%3E%0A");
            width: 100%;
            max-width: 571px;
            height: 71px;
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
            -moz-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            -o-transform: translate(-50%,0);
            border-radius: 0 0 20px 20px;
            -webkit-border-radius: 0 0 20px 20px;
            -moz-border-radius: 0 0 20px 20px;
            -ms-border-radius: 0 0 20px 20px;
            -o-border-radius: 0 0 20px 20px
        }
    }

    .finance_step-wrap .finance_step-images-item {
        display: flex;
        align-items: flex-end;
        flex: calc(50% - 30px);
        min-height: 320px;
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

    .finance_step-wrap .finance_step-images-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    .finance_step-wrap .finance_step-images-item p {
        color: #161616;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase;
        z-index: 9;
        margin: 0;
        border-radius: 20px;
        border: 1px solid var(--c-4-c-4-c-4,#C4C4C4);
        padding: 15px;
        background: #fff
    }

    @media (max-width: 768px) {
        .finance_step-wrap .finance_step-images {
            flex-direction:column;
            gap: 10px
        }

        .finance_step-wrap .finance_step-images-item {
            flex: 100%;
            padding: 10px
        }

        .finance_step-wrap .finance_step-images-item p {
            font-size: 14px
        }
    }

    .finance_step_banner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 160px
    }

    .finance_step_banner-text {
        width: 100%;
        padding: 40px 30px
    }

    .finance_step_banner-text span {
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
        color: #F8F8F8;
        margin-bottom: 2.5rem;
        width: 100%;
        display: block;
        max-width: 510px;
        position: relative;
        z-index: 2
    }

    .finance_step_banner-text li,.finance_step_banner-text p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #F8F8F8;
        max-width: 400px
    }

    .finance_step_banner-text ul {
        margin: 10px 0
    }

    .finance_step_banner-text li {
        position: relative;
        list-style-type: none;
        display: flex;
        align-items: center
    }

    .finance_step_banner-text li::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><rect x="18.7285" y="5.99963" width="1.8" height="18" transform="rotate(45 18.7285 5.99963)" fill="%23FF4343"/><rect x="20" y="18.7277" width="1.8" height="18" transform="rotate(135 20 18.7277)" fill="%23FF4343"/></svg>');
        width: 26px;
        height: 23px;
        display: inline-block;
        padding-right: 2px
    }

    .finance_step_banner-image {
        background-color: var(--Linear-reverse,linear-gradient(107deg,#693D89 0,#2BADE4 100%));
        background-image: url(../images/section_app_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        max-width: 640px;
        border-radius: 20px;
    }

    .finance_step_banner .btn {
        border: 1px solid #FFBE15;
        padding: 10px 30px;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        color: #161616;
        display: inline-block;
        background-color: #FFBE15;
        margin-top: 40px;
    }

    .finance_section_title {
        margin-top: 160px;
        margin-bottom: 60px;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: white;
    }

    .finance_section_second_title {
        display: inline-block;
        padding: 10px 20px;
        background: white;
        border-radius: 15px;
        border: 2px solid #ccc;
        box-shadow: 0 0 0 4px white, 0 0 0 6px #d3d3d3;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        z-index: 1;
    }

    .finance_container_apps {
        color: white;
        margin-bottom: 80px;
        height: 563px;
        position: relative;
        overflow: visible;
    }

    .finance_step_banner-title {
        margin-top: 45px;
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .background_finance_dora_img {
        z-index: -1;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none;
    }

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

    .footer_left_text {
        font-weight: 400;
        font-size: 14px;
        width: 390px;
    }

    .fcr_element-text_img {
        gap: 10px;
        display: flex;
    }

    .fcr_element {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .fcr_element_title {
        margin-bottom: 10px;
    }

    .fcr {
        width: 350px;
        text-align: left;
    }

    .footer_lawyer {
        width: 95%;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .footer_end-border {
        padding-top: 20px;
        width: 95%;
        display: block;
        margin: 0 auto;
        border-top: 1px solid #929292;
    }

    .header {
        height: 60px;
    }

    .banner {
        display: flex;
        flex-direction: column;
    }

    .banner .title_container {
        order: 0;
    }

    .banner .banner_img_container {
        display: flex;
        order: 1;
        align-items: center;
        justify-content: center;
    }

    .banner .input_container {
        order: 2;
    }

    .banner .checkbox_container {
        order: 3;
    }

    .banner .banner_container_form {
        order: 4;
    }

    .document_credit-img {
        width: 100%;
        height: 75%;
    }

    .document_credit-h3 {
        margin-bottom: unset;
    }
    
    .container_apps-finance {
        position: unset;
    }

    .apps_banner-text-p {
        display: none;
    }

    .footer .container {
        flex-direction: column;
    }

    .flex-container {
        width: unset;
    }

    .banner_img_container img {
        width: 100%;
    }
}