.mobile-block-button{
    display:none;
    position:fixed;
    left:12px;
    right:12px;
    bottom:10px;
    z-index:999;
    padding:0;
    display:none;
    text-align:center
}
.mobile-block-button a{
    display:inline-block;
    width:-webkit-calc(50% - 10px);
    width:calc(50% - 10px);
    padding:12px 0;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 3px 3px rgba(0,0,0,.3)
}
.mobile-block-button a:first-child{
    background-color:#12a437
}
.mobile-block-button a:last-child{
    background-color:#2980dd;
    margin-left:10px
}
.mobile-block-button .fa{
    margin-right:10px
}
@media (max-width:767.98px){
    .mobile-block-button{
        display:block
    }
}


.online-block {
    position: fixed;
    right: -45px;
    bottom: 130px;
    transform: rotate(90deg);
    font-size: 14px;
    background-color: #1A19BF;
    color: #fff;
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.online-block a {
    color: #fff;
    display: block;
}
.online-block .fa {
    margin-right: 5px;
}
.online-block:active a, 
.online-block:focus a, 
.online-block:hover a{
    text-decoration: none;
    color: #fff;
}

    *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    .halyk-btn{
        background-color: #008669;
    }
    .kaspi-btn{
        background-color: #F14635;
    }
    .kaspi-btn, .halyk-btn{
        padding: 12px 30px 12px 30px;
        max-width: 340px;
        border: none;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .mypopup{
        max-width: 400px;
        padding: 30px;
        >div{padding: 0; border: none;}
    }
    .mypopup .myselector-body{
        margin: 10px 0 30px;
    }
    .mypopup2 .myselector-header{
        align-items: flex-start;
        justify-content:flex-start;
    }
    .mypopup2 .myselector-header img{
        margin: 0 auto;
    }
    .myselector-close{
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: transparent;
        border: none;
        outline: none;
    }
    .mypopup2 .myselector-body p{
        text-align: center;
        &:last-child{
            margin: 0;
        }
    }
    .mypopup2 .myselector-body img{
        display:block;
        margin: 15px auto;
    }
    .mypopup2-subtitle{
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        color: #374151;
        margin-bottom: 10px;
    }
    .mypopup2-whatsapp{
        background-color: #1A19BF;
        width: 100%;
        padding: 12px 30px 12px 30px;
        text-decoration: none;
        color: white;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .mypayment-link{
      text-decoration: none;
    }
    @media (min-width: 1024px) {
      .mypayment-link{display: none;}
 .mywhatsapp-mobile{display: none;}
    }
    @media (max-width: 1023px) {
      .kaspi-btn.mypayment-btn{display: none;}
    }
    .mybackdrop{
      position: fixed;
       z-index: 1000;
      display: none;
      place-items: center;
      
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.685);
    }
    .myselector{
      max-width: 400px;
      padding: 30px;
      background-color: white;
      position: relative;
      transition: all ease-in-out .5s;
       margin: 0 15px;
    }
    .myselector button{
      cursor: pointer;
    }
    .myselector-header{
      display: flex;
      justify-content: center;
    }
    .myselector-body{
      text-align: center;
      margin: 10px 0 30px;
    }
    .mypayment-btn, .mypayment-link{
      border-radius: 4px;
      
    }
    .mypayment-online{
        width: 100%;
    }
    /* .mypayment-btn:first-child, .mypayment-link:first-child{
      margin-bottom: 10px;
    } */
    .myselector-footer{
      display: grid;
      gap: 10px;
    }
    .myselector-body-second > img{
      margin: 10px auto 16px;
    }
    .mywindow-3, .mywindow-2, .mywindow-1{
      display: none;
      transition: all ease-in-out .5s;
    }
    .mywindow-close{
      display: none;
    }
    .mywindow-visible{
      display: block;
      transition: all ease-in-out .5s;
    }
    .mywindow-backdrop-visible{
      display: grid;
      transition: all ease-in-out .5s;
    }
.myselector-title{
    font-weight: 800;
font-size: 18px;
line-height: 22px;
}
 .mywhatsapp-info{
      text-align: center;
margin-bottom: 30px;
    }