@media all{:root{--cookie-bg:#f4f1ec;--cookie-text:#2b2a28;--cookie-muted:rgba(43,42,40,.62);--cookie-line:rgba(120,110,95,.28);--cookie-accent:#2b2a28;--cookie-second:#7d766c;--cookie-hover:#e9e4db;--cookie-toggle-on:#a89e8f;--cookie-toggle-off:#cec7bb;--cookie-border:#d5cec2}.cookie-banner{position:fixed;left:20px;bottom:20px;z-index:10000;box-sizing:border-box;max-width:600px;visibility:hidden;opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease,visibility .3s;font-family:'Arian',sans-serif}.cookie-banner.show{visibility:visible;opacity:1;transform:translateY(0)}.cookie-banner__card{box-sizing:border-box;padding:17px 24px 20px 19px;background:var(--cookie-bg);border:1px solid var(--cookie-border);border-radius:5px;box-shadow:0 15px 30px -10px rgba(0,11,48,.2);max-height:calc(100vh - 40px);overflow-y:auto}.cookie-banner__title{margin:0 0 5px;color:var(--cookie-text);font-size:16px;line-height:1.35;font-weight:600}.cookie-banner__text{color:var(--cookie-text);font-size:14px;line-height:1.55;font-weight:400;font-family:'Arian',sans-serif !important}.cookie-banner__card .cookie-banner__text a{color:var(--cookie-text);text-decoration:underline}.cookie-banner__card .cookie-banner__text a:hover{color:var(--cookie-text);opacity:.7}.cookie-banner__buttons{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px}.cookie-banner__buttons-wrap{display:flex;align-items:center}.cookie-banner__buttons-wrap .cookie-btn+.cookie-btn{margin-left:10px}.cookie-banner__buttons-wrap+.cookie-btn{margin-left:30px}.cookie-btn{display:inline-block;box-sizing:border-box;padding:10px 20px;border:1px solid var(--cookie-accent);border-radius:5px;background:transparent;color:var(--cookie-accent);font-family:'Arian',sans-serif;font-size:14px;line-height:1.2;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.cookie-btn:hover,.cookie-btn:focus-visible{background-color:var(--cookie-hover);border-color:var(--cookie-accent);color:var(--cookie-accent)}.cookie-btn_grey{border-color:var(--cookie-second);color:var(--cookie-second);font-weight:400}.cookie-btn_grey:hover,.cookie-btn_grey:focus-visible{background-color:var(--cookie-hover);border-color:var(--cookie-accent);color:var(--cookie-accent)}.cookie-settings{position:fixed;left:20px;bottom:20px;z-index:10001;box-sizing:border-box;display:none;flex-direction:column;width:400px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);background:var(--cookie-bg);border-radius:5px;overflow:hidden;box-shadow:0 15px 30px -10px rgba(0,11,48,.2);font-family:'Arian',sans-serif}.cookie-settings.show{display:flex}.cookie-settings__header{display:flex;align-items:center;box-sizing:border-box;width:100%;padding:17px 21px;background:var(--cookie-bg);box-shadow:0 4px 5px rgba(0,0,0,.04);color:var(--cookie-muted);font-size:16px;font-weight:700;cursor:pointer}.cookie-settings__arrow{flex-shrink:0;margin-right:14px}.cookie-settings__body{box-sizing:border-box;width:100%;height:100%;flex-shrink:1;padding:0 20px;overflow:auto}.cookie-settings__title{margin:29px 0 16px;padding:0;color:var(--cookie-text);font-size:24px;line-height:1.25;font-weight:500}.cookie-settings__text{margin:0 0 30px;padding:0;color:var(--cookie-text);font-size:14px;line-height:1.55;font-weight:400}.cookie-categories{margin-bottom:31px}.cookie-category{display:flex;flex-wrap:wrap;padding:14px 0 16px;border-bottom:1px solid var(--cookie-line)}.cookie-category:first-child{border-top:1px solid var(--cookie-line)}.cookie-category__header{display:flex;align-items:center;justify-content:flex-start;flex-grow:1;cursor:pointer}.cookie-category__btn{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:11px;height:11px;margin-right:11px;border:0;background:transparent}.cookie-line{position:absolute;background-color:var(--cookie-text);transition:all .3s ease;opacity:1}.cookie-line_v{width:1px;height:100%}.cookie-line_h{width:100%;height:1px}.cookie-category__header.opened .cookie-line_v{transform:rotate(90deg)}.cookie-category__header.opened .cookie-line_h{transform:rotate(180deg);opacity:0}.cookie-category__title{color:var(--cookie-text);font-size:16px;line-height:1.35;font-weight:400}.cookie-category__toggle{display:flex;align-items:center}.cookie-toggle-txt{font-size:11px;line-height:1.4;color:var(--cookie-second)}.cookie-toggle-txt.enabled{color:var(--cookie-toggle-on)}.cookie-toggle-txt_always{color:var(--cookie-second)}.cookie-toggle-input{display:none}.cookie-toggle-label{display:flex}.cookie-toggle-container{position:relative;display:block;width:48px;height:24px;margin-left:14px;margin-bottom:0;border-radius:100px;overflow:hidden;cursor:pointer;transform:translateZ(0);transition:all ease .3s}.cookie-toggle-background{position:absolute;display:block;width:100%;height:100%;background-color:var(--cookie-toggle-off);transition:all ease .3s}.cookie-toggle-mark{position:relative;display:block;width:20px;height:20px;margin:2px;background-color:#f1f1f1;border-radius:50%;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.24);transform:translateX(0);transition:all ease .3s}.cookie-toggle-input:checked+.cookie-toggle-container .cookie-toggle-background{background-color:var(--cookie-toggle-on);opacity:.3}.cookie-toggle-input:checked+.cookie-toggle-container .cookie-toggle-mark{background-color:var(--cookie-toggle-on);transform:translateX(24px)}.cookie-category__body{display:none;flex-basis:100%;margin-top:16px;color:var(--cookie-muted);font-size:14px;line-height:1.55;font-weight:400}.cookie-settings__footer{box-sizing:border-box;width:100%;padding:16px 21px;background:var(--cookie-bg);box-shadow:0 -4px 5px rgba(0,0,0,.04)}@media screen and (max-width:640px){.cookie-banner{right:0;left:0;bottom:0;max-width:none}.cookie-banner__card{border-radius:0;max-height:calc(100vh - 20px)}.cookie-settings{right:0;left:0;bottom:0;width:auto;max-width:none;height:100vh;max-height:calc(100vh - 20px);border-radius:0}.cookie-category{padding:18px 0}.cookie-category__toggle{order:1}.cookie-category__body{margin-bottom:19px}.cookie-toggle-txt{font-size:14px}}@media screen and (max-width:480px){.cookie-banner__buttons .cookie-btn{width:100%}.cookie-banner__buttons-wrap{display:block;width:100%}.cookie-banner__buttons-wrap .cookie-btn+.cookie-btn,.cookie-banner__buttons-wrap+.cookie-btn{margin-top:10px;margin-left:0}}.note{margin-top:14px;padding:12px 18px;border-left:3px solid var(--blue);background:#f4f6ff;color:var(--ink);border-radius:0 12px 12px 0;max-width:78ch;font-size:15px}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.mainbg{background-image:url('/img/video-bg-v2.jpg');background-size:cover;background-position:left bottom}.mainbg-m{background-image:url('/img/video-bg-m-v2.jpg')}.cookie-agreement{display:none;overflow:hidden}.cookie-agreement.open{display:block}.cookie-agreement>.close{position:absolute;top:16px;right:16px;color:#8f8f9d;font-size:24px}.cookie-agreement>.close:hover{opacity:.5}.box_item{position:relative;padding:48px 48px 48px 48px;border:1px solid #e2e8f0;border-radius:16px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:rgba(0,0,0,.7)}.box_item:hover{-webkit-box-shadow:0 12px 12px 12px rgba(255,255,255,.3);box-shadow:0 4px 24px 12px rgba(255,255,255,.3)}.offers{position:sticky;top:92px;margin-bottom:12px}.underline{border-bottom:1px solid #ccc}.underline:hover{border-bottom:1px solid #24c}.fw400{font-weight:400}.fw600{font-weight:600}.srv-banner{background-color:#222;width:100%;line-height:220px;position:relative;margin-bottom:30px}.srv-banner img{float:right;margin-right:20px}.srv-banner h2{display:inline}.middle{vertical-align:middle}.srv-banner span{color:#fff;display:inline-block;vertical-align:middle;line-height:1.25;padding-left:40px;width:60%}.img-responsive{height:auto;max-width:100%}.cimeswidget{position:fixed;right:32px;bottom:32px;transition:bottom .3s ease;width:56px;height:56px;z-index:99999999}.cimeswidget *,.cimeswidget *::before,.cimeswidget *::after{box-sizing:border-box}.cimeswidget__list{position:absolute;right:4px;bottom:64px;z-index:1;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.cimeswidget.widget-expanded .cimeswidget__list{opacity:1;visibility:visible}.cimeswidget__item{position:relative;font-size:0}.cimeswidget__item+.cimeswidget__item{margin-top:8px}.cimeswidget__btn{display:block;width:48px;height:48px;border-radius:50%;background-repeat:no-repeat;background-position:center center;background-size:48px 48px;transition:transform .2s}.cimeswidget__btn:hover{transform:scale(1.166)}.cimeswidget__btn:hover~.cimeswidget__label{opacity:1}.cimeswidget__label{position:absolute;right:58px;top:50%;margin-top:-18px;padding:8px 16px;border-radius:24px;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.12);color:#000;font-size:14px;font-weight:400;line-height:140%;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.cimeswidget .cimeswidget__list .cimeswidget__item .cimeswidget__label{font-family:'Arian',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}.cimeswidget__btn--tg{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20fill='none'%20viewBox='0%200%2048%2048'%3E%3Ccircle%20cx='24'%20cy='24'%20r='24'%20fill='url(%23g)'/%3E%3Cg%20transform=%22translate(24%2023.5)%20scale(1.15)%20translate(-24%20-23.5)%22%20fill='%23fff'%3E%3Cpath%20d='m13.485%2023.378%205.06%201.59%2012.014-6.795c.175-.098.353.12.203.249l-9.096%207.744-.337%204.336a.337.337%200%200%200%20.053.208c.04.063.1.112.17.143a.416.416%200%200%200%20.435-.069l2.8-2.548%205.12%203.585c.552.387%201.35.114%201.5-.51l3.564-14.974c.204-.854-.702-1.575-1.584-1.263l-19.927%207.06c-.626.221-.609%201.045.025%201.244Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='24'%20y1='0'%20x2='24'%20y2='48'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%232AABEE'/%3E%3Cstop%20offset='1'%20stop-color='%23239FDB'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");box-shadow:0 4px 8px rgba(41,170,237,.32)}.cimeswidget__btn--wa{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20fill='none'%20viewBox='0%200%2048%2048'%3E%3Ccircle%20cx='24'%20cy='24'%20r='24'%20fill='url(%23g)'/%3E%3Cg%20transform=%22translate(24%2024.0)%20scale(1.15)%20translate(-24%20-24.0)%22%20fill='%23fff'%3E%3Cpath%20d='M24%2013c-6.065%200-11%204.935-11%2011%200%202.134.612%204.192%201.773%205.978l-1.714%204a.734.734%200%200%200%20.963.963l4-1.715A10.912%2010.912%200%200%200%2024%2035c6.065%200%2011-4.935%2011-11s-4.935-11-11-11Zm5.647%2014.938s-.915%201.173-1.577%201.447c-1.68.695-4.052%200-6.754-2.702-2.7-2.701-3.397-5.074-2.7-6.754.273-.661%201.447-1.575%201.447-1.575a.854.854%200%200%201%201.097.068l1.327%201.328a.735.735%200%200%201%200%201.036l-.834.832s-.337%201.012%201.69%203.04c2.025%202.025%203.038%201.688%203.038%201.688l.832-.833a.735.735%200%200%201%201.037%200l1.328%201.327a.855.855%200%200%201%20.067%201.097l.002.001Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='24'%20y1='0'%20x2='24'%20y2='48'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2350CE5E'/%3E%3Cstop%20offset='1'%20stop-color='%2329AF3E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");box-shadow:0 4px 8px rgba(41,175,62,.32)}.cimeswidget__btn--max{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20fill='none'%20viewBox='0%200%2048%2048'%3E%3Ccircle%20cx='24'%20cy='24'%20r='24'%20fill='url(%23g)'/%3E%3Cg%20transform=%22translate(24%2024.5)%20scale(1.0)%20translate(-24%20-24.5)%22%20fill='%23fff'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.2793%2036.9287C21.7278%2036.9287%2020.542%2036.5689%2018.4809%2035.1301C17.1772%2036.7488%2013.0487%2038.0138%2012.8687%2035.8495C12.8687%2034.2248%2012.4962%2032.8518%2012.074%2031.353C11.5712%2029.5064%2011%2027.45%2011%2024.4703C11%2017.3538%2017.0468%2012%2024.211%2012C31.3815%2012%2036.9999%2017.6176%2036.9999%2024.5363C37.024%2031.3479%2031.3327%2036.8923%2024.2793%2036.9287ZM24.3849%2018.1512C20.8959%2017.9774%2018.1767%2020.3096%2017.5745%2023.9667C17.0778%2026.9944%2017.9594%2030.6815%2018.7106%2030.8734C19.0707%2030.9573%2019.977%2030.2498%2020.542%2029.7043C21.4762%2030.3275%2022.564%2030.7018%2023.6958%2030.7894C27.3109%2030.9574%2030.4%2028.2995%2030.6427%2024.8121C30.784%2021.3173%2028.0006%2018.3572%2024.3849%2018.1572L24.3849%2018.1512Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='0'%20y1='48'%20x2='48'%20y2='0'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2336BCFD'/%3E%3Cstop%20offset='.5'%20stop-color='%233F4AE9'/%3E%3Cstop%20offset='1'%20stop-color='%239F4ADE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");box-shadow:0 4px 8px rgba(99,74,235,.32)}.cimeswidget__btn--call{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20fill='none'%20viewBox='0%200%2048%2048'%3E%3Ccircle%20cx='24'%20cy='24'%20r='24'%20fill='%232244cc'/%3E%3Cg%20transform='translate(24%2024)%20scale(1.17)%20translate(-24%20-24)%20translate(14.15%2013.85)'%20fill='%23fff'%3E%3Cpath%20d='M0.076%205.108c.1.603.234%201.24.402%201.81%201.005%203.618%203.183%206.433%205.93%208.845%202.179%201.91%204.792%203.25%207.607%203.853%201.91.402%203.585-.268%204.925-1.608.637-.637.737-1.575.737-2.48%200-.167-.234-.402-.435-.536-.637-.402-1.34-.737-2.044-1.139l-1.575-.972c-.536-.335-.804-.335-1.273.134-.47.47-.905%201.006-1.374%201.542-.637.737-.871.737-1.743.234-2.044-1.139-3.853-2.546-5.16-4.523-.402-.603-.804-1.273-1.173-1.91-.335-.57-.268-.804.201-1.273.47-.47%201.106-.94%201.609-1.409.603-.57.603-.804.167-1.507-.603-1.006-1.206-2.078-1.843-3.116-.435-.805-.636-.838-1.541-.738C1.517.55.813%202.025.244%203.634.042%204.136.009%204.605.076%205.108Z'/%3E%3Cpolygon%20points='18.462%204.196%2015.594%201.399%2012.238%204.825%2011.119%203.741%2010.49%209.476%2016.259%208.706%2015.14%207.622'/%3E%3C/g%3E%3C/svg%3E");box-shadow:0 4px 8px rgba(34,68,204,.32)}.cimeswidget__toggle{position:relative;display:block;width:56px;height:56px;margin:0;padding:0;border:0;border-radius:50%;background:#15bb47;cursor:pointer;transition:width .2s,height .2s,margin .2s}.cimeswidget__toggle::before{content:"";position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;border-radius:50%;background:rgba(28,163,69,.22)}.cimeswidget__toggle::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border-radius:50%;border:1px solid rgba(28,163,69,.22);animation:cimeswidget-wave 2s cubic-bezier(.58,-.27,.3,1.31) infinite}.cimeswidget__ico{position:absolute;left:13px;top:13px;width:30px;height:30px;background-repeat:no-repeat;background-position:center center;opacity:0}.cimeswidget__ico--tg{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20fill='none'%20viewBox='11.25%2010.75%2025.5%2025.5'%3E%3Cg%20fill='%23fff'%3E%3Cpath%20d='m13.485%2023.378%205.06%201.59%2012.014-6.795c.175-.098.353.12.203.249l-9.096%207.744-.337%204.336a.337.337%200%200%200%20.053.208c.04.063.1.112.17.143a.416.416%200%200%200%20.435-.069l2.8-2.548%205.12%203.585c.552.387%201.35.114%201.5-.51l3.564-14.974c.204-.854-.702-1.575-1.584-1.263l-19.927%207.06c-.626.221-.609%201.045.025%201.244Z'/%3E%3C/g%3E%3C/svg%3E");animation:cimeswidget-ico1 6s infinite}.cimeswidget__ico--wa{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20fill='none'%20viewBox='11.25%2011.25%2025.5%2025.5'%3E%3Cg%20fill='%23fff'%3E%3Cpath%20d='M24%2013c-6.065%200-11%204.935-11%2011%200%202.134.612%204.192%201.773%205.978l-1.714%204a.734.734%200%200%200%20.963.963l4-1.715A10.912%2010.912%200%200%200%2024%2035c6.065%200%2011-4.935%2011-11s-4.935-11-11-11Zm5.647%2014.938s-.915%201.173-1.577%201.447c-1.68.695-4.052%200-6.754-2.702-2.7-2.701-3.397-5.074-2.7-6.754.273-.661%201.447-1.575%201.447-1.575a.854.854%200%200%201%201.097.068l1.327%201.328a.735.735%200%200%201%200%201.036l-.834.832s-.337%201.012%201.69%203.04c2.025%202.025%203.038%201.688%203.038%201.688l.832-.833a.735.735%200%200%201%201.037%200l1.328%201.327a.855.855%200%200%201%20.067%201.097l.002.001Z'/%3E%3C/g%3E%3C/svg%3E");animation:cimeswidget-ico2 6s infinite}.cimeswidget__ico--max{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20fill='none'%20viewBox='9%209.5%2030%2030'%3E%3Cg%20fill='%23fff'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.2793%2036.9287C21.7278%2036.9287%2020.542%2036.5689%2018.4809%2035.1301C17.1772%2036.7488%2013.0487%2038.0138%2012.8687%2035.8495C12.8687%2034.2248%2012.4962%2032.8518%2012.074%2031.353C11.5712%2029.5064%2011%2027.45%2011%2024.4703C11%2017.3538%2017.0468%2012%2024.211%2012C31.3815%2012%2036.9999%2017.6176%2036.9999%2024.5363C37.024%2031.3479%2031.3327%2036.8923%2024.2793%2036.9287ZM24.3849%2018.1512C20.8959%2017.9774%2018.1767%2020.3096%2017.5745%2023.9667C17.0778%2026.9944%2017.9594%2030.6815%2018.7106%2030.8734C19.0707%2030.9573%2019.977%2030.2498%2020.542%2029.7043C21.4762%2030.3275%2022.564%2030.7018%2023.6958%2030.7894C27.3109%2030.9574%2030.4%2028.2995%2030.6427%2024.8121C30.784%2021.3173%2028.0006%2018.3572%2024.3849%2018.1572L24.3849%2018.1512Z'/%3E%3C/g%3E%3C/svg%3E");animation:cimeswidget-ico3 6s infinite}.cimeswidget.widget-expanded .cimeswidget__toggle{width:48px;height:48px;margin:4px;background:#fff url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20fill='none'%20viewBox='0%200%2030%2030'%3E%3Cpath%20d='m21.25%208.75-12.5%2012.5m0-12.5%2012.5%2012.5'%20stroke='%23F44658'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;box-shadow:0 0 0 9999px rgba(0,0,0,.24)}.cimeswidget.widget-expanded .cimeswidget__ico{display:none}.cimeswidget.widget-expanded .cimeswidget__toggle::before{background:rgba(255,255,255,.22)}.cimeswidget.widget-expanded .cimeswidget__toggle::after{display:none}@media(max-width:991px){.cimeswidget{right:16px;bottom:95px}}@media(max-width:640px){body.cookie-consent-open .cimeswidget,body.cookie-consent-open .ai-launcher{bottom:var(--cookie-consent-h,32px)}body.cookie-consent-open .ai-hint{bottom:calc(var(--cookie-consent-h,32px) + 12px)}body.cookie-consent-hidewidget .cimeswidget,body.cookie-consent-hidewidget .ai-launcher,body.cookie-consent-hidewidget .ai-hint{opacity:0;visibility:hidden;pointer-events:none}}@media(prefers-reduced-motion:reduce){.cimeswidget__toggle::after,.cimeswidget__ico{animation:none}.cimeswidget__ico--tg{opacity:1}}@keyframes cimeswidget-wave{0%{left:0;right:0;top:0;bottom:0;opacity:1}25%{opacity:1}75%{left:-20px;right:-20px;top:-20px;bottom:-20px}80%{opacity:0}100%{left:-16px;right:-16px;top:-16px;bottom:-16px;opacity:0}}@keyframes cimeswidget-ico1{0%{opacity:1}27%{opacity:1}30%{opacity:0}97%{opacity:0}100%{opacity:1}}@keyframes cimeswidget-ico2{0%{opacity:0}30%{opacity:0}33%{opacity:1}63%{opacity:1}66%{opacity:0}100%{opacity:0}}@keyframes cimeswidget-ico3{0%{opacity:0}66%{opacity:0}69%{opacity:1}94%{opacity:1}97%{opacity:0}100%{opacity:0}}.cimeswidget-popup{display:none;position:fixed;right:104px;bottom:32px;width:320px;padding:16px 20px 16px 16px;border-radius:16px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.16);cursor:pointer;z-index:99999998}.cimeswidget-popup,.cimeswidget-popup *,.cimeswidget-popup *::before,.cimeswidget-popup *::after{box-sizing:border-box}.cimeswidget-popup.widget-popup-show{display:block;animation:cimeswidget-popup-in .4s ease forwards}.cimeswidget-popup .widget-popup-inner{display:flex;flex-flow:row nowrap;align-items:flex-start}.cimeswidget-popup .widget-popup-manager{flex:0 0 auto;margin-right:12px}.cimeswidget-popup .widget-popup-manager img{display:block;width:48px;height:48px;border-radius:50%;object-fit:cover}.cimeswidget-popup .widget-popup-name{margin-bottom:4px;color:#000;font-size:15px;font-weight:700;line-height:140%}.cimeswidget-popup .widget-popup-description{color:#424956;font-size:13px;line-height:140%}.cimeswidget-popup .widget-popup-inner .widget-popup-content .widget-popup-name,.cimeswidget-popup .widget-popup-inner .widget-popup-content .widget-popup-description{font-family:'Arian',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}.cimeswidget-popup .widget-popup-triangle{position:absolute;right:-5px;bottom:22px;width:10px;height:10px;background:#fff;transform:rotate(-45deg);box-shadow:2px -2px 4px rgba(0,0,0,.06)}.cimeswidget-popup .widget-button-popup-btn-hide{position:absolute;top:6px;right:6px;display:block;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%3E%3Cpath%20fill='%23525C68'%20fill-rule='evenodd'%20d='M6.41%205.07l2.867-2.864-1.34-1.34L5.07%203.73%202.207.867l-1.34%201.34L3.73%205.07.867%207.938l1.34%201.34L5.07%206.41l2.867%202.867%201.34-1.34L6.41%205.07z'/%3E%3C/svg%3E") center center no-repeat;opacity:.3;cursor:pointer;transition:opacity .3s}.cimeswidget-popup .widget-button-popup-btn-hide:hover{opacity:1}@media(max-width:991px){.cimeswidget-popup{right:16px;left:16px;bottom:161px;width:auto;max-width:320px;margin-left:auto}.cimeswidget-popup .widget-popup-triangle{right:24px;bottom:-5px;transform:rotate(45deg);box-shadow:2px 2px 4px rgba(0,0,0,.06)}}@keyframes cimeswidget-popup-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.cimeswidget-popup.widget-popup-show{animation:none}}:root{--maincolor:#24c;--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,'Arian',"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--tabs-top-margin-desktop:3.75rem;--tabs-top-margin-mobile:2.25rem;--tabs-bottom-margin-desktop:3rem;--tabs-bottom-margin-mobile:1.5rem;--tabs-vertical-padding-desktop:8px;--tabs-vertical-padding-mobile:6px;--tabs-horizontal-padding-desktop:16px;--tabs-horizontal-padding-mobile:12px;--g14-desktop:5.5rem;--g14-mobile:3.5rem}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-x:hidden;overflow-y:auto}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:none}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.th1,.th2,.th3,.th4,.th5,.th6{margin-bottom:20px;font-weight:500;line-height:1.2}h1,.th1{font-size:2.5rem}h2,.th2{font-size:2rem}h3,.th3{font-size:1.75rem}h4,.th4{font-size:1.5rem}h5,.th5{font-size:1.25rem}h6,.th6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.2em;background-color:#faeead}.blockquote{margin-top:1rem;margin-bottom:1rem}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:.875rem;line-height:1.5}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}span.btn{cursor:pointer}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{transition:opacity .15s linear}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'viewBox='0088'%3e%3cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.262.9747.2582.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'viewBox='0044'%3e%3cpathstroke='%23fff'd='M02h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc((0.5rem + 1px)*-1)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow{left:calc((0.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc((0.5rem + 1px)*-1)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow{right:calc((0.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}.carousel-indicators .active{opacity:1}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#007bff !important}.bg-secondary{background-color:#6c757d !important}.bg-success{background-color:#28a745 !important}.bg-info{background-color:#17a2b8 !important}.bg-warning{background-color:#ffc107 !important}.bg-danger{background-color:#dc3545 !important}.bg-light{background-color:#f8f9fa !important}.bg-dark{background-color:#343a40 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#007bff !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width:576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width:768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width:992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width:1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position:-webkit-sticky) or(position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width:576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width:768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width:992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width:1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.text-white{color:#fff !important}.text-primary{color:#007bff !important}.text-secondary{color:#6c757d !important}.text-success{color:#28a745 !important}.text-info{color:#17a2b8 !important}.text-warning{color:#ffc107 !important}.text-danger{color:#dc3545 !important}.text-light{color:#f8f9fa !important}.text-dark{color:#343a40 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;overflow-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.scroll-wrapper{overflow:hidden !important;padding:0 !important;position:relative}.scroll-wrapper>.scroll-content{border:0 !important;box-sizing:content-box !important;height:auto;left:0;margin:0;max-height:none;max-width:none !important;overflow:scroll !important;padding:0;position:relative !important;top:0;width:auto !important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element .scroll-bar,.scroll-element .scroll-arrow{cursor:default}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden !important}.scroll-textarea>.scroll-content>textarea{border:0 !important;box-sizing:border-box;height:100% !important;margin:0;max-height:none !important;max-width:none !important;overflow:scroll !important;outline:0;padding:2px;position:relative !important;top:0;width:100% !important}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-inner{max-height:100%}.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div{border:0;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner>.scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#e1e1e6}.scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:#919191}.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}ul.map-level-0 a{font-weight:bold;color:#191928}ul.map-level-1 a,ul.map-level-2 a,ul.map-level-3 a{font-weight:normal;color:#24c}.right{float:right}.upper{text-transform:uppercase}.font-h2{font-size:32px;line-height:40px;font-weight:700;letter-spacing:0}.font-h3{font-size:24px;line-height:32px;font-weight:700;letter-spacing:0}.font-h4{font-size:20px;line-height:28px;font-weight:700;letter-spacing:0}.font-h5{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0}.font-small{font-size:16px;line-height:22px;font-weight:400;letter-spacing:0}.font-big{font-size:18px;line-height:26px;font-weight:400;letter-spacing:0}.font-normal{font-size:17px;line-height:18px;font-weight:400;letter-spacing:0}.font-text-button{line-height:20px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.font-big-bold{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0}.font-p{font-size:18px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none}.font-bold-p{font-size:17px;line-height:22px;font-weight:700;letter-spacing:0;text-decoration:none}.font-overline{font-size:22px;line-height:24px;font-weight:400;letter-spacing:.04em;text-transform:uppercase}.font-element-title{font-size:24px;line-height:26px;font-weight:500;letter-spacing:0;text-decoration:none}.font-element-title-small{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0;text-decoration:none}.font-element-title-big{font-size:26px;line-height:34px;font-weight:700;letter-spacing:0;text-decoration:none}.font-element-title-bigs{font-size:32px;line-height:38px;font-weight:700;letter-spacing:0;text-decoration:none}.font-tag{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0}.font-tag2{font-size:24px;line-height:28px;font-weight:700;letter-spacing:0}h1,.th0{font-size:40px;line-height:48px;font-weight:700;letter-spacing:0}h1,.th1{font-size:78px;line-height:92px;font-weight:700;letter-spacing:0}h2,.th2{font-size:32px;line-height:40px;font-weight:700;letter-spacing:0}h3,.th3{font-size:24px;line-height:32px;font-weight:700;letter-spacing:0}h4,.th4{font-size:20px;line-height:28px;font-weight:700;letter-spacing:0}h5,.th5{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0}h6,.th6{font-size:17px;line-height:26px;font-weight:700;letter-spacing:0}.wrapper{position:relative}.svg-color{fill:#24c !important}.svg-white{fill:#fff !important}.svg-color *{fill:#24c !important}.left{float:left}.qrcode{float:right;position:relative;margin-left:32px;margin-top:12px;width:212px;height:212px}svg g{clip-path:unset !important;display:block !important}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes swing{15%{-webkit-transform:translateX(9px);transform:translateX(9px)}30%{-webkit-transform:translateX(-9px);transform:translateX(-9px)}40%{-webkit-transform:translateX(6px);transform:translateX(6px)}50%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}65%{-webkit-transform:translateX(3px);transform:translateX(3px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.service-detail-content ul,.item-text ul{margin:0;padding:0 0 0 32px;list-style:none}.service-detail-content ul li,.item-text ul li{position:relative;margin:12px 0}.item-text ul li:after{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}ul{margin:0;padding:0 0 0 32px;list-style:none}ul li{position:relative;margin:12px 0}ul li:after{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}ol{margin:0;padding-left:20px}ol li{padding-left:8px;margin-bottom:12px}.reset-ul-list{margin:0;padding:0;list-style-type:none}.reset-ul-list>li{margin:0;padding:0}.reset-ul-list>li:after{display:none}.text-overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100%)}.text-wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,0) .88%,#fff 60%);width:100%;height:50%}.buttonf{--primary:#24c;--primary-dark:#172e8a;--primary-darkest:#133fc0;--text:#fff;--text-opacity:1;--success:#2b3044;--success-scale:.2;--success-opacity:0;--border-radius:4;--overflow:hidden;--rotate:0;--plane-x:0;--plane-y:0;--plane-opacity:1;--left-wing-background:var(--primary);--left-wing-first-x:0;--left-wing-first-y:0;--left-wing-second-x:50;--left-wing-second-y:0;--left-wing-third-x:0;--left-wing-third-y:100;--left-body-background:var(--primary);--left-body-first-x:50;--left-body-first-y:0;--left-body-second-x:50;--left-body-second-y:100;--left-body-third-x:0;--left-body-third-y:100;--right-wing-background:var(--primary);--right-wing-first-x:50;--right-wing-first-y:0;--right-wing-second-x:100;--right-wing-second-y:0;--right-wing-third-x:100;--right-wing-third-y:100;--right-body-background:var(--primary);--right-body-first-x:50;--right-body-first-y:0;--right-body-second-x:50;--right-body-second-y:100;--right-body-third-x:100;--right-body-third-y:100;display:block;cursor:pointer;position:relative;border:0;padding:12px 24px;min-width:100px;text-align:center;text-transform:uppercase;margin:0;line-height:20px;font-family:inherit;font-weight:700;font-size:16px;background:none;outline:0;color:var(--text);transform:rotate(calc(var(--rotate)*1deg)) translateZ(0);-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.buttonf .left,.buttonf .right{position:absolute;left:0;top:0;right:0;bottom:0;opacity:var(--plane-opacity);transform:translate(calc(var(--plane-x)*1px),calc(var(--plane-y)*1px)) translateZ(0)}.buttonf .left:before,.buttonf .left:after,.buttonf .right:before,.buttonf .right:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;border-radius:calc(var(--border-radius)*1px);transform:translate(var(--x,.4%),var(--y,0)) translateZ(0);z-index:var(--z-index,2);background:var(--background,var(--left-wing-background));-webkit-clip-path:polygon(calc(var(--first-x,var(--left-wing-first-x))*1%) calc(var(--first-y,var(--left-wing-first-y))*1%),calc(var(--second-x,var(--left-wing-second-x))*1%) calc(var(--second-y,var(--left-wing-second-y))*1%),calc(var(--third-x,var(--left-wing-third-x))*1%) calc(var(--third-y,var(--left-wing-third-y))*1%));clip-path:polygon(calc(var(--first-x,var(--left-wing-first-x))*1%) calc(var(--first-y,var(--left-wing-first-y))*1%),calc(var(--second-x,var(--left-wing-second-x))*1%) calc(var(--second-y,var(--left-wing-second-y))*1%),calc(var(--third-x,var(--left-wing-third-x))*1%) calc(var(--third-y,var(--left-wing-third-y))*1%))}.buttonf .left:after{--x:0;--z-index:1;--background:var(--left-body-background);--first-x:var(--left-body-first-x);--first-y:var(--left-body-first-y);--second-x:var(--left-body-second-x);--second-y:var(--left-body-second-y);--third-x:var(--left-body-third-x);--third-y:var(--left-body-third-y)}.buttonf .right:before{--x:-.4%;--z-index:2;--background:var(--right-wing-background);--first-x:var(--right-wing-first-x);--first-y:var(--right-wing-first-y);--second-x:var(--right-wing-second-x);--second-y:var(--right-wing-second-y);--third-x:var(--right-wing-third-x);--third-y:var(--right-wing-third-y)}.buttonf .right:after{--x:0;--z-index:1;--background:var(--right-body-background);--first-x:var(--right-body-first-x);--first-y:var(--right-body-first-y);--second-x:var(--right-body-second-x);--second-y:var(--right-body-second-y);--third-x:var(--right-body-third-x);--third-y:var(--right-body-third-y)}.buttonf b{display:block;position:relative;z-index:4;opacity:var(--text-opacity)}.buttonf b.success{z-index:0;position:absolute;left:0;right:0;top:8px;transform:rotate(calc(var(--rotate)*-1deg)) scale(var(--success-scale)) translateZ(0);opacity:var(--success-opacity);color:var(--success)}.btn{font-size:16px;line-height:20px;font-weight:700;letter-spacing:.08em;box-sizing:border-box;padding:12px 16px;border-radius:40px;text-transform:uppercase;border:0;display:inline-flex;align-items:center;transition:all .3s}.btn:active,.btn:focus,.btn:active{outline:0 !important}.btn:not(.btn-icon)>.icon{margin-right:8px;text-align:center;font-size:18px}.btn.btn-primary,.btn.btn-primary:active{background-color:#24c;color:#fff}.btn.btn-primary:hover,.btn.btn-primary:active:hover,.btn.btn-primary:active,.btn.btn-primary:active:active{background-color:#172e8a}.btn.btn-primary.disabled,.btn.btn-primary:active.disabled,.btn.btn-primary:disabled,.btn.btn-primary:active:disabled{background-color:#e1e1e6}.btn.btn-primary.disabled:hover,.btn.btn-primary:active.disabled:hover,.btn.btn-primary:disabled:hover,.btn.btn-primary:active:disabled:hover,.btn.btn-primary.disabled:active,.btn.btn-primary:active.disabled:active,.btn.btn-primary:disabled:active,.btn.btn-primary:active:disabled:active{background-color:#e1e1e6}.btn.btn-primary.loading:after,.btn.btn-primary:active.loading:after{background-color:#24c}.btn.btn-dark{background-color:#353545;color:#fff}.btn.btn-dark:hover,.btn.btn-dark:active{background-color:#565670;border:0}.btn.btn-dark.disabled,.btn.btn-dark:disabled{background-color:#e1e1e6}.btn.btn-dark.disabled:hover,.btn.btn-dark:disabled:hover,.btn.btn-dark.disabled:active,.btn.btn-dark:disabled:active{background-color:#e1e1e6}.btn.btn-dark.loading:after{background-color:#353545}.btn.btn-secondary{padding:10px 22px;background-color:#fff;color:#323237;border:2px solid #e1e1e6}.btn.btn-secondary:hover,.btn.btn-secondary:active{border-color:#24c;color:#24c}.btn.btn-secondary.disabled,.btn.btn-secondary:disabled{color:#e1e1e6}.btn.btn-secondary.disabled:hover,.btn.btn-secondary:disabled:hover,.btn.btn-secondary.disabled:active,.btn.btn-secondary:disabled:active{color:#e1e1e6}.btn.btn-secondary.loading:after{background-color:#fff}.btn.btn-secondary.noborder{border:0}.btn.btn-outline-secondary{color:#323237;box-shadow:inset 0 0 0 2px #e1e1e6}.btn.btn-outline-secondary:hover,.btn.btn-outline-secondary:active{background:none;color:#24c;box-shadow:inset 0 0 0 2px #24c}.btn.btn-outline-secondary.disabled,.btn.btn-outline-secondary:disabled{box-shadow:inset 0 0 0 2px #e1e1e6;color:#e1e1e6}.btn.btn-outline-secondary.disabled:hover,.btn.btn-outline-secondary:disabled:hover,.btn.btn-outline-secondary.disabled:active,.btn.btn-outline-secondary:disabled:active{box-shadow:inset 0 0 0 2px #e1e1e6}.btn.btn-outline-secondary.loading:after{background-color:#fff;box-shadow:inset 0 0 0 2px #e1e1e6}.btn.btn-link{padding:12px 0;color:#6c6c71;text-decoration:none}.btn.btn-link:hover,.btn.btn-link:active{color:#24c;text-decoration:none}.btn.btn-link2{padding:6px 20px 6px 20px !important;margin-left:12px}.arrowup{margin-left:1.0625rem;top:2px;position:relative}.arrowdown{margin-left:1.0625rem;top:-1px;position:relative}.arrowup .svg{width:1rem;height:1rem}.arrowdown .svg{width:19px;height:19px}.arrowdown .svg{display:flex;flex-direction:column-reverse;color:inherit;overflow:hidden}.arrowup .arrow1{opacity:1;transform:translate(0,0)}.arrowup .arrow2{opacity:0;transform:translate(-100%,0)}.arrowdown .arrow1{opacity:1;transform:translate(0)}.arrowdown .arrow2{opacity:0;transform:translate(0)}.arrowup.reverse .arrow1{opacity:0;transform:translate(-100%,0)}.arrowdown.reverse .arrow1{opacity:0;transform:translate(0)}.arbtn{user-select:none;display:inline-block;fill:currentColor;flex-shrink:0}button:not(:hover) .svg,a:not(:hover) span.svg,.arr:not(:hover) span.svg{transition:transform .3s ease .2s,opacity .3s ease .2s}button:hover .svg .arrow1,a:hover span.svg .arrow1,.arr:hover span.svg .arrow1{opacity:0;transform:translate(100%,-100%);transition:transform .5s,opacity .3s}button:hover .svg .arrow2,a:hover span.svg .arrow2,.arr:hover span.svg .arrow2{opacity:1;transform:translate(0,-100%);transition:transform .4s ease .2s,opacity .4s ease .2s}a:hover .arrowdown span.svg .arrow1{opacity:0;transform:translateY(100%);transition:transform .3s,opacity .3s}a:hover .arrowdown span.svg .arrow2{opacity:1;transform:translateY(100%);transition:transform .3s ease .2s,opacity .3s ease .2s}.btn.btn-lg{padding:16px 52px;font-size:18px}.btn.btn-m{padding:16px 32px}.btn.btn-s{padding:12px 24px}.btn.btn-order{color:#fff;background:#24c}.btn.btn-order:hover,.btn.btn-order:active{background-color:#172e8a}.btn.btn-order.btn-order_pressed:hover,.btn.btn-order.btn-order_pressed:active{background-color:#00aeef}.btn.btn-order_pressed{color:#fff;background:#00aeef}.btn.btn-order.disabled{background-color:#e1e1e6;color:#000}.btn.btn-order.loading:after{background-color:#24c}.btn.btn-light{background-color:#fff;color:#191928}.btn.btn-light:hover,.btn.btn-light:active{background-color:#24c;color:#fff}.btn.btn-light.btn-icon:hover i:before,.btn.btn-light.btn-icon:active i:before{color:#fff}.btn.btn-icon{padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.btn.btn-block{text-align:center;justify-content:center}*:hover{-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.top-description .text-block{letter-spacing:0;overflow:hidden;display:none}.dropdown-links{display:none;box-shadow:0 4px 32px rgba(0,0,0,.1);position:absolute;background:#fff;max-width:206px;z-index:50}.dropdown-links.open{display:block;animation:fadeIn .3s}.dropdown-links .item{color:#4a4a4f;border-bottom:1px solid #e1e1e6;text-decoration:none;display:flex;flex-direction:column;padding:12px 16px}.dropdown-links .item:last-child,.dropdown-links .item.last{border-bottom:0}.dropdown-links .item:hover{background:#f8f8fa;color:#24c}.dropdown-links .btn{display:block;border:0;padding:12px 16px;white-space:nowrap;border-radius:0}.dropdown-links .btn:hover{color:#fff}.tabs__list{display:flex;flex-wrap:wrap;gap:clamp(0.5rem,2vw,.75rem)}.tabs__list .tabs__item{margin-bottom:0;font-weight:400;display:block}.tabs__link{color:#222;transition:all .3s ease;display:inline-block;background-color:#f7f8f9;border-radius:50px;padding:clamp(var(--tabs-vertical-padding-mobile),2vw,var(--tabs-vertical-padding-desktop)) clamp(var(--tabs-horizontal-padding-mobile),2vw,var(--tabs-horizontal-padding-desktop));line-height:18px}.tabs__item a:hover{color:#fff;background-color:#24c}.tabs__link--active{background-color:#24c;color:#fff}.tabs ul li:after{content:none}.form-group.light{position:relative;padding:18px 0 0}.form-group.light.first-child{margin-top:-18px}.form-group.light>.error-label{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#f42;display:none;margin-top:3px}.form-group.light.error{animation:swing .6s ease;animation-iteration-count:1}.form-group.light.error>.error-label{display:block}.form-group.light.error input[type=text].form-control,.form-group.light.error input[type=email].form-control,.form-group.light.error input[type=password].form-control,.form-group.light.error textarea.form-control,.form-group.light.error .form-select>button{border-bottom-color:#f42}.form-group.light>label{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;height:36px;line-height:36px;display:block;color:#6c6c71;margin:0;padding:0;z-index:0;transition:transform .2s ease-in-out}.form-group.light>label .danger-color{color:#f42}.form-group.light input[type=text].form-control+label,.form-group.light input[type=email].form-control+label,.form-group.light input[type=password].form-control+label,.form-group.light textarea.form-control+label{position:absolute;top:18px}.form-group.light .form-select+label{position:absolute;top:-5px;padding-bottom:0;height:25px}.form-group.light input[type=text].form-control,.form-group.light input[type=email].form-control,.form-group.light input[type=password].form-control,.form-group.light textarea.form-control{position:relative;z-index:1;height:36px;line-height:24px;background:none;border:0;border-bottom:2px solid #e1e1e6;border-radius:0;padding:6px 0;color:#4a4a4f}.form-group.light input[type=text].form-control:focus+label,.form-group.light input[type=email].form-control:focus+label,.form-group.light input[type=password].form-control:focus+label,.form-group.light textarea.form-control:focus+label,.form-group.light input[type=text].form-control.filled+label,.form-group.light input[type=email].form-control.filled+label,.form-group.light input[type=password].form-control.filled+label,.form-group.light textarea.form-control.filled+label{transform:translate(0,-24px)}.form-group.light textarea.form-control{height:100px;resize:none}.form-group.light .form-select{position:relative;width:100%;box-shadow:none}.form-group.light .form-select>button{outline:0;background:none;border:0;height:36px;line-height:24px;padding:6px 0;border-radius:0;border-bottom:2px solid #e1e1e6}.form-group.light .form-select>button:focus,.form-group.light .form-select>button:active{outline:0 !important;background:none !important;border-color:#e1e1e6}.form-group.light .form-select>button:after{font-family:'remixicon';content:"\ea43";color:#191928;border:0;font-size:24px;transition:transform .1s ease-in-out}.form-group.light .form-select .dropdown-menu{border:0;background:#fff;border-radius:0;box-shadow:0 4px 32px rgba(0,0,0,.1);margin:0;padding:0}.form-group.light .form-select .dropdown-menu li a{padding:8px 16px;color:#4a4a4f}.form-group.light .form-select .dropdown-menu li a.active{background:none;color:#24c}.form-group.light .form-select .dropdown-menu li a:hover{color:#24c;background-color:#f8f8fa}.form-group:not(.light) input:-webkit-autofill,.form-group:not(.light) input:-webkit-autofill:hover,.form-group:not(.light) input:-webkit-autofill:focus,.form-group:not(.light) textarea:-webkit-autofill,.form-group:not(.light) textarea:-webkit-autofill:hover,.form-group:not(.light) textarea:-webkit-autofill:focus,.form-group:not(.light) select:-webkit-autofill,.form-group:not(.light) select:-webkit-autofill:hover,.form-group:not(.light) select:-webkit-autofill:focus{-webkit-text-fill-color:#4a4a4f;-webkit-box-shadow:inset 0 0 0 50px #f8f8fa}.form-group:not(.light) input::placeholder,.form-group:not(.light) textarea::placeholder{color:#6c6c71}.form-group:not(.light) input:-ms-input-placeholder,.form-group:not(.light) textarea:-ms-input-placeholder{color:#6c6c71}.form-group:not(.light) input::-ms-input-placeholder,.form-group:not(.light) textarea::-ms-input-placeholder{color:#6c6c71}.form-group:not(.light)>label{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;display:block;color:#6c6c71;margin-bottom:5px}.form-group:not(.light) .form-control{font-family:'Arian';font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;height:calc(22px + 22px + 2px);line-height:22px;color:#4a4a4f;background:#f8f8fa;border:1px solid #e1e1e6;border-radius:4px;padding:11px 12px}.form-group:not(.light) .form-select{position:relative;width:100%}.form-group:not(.light) .form-select>button{outline:0;background:#f8f8fa;height:calc(22px + 22px + 2px);line-height:calc(22px + 22px + 2px);border-radius:0;border:1px solid #e1e1e6;border-radius:4px;padding:0;display:flex;align-items:center}.form-group:not(.light) .form-select>button:focus,.form-group:not(.light) .form-select>button:active{outline:0 !important;background:none !important;border-color:#e1e1e6}.form-group:not(.light) .form-select>button:after{font-family:'remixicon';content:"\ea42";color:#191928;border:0;font-size:24px;height:28px;width:40px;line-height:28px;border-left:1px solid #e1e1e6;transition:transform .1s ease-in-out;text-align:center}.form-group:not(.light) .form-select>.dropdown-menu.show{box-shadow:0 4px 32px rgba(0,0,0,.1);background:#fff;border-radius:0;border:0;margin-top:4px}.form-group:not(.light) .form-select>.dropdown-menu.show ul{margin:0;padding:0}.form-group:not(.light) .form-select>.dropdown-menu.show ul>li>a{display:block;padding:8px 16px;color:#4a4a4f}.form-group:not(.light) .form-select>.dropdown-menu.show ul>li>a:hover,.form-group:not(.light) .form-select>.dropdown-menu.show ul>li>a:active{background:#f8f8fa;color:#4a4a4f}.form-group:not(.light) .form-select>.dropdown-menu.show ul>li>a.active{color:#24c;background:none;cursor:default}.form-group.form-check{padding:0;margin:36px 0 24px}.form-group.form-check .form-check-input{display:none}.form-group.form-check .form-check-input+.form-check-label{font-family:'Arian';font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:#4a4a4f;position:relative;display:block;padding-left:36px;user-select:none}.form-group.form-check .form-check-input+.form-check-label:hover{cursor:pointer}.form-group.form-check .form-check-input+.form-check-label:hover:before{border-color:#24c}.form-group.form-check .form-check-input+.form-check-label:before{content:'';position:absolute;top:-1px;left:0;display:block;width:24px;height:24px;background:none;border-radius:2px;border:2px solid #8f8f9d;box-sizing:border-box;line-height:22px;text-align:center;font-size:21px}.form-group.form-check .form-check-input[type="radio"]:checked+.form-check-label:before{background:none;content:"";background:#24c;left:6px;top:6px;margin:0;width:12px;height:12px;border-radius:50%}.form-group.form-check .form-check-input[type="radio"]+.form-check-label:after{left:0;top:0}.form-group.form-check.toogle-check .form-check-label{padding-left:56px}.form-group.form-check.toogle-check .form-check-input+.form-check-label:before{content:"";display:block;height:16px;width:40px;border:2px solid #e1e1e6;border-radius:8px;background:#fff;transition:all .2s ease-in-out;top:3px}.form-group.form-check.toogle-check .form-check-input+.form-check-label:after{content:"";display:block;position:absolute;width:24px;height:24px;background:#8f8f9d;border-radius:50%;top:-2px;left:0}.form-group.form-check.toogle-check .form-check-input:checked+.form-check-label:before{background-color:#e1e1e6}.form-group.form-check.toogle-check .form-check-input:checked+.form-check-label:after{background-color:#24c;transform:translate(16px,0)}.label{color:#fff;padding:3px 6px 2px;font-style:normal;font-weight:bold;font-size:10px;line-height:16px;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;margin-bottom:4px;transition:all .3s;margin-right:4px}.label.new{background-color:#2a3}.label.promo{background-color:#ec0}.label.hit{background-color:#e6351e}.label.sale{background-color:#fcde77;color:#000}.nav-tabs{margin:0;padding:0;list-style-type:none;position:relative;margin-bottom:32px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;white-space:nowrap;border-bottom:1px solid #e1e1e6;z-index:1}.nav-tabs>li{margin:0;padding:0}.nav-tabs>li:after{display:none}.tab-content .tab-pane{animation:fadeIn .5s}.bg-boxed-red{background-image:url(/img/bg-boxed-red.jpg) !important}.bg-boxed-dark{background-image:url(/img/bg-boxed-dark.jpg) !important}.bg-boxed-blue{background-image:url(/img/bg-boxed-blue.jpg) !important}.bg-boxed-red,.bg-boxed-dark,.bg-boxed-blue{border-radius:4px}.pagination-nav{width:100%;padding:16px;border:1px solid #e1e1e6}.pagination-nav .pagination{margin:0;padding:0;list-style-type:none;margin-bottom:0}.pagination-nav .pagination>li{margin:0;padding:0}.pagination-nav .pagination>li:after{display:none}.pagination-nav .pagination .page-item{margin-right:8px}.pagination-nav .pagination .page-item:last-of-type{margin-right:0}.pagination-nav .pagination .page-item.active .page-link{background-color:#24c;color:#fff}.pagination-nav .pagination .page-item.disabled .icon:before{color:#e1e1e6}.pagination-nav .pagination .page-link{padding:10px 15px 10px 16px;border:0;color:#4a4a4f;border-radius:2px}.pagination-nav .pagination .page-link:hover{background-color:#f8f8fa}.pagination-nav .pagination .buttons{margin:0;padding:0;list-style-type:none;display:flex}.pagination-nav .pagination .buttons>li{margin:0;padding:0}.pagination-nav .pagination .buttons>li:after{display:none}.pagination-nav .pagination .buttons .page-item{margin-right:0}.pagination-nav .pagination .buttons .page-link{padding:0}.pagination-nav .pagination .buttons-wrap{margin-left:auto}.pagination-nav .pagination .btn{border-radius:2px;font-size:24px}.pagination-nav .pagination .btn.btn-icon{width:40px;height:40px}.pagination-nav .pagination .btn .icon:before{color:#8f8f9d}.fotorama__arr{display:flex;align-items:center;justify-content:center;margin-top:-22px;padding:0;width:44px;height:44px;background-color:#fff;border-radius:2px;box-shadow:0 4px 32px rgba(0,0,0,.1)}.fotorama__arr:hover{background-color:#24c;color:#fff}.fotorama__arr--next:before,.fotorama__arr--prev:before{font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;display:block}.fotorama__arr--next{right:24px}.fotorama__arr--next:before{content:'\ea5d'}.fotorama__arr--prev{left:24px}.fotorama__arr--prev:before{content:'\ea53'}.fotorama__arr--disabled{opacity:1;background-color:#e1e1e6}.fotorama__arr--disabled:before{color:#fff}.fotorama__fullscreen-icon:hover,.fotorama__arr:hover{transition-property:background-color !important}.fotorama__fullscreen-icon{top:24px;right:24px;padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:#e63a26;border-radius:2px;box-shadow:0 4px 32px rgba(0,0,0,.1);color:#fff}.fotorama__fullscreen-icon:hover{background-color:#24c;color:#fff}.fotorama__fullscreen-icon:before{content:'\ecee';display:block;font-family:'remixicon';font-size:22px}.fotorama__nav__frame--thumb:not(.fotorama__active){opacity:.5}.fotorama__nav__shaft{top:8px}.fotorama__thumb-border{display:none}.fotorama__thumb{background-color:#fff}.fotorama.fotorama--fullscreen .fotorama__fullscreen-icon:before{content:'\ecec'}.buttons .to-cart{display:inline-flex;text-align:center;justify-content:center;width:100%}.buttons .to-cart i{padding-right:10px;margin-left:-6px;font-size:18px}.buttons .to-cart i:before{color:#fff}.buttons .in-cart,.buttons .in-basket{display:inline-flex;text-align:center;justify-content:center;background-color:#2a3;width:100%}.buttons .in-cart:hover,.buttons .in-basket:hover{background-color:#156a20}.buttons .in-cart i,.buttons .in-basket i{padding-right:10px;margin-left:-6px;font-size:18px}.buttons .in-cart i:before,.buttons .in-basket i:before{content:'\eb34'}.loading{position:relative;justify-content:center}.loading:before{content:'\eefa';position:absolute;font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;max-width:20px;width:100%;font-size:20px;animation:rotate 1s linear infinite;z-index:1}.loading:after{content:'';position:absolute;height:100%;width:100%;left:0;border-radius:4px}.alert{border:0;border-radius:4px;padding:16px 24px}.alert.alert-danger{background:#fff0ee;color:#f42}.open-modal{overflow-x:hidden;height:100%;width:100%;overflow-y:hidden;touch-action:none}.preloader{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;background:#f5f5f7;z-index:1001;display:flex;justify-content:center;align-items:center}.preloader.hidden{display:none}.preloader svg circle{stroke:#24c}.loaded .preloader{display:none}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes wait-bar-grow{0%{transform:scaleX(0)}25%{transform:scaleX(.5)}50%{transform:scaleX(1)}75%{transform:scaleX(.5)}100%{transform:scaleX(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}*{outline:0}body{font-family:'Arian';font-size:18px;line-height:24px;font-weight:400;letter-spacing:0;color:#19191e;display:flex;flex-direction:column;height:100%;background-color:#fff}body>*{-ms-overflow-style:none}body .container{max-width:1360px}body.width-1648 .container{max-width:1648px}.projects-element .head-info{width:40%}body .container{padding-left:16px;padding-right:16px}body.services .container .col.left-block-wrap{margin-bottom:56px}body.overflow{overflow:hidden}body.inner-page .wrapper-container .text-before-items{margin-bottom:40px}body.inner-page .wrapper-container .text-before-items p{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:24px;color:#4a4a4f}body.inner-page .wrapper-container .text-before-items p:last-child{margin-bottom:0}body.inner-page .wrapper-container .text-after-items{margin-top:56px}body.inner-page .wrapper-container .text-after-items h3{font-size:24px;line-height:32px;font-weight:700;letter-spacing:0;margin-bottom:24px;margin-top:56px}body.inner-page .wrapper-container .text-after-items p{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:24px;color:#4a4a4f}body.inner-page .wrapper-container .text-after-items p:last-child{margin-bottom:0}body>div[id*='wait_comp_']{position:fixed !important;z-index:9001 !important;top:0 !important;left:0 !important;width:100% !important;height:3px !important;border:0 !important;padding:0 !important;text-indent:-9999px !important;background-image:none !important;background-color:#0c1849 !important}body>div[id*='wait_comp_']:after,body>div[id*='wait_comp_']:before{animation-name:wait-bar-grow;animation-duration:2000ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:ease-in,steps(1);bottom:0;content:'';position:absolute;top:0;transform:scaleX(0);width:50%;background-color:#4261df !important}body>div[id*='wait_comp_']:after{right:0;transform-origin:left center}body>div[id*='wait_comp_']:before{left:0;transform-origin:right center}body.btn-type-rounded .owl-next,body.btn-type-rounded .owl-prev{border-radius:120px}body.open-modal #html-container{-webkit-filter:blur(2px);filter:blur(2px)}a{color:#24c;transition:all .3s}a.icon:hover{text-decoration:none}button,input{outline:0 !important}.menu-list-2>a{font-weight:700;font-size:20px}.wrapper-section{padding:56px 0 72px 0}.wrapper-section.first{padding:0;border-top:0}.wrapper-section.no-padding{padding:0}.wrapper-section[data-code="projects"]{padding:0;border:0}.wrapper-container>.row>.col{order:1}.wrapper-container>.row>.sidebar-left{order:0}.wrapper-container>.row>.sidebar-right{order:2}.sidebar-left,.sidebar-right{min-width:306px;max-width:306px;padding:0;margin-left:6px}.sidebar-left>div:not(.filter-aside-container):last-child,.sidebar-right>div:not(.filter-aside-container):last-child{position:sticky;top:0;margin-bottom:56px}.sidebar-right{margin-left:32px;padding:0}.sidebar-menu-catalog{margin-bottom:12px;background:#fff}.sidebar-menu-catalog .title{border:1px solid #e1e1e6}.sidebar-menu-catalog .title .menu-title{width:100%;height:auto;display:flex;padding:24px 32px;color:#323237;text-decoration:none}.sidebar-menu-catalog .title .menu-title i{margin-right:18px}.sidebar-menu-catalog .title .menu-title .icon-add-line{margin-left:auto}.sidebar-left{margin-right:22px}.sidebar-left .sidebar-menu-catalog>.sidebar-menu,.sidebar-right .sidebar-menu-catalog>.sidebar-menu{display:none;margin-top:-1px}.sidebar-left .sidebar-menu-catalog.open>.sidebar-menu,.sidebar-right .sidebar-menu-catalog.open>.sidebar-menu{display:block}.sidebar-left .sidebar-menu-catalog.open .title,.sidebar-right .sidebar-menu-catalog.open .title{box-shadow:0 4px 32px rgba(0,0,0,.1)}.sidebar-left .sidebar-menu-catalog.open .title .menu-title .icon-add-line:before,.sidebar-right .sidebar-menu-catalog.open .title .menu-title .icon-add-line:before{content:"\f004"}.sidebar-left .sidebar-menu-catalog .has-sub.open>span,.sidebar-left .sidebar-menu-catalog .has-sub.open>a,.sidebar-right .sidebar-menu-catalog .has-sub.open>a{color:#24c}.sidebar-left .sidebar-menu-catalog .has-sub.open .sub .li:not(.has-sub) .active.open>a,.sidebar-right .sidebar-menu-catalog .has-sub.open .sub .li:not(.has-sub) .active.open>a{color:#24c}.sidebar-left .sidebar-menu,.sidebar-right .sidebar-menu{border:1px solid #e1e1e6;margin-bottom:16px}.sidebar-left .sidebar-menu>ul>li:before,.sidebar-right .sidebar-menu>ul>li:before{content:'';position:absolute;bottom:0;left:32px;display:block;width:calc(100% - 64px);background-color:#e1e1e6;height:1px}.sidebar-left .sidebar-menu>ul>li:last-of-type:before,.sidebar-right .sidebar-menu>ul>li:last-of-type:before{display:none}.sidebar-left .sidebar-menu ul li,.sidebar-right .sidebar-menu ul li{position:relative}.sidebar-left .sidebar-menu ul li.active>a,.sidebar-right .sidebar-menu ul li.active>a{color:#24c}.sidebar-left .sidebar-menu ul li.active .active>a,.sidebar-right .sidebar-menu ul li.active .active>a{color:#24c}.sidebar-left .sidebar-menu ul li span,.sidebar-left .sidebar-menu ul li a,.sidebar-right .sidebar-menu ul li a{display:block;color:#323237;text-decoration:none;padding:24px 26px}.sidebar-left .sidebar-menu ul li a:hover,.sidebar-right .sidebar-menu ul li a:hover{color:#24c}.sidebar-left .sidebar-menu ul li:last-of-type:after,.sidebar-right .sidebar-menu ul li:last-of-type:after{display:none}.sidebar-left .sidebar-menu ul li.has-sub.color>a,.sidebar-right .sidebar-menu ul li.has-sub.color>a{color:#323237}.sidebar-left .sidebar-menu ul li.has-sub>span,.sidebar-left .sidebar-menu ul li.has-sub>a,.sidebar-right .sidebar-menu ul li.has-sub>a{position:relative;padding-bottom:16px}.sidebar-left .sidebar-menu ul li.has-sub>a:after,.sidebar-right .sidebar-menu ul li.has-sub>a:after{display:block;position:absolute;width:24px;height:24px;text-align:center;line-height:24px;right:24px;font-size:24px;top:calc(50% - 12px);content:'\ea43';font-family:'remixicon' !important}.sidebar-left .sidebar-menu ul li.has-sub>a .text,.sidebar-right .sidebar-menu ul li.has-sub>a .text{max-width:88%}.sidebar-left .sidebar-menu ul li.has-sub:hover,.sidebar-right .sidebar-menu ul li.has-sub:hover{background:none}.sidebar-left .sidebar-menu ul li.has-sub.open>a:after,.sidebar-right .sidebar-menu ul li.has-sub.open>a:after{content:'\ea49';top:calc(50% - 8px)}.sidebar-left .sidebar-menu ul li.has-sub.open .sub,.sidebar-right .sidebar-menu ul li.has-sub.open .sub{margin-top:-8px;padding-bottom:8px;display:block}.sidebar-left .sidebar-menu ul li.has-sub.open .sub .has-sub.open>a:after,.sidebar-right .sidebar-menu ul li.has-sub.open .sub .has-sub.open>a:after{top:calc(50% - 12px)}.sidebar-left .sidebar-menu ul li:not(.open)>a,.sidebar-right .sidebar-menu ul li:not(.open)>a{padding-bottom:24px}.sidebar-left .sidebar-menu ul li .sub,.sidebar-right .sidebar-menu ul li .sub{display:none;padding:0 32px 24px 32px}.sidebar-left .sidebar-menu ul li .sub li,.sidebar-right .sidebar-menu ul li .sub li{padding:0;margin:0 -16px 0 -16px}.sidebar-left .sidebar-menu ul li .sub li a,.sidebar-right .sidebar-menu ul li .sub li a,.sidebar-left .sidebar-menu ul li .sub li span{display:block;padding:8px 16px 8px 16px;text-decoration:none;color:#4a4a4f}.sidebar-left .sidebar-menu ul li .sub li span{font-weight:700;color:#24c}.sidebar-left .sidebar-menu ul li .sub li a:hover,.sidebar-right .sidebar-menu ul li .sub li a:hover{background-color:#f8f8fa;color:initial}.sidebar-left .sidebar-menu ul li .sub li:first-of-type,.sidebar-right .sidebar-menu ul li .sub li:first-of-type{margin-top:8px}.sidebar-left .sidebar-menu ul li .sub li:after,.sidebar-right .sidebar-menu ul li .sub li:after{content:none}.sidebar-left .sidebar-menu ul li .sub li:not(&.has-sub):hover,.sidebar-right .sidebar-menu ul li .sub li:not(&.has-sub):hover{background-color:#f8f8fa}.sidebar-left .sidebar-menu ul li .sub li.has-sub .sub,.sidebar-right .sidebar-menu ul li .sub li.has-sub .sub{display:none}.sidebar-left .sidebar-menu ul li .sub li.has-sub.open .sub,.sidebar-right .sidebar-menu ul li .sub li.has-sub.open .sub{display:block}.sidebar-left .sidebar-menu ul li .sub li.has-sub a:after,.sidebar-right .sidebar-menu ul li .sub li.has-sub a:after{right:10px}.socials-icons{display:flex}.socials-icons .item{width:40px;height:40px;margin-right:6px;border-radius:12px;line-height:40px;text-align:center;font-size:18px;text-decoration:none}.socials-icons .item:before{color:#fff}.socials-icons .item:hover{opacity:.8}.socials-icons .item.icon-whatsapp{background-color:#4caf50}.socials-icons .item.icon-telegram{background-color:#039be5}.socials-icons .item.icon-instagram{background:linear-gradient(225deg,#6f3fbb 0,#c53185 32.04%,#ea4951 66.3%,#fec763 100%)}.socials-icons .item.icon-max{background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%20100%20100'%20fill='%23fff'%3E%3Cpath%20fill-rule='evenodd'%20d='M50.7571%200.261719C78.2929%200.261719%2099.8857%2022.5974%2099.8857%2050.1474C99.8857%2077.6974%2077.6071%2099.4903%2051.0214%2099.4903C41.5857%2099.4903%2037.0143%2098.1617%2029.65%2092.9474C29.1429%2092.5903%2028.45%2092.6831%2028.0214%2093.1403C22.3571%2099.1831%207.85%20103.426%207.18571%2095.176C7.18571%2080.7903%200%2071.4474%200%2049.876C0%2021.5546%2023.2214%200.261719%2050.7571%200.261719ZM51.5286%2024.8117C38.4643%2024.126%2028.2643%2033.1974%2026.0143%2047.3831C24.15%2059.1332%2027.45%2073.4546%2030.2786%2074.176C31.4786%2074.4832%2034.3571%2072.276%2036.4571%2070.2974C36.85%2069.926%2037.45%2069.8617%2037.9071%2070.1474C41.1786%2072.1474%2044.8786%2073.6474%2048.9571%2073.8617C62.3714%2074.5617%2074.2571%2064.0617%2074.9643%2050.6474C75.6643%2037.2331%2064.9429%2025.5046%2051.5286%2024.8046V24.8117Z'/%3E%3C/svg%3E") no-repeat center,linear-gradient(135deg,#00c4ff 0,#3c22fe 55%,#8114ff 100%)}.icon-whatsapp{background:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzMDggMzA4Ij4KCgk8cGF0aCBpZD0iWE1MSURfNDY5XyIgZD0iTTIyNy45MDQsMTc2Ljk4MWMtMC42LTAuMjg4LTIzLjA1NC0xMS4zNDUtMjcuMDQ0LTEyLjc4MWMtMS42MjktMC41ODUtMy4zNzQtMS4xNTYtNS4yMy0xLjE1NiAgIGMtMy4wMzIsMC01LjU3OSwxLjUxMS03LjU2Myw0LjQ3OWMtMi4yNDMsMy4zMzQtOS4wMzMsMTEuMjcxLTExLjEzMSwxMy42NDJjLTAuMjc0LDAuMzEzLTAuNjQ4LDAuNjg3LTAuODcyLDAuNjg3ICAgYy0wLjIwMSwwLTMuNjc2LTEuNDMxLTQuNzI4LTEuODg4Yy0yNC4wODctMTAuNDYzLTQyLjM3LTM1LjYyNC00NC44NzctMzkuODY3Yy0wLjM1OC0wLjYxLTAuMzczLTAuODg3LTAuMzc2LTAuODg3ICAgYzAuMDg4LTAuMzIzLDAuODk4LTEuMTM1LDEuMzE2LTEuNTU0YzEuMjIzLTEuMjEsMi41NDgtMi44MDUsMy44My00LjM0OGMwLjYwNy0wLjczMSwxLjIxNS0xLjQ2MywxLjgxMi0yLjE1MyAgIGMxLjg2LTIuMTY0LDIuNjg4LTMuODQ0LDMuNjQ4LTUuNzlsMC41MDMtMS4wMTFjMi4zNDQtNC42NTcsMC4zNDItOC41ODctMC4zMDUtOS44NTZjLTAuNTMxLTEuMDYyLTEwLjAxMi0yMy45NDQtMTEuMDItMjYuMzQ4ICAgYy0yLjQyNC01LjgwMS01LjYyNy04LjUwMi0xMC4wNzgtOC41MDJjLTAuNDEzLDAsMCwwLTEuNzMyLDAuMDczYy0yLjEwOSwwLjA4OS0xMy41OTQsMS42MDEtMTguNjcyLDQuODAyICAgYy01LjM4NSwzLjM5NS0xNC40OTUsMTQuMjE3LTE0LjQ5NSwzMy4yNDljMCwxNy4xMjksMTAuODcsMzMuMzAyLDE1LjUzNywzOS40NTNjMC4xMTYsMC4xNTUsMC4zMjksMC40NywwLjYzOCwwLjkyMiAgIGMxNy44NzMsMjYuMTAyLDQwLjE1NCw0NS40NDYsNjIuNzQxLDU0LjQ2OWMyMS43NDUsOC42ODYsMzIuMDQyLDkuNjksMzcuODk2LDkuNjljMC4wMDEsMCwwLjAwMSwwLDAuMDAxLDAgICBjMi40NiwwLDQuNDI5LTAuMTkzLDYuMTY2LTAuMzY0bDEuMTAyLTAuMTA1YzcuNTEyLTAuNjY2LDI0LjAyLTkuMjIsMjcuNzc1LTE5LjY1NWMyLjk1OC04LjIxOSwzLjczOC0xNy4xOTksMS43Ny0yMC40NTggICBDMjMzLjE2OCwxNzkuNTA4LDIzMC44NDUsMTc4LjM5MywyMjcuOTA0LDE3Ni45ODF6IiBmaWxsPSIjZmZmZmZmIiAvPgoJPHBhdGggaWQ9IlhNTElEXzQ3MF8iIGQ9Ik0xNTYuNzM0LDBDNzMuMzE4LDAsNS40NTQsNjcuMzU0LDUuNDU0LDE1MC4xNDNjMCwyNi43NzcsNy4xNjYsNTIuOTg4LDIwLjc0MSw3NS45MjhMMC4yMTIsMzAyLjcxNiAgIGMtMC40ODQsMS40MjktMC4xMjQsMy4wMDksMC45MzMsNC4wODVDMS45MDgsMzA3LjU4LDIuOTQzLDMwOCw0LDMwOGMwLjQwNSwwLDAuODEzLTAuMDYxLDEuMjExLTAuMTg4bDc5LjkyLTI1LjM5NiAgIGMyMS44NywxMS42ODUsNDYuNTg4LDE3Ljg1Myw3MS42MDQsMTcuODUzQzI0MC4xNDMsMzAwLjI3LDMwOCwyMzIuOTIzLDMwOCwxNTAuMTQzQzMwOCw2Ny4zNTQsMjQwLjE0MywwLDE1Ni43MzQsMHogICAgTTE1Ni43MzQsMjY4Ljk5NGMtMjMuNTM5LDAtNDYuMzM4LTYuNzk3LTY1LjkzNi0xOS42NTdjLTAuNjU5LTAuNDMzLTEuNDI0LTAuNjU1LTIuMTk0LTAuNjU1Yy0wLjQwNywwLTAuODE1LDAuMDYyLTEuMjEyLDAuMTg4ICAgbC00MC4wMzUsMTIuNzI2bDEyLjkyNC0zOC4xMjljMC40MTgtMS4yMzQsMC4yMDktMi41OTUtMC41NjEtMy42NDdjLTE0LjkyNC0yMC4zOTItMjIuODEzLTQ0LjQ4NS0yMi44MTMtNjkuNjc3ICAgYzAtNjUuNTQzLDUzLjc1NC0xMTguODY3LDExOS44MjYtMTE4Ljg2N2M2Ni4wNjQsMCwxMTkuODEyLDUzLjMyNCwxMTkuODEyLDExOC44NjcgICBDMjc2LjU0NiwyMTUuNjc4LDIyMi43OTksMjY4Ljk5NCwxNTYuNzM0LDI2OC45OTR6IiBmaWxsPSIjZmZmZmZmIiAvPgoKPC9zdmc+Cg==')}.icon-telegram{background:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCiAgICAgICAgPHBhdGggZD0ibS40MTUgMTEuMTk2IDUuODY5IDIuOTI1Yy4yMjcuMTEyLjQ5NS4xMDQuNzEyLS4wMjNsNS4yMjQtMy4wMzctMy4xNjIgMi44MDJjLS4xNjEuMTQzLS4yNTMuMzQ3LS4yNTMuNTYydjYuODI1YzAgLjcyLjkxOSAxLjAyMyAxLjM1LjQ1MWwyLjUzNy0zLjM3MyA2LjI3NCAzLjU3M2MuNDQuMjUzIDEuMDA0LS4wMDEgMS4xMDYtLjUwNGwzLjkxMy0xOS41Yy4xMTctLjU4Ni0uNDY2LTEuMDY0LTEuMDA4LS44NDZsLTIyLjUgOC43NzVjLS42MDQuMjM2LS42NDMgMS4wODEtLjA2MiAxLjM3em0yMS44My04LjI0OS0zLjQzOSAxNy4xMzctNS45NDUtMy4zODZjLS4zMjQtLjE4NS0uNzQxLS4xMDMtLjk3MS4yMDFsLTEuNTg1IDIuMTA3di00LjI0NGw4LjU1MS03LjU3NmMuNjc3LS41OTktLjEwMS0xLjY2NC0uODc0LTEuMjFsLTExLjM5IDYuNjIyLTMuOTkyLTEuOTg5eiIgZmlsbD0iI2ZmZmZmZiIgIC8+Cgo8L3N2Zz4K')}.icon-max{background:transparent;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%20100%20100'%20fill='%23fff'%3E%3Cpath%20fill-rule='evenodd'%20d='M50.7571%200.261719C78.2929%200.261719%2099.8857%2022.5974%2099.8857%2050.1474C99.8857%2077.6974%2077.6071%2099.4903%2051.0214%2099.4903C41.5857%2099.4903%2037.0143%2098.1617%2029.65%2092.9474C29.1429%2092.5903%2028.45%2092.6831%2028.0214%2093.1403C22.3571%2099.1831%207.85%20103.426%207.18571%2095.176C7.18571%2080.7903%200%2071.4474%200%2049.876C0%2021.5546%2023.2214%200.261719%2050.7571%200.261719ZM51.5286%2024.8117C38.4643%2024.126%2028.2643%2033.1974%2026.0143%2047.3831C24.15%2059.1332%2027.45%2073.4546%2030.2786%2074.176C31.4786%2074.4832%2034.3571%2072.276%2036.4571%2070.2974C36.85%2069.926%2037.45%2069.8617%2037.9071%2070.1474C41.1786%2072.1474%2044.8786%2073.6474%2048.9571%2073.8617C62.3714%2074.5617%2074.2571%2064.0617%2074.9643%2050.6474C75.6643%2037.2331%2064.9429%2025.5046%2051.5286%2024.8046V24.8117Z'/%3E%3C/svg%3E")}.header{position:relative;z-index:23}.header.open-header{opacity:1;position:fixed;top:0;left:0;right:0}.header.type8 .main-header,.header.type1-fixed .main-header{display:flex;background-color:#fff;border-bottom:1px solid #e1e1e6;height:72px;width:100%}.header.type1-fixed .main-header .menu-list-0 li>a,.header.type1-fixed .main-header .menu-list-0 li>span{font-size:20px}.header.type8 .main-header .menu-btn,.header.type1-fixed .main-header .menu-btn{width:72px;flex-shrink:0;justify-content:center;align-items:center;display:flex;border-right:1px solid #e1e1e6}.header.type8 .main-header .menu-btn .icon,.header.type1-fixed .main-header .menu-btn .icon{display:block;font-size:24px;width:100%;height:100%;text-align:center;line-height:72px;cursor:pointer}.header.type8 .main-header .menu-btn .icon:before,.header.type1-fixed .main-header .menu-btn .icon:before{color:#24c}.header.type8 .main-header .menu-btn .icon:hover:before,.header.type1-fixed .main-header .menu-btn .icon:hover:before{color:#1b35a0}.header.type8 .main-header .logo a{line-height:0}.header.type8 .main-header .logo,.header.type1-fixed .main-header .logo{padding:0 32px;padding-right:6px;display:flex;align-items:center;border-right:1px solid #e1e1e6}.header.type8 .main-header .logo svg,.header.type1-fixed .main-header .logo svg{max-width:170px;max-height:45px}.header.type8 .main-header .logo .slogan,.header.type1-fixed .main-header .logo .slogan{font-size:16px;line-height:22px;font-weight:400;letter-spacing:0;max-width:300px;min-width:163px;color:#6c6c71;overflow:hidden;margin-left:32px}.header.type8 .main-header .contacts,.header.type1-fixed .main-header .contacts{display:flex;align-items:center;padding:0 0 0 32px}.header.type8 .main-header .contacts .phone,.header.type1-fixed .main-header .contacts .phone{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0;position:relative;display:flex}.header.type8 .main-header .contacts .phone .btn-link,.header.type8 .main-header .contacts .phone .btn-link2,.header.type1-fixed .main-header .contacts .phone .btn-link,.header.type1-fixed .main-header .contacts .phone .btn-link2{font-size:16px;line-height:22px;font-weight:700;letter-spacing:0;padding:0 0 0 28px;text-transform:none;white-space:nowrap}.header.type8 .main-header .contacts .phone .current,.header.type1-fixed .main-header .contacts .phone .current{display:flex;align-items:center;top:1px;position:relative}.header.type8 .main-header .contacts .phone .current .icon-phone-fill,.header.type1-fixed .main-header .contacts .phone .current .icon-phone-fill{width:24px;height:24px;text-align:center;line-height:24px;font-size:18px;font-weight:normal;transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg)}.header.type8 .main-header .contacts .phone .current:hover,.header.type1-fixed .main-header .contacts .phone .current:hover{text-decoration:none}.header.type8 .main-header .contacts .phone .current:hover i,.header.type1-fixed .main-header .contacts .phone .current:hover i{color:#24c}.header.type8 .main-header .contacts .phone .current span,.header.type1-fixed .main-header .contacts .phone .current span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100%);font-size:18px;line-height:26px;font-weight:700;letter-spacing:0;color:#323237;flex-shrink:1}.header.type8 .main-header .menu,.header.type1-fixed .main-header .menu{overflow:hidden;width:70%}.header.type8 .main-header .menu.calc,.header.type1-fixed .main-header .menu.calc{overflow:visible}.header.type8 .main-header .menu .sub,.header.type1-fixed .main-header .menu .sub{position:absolute;z-index:100;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.15s;transition-delay:.15s;background:#fff;box-shadow:0 4px 32px rgb(0 0 0/10%)}.header.type8 .main-header .menu .full-sub,.header.type1-fixed .main-header .menu .full-sub{width:100%;position:absolute;box-shadow:0 4px 32px rgba(0,0,0,.1);padding:40px;box-sizing:border-box;background:#fff;z-index:100;flex-wrap:wrap;align-items:flex-start;left:0;display:flex;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.2s;transition-delay:.15s}.header.type8 .main-header .menu .full-sub .item,.header.type1-fixed .main-header .menu .full-sub .item{box-sizing:border-box;margin-bottom:16px;padding:16px;width:33.3%;display:flex}.header.type8 .main-header .menu .full-sub .item a:hover,.header.type1-fixed .main-header .menu .full-sub .item a:hover{color:#24c}.header.type8 .main-header .menu .full-sub .item .img,.header.type1-fixed .main-header .menu .full-sub .item .img{width:64px;min-width:64px;height:64px;margin-right:24px;flex-shrink:1;display:flex}.header.type8 .main-header .menu .full-sub .item .img *,.header.type1-fixed .main-header .menu .full-sub .item .img *{background-position:center center;background-size:contain;background-repeat:no-repeat}.header.type8 .main-header .menu .full-sub .item .links,.header.type1-fixed .main-header .menu .full-sub .item .links{display:flex;flex-direction:column;align-items:baseline}.header.type8 .main-header .menu .full-sub .item .links>a,.header.type1-fixed .main-header .menu .full-sub .item .links>a{color:#323237;white-space:normal}.header.type8 .main-header .menu .full-sub .item .links>a:hover,.header.type1-fixed .main-header .menu .full-sub .item .links>a:hover{color:#24c}.header.type8 .main-header .menu .full-sub .item .links .full-sub-2,.header.type1-fixed .main-header .menu .full-sub .item .links .full-sub-2{margin-top:12px}.header.type8 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type1-fixed .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type1-fixed .main-header .menu .full-sub .item .links .full-sub-2>span{display:block;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#4a4a4f;margin-bottom:8px;white-space:normal}.header.type1-fixed .main-header .menu .full-sub .item .links .full-sub-2>span{font-weight:700}.header.type8 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type1-fixed .main-header .menu .full-sub .item .links .full-sub-2>a:hover{color:#24c}.header.type8 .main-header .menu .menu-list-0,.header.type1-fixed .main-header .menu .menu-list-0{margin:0;padding:0;list-style-type:none;display:flex;justify-content:flex-end;padding-right:32px;height:72px}.header.type8 .main-header .menu .menu-list-0>li,.header.type1-fixed .main-header .menu .menu-list-0>li{margin:0;padding:0}.header.type8 .main-header .menu .menu-list-0>li:after,.header.type1-fixed .main-header .menu .menu-list-0>li:after{display:none}.header.type8 .main-header .menu .menu-list-0 a,.header.type1-fixed .main-header .menu .menu-list-0 a,.header.type1-fixed .main-header .menu .menu-list-0 span{text-decoration:none;white-space:nowrap;color:#323237}.header.type8 .main-header .menu .menu-list-0>li,.header.type1-fixed .main-header .menu .menu-list-0>li{margin:0 44px 0 0;padding:0;position:relative}.header.type8 .main-header .menu .menu-list-0>li:last-child,.header.type1-fixed .main-header .menu .menu-list-0>li:last-child{margin-right:0}.header.type8 .main-header .menu .menu-list-0>li>a,.header.type1-fixed .main-header .menu .menu-list-0>li>a,.header.type1-fixed .main-header .menu .menu-list-0>li>span{height:72px;display:flex;align-items:center;position:relative}.header.type1-fixed .main-header .menu .menu-list-0>li>span{font-weight:700;color:#24c}.header.type8 .main-header .menu .menu-list-0>li>a:after,.header.type1-fixed .main-header .menu .menu-list-0>li>a:after{transition:width .2s ease-in-out;width:0;content:'';display:block;position:absolute;background:#24c;height:2px;left:0;bottom:1px}.header.type8 .main-header .menu .menu-list-0>li.active a:after,.header.type1-fixed .main-header .menu .menu-list-0>li.active a:after,.header.type8 .main-header .menu .menu-list-0>li:hover a:after,.header.type1-fixed .main-header .menu .menu-list-0>li:hover a:after{width:100%}.header.type8 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub>a.more{width:24px;text-align:center}.header.type8 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub>a.more:before{font-family:'remixicon' !important;content:"\ee36";right:0;top:28px}.header.type8 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub.open>.sub{opacity:1;visibility:visible;top:72px;background:#fff}.header.type8 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub.open>.full-sub{opacity:1;visibility:visible}.header.type8 .main-header .menu .menu-list-0>li.sub-full-width,.header.type1-fixed .main-header .menu .menu-list-0>li.sub-full-width{position:initial}.header.type8 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type1-fixed .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub{left:-279px;border-right:1px solid #e1e1e6;border-left:0}.header.type8 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type1-fixed .main-header .menu .menu-list-0>li.offset-right>.sub{right:0}.header.type8 .main-header .menu .menu-list-1,.header.type1-fixed .main-header .menu .menu-list-1,.header.type1-fixed .main-header .menu .menu-list-2{margin:0;padding:0;list-style-type:none;display:block;width:286px;position:relative;z-index:100}.header.type8 .main-header .menu .menu-list-1>li,.header.type1-fixed .main-header .menu .menu-list-1>li,.header.type1-fixed .main-header .menu .menu-list-2>li{margin:0;padding:0}.header.type8 .main-header .menu .menu-list-1>li:after,.header.type1-fixed .main-header .menu .menu-list-1>li:after{display:none}.header.type8 .main-header .menu .menu-list-1>li,.header.type1-fixed .main-header .menu .menu-list-1>li{position:initial;display:block}.header.type8 .main-header .menu .menu-list-1>li>a,.header.type1-fixed .main-header .menu .menu-list-1>li>a,.header.type1-fixed .main-header .menu .menu-list-1>li>span,.header.type1-fixed .main-header .menu .menu-list-2>li>a,.header.type1-fixed .main-header .menu .menu-list-2>li>span{font-size:17px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:flex;color:#4a4a4f;padding:16px 16px 16px 24px;border-bottom:1px solid #e1e1e6;align-items:center;white-space:normal}.header.type1-fixed .main-header .menu .menu-list-1>li>span,.header.type1-fixed .main-header .menu .menu-list-2>li>span{font-weight:700;color:#24c}.header.type8 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type1-fixed .main-header .menu .menu-list-1>li.has-sub>a:after{content:"\ea5f";font-family:'remixicon';width:24px;text-align:center;color:#e1e1e6;margin-left:auto}.header.type8 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type1-fixed .main-header .menu .menu-list-1>li.has-sub:hover>a:after{color:#24c}.header.type8 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type1-fixed .main-header .menu .menu-list-1>li.has-sub.open>.sub{opacity:1;visibility:visible}.header.type8 .main-header .menu .menu-list-1>li>.sub,.header.type1-fixed .main-header .menu .menu-list-1>li>.sub{left:280px;top:0;background:#fff;width:280px;border-left:1px solid #e1e1e6;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.1s}.header.type8 .main-header .menu .menu-list-1>li:last-child>a,.header.type1-fixed .main-header .menu .menu-list-1>li:last-child>a{border-bottom:0}.header.type8 .main-header .menu .menu-list-1>li:hover>a,.header.type1-fixed .main-header .menu .menu-list-1>li:hover>a,.header.type1-fixed .main-header .menu .menu-list-2>li:hover>a{background-color:#f5f5f7;color:#24c}.header.type8 .main-header .icons,.header.type1-fixed .main-header .icons{margin-left:auto;display:flex;position:relative}.header.type8 .main-header .icons>*,.header.type1-fixed .main-header .icons>*{width:72px;height:72px}.header.type8 .main-header .icons .icon,.header.type1-fixed .main-header .icons .icon{font-size:22px;width:72px;height:72px;text-align:center;line-height:72px;border-left:1px solid #e1e1e6;position:relative;cursor:pointer}.header.type8 .main-header .icons .icon:before,.header.type1-fixed .main-header .icons .icon:before{color:#24c}.header.type8 .main-header .icons .icon:hover:before,.header.type1-fixed .main-header .icons .icon:hover:before{color:#1b35a0}.header.type8 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type1-fixed .main-header .icons .icon.icon-shopping-cart-line.no-empty:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;right:22px;top:25px;background-color:#f42}.header.type8 .main-header .basket-container-items,.header.type1-fixed .main-header .basket-container-items{display:flex;justify-content:center}.header.type1-fixed{border-bottom:1px solid #e1e1e6}.header.type1-fixed .main-header{border-bottom:0}.header.type1-fixed .main-header .logo{padding-left:10px;border-right:0}.header.type1-fixed .main-header .menu-btn{width:25px;border-right:0}.header.type1-fixed .main-header .menu .menu-list-0{padding-right:0}.header.type1-fixed .main-header .menu .menu-list-0>li:last-child{margin-right:18px}.header.type1-fixed .main-header .icons>.icon{width:25px;margin-right:24px}.header.type1-fixed .main-header .icons>.icon:first-of-type{margin-left:0}.header.type1-fixed .main-header .icons .icon{border-left:0}.header.type1-fixed .main-header .icons>*{width:25px}.header.type8 .main-header-wrapper{background-color:#fff}.header.type8 .main-header{border-bottom:0}.header.type8 .main-header .logo{padding-left:39px;border-right:0}.header.type8 .main-header .menu-btn{width:25px;border-right:0}.header.type8 .main-header .icons{margin-left:32px}.header.type8 .main-header .icons>.icon{width:25px;margin-right:24px}.header.type8 .main-header .icons>.icon:first-of-type{margin-left:0}.header.type8 .main-header .icons .icon{border-left:0}.header.type8 .main-header .icons>*{width:25px}.header.type8 .main-header .contacts{margin-left:auto;padding:0 30px}.header.type8 .main-header .contacts .phone{flex-direction:row}.header.type8 .main-header .contacts .phone .whatsapp{margin-left:6px;top:4px;position:relative}.header.type1-fixed .main-header .contacts .phone .whatsapp{margin-left:6px;top:0;position:relative}.header.type8 .main-header .contacts .phone .telegram{margin-left:6px;top:4px;position:relative}.header.type1-fixed .main-header .contacts .phone .telegram{margin-left:6px;top:0;position:relative}.header.type8 .main-header .contacts .phone .max{margin-left:16px;top:4px;position:relative}.header.type1-fixed .main-header .contacts .phone .max{margin-left:16px;top:0;position:relative}.header.type8 .main-header .contacts .phone .whatsapp svg:hover use,.header.type1-fixed .main-header .contacts .phone .whatsapp svg:hover use,.header.type8 .main-header .contacts .phone .telegram svg:hover use,.header.type1-fixed .main-header .contacts .phone .telegram svg:hover use,.full-main-menu-popup .menu-contacts .phone a svg:hover use{animation:bounceIn .5s}.header.type8 .main-header .contacts .phone .max img:hover,.header.type1-fixed .main-header .contacts .phone .max img:hover,.full-main-menu-popup .menu-contacts .phone a.max img:hover{animation:bounceIn .5s}.header.type8 .main-header .contacts .phone .btn-link{padding-left:16px}.header.type8 .bottom-header-wrapper{background-color:#0e1025}.header.type8 .bottom-header .menu{overflow:hidden;width:100%}.header.type8 .bottom-header .menu.calc{overflow:visible}.header.type8 .bottom-header .menu .sub{position:absolute;z-index:100;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.2s;transition-delay:.15s;background:#fff;min-height:auto}.header.type8 .bottom-header .menu .full-sub{width:100%;position:absolute;box-shadow:0 4px 32px rgba(0,0,0,.1);padding:40px;box-sizing:border-box;z-index:100;flex-wrap:wrap;align-items:flex-start;left:0;display:flex;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.2s;transition-delay:.15s;background:#fff}.menu .full-sub .container{flex-wrap:wrap;align-items:flex-start;display:flex}.header.type8 .bottom-header .menu .full-sub .item{box-sizing:border-box;margin-bottom:16px;padding:16px;width:33.3%;display:flex}.header.type8 .bottom-header .menu .full-sub .item a:hover{color:#24c}.header.type8 .bottom-header .menu .full-sub .item .img{width:64px;min-width:64px;height:64px;margin-right:24px;flex-shrink:1}.header.type8 .bottom-header .menu .full-sub .item .img *{background-position:center center;background-size:contain;background-repeat:no-repeat}.header.type8 .bottom-header .menu .full-sub .item .links{display:flex;flex-direction:column;align-items:baseline}.header.type8 .bottom-header .menu .full-sub .item .links>a{color:#323237}.header.type8 .bottom-header .menu .full-sub .item .links>a:hover{color:#24c}.header.type8 .bottom-header .menu .full-sub .item .links .full-sub-2{margin-top:12px}.header.type8 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type8 .bottom-header .menu .full-sub .item .links .full-sub-2>span{display:block;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#4a4a4f;margin-bottom:8px;white-space:normal}.header.type8 .bottom-header .menu .full-sub .item .links .full-sub-2>span{font-weight:700}.header.type8 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover{color:#24c}.header.type8 .bottom-header .menu .menu-list-0{margin:0;padding:0;list-style-type:none;display:flex;height:48px}.header.type8 .bottom-header .menu .menu-list-0>li{margin:0;padding:0}.header.type8 .bottom-header .menu .menu-list-0>li:after{display:none}.header.type8 .bottom-header .menu .menu-list-0 a{text-decoration:none;display:block;color:#323237}.header.type8 .bottom-header .menu .menu-list-0 a.font-element-title-small,.header.type8 .bottom-header .menu .menu-list-0 span.font-element-title-small{font-size:24px;line-height:32px}.header.type8 .bottom-header .menu .menu-list-0>li{padding:0;position:relative;border-right:1px solid rgba(255,255,255,.1);transition:.2s}.header.type8 .bottom-header .menu .menu-list-0>li:last-child{border-right:0}.header.type8 .bottom-header .menu .menu-list-0>li>a,.header.type8 .bottom-header .menu .menu-list-0>li>span{height:48px;display:flex;align-items:center;position:relative;padding:12px 50px;color:#fff;font-size:20px;cursor:pointer;font-weight:700}.header.type8 .bottom-header .menu .menu-list-0>li.has-sub>a.more{width:24px;padding:12px 32px;text-align:center;justify-content:center}.header.type8 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before{font-family:'remixicon' !important;content:"\ee36";right:0;top:28px}.header.type8 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub{opacity:1;visibility:visible;top:48px;background:#fff}.header.type8 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub{opacity:1;visibility:visible}.header.type8 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width{position:static}.header.type8 .bottom-header .menu .menu-list-0>li.active,.header.type8 .bottom-header .menu .menu-list-0>li:hover{background-color:#24c}.header.type8 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub{left:-279px;border-right:1px solid #e1e1e6;border-left:0}.header.type8 .bottom-header .menu .menu-list-0>li.offset-right>.sub{right:0}.header.type8 .bottom-header .menu .menu-list-1{margin:0;padding:0;list-style-type:none;display:block;width:286px;position:relative;z-index:100;box-shadow:0 4px 32px rgb(0 0 0/10%)}.header.type8 .bottom-header .menu .menu-list-1>li{margin:0;padding:0}.header.type8 .bottom-header .menu .menu-list-1>li:after{display:none}.header.type8 .bottom-header .menu .menu-list-1>li{display:block;position:initial}.header.type8 .bottom-header .menu .menu-list-1>li>a,.header.type8 .bottom-header .menu .menu-list-1>li>span{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:flex;color:#4a4a4f;padding:16px 16px 16px 24px;border-bottom:1px solid #e1e1e6;align-items:center;white-space:normal}.header.type8 .bottom-header .menu .menu-list-1>li.has-sub>a:after{content:"\ea5f";font-family:'remixicon';width:24px;text-align:center;color:#e1e1e6;margin-left:auto}.header.type8 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after{color:#24c}.header.type8 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub{opacity:1;visibility:visible}.header.type8 .bottom-header .menu .menu-list-1>li>.sub{left:280px;top:0;background:#fff;width:280px;border-left:1px solid #e1e1e6;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.2s;transition-delay:.15s}.header.type8 .bottom-header .menu .navsol .menu-list-1>li:nth-last-child(-n+2)>a{border-bottom:0}.header.type8 .bottom-header .menu .menu-list-1>li:hover>a{background-color:#f5f5f7;color:#24c}.header.type8 .bottom-header .menu .menu-list-1>li.active>span{background-color:#f5f5f7;color:#24c;font-weight:700}.header.type8 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after{right:0}.indentation .header.type8{margin-bottom:-161px}.header.type1-fixed{position:fixed;top:-100px;left:0;right:0;display:block;background-color:#fff;z-index:998;transition:top .3s linear;overflow:hidden;height:0}.header.type1-fixed.open-header{top:0;height:auto;overflow:visible;box-shadow:9px 9px 9px 0 rgb(47 44 44/15%)}.header.type1-fixed .main-header .menu{margin-left:auto}.header.type1-fixed .main-header .icons{margin-left:20px}.header.type1-fixed .main-header .icons .icon.icon-shopping-cart-line.no-empty:after{right:0}.header.type8 .main-header .dropdown-links,.header.type1-fixed .main-header .dropdown-links{top:48px;left:0}.header-mobile .dropdown-links{top:60px;left:0}.phone .dropdown-links .item{white-space:nowrap}.search-header{position:absolute;width:100%;background:#fff;top:-250px;transition:top .4s}.search-header.open{top:0;z-index:100}.search-header .search-line{border-bottom:1px solid #e1e1e6;padding:32px 0}.search-header .search-line .search-form{display:flex;align-items:center}.search-header .search-line .search-form .input{width:100%;padding-right:24px;padding-left:34px;position:relative}.search-header .search-line .search-form .input:before{color:#8f8f9d;font-family:'remixicon';content:"\ef52";display:block;width:26px;height:26px;position:absolute;left:0;top:0;font-size:24px;text-align:center;line-height:26px}.search-header .search-line .search-form .input input::placeholder,.search-header .search-line .search-form .input textarea::placeholder{color:#6c6c71}.search-header .search-line .search-form .input input:-ms-input-placeholder,.search-header .search-line .search-form .input textarea:-ms-input-placeholder{color:#6c6c71}.search-header .search-line .search-form .input input::-ms-input-placeholder,.search-header .search-line .search-form .input textarea::-ms-input-placeholder{color:#6c6c71}.search-header .search-line .search-form .input input{display:block;width:100%;height:26px;color:#4a4a4f;box-sizing:border-box;border:0;background:none}.search-header .search-line .search-form input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'viewBox='002424'width='24'height='24'%3E%3Cpathfill='none'd='M00h24v24H0z'/%3E%3Cpathd='M1210.586l4.95-4.951.4141.414-4.954.954.954.95-1.4141.414-4.95-4.95-4.954.95-1.414-1.4144.95-4.95-4.95-4.95L7.055.636z'fill='%238F8F9D'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.search-header .search-line .search-form .buttons{margin-left:auto;flex-shrink:1;display:flex;flex-wrap:nowrap;align-items:center}.search-header .search-line .search-form .buttons .close{width:26px;height:26px;margin-left:96px;color:#8f8f9d;font-size:26px;cursor:pointer}.search-header .search-line .search-form .buttons .close:hover{color:#24c}.search-fast-result .items .item{display:block;border-bottom:1px solid #e1e1e6;color:#323237;text-decoration:none;padding:16px 24px;font-weight:400}.search-fast-result .items .item:hover{background-color:#f8f8fa;color:#24c}.search-fast-result .items .item .container{display:flex;align-items:center}.search-fast-result .items .item img{max-width:64px;max-height:64px;margin-right:24px}.parallax{background-attachment:fixed !important;background-position:top center !important;background-repeat:no-repeat !important}.black{background-color:#000 !important}.black_text{color:#000 !important}.footer{background:#f5f5f7;font-size:17px}.footer.dark{background-color:#191928;color:#fff}.footer.dark .logo svg.white,.footer.dark .logo img.white{display:block}.footer.dark .logo svg.black,.footer.dark .logo img.black{display:none}.footer.dark .footer-top{border-bottom-color:#353545;border-top-color:#353545}.footer.dark .footer-top .center-col{border-left-color:#353545;border-right-color:#353545}.footer.dark .footer-content{border-bottom-color:#353545}.footer.dark .socials .icon{color:#fff}.footer.dark .footer-menu li a{color:#6c6c71}.footer.dark .footer-menu li a:hover{color:#e1e1e6}.footer.dark .footer-menu li a.font-element-title-small{color:#fff}.footer.dark .footer-menu li a.font-element-title-small:hover{color:#8f8f9d}.footer.dark .contact-row{color:#fff}.footer.dark .contact-row a{color:#fff}.footer.dark .contact-row a:hover{color:#8f8f9d}.footer.dark .phone .current{color:#fff}.footer.dark .footer-bottom a:hover{color:#e1e1e6}.footer .logo{padding-right:32px}.footer .logo img,.footer .logo svg{max-width:150px;width:100%}.footer .logo img .ico,.footer .logo svg .ico{fill:#24c}.footer .logo img.white,.footer .logo svg.white{display:none}.footer .socials{display:flex}.footer .socials .icon{color:#353545;width:40px;height:40px;line-height:40px;text-align:center;font-size:18px}.footer .socials .icon.icon-ok,.footer .socials .icon.icon-whatsapp,.footer .socials .icon.icon-max,.footer .socials .icon.icon-telegram{filter:invert(.8)}.footer .footer-top{border-top:1px solid #e1e1e6;border-bottom:1px solid #e1e1e6}.footer .footer-top .column{padding-top:24px;padding-bottom:24px;display:flex;align-items:center}.footer .footer-top .center-col{border-left:1px solid #e1e1e6;border-right:1px solid #e1e1e6}.footer .footer-top .center-col .socials{margin-left:auto;margin-right:24px}.footer .footer-top .subscribe{padding-left:32px}.footer .footer-content{padding:40px 0;border-bottom:1px solid #e1e1e6;position:relative}.footer .footer-menu{margin:0;padding:0;list-style-type:none;margin-bottom:24px}.footer .footer-menu>li{margin:0;padding:0}.footer .footer-menu>li:after{display:none}.footer .footer-menu li{margin-bottom:8px}.footer .footer-menu li:first-child{margin-bottom:12px}.footer .footer-menu li a{color:#4a4a4f;text-decoration:none}.footer .footer-menu li span{font-weight:700}.footer .footer-menu li a:hover{color:#24c}.footer .footer-menu li a.font-element-title-small{color:#191928}.footer .footer-menu li a.font-element-title-small:hover{color:#24c}.footer .contact-column{min-width:335px;position:relative}.footer .contact-column .footer-menu{margin-bottom:32px}.footer .contact-column .footer-menu li{margin-bottom:8px}.footer .phone{margin-bottom:16px}.footer .phone .current{display:flex;align-items:center;font-size:18px;line-height:26px;letter-spacing:0;color:#353545}.footer .phone .current:hover{text-decoration:none}.footer .phone .current .icon-phone-fill{color:#24c;width:24px;height:24px;margin-right:4px;font-size:20px;line-height:24px;font-weight:normal}.footer .contact-row{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#6c6c71;margin-bottom:16px;display:flex;align-items:center}.footer .contact-row:last-of-type{margin-bottom:0}.footer .contact-row a{color:#6c6c71;text-decoration:none}.footer .contact-row a:hover{color:#24c}.footer .contact-row .icon{width:24px;height:24px;font-size:20px;line-height:24px;text-align:center;margin-right:4px;color:#24c}.footer .contact-row .icon:before{color:#24c}.footer .footer-bottom{padding:16px 0;font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#4a4a4f}.footer .footer-bottom a:not(.icon){color:#6c6c71;text-decoration:none}.footer .footer-bottom a:not(.icon):hover{color:#24c}.footer .footer-bottom .footer-docs__sep{margin:0 4px;opacity:.5}.header-title{background:#f8f8fa;padding:22px 0}.transparent{background:transparent !important}.projects-page .header-title{margin-bottom:0;background:#fff}.header-title.type-3{background-image:url(/img/seoheader.png);background-size:cover;position:relative;height:620px;border-bottom:1px solid #e1e1e6;color:#e1e1e6}.header-title.type-2{background-image:url(/img/bg.jpg);background-size:cover;position:relative;height:420px;border-bottom:1px solid #e1e1e6;color:#19191e}.header-title.type-2 .img{position:absolute;right:0;bottom:0}.header-title.type-2 .inner{position:absolute;bottom:0}.header-title.type-2 .img img{position:static;max-width:100%;max-height:100%}.rocket{position:absolute;opacity:1;transform-origin:50% 50% 0;transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);bottom:-1px;right:0;z-index:1}.mainscreen{background-size:cover;background-repeat:no-repeat;background-position:center}.mainscreen__body{display:flex;justify-content:space-between;align-items:center;gap:2rem}@media(max-width:767px){.mainscreen__body{flex-direction:column}}.mainscreen__info{max-width:100%}@media(max-width:767px){.mainscreen__info{max-width:none;text-align:center}}.mainscreen__image{max-width:600px;width:100%;margin-left:auto}.mainscreen__image img{max-width:100%}@media(max-width:767px){.mainscreen__image{margin-left:0}}.pb-14{padding-bottom:clamp(var(--g14-mobile),10vw,var(--g14-desktop))}.maxw1100{max-width:1100px}.header-title.type-3 .d-header{padding-top:30px}.header-title.type-2 .d-header{padding-top:42px}.d-header .e-text{font-size:24px;line-height:32px;padding-bottom:20px}.layout{overflow:hidden}.layout div div{overflow:auto}.list-numbered{list-style:none;margin-left:30px;counter-reset:line}.list-numbered>li{position:relative;margin-bottom:1.5em}.list-numbered>li:before{position:absolute;left:-2.25em;display:inline-block;width:38px;height:38px;background-color:#24c;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;font-size:22px;color:#fff;text-align:center;line-height:1.25em;counter-increment:line;content:counter(line);font-weight:300 !important;line-height:38px}.list2{display:flex;flex-wrap:wrap}.list2 li{display:flex;width:45%}.list2 li:nth-child(even){margin-left:10%}.pbf-background{width:100%;height:100%;background-repeat:no-repeat;background-position:right}.pbf-background-wrap{position:absolute;top:250px;right:0;bottom:0;left:0;overflow:hidden;z-index:-1}.reason{padding-top:10px;padding-bottom:0;position:relative;display:table}.reason .title{margin-bottom:40px;position:relative}.reason .title p{font-weight:600;text-transform:uppercase;font-size:68px;margin-bottom:0}.reason .title p span{font-size:182px;color:#ed1f24;position:relative;top:55px}.reason .title .small{padding-left:132px;font-weight:400;text-transform:none;font-size:40px;position:relative;top:22px;line-height:46px}.reason .col-lg-6 div{position:relative;display:table-cell}.break{flex-basis:100%;height:0}.header-title.type-3 .breadcrumbs{color:#e1e1e6}.header-title.type-3 .breadcrumbs a,.header-title.type-3 .breadcrumbs span{color:#e1e1e6}.header-title.type-3 .breadcrumbs a:after{color:#fff}.header-title .breadcrumbs a:after{content:"\2014";margin:0;padding:0 11px;vertical-align:middle;color:#000;display:inline-block;position:static;background:0;width:auto;height:auto;margin-top:-3px}.header-title.type-3 .breadcrumbs a:hover,.header-title.type-3 .breadcrumbs span:hover{color:#fff}.header-title.type-3 h1,.header-title.type-3 h2{color:#fff}.header-title .breadcrumbs{color:#6c6c71;font-size:16px;line-height:22px;font-weight:400;letter-spacing:0;margin-bottom:16px}.header-title .breadcrumbs a~span{display:inline-block;color:#24c;margin:0 8px}.header-title .breadcrumbs a{color:#4a4a4f;text-decoration:none}.header-title .breadcrumbs.white a,.header-title .breadcrumbs.white,.header-title .breadcrumbs.white a:after{color:#fff}.header-title .breadcrumbs a:hover{color:#24c}.header-title.custom{position:relative;padding-top:160px;padding-bottom:160px;text-align:center}.header-title.custom.white,.header-title.white{color:#fff}.header-title.custom .background{background-position:center center;background-size:cover;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden}.header-title.custom .background video{top:0;left:0;width:100%;height:100%;object-fit:cover;position:absolute;min-width:100%;min-height:100%}.header-title.custom>.container{position:relative;z-index:1}.header-title.custom .description{max-width:80%;margin:24px auto 0 auto}.full-main-menu-popup{position:fixed !important;width:100% !important;height:100% !important;left:0 !important;top:0 !important;margin:0 !important}.full-main-menu-popup .full-main-menu-container{position:absolute;width:100%;height:100%;left:0;top:0;padding:80px 0;background:#fff}.full-main-menu-popup .full-main-menu-container>.close{display:flex;position:absolute;align-items:center;right:40px;top:40px;color:#8f8f9d;z-index:10}.full-main-menu-popup .full-main-menu-container>.close:hover{text-decoration:none;opacity:.8}.full-main-menu-popup .full-main-menu-container>.close .icon{margin-left:16px;font-size:24px}.full-main-menu-popup .full-main-menu-container>.close .icon:before{color:#8f8f9d}.full-main-menu-popup .inner{position:relative;box-sizing:border-box;height:100%}.full-main-menu-popup .inner .logo{width:320px}.full-main-menu-popup .inner .logo svg,.full-main-menu-popup .inner .logo img{max-width:150px;max-height:60px}.full-main-menu-popup .inner .logo svg .ico,.full-main-menu-popup .inner .logo img .ico{fill:#24c}.full-main-menu-popup .inner .logo svg.white,.full-main-menu-popup .inner .logo img.white{display:none}.full-main-menu-popup .inner .logo svg.black,.full-main-menu-popup .inner .logo img.black{display:block}.full-main-menu-popup .inner .search-line{position:relative;padding-right:72px}.full-main-menu-popup .inner .search-line .container{padding:0}.full-main-menu-popup .inner .search-line .search-form{display:flex;align-items:center;border:1px solid #e1e1e6;background:#f8f8fa;border-radius:4px;padding:9px 12px}.full-main-menu-popup .inner .search-line .search-form input::placeholder,.full-main-menu-popup .inner .search-line .search-form textarea::placeholder{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71}.full-main-menu-popup .inner .search-line .search-form input:-ms-input-placeholder,.full-main-menu-popup .inner .search-line .search-form textarea:-ms-input-placeholder{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71}.full-main-menu-popup .inner .search-line .search-form input::-ms-input-placeholder,.full-main-menu-popup .inner .search-line .search-form textarea::-ms-input-placeholder{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71}.full-main-menu-popup .inner .search-line .search-form input{width:100%;border:0;background:none;margin-right:16px;height:100%;min-height:20px}.full-main-menu-popup .inner .search-line .search-form input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'viewBox='002424'width='24'height='24'%3E%3Cpathfill='none'd='M00h24v24H0z'/%3E%3Cpathd='M1210.586l4.95-4.951.4141.414-4.954.954.954.95-1.4141.414-4.95-4.95-4.954.95-1.414-1.4144.95-4.95-4.95-4.95L7.055.636z'fill='%238F8F9D'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.full-main-menu-popup .inner .search-line .search-form .input{width:100%}.full-main-menu-popup .inner .search-line .search-form .buttons{flex-shrink:1;display:flex;align-items:center}.full-main-menu-popup .inner .search-line .search-form .buttons .close{display:none}.full-main-menu-popup .inner .search-line .search-form .buttons button{background:none;border:0;width:22px;height:22px;text-align:center;line-height:22px;font-size:22px;padding:0;margin:0;overflow:hidden}.full-main-menu-popup .inner .search-line .search-form .buttons button:before{display:block;color:#8f8f9d;content:"\ef52";width:22px;height:22px;font-family:'remixicon'}.full-main-menu-popup .inner .search-fast-result{position:absolute;width:calc(100% - 88px);background:#fff;z-index:10;box-shadow:0 4px 32px rgba(0,0,0,.1)}.full-main-menu-popup .inner .main-menu-content{margin-top:35px}.full-main-menu-popup .inner .menu-contacts .phone{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0;margin-bottom:16px}.full-main-menu-popup .inner .menu-contacts .phone .current{color:#323237;text-decoration:none;display:inline-flex;align-items:center}.full-main-menu-popup .menu-contacts .phone a{display:inline-flex}.full-main-menu-popup .menu-contacts .phone .btn-secondary{margin-top:12px}.full-main-menu-popup .inner .menu-contacts .phone .current .icon-phone-fill{color:#24c;font-size:18px;margin-right:4px;transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg)}.full-main-menu-popup .inner .menu-contacts .phone .btn-link{display:none}.full-main-menu-popup .inner .menu-contacts .contact-row{display:flex;align-items:center;margin-bottom:16px}.full-main-menu-popup .inner .menu-contacts .contact-row a{color:#323237}.full-main-menu-popup .inner .menu-contacts .contact-row a:hover{color:#24c;text-decoration:none}.full-main-menu-popup .inner .menu-contacts .contact-row .icon{font-size:24px;margin-right:4px}.full-main-menu-popup .inner .menu-contacts .contact-row .icon:before{color:#24c}.full-main-menu-popup .inner .menu-contacts .socials-icons{margin-top:40px}.full-main-menu-popup .type1 .full-screen-menu-0{margin:0;padding:0;list-style-type:none;position:relative;display:flex;flex-wrap:wrap}.full-main-menu-popup .type1 .full-screen-menu-0>li{margin:0;padding:0}.full-main-menu-popup .type1 .full-screen-menu-0>li:after{display:none}.full-main-menu-popup .type1 .full-screen-menu-0>li{display:block;box-sizing:border-box;width:30%;margin-right:24px;margin-bottom:24px}.full-main-menu-popup .type1 .full-screen-menu-0>li>a{font-size:24px;line-height:18px;font-weight:700;letter-spacing:0;padding:8px 0;display:block;text-decoration:none;color:#323237}.full-main-menu-popup .type1 .full-screen-menu-0>li:hover>a,.full-main-menu-popup .type1 .full-screen-menu-0>li.open>a,.full-main-menu-popup .type1 .full-screen-menu-0>li:hover>a:hover,.full-main-menu-popup .type1 .full-screen-menu-0>li.open>a:hover{color:#24c}.full-main-menu-popup .type1 .full-screen-menu-1,.full-main-menu-popup .type1 .full-screen-menu-2{margin:0;padding:0;list-style-type:none}.full-main-menu-popup .type1 .full-screen-menu-1>li,.full-main-menu-popup .type1 .full-screen-menu-2>li{margin:0;padding:0}.full-main-menu-popup .type1 .full-screen-menu-1>li:after,.full-main-menu-popup .type1 .full-screen-menu-2>li:after{display:none}.full-main-menu-popup .type1 .full-screen-menu-1>li,.full-main-menu-popup .type1 .full-screen-menu-2>li{position:initial;box-sizing:border-box;width:320px;padding-right:32px;display:block;align-items:center}.full-main-menu-popup .type1 .full-screen-menu-1>li>a,.full-main-menu-popup .type1 .full-screen-menu-2>li>a{display:block;padding:2px 0;color:#323237;font-size:18px;line-height:26px;letter-spacing:0}.full-main-menu-popup .type1 .full-screen-menu-1>li:hover>a,.full-main-menu-popup .type1 .full-screen-menu-2>li:hover>a,.full-main-menu-popup .type1 .full-screen-menu-1>li.open>a,.full-main-menu-popup .type1 .full-screen-menu-2>li.open>a,.full-main-menu-popup .type1 .full-screen-menu-1>li:hover>a:hover,.full-main-menu-popup .type1 .full-screen-menu-2>li:hover>a:hover,.full-main-menu-popup .type1 .full-screen-menu-1>li.open>a:hover,.full-main-menu-popup .type1 .full-screen-menu-2>li.open>a:hover{text-decoration:none;color:#24c}.full-main-menu-popup .type1 .full-screen-menu-2>li>a{font-family:'Arian';line-height:24px;font-weight:400;letter-spacing:0;color:#4a4a4f}.support-sites{margin-top:20px;margin-bottom:20px}.support-sites .item-wrap{margin-bottom:20px}.support-sites svg{margin-bottom:20px}.support-sites.item-1 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:34px 20px;background-color:#fff;box-shadow:3px 2px 12px rgb(0 0 0 / 10%);border-radius:8px;text-align:center}.support-sites.item-1 .items .item .num{margin-right:.8rem;background:#353545;border-radius:50%;color:white;width:3rem;height:3rem;padding-top:.8rem;text-align:center;display:inline-block;box-sizing:border-box;font-size:20px;margin-bottom:20px}.height-fill{height:100%}.header_banner_wrap{max-width:100%;margin:0 auto;overflow:hidden}.block-title{justify-content:center;text-align:left !important;margin:auto 0;position:relative;padding-left:60px}.height-fill .col-flex-rw{background-size:0;display:flex;place-items:flex-end}.separator{position:relative;height:15px;width:100px;margin-bottom:20px !important;text-align:center;display:block}span.separator{margin-top:12px}.separator:before{position:absolute;content:'';left:0;top:6px;width:20px;height:1px;background-color:#e63a26}.separator:after{position:absolute;content:'';right:0;top:6px;width:20px;height:1px;background-color:#e63a26}.separator.white:before{background-color:#fff}.separator.black:before{background-color:#19191e}.separator.center{margin:0 auto}.separator1{position:relative;height:2px;width:200px;margin-bottom:20px !important;text-align:center;background-color:#e63a26}.separator1.center{margin:0 auto}.footer .separator:after{display:none}.footer .separator{margin-bottom:12px !important}.separator.white:after{background-color:#fff}.separator.black:after{background-color:#19191e}.separator .dott{position:relative;width:6px;height:6px;top:-9px;border-radius:50%;display:inline-block;background-color:#e63a26}.separator.white .dott{background-color:#fff}.separator.black .dott{background-color:#19191e}.catalog .item-card .item-text p>img,.catalog .item-card .item-text div>img,.catalog .item-card .item-text b>img{max-width:800px;width:100%;height:auto}.jqmOverlay{background-color:rgba(0,0,0,.5);-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.popup-loading{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:-1}.popup-loading svg{width:80px;height:80px;animation:rotate 2s infinite linear}.popup-loading svg circle{stroke:#fff}.popup{position:absolute;z-index:99999;left:0;width:100%;margin-left:0 !important;animation:fadeIn .5s}.popup>div>div{margin:auto}.popup .popup-content{position:relative;width:100%;max-width:480px;min-width:320px;background:#fff;box-sizing:border-box;padding:32px 40px;box-shadow:0 4px 32px rgba(0,0,0,.7);margin-left:auto;margin-right:auto}.popup .popup-content.no-padding{padding:0}.popup .popup-content .popup-title{display:flex;align-items:center;margin-bottom:32px}.popup .popup-content .popup-title .close{position:absolute;top:16px;right:16px;margin-left:auto;width:24px;height:24px;color:#8f8f9d;font-size:24px}.popup .popup-content .popup-title .close:hover{color:#24c}.popup .popup-footer{margin-top:24px}.form-send{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.form-send--center{justify-content:center}.popup-footer.form-send .form-msgr{margin-left:auto}.form-msgr{display:flex;align-items:center;gap:8px}.form-msgr__ico.cimeswidget__btn{display:block;width:34px;height:34px;background-size:34px 34px;border:0;padding:0;flex:0 0 auto}.form-msgr__ico.cimeswidget__btn:hover{transform:scale(1.1)}body.open-modal .popup.open:not(.full-main-menu-popup){position:fixed;top:0 !important;left:0;height:100%;padding:16px 0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}body.open-modal .popup.open:not(.full-main-menu-popup)>div{margin-top:auto;margin-bottom:auto}.consultation-tizer,.wrapper-section.white{background:#fff}.consultation-tizer{border-radius:4px}#wmap{position:relative}#wmap .title{color:#e63a26;font-size:50px;line-height:148px;padding-left:72px;font-weight:700}#wmap .map-point{background:url(/img/placeholder.svg) 0 0 no-repeat;color:#000;font-size:14px;height:25px;line-height:25px;padding-left:26px;position:absolute;z-index:100}#wmap .map-point-right{background:none;color:#000;font-size:14px;height:25px;line-height:16px;padding-right:30px;position:absolute;z-index:100}#wmap .map-point.big{background:url(/img/placeholder.svg) 0 0 no-repeat;width:50px;height:46px;line-height:40px;padding-left:45px}#wmap a{color:#000}#wmap a:hover{color:#e63a26;font-weight:700;font-size:15px}#wmap .map-point.point00{left:2%;top:58%}#wmap .map-point.point001{left:-.5%;top:56%}#wmap .map-point.point002{left:0;top:60%}#wmap .map-point.point003{left:1%;top:62.5%}#wmap .map-point.point01{left:2%;top:65%}#wmap .map-point.point02{left:4%;top:53%}#wmap .map-point.point03{left:11%;top:51.5%}#wmap .map-point.point06{left:9%;top:42%}#wmap .map-point.point07{left:13.7%;top:25.5%}#wmap .map-point.point08{left:15.7%;top:42%}#wmap .map-point.point09{left:20%;top:52%}#wmap .map-point.point10{left:18%;top:49%}#wmap .map-point.point11{left:18.6%;top:63%}#wmap .map-point.point12{left:20.9%;top:56%}#wmap .map-point.point13{left:22.7%;top:30.8%}#wmap .map-point.point14{left:23.1%;top:47.2%}#wmap .map-point.point15{left:25.5%;top:51.5%}#wmap .map-point.point16{left:25.4%;top:62%}#wmap .map-point.point17{left:34.4%;top:68.7%}#wmap .map-point.point18{left:39%;top:70.9%}#wmap .map-point.point19{left:45%;top:72.8%}#wmap .map-point.point20{left:44.8%;top:65%}#wmap .map-point.point21{left:49.7%;top:68%}#wmap .map-point.point22{left:56.8%;top:81.2%}#wmap .map-point.point23{left:64.8%;top:79%}#wmap .map-point.point24{left:87.6%;top:43.3%}#wmap .map-point.point25{left:84.7%;top:75%}#wmap .map-point.point26{left:86%;top:87.2%}#wmap .map-point.point27{left:84.4%;top:48.5%}@-webkit-keyframes mapPoint{0%{opacity:0;-webkit-transform:scale(2) translateX(-20px)}100%{opacity:1;-webkit-transform:scale(1) translateX(0)}}@keyframes mapPoint{0%{opacity:0;transform:scale(2) translateX(-20px)}100%{opacity:1;transform:scale(1) translateX(0)}}.animated.map .map-point{-webkit-animation-name:mapPoint;animation-name:mapPoint}.animated.map .map-point{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.map .map-point{-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.map .map-point.point01{-webkit-animation-delay:.1s;animation-delay:.1s}.animated.map .map-point.point02{-webkit-animation-delay:.2s;animation-delay:.2s}.animated.map .map-point.point03{-webkit-animation-delay:.3s;animation-delay:.3s}.animated.map .map-point.point06{-webkit-animation-delay:.6s;animation-delay:.6s}.animated.map .map-point.point07{-webkit-animation-delay:.7s;animation-delay:.7s}.animated.map .map-point.point08{-webkit-animation-delay:.8s;animation-delay:.8s}.animated.map .map-point.point09{-webkit-animation-delay:.9s;animation-delay:.9s}.animated.map .map-point.point10{-webkit-animation-delay:1s;animation-delay:1s}.animated.map .map-point.point11{-webkit-animation-delay:1.1s;animation-delay:1.1s}.animated.map .map-point.point12{-webkit-animation-delay:1.2s;animation-delay:1.2s}.animated.map .map-point.point13{-webkit-animation-delay:1.3s;animation-delay:1.3s}.animated.map .map-point.point14{-webkit-animation-delay:1.4s;animation-delay:1.4s}.animated.map .map-point.point15{-webkit-animation-delay:1.5s;animation-delay:1.5s}.animated.map .map-point.point16{-webkit-animation-delay:1.6s;animation-delay:1.6s}.animated.map .map-point.point17{-webkit-animation-delay:1.7s;animation-delay:1.7s}.animated.map .map-point.point18{-webkit-animation-delay:1.8s;animation-delay:1.8s}.animated.map .map-point.point19{-webkit-animation-delay:1.9s;animation-delay:1.9s}.animated.map .map-point.point20{-webkit-animation-delay:2s;animation-delay:2s}.animated.map .map-point.point21{-webkit-animation-delay:2.1s;animation-delay:2.1s}.animated.map .map-point.point22{-webkit-animation-delay:2.2s;animation-delay:2.2s}.animated.map .map-point.point23{-webkit-animation-delay:2.3s;animation-delay:2.3s}.animated.map .map-point.point24{-webkit-animation-delay:2.4s;animation-delay:2.4s}.animated.map .map-point.point25{-webkit-animation-delay:2.5s;animation-delay:2.5s}.animated.map .map-point.point26{-webkit-animation-delay:2.6s;animation-delay:2.6s}.animated.map .map-point.point27{-webkit-animation-delay:2.7s;animation-delay:2.7s}.search .info{margin-right:12px}.solution-page-banner{height:auto;padding:190px 0 244px;color:#fff;display:flex;align-items:center;margin-bottom:-80px;background-repeat:no-repeat;background-size:cover;background-position:center}.solution-page-banner .title{margin-bottom:24px;font-weight:900;font-size:48px;line-height:64px;text-align:center}.solution-page-banner .title.black{color:#333}.solution-page-banner .text{text-align:center}.solution-page-banner .text.black{color:#333}.solution-card{padding:40px 34px;border:1px solid #e1e1e6;height:100%;display:flex;flex-direction:column}.solution-card.hit{border:3px solid #2a3}.solution-card .row{display:block}.solution-card .labels{top:16px;left:24px;position:absolute}.solution-card>.row+.row{border-top:1px solid #e1e1e6;padding:16px 0}.solution-card>.row:last-of-type{padding-top:40px;height:100%}.solution-card>.row:last-of-type>.col{margin-top:auto}.solution-card .img{width:44px;height:44px;margin:0 auto 18px auto}.solution-card .card-title{margin-bottom:24px;text-align:center;min-height:100px}.solution-card .title{margin:0 0 8px 0}.solution-card .total{margin-bottom:16px;text-align:center}.solution-card .total .price{margin-bottom:16px}.solution-card .total .saving-price+.price{margin-top:16px;color:#2a3;text-align:center}.solution-card .buttons{max-width:256px;margin:auto}.solution-card .list-item{display:flex;justify-content:space-between;background-image:url('/img/background-line.svg');background-repeat:repeat-x;background-position:0 11px;color:#4a4a4f;position:relative;margin-left:20px}.solution-card .list-item:not(:last-of-type){margin-bottom:12px}.solution-card .list-item:before{content:'';display:block;width:4px;height:4px;background-color:#4a4a4f;border-radius:100%;position:absolute;left:-14px;top:calc(0.5em + 2px)}.solution-card .list-item .text{padding-right:8px;background-color:#fff}.solution-card .list-item .value{padding-left:8px;background-color:#fff;white-space:nowrap}.solution-card .list-item .old-price{color:#2a3}.solution-page .item-card .card-wrapper{margin-bottom:24px}.solution-page .item-card .card-wrapper .item-information .price-container{display:flex;align-items:center;margin-bottom:0}.solution-page .catalog{margin-bottom:120px}.solution-page .item-type{color:#6c6c71}.solution-page .gifts{border:0;margin-bottom:24px}.solution-page .gifts:hover{cursor:unset;box-shadow:none}.solution-page .gifts .accordeon-body{border:0;box-shadow:none;padding:50px 0 0 0}.accordeon-body .row{--bs-gutter-x:0}.solution-page .catalog{background-color:#fff}.solution-page .catalog .item-type{margin-bottom:16px}.solution-page .item-card .item-text .wrap .image{width:100%;margin-bottom:16px}.solution-page .item-card .item-text .wrap .image img{width:100%}.solution-page .rate-information-list{min-height:78px}.solution-page .catalog .item-information>.row{border-top:1px solid #e1e1e6;padding-top:24px}.solution-page .catalog .item-information>.row .title{margin-bottom:12px;color:#19191e}.solution-page .catalog .item-information>.row:not(:first-of-type){margin-top:24px}.solution-page .catalog .item-information>.row:first-of-type{border:0;padding-top:0}.solution-page .catalog .item-information>.row:first-of-type+.row{margin-top:18px}.solution-page .catalog .item-information .footer-button~.row{border:0;margin-top:0}.solution-page .catalog .item-information .sum-block{margin-top:24px}.solution-page .catalog .item-information .sum-block .title{margin-bottom:4px;color:#6c6c71}.solution-page .catalog .item-information .sum-block .sum{margin-right:8px}.solution-page .catalog .item-information .custom-checkbox{margin-bottom:13px}.solution-page .catalog .item-information .custom-checkbox:last-of-type{margin-bottom:0}.solution-page .catalog .item-information .custom-checkbox .custom-control-label{display:flex;margin-right:0}.solution-page .catalog .item-information .custom-checkbox .custom-control-label .label-title{display:block;margin-right:12px;min-width:93%}.solution-page .catalog .item-information .custom-checkbox .custom-control-label .price{display:block;white-space:nowrap}.solution-page .catalog .item-information .footer-button{margin:24px 0 11px 0;max-width:100%}.solution-page .catalog .item-information .footer-button .to-cart{width:auto}.solution-page .catalog .item-information .footer-button .buttons{display:flex;flex-wrap:nowrap}.solution-page .catalog .item-information .footer-button .buttons .button{width:100%}.solution-page .catalog .item-information .footer-button .buttons .button:not(:last-of-type){margin-right:8px}.solution-page .catalog .item-information .footer-button .btn{width:100%;justify-content:center}.solution-page .catalog .item-information .solution-information:not(:last-of-type){margin-bottom:24px}.solution-page .catalog .item-information .solution-information .info-list{margin-bottom:0;color:#4a4a4f;padding-left:32px}.solution-page .catalog .item-information .solution-information .info-list .list-element~.list-element{margin-top:8px}.solution-page .catalog .item-information .solution-information .info-list .list-element a{text-decoration:none}.solution-page .catalog .item-information .solution-information .info-list .list-element a:hover{color:#407406}.solution-page .catalog .item-information .extension{margin-top:32px;padding-top:24px;border-top:1px solid #e1e1e6}.solution-page .catalog .item-information .extension .title{margin-bottom:12px;font-size:14px;line-height:20px;letter-spacing:.08em;text-transform:uppercase;color:#555}.solution-page .catalog .item-information .extension .text{font-size:14px;line-height:22px;color:#4a4a4f}.solution-page .catalog .item-information .extension .text a{text-decoration:none}.solution-page .catalog .item-information .extension .text a:hover{color:#407406}.solution-page .solution-card-wrapper{margin-bottom:16px}.services-section .row>*{padding-left:0;padding-right:0}.services-section .section-name{display:flex;align-items:baseline;margin-bottom:8px}.services-section .section-name .title{color:#19191e}.services-section .section-name .all{font-size:12px;line-height:20px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;margin-left:24px;color:#555}.services-section .section-name .all:hover{color:#24c}.services-section .description{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:40px;color:#4a4a4f}.services-section .item{background-color:#fff}.services-section .item .name{text-decoration:none}.services-section.type2 .item-wrap{position:relative}.services-section.type2 .items{margin:0}.services-section.type2 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;padding:31px 32px 26px 32px;height:100%}.services-section.type2 .items .item::before,.services-section.type2 .items .item::after{content:'';position:absolute;top:0;left:0;width:100%;background:#323237;height:8px;box-shadow:0 0 0 0 #e1e1e6,0 0 0 0 #e1e1e6,0 0 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.services-section.type2 .items .item::before{width:0;opacity:0;transition:opacity 0 ease,width 0 ease;transition-delay:.5s}.services-section.type2 .items .item::after{width:100%;background:white;transition:width .5s ease}.services-section.type2 .items .item:hover::before{width:100%;opacity:1;transition:opacity .5s ease,width .5s ease;transition-delay:0}.services-section.type2 .items .item:hover::after{width:0;opacity:0;transition:width 0 ease}.services-section.type2 .items .item:hover::before{background-image:linear-gradient(90deg,#323237 0,#5a5a68 18%,#24c 38%,#7d97ff 50%,#24c 62%,#5a5a68 82%,#323237 100%);background-size:220% 100%;animation:svc-strip-shine 2.6s linear infinite}@keyframes svc-strip-shine{from{background-position:220% 0}to{background-position:0 0}}@media(prefers-reduced-motion:reduce){.services-section.type2 .items .item:hover::before{animation:none;background-image:none}}.services-section.type2 .item-wrap{background-color:#fff}.services-section.type2 .items .item{position:relative;z-index:1;background-color:transparent}.services-section.type2 .item-wrap::before{content:'';position:absolute;inset:0;z-index:0;opacity:0;pointer-events:none;transition:opacity .45s ease;background-image:url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='160'height='160'%3E%3Cfilterid='n'%3E%3CfeTurbulencetype='fractalNoise'baseFrequency='.85'numOctaves='3'/%3E%3C/filter%3E%3Crectwidth='160'height='160'filter='url(%23n)'opacity='.14'/%3E%3C/svg%3E"),radial-gradient(70% 80% at 12% 10%,#ffd6e7 0,transparent 58%),radial-gradient(70% 80% at 88% 18%,#cbd9ff 0,transparent 60%),linear-gradient(150deg,#f5e9ff 0,#e6edff 55%,#fdf3f8 100%);background-blend-mode:multiply,normal,normal,normal}@media(hover:hover){.services-section.type2 .item-wrap:hover::before{opacity:.55}}.services-section.type2.svc-reorder .items>.item-wrap{order:8}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(4){order:1}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(2){order:2}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(1){order:3}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(3){order:4}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(5){order:5}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(6){order:6}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(7){order:7}@media(min-width:992px){.services-section.type2.svc-reorder .items>.item-wrap:nth-child(4){width:50%}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(1){width:25%}}@media(min-width:768px) and (max-width:991px){.services-section.type2.svc-reorder .items>.item-wrap:nth-child(4){width:100%}.services-section.type2.svc-reorder .items>.item-wrap:nth-child(1){width:50%}}.services-section.type2 .items .item .previewtext{margin-bottom:20px}.services-section.type2 .items .item .image{display:flex;align-items:center;margin-bottom:26px;justify-content:center;width:64px;height:64px}.services-section.type2 .items .item .image img,.services-section.type2 .items .item .image svg{max-width:100%;max-height:100%}.services-section.type2 .items .item .name{display:inline-block;margin:0 0 16px 0;color:#323237}.services-section.type2 .items .item .name:hover{color:#24c}.services-section.type2 .items .item .subcategories{margin-top:-4px}.services-section.type2 .items .item .subcategories .subcategory{font-size:18px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:block;margin-top:10px;margin-right:0;color:#4a4a4f}.services-section.type2 .items .item .subcategories .subcategory img{width:28px;margin-right:12px}.services-section.type2 .items .item .subcategories .subcategory:hover{color:#24c}.rates-section .section-name{display:flex;margin-bottom:16px;align-items:baseline}.rates-section .section-name .title{margin:0 24px 16px 0}.rates-section .section-name .all{color:#8f8f9d;text-transform:uppercase;font-weight:bold}.rates-section .section-name .all:hover{color:#24c;text-decoration:none}.rates-section .items:not(.owl-loaded){display:flex}.rates-section .items:not(.owl-loaded) .item:hover{box-shadow:0 4px 32px rgba(0,0,0,.1)}.rates-section .description{color:#4a4a4f;margin-bottom:32px}.rates-section .owl-stage-outer{margin:-16px -16px -56px -16px;padding:16px 16px 56px 16px}.rates-section .owl-stage{display:flex}.rates-section .owl-stage .item{height:100%;width:auto;min-width:310px}.rates-section .owl-nav{position:absolute;left:-16px;top:calc(50% - 44px);display:flex;justify-content:space-between;width:calc(100% + 32px)}.rates-section .saving-price{text-align:center}.rates-section .items:not(.owl-loaded) .item{margin-bottom:-1px}.rates-section .items:not(.owl-loaded) .rate-card:hover{box-shadow:0 4px 32px rgba(0,0,0,.1)}.rates-section .high-z-index{z-index:4 !important}.form-check-input[type="radio"]{margin:0;visibility:hidden}.form-check-input[type="radio"]+label:hover{cursor:pointer}.form-check-input[type="radio"]+label:hover:after{border:2px solid #24c}.form-check-input[type="radio"]:checked+label:before{opacity:1}.form-check-input[type="radio"]:checked+label:after{border:2px solid #24c}.form-check-input[type="radio"]+label:after{content:"";border:2px solid #8f8f9d;border-radius:100%;width:24px;height:24px;visibility:visible;position:absolute;top:16px;left:-20px}.form-check-input[type="radio"]+label:before{content:"";opacity:0;background-color:#24c;border-radius:100%;width:12px;margin:6px;height:12px;visibility:visible;position:absolute;top:16px;left:-20px}.rate-card{display:flex;padding:36px 40px}.rate-card.horizontal .image{min-width:80px;background-size:contain;background-repeat:no-repeat;border-radius:0}.rate-card.horizontal .title-info{max-width:200px;width:100%;margin-top:-4px}.rate-card.horizontal .title-info .plan-name{margin:0}.rate-card.horizontal .labels{align-items:flex-start}.rate-card.horizontal .buttons{justify-content:left}.rate-card.horizontal .price-block{width:200px;margin-right:0}.rate-card.horizontal .price-block .price{margin-top:-4px;white-space:nowrap}.rate-card.horizontal .rate-information-list{margin:0 48px 0 40px}.rate-card .title-info,.rate-card .rate-information-list,.rate-card .price-block{display:flex;flex-direction:column}.rate-card .img{display:flex;justify-content:center;margin:4px auto 0;overflow:hidden}.rate-card .img img{width:auto;height:100%}.rate-card .saving-price .ssl{color:#6c6c71}.rate-card .image{height:80px;background-size:cover;margin-right:40px}.rate-card.type-1 .image{min-width:44px;height:44px}.rate-card .title-info{width:147px}.rate-card .title-info .plan-name{position:relative;margin-top:4px}.rate-card .title-info .labels{display:inline-flex;flex-direction:column;position:relative;margin-top:16px}.rate-card .title-info .label{margin-bottom:8px;z-index:2;font-size:11px;line-height:16px}.rate-card .rate-information-list{margin:0 48px 0 64px;width:100%}.rate-card .rate-information-list .list-wrapper{position:relative;margin-bottom:8px}.rate-card .rate-information-list .list-wrapper:last-of-type{margin-bottom:0}.rate-card .rate-information-list .list-wrapper:before{content:'';position:absolute;top:8px;left:-15px;width:4px;height:4px;background-color:#4a4a4f;border-radius:50%}.rate-card .rate-information-list .list-item{display:flex;justify-content:space-between;background-image:url('/img/background-line.svg');background-repeat:repeat-x;background-position:0 11px;color:#6c6c71}.rate-card .rate-information-list .text{padding-right:8px;background-color:#fff}.rate-card .rate-information-list .value{padding-left:8px;background-color:#fff}.rate-card .price-block{margin-left:auto;margin-right:36px;color:#323237}.rate-card .price-block .price{margin-top:8px;margin-bottom:24px}.rate-card .price-block .old-price{margin-top:-8px;margin-bottom:24px}.rate-card .price-block .old-price~.saving-price{margin-top:-16px}.rate-card .price-block .saving-price{margin-top:-8px;margin-bottom:24px}.rate-card .buttons{width:100%}.left-block-wrap{width:calc(100% - 336px)}.page-text .left-block-wrap{width:100%}.item-card .consultation-tizer{position:sticky;top:0;min-width:296px;margin-left:40px;margin-top:58px}.item-card h2{margin:56px 0 32px}.item-card .nav{margin-bottom:0;margin-left:40px}.item-card .tab-content.desc{border:1px solid #e1e1e6;margin-top:-1px;padding:40px}.item-card .projects.carousel{margin-bottom:56px;max-width:100%}.item-card .projects.carousel .projects-items.block .items{margin:0}.item-card .projects.carousel .projects-items.block .items .owl-item .item{margin-right:16px;width:488px;height:326px}.item-card .card-wrapper{display:flex;flex-wrap:wrap;padding:55px;position:relative;border:1px solid #e1e1e6;margin-bottom:26px}.item-card .card-wrapper .product-img{max-width:768px;width:100%;max-height:584px;height:100%}.item-card .card-wrapper .product-img .labels{position:absolute;display:flex;flex-direction:column;align-items:flex-start;z-index:2;font-size:10px;line-height:16px}.item-card .card-wrapper .item-information{position:relative;margin-left:40px;width:408px}.item-card .card-wrapper .item-information .brand-img{margin-bottom:8px;top:0;right:0}.item-card .card-wrapper .item-information .brand-img img{max-width:96px}.item-card .card-wrapper .item-information .footer-button{margin:24px 0 8px 0}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block{display:flex}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .buttons{display:flex;flex-wrap:nowrap}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .to-cart{display:inline-flex;text-align:center;justify-content:center;width:100%;z-index:2}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .to-cart .icon-shopping-cart-line{padding-right:10px;margin-left:-6px;font-size:18px}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .to-cart .icon-shopping-cart-line:before{color:#fff}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .in-cart{display:inline-flex;text-align:center;justify-content:center;width:100%}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .in-cart .icon-check-line{padding-right:7px;margin-left:-6px;font-size:22px}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .in-cart .icon-check-line:before{color:#fff}.item-card .card-wrapper .item-information .price-container{margin-bottom:8px}.item-card .card-wrapper .item-information .price-container .price{margin-bottom:4px}.item-card .card-wrapper .item-information .price-container .old-price{margin-left:8px;text-decoration-line:line-through;color:#6c6c71}.item-card .card-wrapper .item-information .articles{margin-bottom:16px;color:#6c6c71}.item-card .card-wrapper .item-information .logo{position:absolute;right:56px;width:96px;top:72px}.item-card .card-wrapper .item-information .active{background-color:#24c;border-color:#24c;color:#fff}.item-card .card-wrapper .item-information .buy-block{display:flex}.item-card .card-wrapper .item-information .buy-block .counter{margin-right:8px}.item-card .card-wrapper .item-information .more{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;padding:0;text-transform:none;color:#24c}.item-card .card-wrapper .item-information .more i{width:24px;height:24px}.item-card .card-wrapper .item-information .btn-ask-question{color:#4a4a4f;width:100%;padding:10px;justify-content:center;margin-bottom:0}.item-card .card-wrapper .item-information .information{color:#6c6c71;margin-bottom:32px;display:flex;margin-left:6px}.item-card .card-wrapper .item-information .information i{font-size:18px;margin-right:12px}.item-card .card-wrapper .item-information .short-description{color:#4a4a4f;margin:16px 0 24px}.item-card .staff{margin-bottom:56px}.item-card .item-card-content h2,.item-card .item-card-content h3{margin-top:0;margin-bottom:24px}.item-card .item-card-content p+h2,.item-card .item-card-content p+.h2,.item-card .item-card-content p+h3,.item-card .item-card-content p+.h3,.item-card .item-card-content ul+h2,.item-card .item-card-content ul+.h2,.item-card .item-card-content ul+h3,.item-card .item-card-content ul+.h3{margin-top:32px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.card-wrapper .item-information .footer-button.has-counter .input-container .count,.card-wrapper .item-information .footer-button.has-counter .counter-wrapper .count,.card-wrapper .item-information .footer-button.has-counter .input-container .numbers,.card-wrapper .item-information .footer-button.has-counter .counter-wrapper .numbers{max-width:200px}.input-container,.counter-wrapper{position:relative}.input-container .count,.counter-wrapper .count,.input-container .numbers,.counter-wrapper .numbers{padding:10px 0 10px 10px;background:#f8f8fa;border:1px solid #e1e1e6;box-sizing:border-box;min-width:100%;border-radius:4px}.input-container .count::-webkit-outer-spin-button,.counter-wrapper .count::-webkit-outer-spin-button,.input-container .numbers::-webkit-outer-spin-button,.counter-wrapper .numbers::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ask-a-question-block,.subscribe-block{display:flex;text-align:center;flex-direction:column;padding:40px 32px;max-width:306px;align-items:center;border:1px solid #e1e1e6;border-radius:4px}.consultation-tizer.bg-boxed-dark .ask-a-question-block,.consultation-tizer.bg-boxed-blue .ask-a-question-block,.consultation-tizer.bg-boxed-red .ask-a-question-block{border:0}.ask-a-question-block .envelope,.subscribe-block .envelope{width:64px;height:64px;background-repeat:no-repeat;background-position:center}.ask-a-question-block .title,.subscribe-block .title{margin-top:24px;width:100%}.ask-a-question-block .text,.subscribe-block .text{margin:8px 0 24px;width:100%}.got-questions{display:flex;flex-direction:row;justify-content:center}.got-questions .image{padding-top:40px}.got-questions .text-block{display:flex;margin-left:64px;margin-top:26px;flex-direction:column}.got-questions .text-block .text{margin-top:8px}.got-questions .text-block .buttons{margin-top:22px}.got-questions .text-block .buttons .btn-primary{margin-right:8px}.got-questions .text-block .buttons .btn{margin-bottom:16px}.question{border-top:1px solid #e1e1e6}.question_dark{color:#fff;background-image:url(/img/seoheader.png);background-size:cover}.question_dark a{color:#fff}#lightbox{position:absolute;margin:auto;z-index:1100;background-color:#fff;width:100%}ul.fancy-list{list-style-type:none;list-style-position:outside;padding:0}ul.fancy-list li:after{display:none}ul.fancy-list li{display:block;position:relative;padding-left:40px;padding-bottom:30px}.fancy-list li:before{position:absolute;top:1px;left:0}.fancy-list.check li:before{content:'';width:28px;height:28px;background-image:url(/img/check.svg);display:block}.why .title{color:#000;--bs-gutter-x:0}.why .container{padding-top:120px;padding-bottom:90px}.partners p{margin:24px 0;color:#4a4a4f}.partners h5{margin:8px 0;color:#323237}.partners p:first-of-type{margin-top:0}.partners .list{margin:32px 0;width:calc(100% + 16px);list-style:none;padding:0;display:flex;flex-wrap:wrap}.partners .list .item{margin:0 16px 0 0;display:flex;width:calc(33.333% - 16px)}.partners .list .item .partner{width:100%;max-width:100%}.partners.type2 .partner .title{text-align:center}.partner{max-width:320px;padding:32px;display:block;margin-bottom:16px;border:1px solid #e1e1e6;transition:box-shadow .2s}.partner .img{width:256px;margin:auto;height:168px;background-repeat:no-repeat;background-position:center}.partner .title{margin:24px 0 8px;color:#323237}.partner .text{color:#4a4a4f}.partner:hover{text-decoration:none;box-shadow:0 4px 32px rgba(0,0,0,.1);border:1px solid transparent}.projects.carousel{position:relative}.projects.carousel .projects-items.block .items{margin:0}.projects.carousel .projects-items.block .items .owl-item .item{margin-right:0;width:auto;min-width:288px;height:326px}.projects.carousel .owl-nav{top:calc(50% - 22px);width:calc(100% + 44px);margin-left:-22px}.services-element .tabs{padding:32px 40px 0 40px}.services-element .tabs .nav-tabs{margin-bottom:0}.services-element h2{margin:56px 0 24px}.services-element .tab-content{border:1px solid #e1e1e6;margin-top:-1px;padding:40px}.services-element .tab-content h3{margin:32px 0 24px}.services-element .tab-content p:first-of-type{margin-top:0}.services-element .projects.carousel{max-width:none}.services-element .projects.carousel .projects-items.block .items .owl-item .item{margin-right:0;width:488px;height:326px}.owl-nav-mobile{display:none}.full-main-menu-popup .inner .search-fast-result{height:-moz-fit-content}.full-main-menu-popup .inner .search-fast-result .scrollbar-inner:empty{height:0 !important}.custom-checkbox{padding:0}.custom-checkbox .custom-control-input:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:checked~.custom-control-label:after{border:2px solid #24c;background-color:#24c}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:none;content:"\eb34";display:flex;justify-content:center;align-items:center;color:white;font-weight:800;font-size:18px;font-family:remixicon}.custom-checkbox .custom-control-label{display:block;margin-right:11px;padding-right:40px}.custom-checkbox .custom-control-label:before,.custom-checkbox .custom-control-label:after{right:0;left:auto;top:0;border:2px solid #8f8f9d;border-radius:2px;width:24px;height:24px}.custom-checkbox:not(:last-of-type){margin-bottom:16px}.form-check-input{border-color:#8f8f9d;width:24px;margin:0;right:0;height:24px;border-radius:2px}.form-check-input:hover:before{border-color:#24c}.custom-checkbox.reversed .custom-control-label{padding-left:36px;padding-right:0}.custom-checkbox.reversed .custom-control-label:before,.custom-checkbox.reversed .custom-control-label:after{right:auto;left:0}.form-check{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:flex;flex-direction:column}.form-check:last-of-type{margin-bottom:0}@media all and (-ms-high-contrast:none){.product-wrapper .product-card .footer-button.has-counter .button-container.buy-block .to-cart{padding:12px 23px}.full-main-menu-popup .inner .search-line .search-form .buttons button{color:transparent}.header.type8 .main-header .menu .menu-list-0>li.sub-full-width,.header.type1-fixed .main-header .menu .menu-list-0>li.sub-full-width{position:static;left:0}.header .search-header .search-line .search-form .buttons button{display:block}.header.type8 .main-header .menu .full-sub .item .links>a{align-self:flex-start}}@media not all and (min-resolution:.001dpcm){@supports(-webkit-appearance:none){th:last-of-type,td:last-of-type{position:static !important}.table{width:100% !important;overflow-y:hidden}}}@-moz-document url-prefix(){.left-block-wrap{width:calc(100% - 336px)}.content-wrapper .row>.col.left-block-wrap{max-width:calc(100% - 336px)}.content-wrapper .item-card>.row>.col.left-block-wrap{max-width:calc(100% - 336px)}.bootstrap-select .dropdown-toggle .filter-option{display:flex;align-items:center}}.rating-wrapper{min-width:116px}.rating-wrapper .rating .stars-current:before{content:'\efe6';font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ec0}.rating-wrapper .current-5 .stars-current:before{content:'\efe1'}.reviews-section .owl-stage-outer{margin:0 -2px;padding:0 3px}.reviews-section .owl-stage{display:flex}.reviews-section .owl-nav{top:calc(50% - 87px);padding:0 12px}.reviews-section .owl-prev{margin-left:-27px}.reviews-section .owl-next{margin-right:-27px}.reviews-section .items:not(.owl-loaded){display:flex}.reviews-section .items:not(.owl-loaded) .item{width:656px;margin:0 16px 16px 0}.reviews-items .item{margin-bottom:16px;padding:40px 44px 34px 40px;background-color:#fff}.reviews-items .item:last-of-type{margin-bottom:0}.reviews-items .item .post{color:#6c6c71}.reviews-items .item .title{color:#323237}.reviews-items .item .date{color:#6c6c71}.reviews-items .item .stars-current{font-size:20px}.reviews-items .item .image-wrapper{position:relative;min-width:120px;height:120px;margin-right:32px}.reviews-items .item .image-wrapper:before{content:url('/img/quotes.svg');position:absolute;left:0;bottom:0;width:24px;height:24px;background-color:#fff;border-radius:100%}.reviews-items .item .image-wrapper .image{border-radius:100%;overflow:hidden;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.reviews-items .item .image-wrapper .photo{border-radius:100%;overflow:hidden;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.reviews-items .item .body-info p:last-child{margin-bottom:0}.reviews-items .item .blocks{display:block}.project-main .reviews-items.type-1{border:1px solid #e1e1e6}.reviews-items.type-1 .item .top-block{display:flex;margin-bottom:24px}.reviews-items.type-1 .item .top-info{display:flex;flex-direction:column}.reviews-items.type-1 .item .top-info .post{margin-bottom:4px}.reviews-items.type-1 .item .top-info .title{margin-bottom:8px}.reviews-items.type-1 .item .rating-wrapper{margin-left:auto}.reviews-items.type-2 .item{display:flex}.reviews-items.type-2 .item .image-wrapper{width:80px;margin-bottom:24px}.reviews-items.type-2 .item .left-block{display:flex;flex-direction:column;flex-basis:25%;max-width:188px;margin-right:40px}.reviews-items.type-2 .item .top-block{display:flex;margin-bottom:24px}.reviews-items.type-2 .item .left-info{display:flex;flex-direction:column}.reviews-items.type-2 .item .left-info .post{margin-bottom:4px}.reviews-items.type-2 .item .right-block{flex-basis:75%}.reviews-items.type-2 .item .right-block .rating-wrapper{margin-right:36px}.old-price{line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71;text-decoration:line-through}.saving-price{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#2a3}.product-wrapper .data-entity-item{height:100%}.product-wrapper .product-card{position:relative;width:100%;height:100%;background-color:#fff;transition:box-shadow .2s ease;z-index:20}.product-wrapper .product-card .img{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.product-wrapper .product-card .img .image-product-link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex-shrink:0}.product-wrapper .product-card .img img{max-width:100%;width:auto;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.product-wrapper .product-card .img .imac{max-width:100%;width:auto;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.product-wrapper .product-card .img .solution{max-width:70%;width:auto;max-height:100%;position:absolute;top:36%;left:50%;transform:translateX(-50%) translateY(-50%);border-radius:4px}.product-wrapper .product-card .labels{position:absolute;display:flex;flex-direction:column;align-items:flex-start;z-index:2;font-size:10px;line-height:16px}.product-wrapper .product-card .name{color:#323237;text-decoration:none}.product-wrapper .product-card .name:hover{color:#24c}.product-wrapper .product-card .articles{color:#6c6c71}.product-wrapper .product-card .price{color:#323237}.product-wrapper .product-card .price-container{margin-top:auto;text-align:center}.product-wrapper .product-card .old-price{margin-left:8px;color:#6c6c71;text-decoration:line-through}.product-wrapper .product-card .footer-button .button-container.buy-block{display:flex;flex-wrap:wrap}.product-wrapper .product-card .footer-button .button-container.buy-block .counter{margin-bottom:8px}.product-wrapper .product-card .footer-button .button-container.buy-block .buttons{width:100%;flex:1}.product-wrapper .product-card .footer-button .button-container.buy-block .to-cart{white-space:nowrap;display:inline-flex;text-align:center;justify-content:center;width:100%;z-index:1;position:relative}.product-wrapper .product-card .footer-button .button-container.buy-block .to-cart .icon-shopping-cart-line{padding-right:10px;margin-left:-6px;font-size:18px}.product-wrapper .product-card .footer-button .button-container.buy-block .to-cart .icon-shopping-cart-line:before{color:#fff}.product-wrapper .product-card .footer-button .button-container.buy-block .in-cart{white-space:nowrap;display:inline-flex;text-align:center;justify-content:center;width:100%}.product-wrapper .product-card .footer-button .button-container.buy-block .in-cart .icon-check-line{padding-right:7px;margin-left:-6px;font-size:22px}.product-wrapper .product-card .footer-button .button-container.buy-block .in-cart .icon-check-line:before{color:#fff}.product-wrapper.block{position:relative;width:100%;height:100%;width:auto;transition:box-shadow .2s}.product-wrapper.block .product-card{padding:31px;z-index:20;box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.product-wrapper.block .product-card .static{display:flex;flex-direction:column}.product-wrapper.block .product-card .labels{top:31px;left:31px}.product-wrapper.block .product-card .img{height:256px;margin-bottom:24px}.product-wrapper.block .product-card .name{display:block;margin-bottom:8px;max-height:78px;overflow:hidden}.product-wrapper.block .product-card .price{display:block;margin-top:24px}.product-wrapper.block .product-card .information{display:flex;margin-top:16px;color:#6c6c71}.product-wrapper.block .product-card .information .icon{margin-right:8px;font-size:24px}.product-wrapper.block .product-card .information .icon:before{color:#8f8f9d}.product-wrapper.block .product-card .footer-button .button-container.buy-block{display:flex}.product-wrapper.list .product-card{display:flex;padding:34px 38px 34px 40px;border:1px solid #e1e1e6}.product-wrapper.list .product-card>.row{width:100%}.product-wrapper.list .product-card .image-wrapper{min-width:160px;height:160px;margin-right:40px;margin-top:6px}.product-wrapper.list .product-card .image-wrapper.sol{min-width:265px}.product-wrapper.list .product-card .labels{top:40px;left:40px}.product-wrapper.list .product-card .info{margin-right:40px}.product-wrapper.list .product-card .name{display:block;margin-bottom:16px}.product-wrapper.list .product-card .preview-text{color:#4a4a4f;margin-bottom:17px}.product-wrapper.list .product-card .btn-link{display:inline-flex;color:#24c;text-transform:none;text-decoration:none}.product-wrapper.list .product-card .btn-link:hover{color:#172e8a}.product-wrapper.list .product-card .btn-link .icon{font-size:22px}.product-wrapper.list .product-card .btn-link.opened .icon{transform:rotate(180deg)}.product-wrapper.list .product-card .right-block{width:242px;margin-top:2px}.product-wrapper.list .product-card .stock{margin-bottom:24px}.product-wrapper.list .product-card .detail{width:100%;justify-content:center;padding:10px 24px}.product-wrapper.list .product-card .footer-button{margin-top:24px}.product-wrapper.list .product-card .information{display:flex;align-items:center;margin-top:16px;color:#6c6c71}.product-wrapper.list .product-card .information .icon{margin-right:8px;font-size:24px}.product-wrapper.list .product-card .information .icon:before{color:#8f8f9d}.product-wrapper.sheets .product-card{display:flex;padding:25px 22px 24px 24px;border:1px solid #e1e1e6}.product-wrapper.sheets .product-card>.row{width:100%}.product-wrapper.sheets .product-card .image-wrapper{min-width:64px;height:64px;margin-right:24px}.product-wrapper.sheets .product-card .name{display:block;margin-bottom:5px}.product-wrapper.sheets .product-card .price-container{width:160px;margin:0 32px 0 0;align-items:normal}.product-wrapper.sheets .product-card .price-container .price{margin-bottom:5px}.product-wrapper.sheets .product-card .right-block{margin-top:-4px;width:242px}.product-wrapper.sheets .product-card .detail{width:100%;justify-content:center;padding:10px 24px}.product-items.blocks .item-wrap{min-height:unset}.product-items.blocks{margin-top:16px}.product-items.blocks .items{margin:0 -8px}.product-items.blocks .item-wrap{min-height:454px;margin-bottom:16px;padding:0 8px}.product-items .accordeon-head{margin-top:-1px}.item-views{position:relative}.item-views .item .img{display:flex;justify-content:center;align-items:center;position:relative}.services .item-views .item .img{justify-content:left;align-items:left}.item-views .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.item-views .item .img a{position:absolute;top:0;left:0;right:0;bottom:0}.item-views .item .category{color:#6c6c71}.item-views .item .name a{color:#323237;text-decoration:none}.item-views .item .name a:hover{color:#24c}.item-views .item .preview-text{color:#4a4a4f}.item-views .item .date{margin-top:auto;color:#6c6c71}.item-views.block .items .item-wrap{margin-bottom:16px}.item-views.block .items .item{position:relative;width:100%;height:100%;transition:box-shadow .2s}.item-views.block .items .item:hover{box-shadow:0 4px 32px rgba(0,0,0,.1)}.item-views.block .items .item:not(:hover){box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.item-views.block .items .item .img{display:flex;justify-content:center;align-items:center;position:relative;height:200px}.item-views.block .items .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.item-views.block .items .item .img a{position:absolute;top:0;left:0;right:0;bottom:0}.item-views.block .items .item .info{display:flex;flex-direction:column;height:calc(100% - 200px);padding:26px 32px 24px}.item-views.block .items .item .info .category{margin-bottom:4px;color:#6c6c71}.item-views.block .items .item .info .name{margin-bottom:25px}.item-views.block .items .item .info .name a{display:block;color:#323237;text-decoration:none}.item-views.block .items .item .info .name a:hover{color:#24c}.item-views.block .items .item .info .date{margin-top:auto;color:#6c6c71}.item-views.list .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;padding:31px 32px 26px 32px;height:100%;transition:box-shadow .2s}.item-views.list .item:hover{box-shadow:0 4px 32px rgba(0,0,0,.1);border-color:transparent}.item-views.list .item .img{min-width:240px;height:160px;margin-right:40px;margin-top:4px}.services .item-views.list .item .img{min-width:auto;height:auto;margin-right:40px;margin-top:4px}.item-views.list .item .info .name{margin-top:8px}.item-views.list .item .info .preview-text{margin-top:16px}.item-views.list .item .info .date{margin-top:25px}.services .item-views.list .item{padding:33px 40px 32px;position:relative}.services .item-views.list .info .name{margin-top:0}.services .item-views.list .info .deadline{margin-top:16px;color:#6c6c71}.services .item-views.list .info .price{margin-top:16px;color:#323237}.services .item-views.list .info .price-container{margin-top:8px;margin-bottom:0}.services .item-views.list .info .price-container .old-price{margin-left:4px;text-decoration-line:line-through;color:#6c6c71}.content-wrapper .h2,.content-wrapper h2,.content-wrapper .h3,.content-wrapper h3{margin-top:32px;margin-bottom:24px}.content-wrapper .h4,.content-wrapper h5,.content-wrapper .h5,.content-wrapper h6,.content-wrapper .h6{margin:24px 0 16px}.content-wrapper .category{color:#6c6c71}.content-wrapper .name a{color:#323237;text-decoration:none}.content-wrapper .name a:hover{color:#24c}.content-wrapper .preview-text{color:#4a4a4f}.content-wrapper .date{color:#6c6c71}.content-wrapper .img{display:flex;justify-content:center;align-items:center;position:relative}.content-wrapper .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.blog-element .services{margin-bottom:72px}.blog-element .img{height:380px}.blog-element .fotorama{padding:40px}.blog-element .fotorama .fotorama__fullscreen-icon{right:8px !important;top:8px !important;box-shadow:0 4px 12px rgba(0,0,0,.1)}.blog-element .content{display:flex;flex-direction:column;margin-bottom:40px;padding:34px 40px 38px;border:1px solid #e1e1e6;border-radius:4px}.blog-element .ready-sites .content{border:0;padding:0;margin:0}.break{flex-basis:100%;height:0}.blog-element .content-footer{display:flex;justify-content:space-between;padding-top:15px;margin-top:25px;border-top:1px solid #e1e1e6}.blog-element .content-bottom p{margin-bottom:24px;color:#4a4a4f}.blog-element .content-bottom p:first-of-type{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0;font-weight:400}.blog-element .content-bottom p:last-of-type{margin-bottom:0}.blog-element .sidebar-right{margin-left:40px}.projects .text-before-items{margin-bottom:40px;color:#4a4a4f}.projects .text-after-items{margin-top:56px}.projects .text-after-items .text{margin-top:24px;color:#4a4a4f}.projects .text-after-items p{color:#4a4a4f}.projects .text-after-items p:last-of-type{margin-bottom:0}.projects .projects-items.block-1 .items{margin:0 -8px}.projects .projects-items.block-1 .items .item-wrap{margin-bottom:16px;padding:0 8px}.projects .projects-items.block-1 .items .item-wrap a:hover{text-decoration:none}.projects .projects-items.block-1 .items .item{position:relative;height:100%;transition:box-shadow .3s}.projects .projects-items.block-1 .items .item:before{position:absolute;content:'';width:100%;height:100%;left:0;bottom:0;border-bottom:3px solid #24c;z-index:-1;opacity:0;transform:scaleX(0)}.projects .projects-items.block-1 .items .item:hover:before{opacity:1;transform:scaleX(1)}.projects .projects-items.block-1 .items .item:hover .image{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg);filter:FlipH;-ms-filter:"FlipH"}.projects .projects-items.block-1 .items .item .image{-webkit-transition:.7s;-webkit-transform-style:preserve-3d;-moz-transition:.7s;-moz-transform-style:preserve-3d;transition:.7s;transform-style:preserve-3d;position:relative}.projects .projects-items.block-1 .items .item .image{position:relative}.projects .projects-items.block-1 .items .item .image .backs{position:absolute;top:0;left:0;width:100%}.front,.backs{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.front{position:relative;z-index:2}.backs{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg);z-index:1;position:relative}.projects .projects-items.block-1 .items .item:hover .backs{-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;z-index:10}.projects .projects-items.block-1 .items .item:hover{opacity:1;transform:scale(1)}.projects .projects-items.block-1 .items .item:hover:after{opacity:1;transform:scaleY(1)}.projects .projects-items.block-1 .items .item:hover:before{opacity:1;transform:scaleX(1)}.projects .projects-items.block-1 .items .item:hover{opacity:1;transform:scale(1)}.projects .projects-items.block-1 .items .item:hover .image{box-shadow:0 4px 32px rgba(0,0,0,.1);border-radius:26px}.projects .projects-items.list .items .item:hover .image{box-shadow:0 4px 32px rgba(0,0,0,.1);border-color:transparent;z-index:1}.projects .projects-items.block-1 .items .item .img{display:flex;justify-content:center;align-items:center;position:relative}.projects .projects-items.block-1 .items .item .img img{width:100%;border-radius:26px;border:.125rem solid #e1e1e3}.projects .projects-items.block-1 .items .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position-x:center}.projects .projects-items.block-1 .items .item:hover .img img{border-color:transparent}.projects .projects-items.block-1 .items .item .info{display:flex;flex-direction:column;height:calc(100% - 210px);padding:26px 12px 24px}.projects .projects-items.block-1 .items .item .info .category{margin-bottom:4px;margin-top:10px;color:#6c6c71;font-size:14px;line-height:18px;font-weight:400;letter-spacing:.09em}.projects .projects-items.block-1 .items .item .info .name a{color:#323237;text-decoration:none}.projects .projects-items.block-1 .items .item .info .name a:hover{color:#24c}.projects .projects-items.list .items .item{position:relative;display:flex;margin-bottom:-1px;padding:35px 40px 39px;border:1px solid #e1e1e6;transition:box-shadow .3s}.projects .projects-items.list .items .item .img{min-width:240px;height:160px;margin-right:40px;margin-top:3px}.projects .projects-items.list .items .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.projects .projects-items.list .items .item .img a{position:absolute;top:0;left:0;right:0;bottom:0}.projects .projects-items.list .items .item .info .category{margin-bottom:4px}.projects .projects-items.list .items .item .info .name{margin-bottom:16px}.projects .projects-items.list .items .item .info .preview-text p:last-of-type{margin-bottom:0}.projects .projects-items.block{margin-bottom:56px}.projects .projects-items.block .items{margin:0 -8px}.projects .projects-items.block .items .item-wrap{margin-bottom:16px;padding:0 8px}.projects .projects-items.block .items .item{position:relative}.projects .projects-items.block .items .item:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);transition:opacity .3s;z-index:1}.projects .projects-items.block .items .item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6));transition:opacity .3s;opacity:0;z-index:2}.projects .projects-items.block .items .item:hover:before{opacity:0}.projects .projects-items.block .items .item:hover:after{opacity:1}.projects .projects-items.block .items .item .img{width:100%;height:100%}.projects .projects-items.block .items .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.projects .projects-items.block .items .item .info{position:absolute;left:0;bottom:0;padding:36px 32px;z-index:3}.projects .projects-items.block .items .item .info .category{color:#e1e1e6}.projects .projects-items.block .items .item .info .name{color:#fff}.projects .projects-items.block .items .item .link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:4}.projects .projects-items.block.type-2 .items .item{height:326px}.projects-element .sidebar-right{margin-left:40px}.projects-element .head-block{display:flex;position:relative;border:1px solid #e1e1e6}.projects-page .project-head .head-block{border:0}.projects-page .project-main{margin-bottom:32px}.projects-element .head-info{width:408px;margin-left:40px}.projects-element .head-info .buttons{display:flex;margin-top:24px;padding-top:24px;border-top:1px solid #e1e1e6}.projects-element .head-info .buttons .button{width:100%}.projects-element .head-info .buttons .button:first-of-type{margin-right:8px}.projects-element .head-info .buttons .btn{width:100%;justify-content:center}.projects-element .head-info .buttons .btn-secondary{padding:10px 22px}.projects-element .project-img{width:60%;height:100%}.projects-element .btn-link{display:inline-flex;margin-top:24px;color:#24c;text-transform:none;text-decoration:none}.projects-element .btn-link:hover{color:#172e8a}.projects-element .btn-link .icon{font-size:24px}.projects-element .property{margin-bottom:16px}.projects-element .property:last-of-type{margin-bottom:0}.projects-element .property .title-prop{color:#000;margin-bottom:8px}.projects-element .property .value{color:#4a4a4f}.projects-element .property .value ul{list-style:none;color:#4a4a4f;margin-bottom:24px;padding-left:32px;display:block}.projects-element .property .value ul li{position:relative;margin:12px 0}.projects-element .property .value ul li:before{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}.projects-element .nav-tabs{margin-bottom:0;margin-left:40px;border-bottom:0}.projects-element .nav-tabs:before{display:none}.projects-element .tab-content{padding:40px;border:1px solid #e1e1e6}.projects-element .body-info{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#4a4a4f}.projects-element .body-info p{margin-bottom:24px}.projects-element .body-info p:last-child{margin-bottom:0}.projects-element .body-info ul{list-style:none;color:#4a4a4f;margin-bottom:24px;padding-left:32px;display:block}.projects-element .body-info ul li{position:relative;margin:12px 0}.projects-element .body-info ul li:before{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}.projects-element .consultation-tizer{position:sticky;top:0;min-width:296px;margin-top:58px}.projects-page .project-head{border-top:1px solid #e1e1e6;border-bottom:1px solid #e1e1e6;background:#f8f8fa;margin-bottom:56px;padding-top:55px}.categories{margin-bottom:56px}.categories .item-wrap{margin:0 -1px -1px 0}.categories .item-link{position:relative;display:block;width:100%;height:100%}.categories .item{position:relative;display:flex;width:100%;height:100%;background-color:#fff;transition:box-shadow .3s;border:1px solid #e1e1e6}.categories .img{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.categories .img .image-product-link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex-shrink:0}.categories .img img{max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.categories .info{z-index:1}.categories .name{display:block;width:100%;height:100%;color:#323237;text-decoration:none}.categories .link{position:absolute;top:0;left:0;right:-1px;bottom:-1px}.categories.type-1 .item{align-items:center;width:100%;padding:23px}.categories.type-1 .image-wrapper{min-width:72px;height:72px;margin-right:24px}.categories.type-2 .item{flex-direction:column;align-items:center;text-align:center;width:100%;padding:23px 31px 27px}.categories.type-2 .image-wrapper{width:160px;height:160px;margin-bottom:24px}.categories.type-3 .item-wrap{margin:0}.categories.type-3 .item{position:relative;width:100%;height:240px;border:0}.categories.type-3 .item:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);transition:opacity .3s;z-index:1}.categories.type-3 .item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6));transition:opacity .3s;opacity:0;z-index:2}.categories.type-3 .item:hover{box-shadow:0}.categories.type-3 .item:hover:before{opacity:0}.categories.type-3 .item:hover:after{opacity:1}.categories.type-3 .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.categories.type-3 .item .info{position:absolute;left:0;bottom:0;width:100%;padding:26px 32px;z-index:3}.categories.type-3 .item .info .name{color:#fff}.categories.type-3 .item .link{right:0;bottom:0;z-index:4}.categories.blocks .items{margin:0 -8px}.categories.blocks .item-wrap{margin-bottom:16px;padding:0 8px}.catalog .text-before-items{margin-bottom:40px;color:#4a4a4f}.catalog .text-after-items .title{margin:56px 0 24px}.catalog .text-after-items .text{margin-top:24px;color:#4a4a4f}.catalog .text-after-items .text p{margin-bottom:24px}.catalog .text-after-items .text p:last-of-type{margin-bottom:0}body:not(.inner-page) .page404{padding:0 0 80px 0}.page404{max-width:640px;margin:0 auto;text-align:center}.page404 .image{margin-bottom:40px}.page404 .image img{max-width:100%}.page404 .not-found{margin-bottom:24px}.page404 .text{margin-bottom:40px;color:#4a4a4f}#svg{display:inline-block;vertical-align:middle;fill:#0057b8}#svg path:nth-child(1){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.1s;animation-delay:.1s}#svg path:nth-child(1):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(2){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.2s;animation-delay:.2s}#svg path:nth-child(2):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(3){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.3s;animation-delay:.3s}#svg path:nth-child(3):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(4){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.4s;animation-delay:.4s}#svg path:nth-child(4):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(5){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.5s;animation-delay:.5s}#svg path:nth-child(5):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(6){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.6s;animation-delay:.6s}#svg path:nth-child(6):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(7){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.7s;animation-delay:.7s}#svg path:nth-child(7):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(8){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.8s;animation-delay:.8s}#svg path:nth-child(8):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(9){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:.9s;animation-delay:.9s}#svg path:nth-child(9):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(10){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1s;animation-delay:1s}#svg path:nth-child(10):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(11){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1.1s;animation-delay:1.1s}#svg path:nth-child(11):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(12){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1.2s;animation-delay:1.2s}#svg path:nth-child(12):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(13){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1.3s;animation-delay:1.3s}#svg path:nth-child(13):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(14){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1.4s;animation-delay:1.4s}#svg path:nth-child(14):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(15){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1.5s;animation-delay:1.5s}#svg path:nth-child(15):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(16){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1.6s;animation-delay:1.6s}#svg path:nth-child(16):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(17){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1.7s;animation-delay:1.7s}#svg path:nth-child(17):hover{-webkit-animation-play-state:paused;animation-play-state:paused}#svg path:nth-child(18){-webkit-animation:pweek 1.8s linear infinite;animation:pweek 1.8s linear infinite;-webkit-animation-delay:1.8s;animation-delay:1.8s}#svg path:nth-child(18):hover{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes pweek{0%{fill:#0057b8}20%{fill:#f11e4a}40%{fill:#f8a527}60%{fill:#266d7f}80%{fill:#82A}100%{fill:#0057b8}}@keyframes pweek{0%{fill:#0057b8}20%{fill:#f11e4a}40%{fill:#f8a527}60%{fill:#266d7f}80%{fill:#82A}100%{fill:#0057b8}}.products-sub .products-sub-item{display:none;position:absolute;top:0;left:280px;width:404px;padding:24px;background:#fff}.products-sub .top-block{display:flex;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e1e1e6}.products-sub .top-block .image{width:61px;min-width:61px;height:61px;margin-right:16px}.products-sub .top-block .image img{width:100%}.products-sub .top-block .labels{display:flex;flex-wrap:wrap;margin-bottom:4px}.products-sub .top-block .label{display:inline-flex;margin-right:4px}.products-sub .top-block .category{margin-bottom:2px;color:#8f8f9d;font-size:11px;line-height:18px;font-weight:bold;letter-spacing:.04em;text-transform:uppercase}.products-sub .top-block .name{color:#323237;margin-bottom:8px;white-space:normal !important}.products-sub .top-block .price-container{display:flex;align-items:center}.products-sub .top-block .old-price{margin-left:8px}.products-sub .description{color:#6c6c71}.products-sub .description p{margin-bottom:12px}.products-sub .buttons{display:flex;margin-top:28px}.products-sub .buttons .btn{justify-content:center;flex-basis:49%;color:#fff !important}.products-sub .buttons .btn:first-of-type{margin-right:8px}.products-sub .menu-list-1{position:relative;border-right:1px solid #e1e1e6}.products-sub .menu-list-1>li.has-sub a:after{display:none}.products-sub .menu-list-1>li.has-sub.show .products-sub-item{display:block}.products-sub .menu-list-1 .extension{position:absolute !important;top:100%;width:684px;padding:20px 24px 24px !important;background:#f8f8fa;border-top:1px solid #e1e1e6;box-shadow:0 4px 32px rgb(0 0 0 / 10%)}.products-sub .menu-list-1 .extension .title{margin-bottom:8px;font-weight:500}.products-sub .menu-list-1 .extension .title a{display:inline-flex !important;color:#24c !important}.products-sub .menu-list-1 .extension .text{font-size:14px;line-height:22px;color:#4a4a4f}.products-sub .menu-list-1>li.has-sub.show>a{background-color:#f5f5f7 !important;font-weight:bold !important;color:#4a4a4f !important}.rowz{width:100%;display:flex;justify-content:center;flex-direction:column;position:relative;z-index:1}.svg-separator{display:block;background:0;position:absolute;left:0;right:0;top:0;z-index:9;-webkit-transform:translateY(-100%) translateY(2px);transform:translateY(-100%) translateY(2px);width:100%}.svg-separator.bottom{top:auto;bottom:0}.sep7{transform:translateY(-100%) translateY(2px) scale(1,1);transform-origin:top}.light-grey2{background-color:#ecf0f1}.contacts .contacts-item{padding:56px;background-color:#fff;box-shadow:0 4px 32px rgba(0,0,0,.1)}.contacts .property.phone a{font-size:22px;font-weight:700}.contacts .contacts-item .left-block .properties .property .value a:hover{color:#e63a26}.contacts .contacts-item .right-block{width:368px;flex-shrink:1}.contacts .contacts-item .left-block{padding-right:56px}.contacts .contacts-item .left-block .heading{margin-bottom:24px}.contacts .contacts-item .left-block .properties .property-wrap:last-of-type{margin-right:0}.contacts .contacts-item .left-block .properties .property .title{margin-bottom:4px;color:#6c6c71}.contacts .contacts-item .left-block .properties .property .value{color:#323237}.contacts .contacts-item .left-block .properties .property .value a{color:#323237;text-decoration:none}.contacts .contacts-item .left-block .description{color:#4a4a4f}.contacts .contacts-item .left-block .description p:last-of-type{margin-bottom:0}.contacts .contacts-item .left-block .socials-icons a:hover{text-decoration:none}.contacts .bx-yandex-view-layout{background:#fff;width:100%;overflow:hidden}.contacts .contacts-page{margin-top:-60px}.contacts .contacts-page.type-1{padding-top:160px;position:relative;z-index:2}.contacts .contacts-page.type-1 .contacts-item{position:relative;margin-top:-290px;left:0;z-index:1;width:100%}.russia_map{position:relative;top:-80px;z-index:1}.contact-page .header-title{padding-bottom:160px}.contacts .contacts-page.type-1 .contacts-item .left-block .properties{margin-bottom:40px}.contacts .contacts-page.type-1 .contacts-item .left-block .socials-icons{margin-bottom:40px}.contacts .contacts-page.type-1 .contacts-item .left-block .heading{margin-top:0}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group{margin-bottom:24px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group.light textarea.form-control{height:38px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group.form-check{margin:24px 0 18px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group.form-check.toogle-check .form-check-label{padding-left:53px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group.form-check .form-check-input+.form-check-label{font-size:14px}.contacts .contacts-page.type-1 .bx-yandex-view-layout{height:620px}.auth-popup{width:380px;background:#fff !important;padding:0 32px;box-shadow:0 4px 32px rgba(0,0,0,.1);overflow:hidden;height:0;right:0;display:none;position:absolute}.auth-popup.open{padding-top:24px;padding-bottom:32px;height:auto;animation:fadeIn .3s;display:block}.rate-card{border:0;background-color:#fff;box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;z-index:1}.rates-section .items:not(.owl-loaded) .item{margin-bottom:0}.owl-carousel .owl-item:not(.active){opacity:0}.services-section-list .text-before-items{margin-bottom:40px}.services-section-list h2,.services-section-list .h2,.services-section-list h3,.services-section-list .h3{margin-bottom:24px;margin-top:56px}.services-section-list p{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:24px;color:#4a4a4f}.services-section-list p:last-child{margin-bottom:0}.services-items .item{background-color:#fff}.services-items.block .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;flex-direction:column;transition:box-shadow .2s;border-radius:10px}.services-items.block .item .image .svg-color{color:#24c}.services-items.block .item .image .img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.services-items.block .item .name{color:#323237;text-decoration:none}.services-items.block .item .name:hover{color:#24c}.services-items.block .item .subcategories{display:flex;flex-wrap:wrap}.services-items.block .item .subcategories .subcategory{color:#4a4a4f;text-decoration:none;margin:0 16px 4px 0}.services-items.block .item .subcategories .subcategory:last-of-type{margin-right:0}.services-items.block .item .subcategories .subcategory:hover{color:#24c}.services-items.block .item .price-container{margin-top:auto}.services-items.block .item .price{color:#323237}.services-items.block .item .old-price{margin-left:8px}.services-items.block.type1 .item{width:100%;height:100%;padding:32px}.services-items.block.type1 .item .image{display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:26px}.services-items.block.type1 .item .image img{width:100%}.services-items.block.type1 .item .name{margin-bottom:16px}.services-items.block.type2 .items{margin:0 -8px}.services-items.block.type2 .item-wrap{margin-bottom:16px;padding:0 8px}.services-items.block.type2 .item{position:relative;width:100%;height:100%}.services-items.block.type2 .item .image{display:flex;justify-content:center;align-items:center;position:relative;height:210px}.services-items.block.type2 .item .image .img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.services-items.block.type2 .item .info{padding:26px 32px}.services-items.block.type2 .item .text_wrapper{position:absolute;top:0;left:0;background-color:#fff;height:100%;width:100%;opacity:0}.services-items.block.type2 .item .text_wrapper:before{content:"";position:absolute;top:0;left:0;right:0;display:block;width:100%;height:26px;background-color:#fff;z-index:1}.services-items.block.type2 .item .text_wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,0) .88%,#fff 60%);width:100%;height:20%}.services-items.block.type2 .item .text_wrapper .text{position:relative;top:0;left:0;right:0;display:block;margin:26px 12px 0 32px;padding-right:24px;padding-bottom:15px;font-style:normal;color:#4a4a4f;overflow-y:auto;max-height:80%;background-color:#fff}.services-items.block.type2 .item .text_wrapper .text .name{display:block;color:#323237;margin-bottom:16px;font-style:normal}.services-items.block.type2 .item .item-link{text-decoration:none}.services-items.block.type3 .items{margin:0 -8px}.services-items.block.type3 .item-wrap{margin-bottom:16px;padding:0 8px}.services-items.block.type3 .item{position:relative;width:100%;height:100%}.services-items.block.type3 .item .image{display:flex;justify-content:center;align-items:center;position:relative;height:210px}.services-items.block.type3 .item .image.big{height:260px}.services-items.block.type3 .item .image.big .img{border-top-left-radius:10px;border-top-right-radius:10px;margin-top:1px;margin-left:1px}.services-items.block.type3 .item .image .img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.services-items.block.type3 .item .info{padding:26px 32px}.services-items.block.type3 .item .name{display:block;margin-bottom:16px}.services-items.block.type3 .item .text{color:#4a4a4f}.services-items.list .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;transition:box-shadow .2s}.services-items.list .item .image{position:relative;margin-top:4px}.services-items.list .item .image .img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.services-items.list .item .name{display:block;color:#323237;margin-bottom:16px;text-decoration:none}.services-items.list .item .name:hover{color:#24c}.services-items.list .item .preview-text{margin-bottom:16px;color:#4a4a4f}.services-items.list .item .subcategories{display:flex;flex-wrap:wrap}.services-items.list .item .subcategories .subcategory{color:#24c;text-decoration:none;margin:0 24px 4px 0}.services-items.list .item .subcategories .subcategory:last-of-type{margin-right:0}.services-items.list .item .subcategories .subcategory:hover{color:#323237}.services-items.list .item .price{color:#323237}.services-items.list .item .old-price{margin-left:8px}.services-items.list.type1 .item{padding:40px}.services-items.list.type1 .item .image{min-width:400px;height:268px;margin-right:40px}.services-items.list.type1 .item .image img{min-width:400px;height:268px;margin-left:40px}.services-items.list.type2 .item{padding:56px}.services-items.list.type2 .item .image{min-width:400px;height:268px;margin-left:56px}.services-items.list.type2 .item .subcategories{flex-direction:column}.services-items.list.type2 .item .subcategories .subcategory{position:relative;padding-left:32px}.services-items.list.type2 .item .subcategories .subcategory:before{content:'';position:absolute;top:12px;left:0;width:16px;height:1px;background-color:#4a4a4f}.services-items.list.type3 .item{padding:34px 40px}.services-items.list.type3 .item .image{display:flex;justify-content:center;align-items:center;min-width:64px;max-width:64px;height:64px;margin-right:40px}.services-items.list.type3 .item .image img{width:100%}.services-items .scrollbar-inner{max-height:calc(100% - 32px)}.services-items .scrollbar-inner>.scroll-element .scroll-element_outer{box-shadow:inset 0 0 4px rgba(0,0,0,.11)}.services-items .scrollbar-inner>.scroll-element .scroll-bar{height:40px !important;background-color:#24c}.blockquote{background:#eee url(/img/quote.png) no-repeat 17px 21px;font-style:italic;padding:20px 20px 20px 55px}.blockquote p,.blockquote2 p{margin-top:4px;margin-bottom:8px}.garanty{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.garanty-icon{height:1.2rem;width:1.2rem;color:#e63a26;flex-shrink:0}.garanty-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:.625rem;column-gap:.625rem;background-color:rgba(0,0,0,.5);padding:6px 16px;border-radius:40px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:start;border:.125rem solid #aaa;font-size:18px;color:#eee;white-space:nowrap}.lead{padding:0 0 0 19px;margin-bottom:0;position:relative;color:#323237}.lead::before{content:"";display:block;height:100%;width:4px;background-color:#24c;position:absolute;left:0}.list.icons li{display:flex;color:#4a4a4f}.list.icons i{color:#24c;font-size:24px;margin-right:12px}a{text-decoration:none;color:#24c}.tooltip-inner{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;background-color:#fff;color:#4a4a4f;box-shadow:0 4px 32px rgba(0,0,0,.1)}.bs-tooltip-top .arrow:before{border-top-color:#fff}a[data-toggle="tooltip"]{text-decoration:none}a[data-toggle="tooltip"]:hover{color:#24c}.form-success{display:flex;flex-direction:column;align-items:center;justify-content:center}.form-success .title{margin-bottom:8px}.form-success .title:before{font-family:'remixicon' !important;content:"\eb34";border:4px solid #24c;width:132px;height:132px;border-radius:50%;line-height:132px;text-align:center;color:#24c;font-size:52px;display:block;margin:0 auto 24px auto}.form-success .text{margin-bottom:40px;text-align:center}.order-form .bx-soa .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title:before,.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-title a:hover,.order-form .bx-soa .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-input:after,.order-form .bx-soa .bx-soa-section .bx-soa-section-title-container .text-right a:hover{color:#24c}.order-form .bx-soa .bx-soa-region .bx_soa_location .form-group .radio-inline label input[type="radio"]:checked+span::before,.order-form.simple .bx-soa .bx-soa-pp-company-line.bx-selected .bx-soa-pp-company-graf-container:before{border-color:#24c;color:#24c}.order-form .bx-soa .bx-soa-region .bx_soa_location .form-group .radio-inline:hover label span::before,.order-form.simple .bx-soa .bx-soa-pp-company-line .bx-soa-pp-company-graf-container:hover:before{border-color:#24c}.order-form .bx-soa .bx-soa-delivery .bx-soa-pp .bx-pagination .bx-pagination-container ul li.bx-active a,.order-form.simple .bx-soa .bx-soa-pp-company-line.bx-selected .bx-soa-pp-company-graf-container:after,.order-form .bx-soa .bx-soa-region .bx_soa_location .form-group .radio-inline label input[type="radio"]+span::after{background-color:#24c}.order-form .bx-soa .bx-soa-orderSave .btn{color:#fff;background-color:#24c}.order-form .bx-soa .bx-soa-orderSave .btn:hover{background-color:#172e8a}.draw{transition:all 600ms cubic-bezier(.77,0,.175,1);position:relative;color:#fff}.draw:before,.draw:after{content:'';position:absolute;transition:inherit;z-index:1}.draw:hover{color:#323237 !important;transition-delay:.6s;background-color:transparent;z-index:1}.draw:hover:before,.draw:hover:after{z-index:-1;transition:all 600ms cubic-bezier(.77,0,.175,1)}.draw:hover:before{transition-delay:0s}.draw:hover:after{background:#fff;transition-delay:.4s}iframe{border:0}.ready-sites .nav-tabs{margin-bottom:40px}.ready-sites .ready{margin-bottom:108px}.ready-sites .ready .item-card{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;padding:64px 64px 54px 64px;position:relative;background:#fff}.ready-sites .ready .item{display:flex}.ready-sites .ready .item .content{width:100%}.ready-sites .ready .item .content .labels{display:flex;margin-bottom:12px;margin-top:-24px}.ready-sites .ready .item .content .labels .label{margin-right:4px}.ready-sites .ready .item .content .title{margin:0 0 16px}.ready-sites .ready .item .content .title a{color:#19191e;text-decoration:none}.ready-sites .ready .item .content .title a:hover{color:#24c}.ready-sites .ready .item .content .description{margin-bottom:12px;color:#4a4a4f}.ready-sites .ready .item .content .release{margin-bottom:32px;color:#4a4a4f}.ready-sites .ready .item .content .props{display:flex;flex-wrap:wrap;margin-bottom:24px}.ready-sites .ready .item .content .props .prop{display:flex;justify-content:space-between;max-width:312px;width:100%;margin-bottom:8px;margin-right:32px;background-image:url('/img/background-line.svg');background-repeat:repeat-x;background-position:0 13px}.ready-sites .ready .item .content .props .prop:nth-of-type(2n){margin-right:0}.ready-sites .ready .item .content .props .prop .icon{width:32px;height:24px;font-size:24px;color:#5ba508;background-color:#fff;padding-left:8px}.ready-sites .ready .item .content .props .prop .prop-name{max-width:70%;padding-right:8px;background-color:#fff;color:#6c6c71}.ready-sites .ready .item-card .actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding-top:16px;border-top:1px solid #e1e1e6}.ready-sites .ready .item-card .actions .price-block{display:flex;align-items:center}.ready-sites .ready .item-card .actions .price-block .price{color:#323237;font-size:32px}.ready-sites .ready .item-card .actions .price-block .old-price{line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-left:16px;color:#6c6c71;text-decoration:line-through}.ready-sites .ready .item-card .actions .buttons{display:flex}.ready-sites .ready .item-card .actions .buttons .btn{justify-content:center}.ready-sites .ready .item-card .actions .buttons .btn:first-of-type{margin-right:8px}.ready-sites .ready .item .image{max-width:480px;margin-left:64px;min-height:380px}.ready-sites .ready .item img{max-width:480px;position:relative}.ready-sites .ready .item img.imac{position:absolute;top:30px}.ready-sites .ready .item img.solution{position:relative;top:-25px;left:8px;border-radius:4px}.solution-page .content{max-width:unset !important}.solutions-section .owl-dots{display:flex;justify-content:center;position:absolute;width:100%;bottom:40px}.solutions-section .owl-dots .owl-dot:not(.active){background:black}.solutions-section .owl-dots button{padding:0;margin:0 4px;display:inline-block;background:#fff;opacity:.5;border:0;outline:0;height:4px;width:20px}.solutions-section .owl-dots button.active{width:30px;background:#24c;opacity:1}.solutions-section .owl-nav{top:calc(50% - 22px)}.img-lazy-spinner{animation:rotate-lazy-spinner 2s linear infinite;width:50px;height:50px}.img-lazy-spinner .path{stroke:#efefef;stroke-linecap:round;animation:dash-lazy-spinner 1.5s ease-in-out infinite}.img-lazy-background{display:flex;align-items:center;justify-content:center}@-webkit-keyframes wow{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}30%{-webkit-transform:scale(.7);transform:scale(.7);opacity:.9}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes wow{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}30%{-webkit-transform:scale(.7);transform:scale(.7);opacity:.9}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes rotate-lazy-spinner{100%{transform:rotate(360deg)}}@keyframes dash-lazy-spinner{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90%,150;stroke-dashoffset:-35}100%{stroke-dasharray:90%,150;stroke-dashoffset:-124}}.more_btn{position:absolute;bottom:12px;left:32px;font-size:13px;font-weight:700;text-transform:uppercase}.inv{display:none}.bold{font-weight:700}.text-white{color:#fff !important}.arrow-all{position:absolute;right:20px;top:20px;z-index:1;width:34px;height:8px}.svg{display:inline-block;position:relative;background-repeat:no-repeat;background-position:center center}.svg svg{display:block}svg:not(:root){overflow:hidden}.arrow-all__item-arrow{position:absolute;right:0;top:0}.arrow-all__item-line{background:#eaeaea;height:2px;position:absolute;right:1px;top:3px;left:calc(100% - 18px);transition:left ease .5s}.services-section-list .item-wrap:hover .arrow-all__item-line,.services-section .item-wrap:hover .arrow-all__item-line{left:calc(100% - 34px);transition-delay:.1s}.services-section-list .item-wrap:hover .stroke-theme-target *,.services-section .item-wrap:hover .stroke-theme-target *{stroke:#9e9e9e;stroke:#24c}.services-section-list .item-wrap:hover .stroke-theme-target .arrow-all__item-line,.services-section .item-wrap:hover .stroke-theme-target .arrow-all__item-line{background-color:#24c}.arrow-all.bottom{position:absolute;right:30px;top:auto;bottom:30px;z-index:1;width:34px;height:8px}.services-section-list .labels{display:flex;margin-bottom:6px;margin-top:-12px}.services-section-list .item .text{margin-bottom:40px}.services-section-list .price-container{position:absolute;left:30px;bottom:20px}.sales{background-color:#fcde77;color:#000 !important;padding:5px 8px 2px;font-style:normal;font-weight:bold;letter-spacing:.08em;text-transform:uppercase;border-radius:8px;margin-bottom:4px;transition:all .3s;margin-right:4px}.btn_icon{border-color:#000;flex:0 0 auto;transition:.35s}.btn_text{margin-right:10px}.btn_icon{width:14px;height:14px;border:3px solid #fff;border-radius:50%}.btn-secondary .btn_icon{border:3px solid #24c}.btn:hover .btn_icon{transform:scale(1.2)}.btn:hover .btn_icon{border-color:#fcd005}.btn:hover.btn-secondary .btn_icon{border-color:#000}.add .add-to-cart{-webkit-animation:.3s btn-add normal forwards ease;animation:.3s btn-add normal forwards ease}.add .btn-text{opacity:0;transition:all .2s ease-in-out}.add .circle{-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-name:circle-check-loader;animation-name:circle-check-loader}.add .check{-webkit-animation-delay:.85s;animation-delay:.85s;-webkit-animation-name:check;animation-name:check}@-webkit-keyframes btn-add{80%{opacity:1}95%{width:50px;border-radius:100px;background-color:transparent}100%{opacity:0}}@keyframes btn-add{80%{opacity:1}95%{width:50px;border-radius:100px;background-color:transparent}100%{opacity:0}}.product-wrapper .product-card .footer-button .button-container.buy-block .icon-loader-check{top:42%;display:none}#fly-to-basket{z-index:999}.btn-wrapper{position:relative}.icon-loader-check{width:54px;height:54px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);display:none}.circle{stroke-dashArray:1666,1650;stroke-dashoffset:2000;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:0s;animation-delay:0s}.check{stroke-dashArray:340;stroke-dashoffset:340;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes circle-check-loader{0%{stroke-dashArray:1666,1650;stroke-dashoffset:2000}100%{stroke-dashOffset:3320}}@keyframes circle-check-loader{0%{stroke-dashArray:1666,1650;stroke-dashoffset:2000}100%{stroke-dashOffset:3320}}@-webkit-keyframes check{0%{stroke-dashArray:340;stroke-dashoffset:340;opacity:0}40%{opacity:1}100%{stroke-dashOffset:94;opacity:1}}@keyframes check{0%{stroke-dashArray:340;stroke-dashoffset:340;opacity:0}40%{opacity:1}100%{stroke-dashOffset:94;opacity:1}}.subcategories a{position:relative}span.labels{background-color:#60c339;width:auto;display:inline-block;color:#fff;padding:2px 9px;border-radius:999px;font-size:12px;line-height:14px;font-weight:700;vertical-align:middle}span.labels.hit{background-color:#60c339}span.labels.hot{background-color:#e6351e}span.labels.new{background-color:#f8a527;color:#3a2200}span.labels.sale{background-color:#24c}.subcategories span.labels,.sidebar-left .sidebar-menu ul li .sub li a span.labels,.sidebar-right .sidebar-menu ul li .sub li a span.labels,.header.type1-fixed .main-header .menu .menu-list-0 span.labels,.header.type8 .bottom-header .menu .menu-list-0 span.labels{display:inline-block;position:static;right:auto;top:auto;padding:2px 9px;margin:0 0 0 4px;color:#fff;line-height:14px;white-space:nowrap}.header.type1-fixed .main-header .menu .menu-list-0 a span.fly,.header.type8 .bottom-header .menu .menu-list-0 a span.fly{color:inherit}.header.type1-fixed .main-header .menu .full-sub .full-sub-2 a span.fly,.header.type8 .bottom-header .menu .full-sub .full-sub-2 a span.fly{white-space:normal}@media(max-width:1024px){.top-description{display:none}.contacts-page .col{flex:auto}.contacts .contacts-item .left-block{padding-right:0}.contacts-page .col-auto,.contacts .contacts-item .right-block{width:100%}}.themepage_dark-blocks{display:flex;flex-direction:row;justify-content:center;align-items:stretch;flex-wrap:wrap}.themepage-dark{padding:40px 50px 28px 40px;color:var(--white);border-radius:26px;background:#23252f;background-image:url(/img/dark3.jpg);background-attachment:fixed;background-position:top center;background-repeat:no-repeat;margin-bottom:24px}.themepage-dark_name{margin:0;font-size:30px;font-weight:700;line-height:1.3;letter-spacing:.6px}.themepage-dark_text{margin:0;font-size:18px;line-height:1.4;letter-spacing:.36px}.fs26{font-size:26px}.fs36{font-size:36px;line-height:46px}.fs68{font-size:68px;line-height:76px}.fs78{font-size:78px;line-height:88px}.fs88{font-size:88px;line-height:98px}.fs120{font-size:120px;line-height:122px}.red{color:red !important;font-weight:bold}.whites{color:#fff !important}.yellow{color:#f4be42 !important;font-weight:bold}.wauto{width:auto !important}.hide{display:none}.width70{width:70%;margin:0 auto}.topm2{top:-2px}.mr8{margin-right:8px}.mr12{margin-right:12px}.ml20{margin-left:20px}.mr20{margin-right:20px}.w100{width:100%}.w60{width:60%}.mb16{margin-bottom:16px !important}.mb18{margin-bottom:18px !important}.mb20{margin-bottom:20px !important}.mb26{margin-bottom:26px !important}.mb56{margin-bottom:56px !important}.mb100{margin-bottom:100px !important}.mt26{margin-top:26px !important}.mt30{margin-top:30px !important}.mt45{margin-top:45px !important}.mt56{margin-top:56px !important}.mt80{margin-top:80px !important}.mt100{margin-top:100px !important}.mt_110{margin-top:-166px !important}.mt0{margin-top:0 !important}.pt20{padding-top:20px}.pt40{padding-top:40px}.pb2{padding-bottom:2px !important}.st0{fill:#24c}.svgrel{position:relative;z-index:2}.mb0{margin-bottom:0 !important}.sshadow{margin-bottom:20px;line-height:1;text-shadow:0 1px 0 #c9cfce,0 2px 0 #bcc2c2,0 3px 0 #afb6b6,0 4px 0 #a4adac,0 5px 0 #9fa8a7,0 0 5px rgb(0 0 0/5%),0 1px 3px rgb(0 0 0/20%),0 3px 5px rgb(0 0 0/20%),0 5px 10px rgb(0 0 0/20%),0 10px 10px rgb(0 0 0/20%),0 20px 20px rgb(0 0 0/30%);color:#2f2c2c !important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:always;-webkit-text-rendering:geometricPrecision;-moz-text-rendering:geometricPrecision;-ms-text-rendering:geometricPrecision;-o-text-rendering:geometricPrecision;text-rendering:geometricPrecision}a.fit{width:fit-content}span.fly{cursor:pointer}a.fly,span.fly{-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;position:relative;cursor:pointer;line-height:1.5;text-decoration:none}a.fly:hover::before,a.fly:focus::before,span.fly:hover::before,span.fly:focus::before{right:0;background:#24c}a.fly::before,span.fly::before{-webkit-transition:.2s linear;-moz-transition:.2s linear;-ms-transition:.2s linear;-o-transition:.2s linear;transition:.2s linear;content:'';display:block;height:.04em;position:absolute;left:0;right:100%;bottom:0;background:#24c}.arrow-button{display:inline-block;color:#000}.arrow-button .arrow-button__name{display:inline-block;position:relative}.arrow-button .arrow-button__name::before{-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;content:'';display:block;height:.04em;position:absolute;left:0;right:100%;bottom:-10px;background:#000}.arrow-button:hover,.arrow-button:focus{color:#000}.arrow-button:hover .arrow-button__name::before,.arrow-button:focus .arrow-button__name::before{right:0;background:#000}.arrow-button:active{color:#000}.arrow-button:active .arrow-button__name::before{background:#000}.arrow-button.white{color:#fff}.arrow-button.white .arrow-button__name::before{background:#fff}@supports(transition:initial){.projects .projects-items.block-1 .items .item:before{transition:all 2s}}@media(-webkit-transition){.projects .projects-items.block-1 .items .item:before{transition:none}}@media(min-width:1200px){body.width-1648 .col-40{flex:0 0 25%;max-width:25%}}@media(max-width:1600px){.header.type1-fixed .main-header .menu .full-sub .item{width:33.3%}.header.type8 .bottom-header .menu .full-sub .item{width:33.3%}}@media(max-width:1440px){.header.type8 .main-header .menu .menu-list-0>li,.header.type1-fixed .main-header .menu .menu-list-0>li{margin:0 18px 0 0}.qrcode{width:180px;height:180px}}@media(max-width:1380px){.qrcode{width:160px;height:160px}.header.type8 .bottom-header .menu .menu-list-0>li>a{padding:12px 48px;font-size:16px}.contacts .property.phone a{font-size:20px}}@media(max-width:1366px){.services-section.type2 .items .item .previewtext{font-size:16px;line-height:22px}.font-element-title-big{font-size:24px;line-height:28px}.header.type1-fixed .main-header .menu-list-0 li>a,.header.type1-fixed .main-header .menu-list-0 li>span{font-size:17px}.header.type8 .main-header .menu .menu-list-0>li,.header.type1-fixed .main-header .menu .menu-list-0>li{margin:0 20px 0 0}.solution-page .catalog .item-information .custom-checkbox .custom-control-label .label-title{min-width:86%}}@media(max-width:1365px){.ready-sites .ready .item .content .props .prop{max-width:unset;margin-right:0}.sidebar-left,.sidebar-right{display:none}.partners .list{justify-content:flex-start}.item-card .card-wrapper .item-information{max-width:100%}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .buttons{min-width:auto}.projects-element .head-info{max-width:100%}}@media(max-width:1280px){.fs120{font-size:100px;line-height:102px}.fs68{font-size:48px;line-height:46px}.fs78{font-size:58px;line-height:58px}.fs88{font-size:68px;line-height:68px}.header.type8 .bottom-header .menu .menu-list-0>li>a{padding:12px 56px}.contacts .property.phone a{font-size:18px}.ready-sites .ready .item .content .props .prop{max-width:unset;margin-right:0}.ready-sites .ready .item .content .actions{flex-direction:column;align-items:flex-start}.ready-sites .ready .item .content .actions .price-block{margin-bottom:16px}.header.type1 .main-header .contacts .location .current span{max-width:130px}.rate-card:hover{border-color:#e1e1e6;box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.item-card .consultation-tizer{display:none}.item-card .card-wrapper{flex-direction:column}.item-card .card-wrapper .product-img{margin:0 auto 32px}.item-card .card-wrapper .item-information{width:100%;margin-left:0}.item-card .card-wrapper .item-information .logo{right:24px;top:24px}.item-card .card-wrapper .item-information .footer-button{max-width:408px;width:100%}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .buttons{min-width:200px}.item-card .card-wrapper .item-information .btn-ask-question{max-width:408px;width:100%}.item-card .card-wrapper .item-information .left-info{flex:0 0 100%;max-width:100%;order:1}.item-card .card-wrapper .item-information .right-info{flex:0 0 100%;max-width:100%;text-align:left !important}.item-card .card-wrapper .item-information .brand-img{margin-bottom:24px}.contacts .contacts-item .left-block .property-wrap{margin:0 0 16px 0}.projects-element .head-block{flex-direction:column}.projects-element .project-img{margin:0 auto 24px;width:100%}.projects-element .head-info{width:100%;margin-left:0}.projects-element .head-info .buttons{max-width:408px}.header.type8 .bottom-header .menu .menu-list-0>li>a{padding:12px 42px}.header.type8 .main-header .menu .menu-list-0>li,.header.type1-fixed .main-header .menu .menu-list-0>li{margin:0 15px 0 0}.header.type1-fixed .main-header .menu-list-0 li>a,.header.type1-fixed .main-header .menu-list-0 li>span{font-size:16px}}@media(max-width:1169px){.fs120{font-size:82px;line-height:84px}.fs88{font-size:62px;line-height:64px}.fs68{font-size:42px;line-height:42px}.fs78{font-size:52px;line-height:52px}.reason .title p{font-size:58px}.reason .title .small{font-size:28px;line-height:34px}.reason .title p span{top:45px}.header.type8 .bottom-header .menu .menu-list-0>li>a{padding:12px 40px}.full-main-menu-popup .type1 .full-screen-menu-1>li>a,.full-main-menu-popup .type1 .full-screen-menu-2>li>a{font-size:16px}}@media(max-width:1024px){.w60{width:90%}.header.type8 .bottom-header .menu .menu-list-0>li>a{padding:12px 25px}.header.type8 .bottom-header .menu .menu-list-0 a.font-element-title-small{font-size:18px;line-height:22px}.bitrix img{width:100%}.font-element-title-big{font-size:18px;line-height:24px}.font-element-title{font-size:22px}.header.type8 .main-header .logo .slogan{display:none}.box_item{padding:16px}.garanty{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-x:scroll;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;cursor:pointer}.parallax{background-position:top right !important}}@media(max-width:992px){.reason .title p span{font-size:91px}.fs120{font-size:46px;line-height:48px}.fs88{font-size:42px;line-height:44px}.fs68{font-size:36px;line-height:38px}.fs78{font-size:38px;line-height:40px}.fs36{font-size:26px;line-height:28px}.fs26{font-size:22px;line-height:24px}}@media(min-width:992px){@-moz-document url-prefix(){.product-wrapper.block .product-card.has-properties:hover .hover-content-properties{transition-timing-function:ease-in;transition:.1s}}.ready-sites .ready .item-card{transition:box-shadow .3s}.ready-sites .ready .item-card:hover{box-shadow:0 4px 32px rgba(0,0,0,.1);z-index:1}.solutions-section .owl-nav{width:calc(100% + 44px);left:-22px}.product-wrapper .product-card{transition:box-shadow .3s}.product-wrapper .product-card:hover{box-shadow:0 4px 32px rgba(0,0,0,.1);z-index:21}.product-wrapper .product-card:hover .label{opacity:1;cursor:default}.product-wrapper.block .product-card:hover{top:0;left:0;width:100%;height:auto;z-index:21;box-shadow:0 4px 16px rgba(0,0,0,.1)}.product-wrapper.block .product-card:hover .name{max-height:none}.product-wrapper.list .product-card:hover{border-color:transparent}.product-wrapper.sheets .product-card:hover{border-color:transparent}.services-items.block .item{transition:box-shadow .3s}.services-items.block .item:hover{box-shadow:0 4px 32px rgba(0,0,0,.1);z-index:1}.services-items.block.type1 .item-wrap{transition:box-shadow .3s}.services-items.block.type1 .item-wrap:hover{box-shadow:0 4px 32px rgba(0,0,0,.1);z-index:1}.services-items.block.type1 .item-wrap:hover .item{box-shadow:unset}.services-items.block.type2 .item:hover .text_wrapper{opacity:1;animation:fadeIn .3s}.services-items.list .item-wrap{transition:box-shadow .3s}.services-items.list .item-wrap:hover{box-shadow:0 4px 32px rgba(0,0,0,.1);z-index:1}.services-items.list .item-wrap:hover .item{box-shadow:unset}.services-section.type2 .item-wrap{transition:box-shadow .3s}.services-section.type2 .item-wrap:hover{box-shadow:0 4px 32px rgba(0,0,0,.1);z-index:1}.services-section.type2 .item-wrap:hover svg{-webkit-animation-name:wow;animation-name:wow;-webkit-animation-duration:.4s;animation-duration:.4s}.services-section.type2 .item-wrap:hover .item{box-shadow:unset}.categories .item:hover{box-shadow:0 4px 32px rgba(0,0,0,.1);border-color:transparent;z-index:21}.categories .item:hover .name{color:#24c}}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}.form-control{transition:none}.btn{transition:none}.collapsing{transition:none}.fade{transition:none}.custom-control-label::before,.custom-file-label,.custom-select{transition:none}.progress-bar{transition:none}.carousel-indicators li{transition:none}.carousel-item{transition:none}.modal.fade .modal-dialog{transition:none}}@media(max-width:599px){.hidden-xl{display:none !important}:root{--maxwidth-gap:20px}.tabs__body .tabs__list{flex-wrap:nowrap;overflow:auto;margin-right:calc(-1*var(--maxwidth-gap));margin-left:calc(-1*var(--maxwidth-gap));padding-left:var(--maxwidth-gap);padding-right:var(--maxwidth-gap);padding-bottom:14px;margin-bottom:.875rem}.tabs__list .tabs__item{order:2;flex-shrink:0}}.blue{color:#24c !important}@media(max-width:360px){.fs120{font-size:42px;line-height:44px}.fs88{font-size:36px;line-height:38px}.fs68{font-size:28px;line-height:30px}.fs78{font-size:28px;line-height:30px}.fs36{font-size:20px;line-height:22px}}}@media screen and (min-width:576px){@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}@media(min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}@media(min-width:576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media(min-width:768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media(min-width:992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media(min-width:1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media(min-width:1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}}@media screen and (max-width:991px){@media(max-width:991px){.img-responsive{max-height:100%}table{display:block;width:100%;overflow-x:auto}.reason .title p{font-size:25px}.reason .title .small{font-size:21px;line-height:24px;top:0;padding-left:68px;width:100%}.reason .title p span{top:40px}.header_banner_wrap.mb56{margin-bottom:20px !important}.rates-section.item .rate-card>div{margin-left:auto;margin-right:auto}.rates-section.item .rate-card .image{background-position:center}.rates-section.item .rate-card .title-info{max-width:100%}.rates-section.item .rate-card,.rates-section.item .rate-card.horizontal{display:block;position:relative;align-items:center}.rates-section.item .rate-card .image,.rates-section.item .rate-card.horizontal .image{margin:0 auto 24px}.rates-section.item .rate-card .title-info,.rates-section.item .rate-card.horizontal .title-info{width:100%;text-align:center;margin-bottom:32px}.rates-section.item .rate-card .wrap .labels,.rates-section.item .rate-card.horizontal .wrap .labels{position:absolute;left:16px;top:0}.rates-section.item .rate-card .rate-information-list,.rates-section.item .rate-card.horizontal .rate-information-list{margin:0;margin-bottom:32px}.rates-section.item .rate-card .price-block,.rates-section.item .rate-card.horizontal .price-block{text-align:center;margin:auto}.rates-section.item .rate-card .price-block .price,.rates-section.item .rate-card.horizontal .price-block .price{margin:0 0 16px}.rates-section.item .rate-card .price-block .old-price,.rates-section.item .rate-card.horizontal .price-block .old-price{margin:0}.rates-section.item .rate-card .price-block .saving-price,.rates-section.item .rate-card.horizontal .price-block .saving-price{text-align:center;margin:0;margin-bottom:24px}.rates-section.item .rate-card .buttons,.rates-section.item .rate-card.horizontal .buttons{justify-content:center}.rates-section.item .rate-card.horizontal{align-items:center}.rates-section.item .rate-card.horizontal .title-info .labels{position:absolute;left:16px;top:-8px}.rate-card.type-1{display:block;position:relative}.rate-card.type-1 .image{margin:0 auto 16px auto;max-width:44px;min-width:auto}.contact-page .contacts-item .flex-md-row{-ms-flex-direction:column !important;flex-direction:column !important}.ready-sites .ready .item{padding:24px}.contacts .contacts-item .left-block{padding-right:0}.ready-sites .ready .item{flex-direction:column}.ready-sites .ready .item .content{order:1}.ready-sites .ready .item .content .labels{margin-top:0}.ready-sites .ready .item .content .props .prop{max-width:47%;margin-right:32px}.ready-sites .ready .item .content .actions{flex-direction:row;align-items:center}.ready-sites .ready .item .content .actions .price-block{margin-bottom:0}.ready-sites .ready .item .image{margin:0 auto 32px}.btn{font-size:14px}.btn.btn-lg{font-size:16px}.ready-sites .ready .item .image img{width:100%}.ready-sites .ready .item img.solution{top:0;left:0}.ready-sites .ready .item-card{padding:8px 2px 24px 2px;margin-top:20px}.ready-sites .ready .item-card .actions{padding:18px 12px 0 12px}.ready-sites .ready .item-card .actions .buttons{margin-top:18px}.ready-sites .ready .item .image{min-height:auto}.ready-sites .ready .item img.imac{display:none}.hidden-lg{display:none !important}.owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none}.owl-nav .owl-prev,.owl-nav .owl-next{width:29px;height:44px}.owl-nav .owl-prev .btn,.owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0 2px 2px 0;opacity:.5;border:1px solid #e1e1e6}.owl-nav .owl-prev .btn .icon-arrow-right-line::before,.owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.owl-nav .owl-prev .btn .icon-arrow-left-line::before,.owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.header-mobile{display:flex}.header-mobile .icons .basket-container-items{width:72px;height:72px}.header-mobile .icons .basket-container-items .icon{display:block;width:100%;height:100%}.header{display:none}.header.type1-fixed,.header.type2-fixed{display:none}.services-section .items .item{min-width:270px;flex:1}.product-wrapper.list .product-card .btn-link{margin-bottom:24px}.product-wrapper.list .product-card .info{margin-right:0}.item-card .projects.carousel .owl-nav{display:none}.rate-card.type-1{display:block;position:relative}.rate-card.type-1 .image{margin:0 auto 16px auto;max-width:44px;min-width:auto}.contacts .contacts-item .left-block .property-wrap{margin:0 0 16px 0}.contacts .contacts-item .left-block .properties{flex-direction:column;margin-bottom:24px}.contacts .contacts-item .left-block .socials-icons{margin-bottom:40px}.contacts .contacts-item .right-block{width:100%}.contacts .contacts-page .bx-yandex-view-layout,.contacts .contacts-page .ymaps-2-1-75-map{height:60vh !important}.contacts .contacts-page.type-1{padding-top:0}.contacts .contacts-page.type-1 .contacts-item{position:static;top:0}.contacts .contacts-page.type-1 .contacts-item{margin-top:-100px;margin-bottom:40px}.qrcode{display:none}.contacts .contacts-page.type-1 .contacts-item .row .col-auto{padding:0}.contacts .contacts-page.type-3 .contacts-item .left-block .nav{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap}.contacts .contacts-page.type-1 .map,.contacts .contacts-page.type-2 .map,.contacts .contacts-page.type-3 .map,.contacts .contacts-page.type-4 .map{height:80vh}.services-element .projects.carousel .projects-items.block .items .owl-item .item{width:363px;height:272px}.partners .list .item{width:calc(50% - 16px)}.partners .list .item .partner{width:100%;max-width:100%}.reviews-section .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;display:flex !important;width:100%}.reviews-section .owl-nav .owl-prev,.reviews-section .owl-nav .owl-next{width:29px;height:44px}.reviews-section .owl-nav .owl-prev .btn,.reviews-section .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0 2px 2px 0;opacity:.5;border:1px solid #e1e1e6}.reviews-section .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.reviews-section .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.reviews-section .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.reviews-section .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.services-items.list.type2 .item{flex-direction:column}.services-items.list.type2 .item .image{max-width:400px;min-width:auto;width:100%;margin:0 auto 32px}.services .item-views.list .item{border-color:#e1e1e6}.footer .footer-top .center-col .socials{margin-right:0}.owl-carousel .owl-item:not(.active){opacity:unset}.open-modal{overflow-x:unset;overflow-y:unset;touch-action:unset}}@media(max-width:767px){.russia_map{display:none}.footer .footer-menu:not(.no-inline){display:flex;flex-wrap:wrap;justify-content:center}.footer .footer-menu:not(.no-inline)>li{margin-bottom:4px}.footer .footer-menu:not(.no-inline)>li:not(:last-child):after{content:'\2022';display:inline-block;position:static;width:auto;border:0;margin:0 4px;font-size:22px;line-height:1;color:#e63a26;vertical-align:middle}.footer .footer-menu:not(.no-inline)>li:first-child{flex:0 0 100%;margin-bottom:8px}.footer .footer-menu:not(.no-inline)>li:first-child:after{display:none}.footer .contact-column .footer-menu>li:first-child{flex:0 1 auto;margin-bottom:4px}.footer .contact-column .footer-menu>li:first-child:not(:last-child):after{display:inline-block}.footer .footer-menu:not(.no-inline)>li.no-dot:after,.footer .contact-column .footer-menu>li:first-child.no-dot:after{display:none}.block1-1-image{display:none !important}.list2 li{width:100%}.list2 li:nth-child(even){margin-left:0}.rocket{right:-85px}.ready-sites .ready .item-card .actions .buttons{display:inline-block}.ready-sites .ready .item-card .actions .buttons .btn:first-of-type{margin-right:0;margin-bottom:12px}.ready-sites .ready .item-card .actions .buttons .btn{width:100%}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .buttons{min-width:100%;display:inline-block}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .buttons .btn-wrapper.mr8{margin-right:0;margin-bottom:12px}.product-wrapper .product-card .img .solution{max-width:96%;top:38%}.mw100{width:100%}.header-title.type-3 .d-header{padding-top:50px}.rocket{display:none}.got-questions .image{display:none}#wmap{display:none}.ready-sites .ready .item .content .props .prop{max-width:unset;margin-right:0}.ready-sites .ready .item .content .actions{flex-direction:column;align-items:flex-start}.ready-sites .ready .item .content .actions .price-block{margin-bottom:16px}.hidden-md{display:none !important}.header-mobile .logo{border-right:0}.partners .list .item{width:100%}.partners .list .item .partner{width:100%;max-width:100%;margin:0 0 16px 0}.partners .list .item .partner .img{margin:auto;width:auto}.reviews-items.type-1 .item .top-block{flex-direction:column;margin-bottom:20px}.reviews-items.type-1 .item .image-wrapper{width:80px;margin-bottom:16px}.reviews-items.type-1 .item .rating-wrapper{margin-left:0}.reviews-items.type-1 .item .top-info{margin-bottom:15px}.reviews-items.type-1 .item .stars-current{font-size:20px}.reviews-items.type-2 .item{flex-direction:column}.reviews-items.type-2 .item .image-wrapper{margin-bottom:16px}.reviews-items.type-2 .item .left-block{flex-basis:100%;max-width:100%;margin-bottom:8px;margin-right:0}.reviews-items.type-2 .item .top-block{flex-direction:column;margin-bottom:20px}.reviews-items.type-2 .item .rating-wrapper{order:2;margin-top:15px}.reviews-items.type-2 .item .right-block{flex-basis:100%}.item-card .projects.carousel .projects-items.block .items .owl-item .item{width:100%}.accordeon-head:hover{box-shadow:none}.product-wrapper.sheets .product-card .info{margin-right:0;margin-bottom:24px}.product-wrapper.sheets .product-card .price-container .price{margin-bottom:24px}.product-wrapper.sheets .product-card .right-block{margin-top:0}.contacts .contacts-item .left-block{padding-right:0}.contacts .contacts-item .left-block .description{margin-bottom:40px}.contacts .contacts-item .right-block{width:100%}.contacts .contacts-page.type-2 .contacts-item .right-block{padding-top:0}.rate-card.type-1{display:block;position:relative}.rate-card.type-1 .title-info{align-items:center;margin:0 auto 16px auto}.rate-card.type-1 .title-info .plan-name{margin-top:0}.rate-card.type-1 .title-info .labels{position:absolute;left:16px;top:0}.rate-card.type-1 .list{margin:0 auto 16px auto}.rate-card.type-1 .price-block{margin:0 auto;text-align:center}.rate-card.type-1 .buttons{justify-content:center}.partners .list{width:100%}.partners .list .item{width:100%;margin-right:0}.services-items.list.type1 .item{flex-direction:column;padding:32px}.services-items.list.type1 .item .image{max-width:240px;min-width:auto;width:100%;margin:0 auto 32px}.services-items.list.type2 .item{padding:32px}.services-section.type2 .item a.name{font-size:22px;line-height:28px}.projects .projects-items.list .items .item{flex-direction:column;padding:32px}.projects .projects-items.list .items .item .img{max-width:240px;min-width:auto;width:100%;margin:0 auto 32px}.footer{display:flex;flex-direction:column}.footer .footer-top{border-top:0;order:2}.footer .footer-top .logo{display:none}.footer .footer-top .center-col{margin-top:24px;margin-bottom:24px;padding:0;border:0}.footer .footer-top .center-col .socials{margin-right:auto}.footer .footer-top .subscribe{padding-top:16px;padding-left:8px}.footer .footer-content{padding-bottom:0;border-bottom:0;order:1}.footer .footer-bottom{order:3}.footer .contact-column{display:flex;flex-direction:column;align-items:center}.footer .contact-column .footer-menu{text-align:center}.footer .footer-menu{margin-bottom:40px}.footer.type1 .footer-bottom{padding-bottom:40px}.footer.type1 .footer-bottom .col-12{text-align:center}.footer.type1 .footer-bottom .col-12:first-of-type{margin:8px 0 16px 0}.footer.type2 .footer-menu{text-align:center}.footer.type2 .footer-bottom{padding-bottom:40px}.footer.type2 .footer-bottom .center-col{order:1;padding-bottom:32px;border-bottom:1px solid #e1e1e6}.footer.type2 .footer-bottom .text-md-left{order:2;margin:24px 0 16px 0}.footer.type2 .footer-bottom .text-md-right{order:3}.footer.type2 .footer-content{padding-bottom:16px}.footer.type2 .footer-content .subscribe{margin-bottom:40px}}@media(max-width:575px){.mcenter{margin:0 auto}.width70{width:100%}.why{width:96%}.srv-banner{line-height:100px}.srv-banner img,.srv-banner{background-image:none !important}.srv-banner h2{display:inline}.srv-banner span{width:100%;padding:20px;padding-bottom:0}.srv-banner a{margin-left:20px}.product-wrapper.list .product-card .right-block{width:auto}.footer .separator{margin:0 auto;margin-top:12px}.footer .separator:before{display:none}.solution-page-banner{padding:120px 0 160px}.solution-page-banner .title{font-size:32px;line-height:40px}.solution-page .catalog{margin-bottom:40px}.solution-page .catalog .item-information .custom-checkbox .custom-control-label{flex-direction:column}.solution-page .catalog .item-information .footer-button .buttons{flex-wrap:wrap}.solution-page .catalog .item-information .footer-button .buttons .button{margin-right:0}.solution-page .catalog .item-information .footer-button .buttons .button:not(:last-of-type){margin-bottom:12px;margin-right:0}.solution-page .item-card .card-wrapper{padding:24px}.solution-page .ready-sites .ready{margin-bottom:0}.hidden-xs{display:none !important}.h1,h1{font-size:32px;line-height:40px}.h2,h2{font-size:24px;line-height:32px}.h3,h3{font-size:20px;line-height:28px}.h4,h4{font-size:18px;line-height:26px}.header-title{margin-bottom:24px}.header-title .block1-1-image{display:none}.header-mobile .logo{padding:0 20px}.header-mobile .icons .icon{display:none}.header-mobile .icons .basket-container-items{display:block}.fotorama .fotorama__wrap .fotorama__stage .fotorama__arr--prev,.fotorama .fotorama__wrap .fotorama__stage .fotorama__arr--next{display:none !important}.item-card .card-wrapper{padding:32px}.item-card .card-wrapper .item-information .brand-img{position:relative;margin-bottom:16px}.item-card .card-wrapper .item-information .footer-button{max-width:100%}.item-card .card-wrapper .item-information .footer-button .button-container{flex-direction:column}.item-card .card-wrapper .item-information .footer-button .button-container .counter{margin:0 0 8px 0}.item-card .card-wrapper .item-information .footer-button .button-container .counter .input{width:100%}.item-card .card-wrapper .item-information .footer-button .button-container .counter .input .count{max-width:100%;width:100%}.item-card .card-wrapper .item-information .btn-ask-question{max-width:100%}.item-card .nav{margin-left:0}.item-card .tab-content.desc{padding:32px}.product-wrapper.block{width:100%}.product-wrapper.block .product-card .price-container{flex-direction:column;align-items:flex-start}.product-wrapper.block .product-card .old-price{margin-left:0}.product-wrapper.block .product-card .labels{top:16px;left:16px}.product-wrapper.list .product-card{flex-direction:column}.product-wrapper.list .product-card .image-wrapper{max-width:264px;width:100%;height:264px;margin:0 auto 40px auto}.product-wrapper.sheets .product-card{flex-direction:column}.product-wrapper.sheets .product-card .image-wrapper{width:264px;height:264px;margin:0 auto 0 auto}.product-wrapper.sheets .product-card .right-block{width:100%}.projects-element .col-auto:nth-of-type(2){width:100%}.projects-element .head-info{width:auto;margin:0}.projects-element .head-info .buttons{max-width:100%;flex-direction:column}.projects-element .head-info .buttons .button{margin:0 0 16px 0}.projects-element .head-block .row>*:first-of-type{margin-bottom:32px}.projects-element .tab-content{padding:32px}.projects-element .services .item-views.list .item{flex-direction:column}.projects-element .services .item-views.list .item .img{margin-bottom:16px}.projects-element .nav-tabs{margin:0}.projects-element .consultation-tizer{display:none}.got-questions{flex-direction:column}.got-questions .text-block{margin:0}.got-questions .text-block .buttons .btn{width:100%;justify-content:center}.services-section .section-name .all{margin-left:20px}.services-section.type-2 .section-name .all{margin-left:0}.nav-tabs{overflow:scroll;width:100%}.contacts .contacts-item{padding:30px}.item-views.list .item{flex-direction:column;padding:32px}.item-views.list .item .img{min-width:auto;max-width:240px;width:100%;margin:0 auto 26px}.blog-element .content{padding:32px}.services .item-views.list .item{flex-direction:column;padding:32px}.services .item-views.list .item .img{min-width:auto;max-width:240px;width:100%;margin:0}.reviews-items .item{padding:24px}.section-name .title{margin-bottom:16px !important}.categories.type-3 .item-wrap{width:100%;display:flex;justify-content:center}.categories.type-3 .item-wrap .item{max-width:331px;width:100%}.product-items.blocks .items{margin:0}.product-items.blocks .item-wrap{margin:0;padding:0;min-height:unset}.product-items.blocks .product-wrapper.block .product-card{padding:16px}.product-items.blocks .product-wrapper.block .product-card .name{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;max-height:75px}.product-items.blocks .product-wrapper.block .product-card .img{height:128px}.projects .projects-items.block-1 .item-wrap{width:100%}.projects .projects-items.block-1 .item-wrap .item{width:100%}.footer .contact-column{align-items:flex-start;min-width:288px}.footer .contact-column .footer-menu{width:100%}.footer.type2 .footer-content .subscribe{width:100%;text-align:center}.popup .popup-content.no-padding{min-width:auto}.services-items.list.type2 .item .image{max-width:240px;height:160px}.services-items.list.type3 .item{flex-direction:column;padding:32px}.services-items.list.type3 .item .image{margin:0 0 24px 0}.basket-container-items{display:none}.owl-carousel .owl-item:not(.active){opacity:unset}.rate-card .rate-information-list .list-item{align-items:flex-end;background:none}.rate-card .rate-information-list .value{white-space:nowrap}}@media(max-width:480px){.popup .popup-content .popup-title{margin-bottom:0}.form-group.form-check .form-check-input+.form-check-label{font-size:14px}}@media(max-width:374px){.why{width:92%}.services-section.type2 .subcategories .subcategory span.labels{margin-left:0;padding-left:7px;padding-right:7px}.ready-sites .ready .item .content .actions .buttons{flex-direction:column}.ready-sites .ready .item .content .actions .buttons .btn:first-of-type{margin:0 0 16px}.header-mobile .logo svg,.header-mobile .logo img{max-width:170px}.product-items.blocks .items{margin:0}.product-items.blocks .item-wrap{flex:0 0 100%;max-width:100%;margin:0;padding:0;min-height:unset}.product-items.blocks .product-wrapper.block .product-card{padding:16px}.product-items.blocks .product-wrapper.block .product-card .name{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;max-height:75px}.product-items.blocks .product-wrapper.block .product-card .img{height:128px}.popup .popup-content{padding:20px 20px}.form-group.light textarea.form-control{height:50px}.form-group.form-check{margin:26px 0 10px}}@media(max-width:280px){.header-mobile .logo{padding:0 12px}}h1#pagetitle{overflow-wrap:break-word}}@media all{@font-face{font-family:'Arian';src:url('/fonts/arian/Arian_normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Arian';src:url('/fonts/arian/Arian_normal_italic_0.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Arian';src:url('/fonts/arian/Arian_bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Arian';src:url('/fonts/arian/Arian_bold_italic.woff2') format('woff2');font-weight:700;font-style:italic;font-display:swap}body{font-family:'Arian',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}body *:not([class*="icon"]):not([class*="ri-"]):not(i){font-family:inherit}}@media all{button.callback-popup-btn:not(.btn),button.question-popup-btn:not(.btn),button.project-popup-btn:not(.btn),button.brief-popup-btn:not(.btn),button.contact-trigger,button.menu-title,button.cimeswidget__btn,button.solid_button{border:0;color:inherit;text-align:inherit;-webkit-appearance:none;appearance:none;cursor:pointer}button.callback-popup-btn:not(.btn):not(.item),button.question-popup-btn:not(.btn):not(.item),button.project-popup-btn:not(.btn),button.brief-popup-btn:not(.btn),button.contact-trigger,button.menu-title,button.cimeswidget__btn,button.solid_button{margin:0;padding:0}button.callback-popup-btn:not(.btn):not(.cimeswidget__btn),button.question-popup-btn:not(.btn),button.project-popup-btn:not(.btn),button.brief-popup-btn:not(.btn),button.contact-trigger,button.menu-title,button.solid_button{background:none}button.menu-title{width:100%}button.callback-popup-btn.item{width:100%}button.callback-popup-btn:not(.btn):not(.cimeswidget__btn):not(.item),button.question-popup-btn:not(.btn):not(.cimeswidget__btn):not(.item){display:inline;color:#24c;transition:all .3s}button.callback-popup-btn:not(.btn):not(.cimeswidget__btn):not(.item):hover,button.question-popup-btn:not(.btn):not(.cimeswidget__btn):not(.item):hover{color:#0056b3}}@media all{.content-bottom p a:not([class*="btn"]),.content-bottom li a:not([class*="btn"]),.page-text p a:not([class*="btn"]),.page-text li a:not([class*="btn"]),.full-sub-2 p a:not([class*="btn"]),.full-sub-2 li a:not([class*="btn"]),.service-detail-content p a:not([class*="btn"]),.service-detail-content li a:not([class*="btn"]){color:#24c;text-decoration:none;border-bottom:1px solid rgba(34,68,204,.35);transition:border-color .2s}.content-bottom p a:not([class*="btn"]):hover,.content-bottom li a:not([class*="btn"]):hover,.page-text p a:not([class*="btn"]):hover,.page-text li a:not([class*="btn"]):hover,.full-sub-2 p a:not([class*="btn"]):hover,.full-sub-2 li a:not([class*="btn"]):hover,.service-detail-content p a:not([class*="btn"]):hover,.service-detail-content li a:not([class*="btn"]):hover{border-bottom-color:#24c}.srv-rel__more{color:#d63020}code{color:#d02b76}.cookie-agreement a,.cookie-banner a{color:#7d97ff}.label.hit{background-color:#d32b16}.solution-information .text a:not([class*="btn"]),.item-information .text a:not([class*="btn"]),.content-bottom .text a:not([class*="btn"]){color:#24c;border-bottom:1px solid rgba(34,68,204,.35);text-decoration:none}.cookie-agreement a,.cookie-banner a{text-decoration:underline}.content-bottom td a:not([class*="btn"]),.page-text td a:not([class*="btn"]),.full-sub-2 td a:not([class*="btn"]),.service-detail-content td a:not([class*="btn"]){color:#24c;border-bottom:1px solid rgba(34,68,204,.35);text-decoration:none}.label.new{background-color:#188024}.pfolio-tab-cnt{opacity:1;color:#5b6067}.pfolio-tab.is-on .pfolio-tab-cnt,.pfolio-tab.is-current .pfolio-tab-cnt{color:inherit}.header-title.black p a:not([class*="btn"]),.header-title.black li a:not([class*="btn"]),.header-title.black td a:not([class*="btn"]),.header-title.black .text a:not([class*="btn"]){color:#ffb020;border-bottom-color:rgba(255,176,32,.45)}.header-title.black p a:not([class*="btn"]):hover,.header-title.black li a:not([class*="btn"]):hover,.header-title.black td a:not([class*="btn"]):hover,.header-title.black .text a:not([class*="btn"]):hover{border-bottom-color:#ffb020}.header-title.black .tbl-light p a:not([class*="btn"]),.header-title.black .tbl-light li a:not([class*="btn"]),.header-title.black .tbl-light td a:not([class*="btn"]){color:#24c;border-bottom-color:rgba(34,68,204,.35)}.header-title.black .tbl-light p a:not([class*="btn"]):hover,.header-title.black .tbl-light li a:not([class*="btn"]):hover,.header-title.black .tbl-light td a:not([class*="btn"]):hover{border-bottom-color:#24c}.mb56 p a:not([class*="btn"]),.basket-container p a:not([class*="btn"]){color:#24c;border-bottom:1px solid rgba(34,68,204,.35);text-decoration:none}}@media all{.srv-faq{--faq-accent:#24c;--faq-border:#d8dade;--faq-title:#0a0d12;--faq-text:#4b5563;margin-top:56px;margin-bottom:40px}.srv-faq__title{margin:0 0 24px}.srv-faq__list{border-top:1px solid var(--faq-border)}.srv-faq__item{border-bottom:1px solid var(--faq-border)}.srv-faq__q{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;color:var(--faq-title);font-size:20px;line-height:1.4;font-weight:600;transition:color .25s}.srv-faq__q::-webkit-details-marker{display:none}.srv-faq__q{list-style:none}.srv-faq__q::marker{content:""}.srv-faq__q:hover{color:var(--faq-accent)}.srv-faq__q-text{flex:1 1 auto}.srv-faq__q-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--faq-border);border-radius:50%;font-size:18px;line-height:1;color:var(--faq-accent);transition:transform .3s,background .25s,border-color .25s,color .25s}.srv-faq__q:hover .srv-faq__q-icon{border-color:var(--faq-accent)}.srv-faq__item[open]>.srv-faq__q{color:var(--faq-accent)}.srv-faq__item[open]>.srv-faq__q .srv-faq__q-icon{transform:rotate(45deg);background:var(--faq-accent);border-color:var(--faq-accent);color:#fff}.srv-faq__a-inner{padding:0 54px 24px 0;color:var(--faq-text);font-size:17px;line-height:1.65}.srv-faq__a-inner p{margin:0 0 14px}.srv-faq__a-inner p:last-child,.srv-faq__a-inner ul:last-child,.srv-faq__a-inner ol:last-child{margin-bottom:0}@media(max-width:767px){.srv-faq{margin-top:40px}.srv-faq__q{gap:14px;padding:18px 0;font-size:17px}.srv-faq__q-icon{width:28px;height:28px;font-size:16px}.srv-faq__a-inner{padding-right:0;font-size:16px}}}@media all{.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px !important;max-height:99999px !important;min-width:0 !important;min-height:0 !important;border-radius:0 !important;box-shadow:none !important;padding:0 !important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute !important;top:50% !important;left:50% !important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none !important;transform:none !important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1;}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url('/css/') no-repeat}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fotorama--fullscreen{position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;float:none !important;z-index:2147483647 !important;background:#000;width:100% !important;height:100% !important;margin:0 !important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:0 !important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0) !important;transform:translate3d(32px,-32px,0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0) !important;transform:translate3d(-48px,0,0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0) !important;transform:translate3d(48px,0,0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}.fotorama__active .fotorama__loaded--img img{border:1px solid #24c !important}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url('/css/') 0 0/96px 160px no-repeat}}}@media all{*[data-event=b24]{cursor:pointer}footer .info .phone .more_phone a{text-align:left}#headerfixed>.maxwidth-theme{padding-left:16px;padding-right:16px}.item-views.vacancy_list.type_2 .items .item .top-info{padding-bottom:34px}.item-views.news-items.projects.linked .item .section_name{color:#FFF}.item-views.news-items.projects.linked .item .title{color:#FFF}table.table:not(.table-bordered)>tbody>tr td:last-of-type{border-right:1px solid transparent}table.table:not(.table-bordered)>tbody>tr:hover td:last-of-type{border-right:1px solid #f1f1f1}.item-views.vacancy_list .items .item .pay{max-width:none}.basket_info{z-index:1;font-family:gotham_proregular,Arial,sans-serif;white-space:nowrap;text-align:center;width:204px}.basket_info b{font-family:gotham_promedium,Arial,sans-serif;font-weight:normal !important}.basket_info .count_yes{background:#232e43;padding:13px 0 14px;position:relative;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px}.basket_info .count_yes:before{content:"";position:absolute;top:-11px;right:20px;border:6px solid transparent;border-bottom:6px solid #232e43}.basket_info .count_yes .basket_summ{color:#FFF;margin:0 0 5px}.basket_info .count_yes .order_btn{border:1px solid #61be0e;display:inline-block;color:#FFF;font-size:14px;border-radius:2px;padding:5px 16px 5px 16px;background:#61be0e}.basket_info .count_yes .order_btn:hover{background:#FFF;color:#61be0e;border-color:#fff}.basket_info .count_no{padding:13px 0 11px;background:#313c51;color:#FFF;font-size:14px;border-bottom:1px solid #3f4a5e;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px}.basket_info .count_no:before{content:"";position:absolute;top:-11px;left:50%;margin-left:-6px;border:6px solid transparent;border-bottom:6px solid #313c51}.wrap_basket .menu_profile{position:absolute;top:auto;right:0;opacity:0;visibility:hidden;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.wrap_basket:hover .menu_profile{opacity:1;visibility:visible}.logo-row .logo img{max-height:100%;max-width:100%;margin-top:-1px}.logo_and_menu-row .menu-row .menu-only .mega-menu{max-height:87px;white-space:nowrap;overflow:hidden}.logo_and_menu-row .wrap_icon.wrap_basket{width:81px}.form.inline.director_custom .form-header-text{margin-bottom:0}.form.inline.director_custom .form-header-text .title{margin-bottom:39px}.tabs_ajax_landing .head-block{margin:-1px -14px -14px;position:relative;z-index:4}.tabs_ajax_landing h2{position:relative;z-index:5}.tabs_ajax_landing .head-block.media{display:none}.tabs_ajax_landing .head-block .item-link{margin:14px}.tabs_ajax_landing .head-block .item-link span{cursor:pointer;color:#777}.tabs_ajax_landing .head-block .item-link.active span{position:relative;cursor:default;color:#333}.tabs_ajax_landing .head-block .item-link.active span:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:2px;background:#2b7de0}.tabs_ajax_landing .head-block.media .item-link.active span:after{bottom:-11px}.tabs_ajax_landing h2{position:relative;z-index:2;padding-right:32px}.item-views.front .tabs_ajax_landing .show_all{margin-top:16px;margin-left:71px}.tabs_ajax_landing .item .delivery .tooltip.rightpos{right:-34px}.tabs_ajax_landing .item .delivery .tooltip.rightpos:after{right:37px}.body:not(.index) .tabs_ajax_landing{margin-top:50px}.body:not(.index) .tabs_ajax_landing h2{margin-bottom:30px}.tabs_ajax_landing .body-block .catalog.item-views.table .flexslider{background:none}.tabs_ajax_landing .body-block .catalog.item-views.table .flexslider .flex-viewport{position:relative;width:100%}.tabs_ajax_landing .body-block .catalog.item-views.table .flexslider .slides{height:625px;overflow:hidden}.tabs_ajax_landing .body-block .catalog.item-views.table .flexslider .flex-viewport{z-index:1;padding:0 16px}.tabs_ajax_landing .body-block .catalog.item-views.table .flexslider{margin:0 -16px}.tabs_ajax_landing .body-block .catalog.item-views.table{margin:-80px 0 0}.tabs_ajax_landing .body-block .catalog.item-views.table .flexslider .flex-viewport .slides{padding:80px 0}.tabs_ajax_landing .body-block .catalog.item-views.table .flexslider .slides>li{padding-bottom:0}.tabs_ajax_landing .body-block .item-block{display:none;opacity:0;transition:opacity ease .3s;min-height:300px}.tabs_ajax_landing .body-block .item-block.active{display:block}.tabs_ajax_landing .body-block .item-block.hidden-click{opacity:0;visibility:hidden}.tabs_ajax_landing .body-block .catalog.item-views.table .flexslider .slides{height:531px}.catalog.item-views.table .item .image{padding-top:70%}.catalog.item-views.table .item .title{margin-bottom:0;padding-bottom:17px}.mega_fixed_menu .svg.svg-close.arrow{top:7px}.bx-core-adm-dialog{max-width:90%}.item-views.sections.type_4_within.custom .items .item .childs{display:block}.left_right_blocks{padding:0 0 53px}.left_right_blocks .item{padding:85px 0}.left_right_blocks.wth .item .text{padding-top:20px}.landing_form.type_1.greyline .form .form-group .uploader:not(:hover){background:#FFF}.phases .phase{padding:40px 0}.phases .phase .image{text-align:center}.services .text_after{border-bottom:1px solid #eff1f5;padding:91px 0 93px}.services .text_after.banner_top{padding-top:0}.services .text_after .image{text-align:center}.services .uslugi_landing{padding:0 !important;width:46px}.services .mobile_lending_table td{vertical-align:middle}.services .text_after:not(.optimization):not(.context) td:not(.uslugi_landing){padding-top:15px}.services .text_after:not(.optimization):not(.context):not(.migration_to_market) tr:first-of-type td{padding-top:0 !important}.form.inline.LIGHT .title,.form.inline.LIGHT .description,.landing_form .form.inline.LIGHT form .form-group label:not(.error),.form.inline.LIGHT .licence_block.bx_filter>label:not(.error){color:#FFF}.text_after.SERVICES{padding:51px 0 53px}.text_after.banner_top .left_right_blocks{padding-bottom:0}.text_after.banner_top .left_right_blocks .item{padding-bottom:0}.text_after.banner_top.optimization{padding-top:91px;background:#f8f9fb}.text_after.TIZERS_ICONS_2.optimization{background:#f8f9fb}.text_after.TIZERS_ICONS_2.optimization .tab-content{border:1px solid #eff1f5;background:#FFF}.text_after.TIZERS_ICONS_2.optimization .panel-heading{padding:0;border:0}.text_after.TIZERS_ICONS_2.optimization table{margin:0}.text_after.TIZERS_ICONS_2.optimization table.table1 tbody,.text_after.TIZERS_ICONS_2.optimization table.table:not(.table-bordered)>tbody>tr:hover td:first-of-type{border-left:0;border-right:0}.text_after.TIZERS_ICONS_2.optimization table td:first-of-type,.text_after.TIZERS_ICONS_2.optimization table tr:hover td:first-of-type{padding-left:35px}.text_after.TIZERS_ICONS_2.optimization .accordion-type-1 .item{margin-bottom:0;border-bottom:1px solid #eff1f5}.text_after.TIZERS_ICONS_2.optimization table{width:100%}.text_after.TIZERS_ICONS_2.optimization table td.plus{width:200px;text-align:center}.text_after.TIZERS_ICONS_2.optimization table.preview td{height:57px}.text_after.TIZERS_ICONS_2.optimization .accordion-type-1 .item.opened{border-bottom:0}.text_after.banner_top.context{padding-top:91px;background:#f8f9fb}.text_after.banner_top.context a{margin:0 16px}.text_after.banner_top.context a.active{color:#333}.text_after.TIZERS_ICONS_1.context{background:#f8f9fb}.text_after.TIZERS_PICTURE.context table.table1 tbody{border-width:1px}.text_after.TIZERS_PICTURE.context table.table1 td.noborder{border-left:1px solid #FFF;border-right:1px solid #FFF;color:#333}.text_after.TIZERS_PICTURE.context table.table1 td.noborder:hover{background:#FFF}.services .text_after.banner_top.seo_im{padding-top:91px;background:#f8f9fb}.services .front_tizers.type_2 .props .image{width:auto;height:auto;max-width:150px;max-height:150px;text-align:left}.services .text_after.FAQ.seo_im table b{font-weight:normal;color:#333}.services .text_after.FAQ.seo_im table td{border:1px solid #eff1f5;vertical-align:middle}.services .text_after.FAQ.seo_im table tbody{border-width:1px}.services .text_after.banner_top.seo{padding-top:91px;background:#f8f9fb}.services.detail .text_after .tabs{margin-top:17px}.services .text_after.FAQ.seo .text{margin:30px 0}.services .text_after.FAQ.seo .item.list{text-align:center}.services .text_after.banner_top.bitrix24 table tbody{border-width:1px}.services .text_after.banner_top.bitrix24 table.table1 tbody td{border:1px solid #eff1f5;vertical-align:middle}.services .text_after.PROJECTS.landing h2{margin-bottom:43px}.services .text_after.PROJECTS.landing .description{margin:0 0 58px}.services .text_after.TIZERS_PICTURE.landing h2{margin-bottom:43px}.services .text_after.TIZERS_PICTURE.landing table tbody{border-width:1px}.services .text_after.TIZERS_PICTURE.landing table td{border:1px solid #eff1f5}.services .text_after.TIZERS_PICTURE.landing .phases .phase{padding:85px 0 0}[data-sid="WHERE_ADV"] label:not(.error){position:static !important}form [data-sid="WHERE_ADV"] .form-group.animated-labels label:not(.error){margin-left:0 !important;font-size:15px}form [data-sid="WHERE_ADV"] .form-group.animated-labels .form-control{width:auto !important}.text_after.banner_top.migration_to_market .tab-content{border:1px solid #eff1f5;background:#FFF}.text_after.banner_top.migration_to_market .panel-heading{padding:0;border:0}.text_after.banner_top.migration_to_market table{margin:0}.text_after.banner_top.migration_to_market table.table1 tbody,.text_after.banner_top.migration_to_market table.table:not(.table-bordered)>tbody>tr:hover td:first-of-type{border-left:0;border-right:0;border-width:1px}.text_after.banner_top.migration_to_market table td:first-of-type,.text_after.banner_top.migration_to_market table tr:hover td:first-of-type{padding-left:35px}.text_after.banner_top.migration_to_market .accordion-type-1 .item{margin-bottom:0;border-bottom:1px solid #eff1f5}.text_after.banner_top.migration_to_market table{width:100%}.text_after.banner_top.migration_to_market table td.plus{width:200px;text-align:center}.text_after.banner_top.migration_to_market table.preview td{height:57px}.text_after.banner_top.migration_to_market .accordion-type-1 .item.opened{border-bottom:0}.text_after.banner_top.migration_to_market .hos_table td{border-left:1px solid #eff1f5;border-right:1px solid #eff1f5;vertical-align:middle}.text_after.banner_top.migration_to_market .addservices_table{margin-top:39px;margin-bottom:39px}.text_after.banner_top.migration_to_market .addservices_table td{border-left:1px solid #eff1f5;border-right:1px solid #eff1f5;vertical-align:middle}.text_after.banner_top.migration_to_market .addservices_table .service_title{color:#333}.text_after.banner_top.migration_to_market .addservices_table .service_title:hover{background:none}.item-views.tarifs.type_4 .item:hover .btn{color:#FFF}.tizers_picture.services.landing .front_tizers.type_2 .props .image{border-radius:0}.banners-content .img .inner{position:absolute;bottom:0}.top_block_services{margin-top:100px}.top_block_services+.landing_form{margin-top:100px}.detail .galerys-block .big-gallery-block.flexslider{margin-bottom:39px}.detail.news .form{margin-top:39px}@media(max-width:767px){.left_right_blocks .item .text-center{text-align:left}.left_right_blocks .item img{margin-bottom:30px}.left_right_blocks .item .pull-right{float:none !important}.phases .phase .image{margin-bottom:30px;text-align:left}}.menu-row.bgcolored .mega-menu table td .wrap>a{padding:17px 20px 18px}.item-views.sections.type_4_within .items .item .childs li{width:auto}.item-views.sections.type_4_within .items .item .childs ul{margin-top:10px}@media(min-width:721px){.hidden_more_721{display:none !important}}@media(max-width:720px){.services .text_after.FAQ.seo_im table td{padding-left:15px;padding-right:15px;font-size:13px}.services .text_after.FAQ.seo_im .cost--1{font-size:15px !important}.hidden_less_720{display:none !important}.services .text_after.FAQ.seo_im table td a{word-break:break-all}}@media(max-width:670px){.services .text_after.FAQ.seo_im .cost--1{font-size:13px !important}}.projects_detail .portfolio_border_block{position:relative;border:1px solid #e5eef3;border-radius:3px;padding:45px 123px 45px}.projects_detail .portfolio_border_block:before{content:"";position:absolute;left:50%;margin-left:-51px;top:-31px;width:102px;height:62px}.projects_detail .portfolio_big_title{color:#232e43;font-size:28px;line-height:32px}.projects_detail ul li:before{position:absolute}.projects_detail .portfolio_client_block{padding:56px 0 38px;border:1px solid #e5eef3;border-left-width:0;border-right-width:0;margin:63px 0 70px}.projects_detail .content .img-responsive{display:block;margin:0 auto}@media(max-width:479px){.projects_detail .portfolio_border_block{padding:35px 22px 22px}}.container-fluid{max-width:1200px;padding:60px 15px;margin:0 auto}.support_block h2.normal.solution{text-align:center;margin:55px 0 57px;margin-top:0}.support_block .font-size-15{font-size:15px;line-height:22px}.support_block p.font-size-15{margin:-16px 0 16px}.support_block .big-border{border:5px solid #e6e6e6;padding:44px 90px 7px 79px;margin:0 50px 80px}.support_block .big-border .row{margin-bottom:37px}.support_block .big-border b{font-size:16px;padding-bottom:12px;display:block;color:#232e43}.support_block .big-border ul li,.big-border ol li{margin-bottom:5px}.support_block .big-border ul,.support_block .big-border ol{padding-left:18px;margin-bottom:15px;margin-top:0}.support_block .big-border .row p{margin-bottom:0}.banners_marketplace .banners-content .img .inner{position:initial}.projects_detail .content-tab__content{display:none}.projects_detail .content-tab__content.active{display:block}.projects_detail .solutions ul .content-tab:before{display:none}.detail .solutions .tabs{margin-top:0}.solutions .tabs .flexslider .slides>li{display:block}.title16{color:#2d3544;font-size:16px;font-family:ralewaybold,'Open Sans',sans-serif}.solutions_new_detail .ban24{margin-top:54px !important}.solutions_new_detail .shadow .showbanner{padding:26px 41px 23px;border-top:0 !important;border:2px solid rgba(210,215,220,0.83)}.solutions_new_detail .valueb24{margin:0;line-height:18px}.solutions_new_detail .valueb24:before{height:58px;width:26px;float:left;content:""}.solutions_new_detail .ban24 .shadow:hover{box-shadow:none}.marketplace_detail .item_good .item_dops{padding:0 0 26px}.marketplace_detail .item_good .item_dops .prop{border:0;padding:0 20px;margin:18px 0 0}.marketplace_detail .item_good .item_dops .prop{text-align:left;border-top:1px solid #cfd6df}.marketplace_detail .item_good .item_dops .prop .value{float:left;width:180px;padding:0 0 0 26px;margin:0}.marketplace_detail .item_good .item_dops .prop .price{float:right;font-size:14px;text-decoration:line-through;color:#ea6412}.marketplace_detail .item_good .item_dops .prop{border:0;padding:0 20px;margin:18px 0 0}.marketplace_detail .header_banner_wrap{max-width:1920px;margin:0 auto;overflow:hidden}.marketplace_detail .banner_imageb24{position:relative;padding:26px 54px 25px;width:auto}.marketplace_detail .ban_text1{color:white;margin-left:15px;max-width:400px;float:left;padding-right:121px;font-family:ralewaybold,Open Sans,sans-serif}.marketplace_detail .banleft{font-size:19px;line-height:21px}.marketplace_detail .ban_text2{color:white;padding-left:200px;margin-top:2px}.marketplace_detail .banrihgt{font-size:15px;line-height:21px}.marketplace_detail img.imgb24{display:block;position:absolute;left:50%;margin:0 0 0 -107px !important;bottom:-26px}.marketplace_detail .banner_imageb2{position:relative}.marketplace_custom .top-slider li.bottom-banner div.title{font-size:32px;line-height:1.1em}.marketplace_custom .top-slider div.title{font-size:40px;margin-left:-4px;line-height:46px;padding:0 0 25px 0;font-family:gotham_proregular,'Open Sans',sans-serif}.marketplace_custom .top-slider.flexslider .slides>li.bottom-banner{height:auto !important;text-align:center;padding:48px 0 38px;margin-bottom:35px}.detail-list-marketplace.list .nohover.mix_all .bxslider-block{padding:18px 18px 0}@media(max-width:479px){.support_block .border.big-border{margin:0;padding:40px 10px 40px 35px}}.width100{width:100%}.marketplace_detail .galerys-block .small-gallery-block{display:block}.marketplace_detail .galerys-block .title.small-gallery{display:block}.marketplace_detail .galerys-block .big-gallery-block.flexslider{display:none}.marketplace_detail .galerys-block .title{display:none}.detail-list-marketplace .title_big{margin:-28px 0 37px;font-size:24px}.marketplace_detail .title_big{font-size:30px;color:#232e43;text-align:center;margin-bottom:77px;padding-top:58px}.detail-list-marketplace .list .mix-inner{margin-bottom:28px;background:#fff}.detail_list_section_item .wrap_bg{background:#f9fbfb}.detail-list-marketplace .footer-button .btn{margin-top:0 !important;height:58px;width:100%;font-size:.7333em;padding:21px 21px 20px;border-radius:0;-moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.detail-list-marketplace .item .footer-button{margin:27px -34px 0}.detail-list-marketplace .solutions_list_item{max-height:440px}.marketplace_custom .top-slider .slides .item .btn{border-color:transparent;margin-right:20px}.go_packs .btn:active,.btn.active{box-shadow:none}.go_packs{text-align:center;position:relative;margin-top:24px}.go_packs a.text{font-size:13px;font-family:ralewaybold,'Open Sans',sans-serif;position:relative;z-index:8;background:#FFF;padding:10px 40px;border:0}.go_packs a.text{padding:10px 40px 0 40px !important}.go_packs a.text i{vertical-align:bottom;font-size:20px;color:#818da5;margin-right:5px}.packs{border-top:1px solid #cad1db;margin-top:-4px;padding-top:4px}.packs table{width:100%;box-shadow:0 0 4px rgba(31,58,84,0.5);margin-top:-17px}.packs table.main hr.wide_separator{width:101%;left:-1px}table.main hr.wide_separator{position:absolute;bottom:0;width:100%;left:0}hr.wide_separator{background:#cfd6df;height:3px;border:0;box-shadow:inset 0 1px 0 rgba(0,0,0,0.15);margin:0}.packs table.main tr>th{vertical-align:middle;text-align:center;font-family:ralewaybold,'Open Sans',sans-serif;font-size:13px;position:relative;overflow:hidden;padding:23px 15px}.packs table.main tr>td:first-child{width:33%;text-align:left}.packs table.main tr.separator{background:#fff;color:#1970c9;font-size:13px;text-align:center}.packs table.main tr>td .wrap_hint{vertical-align:middle;display:inline-block}.packs table.main tr>td .text,.text_v_middle{vertical-align:middle;display:inline-block;max-width:265px;padding-right:5px}.packs table.main td,.packs table.main th{border:1px solid #cad1db}.help_icon{width:17px;height:17px;display:inline-block;vertical-align:middle;margin-left:8px;z-index:1;position:relative}.help_icon+.tooltip{opacity:0;z-index:0;left:0;top:0;border-radius:4px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2);background:#fff;max-width:380px;width:100%;min-width:100px;padding:29px}.help_icon:hover+.tooltip{display:block;z-index:2}.packs table.main tr.separator>td{text-align:center;cursor:pointer;padding-top:16px}.packs table.main tr>td{width:30%;font-size:13px;text-align:center}.packs table td.icon span{display:inline-block;width:19px;height:21px;text-indent:-9999px}.tooltip .arrow{top:50%;left:-14px;margin-top:-8px;border-right-color:#999;border-right-color:rgba(0,0,0,0.07);border-left-width:0;border-width:7px}.tooltip .arrow,.tooltip .arrow:after{position:absolute;display:block;width:0;height:0;border-color:#000;border-style:solid}.packs table td.icon.minus span{background-position:-10px -20px}.packs table.table:not(.table-bordered)>tbody>tr:not(.separator):hover td:first-of-type{padding-left:20px}.item-views .item{page-break-inside:avoid}.item-views.projects .item .image img{width:100%}.projects_detail .content{max-width:1000px;margin:0 auto}.projects_detail blockquote{position:relative;padding:45px 40px 45px 113px;border:0;font-weight:normal;font-size:1.2em;line-height:1.6667em;margin:54px 0 55px;border:1px solid #eaedee;color:#777;font-size:15px}.projects_detail blockquote:before{top:52px;left:40px}.blockquote__title{padding:0;font-size:18px;color:#333;font-weight:500;font-style:normal}.blockquote__position{padding:0;font-style:normal;font-size:13px;color:#999}blockquote p{margin-top:17px;font-size:15px;line-height:25px;color:#777;font-weight:400}.f-nav{z-index:9999;position:fixed;left:0;top:60px;width:100%}.tabs_fixeds.f-nav{z-index:9999;position:fixed;left:0;top:62px;width:100%;background:#f7f7f7}.tabs_fixeds.f-nav ul.nav-tabs2{margin:0 auto !important;border-radius:3px;width:80%;padding:25px 0 0}.detail.marketplace_detail .update .item-views .items .item{margin:0;margin-top:16px !important;margin-bottom:16px !important}.detail.marketplace_detail .item-views.news-items .item .period{position:unset}.big_banner_group{position:absolute;width:106%;height:624px;left:-46px;background:linear-gradient(307.8deg,#1750a4 6.64%,#3888d7 93.56%)}.big_banner_group .title,.big_banner_group h1{position:relative;line-height:30px;color:#fff !important;font-family:Montserrat;font-style:normal;font-weight:bold;font-size:45px;text-align:center;margin:0 auto;padding-top:80px;overflow:visible}.big_banner_group .btn_banner_top{padding-top:30px;margin:0 auto;text-align:center;left:0;right:0;z-index:999;position:absolute}.btn_ban_transpt span:hover,.btn_ban_transpt a:hover{border:1px solid #286bb7}.btn_ban_transpt span,.btn_ban_transpt a{border:1px solid #3678c6;padding:21px 29px 20px 29px;font-family:Montserrat;font-style:normal;font-weight:bold;font-size:14px;line-height:15px;align-items:center;text-align:center;letter-spacing:.03em;text-transform:uppercase}.btn_ban_transpt span{margin-right:32px}.btn_banner_top .introtext{width:864px;margin:0 auto;padding-bottom:41px;font-family:Montserrat;font-style:normal;font-weight:normal;font-size:18px;line-height:30px;text-align:center;color:#FFF}.big_banner_group .inner{margin:0 auto;text-align:center}.fon_banner_detail{position:absolute;width:100%;left:0;right:0;top:280px;text-align:center;margin:0 auto}.small_banner_detail{position:absolute;width:891.21px;height:437.43px;left:6px;right:0;top:315.06px;text-align:center;margin:0 auto}.detail_list_section_item{margin-top:69% !important}.top-slider .inner .title{position:absolute;width:289px;height:55px;left:816px;top:205px;font-family:Montserrat;font-style:normal;font-weight:bold;font-size:45px;line-height:55px;text-align:center;color:#FFF}body .banners-content{margin-bottom:0;position:unset;width:100%;height:940px;left:0}.solutions_new_detail .tabs_solution .nav-tabs2>li.active:after{background:#2b7de0}.solutions_new_detail .tabs_solution .nav-tabs2>li.active:after{content:"";position:absolute;top:unset !important;left:-1px;right:-1px;bottom:-1px;z-index:1;height:2px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}ul.nav-tabs2{margin:0 !important;background:#f7f7f7;border-radius:3px;padding:36px 40px 0;width:100%}.nav-tabs2 li{display:inline-block;font-family:Montserrat;font-style:normal;font-weight:bold;font-size:11px;line-height:13px;letter-spacing:.03em;text-transform:uppercase;color:#333}.projects_detail .solutions_new_detail .content{max-width:unset !important}.nav-tabs2 li a{font-family:Montserrat;font-style:normal;font-weight:bold;font-size:11px;line-height:13px;letter-spacing:.03em;text-transform:uppercase;color:#333;margin-bottom:38px;display:inline-block}.projects_detail .solutions_new_detail .content-tab__content.active{padding-top:20px;padding-bottom:20px}#update{margin-top:20px}#update .item-views .items .item{margin-bottom:20px}.tab_block a.btn:hover{background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:3px}.tab_block{float:right;margin-top:28px;margin-right:35px}.tabs_solution .tabs_fixeds ul li:first-of-type{margin-left:10px}.solutions_new_detail .tab_block{margin-top:0}.white_btn{font-family:Montserrat;margin-right:-8px;font-style:normal;font-weight:bold;font-size:11px;line-height:15px;letter-spacing:.03em;color:#333;border:0 solid #fff;padding:13px 23px;background:#fff}.tab_block span{font-family:Montserrat;font-style:normal;font-weight:bold;font-size:11px;line-height:15px;letter-spacing:.03em;color:#fff;border:0 solid #fff;padding:13px 15px}.green_btn{background:#58c246 !important;border-radius:3px;color:#fff;border:0}.green_btn:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:3px;color:#fff;border:0}.always_title{font-style:normal;font-weight:bold;font-size:33px;line-height:45px;color:#333;width:50%;padding-left:17%;text-align:left}.always_text{font-style:normal;font-weight:normal;font-size:16px;line-height:30px;color:#444;width:425px;height:140px;text-align:left}.always_block{margin:0 auto;text-align:center;margin-top:50px;margin-bottom:0;display:flex;position:relative}.always_block.ahead{margin-top:55px;margin-bottom:10px}.img_ban_detail{border:6px solid #fff;box-sizing:border-box;overflow:hidden;padding-bottom:37%;float:left;height:0;transition:.1s}.img_ban_detail.s_0,.img_ban_detail.s_3{width:65%}.img_ban_detail.s_1,.img_ban_detail.s_2{width:32%}.start_promo1{width:100%}.detail .img_block img{max-width:unset;max-height:unset}.wrap_tizer .wrap_outer .inner_text{font-style:normal;font-weight:700;font-size:25px;line-height:35px;color:#FFF}.top_big_banners .wrap_tizer .wrap_outer.title{font-size:10px;text-transform:uppercase}.top_big_banners .wrap_tizer .preview{font-weight:bold;font-size:16px;line-height:20px;margin:10px 0 0}.btn_blue_detail_solution,.btn_white_detail_solution,.btn_yellow_detail_solution{border-radius:3px;z-index:99;position:absolute;padding:0 10px;margin-top:20px;margin-left:16px;font-style:normal;font-weight:normal;font-size:13px;line-height:35px}.btn_blue_detail_solution{background:#73a0db;color:#FFF}.btn_white_detail_solution{background:#fff;color:#333}.btn_yellow_detail_solution{background:#feebb3;color:#333}.experts_title{font-family:Montserrat;font-style:normal;font-weight:bold;font-size:32px;line-height:41px;color:#FFF;width:50%;float:left}.experts_text{font-family:Montserrat;font-style:normal;font-weight:normal;font-size:16px;line-height:30px;color:#FFF;width:425px;height:140px;float:left;text-align:left}.tree_colums .title,.tree_colums3 .title,.tree_colums_mobile .title{border-radius:3px;font-weight:bold;font-size:20px;line-height:25px;color:#333;padding-top:25px;padding-bottom:20px}.tree_colums .text,.tree_colums3 .text,.tree_colums_mobile .text{font-size:14px;line-height:26px;color:#333}.tree_colums{border-radius:3px;padding:25px 0;margin-bottom:30px;display:flex;margin-left:-15px;margin-right:-15px}.tree_colums3{background:#f7f8fa;border-radius:3px;padding:42px 25px;margin-bottom:30px;display:flex;width:100%}.bg_fon{background:#f7f8fa;border-radius:3px;padding:40px 40px;margin-bottom:30px;border-radius:3px}.bg_fon1{border-radius:3px;margin-bottom:30px;border-radius:3px}.always_block.adapts,.always_block.new_tov{padding-top:80px !important;display:flex}.youtube_solutions{display:block}.youtube_solutions .tree_colums .link{display:inline-flex;float:right}.youtube_solutions .tree_colums .text{display:inline-flex}.youtube_solutions .tree_colums3 img{padding-bottom:25px;max-width:100% !important;max-height:100% !important}.youtube_solutions .tree_colums3 .title{padding-top:0;padding-bottom:8px}.vw_fon{width:1000vw;margin-left:-50%;background:linear-gradient(140.57deg,#409af3 0,#1976d2 93.51%);position:absolute;height:100%}.vw_fon_green{width:100%;background:url('/img/max/mobile2.jpg') no-repeat;position:absolute;min-height:830px;line-height:100px}.vw_fon_green--allcorp3{background:url('/img/corp/mobile2-allcorp3.jpg') no-repeat}.vw_fon_green1{position:relative;display:block;min-height:585px}#carouselExampleIndicators .carousel-inner{position:relative;width:100%;overflow:hidden;background:url('/img/max/main_screen.png') top center no-repeat;margin:0 auto;text-align:center;height:100%;padding-bottom:200px}#carouselExampleIndicators .carousel-item.active,#carouselExampleIndicators .carousel-item-next,#carouselExampleIndicators .carousel-item-prev{margin-top:57px}.carousel.fade{opacity:1}#detail_desc .always_block.razv{padding-top:38px !important;padding-bottom:40px}#detail_desc .always_block.new_tov{padding-top:60px !important}.always_block.dost{padding-top:15px !important;margin-bottom:20px}.carousel.fade .item{display:block;position:absolute;left:0;top:0;width:100%;opacity:0;transition:opacity .5s}.carousel.fade .item.active{position:relative;opacity:1}#carouselExampleIndicators .carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-right:3px;margin-left:8px;text-indent:-999px;background-color:unset !important;width:11px;height:11px;margin-top:1px}#carouselExampleIndicators .carousel-indicators .active{background-color:#fff !important;margin-top:1px}#carouselExampleIndicators .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0 auto;padding-bottom:85px}.experts_title{font-family:Montserrat;font-style:normal;font-weight:bold;font-size:32px;line-height:41px;color:#FFF;width:50%;float:left}.experts_text{font-family:Montserrat;font-style:normal;font-weight:normal;font-size:16px;line-height:30px;color:#FFF;width:425px;height:140px;float:left;text-align:left}.bg_fon{background:#f7f8fa;border-radius:3px;padding:40px 40px;margin-bottom:30px}.bg_fon1{border-radius:3px;margin-bottom:30px}.vw_fon{width:1000vw;margin-left:-50%;background:linear-gradient(140.57deg,#409af3 0,#1976d2 93.51%);position:absolute;height:100%}.vw_fon_grey{width:1000vw;margin-left:-50%;background:#f7f8fa;position:absolute;height:100%}.vw_fon_grey_img{width:100vw;margin-left:50%;transform:translateX(-50%);position:absolute;height:100%}.adapt_title{font-weight:bold;font-size:32px;line-height:45px;color:#FFF;width:50%;float:left;text-align:left;padding-left:17%}.adapt_text{font-weight:normal;font-size:16px;line-height:30px;color:#FFF;width:425px;height:140px;float:left;text-align:left}#carouselExampleIndicators .carousel-inner{position:relative;width:100%;overflow:hidden;margin:0 auto;text-align:center;height:100%;padding-bottom:200px}#carouselExampleIndicators .carousel-item.active,#carouselExampleIndicators .carousel-item-next,#carouselExampleIndicators .carousel-item-prev{margin-top:57px}.carousel.fade{opacity:1}.always_block.experts,.experts_text.experts,.experts_title.experts{color:#333 !important}.always_block.experts{margin-top:110px}.always_block.revie{margin-top:80px}.carousel.fade .item{display:block;position:absolute;left:0;top:0;width:100%;opacity:0;transition:opacity .5s}.carousel.fade .item.active{position:relative;opacity:1}#carouselExampleIndicators .carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-right:3px;margin-left:8px;text-indent:-999px;background-color:unset !important;width:11px;height:11px;margin-top:1px}#carouselExampleIndicators .carousel-indicators .active{background-color:#fff !important;margin-top:1px}#carouselExampleIndicators .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0 auto;padding-bottom:85px}.created_experts .tree_colums2{margin:0 auto;text-align:center;padding-bottom:60px}.tree_colums_mobile .bg_fon img{padding-right:40px;padding-bottom:28px;float:left}.tree_colums_mobile .title{padding-top:0;padding-bottom:5px;margin-top:-5px}#carouselExampleIndicators .owl-carousel .owl-stage-outer{overflow:unset}#carouselExampleIndicators .owl-carousel.owl-theme{padding:0 15%}#carouselExampleIndicators .owl-stage-outer .owl-item:first-child,#carouselExampleIndicators .owl-stage-outer .owl-item:last-child{height:520px}#carouselExampleIndicators .owl-stage-outer .owl-item:first-child{background:none !important}#carouselExampleIndicators .owl-stage-outer .owl-item:last-child{background:none !important}#carouselExampleIndicators .owl-carousel.owl-theme{min-height:675px}#carouselExampleIndicators .owl-carousel .owl-item img{display:block;width:783px;margin:56px auto 0}#carouselExampleIndicators .owl-theme .owl-dots,#carouselExampleIndicators .owl-theme .owl-nav{margin-left:2vw;padding-bottom:60px}#carouselExampleIndicators .owl-theme .owl-nav.disabled+.owl-dots{margin-top:80px}#carouselExampleIndicators .owl-theme .owl-dots .owl-dot span{background:transparent;border:2px solid #fff}#carouselExampleIndicators .owl-theme .owl-dots .owl-dot.active span,#carouselExampleIndicators .owl-theme .owl-dots .owl-dot:hover span{background:#fff}#carouselExampleIndicators_2 .carousel-inner{position:relative;width:100%;overflow:hidden;margin:0 auto;text-align:center;height:100%;padding-bottom:200px}#carouselExampleIndicators_2 .carousel-item.active,#carouselExampleIndicators_2 .carousel-item-next,#carouselExampleIndicators_2 .carousel-item-prev{margin-top:57px}#carouselExampleIndicators_2 .carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-right:3px;margin-left:8px;text-indent:-999px;background-color:unset !important;width:11px;height:11px;margin-top:1px}#carouselExampleIndicators_2 .carousel-indicators .active{background-color:#000 !important;margin-top:1px}#carouselExampleIndicators_2 .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0 auto;padding-bottom:85px}#carouselExampleIndicators_2 .carousel-inner{position:relative;width:100%;overflow:hidden;margin:0 auto;text-align:center;height:100%;padding-bottom:200px}#carouselExampleIndicators_2 .carousel-item.active,#carouselExampleIndicators_2 .carousel-item-next,#carouselExampleIndicators_2 .carousel-item-prev{margin-top:57px}#carouselExampleIndicators_2 .carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-right:3px;margin-left:8px;text-indent:-999px;background-color:unset !important;width:11px;height:11px;margin-top:1px}#carouselExampleIndicators_2 .carousel-indicators .active{background-color:#000 !important;margin-top:1px}#carouselExampleIndicators_2 .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0 auto;padding-bottom:85px}#carouselExampleIndicators_2 .owl-carousel .owl-stage-outer{overflow:unset}#carouselExampleIndicators_2 .owl-stage-outer .owl-item:first-child{background:none !important}#carouselExampleIndicators_2 .owl-stage-outer .owl-item:last-child{background:none !important}#carouselExampleIndicators_2 .owl-carousel .owl-item img{display:block;margin:56px auto 0;margin-top:0 !important}#carouselExampleIndicators_2 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:36px;padding-bottom:57px}#carouselExampleIndicators_2 .owl-theme .owl-dots .owl-dot span{background:transparent;border:2px solid #000}#carouselExampleIndicators_2 .owl-theme .owl-dots .owl-dot.active span,#carouselExampleIndicators_2 .owl-theme .owl-dots .owl-dot:hover span{background:#000}#carouselExampleIndicators_2 .owl-stage{width:1000vw !important}#carouselExampleIndicators_2 .owl-stage .owl-item{margin-right:20px !important}#carouselExampleIndicators_2 .carusel_pc.swipeignore{padding-top:25px;max-width:580px;margin:0 auto}.adapt_title.new_tov,.adapt_text.new_tov{color:#000}.map{margin-left:-15vw;float:left;margin-top:-5%;width:141%}.rest{position:absolute;margin-right:-13vw;right:-1%}.vw_fon2{width:1000vw;margin-left:-50%;background:none;height:100%}.tree_colums2{border-radius:3px;margin-bottom:20px;margin-left:-15px;margin-right:-15px}.tree_colums2 .title{font-family:Montserrat;font-style:normal;font-weight:bold;font-size:20px;line-height:25px;color:#333;padding-top:25px;padding-bottom:20px}.tree_colums2 .text{font-family:Montserrat;font-style:normal;font-weight:normal;font-size:14px;line-height:26px;color:#333}.tree_colums2 .bg_fon{padding-top:42px}.marketplace_detail .item-views.news-items.projects.linked:not(.front) .item{margin-bottom:20px}.detail.marketplace_detail{margin-bottom:0}#review_blocks{margin-bottom:60px}.youtube_solutions .tree_colums3{padding-bottom:15px;margin-bottom:70px;padding-right:35px}.redaction_block.created_experts{display:flex}.btn_cl{margin:0 auto;text-align:center;padding-bottom:40px}.btn_cl2{margin:0 auto;text-align:center;padding-bottom:60px}.solution_goods .item_good{padding-top:0;padding:0;background:#f7f7f7;border-radius:5px;box-shadow:unset}.solution_goods .item_good .item_title{background:unset;font-family:Montserrat;font-style:normal;font-weight:bold;font-size:22px;line-height:28px;color:#333;min-height:200px;padding:40px 40px 20px 40px;text-align:left}.solution_goods .item_good .hor{box-shadow:unset;background:#1976d2;height:2px}.marketplace_detail .solution_goods .item_good .item_dops{padding:40px 40px 20px 40px}.solution_goods .title.bold{font-family:Montserrat;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:#333;text-align:left}.marketplace_detail .solution_goods .item_good .item_dops .prop .value{padding:0 0 0 26px;margin:0;font-family:Montserrat;font-style:normal;font-weight:normal;font-size:14px;line-height:25px;color:#444;width:100%;float:unset}.marketplace_detail .solution_goods .item_good .item_dops .prop{padding:0}.solution_goods .item_good .item_price{border-top:1px solid #dfdfdf;margin:0 40px}.solution_goods .item_good .item_price .new_price,.solution_goods .item_good .item_price .price{font-family:Montserrat;font-style:normal;font-weight:normal;font-size:22px;line-height:22px;color:#333}.solution_goods .item_good .item_price .old_price{font-family:Montserrat;font-style:normal;font-weight:normal;font-size:16px;line-height:22px;text-decoration-line:line-through;color:#999}.solution_goods .item_good .btn.btn-primary{background:#58c246 !important;border-color:#58c246 !important;border-radius:3px;font-family:Montserrat;font-style:normal;font-weight:bold;font-size:11px;line-height:15px;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:#FFF;padding:10px 40px;border-color:unset}.solution_goods .item_good .item_price .discount-summ{margin:10px 0 24px;font-family:Montserrat;font-style:normal;font-weight:normal;font-size:11px;line-height:22px;color:#999}.solution_goods .item_good.item_good--center .item_title{min-height:auto;text-align:center}.solution_goods .item_good.item_good--center .item_price{flex-direction:column;align-items:center}.solution_goods .item_good.item_good--center .bx_price,.solution_goods .item_good.item_good--center .item_buy{text-align:center}.solution_goods .item_good.item_good--center .bx_price div[class^=js_price]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.solution_goods .item_good.item_good--center .item_price .new_price,.solution_goods .item_good.item_good--center .item_price .old_price{margin-left:10px;margin-right:10px}.solutions_new_detail .solution_goods .valueb24{font-family:Montserrat;font-style:normal;font-weight:normal;font-size:14px;line-height:25px;color:#444}.solutions_new_detail .solution_goods .valueb24:before{height:58px;width:26px;float:left;content:""}.solutions_new_detail .solution_goods .shadow .showbanner{border:unset}.paks_solution table.main tr.separator{text-align:center;font-family:Montserrat;font-style:normal;font-weight:normal;font-size:15px;line-height:30px;border:1px solid #1976d2;box-sizing:border-box;border-radius:3px;border-left:0 !important;border-right:0 !important;border:0 !important;border-bottom:0 !important}.paks_solution hr.wide_separator{height:0 !important;border:0;box-shadow:unset !important}.paks_solution .hr_separator{background:#FFF;border:1px solid #1976d2;box-sizing:border-box;border-radius:3px;padding:15px;cursor:pointer}.solution_goods .btn.btn-primary:hover,.solution_goods .btn.btn-primary:active,.solution_goods .btn.btn-primary:focus{background:#58c246;box-shadow:0 4px 4px rgba(0,0,0,0.25);border-radius:3px}.paks_solution .hr_separator span{width:100%;display:block}.tabs_solution .tab_block .btn:hover{background:#58c246;box-shadow:0 5px 15px rgba(0,0,0,0.1);border-radius:3px;color:#fff}.tabs_fixeds.f-nav .nav-tabs2 li a{margin-bottom:25px}#realiz_site{padding-top:40px}.solutions img.imgb24{max-width:unset;max-height:unset}.solutions .play{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.solutions .image:hover .play{width:85px;height:54px;margin:0 auto;text-align:center;top:40%}.solutions #detail_desc .image{position:relative;min-height:100%;padding-top:55.6%;margin-bottom:20px;cursor:pointer}.solutions #detail_desc .image .play .fancybox{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;display:block !important;z-index:2}.fancybox-skin{width:100%;position:static;display:inline-block;vertical-align:top;box-shadow:none;background:#fff;border-radius:0;height:100% !important;max-width:100%}.fancybox-outer{display:flex;display:-webkit-flex;align-items:center;justify-content:center;background:#fff;height:100% !important;margin:0 auto;width:100%}.stik_menu{background:#f7f7f7;display:flex;align-items:center;max-width:1344px;width:100%;margin:0 auto;border-radius:3px}.stik_menu .tab_block{display:flex;align-items:center}.tabs_fixeds.f-nav .stik_menu .tab_block{display:flex;margin-top:-5px}.stik_menu .tab_block span{color:#333}.stik_menu .tab_block .green_btn{color:#fff}.btn_demo{margin-right:5px}.detail img{display:inline-block;max-width:100%;max-height:100%}.scale_block_animate{-webkit-transition:-webkit-transform .6s ease;transition:transform .6s ease;overflow:hidden;position:relative;z-index:1}.start_promo .item{width:35%;border:5px solid #fff;box-sizing:border-box;overflow:visible;position:relative;padding-bottom:37.2%;float:left;height:0;-moz-transition:all .1s ease;-o-transition:all .1s ease;-ms-transition:all .1s ease;transition:all .1s ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}.start_promo .item .img_block{background-size:cover;top:0;left:0;position:absolute}.start_promo .item img{max-height:268px;max-height:100%;position:absolute;left:0;vertical-align:middle;border-radius:3px;min-width:100%}.start_promo .item .opacity_block{position:absolute;display:block;width:100%;height:100%;background-color:#FFF}.start_promo .item:hover .opacity_block{opacity:.1;z-index:11}.start_promo .item.wide50{width:65%}.start_promo .item.wide100{width:100%}.start_promo .item span.main_wrap{display:block;max-width:195px;bottom:20px;left:20px;position:absolute;z-index:10;color:#fff;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;display:none}.start_promo .item span.main_wrap i{display:block;font-style:normal}.start_promo .item.wide50 span.main_wrap{max-width:340px}.start_promo .item.wide100 span.main_wrap{max-width:500px}.start_promo .item p *,.start_promo .item p{color:#fff}.start_promo .item p{margin-bottom:0;line-height:15px}.wrapper_inner .start_promo .item i span p span{line-height:16px;padding:0 7px 7px;position:relative;margin:-11px 0 0}.wrapper_inner .start_promo .item i span p:first-child span{line-height:27px;padding-bottom:1px;margin-top:0}.wrapper_inner .start_promo .item i span p .tizer_text{margin:3px 0 0;padding-top:5px}.start_promo .item a{color:#fff;text-decoration:none}.start_promo .item a:hover{color:#fff;text-decoration:none}.start_promo .item i.title span{font-weight:bold;font-size:18px}.bx-ie .start_promo.t1 .item i.title{position:relative;line-height:1;color:#fff;display:inline;white-space:pre-wrap;border:0 solid #00a7df;border-width:.25em 0}.bx-ie .start_promo.t1.title,.bx-ie .start_promo1 .title:after{background-color:#00a7df}.start_promo .item i.price{margin-top:10px}.start_promo .item i.price span{font-size:16px;display:inline-block;line-height:19px}.start_promo .catalog_btn{margin:20px 0 40px;text-align:center}.start_promo .item i.title span,.start_promo .item i.price span{box-decoration-break:clone}.wrap_tizer{position:absolute;top:45px;left:35px;z-index:2;color:#fff;transition:all ease .5s}.wrap_tizer .wrap_outer{position:relative;left:-3px;padding:4px 0 5px;font-size:16px;line-height:16px;color:#FFF;display:inline}.wrap_tizer .wrap_outer.title{font-weight:bold;font-size:18px}.wrap_tizer .wr_block{transition:all ease .1s;width:325px}.wrap_tizer .wr_block.price{opacity:0;visibility:hidden;height:0;color:#fff;font-size:13px;max-height:54px;overflow:hidden}.item:hover .wrap_tizer .wr_block.price{height:auto;opacity:1;visibility:visible;display:block;margin:10px 0 0}.wr_block.price .wrap_outer_desc{line-height:18px;font-size:13px}.wrap_tizer.center_blocks{text-align:center}.wrap_tizer.right_blocks{text-align:right;padding:0}.wrap_tizer.dark_text .wrap_outer .inner_text{color:#1d1a1a}.wrap_tizer .wrapper_inner_tizer{padding:0 33px 0 20px}.wrap_tizer.right_blocks .wrap_outer{left:-13px}.wrap_tizer.right_blocks .wrapper_inner_tizer{padding-right:20px}.bx-firefox .wrap_tizer .wr_block.price{margin-top:11px}.wrap_tizer .wr_block.price .wrap_outer,.wrap_tizer .wr_block.price .wrap_outer .outer_text{padding-top:4px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports((-webkit-transform-style:preserve-3d) or(transform-style:preserve-3d)){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom: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;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M5.250l-44441.5-1.5-2.5-2.52.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'viewBox='0088'%3E%3Cpathd='M2.750l-1.51.52.52.5-2.52.51.51.54-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.reviews.item-views:not(.slider) .item{border:0;margin-bottom:20px;box-shadow:none}.detail .reviews.item-views .items>div:last-of-type .item{margin-bottom:0}.reviews.item-views .item .title{margin-bottom:5px;color:#222}body .item-views.list .item .title-wrapper.bottom-props{padding:0;margin:0}.item-views .title-wrapper.bottom-props .title{display:inline-block;margin-right:10px}.item-views .title-wrapper.bottom-props .value{width:28px;height:28px;margin:-2px 6px 3px 0;line-height:28px}.item-views .title-wrapper.bottom-props .value:before{height:28px}.item-views .title-wrapper.bottom-props .value.social_vk:before{background-position:-32px -5px}.item-views .title-wrapper.bottom-props .value.social_fb:before{background-position:-61px -5px}.item-views .title-wrapper.bottom-props .value.social_odn:before{background-position:-61px -33px}.item-views .title-wrapper.bottom-props .value.social_inst:before{background-position:-117px -5px}.item-views .title-wrapper.bottom-props .value.social_google:before{background-position:-32px -34px}.item-views .title-wrapper.bottom-props .value.social_mail:before{background-position:-172px -33px}.item-views .title-wrapper.bottom-props .value.social_tw:before{background-position:-89px -5px}.item-views .title-wrapper.bottom-props .value.social_skype:before{background-position:-173px -5px}.item-views .title-wrapper.bottom-props .value.social_bitrix:before{background-position:-4px -32px}.reviews.item-views .item .post{font-size:14px;color:#999;line-height:20px;margin-bottom:3px}.reviews.item-views .item .text{font-size:15px;line-height:20px;padding-bottom:0}.reviews.item-views .item .text p{margin-bottom:20px}.reviews.item-views .item .video{padding:10px 0 0}.reviews.item-views .item .video .video-inner{padding:0 0 20px}body .reviews .docs-block{padding:0 0 10px}body .reviews .docs-block .blocks .inner-wrapper{margin-top:15px}.wraps .reviews.item-views .items>div:last-of-type hr{display:none}.greyline.review-block{padding-bottom:21px}.reviews.item-views.slider .flexslider{background:none;position:relative;padding-top:12px}.block_reviews .reviews.item-views.slider .item{margin:0;background:#fff}.reviews.item-views.slider .item .image{border-radius:100%;width:50px;height:50px;position:relative}.reviews.item-views.slider .item .image .image-wrapper{border-radius:100%;background:#fff;overflow:hidden}.reviews.item-views.slider .item .image .image-wrapper .image-inner{overflow:hidden;border-radius:100%;height:50px}.reviews.item-views.slider .item .image .image-wrapper img{width:auto;display:block;display:inline-block}.reviews.item-views.slider .item .title{margin-bottom:3px;font-family:Montserrat;font-style:normal;font-weight:normal;font-size:16px;line-height:26px;color:#333}.reviews.item-views.slider .item .company{color:#777;font-size:13px}.reviews.item-views.slider .item .preview-text-wrapper{position:relative;width:970px}.reviews.item-views.slider .item .preview-text-wrapper .quote{position:absolute;top:18px;left:-40px}.reviews.item-views.slider .item .preview-text{padding-top:19px;padding-bottom:20px;position:relative;color:#555;font-size:1.067em;overflow:scroll;height:290px;width:900px;overflow-x:hidden;overflow-y:hidden}.reviews.item-views.slider .item .preview-text p:last-child{margin-bottom:0}.reviews.item-views.slider .item .preview-text+.link-block-more{display:inline-block}.hidden-text-block:after{content:"";background-color:rgba(255,255,255,0.32);background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.85));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF',endColorstr='#D9FFFFFF',GradientType=0);position:absolute;left:0;right:0;bottom:0;height:3rem}.hidden-text-block{position:relative}.reviews.item-views.slider .flexslider .flex-control-nav{display:block;bottom:-24px}.reviews.item-views.slider .table_block>div{display:table-cell;vertical-align:middle;height:50px}.reviews.item-views.slider .table_block .image+.text{padding-left:20px;height:50px}.reviews.item-views.slider .flex_loader_circle{min-height:215px;padding-bottom:20px}.review-detail .reviews.item-views.front .item{padding:0;text-align:left}.review-detail .reviews .item .header-block{padding:51px 72px 20px}.review-detail .reviews.item-views.front .item .header-block>div{display:table-cell;vertical-align:middle}.review-detail .reviews.item-views.front .item .image{border-radius:100%;width:50px;height:50px;position:relative}.review-detail .reviews.item-views.front .item .header-block .text{padding:0 0 0 20px;text-align:left}.review-detail .reviews.item-views.front .item .bottom-block{padding:10px 72px 0}.review-detail .reviews.item-views.front .item .preview-text-wrapper{padding:0 0 8px;font-size:16px;color:#555}.review-detail .reviews.item-views.front .item .preview-text-wrapper .quote{top:-1px}.review-detail .item .close-block{display:none}.review-detail .reviews.item-views.front .item .close-block{padding:0 0 58px}.review-detail .reviews.item-views.front .item .close-block .btn{position:static;font-weight:bold}.review_frame.jqmWindow .review-detail .item .close-block{display:block}.mobile .review-detail .reviews.item-views.front .item{box-shadow:none}.list-type-block.item-views .item.review>.image{width:120px;height:120px;border-radius:100%;overflow:hidden;padding:0;min-height:120px;line-height:117px}.list-type-block.item-views .item.review>.image+.body-info{padding:0 0 0 156px}.list-type-block.item-views.reviews .group-content .item>.body-info{padding-top:0}.list-type-block.item-views.reviews .group-content hr{margin-top:0;display:block}.list-type-block.reviews+.order-block{margin-top:0}.detail .reviews-block .list-type-block.item-views.reviews .group-content hr{display:none}.detail .reviews-block .reviews.item-views .items:last-of-type>div:last-of-type .item{margin-bottom:12px}.reviews.slider .nav-direction{width:112px;height:33px}.reviews.slider .flexslider{margin:0}.flexslider:not(.flexslider-init).flex_loader_circle{min-height:200px}.dark-nav2 .flex-control-nav li a{background:#cad2d6;box-shadow:none;width:8px;height:8px}.flex-control-nav li a{background:transparent;color:transparent;border-radius:100%;box-shadow:none;height:10px;width:10px;box-shadow:0 0 0 2px #333 inset;transition:ease .3s all}.flex-control-nav li{vertical-align:middle;margin:0 5px;padding:0;border:2px solid #eee !important;border-radius:10px}.flex-control-paging li a:hover:before,.flex-control-paging li a.flex-active:before{width:10px;height:10px;margin-top:-1px;margin-left:-1px}.flex-control-nav li{border:1px solid #eee;border-radius:10px}.block_reviews{min-height:564px;width:996px;margin:0 auto;display:flex}.always_block .reviews_title{font-family:Montserrat;font-style:normal;font-weight:bold;font-size:33px;line-height:45px;color:#333;width:470px;float:left;padding-left:15px;text-align:left}.block_reviews #mCSB_3_container{margin-right:22px}.block_reviews .title span{font-family:Montserrat;font-style:normal;font-weight:normal;font-size:14px;line-height:30px;color:#999;padding-left:40px}.block_reviews .item-views.reviews.slider{width:900px}.tree_colums_mobile,.tree_colums2_mobile{display:none}.tree_colums2_mobile img{padding-right:40px;padding-bottom:35px;float:left}.tree_colums2_mobile .title{padding-top:0;padding-bottom:0;margin-top:-5px;font-family:Montserrat;font-style:normal;font-weight:bold;font-size:20px;line-height:25px;color:#333;padding-top:0;padding-bottom:10px}.tree_colums2_mobile .text{font-family:Montserrat;font-style:normal;font-weight:normal;font-size:16px;line-height:26px;color:#333}.map_rest .map_mobile{display:none}.redaction_block .always_block.quickly{padding-top:40px}.diploms_mobile,.link_block_mobile,.carusel_mobile{display:none}.diploms_pc{display:block}.tree_colums3 .link{float:right;margin-top:-25px}.tree_colums3 .link a{color:#1976d2}.start_promo .wrap_tizer .wr_block1.price{opacity:1 !important;visibility:visible !important;height:auto !important;width:200px;font-style:normal;font-weight:normal;font-size:14px;line-height:20px;margin-top:15px}.fa-2x{font-size:14px !important}.fa-angle-left:before{left:0;position:absolute;font-size:47px;border-radius:4px;width:50px;height:50px;background-color:#fff;-ms-filter:"alpha(opacity=0)";-webkit-transition:opacity .8s cubic-bezier(.19,1,.22,1);transition:opacity .8s cubic-bezier(.19,1,.22,1)}.owl-theme .owl-nav [class*=owl-]:hover{background-color:#2b7de0 !important}.owl-theme .owl-nav [class*=owl-]:hover .fa-angle-left:before,.owl-theme .owl-nav [class*=owl-]:hover .fa-angle-right:before{background-color:#2b7de0 !important;color:#fff !important}.fa-angle-right:before{content:"\f105";right:0;position:absolute;font-size:47px;border-radius:4px;width:50px;height:50px;background-color:#fff;-ms-filter:"alpha(opacity=0)";-webkit-transition:opacity .8s cubic-bezier(.19,1,.22,1);transition:opacity .8s cubic-bezier(.19,1,.22,1)}.owl-theme .owl-nav{margin-top:10px;position:absolute;top:38%;left:0;right:0}@media all and (max-width:600px){.wrapper_inner .start_promo .item,.wrapper_inner .start_promo .item.wide50,.wrapper_inner .start_promo .item.wide100{width:50%;border:1px solid #fff;padding-bottom:47%}.wrapper_inner .start_promo .item span.wrap_main,.wrapper_inner .start_promo .item.wide50 span.wrap_main,.wrapper_inner .start_promo .item.wide100 span.wrap_main{max-width:500px}.wrapper_inner .start_promo{margin:0}.start_promo .item.normal:nth-child(3n){border-right-width:1px}.start_promo .item.normal:nth-child(3n+1),.start_promo .item.s_2.normal,.start_promo .item.normal:nth-child(2n+1)+.item:not(.s_2){border-left-width:1px}.start_promo .item.s_4.normal,.start_promo .item.normal:nth-child(3n+1).s_4{border-left-width:1px !important}.start_promo.normal_view .item.normal:nth-child(2n+1){border-left-width:0 !important}.start_promo.normal_view .item.normal:nth-child(2n+2){border-left-width:2px !important}.wrapper_inner1.wides.float_banners{margin:0 0 30px;margin-left:-32px;margin-right:-15px}.subscribe-form .wrap_bg .top_block,.subscribe-form .wrap_bg .sform{width:100%}.subscribe-form .wrap_bg .sform{margin-top:22px}.adv_bottom_block{display:none}.md-50.img{display:none}.md-50.big{width:100%;padding:31px 0 37px}.start_promo .wr_block1.price{display:none}}@media(min-width:767px){.youtube_solutions .tree_colums3 .col-md-12{width:100% !important}}@media(max-width:768px){.tree_colums3 .link{float:left;margin-top:10px}.tree_colums2 .bg_fon1 div img{float:unset !important;padding-right:0 !important}.diploms_pc{margin-top:40px}.solutions_new_detail .wrapp{height:auto !important}.solution_goods .item_good .item_price{display:flex !important}.solution_goods .item_good .bx_price{width:100%}.solution_goods .item_good .item_buy{margin-bottom:0;float:left;text-align:left;width:100%}.solution_goods .item_good .item_price .price{padding-bottom:30px}.solutions_new_detail .solution_goods .shadow .showbanner{display:none}.start_promo .wr_block1.price{margin-left:18px !important;margin-top:-10px !important}#carouselExampleIndicators_2 .owl-theme .owl-nav.disabled+.owl-dots{margin-top:20px;padding-bottom:10px}}@media(max-width:998px){.always_block .reviews_title{font-size:30px}}@media(min-width:768px) and (max-width:991px){.solution_goods .item_good .item_price{display:inline-block}.solution_goods .item_good .item_buy{margin-bottom:0;float:right;text-align:right;width:100%}.solution_goods .item_good .item_price{display:flex !important}.always_title.skidka{font-size:24px}.always_title.sravnenie{font-size:28px;margin-bottom:40px}.solution_goods .banner_imageb24,.solution_goods .top_promo_banner2{display:none}.solution_goods .wrapp{height:auto}.solutions_new_detail .solution_goods .valueb24{margin-bottom:20px}.solutions_new_detail .solution_goods .ban24{margin-top:0 !important}.solutions .always_block.revie .reviews_title{padding-left:0}.tabs_fixeds.f-nav{top:0 !important}#carouselExampleIndicators_2 .owl-stage-outer{margin:0 !important}}@media(min-width:481px) and (max-width:998px){.solutions .start_promo .item.wide50{width:100%;height:417px}.solutions .start_promo .item.normal{width:50%;height:423px}.solutions .start_promo .item{width:50%}.solutions .wrap_tizer .wrap_outer .inner_text{font-family:Montserrat;font-style:normal;font-weight:500;font-size:22px;line-height:32px}}@media(min-width:1101px) and (max-width:1130px){.solutions ul.nav-tabs2{padding:0 20px 0 !important}}@media(min-width:968px) and (max-width:1100px){.solutions ul li{margin:8px 0 0 10px !important}.solutions ul.nav-tabs2{padding:20px 15px 0 !important}.solutions .tab_block span{padding:12px 12px !important}.solutions .white_btn{padding:12px 12px !important}.solutions .tabs_fixeds.f-nav{padding:0 !important}.solutions .always_block{margin-top:0}.solutions .tree_colums2{display:inline-block}.solutions .map_rest{margin-top:40px}.tabs_fixeds.f-nav .stik_menu .tab_block{margin-top:15px}.solutions_new_detail .tabs_fixeds.f-nav .stik_menu .tab_block{margin-top:0}}@media(min-width:568px) and (max-width:730px){.banners-content{height:640px !important}}@media(min-width:730px) and (max-width:1024px){.banners-content{height:645px !important}}@media(min-width:568px) and (max-width:1024px){#detail_desc .clearfix.mapss{margin-bottom:0}.wrapper_inner .start_promo .item{width:33%}.wrapper_inner .start_promo .item.wide50{width:33%}.wrapper_inner .start_promo .item.wide100{width:100%}.big_banner_group{width:100%;left:0;height:450px}.big_banner_group .introtext{width:100%;padding:0 20px}.big_banner_group .btn_ban_transpt{width:100%;padding-top:30px}.big_banner_group .btn_ban_transpt span,.big_banner_group .btn_ban_transpt a{padding:20px 30px 20px 30px;font-size:12px}.big_banner_group .btn_ban_transpt span{margin-right:2%}.big_banner_group .title{padding-top:50px;font-size:42px}.big_banner_group .btn_banner_top{padding-top:25px}.fon_banner_detail{width:80%;padding:0 10px;margin-top:0;height:auto;left:0;right:0;top:212px;text-align:center;margin:0 auto}.fon_banner_detail img{width:100%}.btn_banner_top .introtext{font-size:16px}.small_banner_detail{width:70%;margin-top:0;height:auto;left:3px;right:0;top:267px;text-align:center;margin:0 auto;position:absolute}.small_banner_detail img{width:83%}.nav-tabs2.nav2.content-tabs__title{width:100%;padding-bottom:0}.solutions_new_detail .tabs_solution .tab_block a.btn{margin-bottom:10px}.solutions_new_detail span.buy_cl{padding-left:0}#detail_desc .redaction_block .always_block{display:flex;width:100%}#detail_desc .redaction_block .always_block.experts{padding-top:0}#detail_desc .redaction_block .always_title{padding-bottom:30px;padding-left:50px;width:48%;padding-right:3%}.solutions_new_detail .always_text{width:50%}.owl-carousel .owl-item img{display:inline-block;width:auto !important}.redaction_block .tree_colums{width:100%;padding:0}.always_block .adapt_title{width:50%;margin-left:0;padding-left:0}.adapt_title{font-size:30px}#carouselExampleIndicators .always_block .adapt_title{margin-left:6%}.adapt_text{width:49%;font-size:15px}.map{width:220%;display:inline-block;margin-left:0 !important;float:unset;height:min-content}.rest{width:100%;display:inline-block;position:relative}.you_tube{padding-bottom:20px}.always_block .experts_title{padding-right:50px !important;padding-left:33px !important;width:50% !important;font-size:30px;text-align:left;padding-bottom:30px}.always_block{margin-top:15px}.always_title{font-size:30px}.always_text{font-size:15px;line-height:28px}.block_reviews{display:inline-block !important;width:100% !important}.block_reviews .always_block{display:inline-block;width:100%}.block_reviews .reviews_title{padding-bottom:30px;width:43% !important}.block_reviews .item-views.reviews.slider{width:100% !important}.reviews.item-views.slider .flex_loader_circle{margin-left:-15px;margin-right:-15px}.reviews.item-views.slider .item .preview-text-wrapper{width:100% !important}.block_reviews .table_block{margin-top:30px}.block_reviews .preview-text{width:100% !important}.tree_colums3{padding-bottom:20px}.tree_colums2{margin-left:0;width:100%;margin-bottom:0 !important}.redaction_block.design_info{margin-left:20px}.solutions_new_detail .tab_block{text-align:center}.start_promo{padding-top:10px}.item.normal .wrap_tizer .wr_block{padding:20px;text-align:left}.item.wide50 .wrap_tizer .wr_block{padding:20px}.start_promo .wrap_tizer{top:0;left:0}.btn_blue_detail_solution,.btn_white_detail_solution,.btn_yellow_detail_solution{font-size:10px;line-height:26px;margin:10px;margin-left:40px}.youtube_solutions .tree_colums3 .col-md-12{width:100% !important}.youtube_solutions .tree_colums3 img{float:unset;width:100px}.youtube_solutions .tree_colums3 .title{padding-top:0;padding-bottom:15px}ul.nav-tabs2{padding:36px 0 0}.tab_block span{margin-top:-12px !important}.tree_colums .col-md-4,.tree_colums2 .col-md-4{margin-right:0;padding-right:0;padding-left:0}.tree_colums .title,.tree_colums2 .title,.tree_colums3 .title{padding-top:0;padding-bottom:0;margin-top:-5px}.tree_colums div img,.tree_colums2 div img,.tree_colums3 div img{padding-right:40px;padding-bottom:35px;float:left}.tree_colums2 .bg_fon1 div img{padding-bottom:0 !important}.tree_colums3 .col-md-12 div img{padding-right:40px;padding-bottom:10px;float:left}.tree_colums3 .col-md-12 div .you_tube img{width:190px}.tree_colums3 .link{float:left;margin-top:5px}.tree_colums3 .col-md-4 div img{padding-right:0 !important;padding-bottom:10px}.vw_fon2{width:100%;margin-left:0;background:none;position:unset;height:100%}.tree_colums3 .link{display:none}.map{margin-top:-36% !important;width:130% !important;display:block;float:unset;height:min-content;margin-left:-38px !important}.rest{width:100%;display:inline-block;position:relative;margin-top:-30% !important}#detail_desc .clearfix.mapss{margin-bottom:50px !important}.tree_colums2 .bg_fon{background:#f7f8fa;border-radius:3px;padding:42px;margin-bottom:20px !important}.tree_colums2 .bg_fon1 div img{float:unset}.experts_text{width:50%;font-size:15px}.block_reviews .flex-direction-nav{display:none}.redaction_block .always_block{margin-bottom:0}.tree_colums2 .bg_fon1 .diplom_img img{float:left;width:98%}.tree_colums_mobile,.tree_colums2_mobile{width:104%;padding:0;padding-top:30px;border-radius:3px;margin-bottom:0 !important;display:inline-block !important;margin-left:-15px}.redaction_block.design_info .tree_colums,.redaction_block .tree_colums2 .bd_column{display:none !important}.diploms_mobile{display:none}#carouselExampleIndicators .owl-carousel.owl-theme{background-size:contain}#carouselExampleIndicators .owl-theme .owl-nav.disabled+.owl-dots{margin-top:150px}#carouselExampleIndicators .no-js .owl-carousel,.owl-carousel.owl-loaded{margin-top:0}.tabs_fixeds.f-nav{z-index:99;position:fixed;left:0;top:0;width:100%;background:transparent;padding:0}.tabs_fixeds ul li{margin:8px 0 0 12px !important}.redaction_block .always_block.quickly{padding-top:0}.tree_colums2_mobile .title{line-height:30px}.tree_colums2_mobile .text{font-size:14px}.bg_fon{margin-bottom:20px}.carusel_pc{margin-top:45px}#carouselExampleIndicators .owl-carousel .owl-stage-outer{overflow:hidden}#carouselExampleIndicators .owl-carousel.owl-theme{min-height:635px}.link_block{display:block}.btn_cl{padding-top:30px}}@media(min-width:768px) and (max-width:1024px) and (orientation:landscape){.body:not(.index) .main>.container{margin-top:5% !important}.big_banner_group{width:100%;left:0;height:512px}.body:not(.index) .main>.container{margin-top:10% !important}.map{margin-top:-20% !important;width:1024px !important;display:block;float:unset;height:min-content;margin-left:-29px !important}.map img{max-height:none;width:1024px}.rest{width:100%;display:inline-block;position:relative;margin-top:-25% !important}.block_reviews .table_block{margin-top:0}.tree_colums_mobile,.tree_colums2_mobile{width:104%;padding:0;border-radius:3px;margin-bottom:30px;display:inline-block !important;margin-left:-15px;margin-right:15px}.redaction_block.design_info .tree_colums{display:none !important}.map_rest .map_mobile{display:none !important}.tabs_fixeds.f-nav{position:fixed;left:0;top:60px;width:100%;z-index:9999}.redaction_block .always_block.quickly{padding-top:40px !important}}@media(min-width :481px) and (max-width :568px){.big_banner_group{width:108%}.btn_banner_top .introtext{width:95%;padding-left:8%}.fon_banner_detail{position:absolute;width:100%;height:auto;left:0;right:0;top:383px;text-align:center;margin:0 auto}.fon_banner_detail img{width:88%;margin:0 auto;text-align:center}.small_banner_detail{position:absolute;width:100%;left:0;height:auto;right:0;top:415.06px;text-align:center;margin:0 auto}.small_banner_detail img{width:61%;margin:0 auto;text-align:center}body .banners-content{height:722px}.tabs_solution .tab_block{display:none}.always_block{padding-top:20px !important;display:inline-block !important}.always_title,.experts_title,.reviews_title{width:100% !important;padding-left:0;text-align:left;padding-bottom:20px}.tree_colums{padding:0}.owl-carousel .owl-item img{display:inline-block;width:auto !important}.map{margin-left:-15vw;float:left;margin-top:33%;width:70%}.rest{position:absolute;margin-right:-13vw;right:-1%;margin-top:152px;width:82%}#detail_desc .clearfix.mapss{margin-bottom:20px}.tree_colums2 .bg_fon{margin-bottom:20px}.tree_colums2{margin-left:-15px;margin-right:-15px;width:106%}.you_tube{padding-bottom:20px}.reviews.item-views.slider .item .preview-text-wrapper{width:100% !important}.reviews.item-views.slider .item .preview-text,.block_reviews .item-views.reviews.slider{width:100% !important}.block_reviews .maxwidth-theme{margin-left:unset;width:500px}.diploms_mobile{display:none !important}.diploms_pc,.link_block_mobile{display:block !important}.diploms_mobile,.tree_colums3 .link_block{display:none !important}.experts_title,.experts_text{float:unset}.diploms_mobile .no-js .owl-carousel,.diploms_mobile .owl-carousel.owl-loaded{margin-top:40px;height:440px}.diploms_mobile .owl-carousel .owl-stage-outer{height:400px}.link_block_mobile .owl-carousel .owl-stage-outer{height:250px}.link_block_mobile .no-js .owl-carousel,.owl-carousel.owl-loaded{margin-top:15px}.tabs_fixeds .nav-container,.tabs_fixeds.f-nav ul.nav-tabs2{display:none}.tabs_fixeds.f-nav{z-index:1;position:relative;left:0;top:0;width:100%;background:transparent;padding:0}.tree_colums3{display:inline-block}#detail_desc .redaction_block .always_block.razv{display:inline-block !important}#detail_desc .redaction_block .always_title.razv,#detail_desc .redaction_block .always_text.razv{width:100%}.solutions .wrap_tizer .wrapper_inner_tizer{padding:0}.solutions .wrap_tizer{top:10px;left:21px}.solutions .wrap_tizer .wrap_outer .inner_text{line-height:25px}.solutions .wrap_tizer .wr_block{width:125px}.solutions .wrap_tizer .wrap_outer .inner_text{line-height:31px}.solutions .item.normal .wrap_tizer .wr_block{padding:8px}}@media(min-width :320px) and (max-width :480px){.btn_banner_top .introtext{width:100%;padding:0 20px;font-size:15px;padding-bottom:35px}.big_banner_group{width:100%;height:694px;left:0;right:-40px;height:315px}body .banners-content{height:315px}.fon_banner_detail,.small_banner_detail{display:none;height:auto}.btn_ban_transpt span{width:260px;padding:15px 20px 15px 20px;margin-right:0;margin-bottom:10px}.btn_ban_transpt a{width:260px;margin-bottom:10px;padding:15px 20px 15px 20px}.big_banner_group .title{font-size:36px;padding-top:28px}.btn_ban_transpt span,.btn_ban_transpt a{font-size:12px}.solutions .nav-tabs2 li{width:100%;text-align:center;margin-left:0 !important}.solutions_new_detail .tabs_solution .nav-tabs2>li.active:after{background:none}.nav-tabs2 li a{margin-bottom:15px;line-height:15px}.solutions ul.nav-tabs2{padding:30px 0 30px 0;width:123%;padding:36px 8px 0}.solutions .tabs_solution ul.nav-tabs2{margin-left:-35px !important;margin-right:-30px !important}.always_block .always_title,.always_block .adapt_title,.always_block .experts_title,.always_block .reviews_title{width:100%;padding-left:0;font-size:24px;text-align:left;padding-bottom:10px}.always_block .always_text,.always_block .adapt_text,.always_block .experts_text,.always_block .always_text{width:100%;font-size:15px;line-height:28px}.bg_fon{padding:33px}.youtube_solutions .you_tube{padding-bottom:10px}.tree_colums3{padding-bottom:10px}.bg_fon1:first-child{padding-top:10px}.item-views .items{margin-top:0}.block_reviews .title span{padding-left:0;width:100%;float:left}.tree_colums .text,.tree_colums3 .text{height:auto}.tree_colums .text,.tree_colums3 .text,.tree_colums_mobile .text{font-size:15px;line-height:26px}.map{margin-left:0;float:unset;margin-top:0;width:100%}.rest{position:relative;margin-right:-13vw;right:-1%;margin-top:152px;width:100%}.youtube_solutions .tree_colums3 .col-md-12,.redaction_block .tree_colums2 .col-md-4,.redaction_block .tree_colums .col-md-4{width:100%;padding:0}.youtube_solutions .tree_colums3 .text{height:unset;margin-bottom:20px}.youtube_solutions .tree_colums3 .col-md-12{width:100% !important}.youtube_solutions .tree_colums3 img{float:unset;padding-bottom:18px !important}.youtube_solutions .tree_colums3 .title{padding-top:20px;padding-bottom:10px !important}.block_reviews .item-views.reviews.slider{width:100% !important}.block_reviews{width:100% !important;display:block !important}.reviews.item-views.slider .item .preview-text,.reviews.item-views.slider .item .preview-text-wrapper{max-width:100%;width:100% !important}.always_block .reviews_title{width:50% !important}.block_reviews .flex-direction-nav{display:none}.tree_colums .bg_fon div img,.tree_colums2 .bg_fon div img{padding-right:20px;float:unset;vertical-align:middle;padding-top:20px;padding-bottom:18px}.tree_colums .bg_fon,.tree_colums2 .bg_fon{margin-bottom:10px !important;padding-top:10px;padding-bottom:20px}.tree_colums .title,.tree_colums2 .title{padding-top:15px !important;padding-bottom:10px !important}.tree_colums{border-radius:3px;padding:42px 0 25px;margin-bottom:30px;display:inline-block;width:100%;margin-left:0}.tree_colums2{border-radius:3px;padding:0;margin-bottom:0;display:inline-block;margin-left:0;width:100% !important}.tree_colums2 .experts_text{margin-bottom:20px}.solutions_new_detail .always_text{width:100%;margin-bottom:30px}.always_block .adapt_title{width:105%;margin-left:0;padding-left:0}.adapt_text{width:100%}.adapt_title{line-height:40px}#detail_desc .redaction_block .always_title{padding-bottom:30px;padding-left:0;line-height:35px}.block_reviews .reviews_title{padding-bottom:30px;width:100% !important}.block_reviews .item-views.reviews.slider{width:100% !important}.start_promo .item.wide50{width:100%;height:auto}.start_promo .item{width:100%;height:auto;min-height:226px;border-bottom:10px solid #fff !important;border:0 solid #fff}.start_promo .mh380{min-height:380px}.wrap_tizer .wrap_outer .inner_text{font-size:18px;line-height:27px}.wrap_tizer .wrapper_inner_tizer{padding:0 10px 0 0}.wrap_tizer{top:20px;left:30px}.wrap_tizer .wr_block{width:85%}.btn_blue_detail_solution,.btn_white_detail_solution,.btn_yellow_detail_solution{margin-left:0}.redaction_block.design_info .tree_colums{padding:0 0 25px;text-align:center}.always_block .always_text{height:auto}.map_rest .map_mobile{display:inline-block !important;margin-top:-100%;margin-left:-11px;margin-right:-32px}.map_rest .map,.map_rest .rest{display:none !important}#detail_desc .clearfix.mapss{margin-bottom:5px !important}.diploms_mobile,.link_block_mobile,.carusel_mobile{display:block !important}.diploms_pc,.tree_colums3 .link_block{display:none !important}.experts_title,.experts_text{float:unset}.diploms_mobile .no-js .owl-carousel,.diploms_mobile .owl-carousel.owl-loaded{margin-top:40px;height:400px}.diploms_mobile .owl-carousel .owl-stage-outer{height:495px}.link_block_mobile .owl-carousel .owl-stage-outer{height:140px}.link_block_mobile .no-js .owl-carousel,.owl-carousel.owl-loaded{margin-top:20px}#carouselExampleIndicators .redaction_block{display:inline-block}.redaction_block .adapt_text,.redaction_block .adapt_text{float:unset !important;margin-bottom:20px}#carouselExampleIndicators .owl-carousel.owl-theme{min-height:275px;height:auto;width:100%;background-size:contain;margin-top:70px}#carouselExampleIndicators .owl-stage-outer .owl-item{min-height:143px;height:auto;max-height:240px}#carouselExampleIndicators .owl-stage-outer .owl-item:first-child,#carouselExampleIndicators .owl-stage-outer .owl-item:last-child{height:auto;max-height:240px}#carouselExampleIndicators .owl-carousel .owl-item img{display:block;margin:20px auto 0}.tabs_fixeds .nav-container,.tabs_fixeds.f-nav ul.nav-tabs2{display:none}.tabs_fixeds.f-nav{z-index:1;position:relative;left:0;top:0;width:100%;background:transparent;padding:0}.always_block,.always_block.adapts,.always_block.new_tov{display:block}.always_block{margin-top:20px !important}.created_experts .tree_colums2{padding-bottom:165px}.tree_colums3 .link{float:left;margin-top:0}.redaction_block .always_block.quickly{padding-top:0;margin-top:0 !important}.always_block.adapts,.always_block.experts,.always_block.revie{padding-top:15px !important}#detail_desc .always_block.razv,#detail_desc .always_block.new_tov{padding-top:65px !important}.block_reviews .reviews_land .col-md-12{padding-left:0;padding-right:0}#review_blocks{margin-bottom:60px;margin-left:-15px !important;margin-right:-15px !important}.tree_colums3{padding:42px 30px}.youtube_solutions .tree_colums3{padding:30px 30px}#carouselExampleIndicators .owl-carousel .owl-stage-outer{overflow:hidden}.marketplace_detail .solution_goods .ban24{display:none}.solution_goods .item_good .item_price{display:inline-block !important}.always_block.ahead{margin-top:5px}#bx24_form_inline_second{margin-left:-15px;margin-right:-15px}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px}.fancybox-outer{height:25% !important;top:13% !important}.stik_menu{display:grid}.tabs_fixeds{margin-left:-31px !important;margin-right:-32px !important}.solutions .tab_block span{padding:13px 50px;width:190px;margin-bottom:10px}.solutions .tab_block{padding-bottom:30px;padding-top:20px;display:grid;left:0;right:0;margin:0 auto}#carouselExampleIndicators .owl-carousel .owl-item img{display:block;width:100% !important;margin:40px auto 0}.solutions .image:hover .play{top:28% !important}.solutions .image .play{width:85px;height:54px;margin:0 auto;text-align:center;top:28% !important}.vw_fon_green{width:1000vw;margin-left:-50%;position:absolute;min-height:772px}#carouselExampleIndicators_2 .owl-carousel.owl-theme{min-height:275px;height:auto;width:100%;background-size:contain;margin-top:88px}#carouselExampleIndicators_2 .owl-stage-outer{margin:0}#carouselExampleIndicators_2 .owl-stage .owl-item{margin-right:0 !important}#carouselExampleIndicators_2 .owl-carousel .owl-item img{width:auto !important}#carouselExampleIndicators_2 .owl-stage-outer .owl-item:first-child,#carouselExampleIndicators_2 .owl-stage-outer .owl-item:last-child{height:340px !important}#carouselExampleIndicators_2 .carusel_pc.swipeignore{padding-top:0}#carouselExampleIndicators_3 .always_block.adapts{padding-top:33px !important}#carouselExampleIndicators .carusel_pc.swipeignore{position:relative;width:100vw;height:auto;left:-10%}.fa-angle-left:before,.fa-angle-right:before{display:none}#carouselExampleIndicators_3{display:none}#carouselExampleIndicators_2 .owl-theme .owl-nav.disabled+.owl-dots{padding-bottom:11px}}@media(min-width :770px) and (max-width :940px){.banners-content{height:668px !important}}@media(min-width :761px) and (max-width :770px){.solutions_new_detail .tabs_solution .nav-tabs2>li.active:after{background:transparent}}@media(min-width :421px) and (max-width :668px){.always_block.ahead{margin-top:5px}.nav-tabs2.nav2.content-tabs__title{padding-bottom:20px}.nav-tabs2 li{width:100%;text-align:center;margin-left:0 !important;display:block !important}.nav-tabs2 li a{margin-bottom:15px;line-height:15px;line-height:15px;font-size:10px}.tabs_solution .tabs_fixeds ul li:first-of-type{margin-left:0}.solutions_new_detail .tabs_solution .nav-tabs2>li.active:after{background:transparent !important}#detail_desc .redaction_block .always_block.razv{display:inline-block !important}#detail_desc .redaction_block .always_title.razv,#detail_desc .redaction_block .always_text.razv{width:100%}.marketplace_detail .solution_goods .ban24{display:none}.solutions ul.nav-tabs2{padding:30px 0 30px 0;width:123% !important;padding:36px 8px 0}}@media(max-width:530px){.paks_solution table.table th,.paks_solution table.table td{display:table-cell !important}.paks_solution table.table tr.item,.paks_solution table.table tr.item_section{display:table-row !important}.marketplace_detail .solution_goods .ban24{display:none}.paks_solution .item.hidden{visibility:visible !important}.paks_solution tr.separator{display:none !important}.paks_solution table{overflow-x:scroll;width:100%}}@media(max-width:1175px){.wrap_tizer .wrap_outer .inner_text{font-size:21px}}@media(max-width :1360px){.solutions_new_detail .nav-tabs2 li.active a{color:#1750a4 !important}}@media(min-width :480px) and (max-width :1083px){.wrap_tizer .wrap_outer .inner_text{font-size:18px}.solutions .tabs_solution .tabs_fixeds ul li:first-of-type{margin-left:0}.solutions ul.nav-tabs2{padding:18px 25px 18px !important;flex-direction:column;flex-wrap:wrap;float:left}.solutions .tabs_solution .tabs_fixeds ul li:first-of-type,.tabs_solution .tabs_fixeds ul li:last-of-type{margin-left:0}.solutions .nav-tabs2 li a{margin-bottom:8px}.solutions .nav-tabs2 li.active a{color:#1750a4 !important}.solutions .tabs_fixeds ul li{padding-right:4px}.solutions .tab_block span{margin-top:0 !important}.solutions .tab_block span{padding:12px 16px !important}.solutions:not(.solutions_new_detail) .tab_block{margin-top:3% !important}.tabs_fixeds.f-nav .nav-tabs2 li a{margin-bottom:10px !important}}@media(min-width :480px) and (max-width :1360px){.solutions_new_detail ul.nav-tabs2{padding:18px 25px 18px !important;flex-direction:column;flex-wrap:wrap;float:left}.solutions_new_detail .nav-tabs2 li{margin:8px 0 0 10px !important}.solutions_new_detail .nav-tabs2 li a{margin-bottom:10px !important}.solutions_new_detail .tabs_solution .nav-tabs2>li.active:after{background:transparent}.solutions_new_detail span.buy_cl{margin-left:4px}}@media(min-width:480px) and (max-width:550px){.solutions .tab_block{padding-bottom:30px;padding-top:20px;display:inline-block;left:0;right:0;margin:0 auto;float:unset;text-align:center}.solutions .stik_menu{display:inline-block}.solutions:not(.solutions_new_detail) .stik_menu{height:256px}}@media(min-width :420px) and (max-width :1100px){#realiz_site{margin-left:-15px;margin-right:-15px}.redaction_block .always_block.quickly{padding-top:60px;margin-top:20px}}@media(max-width:773px){.tabs_fixeds ul li{margin:0 !important;padding-right:5px !important}}@media(max-width:785px){.solutions .tabs_fixeds ul li{padding-right:0}}@media(max-width :689px){.solutions_new_detail .tab_block{padding-bottom:30px}.solutions_new_detail .btn_demo{margin-right:0}.solutions_new_detail .nav-tabs2 li{margin:8px 0 0 0;width:100%;display:block !important;text-align:center}.solutions_new_detail .nav-tabs2 li a{line-height:15px;font-size:10px}.tabs_fixeds.f-nav+.tab-content{margin-top:0 !important}}@media(min-width :481px) and (max-width :689px){.tabs_fixeds.f-nav{position:relative}.solutions ul.nav-tabs2{width:100% !important}.solutions .stik_menu{display:inline-block}.solutions:not(.solutions_new_detail) .stik_menu{height:230px !important}.solutions .tab_block{margin-top:6% !important;display:block}.solutions_new_detail .tab_block{text-align:center;margin:0 auto;float:unset}}.stickers-wrap{z-index:1;position:absolute;font-family:ralewayblack,'Open Sans',sans-serif;font-weight:bold;font-size:13px;color:#FFF;letter-spacing:.4px;text-transform:uppercase;line-height:20px}.stickers-wrap .sticker{display:table;padding:8px 20px 7px 13px}.portfolio-page .top-slider.flexslider .slides>li.noheight .text{position:relative}.portfolio-page .top-slider.flexslider .slides>li.noheight .text .stickers-wrap{position:relative;left:0;margin:10px 0 10px}.portfolio-page .top-slider.flexslider .slides>li.noheight .text .stickers-wrap .sticker{display:inline-block}.top-slider .text .inner{margin-top:5px}.top-slider div.title{position:relative}.stickers-wrap.small{margin:0 0 1px;position:static}.stickers-wrap.small .sticker{display:inline-block}.header_banner_wrap{margin-left:-40px}.small_banner_detail .popup_video a:before{content:"";position:relative;width:90px;height:90px;display:block;margin:auto;top:250px}.small_banner_detail .popup_video a{font-size:12px;color:#222;text-transform:uppercase;font-weight:700;display:block;position:relative;padding:21px 0 0}.fancybox-iframe,.fancybox-image{display:block;width:100% !important;height:100% !important}.small_banner_detail{width:100%}.video_gl_banner{height:auto;margin:0 auto;z-index:99;position:relative;margin-top:-100px;min-width:1049px;width:1049px}@media(max-width:1024px){.video_gl_banner{display:none}}.close_ban{border-radius:49px;background:#fff;color:#333;font-size:25px;font-weight:bold;width:44px;height:40px;float:right;position:relative;margin-right:-50px;margin-top:-45px;padding-top:7px;cursor:pointer}.popup_video{cursor:pointer}.detail td.uslugi_landing img{max-width:initial;max-height:initial}.logo_and_menu-row .callback-block{cursor:pointer}.marketplace_detail .solution_goods .item_good .item_boks{padding:0 40px 20px 40px}.a_boks{font-weight:bold;color:#f00}.menu-row.bgcolored .mega-menu table td .wrap>a{padding-left:16px;padding-right:16px}@media(min-width:1600px){.map{margin-left:-7vw}.rest{margin-right:-5vw;right:-1%}}}@media all{.ai{--ai-main:#24c;--ai-dark:#172e8a;--ai-ink:#212529;--ai-mute:#6c6c71;--ai-line:#e1e1e6;--ai-back:#f8f8fa;--ai-radius:16px;font-family:'Arian',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:15px;line-height:1.45;color:var(--ai-ink)}.ai-launcher{position:fixed;right:32px;bottom:32px;z-index:99999990;width:56px;height:56px;padding:0;border:0;border-radius:50%;background:#fff;box-shadow:0 6px 24px rgba(0,0,0,.18);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,bottom .3s ease}.ai-launcher:hover{transform:scale(1.06);box-shadow:0 8px 28px rgba(0,0,0,.24)}.ai-launcher:focus-visible{outline:3px solid var(--ai-main);outline-offset:3px}.ai-launcher__face{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.ai-launcher__letter{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:var(--ai-main);color:#fff;font-size:24px;font-weight:700}.ai-launcher:before{content:'';position:absolute;inset:0;border-radius:50%;background:var(--ai-main);animation:ai-launcher-pulse 3.4s ease-out infinite}.ai-launcher:hover:before,.ai-launcher.is-quiet:before{animation:none;opacity:0}@keyframes ai-launcher-pulse{0%{transform:scale(1);opacity:.38}38%,100%{transform:scale(1.85);opacity:0}}.ai-launcher:after{content:'';position:absolute;right:3px;bottom:3px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:#22c55e}.ai-face{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden}.ai-face__svg{display:block;width:100%;height:100%}.ai-face__lid{fill:#fff}.ai-face__pupil{fill:var(--ai-main);transition:transform .22s cubic-bezier(.22,.61,.36,1)}.ai-face__body{fill:var(--ai-main);transform-box:fill-box;transform-origin:center}.ai-face__arc{fill:none;stroke:#fff;stroke-width:9;stroke-linecap:round;opacity:0;transition:opacity .12s ease}.ai-face__track{transition:transform .22s cubic-bezier(.22,.61,.36,1)}.ai-face__eye{transform-box:fill-box;transform-origin:center;transition:transform .16s ease,opacity .12s ease}.ai-face[data-mood="attentive"] .ai-face__eye{transform:scale(1.12)}.ai-face[data-mood="notify"] .ai-face__eye{transform:scale(1.24)}.ai-face[data-mood="notify"] .ai-face__body{animation:ai-face-pulse .85s ease-in-out 2}.ai-face[data-mood="thinking"] .ai-face__mood{animation:ai-face-think 2.4s ease-in-out infinite alternate}.ai-face[data-mood="thinking"] .ai-face__eye{transform:scaleY(.82)}.ai-face[data-mood="happy"] .ai-face__eye{opacity:0}.ai-face[data-mood="happy"] .ai-face__arc{opacity:1}.ai-face[data-mood="sleepy"] .ai-face__eye{transform:scaleY(.09)}.ai-face[data-mood="sleepy"] .ai-face__pupil,.ai-face[data-mood="thinking"] .ai-face__pupil{transform:none !important}.ai-face[data-mood="sleepy"] .ai-face__body{animation:ai-face-breath 3.6s ease-in-out infinite}.ai-face.is-blink .ai-face__eye{transform:scaleY(.08)}@keyframes ai-face-think{from{transform:translate(-3px,-4px)}to{transform:translate(4px,-2px)}}@keyframes ai-face-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes ai-face-breath{0%,100%{transform:scale(1)}50%{transform:scale(.97)}}@keyframes ai-face-glance{0%,45%,100%{transform:translate(0%,0)}58%{transform:translate(4px,2px)}78%{transform:translate(-4px,1px)}}@media(hover:none){.ai-face__track{animation:ai-face-glance 9s ease-in-out infinite}.ai-face.is-live .ai-face__track{animation:none}}.ai-pop{position:fixed;right:32px;bottom:106px;z-index:99999991;width:300px;max-width:calc(100vw - 32px);padding:13px 30px 14px 15px;border:1px solid #bfe3c8;border-radius:var(--ai-radius);background:#f2fbf4;box-shadow:0 12px 40px rgba(0,0,0,.16);cursor:pointer;animation:ai-rise .25s ease both}.ai-pop__name{display:block;margin-bottom:3px;color:#2f8f4a;font-size:12.5px}.ai-pop__text{font-size:14px;line-height:1.4;color:var(--ai-ink);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ai-pop__text p{margin:0}.ai-pop__close{position:absolute;top:8px;right:10px;width:22px;height:22px;padding:0;border:0;background:none;color:#8fb79b;font-size:18px;line-height:1;cursor:pointer}.ai-pop__close:hover{color:var(--ai-ink)}.ai-card{position:fixed;right:32px;bottom:124px;z-index:99999991;width:352px;max-width:calc(100vw - 32px);padding:16px 17px;border-radius:16px;background:#fff;box-shadow:0 12px 44px rgba(0,0,0,.18);animation:ai-rise .25s ease both}.ai-card:before,.ai-card:after{content:'';position:absolute;border-radius:50%;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.ai-card:after{right:34px;bottom:-18px;width:13px;height:13px}.ai-card:before{right:46px;bottom:-34px;width:8px;height:8px}.ai-card__close{position:absolute;top:9px;right:11px;width:22px;height:22px;padding:0;border:0;background:none;color:#b7b7bf;font-size:18px;line-height:1;cursor:pointer}.ai-card__close:hover{color:var(--ai-ink)}.ai-card__top{display:flex;gap:12px}.ai-card__face{flex:0 0 auto;width:46px;height:46px;border-radius:50%;overflow:hidden;background:var(--ai-line)}.ai-card__face img{width:100%;height:100%;object-fit:cover;display:block}.ai-card__face.ai-card__face--logo{display:flex;align-items:center;justify-content:center;width:48px;height:56px;background:none;border-radius:0;overflow:visible}.ai-face--brand{--ai-main:#ed1f24;border-radius:0;overflow:visible}.ai-card__text{min-width:0;padding-right:14px}.ai-card__name{display:block;font-size:15.5px;margin-bottom:2px}.ai-card__msg{margin:0;font-size:13.5px;line-height:1.4;color:#55555c}.ai-card__ask{display:flex;gap:8px;margin-top:13px}.ai-card__field{flex:1 1 auto;min-width:0;height:42px;padding:0 13px;border:1px solid var(--ai-line);border-radius:11px;background:#fff;color:var(--ai-ink);font-family:inherit;font-size:14.5px;outline:0;transition:border-color .15s ease}.ai-card__field:focus{border-color:var(--ai-main)}.ai-card__field::placeholder{color:#8f8f9d}.ai-card__send{flex:0 0 auto;width:42px;height:42px;padding:0;border:0;border-radius:11px;background:var(--ai-main);color:#fff;font-size:17px;line-height:1;cursor:pointer}.ai-card__send:hover{background:var(--ai-dark)}.ai-card__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.ai-card__chip{padding:6px 12px;border:1px solid var(--ai-line);border-radius:999px;background:#fff;color:var(--ai-ink);font-family:inherit;font-size:13px;line-height:1.2;cursor:pointer}.ai-card__chip:hover{border-color:var(--ai-main);color:var(--ai-main)}.ai-people{display:flex;align-items:center;gap:8px;padding:11px 16px;background:var(--ai-back);border-top:1px solid var(--ai-line)}.ai-people span{margin-right:auto;font-size:12.5px;color:#000;font-weight:600}.ai-people--card{margin:13px -17px -16px;border-radius:0 0 16px 16px}.ai-people__ico.cimeswidget__btn{width:34px;height:34px;background-size:34px 34px;border:0;padding:0;cursor:pointer;flex:0 0 auto}.ai-people__ico.cimeswidget__btn:hover{transform:scale(1.1)}.ai-panel{position:fixed;right:20px;bottom:20px;z-index:100000000;display:flex;flex-direction:column;width:460px;max-width:calc(100vw - 40px);height:min(760px,calc(100vh - 40px));max-height:calc(100vh - 40px);border-radius:var(--ai-radius);background:#fff;box-shadow:0 18px 60px rgba(0,0,0,.26);overflow:hidden;animation:ai-rise .2s ease both}@keyframes ai-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ai [hidden]{display:none !important}.ai-head{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--ai-line)}.ai-head__face,.ai-head__letter{flex:0 0 auto;width:44px;height:44px;border-radius:50%;object-fit:cover}.ai-head__letter{display:flex;align-items:center;justify-content:center;background:var(--ai-main);color:#fff;font-weight:700}.ai-head__text{min-width:0;flex:1 1 auto}.ai-head__name{margin:0;font-size:17px;font-weight:700}.ai-head__role{margin:2px 0 0;font-size:12.5px;color:var(--ai-mute)}.ai-head__close{flex:0 0 auto;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ai-mute);font-size:22px;line-height:1;cursor:pointer}.ai-head__close:hover{background:var(--ai-back);color:var(--ai-ink)}.ai-log{flex:0 1 auto;min-height:0;padding:16px 18px;overflow-y:auto;overscroll-behavior:contain}.ai-acts{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.ai-acts__btn{display:inline-block;max-width:100%;padding:7px 13px;border:1px solid var(--ai-main);border-radius:999px;background:#fff;color:var(--ai-main);font-size:13px;line-height:1.25;text-decoration:none}.ai-msg--ai .ai-msg__body .ai-acts__btn{color:var(--ai-main);text-decoration:none}.ai-msg--ai .ai-msg__body .ai-acts__btn:hover,.ai-msg--ai .ai-msg__body .ai-acts__btn:focus-visible{border-color:var(--ai-main);background:var(--ai-main);color:#fff;text-decoration:none}.ai-lead__agree{display:flex;gap:8px;align-items:flex-start;margin:10px 0 0;font-size:11.5px;line-height:1.35;color:var(--ai-mute);cursor:pointer}.ai-lead__agree input{flex:0 0 auto;margin-top:2px}.ai-lead__agree a{color:var(--ai-mute);text-decoration:underline}.ai-lead__agree a:hover{color:var(--ai-main)}.ai-call{padding:0 18px 12px}.ai-call__btn{width:100%;padding:9px 14px;border:1px dashed var(--ai-line);border-radius:10px;background:#fff;color:var(--ai-mute);font:inherit;font-size:13px;cursor:pointer}.ai-call__btn:hover{border-color:var(--ai-main);color:var(--ai-main)}.ai-call--wait .ai-call__btn{border-style:solid;color:var(--ai-main)}.ai-msg--man .ai-msg__body{border:1px solid #bfe3c8;background:#f2fbf4}.ai-msg--man .ai-msg__body:before{content:'Менеджер';display:block;margin-bottom:4px;color:#2f8f4a;font-size:11.5px;font-weight:700}.ai-msg{margin:0 0 12px;display:flex}.ai-msg:last-child{margin-bottom:0}.ai-msg__body{max-width:86%;padding:10px 14px;border-radius:14px;background:var(--ai-back)}.ai-msg--me{justify-content:flex-end}.ai-msg--me .ai-msg__body{background:var(--ai-main);color:#fff;border-bottom-right-radius:4px}.ai-msg--ai .ai-msg__body{border-bottom-left-radius:4px}.ai-msg__body p{margin:0 0 8px}.ai-msg__body p:last-child{margin-bottom:0}.ai-msg__body ul{margin:8px 0 0;padding:0 0 0 18px;list-style:disc}.ai-msg__body li{margin:0 0 4px;padding:0}.ai-msg__body li:after,.ai-msg__body li::after{content:none !important;border:0 !important;display:none !important}.ai-msg__body a{color:inherit;text-decoration:underline}.ai-msg--ai .ai-msg__body a{color:var(--ai-main)}.ai-dots{display:inline-flex;gap:4px;padding:4px 0}.ai-dots i{width:7px;height:7px;border-radius:50%;background:var(--ai-mute);animation:ai-blink 1.2s infinite ease-in-out}.ai-dots i:nth-child(2){animation-delay:.2s}.ai-dots i:nth-child(3){animation-delay:.4s}@keyframes ai-blink{0%,60%,100%{opacity:.25}30%{opacity:1}}.ai-chips,.ai-ask,.ai-lead,.ai-call,.ai-people,.ai-note{flex-shrink:0}.ai-chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 14px}.ai-chips__item{padding:8px 14px;border:1px solid var(--ai-line);border-radius:999px;background:#fff;color:var(--ai-ink);font-family:inherit;font-size:14px;line-height:1.2;cursor:pointer;transition:border-color .15s ease,color .15s ease}.ai-chips__item:hover{border-color:var(--ai-main);color:var(--ai-main)}.ai-ask{margin-top:auto;display:flex;align-items:flex-end;gap:8px;padding:12px 14px 14px;border-top:1px solid var(--ai-line)}.ai-ask__field{flex:1 1 auto;min-height:44px;max-height:120px;padding:11px 14px;border:1px solid var(--ai-line);border-radius:12px;background:#fff;color:var(--ai-ink);font-family:inherit;font-size:15px;line-height:1.35;resize:none;outline:0;transition:border-color .15s ease}.ai-ask__field:focus{border-color:var(--ai-main)}.ai-ask__field::placeholder{color:#8f8f9d}.ai-ask__send{flex:0 0 auto;width:44px;height:44px;padding:0;border:0;border-radius:12px;background:var(--ai-main);color:#fff;font-size:19px;line-height:1;cursor:pointer;transition:background .15s ease}.ai-ask__send:hover:not(:disabled){background:var(--ai-dark)}.ai-ask__send:disabled{opacity:.45;cursor:default}.ai-note{padding:12px 18px 0;color:#555;font-size:11.5px;line-height:1.35}.ai-note a{color:inherit;text-decoration:underline}.ai-msg--lead{display:block}.ai-lead{position:relative;width:100%;padding:13px 14px 15px;border:1px solid var(--ai-line);border-radius:14px;background:var(--ai-back)}.ai-lead__close{position:absolute;top:8px;right:10px;width:22px;height:22px;padding:0;border:0;background:none;color:#b7b7bf;font-size:18px;line-height:1;cursor:pointer}.ai-lead__close:hover{color:var(--ai-ink)}.ai-lead__agree{margin-top:2px}.ai-lead__title{margin:0 0 10px;font-size:14.5px;font-weight:700}.ai-lead__promo{margin:0 0 10px;padding:8px 11px;border-radius:9px;background:#eaf7ee;color:#14713a;font-size:13px;line-height:1.35;font-weight:600}.ai-lead__row{display:flex;gap:8px;margin-bottom:8px}.ai-lead__input{flex:1 1 auto;min-width:0;height:42px;padding:0 12px;border:1px solid var(--ai-line);border-radius:10px;background:#fff;font-family:inherit;font-size:14.5px;outline:0}.ai-lead__input:focus{border-color:var(--ai-main)}.ai-lead__send{flex:0 0 auto;padding:0 18px;height:42px;border:0;border-radius:10px;background:var(--ai-main);color:#fff;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer}.ai-lead__send:hover{background:var(--ai-dark)}.ai-lead__trap{position:absolute !important;left:-9999px !important;width:1px !important;height:1px !important;opacity:0 !important}@media(max-width:575px){.ai-panel{right:0;bottom:0;left:0;width:100%;max-width:100%;max-height:100%;height:100dvh;border-radius:0}.ai-launcher{right:16px;bottom:76px;width:52px;height:52px}.ai-pop{right:10px;left:10px;bottom:76px;width:auto;max-width:none}.ai-card{right:10px;left:10px;bottom:140px;width:auto;max-width:none}.ai-card:before,.ai-card:after{display:none}}@media(prefers-reduced-motion:reduce){.ai-panel,.ai-card{animation:none}.ai-launcher{transition:none}.ai-launcher:before{animation:none;opacity:0}.ai-face__track,.ai-face__mood,.ai-face__body,.ai-face__eye,.ai-face__pupil{animation:none;transition:none}}}