:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App_App__2\+VHF{padding:10px;text-align:center}@media(max-width:700px){.App_App__2\+VHF{padding:6px 4px}}@media(max-width:350px){.App_App__2\+VHF{padding:6px 0}}h4{left:-18px;margin-bottom:18px;margin-top:18px;position:relative}.Toasts_inputForm__XzU3b{display:flex;margin-bottom:5px}.Toasts_inputForm__XzU3b img{height:24px;margin-left:2px;vertical-align:middle}.Toasts_inputForm__XzU3b .Toasts_waiting__Tm\+ac{animation:Toasts_rot__bO23E 1.5s linear 0s infinite normal none running}@keyframes Toasts_rot__bO23E{to{transform:rotate(1turn)}}.Toasts_inputForm__XzU3b input,.Toasts_inputForm__XzU3b select{width:90%}@media(max-width:480px){.Toasts_inputForm__XzU3b input,.Toasts_inputForm__XzU3b select{width:75%}}@media(max-width:350px){.Toasts_inputForm__XzU3b input,.Toasts_inputForm__XzU3b select{width:100%}}.Toasts_inputForm__XzU3b.Toasts_offerInfo__RLXnE{align-items:center;flex-direction:column}.Toasts_inputForm__XzU3b.Toasts_offerInfo__RLXnE input,.Toasts_inputForm__XzU3b.Toasts_offerInfo__RLXnE select{background-color:#fff;border:0;border-radius:4px;box-sizing:border-box;height:20px;margin-bottom:7px;outline:2px solid #32a1ce}.Toasts_shareBtn__ILK3g{display:flex;justify-content:center;line-height:18px;width:100%}.Toasts_shareBtn__ILK3g img{height:18px;margin-left:4px}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial;color:inherit;text-decoration:inherit}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;list-style-type:none;margin-block-end:0;margin-block-start:0;padding-inline-start:0}button{background-color:inherit;border:none;cursor:pointer;margin:0;padding:0}p{margin:.5em 0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#dedede;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}header{align-items:center;background:#dedede;border-bottom:2px solid #d4d4d4;display:flex;flex-direction:column;height:66px;justify-content:flex-end;left:0;position:fixed;top:0;transform:translateY(-30px);transition:all .25s ease;width:100%;z-index:1}header .Header_login__9uTlu{transition:all .2s ease}@media(min-width:814px){header .Header_login__9uTlu{bottom:0;left:50%;margin-bottom:6px;margin-left:-401px;position:absolute}}@media(max-width:813px){header .Header_login__9uTlu{left:6px;margin-top:-12px;position:fixed;top:50%}}header .Header_login__9uTlu img{filter:invert(60%);height:24px;transform:scaleX(-1);vertical-align:middle}@media(max-width:350px){header .Header_login__9uTlu img{height:20px}}header.Header_withHeaderFull__f-SeR{justify-content:center;transform:translateY(0)}header.Header_withHeaderFull__f-SeR .Header_login__9uTlu{bottom:50%;margin-bottom:-12px}header.Header_out__frlwN{opacity:.7;transform:translateY(-100%)}.Header_top__c67l2{margin-top:7px}.Header_top__c67l2 button{background-color:#ac1c1c;border:1px solid #260f04;border-radius:4px;color:#fff;margin-left:7px;padding:2px;position:relative}@media(max-width:700px){.Header_top__c67l2 button{font-size:14px;margin-left:5px}}@media(max-width:440px){.Header_top__c67l2 button{font-size:13px;margin-left:3px}}.Header_top__c67l2 .Header_saveNewOffer__Cdgms{background-color:#707070}.Header_top__c67l2 .Header_updateOffer__lBomE{background-color:#d99173}.Header_bottom__rNiqX{display:flex;justify-content:center;max-width:98%}.Header_bottom__rNiqX .Header_search__q-WGt{display:flex;margin-left:40px;max-width:90%}@media(max-width:350px){.Header_bottom__rNiqX .Header_search__q-WGt{margin-left:16px}}.Header_bottom__rNiqX .Header_search__q-WGt img{filter:invert(100%);height:24px;margin:0 6px 0 8px;vertical-align:middle}@media(max-width:350px){.Header_bottom__rNiqX .Header_search__q-WGt img{height:20px}}.Header_bottom__rNiqX .Header_search__q-WGt p{margin-right:5px}@media(max-width:700px){.Header_bottom__rNiqX .Header_search__q-WGt p{display:none}}.Header_bottom__rNiqX .Header_search__q-WGt input{border:1px solid #260f04;border-radius:4px;margin:6px 0;width:490px}@media(max-width:350px){.Header_bottom__rNiqX .Header_search__q-WGt input{width:200px}}.Status_Sheet__pLYez,.Status_status__VXIMI{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-flow:column wrap;margin:10px auto 39px;max-width:794px;outline:10px dashed rgba(0,0,0,.063);padding-bottom:10px;position:relative;top:24px;transition:all .2s ease;width:100%}@media(max-width:700px){.Status_Sheet__pLYez,.Status_status__VXIMI{border-radius:6px;margin-top:4px;outline:4px dashed hsla(0,0%,100%,.439)}}@media(max-width:350px){.Status_Sheet__pLYez,.Status_status__VXIMI{border-radius:4px;margin-top:1px;outline:none}}@media(max-width:700px){.Status_Sheet__pLYez,.Status_status__VXIMI{top:42px}}@media(max-width:350px){.Status_Sheet__pLYez,.Status_status__VXIMI{top:44px}}.Status_Sheet__pLYez.Status_withStatus__rK4k2,.Status_withStatus__rK4k2.Status_status__VXIMI{top:0}.Status_Sheet__pLYez.Status_withDiscount__bINCY,.Status_withDiscount__bINCY.Status_status__VXIMI{margin-bottom:57px}.Status_wrapper__itRai{height:56px;margin:-30px auto 0;overflow-y:clip;position:relative;transition:all .25s ease}@media(max-width:700px){.Status_wrapper__itRai{height:48px}}@media(max-width:440px){.Status_wrapper__itRai{height:46px}}.Status_wrapper__itRai.Status_withStatus__rK4k2{margin-top:-38px}.Status_wrapper__itRai.Status_withStatus__rK4k2.Status_withHeaderFull__ic6NZ{margin-top:60px}@media(max-width:350px){.Status_wrapper__itRai.Status_withStatus__rK4k2.Status_withHeaderFull__ic6NZ{margin-top:54px}}.Status_status__VXIMI{flex-direction:column;flex-wrap:wrap;height:46px;justify-content:center;padding-bottom:100px;top:10px}.Status_status__VXIMI p{margin:0}@media(max-width:700px){.Status_status__VXIMI{font-size:14px;height:40px;top:8px}}@media(max-width:440px){.Status_status__VXIMI{font-size:13px;top:6px}}.Sheet_Sheet__brsjI{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-flow:column wrap;margin:10px auto 39px;max-width:794px;outline:10px dashed rgba(0,0,0,.063);padding-bottom:10px;position:relative;top:24px;transition:all .2s ease;width:100%}@media(max-width:700px){.Sheet_Sheet__brsjI{border-radius:6px;margin-top:4px;outline:4px dashed hsla(0,0%,100%,.439)}}@media(max-width:350px){.Sheet_Sheet__brsjI{border-radius:4px;margin-top:1px;outline:none}}@media(max-width:700px){.Sheet_Sheet__brsjI{top:42px}}@media(max-width:350px){.Sheet_Sheet__brsjI{top:44px}}.Sheet_Sheet__brsjI.Sheet_withStatus__Zuqdh{top:0}.Sheet_Sheet__brsjI.Sheet_withDiscount__VXcH8{margin-bottom:57px}.Card_Card__fzbQt{align-items:center;background:linear-gradient(90deg,rgba(4,190,0,.376),#fff,#fff);border:1px solid rgba(0,0,0,.188);border-radius:10px;box-shadow:1px 3px 2px rgba(0,0,0,.188);display:flex;height:210px;justify-content:space-evenly;margin-top:10px;width:774px;width:98%}.Card_Card__fzbQt.Card_unselected__HkYTm{background:linear-gradient(90deg,rgba(255,0,0,.376),rgba(0,0,0,.063),rgba(0,0,0,.063))}.Card_Card__fzbQt.Card_unLogined__k-h4f{background:linear-gradient(90deg,rgba(65,42,27,.988),rgba(65,42,27,.314),rgba(65,42,27,.063),#fff)}@media(max-width:700px){.Card_Card__fzbQt{border-radius:6px;height:180px;margin-top:6px}}@media(max-width:350px){.Card_Card__fzbQt{border-radius:4px;margin-top:4px}}.Card_selectors__Lbg9l{display:flex;flex-direction:column;height:100%;justify-content:space-around}.Card_btn__NYEHE{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.188);border-radius:10px;display:flex;height:40px;justify-content:center;margin:10px 0 10px 10px;width:40px}.Card_btn__NYEHE.Card_percent__Y3CJy{margin-bottom:0}.Card_btn__NYEHE>img{filter:invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(113%);height:24px}@media(max-width:350px){.Card_btn__NYEHE>img{height:20px}}@media(max-width:700px){.Card_btn__NYEHE{height:36px;width:36px}}@media(max-width:350px){.Card_btn__NYEHE{height:32px;margin-left:8px;width:32px}}.Card_yes__mM1Ul{border-bottom:7px solid #78b13f;border-right:7px solid #78b13f;display:inline-block;height:25px;transform:rotate(45deg);width:12px}@media(max-width:700px){.Card_yes__mM1Ul{border-bottom:5px solid #78b13f;border-right:5px solid #78b13f;height:21px;width:8px}}@media(max-width:350px){.Card_yes__mM1Ul{border-bottom:4px solid #78b13f;border-right:4px solid #78b13f;height:15px;width:7px}}.Card_no__rfmsC{background:#cd6d45;height:31px;left:15px;position:relative;transform:rotate(45deg);width:7px}@media(max-width:700px){.Card_no__rfmsC{height:27px;left:14px;transform:rotate(45deg);width:5px}}@media(max-width:350px){.Card_no__rfmsC{height:24px;left:13px;transform:rotate(45deg);width:4px}}.Card_no__rfmsC:after{background:#cd6d45;content:"";height:7px;left:-12px;position:absolute;top:12px;width:31px}@media(max-width:700px){.Card_no__rfmsC:after{height:5px;left:-11px;top:11px;width:27px}}@media(max-width:350px){.Card_no__rfmsC:after{height:4px;left:-10px;top:10px;width:24px}}.Card_imgBlock__AoFA8{background-color:#f0f0f080;border-radius:4px;display:flex;height:98%;justify-content:center;margin-left:10px;min-width:120px;position:relative;width:280px}@media(max-width:700px){.Card_imgBlock__AoFA8{height:100%}}.Card_imgBlock__AoFA8.Card_withDiscount__OTQmi{min-width:0}@media(max-width:700px){.Card_imgBlock__AoFA8.Card_withDiscount__OTQmi{min-width:20px}}@media(max-width:440px){.Card_imgBlock__AoFA8.Card_withDiscount__OTQmi{display:none}}.Card_imgBlock__AoFA8 .Card_itemStatus__qbZhe{box-shadow:1px 1px 3px 0 #0003;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10.5px;left:-5px;letter-spacing:1.05px;line-height:100%;padding:4px 7px;position:absolute;top:12px}.Card_imgBlock__AoFA8 .Card_itemStatus__qbZhe.Card_sold__seXcB{background:#a32a2a}.Card_imgBlock__AoFA8 .Card_itemStatus__qbZhe.Card_reserved__vbAvp{background:#eec539}.Card_imgBlock__AoFA8 a{display:flex}.Card_imgBlock__AoFA8 img{border-radius:4px;margin:auto;max-height:99%;max-width:99%}ul{margin:0 3px 0 9px;min-width:324px;text-align:left;width:324px}@media(max-width:700px){ul{font-size:14px;min-width:0}}@media(max-width:440px){ul{font-size:13px}}h2{font-size:inherit;margin:0 0 3px}.Card_article_id__otFAC{margin:3px 0}.Sceleton_placeholderUnder700__UyUSb{animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:Sceleton_placeholderAnimate__4uVXq;animation-timing-function:linear;background:#000;background:#f6f7f8;background:linear-gradient(90deg,#eee 2%,#ddd 18%,#eee 33%);background-size:1300px;border-radius:6px;height:100%;overflow:hidden;position:relative;width:100%}@keyframes Sceleton_placeholderAnimate__4uVXq{0%{background-position:-650px 0}to{background-position:650px 0}}.Discount_Discount__ahZnK{grid-row-gap:2px;grid-column-gap:2px;column-gap:2px;display:grid;grid-template-areas:"..........  ...........  dubleUpPrice    ." "..........  downPercent  upPrice         ok" "startPrice  percent      newPrice        ." "..........  upPercent    downPrice       no" "..........  ...........  dubleDownPrice  .";grid-template-columns:84px 58px 122px 60px;grid-template-rows:repeat(5,40px);margin:0 3px 0 9px;row-gap:2px;width:324px}@media(max-width:440px){.Discount_Discount__ahZnK{margin-left:3px}}.Discount_Discount__ahZnK button,.Discount_Discount__ahZnK p{align-items:center;background-color:#0000;background-color:#f6f7f880;border-radius:6px;display:flex;justify-content:center;margin:0;padding:2px}.Discount_Discount__ahZnK button{border:2px dashed #dedede;min-width:30px;opacity:.9}.Discount_Discount__ahZnK p{background-color:#dedede}.Discount_Discount__ahZnK .Discount_btn__inFuP{background-color:#f0f0f0;border:2px dashed;border-radius:10px;color:#78b13f;grid-area:ok;margin:0 10px;opacity:1;width:40px}.Discount_Discount__ahZnK .Discount_btn__inFuP.Discount_no__xH018{color:#cd6d45;grid-area:no}@media(max-width:700px){.Discount_Discount__ahZnK .Discount_btn__inFuP{height:36px;margin:0 12px;width:36px}}@media(max-width:350px){.Discount_Discount__ahZnK .Discount_btn__inFuP{height:32px;margin:0 8px;width:32px}}@media(max-width:700px){.Discount_Discount__ahZnK{font-size:14px;grid-template-columns:78px 50px 112px 50px;grid-template-rows:repeat(5,33px);row-gap:2px}}@media(max-width:440px){.Discount_Discount__ahZnK{font-size:13px}}.Footer_Footer__tapsB{background-color:#dedede;border-top:2px solid #d4d4d4;bottom:0;left:0;padding:8px 0;position:fixed;width:100%}.Footer_Footer__tapsB p{margin:0}@media(max-width:700px){.Footer_Footer__tapsB{font-size:14px}}@media(max-width:440px){.Footer_Footer__tapsB{font-size:13px}}.Footer_Footer__tapsB img{filter:invert(60%);height:24px;margin-top:-12px;position:absolute;top:50%}@media(min-width:814px){.Footer_Footer__tapsB img{margin-left:-401px}}@media(max-width:813px){.Footer_Footer__tapsB img{left:6px;margin-top:-12px}}@media(max-width:350px){.Footer_Footer__tapsB img{height:20px}}.MainPage_wrapper__gGVJs{margin:0 14px 0 10px}@media(max-width:700px){.MainPage_wrapper__gGVJs{margin:0 4px}}@media(max-width:350px){.MainPage_wrapper__gGVJs{margin:0 1px}}.MainPage_MainPage__T01sv{align-items:start}.MainPage_LinkBlock__yQ9A4{border-bottom:2px solid #d4d4d4;padding-left:8px;width:100%}.MainPage_Link__HGpRN,.MainPage_title__bf8Tq{display:inline-block;font-weight:700}@media(max-width:700px){.MainPage_Link__HGpRN,.MainPage_title__bf8Tq{font-size:14px}}@media(max-width:440px){.MainPage_Link__HGpRN,.MainPage_title__bf8Tq{font-size:13px}}.MainPage_title__bf8Tq{border:none;margin-bottom:0;padding-left:8px}.CardOffer_wrapper__Fd5j6{display:flex;justify-content:space-around;width:100%}.CardOffer_CardOffer__ClXnm{background:rgba(65,42,27,.314);justify-content:space-between;position:relative}.CardOffer_CardOffer__ClXnm .CardOffer_btn__bh24x{background-color:#ffe6e6;border:1px solid #000;position:absolute;top:0}.CardOffer_infoBlock__fYYrB{max-width:45%;min-width:35%}.CardOffer_infoBlock__fYYrB .CardOffer_Link__Nu8iJ{display:inline-block}@media(min-width:814px){.CardOffer_infoBlock__fYYrB .CardOffer_Link__Nu8iJ:hover{font-weight:900;transition:all .2s ease-in-out}}.CardOffer_itemsBlock__dZtgq{align-items:center;background-color:#f0f0f080;border-radius:4px;display:flex;height:98%;margin-right:6px;overflow-x:auto}@media(max-width:700px){.CardOffer_itemsBlock__dZtgq{height:100%}}.CardOffer_item__SRcCo{display:flex;flex-direction:column;height:98%;justify-content:space-around;margin:0 4px;position:relative}.CardOffer_item__SRcCo img{border-radius:4px;max-height:99%;max-width:220px}.CardOffer_article_id__S0i7E{background-color:#f0f0f0;border-radius:4px;bottom:-3px;left:4px;padding:1px 2px 2px;position:absolute;width:-webkit-fit-content;width:fit-content}@media(max-width:700px){.CardOffer_article_id__S0i7E{font-size:14px}}@media(max-width:440px){.CardOffer_article_id__S0i7E{font-size:13px;padding-bottom:0}}.InfoPage_logo__pTEsH{display:flex;justify-content:center;max-width:98%}.InfoPage_logo__pTEsH>img{cursor:pointer}.InfoPage_content__TqzO7{align-items:start;padding-left:8px}.InfoPage_content__TqzO7>h2{padding-top:20px}.InfoPage_content__TqzO7>p{margin:4px 0}
/*# sourceMappingURL=main.ece85cde.css.map*/