.language-dropdown{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:8px;cursor:pointer}.language-dropdown span{color:#74767a;font-weight:700;line-height:16px}.language-dropdown-item{display:grid;grid-template-columns:16px 1fr;align-items:center;grid-gap:6px;gap:6px;color:#74767a}.language-dropdown-item img{width:16px;height:16px;width:100%;border-radius:50%;object-fit:cover;object-position:top left}.language-dropdown-item.active{color:#000}.header-container-wrapper{width:100%;position:relative}.header-container-wrapper .header-container{max-width:1450px;padding:16px 20px;margin:0 auto;position:relative}.header-container-wrapper .header-container .top-header-icons{margin-right:4px}@media(max-width:750px){.header-container-wrapper .header-container .top-header-icons{display:none}}.header-container-wrapper .header-container .top-bar{display:grid;grid-template-columns:1fr 290px;align-items:center;flex-wrap:wrap;margin-bottom:16px;font-size:12px;line-height:15px;color:var(--text-muted);width:100%;grid-gap:20px;gap:20px}.header-container-wrapper .header-container .top-bar>:first-child{flex-grow:1;justify-content:center}.header-container-wrapper .header-container .top-bar a{text-decoration:none;color:var(--text-muted);text-align:right;cursor:pointer}@media(max-width:1000px){.header-container-wrapper .header-container .top-bar{display:none}}.header-container-wrapper .header-container .main-header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:8px 0 0}@media(max-width:1010px){.header-container-wrapper .header-container .main-header{flex-wrap:wrap}}@media(max-width:1000px){.header-container-wrapper .header-container .main-header>:nth-child(2){flex-grow:1}}.header-container-wrapper .header-container .main-header .logo img{height:36px;width:87px;cursor:pointer}.header-container-wrapper .header-container .main-header .nav-links{display:flex;gap:32px;font-size:1rem;font-weight:500;position:relative}@media(max-width:1000px){.header-container-wrapper .header-container .main-header .nav-links{display:none}}.header-container-wrapper .header-container .main-header .nav-links .menu-item{cursor:pointer;color:var(--text-black);font-style:normal;font-weight:500;font-size:14px;text-align:center;line-height:125%}.header-container-wrapper .header-container .main-header .nav-links .menu-item.is-page-open{color:var(--text-red)}.header-container-wrapper .header-container .main-header .nav-links .menu-item.selected-menu{color:var(--text-red);position:relative}.header-container-wrapper .header-container .main-header .nav-links .menu-item.selected-menu hr{content:"";position:absolute;border:2px solid blue;top:45px;width:100%;animation:shrink-width .5s linear}@media(max-width:1200px){.header-container-wrapper .header-container .main-header .nav-links .menu-item{font-size:12px}}.header-container-wrapper .header-container .main-header .auth-buttons{display:flex;gap:12px}.header-container-wrapper .header-container .main-header .auth-buttons .user-icon-button{font-weight:700;border-radius:100px}.header-container-wrapper .header-container .main-header .auth-buttons .user-icon-button .user-icon-wrapper{display:flex;align-items:center;gap:4px;font-size:16px;justify-content:start;font-weight:500}.header-container-wrapper .header-container .main-header .auth-buttons .user-icon-button .user-icon-wrapper *{width:min-content}@media(max-width:768px){.header-container-wrapper .header-container .main-header .auth-buttons button:last-child{display:none}}.language-modal .ant-modal-content{max-width:650px;margin:0 auto}.language-modal .language-modal-content .language-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.language-modal .language-modal-content .language-header .title{color:#000;text-align:center;font-size:24px;font-weight:700;line-height:125%}.language-modal .language-modal-content .language-header .close-butotn{cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0f3fa}.language-modal .language-modal-content .buttons-row{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.language-modal .language-modal-content .buttons-row .language-button{gap:10px;padding:36px 0;border-radius:24px;font-size:20px;font-weight:700;color:#000}.language-modal .language-modal-content .buttons-row .language-button img{width:32px;height:22px}.language-modal .language-modal-content .buttons-row .language-button .ant-btn-icon{margin-right:10px}.language-modal .language-modal-content .buttons-row .language-button>*{vertical-align:middle}@media(max-width:1000px){.language-modal .ant-modal-content{padding:30px!important;border-radius:40px!important}.language-modal .language-modal-content .language-header{margin-bottom:34px}}@media(max-width:768px){.language-modal .ant-modal-content{max-width:540px;padding:20px!important;border-radius:32px!important}.language-modal .language-modal-content .language-header{margin-bottom:20px}}@media(max-width:480px){.language-modal .ant-modal-content{max-width:384px;border-radius:16px!important}.language-modal .language-modal-content .language-header{margin-bottom:16px}.language-modal .language-modal-content .language-header .title{font-size:20px}.language-modal .language-modal-content .buttons-row .language-button{font-size:16px;padding:23px 0}}@media(max-width:360px){.language-modal .ant-modal-content{max-width:293px;padding:16px!important;border-radius:16px!important}.language-modal .language-modal-content .language-header{margin-bottom:16px}.language-modal .language-modal-content .buttons-row{gap:8px}.language-modal .language-modal-content .buttons-row .language-button{font-size:14px;padding:11px 0;border-radius:16px!important}}.identification-button .not-passed,.identification-button .passed{padding:12px 16px;border-radius:16px;background:var(--WebSite-Gray-BG,#f5f6fa);display:flex;align-items:center;gap:12px;font-size:18px;font-weight:500}.identification-button .not-passed .arrow-right,.identification-button .passed .arrow-right{margin-left:auto}.identification-button .not-passed{cursor:pointer}.identification-button .passed{color:#1d3bcc}.identification-button .border-bottom{margin:24px 0 12px;border-bottom:1px solid #e6e9f0}@media(max-width:450px){.logout-modal{padding:8px;max-width:calc(100vw - 32px)}}.loyalty-button{border-radius:16px;background:#70441b;width:390px;height:68px;position:relative;margin-bottom:24px;overflow:hidden;cursor:pointer}.loyalty-button .loyalty-badge{height:48px;width:37px;margin:0 16px}.loyalty-button .body{display:flex;align-items:center;height:100%;font-size:18px;color:#fff}.loyalty-button .button-background{position:absolute;height:100%;width:100%}@media(max-width:450px){.loyalty-button{max-width:100%;padding-right:16px}}.modal-container .modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:99;opacity:.6;animation:fadeIn .5s forwards;display:none}.modal-container .modal-overlay.open{display:initial}.modal-container .modal{position:absolute;top:-600px;right:255px;width:450px;background-color:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:1000;padding:30px;opacity:0;transition:top .5s ease,opacity .5s ease}.modal-container .modal .user-icon-wrapper{display:flex;width:48px;height:48px;padding:16px 12px;justify-content:center;align-items:center;border-radius:100px;background:#f5f6fa}.modal-container .modal.modal-open{top:20px;opacity:1}@media(max-width:450px){.modal-container .modal.modal-open{padding:16px;max-width:calc(100vw - 32px)}}.modal-container .modal .modal-header{margin-left:12px}.modal-container .modal .modal-body{border-bottom:1px solid #e6e9f0;padding-bottom:24px}.modal-container .modal .modal-body-item{display:flex;justify-content:space-between;font-size:16px;font-weight:500;padding:16px;cursor:pointer;align-items:center}.modal-container .modal .modal-body-item .menu-value{color:var(--text-muted);font-size:14px;font-style:normal;font-weight:400;margin-right:6px;line-height:125%}.modal-container .modal .modal-body-item .text-muted{color:#74767a}.modal-container .modal .modal-footer{width:100%;display:flex;flex-direction:column}.modal-container .modal .modal-footer .footer-phone{display:flex;margin:24px 0;color:#1d3bcc;align-items:center;cursor:pointer;height:35px}.modal-container .modal .modal-footer .footer-phone h4{font-size:28px!important;font-weight:500}.modal-container .modal .modal-footer .logout-btn{padding:12px 0;width:100%;border-radius:100px}@media(max-width:1420px){.modal-container .modal{right:20px}}.logout-modal .ant-modal-content{padding:30px}.header{border-bottom:1px solid var(--light-border-color);background-color:var(--main-background-color);position:-webkit-sticky;position:sticky;top:0;left:0;z-index:50}.header .header-placeholder{height:104.5px;width:100%}.header .mobile-header{display:none}.header .web-header{display:block}.header .ant-collapse-header{padding:16px 0!important}.header .ant-collapse-expand-icon{display:none!important}.header .ant-collapse-content-box{padding:0!important}@keyframes shrink-width{0%{width:150vw;left:-50vw}to{left:0;width:100%}}
/*# sourceMappingURL=ce1290e2c83b9af3.css.map*/