/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); */body {
    /*li9P2vptA*/
    font-family:DM Sans;
    background:#faffff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    min-height: 100vh;

}#logo {
    /*PCjnmK2J*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}.service-logo{
    filter: drop-shadow(0px 0px 2px black);
    opacity: 50%;
    margin: auto;
    display: block;
    width: 140px;
}.webt-icon {
    width: 200px;
    height: 200px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}.icon-progress {
    width: 100%;
    height: 100%;
    position: relative;
}.icon-progress__bg {
    fill: none;
    stroke: rgba(0, 0, 0, .1);
}.meter-1 {
    stroke-dasharray: 628.318;
    /*hBZcdcv*/
    stroke-dashoffset: 628.318;
    /*prPXbD4P*/
    stroke: #21ccb4 ;
    stroke-width: 14px;
    animation: progress-1 1.3s ease-in-out forwards;
}@keyframes progress-1 {
    0% {
        stroke-dashoffset: 628.318;
        /* Початкове значення */
    }

    100% {
        stroke-dashoffset: 0;
        /* Фінальне значення, коли коло повністю заповнене */
    }
}.progress_arrow {
    width: 100%;
    opacity: 1;
    transition: all 1s;
    /*CHrDs57L9*/
}/* @keyframes bounceUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
} */.webt-icon__value {
    color: #21ccb4 ;
    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;
}.value {
    fill: #21ccb4 ;
    text-anchor: middle;
    font-weight: 600;
    font-size: 42px;
    transition: all 1s;
    opacity: 0;
}/*  */#myBtn {
    position: relative !important;
    margin: 0 !important;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    grid-column: 1/2;
}.second-overlay {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;

}.lang {
    grid-column: 3/4;
}#servicelogo {
    grid-column: 2/3;
    margin: auto;
}.mobile {
    top: -9px;
    left: 32px;
    padding: 2px 8px;
    color: #21ccb4 ;
    font-size: 13px !important;
    position: absolute;

    pointer-events: none;
    transition: .5s ease;
    background-color: white;
}.pin {
    top: -9px;
    left: 32px;
    padding: 2px 8px;
    color: #21ccb4 ;
    font-size: 13px !important;
    position: absolute;

    pointer-events: none;
    transition: .5s ease;
    background-color: white;

}.title {
    text-align: center;
    margin: 20px;
    font-size: 19px;
}/* 
.error-class {
    border: 2px solid red !important;
} */.error-class {
    border: 2px solid red !important;
}#pin {
    font-size: 20px;
    /*8mMxJR*/
}/*--------------------Loader--------------------*/.loader {
    /*Sh8lCdnO*/
     display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(3px);
}.loader__inner {
    display: inline-block;
    width: 30vmin;
    height: 30vmin;
    border: 3vmin solid rgba(255, 255, 255, .3);
    border-radius: 65%;
    border-top-color: #00e2ff;
    border-bottom-color: #ffbb00;
    transition: border-radius 0.5s ease-in-out, transform 0.5s ease-in-out;
    -webkit-transition: border-radius 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    animation: spin 1s ease-in-out infinite alternate;
    -webkit-animation: spin 1s ease-in-out infinite alternate;
}@keyframes spin {
    to { 
        transform: rotate(360deg); border-radius: 20%; 
    }
}@-webkit-keyframes spin {
    to { 
        -webkit-transform: rotate(360deg); border-radius: 20%; 
    }
}.attention {
    font-size: 13px;
    line-height: 1;
    color: red;
    opacity: 0;
    margin: 10px;
    margin-top: 0;
    padding: 0;
}.attention--show {
    -webkit-animation: blink-1 0.6s both;
    animation: blink-1 0.6s both;
}.price-message {
    color: white
}.price {
    font-size: 10px;
    margin: 3px auto;
    color: silver;
	text-align: center;
}.message__close:hover.message__close::before,
.message__close:hover.message__close::after {
    background-color: #2222;
}@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}.field {
    display: block;
    background: white;
    border: 2px solid #21ccb4 ;
    border-radius: 8px;
    position: relative;
    width: 100% !important;
    margin: 15px auto;
    margin-top: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    animation: heartbeat 3s ease-in-out infinite both;
    height: 66px;
    display: flex;
}@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;
    }
}#countrycode,
#phone,
#pincode {
    border: none;
    outline: none;
    height: 60px !important;
}#pin {
    height: 100%;
    width: 100%;
}#box-num #phone {
    text-align: left;
}/*  *//* Zmiana koloru obramowania w .field i tekstu w label, gdy #pin jest w focusie */.field.focused {
    border-color: black;
    /*5aeB7yB*/
}#pin:focus+#pin-label-text {
    color: black;
    /*YR4GeYa3*/
}/*  */.field-alert.active {
    display: block;
}#messageUnsuccess .message__content,
#messageSuccess .message__content {
    place-self: auto;
}.field-alert {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 14px;
    margin-left: -135px;
    width: 270px;
    background: #fc5b53;
    border-radius: 5px;
    padding: 3px 5px;
    color: white;
    font-size: 14px;
    animation: shake 5s ease-in-out 5 both;
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;

}.footer {
    max-width: 420px;
    width: 100%;
    margin: 100px auto 0;
    display: block;
    text-align: center;
}.footer__list-item-li {
    color: #737373;
    font-size: 10px;
}.footer__list-item,
.footer__text {
    color: #737373;
    font-size: 11px;
}#terms {
    margin-top: 10px;
}.field-alert.show {
    animation: fadeIn 1s ease-in-out 4s forwards;
    /*PEVgUv*/
}.footer__link {
    display: block;
    padding-top: 10px;
    color: #000;
    font-size: 12px;
    align-items: center;
    margin-top: 15px;
}.footer__text {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: justify;
}.footer__text p {
    padding: 0;
    margin: 0;
}.footer__text a {
    color: inherit;
}.field-alert:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fc5b53;
}@keyframes fadeIn {
    to {
        opacity: 1;
    }
}#svg_phone {
    position: absolute;
    animation: shake1 3s;
    top: 16px;
    left: 8px;
    fill: #464646;
    pointer-events: none;
    transition: 0.5s ease;
    width: 15px;
    animation: shake 3s;

}#check_phone {

    position: absolute;
    top: 18px;
    right: 14px;
    width: 24px;
    height: 24px;
    fill: #464646;
    pointer-events: none;
    transition: 0.5s ease;
}@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(-2px, 0, 0);
        -webkit-transform: translate3d(-2px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0);
        -webkit-transform: translate3d(2px, 0, 0);
    }
}#maindiv {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 24px 24px;
    position: relative;
    box-sizing: border-box;
}#maindiv .btn {
    padding: 1rem 0 !important;
    /*q3Gh1pt*/
    font-size: 20px !important;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100% !important;
    background-color:#134599!important;
    color:#f2faff!important;
    border: 3px solid #1dab97;    
    animation: pulse 2s infinite;
}button {

}@keyframes pulse {
  0% {
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.3),
                0 0 6px rgba(0, 123, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.5),
                0 0 12px rgba(0, 123, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.3),
                0 0 6px rgba(0, 123, 255, 0.2);
  }
}#box-num,
#box-code {
    width: unset !important;
    background: #ffffffcc;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}#maindiv #langbar {
    background: white !important;
    font-size: 20px !important;
    color: black !important;
}#maindiv #langbar option {
    font-size: 20px;
    color: black !important;
}#maindiv .btn[disabled] {
    background: rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .3) !important;
    box-shadow: none !important;
}/*  */.steps {
    color: #404040;
    font-size: 12px;
    line-height: 1.18;
    text-align: left;
    text-transform: uppercase;
    margin: 10px 0;
    margin-bottom: 28px;
}.d-none {
    display: none;
}.step1,
.step2 {
    float: left;
    width: calc(50% - 8px);
    height: 8px;
    background: rgba(0, 0, 0, .1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
    margin-left: 8px;
}.steps [data-trans="step-1"],
.steps [data-trans="step-2"] {
    margin: 0 10px;
}/* Стилі для Step 1 */.step1:after {
    content: "";
    display: block;
    border-radius: 2px;
    width: 10%;
    height: 8px;
    background: linear-gradient(273.01deg, #1b6bff -8.03%, #21ccb4  109.58%);
    transition: .5s ease;
}/* Стилі для Step 2 */.step2:after {
    content: "";
    display: block;
    border-radius: 2px;
    width: 10%;
    height: 8px;
    background: linear-gradient(273.01deg, #1b6bff -8.03%, #21ccb4  109.58%);
    transition: .5s ease;
}/* Для активного Step 1 на сторінці pin.html */.steps.pin-page .step1.active:after {
    width: 100%;
}/* Для активного Step 2 на сторінці pin.html */.steps.pin-page .step2.active:after {
    width: 20%;
}/* Для Step 1 на сторінці не Pin (наприклад, index.html) */.steps:not(.pin-page) .step1.active:after {
    width: 20%;
    /*3YBpQZ*/
}/* Для Step 2 на сторінці не Pin (index.html) - прибираємо background */.steps:not(.pin-page) .step2:after {
    background: none;
    /*0QSZb6*/
}/* Очищення для очищення елементів */.steps:after {
    content: "";
    display: table;
    clear: both;
}/*  */#div3_pre {
    padding-left: 5%;
    padding-right: 5%;
}.modal {
    display: none;
    position: fixed;
    /*0qv5NxrH*/
    z-index: 1;
    /*gtBppI*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*15gKZn*/
    background-color: rgba(0, 0, 0, 0.4);
    /*rIUjUl*/
}/* Style the modal content */.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /*BFeCBHvbI*/
}/* Style the close button */.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}.btn-hint span {
    display: block;
    font-size: 11px;
    font-weight: 400;
}#messageSuccess .message__content {
    background-color: white;
}#messageUnsuccess .message__content {
    background-color: white;
}.btn-hint {
    width: 80% !important;
    display: inline-block;
    box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    padding-top: 22px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding: 1.5rem 2rem;
}.btn[disabled] {
    background: silver !important;
    color: white !important;
}#countrycode,
#phone {
    background-color: white !important;
    color: grey !important;
    font-size: 20px;
    height: 50px;
    border-top: none;
    border-right: none;
    border-left: none;
    color: black !important;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;

}#myBtn {
    background: transparent;
    border: none;
    cursor: pointer;
}.offcanvas {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 20px;
    overflow: hidden
}.offcanvas.active {
    left: 0;
}#offcanvas .close-offcanvas {
    font-size: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: right;
    width: 100%;

}#offcanvas nav ul {
    list-style: none;
    padding: 0;
}#offcanvas nav li {
    margin: 15px 0;
}#offcanvas nav li a {
    color: black;
    text-decoration: none;
}#servicelogo {
    width: 50px;
}.notice {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 5px auto;
    padding: 10px 8px 10px 45px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 4px 4px 0 rgba(42, 123, 138, .16);
    /*98gGDwp*/
    box-sizing: border-box;
}.notice::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    width: 30px;
    height: 30px;
    background: url(../img/AvocaDO_logo.ico) center;
    background-size: contain;
    background-repeat: no-repeat;
}.notice__title {
    font-size: 11px;
    line-height: 1;
    text-align: left;
    color: #6a6a6a;
    margin: 0;
    padding: 0;
}@media only screen and (min-width: 1025px) {
    .center {

        margin: auto;
        width: 30%;
        padding: 10px;
    }
}.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
}input {
    outline: none;
    border: none;
}input:focus,
input:focus-visible,
input:focus-within,
input:active,
input:target {
    outline: none;
    border: none;
}.d-none {
    display: none;
}#terms {
    list-style: none;
    justify-self: center;
    text-decoration: underline;
    text-align: center;
}#box-num {
    margin-bottom: 50px;
}#messageUnsuccess .message__btn {
    padding: 1rem 0 !important;
    box-shadow: none !important;
    font-size: 20px !important;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100% !important;
    background-color: #21ccb4  !important;
    color: white !important;
    text-align: -webkit-center;
    text-decoration: none;
}/*  *//* Przyciski, gdy są zablokowane */#verify:disabled {
    background-color: grey;
    /*uTsxtGr*/
    color: #fff;
}/* Przyciski, gdy są aktywne */#verify.active {
    background-color: #1b6bff;
    /*rM52DAjC*/
    color: white;
    cursor: pointer;
    /*dHakZEF*/
}#verify.active:hover {
    background-color: #21ccb4 ;
    /*MEvZGE9*/
}.test:disabled {
    background-color: #ccc;
    /*zO3knrZ*/
    color: #777;
    /*S8P9kZh0*/
    cursor: not-allowed;
    /*2BkJhxF*/
}/* Stylowanie aktywnego przycisku */.test:not(:disabled) {
    background-color: #1b6bff;
    /*WzLuOGsVs*/
    color: white;
    cursor: pointer;
    /*77DNek*/
}#messageSuccess .message__content,
#messageUnsuccess .message__content {
    margin-bottom: 10px;
}@media screen and (orientation: landscape) and (max-width: 960px) and (max-height: 500px) and (min-aspect-ratio: 13/10) {
    .steps {
        margin-bottom: 5px;
    }

    #servicelogo {
        width: 30px;
    }

    .label h4 {
        margin: 0;
    }

    .field {
        margin-top: 10px;

        margin-bottom: 2px;
    }

    #maindiv {
        max-width: 100%;
    }

    .container__box {
        display: flex;
        justify-content: space-around;
    }

    .footer {
        max-width: 40%;
        margin: 0;
        align-content: center;
    }
    .footer__text {
        padding: 27px;
    }
    #box-num {
        max-width: 40%;
        margin-bottom: 0px;
    }

    #box-code {
        width: 40% !important;
    }

    #messageUnsuccess .message__title,
    #messageSuccess .message__title {
        font-size: 18px;
        margin: 0;
    }

    #box-num,
    #box-code {
        padding: 5px;
    }

    .step1,
    .step2 {
        height: 5px;
        margin-top: 2px;
        margin-left: 4px;
    }

    .notice::before {
        width: 20px;
        height: 20px;
    }

    .notice__title {
        font-size: 9px;
    }

    #attention {
        margin: 3px;
    }

    #countrycode,
    #phone {
        font-size: 15px;
    }
}@media screen and (max-width: 500px) {
    .steps {
        margin-bottom: 8px;
    }

    .label h4 {
        margin: 0;
    }

    .field {
        margin-top: 10px;

        margin-bottom: 2px;
    }
	
    #box-num,
    #box-code {
        margin-bottom: 30px;
    }

    .message__wrap,
    #messageSuccess .message__content {
        width: 80%;
    }

    #messageUnsuccess .message__content {
        width: 80%;
    }

    .message,
    #messageUnsuccess .message,
    #messageSuccess .message {
        align-items: center;
    }

    .message__title {
        font-size: 18px;
    }

    .message__desc {
        font-size: 15px;
    }

    .offcanvas {
        left: -110%;
    }

    #messageUnsuccess .message__title {
        font-size: 18px;
        margin: 0;
    }

    #countrycode,
    #phone {
        font-size: 17px;
    }

    #servicelogo {
        width: 30px;
    }

    .footer__link {
        width: 100%;
        display: block;
    }

    #terms {
        width: 100%;
    }
}@media screen and (min-width: 1280px) {
    #countrycode {
        width: 30% !important;
    }
    #phone {
        width: 35% !important;
    }
}@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}/*--------------------Message--------------------*/.messageBox {
    /*pOWuvN*/
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4.5px);
    background: rgba(0, 0, 0, .85);
    flex-direction: column;
    box-sizing: border-box;
}.message__content {
    width: 90%;
    max-width: 350px;
    padding: 25px 20px;
    margin-top: calc( var(--vh,100vh) * -0.2);
    color: #000;
    background-color: #fff;
    border-radius: 15px;
    will-change: transform;
    place-self: center;
    animation-name: fadeInDown;
    animation-duration: 0.8s;
    animation-delay: 0.4s;
    animation-fill-mode: both;
    box-sizing: border-box;
}.message__title {
    margin: 10px 0 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #222222;
}.message__close {
    position: absolute;
    width: 21px;
    height: 21px;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 12px;
    top: 0px;
    right: 0px;
    background: #ffffff;
    border: #fff 2px solid;
    box-sizing: border-box;
}.message__close::before,
.message__close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #393D3F;
    transform: translateX(-50%) rotate(-45deg);
}.message__close::after {
    transform: translateX(-50%) rotate(45deg);
}@keyframes fadeInDown {
    from { opacity: 0; transform: translate3d(0, -100%, 0); }
    50% { opacity: 1; }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}