.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1 auto}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.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:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@font-face{font-family:revicons;fallback:fallback;src:url(/_next/static/media/revicons.e8746a624ed098489406e6113d185258.woff) format("woff"),url(/_next/static/media/revicons.57fd05d4ae650374c8deeff7c4aae380.ttf) format("ttf"),url(/_next/static/media/revicons.a77de540a38981833f9e31bd4c365cc6.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border:2px solid grey;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot--active button,.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-BoldItalic.759447ba47b60b631aa4bc3b5be22b68.eot);src:local("Avenir Next Cyr Bold Italic"),local("AvenirNextCyr-BoldItalic"),url(/_next/static/media/AvenirNextCyr-BoldItalic.759447ba47b60b631aa4bc3b5be22b68.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-BoldItalic.91610554da374bdd93d04fdf990ab69e.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-BoldItalic.b14a0bc5edf1402571d0459f347342ed.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-Light.73aed2dd84c3ebad4d3762a91722517c.eot);src:local("Avenir Next Cyr Light"),local("AvenirNextCyr-Light"),url(/_next/static/media/AvenirNextCyr-Light.73aed2dd84c3ebad4d3762a91722517c.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-Light.3f6e7c61ac79c0709a74c0fdc55a1784.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Light.478f0acdb798c83facbd8baf75417e09.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-Demi.c5983393dba728f6f6eed862636a79ea.eot);src:local("Avenir Next Cyr Demi"),local("AvenirNextCyr-Demi"),url(/_next/static/media/AvenirNextCyr-Demi.c5983393dba728f6f6eed862636a79ea.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-Demi.8d26951ed2ed3332a6e7a1dfa2913d25.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Demi.a0d51cdae611e62369491a2dd3edc1ca.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-ThinItalic.abcd9d8551aca503cabd4379922e8bcf.eot);src:local("Avenir Next Cyr Thin Italic"),local("AvenirNextCyr-ThinItalic"),url(/_next/static/media/AvenirNextCyr-ThinItalic.abcd9d8551aca503cabd4379922e8bcf.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-ThinItalic.a34b2048ad93f4496844b1a444298fe3.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-ThinItalic.44d27c99cedb0d339d39a0278f56b278.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-Italic.2a0cf0cbc5756d247804a3c3d9cfdc9d.eot);src:local("Avenir Next Cyr Italic"),local("AvenirNextCyr-Italic"),url(/_next/static/media/AvenirNextCyr-Italic.2a0cf0cbc5756d247804a3c3d9cfdc9d.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-Italic.4d29f034344d4bbd9d9301cfaeeb0bd9.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Italic.4561053d070a091c5ec18d23775aba52.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-HeavyItalic.993571044efeebdea3f631a8b65a638f.eot);src:local("Avenir Next Cyr Heavy Italic"),local("AvenirNextCyr-HeavyItalic"),url(/_next/static/media/AvenirNextCyr-HeavyItalic.993571044efeebdea3f631a8b65a638f.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-HeavyItalic.e4cbe0a6df036cec8505674f2f28b0d8.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-HeavyItalic.460786a5b755152f5e66993f0be82c8e.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-MediumItalic.d1afe5bebec5967fe1ebcc24c2164992.eot);src:local("Avenir Next Cyr Medium Italic"),local("AvenirNextCyr-MediumItalic"),url(/_next/static/media/AvenirNextCyr-MediumItalic.d1afe5bebec5967fe1ebcc24c2164992.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-MediumItalic.ba24401149898e7c2f54dc6f50410a5b.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-MediumItalic.636dfeb1c263d13dfb776b998c8e4a47.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-LightItalic.95733b154be717cbb8c30e401a978ee2.eot);src:local("Avenir Next Cyr Light Italic"),local("AvenirNextCyr-LightItalic"),url(/_next/static/media/AvenirNextCyr-LightItalic.95733b154be717cbb8c30e401a978ee2.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-LightItalic.53e7182a3f140c1b5271ae4355e62d78.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-LightItalic.897cdb9e848814edb4b970334f97c854.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-Medium.ab77eba183d2c9678c1317b004dbfc57.eot);src:local("Avenir Next Cyr Medium"),local("AvenirNextCyr-Medium"),url(/_next/static/media/AvenirNextCyr-Medium.ab77eba183d2c9678c1317b004dbfc57.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-Medium.f1056a194d28d7e9bc23ef8d01b4c5d8.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Medium.179fa5daa949c68bbece3f25215fc259.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Avenir Next Cyr Ultra;src:url(/_next/static/media/AvenirNextCyr-UltraLightIt.26fa64100917d18ecdb0ea8d6651018d.eot);src:local("Avenir Next Cyr Ultra Light Italic"),local("AvenirNextCyr-UltraLightIt"),url(/_next/static/media/AvenirNextCyr-UltraLightIt.26fa64100917d18ecdb0ea8d6651018d.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-UltraLightIt.2b5e2cc1c4949416e2fcb599b26781cf.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-UltraLightIt.2887d1281bd3ba1c738f8ced8547621c.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-Regular.3ae7af43a22fc7caef328a0581209237.eot);src:local("Avenir Next Cyr Regular"),local("AvenirNextCyr-Regular"),url(/_next/static/media/AvenirNextCyr-Regular.3ae7af43a22fc7caef328a0581209237.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-Regular.1f3e188cad9e2dc3259b52c3e2c7a27d.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Regular.d5515aff04ff81140f75b169e1211954.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Avenir Next Cyr Ultra;src:url(/_next/static/media/AvenirNextCyr-UltraLight.7b6b306ea0da7b5a3689ce1abb00d53b.eot);src:local("Avenir Next Cyr Ultra Light"),local("AvenirNextCyr-UltraLight"),url(/_next/static/media/AvenirNextCyr-UltraLight.7b6b306ea0da7b5a3689ce1abb00d53b.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-UltraLight.5630f1369dfa796a3ea3f476ef724536.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-UltraLight.da7ea823f20f17fae4fd332fe49ef88d.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-Heavy.7fa71517b7c6636c58ae59fb187ee0dd.eot);src:local("Avenir Next Cyr Heavy"),local("AvenirNextCyr-Heavy"),url(/_next/static/media/AvenirNextCyr-Heavy.7fa71517b7c6636c58ae59fb187ee0dd.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-Heavy.9e4aa4ac9f51a56b6e8d87f13d085570.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Heavy.a2b94c4dcb38a3f0d2f667760441c305.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-Bold.74f3dad98deaf83f174433851eb3a0e3.eot);src:local("Avenir Next Cyr Bold"),local("AvenirNextCyr-Bold"),url(/_next/static/media/AvenirNextCyr-Bold.74f3dad98deaf83f174433851eb3a0e3.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-Bold.93c051e6b3c9fc42526b41ac7317356e.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Bold.d7a7f3ccfe2942965a98aa6a07a5622d.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-DemiItalic.53bf4dd370f4780b8f28a6d207621906.eot);src:local("Avenir Next Cyr Demi Italic"),local("AvenirNextCyr-DemiItalic"),url(/_next/static/media/AvenirNextCyr-DemiItalic.53bf4dd370f4780b8f28a6d207621906.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-DemiItalic.e6c28d81403069822b042d9a2c881eed.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-DemiItalic.fec59dbc6596d80e82e864bebd79d03d.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Avenir Next Cyr;src:url(/_next/static/media/AvenirNextCyr-Thin.29650bbf0247ba7b2cc1e25da433fccc.eot);src:local("Avenir Next Cyr Thin"),local("AvenirNextCyr-Thin"),url(/_next/static/media/AvenirNextCyr-Thin.29650bbf0247ba7b2cc1e25da433fccc.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/AvenirNextCyr-Thin.bc9f7ad892a733ab69b15fe1d8130fe8.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Thin.0adb5b129a7d9c15ed6335b2c0aebd4d.ttf) format("truetype");font-weight:100;font-style:normal}body,h1,h2{font-family:Avenir Next Cyr}body,h1,h2,ul{margin:0;padding:0}li{list-style-type:none}.containerMasters_PopupCase{box-sizing:border-box;width:100%;height:100%}.react-multi-carousel-item{border-radius:5px;overflow:hidden}.dotListClass_PopupCase{bottom:19px}.dotListClass_PopupCase .react-multi-carousel-dot button{width:8px;height:8px;border:none;margin-right:15px}.Popup_popup__3MjcM{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10;background:rgba(0,0,0,.7)}.Button_Button__2TdMw,.Popup_popup__3MjcM{display:flex;align-items:center;justify-content:center}.Button_Button__2TdMw{border-radius:5px;border:none;outline:none!important;background:#d1253d;padding:0 20px;cursor:pointer}.Button_Button_loading__182Jw{pointer-events:none;opacity:.5}.Button_Button__2TdMw span{font-size:18px;font-weight:500;color:#fff}.Button_Button__2TdMw img{margin-left:15px;height:24px}.Button_theme2__1YooH{background:#ee4124;color:#fff}.Button_theme3__2MAvK{background:#f7f8fc}.Button_theme3__2MAvK:hover{border:1px solid #d1253d}.Button_theme3__2MAvK span{color:#d1253d}.Button_theme4__2jRrN{background:transparent;border:1px solid #d1253d}.Button_theme4__2jRrN span{color:#d1253d;margin-right:0}.Button_disabled__1k7fZ{opacity:.5;pointer-events:none}.TimePopup_TimePopup__1i_9K{max-width:370px;width:100%;background:#fff;display:flex;flex-direction:column;padding:30px}.TimePopup_TimePopup__title__zbdID{font-size:40px;font-weight:700;text-transform:uppercase;margin-bottom:30px;text-align:center}.TimePopup_TimePopup__timer__34TIJ{text-align:center;margin-bottom:30px;color:green;font-size:30px;font-weight:700}