html {
    scroll-behavior: smooth;
}
body {
    margin: 0px;
}
#nav-menu-index {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    height: 70px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 12px rgb(204, 204, 204);
    z-index: 5;
}
#OurName {
    margin-left: 10%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
.btns-go-login-and-register {
    display: flex;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    gap: 20px;
    position: absolute;
    top: 20px;
    right: 5%;
}
@media screen and (min-width: 960px) {
.btn-login {
    padding: 0px 15px 0px 15px;
    position: relative;
    line-height: 0px;
    display: block;
    height: 35px;
    width: 100%;
    background-color: rgb(123, 123, 255);
    border-radius: 10px;
    color: white;
    cursor: pointer;
}
.btn-register {
    padding: 0px 15px 0px 15px;
    position: relative;
    line-height: 0px;
    display: block;
    height: 34px;
    width: 100%;
    outline: 2px solid rgb(190, 188, 188);
    border-radius: 10px;
    color: rgb(102, 101, 101);
    cursor: pointer;
}
#burgerbtn-index {
    display: none;
}
#menu-from-burger-btn {
    display: none;
}
#conteiner-login {
    display: none;
    width: 500px;
    height: 500px;
    position: fixed;
    top: 100px;
    left: 32%;
    background-color: white;
    z-index: 11;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(131, 130, 130);
}
.conteiner-forgotform {
    display: none;
    width: 500px;
    height: 500px;
    position: fixed;
    top: 100px;
    left: 32%;
    background-color: white;
    z-index: 11;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(131, 130, 130);
}
#conteiner-register {
    display: none;
    width: 500px;
    height: 500px;
    position: fixed;
    top: 100px;
    left: 32%;
    background-color: white;
    z-index: 11;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(131, 130, 130);
}
#password,
    #email,
    #register-password,
    #email-forgotform {
        background-color: rgb(246, 246, 246);
        font-size: 18px;
        height: 40px;
        width: 98%;
        padding-left: 5px;
        border-radius: 5px;
        border: 1px solid rgb(215, 215, 215);
    }
    #google-login-btn {
        color: black;
        margin-bottom: 20px;
        position: relative;
        top: 10px;
        border-radius: 5px;
        border: solid 2px black;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        height: 30px;
        display: block;
        padding: 5px 0px 2px 0px;
        width: 99%;
        background-color: white;
        cursor: pointer;
    }
    #google-login-btn img {
        position: relative;
        top: -5px;
    }
    #google-login-btn span {
        position: relative;
        top: -20px;
    }
}
@media screen and (max-width: 960px) {
    .btn-login {
        display: none;
    }
    .btn-register {
        display: none;
    }
    #burgerbtn-index {
        position: absolute;
        right: 30px;
        top: 25px;
        display: block;
        height: 25px;
        width: 40px;
    }
    .line-burger-btn-index {
        margin-top: 8px;
        display: block;
        height: 5px;
        width: 100%;
        background-color: rgb(123, 123, 255);
        border-radius: 5px;
    }
    #menu-from-burger-btn {
        display: block;
        height: 200px;
        width: 100%;
        background-color: white;
        z-index: 9;
        position: fixed;
        left: 0;
        top: -200%;
        box-shadow: 0px 0px 10px rgb(189, 189, 189);
        transition: 0.25s;
    }
    #menu-from-burger-btn p{
        width: 105px;
    }
    #account-menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        margin-left: 20px;
        gap: 40px;
        position: relative;
        top: 80px;
    }
    #conteiner-login,
    .conteiner-forgotform {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        z-index: 11;
    }
    #conteiner-register {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        z-index: 11;
    }
    #password,
    #email,
    #register-password,
    #email-forgotform {
        background-color: rgb(246, 246, 246);
        font-size: 18px;
        height: 30px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid rgb(215, 215, 215);
    }
    #google-login-btn {
        color: black;
        margin-bottom: 20px;
        position: relative;
        top: 10px;
        border-radius: 5px;
        border: solid 2px black;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        height: 30px;
        display: block;
        padding: 5px 0px 2px 0px;
        width: 99%;
        background-color: white;
        cursor: pointer;
    }
    #google-login-btn img {
        position: relative;
        top: -5px;
    }
    #google-login-btn span {
        position: relative;
        top: -20px;
    }
     
}
#btn-forgot-password {
    color: rgb(2, 2, 179);
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
#btn-forgot-password:hover {
    color: rgb(42, 42, 254);
}
    #close-btn {
        position: absolute;
        right: 30px;
        top: 25px;
        display: block;
        height: 40px;
        width: 40px;
    }
    .cross-btn-1 {
        margin-top: 8px;
        display: block;
        height: 5px;
        width: 100%;
        background-color: rgb(123, 123, 255);
        border-radius: 5px;
        rotate: 45deg;
        position: relative;
        top: 10px;
    }
    .cross-btn-2 {
        margin-top: 8px;
        display: block;
        height: 5px;
        width: 100%;
        background-color: rgb(123, 123, 255);
        border-radius: 5px;
        rotate: 135deg;
        position: relative;
        top: -3px;
    }
    .text-menu {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
    }
    #label-form {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 19px;
        margin-top: 2px;
    }
    #btn-register-submit,
    #btn-login-submit {
        margin-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        border-radius: 5px;
        background-color: rgb(75, 75, 253);
        border: none;
        color: white;
        height: 45px;
        width: 100%;
        cursor: pointer;
    }
    .btn-close-conteiner {
        position: absolute;
        right: 30px;
        top: 25px;
        display: block;
        height: 25px;
        width: 25px;
    }
    .menu-form {
        margin-top: 30px;
        padding: 20px;
    }
    #btn-send-email-forgotform {
        margin-top: 20px;
        display: block;
        width: 100%;
        height: 40px;
        background-color: rgb(2, 143, 2);
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .do-other-text {
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }
    #Change-to-register,
    #Change-to-login {
        color: blue;
        cursor: pointer;
    }
