@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap);
.info-txt{text-align:center;margin-top:15px;color:#848383;font-size:75%}
.text_info3{display:none;margin-bottom:5px}

.text_top2{display:none}
.text_offer{text-align:center;padding: 0 10px;font-size:9px;margin-top: -10px;}
.numb_step{display: none;}
/*.main{min-height:100vh}*/
.footer{max-width:400px;margin:0 auto!important;padding: 0px 24px 24px;position:relative}
#terms{font-size:10px;text-align:center;margin-top:5px}
#terms a{color:grey;margin-right:4px}
.unsubscribe{margin-top:5px;padding-bottom:20px}
.unsubscribe span{color:grey}
.unsubscribe a{color:#6363eb!important}

#success_link{display:none;margin-top:20px;width:100%;min-height:64px;background:#fff;border:2px solid #006994;border-radius:8px;padding:20px 15px;color:green;font-size:20px;letter-spacing:2px;text-align:center}

.btn_links{border:1px solid rgba(0, 0, 0, .5);padding:5px 10px;max-width:40px;border-radius:6px;cursor:pointer;font-size:16px;text-decoration:none;color:#000}
.btn_links:hover,.btn_links:active,.btn_links:focus{background-color:rgba(0, 0, 0, .5);color:#fff}
#mw_pin_code{padding:0px;text-align: center}
#verify{text-align:center;display:grid;align-items:center}
.btn-disable{background-color:rgba(0, 0, 0, .1)!important}
.btn-enable{cursor:pointer}
#mw_error_msg{text-align:center;font-weight:600;font-size:12px}
.error{color:red;font-weight:600;margin:0 0 15px;text-align:center}
.p_error, .f_error{display:none}
.wrap_btn{position:relative}
.lds-dual-ring{display:none;width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1}
.lds-dual-ring:after{content:"";display:block;width:64px;height:64px;margin:8px auto;border-radius:50%;border:6px solid #FEBE54;border-color:#FEBE54 transparent #FEBE54 transparent;animation:lds-dual-ring 1.2s linear infinite}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#mainTitle{display:none;}
#logo_nba{width: 95%;padding: 20px;}
.overlay{margin-top:-27px!important;display:flex!important;align-items:center}
.form_pin{display:none}
.title{text-align:center!important}
.label h4{text-align:center;font-size: 14px;}
#serviceDescr{font-size: 12px;line-height: 1.2;margin-bottom: 5px;padding: 0 15px;}
#subscribe{text-align: center;  display: grid;align-items: center}
._100:after{animation:_100 1.2s linear;animation-fill-mode:forwards}
.exit_link {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
}
.exit_link a{
    color: #006799;
    text-decoration: none;
}
.step2 {
    float: left;
    width: calc(50% - 4px);
    height: 8px;
    background: rgba(0, 0, 0, .1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
}
.step2:after{
    
        content: '';
        display: block;
        border-radius: 2px;
        width: 8px;
        height: 8px;
        background: linear-gradient(273.01deg, #1b6bff -8.03%, #006994 109.58%);
        transition: .5s ease;
    
}
/* ._100{animation:_100 1.2s linear;animation-fill-mode:forwards} */

@keyframes _100{
    0% {width:0}
    100% {width:100%}
  }


#div3{font-size: 12px!important}
#btn-01 {
    width: 250px !important;
    min-height: 60px !important;
    display: block;
    box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    padding-top: 22px;
    text-align: center;
    line-height: 1em;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff !important;
    text-transform: uppercase;
    background: rgb(77, 148, 255);
    padding: 14px;
    margin-top: 10px;
    min-width: 170px;
    border-radius: 50px;
    display: inline-block;
    border: none;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;

}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}




*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

body,
html {
    height: 100%
}



body.rtl-text {
    direction: rtl
}

.main {
    max-width: 400px;
    margin: 0 auto;
    padding: 60px 24px 24px;
    position: relative
}

.menu-btn {
    position: absolute;
    top: 20px;
    left: 24px;
    width: 32px;
    padding: 4px;
    margin-bottom: 20px;
    cursor: pointer
}

.menu-btn div {
    height: 4px;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px
}

.menu-btn div+div {
    margin-top: 4px
}

.lang {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 32px;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    cursor: pointer
}

.nav {
    position: fixed;
    top: 0;
    left: -110%;
    bottom: 0;
    width: 100%;
    background: #006994;
    padding: 48px 36px;
    color: #fff;
    text-align: center;
    transition: .5s ease;
    z-index: 999
}

.nav.open {
    left: 0
}

.nav-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    cursor: pointer
}

.nav-item {
    padding: 16px 0;
    font-size: 32px;
    font-weight: 700
}

.nav-item a {
    color: #efefef;
    text-decoration: none
}

.overlay {
    text-align: center;
    margin-top: -2.2rem;
    margin-bottom: 0;
    display: block; 
    font-size: 14px;
    padding-right: 50px;
}
.overlay #servicelogo{width:50px;margin-top:-20px}
.overlay .logo{width:144px;margin-top:-20px}

.steps {
    color: #404040;
    font-size: 12px;
    line-height: 1.18;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px
}

.steps:after {
    content: '';
    display: table;
    clear: both
}

.step {
    margin-right: 7px;
    float: left;
    width: calc(50% - 4px);
    height: 8px;
    background: rgba(0, 0, 0, .1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px
}

.step+.step {
    margin-left: 8px
}

.step:after {
    content: '';
    display: block;
    border-radius: 2px;
    width: 8px;
    height: 8px;
    background: linear-gradient(273.01deg, #1b6bff -8.03%, #006994 109.58%);
    transition: .5s ease
}

.step.filled:after {
    width: 100%
}

.step+.step:after {
    content: none
}

.step.filled+.step:after {
    content: ''
}

.rtl-text .steps {
    direction: rtl;
    text-align: right
}

.rtl-text .step {
    float: right
}

.rtl-text .step+.step {
    margin-left: 0;
    margin-right: 8px
}

.title {
    color: #404040;
    font-size: 19px;
    line-height: 1.18;
    font-weight: 900;
    margin-bottom: 10px
}

.label {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #404040;
    text-align: center;
    margin-top: 10px
}

.rtl-text .label {
    text-align: right
}

.field {
    position: relative;
    margin-bottom:15px;
    -webkit-animation: heartbeat 1.75s ease-in-out infinite both;
    animation: heartbeat 1.75s ease-in-out infinite both
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.field-input {
    display: block;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 2px solid #006994;
    border-radius: 8px;
    padding: 0 38px 0 91px;
    direction: ltr;
    color: #404040;
    font-size: 24px;
    letter-spacing: 2px;
    transition: .5s ease
}

.field-input.pin {
    height: 82px;
    padding-left: 26px;
    text-align: center;
    letter-spacing: 16px
}

.field-input__prefix {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 40px;
    color: #404040;
    font-size: 24px;
    line-height: 66px;
    letter-spacing: 2px;
    animation: shake 3s;
    -webkit-animation: shake 3s
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
        -webkit-transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
        -webkit-transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
        -webkit-transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
        -webkit-transform: translate3d(4px, 0, 0)
    }
}

.field-icon {
    position: absolute;
    top: 20px;
    left: 14px;
    fill: #404040;
    pointer-events: none;
    transition: .5s ease
}

.field-label {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 24px;
    line-height: 1;
    pointer-events: none;
    transition: .5s ease
}

.rtl-text .field-label {
    left: auto;
    right: 40px
}

.field-error {
    color: #ed4700;
    text-align: left;
    margin-top: 8px;
    display: none
}

.rtl-text .field-error {
    text-align: right
}

.field-input.focus,
.field-input:focus {
    border-color: #006994
}

.field-input:focus~.field-input__prefix .field-icon,
.focus .field-icon {
    fill: #006994
}

.field-input:focus~.field-label,
.focus~.field-label {
    top: -9px;
    left: 32px;
    background: #fff;
    padding: 2px 8px;
    color: #006994;
    font-size: 14px
}

.rtl-text .field-input:focus~.field-label,
.rtl-text .focus~.field-label {
    left: auto;
    right: 32px
}

.field-input.has-error {
    border-color: #ed4700
}

.has-error~.field-icon {
    fill: #ed4700 !important
}

.has-error~.field-label {
    top: -9px;
    left: 32px;
    background: #fff;
    padding: 2px 8px;
    font-size: 14px;
    color: #ed4700 !important
}

.rtl-text .has-error~.field-label {
    left: auto;
    right: 32px
}

.has-error~.field-error {
    display: block
}

.btn {
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(273.01deg, #1b6bff -8.03%, #006994 109.58%);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.btn-hint span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: .6;
}

.btn.disabled,
.btn[disabled] {
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3);
    box-shadow: none;
}

.form-bottom {
    margin-top: 24px;
    color: #fff
}

.form-bottom a {
    color: inherit;
    text-decoration: underline
}

.rtl-text .form-bottom {
    text-align: right
}

.footer {
    color: #A3A3A3;
    margin-top: 20px;
    font-size: 10px;
}

.footer a {
    color: inherit
}

.footer ul {
    padding-left: 17px;
}

.footer.hidden {
    padding-top: 50vh
}

.d-none {
    display: none
}


.loading.show {
    display: block
}

.webt-icon {
    width: 180px;
    height: 180px;
    margin: auto;
    position: relative
}

.webt-icon .progress_arrow {
    width: 100px;
    height: auto
}

.progress_arrow {
    opacity: 0;
    transition: all 1s;
    -webkit-animation: bounceUpDown 2s ease-in-out infinite;
    -o-animation: bounceUpDown 2s ease-in-out infinite;
    animation: bounceUpDown 2s ease-in-out infinite
}

@keyframes bounceUpDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5%);
        -moz-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        -o-transform: translateY(-5%);
        transform: translateY(-5%)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.webt-icon .value {
    fill: #006994;
    text-anchor: middle;
    font-weight: 600;
    font-size: 42px;
    transition: all 1s
}

.webt-icon__value {
    color: #006994;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    font-size: 46px;
    font-weight: 600;
    top: 0;
    left: 0
}

.icon-progress {
    width: 100%;
    height: 100%;
    position: relative
}

.icon-progress__bg {
    fill: none;
    stroke: rgba(0, 0, 0, .1)
}

.meter-1 {
    stroke-dasharray: 800;
    stroke-dashoffset: 0;
    stroke: #006994;
    stroke-width: 12px;
    animation: progress-1 1.3s ease-out
}

@keyframes progress-1 {
    from {
        stroke-dashoffset: 800
    }

    to {
        stroke-dashoffset: 0
    }
}