body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

ul,
ul>li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

main {
    display: flex;
    flex-flow: row;
}

.main-text-color {
    color: #b51a38;
}

.left {
    background: #B50938;
    width: 22%; /*AZ 17.8%;*/
    /*width: 342px;*/
    /*background-image: url("images/sidebar_bg.png");*/
    background-image: url("../images/white-mode.svg");
    height: 100vh;
    position: fixed;
    overflow-y: auto;
    scrollbar-width: thin;
    /*padding-left: 56px;*/
    box-sizing: border-box;
}

#sidebar a {
    color: #ffffff;
    font-family: arial;
    cursor: pointer;
}

#sidebar {
    width: 65%;
    margin: 0 auto;
}

#sidebar .logo {
    padding-bottom: 2.313rem;
    padding-top: 4.625rem;
}

.language {
    margin-top: 4.25rem;
    margin-bottom: 1.625rem;
    display: flex;
    justify-content: space-between;
    /*padding: 0 70px 0 0;*/
}

.language a {
    font-size: 1.375rem;
    font-weight: bold;
}

.menu ul>li {
    margin-bottom: 1.5rem;
}

.menu ul>li a {
    font-weight: bold;
    font-size: 1.2rem; /*AZ 1.375rem;*/
}

.login {
    /*width: 30px;*/
    border: 3px solid #ffffff;
    border-radius: 26px;
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
    background: transparent;
    padding: 7px 41px;
    margin: 0 auto 2rem auto;
    display: flex;
    justify-content: center;
    outline: none;
    cursor: pointer;
}

.switcher-container {
    text-align: center;
}

.switcher-line button {
    color: -internal-light-dark(white, white);
    border-color: #E4E0E0;
    background: #E4E0E0;
    outline: 0;
}

.switcher-line {
    background: #fff;
    position: relative;
    top: 3px;
    cursor: pointer;
    border-radius: 15px;
    margin: 2.438rem 0.313rem;
    margin-bottom: 0;
    height: 29px;
    width: 64px;
    display: inline-block;
    background: #fff;
    /*background: linear-gradient(to bottom, #fff, #ddd);*/
}

.switcher {
    width: 23px;
    position: absolute;
    outline: none;
    top: 2px;
    left: 4px;
    background: #E4E0E0;
    height: 23px;
    border: 3px solid;
    border-radius: 50%;
    transition: all 0.5s;
    box-shadow: 0 3px 1px rgb(0 0 0 / 30%);
    cursor: pointer;
}

.dark {
    display: none;
}

.dark,
.light {
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    /*margin-top: 30px;*/
}

.light {
    font-size: 14px;
    font-weight: bold;
}

.toggled {
    left: 37px;
    background: #E4E0E0;
    border-color: #E4E0E0;
}

.powered_by {
    text-align: center;
    color: #ffffff;
    font-family: Arial;
    padding-top: 15px;
    padding-bottom: 25px;
}

