@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");:root{--theme: #fecd4a;--dark: #fec631;--darkest: #fab601;--light: #fed463;--v-light: #fff7e2;--focus: rgba(254,205,74,0.3);--opacity: rgba(254,205,74,0.1);--v-opacity: rgba(254,205,74,0.05);--second: #2c4a7b;--second-dark: #1f3355;--second-darkest: #182843;--second-light: #3961a1;--second-focus: rgba(44,74,123,0.3);--second-opacity: rgba(44,74,123,0.1);--second-v-opacity: rgba(44,74,123,0.05);--font: Montserrat, sans-serif;--mono: Roboto Mono, monospace;--text: #000;--text-op: #fff;--text-grey: rgba(7, 1, 56, 0.6);--text-grey-light: rgba(7, 1, 56, 0.5);--border: rgba(7, 18, 119, 0.12);--shadow-s: 0 0.66rem 2rem rgba(0,0,0,0.07);--shadow-m: 0 1rem 3rem rgba(0,0,0,0.07);--shadow-l: 0 1.5rem 4.5rem rgba(0,0,0,0.07);--shadow-mc: 0 4px 8px rgba(0,0,0,0.07);--fz-large: calc(var(--fz) * 1.2);--fz-larger: calc(var(--fz) * 1.1);--fz: 1.7rem;--fz-smaller: calc(var(--fz) * 0.9);--fz-small: calc(var(--fz) * 0.8);--bg: #fff;--blue-bg: #d0ecfc;--bg-op: rgba(255,255,255,0.6);--grey-bg: rgba(32, 41, 119, 0.05);--admin-bar: 0px;--container: 116rem;--sidebar: 30rem;--small-popup: 40rem;--popup: 50rem;--header: 10rem;--padding-lg: 4.8rem;--padding-bg: 3.6rem;--padding-md: 2.8rem;--padding: 2.4rem;--padding-nm: 1.8rem;--padding-sm: 1.2rem;--section-padding: 7rem;--small-section-padding: 4rem;--field-largest: 6.5rem;--field-large: 5.4rem;--field-big: 5rem;--field: 4.5rem;--field-medium: 3.8rem;--field-small: 3.2rem;--field-mini: 2.8rem;--file-avatar: 5.6rem;--file-block: 3;--time-input: 7rem;--date-input: 12rem;--checkbox: 2rem;--rad-lg: 1.7rem;--rad-bg: 1.4rem;--rad-md: 1.1rem;--rad: 0.8rem;--rad-sm: 0.3rem;--red: #ff1515;--red-dark: #e10000;--red-light: #ff4848;--red-focus: rgba(255,21,21,0.3);--red-opacity: rgba(255,21,21,0.1);--red-v-opacity: rgba(255,21,21,0.05);--green: #2DAF53;--green-dark: #238640;--green-light: #41ce6a;--green-focus: rgba(45,175,83,0.3);--green-opacity: rgba(45,175,83,0.1);--green-v-opacity: rgba(45,175,83,0.05);--blue: #1869ff;--blue-dark: #0050e4;--blue-light: #4b8aff;--blue-focus: rgba(24,105,255,0.3);--blue-opacity: rgba(24,105,255,0.1);--blue-v-opacity: rgba(24,105,255,0.05);--orange: #db5f39;--orange-dark: #be4723;--orange-darkest: #b64421;--orange-light: #e38264;--orange-focus: rgba(219,95,57,0.3);--orange-opacity: rgba(219,95,57,0.1);--orange-v-opacity: rgba(219,95,57,0.05);--instagram: #e1306c;--instagram-dark: #c21c54;--instagram-light: #e75d8c;--instagram-focus: rgba(225,48,108,0.3);--whatsapp: #00e676;--whatsapp-dark: #00b35c;--whatsapp-light: #1aff8f;--whatsapp-focus: rgba(0,230,118,0.3);--telegram: #1da1f2;--telegram-dark: #0c85d0;--telegram-light: #4db5f5;--telegram-focus: rgba(29,161,242,0.3);--h1: 4rem;--h2: 3.5rem;--h3: 3rem;--h4: 2.5rem;--h5: 2rem;--h6: 1.8rem;--inputs-line: 2;--task-cards: 3;--scroll_bar: 12px;--notifications: 42rem;--auth: 52rem;--auth-large: 56rem;--instruction: 3;--cards: 2;--other: 4;--reviews: 2;--instagram-grid: 3;--logo: 2.6rem;--blog: 3;--catalog: 4;--inline-catalog: 2;--sidebar: 30rem}.dark{--bg: #272c3c;--text: #fff;--text-op: #202f51;--text-grey: rgba(255, 255, 255, 0.6);--border: rgba(255, 255, 255, 0.08);--grey-bg: rgba(255, 255, 255, 0.04);color:var(--text)}.second-theme{--theme: var(--second);--dark: var(--second-dark);--darkest: var(--second-darkest);--light: var(--second-light);--focus: var(--second-focus);--opacity: var(--second-opacity);--v-opacity: var(--second-v-opacity)}.red-theme{--theme: var(--red);--dark: var(--red-dark);--light: var(--red-light);--focus: var(--red-focus);--opacity: var(--red-opacity);--v-opacity: var(--red-v-opacity)}.green-theme{--theme: var(--green);--dark: var(--green-dark);--light: var(--green-light);--focus: var(--green-focus);--opacity: var(--green-opacity);--v-opacity: var(--green-v-opacity)}.orange-theme{--theme: var(--orange);--dark: var(--orange-dark);--darkest: var(--orange-darkest);--light: var(--orange-light);--focus: var(--orange-focus);--opacity: var(--orange-opacity);--v-opacity: var(--orange-v-opacity)}.blue-theme{--theme: var(--blue);--dark: var(--blue-dark);--light: var(--blue-light);--focus: var(--blue-focus);--opacity: var(--blue-opacity);--v-opacity: var(--blue-v-opacity)}.instagram-theme{--theme: var(--instagram);--dark: var(--instagram-dark);--light: var(--instagram-light);--focus: var(--instagram-focus)}.whatsapp-theme{--theme: var(--whatsapp);--dark: var(--whatsapp-dark);--light: var(--whatsapp-light);--focus: var(--whatsapp-focus)}.telegram-theme{--theme: var(--telegram);--dark: var(--telegram-dark);--light: var(--telegram-light);--focus: var(--telegram-focus)}@media (max-width: 767.99px){:root{--container: calc(100vw - 6rem);--header: 9rem;--logo: 3rem;--cards: 1;--instruction: 1;--reviews: 1;--instagram-grid: 1;--other: 2;--blog: 1;--catalog: 1;--inline-catalog: 1}}@media (min-width: 768px) and (max-width: 1024.99px){:root{--container: 70rem;--logo: 3rem;--cards: 1;--instruction: 1;--reviews: 1;--instagram-grid: 2;--blog: 2;--catalog: 2;--inline-catalog: 1}}html{font-size:10px;background:var(--bg);scroll-behavior:smooth;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}@-webkit-keyframes loading{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}::-webkit-scrollbar{width:var(--scroll_bar);height:var(--scroll_bar)}::-webkit-scrollbar-track{background:var(--border)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:1rem}img{max-width:100%;height:auto;width:auto}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}body{font-size:var(--fz);font-weight:400;color:var(--text);line-height:1.5;margin:0 !important;min-height:calc(100vh - var(--admin-bar));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--text);-webkit-tap-highlight-color:transparent}body #bread{font-size:var(--fz-small)}body #bread .arrow{margin:0 1rem}body #bread a{text-decoration:underline}body .subtitle{font-size:var(--fz-small);text-transform:uppercase;font-weight:600;color:var(--text) !important;letter-spacing:0.1em;line-height:1}body .subtitle.theme{color:var(--theme) !important}body .subtitle.grey{color:var(--text-grey) !important}body .subtitle.grey-light{color:var(--text-grey-light) !important}body .overflow{overflow:hidden}body .img-btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}body .img-btn img{height:8.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:-1.45rem}body .img-btn.center{margin-left:auto;margin-right:auto}body .img-btn.center img{margin-left:0}body .site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1}body .site-branding a{display:-webkit-box;display:-ms-flexbox;display:flex}body .site-branding .site-name{color:var(--second) !important;font-size:var(--logo);font-weight:700;text-transform:uppercase}body .container{width:var(--container);max-width:100%;margin:0 auto}body,body button,body input,body textarea{font-family:var(--font)}body hr{border:none;width:100%;height:1px;background:var(--border);margin:0}body a,body button,body input,body textarea{outline:none !important}body.admin-bar{--admin-bar: 32px}body a,body a:visited,body .link{color:var(--second);text-decoration:none;-webkit-transition:0.2s;transition:0.2s;cursor:pointer}body a.underline,body a:visited.underline,body .link.underline{border-bottom:1px dashed var(--second-focus)}body a.focus:focus,body a:visited.focus:focus,body .link.focus:focus{border-radius:var(--rad-sm);-webkit-box-shadow:0 0 0 4px var(--second-focus);box-shadow:0 0 0 4px var(--second-focus)}body a.text-color,body a:visited.text-color,body .link.text-color{color:var(--text)}body .link-btn,body a.link-btn,body a:visited.link-btn{cursor:pointer;-webkit-transition:0.2s;transition:0.2s;color:var(--theme);font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative}body .link-btn:not(.prevent-focus):focus,body a.link-btn:not(.prevent-focus):focus,body a:visited.link-btn:not(.prevent-focus):focus{border-radius:var(--rad-sm);-webkit-box-shadow:0 0 0 4px var(--focus);box-shadow:0 0 0 4px var(--focus)}body .link-btn:hover,body a.link-btn:hover,body a:visited.link-btn:hover{border-color:var(--focus)}body ul,body ol{list-style:none;padding:0}body ul,body ol,body h1,body h2,body h3,body h4,body h5,body h6,body p{margin:0}body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5,body h6,body .h6{line-height:1.3}body h1 span.icon,body .h1 span.icon,body h2 span.icon,body .h2 span.icon,body h3 span.icon,body .h3 span.icon,body h4 span.icon,body .h4 span.icon,body h5 span.icon,body .h5 span.icon,body h6 span.icon,body .h6 span.icon{margin-right:1.2rem;font-size:0.85em;color:var(--theme)}body h1 span.nowrap,body .h1 span.nowrap,body h2 span.nowrap,body .h2 span.nowrap,body h3 span.nowrap,body .h3 span.nowrap,body h4 span.nowrap,body .h4 span.nowrap,body h5 span.nowrap,body .h5 span.nowrap,body h6 span.nowrap,body .h6 span.nowrap{display:inline-block}body h1 span.colored,body .h1 span.colored,body h2 span.colored,body .h2 span.colored,body h3 span.colored,body .h3 span.colored,body h4 span.colored,body .h4 span.colored,body h5 span.colored,body .h5 span.colored,body h6 span.colored,body .h6 span.colored{color:var(--theme)}body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4{font-weight:700}body h1 span,body .h1 span,body h2 span,body .h2 span,body h3 span,body .h3 span,body h4 span,body .h4 span{color:var(--second)}body h5,body .h5,body h6,body .h6{font-weight:500}body h5 span,body .h5 span,body h6 span,body .h6 span{color:var(--second)}body h1,body .h1{font-size:var(--h1)}body h1.large,body .h1.large{font-size:calc(var(--h1) * 1.2)}body h2,body .h2{font-size:var(--h2)}body h3,body .h3{font-size:var(--h3)}body h4,body .h4{font-size:var(--h4)}body h5,body .h5{font-size:var(--h5)}body h6,body .h6{font-size:var(--h6)}body h6.fz,body .h6.fz{font-size:var(--fz)}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:2rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:3rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:2rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:3rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:1rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article.all-mb>*:not(.mb0){margin-bottom:2rem}body .article.all-mb>*:not(.mb0).bm{margin-bottom:3rem}body .article.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:2rem}body .article.all-mb>*:not(.mb0).bordered.bm{padding-bottom:3rem}body .article.half{width:var(--article-half)}body .article.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:.3rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:.6rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:.3rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:.6rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:.15rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-mc.all-mb>*:not(.mb0){margin-bottom:.3rem}body .article-mc.all-mb>*:not(.mb0).bm{margin-bottom:.6rem}body .article-mc.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:.3rem}body .article-mc.all-mb>*:not(.mb0).bordered.bm{padding-bottom:.6rem}body .article-mc.half{width:var(--article-half)}body .article-mc.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:1rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:2rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:1rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:2rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:.5rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-sm.all-mb>*:not(.mb0){margin-bottom:1rem}body .article-sm.all-mb>*:not(.mb0).bm{margin-bottom:2rem}body .article-sm.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:1rem}body .article-sm.all-mb>*:not(.mb0).bordered.bm{padding-bottom:2rem}body .article-sm.half{width:var(--article-half)}body .article-sm.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:3rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:4rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:3rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:4rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:1.5rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-md.all-mb>*:not(.mb0){margin-bottom:3rem}body .article-md.all-mb>*:not(.mb0).bm{margin-bottom:4rem}body .article-md.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:3rem}body .article-md.all-mb>*:not(.mb0).bordered.bm{padding-bottom:4rem}body .article-md.half{width:var(--article-half)}body .article-md.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:4rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:5rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:4rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:5rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:2rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-bg.all-mb>*:not(.mb0){margin-bottom:4rem}body .article-bg.all-mb>*:not(.mb0).bm{margin-bottom:5rem}body .article-bg.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:4rem}body .article-bg.all-mb>*:not(.mb0).bordered.bm{padding-bottom:5rem}body .article-bg.half{width:var(--article-half)}body .article-bg.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:6rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:7rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:6rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:7rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:3rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-lg.all-mb>*:not(.mb0){margin-bottom:6rem}body .article-lg.all-mb>*:not(.mb0).bm{margin-bottom:7rem}body .article-lg.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:6rem}body .article-lg.all-mb>*:not(.mb0).bordered.bm{padding-bottom:7rem}body .article-lg.half{width:var(--article-half)}body .article-lg.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .inline{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;--margin: 0.6rem}body .inline.full{width:100%}body .inline .line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(var(--margin) * -1);-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% + (var(--margin) * 2))}body .inline .line>.grow{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .inline .line>.center{margin:0 auto;padding:var(--margin)}body .inline .line>*{margin:var(--margin)}body .inline .line .sep{-ms-flex-item-align:stretch;align-self:stretch;width:1px;background:var(--border);margin:var(--margin) calc(var(--margin) * 2)}body .inline.center .line{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body .inline.left .line{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body .inline.right .line{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body .inline.start .line{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body .inline.end .line{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}body .inline.start .line{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body .inline.large{--margin: 1.6rem}body .inline.medium{--margin: 1rem}body .inline.small{--margin: 0.2rem}body .label{color:var(--text-grey);font-weight:500;font-size:calc(var(--fz) * 0.9);line-height:1;display:block}body .btn,body a.btn,body a:visited.btn{height:var(--field);font-size:var(--fz-smaller);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border-radius:3rem;border:1px solid transparent;background:var(--theme);color:var(--text);font-weight:600;--btn-border: rgba(255,255,255,0.1);cursor:pointer;-webkit-transition:0.3s;transition:0.3s;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;--loading-color-1: rgba(255,255,255,0.2);--loading-color-2: #fff}body .btn.rounded,body a.btn.rounded,body a:visited.btn.rounded{border-radius:3rem}body .btn span.icon,body a.btn span.icon,body a:visited.btn span.icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(var(--field) - 2px);font-size:2.2rem}body .btn span.image,body a.btn span.image,body a:visited.btn span.image{width:calc(var(--field) * 0.8 - 2px);height:calc(var(--field) * 0.8 - 2px);margin:0 calc(var(--field) * 0.1);background-position:center;background-size:contain;background-repeat:no-repeat}body .btn span.text,body a.btn span.text,body a:visited.btn span.text{padding:0 calc(var(--field) / 2);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .btn span.text:before,body a.btn span.text:before,body a:visited.btn span.text:before{margin-right:0.8rem}body .btn span.text.after:before,body a.btn span.text.after:before,body a:visited.btn span.text.after:before{margin-right:0;margin-left:0.8rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}body .btn span.arrow,body a.btn span.arrow,body a:visited.btn span.arrow{width:var(--field);-ms-flex-item-align:stretch;align-self:stretch;border-left:1px solid var(--btn-border);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:0.3s;transition:0.3s}body .btn span.arrow:before,body a.btn span.arrow:before,body a:visited.btn span.arrow:before{font-size:0.8em}body .btn span.arrow:hover,body a.btn span.arrow:hover,body a:visited.btn span.arrow:hover{background:var(--btn-border);border-color:transparent}body .btn span,body a.btn span,body a:visited.btn span{-webkit-transition:0.2s -webkit-transform;transition:0.2s -webkit-transform;transition:0.2s transform;transition:0.2s transform, 0.2s -webkit-transform}body .btn.full,body a.btn.full,body a:visited.btn.full{width:100%}body .btn:hover,body a.btn:hover,body a:visited.btn:hover{background:var(--light)}body .btn:active,body a.btn:active,body a:visited.btn:active{-webkit-box-shadow:0 0 0 4px var(--focus);box-shadow:0 0 0 4px var(--focus)}body .btn:active span,body a.btn:active span,body a:visited.btn:active span{-webkit-transform:scale(0.95);transform:scale(0.95)}body .btn.grey,body a.btn.grey,body a:visited.btn.grey{background:var(--grey-bg);color:var(--text);font-weight:600}body .btn.grey:hover,body a.btn.grey:hover,body a:visited.btn.grey:hover{background:var(--theme);color:#fff}body .btn.grey:active,body a.btn.grey:active,body a:visited.btn.grey:active{background:var(--dark);color:#fff}body .btn.ghost,body a.btn.ghost,body a:visited.btn.ghost{background:none;color:var(--text);font-weight:600;--loading-color-1: var(--border);--loading-color-2: var(--text-grey)}body .btn.ghost:hover,body a.btn.ghost:hover,body a:visited.btn.ghost:hover{background:var(--opacity);color:var(--theme)}body .btn.ghost-grey,body a.btn.ghost-grey,body a:visited.btn.ghost-grey{background:none;font-weight:600;color:var(--text-grey);--loading-color-1: var(--border);--loading-color-2: var(--text-grey)}body .btn.ghost-grey:hover,body a.btn.ghost-grey:hover,body a:visited.btn.ghost-grey:hover{background:var(--opacity);color:var(--theme)}body .btn.ghost-theme,body a.btn.ghost-theme,body a:visited.btn.ghost-theme{background:none;color:var(--theme);--loading-color-1: var(--opacity);--loading-color-2: var(--theme)}body .btn.ghost-theme:hover,body a.btn.ghost-theme:hover,body a:visited.btn.ghost-theme:hover{background:var(--opacity);color:var(--theme)}body .btn.outline,body a.btn.outline,body a:visited.btn.outline{background:none;border-color:var(--border);color:var(--text);--loading-color-1: var(--border);--loading-color-2: var(--text-grey)}body .btn.outline:hover,body a.btn.outline:hover,body a:visited.btn.outline:hover{background:var(--border);border-color:transparent}body .btn.center,body a.btn.center,body a:visited.btn.center{margin-left:auto;margin-right:auto}body .btn.largest,body a.btn.largest,body a:visited.btn.largest{--field: var(--field-largest);font-size:var(--fz-larger)}body .btn.large,body a.btn.large,body a:visited.btn.large{--field: var(--field-large)}body .btn.big,body a.btn.big,body a:visited.btn.big{--field: var(--field-big)}body .btn.medium,body a.btn.medium,body a:visited.btn.medium{--field: var(--field-medium)}body .btn.small,body a.btn.small,body a:visited.btn.small{--field: var(--field-small)}body .btn.mini,body a.btn.mini,body a:visited.btn.mini{--field: var(--field-mini)}body .btn:disabled,body a.btn:disabled,body a:visited.btn:disabled{border-color:transparent !important;background:var(--border) !important;color:var(--text-grey) !important;cursor:default;-webkit-box-shadow:none !important;box-shadow:none !important;--loading-color-1: var(--border);--loading-color-2: var(--text-grey)}body .btn .spinner,body a.btn .spinner,body a:visited.btn .spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body .btn .spinner:before,body a.btn .spinner:before,body a:visited.btn .spinner:before{content:'';width:2rem;height:2rem;border:2px solid var(--loading-color-1);border-radius:100%;border-bottom:2px solid var(--loading-color-2);-webkit-animation:loading 0.7s infinite linear;animation:loading 0.7s infinite linear}body .btn.loading,body a.btn.loading,body a:visited.btn.loading{-webkit-box-shadow:none !important;box-shadow:none !important;cursor:default}body .btn.loading>*:not(.spinner),body a.btn.loading>*:not(.spinner),body a:visited.btn.loading>*:not(.spinner){opacity:0}body .btn.loading .spinner,body a.btn.loading .spinner,body a:visited.btn.loading .spinner{display:-webkit-box;display:-ms-flexbox;display:flex}body .orange-theme .btn,body .orange-theme a.btn,body .orange-theme a:visited.btn{color:#fff}body .orange-theme .checkbox input:checked+label{color:#fff}body section{position:relative;z-index:2}body .section-padding.pt{padding-top:var(--section-padding)}body .section-padding.pb{padding-bottom:var(--section-padding)}body .section-padding:not(.pb):not(.pt){padding:var(--section-padding) 0}body .section-padding.small{--section-padding: var(--small-section-padding)}body input[type="text"]:not(.large-time-input):not(.cell-data),body input[type="email"]:not(.large-time-input):not(.cell-data),body input[type="url"]:not(.large-time-input):not(.cell-data),body input[type="password"]:not(.large-time-input):not(.cell-data),body input[type="search"]:not(.large-time-input):not(.cell-data),body input[type="number"]:not(.large-time-input):not(.cell-data),body input[type="tel"]:not(.large-time-input):not(.cell-data),body input[type="range"]:not(.large-time-input):not(.cell-data),body input[type="date"]:not(.large-time-input):not(.cell-data),body input[type="month"]:not(.large-time-input):not(.cell-data),body input[type="week"]:not(.large-time-input):not(.cell-data),body input[type="time"]:not(.large-time-input):not(.cell-data),body input[type="datetime"]:not(.large-time-input):not(.cell-data),body input[type="datetime-local"]:not(.large-time-input):not(.cell-data),body input[type="color"]:not(.large-time-input):not(.cell-data),body textarea:not(.large-time-input):not(.cell-data){height:var(--field);border-radius:var(--rad);border:1px solid var(--border);background:var(--bg);padding:0 calc(var(--field) / 2.5);font-size:var(--fz);-webkit-transition:0.3s;transition:0.3s;width:100%;color:var(--text);font-weight:500}body input[type="text"]:not(.large-time-input):not(.cell-data).center,body input[type="email"]:not(.large-time-input):not(.cell-data).center,body input[type="url"]:not(.large-time-input):not(.cell-data).center,body input[type="password"]:not(.large-time-input):not(.cell-data).center,body input[type="search"]:not(.large-time-input):not(.cell-data).center,body input[type="number"]:not(.large-time-input):not(.cell-data).center,body input[type="tel"]:not(.large-time-input):not(.cell-data).center,body input[type="range"]:not(.large-time-input):not(.cell-data).center,body input[type="date"]:not(.large-time-input):not(.cell-data).center,body input[type="month"]:not(.large-time-input):not(.cell-data).center,body input[type="week"]:not(.large-time-input):not(.cell-data).center,body input[type="time"]:not(.large-time-input):not(.cell-data).center,body input[type="datetime"]:not(.large-time-input):not(.cell-data).center,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).center,body input[type="color"]:not(.large-time-input):not(.cell-data).center,body textarea:not(.large-time-input):not(.cell-data).center{text-align:center}body input[type="text"]:not(.large-time-input):not(.cell-data).text,body input[type="email"]:not(.large-time-input):not(.cell-data).text,body input[type="url"]:not(.large-time-input):not(.cell-data).text,body input[type="password"]:not(.large-time-input):not(.cell-data).text,body input[type="search"]:not(.large-time-input):not(.cell-data).text,body input[type="number"]:not(.large-time-input):not(.cell-data).text,body input[type="tel"]:not(.large-time-input):not(.cell-data).text,body input[type="range"]:not(.large-time-input):not(.cell-data).text,body input[type="date"]:not(.large-time-input):not(.cell-data).text,body input[type="month"]:not(.large-time-input):not(.cell-data).text,body input[type="week"]:not(.large-time-input):not(.cell-data).text,body input[type="time"]:not(.large-time-input):not(.cell-data).text,body input[type="datetime"]:not(.large-time-input):not(.cell-data).text,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).text,body input[type="color"]:not(.large-time-input):not(.cell-data).text,body textarea:not(.large-time-input):not(.cell-data).text{padding:0 !important;border:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;border-radius:0;-webkit-transition:0s;transition:0s}body input[type="text"]:not(.large-time-input):not(.cell-data).bg,body input[type="email"]:not(.large-time-input):not(.cell-data).bg,body input[type="url"]:not(.large-time-input):not(.cell-data).bg,body input[type="password"]:not(.large-time-input):not(.cell-data).bg,body input[type="search"]:not(.large-time-input):not(.cell-data).bg,body input[type="number"]:not(.large-time-input):not(.cell-data).bg,body input[type="tel"]:not(.large-time-input):not(.cell-data).bg,body input[type="range"]:not(.large-time-input):not(.cell-data).bg,body input[type="date"]:not(.large-time-input):not(.cell-data).bg,body input[type="month"]:not(.large-time-input):not(.cell-data).bg,body input[type="week"]:not(.large-time-input):not(.cell-data).bg,body input[type="time"]:not(.large-time-input):not(.cell-data).bg,body input[type="datetime"]:not(.large-time-input):not(.cell-data).bg,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).bg,body input[type="color"]:not(.large-time-input):not(.cell-data).bg,body textarea:not(.large-time-input):not(.cell-data).bg{border-color:transparent;background:var(--bg)}body input[type="text"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="email"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="url"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="password"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="search"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="number"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="tel"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="range"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="date"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="month"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="week"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="time"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="datetime"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="color"]:not(.large-time-input):not(.cell-data).bg:hover,body textarea:not(.large-time-input):not(.cell-data).bg:hover{border-color:var(--opacity);-webkit-box-shadow:0 0 0 3px var(--opacity);box-shadow:0 0 0 3px var(--opacity)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost,body textarea:not(.large-time-input):not(.cell-data).ghost{padding:0;border:none;-webkit-box-shadow:none;box-shadow:none}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost:hover,body textarea:not(.large-time-input):not(.cell-data).ghost:hover{background:var(--grey-bg);padding:0 1rem}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost:focus,body textarea:not(.large-time-input):not(.cell-data).ghost:focus{padding:0 1rem;-webkit-box-shadow:0 0 0 3px var(--focus);box-shadow:0 0 0 3px var(--focus);background:var(--opacity)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h6,body textarea:not(.large-time-input):not(.cell-data).ghost.h1,body textarea:not(.large-time-input):not(.cell-data).ghost.h2,body textarea:not(.large-time-input):not(.cell-data).ghost.h3,body textarea:not(.large-time-input):not(.cell-data).ghost.h4,body textarea:not(.large-time-input):not(.cell-data).ghost.h5,body textarea:not(.large-time-input):not(.cell-data).ghost.h6{font-weight:600}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h1,body textarea:not(.large-time-input):not(.cell-data).ghost.h1{font-size:var(--h1)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h2,body textarea:not(.large-time-input):not(.cell-data).ghost.h2{font-size:var(--h2)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h3,body textarea:not(.large-time-input):not(.cell-data).ghost.h3{font-size:var(--h3)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h4,body textarea:not(.large-time-input):not(.cell-data).ghost.h4{font-size:var(--h4)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h5,body textarea:not(.large-time-input):not(.cell-data).ghost.h5{font-size:var(--h5)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h6,body textarea:not(.large-time-input):not(.cell-data).ghost.h6{font-size:var(--h6)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body textarea:not(.large-time-input):not(.cell-data).ghost.h6.fz{font-size:var(--fz)}body input[type="text"]:not(.large-time-input):not(.cell-data).fit,body input[type="email"]:not(.large-time-input):not(.cell-data).fit,body input[type="url"]:not(.large-time-input):not(.cell-data).fit,body input[type="password"]:not(.large-time-input):not(.cell-data).fit,body input[type="search"]:not(.large-time-input):not(.cell-data).fit,body input[type="number"]:not(.large-time-input):not(.cell-data).fit,body input[type="tel"]:not(.large-time-input):not(.cell-data).fit,body input[type="range"]:not(.large-time-input):not(.cell-data).fit,body input[type="date"]:not(.large-time-input):not(.cell-data).fit,body input[type="month"]:not(.large-time-input):not(.cell-data).fit,body input[type="week"]:not(.large-time-input):not(.cell-data).fit,body input[type="time"]:not(.large-time-input):not(.cell-data).fit,body input[type="datetime"]:not(.large-time-input):not(.cell-data).fit,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).fit,body input[type="color"]:not(.large-time-input):not(.cell-data).fit,body textarea:not(.large-time-input):not(.cell-data).fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}body input[type="text"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="email"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="url"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="password"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="search"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="number"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="tel"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="range"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="date"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="month"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="week"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="time"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="datetime"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="color"]:not(.large-time-input):not(.cell-data).fit.time-mask,body textarea:not(.large-time-input):not(.cell-data).fit.time-mask{width:var(--time-input);padding:0;text-align:center}body input[type="text"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="email"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="url"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="password"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="search"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="number"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="tel"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="range"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="date"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="month"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="week"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="time"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="datetime"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="color"]:not(.large-time-input):not(.cell-data).fit.date-input,body textarea:not(.large-time-input):not(.cell-data).fit.date-input{width:var(--date-input)}body input[type="text"]:not(.large-time-input):not(.cell-data).grow,body input[type="email"]:not(.large-time-input):not(.cell-data).grow,body input[type="url"]:not(.large-time-input):not(.cell-data).grow,body input[type="password"]:not(.large-time-input):not(.cell-data).grow,body input[type="search"]:not(.large-time-input):not(.cell-data).grow,body input[type="number"]:not(.large-time-input):not(.cell-data).grow,body input[type="tel"]:not(.large-time-input):not(.cell-data).grow,body input[type="range"]:not(.large-time-input):not(.cell-data).grow,body input[type="date"]:not(.large-time-input):not(.cell-data).grow,body input[type="month"]:not(.large-time-input):not(.cell-data).grow,body input[type="week"]:not(.large-time-input):not(.cell-data).grow,body input[type="time"]:not(.large-time-input):not(.cell-data).grow,body input[type="datetime"]:not(.large-time-input):not(.cell-data).grow,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).grow,body input[type="color"]:not(.large-time-input):not(.cell-data).grow,body textarea:not(.large-time-input):not(.cell-data).grow{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body input[type="text"]:not(.large-time-input):not(.cell-data).select-input,body input[type="email"]:not(.large-time-input):not(.cell-data).select-input,body input[type="url"]:not(.large-time-input):not(.cell-data).select-input,body input[type="password"]:not(.large-time-input):not(.cell-data).select-input,body input[type="search"]:not(.large-time-input):not(.cell-data).select-input,body input[type="number"]:not(.large-time-input):not(.cell-data).select-input,body input[type="tel"]:not(.large-time-input):not(.cell-data).select-input,body input[type="range"]:not(.large-time-input):not(.cell-data).select-input,body input[type="date"]:not(.large-time-input):not(.cell-data).select-input,body input[type="month"]:not(.large-time-input):not(.cell-data).select-input,body input[type="week"]:not(.large-time-input):not(.cell-data).select-input,body input[type="time"]:not(.large-time-input):not(.cell-data).select-input,body input[type="datetime"]:not(.large-time-input):not(.cell-data).select-input,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).select-input,body input[type="color"]:not(.large-time-input):not(.cell-data).select-input,body textarea:not(.large-time-input):not(.cell-data).select-input{cursor:pointer}body input[type="text"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="email"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="url"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="password"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="search"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="number"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="tel"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="range"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="date"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="month"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="week"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="time"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="datetime"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="datetime-local"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="color"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body textarea:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="email"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="url"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="password"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="search"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="number"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="tel"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="range"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="date"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="month"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="week"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="time"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="datetime"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="datetime-local"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="color"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body textarea:not(.large-time-input):not(.cell-data)::-moz-placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="email"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="url"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="password"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="search"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="number"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="tel"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="range"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="date"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="month"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="week"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="time"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="datetime"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="datetime-local"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="color"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body textarea:not(.large-time-input):not(.cell-data):-ms-input-placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="email"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="url"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="password"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="search"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="number"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="tel"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="range"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="date"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="month"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="week"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="time"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="datetime"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="datetime-local"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="color"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body textarea:not(.large-time-input):not(.cell-data)::-ms-input-placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="email"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="url"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="password"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="search"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="number"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="tel"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="range"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="date"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="month"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="week"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="time"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="datetime"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="color"]:not(.large-time-input):not(.cell-data)::placeholder,body textarea:not(.large-time-input):not(.cell-data)::placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data).no-border,body input[type="email"]:not(.large-time-input):not(.cell-data).no-border,body input[type="url"]:not(.large-time-input):not(.cell-data).no-border,body input[type="password"]:not(.large-time-input):not(.cell-data).no-border,body input[type="search"]:not(.large-time-input):not(.cell-data).no-border,body input[type="number"]:not(.large-time-input):not(.cell-data).no-border,body input[type="tel"]:not(.large-time-input):not(.cell-data).no-border,body input[type="range"]:not(.large-time-input):not(.cell-data).no-border,body input[type="date"]:not(.large-time-input):not(.cell-data).no-border,body input[type="month"]:not(.large-time-input):not(.cell-data).no-border,body input[type="week"]:not(.large-time-input):not(.cell-data).no-border,body input[type="time"]:not(.large-time-input):not(.cell-data).no-border,body input[type="datetime"]:not(.large-time-input):not(.cell-data).no-border,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).no-border,body input[type="color"]:not(.large-time-input):not(.cell-data).no-border,body textarea:not(.large-time-input):not(.cell-data).no-border{padding:0;border:none}body input[type="text"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="email"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="url"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="password"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="search"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="number"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="tel"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="range"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="date"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="month"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="week"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="time"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="datetime"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="color"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body textarea:not(.large-time-input):not(.cell-data):not(.no-style):focus{color:var(--text)}body input[type="text"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="email"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="url"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="password"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="search"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="number"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="tel"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="range"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="date"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="month"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="week"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="time"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="datetime"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="color"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body textarea:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus{border-color:var(--focus);-webkit-box-shadow:0 0 0 3px var(--focus);box-shadow:0 0 0 3px var(--focus)}body input[type="text"]:not(.large-time-input):not(.cell-data).large,body input[type="email"]:not(.large-time-input):not(.cell-data).large,body input[type="url"]:not(.large-time-input):not(.cell-data).large,body input[type="password"]:not(.large-time-input):not(.cell-data).large,body input[type="search"]:not(.large-time-input):not(.cell-data).large,body input[type="number"]:not(.large-time-input):not(.cell-data).large,body input[type="tel"]:not(.large-time-input):not(.cell-data).large,body input[type="range"]:not(.large-time-input):not(.cell-data).large,body input[type="date"]:not(.large-time-input):not(.cell-data).large,body input[type="month"]:not(.large-time-input):not(.cell-data).large,body input[type="week"]:not(.large-time-input):not(.cell-data).large,body input[type="time"]:not(.large-time-input):not(.cell-data).large,body input[type="datetime"]:not(.large-time-input):not(.cell-data).large,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).large,body input[type="color"]:not(.large-time-input):not(.cell-data).large,body textarea:not(.large-time-input):not(.cell-data).large{--field: var(--field-large)}body input[type="text"]:not(.large-time-input):not(.cell-data).big,body input[type="email"]:not(.large-time-input):not(.cell-data).big,body input[type="url"]:not(.large-time-input):not(.cell-data).big,body input[type="password"]:not(.large-time-input):not(.cell-data).big,body input[type="search"]:not(.large-time-input):not(.cell-data).big,body input[type="number"]:not(.large-time-input):not(.cell-data).big,body input[type="tel"]:not(.large-time-input):not(.cell-data).big,body input[type="range"]:not(.large-time-input):not(.cell-data).big,body input[type="date"]:not(.large-time-input):not(.cell-data).big,body input[type="month"]:not(.large-time-input):not(.cell-data).big,body input[type="week"]:not(.large-time-input):not(.cell-data).big,body input[type="time"]:not(.large-time-input):not(.cell-data).big,body input[type="datetime"]:not(.large-time-input):not(.cell-data).big,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).big,body input[type="color"]:not(.large-time-input):not(.cell-data).big,body textarea:not(.large-time-input):not(.cell-data).big{--field: var(--field-big)}body input[type="text"]:not(.large-time-input):not(.cell-data).medium,body input[type="email"]:not(.large-time-input):not(.cell-data).medium,body input[type="url"]:not(.large-time-input):not(.cell-data).medium,body input[type="password"]:not(.large-time-input):not(.cell-data).medium,body input[type="search"]:not(.large-time-input):not(.cell-data).medium,body input[type="number"]:not(.large-time-input):not(.cell-data).medium,body input[type="tel"]:not(.large-time-input):not(.cell-data).medium,body input[type="range"]:not(.large-time-input):not(.cell-data).medium,body input[type="date"]:not(.large-time-input):not(.cell-data).medium,body input[type="month"]:not(.large-time-input):not(.cell-data).medium,body input[type="week"]:not(.large-time-input):not(.cell-data).medium,body input[type="time"]:not(.large-time-input):not(.cell-data).medium,body input[type="datetime"]:not(.large-time-input):not(.cell-data).medium,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).medium,body input[type="color"]:not(.large-time-input):not(.cell-data).medium,body textarea:not(.large-time-input):not(.cell-data).medium{--field: var(--field-medium)}body input[type="text"]:not(.large-time-input):not(.cell-data).small,body input[type="email"]:not(.large-time-input):not(.cell-data).small,body input[type="url"]:not(.large-time-input):not(.cell-data).small,body input[type="password"]:not(.large-time-input):not(.cell-data).small,body input[type="search"]:not(.large-time-input):not(.cell-data).small,body input[type="number"]:not(.large-time-input):not(.cell-data).small,body input[type="tel"]:not(.large-time-input):not(.cell-data).small,body input[type="range"]:not(.large-time-input):not(.cell-data).small,body input[type="date"]:not(.large-time-input):not(.cell-data).small,body input[type="month"]:not(.large-time-input):not(.cell-data).small,body input[type="week"]:not(.large-time-input):not(.cell-data).small,body input[type="time"]:not(.large-time-input):not(.cell-data).small,body input[type="datetime"]:not(.large-time-input):not(.cell-data).small,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).small,body input[type="color"]:not(.large-time-input):not(.cell-data).small,body textarea:not(.large-time-input):not(.cell-data).small{--field: var(--field-small)}body input[type="text"]:not(.large-time-input):not(.cell-data).mini,body input[type="email"]:not(.large-time-input):not(.cell-data).mini,body input[type="url"]:not(.large-time-input):not(.cell-data).mini,body input[type="password"]:not(.large-time-input):not(.cell-data).mini,body input[type="search"]:not(.large-time-input):not(.cell-data).mini,body input[type="number"]:not(.large-time-input):not(.cell-data).mini,body input[type="tel"]:not(.large-time-input):not(.cell-data).mini,body input[type="range"]:not(.large-time-input):not(.cell-data).mini,body input[type="date"]:not(.large-time-input):not(.cell-data).mini,body input[type="month"]:not(.large-time-input):not(.cell-data).mini,body input[type="week"]:not(.large-time-input):not(.cell-data).mini,body input[type="time"]:not(.large-time-input):not(.cell-data).mini,body input[type="datetime"]:not(.large-time-input):not(.cell-data).mini,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).mini,body input[type="color"]:not(.large-time-input):not(.cell-data).mini,body textarea:not(.large-time-input):not(.cell-data).mini{--field: var(--field-mini)}body input[type="text"]:not(.large-time-input):not(.cell-data).error,body input[type="email"]:not(.large-time-input):not(.cell-data).error,body input[type="url"]:not(.large-time-input):not(.cell-data).error,body input[type="password"]:not(.large-time-input):not(.cell-data).error,body input[type="search"]:not(.large-time-input):not(.cell-data).error,body input[type="number"]:not(.large-time-input):not(.cell-data).error,body input[type="tel"]:not(.large-time-input):not(.cell-data).error,body input[type="range"]:not(.large-time-input):not(.cell-data).error,body input[type="date"]:not(.large-time-input):not(.cell-data).error,body input[type="month"]:not(.large-time-input):not(.cell-data).error,body input[type="week"]:not(.large-time-input):not(.cell-data).error,body input[type="time"]:not(.large-time-input):not(.cell-data).error,body input[type="datetime"]:not(.large-time-input):not(.cell-data).error,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).error,body input[type="color"]:not(.large-time-input):not(.cell-data).error,body textarea:not(.large-time-input):not(.cell-data).error{border-color:var(--red-focus) !important;-webkit-box-shadow:0 0 0 3px var(--red-focus) !important;box-shadow:0 0 0 3px var(--red-focus) !important}body input[type="text"]:not(.large-time-input):not(.cell-data):disabled,body input[type="email"]:not(.large-time-input):not(.cell-data):disabled,body input[type="url"]:not(.large-time-input):not(.cell-data):disabled,body input[type="password"]:not(.large-time-input):not(.cell-data):disabled,body input[type="search"]:not(.large-time-input):not(.cell-data):disabled,body input[type="number"]:not(.large-time-input):not(.cell-data):disabled,body input[type="tel"]:not(.large-time-input):not(.cell-data):disabled,body input[type="range"]:not(.large-time-input):not(.cell-data):disabled,body input[type="date"]:not(.large-time-input):not(.cell-data):disabled,body input[type="month"]:not(.large-time-input):not(.cell-data):disabled,body input[type="week"]:not(.large-time-input):not(.cell-data):disabled,body input[type="time"]:not(.large-time-input):not(.cell-data):disabled,body input[type="datetime"]:not(.large-time-input):not(.cell-data):disabled,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data):disabled,body input[type="color"]:not(.large-time-input):not(.cell-data):disabled,body textarea:not(.large-time-input):not(.cell-data):disabled{border-color:transparent;background:var(--border);color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data).no-style,body input[type="email"]:not(.large-time-input):not(.cell-data).no-style,body input[type="url"]:not(.large-time-input):not(.cell-data).no-style,body input[type="password"]:not(.large-time-input):not(.cell-data).no-style,body input[type="search"]:not(.large-time-input):not(.cell-data).no-style,body input[type="number"]:not(.large-time-input):not(.cell-data).no-style,body input[type="tel"]:not(.large-time-input):not(.cell-data).no-style,body input[type="range"]:not(.large-time-input):not(.cell-data).no-style,body input[type="date"]:not(.large-time-input):not(.cell-data).no-style,body input[type="month"]:not(.large-time-input):not(.cell-data).no-style,body input[type="week"]:not(.large-time-input):not(.cell-data).no-style,body input[type="time"]:not(.large-time-input):not(.cell-data).no-style,body input[type="datetime"]:not(.large-time-input):not(.cell-data).no-style,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).no-style,body input[type="color"]:not(.large-time-input):not(.cell-data).no-style,body textarea:not(.large-time-input):not(.cell-data).no-style{background:none;-webkit-box-shadow:none !important;box-shadow:none !important;border:none}body input[type="text"]:not(.large-time-input):not(.cell-data).code-input,body input[type="email"]:not(.large-time-input):not(.cell-data).code-input,body input[type="url"]:not(.large-time-input):not(.cell-data).code-input,body input[type="password"]:not(.large-time-input):not(.cell-data).code-input,body input[type="search"]:not(.large-time-input):not(.cell-data).code-input,body input[type="number"]:not(.large-time-input):not(.cell-data).code-input,body input[type="tel"]:not(.large-time-input):not(.cell-data).code-input,body input[type="range"]:not(.large-time-input):not(.cell-data).code-input,body input[type="date"]:not(.large-time-input):not(.cell-data).code-input,body input[type="month"]:not(.large-time-input):not(.cell-data).code-input,body input[type="week"]:not(.large-time-input):not(.cell-data).code-input,body input[type="time"]:not(.large-time-input):not(.cell-data).code-input,body input[type="datetime"]:not(.large-time-input):not(.cell-data).code-input,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).code-input,body input[type="color"]:not(.large-time-input):not(.cell-data).code-input,body textarea:not(.large-time-input):not(.cell-data).code-input{padding:0;width:7rem;height:8rem;text-align:center;font-size:4rem;background:none;border:1px solid var(--border);caret-color:transparent}body textarea:not(.large-time-input):not(.cell-data){height:auto;padding-top:calc((var(--field) - var(--fz)) / 2.5) !important;padding-bottom:calc((var(--field) - var(--fz)) / 2.5) !important;resize:none}body .params .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body .params .item .title{-ms-flex-negative:0;flex-shrink:0;padding-right:2rem;color:var(--text-grey);font-weight:500}body .params .item .value{text-align:right}body .params .item:not(:last-child){margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}body .input-wrapper{position:relative}body .input-wrapper.full{width:100%}body .input-wrapper>.icon,body .input-wrapper>.clear-input,body .input-wrapper>.arrow,body .input-wrapper>.fixed-label{position:absolute;top:0;bottom:0;width:var(--field);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--text-grey)}body .input-wrapper>.icon.theme,body .input-wrapper>.clear-input.theme,body .input-wrapper>.arrow.theme,body .input-wrapper>.fixed-label.theme{color:var(--theme)}body .input-wrapper>.icon.bold:before,body .input-wrapper>.clear-input.bold:before,body .input-wrapper>.arrow.bold:before,body .input-wrapper>.fixed-label.bold:before{font-weight:600}body .input-wrapper>.icon.large,body .input-wrapper>.clear-input.large,body .input-wrapper>.arrow.large,body .input-wrapper>.fixed-label.large{--field: var(--field-large)}body .input-wrapper>.icon.big,body .input-wrapper>.clear-input.big,body .input-wrapper>.arrow.big,body .input-wrapper>.fixed-label.big{--field: var(--field-big)}body .input-wrapper>.icon.medium,body .input-wrapper>.clear-input.medium,body .input-wrapper>.arrow.medium,body .input-wrapper>.fixed-label.medium{--field: var(--field-medium)}body .input-wrapper>.icon.small,body .input-wrapper>.clear-input.small,body .input-wrapper>.arrow.small,body .input-wrapper>.fixed-label.small{--field: var(--field-small)}body .input-wrapper>.icon.mini,body .input-wrapper>.clear-input.mini,body .input-wrapper>.arrow.mini,body .input-wrapper>.fixed-label.mini{--field: var(--field-mini)}body .input-wrapper>.icon.icon,body .input-wrapper>.clear-input.icon,body .input-wrapper>.arrow.icon,body .input-wrapper>.fixed-label.icon{pointer-events:none;left:0}body .input-wrapper>.icon.arrow,body .input-wrapper>.clear-input.arrow,body .input-wrapper>.arrow.arrow,body .input-wrapper>.fixed-label.arrow{pointer-events:none;right:0}body .input-wrapper>.icon.fixed-label,body .input-wrapper>.clear-input.fixed-label,body .input-wrapper>.arrow.fixed-label,body .input-wrapper>.fixed-label.fixed-label{pointer-events:none;right:0}body .input-wrapper>.icon.clear-input,body .input-wrapper>.clear-input.clear-input,body .input-wrapper>.arrow.clear-input,body .input-wrapper>.fixed-label.clear-input{-webkit-transition:0.2s;transition:0.2s;right:0;opacity:0;cursor:pointer}body .input-wrapper>.icon.clear-input:hover,body .input-wrapper>.clear-input.clear-input:hover,body .input-wrapper>.arrow.clear-input:hover,body .input-wrapper>.fixed-label.clear-input:hover{color:var(--red)}body .input-wrapper>.icon ~ input{padding-left:var(--field) !important}body .input-wrapper>.clear-input ~ input{padding-right:var(--field) !important}body .input-wrapper>.arrow ~ input{padding-right:var(--field) !important}body .input-wrapper>.fixed-label ~ input{padding-right:var(--field) !important}body .input-wrapper .inline{position:absolute;top:0;bottom:0;right:calc((var(--field) - var(--field-medium)) / 2);-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .input-wrapper:hover>.clear-input{opacity:1 !important}body .input-wrapper .dropdown-menu{width:100%}body .input-wrapper.with-btns{display:-webkit-box;display:-ms-flexbox;display:flex}body .input-wrapper.with-btns input{margin:0 1rem}body .input-wrapper.with-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .input-wrapper.with-checkbox .checkbox{-ms-flex-negative:0;flex-shrink:0;margin-right:1.2rem}body .input-wrapper.with-checkbox label{cursor:pointer}body .checkbox input{display:none}body .checkbox label{height:var(--checkbox);width:var(--checkbox);background:var(--bg);border:1px solid var(--border);border-radius:var(--rad-sm);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:transparent;-webkit-transition:0.3s;transition:0.3s;cursor:pointer;font-size:1.2rem}body .checkbox input.error+label{-webkit-box-shadow:0 0 0 3px var(--red-focus);box-shadow:0 0 0 3px var(--red-focus);background:var(--red-opacity)}body .checkbox input:checked+label{background:var(--theme);border-color:transparent;color:var(--text)}body .checkbox input:active+label{border-color:var(--focus);-webkit-box-shadow:0 0 0 3px var(--focus);box-shadow:0 0 0 3px var(--focus)}@media (max-width: 767.99px){.hide-sm{display:none !important}html{font-size:2vw}}@media (min-width: 768px) and (max-width: 1024.99px){.hide-md{display:none !important}html{font-size:1.3vw}}@media (max-width: 1399px) and (min-width: 1025px){html{font-size:0.75vw}}@media (min-width: 1025px){.hide-lg{display:none !important}}@font-face{font-family:'icomoon';src:url("../fonts/icomoon.eot?xw075k");src:url("../fonts/icomoon.eot?xw075k#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?xw075k") format("truetype"),url("../fonts/icomoon.woff?xw075k") format("woff"),url("../fonts/icomoon.svg?xw075k#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^="icon-"]:before,[class*=" icon-"]:before,.checkbox label:before,.site-header .menu-item-has-children>span:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bold-icon:before{font-weight:600}.icon-telegram:before{content:"\e900"}.icon-instagram:before{content:"\e901"}.icon-whatsapp:before{content:"\e902"}.icon-view-list:before{content:"\e903"}.icon-folder-open:before{content:"\e904"}.icon-upload:before{content:"\e905"}.icon-folder:before{content:"\e906"}.icon-download:before{content:"\e907"}.icon-place:before{content:"\e908"}.icon-light:before{content:"\e909"}.icon-dark:before{content:"\e90a"}.icon-arrow-down:before{content:"\e90b"}.icon-arrow-up:before{content:"\e90c"}.icon-arrow-right:before{content:"\e90d"}.icon-arrow-left:before{content:"\e90e"}.icon-up:before{content:"\e90f"}.icon-login:before{content:"\e910"}.icon-left:before{content:"\e911"}.icon-right:before{content:"\e912"}.icon-down:before{content:"\e913"}.icon-drag:before{content:"\e914"}.icon-bookmark:before{content:"\e915"}.icon-power:before{content:"\e916"}.icon-code:before{content:"\e917"}.icon-chat:before{content:"\e918"}.icon-history:before{content:"\e919"}.icon-user:before{content:"\e91a"}.icon-open:before{content:"\e91b"}.icon-error:before{content:"\e91c"}.icon-dashboard:before{content:"\e91d"}.icon-like:before{content:"\e91e"}.icon-event:before{content:"\e91f"}.icon-help:before{content:"\e920"}.icon-internet:before{content:"\e921"}.icon-time:before{content:"\e922"}.icon-lock:before{content:"\e923"}.icon-fav-solid:before{content:"\e924"}.icon-fav:before{content:"\e925"}.icon-document:before{content:"\e926"}.icon-logout:before{content:"\e927"}.icon-show:before{content:"\e928"}.icon-cart:before{content:"\e929"}.icon-trash:before{content:"\e92a"}.icon-success:before{content:"\e92b"}.icon-warning:before{content:"\e92c"}.icon-check:before{content:"\e92d"}.icon-settings:before{content:"\e92e"}.icon-avatar:before{content:"\e92f"}.icon-home:before{content:"\e930"}.icon-search:before{content:"\e931"}.icon-inventory:before{content:"\e932"}.icon-text:before{content:"\e933"}.icon-inbox:before{content:"\e934"}.icon-email:before{content:"\e935"}.icon-phone:before{content:"\e936"}.icon-call:before{content:"\e937"}.icon-notif:before{content:"\e938"}.icon-move:before{content:"\e939"}.icon-unfold-more:before{content:"\e93a"}.icon-edit:before{content:"\e93b"}.icon-add:before{content:"\e93c"}.icon-add-circle:before{content:"\e93d"}.icon-remove:before{content:"\e93e"}.icon-remove-circle:before{content:"\e93f"}.icon-filter:before{content:"\e940"}.icon-mic:before{content:"\e941"}.icon-attach:before{content:"\e942"}.icon-emoji:before{content:"\e943"}.icon-cancel:before{content:"\e944"}.icon-close:before{content:"\e945"}.icon-menu:before,.site-header .menu-item-has-children>span:before{content:"\e946"}.icon-more-h:before{content:"\e947"}.icon-more-v:before{content:"\e948"}.icon-send:before{content:"\e949"}.icon-sync:before{content:"\e94a"}.icon-refresh:before{content:"\e94b"}.icon-person-add:before{content:"\e94c"}.icon-group:before{content:"\e94d"}.icon-group-add:before{content:"\e94e"}.icon-done:before{content:"\e94f"}.icon-checklist:before{content:"\e950"}.icon-checkbox:before{content:"\e951"}.icon-list:before{content:"\e952"}.icon-flag:before{content:"\e953"}.icon-click:before{content:"\e954"}.icon-mouse:before{content:"\e955"}.icon-align-right:before{content:"\e956"}.icon-underlined:before{content:"\e957"}.icon-align-center:before{content:"\e958"}.icon-align-left:before{content:"\e959"}.icon-through:before{content:"\e95a"}.icon-italic:before{content:"\e95b"}.icon-bold:before{content:"\e95c"}.icon-table:before{content:"\e95d"}.icon-view-grid:before{content:"\e95e"}.icon-verified:before{content:"\e95f"}.icon-play:before{content:"\e960"}.icon-pause:before{content:"\e961"}.icon-mic-off:before{content:"\e962"}.icon-star:before{content:"\e963"}.icon-star-outline:before{content:"\e964"}.icon-coin:before{content:"\e965"}header.site-header{position:sticky;top:var(--admin-bar);z-index:32;-webkit-transition:0.2s;transition:0.2s}header.site-header.scroll{-webkit-box-shadow:var(--shadow-s);box-shadow:var(--shadow-s);background:var(--bg)}header.site-header.scroll .wrapper .phone-wrapper:before{color:var(--dark) !important}header.site-header .wrapper{height:var(--header);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header.site-header .wrapper .logo-wrapper{margin-right:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header.site-header .wrapper .logo-wrapper .text{font-size:0.8em;width:36rem}header.site-header .wrapper nav>ul{display:-webkit-box;display:-ms-flexbox;display:flex}header.site-header .wrapper nav>ul>li{position:relative}header.site-header .wrapper nav>ul>li>a,header.site-header .wrapper nav>ul>li>span{font-weight:500;color:var(--text);position:relative;padding:0.6rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:0.2s;transition:0.2s}header.site-header .wrapper nav>ul>li>a:before,header.site-header .wrapper nav>ul>li>span:before{margin-right:1rem;font-size:1.2em}header.site-header .wrapper nav>ul>li>a:hover,header.site-header .wrapper nav>ul>li>span:hover{color:var(--text-grey)}header.site-header .wrapper nav>ul>li:not(:last-child){margin-right:3rem}header.site-header .wrapper nav>ul>li ul{position:absolute;left:-2rem;top:100%;background:var(--bg);border-radius:var(--rad);padding:0.4rem 0;display:none;-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m)}header.site-header .wrapper nav>ul>li ul li a{display:block;padding:0.8rem 2rem;white-space:nowrap;font-size:var(--fz-smaller);color:var(--text);font-weight:500}header.site-header .wrapper nav>ul>li ul li a:hover{background:var(--grey-bg)}header.site-header .wrapper nav>ul>li:hover ul{display:block}header.site-header .wrapper .phone-wrapper{line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:0.3s;transition:0.3s;font-size:2.2rem;font-weight:600;color:var(--text)}header.site-header .wrapper .phone-wrapper:before{color:var(--text);margin-right:1.2rem;-webkit-transition:0.2s;transition:0.2s}header.site-header .wrapper .phone-wrapper:hover{color:var(--text-grey)}header.site-header .wrapper .header-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}header.site-header .wrapper .header-icons a{width:var(--field);height:var(--field);background:var(--theme);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;font-size:2.5rem}header.site-header .wrapper .header-icons a.text{color:var(--text)}header.site-header .wrapper .header-icons a:not(:last-child){margin-right:1.5rem}header.site-header .wrapper .header-icons a:hover{background:var(--dark)}header.site-header .wrapper .toggle-menu{margin-left:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:3rem;cursor:pointer;-webkit-transition:0.2s;transition:0.2s}header.site-header .wrapper .toggle-menu:hover{color:var(--theme)}.mobile-menu{position:fixed;top:calc(var(--header) + var(--admin-bar));left:0;right:0;bottom:0;background:var(--bg);z-index:34;border-top:1px solid var(--border)}.mobile-menu:not(.show){display:none}.mobile-menu .wrapper{padding:4rem 0}.mobile-menu .wrapper nav{margin-bottom:4rem}.mobile-menu .wrapper nav li a,.mobile-menu .wrapper nav li span{display:block;position:relative;padding:2rem 0;font-size:var(--fz-large);font-weight:500;color:var(--text)}.mobile-menu .wrapper nav li a .arrow,.mobile-menu .wrapper nav li span .arrow{position:absolute;padding:0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;right:0;bottom:0;cursor:pointer;-webkit-transition:0.3s;transition:0.3s;font-size:0.9em;color:var(--text-grey)}.mobile-menu .wrapper nav li:not(:last-child) a,.mobile-menu .wrapper nav li:not(:last-child) span{border-bottom:1px solid var(--border)}.mobile-menu .wrapper nav li.menu-item-has-children a{border-bottom:1px solid var(--border)}.mobile-menu .wrapper nav li ul{display:none}.mobile-menu .wrapper nav li ul li a{padding-left:2rem}.mobile-menu .wrapper nav li.show a .arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mobile-menu .wrapper nav li.show ul{display:block}.mobile-menu .wrapper .cup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-menu .wrapper .cup .image{width:6rem;height:6rem;-ms-flex-negative:0;flex-shrink:0;border-radius:100%;background:var(--theme);padding:1rem;margin-right:2rem}.mobile-menu .wrapper .cup .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width: 767.99px){header.site-header{--logo: 2.2rem}header.site-header .wrapper nav{display:none}header.site-header .wrapper .logo-wrapper{margin-right:auto}header.site-header .wrapper .phone-wrapper{font-size:1.8rem}header.site-header .wrapper .phone-wrapper:before{margin-right:0.8rem}}@media (min-width: 768px) and (max-width: 1024.99px){header.site-header .wrapper nav{display:none}header.site-header .wrapper .logo-wrapper{margin-right:auto}}section.additional-links .wrapper{background:var(--bg);border-radius:var(--rad-md);-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m);padding:3rem}section.additional-links .wrapper .links-tabs{margin-bottom:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;background:var(--grey-bg);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:var(--rad-md);padding:4px}section.additional-links .wrapper .links-tabs .tab{padding:1rem 1.5rem;border-radius:calc(var(--rad-md) - 4px);font-size:var(--fz-smaller);-webkit-transition:0.2s;transition:0.2s;font-weight:500;cursor:pointer}section.additional-links .wrapper .links-tabs .tab.active{background:var(--bg)}section.additional-links .wrapper .links-content{padding-bottom:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid var(--border)}section.additional-links .wrapper .links-content .links{height:0;overflow:hidden}section.additional-links .wrapper .links-content .links.active{height:auto}section.additional-links .wrapper .links nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}section.additional-links .wrapper .links nav ul li a{padding:0.5rem 1rem;display:block;font-size:var(--fz-smaller);color:var(--text-grey);border-radius:var(--rad);font-weight:500;text-align:center;-webkit-text-decoration:underline var(--border);text-decoration:underline var(--border)}section.additional-links .wrapper .links nav ul li a:hover{background:var(--grey-bg);-webkit-text-decoration:underline transparent;text-decoration:underline transparent}footer.site-footer{padding:2rem 0 5rem 0}footer.site-footer .wrapper{background:var(--bg);border-radius:var(--rad-md);-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m);padding:5rem 7rem;font-size:var(--fz-small);line-height:1.3;position:relative;z-index:2}footer.site-footer .wrapper .top-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer.site-footer .wrapper .about>*:not(:last-child),footer.site-footer .wrapper .policy>*:not(:last-child){margin-bottom:0.8rem}footer.site-footer .wrapper .about>a:not(.btn),footer.site-footer .wrapper .policy>a:not(.btn){margin-bottom:1rem;display:block;text-decoration:underline;color:var(--text);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}footer.site-footer .wrapper .contacts .links a{color:var(--second);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--h5);font-weight:600}footer.site-footer .wrapper .contacts .links a:not(:last-child){margin-bottom:0.5rem}footer.site-footer .wrapper .contacts .links a span{text-decoration:underline}footer.site-footer .wrapper .contacts .links a:before{margin-right:1.5rem}footer.site-footer .wrapper .contacts .address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--fz-smaller);line-height:1.3}footer.site-footer .wrapper .contacts .address:before{color:var(--dark);margin-right:1.5rem;font-size:var(--h2)}footer.site-footer .wrapper .social{display:-webkit-box;display:-ms-flexbox;display:flex}footer.site-footer .wrapper .social a{width:4.5rem;height:4.5rem;display:-webkit-box;display:-ms-flexbox;display:flex}footer.site-footer .wrapper .social a img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}footer.site-footer .wrapper .social a:not(:last-child){margin-right:2rem}footer.site-footer .wrapper .dev a{font-weight:600;text-decoration:underline}footer.site-footer .wrapper .bottom-footer{margin-top:4rem}footer.site-footer .wrapper .bottom-footer .links-wrapper:not(:last-child){margin-bottom:3rem}footer.site-footer .wrapper .bottom-footer .links-wrapper nav ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-0.5rem -0.5rem;width:calc(100% + 1rem)}footer.site-footer .wrapper .bottom-footer .links-wrapper nav ul li{margin:0.5rem}footer.site-footer .wrapper .bottom-footer .links-wrapper nav ul li a{color:var(--text-grey);text-decoration:underline}.home footer.site-footer{position:relative}.home footer.site-footer:before{content:'';position:absolute;bottom:0;right:0;left:0;height:90vh;background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--blue-bg)));background:linear-gradient(transparent, var(--blue-bg))}@media (max-width: 767.99px){footer.site-footer .wrapper{padding:4rem 2rem}footer.site-footer .wrapper .top-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}footer.site-footer .wrapper .top-footer>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer.site-footer .wrapper .top-footer>*:not(:last-child){margin-bottom:3rem}footer.site-footer .wrapper .contacts .links a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer.site-footer .wrapper .contacts .address{text-align:left}}@media (min-width: 768px) and (max-width: 1024.99px){footer.site-footer .wrapper{padding:5rem}footer.site-footer .wrapper .top-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}footer.site-footer .wrapper .top-footer>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer.site-footer .wrapper .top-footer>*:not(:last-child){margin-bottom:3rem}footer.site-footer .wrapper .contacts .links a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer.site-footer .wrapper .contacts .address{text-align:left}}body .star-rating{display:-webkit-box;display:-ms-flexbox;display:flex}body .star-rating li{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--border)}body .star-rating li:not(:last-child){margin-right:0.25rem}body .star-rating li.active{color:#ffc64b}body .beauty-btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:var(--darkest);border-radius:var(--rad-lg);-webkit-transition:0.2s;transition:0.2s}body .beauty-btn.center{margin-left:auto;margin-right:auto}body .beauty-btn span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 3.5rem;height:6.2rem;border-radius:var(--rad-lg);background:-webkit-gradient(linear, left top, left bottom, from(var(--dark)), to(var(--light)));background:linear-gradient(var(--dark), var(--light));font-weight:600;font-size:var(--fz-smaller);color:#000;-webkit-transition:0.2s;transition:0.2s;min-width:28rem;-webkit-transform:translateY(-0.4rem);transform:translateY(-0.4rem);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .beauty-btn span.after-image:after{content:'';width:6rem;height:4rem;background-image:url(/wp-content/themes/init/img/gift.png);background-position:center;background-size:contain;background-repeat:no-repeat;margin-left:0.5rem;margin-right:-2rem}body .beauty-btn:hover{-webkit-filter:brightness(1.06);filter:brightness(1.06)}body .beauty-btn:active span{-webkit-transform:none;transform:none}body .beauty-btn.white{background:#d0ecfc}body .beauty-btn.white span{background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6f6ff));background:linear-gradient(#fff, #e6f6ff);color:#000 !important}body .orange-theme .beauty-btn span{color:#fff}body .tag{padding:1rem 1.2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:1;color:var(--theme);background:var(--opacity);font-weight:600;border-radius:3rem;font-size:var(--fz-small);text-transform:uppercase;letter-spacing:0.1em;-webkit-transition:0.2s;transition:0.2s}body .tag.symmetric{padding:0.7rem}body .tag.small{padding:0.6rem 0.7rem;font-size:calc(var(--fz) * 0.8)}body .tag span.icon:not(:last-child){margin-right:0.4em}body .tag .close{margin-left:0.4rem;cursor:pointer;-webkit-transition:0.2s;transition:0.2s}body .tag .close:hover{color:var(--red)}body .tag.blue{--theme: var(--blue);--opacity: var(--blue-opacity)}body .tag.orange{--theme: var(--orange);--opacity: var(--orange-opacity)}body .tag.red{--theme: var(--red);--opacity: var(--red-opacity)}body .tag.green,body .tag.done{--theme: var(--green);--opacity: var(--green-opacity)}body .tag.hover{cursor:pointer}body .tag.hover:hover{background:var(--theme);color:#fff}body .tag.grey{color:var(--text-grey);background:var(--border)}body .tag.grey.hover:hover{background:var(--theme);color:#fff}body .tag.bg{background:var(--bg)}body .tag.solid{background:var(--theme);color:#fff}body .tags{display:-webkit-box;display:-ms-flexbox;display:flex;--tags-margin: 0.3rem}body .tags>.line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:calc(var(--tags-margin) * -1)}body .tags>.line>*{margin:var(--tags-margin)}body .tags.small{--tags-margin: 0.2rem}body .categories{border:1px solid var(--border);padding:1.5rem 0}body .categories .item{cursor:pointer;padding:0 2rem;display:block;font-weight:500;margin-left:-1px;position:relative;color:var(--text)}body .categories .item::before{content:'';position:absolute;left:0;bottom:0;height:0;width:3px;background:var(--theme);-webkit-transition:0.3s;transition:0.3s}body .categories .item:not(:last-child){margin-bottom:1.5rem}body .categories .item:hover:before,body .categories .item.active:before{height:100%}body .pagination .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .pagination .nav-links>*{margin:0 1rem}body .pagination .nav-links>*:not(.next):not(.prev){font-size:var(--fz-large)}body .pagination .nav-links a:not(.next):not(.prev){color:var(--theme)}body .pagination .nav-links .next,body .pagination .nav-links .prev{width:var(--field-medium);height:var(--field-medium);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--border);border-radius:var(--rad);color:var(--text)}body .pagination .nav-links .next span,body .pagination .nav-links .prev span{display:-webkit-box;display:-ms-flexbox;display:flex}body .pagination .nav-links .next.current,body .pagination .nav-links .prev.current{border:2px solid var(--text-grey);background:var(--grey-bg)}body .pagination .nav-links .next:hover,body .pagination .nav-links .prev:hover{background:var(--theme);border-color:transparent;color:#fff}body .no-results{background:var(--grey-bg);padding:5rem;border-radius:var(--rad)}body .small-news-card{display:-webkit-box;display:-ms-flexbox;display:flex}body .small-news-card .image{width:10rem;height:10rem;-ms-flex-negative:0;flex-shrink:0;margin-right:2.5rem;background:var(--grey-bg)}body .small-news-card .image .placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:3rem;color:var(--text-grey-light)}body .small-news-card .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body .small-news-card .card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center}body .small-news-card .card-content .subtitle{margin-bottom:1rem}body .small-news-card .card-content .title{font-weight:700;line-height:1.3;margin-bottom:1.2rem;color:var(--text)}body .small-news-card .card-content .title:hover{color:var(--theme)}body .small-news-card .card-content .stats{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;font-size:var(--fz-smaller)}body .small-news-card .card-content .stats .stat{font-weight:500;color:var(--text-grey-light)}body .small-news-card .card-content .stats .stat:before{margin-right:0.3em}body .small-news-card .card-content .stats .stat:not(:last-child){margin-right:1.5rem}body .catalog{display:-webkit-box;display:-ms-flexbox;display:flex}body .catalog>.line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 4rem);margin:-2.5rem -2rem}body .catalog>.line>*{margin:2.5rem 2rem}body .catalog>.line>*:not(.news-card){width:calc(100% - 4rem)}body .catalog>.line>*.news-card{width:calc((100% / var(--catalog)) - 4rem)}body .inline-catalog{display:-webkit-box;display:-ms-flexbox;display:flex}body .inline-catalog>.line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 3rem);margin:-2rem -1.5rem}body .inline-catalog>.line>*{margin:2rem 1.5rem}body .inline-catalog>.line>*:not(.inline-news-card){width:calc(100% + 3rem)}body .inline-catalog>.line>*.inline-news-card{width:calc((100% / var(--inline-catalog)) - 3rem)}body .news-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body .news-card .image-wrapper{overflow:hidden;position:relative;margin-bottom:2rem}body .news-card .image-wrapper .actions{padding:0.5rem;position:absolute;top:0;left:0;right:0;color:#fff;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.7)), to(rgba(255,255,255,0)));background:linear-gradient(rgba(0,0,0,0.7), rgba(255,255,255,0));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--fz-large);-webkit-transition:0.3s;transition:0.3s;opacity:0}body .news-card .image-wrapper .actions .icon{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.75rem;cursor:pointer;opacity:0.7;-webkit-transition:0.2s;transition:0.2s}body .news-card .image-wrapper .actions .icon:hover{opacity:1}body .news-card .image-wrapper .image{height:18rem;display:block;background:var(--grey-bg)}body .news-card .image-wrapper .image .placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:9rem;color:var(--text-grey-light)}body .news-card .image-wrapper .image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}body .news-card .image-wrapper:hover .actions{opacity:1}body .news-card .card-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body .news-card .card-content .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}body .news-card .card-content .title{font-size:var(--h6);line-height:1.3;font-weight:600;color:var(--text);margin-bottom:1.5rem}body .news-card .card-content .title:hover{color:var(--theme)}body .news-card .card-content .stats{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;font-size:var(--fz-smaller)}body .news-card .card-content .stats .stat{font-weight:500;color:var(--text-grey-light)}body .news-card .card-content .stats .stat:before{margin-right:0.3em;font-weight:500}body .news-card .card-content .stats .stat:not(:last-child){margin-right:1.5rem}body .large-catalog .large-news-card:not(:last-child){margin-bottom:5rem}body .large-catalog .large-news-card:not(:last-child)::after{content:'';height:4px;width:100%;margin:4rem auto 0 auto;border:solid var(--border);border-width:1px 0}body .large-news-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body .large-news-card .image-wrapper{overflow:hidden;position:relative;margin-bottom:2rem;background:var(--grey-bg)}body .large-news-card .image-wrapper .actions{padding:0.5rem;position:absolute;top:0;left:0;right:0;color:#fff;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.7)), to(rgba(255,255,255,0)));background:linear-gradient(rgba(0,0,0,0.7), rgba(255,255,255,0));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--fz-large);-webkit-transition:0.3s;transition:0.3s;opacity:0}body .large-news-card .image-wrapper .actions .icon{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.75rem;cursor:pointer;opacity:0.7;-webkit-transition:0.2s;transition:0.2s}body .large-news-card .image-wrapper .actions .icon:hover{opacity:1}body .large-news-card .image-wrapper .image{height:30rem;display:block}body .large-news-card .image-wrapper .image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}body .large-news-card .image-wrapper .placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:18rem;color:var(--text-grey-light)}body .large-news-card .image-wrapper .tags{position:absolute;left:2.5rem;bottom:2.5rem}body .large-news-card .image-wrapper:hover .actions{opacity:1}body .large-news-card .card-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body .large-news-card .card-content .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}body .large-news-card .card-content .title{font-size:var(--h3);line-height:1.3;font-weight:700;color:var(--text);margin-bottom:1rem}body .large-news-card .card-content .title:hover{color:var(--theme)}body .large-news-card .card-content .stats{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;margin-bottom:1.5rem;font-size:var(--fz-smaller)}body .large-news-card .card-content .stats .stat{font-weight:500;color:var(--text-grey-light)}body .large-news-card .card-content .stats .stat:before{margin-right:0.3em;font-weight:500}body .large-news-card .card-content .stats .stat:not(:last-child){margin-right:1.5rem}body .inline-news-card{display:-webkit-box;display:-ms-flexbox;display:flex}body .inline-news-card .image-wrapper{overflow:hidden;position:relative;margin-right:2.5rem;width:20rem;-ms-flex-negative:0;flex-shrink:0}body .inline-news-card .image-wrapper .actions{padding:0.5rem;position:absolute;top:0;left:0;right:0;color:#fff;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.7)), to(rgba(255,255,255,0)));background:linear-gradient(rgba(0,0,0,0.7), rgba(255,255,255,0));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--fz-large);-webkit-transition:0.3s;transition:0.3s;opacity:0}body .inline-news-card .image-wrapper .actions .icon{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.75rem;cursor:pointer;opacity:0.7;-webkit-transition:0.2s;transition:0.2s}body .inline-news-card .image-wrapper .actions .icon:hover{opacity:1}body .inline-news-card .image-wrapper .image{height:14rem;display:block}body .inline-news-card .image-wrapper .image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}body .inline-news-card .image-wrapper:hover .actions{opacity:1}body .inline-news-card .card-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:0}body .inline-news-card .card-content .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}body .inline-news-card .card-content .title{font-size:var(--h5);line-height:1.3;font-weight:600;color:var(--text);margin-bottom:0.7rem}body .inline-news-card .card-content .title:hover{color:var(--theme)}body .inline-news-card .card-content .stats{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;margin-bottom:1rem;font-size:var(--fz-smaller)}body .inline-news-card .card-content .stats .stat{font-weight:500;color:var(--text-grey-light)}body .inline-news-card .card-content .stats .stat:before{margin-right:0.3em;font-weight:500}body .inline-news-card .card-content .stats .stat:not(:last-child){margin-right:1.5rem}body .inline-news-card .card-content .description{font-weight:500;color:var(--text-grey);font-family:var(--second)}body .page-title{padding-top:2rem;padding-bottom:4rem}body .page-title #bread{margin-bottom:1rem}body .blog-grid{display:-webkit-box;display:-ms-flexbox;display:flex}body .blog-grid .line{width:calc(100% + 3rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-2rem -1.5rem}body .blog-grid .line>*{margin:2rem 1.5rem}body .blog-grid .line>*:not(.blog-card){width:calc(100% - 3rem)}body .blog-grid .line>*.blog-card{width:calc((100% / var(--blog)) - 3rem)}body .blog-grid .line .blog-card{color:var(--text) !important}body .blog-grid .line .blog-card .image{display:-webkit-box;display:-ms-flexbox;display:flex;height:20rem;overflow:hidden;margin-bottom:1.5rem;border-radius:var(--rad)}body .blog-grid .line .blog-card .image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:0.5s;transition:0.5s}body .blog-grid .line .blog-card .image:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}body .blog-grid .line .blog-card .title{font-size:2rem;margin-bottom:1rem;font-weight:600;color:var(--text);display:block}body .blog-grid .line .blog-card .description{margin-bottom:1rem;font-size:var(--fz-smaller);color:var(--text-grey)}body .blog-grid .line .blog-card .date{margin-top:auto;font-size:var(--fz-smaller);font-weight:600}body .push-notifications{position:fixed;right:2rem;bottom:0;z-index:99;width:var(--notifications);padding:1rem 0;pointer-events:none;-webkit-filter:drop-shadow(var(--shadow-s));filter:drop-shadow(var(--shadow-s))}body .push-notifications .notif-item{padding:1rem 0;display:none;-webkit-transition:0s;transition:0s;color:var(--text) !important}body .push-notifications .notif-item .notif-wrapper{pointer-events:all;background:var(--bg);border:1px solid var(--border);padding:var(--padding);border-radius:var(--rad-md);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border-left:3px solid var(--theme)}body .push-notifications .notif-item .notif-wrapper .avatar{margin-right:1.6rem}body .push-notifications .notif-item .notif-wrapper .notif-content h6{font-size:1.6rem}body .push-notifications .notif-item .notif-wrapper .notif-content p{font-weight:500;color:var(--text-grey)}body .push-notifications .notif-item .notif-wrapper .notif-content .inline{padding-top:1rem}body .push-notifications .notif-item .notif-wrapper .close-icon{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem;color:var(--text-grey);-webkit-transition:0.2s;transition:0.2s;cursor:pointer}body .push-notifications .notif-item .notif-wrapper .close-icon:hover{color:var(--red)}body .instagram-grid{display:-webkit-box;display:-ms-flexbox;display:flex}body .instagram-grid .line{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% + 2rem);margin:-1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}body .instagram-grid .line .item{width:calc((100% / var(--instagram-grid)) - 2rem);height:calc((var(--container) / var(--instagram-grid)) - 2rem);margin:1rem;background-position:center;background-size:cover;position:relative;color:#fff !important;overflow:hidden;display:block;padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body .instagram-grid .line .item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}body .instagram-grid .line .item:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-transition:0.4s;transition:0.4s;opacity:0;z-index:2}body .instagram-grid .line .item .content{-webkit-transition:0.4s;transition:0.4s;opacity:0;position:relative;z-index:3;text-align:center;-webkit-transform:translateY(-5rem);transform:translateY(-5rem);font-size:var(--fz-smaller)}body .instagram-grid .line .item .content img{display:inline-block}body .instagram-grid .line .item:hover:before{opacity:1}body .instagram-grid .line .item:hover .content{opacity:1;-webkit-transform:none;transform:none}body .accords{border-top:1px solid var(--border)}body .accords .accord{border-bottom:1px solid var(--border)}body .accords .accord .accord-header{padding:1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:0.2s;transition:0.2s;cursor:pointer}body .accords .accord .accord-header .title{font-weight:600;font-size:var(--fz)}body .accords .accord .accord-header .title.large{font-size:var(--fz-large)}body .accords .accord .accord-header .icon{width:3.5rem;height:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:2rem;-webkit-transition:0.2s;transition:0.2s;border-radius:100%;-ms-flex-negative:0;flex-shrink:0;margin-left:3rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}body .accords .accord .accord-header:hover .icon{background:var(--theme)}body .accords .accord .accord-content{padding-bottom:2rem;font-size:var(--fz-smaller);display:none}body .accords .accord.active .accord-header .icon{-webkit-transform:none;transform:none}body .accords .accord.active .accord-content{display:block}body .reviews-grid{display:-webkit-box;display:-ms-flexbox;display:flex}body .reviews-grid .line{width:calc(100% + 4rem);margin:-2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body .reviews-grid .line .review{width:calc((100% / var(--reviews)) - 4rem);margin:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body .reviews-grid .line .review .review-content{background:var(--bg);border-radius:var(--rad-md);padding:3rem;-webkit-filter:drop-shadow(var(--shadow-s));filter:drop-shadow(var(--shadow-s));-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:var(--fz-smaller);position:relative;margin-bottom:4.5rem}body .reviews-grid .line .review .review-content:before{content:'';position:absolute;left:3rem;bottom:-3rem;width:0px;height:0px;border-top:3rem solid transparent;border-bottom:3rem solid transparent;border-left:3rem solid var(--bg)}body .reviews-grid .line .review .review-user{display:-webkit-box;display:-ms-flexbox;display:flex}body .reviews-grid .line .review .review-user .image{width:5rem;height:5rem;border-radius:100%;background-position:center;background-size:cover;margin-right:1.5rem}body .reviews-grid .line .review .review-user .text-wrapper .name{font-weight:600}body .reviews-grid .line .review .review-user .text-wrapper .full-review{font-size:var(--fz-smaller);color:var(--second);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:500;border-bottom:2px solid var(--second);cursor:pointer}body .steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body .steps .step{width:22%;font-size:var(--fz-smaller);text-align:center}body .steps .step .image{width:20rem;height:20rem;background-position:center;background-size:contain;background-repeat:no-repeat;margin-left:auto;margin-right:auto}body .steps .step .title{margin-bottom:1.5rem;font-weight:600}body .steps .sep{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:3px;background:var(--border);margin-top:10rem;margin-left:-2rem;margin-right:-2rem}body .list .item{display:-webkit-box;display:-ms-flexbox;display:flex}body .list .item .circle{margin-right:2.5rem;width:2.5rem;height:2.5rem;background:var(--theme);border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:1.5rem}body .list .item .text-wrapper{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .list .item .text-wrapper b{font-weight:600;color:var(--second)}body .list .item:not(:last-child){margin-bottom:1.5rem}body .instruction{position:relative;z-index:2;background:var(--bg);border-radius:var(--rad-md);padding:5rem;-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m)}body .instruction .image{position:absolute;top:0;left:0;width:12rem;height:12rem;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-transform:rotate(90deg) translate(-40%, 20%);transform:rotate(90deg) translate(-40%, 20%)}body .instruction .title{margin-bottom:3rem}body .instruction .instruction-grid{display:-webkit-box;display:-ms-flexbox;display:flex}body .instruction .instruction-grid .line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 4rem);margin:-2rem}body .instruction .instruction-grid .line .instruction-item{width:calc((100% / var(--instruction)) - 4rem);margin:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .instruction .instruction-grid .line .instruction-item .number{line-height:1;font-size:8rem;margin-right:1.5rem;font-weight:600;color:var(--theme);width:0.6em;-ms-flex-negative:0;flex-shrink:0;text-align:center}body .popper-wrapper{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:help}body .popper-wrapper:hover .popper{display:block}body .popper-wrapper .popper{position:absolute;z-index:3;left:50%;bottom:calc(100% + 2rem);-webkit-transform:translateX(-50%);transform:translateX(-50%);background:var(--bg);-webkit-box-shadow:var(--shadow-s);box-shadow:var(--shadow-s);border-radius:var(--rad-md);padding:2rem;width:30rem;font-size:var(--fz-smaller);line-height:1.3;display:none}body .popper-wrapper .popper .title{text-transform:uppercase;font-weight:700;color:var(--second)}body .popper-wrapper .popper>*:not(:last-child){margin-bottom:1.5rem}body .house{position:relative;margin:-2rem 0}body .house .image{display:-webkit-box;display:-ms-flexbox;display:flex}body .house .image img{width:100%;height:auto}body .house .point{position:absolute}body .house .point:nth-child(1){left:13.5%;top:46%}body .house .point:nth-child(2){left:25%;top:38%}body .house .point:nth-child(3){left:40%;top:61%}body .house .point:nth-child(4){left:63%;top:57%}body .house .point:nth-child(5){left:62%;top:22%}body .house .point .circle{width:2.5rem;height:2.5rem;background:var(--theme);border-radius:100%;-webkit-box-shadow:var(--shadow-mc);box-shadow:var(--shadow-mc);position:relative}body .section-header .description{line-height:1.4;font-size:var(--fz-larger)}body .section-header .description span{color:var(--second)}body .other-grid{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--bg);padding:6rem 12rem;border-radius:var(--rad-md);-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m)}body .other-grid.hidden{display:none}body .other-grid .line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 6rem);margin:-3rem}body .other-grid .line .item{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc((100% / var(--other)) - 6rem);margin:3rem;color:var(--text)}body .other-grid .line .item .image{width:8rem;height:8rem;background-position:center;background-size:contain;background-repeat:no-repeat;margin:0 auto 1.5rem}body .other-grid .line .item .title{font-weight:500;line-height:1.3}body .cards-grid{display:-webkit-box;display:-ms-flexbox;display:flex}body .cards-grid .line{width:calc(100% + 6rem);margin:-3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body .cards-grid .line .card{width:calc((100% / var(--cards)) - 6rem);align-items: center; flex-direction: column;margin:3rem;border-radius:var(--rad-bg);-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m);background:var(--bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;padding:4rem;color:var(--text)}body .cards-grid .line .card .image{-ms-flex-negative:0;flex-shrink:0;/*margin-right:4rem;*/width:6rem;height:9rem;background-position:center;background-size:contain;background-repeat:no-repeat}body .cards-grid .line .card .card-content .title{font-weight:600;font-size:var(--h4)}body .cards-grid .line .card .card-content .text.bold{font-weight:600}body .cards-grid .line .card .card-content .text span{color:var(--second)}body .radio-group .radio-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}body .radio-group .radio-item .indicator{width:2rem;height:2rem;border:2px solid var(--second);border-radius:100%;-ms-flex-negative:0;flex-shrink:0;margin-right:1.5rem;-webkit-transition:0.2s;transition:0.2s;opacity:0.7;position:relative}body .radio-group .radio-item .indicator:before{content:'';position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:100%;background:var(--second);opacity:0;-webkit-transition:0.2s;transition:0.2s}body .radio-group .radio-item:not(:last-child){margin-bottom:1.5rem}body .radio-group .radio-item.active .indicator{opacity:1}body .radio-group .radio-item.active .indicator:before{opacity:1}body .select-variants{display:-webkit-box;display:-ms-flexbox;display:flex}body .select-variants .variant{cursor:pointer;position:relative;-webkit-transition:0.2s;transition:0.2s}body .select-variants .variant:before{position:absolute;left:0;top:0;width:3rem;height:3rem;background:var(--second);border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;-webkit-transform:scale(0) translate(-40%, -40%);transform:scale(0) translate(-40%, -40%);-webkit-transition:0.3s;transition:0.3s}body .select-variants .variant:not(:last-child){margin-right:2rem}body .select-variants .variant .image{width:26rem;height:26rem;-webkit-box-shadow:var(--shadow-mc);box-shadow:var(--shadow-mc);border-radius:var(--rad);overflow:hidden;background-position:center;background-size:cover;margin-bottom:1.5rem;overflow:hidden}body .select-variants .variant .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body .select-variants .variant .text{font-size:var(--h6);font-weight:600}body .select-variants .variant.active{color:var(--second)}body .select-variants .variant.active:before{-webkit-transform:scale(1) translate(-40%, -40%);transform:scale(1) translate(-40%, -40%)}body .checkboxes-list .checkbox-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}body .checkboxes-list .checkbox-item:not(:last-child){margin-bottom:1.5rem}body .checkboxes-list .checkbox-item .text{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 1.5rem;font-weight:500;color:var(--text-grey)}body .checkboxes-list .checkbox-item:hover .count-square,body .checkboxes-list .checkbox-item.active .count-square{background:var(--opacity);color:var(--theme)}body .search-form{display:-webkit-box;display:-ms-flexbox;display:flex}body .search-form .inputs{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:2rem;background:var(--border);border-radius:var(--rad)}body .search-form .inputs .input-wrapper{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .search-form .inputs .input-wrapper:not(:last-child){border-right:1px solid var(--border)}body .search-form .inputs .input-wrapper.large{width:70%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}body .popup{position:fixed;z-index:32;background:rgba(0,0,0,0.5);top:var(--admin-bar);right:0;bottom:0;left:0}body .popup.small{--popup: var(--small-popup)}body .popup:not(.debug){display:none}body .popup>.popup-content{height:100%;width:100%;padding:var(--padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}body .popup>.popup-content>.popup-blackboard{position:absolute;top:0;right:0;bottom:0;left:0}body .popup>.popup-content>.wrapper{background:var(--bg);-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m);border-radius:var(--rad-bg);position:relative;z-index:2;width:var(--popup)}body .popup>.popup-content>.wrapper .popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--border);padding:var(--padding-nm) var(--padding)}body .popup>.popup-content>.wrapper .tabs{padding:0 var(--padding);margin-left:calc(var(--padding) * -1);margin-right:calc(var(--padding) * -1);border-bottom:1px solid var(--border)}body .popup>.popup-content>.wrapper p{color:var(--text-grey);font-weight:500}body .popup>.popup-content>.wrapper .action{padding-top:1rem}body .popup>.popup-content>.wrapper>.content{padding:var(--padding);max-height:70vh;overflow:auto}body .popup>.popup-content>.wrapper .kanban-binding-form,body .popup>.popup-content>.wrapper .manually-form{display:none}@media (max-width: 767.99px){body .beauty-btn{width:100%}body .select-variants .variant .image{width:18rem;height:18rem}body .other-grid{padding:5rem}body .other-grid .line{width:calc(100% + 3rem);margin:-1.5rem}body .other-grid .line .item{width:calc((100% / var(--other)) - 3rem);margin:1.5rem}body .steps{display:block}body .steps .sep{height:6rem;width:3px;margin:2rem auto}body .steps .step{width:100%}}@media (min-width: 768px) and (max-width: 1024.99px){body .other-grid{padding:5rem}body .other-grid .line{width:calc(100% + 3rem);margin:-1.5rem}body .other-grid .line .item{width:calc((100% / var(--other)) - 3rem);margin:1.5rem}body .steps{-ms-flex-wrap:wrap;flex-wrap:wrap}body .steps .sep{display:none}body .steps .step{width:45%;padding:2rem}}.article-block ul{list-style:circle}.article-block ol{list-style:decimal}.article-block ul,.article-block ol{padding-left:1.8em}.article-block ul li::marker,.article-block ol li::marker{color:var(--text)}.article-block ul li:not(:last-child),.article-block ol li:not(:last-child){margin-bottom:1rem}.article-block blockquote{margin-left:0;background:var(--grey-bg);padding:2rem;color:var(--text-grey);font-weight:600;font-style:italic}section.auth .wrapper{min-height:calc(100vh - var(--header));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:var(--padding-bg) 0}section.auth .wrapper .auth-form{width:var(--auth);background:var(--bg);padding:4rem;border-radius:var(--rad);position:relative}section.auth .wrapper .auth-form.large{width:var(--auth-large)}section.auth .wrapper .auth-form .auth-text{text-align:center}section.auth .wrapper .auth-form .auth-text p{font-weight:500;color:var(--text-grey)}section.auth .wrapper .auth-form .auth-text p a{border-bottom:1px dashed}section.auth .wrapper .auth-form .or{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.auth .wrapper .auth-form .or::before,section.auth .wrapper .auth-form .or::after{content:'';height:1px;background:var(--border);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.auth .wrapper .auth-form .or span{color:var(--text-grey);font-weight:500;margin:0 2rem;font-size:calc(var(--fz) * 0.9)}section.auth .wrapper .auth-form .code-form{position:absolute;top:0;right:0;bottom:0;left:0;padding:inherit;text-align:center;background:var(--bg);display:none}section.auth .wrapper .auth-form .code-form .code-form-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.auth .wrapper .auth-success{text-align:center}section.auth .wrapper .auth-success:not(.show){display:none}section.auth .wrapper .auth-success .icon{width:8rem;height:8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--opacity);color:var(--theme);font-size:3.2rem;border-radius:100%;margin-left:auto;margin-right:auto}section.auth .wrapper .auth-success .text{font-weight:500;color:var(--text-grey)}@media screen and (max-width: 782px){section.auth .wrapper .auth-form{padding:0}}section.first-slide{background-position:center;background-size:cover;margin-top:calc(var(--header) * -1);margin-bottom:var(--section-padding);position:relative}section.first-slide>.image{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;right:0;bottom:0;left:0}section.first-slide>.image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}section.first-slide.mask:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.6)));background:linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.6));z-index:1}section.first-slide .wrapper{position:relative;z-index:2;padding:calc(var(--header) + 10rem) 0 14rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}section.first-slide .wrapper .toggler-wrapper{width:100%;margin-top:-4rem;margin-bottom:4rem}section.first-slide .wrapper .toggler-wrapper .cities-toggler{background:var(--bg);border-radius:12px;padding:3px;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid transparent;position:relative;z-index:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-shadow:var(--shadow-s);box-shadow:var(--shadow-s)}section.first-slide .wrapper .toggler-wrapper .cities-toggler a{padding-bottom:4px;display:-webkit-box;display:-ms-flexbox;display:flex}section.first-slide .wrapper .toggler-wrapper .cities-toggler a span{padding-left:1.2rem;padding-right:1.2rem;padding-top:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:4rem;font-weight:600;font-size:var(--fz-smaller);color:#000}section.first-slide .wrapper .toggler-wrapper .cities-toggler a.active{background:var(--darkest);border-radius:8px}section.first-slide .wrapper .toggler-wrapper .cities-toggler a.active span{border-radius:8px;background:-webkit-gradient(linear, left top, left bottom, from(var(--dark)), to(var(--light)));background:linear-gradient(var(--dark), var(--light))}section.first-slide .wrapper .cup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--fz-smaller);margin-bottom:3rem;font-weight:500;width:35%;margin-top:-3rem}section.first-slide .wrapper .cup .image{width:5rem;height:5rem;margin-right:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--theme);padding:1rem;-ms-flex-negative:0;flex-shrink:0;border-radius:100%}section.first-slide .wrapper .cup .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}section.first-slide .wrapper .content{width:47%}section.first-slide .wrapper .content.center{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;width:70%}section.first-slide .wrapper .content.center h1{font-size:4rem}section.first-slide .wrapper .content.center .toggler-wrapper .cities-toggler{margin:0 auto}section.first-slide .wrapper .content h1{margin-bottom:4rem}section.first-slide .wrapper .content .description{margin-bottom:2rem;font-weight:500;font-size:var(--fz-small);max-width:47rem;padding-left:2rem;border-left:3px solid var(--theme)}section.first-slide .wrapper .content .text{margin-bottom:5rem;font-size:var(--h4);width:90%;line-height:1.3}section.first-slide .wrapper .content .text .highlight{position:relative;display:inline-block;font-weight:500}section.first-slide .wrapper .content .text .highlight:not(.no-color){color:var(--second)}section.first-slide .wrapper .content .text .highlight .arrow{position:absolute;top:31%;left:130%;-webkit-transform:rotate(-37deg);transform:rotate(-37deg);height:6rem;width:2rem;background-position:center;background-size:contain;background-repeat:no-repeat}section.first-slide .wrapper .content .text .highlight.near .arrow{left:102%;top:38%;-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}section.first-slide .wrapper .advantages{position:absolute;left:0;bottom:0;right:0;background:var(--bg);-webkit-transform:translateY(50%);transform:translateY(50%);border-radius:var(--rad-bg);-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3rem;-ms-flex-pack:distribute;justify-content:space-around}section.first-slide .wrapper .advantages .advantage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.first-slide .wrapper .advantages .advantage .image{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:1.5rem}section.first-slide .wrapper .advantages .advantage .text{line-height:1.3}section.default-page{padding:4rem 0 var(--section-padding) 0}.house-transition{position:relative}.house-transition:before{content:'';position:absolute;top:-10vw;left:0;right:0;background-size:100% 100%;background-position:center;height:71vw;background-image:url(/wp-content/themes/init/img/house-transition.webp)}.blue-wrapper{background:var(--blue-bg);position:relative}.blue-wrapper .white-transition{position:absolute;top:0;left:0;right:0;background-size:100% 100%;background-position:center;height:52vw;z-index:1;background-image:url(/wp-content/themes/init/img/white-transition.png)}.blue-wrapper .white-transition+*{margin-top:12vw}.blue-wrapper .blue-transition{position:absolute;top:0;left:0;right:0;height:50vw;z-index:1;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex}.blue-wrapper .blue-transition img{height:100%;width:100%}.blue-wrapper:before:not(.no-before){content:'';position:absolute;top:0;right:0;left:0;height:90vh;background:-webkit-gradient(linear, left top, left bottom, from(var(--bg)), to(transparent));background:linear-gradient(var(--bg), transparent)}.blue-wrapper:after{content:'';position:absolute;bottom:0;right:0;left:0;height:90vh;background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--bg)));background:linear-gradient(transparent, var(--bg))}.blue-wrapper section{position:relative;z-index:3}.blue-wrapper section .wrapper{position:relative;z-index:3}section.calc .wrapper .calc-header{border-bottom:5px solid var(--border);padding-bottom:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.calc .wrapper .calc-header .title{width:50%}section.calc .wrapper .calc-header .image{width:30rem;margin-bottom:-7rem}section.calc .wrapper .calc-header .image img{width:100%;height:auto}section.calc .wrapper .calc-body{padding:4rem 0}section.calc .wrapper .calc-body .slide:not(.active){display:none}section.calc .wrapper .calc-body .slide .error-message{display:none;color:var(--red)}section.calc .wrapper .calc-footer{padding-top:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.calc .wrapper .success-screen{background:var(--second);margin-top:3rem;padding:3rem;text-align:center;font-size:var(--h4);border-radius:var(--rad)}section.calc .wrapper .success-screen:not(.show){display:none}section.manager .wrapper .top{margin-bottom:8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}section.manager .wrapper .top .content{width:50%}section.manager .wrapper .top .pic{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;z-index:2}section.manager .wrapper .top .pic .image{width:39rem;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:4rem}section.manager .wrapper .top .pic .image img{width:100%;height:auto}section.manager .wrapper .top .pic .name{position:absolute;left:-6rem;bottom:0;width:34rem;z-index:1}section.manager .wrapper .top .pic .name span{position:relative;z-index:2;text-align:center;font-weight:700;color:var(--second);display:block;line-height:1.3;font-size:var(--h5);padding:1.5rem}section.manager .wrapper .top .pic .name:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;-webkit-box-shadow:var(--shadow-s);box-shadow:var(--shadow-s);border-radius:var(--rad-bg);background:var(--bg);-webkit-transform:skewX(-18deg);transform:skewX(-18deg)}section.manager .wrapper .top .pic .paper{position:absolute;width:18rem;height:18rem;right:0;bottom:0;background-position:center;background-size:contain;background-repeat:no-repeat;z-index:3}section.manager .wrapper .center{margin-bottom:8rem}section.manager .wrapper .center .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.manager .wrapper .center .wrapper .img{border-radius:var(--rad-md)}section.manager .wrapper .bottom{position:relative;z-index:2;background:var(--bg);border-radius:var(--rad-md);padding:5rem;-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m)}section.manager .wrapper .bottom .numbers{display:-webkit-box;display:-ms-flexbox;display:flex}section.manager .wrapper .bottom .numbers .number{width:50%}section.manager .wrapper .bottom .numbers .number .num{font-size:6rem;font-weight:700;color:var(--second)}section.manager .wrapper .bottom .numbers .number .text{line-height:1.3}section.simple .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.simple .wrapper.start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.simple .wrapper>*{width:calc(50% - 3rem)}section.simple .wrapper>*.small{width:calc(45% - 3rem)}section.simple .wrapper>*.large{width:calc(55% - 3rem)}section.simple .wrapper .content .description{font-size:var(--fz-large)}section.simple .wrapper .content .description:not(.normal){line-height:1.3}section.simple .wrapper .image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.simple .wrapper .image img{min-height:8rem}section.tariffs{overflow:hidden}section.tariffs .wrapper .table-wrapper{position:relative;z-index:2;background:var(--bg);border-radius:var(--rad-md);padding:5rem;-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m)}section.tariffs .wrapper .table-wrapper .table .item{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.tariffs .wrapper .table-wrapper .table .item:first-child{width:10%}section.tariffs .wrapper .table-wrapper .table .item.bold{font-weight:600;color:var(--second)}section.tariffs .wrapper .table-wrapper .table .sep{height:4rem}section.tariffs .wrapper .table-wrapper .table .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:var(--fz-large)}section.tariffs .wrapper .table-wrapper .image{position:absolute;width:27rem;height:27rem;background-position:center;background-size:contain;background-repeat:no-repeat;right:0;bottom:0;-webkit-transform:translate(35%, 35%);transform:translate(35%, 35%)}section.tariffs .wrapper .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:3}section.tariffs .wrapper .bottom>*{width:calc(50% - 2rem)}section.tariffs .wrapper .bottom .consultation{background:var(--theme);border-radius:var(--rad-bg);padding:5rem;text-align:center}section.tariffs .wrapper .bottom .consultation .text{font-weight:600;margin-bottom:2.5rem;font-size:var(--h5)}section.tariffs .wrapper .bottom .consultation .text span{color:var(--second)}section.tariffs .wrapper .bottom .consultation.dark .text span{color:var(--text)}section.contacts{overflow:hidden}section.contacts .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}section.contacts .wrapper .leaf{position:absolute;bottom:2rem;left:-10rem;width:12rem;height:13rem;background-position:center;background-size:contain;background-repeat:no-repeat}section.contacts .wrapper .image{width:63%;margin-right:-3%}section.contacts .wrapper .image img{width:100%;height:auto}section.contacts .wrapper .content{width:40%;padding:4rem 6rem;border-radius:var(--rad-md);background:var(--bg);-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m);position:relative;z-index:2}section.contacts .wrapper .content .links a{color:var(--second);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--h4);font-weight:600}section.contacts .wrapper .content .links a:not(:last-child){margin-bottom:0.5rem}section.contacts .wrapper .content .links a span{text-decoration:underline}section.contacts .wrapper .content .links a:before{margin-right:1.5rem}section.contacts .wrapper .content .address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--fz-smaller);line-height:1.3}section.contacts .wrapper .content .address:before{color:var(--dark);margin-right:1.5rem;font-size:var(--h2)}section.contacts .wrapper .content .social{display:-webkit-box;display:-ms-flexbox;display:flex}section.contacts .wrapper .content .social a{width:4.5rem;height:4.5rem;display:-webkit-box;display:-ms-flexbox;display:flex}section.contacts .wrapper .content .social a img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}section.contacts .wrapper .content .social a:not(:last-child){margin-right:2rem}section.questions .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 767.99px){section.first-slide{margin-bottom:calc(var(--section-padding) + 5rem)}section.first-slide:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.6)));background:linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.6));z-index:1}section.first-slide .wrapper{padding-bottom:20rem;display:block}section.first-slide .wrapper .content{width:100% !important}section.first-slide .wrapper .content h1{font-size:var(--h1) !important}section.first-slide .wrapper .cup{width:100% !important;margin-top:2.5rem}section.first-slide .wrapper .cup br{display:none}section.first-slide .wrapper .advantages{display:block}section.first-slide .wrapper .advantages .advantage{width:100%}section.first-slide .wrapper .advantages .advantage:not(:last-child){margin-bottom:3rem}section.calc .wrapper .calc-header .title{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.calc .wrapper .calc-header .image{display:none}section.manager .wrapper .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.manager .wrapper .top .content{width:100%;margin-top:5rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}section.manager .wrapper .top .pic .paper{right:-4rem}section.manager .wrapper .top .pic .name{left:-2rem}section.manager .wrapper .bottom .numbers{display:block}section.manager .wrapper .bottom .numbers .number{width:100%}section.manager .wrapper .bottom .numbers .number .num{font-size:5rem}section.manager .wrapper .bottom .numbers .number:not(:last-child){margin-bottom:2rem}section.tariffs .wrapper .bottom{display:block}section.tariffs .wrapper .bottom>*{width:100%}section.tariffs .wrapper .bottom>*:not(:last-child){margin-bottom:4rem}section.tariffs .wrapper .bottom .consultation{padding:4rem}section.tariffs .wrapper .bottom .consultation .img-btn{margin-left:-4rem;margin-right:-4rem;width:calc(100% + 8rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.simple .wrapper{display:block}section.simple .wrapper>*{width:100% !important}section.simple .wrapper>*:not(:last-child){margin-bottom:4rem}section.simple .wrapper .image img{min-height:20rem}section.contacts .wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.contacts .wrapper .leaf{left:auto;right:-1rem;z-index:4;bottom:-2rem}section.contacts .wrapper .image{width:90%;margin:0 auto -5rem auto;display:none}section.contacts .wrapper .content{width:100%;padding:4rem}section.questions .wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}section.questions .wrapper>*:not(:last-child){margin-bottom:3rem}}@media (min-width: 768px) and (max-width: 1024.99px){section.first-slide:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.6)));background:linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.6))}section.first-slide .wrapper{display:block}section.first-slide .wrapper .content{width:80% !important}section.first-slide .wrapper .cup{width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important;margin-top:2.5rem}section.first-slide .wrapper .advantages{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.first-slide .wrapper .advantages .advantage{display:block;text-align:center}section.first-slide .wrapper .advantages .advantage .image{margin-bottom:1.5rem;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}section.calc .wrapper .calc-header .title{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.manager .wrapper .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.manager .wrapper .top .content{width:100%;margin-top:5rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}section.manager .wrapper .bottom .numbers{display:block}section.manager .wrapper .bottom .numbers .number{width:100%}section.manager .wrapper .bottom .numbers .number:not(:last-child){margin-bottom:2rem}section.tariffs .wrapper .bottom{display:block}section.tariffs .wrapper .bottom>*{width:100%}section.tariffs .wrapper .bottom>*:not(:last-child){margin-bottom:4rem}section.simple .wrapper{display:block}section.simple .wrapper>*{width:100% !important}section.simple .wrapper>*:not(:last-child){margin-bottom:4rem}section.contacts .wrapper .leaf{left:-2rem}section.contacts .wrapper .image{width:70%;margin-right:-30%}section.contacts .wrapper .content{width:60%}section.questions .wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}section.questions .wrapper>*:not(:last-child){margin-bottom:3rem}}section.success{min-height:calc(100vh - var(--admin-bar) - var(--header));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}section.success .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.success .wrapper .icon{color:var(--green);font-size:8rem;display:-webkit-box;display:-ms-flexbox;display:flex}section.success .wrapper .btn{margin-left:auto;margin-right:auto}section.bill .wrapper{padding:4rem;background:var(--bg);border:1px solid var(--border)}section.bill .wrapper .text-item .text{font-weight:400}section.archive{padding-top:var(--small-section-padding);padding-bottom:var(--section-padding)}section.archive .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}section.archive .wrapper .archive-body{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:7rem}section.archive .wrapper .archive-body h1{font-size:var(--h3)}section.archive .wrapper .archive-body h2{font-size:var(--h4)}section.archive .wrapper .archive-body .share{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1px;background:var(--grey-bg)}section.archive .wrapper .archive-body .share .share-item{font-size:2.5rem;-webkit-transition:0.2s;transition:0.2s;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.2rem 0;width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.archive .wrapper .archive-body .share .share-item.vk{color:#4a76a8}section.archive .wrapper .archive-body .share .share-item.facebook{color:#4267b2}section.archive .wrapper .archive-body .share .share-item.telegram{color:#289fd9}section.archive .wrapper .archive-body .share .share-item.ok{color:#f26b00}section.archive .wrapper .archive-body .share .share-item.twitter{color:#00aced}section.archive .wrapper .archive-body .share .share-item.whatsapp{color:#42b31f}section.archive .wrapper .archive-body .share .share-item:hover{background:var(--bg)}section.archive .wrapper .archive-body.single .thumbnail{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}section.archive .wrapper .archive-body.single .thumbnail img{width:100%}section.archive .wrapper .archive-body.single .thumbnail .tags{position:absolute;left:2.5rem;bottom:2.5rem;z-index:2}section.archive .wrapper .archive-body.single .map{height:40rem;background:var(--grey-bg)}section.archive .wrapper .archive-body.single .map>ymaps{height:100% !important}section.archive .wrapper .archive-body.single .stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.archive .wrapper .archive-body.single .stats .stat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.archive .wrapper .archive-body.single .stats .stat .icon{font-size:3.5rem;color:var(--theme);margin-right:1.5rem}section.archive .wrapper .archive-body.single .stats .stat .stat-content .label{margin-bottom:0.2rem}section.archive .wrapper .archive-body.single .stats .stat .stat-content .value{font-weight:600;font-size:var(--fz-small)}section.archive .wrapper .archive-body.single .stats .stat .stat-content a.value{color:var(--text)}section.archive .wrapper .archive-body.single .stats .stat .stat-content a.value:hover{color:var(--theme)}section.archive .wrapper .archive-body.single .sep-line{height:3px;background:var(--border);width:100%;display:block}section.archive .wrapper .archive-body.single .article-block{font-size:var(--fz)}section.archive .wrapper .archive-body.single .article-block a{text-decoration:underline}section.archive .wrapper .archive-body.single .comments-wrapper .comments-form .comments-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.archive .wrapper .archive-body.single .comments-wrapper .comments-form .comments-header .decline-answer{color:var(--red);cursor:pointer;display:none}section.archive .wrapper .archive-body.single .comments-wrapper .comments-form .fields{display:-webkit-box;display:-ms-flexbox;display:flex}section.archive .wrapper .archive-body.single .comments-wrapper .comments-form .fields input{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.archive .wrapper .archive-body.single .comments-wrapper .comments-form .fields input:not(:last-child){margin-right:2rem}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-info .user-avatar{width:7rem;height:7rem;border-radius:100%;background:var(--opacity);color:var(--theme);text-transform:uppercase;font-size:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:2.5rem;-ms-flex-negative:0;flex-shrink:0;font-weight:600}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-form-wrapper .comments-form{padding:2rem 0}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-form-wrapper .comments-form .comments-header .decline-answer{display:block}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-content .comment-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:0.7rem}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-content .comment-header .name{font-weight:600;font-size:var(--h5);margin-right:2rem}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-content .comment-header .date{color:var(--text-grey-light)}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-content .answer-comment{margin-top:0.7rem;color:var(--text-grey-light);-webkit-transition:0.2s;transition:0.2s;cursor:pointer;font-weight:500;opacity:0}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-content .answer-comment:hover{color:var(--theme)}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-content:hover .answer-comment{opacity:1}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment:not(:last-child){margin-bottom:2.5rem}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .replies-list{padding-top:3rem;padding-left:9.5rem}section.archive .wrapper .archive-sidebar{width:var(--sidebar)}section.archive .wrapper .archive-sidebar .banner{background:var(--grey-bg);height:42rem}@media (max-width: 767.99px){section.archive .wrapper{display:block}section.archive .wrapper .archive-body{width:100%;margin-right:0;margin-bottom:5rem}section.archive .wrapper .archive-body.single .stats{-ms-flex-wrap:wrap;flex-wrap:wrap}section.archive .wrapper .archive-body.single .stats .stat{width:50%;margin:1rem 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .comment-info .user-avatar{width:5rem;height:5rem;font-size:2rem}section.archive .wrapper .archive-body.single .comments-wrapper .comments-list .comment .replies-list{padding-left:5rem}section.archive .wrapper .archive-sidebar{width:100%}}@media (min-width: 768px) and (max-width: 1024.99px){section.archive .wrapper{display:block}section.archive .wrapper .archive-body{width:100%;margin-right:0;margin-bottom:5rem}section.archive .wrapper .archive-sidebar{width:100%}}.error-404{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:var(--section-padding) 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;min-height:calc(100vh - var(--header))}.error-404 .wrapper{width:100%;position:relative;z-index:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;text-align:center}.error-404 .wrapper h1{margin-bottom:0.6rem}.error-404 .wrapper p{margin-bottom:1rem}.error-404 .wrapper span{display:block;text-align:center;font-size:30rem;line-height:1;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-weight:700;color:var(--opacity)}

