body{padding:0;margin:0;font-family:Poppins,sans-serif;min-height:100%!important}#app{height:100%}.without-scroll{overflow:hidden}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;position:relative}.waiting-div{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;flex-direction:column;background:#fff;z-index:9999}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wrapper{padding:35px 20px 80px;display:flex;flex-direction:column;box-sizing:border-box;justify-content:center;width:100%}@media (max-width: 800px){.wrapper{padding:15px 20px 65px}}.greyBackground{background:#f4f4f4;margin:20px auto;border-radius:40px;padding:10px 0;max-width:1000px;width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.greyBackground .MuiSelect-root{border-radius:40px!important}.greyBackground .MuiSelect-select{border-radius:40px}.greyBackgroundHalf{width:50%;padding:0 20px;box-sizing:border-box}@media (max-width: 800px){.greyBackgroundHalf{width:100%}}.onlyForDesktop{display:flex!important;align-self:stretch;flex-direction:column;justify-content:center;margin:20px 0}@media (max-width: 800px){.onlyForDesktop{display:none!important}}.middleSizedTitle{text-align:center;font-size:18px}.desktopBorderRight{border-right:1px #7E878C solid}.onlyForMobile{display:none!important}@media (max-width: 800px){.onlyForMobile{display:flex!important}}.payQrDesktop{border:1px solid #cecece;border-radius:55px;background:#fff;margin:0 auto 10px;padding:18px;width:220px;height:210px}.payQrDesktop img{border:4px solid transparent;border-radius:10px;width:auto;height:100%}.rowsNewFlex{display:flex;flex-wrap:wrap;justify-content:space-between}.rowsNewFlex .MuiTextField-root{width:100%!important}.rowsNewFlex .MuiInputBase-root{background:#fff;border-radius:40px}.rowsNewFlex .MuiInputBase-root,.rowsNewFlex .MuiInputBase-root:focus-visible,.rowsNewFlex .MuiInputBase-root:hover{border-color:#fff;outline:white}.rowsNewFlex .MuiInputBase-root input,.rowsNewFlex .MuiInputBase-root:focus-visible input,.rowsNewFlex .MuiInputBase-root:hover input{background:#fff;border-radius:40px;border-color:#fff;padding:0 20px!important;height:53px}.rowsNewFlex .MuiInputBase-root fieldset,.rowsNewFlex .MuiInputBase-root input:focus-visible,.rowsNewFlex .MuiInputBase-root input:hover,.rowsNewFlex .MuiInputBase-root fieldset:focus-visible,.rowsNewFlex .MuiInputBase-root fieldset:hover,.rowsNewFlex .MuiInputBase-root:focus-visible fieldset,.rowsNewFlex .MuiInputBase-root:focus-visible input:focus-visible,.rowsNewFlex .MuiInputBase-root:focus-visible input:hover,.rowsNewFlex .MuiInputBase-root:focus-visible fieldset:focus-visible,.rowsNewFlex .MuiInputBase-root:focus-visible fieldset:hover,.rowsNewFlex .MuiInputBase-root:hover fieldset,.rowsNewFlex .MuiInputBase-root:hover input:focus-visible,.rowsNewFlex .MuiInputBase-root:hover input:hover,.rowsNewFlex .MuiInputBase-root:hover fieldset:focus-visible,.rowsNewFlex .MuiInputBase-root:hover fieldset:hover{border-color:#fff;outline:white}.rowsNewFlex .Mui-error fieldset{border-color:#d32f2f!important}.rowNew{background:#fff;border-radius:50px;padding:4px 17px 10px;margin:10px 0 0;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.greyTextNew{font-size:12px;color:#9fa8b9;line-height:22px;font-weight:400;font-family:Inter}.blackTextNew{font-size:14px;line-height:17px;font-weight:400}.biggerText{font-size:16px!important}.moneyInputUsual{margin-bottom:20px}.moneyInputUsual input{text-align:left;font-size:26px;font-weight:600}.moneyInputUsual>div:nth-child(2)>div>div{margin-right:15px;margin-left:15px}.moneyInputUsual>div:nth-child(2)>div>div>p{font-size:24px}.rowNewNotColumn{flex-direction:row!important;align-items:center;padding:0 0 0 17px;justify-content:space-between}.amountText{font-size:20px;font-weight:700;line-height:53px;display:flex;justify-content:left}.dialogRootNew{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialogRootNew div .MuiDialogTitle-root{padding:15px!important}.dialogRootNew div div{max-width:380px!important;border-radius:40px!important;width:100%;box-sizing:border-box}.dialogRootNew .dialogContent{padding:0 15px!important;display:flex;align-items:center;height:90px}.dialogRootNew .dialogContent fieldset{border:none!important}.dialogRootNew .dialogContentSecond{padding:0 15px!important;display:flex;align-items:center;height:90px}.dialogRootNew .dialogContentSecond input{background:#f4f4f4;border-radius:40px;border:none!important}.dialogRootNew .dialogContentSecond fieldset{border:none!important}.dialogTitleBox{display:flex;justify-content:center;align-items:center}.dialogTitleBoxTitle{width:calc(100% - 35px)!important;padding-left:26px;text-align:center;font-size:16px;font-weight:600}.dialogTitleBoxIcon{width:35px!important;height:35px;padding:5px;box-sizing:border-box;background:#f4f4f4;display:flex;justify-content:center;align-items:center;margin-right:-9px}.infoContent{padding:0 24px 16px!important}.yottaInfoTitle{color:#00a0ff;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:start}.yottaInfoTitle div{width:24px!important;height:24px;display:flex;align-items:center;justify-content:start}.yottaInfoTitle div img{height:20px;width:auto}.yottaInfoText{font-size:16px;margin:15px 0}.greyInfoText{padding:15px 0;text-align:center;color:#7e878c;font-size:10px;line-height:12px}.footer{height:50px;background:#ebebeb;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-top:1px solid #EBEBEB;position:fixed;width:100%;box-sizing:border-box;bottom:0}.footerYotta{color:#7e878c;font-size:8px;display:flex;justify-content:start;align-items:center;text-decoration:none}.footerYotta img{height:17px;width:auto;margin-left:5px}.dialogContentWithPound div{border:none!important}.dialogContentWithPound div div{background:#f4f4f4!important}.dialogContentWithPound div div div{width:auto!important}.dialogContentWithPound div div input{width:100%!important}.dialogContentWithPound div div fieldset{border:none!important}.languageLinks{display:flex;flex-direction:column;align-items:center}.languageLinks a{display:block;background:#ebebeb;color:#7e878c;text-decoration:none;margin:5px auto;width:100%;text-align:center;padding:5px 0}.languageLinks a:hover{color:#00a0ff}.forTitle{font-size:20px;font-weight:700;text-align:center;margin:20px auto}.forTitleButSmaller{font-size:16px;font-weight:400;text-align:center;margin:20px auto 10px}.rowLinkButton{margin:20px auto 10px;width:200px;display:flex;height:53px;color:#fff;background:#00a0ff;border-radius:40px;justify-content:center;align-items:center;font-size:20px;font-weight:700;text-decoration:none;border:none}.ibanBankImage{max-height:70px;max-width:100%;overflow:hidden;margin-top:10px;display:flex;justify-content:center;align-items:center}.ibanBankImage img{max-width:100%;max-height:70px;object-fit:cover;width:auto;height:auto}.forIbanBankName{margin:10px auto;text-align:center;font-size:16px}.twoBankButtons{display:flex;justify-content:space-between;margin:20px auto}.oneOfTwoButtons{background:#00a0ff;height:53px;border-radius:40px;font-size:14px;min-width:100px;display:flex;justify-content:center;align-items:center;color:#fff;padding:0 15px;box-sizing:border-box;font-weight:700;text-decoration:none}.greyButton{background:#bdbdbd}.countryIbanSelect{margin:10px auto 20px}.countryIbanSelect .MuiSelect-select{height:53px!important;box-sizing:border-box;background:#fff!important}.countryIbanSelect .MuiSelect-select{border-radius:40px!important}.countryIbanSelect__item{display:flex;justify-content:start;align-items:center;width:23px}.countryIbanSelect__item img{width:auto;height:20px;margin-right:15px}.banksList{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;margin:20px auto;width:100%;overflow-y:scroll;overflow-x:hidden}.banksList .MuiTextField-root{background:#fff;border-radius:40px}.banksListElement{width:100px;display:flex;align-self:stretch;flex-direction:column;justify-content:start;align-items:center;margin:0 10px 10px;color:#000;text-align:center;line-height:16px;font-size:16px;text-decoration:none}@media (max-width: 450px){.banksListElement{width:70px}}@media (max-width: 350px){.banksListElement{width:50px}}.banksListElement:hover{color:#00a0ff}.banksListElementImage{width:100%;border-radius:10px;overflow:hidden;height:100px;display:flex;justify-content:center;align-items:center;background:#fff;margin-bottom:5px}.banksListElementImage img{max-width:100%;max-height:100%;object-fit:cover;width:auto;height:auto}@media (max-width: 450px){.banksListElementImage{height:70px}}@media (max-width: 350px){.banksListElementImage{height:50px}}.emptyBlock{height:0!important}.payInfoSectionDesk__upper_text{color:#9fa8b9;font-weight:400;font-size:12px;margin:0 auto;height:15px;line-height:15px;max-width:1000px;width:90%;display:flex!important;justify-content:right;align-items:center;background:#fff;padding:10px 0;position:absolute;top:0}.payInfoSectionDesk__upper_text img{height:12px;margin-left:5px;margin-bottom:-1px}.payInfoSectionDesk__upper_text a{color:#00a0ff}@media (max-width: 800px){.payInfoSectionDesk__upper_text{display:none!important}}.payInfoSectionDesk__upper_text_left{width:100%;padding-left:40px;text-align:center}.payInfoSectionDesk__upper_text_right{width:45px;display:flex;justify-content:right;align-items:center}.payInfoSectionDesk__upper_text_right a{color:#9fa8b9}.footerTerms{color:#7e878c;font-size:8px;text-decoration:none;margin:0 5px}.payInfoSectionDesk__footer{color:#9fa8b9;font-weight:400;font-size:12px;height:35px;margin:0 auto;clear:both;width:100%;text-align:center;display:block!important;padding-top:15px;position:absolute;bottom:0;background:#fff}.payInfoSectionDesk__footer a{color:#00a0ff}@media (max-width: 800px){.payInfoSectionDesk__footer{display:none!important}}.payInfoSectionDesk__footer_images{height:30px;overflow:hidden}.payInfoSectionDesk__footer_images img{height:25px;width:auto;margin:0 5px}.payInfoSectionDesk__left_shadow{-webkit-mask-image:linear-gradient(to left,rgb(0,0,0) 0%,transparent 100%);mask-image:linear-gradient(to left,rgb(0,0,0) 0%,transparent 100%)}.payInfoSectionDesk__right_shadow{-webkit-mask-image:linear-gradient(to right,rgb(0,0,0) 0%,transparent 100%);mask-image:linear-gradient(to right,rgb(0,0,0) 0%,transparent 100%)}.forTitleImg{height:100px;width:100px;display:flex;justify-content:center;align-items:center;margin:10px auto}.forTitleImg img{height:90px;width:auto}.notFoundDiv{min-height:30vh;flex-direction:column;justify-content:center}.notFoundButton{padding:0 20px!important;font-size:16px!important}.headerLang{display:flex;justify-content:end;align-items:center}
