@font-face {
    font-family: 'choplin-black-bold';
    src: url('../fonts/choplin-black-bold.otf');
}
@font-face {
    font-family: 'choplin-bold';
    src: url('../fonts/choplin-bold.otf');
}
@font-face {
    font-family: 'choplin-regular';
    src: url('../fonts/choplin-regular.otf');
}
@font-face {
    font-family: 'choplin-extra-light';
    src: url('../fonts/choplin-extra-light.otf');
}
@font-face {
    font-family: 'open-sans-regular';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'open-sans-bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'open-sans-regular';
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
a, a:hover {
    text-decoration: none;
}
ul {
    padding: 0;
}
li {
    list-style-type: none;
}
input {
    box-shadow: none;
}
input:focus {
    box-shadow: none !important;
}
.header-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.menu-wrapper {
    width: 30%;
}
.menu-wrapper .menu-header ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.menu-wrapper .menu-header ul li a {
    color: #0A0046;
    font-weight: 900;
    font-size: 16px;
    font-family: 'choplin-regular';
}
.menu-wrapper .menu-header ul li a:hover {
    color: #37B7C3;
}
.menu-wrapper .menu-header ul li.current-menu-item a {
    color: #37B7C3;
}
.menu-wrapper .menu-header ul li:last-child {
    background: #37B7C3;
    padding: 5px 40px;
    border-radius: 10px;
}
.menu-wrapper .menu-header ul li:last-child a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-family: 'open-sans-bold';
}
.logo-wrapper {
    width: 20%;
}
.logo-wrapper img {
    width: 80%;
}
.main-block {
    position: relative;
    padding-bottom: 150px;
}
.main-wrapper {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    margin-bottom: 100px;
    gap: 50px;
}
.main-text-image-block {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.main-title {
    width: 50%;
    text-align: left;
}
.main-image {
    width: 50%;
}
.main-title h1 {
    color: #0A0046;
    font-size: 45px;
    font-family: 'choplin-bold';
    font-weight: 900;
}
.main-title h1 span {
    border-bottom: 2px solid #0A0046;
}
.main-title p {
    font-size: 20px;
    width: 70%;
    font-family: 'open-sans-regular';
    line-height: 30px;
}
.main-title .blue-text {
    color: #0A0046;
}
.bottom-blue-block {
    background: #37B7C3;
    position: absolute;
    bottom: -50px;
    z-index: 1;
    height: 700px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.bottom-blue-wrapper {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.bottom-blue-wrapper .empty-block {
    width: 50%;
}
.bottom-blue-wrapper .text-block {
    width: 50%;
    padding-left: 50px;
}
.bottom-blue-wrapper .text-block p {
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    width: 70%;
    font-family: 'open-sans-regular';
}   
.product-details-tab {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    border: 1px solid #0A0046;
    text-transform: uppercase;
    width: 50%;
    font-weight: 900;
    color: #0A0046;
}
.product-details-tab a {
    color: #0A0046;
}
.product-details-tab.active {
    background: #0A0046;
}
.product-details-tab.active span {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.product-details-content {
    display: none;
    border-radius: 0 0 5px 5px;
}
.product-details-content.active {
    display: block;
}
.calc-wrap {
    width: 50%;
    display: flex;
    justify-content: end;
}
.tabs-block {
    width: 520px;
    background: #37B7C3;
    border-radius: 20px 20px 0 0;
    margin-bottom: -130px;
}
.tabs-wrapper {
    margin: 0 auto;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    font-family: "Open Sans", sans-serif;
}
.custom-step-block {
    text-align: left;
    padding-left: 20px;
    color: #fff;
    position: relative;
}
.progress-bar-img {
    position: absolute;
    width: 250px;
    top: 20px;
    right: 10px;
}
.progress-bar-img img {
    width: 100%;
}
.custom-step-block h2 {
    margin-bottom: 0;
    font-family: 'choplin-black-bold';
    font-size: 35px;
}
.custom-step-block p {
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.product-details-tabs {
    display: flex;
    justify-content: space-between;
    width: 75%;
}
.container {
    margin: 0 auto;
    border-radius: 5px;
}
input[type="range"] {
    width: 100%;
}
output {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}
.product-details-content-wrapper {
    background: #0A0046;
    color: #fff;
    text-align: left;
}
.product-details-content a {
    width: 100%;
    background: #0A0046;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    padding: 20px 0;
    border-radius: 5px 5px 0 0;
    margin-top: 30px;
}
.second-block-calculate {
    background: #fff;
    color: #0A0046;
    padding: 20px 0 50px 0;
    text-align: center;
    text-transform: uppercase;
}
.second-block-calculate div {
    margin-bottom: 40px;
}
.second-block-calculate div output {
    margin-bottom: 10px;
}
.second-block-calculate div output {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 10px;
    font-family: 'open-sans-regular';
}
.second-block-calculate .first-math-print output {
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'open-sans-bold';
}
.first-block-calculate {
    padding: 20px;
}
.product-details-contents {
    width: 100%;
    margin: 0 auto;
}
footer {
    background: #0A0046;
}
.footer-wrapper {
    width: 80%;
    margin: 0 auto;
}
.banks-wrapper {
    padding: 20px 0;
    width: 100%;
    background: #0A0046;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
}
.banks-block {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-img img {
    object-fit: contain;
    width: fit-content;
}
.social-wrapper, .social-wrapper ul {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    gap: 20px;
    align-items: center;
}
.social-wrapper img {
    width: fit-content;
    object-fit: contain;
}
.social-wrapper ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-wrapper ul li a i {
    color: #fff;
    font-size: 30px;
}
.custom-form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #37B7C3;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
}
.custom-form  .gfield_label {
    display: none;
}
.custom-form-wrapper {
    background: #37B7C3;
    width: 40%;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
}
.gform_wrapper {
    background: #0A0046;
    padding: 20px 20px 70px 20px;
}
.custom-form-wrapper input {
    width: 100%;
    height: 50px;
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
}
.custom-form-wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#field_1_1, #field_1_3, #field_1_5, #field_1_8, #field_1_9, #field_1_10 {
    width: 100%;
}
#field_1_6 {
    width: 100%;
}
#field_1_7 {
    width: 100%;
}
::placeholder {
    text-transform: uppercase;
    color: #0A0046;
    font-weight: 900;
}
input[type="submit"] {
    background: #37B7C3;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    width: 70%;
    margin: 0 auto;
    display: block;
}

#amountOutput {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'open-sans-bold';
}
.first-block-calculate label {
    margin-bottom: 20px;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
.max-offer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 40px;
}
#termOutput {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'open-sans-bold';
}
#termOutput:after {
    content: "Meseci";
    display: block;
    font-size: 30px;
    color: #fff;
}
.kamata-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kamata-opcija {
    display: flex;
    justify-content: space-between;
    width: 40%;
}
.kamata-opcija p {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
    background: #fff;
    color: #0A0046;
    height: 40px;
    font-weight: 900;
}
.kamata-opcija p label {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kamata-opcija p:first-child {
   border-radius: 5px 0 0 5px;
}
.kamata-opcija p:last-child {
    border-radius: 0 5px 5px 0;
}
.kamata-opcija p input[type="radio"] {
    display: none;
}
.kamata-opcija input, .kamata-opcija label {
    margin: 0;
}
.kamata-opcija p.checked {
    background: #37B7C3;
}
#amountOutputTwo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'open-sans-bold';
}
#termOutputTwo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'open-sans-bold';
}
#termOutputTwo:after {
    content: "Meseci";
    display: block;
    font-size: 30px;
    color: #fff;
}
.icons-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}
.footer-page-links {
    display: flex;
    gap: 20px;
}
.footer-page-links a {
    color: #fff;
    font-size: 16px;
}
.otp-block-wrapper {
    position: absolute;
    bottom: 0;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    height: 500px;
    z-index: 3;
}
.otp-block-wrapper h2 {
    background: #37B7C3;
    color: #fff;
    font-size: 32px;
    padding: 10px;
    margin: 0;
    font-family: 'choplin-black-bold';
    border-radius: 20px 20px 0 0;
}
.otp-block-wrapper p {
    margin-bottom: 0;
    padding: 10px;
    background: #37B7C3;
    margin-top: -1px;
    text-transform: uppercase;
    color: #fff;
}
.otp-block-wrapper span {
    text-align: center;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
}
.otp-block-wrapper h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    font-family: 'choplin-black-bold';
    width: fit-content;
    margin: 0 auto;
    padding-top: 50px;
    color: #0A0046;
}
.otp-block-wrapper .show-otp-field {
    border: 1px solid #0A0046;
    width: 80%;
    margin: 0 auto 20px auto;
}
.otp-block-wrapper .show-otp-field input {
    text-align: center;
}
body .body-black-bg {
    background: #000;
}
.second-block-calculate button {
    width: 70%;
    border: none;
    font-size: 20px;
    padding: 20px 0;
    font-weight: 900;
    background: #0A0046;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}
.mobile-text-bottom {
    display: none;
}
#miniorange_otp_token_submit {
    background: #37B7C3;
     text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
    display: block;
}
.ginput_container.ginput_container_phone {
    margin-bottom: 50px;
}
#mo_message {
    display: none;
}
#popup-overlay, #popup-overlay-stamb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
#popup-overlay.active-overlay, #popup-overlay-stamb.active-overlay-stamb {
    display: block;
}
.kamata-opcija .active-kamata {
    background: #37B7C3;
}
#gfield_instruction_1_20 {
    display: none;
}
.ty-page-wrapper {
    height: 285px;
    text-align: center;
    padding-top: 100px;
    width: 80%;
    margin: 0 auto;
}
.ty-page-wrapper h1, .ty-page-wrapper p, .ty-page-wrapper h3 {
    width: 100%;
    color: #0A0046;
}
.ty-page-wrapper h3 {
    font-size: 20px;
}
.bottom-blue-block.typ-blue-block {
    position: relative;
    height: 400px;
}
.bottom-blue-block.typ-blue-block .banks-wrapper {
    margin-bottom: 25px;
}
.click-input-gotovina, .click-input-stambeni {
    width: 200px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.click-input-gotovina:focus, .click-input-stambeni:focus {
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
    outline: none;
}
.click-input-gotovina::-webkit-outer-spin-button,
.click-input-gotovina::-webkit-inner-spin-button,
.click-input-stambeni::-webkit-outer-spin-button,
.click-input-stambeni::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
.click-input-gotovina[type="number"], .click-input-stambeni[type="number"] {
    -moz-appearance: textfield;
}
.page-wrapper {
    width: 90%;
    margin: 0 auto;
}
.about-us .main-title p {
    width: 100%;
}
.elements-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.elements-block .element-item {
    width: 33.33%;
    border: 1px solid #0A0046;
    border-radius: 20px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.elements-block .element-item .element-title {
    background: #0A0046;
    border-radius: 20px 20px 0 0;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
}
.elements-block .element-item .element-title h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'choplin-bold';
}
.elements-block .element-item .element-text {
    padding: 0 20px;
    font-size: 18px;
}
.elements-block .element-item .element-text p {
    margin: 0;
    line-height: 33px;
}
.bottom-text-wrapper {
    display: flex;
    justify-content: space-between;
}
.bottom-text-wrapper p {
    width: 50%;
    font-size: 18px;
}
.pages-banks-wrapper {
    position: relative;
    position: relative;
    bottom: 0;
    margin: 50px 0;
}
.btn-explore {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.about-us .main-title a, .btn-explore a {
    background: #37B7C3;
    padding: 5px 40px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}
.page-wrapper.faq .main-title {
    width: 100%;
}
.page-wrapper.faq .tabs-content {
    display: none;
}
.page-wrapper.faq .tabs-content.active {
    display: block;
}
.page-wrapper.faq .tabs-title {
    cursor: pointer;
    padding: 0 10px;
    display: flex;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    background: #37B7C3;
    border-radius: 10px;
}
.page-wrapper.faq .tabs-title p {
    min-width: 400px;
}
.page-wrapper.faq .tabs-title.active {
    background: #0A0046;
}
.page-wrapper.faq .tabs-title p {
    margin: 0;
    padding: 10px;
}
.page-wrapper.faq .tabs-wrapper {
    display: flex;
    width: 100%;
    margin: 50px 0;
}
.page-wrapper.faq .tabs-title-list {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: fit-content;
}
.page-wrapper.faq .tabs-content-list {
    width: 60%;
}
.tabs-content-second {
    display: none;
}
.tabs-title-second {
    cursor: pointer;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 2px solid #37B7C3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.tabs-title-second p {
    margin: 0;
}
.tabs-title-second h2 {
    margin: 0;
    color: #0A0046;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.3s all;
}
.tabs-title-second i {
    font-size: 27px;
    padding-right: 10px;
    color: #37B7C3;
}
.tabs-title-second.active + .tabs-content-second {
    display: block;
}
.tabs-title-second.active i {
    transform: rotate(90deg);
    margin-right: 5px;
}
.tabs-content-second p {
    text-align: left;
    margin: 0;
    padding: 10px 0;
}
.faq-mobile {
    display: none;
}
.faq-desktop {
    display: flex;
    justify-content: space-between;
}
.mobile-image-o-nama {
    display: none;
}
.page-wrapper.contact, .page-wrapper.faq{
    padding-top: 50px;
}
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.contact-text-wrapper, .contact-form-wrapper {
    width: 50%;
}
.page-wrapper.contact .gform_wrapper {
    background: transparent;
}
.page-wrapper.contact .main-title {
    width: 100%;
}
.page-wrapper.contact .main-title h1 {
    margin-top: 0;
}
.page-wrapper.contact p, .page-wrapper.contact ul li {
    font-size: 20px;
    font-family: 'open-sans-regular';
    line-height: 30px;
}
.page-wrapper.contact ul {
    padding-left: 30px;
}
.page-wrapper.contact ul li {
    padding-bottom: 10px;
    list-style-type: disc;
}
.contact-form-wrapper input, textarea {
    padding: 15px 10px !important;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #0A0046;
}
.contact-form-wrapper input[type="submit"] {
    border: none;
}
/*Hamburger*/
#ani-2 {
    display: none;
}
.menu_btn {
    height: 20px;
    width: 36px;
    position: relative;
    cursor: pointer;
}
#ani-2 .icon-bar {
    position: absolute;
    height: 2px;
    background-color: #0A0046;
    width: 26px;
    display: block;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-bar {
    top: 0;
}
.bottom-bar {
    top: 14px;
    width: 10px;
}
.middle-bar {
    width: 18px;
    top: 7px;
    opacity: 1;
    left: 0;
}
.bottom-bar {
    top: 14px;
}
.bottom-footer.bottom-footer-mob {
    display: none;
}
/*End hamburger*/
.mobile-logo, .mobile-menu-contact, .mobile-menu-social {
    display: none;
}

.forma-wrapper-height .bottom-blue-block {
    height: 600px;
}
.footer-mobile {
    display: none;
}
#privacy-link {
    text-transform: uppercase;
    font-size: 10px;
    color: #37B7C3;
    padding: 0;
    margin: 0;
}
.policy-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.policy-wrapper label {
    margin: 0;
    font-size: 10px;
}
.policy-wrapper input {
    width: 35px;
    height: 35px;
}
.b2b-form-wrapper {
    width: 60%;
    margin: 0 auto;
}
.b2b-form-wrapper .gform_title {
    color: #fff;
    font-family: 'open-sans-regular';
}
.b2b-form-wrapper .gform_required_legend {
    display: none;
}
.b2b-form-wrapper label, legend {
    color: #fff;
}
.b2b-form-wrapper input, select {
    border-radius: 5px;
}
.b2b-form-wrapper .gfield_checkbox a {
    color: #37B7C3;
}
#gform_submit_button_7 {
    background: #37B7C3;
    padding: 5px 40px;
    border-radius: 10px;
    border: 1px solid #37B7C3;
    width: unset;
}
.protected-post-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Responsive*/

