.scr-h{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
}
.scr-h.fl-down{
    justify-content: end;
}
.body{
    transition: .5s;
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    display: flex;
}
.body.bottm {
    transition: .5s;
    bottom: 0;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}
.arrow-down-up{
    transition: 0.5s;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 999999;
    width: 45px;
    height: 45px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    border-radius: 7px;
    outline: none;
}
.arrow-down-up:hover{
    transition: 0.5s;
    outline: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    background: #2D343C;
    color: #fff;
}
.arrow-down-up:focus{
    transition: 0.5s;
    outline: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    background: #fff;
    color: #2D343C;
}
.arrow-down-up.up{
    display: none;
}
.img-about{
    width: 100%;
}
.bd {
    width: 50%;
    height: 100%;
    padding: 2% 5%;
}
.bd.lf{
    background: #2D343C;
    box-shadow: -1px 3px 13px rgba(0, 0, 0, 0.23);
    z-index: 9;
}
.bd.rg{
    background: #F9FBFF;
    z-index: 1;
}
.lf-head{
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    display: flex;
}
.lf-head img{
    max-width: 100%;
    width: 75px;
    padding: 0;
    margin: 0;
}
.lf-title{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 55px;
    color: #FFFFFF;
    width: 40%;
}
.lf-title span{
    font-weight: 900;
}
.lf-sliders{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.lf-slider{
    padding: 2% 0;
    position: relative;
    height: 100%;
    width: 100%;
}
.lf-slider .lf-txt{
    text-align: left;
}
.lf-slider .lf-txt .lf-txt-title{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
}
.lf-slider .lf-txt .lf-txt-txt{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    width: 100%;
}
.lf-foot{
    text-align: left;
}
.lf-points{
    padding: 5% 0;
}
.lf-points iframe{
    width: 100%;
    height: 50vh;
    border-radius: 15px;
}
.lf-points img{
    width: 4%;
    margin: 0 5% 0 0;
}
.rg-form{
    position: absolute;
    width: 35%;
    height: 45%;
    background: #FFFFFF;
    box-shadow: 0 3px 14px 4px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    transform: translate(10%, 20%);
}
.rg-title{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #2D343C;
    padding: 4% 10%;
    text-align: left;
}
.form-rg{
    padding: 0;
}
.rg-inputs{
    padding: 0 10%;
    text-align: left;
}
.mail-menu .rg-inputs{
    padding: 0 10%;
}
.rg-input{
    transition: .7s;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #2D343C;
    width: 100%;
    padding: 3% 2% 3% 10%;
}
.rg-input::placeholder{
    transition: .7s;
    color: #969696;
}
.rg-input-mes{
    position: relative;
    left: 2%;
    top: 2.1em;
    width: 5.5%;
}
.rg-btns{
    padding: 5% 10%;
    text-align: center;
}
.rg-btn{
    transition: .7s;
    background: #2D343C;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.09), 0 1px 5px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    width: 100%;
    padding: 2%;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 1;
}
.rg-btn:hover{
    transition: .7s;
    opacity: .6;
}
.rg-btns.new-code .rg-btn.sk{
    background: #FFFFFF;
    color: #2D343C;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.spin_icon_infinite {
    -webkit-animation: rotating 2s linear infinite;
}
.rg-or{
    padding: 0 10%;
}
.rg-hr{
    padding: 0 10%;
    width: 100%;
    height: 20px;
    border-top: 2px solid #E3E3E3;
    text-align: center;
}
.rg-hr span{
    background-color: #ffffff;
    padding: 0 10px;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #969696;
    position: relative;
    bottom: 85%;
}
.rg-google-btn{
    padding: 0 10%;
}
a.google-btn{
    transition: .7s;
    background: #FFFFFF;
    border: 2px solid #E3E3E3;
    border-radius: 8px;
    width: 100%;
    padding: 2% 28%;
    margin: 1% 0;
    opacity: 1;
}
a.google-btn:hover{
    transition: .7s;
    opacity: .7;
}
.google-btn img{
    width: 5%;
}
.google-btn span{
    transition: .7s;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #344054;
}
.rg-privacy-term{
    position: relative;
    top: 75%;
}
.rg-privacy-term h4{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #969696;
}
.rg-privacy-term h4 a{
    transition: .7s;
    font-weight: 700;
    text-decoration: none;
    color: #2D343C;
}
.rg-privacy-term h4 a:hover{
    transition: .7s;
    color: #969696;
}
.rg-txt{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #969696;
    text-align: left;
    padding: 0 10%;
}
.rg-title.otp{
    padding: 5% 10% 0;
}
.rg-input.otp{
    padding: 3% 2% 3% 5%;
    margin: 4% 0;
}
.rg-form.new-member{
    height: 70%;
    transform: translate(10%, 10%);
}
.rg-input.new-member{
    padding: 3% 2% 3% 5%;
    margin: 1% 0;
}
.rg-input.new-code{
    padding: 3% 2% 3% 5%;
    margin: 0 0 5%;
}
.new-code-optional .rg-title{
    padding: 5% 10% 0;
}
.new-code-optional .rg-txt{
    padding: 0 10% 5%;
}
.rg-input.new-member.phone{
    padding: 3% 2% 3% 10%;
    margin: 1% 0;
}
.rg-plus-one{
    position: relative;
    bottom: 41px;
    left: 3%;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.rg-btns.new-member{
    padding: 1% 10%;
}
.rg-btns.new-code{
    padding: 5% 10%;
}
.rg-title.new-logo{
    padding: 4% 10% 0;
}
.new-member-menu .rg-title{
    padding: 4% 10% 0;
}
.new-member-menu .rg-txt{
    padding: 0 10% 4%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.rg-input-file{
    display: none;
}
.rg-input-image{
    transition: .7s;
    background: #FFFFFF;
    border: 2px dashed #000000;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 5%;
    text-align: center;
    margin: 1% 0;
    cursor: pointer;
    opacity: 1;
}
.rg-input-image:hover{
    transition: .7s;
    opacity: .7;
}
.rg-input-image img{
    width: 35%;
    padding: 5%;
}
.rg-input-image h4{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.dis-no{
    transition: 0.7s;
    display: none;
}
.rg-input.new-member.lf{
    margin: 0 0 4%;
}
.new-member-bottom-desc{
    font-family: 'Inter', serif;
    font-style: normal;
    font-size: 55%;
    line-height: 60%;
    position: relative;
    bottom: 0;
}
#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 14.7px;
    top: 50%;
    transform: translateY(-51%);
    border-radius: 4px;
    font-weight: 600;
    color: #333;
    background-color: #f0f0f0;
}
.new-logo-menu .rg-btns{
    padding: 2% 10%;
}
#breadcrumbs {
    right: 0;
    position: relative;
    left: -40%;
    top: 0;
    transform: none;
    margin-top: 0;
    max-width: 100%;
}
#breadcrumbs.dark {
    transition: 0.5s;
    color: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    background-color: #2D343C;
}
#breadcrumbs ul {
    margin: 0;
    padding: 12px 22px;
    line-height: 23px;
}
#breadcrumbs ul li:first-child {
    margin-left: 0;
}
#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 7px;
}
#breadcrumbs.dark ul li a:hover {
    transition: .5s;
    color: #FFD600;
}
#breadcrumbs.dark ul li.no-a:before {
    border-left: 4px solid rgba(255,255,255,0.3);
}
#breadcrumbs ul li.no-a:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #aaa;
    font-size: 14px;
    margin-right: 12px;
}
.connection-code{
    display: flex;
    padding: 0 10% 1%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}