.content {
    padding-left: 6.25rem;
    width: 78%; /*AZ 82.2%;*/
    background-image: url(../images/big.png), url(../images/bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom 1% left -79%, bottom -30% right -60%;
    position: relative;
    left: 22%; /*AZ 17.8%;*/
    background-color: #ffffff;
}

.big_title {
    font-size: 7.063rem;
    font-family: Arial;
    color: #f58427;
    font-weight: bold;
    width: 35%;
    line-height: 127px;
}

.type_of_vark {
    margin-top: 46px;
    margin-bottom: 54px;
}

.type_of_vark label {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.type_of_vark .aside {
    color: #ccc;
}

.type_of_vark input {
    position: relative !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 8px;
    box-sizing: content-box;
    overflow: hidden;
}

.type_of_vark .label-text {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.type_of_vark input:before {
    content: '';
    display: block;
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    border: 2px solid #ccc;
    transition: 0.2s border-color ease;
}

.type_of_vark input:checked:before {
    border-color: #000000;
    transition: 0.5s border-color ease;
}

.type_of_vark input:disabled:before {
    border-color: #ccc;
    background-color: #ccc;
}

.type_of_vark input:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    background-color: #000000;
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

.type_of_vark input[type="radio"]:before {
    border-radius: 100vh;
}

.type_of_vark input[type="radio"]:after {
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    transform: translate(-50%, -50%) scale(0);
}

.type_of_vark input[type="radio"]:checked:after {
    -webkit-animation: toggleOnRadio 0.2s ease forwards;
    animation: toggleOnRadio 0.2s ease forwards;
}

.type_of_vark input[type="checkbox"]:before {
    border-radius: 4px;
}

.type_of_vark input[type="checkbox"]:after {
    width: 11.6px;
    height: 18px;
    border-radius: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    background-color: transparent;
    box-shadow: 4px 4px 0px 0px #000000;
}

.type_of_vark input[type="checkbox"]:checked:after {
    -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
    animation: toggleOnCheckbox 0.2s ease forwards;
}

.type_of_vark input[type="checkbox"].filled:before {
    border-radius: 4px;
    transition: 0.2s border-color ease, 0.2s background-color ease;
}

.type_of_vark input[type="checkbox"].filled:checked:not(:disabled):before {
    background-color: #000000;
}

.type_of_vark input[type="checkbox"].filled:not(:disabled):after {
    box-shadow: 4px 4px 0px 0px white;
}

.content a {
    text-decoration: none;
    color: #ffffff;
    font-family: Arial;
}

.content .send_now a {
    font-size: 28px;
    font-weight: bold;
}

.send_now {
    border-radius: 26px;
    background: #B50938;
    width: 345px;
    padding: 6px 0;
    text-align: center;
}

section.section1 {
    background-image: url(../images/section1_bg.png);
    background-repeat: no-repeat;
    background-position: top 0px right -326px;
    padding-bottom: 14.188rem;
    padding-top: 11.5rem;
}

section.section2 {
    background-image: url(../images/planet3.svg);
    background-repeat: no-repeat;
    background-position: top 0px right -326px;
    padding-bottom: 14.188rem;
    padding-top: 11.5rem;
}

.tab-content>.tab-pane {
    /*AZ width: 1233px;*/
    /*height: 450px;*/
    background: #ffffff;
    border: 1px solid #F58427;
    border-radius: 15px;
    /*background-image: url(../images/small.png);*/
    background-repeat: no-repeat;
    background-position: top 43px right 54px;
    padding: 52px 0;
}

.nav-tabs .nav-link {
    font-size: 28px;
    color: #b50938;
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #b50938;
    border-color: #b50938 #b50938 #b50938;
    padding: 13px 28px;
    color: #fff;
    border-radius: 15px;
    line-height: 28px;
}

.nav-tabs {
    border-bottom: 0;
}

.tab-content {
    position: relative;
    top: 20px;
}

.nav-tabs .nav-link.active {
    border: 1px solid #b50938;
    border-radius: 26px;
    position: relative;
    background: #b50938;
    color: #fff;
    /*box-shadow: 0 0 7px #000; !* Добавляем тень для блока *!*/
}

.nav-tabs .nav-link.active ::after,
.nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    background: #b50938;
    left: 8.688rem;
    bottom: -8px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 7px #000;
    /* Добавляем тень для уголка */
    z-index: -1;
    /* Прячем за основным блоком */
    transform: rotate(45deg);
    /* Поворачиваем на 45º */
    -webkit-transform: rotate(45deg);
}

.nav-tabs .nav-link.active::before {
    z-index: 1;
    /* Накладываем поверх, чтобы скрыть следы тени */
    box-shadow: none;
    /* Прячем тень */
}

li.nav-item {
    display: flex;
    align-items: center;
}

.tab_left {
    font-size: 29px;
    color: #767C76;
    font-weight: bold;
    padding-left: 132px;
}

.tab_right table {
    width: 100%;
}

.tab_right table td {
    font-size: 34px;
    margin-bottom: 34px;
}

.tab_right table th {
    font-size: 23px;
    font-weight: bold;
    color: #767C76;
    margin-bottom: 16px;
}

.tab_right table td:first-child {
    color: #b50938;
    font-weight: bold;
}

.section3 {
    margin-top: 93px;
    margin-bottom: 114px;
    position: relative;
    padding: 0 2rem;
}

.sec_3_title {
    color: #b50938;
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 35px;
}

.sec_3_content {
    /*AZ width: 1233px;*/
    /*height: 450px;*/
    border: 1px solid #F58427;
    border-radius: 15px;
    padding: 52px 86px;
    background: #fff;
}

.sec_3_content label {
    color: #ABB6AB;
    font-size: 20px;
}

.sec_3_content svg {
    fill: #b50938;
    width: 22px;
    margin-right: 20px;
}

.sec_3_content h3 {
    line-height: 64px;
}


label.sub-title {
    color: #767C76;
    font-size: 20px;
}

.sec_3_content input::-webkit-input-placeholder {
    text-align: right;
    padding-right: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #ABB6AB;
}


/* mozilla solution */

.sec_3_content input:-moz-placeholder {
    text-align: right;
    padding-right: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #ABB6AB;
}

.sec_3_content input {
    border-radius: 20px;
    border: 1px solid #B50938;
    margin-bottom: 22px;
    outline: 0;
    padding: 0 20px;
    text-align: right;
}

.calculate {
    padding: 7px 170px;
    background: #b50938;
    width: 100%;
    border: 0;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    border-radius: 26px;
    color: #fff;
    text-align: center;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
}

hr {
    margin-bottom: 40px;
    margin-top: 55px;
    background: #707070;
}

.sec_3_content p {
    font-size: 24px;
    color: #b50938;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 24px;
    width: 790px;
}

.text-red-m {
    font-size: 20px;
    color: #b50938;
}

.branches p {
    margin-bottom: 4px !important;
}


.sms {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.calculator_bottom_block {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.calculator_block {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.dimmed .content {
    color: #ddd;
    background: #404449;
    padding-left: 6.25rem;
    width: 78%;
    background-image: url(../images/big.png), url(../images/bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom 1% left -79%, bottom -30% right -60%;
    position: relative;
    left: 22%;
}

.dimmed section.section1 {
    background-image: url(../images/section1_bg_dark.png);
}

.dimmed .type_of_vark input:checked:before {
    border-color: #ffffff;
}

.dimmed .type_of_vark input[type="checkbox"]:after {
    box-shadow: 4px 4px 0 0 #ffffff;
}

.dimmed .sec_3_content,
.dimmed .tab-content>.tab-pane {
    background: rgb(15 16 17 / 50%);
}

.dimmed .tab_left,
.dimmed a,
.dimmed .tab_right table th,
.dimmed .sec_3_content label,
.dimmed .sec_3_content input::-webkit-input-placeholder,
.dimmed .sec_3_content input:-moz-placeholder,

/* {
    color: #ffffff !important;
} */

.dimmed .big_title {
    color: #ffffff;
}

.dimmed .left {
    background: #000000;
    background-image: url("../images/dark-mode.svg");
    width: 22%;
    /*background-image: url("../images/sidebar_bg.png");*/
    /*background-image: url("../images/white-mode.svg");*/
    height: 100vh;
    position: fixed;
    /*padding-left: 56px;*/
    box-sizing: border-box;
    border-right: 1px solid #B50938;
    opacity: 0.9;
}

.dimmed .switcher-line {
    background: #b50938;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}


/* MA */

.popup_bg {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    display: none;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: 80vh;
    border-radius: 20px;
    min-height: 200px;
    background-color: #fff;
    padding: 58px 50px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 35, 35, 0.34);
    -moz-box-shadow: 0px 0px 10px 0px rgba(35, 35, 35, 0.34);
    box-shadow: 0px 0px 10px 0px rgba(35, 35, 35, 0.34);
}

input {
    outline: 0;
}

.popup-top {
    margin: 0px auto 30px auto;
}

.top-links {
    display: inline-block;
    width: 50%;
    padding: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: #fff;
    text-align: center;
    border: 1px solid rgba(172, 172, 172, 0.8);
    text-decoration: none;
    color: #B50938;
    box-sizing: border-box;
    cursor: pointer;
}

.active {
    background-color: #B50938;
    color: #fff;
    border: none !important;
}

.close-popup {
    position: absolute;
    top: 0px;
    right: 20px;
    font-weight: 200;
    cursor: pointer;
    z-index: 20;
    font-size: 38px;
}

.input_field {
    font-size: 2vmin;
    width: 90%;
    height: 36px;
    display: block;
    margin: 16px auto;
    border: 1px solid #707070;
    border-radius: 50px;
    padding-left: 15px;
}

.input_field_2 {
    width: 45%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.input_field_padding {
    padding-left: 42px;
}

.bi-telephone {
    position: relative;
    right: 60vmin;
    top: 0.5vmin;
}

.bi-eye {
    position: relative;
    right: 12vmin;
    top: 0.5vmin;
}

.lock_pass {
    position: relative;
    right: 60vmin;
    top: 0.5vmin;
}

.container button {
    color: white;
    position: relative;
    border: none;
    position: relative;
    top: 2vmin;
    left: 0vmin;
}

.welcome {
    padding-top: 10vmin;
}

.welcome h2 {
    text-align: center;
    font-size: 4vmin;
    color: #B50938;
    font-weight: bold;
}

.register_place {
    width: 80vmin;
    text-align: center;
    padding-top: 8vmin;
    height: max-content;
}

.login_button a {
    color: white;
    font-weight: bold;
    font-size: 3vmin;
}

.login_button {
    width: 50vmin;
    position: relative;
    right: 6.8vmin;
    top: 2vmin;
    border: none;
    margin-bottom: 7.5vmin;
    padding-bottom: 1px;
    padding-top: 1px;
}

.form-login, .form-register, .form-forgot, .form-validate, .form-errormessage, .form-changepassword {
    text-align: center;
    display: none;
}

#forgot-btn {
    color: #767C76;
}

.input-tel {
    background-image: url('../images/ico-tel.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 14px center;
}

.input-pass {
    background-image: url('../images/ico-pass.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 14px center;
}

form .action-btn {
    color: #fff;
    margin: 10px auto;
    border-radius: 26px;
    background: #B50938;
    width: 90%;
    padding: 6px 0;
    text-align: center;
    border: none;
    font-weight: bold;
}

.mycredit-desktop {
    border: 1px #616161 solid;
    border-radius: 5px;
    padding: 20px 20px 5px 20px;
    margin-right: 40px;
}

.mycredit-desktop thead th label {
    color: #B50938;
    border-right: 1px #616161 solid;
    text-align: center;
    margin: 0 0 18px 0;
}

.mycredit-desktop thead th:last-child label {
    border-right: none;
}

.mycredit-desktop tbody td {
    color: #616161;
    padding: 20px 10px;
    text-align: center;
}

.mycredit-desktop tbody tr {
    border-top: 1px #616161 solid;
}

.mycredit-desktop tbody tr td a {
    color: #F58427;
    font-weight: bold;
}
.mycredit-desktop tbody tr td a.act {
    color: #616161;
}




.mycredit-details-desktop {
    display: none;
    border: 1px #F58427 solid;
    border-radius: 5px;
    padding: 20px 20px 5px 20px;
    margin-right: 40px;
    -webkit-box-shadow: 7px 6px 20px -8px rgba(74,74,74,1);
    -moz-box-shadow: 7px 6px 20px -8px rgba(74,74,74,1);
    box-shadow: 7px 6px 20px -8px rgba(74,74,74,1);
    position: absolute;
    top: 150px;
    background-color: #fff;
    height: 75vh;
    overflow-y: auto;
}

.mycredit-details-desktop thead th label {
    color: #F58427;
    border-right: 1px #616161 solid;
    text-align: center;
    margin: 0 0 18px 0;
}

.mycredit-details-desktop thead th:last-child label {
    border-right: none;
}

.mycredit-details-desktop tbody td {
    color: #616161;
    padding: 20px 10px;
    text-align: center;
}

.mycredit-details-desktop tbody tr {
    border-top: 1px #616161 solid;
}

.mycredit-details-desktop tbody tr td a {
    color: #F58427;
}

.tab_right td{
    color: #767C76;
}


/* Mark...................................................................................... */

.menu ul li .user-name{
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 250px;
}

.menu ul li .user-name .fa-user-circle{
    font-size: 2.4rem;
}

/* GLXAVOR EJ.................................................... */


.main-page .main-inner{
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 5rem;
    padding-right: 4rem;
}


.main-page .main-inner .box.first{
    border-bottom: 1px solid #b51a38;
    border-right: 1px solid #b51a38;
    padding-top: 3rem;
    position: relative;
}

.main-page .main-inner .box.first form{
    position: absolute;
    background: white;
    width: 94%;
    padding: 1rem;
    border: 1px solid #8f8f8f;
    border-radius: .8rem;
    display: none;
}

.main-page .main-inner .box.first form.active{
    display: initial;
}

.main-page .main-inner .box.first form .details{
    border-bottom: 1px solid #8f8f8f;
    padding: 1rem;
}

.main-page .main-inner .box.first form  .details .item{
    width: 70%;
    display: flex;
    justify-content: space-between;
    color: #8f8f8f;
}
.main-page .main-inner .box.first form  .details .item span{
    font-weight: bold;
    color: #767c76;
}

.main-page .main-inner .box.first form  .sub-details {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    color: #8f8f8f;
}

.main-page .main-inner .box.first form  .sub-details p{
    font-size: .8rem;
}

.main-page .main-inner .box.first form  .sub-details .sub-item.devider{
    border-right:1px solid #8f8f8f;
}

.main-page .first h3{
    color: #b51a38;
    padding-left: 3rem;
    font-weight: bold;
    font-size: 2rem;
}

.main-page .first .inner::-webkit-scrollbar{
    width: .5rem;
}

.main-page .first .inner::-webkit-scrollbar-track{
    background: rgb(181, 181, 182);
}

.main-page .first .inner::-webkit-scrollbar-thumb{
    background: rgb(230, 187, 0);
    border-radius: 1rem;
}

.main-page .first .inner{
    
    height: 245px;
    width: 85%;  
    overflow-y: auto;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
    scrollbar-color: #e6bb00 #ccc;
    scrollbar-width: thin;
    align-items: center;
    justify-content: flex-end;
}

.main-page .first .inner .payment , .main-page .first form .payment{
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    width: 95%;
}

.main-page .first .inner .payment .subpayment , .main-page .first form .payment .subpayment{
    display: flex;
    gap: .7rem;
}

.main-page .first .inner .payment h4, .main-page .first form .payment h4{
    color: #b51a38;
    font-size: 1.2rem;
    padding-left: 1rem;
}

.main-page .first .inner .payment .bar, .main-page .first form .payment .subpayment .bar{
    display: flex;
    align-items: center;
    padding: 0 2rem;
    color: white;
    font-size: 1.2rem;
    width: 73%;
    height: 2.4rem;
    border-radius: 5rem;
    background: rgb(246,211,4);
    /*background: linear-gradient(150deg, rgb(246, 182, 4) 0%, rgb(201, 74, 0) 100%, rgba(0,212,255,1) 100%);*/
}



.main-page .first .inner .payment .more, .main-page .first form .payment .subpayment .more{
    background: rgb(230, 187, 0);
    border-radius: 4rem;
    padding: .5rem .6rem;
    font-size: .8rem;
    color: white;
    cursor: pointer;
}


.main-page .box.second{
    grid-area: 2/1;
    border-right: 1px solid #b51a38;
    text-align: center;
}

.main-page .box.second h4{
    margin-top: 3rem;
    color: #b51a38;
    font-size: 3rem;
}

.main-page .box.second span{
    font-size: 8rem;
    color: #767c76;
    font-weight: bolder;
}

.main-page .box.second p{
    color: #b51a38;
    font-size: 1.5rem;
}

.main-page .box.third{
    grid-area: 2/2;
    text-align: center;
}

.main-page .box.third h4{
    margin-top: 2rem;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #b51a38;
}

.main-page .box.third .status {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}

.main-page .box.third .status .paid{
    padding-top: 10rem;
}

.main-page .box.third .paid span{
    border-bottom: 1px solid #b51a38;
    padding: 0 1.5rem;
    color: #b51a38;
}

.main-page .box.third .unpaid span{
    border-bottom: 1px solid #b51a38;
    padding: 0 1.5rem;
    color: #b51a38;
}

.main-page .box.fourth{
    border-bottom: 1px solid #b51a38;
    text-align: center;
}

.main-page .box.fourth h4{
    color: #767c76;
    font-size: 2.5rem;
    margin: 2rem 0;
}

.main-page .box.fourth span{
    color: #b51a38;
    font-size: 3rem;
    font-weight: bold;
}

.main-page .box.fourth p{
    font-size: 1.5rem;
    color: #767c76;
    padding: 2rem;
}


.main-page .box.fourth .get a{
    background: #b51a38;
    padding: .5rem 6rem;
    border: none;
    border-radius: 2rem;
    font-size: 1.5rem;
}

/*
li.selected {
    background-color: #fff;
    padding: 13px 0 13px 27%;
    margin: 15px -27%;
}
*/
.selected-bg {
    background-color: #fff;
    width: 100%;
    height: 54px;
    position: absolute;
    right: 0;
    z-index: -1;
    margin: -12px 0 0 0;
;}

li.selected a {
    color: #B50939 !important;
}

.update-container {width: 45%; margin: 0 auto; padding-right: 10%; text-align: center; }



/* STANAL VARK.................................................... */

div.content{
    
}

.step1{
    text-align: center;
    margin-top: 3rem;
    padding-right: 10rem;
}
.step1 h2{
   color: #b51a38;
   font-size: 2.5rem;
   font-weight: bold;
}

.step1 .steps{
    display: flex;
    justify-content:space-around;
    margin-top: 2rem;
}

.step1 .steps a{
    background: #c0c0c0;
    cursor: initial;
    width: 30%;
    padding: .4rem 0;
    border-radius: 2rem;
    color: white;
}

.step1 .steps a.active{
    background: #b51a38;
    cursor: pointer;
}

.step1 .loan{
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step1 .loan .one{
    width: 40%;
}

.step1 .loan .one h3{
    color: #616161;
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
}

.step1 .loan .two{
  text-align: start;
}

.step1 .loan .two div{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    font-size: 1.3rem;
    color: #616161;;
  
}

.step1 .loan .two div .line{
    width: 50%;
}

.step1 .loan .two div span{
    margin: 0.4rem 0;
}

.step1 .loan .two div .num{
    text-align: center;
    width: 9rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #b51a38;
    border: 1px solid #f7a25d;
    border-radius: .25rem;
}

.step1 .range input{
    -webkit-appearance: none;
    width: 80%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 20px;
}

.step1 .range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #b51a38;
    cursor: pointer;
    border-radius: 50%;
}
  
.step1 .range input::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}


.conditions{
    margin-top: 2rem;
}

.conditions h3{
    color: #b51a38;
}

.conditions .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 45%;
    margin: 1rem auto;
}

.conditions .inner .box{
    text-align: start;
    border: 1px solid #f7a25d;
    border-radius: 1.5rem;
    width: 48%;
    padding: 1rem 1.4rem;
    height: 10vh;
}

.conditions .inner .box.last span {
    width: 80%;
}

.conditions .inner .box span{
    color: #b51a38;
    font-size: 1.2rem;
}

.conditions .inner .box p{
    color: #848484;
    font-size: 1rem;
    line-height: 1rem;
}

.step1 .conditions h4{
    font-size: 1.2rem;
    color: #f58427;
}

.step1 .continue{
    margin-top: 4rem;
}

.step1 .continue a{
    background: #767c76;
    font-size: 1.7rem;
    padding: .7rem 6rem;
    border-radius: 2rem;
   
    cursor: initial;
    text-transform: uppercase;
}

.step1 .continue a.active{
    background: #b51a38;
    cursor: pointer;
}

/* STEP2...................................................... */

.step2 h3{
    margin-top: 4rem;
    color: #b51a38;
    font-size: 2.5rem;
}

.step2 .options{
    width: 42%;
    margin: 0 auto;
}

.step2 .options h4{
    margin-top: 3.5rem;
    text-align: left;
    color: #404040;
}

.step2 .options .option {
   
    border: 1px solid #a0a0a0;
    width: 100%;
    height: 33.5vh;
    border-radius: 1.5rem;
    margin: 1rem 0;
    position: relative;
}

.step2 .options .option form{
   position: absolute;
   text-align: left;
   /*top: -1.65rem;*/
   background: white;
   border: none;
   left: -1px;
   width: 101%;
   height: 33.5vh;
   border-radius: 1.5rem;
   padding: 1rem 1rem;
   padding-left: 3rem;
   font-size: 1.2rem;
   box-shadow: 3px 3px 15px 1px rgb(204, 204, 204);
   position: relative;
}

.step2 .options .option form.active{
    display: inherit;
}

.step2 .options .option form i{
    position: absolute;
    right: 1.5rem;
    top: 3.5rem;
    color: #b51a38;
    cursor: pointer;
}

.step2 .options .option form h4{
    margin: 0;
    margin-bottom: .5rem;
    color: #b51a38;
}

.step2 .options .option form h5{
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    width: 85%;
    color: #404040;
}

.step2 .options .option form ul{
    overflow: auto;
    height: 21vh;
    color: #404040;
}

.step2 .options .option form ul::-webkit-scrollbar{
    width: .5rem;
}

.step2 .options .option form ul::-webkit-scrollbar-track{
    background: rgb(181, 181, 182);
}

.step2 .options .option form ul::-webkit-scrollbar-thumb{
    background: #b51a39;
    border-radius: 1rem;
}

.step2 .options .option form ul li{
    cursor: pointer;
}

.step2 .options .option form ul li:hover{
    color: #b51a38;
}


/* STEP3...................................................................... */

.step3 .bottom-approve {
    margin-top: 6rem;
    font-family: sans-serif;
    font-size: 21px;
    color: #767C76;
    display: flex;
    flex-wrap: wrap;
    text-align: start;
    padding: 0 6rem;
}



.step3 .bottom-approve a {
    color: #B50938;
    border-bottom: 1px solid #b51a38;
    padding-bottom: .2rem;
}

.step3 .bottom-approve .checkbox{
    display: flex;
    gap: .5rem;
    margin: .5rem 0;
}

.step3 .bottom-approve .checkbox input{
    margin-top: .4rem;
}

.step3  .instruction{
    
    color: #767C76;
    font-family: sans-serif;
    font-size: 21px;
    padding-left: 6rem;
    font-weight: normal;
    cursor: inherit;
    text-align: left;
}

.step3 .copy{
    font-family: sans-serif;
    font-size: 20px;
    color: #767C76;
    padding-left: 6rem;
    text-align: start;
    display: grid;
    grid-template-columns: 88% 10%;
    grid-template-rows: auto;
    text-align: start;
    
    
}

.step3 .copy p{
    font-weight: bold;
    text-align: left;
}

.step3 .copy span{
    color: #f58427;
    font-weight: lighter;
    font-size: 1.1rem;
    cursor: pointer;
    text-align: start;
    padding-left: 1rem;
    
}

.step3 .copy #paste{
    margin-top: 1.6rem;
}

.step3 .copy input.paste{
    width: 100%;
    border-radius: 1.3rem;
    border: none;
    height: 6vh;
    outline: 1px solid #767C76;;
    padding: 0 1rem;
    font-size: 1rem;
    margin-top: 1rem;
}

/* LastStep........................................................... */

.last-step{
    display: grid !important;
    place-items: center;
    padding: 0 2rem;
}

.last-step h4{
    color: #b51a38;
    font-weight: bolder;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 9rem;
}

.last-step p{
    color: #5a5858;
    font-size: 1.3rem;
    text-align: left;
    margin-top: 6rem;

}

.last-step .picture{
    margin-top: 5rem;
}

.last-step p a{
    color: #b51a38;
    border-bottom: 1px solid #b51a38;
    padding-bottom: .2rem;
}


.hidden {display: none;}




.top-title {
    text-align: center;
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.top-title .ola-red {
    width: 11vw;
}

.top-title .grey-text {
    font-size: 2vw;
    color: #767C76;
    font-weight: 700;
    margin-top: 2rem;
}



.get-credit {
    width: 95%;
    margin-top: 3vw;
    border: 2px solid #B50938;
    border-radius: 30vw;
    background-color: #fff;
    padding: 1rem 0;
    display: flex;

}

.get-credit div {
    height: 80%;
    font-size: 1.8vw;
    color: #767C76;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    margin: auto;
}

.row .col-5 p{
    color:#B50938;
    margin: 1rem 0;
    font-size: 2rem;
}

.row .mid-col{
    text-align: center;
}

.row .mid-col div{
    margin:1rem 0;
}

.row .mid-col div img{
    width: 55%;
}

.row .mid-col .gray-text{
    display: flex;
    justify-content: center;
}

.row .mid-col .months{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.row .mid-col .months .red-text{
    color: #B50938;
}

.row .mid-col .months .space{
    width: .3rem;
}

.row .mid-col .months .gray-text{
    color: #767C76;
}

.row .right-col .red-text{
    color: #B50938;
}

.row .right-col div{
    margin: 1rem 0;
}

.row .right-col div img{
    width: 30%;
}

.bottom-approve {
    margin-top: 4rem;
   font-family: sans-serif;
   font-size: 20px;
   color: #767C76;
    display: flex;
    flex-wrap: wrap;
   
}

.bottom-approve a {
    color: #B50938;
    text-decoration: underline;
}

.bottom-approve .checkbox{
  display: flex;
  gap: .5rem;
}

.bottom-approve .checkbox input{
    margin-top: .4rem;
}

.offer-div{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.get-offer-btn {
    top: 4rem;
    border-radius: 28px;
    background: #767C76;
    color: #fff;
    border: none;
    width: 345px;
    padding: 6px 0;
    font-size: 1.5rem;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 3rem;
}

.get-offer-btn.active {
    background: #b51a38;
    cursor: pointer;
}

.section3 .sms{
    position: absolute;
    bottom: 0rem;
    right: 4rem;
}




.main-start{
    position: relative;
}

div.content{
    padding: 2rem;
    margin: 0;
}

.main-start .inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
    height: 90vh;
}

.main-start .inner .first{
    background-image: url("../images/dark-mode.svg");
    grid-row: 1/3;
    border-right: 1px solid #b51a38;
    display: grid;
    place-items: center;
    text-align: center;
    height: 90vh;
    
}

.main-start .inner .first .first-inner h2{
    color: #767c76;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: .5rem;
}

.main-start .inner .first .first-inner a{
    color: #b51a38;
    border-bottom: 2px solid #b51a38;
    margin-top: 1rem;
    padding-bottom: 5px;
    font-size: 2.3rem;
}


.main-start .inner .second{
    border-bottom: 1px solid #b51a38;
    width: 80%;
    padding-bottom: 2rem;
    color: #767c76;
    height: 45vh;
}

.main-start .inner .second .second-inner{
    display: grid;
    place-items: center;
    margin-top: 5rem;
}

.main-start .inner .second .second-inner h2{
    font-size: 2.5rem;
}

.main-start .inner .second .second-inner span{
    color: #b51a38;
    font-size: 2.7rem;
    font-weight: bold;
    margin-top: 2rem;
}

.main-start .inner .second .second-inner p{
    font-size: 1.6rem;
}

.main-start .inner .second .second-inner a{
    margin-top: 1rem;
    margin-bottom: 3rem;
    background: #b51a38;
    padding: .5rem 5.4rem;
    border-radius: 2rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.main-start .inner .third{
    height: 45vh;
}

.main-start .inner .third img{
    width: 98%;
}

.main-start form{
    position: absolute;
    background: white;
    border: 2px solid #b51a38;
    border-radius: 1rem;
    box-shadow: 0 0 15px 0px grey;
    top: 6rem;
    left: 1rem;
    width: 90%;
    height: 64.5vh;
    padding: .5rem 1rem;
}




.main-start form.active{
    display: initial;
}

.main-start form .close{
    font-weight: normal;
}

.main-start form .form-inner{
    padding: 2.5rem 6rem;
    color: #767c76;
    
}

.main-start form .form-inner .id{
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    text-align: center;
}

.main-start form .form-inner .id .box1{
    margin-top: 1.3rem;
}

.main-start form .form-inner .id .attach div #upload-photo1, .main-start form .form-inner .id .attach div #upload-photo2{
    opacity: 0;
    position: absolute;
    z-index: -1;
 }

 .main-start form .form-inner .id .attach div label{
     background: #b51a38;
     color: white;
     font-size: .8rem;
     height: 1.3rem;
     line-height: 1.3rem;
     width: 4rem;
     border-radius: 1rem;
     cursor: pointer;
     position: relative;
 }

 .main-start form .form-inner .id .attach div label:hover{
     background: rgb(247, 161, 1);   
     
 }
 .main-start form .form-inner .id .attach div label:hover span{
    transform: translateX(1rem);
    display: none;
     
 }
    
 .main-start form .form-inner .id .attach p{
     font-weight: bold;
     font-size: 1.1rem;
     margin-top: 1rem;
     color: #616161;
 }


 .main-start form .form-inner .details{
     margin-top: 3.5rem;
     font-size: 1.1rem;
     color: #767c76;
 }

 .main-start form .form-inner .details p{
    margin-bottom: .7rem;
 }

 .main-start form .form-inner .details .confirm-btn{
    text-align: center;
    margin-top: 3rem;
 }

 .main-start form .form-inner .details .confirm-btn button{
    background: #b51a38;
    padding: .4rem 3rem;
    border-radius: 2rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
    border: none;
    color: white;
    cursor: pointer;
 }


 
 .ui-slider-handle {
     border-radius: 50%;
     background-color: #b50939 !important;
     width: 32px !important;
     height: 32px !important;
     top: -10px !important;
     border: none !important;
 }
 .ui-slider-range {background-color: #b50939 !important;}
 
 #slider-range-max {
     width: 80%;
     margin: 55px auto;
 }
 
 #selected-sum { position: absolute; }
 #selected-sum input {
     text-align: center;
    width: 9rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #b51a38;
    border: 1px solid #f7a25d;
    border-radius: .25rem;
 }
 
 .popup-map-details {
    background-color: #fff;
    border-radius: 5px;
    position: fixed;
    z-index: 11;
    padding: 15px 25px;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.75);
}

.popup-map-details .name {
    color: #b50938;
    font-size: 18px;
    font-weight: bold;
}
.popup-map-details .address {
    color: #b50938;
    font-size: 15px;
}

.branch-item {margin: 5px; padding: 5px; background-color: #fff; /*border: 1px solid #F58427; border-radius: 10px; height: 80px; */ }
.region {color: #b50938; font-size: 18px; font-weight: bold; display: block; border-bottom: 1px solid #ddd; margin: 20px 0 10px 20px; padding: 10px 0px; }
.branch-item .name {color: #323232; font-size: 18px; font-weight: bold; display: block; }
.branch-item .address {color: #404040; font-size: 15px; display: block; }

.language a.active {color: #eeb111 !important;}
