.bottom-popup label.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;cursor:pointer;font-size:13px;line-height:140%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bottom-popup label.checkbox::before{display:none}.bottom-popup .checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;display:none}.bottom-popup .checkbox .checkbox__text a{text-decoration:underline;display:inline}.bottom-popup .checkbox .checkbox__text{line-height:140%;font-size:13px;text-transform:none;font-weight:400}.bottom-popup .checkbox .checkbox__elem{top:5px;position:relative;height:20px;width:20px;min-width:20px;background-color:var(--white);display:inline-block;margin-right:10px;border:1px solid #bcbcbc;border-radius:4px}.bottom-popup .checkbox .checkbox__elem::after{content:"";position:absolute;left:5px;top:5px;width:9px;height:5px;-webkit-transition:.25s cubic-bezier(.08,.82,.17,1);transition:.25s cubic-bezier(.08,.82,.17,1);opacity:0;border-left:2px solid var(--white);border-bottom:2px solid var(--white);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);background:0 0}.bottom-popup .checkbox input:checked~.checkbox__elem{background-color:var(--black);border-color:var(--black);z-index:2}.bottom-popup .checkbox .checkbox__elem:hover{border-color:var(--accent)}.bottom-popup .checkbox input:checked~.checkbox__elem:after{opacity:1;border-radius:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bottom-popup .checkbox input:disabled~.checkbox__elem{opacity:.5;cursor:not-allowed}.bottom-popup{position:fixed;z-index:100;left:0;right:0;bottom:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;display:none;-webkit-animation:.3s forwards slide-up;animation:.3s forwards slide-up;text-align:left}.bottom-popup__wrp{background-color:var(--white);padding:40px 32px;-webkit-box-shadow:0 4px 1px rgba(0,0,0,.1);box-shadow:0 4px 1px rgba(0,0,0,.1);max-width:1240px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:16px;position:relative;top:0}.bottom-popup__title{font-size:25px;line-height:28px;color:#090c15;margin-bottom:15px;display:none;font-weight:600}.bottom-popup.open.is-setting .bottom-popup__title{display:block}.bottom-popup__desc{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#111}.bottom-popup__btn{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.bottom-popup__btn button{white-space:nowrap;padding-left:2em;padding-right:2em}.bottom-popup__btn .btn.btn-gray{background-color:#ddd;color:#333}.bottom-popup.open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);display:block}.bottom-popup__main{padding-right:35px}.bottom-popup__desc a{color:#000;text-decoration:underline;display:inline;color:var(--accent)}.bottom-popup__desc a:hover{opacity:.8;text-decoration:none}.bottom-popup__toggle{color:var(--accent);padding-top:14px;font-weight:400}.bottom-popup__toggle span{cursor:pointer;text-decoration:underline}.bottom-popup__toggle span:hover{opacity:.8;text-decoration:none}.bottom-popup__icon{padding-right:25px;margin-top:-3px;display:none}.bottom-popup__setting{display:none;line-height:140%;color:#222;padding-top:15px}.setting-cookie{font-size:15px;padding-top:14px}.setting-cookie__desc strong{font-weight:500}.setting-cookie__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px;padding-bottom:11px}.setting-cookie__checkbox{width:38px;min-width:38px}.bottom-popup__setting p{font-size:14px;line-height:146%}.bottom-popup.open.is-setting .bottom-popup__main{padding-right:0}.bottom-popup.open.is-setting .bottom-popup__toggle{display:none}.bottom-popup.open.is-setting .bottom-popup__setting{padding-top:30px;padding-bottom:20px;display:block}@-webkit-keyframes bounce{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}25%{-webkit-transform:translateY(-12px);transform:translateY(-12px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}75%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}25%{-webkit-transform:translateY(-12px);transform:translateY(-12px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}75%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.bottom-popup__setting h3{font-weight:500;color:#000;font-size:18px;padding-bottom:12px}@media screen and (min-width:767px){.bottom-popup.open.is-setting .bottom-popup__icon{width:50px;margin-top:0}.bottom-popup.open.is-setting .bottom-popup__main{width:calc(100% - 50px);padding-left:24px}.bottom-popup.open.is-setting .bottom-popup__btn{padding-left:74px}.bottom-popup.open.is-setting .bottom-popup__wrp{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.bottom-popup.open.is-setting .bottom-popup__desc{font-size:15px}.bottom-popup__icon{display:block}.bottom-popup__icon svg{fill:var(--accent)}}@media screen and (min-width:992.98px){.bottom-popup .checkbox .checkbox__elem{height:24px;width:24px;min-width:24px;border-radius:6px}.bottom-popup .checkbox .checkbox__elem::after{left:6px;top:6px;width:11px;height:6px}}@media screen and (max-width:1200px){.bottom-popup__wrp::before{left:unset;right:30px}}@media screen and (max-width:992px){.bottom-popup{bottom:0}body>jdiv{z-index:1000;position:relative}.bottom-popup__main{padding-right:0}.bottom-popup__wrp{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header-phones__links{margin-bottom:12px}.bottom-popup__btn{padding-top:25px;width:100%}.bottom-popup__btn .btn{width:100%}}@media screen and (max-width:576px){.bottom-popup.open .bottom-popup__wrp{max-height:80vh;border-radius:20px 20px 0 0;margin-top:16px}.is-setting .bottom-popup__main{max-height:calc(80vh - 20px);overflow-y:auto}}@media screen and (max-width:480px){.bottom-popup__wrp{padding:20px}.bottom-popup__title{font-size:18px;font-weight:600}.bottom-popup__btn button,.bottom-popup__desc{font-size:14px}}@media screen and (min-width:767px) and (max-width:992.98px){.bottom-popup__icon{padding-right:0;margin:0 auto}}