: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:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);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:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;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:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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:var(--toastify-color-transparent)}.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--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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);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:auto;transform-origin:right}.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,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}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:League Spartan;src:url(/_next/static/media/leaguespartan-bold.73ba3c1f.eot);src:url(/_next/static/media/leaguespartan-bold.73ba3c1f.eot) format("embedded-opentype"),url(/_next/static/media/leaguespartan-bold.05d82056.woff2) format("woff2"),url(/_next/static/media/leaguespartan-bold.e05fb17b.woff) format("woff"),url(/_next/static/media/leaguespartan-bold.e9716f68.ttf) format("truetype"),url(/_next/static/media/leaguespartan-bold.e64e6bc6.svg) format("svg"),url(/_next/static/media/leaguespartan-bold.39be3f3d.otf) format("opentype");font-weight:700;font-style:normal}:root{--clr-primary:#ed5733;--clr-dark-grey:#404040;--clr-search-tab-font:#4d4d4d;--clr-search-tab-inactive-background:#f2f2f2;--clr-search-border:#eaeaea;--clr-search-help-text:#c2c2c2;--clr-background-body:#e5e5e5;--clr-background-content:#fff;--clr-mobile-menu-item:#a2a2a2;--clr-desktop-menu-item:#c4c4c4;--clr-desktop-language-on:#838383;--clr-desktop-language-off:#c2c2c2;--clr-btn-black:#171819;--clr-post-black:#171819;--clr-post-subtext:#c2c2c2;--clr-gray-button-active:#a2a2a2;--clr-gray-button-normal:#dcdcdc;--clr-gray-button-hover:#c2c2c2;--clr-gray--border:#ededed;--ff-olandas-logo:"League Spartan",sans-serif;--ff-default:"Montserrat",sans-serif;--ff-roboto:"Roboto",sans-serif;--fw-bold:700;--fw-normal:500;--fw-middle:600}*{margin:0;padding:0;box-sizing:border-box}main{min-height:calc(100vh - 18rem)}body,html{overflow-x:hidden}ul{list-style:none}svg{fill:currentColor}@media screen and (max-width:768px){body{overflow-x:hidden}}body,html{min-height:100%}body{margin:0;padding:0;top:0;width:100%;font-family:var(--ff-default);font-weight:var(--fw-normal)}body nav{margin:1.5rem 4% 0}body main{margin:1.5rem 7%}body .footer-wrapper{margin:1.5rem 7% 0}.background-image{background-image:url(/_next/static/media/header-car.bf08751a.png);background-size:cover;position:absolute;border:1px solid #333}.background-color,.background-image{top:0;left:0;right:0;bottom:0;opacity:.5;min-height:100%;margin:0;z-index:-1}.background-color{position:fixed}@media screen and (max-width:768px){body main{margin:1.5rem 4% 1.5rem 3%}}@media screen and (min-width:980px){body nav{width:900px;margin:1.5rem auto 0}body .footer-wrapper,body main{width:800px;margin:1.5rem auto 0}}@media screen and (min-width:1200px){body nav{width:1100px;margin:1.5rem auto 0}body .footer-wrapper,body main{width:1000px;margin:1.5rem auto 0}}footer{background:#000;color:#fff;padding-top:3rem;padding-bottom:3rem;bottom:0}footer .footer-wrapper{display:flex;justify-content:space-between}footer .footer-wrapper .footer-left{flex:1 1;margin-bottom:auto}footer .footer-wrapper .footer-left .logo{font-size:1.6rem;color:#fff;font-family:var(--ff-olandas-logo);font-weight:var(--fw-bold);margin-right:5%;margin-bottom:1rem}footer .footer-wrapper .footer-left .subinfo{max-width:90%}footer .footer-wrapper .footer-middle{flex:3 1;margin-bottom:auto}footer .footer-wrapper .footer-middle .footer-links{display:flex;list-style:none;width:80%;height:100%;align-items:flex-start;margin:auto}footer .footer-wrapper .footer-middle .footer-links li{list-style:none;text-align:center;padding:0 10px}footer .footer-wrapper .footer-middle .footer-links li a{text-align:center;color:#fff;text-decoration:none;text-transform:uppercase;font-weight:var(--fw-middle)}footer .footer-wrapper .footer-right{flex:1 1;margin-bottom:auto}footer .footer-wrapper .footer-right .title{text-transform:uppercase;font-weight:var(--fw-middle);margin-bottom:2rem}footer .footer-wrapper .footer-right .contacts-box .contacts-box-item{display:flex;flex-direction:row}footer .footer-wrapper .footer-right .contacts-box .contacts-box-item .contacts-box-item-title{margin-right:.5rem}footer .footer-wrapper .footer-right .logo-email,footer .footer-wrapper .footer-right .logo-follow{height:24px;margin-left:5px;vertical-align:middle}@media screen and (max-width:768px){footer{padding-top:2rem}footer .footer-wrapper{display:grid}footer .footer-wrapper .footer-left .logo{font-size:18px;margin-bottom:.5rem;color:#f2f2f2}footer .footer-wrapper .footer-left .subinfo{margin-bottom:1rem;color:#c2c2c2}footer .footer-wrapper .footer-middle{margin-bottom:1rem}footer .footer-wrapper .footer-middle .footer-links{justify-items:middle;width:100%;margin:0;line-height:1.7}footer .footer-wrapper .footer-middle .footer-links li{font-size:10px;font-weight:600;color:#fff;padding-left:0}footer .footer-wrapper .footer-right .title{display:none}footer .footer-wrapper .footer-right .contacts-box{font-size:10px;color:#fefdfd}footer .footer-wrapper .footer-right .contacts-box .contacts-box-item{display:flex;flex-direction:row;align-items:center}footer .footer-wrapper .footer-right .contacts-box .contacts-box-item .contacts-box-item-title{margin-right:.5rem}footer .footer-wrapper .subinfo{font-size:10px}}@media screen and (max-width:420px){footer .footer-wrapper .footer-middle .footer-links{grid-template-columns:repeat(3,1fr)}}.disable-scroll{position:fixed}body .navbar h1{max-width:100%;font-size:3em;font-weight:var(--fw-normal);position:fixed!important}body .navbar nav{display:grid;grid-template-columns:180px 1fr}body .navbar .logo{order:1;font-size:1.6rem;color:var(--clr-primary);font-family:var(--ff-olandas-logo);font-weight:var(--fw-bold);margin-left:1.5rem;text-decoration:none;display:flex;align-items:center;cursor:pointer}body .navbar .burger{order:4;flex:0 1;display:none}body .navbar .nav-links{order:3;flex:3 1;display:flex;flex-direction:row;list-style:none;width:100%;height:100%;justify-content:space-around;align-items:center;margin-left:auto;flex-direction:flex-end;z-index:5}body .navbar .nav-links>li>a{color:var(--clr-mobile-menu-item);text-decoration:none;text-transform:uppercase;font-size:.75rem;font-weight:var(--fw-bold);overflow:hidden;text-overflow:ellipsis}body .navbar .button-wrapper{width:90px}body .navbar .button-wrapper a{display:grid;text-align:center;width:100%;padding-left:.3rem;padding-right:.3rem}body .navbar .nav-link-selected{color:var(--clr-primary)}body .navbar .nav-links>li>a:hover{color:var(--clr-btn-black)}body .navbar .nav-lang-links{display:flex;flex-direction:row;justify-content:space-around;align-items:center;list-style:none;width:100%}body .navbar .nav-lang-links a{color:#fff;text-transform:uppercase;background:var(--clr-desktop-language-off);font-size:.875rem;border-radius:.375em;font-weight:var(--fw-bold);width:2rem;display:flex;height:2rem;text-align:center;flex-direction:column;justify-content:center;margin-right:.25em;text-decoration:none;cursor:pointer}body .navbar .nav-lang-links a.nav-lang-link-selected{background:var(--clr-desktop-language-on)}body .navbar .nav-lang-links a:hover{background:var(--clr-btn-black)}@media screen and (max-width:768px){body .navbar .navbar-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:10;visibility:hidden;opacity:0;transition:.2s}body .navbar .navbar-backdrop-active{visibility:visible;opacity:1}body .navbar .nav-button-mobile{position:fixed;width:80%}body .navbar .flex-grow{flex-grow:1}body .navbar nav{overflow:hidden;width:100px}body .navbar .logo{flex:1 1;margin-left:.5rem;display:flex}body .navbar .burger{display:block;position:absolute;right:2%;top:1.2rem;height:2rem;margin-right:1rem;list-style:none;cursor:pointer;z-index:100}body .navbar .burger .line1,body .navbar .burger .line2,body .navbar .burger .line3{width:1.8rem;height:.2rem;background:#000;margin:.4rem;transition:.4s}body .navbar .burger-close{position:fixed}body .navbar .burger-close .line1{transform:rotate(-45deg) translate(-.5rem,.4rem)}body .navbar .burger-close .line2{opacity:0}body .navbar .burger-close .line3{transform:rotate(45deg) translate(-.4rem,-.4rem)}body .navbar .nav-links{position:fixed;right:0;width:50%;padding-top:5rem;background-color:#fff;flex-direction:column;transform:translateX(120%);transition:transform .2s ease-in;z-index:50;bottom:0}body .navbar .nav-links>li{opacity:1;height:5rem;display:flex;align-items:center;justify-items:end;border-top:1px solid var(--clr-gray--border);width:100%;padding-left:1rem;padding-right:1rem}body .navbar h1{font-size:2.125em;font-weight:var(--fw-normal)}}body .navbar .nav-active{display:flex;transform:translateX(0)}@keyframes navLinksFade{0%{opacity:0;transform:50px}to{opacity:1;transform:0}}@media screen and (max-width:768px){body .navbar nav{top:0;margin:0;height:70px;width:300px;display:flex;align-items:center;padding-left:1rem}body .navbar nav a.logo{font-size:25px;margin-left:.3rem}}@media screen and (min-width:980px){body .navbar nav{display:grid;grid-template-columns:180px 1fr 7fr}body .navbar nav .nav-links{grid-column:3}body .navbar nav .button-wrapper{width:150px}body .navbar nav .button-wrapper a{display:grid;text-align:center;width:100%;padding-left:1rem;padding-right:1rem}}@media screen and (max-width:480px){body .navbar nav .nav-links{width:70%}}.google-login-inner{width:200px}.google-signup-inner{box-shadow:none}.google-button-wrapper{display:flex;background-color:#4285f4;border-radius:5px;cursor:pointer;margin-bottom:1rem}.google-button-wrapper:hover{transition:.3s;background-color:#2d6dd6}.google-button-wrapper .google-button-icon-wrapper{width:3.5rem;height:3.5rem;background-color:#fff;display:flex;justify-content:center;align-items:center;border-top-left-radius:3px;border-bottom-left-radius:3px;border:2px solid #4285f4}.google-button-wrapper .google-button-icon-wrapper:hover{transition:.3s;border:2px solid #4285f4}.google-button-wrapper .google-button-text-wrapper{margin:auto;display:flex;align-items:center}.google-button-wrapper .google-button-text-wrapper .google-button-text{font-weight:var(--fw-middle);letter-spacing:.03rem;color:#fff;font-size:1rem}.facebook-button-wrapper{display:flex;background-color:#4667aa;border-radius:5px;cursor:pointer}.facebook-button-wrapper:hover{transition:.3s;background-color:#2d4b85}.facebook-button-wrapper__disabled{opacity:50%;cursor:not-allowed}.facebook-button-wrapper .facebook-button-icon-wrapper{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;border-top-left-radius:3px;border-bottom-left-radius:3px}.facebook-button-wrapper .facebook-button-text-wrapper{margin:auto;display:flex;align-items:center}.facebook-button-wrapper .facebook-button-text-wrapper .facebook-button-text{color:#fff;font-weight:var(--fw-middle);letter-spacing:.03rem;font-size:1rem}.modal-full{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:100}.modal-main{position:fixed;background:#fff;width:420px;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.modal-main .top-bar{position:relative;background-position:50%;background-color:transparent}.modal-main .top-bar .close-button{background:#fff;border:1.2px solid #bbb;position:absolute;margin-top:8px;right:10px;font-weight:700;font-size:26px;opacity:.75;cursor:pointer;width:38px;height:38px;border-radius:50%;text-align:center;z-index:2001}.modal-main .top-bar .close-button:hover{opacity:1;background:#fff;color:#000}.modal-main .top-bar .close-button span{color:#000}.display-block{display:block}.display-none{display:none}.login-modal{background:#fff;border-radius:5px;width:500px;padding:10px}.login-modal-content{padding:50px 20px 20px}.login-modal-content .login-modal-button-container{display:flex;border-radius:5px;overflow:hidden;cursor:pointer;height:35px;margin-bottom:50px}.login-modal-content .login-modal-button-container .login-modal-button{background-color:var(--clr-gray-button-normal);color:#fff;padding-top:10px;padding-bottom:10px;width:50%;text-align:center;font-size:1rem;line-height:1rem}.login-modal-content .login-modal-button-container :hover{transition:.2s;background-color:var(--clr-gray-button-hover)}.login-modal-content .login-modal-button-container .login-modal-button-active{background-color:var(--clr-gray-button-active)}.login-modal-content .login-modal-content-error{color:red;padding-top:1rem;padding-bottom:1rem}.login-modal-content .login-modal-button{padding:10px 0}@media screen and (max-width:768px){.login-modal{background:#fff;border-radius:5px;width:90%;padding:10px}}.search-tabs{list-style:none;display:flex}.search-tabs li{background:var(--clr-search-tab-inactive-background);color:var(--clr-search-tab-font);display:flex;justify-content:flex-start;align-items:center;padding-left:1rem;cursor:pointer;font-weight:var(--fw-bold);font-size:.875rem;flex-basis:180px;height:45px;margin-right:10px;border-top-right-radius:5px;position:relative}.search-tabs li img{align-self:center;margin-right:.5rem}.search-tabs li p.search-tab-subtext{font-size:12px;font-weight:var(--fw-normal)}.search-tabs li.search-tab-active{background:var(--clr-background-content);opacity:1}.search-tabs li.search-tab-disabled{background:var(--clr-search-tab-inactive-background)}.search-tabs li.search-tab-disabled p{opacity:.5}.search-tabs li.search-tab-disabled p.search-tab-subtext{color:#171819;opacity:.5;margin-left:5px}.search-tab-text{margin-left:5px}@media screen and (max-width:768px){li.search-tab-disabled{display:none}li.search-tab-active{width:50px}}@media screen and (max-width:420px){li.search-tab-disabled{display:none}}section.posts h2{font-size:1.875rem;font-weight:var(--fw-bold);margin-top:2rem;margin-bottom:1rem}section.posts .posts-wrapper{margin-top:1.2rem;margin-bottom:1.5rem}section.posts .posts-wrapper .posts-body{margin-bottom:2rem;gap:1.2rem}.not-found-container{min-height:18rem;flex-direction:column;align-items:center;background-color:#fff;border-radius:5px;margin-bottom:4rem}.not-found-container,.pagination-wrapper{display:flex;justify-content:center}.pagination-container{display:flex}.pagination-button{height:2.5rem;width:2.5rem;margin-left:.2rem;margin-right:.2rem;border-radius:6px;background-color:var(--clr-gray-button-normal);color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.pagination-button:hover{background-color:var(--clr-gray-button-hover)}.pagination-button a{height:2.5rem;width:2.5rem;display:flex;align-items:center;justify-content:center}.hide-button{display:none}.pagination-button-active{border-radius:6px;background-color:var(--clr-gray-button-active);color:#fff;display:flex;cursor:pointer}.pagination-button-active,.pagination-button-active a{height:2.5rem;width:2.5rem;justify-content:center;align-items:center}@media screen and (max-width:768px){section.posts{margin-left:0;margin-right:0}section.posts h2{font-size:24 px}section.posts .posts-wrapper{margin-top:1.2rem;margin-bottom:1.5rem}section.posts .posts-wrapper .posts-body{margin-bottom:2rem}section.posts .posts-body{grid-template-columns:repeat(3,1fr);column-gap:1.2rem;row-gap:1.2rem}}@media screen and (max-width:500px){section.posts .posts-wrapper{margin-top:1.2rem;margin-bottom:1.5rem}section.posts .posts-wrapper .posts-body{grid-template-columns:repeat(2,1fr);column-gap:.5rem;row-gap:1rem}}.loading-card-wrapper{background:var(--clr-background-content);border-radius:5px;border:1px solid #eaeaea;padding:1rem}.loading-card-wrapper .skeleton-box{display:inline-block;height:.6em;position:relative;overflow:hidden;background-color:#ebebeb;border-radius:2px}.loading-card-wrapper .skeleton-box:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translateX(100%)}}.loading-card-wrapper .card__headline{font-size:1.25em;font-weight:700}.loading-card-wrapper .card__meta{font-size:.85em;color:#6b6b6b}.loading-card-wrapper .o-media__body{flex-grow:1}.loading-card-wrapper .o-vertical-spacing>*+*{margin-top:.75em}.loading-card-wrapper .o-vertical-spacing--l>*+*{margin-top:2em}.loading-card-wrapper *{box-sizing:border-box}.post{background:var(--clr-background-content);height:19.4rem;border-radius:5px;overflow:hidden;border:2px solid #eaeaea;cursor:pointer;text-decoration:none;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;grid-auto-flow:rows}.post .post-header{position:relative;height:100%}.post .post-header img{width:100%;height:100%;object-fit:cover;position:absolute}.post .post-header a{position:absolute;top:0;left:0;width:100%;height:100%}.post .post-header .post-highlight{position:absolute;padding:.8rem .8rem 0;width:100%;justify-content:space-between;display:flex;align-items:center}.post .post-header .post-highlight .post-stars{position:absolute;display:flex;justify-content:center;align-items:center;right:0}.post .post-header .post-highlight .post-stars label{color:#000;font-size:15px;font-weight:700;-webkit-text-stroke-width:.03rem;-webkit-text-stroke-color:#fff}.post .post-header .post-highlight .post-tag{font-size:.6875rem;font-weight:var(--fw-bold);color:#fff;background:var(--clr-primary);padding:.1rem .4rem .1rem .5rem;border-radius:3px;text-transform:uppercase}.post .post-body{grid-row:2;min-width:160px;text-decoration:none}.post .post-body *{margin-left:1rem;margin-right:1rem}.post .post-body .post-title{font-size:1rem;font-weight:var(--fw-bold);color:var(--clr-post-black);margin-top:1rem;margin-bottom:.8rem}.post .post-body .post-subinfo{font-size:.75rem;font-weight:var(--fw-normal);text-transform:uppercase;color:var(--clr-post-subtext);margin-bottom:.8rem}.post .post-body .post-price{font-size:1rem;font-weight:var(--fw-bold);color:var(--clr-post-black)}.post .post-stats{display:flex;text-align:center;align-items:center;text-decoration:none;border-left:1px solid #eaeaea;min-width:160px;height:100%}.post .post-stats ul{width:100%;margin-left:0}.post .post-stats ul li{line-height:2.5;font-size:.625rem;font-weight:var(--fw-bold);text-decoration:none;color:#171819}.post .post-stats ul li span{color:#c2c2c2;text-transform:uppercase}.post .post-edit{display:flex;text-align:center;align-items:center;background:#ececec;min-width:120px;cursor:default}.post .post-edit ul{width:100%}.post .post-edit ul li{line-height:1.5}.post .post-edit ul li a{font-size:.75rem;font-weight:var(--fw-bold);text-decoration:none;text-transform:uppercase;color:#a2a2a2}.post .post-edit ul li a span{color:var(--clr-primary)}.post .post-edit ul li a:hover{text-decoration:underline}.post:hover{border:2px solid #c4c4c4}.post-wrapper{text-decoration:none}.post-as-line{height:10rem;margin-bottom:1rem;grid-template-columns:200px 1fr 2fr 1fr;display:grid;grid-template-rows:unset;grid-auto-flow:columns;width:100%}.post-as-line .post-header{width:200px}.post-as-line .post-body{grid-column:2;grid-row:1}.post-as-line image{height:100%}@media screen and (max-width:800px){.post-as-line{height:10rem;display:grid;grid-template-areas:"post post" "edit edit";grid-template-columns:3fr 5.5fr;grid-template-rows:5fr 1fr}.post-as-line .post-header{grid-area:post;grid-column:1;width:unset}.post-as-line .post-body{grid-area:post;grid-column:2}.post-as-line .post-stats{display:none}.post-as-line .post-edit{grid-area:edit;height:56px}.post-as-line .post-edit ul{display:flex;justify-content:center}.post-as-line .post-edit ul li{margin-left:10px}}@media screen and (max-width:500px){.post-as-line{grid-template-columns:1fr 1fr;grid-template-rows:2fr 40px;height:unset;min-height:100px}.post-as-line .post-header{grid-area:post;grid-column:1;width:unset;min-height:unset}.post-as-line .post-header div.post-tag{top:.4rem;left:.4rem;font-size:.6rem}.post-as-line .post-body{grid-area:post;grid-column:2;min-width:100px;height:unset;min-height:unset}.post-as-line .post-body *{margin-left:.5rem;margin-right:.5rem}.post-as-line .post-body .post-title{font-size:.8rem;margin-top:1rem;margin-bottom:.8rem}.post-as-line .post-body .post-subinfo{font-size:.65rem;margin-bottom:.8rem}.post-as-line .post-body .post-price{font-size:.8rem;margin-bottom:.8rem}.post-as-line .post-stats{display:none}.post-as-line .post-edit{height:40px;grid-area:edit}.post-as-line .post-edit ul{display:flex;justify-content:center}.post-as-line .post-edit ul li{margin-left:4px}.post-as-line .post-edit ul li a{font-size:.5rem}}.profile-post{background:var(--clr-background-content);height:19.4rem;border-radius:5px;overflow:hidden;border:2px solid #eaeaea;cursor:pointer;text-decoration:none;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;grid-auto-flow:rows}.profile-post .profile-post-header{position:relative;height:100%}.profile-post .profile-post-header img{width:100%;height:100%;object-fit:cover}.profile-post .profile-post-header a{position:absolute;top:0;left:0;width:100%;height:100%}.profile-post .profile-post-header div.profile-post-tag{position:absolute;top:1.5rem;left:1rem;font-size:.6875rem;font-weight:var(--fw-bold);color:#fff;background:var(--clr-primary);padding:.1rem .4rem .1rem .5rem;border-radius:3px;text-transform:uppercase}.profile-post .profile-post-body{grid-row:2;min-width:160px;text-decoration:none}.profile-post .profile-post-body *{margin-left:1rem;margin-right:1rem}.profile-post .profile-post-body .profile-post-title{font-size:1rem;font-weight:var(--fw-bold);color:var(--clr-post-black);margin-top:1rem;margin-bottom:.8rem}.profile-post .profile-post-body .profile-post-subinfo{font-size:.75rem;font-weight:var(--fw-normal);text-transform:uppercase;color:var(--clr-post-subtext);margin-bottom:.8rem}.profile-post .profile-post-body .profile-post-price{font-size:1rem;font-weight:var(--fw-bold);color:var(--clr-post-black)}.profile-post .profile-post-stats{display:flex;text-align:center;align-items:center;text-decoration:none;padding-left:5px;padding-right:5px;border-left:1px solid #eaeaea;min-width:160px;height:100%}.profile-post .profile-post-stats ul{width:100%;margin-left:0}.profile-post .profile-post-stats ul li{line-height:2.5;font-size:.625rem;font-weight:var(--fw-bold);text-decoration:none;color:#171819}.profile-post .profile-post-stats ul li span{color:#c2c2c2;text-transform:uppercase}.profile-post .profile-post-stats .post-stars{display:flex;align-items:center;justify-content:center}.profile-post .profile-post-stats .post-stars label{font-size:14px;line-height:14px}.profile-post .profile-post-stats-mobile{display:flex;text-align:center;align-items:center;text-decoration:none;padding-left:5px;padding-right:5px;border-left:1px solid #eaeaea;min-width:160px;height:100%;display:none}.profile-post .profile-post-stats-mobile ul{width:100%;margin-left:0}.profile-post .profile-post-stats-mobile ul li{line-height:2.5;font-size:.625rem;font-weight:var(--fw-bold);text-decoration:none;color:#171819}.profile-post .profile-post-stats-mobile ul li span{color:#c2c2c2;text-transform:uppercase}.profile-post .profile-post-edit{display:flex;text-align:center;align-items:center;background:#ececec;min-width:120px;cursor:default}.profile-post .profile-post-edit ul{width:100%}.profile-post .profile-post-edit ul li{line-height:1.5}.profile-post .profile-post-edit ul li a{font-size:.75rem;font-weight:var(--fw-bold);text-decoration:none;text-transform:uppercase;color:#a2a2a2}.profile-post .profile-post-edit ul li a span{color:var(--clr-primary)}.profile-post .profile-post-edit ul li a:hover{text-decoration:underline}.profile-post:hover{border:2px solid #c4c4c4}.profile-post-as-line{height:10rem;margin-bottom:1rem;grid-template-columns:200px 1fr 2fr 1fr;display:grid;grid-template-rows:unset;grid-auto-flow:columns;width:100%}.profile-post-as-line .profile-post-header{width:200px}.profile-post-as-line .profile-post-body{grid-column:2;grid-row:1}.profile-post-as-line image{height:100%}.pointer{cursor:pointer}@media screen and (max-width:800px){.profile-post-as-line{height:auto;display:grid;grid-template-areas:"profile-post profile-post" "stats-mobile stats-mobile" "edit edit";grid-template-columns:1fr 1fr}.profile-post-as-line .profile-post-header{grid-area:profile-post;grid-column:1;width:unset}.profile-post-as-line .profile-post-body{padding-bottom:15px;grid-area:profile-post;grid-column:2}.profile-post-as-line .profile-post-stats{display:none}.profile-post-as-line .profile-post-stats-mobile{display:flex;background-color:#f5f5f5;grid-area:stats-mobile;padding:10px}.profile-post-as-line .profile-post-edit{grid-area:edit;height:56px}.profile-post-as-line .profile-post-edit ul{display:flex;justify-content:center}.profile-post-as-line .profile-post-edit ul li{margin-left:10px}}@media screen and (max-width:500px){.profile-post-as-line{grid-template-columns:1fr 1.5fr;height:unset}.profile-post-as-line .profile-post-header{grid-area:profile-post;grid-column:1;width:unset;min-height:unset}.profile-post-as-line .profile-post-header div.profile-post-tag{top:.8rem;left:.4rem;font-size:.6rem}.profile-post-as-line .profile-post-body{grid-area:profile-post;grid-column:2;min-width:100px;height:unset;min-height:unset}.profile-post-as-line .profile-post-body *{margin-left:.5rem;margin-right:.5rem}.profile-post-as-line .profile-post-body .profile-post-title{font-size:.8rem;margin-top:1rem;margin-bottom:.8rem}.profile-post-as-line .profile-post-body .profile-post-subinfo{font-size:.65rem;margin-bottom:.8rem}.profile-post-as-line .profile-post-body .profile-post-price{font-size:.8rem;margin-bottom:.8rem}.profile-post-as-line .profile-post-stats{display:none}.profile-post-as-line .profile-post-stats-mobile{background-color:#f5f5f5;grid-area:stats-mobile;padding:10px}.profile-post-as-line .profile-post-edit{height:40px;grid-area:edit}.profile-post-as-line .profile-post-edit ul{display:flex;justify-content:center}.profile-post-as-line .profile-post-edit ul li{margin-left:4px}.profile-post-as-line .profile-post-edit ul li a{font-size:.5rem}}.submit-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;opacity:1;background-color:rgba(0,0,0,.171);transition:opacity .3s}.submit-modal-wrapper__hide{opacity:0;pointer-events:none}.submit-modal-wrapper .submit-modal{position:fixed;padding:25px;border-radius:10px;background:#fff;width:500px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:101}.submit-modal-wrapper .submit-modal .submit-modal-button-container{display:flex;justify-content:flex-end;column-gap:10px;margin-top:20px}.submit-modal-wrapper .submit-modal .submit-modal-button-container .submit-modal-cancel-button{text-transform:uppercase;text-decoration:none;border-radius:.375em;font-weight:var(--fw-bold);padding:.6rem 1rem;font-size:.75rem;cursor:pointer}.submit-modal-wrapper .submit-modal .submit-modal-message-container{margin-top:20px}.submit-modal-wrapper .submit-modal .submit-modal-message-container .submit-modal-message{padding:10px;height:100px;max-width:100%;min-width:100%}@media screen and (max-width:768px){.submit-modal-wrapper{padding-left:10px;padding-right:10px}.submit-modal-wrapper .submit-modal{width:90%}}.togglebar{background:var(--clr-background-content);padding:.5rem 1.5rem .5rem 1rem;border-radius:5px}.togglebar .togglebar-body{display:flex;justify-content:space-between;align-items:center}.togglebar .togglebar-body .togglebar-select{width:10rem}.toggle-icon{height:2rem;width:2rem;color:var(--clr-gray-button-active);cursor:pointer}@media screen and (max-width:768px){.togglebar{margin-left:0}}.images-controller .images-controller-wrapper{display:grid;grid-template-columns:repeat(auto-fit,168px);border:2px solid #eaeaea;border-radius:5px;padding:1rem;grid-row-gap:1rem;row-gap:1rem}.images-controller .images-controller-errors{font-size:.9rem;color:red;padding-left:.2rem;margin-top:.3rem}.img-controller__img{width:150px;height:125px;cursor:pointer;position:relative}.img-controller__img .image-upload-plus-sign{position:relative;background:#eaeaea;width:100%;height:100%;cursor:pointer}.img-controller__img .image-upload-plus-sign .image-upload-plus-sign-line1{position:absolute;height:60px;width:15px;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.img-controller__img .image-upload-plus-sign .image-upload-plus-sign-line2{position:absolute;height:15px;width:60px;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.img-controller__img .image-upload-plus-sign:hover{background:#fff;border:1px solid var(--clr-primary)}.img-controller__img .image-upload-plus-sign:hover .image-upload-plus-sign-line1,.img-controller__img .image-upload-plus-sign:hover .image-upload-plus-sign-line2{background-color:var(--clr-primary)}.img-controller__img .image-upload{width:100%;height:100%}.img-controller__img .image-upload img{cursor:pointer}.img-controller__img .image-upload img,.img-controller__img .image-upload label{width:100%;height:100%;object-fit:cover}.img-controller__img .image-upload .image-wrapper{position:relative;width:100%;height:100%}.img-controller__img .image-upload .image-wrapper .image-delete{position:absolute;top:7px;right:6px;line-height:6px;font-size:12px;padding:6px;z-index:100;cursor:pointer;border-radius:20px;background-color:#000;color:#fff;text-align:center;justify-content:center;align-items:center}.img-controller__img .image-upload>input{display:none}.img-controller__img .progress{position:absolute;width:80%;left:10%;height:10%;top:80%}.cookies-concent-wrapper .cookies-concent-popup{background-color:#fff;position:fixed;width:100%;bottom:0;z-index:10;display:flex;justify-content:space-between;padding:4rem 2rem;border-top:2px solid #e5e5e5}.cookies-concent-wrapper .cookies-concent-popup .content-container{padding-right:2rem}.cookies-concent-wrapper .cookies-concent-popup .content-container p{line-height:1.5rem;color:gray;font-size:.9rem}.cookies-concent-wrapper .cookies-concent-popup .button-container{display:flex;flex-direction:column;align-items:center}.cookies-concent-wrapper .cookies-concent-popup .button-container .button-reject{color:#c2c2c2;width:200px;height:50px;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:var(--fw-bold);text-transform:uppercase}.cookies-concent-wrapper .cookies-concent-popup .button-container .button-reject:hover{color:var(--clr-primary);cursor:pointer}.cookies-concent-wrapper .cookies-concent-popup .button-container .button-accept{background:var(--clr-primary);color:#fff;border-radius:6px;width:200px;height:50px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;font-weight:var(--fw-bold);text-transform:uppercase}.cookies-concent-wrapper .cookies-concent-popup .button-container .button-accept:hover{background:#000;cursor:pointer}.button-terms{font-weight:700;cursor:pointer;text-decoration:none;color:gray;margin-left:10px}.button-terms:hover{text-decoration:underline}@media screen and (max-width:768px){.cookies-concent-wrapper .cookies-concent-popup{padding-top:2rem;padding-bottom:1rem;display:flex;flex-direction:column}.cookies-concent-wrapper .cookies-concent-popup .content-container{padding-right:0;margin-bottom:1rem}.cookies-concent-wrapper .cookies-concent-popup .content-container p{font-size:.9rem}.cookies-concent-wrapper .cookies-concent-popup .button-container .button-accept{width:100%}}a.button{text-transform:uppercase;border-radius:.375em;font-weight:var(--fw-bold);padding:.6rem 1rem;font-size:.75rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;list-style:none;text-align:center}a.button,a.button:hover{text-decoration:none}a.button-disabled{cursor:not-allowed}a.button-disabled,a.button-disabled:hover{background:#dcdcdc}:export{colorPrimary:var(--clr-primary);colorBlack:var(--clr-btn-black)}.input-wrapper .input-border,.input-wrapper .input-border-error{border:2px solid red}.input-wrapper .input-border input{margin-left:0}.checkbox-wrapper .input-title{text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);margin-bottom:6px}.checkbox-wrapper .checkbox-body{display:flex;align-items:center;height:28px;color:#a0a0a0}.checkbox-wrapper .checkbox-body label{font-size:.8rem;margin-left:10px}.checkbox-wrapper .checkbox-body input{opacity:0;position:absolute;z-index:1000;height:1.6rem;width:1.6rem;border-radius:10px;cursor:pointer}.checkbox-wrapper .checkbox-body input:checked~.check-wrapper .check{background-color:var(--clr-btn-black)}.checkbox-wrapper .checkbox-body .check-wrapper{min-width:1.6rem;min-height:1.6rem;border-radius:5px;background-color:#fff;border:1px solid var(--clr-post-subtext);cursor:pointer;position:relative;align-items:center;justify-content:center}.checkbox-wrapper .checkbox-body .check-wrapper .check{width:1.1rem;height:1.1rem;position:absolute;border-radius:4px;background-color:#fff;cursor:pointer;top:.18rem;left:.18em}.checkbox-wrapper:hover .checkbox-body{color:#121314}.checkbox-wrapper:hover .checkbox-body .check-wrapper{border:1px solid #121314}.division-line{height:2px;width:100%;background:#eaeaea}.double-select-wrapper .double-select-title{text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);margin-bottom:6px}.double-select-wrapper .double-select{border:2px solid #eaeaea;border-radius:6px;width:200px;height:56px;display:flex;justify-content:space-between;overflow:hidden;align-items:stretch;padding:2px 5px 0 7px}.double-select-wrapper .double-select .select-label{margin-top:1px;text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);position:absolute;top:6px;left:7px;z-index:3}.double-select-wrapper .double-select .select-wrapper{flex:20 1;padding:3px;position:relative}.double-select-wrapper .double-select .select-arrow{position:absolute;top:20px;right:14px;pointer-events:none}.double-select-wrapper .double-select .divider{flex:1 1;min-width:2px;max-width:2px;height:42px;margin:3px 6px 0;background:#eaeaea}.double-select-wrapper .double-select select{position:absolute;top:15px;left:5px;background:none repeat scroll 0 0 #fff;border:0 solid red;height:30px;width:100%;font-size:.875rem;margin-left:0;padding:3px 3px 3px 0;text-indent:-1px;color:#171819;font-weight:var(--fw-bold);font-style:var(--ff-default);-moz-appearance:none;-webkit-appearance:none;appearance:none}.double-select-wrapper .double-select select:focus{outline:none}.double-select-wrapper .double-select-border-error{border:2px solid red}.double-select-title{max-width:10rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.extra-item-container{display:grid}.extra-item-container .extra-item-title{text-transform:uppercase;color:#a0a0a0;font-size:.8rem;margin-bottom:1rem}.extra-item-container .extra-item{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center;grid-column-gap:1.2rem;margin-bottom:1.5rem}.input-wrapper .input-title{text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);margin-bottom:6px}.input-wrapper .input-border-error{border:2px solid red!important}.input-wrapper .input-border{width:100%;border:2px solid #eaeaea;border-radius:6px;height:56px;display:flex;justify-content:space-between;overflow:hidden;align-items:stretch;padding:2px 0 0}.input-wrapper .input-border .input-label{margin-top:1px;text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);position:absolute;top:6px;left:7px;z-index:3}.input-wrapper .input-border .input-body{flex:20 1;padding:3px 0;position:relative;width:100%;margin-left:7px;margin-right:7px}.input-wrapper .input-border .single-input-label{margin-top:1px;text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);position:absolute;top:6px;left:7px;z-index:3}.input-wrapper .input-border input{position:absolute;top:15px;background:none repeat scroll 0 0 #fff;border:0 solid red;padding:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:30px;width:100%;font-size:.875rem;color:#171819;font-weight:var(--fw-bold);font-style:var(--ff-default)}.input-label,.input-title{max-width:8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.single-select{border-bottom:2px solid #f2f2f2;height:56px;display:flex;justify-content:space-between;overflow:hidden;align-items:stretch;padding:2px 5px 0 7px}.single-select .select-label{margin-top:1px;text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);position:absolute;top:6px;left:7px;z-index:3}.single-select .select-wrapper{flex:20 1;padding:3px;position:relative}.single-select .select-arrow{position:absolute;top:20px;right:14px;pointer-events:none}.single-select .single-select-label{margin-top:1px;text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);position:absolute;top:6px;left:7px;z-index:100}.single-select select{position:absolute;top:15px;left:5px;background:none repeat scroll 0 0 #fff;border:0 solid red;height:30px;width:100%;font-size:.875rem;margin-left:0;padding:3px 3px 3px 0;text-indent:-1px;color:#171819;font-weight:var(--fw-bold);font-style:var(--ff-default);-moz-appearance:none;-webkit-appearance:none;appearance:none;box-sizing:content-box}.single-select select option{display:flex;font-weight:700;font-family:var(--ff-default)!important;padding-left:10px}.single-select select:focus{outline:none}.single-select-bordered{border:2px solid #eaeaea;border-radius:6px}.single-select-bordered-error{border:2px solid red;border-radius:6px}.error-label{font-size:.9rem;color:red;padding-left:.2rem;margin-top:.3rem}.subtitle-wrapper{color:#000;font-weight:var(--fw-middle);font-size:1.125rem;padding-top:1.5rem;padding-bottom:1rem}.subtitle-wrapper div{display:none}.subtitle-wrapper-show-desktop{color:#000;font-weight:var(--fw-middle);border-top:1px solid var(--clr-gray--border);border-bottom:1px solid var(--clr-gray--border);font-size:1.125rem;height:4rem;align-items:center;display:flex;justify-content:space-between}.subtitle-wrapper-show-desktop div{display:flex}.subtitle-wrapper-show-desktop div .button-expand{border:none;background-color:transparent;height:3em;width:3em;border-radius:999px;position:relative}.subtitle-wrapper-show-desktop div .button-expand:after,.subtitle-wrapper-show-desktop div .button-expand:before{content:"";display:block;background-color:var(--clr-primary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.subtitle-wrapper-show-desktop div .button-expand:before{height:1.5em;width:.3em}.subtitle-wrapper-show-desktop div .button-expand:after{height:.3em;width:1.5em}.subtitle-wrapper-show-desktop div .button-minimize{border:none;background-color:transparent;height:3em;width:3em;border-radius:999px;position:relative}.subtitle-wrapper-show-desktop div .button-minimize:after,.subtitle-wrapper-show-desktop div .button-minimize:before{content:"";display:block;background-color:var(--clr-primary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.subtitle-wrapper-show-desktop div .button-minimize:after{height:.3em;width:1.5em}@media screen and (max-width:768px){.subtitle-wrapper{color:#000;font-weight:var(--fw-middle);border-top:1px solid var(--clr-gray--border);border-bottom:1px solid var(--clr-gray--border);font-size:1.125rem;height:4rem;align-items:center;display:flex;justify-content:space-between;padding-top:0;padding-bottom:0}.subtitle-wrapper div{display:flex}.subtitle-wrapper div .button-expand{border:none;background-color:transparent;height:3em;width:3em;border-radius:999px;position:relative}.subtitle-wrapper div .button-expand:after,.subtitle-wrapper div .button-expand:before{content:"";display:block;background-color:var(--clr-primary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.subtitle-wrapper div .button-expand:before{height:1.5em;width:.3em}.subtitle-wrapper div .button-expand:after{height:.3em;width:1.5em}.subtitle-wrapper div .button-minimize{border:none;background-color:transparent;height:3em;width:3em;border-radius:999px;position:relative}.subtitle-wrapper div .button-minimize:after,.subtitle-wrapper div .button-minimize:before{content:"";display:block;background-color:var(--clr-primary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.subtitle-wrapper div .button-minimize:after{height:.3em;width:1.5em}}.textarea-input-wrapper{max-width:100%}.textarea-input-wrapper .textarea-input-title{text-transform:uppercase;font-size:.625rem;color:#c2c2c2;font-weight:var(--fw-bold);margin-bottom:6px}.textarea-input-wrapper .input-border-error{border:2px solid red}.textarea-input-wrapper textarea{resize:vertical;min-height:10rem;width:100%;font-size:1rem;display:grid;grid-template-columns:repeat(auto-fit,168px);border:2px solid #eaeaea;border-radius:5px;padding:1rem;font-family:var(--ff-default);color:var(--clr-post-black)}.textarea-input-wrapper .textarea-input-border-error textarea{border:2px solid red}.multiline-text-line{margin-bottom:.2rem}.search-body-elems-car .search-body-row-1{grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.search-body-elems-car .search-body-row-1 .double-select-make-model{grid-column:1/3}.search-body-elems-car .search-body-row-1 .double-select-price{grid-column:3}.search-body-elems-car .search-body-row-1 .double-select-year{grid-column:4}.search-body-elems-car .search-body-row-2{grid-template-columns:repeat(5,1fr);margin-bottom:1.5rem}@media screen and (max-width:768px){.search-body-elems-car .single-select{width:100%}.search-body-elems-car .search-body-row-1{grid-template-columns:repeat(1,1fr);margin-bottom:1.5rem}.search-body-elems-car .search-body-row-1 .double-select-make-model,.search-body-elems-car .search-body-row-1 .double-select-price,.search-body-elems-car .search-body-row-1 .double-select-year{grid-column:1}.search-body-elems-car .search-body-row-2{grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}}.quicksearch .search-body{background:var(--clr-background-content);padding:1.5rem 1.5rem 1.5rem 1rem}.quicksearch .search-body .search-body-elems{margin-bottom:1rem}.quicksearch .search-body .search-body-elems .search-body-row{display:grid;justify-content:center;grid-gap:1rem}.quicksearch .search-body .search-body-elems .double-select-wrapper,.quicksearch .search-body .search-body-elems .double-select-wrapper .double-select,.quicksearch .search-body .search-body-elems .double-select-wrapper .single-select{width:100%}.quicksearch .search-body-buttons{display:flex;justify-content:flex-end}.quicksearch .search-body-buttons .button-detailed-search{color:#c2c2c2;width:230px;height:72px;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:var(--fw-bold);text-transform:uppercase;text-decoration:none}.quicksearch .search-body-buttons .button-detailed-search:hover{color:var(--clr-primary);cursor:pointer}.quicksearch .search-body-buttons .button-do-search{background:var(--clr-primary);color:#fff;border-radius:6px;width:230px;height:72px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:var(--fw-bold);text-transform:uppercase;text-decoration:none}.quicksearch .search-body-buttons .button-do-search:hover{background:#000;cursor:pointer}@media screen and (max-width:768px){.quicksearch .search-body .search-body-buttons .button-do-search{font-size:14px;width:150px;height:48px}.quicksearch .search-body .search-body-buttons .button-detailed-search{font-size:14px;height:48px}}main div.title{margin-top:2rem;width:70%;margin-bottom:4rem}main div.title h1{max-width:80%;font-size:3em;font-weight:var(--fw-normal)}@media screen and (max-width:768px){main div.title{margin-top:1rem;margin-bottom:2rem}main div.title h1{font-size:2.125em;font-weight:var(--fw-normal)}.image-viewer-modal{padding-left:15px;padding-right:15px}}.postfull{background:#fff;border-radius:5px;padding:1rem 1.5rem 1.5rem 1rem;margin-top:4rem}.postfull .division-line{margin-top:.5rem;margin-bottom:.5rem}.postfull .postfull__top{display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-evenly;width:100%;margin-bottom:1rem}.postfull .postfull__top .postfull__top__left{grid-column:1;flex:1 1;margin-top:5px;margin-bottom:5px;margin-right:-6px}.postfull .postfull__top .postfull__top__left .postfull__title{color:#000;font-weight:var(--fw-bold);font-size:1.722rem;margin-left:.25rem}.postfull .postfull__top .postfull__top__left .postfull__title span{color:var(--clr-primary)}.postfull .postfull__top .postfull__top__left .postfull__subtitle{color:#000;font-weight:var(--fw-bold);font-size:1.5rem;margin-left:.25rem;margin-bottom:1.5rem}.postfull .postfull__top .postfull__top__left .postfull__subtitle span{color:var(--clr-primary)}.postfull .postfull__top .postfull__top__left .postfull__price{font-size:1.5rem;font-weight:var(--fw-normal);color:#cbcbcb;margin-top:.8rem;margin-bottom:.8rem}.postfull .postfull__top .postfull__top__left .postfull__price span{font-weight:var(--fw-bold);color:var(--clr-primary)}.postfull .postfull__top .postfull__top__left .postfull__main_params{display:grid;grid-template-columns:170px 1fr;font-weight:var(--fw-bold);grid-gap:.8rem 1.5rem;gap:.8rem 1.5rem;align-items:center;margin-top:1em;margin-bottom:1rem}.postfull .postfull__top .postfull__top__left .postfull__main_params .postfull__main_param__key{grid-column:1;font-size:11px;color:#c2c2c2;text-transform:uppercase}.postfull .postfull__top .postfull__top__left .postfull__main_params .postfull__main_param__value{grid-column:2;font-size:18px;color:#171819;overflow:hidden;text-overflow:ellipsis}.postfull .postfull__top .postfull__top__left .postfull__main_params .postfull__main_param__value:first-letter{text-transform:capitalize}.postfull .postfull__top .postfull__top__right{grid-column:2;flex:1 1;margin:5px;position:relative}.postfull .postfull__top .postfull__top__right .postfull__pic_big .stars{position:absolute;display:flex;justify-content:center;align-items:center;right:0;top:10px;right:10px}.postfull .postfull__top .postfull__top__right .postfull__pic_big .stars label{color:#000;font-size:15px;font-weight:700;-webkit-text-stroke-width:.03rem;-webkit-text-stroke-color:#fff}.postfull .postfull__top .postfull__top__right .postfull__pic_big img{max-width:473px;max-height:355px;width:100%;object-fit:cover;margin-bottom:10px;cursor:pointer}.postfull .postfull__top .postfull__top__right .postfull__pic_list{width:470px}.postfull .postfull__top .postfull__top__right .postfull__pic_list .postfull__pic_small{width:93px;height:70px;cursor:pointer}.postfull .postfull__top .postfull__top__right .postfull__pic_list .postfull__pic_small img{width:100%;height:100%;object-fit:cover;cursor:pointer}.postfull .postfull__top .postfull__top__right .postfull__pic_list div{justify-self:center}.postfull .postfull__top .postfull__top__right .postfull__pic_list .ifiFhU{margin:0}.postfull .postfull__top .postfull__top__right .postfull__pic_list .bhRnqO{right:-20px}.postfull .postfull__top .postfull__top__right .postfull__pic_list .kVtMtA{left:-20px}.postfull .postfull__bottom .postfull__extra_params{display:grid;grid-template-columns:170px 2fr;font-weight:var(--fw-bold);grid-gap:.8rem 1.5rem;gap:.8rem 1.5rem;align-items:center;margin-top:1em;margin-bottom:1rem}.postfull .postfull__bottom .postfull__extra_params .postfull__extra_param__key{grid-column:1;font-size:11px;color:#c2c2c2;text-transform:uppercase}.postfull .postfull__bottom .postfull__extra_params .postfull__extra_param__value{grid-column:2;font-size:14px;color:#171819;overflow:hidden;text-overflow:ellipsis}.postfull .postfull__bottom .postfull__extra_params .postfull__extra_param__value ul li{float:left;padding-right:1rem;line-height:1.5}.postfull .postfull__bottom .postfull__extra_params .postfull__extra_param__value ul li:first-letter{text-transform:capitalize}.postfull .description{font-family:var(--ff-roboto);font-size:1rem;font-weight:300;margin-top:2.2rem;margin-bottom:2.2rem;line-height:1.6}.postfull .buttons-and-contacts{margin-top:2.2rem;display:grid;grid-template-columns:250px 1fr}.postfull .buttons-and-contacts .button-rasyti{grid-column:1;background:var(--clr-primary);color:#fff;border-radius:6px;width:230px;height:72px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:var(--fw-bold);text-transform:uppercase;text-decoration:none;text-align:center}.postfull .buttons-and-contacts .button-rasyti:hover{background:#000;cursor:pointer}.postfull .buttons-and-contacts .contacts{grid-column:2;display:flex;flex-direction:column;font-size:18px;align-items:flex-start;justify-content:center}.postfull .buttons-and-contacts .contacts .contact-line{font-weight:var(--fw-normal)}.postfull .buttons-and-contacts .contacts .contact-line-2{font-size:15px;margin:2px 0}.postfull .buttons-and-contacts .contacts .contact-line-bold{font-weight:var(--fw-bold)}.admin-action-button-container{display:flex;justify-content:center;column-gap:1rem;margin-top:2rem;margin-bottom:2rem}@media screen and (max-width:1200px){.postfull .postfull__top .postfull__top__right .postfull__pic_list{margin:0;width:380px}}@media screen and (max-width:925px){.postfull .postfull__top .postfull__top__right .postfull__pic_list{width:350px}}@media screen and (max-width:500px){.postfull .postfull__top .postfull__top__right .postfull__pic_list{width:180px}.postfull .postfull__top .postfull__top__right .postfull__pic_list .bhRnqO{right:47px;width:25px;height:25px;margin:4px auto}.postfull .postfull__top .postfull__top__right .postfull__pic_list .kVtMtA{left:47px;width:25px;height:25px;margin:4px auto}}@media screen and (max-width:428px){._29p_Y,._lhmht{margin-top:60px!important}.modal-main .top-bar .close-button{margin-top:72px;right:0}}@media screen and (max-width:375px){.postfull .postfull__top .postfull__top__right .postfull__pic_list{width:100px}.postfull .postfull__top .postfull__top__right .postfull__pic_list .kVtMtA{left:85px}.postfull .postfull__top .postfull__top__right .postfull__pic_list .bhRnqO{right:85px}}@media screen and (max-width:768px){.postfull{padding:0;margin-top:1.5rem}.postfull .postfull__top{display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-evenly;width:100%;margin-bottom:1rem}.postfull .postfull__top .postfull__top__left{grid-column:1;grid-row:2;margin-left:10px}.postfull .postfull__top .postfull__top__left .postfull__title{font-size:18px;margin-left:1rem;margin-bottom:.2rem;margin-top:.4rem}.postfull .postfull__top .postfull__top__left .postfull__subtitle{font-size:14px;margin-left:1rem}.postfull .postfull__top .postfull__top__left .postfull__price{margin-left:1rem}.postfull .postfull__top .postfull__top__left .postfull__main_params{grid-template-columns:100px 1fr;margin-left:1rem;font-size:10px}.postfull .postfull__top .postfull__top__right{grid-column:1;grid-row:1;margin:0;border-top-left-radius:5px;border-top-right-radius:5px}.postfull .postfull__top .postfull__top__right .postfull__pic_wrapper{flex-direction:column;align-items:center;margin-bottom:16px}.postfull .postfull__top .postfull__top__right .postfull__pic_wrapper .postfull__pic_big img{width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.postfull .postfull__top .postfull__top__right .postfull__pic_wrapper .postfull__pic_list{display:flex;width:100%}.postfull .postfull__bottom{padding-left:1rem;padding-right:1rem}.postfull .buttons-and-contacts{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.postfull .buttons-and-contacts .button-rasyti{grid-column:1;background:var(--clr-primary);color:#fff;border-radius:6px;width:100%;height:4rem;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:var(--fw-bold);text-transform:uppercase;margin-top:1rem;margin-bottom:1rem}.postfull .buttons-and-contacts .button-rasyti:hover{background:#000;cursor:pointer}.postfull .buttons-and-contacts .contacts{display:flex;flex-direction:column-reverse;align-items:center;font-size:16px}.postfull .buttons-and-contacts .contacts .contact-line{font-weight:var(--fw-normal)}.postfull .buttons-and-contacts .contacts .contact-line-bold{font-weight:var(--fw-bold);font-size:20px}}@media screen and (max-width:500px){.postfull__pic_wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.postfull__pic_wrapper .postfull__pic_big{position:relative}.postfull__pic_wrapper img{width:100%;border-top-left-radius:5px;border-top-right-radius:5px}.postfull__pic_wrapper .postfull__pic_list{width:470px}}@media screen and (max-width:560px){.admin-action-button-container{display:flex;flex-direction:column;justify-content:center;column-gap:1rem;row-gap:1rem;margin-top:2rem;margin-bottom:2rem}.admin-action-button-container .admin-action-button a{padding-top:1rem;padding-bottom:1rem}}.image-viewer-modal{height:95vh;width:95vw;background-color:transparent}.image-viewer-modal .image-viewer-wrapper{position:relative;display:flex;height:100%}.image-viewer-modal .image-viewer-wrapper .side-arrow-button-container{width:8%;height:100%;display:flex;justify-content:center;align-items:center}.image-viewer-modal .image-viewer-wrapper .side-arrow-button-container .side-arrow-button{min-width:80%;border-radius:5px;cursor:pointer;color:#fff;transition:.2s}.image-viewer-modal .image-viewer-wrapper .side-arrow-button-container .side-arrow-button:hover{background-color:#4d4d4d}.image-viewer-modal .image-viewer-wrapper .image-container{width:84%;display:flex;justify-content:center}.image-viewer-modal .image-viewer-wrapper .image-container .image-viewer{height:auto;width:100%;object-fit:contain}@media screen and (max-width:768px){.image-viewer-modal{height:95vh;width:100vw;background-color:transparent}.image-viewer-modal .image-viewer-wrapper{position:relative;display:flex;height:100%}.image-viewer-modal .image-viewer-wrapper .side-arrow-button-container{width:8%;height:100%;display:flex;justify-content:center;align-items:center}.image-viewer-modal .image-viewer-wrapper .side-arrow-button-container .side-arrow-button{min-width:100%;border-radius:5px;cursor:pointer;color:#fff;transition:.2s}.image-viewer-modal .image-viewer-wrapper .side-arrow-button-container .side-arrow-button:hover{background-color:#4d4d4d}.image-viewer-modal .image-viewer-wrapper .image-container{width:84%;display:flex;justify-content:center}.image-viewer-modal .image-viewer-wrapper .image-container .image-viewer{height:auto;width:100%;object-fit:contain}}.post-actions{height:5.5rem;display:flex;flex-direction:column;align-items:flex-end}@media(max-width:768px){.post-actions{height:3.5rem;padding:.5rem;flex-direction:row}}.search-body{background-color:#fff;border-radius:0 5px 5px 5px;padding:1.5rem 1.5rem 1.5rem 1rem;margin-bottom:2rem}.search-body .search-body__title{color:#000;font-weight:var(--fw-bold);font-size:1.5rem;margin-bottom:1.5rem;margin-left:.25rem}.search-body .search-body__title span{color:var(--clr-primary)}.search-body .search-body-buttons{display:flex;justify-content:flex-end}.search-body .search-body-buttons .button-clear{color:#c2c2c2;width:230px;height:72px;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:var(--fw-bold);text-transform:uppercase}.search-body .search-body-buttons .button-clear:hover{color:var(--clr-primary);cursor:pointer}.search-body .search-body-buttons .button-do-search{background:var(--clr-primary);color:#fff;border-radius:6px;width:230px;height:72px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:var(--fw-bold);text-transform:uppercase}.search-body .search-body-buttons .button-do-search:hover{background:#000;cursor:pointer}@media screen and (max-width:768px){.search-body .search-body-buttons .button-clear,.search-body .search-body-buttons .button-do-search{font-size:14px;width:150px;height:48px}}.search-body__content{display:grid;margin-bottom:1rem}.search-body__content .search-body-row-1{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1.5rem}.search-body__content .search-body-row-1 .double-select-make-model{grid-column:1/3}.search-body__content .search-body-row-1 .double-select-price{grid-column:3}.search-body__content .search-body-row-1 .double-select-year{grid-column:4}.search-body__content .search-body-row-2{grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.search-body__content .search-body-row-2 .double-select-darbinis-turis{grid-column:1}.search-body__content .search-body-row-2 .double-select-power{grid-column:2}.search-body__content .search-body-row-2 .double-select-odometer{grid-column:3}.search-body__content .search-body-row-3{grid-template-columns:repeat(5,1fr);margin-bottom:1.5rem}.search-body__content .search-body-input input{width:100%}.search-body__content .search-body-row-4,.search-body__content .search-body-row-5{grid-template-columns:repeat(5,1fr);margin-bottom:1.5rem}.search-body__content .search-body-row{display:grid;justify-content:center;grid-gap:1rem}.search-body__content .double-select-wrapper,.search-body__content .double-select-wrapper .double-select,.search-body__content .double-select-wrapper .single-select{width:100%}@media screen and (max-width:768px){.search-body__content .search-body-row-1{grid-template-columns:repeat(1,1fr)}.search-body__content .search-body-row-1 .double-select-make-model,.search-body__content .search-body-row-1 .double-select-price,.search-body__content .search-body-row-1 .double-select-year{grid-column:1}.search-body__content .search-body-row-2{grid-template-columns:repeat(1,1fr);margin-bottom:1.5rem}.search-body__content .search-body-row-2 .double-select-darbinis-turis,.search-body__content .search-body-row-2 .double-select-odometer,.search-body__content .search-body-row-2 .double-select-power{grid-column:1}.search-body__content .single-select{width:100%}.search-body__content .search-body-row-3{grid-template-columns:repeat(1,1fr);margin-bottom:1.5rem}.search-body__content .search-body-row-4,.search-body__content .search-body-row-5{grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}}.extras-block,.item-container{display:grid}.item-container .item-title{text-transform:uppercase;color:var(--clr-post-subtext);font-size:.8rem;margin-bottom:1.5rem}.item-container .item{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center;grid-column-gap:1.2rem;margin-bottom:1.5rem}.content-wrapper .results{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem;grid-gap:1.2rem;gap:1.2rem}.content-wrapper .results .results__left{grid-column:1}.content-wrapper .results .results__main{grid-column:2/5}@media screen and (max-width:768px){.content-wrapper .results{display:grid;grid-template-columns:repeat(1,1fr);margin-bottom:1.5rem}.content-wrapper .results .results__left,.content-wrapper .results .results__main{grid-column:1}}.leftbar{background:var(--clr-background-content);padding:1.5rem 1.5rem 1.5rem 1rem;border-radius:5px;margin-bottom:2rem;margin-left:1.2rem}.leftbar .leftbar__title{color:#171819;font-size:1.5rem;font-weight:var(--fw-bold);margin-left:1.5rem;margin-bottom:2rem}.leftbar .single-select-wrapper{margin-bottom:1rem;margin-left:1rem;width:90%}.leftbar .single-select-wrapper .single-select{width:100%}.leftbar .single-select-wrapper .select-label{text-transform:none}@media screen and (max-width:768px){.leftbar{display:none}}.searchbar{background:var(--clr-background-content);padding:1.5rem 1.5rem 1.5rem 1rem;border-radius:5px;margin-bottom:2rem}.searchbar .searchbar__title{margin-bottom:1rem;font-size:1.5rem;font-weight:var(--fw-bold);color:#171819}.searchbar .searchbar__title span{color:var(--clr-primary)}.searchbar .searchbar-elems{width:100%;margin-bottom:1rem}.searchbar .searchbar-elems .double-select,.searchbar .searchbar-elems .single-select{width:100%}.searchbar .searchbar-elems .searchbar-row{display:grid;justify-content:center;grid-gap:1rem}.searchbar .link-edit-search{position:relative;margin-top:2rem;margin-bottom:1rem}.searchbar .link-edit-search a{text-transform:uppercase;font-size:.8rem;color:#c2c2c2;margin-left:5px;font-weight:var(--fw-bold)}.searchbar .link-edit-search a:hover{color:#000;cursor:pointer}.searchbar .button-do-search{max-width:8rem}@media screen and (max-width:768px){.searchbar{margin-bottom:1rem}.searchbar .button-do-search{max-width:unset;width:100%}}.button-refine-search{padding-left:.5rem;padding-right:.5rem;margin-top:2rem}.searchbar .searchbar-elems .searchbar-row-1{grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.searchbar .searchbar-elems .searchbar-row-1 .double-select-make-model{grid-column:1/3}.searchbar .searchbar-elems .searchbar-row-1 .double-select-price{grid-column:3}.searchbar .searchbar-elems .searchbar-row-1 .double-select-year{grid-column:4}.searchbar .searchbar-elems .searchbar-row-2{grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.searchbar .searchbar-elems .searchbar-row-2 .double-select-darbinis-turis{grid-column:1}.searchbar .searchbar-elems .searchbar-row-2 .double-select-power{grid-column:2}.searchbar .searchbar-elems .searchbar-row-2 .double-select-odometer{grid-column:3}@media screen and (max-width:768px){.searchbar .searchbar-elems .searchbar-row-1{grid-template-columns:repeat(1,1fr);margin-bottom:1.5rem}.searchbar .searchbar-elems .searchbar-row-1 .double-select-make-model,.searchbar .searchbar-elems .searchbar-row-1 .double-select-price,.searchbar .searchbar-elems .searchbar-row-1 .double-select-year{grid-column:1}.searchbar .searchbar-elems .searchbar-row-2{grid-template-columns:repeat(1,1fr);margin-bottom:1.5rem}.searchbar .searchbar-elems .searchbar-row-2 .double-select-darbinis-turis,.searchbar .searchbar-elems .searchbar-row-2 .double-select-odometer,.searchbar .searchbar-elems .searchbar-row-2 .double-select-power{grid-column:1}}@media screen and (max-width:560px){.posts-navbar{display:flex;flex-direction:column;margin-top:1rem;margin-bottom:2rem;row-gap:10px;padding-left:0;padding-right:0}}.profile-top-info{background:#fff;padding:1rem 1.5rem 1.5rem 1rem;border-radius:5px;margin-bottom:2rem;display:block;min-width:740px}.profile-top-info .profile-top-info__topline{display:grid;grid-template-columns:1fr 1fr;align-content:center;margin-bottom:3rem}.profile-top-info .profile-top-info__topline .profile-top-info__topline__title{grid-column:1;font-size:1.5rem;font-weight:var(--fw-bold);color:#171819}.profile-top-info .profile-top-info__topline .profile-top-info__topline__logout{grid-column:2;justify-self:end;align-self:center;font-size:.875rem;text-transform:uppercase;text-decoration:none;color:#c2c2c2;font-weight:var(--fw-bold)}.profile-top-info .profile-top-info__topline .profile-top-info__topline__logout:hover{text-decoration:underline}.profile-top-info .profile-top-info__body{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;margin-left:1rem;margin-right:1rem;justify-items:center;text-align:center}@media screen and (max-width:860px){.profile-top-info{min-width:640px}}@media screen and (max-width:760px){.profile-top-info{min-width:240px}.profile-top-info .profile-top-info__topline{margin-bottom:0}.profile-top-info .profile-top-info__body{margin-left:0;margin-right:0;grid-template-columns:repeat(2,1fr);grid-auto-flow:unset}}@media screen and (max-width:420px){.profile-top-info{padding:.5rem 1rem 1rem .5rem}}.profile-top-info__column{padding-left:4px;padding-right:4px;justify-content:center;align-items:center}.profile-top-info__column .profile-top-info__body__row1{font-size:2.1875rem;padding-bottom:2rem;height:4rem}.profile-top-info__column .profile-top-info__body__row2{font-size:1.125rem;height:3rem}.profile-top-info__column .profile-top-info__body__row3{font-size:.75rem;display:flex;justify-content:center;align-items:center;height:2.5rem;padding-bottom:.5rem}.profile-top-info__column .profile-top-info__body__row4{display:grid;justify-content:center;align-items:center}.profile-top-info__column .profile-top-info__body__row4 .profile-top-info__button{text-decoration:none;text-transform:uppercase;font-size:.875rem;font-weight:var(--fw-bold);width:188px;height:35px;border-radius:5px;color:#fff;background:#171819;display:flex;justify-content:center;align-items:center}.profile-top-info__column .profile-top-info__body__row4{background:none}.profile-top-info__column .profile-top-info__button.button-primary{background:var(--clr-primary)}.profile-top-info__column .profile-top-info__button.button-disabled{cursor:not-allowed;background-color:#d6d6d6}@media screen and (max-width:860px){.profile-top-info__column .profile-top-info__body__row1{font-size:2.1875rem;padding-bottom:2rem;height:3rem}.profile-top-info__column .profile-top-info__body__row4 .profile-top-info__button{width:148px}}@media screen and (max-width:760px){.profile-top-info__column{margin-top:1rem}.profile-top-info__column .profile-top-info__body__row1{font-size:2.1875rem;height:3rem}.profile-top-info__column .profile-top-info__body__row2{height:3rem}.profile-top-info__column .profile-top-info__body__row3{font-size:.75rem;display:flex;justify-content:center;align-items:center;height:1.5rem;margin-top:.2rem;margin-bottom:.2rem}.profile-top-info__column .profile-top-info__body__row4 .profile-top-info__button{margin-top:.3rem;width:148px}.profile-top-info__column1 .profile-top-info__body__row3,.profile-top-info__column2 .profile-top-info__body__row3{display:none}.profile-top-info__column1 .profile-top-info__body__row2,.profile-top-info__column2 .profile-top-info__body__row2{height:1.5rem}}@media screen and (max-width:420px){.profile-top-info__column .profile-top-info__body__row4 .profile-top-info__button{font-size:.725rem;font-weight:var(--fw-bold);width:120px;height:35px}}.posts-navbar{display:flex;margin-top:1rem;margin-bottom:2rem;column-gap:20px;padding-left:20px;padding-right:20px}@media screen and (max-width:560px){.posts-navbar{display:flex;flex-direction:column;margin-top:1rem;margin-bottom:2rem;row-gap:10px}}.admin-top-info{background:#fff;padding:1rem 1.5rem 1.5rem 1rem;border-radius:5px;margin-bottom:2rem;display:block;min-width:740px}.admin-top-info .admin-top-info__topline{display:grid;grid-template-columns:1fr 1fr;align-content:center;margin-bottom:3rem}.admin-top-info .admin-top-info__topline .admin-top-info__topline__title{grid-column:1;font-size:1.5rem;font-weight:var(--fw-bold);color:#171819}.admin-top-info .admin-top-info__topline .admin-top-info__topline__logout{grid-column:2;justify-self:end;align-self:center;font-size:.875rem;text-transform:uppercase;text-decoration:none;color:#c2c2c2;font-weight:var(--fw-bold)}.admin-top-info .admin-top-info__topline .admin-top-info__topline__logout:hover{text-decoration:underline}.admin-top-info .admin-top-info__body{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;margin-left:1rem;margin-right:1rem;justify-items:center;text-align:center}@media screen and (max-width:860px){.admin-top-info{min-width:640px}}@media screen and (max-width:760px){.admin-top-info{min-width:240px}.admin-top-info .admin-top-info__topline{margin-bottom:0}.admin-top-info .admin-top-info__body{margin-left:0;margin-right:0;grid-template-columns:repeat(2,1fr);grid-auto-flow:unset}}@media screen and (max-width:420px){.admin-top-info{padding:.5rem 1rem 1rem .5rem}}.create-post{background:#fff;border-radius:0 5px 5px 5px;padding:1.5rem 1.5rem 1.5rem 1rem}.create-post .create-post__title{color:#000;font-weight:var(--fw-bold);font-size:1.5rem;margin-bottom:1.5rem;margin-left:.25rem}.create-post .create-post__title span{color:var(--clr-primary)}.create-post .create-post-buttons{display:flex;justify-content:flex-end}.create-post .create-post-buttons .button-clear{color:#c2c2c2;width:230px;height:72px;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:var(--fw-bold);text-transform:uppercase}.create-post .create-post-buttons .button-clear:hover{color:var(--clr-primary);cursor:pointer}.create-post .create-post-buttons .button-submit{background:var(--clr-primary);color:#fff;border-radius:6px;width:230px;height:72px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:var(--fw-bold);text-transform:uppercase}.create-post .create-post-buttons .button-submit:hover{background:#000;cursor:pointer}.create-post .create-post-body__subtitle{color:#000;font-weight:var(--fw-middle);font-size:1.125rem;margin-top:1.5rem;margin-bottom:1.5rem}.create-post .create-post-error{color:red;margin-bottom:3rem;font-size:1rem;display:none}@media screen and (max-width:768px){.create-post{border-radius:0 5px 5px 5px;padding:1.5rem 1.5rem 1.5rem 1rem}.create-post .create-post-error{display:flex}.create-post .create-post-buttons{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center}.create-post .create-post-buttons .button-clear,.create-post .create-post-buttons .button-submit{font-size:14px;height:50px;width:60%;min-width:140px}.create-post-body__subtitle{color:#000;font-weight:var(--fw-middle);border-top:1px solid var(--clr-gray--border);border-bottom:1px solid var(--clr-gray--border);font-size:1.125rem;height:4rem;align-items:center;display:flex;justify-content:space-between}}.create-post-body{display:grid;margin-bottom:1rem}.create-post-body .single-select{width:100%}.create-post-body .create-post-body__row-1{grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.create-post-body .create-post-body__row-1 .double-select-make-model{grid-column:1/3}.create-post-body .create-post-body__row-1 .double-select-price{grid-column:3}.create-post-body .create-post-body__row-1 .double-select-country-city{grid-column:3/5}.create-post-body .create-post-body__row-1 .create-post-hide-block{display:none}.create-post-body .create-post-body__row-2{grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.create-post-body .create-post-body__row-2 .double-select-darbinis-turis{grid-column:1}.create-post-body .create-post-body__row-2 .double-select-power{grid-column:2}.create-post-body .create-post-body__row-2 .double-select-odometer{grid-column:3}.create-post-body .create-post-body__row-2 .double-select-year{grid-column:4}.create-post-body .create-post-body__row-3{grid-template-columns:repeat(5,1fr);margin-bottom:1.5rem}.create-post-body .search-body-input input{width:100%}.create-post-body .create-post-body__row-4{grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.create-post-body .create-post-body__row-5{grid-template-columns:repeat(5,1fr);margin-bottom:1.5rem}.create-post-body .create-post-body__row{display:grid;justify-content:center;grid-gap:1rem}.create-post-body .double-select-wrapper,.create-post-body .double-select-wrapper .double-select,.create-post-body .double-select-wrapper .single-select{width:100%}.padding-vertical{padding-top:1rem;padding-bottom:1rem}@media screen and (max-width:768px){.create-post-body{display:grid}.create-post-body .single-select{width:100%}.create-post-body .create-post-body__row-1{grid-template-columns:repeat(2,1fr)}.create-post-body .create-post-body__row-1 .double-select-make-model{grid-column:1/3;margin-bottom:8px}.create-post-body .create-post-body__row-1 .single-select-fuel{grid-column:2}.create-post-body .create-post-body__row-1 .double-select-country-city{grid-column:1/3}.create-post-body .create-post-body__row-2,.create-post-body .create-post-body__row-3{grid-template-columns:repeat(2,1fr)}}.hide-block{display:none}@media screen and (min-width:768px)and (max-width:940px){.create-post-body{display:grid}.create-post-body .single-select{width:100%}.create-post-body .create-post-body__row-3{grid-template-columns:repeat(3,1fr)}.create-post-body .create-post-body__row-3 .double-select-make-model{grid-column:1/3;margin-bottom:8px}}@media screen and (min-width:940px)and (max-width:1280px){.create-post-body{display:grid}.create-post-body .single-select{width:100%}.create-post-body .create-post-body__row-3{grid-template-columns:repeat(3,1fr)}.create-post-body .create-post-body__row-3 .double-select-make-model{grid-column:1/3;margin-bottom:8px}}.title{margin:5rem 0;text-align:left;color:var(--clr-dark-grey)}.saved-post{display:flex;position:relative;height:10.75rem;margin-bottom:1.5rem;background-color:var(--clr-background-content);border-radius:.25rem;border:.5px solid var(--clr-background-body);overflow:hidden}.saved-post .post-img{height:100%;min-width:14.25rem}.saved-post .post-content{margin:1.5rem;display:grid;grid-template-columns:auto auto;justify-content:space-between;width:100%}.saved-post .post-content .post-details{font-size:1rem;font-weight:var(--fw-bold);color:var(--clr-post-black)}.saved-post .post-content .post-details .post-subinfo{margin-top:.5rem;font-size:.75rem;font-weight:var(--fw-normal);color:var(--clr-post-subtext);text-transform:uppercase;margin-bottom:4rem}.post-new-tag{background-color:var(--clr-primary);color:#fff;text-transform:uppercase;align-items:top;font-size:.75em;padding:5px 10px;position:absolute;top:0;left:0;margin:10px;border-radius:3px}@media screen and (max-width:432px){.saved-post .post-content{display:flex;flex-direction:column;margin:.5rem}.saved-post .post-content .post-details{font-size:.75rem}.saved-post .post-content .post-details .post-subinfo{font-size:.65rem}}@media screen and (max-width:768px){.saved-post .post-content{display:flex;flex-direction:column;margin:1rem}.saved-post .post-content .post-details .post-subinfo{margin-bottom:.5rem}}.favorite{cursor:pointer;display:flex;align-items:center;justify-content:flex-end;background:none;border:none;font-size:.8rem;text-transform:uppercase;margin-left:auto}.favorite-heart{display:flex;color:var(--clr-primary)}.favorite-heart-background{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem}.favorite-heart-unselected,.favorite-text{color:var(--clr-dark-grey)}.favorite-text{margin:.25rem 0 .25rem .5rem;font-weight:var(--fw-bold)}@media screen and (max-width:432px){.favorite{font-size:.65rem}}.about-us{background-color:#fff;padding:4rem;border-radius:5px;text-align:justify}@media screen and (max-width:768px){.about-us{padding:2rem 1.5rem}}.terms{background-color:#fff;padding:4rem;border-radius:5px}@media screen and (max-width:768px){.terms{padding:2rem 1.5rem}}.not-found{width:100%;height:50vh;display:flex;justify-content:center;align-items:center}.promote-wrapper .top-section{display:flex;margin-bottom:3rem}.promote-wrapper .promotion-body{margin-top:20px}.promote-wrapper .promote-button{background-color:#fff;padding:20px}@media screen and (max-width:768px){.top-section{flex-direction:column}}.post-stats-wrapper{background-color:#fff;padding:34px 40px;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto;border-radius:5px}.post-stats-wrapper .promote-title-desktop,.post-stats-wrapper .promote-title-mobile{font-size:1.5rem;font-weight:var(--fw-bold);color:#000;margin-bottom:1rem;grid-column:1/3}.post-stats-wrapper .promote-title-mobile{font-size:1.25rem;padding:20px 20px 0;margin:0;display:none}.post-stats-wrapper .post-stats{display:flex;border:2px solid #ececec;border-radius:5px;overflow:hidden;width:100%}.post-stats-wrapper .post-stats .post-stats-list{width:60%;line-height:1.8;font-size:.75rem;padding:20px}.post-stats-wrapper .post-stats .post-stats-list li{margin-bottom:.5rem}.post-stats-wrapper .post-stats .post-stats-list li span.bold{font-weight:var(--fw-bold)}.post-stats-wrapper .post-stats .post-stats-list li span.grey{line-height:1;color:#c2c2c2}.post-stats-wrapper .post-stats .post-stats-list :nth-child(4){margin-bottom:0}.post-stats-wrapper .post-stats-image{display:flex;width:40%}.post-stats-wrapper .wallet-status{background:#fafafa;border:2px solid #ececec;border-radius:5px;text-align:center;margin-left:1rem;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:20px;margin-top:0}.post-stats-wrapper .wallet-status .wallet-status-amount{font-size:35px;line-height:35px;color:#000;display:flex;align-items:flex-end;justify-content:center}.post-stats-wrapper .wallet-status .wallet-status-label{font-size:14px;margin-top:.2rem;max-width:250px}.post-stats-wrapper .wallet-status .wallet-status-button{width:100%;margin-top:.5rem;max-width:200px}.post-stats-wrapper .wallet-status .wallet-status-button .button-wrapper{margin:0 auto}@media screen and (max-width:768px){.post-stats-wrapper{padding:15px}.post-stats-wrapper .post-stats{grid-column:1/3}.post-stats-wrapper .wallet-status{grid-column:1/3;margin:15px 0 0;width:100%}}@media screen and (max-width:468px){.post-stats-wrapper{padding:0 0 20px}.post-stats-wrapper .post-stats{border:none;flex-direction:column}.post-stats-wrapper .post-stats .post-stats-list{width:100%}.post-stats-wrapper .wallet-status{margin:auto;width:-o-calc(100% - 40px);width:calc(100% - 40px)}.post-stats-wrapper .promote-title-desktop,.post-stats-wrapper .promote-title-mobile{display:none}.post-stats-wrapper .promote-title-mobile{display:flex}.post-stats-wrapper .post-stats-image{width:100%;height:200px;display:flex;flex-grow:1}}.promotion-list-wrapper{background-color:#fff;padding:40px}.promotion-list-wrapper .promotion-list{display:flex;flex-direction:column;box-sizing:border-box;border:2px solid #eaeaea;border-radius:5px 5px 0 5px}.promotion-list-wrapper .promotion-list .promotion-list-item{border-bottom:2px solid #eaeaea;display:grid;grid-template-columns:auto auto 250px 100px;grid-template-rows:100%;grid-template-areas:"checkbox text select value"}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-checkbox{grid-area:checkbox;display:flex;align-items:center;justify-content:center;padding:10px}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-select{padding:10px;display:flex;justify-content:flex-end;grid-area:select}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-select .promotion-select-stars{display:flex;align-items:center;font-size:14px}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-select .promotion-select-stars .single-select select{height:25px}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-select .promotion-select-days{display:flex;align-items:center;font-size:14px}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-select .promotion-select-days .single-select select{height:25px}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-text-container{padding:10px;grid-area:text}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-text-container .promotion-title{font-weight:var(--fw-middle);font-size:18px;text-transform:uppercase;margin-bottom:10px}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-text-container .promotion-title .promotion-title-checkbox{display:flex;align-items:center}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-text-container .promotion-title .promotion-title-checkbox span{display:flex;align-items:center;flex-wrap:wrap}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-text-container .promotion-title .promotion-title-checkbox span a{padding:0 10px}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-text-container .promotion-title .promotion-opportunity-label{font-weight:var(--fw-normal);font-size:12px;display:flex;border:1px solid #c2c2c2;border-radius:6px;padding:.3rem .5rem;text-transform:none}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-text-container .promotion-title .promotion-opportunity-label span.bold{font-weight:var(--fw-middle)}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-text-container .promotion-text-explaination{font-size:12px;color:#c2c2c2}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-value{grid-area:value;background-color:#fafafa;padding:10px;display:flex;align-items:center;justify-content:center;font-weight:700;border-left:2px solid #eaeaea}.promotion-list-wrapper .promotion-list .remove-border{border-bottom:none}.promotion-list-wrapper .promotion-list .single-select-wrapper{width:80px}.promotion-list-wrapper .promotion-list .single-select-wrapper .single-select select{font-size:12px}.promotion-list-wrapper .promotion-list .promotion-checkbox-mobile{display:none}.promotion-list-wrapper .promotion-total{width:100%;display:flex;align-items:center;justify-content:flex-end}.promotion-list-wrapper .promotion-total .promotion-total-text{display:none;align-items:start;justify-content:start;padding:0 20px}.promotion-list-wrapper .promotion-total .promotion-total-value{display:flex;align-items:center;justify-content:center;padding:20px 10px;font-weight:700;border-left:2px solid #eaeaea;border-right:2px solid #eaeaea;border-bottom:2px solid #eaeaea;background-color:#fafafa;width:102px}.promotion-list-wrapper .promotion-footer{margin-top:25px;align-items:flex-end;display:flex;flex-direction:column}.promotion-list-wrapper .promotion-footer span{margin-bottom:15px}.promotion-list-wrapper .promotion-footer .propmotion-no-stars{color:#ed5733;margin-right:5px;font-size:14px}.promotion-list-wrapper .promotion-footer .propmotion-buy-stars{font-size:14px;text-decoration:underline!important;cursor:pointer}.promotion-list-wrapper .promotion-footer .promotion-button a{height:72px;padding:0;font-size:24px;line-height:29px;width:230px}.disabled{filter:grascale(100%) opacity(40%)}.tool-tip{background-color:#fff!important;opacity:100%!important;box-shadow:0 8px 24px hsla(210,8%,62%,.2);max-width:300px;padding:15px!important}.tool-tip .info-text{font-family:Roboto;font-style:normal;font-weight:300;font-size:12px;line-height:18px;text-transform:none;margin-top:10px}@media screen and (max-width:900px){.promotion-list-wrapper{padding:0;border:none;background-color:transparent}.promotion-list-wrapper .promotion-list{border:none}.promotion-list-wrapper .promotion-list .promotion-value{border-top:2px solid #eaeaea;width:100px}.promotion-list-wrapper .promotion-list .promotion-list-item{grid-template-columns:auto 100px;grid-template-rows:auto auto;grid-template-areas:"text text" "select value";border-radius:5px;overflow:hidden;border:2px solid #eaeaea;margin-bottom:20px;background-color:#fff}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-checkbox{display:none}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-select{border-top:2px solid #eaeaea;display:flex;justify-content:flex-end}.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-select .promotion-select-days,.promotion-list-wrapper .promotion-list .promotion-list-item .promotion-select .promotion-select-stars{display:flex;flex-direction:column;width:50%}.promotion-list-wrapper .promotion-list .promotion-checkbox-mobile{display:flex;padding:10px}.promotion-list-wrapper .promotion-total{background-color:#fff;border:2px solid #eaeaea;border-radius:5px 5px 0 0}.promotion-list-wrapper .promotion-total .promotion-total-text{display:flex;width:100px;height:100%}.promotion-list-wrapper .promotion-total .promotion-total-value{border-right:none;border-bottom:none}.promotion-list-wrapper .promotion-footer{margin-top:0;display:flex;justify-content:center;background-color:#fff;padding:20px;border:2px solid #eaeaea;border-top:none;border-radius:0 0 5px 5px}.promotion-list-wrapper .promotion-footer span{display:flex;width:100%;justify-content:center}.promotion-list-wrapper .promotion-footer .promotion-button{width:100%}.promotion-list-wrapper .promotion-footer .promotion-button a{height:48px;padding:0;font-size:14px;line-height:20px;width:100%}}