/*# sourceMappingURL=../css/theme.css.map */

section.manager .wrapper .bottom .numbers {   justify-content: space-between!important;}
section.manager .wrapper .bottom .numbers .number {width:auto!important;}
section.manager .wrapper .bottom .numbers .number .num {font-size: 5rem!important;}

.telegram-page header#masthead .container {
    max-width: 50%;
}

.telegram-page section.first-slide {
	margin-bottom:initial;
}
.telegram-page section.first-slide .beauty-btn span, .telegram-page .telegram-btn span {
	font-size: 2rem;
	
}
.telegram-page section.first-slide a.beauty-btn {max-width:400px;}

.telegram-page .section-padding {
	padding: 35px 0!important;
}
.telegram-page .blue-wrapper .white-transition {  
	-webkit-transform: scaleX(-1);
  	-moz-transform: scaleX(-1);
  	-o-transform: scaleX(-1);
 	 transform: scaleX(-1);
}

.telegram-btn {    
	margin: 25px auto;

}

.telegram-page .home-btn {
    margin: auto;
	background: #2f4c7d;
}

.telegram-page .home-btn span {
	background: linear-gradient(#2c4a7b, #8b8c8e);
	color: #fff;
}
.telegram-page .big-tg-btn, .telegram-page-neiro  .big-tg-btn{
width: 40%;
    margin: 40px  auto 0;
}
 .telegram-page .big-tg-btn span, .telegram-page-neiro  .big-tg-btn span{
font-size: 2rem;
}

.telegram-page .arrows-row, .telegram-page-neiro .arrows-row {
	background-image: url(/wp-content/themes/init/img/arrows.png);
height: 10rem;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px;

}
@media(max-width: 768px) {
	.telegram-page-neiro .big-tg-btn {
		margin: auto;
    width: 80%;
	}
}



@media(max-width: 1024px) {
	.telegram-page header#masthead .container {
    max-width: 100%;
}
	.telegram-page section.first-slide a.beauty-btn {
		max-width:initial;
		}
	.telegram-page .big-tg-btn {
width: 100%;
}
}
	@media(min-width: 1025px) and (max-width:1600px) {
.telegram-page section.first-slide .wrapper .content {
    width: 40%;
    margin-left: 10%;
}
}
	
	
.text-includes {

margin-bottom: 80px;
    padding: 20px;
   
}
.text-includes .title {
	margin-bottom: 20px;
	
}
.card .title {
text-align: center;
}
:root {
    --cards: 3;
}