@media (max-width: 1600px) {
    .menu-wrapper {
        width: 40%;
    }
}
@media (max-width: 1500px) {
    .main-title h1 {
        font-size: 40px;
    }
    .main-title p {
        font-size: 18px;
    }
    .elements-block {
        margin-top: -15px;
    }
}
@media (max-width: 1400px) {
    .main-wrapper, .header-wrapper, .page-wrapper {
        width: 95%;
    }
    .elements-block .element-item .element-title h3 {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .main-title p, .bottom-blue-wrapper .text-block p {
        width: 90%;
    }
    .progress-bar-img {
        width: 200px;
    }
    .kamata-opcija {
        width: 50%;
    }
    .kamata-opcija p label {
        font-size: 12px;
    }
    .menu-wrapper {
        width: 50%;
    }
    .main-title h1 {
        font-size: 34px;
    }
    .elements-block .element-item .element-title h3 {
        font-size: 18px;
    }
    .elements-block .element-item .element-text p {
        line-height: 28px;
    }
    .page-wrapper.faq .tabs-title {
        width: 75%;
    }
    .page-wrapper.contact p, .page-wrapper.contact ul li {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .main-title h1 {
        font-size: 35px;
    }
    .main-title p, .bottom-blue-wrapper .text-block p {
        width: 95%;
    }
    .main-title p, .bottom-blue-wrapper .text-block p {
        font-size: 18px;
    }
    .custom-step-block h2 {
        font-size: 30px;
    }
    .progress-bar-img {
        top: 13px;
    }
    .second-block-calculate .first-math-print output {
        font-size: 32px;
    }
    .kamata-opcija {
        width: 65%;
    }
    .bottom-blue-block {
        height: 635px;
    }
    .progress-bar-img {
        width: 150px;
    }
    .otp-block-wrapper {
        width: 60%;
    }
    .main-text-image-block {
        flex-wrap: wrap;
    }
    .main-title, .main-image {
        width: 100%;
    }
    .main-image img {
        object-fit: scale-down;
    }
    .elements-block {
        flex-wrap: wrap;
    }
    .elements-block .element-item {
        width: 55%;
        margin: 0 auto;
    }
    .tabs-title-second h2 {
        font-size: 14px;
    }
    .page-wrapper.faq .tabs-title {
        font-size: 16px;
    }
    .page-wrapper.contact p, .page-wrapper.contact ul li {
        font-size: 16px;
    }
}
@media (max-width: 900px) {
    .menu-wrapper {
        width: 60%;
    }
}
@media (max-width: 768px) {
    #ani-2 {
        display: block;
    }
    .menu-header {
        display: none;
    }
    .menu-header.open {
        display: block;
    }
    .menu-wrapper {
        position: absolute;
        left: 100%;
        display: none;
    }
    .menu-wrapper.menu-wrapper-open{
        display: block;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 9;
        background: #37B7C3;
        position: fixed;
    }
    .menu-header.open ul {
        flex-wrap: wrap;
        padding-top: 50px;
        padding-left: 30px;
        margin: 0 auto;
    }
    .menu-header.open ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .menu-header.open ul li a {
        color: #fff;
        font-weight: 300;
        font-size: 22px;
    }
    .menu-header.open ul li a:hover {
        color: #fff;
    }
    .menu-header.open ul li.current-menu-item a {
        font-weight: 900;
        color: #fff;
    }
    .menu-wrapper .menu-header.open ul li:last-child {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }
    .menu-wrapper .menu-header.open ul li:last-child a {
        text-transform: none;
        font-weight: 300;
    }
    .mobile-logo.mob-logo-open {
        display: block;
        width: fit-content;
        padding-top: 30px;
        padding-left: 30px;
    }
    .mobile-menu.mobile-menu-open {
        z-index: 9999;
        position: fixed;
        right: 0;
        padding-right: 30px;
        top: 50px;
    }
    .mobile-menu.mobile-menu-open .icon-bar {
        background-color: #fff !important;
    }
    .logo-wrapper.logo-wrapper-open {
        display: none;
    }
    .menu-wrapper.menu-wrapper-open {
        width: 100%;
    }
    #ani-2.mobile-menu-open .icon-bar.top-bar {
        top: 10px;
        animation: rotatedown 0.2s forwards;
        animation-delay: 0.20s;
        transform: rotate(-45deg);
    }
    #ani-2.mobile-menu-open .icon-bar.middle-bar {
        opacity: 0;
        width: 0;
    }
    #ani-2.mobile-menu-open .icon-bar.bottom-bar {
        top: 10px;
        width: 26px;
        animation: rotateup 0.2s forwards;
        animation-delay: 0.20s;
        transform: rotate(45deg);
    }
    .mobile-menu-social.mobile-menu-social-open, .mobile-menu-contact.mobile-menu-contact-open  {
        display: block;
        z-index: 999;
    }
    .mobile-menu-contact.mobile-menu-contact-open {
        position: absolute;
        bottom: 100px;
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 50px;
    }
    .mobile-menu-contact.mobile-menu-contact-open a:first-child {
        background: #fff;
        text-transform: uppercase;
        padding: 10px 0;
        width: 200px;
        text-align: center;
        font-weight: 900;
        border-radius: 5px;
        color: #37B7C3;
    }
    .mobile-menu-contact.mobile-menu-contact-open a:last-child {
        background: #0A0046;
        text-transform: uppercase;
        padding: 10px 0;
        width: 200px;
        text-align: center;
        font-weight: 900;
        border-radius: 5px;
        color: #fff;
    }
    .mobile-menu-social.mobile-menu-social-open {
        position: absolute;
        bottom: 35px;
        padding-left: 30px;
    }
    .mobile-menu-social.mobile-menu-social-open ul {
        display: flex;
        gap: 20px;
    }
    .mobile-menu-social.mobile-menu-social-open ul li a {
        border: 1px solid #fff;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    .mobile-menu-social.mobile-menu-social-open ul li a i {
        color: #fff;
    }
    .blue-text {
        display: none;
    }
    .mobile-text-bottom {
        display: block;
        padding-top: 150px;
    }
    .bottom-blue-wrapper .text-block {
        padding-left: 0;
    }
    .main-block {
        padding-bottom: 0;
    }
    .main-wrapper {
        flex-wrap: wrap;
        margin-bottom: 0;
        width: 100%;
    }
    .calc-wrap {
        width: 100%;
        order: 2;
        margin-bottom: 0;
    }
    .tabs-block {
        width: 100%;
    }
    .main-title {
        width: 100%;
        order: 1;
        padding: 0 20px;
    }
    .bottom-blue-block {
        position: relative;
        height: auto;
    }
    .product-details-content-wrapper {
        background: #37B7C3;
        padding-bottom: 50px;
    }
    .first-block-calculate {
        background: #0A0046;
    }
    .second-block-calculate {
        width: 80%;
        margin: 0 auto;
    }
    .bottom-blue-block {
        background: #0A0046;
    }
    .empty-block {
        display: none;
    }
    .bottom-blue-wrapper .text-block {
        width: 100%;
    }
    .banks-wrapper {
        position: relative;
        height: auto;
        bottom: auto;
        margin-bottom: 0;
    }
    .banks-block {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-top: 20px;
        border-top: 5px solid #fff;
        width: 100%;
        padding-top: 20px;
    }
    .footer-img {
        width: 100%;
        text-align: center;
    }
    .main-title p, .bottom-blue-wrapper .text-block p {
        width: 100%;
        font-weight: 100;
    }
    .social-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .icons-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .footer-page-links {
        width: 100%;
        justify-content: center;
    }
    .social-wrapper ul {
        width: 55%;
        padding-top: 0;
        margin-top: 0;
        justify-content: center;
    }
    .custom-form-wrapper {
        width: 100%;
        order: 2;
    }
    .otp-block-wrapper {
        width: 75%;
    }
    .menu-wrapper {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .bottom-text-wrapper {
        flex-wrap: wrap;
        text-align: center;
    }
    .bottom-text-wrapper p {
        width: 100%;
    }
    .elements-block .element-item {
        width: 85%;
        height: 300px;
    }
    .page-wrapper.about-us .main-title {
        order: 1;
        text-align: center;
    }
    .page-wrapper.about-us .main-title p {
        text-align: center;
    }
    .page-wrapper.about-us .main-image {
        order: 2;
    }
    .main-text-image-block {
        margin-bottom: 20px;
    }
    .elements-block {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .faq-desktop {
        display: none;
    }
    .faq-mobile {
        display: block;
        width: 100%;
    }
    .tabs-title-mob {
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }
    .tabs-title-mob p {
        width: 70%;
        margin: 0 auto;
        background: #37B7C3;
        padding: 10px 0;
        border-radius: 10px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
    }
    .tabs-content-mob {
        display: none;
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .tabs-title-second-mob {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 2px solid #37B7C3;
        text-align: left;
    }
    .tabs-title-mob.active-title-mob p  {
        background: #0A0046;
    }
    .tabs-title-second-mob h2 {
        margin: 0;
        font-size: 16px;
        color: #0A0046;
        text-transform: uppercase;
    }
    .tabs-title-second-mob i {
        font-size: 20px;
        color: #37B7C3;
    }
    .tabs-title-second-mob.active-tab-mob i {
        transform: rotate(90deg);
        margin-right: 5px;
    }
    .tabs-content-second-mob {
        display: none;
    }
    .page-wrapper.faq .main-title {
        padding: 0;
    }
    .desk-image-o-nama {
        display: none;
    }
    .mobile-image-o-nama {
        display: block;
    }
    .contact-wrapper {
        flex-wrap: wrap;
    }
    .contact-text-wrapper, .contact-form-wrapper {
        width: 100%;
        text-align: center;
    }
    .page-wrapper.contact .main-title {
        text-align: center;
        padding: 0;
    }
    .page-wrapper.contact ul li {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .page-wrapper.contact .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 12;
        -ms-grid-column-span: 12;
    }
    .contact-form-wrapper input {
        text-align: center;
    }
    .page-wrapper.contact, .page-wrapper.faq {
        padding-top: 20px;
    }
    .page-wrapper.contact input[type="submit"] {
        font-size: 16px;
    }
    .contact-form-wrapper input, textarea {
        padding: 10px !important;
    }
    .page-wrapper.contact p, .page-wrapper.contact ul li {
        line-height: 22px;
    }
    .elements-block .element-item .element-title h3 {
        text-align: center;
    }
    .page-wrapper {
        width: 80%;
    }
    .main-title h1 {
        text-align: left;
    }
    .page-wrapper.contact p {
        text-align: left;
    }
    .page-wrapper.contact ul {
        padding-left: 20px;
    }
    .page-wrapper.about-us .main-title p {
        text-align: left;
    }
    .footer-mobile {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: fixed;
        width: 100%;
        left: 0px;
        bottom: 0px;
        z-index: 9;
    }
    .footer-mobile a {
        display: inline-block;
        padding: 10px;
        width: 150px;
        text-align: center;
    }
    .upit {
        background-color: #37b7c3;
        border-color: #37b7c3;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        font-family: 'open-sans-regular';
    }
    .poziv {
        background-color: #0A0046;
        border-color: #37b7c3;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        font-family: 'open-sans-regular';
    }
    .social-wrapper {
        padding-top: 70px;
    }

}
@media (max-width: 600px) {
    .tabs-content-mob {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .ty-page-wrapper {
        height: 350px;
    }

    .main-title h1 {
        font-size: 28px;
    }

    .page-wrapper.about-us .main-title {
        padding: 0;
    }

    .page-wrapper.about-us .main-title p, .bottom-text-wrapper p {
        font-size: 16px;
    }

    .elements-block .element-item .element-text p {
        line-height: 28px;
        font-size: 16px;
    }

    .logo-wrapper {
        width: 50%;
    }

    .elements-block .element-item {
        width: 100%;
        height: fit-content;
    }
    .elements-block .element-item .element-text {
        padding: 20px;
    }
    .tabs-title-second-mob h2 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .tabs-title-mob p {
        width: 100%;
    }
}
@media (max-width: 500px) {
    #miniorange_otp_token_submit {
        width: 80%;
    }
    .otp-block-wrapper h3 {
        font-size: 32px;
    }
    .otp-block-wrapper span {
        width: 90%;
    }
    .otp-block-wrapper {
        width: 90%;
    }
    .ty-page-wrapper {
        padding-top: 20px;
    }
    .otp-block-wrapper {
        top: 85%;
    }
}



/* b2b forma css */

#input_7_20,
#input_7_21 {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.gchoice_7_20_1,
.gchoice_7_20_2,
.gchoice_7_20_3 {
    width: 165px;
}

#input_7_22::placeholder,
#input_7_23::placeholder {
    color: #495057;
    font-family: 'open-sans-regular';
    text-transform: none;
}

@media (max-width: 1440px) {
    .b2b-form-wrapper {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .b2b-form-wrapper {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .b2b-form-wrapper {
        width: 90%;
    }
    .gchoice_7_20_1,
    .gchoice_7_20_2,
    .gchoice_7_20_3 {
        width: 155px;
    }
}

@media (max-width: 600px) {
    .b2b-form-wrapper {
        width: 95%;
    }
    #input_7_20 {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* slider fix */

#amount, #term, #amount_stamb, #term_stamb {
    background: linear-gradient(to right, #37B7C3 0%, #37B7C3 0%, #fff 0%, #fff 100%);
    border-radius: 8px;
    height: 7px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    cursor: e-resize;
}

#amount::-webkit-slider-thumb,
#term::-webkit-slider-thumb,
#amount_stamb::-webkit-slider-thumb,
#term_stamb::-webkit-slider-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #fff;
}


/*  final qa */

.tabs-block {
    margin-bottom: -180px;
}

.custom-step-block h2 {
    font-size: 48px;
    margin-top: 10px;
}

.progress-bar-img {
    top: 30px;
    width: 220px;
}

.product-details-tab {
    border-radius: 20px 20px 0 0;
}

.menu-wrapper {
    width: 35%;
}

.menu-wrapper .menu-header ul li:last-child {
    padding: 5px 30px;
}

#amount::-webkit-slider-thumb ,
#term::-webkit-slider-thumb {
    background: #fff;
}

.kamata-opcija {
    width: 50%;
}

.bottom-blue-block {
    height: 527px;
}

.banks-block {
    width: 85%;
    justify-content: space-evenly;
}

.social-wrapper {
    padding: 50px 0 0 0;
}

.footer-wrapper {
    width: 75%;
}

.second-block-calculate div {
    margin-bottom: 20px;
}

.second-block-calculate div label {
    font-weight: 900;
}

.social-wrapper ul li a {
    border: 2px solid #474074;
}

.social-wrapper ul li a i {
    font-size: 22px;
}

.main-text-image-block {
    align-items: center;
}

@media (max-width: 1600px) {
    .menu-wrapper {
        width: 40%;
    }
}

@media (max-width: 1500px) {
    .elements-block {
        margin-top: 50px;
    }
}

@media (max-width: 1300px) {
    .banks-block {
        width: 95%;
        justify-content: space-around;
    }
}

@media (max-width: 1200px) {
    .elements-block .element-item .element-title h3 {
        font-size: 17px;
    }
    .menu-wrapper {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .bottom-blue-block {
        height: 515px;
    }
    .custom-step-block h2 {
        font-size: 30px;
    }
    .progress-bar-img {
        top: 13px;
    }
    .banks-block {
        justify-content: space-between;
    }
    .progress-bar-img {
        width: 180px;
    }
}

@media (max-width: 900px) {
    .menu-wrapper {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .second-block-calculate {
        padding: 20px 0 0 0;
    }
    .second-block-calculate button {
        width: 100%;
        margin-top: 20px;
    }
    .bottom-blue-block {
        position: relative;
        height: auto;
    }
    .social-wrapper {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .banks-block {
        width: 100%;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .menu-wrapper {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
}