/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.footer{background-color:#1b508f}.footer,.footer a{color:#fff}.footer a:hover{color:#ed1b24}.footer .container{gap:40px}.footer .footer__row{display:flex;flex-wrap:wrap;gap:24px 40px}@media(min-width:992px){.footer .footer__row{gap:40px}}.footer__col{width:100%}@media(min-width:576px){.footer__col{width:calc(50% - 20px)}}@media(min-width:992px){.footer__col{width:calc(25% - 30px)}}.footer__col--active .footer__col__opener:after{transform:rotate(180deg)}.footer__col--active .footer__col__content{display:flex}.footer__col__content{display:none;flex-direction:column}@media(min-width:576px){.footer__col__content{display:flex}}.footer__col__opener{align-items:center;cursor:pointer;display:flex;justify-content:space-between;width:100%}@media(min-width:576px){.footer__col__opener{cursor:default}}.footer__col__opener:after{background-image:url(/webpack/public/build/images/arrow-down-white.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:10px;min-width:16px;width:16px}@media(min-width:576px){.footer__col__opener:after{display:none}}.footer__social{display:flex;height:32px;width:32px}@media(min-width:576px){.footer__social{height:40px;width:40px}}.footer__social img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer form{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.footer form input{border:none;border-radius:8px;font-size:14px;height:48px;line-height:1.75;padding:12px 56px 12px 12px;width:100%}.footer form input::-moz-placeholder{opacity:.5}.footer form input::placeholder{opacity:.5}.footer form button{align-items:center;background-color:#ed1b24;border:none;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:8px;transition:.1s ease;width:32px}.footer form button:hover{background-color:#0f202d}.footer form button img{height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.footer__line{background-color:#fff;height:1px;width:100%}.footer__bottom{align-items:flex-start;display:flex;gap:40px;justify-content:space-between}.footer__bottom__logo{display:flex;height:40px;min-height:40px;min-width:-moz-fit-content;min-width:fit-content;width:auto}.footer__bottom__logo img{height:100%;width:100%}.footer__bottom>div{max-width:493px}.footer__delivery-logo{background-color:#fff;border-radius:4px;padding:10px 12px}.footer__delivery-logo img{height:24px;max-width:80px;-o-object-fit:contain;object-fit:contain;width:auto}.text-blue{color:#1b508f}.bg-babyblue{background-color:#d1ebff}.text-red{color:#ed1b24}.text-white{color:#fff}.text-gold{color:#9b8e1c}.text-darkgreen{color:#22a800}.text-gray{color:#878787}.bg-lightgray{background-color:#f8f8f8}.d-flex{display:flex!important}.d-none{display:none!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.w-100{width:100%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.flex-column,.flex-column-align-center,.flex-column-align-start,.flex-column-justify-center{flex-direction:column!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.mt-2{margin-top:.5rem!important}.mb-4{margin-bottom:1.5rem!important}.p-2{padding:.5rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-6{gap:2.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.text-center{text-align:center!important}.text-decoration-line-through{text-decoration:line-through!important}.text-uppercase{text-transform:uppercase!important}.text-nowrap{white-space:nowrap!important}.text-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-red{--bs-text-opacity:1;color:rgba(var(--bs-red-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-gold{--bs-text-opacity:1;color:rgba(var(--bs-gold-rgb),var(--bs-text-opacity))!important}.text-darkgreen{--bs-text-opacity:1;color:rgba(var(--bs-darkgreen-rgb),var(--bs-text-opacity))!important}.text-gray{--bs-text-opacity:1;color:rgba(var(--bs-gray-rgb),var(--bs-text-opacity))!important}.bg-babyblue{--bs-bg-opacity:1;background-color:rgba(var(--bs-babyblue-rgb),var(--bs-bg-opacity))!important}.bg-lightgray{--bs-bg-opacity:1;background-color:rgba(var(--bs-lightgray-rgb),var(--bs-bg-opacity))!important}.rounded{border-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:768px){.d-md-flex{display:flex!important}.flex-md-row{flex-direction:row!important}.flex-md-nowrap{flex-wrap:nowrap!important}.align-items-md-center{align-items:center!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-9{gap:4rem!important}}@media(min-width:992px){.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}.d-lg-none{display:none!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.justify-content-lg-between{justify-content:space-between!important}}@media(min-width:1200px){.d-xl-flex{display:flex!important}}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-blue:#1b508f;--bs-lightblue:#0d74ce;--bs-babyblue:#d1ebff;--bs-grayblue:#edf0f8;--bs-red:#ed1b24;--bs-lightred:#e7191f;--bs-darkred:#eb0000;--bs-grayred:#fff0f0;--bs-white:#fff;--bs-black:#0f202d;--bs-border:#ebebeb;--bs-gold:#9b8e1c;--bs-green:#16a571;--bs-darkgreen:#22a800;--bs-gray:#878787;--bs-lightgray:#f8f8f8;--bs-darkgray:#e3e3e3;--bs-overlay:#000;--bs-blue-rgb:27,80,143;--bs-lightblue-rgb:13,116,206;--bs-babyblue-rgb:209,235,255;--bs-grayblue-rgb:237,240,248;--bs-red-rgb:237,27,36;--bs-lightred-rgb:231,25,31;--bs-darkred-rgb:235,0,0;--bs-grayred-rgb:255,240,240;--bs-black-rgb:15,32,45;--bs-border-rgb:235,235,235;--bs-gold-rgb:155,142,28;--bs-green-rgb:22,165,113;--bs-darkgreen-rgb:34,168,0;--bs-gray-rgb:135,135,135;--bs-lightgray-rgb:248,248,248;--bs-darkgray-rgb:227,227,227;--bs-overlay-rgb:0,0,0;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:4px;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13,110,253,.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}*{box-sizing:border-box;margin:0;outline:none;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}@media(max-width:991.98px){html{scroll-padding-top:160px}}body{color:#0f202d;font-family:Poppins,sans-serif;font-size:14px;height:100%;line-height:1.75;margin:0;max-width:100%;overflow:hidden visible;position:relative;width:100%}body.no-scroll{overflow:hidden}img{pointer-events:none}a{color:#0f202d;text-decoration:none;transition:.1s ease}.container{margin:0 auto;max-width:1440px;padding:0 64px;position:relative;width:100%}@media(max-width:991.98px){.container{padding:0 32px}}@media(max-width:767.98px){.container{padding:0 16px}}ul{padding-left:18px}a,h1,h2,h3,h4,p{margin:0}a:hover{color:#1b508f}.shop{overflow:hidden;padding:40px 0}.page_articles a{color:#1b508f}.page_articles a:hover{color:#ed1b24}.row{margin-left:0!important;margin-right:0!important}.flex-column,.flex-column-align-center,.flex-column-align-start,.flex-column-justify-center{display:flex;flex-direction:column}.flex-column-justify-center{justify-content:center}.flex-column-align-start{align-items:flex-start}.flex-column-align-center{align-items:center}.flex,.flex-align-center,.flex-align-end,.flex-align-start,.flex-justify-center{display:flex}.flex-justify-center{justify-content:center}.flex-align-start{align-items:flex-start}.flex-align-center{align-items:center}.flex-align-end{align-items:flex-end}.pointer{cursor:pointer}.default{cursor:default}img{display:block;height:auto;max-width:100%}.spacing--first{padding:80px 0 40px}.spacing--next{padding:40px 0}.spacing--last{padding:40px 0 80px}.spacing--single{padding:80px 0}.spacing--footer{padding:40px 0}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/webpack/public/build/5a6c15af2151cfa27e76.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(/webpack/public/build/a19883c1cd77faacd63d.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(/webpack/public/build/810728e0001e1f7c0a71.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(/webpack/public/build/b138d0279be06a607215.woff2) format("woff2")}.h1,h1{font-size:32px;font-weight:600;line-height:1.5}@media(max-width:767.98px){.h1,h1{font-size:28px;line-height:1.5}}.h2,h2{font-size:24px;font-weight:600;line-height:1.5}.fs-21{font-size:21px}.fs-18,.fs-21{line-height:1.75}.fs-18{font-size:18px}.fs-16{font-size:16px;line-height:1.75}input,textarea{font-family:Poppins,sans-serif}.header{background-color:#fff;box-shadow:0 0 48px 0 rgba(0,0,0,.1);position:relative;z-index:997}.header__icons,.header__icons__inner{gap:16px}@media(max-width:991.98px){.header__icons,.header__icons__inner{gap:24px}}@media(max-width:575.98px){.header__icons,.header__icons__inner{gap:16px}}.header--top{background-color:#1b508f;color:#fff;padding:10px 0}.header--top a{color:#fff;font-weight:500}.header--top a:hover{color:#fff}.header__logo{display:flex;height:72px;min-width:-moz-fit-content;min-width:fit-content;width:auto}@media(max-width:991.98px){.header__logo{height:64px}}@media(max-width:575.98px){.header__logo{height:56px}}.header__logo img{height:100%;width:100%}.header__search{align-items:center;border-radius:8px;box-shadow:0 0 48px 0 rgba(0,0,0,.1);display:flex;justify-content:flex-end;max-width:560px;padding:8px 16px;width:100%}@media(max-width:991.98px){.header__search{max-width:unset}}.header__search input{border:none;font-size:14px;height:40px;line-height:1.75;padding-right:56px;width:100%}.header__search input::-moz-placeholder{opacity:.5}.header__search input::placeholder{opacity:.5}.header--main{border-bottom:1px solid #ebebeb;padding:12px 0}.header__account{cursor:pointer;padding:8px 0}.header__account__wrapper:hover .header__my-account{display:flex}@media(max-width:991.98px){.header__account__wrapper:hover .header__my-account{display:none}}.header__account__icon{align-items:center;background-color:#1b508f;border-radius:100%;display:flex;justify-content:center;padding:12px;position:relative}.header__account__icon svg{height:16px;width:16px}.header__account__level{font-size:12px;line-height:1.75}.header__account__user.logged-in:after{background-image:url(/webpack/public/build/images/arrow-down.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;height:10px;min-width:16px;width:16px}.header__account__user__txt{font-size:14px;line-height:1.5;white-space:nowrap}.header__account__user__inner{gap:2px}.header__icon{display:flex;height:28px;position:relative;width:28px}.header__icon--cart{display:flex;padding:16px 8px;position:relative}@media(max-width:991.98px){.header__icon--cart{padding:0}}.header__icon--cart__number{align-items:center;background-color:#ed1b24;border:1px solid #fff;border-radius:100%;color:#fff;display:flex;font-size:12px;height:20px;justify-content:center;line-height:1;min-width:20px;padding:2px 4px;position:absolute;right:-8px;top:-8px;width:-moz-fit-content;width:fit-content}.header__icon--cart svg{height:100%;width:100%}.header--bottom{padding:0}@media(max-width:991.98px){.header--bottom{padding:12px 0}}.header--bottom .header__menu__toggle{background-color:#1b508f;border-radius:8px;padding:8px}.header--bottom .header__menu__toggle svg{height:24px;width:24px}.header__categories{background-color:#fff;border:1px solid #ebebeb;display:none;height:468px;position:absolute;width:calc(100% - 128px)}.header__categories--visible{display:flex}.header__categories__wrapper{padding:12px 0}.header__categories__wrapper--active .header__categories__box__title:after{transform:rotate(180deg)}.header__categories__scroll{border-right:1px solid #ebebeb;height:100%;padding:16px 16px 16px 0;width:30%}.header__categories__scroll__inner{height:100%;overflow-y:auto;padding:0 16px}.header__categories__scroll__inner::-webkit-scrollbar{-webkit-appearance:none;width:6px}.header__categories__scroll__inner::-webkit-scrollbar-track{background-color:#ebebeb;border-radius:4px}.header__categories__scroll__inner::-webkit-scrollbar-thumb{background-color:#1b508f;border-radius:4px}.header__categories__scroll a{border-bottom:1px solid #ebebeb;font-weight:500;padding:16px 8px;text-transform:uppercase;transition:.1s ease}.header__categories__scroll a:hover{color:inherit}.header__categories__scroll a.active{background-color:rgba(27,80,143,.05);color:#ed1b24}.header__categories__scroll a:first-child{border-top:1px solid #ebebeb}.header__categories__list{height:100%;padding:16px 16px 16px 0;width:70%}.header__categories__list__inner{display:none;flex-wrap:wrap;gap:24px;height:-moz-fit-content;height:fit-content;max-height:100%;overflow-y:scroll;padding:0 16px;width:100%}.header__categories__list__inner.active{display:flex}.header__categories__list__inner::-webkit-scrollbar{-webkit-appearance:none;width:6px}.header__categories__list__inner::-webkit-scrollbar-track{background-color:#ebebeb;border-radius:4px}.header__categories__list__inner::-webkit-scrollbar-thumb{background-color:#1b508f;border-radius:4px}.header__categories__list img{height:48px;min-width:48px;-o-object-fit:contain;object-fit:contain;width:48px}.header__categories__list__title{font-size:18px;line-height:1.75}.header__categories__list__col{gap:12px;width:calc(33.33333% - 16px)}.header__categories__list__col__title{min-height:64px}.header__categories__box{background-color:#1b508f;border-radius:8px;color:#fff;padding:14px 16px;width:280px}.header__categories__box>div{background-image:url(/webpack/public/build/images/kategorie.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:16px;min-width:16px;width:16px}.header__categories__box span{align-items:center;display:flex;font-size:16px;font-weight:500;gap:8px;justify-content:space-between;line-height:1.75;width:100%}.header__categories__box span:after{background-image:url(/webpack/public/build/images/arrow-down-white.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:10px;min-width:16px;width:16px}.header__my-account{background-color:#fff;border-radius:8px;box-shadow:0 0 48px 0 rgba(0,0,0,.1);display:none;padding:16px;position:absolute;right:0;width:520px;z-index:1}.header__my-account:hover{display:flex}@media(max-width:991.98px){.header__my-account:hover{display:none}}.header__my-account__title{font-size:18px;font-weight:500;line-height:1.75}.header__my-account__line{background-color:#ebebeb;height:1px;width:100%}.header__my-account__link{align-items:center;display:flex;gap:8px;white-space:nowrap}.header__my-account__link:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:24px;min-width:24px;width:24px}.header__my-account__link--orders:before{background-image:url(/webpack/public/build/images/orders.svg)}.header__my-account__link--profile:before{background-image:url(/webpack/public/build/images/settings.svg)}.header__my-account__link--discount:before{background-image:url(/webpack/public/build/images/discount.svg)}.header__my-account__link--individual:before{background-image:url(/webpack/public/build/images/money-tick.svg)}.header__my-account__link--form:before{background-image:url(/webpack/public/build/images/subtitle.svg)}.header__my-account__link--logout:before{background-image:url(/webpack/public/build/images/logout.svg)}.header__my-account__info{background-color:#ebebeb;border-radius:8px;padding:16px}.header__my-account__profile__icon{align-items:center;background-color:#1b508f;border-radius:100%;display:flex;justify-content:center;padding:12px;position:relative}.header__my-account__profile__icon svg{height:16px;width:16px}.header__my-account__profile__mail{font-size:12px;line-height:1.75}.header__my-account__profile__level{align-items:center;border:1px solid #16a571;border-radius:24px;color:#16a571;display:flex;font-weight:500;justify-content:center;padding:4px 24px}.header__cart{background-color:#fff;border-radius:8px;box-shadow:0 0 48px 0 rgba(0,0,0,.1);display:none;padding:16px;position:absolute;right:0;width:520px;z-index:1}.header__cart:hover{display:flex}@media(max-width:991.98px){.header__cart:hover{display:none}}.header__cart__wrapper:hover .header__cart{display:flex}@media(max-width:991.98px){.header__cart__wrapper:hover .header__cart{display:none}}.header__cart__title{font-size:18px;font-weight:500;line-height:1.75}.header__cart__subtitle{font-size:16px;font-weight:500;line-height:1.75}.header__cart img{height:48px;min-width:48px;-o-object-fit:contain;object-fit:contain;width:48px}.header__cart__remove{cursor:pointer}.header--scroll{left:0;position:fixed;top:0;transform:translateY(-100%);transition:transform .3s ease-in-out;width:100%;z-index:998}.header--scroll.header--visible{transform:translateY(0)}.header--scroll .header--main{padding:0}@media(max-width:991.98px){.header--scroll .header--main{padding:12px 0}}.header-overlay{background-color:rgba(0,0,0,.5);display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:996}.header-overlay--active{display:flex}.mobile-menu{background-color:#fff;display:none;height:100%;left:0;max-height:100vh;min-height:100vh;position:fixed;top:0;width:100%;z-index:99999999}.mobile-menu.active{display:flex}.mobile-menu .container{height:calc(100% - 62px)}.mobile-menu__top{border-bottom:1px solid #ebebeb;padding:16px 0}.mobile-menu__top svg{height:24px;width:24px}.mobile-menu__top__items{font-size:18px;font-weight:600;line-height:1.75}.mobile-menu__top__items span{border-bottom:2px solid #fff;cursor:pointer;line-height:1.5;padding-top:2px}.mobile-menu__top__items span.active{border-color:#1b508f;color:#1b508f}.mobile-menu__close{cursor:pointer}.mobile-menu__items{height:100%;padding:16px 0;width:100%}.mobile-menu__items__scroll{display:none;height:100%;overflow-y:scroll;padding-right:16px}.mobile-menu__items__scroll::-webkit-scrollbar{-webkit-appearance:none;width:6px}.mobile-menu__items__scroll::-webkit-scrollbar-track{background-color:#ebebeb;border-radius:4px}.mobile-menu__items__scroll::-webkit-scrollbar-thumb{background-color:#1b508f;border-radius:4px}.mobile-menu__items__scroll.active{display:flex}.mobile-menu__items a{align-items:center;border-bottom:1px solid #ebebeb;display:flex;font-weight:500;padding:16px 8px;transition:.1s ease;width:100%}.mobile-menu__items a:first-child{border-top:1px solid #ebebeb}.site_notification_bar{background:#ff4e4e}.site_notification_bar .inside{align-content:space-between;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1170px;overflow:hidden;padding:5px 0}@media(min-width:768px){.site_notification_bar .inside{flex-wrap:nowrap}}.site_notification_bar .close,.site_notification_bar .text{padding:0 15px}.site_notification_bar .text{color:#fff;font-size:13px}.site_notification_bar .close{padding-top:10px;text-align:right;width:100%}@media(min-width:768px){.site_notification_bar .close{padding-top:0;width:auto}}.site_notification_bar .close button{background:rgba(0,0,0,.1);border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:7px 10px;width:100%}@media(min-width:768px){.site_notification_bar .close button{font-size:14px;padding:7px 10px;width:auto}}.site_notification_bar .close button:hover{background:rgba(0,0,0,.15)}.site_notification_bar .close button:before{font-weight:400;padding-right:5px}