@media (max-width: 1024.99px) {
:root {
    --cards: 1;
}	
	
}

section.manager .wrapper .center .wrapper .img {
	margin: 10px;
}


.promo-page .h1 {
	    /*color: #fff;*/
		font-size: 5.5rem;
	
}

.promo-page .h1 span{
	/*color: #fece4e;*/
}

.promo-page .first-slide .wrapper .content .text
{
	font-size: var(--h3);
}

.promo-page .beauty-btn span {
	
	text-transform: uppercase;
	    font-size: var(--fz-large);
}
.promo-page  .first-slide  {
	margin-bottom: 0;
	height: 100vh;
}

.promo-page  .text {
	font-weight: 500;
	/*color: #fff;*/
}

.promo-page .image_mobile{
	display: none;
}


.promo-page .content-promo {
	        background: -webkit-gradient(linear, left top, left bottom, from(#2c4a7b), to(rgb(8 6 20)));
            background: linear-gradient(#130137, rgb(40 91 124));
			padding: 80px 0 40px 0;

}
.promo-page .content-promo  .container {
	/*display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;*/
}
.promo-page section.first-slide .wrapper {
	    padding: 25vh 0 14rem 0;
}

.promo-page .list .item .circle {
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
	z-index: 3;
}
.promo-page .content-promo .text {
	font-size: var(--h3);
}
.promo-page .button-section .beauty-btn {
	    margin: 40px auto 0;
}

.promo-page .list .item{
	    /*justify-content: center;*/
}
.promo-page .list .item .text-wrapper {
	width: auto;
	flex-grow: 0;
	z-index: 3;
}
.promo-page .site-content {
	background: var(--blue-bg);
}
.promo-page .blue-wrapper .white-transition {
	z-index: -1;
	height:30vw;
}
.promo-page .blue-wrapper .white-transition+* {
	margin-top:2vw;
}



.promo-page .button-section {
	       /* background: -webkit-gradient(linear, left top, left bottom, from(#2c4a7b), to(rgb(8 6 20)));
                background: linear-gradient(#28597a, rgb(20 4 57));*/
				font-size: var(--h4);
    text-align: center;
    /*padding: 40px 0;*/
}
.promo-page .first-slide {
	/*background: linear-gradient(#28597a, rgb(20 4 57));*/
}

.promo-page section.first-slide>.image {
position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     top: 10%; 
    right: 15%;
    bottom: 0;
    left: 0;
    justify-content: flex-end;
	    align-items: center;
}

.promo-page section.first-slide>.image img{
	    height: auto;
    width: auto;
	max-height:450px;
}

.promo-page .list {
	margin-bottom: 80px;
	margin-left: 25%;
}

@media (max-width: 767.99px) {
.promo-page .hide_mobile {
	display: none!important;
	
}
.promo-page .image_mobile{
	display: block;
	line-height: 0;
	    text-align: center;
    padding: 40px 0;
}

.promo-page .image_mobile img{
	    width: 50%;
}
.promo-page .first-slide {
	display: flex;
	flex-wrap: wrap;
	        margin-bottom: 0;
	height:100%;
}

.promo-page .first-slide .wrapper  {
	
	        padding-top: 12rem!important;
}

.promo-page .list {
	margin-bottom: 50px;
	margin-left:0;
}

.promo-page .list .item .circle {
	border-radius: 200%;
	    padding: 10px;
}

.promo-page .button-section {
	margin-bottom: 40px;
}
/*
.promo-page section.first-slide:before{
        background: -webkit-gradient(linear, left top, left bottom, from(#2c4a7b), to(rgb(8 6 20)));
                background: linear-gradient(#2c4a7b, rgb(7 5 20));
}*/

.promo-page section.first-slide .wrapper {
	    padding-bottom: 3rem;
}
.promo-page .content-promo  .container {
	 grid-template-columns: 1fr;
}
}
@media (min-width: 768px) and (max-width: 1025px) {
	.promo-page .hide_mobile {
	display: none!important;
	
}
.promo-page .image_mobile{
	display: block;
	line-height: 0;
	    text-align: center;
    padding: 40px 0;
}

.promo-page .image_mobile img{
	    width: 50%;
}
.promo-page .first-slide {
	display: flex;
	flex-wrap: wrap;
	        margin-bottom: 0;
	height:100%;
}

.promo-page .first-slide .wrapper .content {
	margin:auto;
}
.promo-page .first-slide .wrapper  {
	padding-bottom: 5rem!important;
	        padding-top: 12rem!important;
}
.promo-page .list {
	margin-bottom: 50px;
	margin-left:0;
}

.promo-page .list .item .circle {
	border-radius: 200%;
	    padding: 10px;
}
.promo-page .button-section {
	margin-bottom: 40px;
}
}

.text-center {
	text-align:center;
}

.manager .gallery-sert .img{
max-width: 300px;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-container {
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 550px;
    width: 90%;
	 max-height: 90vh; 
    overflow-y: auto; 
}

.popup-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: var(--text-color);
    transition: color 0.3s;
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup-title {
	font-weight: 600;
    font-size: var(--h4);
   margin-bottom: 2rem;
}

.popup-desc {
	margin-bottom: 2rem;
}
.form-popup input {
	margin-bottom: 2rem;
	color: var(--text-grey) !important;
	}


.form-popup input::placeholder {
    color: var(--text-grey) !important;
    opacity: 1;
}

.form-popup input::-webkit-input-placeholder { color: var(--text-grey) !important; opacity: 1; }
.form-popup input::-moz-placeholder { color: var(--text-grey) !important; opacity: 1; }
.form-popup input:-ms-input-placeholder { color: var(--text-grey) !important; opacity: 1; }
.form-popup input:-moz-placeholder { color: var(--text-grey) !important; opacity: 1; }


.form-mess-choice .wpcf7-radio {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-mess-choice .wpcf7-list-item {
    margin: 0 ;
}

.form-mess-choice .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 ;
}


.form-mess-choice input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


.form-mess-choice label {
    cursor: pointer;
    text-align: center;
    background: var(--border);
    padding: 1rem 2rem;
    display: inline-block;
    transition: background-color 0.3s ease;
    border-radius: var(--rad-lg);
}

.form-mess-choice label:hover {
	background: var(--theme);
}
.form-mess-choice label:has(input[type="radio"]:checked){
    background: var(--theme);
}

.form-mess-choice .wpcf7-list-item label:before {
	font-family: 'icomoon' !important;
	margin-right: 10px;
	font-size: 20px;
}

.form-mess-choice .wpcf7-list-item:first-child label:before {
	
    content: "\e937";
}

.form-mess-choice .wpcf7-list-item:nth-child(2) label:before {
   
    content: "\e902"; 
}

.form-mess-choice .wpcf7-list-item:nth-child(3) label:before {
   
    content: "\e935";
}

.rem_block_btn {
	border: none;
    width: 100%;
    margin: 25px 0;
    text-align: center;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    border-radius: var(--rad-lg);
}

.rem_block_btn:hover {
	background: var(--theme);
	cursor: pointer;
}

.rem_block_btn:disabled:hover {
    cursor: not-allowed;
	background:rgba(239, 239, 239, 0.3)
}

.form-acceptance-text input{
	margin-bottom: 0;
	
}
.form-btn-block .wpcf7-spinner {
    display: none !important;
}

.agree {
	display:none;
	} 
	
.phone-mobile {
	display: none;
	width: var(--field-largest);
    height: var(--field-largest);
    background: var(--theme);
    color: #fff;
	
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 2.5rem;
	    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 10;

}

@media (max-width: 768px) {
	.phone-mobile {
	display: flex;
}
}