@keyframes animationOpacityLeft {
    0% {
        opacity: 0;
        left: -20%;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animationOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.conteiner-main-section {
    display: block;
    height: 780px;
    width: 100%;
    background-color: white;
}
a {
    text-decoration: none;
}
@media screen and (min-width: 960px){
    #cont-main-text {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        position: absolute;
        left: 10%;
        top: 100px;
    }
    .main-text {
        display: block;
        font-size: 40px;
        animation: animationOpacityLeft 1s ease-in-out;
    }
    .under-text {
        font-size: 17px;
        animation: animationOpacityLeft 1s ease-in-out;
    }
    #cont-main-btns {
        display: flex;
        gap: 5%;
        position: absolute;
        top: 500px;
        left: 25%;
        width: 50%;
        animation: animationOpacity 2s ease-in-out;
    }
    #btn-go-to-ads {
        display: flex;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgb(123, 123, 255);
        padding: 0px 12px 0px 12px;
        border-radius: 10px;
        color: white;
    }
    #btn-go-to-ads:hover {
        background-color: rgb(91, 91, 255);
    }
    #btn-know-more {
        font-size: 19px;
        font-family: Arial, Helvetica, sans-serif;
        background-color: white;
        outline: solid 1px black;
        padding: 2px 10px 2px 10px;
        border-radius: 10px;
        color: black;
        cursor: pointer;
    }
    #arrow-go-to-ads {
        display: block;
        height: 40px;
        width: 40px;
        position: relative;
        top: 12px;
        left: 4px;
    }
    .conteiner-inf-section {
        position: relative;
        display: block;
        height: 1300px;
        width: 100%;
        background-color: rgb(123, 123, 255);
    }
}
@media screen and (max-width: 960px){
    .conteiner-inf-section {
        position: relative;
        right: 0px;
        display: block;
        height: 2100px;
        padding-bottom: 70px;
        width: 100%;
        background-color: rgb(123, 123, 255);
    }
    .main-text {
        display: block;
        font-size: 40px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        position: absolute;
        left: 2%;
        top: 100px;
        animation: animationOpacityLeft 1s ease-in-out;
    }
    #cont-main-btns {
        display: flex;
        gap: 5%;
        position: absolute;
        top: 500px;
        left: 20px;
        width: 85%;
        animation: animationOpacity 2s ease-in-out;
    }
    #btn-go-to-ads {
        display: flex;
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgb(123, 123, 255);
        padding: 0px 12px 0px 12px;
        border-radius: 10px;
        color: white;
    }
    #btn-know-more {
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        background-color: white;
        outline: solid 1px black;
        padding: 2px 8px 2px 8px;
        border-radius: 10px;
        color: black;
    }
    #arrow-go-to-ads {
        display: block;
        height: 40px;
        width: 40px;
        position: relative;
        top: 6px;
        left: 4px;
    }
}
@media screen and (min-width: 960px) {
    #cont-steps {
        position: relative;
        top: 50px;
        display: flex;
        gap: 35%;
        width: 50%;
        margin: 0% 25% 0% 10%;
    }
    .text-section-inf {
        width: 40%;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
    }
    #text-how-buy {
        position: relative;
        top: 20px;
        left: 200px;
    }
    #text-our-plus {
        text-align: center;
        font-size: 29px;
        position: relative;
        top: 140px;
        margin: 0% 30% 0% 30%;
    }
    #text-about-pb {
        text-align: center;
        font-size: 29px;
        position: relative;
        margin: 0% 30% 0% 30%;
    }
    .step-adgiver {
        cursor: default;
        padding: 0px 20px 0px 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        line-height: 0px;
        color: white;
        height: 40px;
        width: 200px;
        border: solid 2px white;
        border-radius: 10px;
        margin-top: 20px;
    }
    #cont-steps-for-adsgiver {
        display: flex;
        gap: 50px;
    }
    #conteiner-preferents {
        display: grid;
        grid-template-columns: repeat(2, 510px);
        gap: 30px;
    }
    .preferents {
        position: relative;
        padding: 5px;
        top: 200px;
        left: 200px;
        display: flex;
        height: 100%;
        width: 510px;
        background-color: white;
        border-radius: 10px;
    }
    .preferents img {
        height: 150px;
    }
    .cont-main-h {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
        width: 230px;
    }
    .cont-more-inf-preferents {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    #btn-go-to-catalog {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        text-align: center;
        position: relative;
        top: 150px;
        display: block;
        height: 20px;
        width: 20%;
        padding: 10px;
        background-color: rgb(75, 75, 253);
        border-radius: 14px;
        color: white;
        line-height: 20px;
        margin: 0% 42% 0% 42%;
        cursor: pointer;
    }
}
@media screen and (max-width: 960px) {
    #main-conteiner-steps {
        width: 100%;
        box-sizing: border-box;
    }
    #cont-steps {
        margin-left: 10px;
        position: relative;
        top: 50px;
        left: 0;
        display: block;
        gap: 10%;
        overflow-x: scroll;
    }
    .text-section-inf {
        display: block;
        width: 90%;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
    }
    #text-our-plus {
        position: relative;
        top: 170px;
        left: 20px;
    }
    #text-about-pb {
        text-align: center;
        font-size: 29px;
        position: relative;
    }
    #text-how-buy {
        position: relative;
        top: 20px;
        left: 20px;
    }
    .step-adgiver {
        cursor: default;
        display: block;
        gap: 20px;
        padding: 0px 20px 0px 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 20px;
        line-height: 0px;
        color: white;
        display: block;
        height: 40px;
        width: 85%;
        border: solid 2px white;
        border-radius: 10px;
        margin-top: 20px;
    }
    #cont-steps-for-adsgiver {
        display: block;
    }
    .preferents {
        position: relative;
        top: 200px;
        left: 0px;
        display: flex;
        min-height: 200px;
        width: 90%;
        margin: 0% 5% 0% 5%;
        background-color: white;
        border-radius: 10px;
        margin-top: 30px;
    }
    .preferents img {
        height: 60px;
    }
    .cont-main-h {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
        width: 230px;
    }
    .cont-more-inf-preferents {
        position: relative;
        left: -25px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    #btn-go-to-catalog {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
        text-align: center;
        position: relative;
        top: 120px;
        display: block;
        height: 20px;
        width: 60%;
        padding: 10px;
        background-color: rgb(75, 75, 253);
        border-radius: 14px;
        color: white;
        line-height: 20px;
        margin: 0% 20% 0% 18%;
        cursor: pointer;
    }
}
@media screen and (min-width: 960px) {
    #conteiner-more-inf-section {
        position: relative;
        display: block;
        height: 800px;
        width: 100%;
        background-color: white;
    }
    #conteiner-more-inf-section h1 {
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        width: 50%;
        margin: 0% 25% 0% 25%;
        position: relative;
        top: 80px;
    }
    #conteiner-conteiners-proofs {
        display: grid;
        width: 800px;
        grid-template-columns: repeat(2, 500px);
        position: relative;
        top: 120px;
        left: 200px;
    }
    .conteiner-proof-why {
        font-family: Arial, Helvetica, sans-serif;
    }
    .under-text-pr-w {
        display: block;
        width: 500px;
    }
}
section {
    position: relative;
    height: 100%;
}
@media screen and (max-width: 960px) {
    #conteiner-more-inf-section {
        padding-top: 80px;
        padding-bottom: 100px;
        display: block;
        width: 100%;
        background-color: white;
    }
    #conteiner-more-inf-section h1 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 0% 1% 0% 5%;
    }
    #conteiner-conteiners-proofs {
        position: relative;
        top: 40px;
    }
    .conteiner-proof-why {
        width: 92%;
        position: relative;
        left: 5%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
}
@media screen and (min-width: 960px) {
    .go-to-buy-add-btn {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
        text-align: center;
        position: relative;
        top: 160px;
        display: block;
        height: 20px;
        width: 200px;
        padding: 10px;
        background-color: rgb(75, 75, 253);
        border-radius: 14px;
        color: white;
        line-height: 20px;
        margin: 0% 38% 0% 42%;
        cursor: pointer;
    }
    #conteiner-inf-3 {
        position: relative;
        left: 0;
        display: block;
        width: 100%;
        background-color: white;
    }
    #conteiner-inf-3 h2 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
    }
    .conteiner-quaction {
        width: 415px;
    }
    .popular-quastion {
        align-items: center;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        border-radius: 10px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        height: 50px;
        background-color: rgb(75, 75, 253);
        z-index: 3;
    }
    .answer-for-popular-q {
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        top: -10px;
        display: none;
        height: 70%;
        width: 99.5%;
        padding: 10px;
        background-color: white;
        border: solid 1px rgb(75, 75, 253);
        border-radius: 0px 0px 20px 20px;
    }
    .answer-for-popular-q p {
        font-family: 12px;
    }
    #conteiner-lists-quastion {
        margin: 0% 16% 0% 16%;
        display: grid;
        width: 910px;
        grid-template-columns: repeat(2, 420px);
        gap: 50px;
    }
    .plus-conteoner-in-p-q {
        display: block;
        height: 40px;
        position: relative;
        top: 0px;
    }
}
.input-checkbox-plus {
    display: none;
}
#checkbox-plus-1:checked ~ #answer-p-1,
#checkbox-plus-2:checked ~ #answer-p-2,
#checkbox-plus-3:checked ~ #answer-p-3,
#checkbox-plus-4:checked ~ #answer-p-4,
#checkbox-plus-5:checked ~ #answer-p-5,
#checkbox-plus-6:checked ~ #answer-p-6 {
    display: block;
}
.line-plus-p-q-1,
.line-plus-p-q-2 {
    display: block;
    height: 4px;
    width: 25px;
    background-color: white;
}
.line-plus-p-q-1 {
    position: relative;
    top: 15px;
}
.line-plus-p-q-2 {
    position: relative;
    top: 11px;
    rotate: 90deg;
    transition: 0.3s;
}
@media screen and (max-width: 960px) {
    .go-to-buy-add-btn {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
        text-align: center;
        position: relative;
        top: 100px;
        display: block;
        height: 20px;
        width: 60%;
        padding: 10px;
        background-color: rgb(75, 75, 253);
        border-radius: 14px;
        color: white;
        line-height: 20px;
        margin: 0% 20% 0% 18%;
        cursor: pointer;
    }
    #conteiner-inf-3 {
        padding-top: 80px;
        position: relative;
        left: 0;
        display: block;
        height: 400px;
        width: 100%;
        background-color: white;
    }
    #conteiner-inf-3 h2 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
    }

    .conteiner-quaction {
        width: 100%;
        max-width: 365px;
    }
    .popular-quastion {
        align-items: center;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        border-radius: 10px;
        color: white;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        height: 60px;
        background-color: rgb(75, 75, 253);
        z-index: 3;
    }
    .quastion-menu {
        display: block;
        width: 90%;
    }
    .answer-for-popular-q {
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        top: -8px;
        display: none;
        height: 70%;
        width: 99.5%;
        padding: 10px;
        background-color: white;
        border: solid 1px rgb(75, 75, 253);
        border-radius: 0px 0px 20px 20px;
        z-index: 1;
    }
    .answer-for-popular-q p {
        font-family: 12px;
        z-index: 1;
    }
    #conteiner-lists-quastion {
        display: block;
        margin: 0% 5% 0% 5%;
        width: 85%;
    }
    .plus-conteoner-in-p-q {
        display: block;
        height: 40px;
        position: relative;
        top: 0px;
    }
}
#bottom-section-index div {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    top: 20px;
}
@media screen and (min-width: 960px) {
    #answer-p-2 {
        height: 250px;
    }
    #answer-p-3 {
        height: 380px;
    }
    #answer-p-4 {
        height: 310px;
    }
    #answer-p-5 {
        height: 240px;
    }
    #bottom-section-index div div a {
        margin-left: 10px;
        color: black;
    }
    #bottom-section-index {
        display: block;
        text-align: center;
        height: 150px;
        width: 100%;
        background-color: rgb(123, 123, 255);;
        position: relative;
        top: 70px;
        left: 0;
    }
}
@media screen and (max-width: 960px) {
    #answer-p-2 {
        height: 320px;
    }
    #answer-p-3 {
        height: 560px;
    }
    #answer-p-4 {
        height: 420px;
    }
    #answer-p-5 {
        height: 280px;
    }
    #bottom-section-index div div a {
        display: block;
        height: 30px;
        margin-left: 10px;
        color: black;
    }
    #bottom-section-index {
        display: block;
        text-align: center;
        height: 200px;
        width: 100%;
        background-color: rgb(123, 123, 255);;
        position: relative;
        top: 70px;
        left: 0;
    }
}
#conteiner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100vh;
    width: 100%;
    background-color:hsla(214,0%,100%,1);
}
#conteiner h1 {
    font-size: 100px;
    color: rgb(123, 123, 255);
    position: relative;
    top: 200px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    rotate: 90deg;
}

.conteiner-newpassword {
    display: block;
    background-color: white;
    position: absolute;
    top: 150px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px gray;
    z-index: 5;
}
@media screen and (min-width: 900px) {
    .conteiner-newpassword {
        height: 400px;
        width: 500px;
        left: calc(50% - 270px);
    }
}
@media screen and (max-width: 900px) {
    .conteiner-newpassword {
        height: 45%;
        width: 80%;
        position: relative;
        left: calc(10% - 20px)
    }
}
.conteiner-newpassword h3 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.conteiner-newpassword input {
    margin-top: 30px;
    font-size: 16px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    width: calc(100% - 20px);
    background-color: rgb(224, 223, 223);
    border-radius: 5px;
    border: none;
}
#btn-change-password {
    position: absolute;
    bottom: 40px;
    display: block;
    width: calc(100% - 40px);
    border: none;
    padding: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    border-radius: 10px;
    background-color: rgb(15, 127, 15);
    color: white;
    cursor: pointer;
}

.falling-texts-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* щоб не заважало клікам */
    overflow: hidden;
    z-index: 1;
  }
  
  .falling-text {
    position: absolute;
    top: -50px;
    font-size: 24px;
    color: rgba(123, 123, 255, 0.7);
    animation: fall linear forwards;
    font-family: Arial, sans-serif;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
  }
  
  @keyframes fall {
    to {
      transform: translateY(110vh);
      opacity: 0;
    }
  }

#conteiner-send-again {
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    position: relative;
    top: 10px;
    display: none;
    height: 20px;
    width: 310px;
    cursor: default;
}
#text-error-siml {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    position: relative;
    top: -10px;
}

#btn-go-to-location-login {
    display: none;
    height: 45px;
    width: 100%;
    background-color: rgb(66, 66, 251);
    color: white;
    text-align: center;
    line-height: 45px;
    position: relative;
    top: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}
    
.conteiner-my-profil-index {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
}
.conteiner-my-profil-index img {
    height: 40px;
    border-radius: 50%;
}
.conteiner-my-profil-index div {
    position: relative;
    top: 10px;
}
@media screen and (min-width: 960px) {
    .conteiner-my-profil-index {
        top: 10px;
    }
}
@media screen and (max-width: 960px) {
    .conteiner-my-profil-index {
        display: flex;
        gap: 2px;
        top: 15px;
    }
    .conteiner-my-profil-index img {
        height: 40px;
        border-radius: 50%;
    }
    .conteiner-my-profil-index div {
        display: none;
    }
}
.beta-text {
    font-size: 12px;
    position: relative;
    top: -15px;
}