/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
.jBox-wrapper{text-align:left;box-sizing:border-box}.jBox-container,.jBox-content,.jBox-title{position:relative;word-break:break-word;box-sizing:border-box}.jBox-container{background:#fff}.jBox-content{padding:8px 12px;overflow-x:hidden;overflow-y:auto;transition:opacity .2s}.jBox-footer{box-sizing:border-box}.jBox-Mouse .jBox-container,.jBox-Tooltip .jBox-container{border-radius:4px;box-shadow:0 0 3px rgba(0,0,0,.25)}.jBox-Mouse .jBox-title,.jBox-Tooltip .jBox-title{padding:8px 10px 0;font-weight:700}.jBox-Mouse.jBox-hasTitle .jBox-content,.jBox-Tooltip.jBox-hasTitle .jBox-content{padding-top:5px}.jBox-Mouse{pointer-events:none}.jBox-pointer{overflow:hidden}.jBox-pointer,.jBox-pointer:after{position:absolute;box-sizing:border-box}.jBox-pointer:after{content:"";width:20px;height:20px;background:#fff;transform:rotate(45deg)}.jBox-pointer-top{top:0}.jBox-pointer-top:after{left:5px;top:6px;box-shadow:-1px -1px 2px rgba(0,0,0,.15)}.jBox-pointer-right{right:0}.jBox-pointer-right:after{top:5px;right:6px;box-shadow:1px -1px 2px rgba(0,0,0,.15)}.jBox-pointer-left{left:0}.jBox-pointer-left:after{top:5px;left:6px;box-shadow:-1px 1px 2px rgba(0,0,0,.15)}.jBox-pointer-bottom{bottom:0}.jBox-pointer-bottom:after{left:5px;bottom:6px;box-shadow:1px 1px 2px rgba(0,0,0,.15)}.jBox-pointer-bottom,.jBox-pointer-top{width:30px;height:12px}.jBox-pointer-left,.jBox-pointer-right{width:12px;height:30px}.jBox-Modal .jBox-container{border-radius:4px}.jBox-Modal.jBox-closeButton-box:before,.jBox-Modal .jBox-container{box-shadow:0 3px 15px rgba(0,0,0,.4),0 0 5px rgba(0,0,0,.4)}.jBox-Modal .jBox-content{padding:15px 20px}.jBox-Modal .jBox-title{border-radius:4px 4px 0 0;padding:15px 20px;background:#fafafa;border-bottom:1px solid #eee}.jBox-Modal.jBox-closeButton-title .jBox-title{padding-right:65px}.jBox-Modal .jBox-footer{border-radius:0 0 4px 4px}.jBox-closeButton{z-index:1;cursor:pointer;position:absolute;box-sizing:border-box}.jBox-closeButton svg{position:absolute;top:50%;right:50%}.jBox-closeButton path{fill:#aaa;transition:fill .2s}.jBox-closeButton:hover path{fill:#888}.jBox-overlay .jBox-closeButton{top:0;right:0;width:40px;height:40px}.jBox-overlay .jBox-closeButton svg{width:20px;height:20px;margin-top:-10px;margin-right:-10px}.jBox-overlay .jBox-closeButton path{fill:#ddd}.jBox-overlay .jBox-closeButton:hover path{fill:#fff}.jBox-closeButton-title .jBox-closeButton{top:0;right:0;bottom:0;width:50px}.jBox-closeButton-title svg{width:12px;height:12px;margin-top:-6px;margin-right:-6px}.jBox-closeButton-box{box-sizing:border-box}.jBox-closeButton-box .jBox-closeButton{top:-8px;right:-10px;width:24px;height:24px;background:#fff;border-radius:50%}.jBox-closeButton-box .jBox-closeButton svg{width:10px;height:10px;margin-top:-5px;margin-right:-5px}.jBox-closeButton-box:before{content:"";position:absolute;top:-8px;right:-10px;width:24px;height:24px;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.3)}.jBox-closeButton-box.jBox-pointerPosition-top:before{top:5px}.jBox-closeButton-box.jBox-pointerPosition-right:before{right:2px}.jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton{background:#fafafa}.jBox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.82)}.jBox-footer{background:#fafafa;border-top:1px solid #eee;padding:8px 10px;border-radius:0 0 3px 3px}body[class*=" jBox-blockScroll-"],body[class^=jBox-blockScroll-]{overflow:hidden}.jBox-draggable{cursor:move}@-webkit-keyframes jBoxLoading{to{transform:rotate(1turn)}}@keyframes jBoxLoading{to{transform:rotate(1turn)}}.jBox-loading .jBox-content{opacity:.2}.jBox-loading-spinner .jBox-content{min-height:38px!important;min-width:38px!important;opacity:0}.jBox-spinner{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px}.jBox-spinner,.jBox-spinner:before{box-sizing:border-box;width:24px;height:24px}.jBox-spinner:before{display:block;content:"";border-radius:50%;border:2px solid rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.8);-webkit-animation:jBoxLoading .6s linear infinite;animation:jBoxLoading .6s linear infinite}.jBox-countdown{border-radius:4px 4px 0 0;z-index:0;background:#000;opacity:.2;left:0;overflow:hidden}.jBox-countdown,.jBox-countdown-inner{position:absolute;top:0;right:0;height:3px}.jBox-countdown-inner{width:100%;background:#fff}[class*=" jBox-animated-"],[class^=jBox-animated-]{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes jBox-tada{0%{transform:scale(1)}10%,20%{transform:scale(.8) rotate(-4deg)}30%,50%,70%,90%{transform:scale(1.2) rotate(4deg)}40%,60%,80%{transform:scale(1.2) rotate(-4deg)}to{transform:scale(1) rotate(0)}}@keyframes jBox-tada{0%{transform:scale(1)}10%,20%{transform:scale(.8) rotate(-4deg)}30%,50%,70%,90%{transform:scale(1.2) rotate(4deg)}40%,60%,80%{transform:scale(1.2) rotate(-4deg)}to{transform:scale(1) rotate(0)}}.jBox-animated-tada{-webkit-animation:jBox-tada 1s;animation:jBox-tada 1s}@-webkit-keyframes jBox-tadaSmall{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-2deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(2deg)}40%,60%,80%{transform:scale(1.1) rotate(-2deg)}to{transform:scale(1) rotate(0)}}@keyframes jBox-tadaSmall{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-2deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(2deg)}40%,60%,80%{transform:scale(1.1) rotate(-2deg)}to{transform:scale(1) rotate(0)}}.jBox-animated-tadaSmall{-webkit-animation:jBox-tadaSmall 1s;animation:jBox-tadaSmall 1s}@-webkit-keyframes jBox-flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes jBox-flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.jBox-animated-flash{-webkit-animation:jBox-flash .5s;animation:jBox-flash .5s}@-webkit-keyframes jBox-shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}@keyframes jBox-shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.jBox-animated-shake{-webkit-animation:jBox-shake .4s;animation:jBox-shake .4s}@-webkit-keyframes jBox-pulseUp{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes jBox-pulseUp{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.jBox-animated-pulseUp{-webkit-animation:jBox-pulseUp .25s;animation:jBox-pulseUp .25s}@-webkit-keyframes jBox-pulseDown{0%{transform:scale(1)}50%{transform:scale(.85)}to{transform:scale(1)}}@keyframes jBox-pulseDown{0%{transform:scale(1)}50%{transform:scale(.85)}to{transform:scale(1)}}.jBox-animated-pulseDown{-webkit-animation:jBox-pulseDown .25s;animation:jBox-pulseDown .25s}@-webkit-keyframes jBox-popIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes jBox-popIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.jBox-animated-popIn{-webkit-animation:jBox-popIn .25s;animation:jBox-popIn .25s}@-webkit-keyframes jBox-popOut{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(0)}}@keyframes jBox-popOut{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(0)}}.jBox-animated-popOut{-webkit-animation:jBox-popOut .25s;animation:jBox-popOut .25s}@-webkit-keyframes jBox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes jBox-fadeIn{0%{opacity:0}to{opacity:1}}.jBox-animated-fadeIn{-webkit-animation:jBox-fadeIn .2s;animation:jBox-fadeIn .2s}@-webkit-keyframes jBox-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes jBox-fadeOut{0%{opacity:1}to{opacity:0}}.jBox-animated-fadeOut{-webkit-animation:jBox-fadeOut .2s;animation:jBox-fadeOut .2s}@-webkit-keyframes jBox-slideUp{0%{transform:translateY(0)}to{transform:translateY(-300px);opacity:0}}@keyframes jBox-slideUp{0%{transform:translateY(0)}to{transform:translateY(-300px);opacity:0}}.jBox-animated-slideUp{-webkit-animation:jBox-slideUp .4s;animation:jBox-slideUp .4s}@-webkit-keyframes jBox-slideRight{0%{transform:translateX(0)}to{transform:translateX(300px);opacity:0}}@keyframes jBox-slideRight{0%{transform:translateX(0)}to{transform:translateX(300px);opacity:0}}.jBox-animated-slideRight{-webkit-animation:jBox-slideRight .4s;animation:jBox-slideRight .4s}@-webkit-keyframes jBox-slideDown{0%{transform:translateY(0)}to{transform:translateY(300px);opacity:0}}@keyframes jBox-slideDown{0%{transform:translateY(0)}to{transform:translateY(300px);opacity:0}}.jBox-animated-slideDown{-webkit-animation:jBox-slideDown .4s;animation:jBox-slideDown .4s}@-webkit-keyframes jBox-slideLeft{0%{transform:translateX(0)}to{transform:translateX(-300px);opacity:0}}@keyframes jBox-slideLeft{0%{transform:translateX(0)}to{transform:translateX(-300px);opacity:0}}.jBox-animated-slideLeft{-webkit-animation:jBox-slideLeft .4s;animation:jBox-slideLeft .4s}.jBox-Confirm .jBox-content{text-align:center;padding:46px 35px}@media (max-width:500px){.jBox-Confirm .jBox-content{padding:32px 20px}}.jBox-Confirm-footer{height:46px}.jBox-Confirm-button{display:block;float:left;cursor:pointer;text-align:center;width:50%;line-height:46px;height:46px;overflow:hidden;padding:0 10px;transition:color .2s,background-color .2s;box-sizing:border-box}.jBox-Confirm-button-cancel{border-bottom-left-radius:4px;background:#ddd;color:#666}.jBox-Confirm-button-cancel:active,.jBox-Confirm-button-cancel:hover{background:#ccc}.jBox-Confirm-button-cancel:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.jBox-Confirm-button-submit{border-bottom-right-radius:4px;background:#7d0;color:#fff}.jBox-Confirm-button-submit:active,.jBox-Confirm-button-submit:hover{background:#6c0}.jBox-Confirm-button-submit:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.jBox-Image .jBox-container{background-color:transparent}.jBox-Image .jBox-content{padding:0;width:100%;height:100%}.jBox-image-container{background:50% no-repeat;position:absolute;width:100%;height:100%;opacity:0}.jBox-image-label-wrapper{position:absolute;top:100%;left:0;right:0;height:40px;z-index:100;display:flex}.jBox-image-label-container{position:relative;flex:1}.jBox-image-label{box-sizing:border-box;position:absolute;left:0;bottom:0;width:100%;text-align:center;color:#fff;padding:8px 12px;font-size:15px;line-height:24px;transition:opacity .36s;opacity:0;z-index:0;pointer-events:none}.jBox-image-label.expanded{background:#000}.jBox-image-label:not(.expanded){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.jBox-image-label.active{opacity:1;pointer-events:all}@media (max-width:600px){.jBox-image-label{font-size:13px}}.jBox-image-pointer-next,.jBox-image-pointer-prev{flex-shrink:0;width:40px;height:40px;cursor:pointer;opacity:.8;transition:opacity .2s;background:no-repeat 50% url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik05MyAyMjcuNEw4MC40IDI0MCA5MyAyNTIuNmMuNC40LjQgMS4xIDAgMS41bC0xLjYgMS42Yy0uNC40LTEgLjUtMS41IDBsLTE0LjktMTVjLS40LS40LS41LTEgMC0xLjVsMTQuOS0xNC45Yy40LS40IDEtLjQgMS41IDBsMS42IDEuNmMuNS41LjQgMS4xIDAgMS41eiIvPjwvc3ZnPg==);background-size:11px auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.jBox-image-pointer-next:hover,.jBox-image-pointer-prev:hover{opacity:1}.jBox-image-pointer-next{transform:scaleX(-1)}.jBox-image-counter-container{flex-shrink:0;white-space:nowrap;height:40px;line-height:40px;font-size:13px;color:#fff;text-align:right;display:none}.jBox-image-has-counter .jBox-image-counter-container{display:block}.jBox-image-not-found,.jBox-overlay.jBox-overlay-Image{background:#000}.jBox-image-not-found:before{box-sizing:border-box;width:80px;height:80px;margin-top:-40px;margin-left:-40px;border:5px solid #222;border-radius:50%}.jBox-image-not-found:after,.jBox-image-not-found:before{content:"";display:block;position:absolute;top:50%;left:50%}.jBox-image-not-found:after{box-sizing:content-box;z-index:auto;width:6px;height:74px;margin-top:-37px;margin-left:-3px;background:#222;transform:rotate(45deg);transform-origin:50% 50% 0}.jBox-image-download-button-wrapper{position:absolute;top:-40px;right:35px;height:40px;display:flex;cursor:pointer;opacity:.8;transition:opacity .2s}.jBox-image-download-button-wrapper:hover{opacity:1}.jBox-image-download-button-icon{width:40px;height:40px;background:50% no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNDE2IDI1NlY2NEgyMjR2MTkySDY0bDI1NiAyNTYgMjU2LTI1Nkg0MTZ6TTAgNTc2aDY0MHY2NEgwdi02NHoiLz48L3N2Zz4=);background-size:60%}.jBox-image-download-button-text{white-space:nowrap;line-height:40px;padding:0 10px 0 0;color:#fff;font-size:14px}@-webkit-keyframes jBoxImageLoading{to{transform:rotate(1turn)}}@keyframes jBoxImageLoading{to{transform:rotate(1turn)}}.jBox-image-loading:before{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;margin-top:-16px;margin-left:-16px;border:4px solid;border-color:#333 #333 #666;-webkit-animation:jBoxImageLoading 1.2s linear infinite;animation:jBoxImageLoading 1.2s linear infinite;border-radius:50%}.jBox-Notice{transition:margin .2s}.jBox-Notice .jBox-container{border-radius:4px;box-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,.25),inset -1px -1px 0 0 rgba(0,0,0,.1)}.jBox-Notice .jBox-content{border-radius:4px;padding:12px 20px}@media (max-width:768px){.jBox-Notice .jBox-content{padding:10px 15px}}@media (max-width:500px){.jBox-Notice .jBox-content{padding:8px 10px}}.jBox-Notice.jBox-hasTitle .jBox-content{padding-top:5px}@media (max-width:500px){.jBox-Notice.jBox-hasTitle .jBox-content{padding-top:0}}.jBox-Notice.jBox-hasTitle .jBox-title{padding:12px 20px 0;font-weight:700}@media (max-width:768px){.jBox-Notice.jBox-hasTitle .jBox-title{padding:10px 15px 0}}@media (max-width:500px){.jBox-Notice.jBox-hasTitle .jBox-title{padding:8px 10px 0}}.jBox-Notice.jBox-closeButton-title .jBox-title{padding-right:55px}.jBox-Notice.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton{width:40px}.jBox-Notice.jBox-Notice-black .jBox-container{color:#fff;background:#000}.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path,.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path{fill:#fff}.jBox-Notice.jBox-Notice-gray .jBox-container{color:#222;background:#f6f6f6}.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path,.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path{fill:#222}.jBox-Notice.jBox-Notice-red .jBox-container{color:#fff;background:#d00}.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path,.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path{fill:#fff}.jBox-Notice.jBox-Notice-green .jBox-container{color:#fff;background:#5d0}.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path,.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path{fill:#fff}.jBox-Notice.jBox-Notice-blue .jBox-container{color:#fff;background:#49d}.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path,.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path{fill:#fff}.jBox-Notice.jBox-Notice-yellow .jBox-container{color:#000;background:#fd0}.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path,.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path{fill:#fff}.jBox-NoticeFancy .jBox-content,.jBox-NoticeFancy .jBox-title{padding-left:25px}.jBox-NoticeFancy.jBox-Notice-color .jBox-container{color:#fff;background:#000}.jBox-NoticeFancy.jBox-Notice-color .jBox-container:after{content:"";position:absolute;top:0;left:0;bottom:0;width:8px;border-radius:4px 0 0 4px;background-image:linear-gradient(45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:14px 14px}.jBox-NoticeFancy.jBox-Notice-black .jBox-container:after,.jBox-NoticeFancy.jBox-Notice-gray .jBox-container:after{background-color:#888}.jBox-NoticeFancy.jBox-Notice-red .jBox-container:after{background-color:#e00}.jBox-NoticeFancy.jBox-Notice-green .jBox-container:after{background-color:#6c0}.jBox-NoticeFancy.jBox-Notice-blue .jBox-container:after{background-color:#49d}.jBox-NoticeFancy.jBox-Notice-yellow .jBox-container:after{background-color:#fb0}.jBox-NoticeFancy .jBox-countdown{left:8px;border-radius:0 4px 0 0}.jBox-TooltipBorder .jBox-container,.jBox-TooltipBorder .jBox-pointer:after{border:2px solid #49d}.jBox-TooltipBorder .jBox-pointer:after{width:22px;height:22px}.jBox-TooltipBorder .jBox-pointer-bottom,.jBox-TooltipBorder .jBox-pointer-top{width:34px;height:13px}.jBox-TooltipBorder .jBox-pointer-bottom:after,.jBox-TooltipBorder .jBox-pointer-top:after{left:6px}.jBox-TooltipBorder .jBox-pointer-left,.jBox-TooltipBorder .jBox-pointer-right{width:13px;height:34px}.jBox-TooltipBorder .jBox-pointer-left:after,.jBox-TooltipBorder .jBox-pointer-right:after{top:6px}.jBox-TooltipBorder.jBox-closeButton-box:before{width:28px;height:28px;background:#49d}.jBox-TooltipBorderThick .jBox-container{box-shadow:none;border-radius:8px;border:4px solid #ccc}.jBox-TooltipBorderThick .jBox-pointer:after{box-shadow:none;border:4px solid #ccc;width:24px;height:24px}.jBox-TooltipBorderThick .jBox-pointer-bottom,.jBox-TooltipBorderThick .jBox-pointer-top{width:38px;height:13px}.jBox-TooltipBorderThick .jBox-pointer-left,.jBox-TooltipBorderThick .jBox-pointer-right{width:13px;height:38px}.jBox-TooltipBorderThick.jBox-closeButton-box:before{width:32px;height:32px;background:#ccc}.jBox-TooltipDark .jBox-container{border-radius:4px;background:#000;color:#fff;box-shadow:0 0 6px rgba(0,0,0,.4)}.jBox-TooltipDark .jBox-closeButton,.jBox-TooltipDark .jBox-pointer:after{background:#000}.jBox-TooltipDark.jBox-closeButton-box:before{box-shadow:0 0 6px rgba(0,0,0,.4)}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path{fill:#ddd}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path{fill:#fff}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path{fill:#bbb}.jBox-TooltipError{pointer-events:none}.jBox-TooltipError .jBox-container{border-radius:2px;background:#d00;color:#fff;font-weight:700;font-size:13px}.jBox-TooltipError .jBox-content{padding:0 10px;line-height:28px}.jBox-TooltipError .jBox-pointer:after{background:#d00;width:20px;height:20px}.jBox-TooltipError .jBox-pointer-bottom,.jBox-TooltipError .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipError .jBox-pointer-left,.jBox-TooltipError .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipError .jBox-pointer-top:after{left:1px;top:6px}.jBox-TooltipError .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipError .jBox-pointer-bottom:after{left:1px;bottom:6px}.jBox-TooltipError .jBox-pointer-left:after{top:1px;left:6px}.jBox-TooltipSmall{pointer-events:none}.jBox-TooltipSmall .jBox-container{border-radius:2px}.jBox-TooltipSmall .jBox-content{padding:0 10px;line-height:28px}.jBox-TooltipSmall .jBox-pointer:after{width:20px;height:20px}.jBox-TooltipSmall .jBox-pointer-bottom,.jBox-TooltipSmall .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipSmall .jBox-pointer-left,.jBox-TooltipSmall .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipSmall .jBox-pointer-top:after{left:1px;top:6px}.jBox-TooltipSmall .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipSmall .jBox-pointer-bottom:after{left:1px;bottom:6px}.jBox-TooltipSmall .jBox-pointer-left:after{top:1px;left:6px}.jBox-TooltipSmallGray{pointer-events:none}.jBox-TooltipSmallGray .jBox-container{font-size:13px;line-height:24px;border-radius:12px;background-image:linear-gradient(180deg,#fafafa,#f2f2f2)}.jBox-TooltipSmallGray .jBox-content{padding:0 10px}.jBox-TooltipSmallGray .jBox-pointer:after{width:20px;height:20px}.jBox-TooltipSmallGray .jBox-pointer-bottom,.jBox-TooltipSmallGray .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipSmallGray .jBox-pointer-left,.jBox-TooltipSmallGray .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipSmallGray .jBox-pointer-top:after{background:#fafafa;left:1px;top:6px}.jBox-TooltipSmallGray .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipSmallGray .jBox-pointer-bottom:after{background:#f2f2f2;left:1px;bottom:6px}.jBox-TooltipSmallGray .jBox-pointer-left:after{top:1px;left:6px}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:system-ui,-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;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder, textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:8px;padding-left:8px}@media (min-width:1180px){.container{max-width:1180px}}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-green-300{--bg-opacity:1;background-color:#9ae6b4;background-color:rgba(154,230,180,var(--bg-opacity))}.bg-green-500{--bg-opacity:1;background-color:#48bb78;background-color:rgba(72,187,120,var(--bg-opacity))}.bg-primary{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity))}.bg-grey-50{--bg-opacity:1;background-color:#ededed;background-color:rgba(237,237,237,var(--bg-opacity))}.bg-grey-100{--bg-opacity:1;background-color:#dedede;background-color:rgba(222,222,222,var(--bg-opacity))}.bg-grey-200{--bg-opacity:1;background-color:#a0a0a0;background-color:rgba(160,160,160,var(--bg-opacity))}.bg-grey-300{--bg-opacity:1;background-color:#dddbdb;background-color:rgba(221,219,219,var(--bg-opacity))}.bg-grey-400{--bg-opacity:1;background-color:#888;background-color:rgba(136,136,136,var(--bg-opacity))}.bg-grey-500{--bg-opacity:1;background-color:#696969;background-color:rgba(105,105,105,var(--bg-opacity))}.bg-right-bottom{background-position:100% 100%}.bg-no-repeat{background-repeat:no-repeat}.border-white{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.border-gray-300{--border-opacity:1;border-color:#e2e8f0;border-color:rgba(226,232,240,var(--border-opacity))}.border-gray-400{--border-opacity:1;border-color:#cbd5e0;border-color:rgba(203,213,224,var(--border-opacity))}.border-primary{--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity))}.focus\:border-blue-300:focus{--border-opacity:1;border-color:#90cdf4;border-color:rgba(144,205,244,var(--border-opacity))}.border-opacity-25{--border-opacity:0.25}.border-opacity-50{--border-opacity:0.5}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-t-0{border-top-width:0}.border-b-2{border-bottom-width:2px}.border-t-4{border-top-width:4px}.border-b{border-bottom-width:1px}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-no-wrap{flex-wrap:nowrap}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.float-left{float:left}.font-thin{font-weight:200}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-5{height:1.25rem}.h-16{height:4rem}.h-20{height:5rem}.h-full{height:100%}.text-15{font-size:15px}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:23px}.text-3xl{font-size:1.875rem}.leading-5{line-height:1.25rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-0{margin-top:0}.mr-0{margin-right:0}.ml-0{margin-left:0}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.max-w-xs{max-width:20rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.object-cover{-o-object-fit:cover;object-fit:cover}.opacity-0{opacity:0}.opacity-50{opacity:.5}.hover\:opacity-75:hover{opacity:.75}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.overflow-hidden{overflow:hidden}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-10{padding:2.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pr-0{padding-right:0}.pb-1{padding-bottom:.25rem}.pr-2{padding-right:.5rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pt-5{padding-top:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pt-10{padding-top:2.5rem}.pb-12{padding-bottom:3rem}.pb-20{padding-bottom:5rem}.pr-40{padding-right:10rem}.static{position:static}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.resize{resize:both}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.fill-current{fill:currentColor}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-black{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-primary{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity))}.text-grey-200{--text-opacity:1;color:#a0a0a0;color:rgba(160,160,160,var(--text-opacity))}.text-grey-400{--text-opacity:1;color:#888;color:rgba(136,136,136,var(--text-opacity))}.text-grey-500{--text-opacity:1;color:#696969;color:rgba(105,105,105,var(--text-opacity))}.hover\:text-gray-500:hover{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.italic{font-style:italic}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.tracking-widest{letter-spacing:.1em}.align-middle{vertical-align:middle}.whitespace-no-wrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-16{width:4rem}.w-20{width:5rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-1\/6{width:16.666667%}.w-4\/6{width:66.666667%}.w-5\/12{width:41.666667%}.w-7\/12{width:58.333333%}.w-full{width:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.transition-all{transition-property:all}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform}.transition-shadow{transition-property:box-shadow}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.container_small{overflow:hidden}@media (min-width:1180px){.container_small{max-width:970px;padding-left:50px;padding-right:50px}.container_small._fw{padding-left:25px;padding-right:25px}}.flickity li>a,.splide li>a{color:unset!important;border-bottom:unset!important}.flickity-page-dots,.splide-page-dots{position:relative;bottom:-28px;max-width:unset!important;padding-left:0!important}.flickity-page-dots .dot,.splide-page-dots .dot{width:10px;height:10px;opacity:1;border:2px solid;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));transition:all .2s ease-in-out}.flickity-page-dots .dot.is-selected,.splide-page-dots .dot.is-selected{background:transparent}.flickity-viewport,.splide-viewport{transition:height .2s}.flickity_white .flickity-page-dots .dot,.splide_white .flickity-page-dots .dot{background:#fff;border-color:#fff}.flickity_white .flickity-page-dots .dot.is-selected,.splide_white .flickity-page-dots .dot.is-selected{background:transparent}.flickity_white .splide__arrow,.splide_white .splide__arrow{color:#fff!important}.splide__arrows{position:relative;height:28px}.splide__arrows .splide__arrow{position:absolute}.splide__arrows .splide__arrow svg{height:28px}.splide__arrows .splide__arrow--prev{left:25px;transform:rotate(180deg)}.splide__arrows .splide__arrow--next{right:25px}@media (max-width:768px){.flickity-page-dots{max-width:calc(100% - 180px)!important;margin:auto;height:16px;overflow:hidden}}@media (min-width:768px){.jBox-image-label{position:fixed;font-weight:600}.jBox-image-label-wrapper{top:calc(50% - 20px)}.jBox-image-label.active{background:transparent!important}}.form-control{border-radius:1.5rem;font-weight:500;font-size:1.125rem;line-height:30px;padding:10px 20px;width:100%}.form-control::-moz-placeholder{--text-opacity:1;color:#888;color:rgba(136,136,136,var(--text-opacity))}.form-control:-ms-input-placeholder{--text-opacity:1;color:#888;color:rgba(136,136,136,var(--text-opacity))}.form-control::placeholder{--text-opacity:1;color:#888;color:rgba(136,136,136,var(--text-opacity))}.form_round._loading{opacity:.5;pointer-events:none}.form_round select{padding:10px 10px 10px 15px;border:1px solid #e5e5e5;width:100%;background:#fff9e1}.btn_primary{font-weight:600;font-size:1.25rem;--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity));border-width:2px;width:100%;line-height:1.5;text-align:center;padding-bottom:.25rem;max-width:calc(100% - 40px)}.btn_primary:hover{background:#02563d}.btn_main{max-width:20rem;font-size:1.25rem;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));transition:all .2s ease-in-out}.btn_main:hover{background:#02563d}.btn_outline_main{max-width:20rem;font-size:1.25rem;--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));background-color:transparent;border-width:1px;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));transition:all .2s ease-in-out}.btn_outline_main:hover{color:#fff;background:#02563d}.btn_sm{width:180px;padding:0;z-index:20;color:#fff;font-size:14px!important;line-height:30px;border-radius:30px!important;border-color:#026f4f!important;transition:all .3s ease-in-out}.btn_admin{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity));color:#fff;padding:7px 15px;border-radius:10px}.btn_admin:hover{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.btn_admin.btn_sm{width:unset;padding:3px 7px;line-height:1.3}.btn_float{max-width:90%;padding:10px 20px;border-radius:10px;font-size:16px;line-height:18px;color:#fff}.btn_float_wrap{position:fixed;z-index:25;bottom:5px;width:100%}.btn_float svg{width:20px;fill:#fff;float:left;margin-right:5px}[data-show-more] .btn{display:none}@media (max-width:1024px){[data-show-more]{max-height:500px;overflow:hidden;position:relative}[data-show-more]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:#fff;background:linear-gradient(0deg,#fff,#fff 40%,hsla(0,0%,100%,0))}[data-show-more]._open{max-height:unset}[data-show-more]._open .btn{display:none}[data-show-more] .btn{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));display:inline-block;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}}img[lazy]{opacity:0;transition:opacity .2s ease-in-out}@font-face{font-family:Lato;src:local("Lato Regular"),local("Lato-Regular"),url(/fonts/latoregular.woff2) format("woff2"),url(/fonts/latoregular.woff) format("woff"),url(/fonts/latoregular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:local("Lato Medium"),local("Lato-Medium"),url(/fonts/latomedium.woff2) format("woff2"),url(/fonts/latomedium.woff) format("woff"),url(/fonts/latomedium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Lato;src:local("Lato Semibold"),local("Lato-Semibold"),url(/fonts/latosemibold.woff2) format("woff2"),url(/fonts/latosemibold.woff) format("woff"),url(/fonts/latosemibold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Lato;src:local("Lato Bold"),local("Lato-Bold"),url(/fonts/latobold.woff2) format("woff2"),url(/fonts/latobold.woff) format("woff"),url(/fonts/latobold.ttf) format("truetype");font-weight:700;font-style:normal}*{outline:none!important}body{font-family:Lato,Helvetica,sans-serif}h1,h2{text-align:center;font-size:40px;font-weight:500;margin-top:5px;margin-bottom:1rem}.section{padding-top:50px;padding-bottom:50px}.hr+h1,.hr+h2{margin-top:-8px}hr{position:relative;width:100%;margin-top:40px;margin-bottom:30px}p iframe{margin-left:auto;margin-right:auto;margin-top:30px;max-width:100%}.p-0-i{padding:0!important}.text-white li:before{background-color:#fff!important}.logo{position:relative;overflow:hidden;display:flex;justify-content:center}.logo__icon{margin-right:15px}.logo__icon svg{width:70px;height:94px}.logo_small{height:50px!important;width:100%}.logo>svg{width:100%;max-width:360px}.header,.logo>svg{height:94px}.header__logo{position:absolute;top:0;height:100%;width:450px}.header__menu>div{padding-left:0;padding-right:0}.header__menu__button svg,.header__menu__call svg{fill:#fff;height:24px;margin:13px 0}.header__menu__items a{line-height:36px;transition:background-color .2s ease-in-out;color:#000}.header__menu__items a:hover{background-color:rgba(0,0,0,.1)}.header__menu .emblem{height:80px;background-size:contain}.header__menu .emblem::-moz-placeholder{background:red}.header__menu .emblem:-ms-input-placeholder{background:red}.header__menu .emblem::placeholder{background:red}.header__contacts__phones a{font-size:21px;margin-top:15px;letter-spacing:.5px}.header__contacts__phones svg{height:28px;fill:#fff;position:relative;top:3px}.header__contacts__text{bottom:-20px;right:0;font-weight:700;letter-spacing:1.2px}.header__partners a{height:36px;overflow:hidden;display:flex;justify-content:center;align-items:center}.header__partners a svg{width:18px;margin-right:7px;fill:#fff}.advantages__img{width:50%}.advantages__img_1 img{position:relative;left:60px}.advantages__img img{max-width:unset;height:650px}.advantages__title{font-size:33px;line-height:1.23;margin-top:5px}.advantages__emblem{height:205px;background-repeat:no-repeat;background-position:50%;background-size:contain}.advantages__items{margin-top:33px}.advantages__items span{font-size:32px}.advantages__items p{font-size:16px;margin-bottom:18px;line-height:1.4}.advantages__items p:last-child{margin-bottom:80px}.advantages__links a{position:absolute;bottom:155px}.advantages__links_1{left:265px}.advantages__links_2{right:285px}.services__items{margin-left:-20px;margin-right:-20px}.footer ._big{padding:0;width:72px;height:69px;display:flex;justify-content:center;align-items:center}.footer ._big img{width:100%}.page__inner{background:#e5e5e5;font-size:17px}.page__inner h1{font-size:34px}.page__inner h2{font-size:24px;text-transform:uppercase;margin-top:0}.page__inner .hr+h2{margin-top:5px}.page__inner h3{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));font-size:20px;font-weight:600;line-height:1.1;margin-bottom:20px}.page__inner h4{font-size:16px;font-weight:600;text-transform:uppercase;margin-bottom:5px}.page__inner p{margin-bottom:10px;line-height:1.8}.page__inner p a{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));border-bottom:1px solid}.page__inner b,.page__inner strong{font-weight:700}.page__inner section{padding-top:2rem}.page__inner blockquote{display:inline-block;position:relative;white-space:pre-line;font-size:18px;letter-spacing:.3px;font-weight:600;border-top:1px solid #6f6f6f;border-bottom:1px solid #6f6f6f;padding-top:20px;padding-bottom:20px;max-width:600px}.page__inner blockquote:before{background-image:url(/img/top-quote.png);left:-30px;top:-1px}.page__inner blockquote:after,.page__inner blockquote:before{content:"";background-repeat:no-repeat;display:inline-block;width:27px;height:22px;position:absolute}.page__inner blockquote:after{background-image:url(/img/down-quote.png);right:-30px;bottom:-1px}.page__inner ol:not(.block__breadcrumbs),.page__inner ul{margin-top:10px;margin-bottom:30px;max-width:85%}.page__inner ol:not(.block__breadcrumbs).list_unstyled,.page__inner ul.list_unstyled{max-width:unset;width:100%}.page__inner ol:not(.block__breadcrumbs).list_unstyled li,.page__inner ul.list_unstyled li{padding-left:0;margin-bottom:0}.page__inner ol:not(.block__breadcrumbs).list_unstyled li:before,.page__inner ul.list_unstyled li:before{display:none!important}.page__inner ol:not(.block__breadcrumbs).flickity-enabled,.page__inner ul.flickity-enabled{margin-bottom:24px}.page__inner ol:not(.block__breadcrumbs) li,.page__inner ul li{line-height:1.8;position:relative;padding-left:20px;margin-bottom:10px;word-break:break-word}.page__inner ol:not(.block__breadcrumbs) li:before,.page__inner ul li:before{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));content:"";display:inline-block;width:8px;height:8px;border-radius:50%;position:absolute;left:0;top:9px}.page__inner ol:not(.block__breadcrumbs) li a,.page__inner ul li a{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));border-bottom:1px solid}.page__inner ol:not(.block__breadcrumbs) .block__list,.page__inner ol:not(.block__breadcrumbs) ol,.page__inner ol:not(.block__breadcrumbs) ul,.page__inner ul .block__list,.page__inner ul ol,.page__inner ul ul{padding-left:25px}.page__inner ol:not(.block__breadcrumbs){padding-left:15px;counter-reset:item}.page__inner ol:not(.block__breadcrumbs) li{padding-left:0}.page__inner ol:not(.block__breadcrumbs) li:before{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));content:counters(item,".");counter-increment:item;position:relative;left:-10px;top:0;width:30px;height:30px;line-height:30px;display:inline-block;background:#f1f1f1;border-radius:50%;text-align:center;font-weight:700}.page__inner ol:not(.block__breadcrumbs) li::marker{font-size:18px}.page__inner ol:not(.block__breadcrumbs) li .content{margin-left:10px}.page__inner table{width:100%!important;margin-top:25px;margin-bottom:25px;border-bottom:2px solid #eee}.page__inner table td{padding:10px}.page__inner table tr:nth-child(odd){background:#eee}.page__inner table tr:first-child td{white-space:nowrap}.page__inner table p{margin:0}.page__inner .table__wrap{width:100%;max-width:calc(100vw - 40px);overflow-x:auto}.page__inner .cdx-marker{background-color:#fff9e1;font-weight:500;padding:3px 5px}@media (max-width:1024px){.page__inner h1{font-size:26px}.page__inner section{padding-left:20px;padding-right:20px}.page__inner blockquote{font-size:16px}.page__inner blockquote:before{background-color:#fff;left:-10px;top:-10px}.page__inner blockquote:after{background-color:#fff;right:-10px;bottom:-10px}.page__inner ol,.page__inner ul{max-width:unset}.page__inner ol ul,.page__inner ul ul{width:100%}}.page_default h2{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));position:relative;padding-top:53px;font-size:22px!important}.page_default h2:before{content:"";display:inline-block;background-image:url(/img/lion_green.png);background-size:contain;background-position:50%;background-repeat:no-repeat;width:53px;height:22px;position:absolute;top:20px;left:50%;transform:translateX(-50%)}.page_service{background:#fff;overflow:hidden;margin-top:-5px}.page_service>div:first-child{padding-top:5px}.page_service .callback-form .btn_main{margin-top:20px}.page_service .external_link,.page_service .linkfacebook,.page_service figure.image{width:85%;margin-left:7.5%;border:1px solid #ededed;border-radius:10px;overflow:hidden}.page_service .external_link a,.page_service .linkfacebook a,.page_service figure.image a{display:flex;flex-direction:column;border:none!important}.page_service .external_link img,.page_service .linkfacebook img,.page_service figure.image img{width:100%;height:350px;-o-object-fit:cover;object-fit:cover}.page_service .external_link .text,.page_service .external_link figcaption,.page_service .linkfacebook .text,.page_service .linkfacebook figcaption,.page_service figure.image .text,.page_service figure.image figcaption{--bg-opacity:1;background-color:#ededed;background-color:rgba(237,237,237,var(--bg-opacity));display:block;padding:10px 20px;font-weight:600;font-size:18px;color:#333}.page_service .subcategory{background:#f1f1f1;border-top-width:5px}.page_service .subcategory_title{font-size:18px;line-height:1.3;margin-bottom:15px}.page_service .subcategory_text{display:block;height:41.59px;overflow:hidden;font-size:16px;line-height:1.3;margin-bottom:15px}.page_service .subcategory_link{font-size:16px;padding-bottom:2px;border-bottom:1px solid}.page_service .review a{display:inline-block;border:none;min-height:400px}.page_service .review a img{box-shadow:0 5px 10px rgba(0,0,0,.15)}.page_service figure.image{width:calc(50% - 30px);float:left;display:flex;margin-left:15px;margin-right:15px;margin-bottom:10px;border-radius:0}.page_service figure.image>a{display:flex;align-items:center;justify-content:center;width:160px;min-width:160px;min-height:90px}.page_service figure.image>a img{width:80%;height:unset;-o-object-fit:cover;object-fit:cover}.page_service figure.image figcaption{display:flex;align-items:center;background:transparent}.block__service-header{padding:45px 60px;background:url(/img/bg_lion.png) no-repeat,linear-gradient(268deg,#f0f0f0,#c5c5c5);background-position:100% 100%;background-size:auto 90%,auto}.block__service-header__body{max-width:750px}.block__service-header__description{font-size:16px;line-height:1.4!important;margin-bottom:30px!important}.block__service-header__btn{display:inline-block;font-size:16px;line-height:1.4!important;padding:12px 30px}.block__service-header h1{font-size:45px;font-weight:600;line-height:50px;text-align:left;margin-bottom:10px}.page_service_long__header{position:relative;padding:25px 35px}.page_service_long__header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--person-image) no-repeat,url(/img/bg_lion_soft.png) no-repeat,#f5f7f9;background-position:100% 100%;background-size:auto 90%,auto 90%,auto}.page_service_long__header__title{text-align:left;font-size:45px;line-height:54px;font-weight:700;max-width:500px;margin-top:33px;margin-bottom:25px}.page_service_long__header__comment{font-size:17px;line-height:28px;max-width:680px;margin-bottom:20px}.page_service_long__header__wrap{background:#f5f7f9}.page_service_long__header__z1{position:relative}.page_service_long__header .block__breadcrumbs{margin-top:0}.page_service_long__header .block__breadcrumbs li.breadcrumb-item{border:none;font-size:17px;margin-right:30px}.page_service_long__header .block__breadcrumbs li.breadcrumb-item:after{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));right:-19px}.page_service_long__header .form-control{display:inline-block;padding:0 30px;line-height:46px;font-size:16px;width:unset;border-radius:5px;margin-right:12px}.page_service_long__header .btn_outline_main{line-height:44px}.page_service_long__features{display:flex;justify-content:space-between}.page_service_long__features__feature{max-width:205px}.page_service_long__features__icon{padding:13px;background:#f5f7f9;display:inline-block}.page_service_long__features__title{display:block;font-size:20px;font-weight:700;line-height:27px;margin-top:17px}.page_service_long__features__description{font-size:18px;margin-top:7px;display:inline-block}.page_service_long__about{display:flex}.page_service_long__about__main{margin-right:20px;background:#f5f7f9;width:calc(100% + 140px)}.page_service_long__about__title{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));text-align:left;font-weight:700;font-size:30px;line-height:50px}.page_service_long__about__content{font-size:18px;line-height:30px}.page_service_long__about__features{background:#f5f7f9}.page_service_long__about__features__title{font-size:18px;font-weight:700;line-height:33px;margin-bottom:15px}.page_service_long__about__features__items li{position:relative;margin-bottom:25px;padding-left:25px;font-size:18px}.page_service_long__about__features__items li:before{content:"";display:inline-block;width:16px;height:16px;background:url(/img/features/new/check.svg) no-repeat;background-size:100%;margin-right:8px;position:absolute;top:8px;left:0}.page_service_long__about__features__items li:last-child{margin-bottom:0}.page_service_long__services{margin-bottom:40px}.page_service_long__services__list{display:flex;flex-wrap:wrap;gap:32px}.page_service_long__services__service{padding:22px;position:relative;background:#f5f7f9;width:calc(25% - 24px);display:flex;flex-direction:column;justify-content:space-between}.page_service_long__services__service:after{content:"";height:5px;display:block;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(90.01deg,#026f4f -22.26%,#42c09b 101.68%)}.page_service_long__services__service__title{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));margin-bottom:17px}.page_service_long__services__service__link{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));border-bottom-width:1px;font-size:16px;display:inline-block}.page_service_long__persons__list{margin-bottom:70px}.page_service_long__persons__wrap{background:#f5f7f9}.page_service_long__persons__wrap .flickity-page-dots{display:flex;bottom:2px}.page_service_long__persons__wrap .flickity-page-dots .dot{background:#d9d9d9;border:none;flex-grow:1;height:2px;border-radius:0;margin:0}.page_service_long__persons__wrap .flickity-slider{z-index:3}.page_service_long__persons__person{width:125px;margin-right:25px;cursor:pointer}.page_service_long__persons__person__img{border-width:1px;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));width:90px;height:90px;display:flex;margin-bottom:7px;pointer-events:none}.page_service_long__persons__person__img img{height:100%;-o-object-fit:cover;object-fit:cover}.page_service_long__persons__person__name{height:70px;font-size:15px;font-weight:700;pointer-events:none}.page_service_long__persons__person__position{margin-bottom:20px;font-size:15px;color:#757575}.page_service_long__persons__person>a{display:inline-block;position:relative;padding-bottom:0}.page_service_long__persons__person>a._current:after{content:"";display:block;height:2px;background:green;position:absolute;bottom:0;right:0;left:0}.page_service_long__persons__current{background:#fff;display:flex;justify-content:space-between;margin-bottom:80px}.page_service_long__persons__current__photo{border-width:1px;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));width:200px;height:200px;display:flex}.page_service_long__persons__current__photo__wrap{padding:20px}.page_service_long__persons__current__photo img{width:100%;-o-object-fit:cover;object-fit:cover}.page_service_long__persons__current__info{padding:20px}.page_service_long__persons__current__info__wrap{display:flex}.page_service_long__persons__current__name{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));display:block;font-size:24px;font-weight:700;line-height:28px;margin-bottom:17px}.page_service_long__persons__current__post{color:#757575;font-size:15px;line-height:25px;margin-bottom:25px;white-space:pre-line}.page_service_long__persons__current__title{font-size:16px;font-weight:700;margin-bottom:15px}.page_service_long__persons__current__list ul{font-size:15px;list-style:disc;padding-left:17px;margin-bottom:15px}.page_service_long__persons__current__list ul li{margin-bottom:10px}.page_service_long__persons__current__callback{padding:20px;display:flex;flex-direction:column;border:1px solid #b9b9b9;background:#f5f7f9;max-width:405px;width:100%}.page_service_long__persons__current__callback__title{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));font-size:24px;font-weight:700;line-height:28px;margin-bottom:20px}.page_service_long__persons__current__callback__time{white-space:pre-line;margin-bottom:35px}.page_service_long__persons__current__callback__buttons{height:41px;margin-bottom:15px}.page_service_long__persons__current__callback__btn{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));border-width:1px;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));cursor:pointer;padding:10px 20px;transition:all .2s ease-in-out}.page_service_long__persons__current__callback__btn._primary,.page_service_long__persons__current__callback__btn:hover{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));color:#fff}.page_service_long__persons__current__callback__btn._primary:hover{opacity:.9}.page_service_long__persons__features{gap:10px;display:flex;justify-content:space-between;margin-bottom:40px}.page_service_long__persons__features__title{text-align:center}.page_service_long__persons__feature{background:#fff;text-align:center;padding:30px 45px;width:calc(33% - 6.5px)}.page_service_long__persons__feature__header{font-size:50px;font-weight:700;line-height:60px;margin-bottom:5px}.page_service_long__persons__feature__title{font-size:30px;font-weight:700;line-height:36px;margin-bottom:17px}.page_service_long__persons__feature__text{color:#999;font-size:16px;line-height:28px}.page_service_long__persons_full .page_service_long__persons__person__name{height:auto;margin-bottom:5px}.page_service_long__persons_full .flickity-viewport{height:212px}.page_service_long__cases{display:flex;justify-content:space-between;padding-bottom:20px}.page_service_long__cases__col1{width:360px}.page_service_long__cases__col2{width:290px}.page_service_long__cases__col3{width:425px}.page_service_long__cases__case__title{display:block;font-size:20px;font-weight:700;margin-bottom:15px}.page_service_long__cases__case__content{overflow:hidden;font-size:16px;max-height:200px;position:relative}.page_service_long__cases__case__files{display:flex;margin-top:10px}.page_service_long__cases__case__files img{height:25px;margin-right:5px}.page_service_long__cases__case__person{display:flex;margin-top:50px;align-items:center}.page_service_long__cases__case__person__image{border-width:1px;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));display:flex;height:65px;width:65px;margin-right:15px;border-radius:50%;overflow:hidden}.page_service_long__cases__case__person__image img{height:100%;-o-object-fit:cover;object-fit:cover}.page_service_long__cases__case__person__name{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));font-weight:700;font-size:18px}.page_service_long__cases__case__person__link{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));font-size:16px;margin-top:15px;display:inline-block}.page_service_long__cases__case__person__link svg{width:15px;float:right;margin-top:6px;margin-left:10px}.page_service_long__cases__case._small{margin-bottom:55px}.page_service_long__cases__case._small .page_service_long__cases__case__title{font-size:16px}.page_service_long__cases__case._small .page_service_long__cases__case__content{font-size:15px;max-height:70px}.page_service_long__cases__case._small .page_service_long__cases__case__content:before{top:50px;height:20px}.page_service_long__cases__list{padding:20px;margin-top:-20px;background:#f5f7f9}.page_service_long__cases__list__title{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));font-size:16px;font-weight:700;margin-bottom:10px}.page_service_long__cases__list ul{list-style:disc;padding-left:20px}.page_service_long__cases__list ul li{font-size:16px;margin-bottom:20px}.page_service_long__cases__more{padding:20px;margin-top:20px;background:#f5f7f9}.page_service_long__cases__more a{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));overflow:hidden;display:block}.page_service_long__cases__more a span{float:left;font-size:20px;font-weight:700;margin-right:10px}.page_service_long__cases__more a svg{float:left;width:18px;position:relative;top:8px}.page_service_long__cases__askCallback{margin-top:20px}.page_service_long__cases__askCallback a{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));overflow:hidden;display:inline-block;padding:0 30px;line-height:46px;font-size:16px;border-radius:5px;margin-right:12px;color:#fff;-moz-text-align-last:center;text-align-last:center;width:100%}.page_service_long__content{padding:60px 0}.page_service_long__content__wrap{background:#f5f7f9;overflow:hidden}.page_service_long__content__block{padding:40px;background:#fff;border-top:2px solid #e9e9e9;border-bottom:2px solid #e9e9e9}.page_service_long__content__block h3{color:#000;font-size:24px!important;margin-bottom:20px!important}.page_service_long__content__block h3,.page_service_long__content__block p,.page_service_long__content__block ul{padding-right:200px}.page_service_long__content__block code{margin-right:-200px}.page_service_long__content__block ul{margin-top:20px}.page_service_long__content__block ul li:before{top:11px;width:6px;height:6px;background:#000}.page_service_long__content__block code{display:block;font-family:unset;padding:30px 35px;background:#f5f7f9;border-top:2px solid #d1d1d1;margin-top:35px}.page_service_long__content__block p iframe{margin-left:unset;margin-right:unset}.page_service_long__content__block table{border-bottom:none;margin-top:10px;margin-bottom:10px}.page_service_long__content__block table tr:nth-child(odd){background:unset}.page_service_long__content__block table tr:nth-child(2n){background:#f5f7f9}.page_service_long__content__links{margin-bottom:32px}.page_service_long__content__link{font-size:18px;padding:15px 25px;margin-right:12px;margin-bottom:8px;background:#e3e7ea;border-radius:50px;transition:all .2s ease-in-out;cursor:pointer;white-space:nowrap}.page_service_long__content__link:hover{background:#d4dbdf}.page_service_long__content__link._active{background:#c6ced4}.page_service_long__content__wrapped{margin-top:20px;margin-bottom:-40px}.page_service_long__content__wrapped__item{max-height:72px;overflow:hidden;border-top:2px solid #e9e9e9}.page_service_long__content__wrapped__item__title{font-size:24px!important;font-weight:700!important;line-height:72px;text-transform:none!important;margin:0!important;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.page_service_long__content__wrapped__item__title svg path{stroke:#757575}.page_service_long__content__wrapped__item._open{max-height:1000px}.page_service_long__content__wrapped__item._open svg{transform:rotate(180deg)}.page_service_long__reviews__subtitle{color:#757575;margin-bottom:20px}.page_service_long__reviews__carousel{width:100%;height:226px}.page_service_long__reviews__carousel._yandex{height:unset}.page_service_long__reviews__carousel._hide_category .page_service_long__reviews__review__text{margin-bottom:15px}.page_service_long__reviews__carousel._hide_category .page_service_long__reviews__review__footer{display:none}.page_service_long__reviews__carousel .flickity-viewport{overflow:visible}.page_service_long__reviews__carousel .splide__slide{width:120px;height:210px;margin-right:15px}.page_service_long__reviews__carousel .splide__slide a{display:flex;height:100%;width:100%}.page_service_long__reviews__carousel .splide__slide img{height:100%;-o-object-fit:cover;object-fit:cover}.page_service_long__reviews__carousel .flickity-page-dots{display:none}.page_service_long__reviews__review{width:unset!important;height:unset!important;margin-right:15px!important;padding:30px;background:#fff}.page_service_long__reviews__review__header{display:flex;margin-bottom:23px}.page_service_long__reviews__review__header__wrap{display:flex;flex-direction:column}.page_service_long__reviews__review__img{width:50px;line-height:50px;text-align:center;font-weight:700;font-size:25px;background:#f5f7f9;border-radius:50%;margin-right:10px}.page_service_long__reviews__review__name{font-weight:700}.page_service_long__reviews__review__name span{color:#757575;font-size:15px;font-weight:400;margin-left:10px}.page_service_long__reviews__review__stars{display:flex;margin-top:5px}.page_service_long__reviews__review__stars svg{fill:#ffc107;width:16px;height:16px;margin-right:3px}.page_service_long__reviews__review__text{font-size:15px;width:300px;margin-bottom:60px}.page_service_long__reviews__review__text__more{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));cursor:pointer}.page_service_long__reviews__review__text._full,.page_service_long__reviews__review__text__hidden{display:none}.page_service_long__reviews__review__footer{font-size:15px}.page_service_long__reviews__review__footer__case{max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block!important}.page_service_long__reviews__review__footer__service{max-width:220px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block!important}.page_service_long__reviews__review__footer a{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity))}.page_service_long__reviews__review__footer span{margin-right:5px}.page_service_long__reviews_yandex__link{border-width:1px;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));display:inline-block;padding:0 23px;border-radius:5px;margin-top:5px;margin-bottom:60px;min-width:175px;line-height:56px;text-align:center;transition:all .2s ease-in-out;cursor:pointer}.page_service_long__reviews_yandex__link:hover{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));color:#fff}.page_service_long__reviews_yandex__header{display:flex;justify-content:space-between;margin-bottom:40px}.page_service_long__reviews_yandex__header__rating{display:flex;align-items:center}.page_service_long__reviews_yandex__header__rating__number{color:#4d4d4d;font-size:20px;font-weight:700;margin-right:8px}.page_service_long__reviews_yandex__header__rating__stars{display:flex;margin-right:12px}.page_service_long__reviews_yandex__header__rating__stars svg{fill:#ffc107;width:16px;height:16px;margin-right:3px}.page_service_long__reviews_yandex__header__rating__link{display:flex;color:#757575;font-size:18px;align-items:center}.page_service_long__reviews_yandex__header__rating__link svg{margin-left:8px}.page_service_long__reviews_yandex__header__btn{display:flex;padding:5px 8px;border-radius:5px;transition:all .2s ease-in-out;cursor:pointer}.page_service_long__reviews_yandex__header__btn:hover{background:#fff}.page_service_long__reviews_yandex__header__btn img{height:26px;margin-right:8px}.page_service_long__reviews_yandex button.splide__arrow{top:-260px}.page_service_long__recommendations__list{display:flex;flex-wrap:wrap;justify-content:space-between}.page_service_long__recommendations__item{padding:25px;width:calc(50% - 10px);background:#f5f7f9;margin-bottom:25px;position:relative}.page_service_long__recommendations__item__title{font-size:24px;font-weight:700;margin-bottom:22px;max-width:385px}.page_service_long__recommendations__item__text{font-size:16px;max-width:calc(100% - 120px)}.page_service_long__recommendations__item__number{font-size:150px;font-weight:700}.page_service_long__recommendations__item__number__wrap{position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;height:100%;width:120px;color:#dadde0}.page_service_long__recommendations__item._important{width:100%}.page_service_long__social__subtitle{margin-top:-30px;margin-bottom:60px;color:#757575}.page_service_long__social .partner__item{background:#fff}.page_service_long__social .partner__item__title{font-size:16px;font-weight:700;margin-bottom:17px}.page_service_long__social .partner__item__source{display:flex}.page_service_long__social .partner__item__source__name{font-size:15px;white-space:pre-line}.page_service_long__social .partner__item__source img{margin-right:10px}.page_service_long__social .partner__item .flex{flex-direction:column}.page_service_long__social ._img,.page_service_long__social iframe{height:215px;max-width:100%;margin-bottom:15px;-o-object-fit:cover;object-fit:cover}.page_service_long__social h2{display:flex;align-items:center;cursor:pointer}.page_service_long__social h2 svg{margin-left:12px;position:relative;top:5px}.page_service_long__social .flickity-viewport{overflow:visible}.page_service_long__faq{background:#f5f7f9}.page_service_long__faq__tags{display:flex;flex-wrap:wrap}.page_service_long__faq__tag{background:#fff;font-size:18px;padding:10px 18px;margin-right:8px;margin-bottom:8px;border-radius:30px;cursor:pointer;transition:all .2s ease-in-out}.page_service_long__faq__tag:hover{background:#d4dbdf}.page_service_long__faq__tag._active{background:#c6ced4}.page_service_long__faq__list{background:#fff;padding-left:35px;margin-top:50px;max-width:calc(100% - 315px);border-left:4px solid #c8c8c8}.page_service_long__faq__list_wrap{display:flex;justify-content:space-between}.page_service_long__faq__add{width:300px;margin-top:50px;padding:15px 20px;display:flex;flex-direction:column;background:#fff}.page_service_long__faq__add__count{font-size:20px;margin-bottom:5px}.page_service_long__faq__add .btn{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));border-width:1px;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));width:100%;max-width:unset;margin-top:7px;line-height:46px;cursor:pointer;border-radius:5px;font-size:16px;font-weight:400;padding:0;transition:all .2s ease-in-out}.page_service_long__faq__add .btn._green,.page_service_long__faq__add .btn:hover{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));color:#fff}.page_service_long__faq__add .btn._green:hover{opacity:.9}.page_service_long__faq__item{position:relative;margin-left:-4px;padding-top:25px;padding-right:20px;padding-bottom:25px;border-bottom:1px solid #e9e9e9}.page_service_long__faq__item__title{font-size:20px;font-weight:700;line-height:28px;margin-bottom:15px}.page_service_long__faq__item__text{font-size:17px}.page_service_long__faq__item._active:before{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));content:"";position:absolute;left:-35px;top:0;display:inline-block;width:4px;height:100%}.page_service_long__faq__link{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));display:flex;align-items:center;justify-content:center;font-size:20px;line-height:65px;text-align:center;width:100%}.page_service_long__faq__link svg{width:20px;margin-left:15px;position:relative;top:2px}.page_service_long__photos{padding-bottom:0}.page_service_long__photos__list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.page_service_long__photos__photo{display:flex;width:140px;height:140px;overflow:hidden;margin-bottom:7px}.page_service_long__photos__photo img{width:100%;-o-object-fit:cover;object-fit:cover}.page_service_long__photos__photo._link{position:relative}.page_service_long__photos__photo._link:after{content:attr(data-text);top:0;left:0;width:100%;height:100%;position:absolute;color:#fff;background:rgba(0,0,0,.6);text-align:center;line-height:19px;display:flex;align-items:center;justify-content:center;padding:0 20px;transition:all .3s ease-in-out}.page_service_long__photos__photo._link:hover:after{background:rgba(0,0,0,.8)}.page_service_long__prices{background:#f5f7f9}.page_service_long__prices__item{font-size:20px;font-weight:700;border-bottom:1px solid #e9e9e9}.page_service_long__prices__item__name{width:700px;max-width:100%}.page_service_long__prices__item:last-child{border:none}.page_service_long__prices__item td{padding:17px 0}.page_service_long__prices__item .btn{width:175px;font-size:16px;line-height:46px;font-weight:400;display:inline-block;border-radius:5px;text-align:center;float:right}.page_service_long__prices__item .btn._mobile{display:none}.page_service_long__prices__list{width:100%;margin-bottom:20px}.page_service_long__prices .table__wrap{padding:0 33px;background:#fff}.page_service_long__callback{display:flex;align-items:center;flex-direction:column}.page_service_long__callback__title{font-size:25px!important;text-align:center!important;margin-bottom:45px!important;margin-top:20px}.page_service_long__callback__list{display:flex;justify-content:center;margin-bottom:40px}.page_service_long__callback__step{text-align:center;padding-left:25px;padding-right:25px;position:relative}.page_service_long__callback__step__number{width:34px;line-height:34px;background:#f5f7f9;border-radius:50%;display:inline-block;text-align:center;font-weight:700}.page_service_long__callback__step__number__wrap{padding-left:40px;padding-right:40px}.page_service_long__callback__step__title{font-size:18px;font-weight:700;margin-top:12px;margin-bottom:6px}.page_service_long__callback__step__text{color:#757575;max-width:185px;white-space:pre-line}.page_service_long__callback__step:after{content:"";height:1px;width:114px;background:#e6e8ea;display:block;position:absolute;right:-57px;top:16px;z-index:-1}.page_service_long__callback__step:last-child:after{display:none}.page_service_long__callback__form{width:100%;max-width:520px;position:relative}.page_service_long__callback .sent_wrap{display:none}.page_service_long__callback .form-control{padding:28px 18px;background:#f5f7f9;margin-bottom:16px;font-size:17px;border-radius:5px 5px 0 0;border-bottom:1px solid #d7d7d7}.page_service_long__callback .form-control::-moz-placeholder{color:#757575}.page_service_long__callback .form-control:-ms-input-placeholder{color:#757575}.page_service_long__callback .form-control::placeholder{color:#757575}.page_service_long__callback .btn{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));display:flex;justify-content:center;align-items:center;width:100%;padding-top:0;padding-bottom:0;line-height:64px;border:none;color:#fff;border-radius:5px;transition:all .2s ease-in-out}.page_service_long__callback .btn:hover{background:#026044}.page_service_long__callback .btn svg{margin-right:12px}.page_service_long__callback .checkbox{transition:all .2s}.page_service_long__callback .checkbox__wrap{font-size:14px;display:block;margin-top:14px;margin-bottom:30px;position:relative;padding-left:28px;cursor:pointer}.page_service_long__callback .checkbox__wrap input{top:16px;left:7px;position:absolute;width:1px;height:1px;opacity:.01}.page_service_long__callback .checkbox__wrap input:checked+.checkbox:after,.page_service_long__callback .checkbox__wrap input:checked+.checkbox:before{--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity))}.page_service_long__callback .checkbox:hover:before{background:#ebeff3}.page_service_long__callback .checkbox:before{content:"";width:14px;height:14px;margin-right:14px;display:inline-block;position:absolute;top:4px;left:0;border-radius:2px;border:1px solid #b3b3b3;background:#f5f7f9;transition:all .2s}.page_service_long__callback .checkbox:after{content:"";width:6px;height:6px;display:block;transform:rotate(225deg);position:absolute;top:7px;left:4px;border:2px solid #b3b3b3;border-right:none;border-bottom:none}.page_service_long__related{background:#f5f7f9}.page_service_long__related__title{margin-top:30px!important;text-align:center}.page_service_long__related__categories{display:flex;border-bottom:1px solid #d9d9d9}.page_service_long__related__categories__wrap{display:flex;justify-content:center;margin-bottom:45px}.page_service_long__related__categories__item{padding-left:30px;padding-right:30px;line-height:55px;font-size:20px;margin-bottom:-2px;border-bottom:2px solid transparent;transition:all .2s ease-in-out;cursor:pointer}.page_service_long__related__categories__item:first-child{padding-left:0}.page_service_long__related__categories__item:last-child{padding-right:0}.page_service_long__related__categories__item._active,.page_service_long__related__categories__item:hover{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity))}.page_service_long__related__categories__item._active{--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity))}.page_service_long__related__services{display:flex;flex-wrap:wrap;margin-bottom:20px}.page_service_long__related__services__item{display:block;font-size:18px;padding:0 30px;line-height:60px;background:#fff;border-radius:30px;margin:0 6px 10px}.page_service_long__contacts{padding:40px;position:absolute;top:60px;background:#fff}.page_service_long__contacts__wrap{position:relative}.page_service_long__contacts__title{margin-top:0!important;margin-bottom:25px!important}.page_service_long__contacts__map{height:640px}.page_service_long__contacts__item{margin-bottom:20px}.page_service_long__contacts__item__title{font-size:20px;font-weight:700;margin-bottom:5px}.page_service_long__contacts__item__social{display:flex}.page_service_long__contacts__item__social svg{width:26px;height:26px}.page_service_long__contacts__item__r{display:flex;align-items:center;padding-left:25px}.page_service_long__contacts__item__r a{padding:5px}.page_service_long__contacts__item__r ._telegram svg{fill:#029be5}.page_service_long__contacts__item__r ._whatsapp svg{fill:#2aa81b}.page_service_long__contacts__item a{display:block}.page_service_long__contacts__link{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));display:flex;font-size:18px;font-weight:700;justify-content:center;align-items:center;width:100%;max-width:unset;padding-top:0;padding-bottom:0;margin-top:30px;line-height:60px;border:none;color:#fff;border-radius:5px;transition:all .2s ease-in-out;cursor:pointer}.page_service_long h2{font-size:45px;font-weight:700;text-align:left;margin-bottom:35px}.page_service_long h3{font-size:30px;font-weight:700;margin-top:10px;margin-bottom:36px}.page_service_long .splide__arrow{top:-160px;width:46px;height:46px;background:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;box-shadow:0 0 13px hsla(0,0%,77.6%,.25);transition:all .2s ease-in-out}.page_service_long .splide__arrow--prev{left:-66px}.page_service_long .splide__arrow--next{right:-66px}.page_service_long .splide__arrow:hover{background:#f5f7f9}.page_service_long .splide__arrow svg{fill:#000;height:24px}.page_service_long ._tab{display:none}.page_service_long ._tab._active{display:block}.page_service_long ._tab._loading{position:relative;min-height:550px}.page_service_long ._tab._loading:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;border-radius:10px;transition:all .3s;z-index:50}.modal-review{width:500px;max-width:90vw}.modal-review._open{display:flex!important;align-items:center}.modal-review._open .page_service_long__reviews__review__text{display:none}.modal-review._open .page_service_long__reviews__review__text._full{display:block!important;margin-bottom:30px}.modal-review._open .page_service_long__reviews__review__footer__case,.modal-review._open .page_service_long__reviews__review__text{width:500px;max-width:400px}.modal-review._open .page_service_long__reviews__review__footer__service{max-width:320px}.modal-review .jBox-content{padding:30px;line-height:1.5}@media (max-width:1280px){.page_service_long .splide__arrow--next{right:0}.page_service_long .splide__arrow--prev{left:0}}@media (max-width:992px){.page_service_long__header{padding-bottom:200px}.page_service_long__header__title{font-size:32px;line-height:1.2;margin-bottom:20px}.page_service_long__header__comment{margin-bottom:100px}.page_service_long__header__buttons{display:none}.page_service_long__header:before{background-position:right -150px bottom;background-position-x:center;background-size:auto 300px,auto 60%,auto}.page_service_long__header._no-photo{padding-bottom:40px}.page_service_long__header._no-photo .page_service_long__header__comment{margin-bottom:10px}.page_service_long__header .block__breadcrumbs{padding-left:0}.page_service_long__header .block__breadcrumbs .li.breadcrumb-item{font-size:14px}.page_service_long__header .form-control{width:100%;text-align:center;margin-bottom:15px}.page_service_long__header .form-control.btn_outline_main{background:#f5f7f9}.page_service_long__features{width:calc(100% - 30px);flex-wrap:wrap;flex-direction:column;padding-bottom:5px;padding-top:15px;margin-left:15px;margin-top:-20px;margin-bottom:20px;background:#fff;position:relative;z-index:10;border-radius:20px;box-shadow:0 8px 24px rgba(149,157,165,.2)}.page_service_long__features__icon{display:none}.page_service_long__features__feature{width:100%;max-width:unset;margin-bottom:15px;padding-right:10px;padding-left:10px}.page_service_long__features__description{font-size:14px}.page_service_long__features__callback{padding-top:15px;padding-left:10px;padding-right:10px}.page_service_long__features__callback .btn_main{width:100%;display:block;margin-bottom:20px;border-radius:20px;text-align:center;max-width:unset;line-height:34px}.page_service_long__about{flex-direction:column;padding-right:0;padding-left:0}.page_service_long__about__main{margin-right:0;width:100%}.page_service_long__services{padding-left:20px;padding-right:20px}.page_service_long__services__list{margin-right:-10px;margin-left:-10px;flex-wrap:wrap;gap:16px}.page_service_long__services__service{width:calc(50% - 8px);border-radius:20px;align-items:center;justify-content:center;background:#f5f7f9;overflow:hidden}.page_service_long__services__service__link{text-decoration:none}.page_service_long__services__service__title{margin-bottom:0}.page_service_long__services__service:after{display:none}.page_service_long__services__service div{width:100%;text-align:left;font-size:14px;margin-top:10px}.page_service_long__services__service div a{font-size:14px}.page_service_long__persons{padding-left:20px;padding-right:20px}.page_service_long__persons__current{flex-direction:column;margin-right:-20px;margin-left:-20px;margin-bottom:60px}.page_service_long__persons__current__info__wrap{flex-direction:column}.page_service_long__persons__current__callback{border:none;padding-top:0;background:transparent}.page_service_long__persons__current__callback__time,.page_service_long__persons__current__callback__title{display:none}.page_service_long__persons__current__callback__btn{width:100%;display:block;text-align:center}.page_service_long__persons__list{margin-bottom:20px}.page_service_long__persons__features{display:block}.page_service_long__persons__features__wrap{margin-left:-15px;margin-right:-15px}.page_service_long__persons__features__wrap .flickity-button,.page_service_long__persons__features__wrap .flickity-page-dots{display:none}.page_service_long__persons__feature{padding:0 5px;height:260px;width:80%;background:transparent;overflow:hidden}.page_service_long__persons__feature__wrap{background:#fff;padding:30px 10px}.page_service_long__persons__feature__title{font-size:27px;margin-bottom:12px}.page_service_long__cases{flex-direction:column}.page_service_long__cases__case__title{font-size:18px;margin-bottom:10px}.page_service_long__cases__case._big,.page_service_long__cases__case._small{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #e5eaef}.page_service_long__cases__list{margin-top:-26px}.page_service_long__cases__col1,.page_service_long__cases__col2,.page_service_long__cases__col3{width:100%}.page_service_long__content{padding:40px 20px 0}.page_service_long__content__links{margin-bottom:20px}.page_service_long__content__link{font-size:14px;padding-top:14px;padding-bottom:14px}.page_service_long__content__block{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.page_service_long__content__block h3,.page_service_long__content__block p,.page_service_long__content__block ul{padding-right:0}.page_service_long__content__block code{margin-right:0}.page_service_long__content__wrapped__item__title{height:72px;font-size:16px!important;line-height:1.2!important}.page_service_long__content__wrapped__item__title svg{width:22px;margin-right:5px}.page_service_long__content__wrapped__item__text p{font-size:16px;line-height:1.4}.page_service_long__reviews_yandex__header{flex-direction:column}.page_service_long__reviews_yandex__header__rating__link{font-size:14px;text-align:right}.page_service_long__reviews_yandex__header__btn{font-size:14px;margin-top:5px}.page_service_long__reviews_yandex__header__btn img{height:22px}.page_service_long__reviews_yandex__link{width:100%}.page_service_long__recommendations__list{display:block}.page_service_long__recommendations__list .flickity-page-dots .dot{border-color:#dadde0;background-color:#fff}.page_service_long__recommendations__list .flickity-page-dots .dot.is-selected{background-color:#dadde0}.page_service_long__recommendations__item{width:90%;margin-right:10px}.page_service_long__recommendations__item__number{font-size:100px}.page_service_long__recommendations__item__number__wrap{width:90px;height:90%;align-items:flex-end}.page_service_long__recommendations__item__text{max-width:calc(100% - 70px)}.page_service_long__recommendations__item__text__wrap{overflow:hidden}.page_service_long__recommendations__item__text ._more{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity))}.page_service_long__recommendations__item__text ._text-more{display:none}.page_service_long__recommendations__item:nth-child(2) .page_service_long__recommendations__item__title{font-size:20px}.page_service_long__recommendations__item:nth-child(4) .page_service_long__recommendations__item__title{font-size:21px}.page_service_long__recommendations h2{padding-left:10px}.page_service_long__social h2{padding-left:10px;padding-right:10px}.page_service_long__social h2 svg{width:22px}.page_service_long__social .partner__item{padding-left:10px;padding-right:10px}.page_service_long__faq__list{max-width:unset;margin-left:-10px;margin-right:-10px;padding-right:35px;border:none}.page_service_long__faq__tag{font-size:14px;cursor:pointer}.page_service_long__faq__add_wrap{display:none}.page_service_long__faq__item{padding-right:0}.page_service_long__faq__item:before{display:none!important}.page_service_long__photos__list li{width:50%;padding:0 5px}.page_service_long__photos__photo{width:100%}.page_service_long__photos h2{padding-left:10px;padding-right:10px}.page_service_long__prices__item{font-size:16px;font-weight:500}.page_service_long__prices__item__name{padding-right:10px!important}.page_service_long__prices__item__price{font-weight:700;font-size:1.1em;margin-top:5px}.page_service_long__prices h2,.page_service_long__prices ul{padding-left:10px;padding-right:10px}.page_service_long__prices .table__wrap{padding-left:20px;padding-right:20px;margin-left:-10px;margin-right:-10px}.page_service_long__prices .btn{display:none;width:135px;line-height:42px;margin-top:10px}.page_service_long__prices .btn._mobile{display:inline-block}.page_service_long__callback__list{flex-direction:column;padding-left:40px;width:100%}.page_service_long__callback__step{background:#fff;margin-bottom:20px;position:relative;text-align:left}.page_service_long__callback__step__number__wrap{position:absolute;left:-25px;top:7px;padding-left:0}.page_service_long__callback__step__text{max-width:unset;white-space:normal}.page_service_long__callback__step:after{bottom:-37px;top:unset;height:30px;width:1px;right:50%}.page_service_long__callback__form{padding-left:15px;padding-right:15px}.page_service_long__callback input.form-control{padding-top:12px;padding-bottom:12px}.page_service_long__related__title{text-align:left;padding-left:15px}.page_service_long__related__categories{width:100%;flex-direction:column;border:none}.page_service_long__related__categories__item{margin-bottom:1px;white-space:nowrap;padding:0 10px!important}.page_service_long__related__services{display:block;min-height:271px}.page_service_long__related__services__item{line-height:1.4;padding-top:10px;padding-bottom:10px}.page_service_long__related__services li{width:90%}.page_service_long h2{font-size:27px;line-height:1.2;margin-bottom:20px}.page_service_long h3{font-size:24px;margin-bottom:20px}.page_service_long .p-10{padding:25px}.page_service_long .splide__arrow{width:30px;height:30px;display:none}.page_service_long .splide__arrow--prev{left:0}.page_service_long .splide__arrow--next{right:0}.page_service_long .splide__arrow svg{height:16px}.page_service_long__contacts{position:unset}.page_service_long__contacts__wrap{display:flex;flex-direction:column-reverse}.page_service_long__contacts__map{height:450px}}@media (max-width:768px){.page_service .container:first-child{padding-top:20px}.page_service .section_cases{padding-left:0;padding-right:0}.page_service .callback-form .btn_main{margin-top:unset}.page_service .subcategory_text{height:unset}.page_service figure.image{width:100%;margin-left:0;margin-right:0}.block__service-header{padding:26px 28px;background-size:auto 190px,auto}.block__service-header h1{font-size:26px;line-height:29px}.flickity-page-dots{max-width:100%!important}#block-prices-content{overflow:hidden}.modal-review{left:0!important}.modal-review .jBox-container{width:calc(100% - 40px)}.modal-review._open .page_service_long__reviews__review__footer__case,.modal-review._open .page_service_long__reviews__review__text{max-width:100%!important}.modal-review._open .page_service_long__reviews__review__footer span{white-space:nowrap}}.contacts{min-height:calc(100vh - 130px);border-right:4px solid #e5e5e5}.contacts h2{text-transform:none}.contacts p.text-xl{margin-bottom:5px}.contacts__map{min-height:400px}.contacts__form .fields,.form_round .fields{position:relative}.contacts__form.sent .btn_sm,.sent.form_round .btn_sm{pointer-events:none;background:#fff!important;border-color:#e5e5e5!important;color:#e5e5e5}.contacts__form.sent .sent_wrap,.sent.form_round .sent_wrap{opacity:1;pointer-events:all;transition:all .3s ease-in-out}.contacts__form .sent_wrap,.form_round .sent_wrap{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:#fffce4;z-index:20;border-radius:10px;text-align:center;display:flex;flex-direction:column;justify-content:center;opacity:0;pointer-events:none}.contacts__form .sent_wrap span,.form_round .sent_wrap span{font-size:24px;font-weight:600}.contacts__form .sent_wrap p,.form_round .sent_wrap p{white-space:pre-wrap;font-size:20px;color:#a0a0a0;line-height:1.5}.contacts__form .form-control,.form_round .form-control{border-radius:0;border-right:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.contacts__form .form-control:first-child,.form_round .form-control:first-child{border-top:1px solid #e5e5e5;border-top-right-radius:10px;border-top-left-radius:10px}.contacts__form button.form-control,.contacts__form textarea.form-control,.form_round button.form-control,.form_round textarea.form-control{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.contacts__form button,.form_round button{line-height:34px;font-size:15px!important;max-width:200px}.contacts__name{font-size:20px;margin-top:-15px;margin-bottom:15px!important}.page_contacts{overflow:hidden}@media (max-width:768px){.contacts{min-height:unset;border:none}.page_contacts>.container{padding-left:0;padding-right:0}}.page_person h2:not(.h-default){text-align:left;text-transform:none;font-weight:600}.page_person__face{background-position:bottom 0 right -135px;background-repeat:no-repeat;background-size:380px;min-height:330px}.page_person__face .block__text{max-width:600px}.page_person__position{font-size:19px!important;margin-top:20px;margin-bottom:5px!important}.page_person__skills{margin-left:-10px;margin-right:-10px}.page_person__skills__skill{margin-left:10px;margin-right:10px;padding:25px 20px;background:#f1f1f1}.page_person__skills__skill__date{display:block;font-size:.9em;margin-bottom:8px}.page_person__skills__skill__title{font-weight:500;line-height:1.3!important;margin-bottom:30px!important}.page_person__skills__skill img{height:64px}.page_person__cert{height:280px}.page_person__cert a{display:flex;height:100%;justify-content:center;border:none!important}.page_person__cert img{height:100%;-o-object-fit:scale-down;object-fit:scale-down}.page_person__news{padding-left:0;padding-right:0}.page_person__news h2{font-size:30px}.page_person__news .page__posts__wrap{margin-top:25px;margin-left:-12px;margin-right:-12px}.page_person .mentioning{margin-top:-15px}.page_person .block__text ol li,.page_person .block__text p,.page_person .block__text ul,.page_person .block__text ul li{font-size:16px;line-height:1.5}.page_person .page__history__thanks{padding-left:70px;padding-right:70px}.page_person .block__breadcrumbs{margin-top:0}@media (max-width:768px){.page_person__face{padding-bottom:200px;background-size:290px auto;background-position:bottom 0 right -65px}.page_person__quote{min-height:unset}.page_person .mentioning{margin-left:0}.page_person .page__history__thanks{padding-left:0;padding-right:0}}.page__posts{padding-top:0;margin-top:-1px}.page__posts__wrap{margin-top:50px}.page__posts .page__cases__categories{margin-top:1.75em}.page__post{background:#fff}.page__post__related{padding-top:0!important;padding-bottom:30px}.page__post__related p{line-height:1.25}.page__post__related>.flex{margin-right:-.75rem;margin-left:-.75rem}.page__post__related .block__post._small{padding:3px 15px}.page__post__related .block__post__info{font-size:14px}.page__post__comments,.page__post__comments_add{padding-top:0!important}.block__post:hover .block__post__image{opacity:.9}.block__post__info{display:flex}.block__post__info span{color:#a0a0a0;display:flex;align-items:center;margin-right:15px;line-height:10px}.block__post__info svg{height:15px;float:left;margin-right:5px;fill:#a0a0a0}.block__post__image{display:flex;justify-content:center;align-items:center;height:220px;transition:all .3s ease-in-out}.block__post__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;color:#fff}.block__post._small .block__post__image{height:170px}@media (max-width:767px){.block__post._small .block__post__image{height:54vw}.block__post._small>div{padding-top:0;padding-bottom:0}.page__post__related>div>div{width:100%}.page__posts .page__cases__categories{margin-top:.75em;margin-bottom:-2em}}.page__cases h1{text-align:left;font-size:30px;font-weight:700}.page__cases__total{color:#b7b7b7;font-size:18px;padding-top:15px;padding-bottom:25px}.page__cases__categories .case{font-size:18px;display:inline-block;padding:6px 15px;background:#e2e2e2;border-radius:6px;margin-right:17px;margin-bottom:10px;white-space:nowrap}.page__cases__case{display:flex;justify-content:flex-start;padding-top:50px;padding-bottom:50px;border-top:1px solid #c4c4c4}.page__cases__case__number{color:#929292;font-size:26px;font-weight:700;padding-left:20px;padding-right:70px}.page__cases__case__title{font-size:20px;font-weight:700;margin-bottom:25px;padding-right:10px}.page__cases__case__title._has-pdf:after{content:"pdf";color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;border-radius:6px;padding:4px 8px;background:#dd5d5d;position:relative;top:-2px}.page__cases__case__properties{font-size:17px;line-height:1.7}.page__cases__case__properties__name{font-weight:600;min-width:190px;margin-bottom:5px}.page__cases__case .block__author{width:300px}.page__cases__case .block__author__about p{font-size:15px}.page__cases__case .block__author .w-20{width:60px}.page__cases__case .block__author .h-20{height:60px}.page_case{background:transparent}.page_case h1,.page_case h2{text-align:left}.page_case h2{font-size:24px;font-weight:700;text-transform:none;margin-bottom:10px}.page_case .bg-grey-100{padding:50px 70px;margin-left:-50px;margin-right:-50px}.page_case__breadcrumbs{font-size:18px}.page_case__breadcrumbs a{color:#222}.page_case__breadcrumbs li{border:none!important}.page_case__breadcrumbs li:after{color:#c1c1c1!important;top:2px!important}.page_case__properties{border-bottom:none!important}.page_case__properties tr{background:transparent!important}.page_case__properties td{line-height:2;padding:0!important}.page_case__review{padding-top:25px!important}.page_case__review h2{text-align:center}.page_case__review .hr{padding-bottom:0}.page_case__review__name{text-align:left!important}.page_case__review__title{margin-bottom:30px!important}.page_case__documents__carousel{width:100%;max-width:unset!important}.page_case__documents__preview{width:100%;height:500px}.page_case__documents__preview__img{width:100%;height:100%;justify-content:center;align-items:center;flex-direction:column}.page_case__documents__preview__name{font-size:16px;font-weight:600;line-height:1.2;padding-bottom:10px;text-align:center;margin:0}.page_case__documents li{display:inline-block;position:relative;padding-left:0!important;margin-right:10px;margin-left:10px;width:calc(25% - 20px);height:130px;overflow:hidden;cursor:pointer}.page_case__documents li:first-child{margin-left:0}.page_case__documents li:before{display:none!important}.page_case__documents li:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0}.jBox-content iframe{width:95%;height:100%;margin-left:2.5%}@media (max-width:1024px){.page__cases{padding-top:30px;padding-left:20px;padding-right:20px}.page__cases__case__number,.page__cases__case__person{display:none}.page__cases__case__properties__name{min-width:120px}.page_case h1{font-size:26px}.page_case__breadcrumbs{font-size:16px}}div.page__history{background:#fff}div.page__history__steps:not(.kkk) ol{max-width:unset;padding-right:5px;padding-left:20px}div.page__history__steps:not(.kkk) ol>li{margin-bottom:0;padding-left:40px;padding-bottom:30px;border-left:1px solid #cbcbcb}div.page__history__steps:not(.kkk) ol>li:before{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));content:counters(item,".");color:#fff;font-size:20px;font-weight:600;position:absolute;left:-20px;display:inline-block;width:40px;height:40px;line-height:39px;text-align:center}div.page__history__steps:not(.kkk) ol>li h4{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));font-size:20px;line-height:1.4;font-weight:700;margin-bottom:10px}div.page__history__steps:not(.kkk) ol>li p{font-size:16px;line-height:1.3;margin-bottom:1.3em}div.page__history__steps:not(.kkk) ol>li p:last-child{margin-bottom:0}div.page__history__now{max-width:745px;line-height:21px!important;margin-bottom:0!important}div.page__history__features__feature{width:100%;margin-left:9px;margin-right:9px;padding:35px 28px;background:#f5f5f5}div.page__history__features__feature:first-child{margin-left:0}div.page__history__features__feature:last-child{margin-right:0}div.page__history__features__img{margin-bottom:12px}div.page__history__features__title{font-size:16px;font-weight:700;line-height:1.3!important;margin-bottom:12px!important}div.page__history__features__content p{color:#818181;font-size:16px;line-height:1.3}div.page__history__thanks{padding-left:120px;padding-right:120px}div.page__history__thanks .thanks__carousel .flickity-page-dots{bottom:-25px}div.page__history__thanks .splide__arrows{top:-25px}div.page__history__thanks .thank{padding:30px 35px;background:#f1f1f1}div.page__history__thanks .thank h5{font-size:18px;margin-top:0}div.page__history__thanks .thank__text{font-size:16px;line-height:1.3;margin-bottom:0;font-weight:400}div.page__history__certificates .history__files-carousel__item a,div.page__history__thanks .history__files-carousel__item a{height:190px;display:flex;border:none}div.page__history__certificates .history__files-carousel__item a img,div.page__history__thanks .history__files-carousel__item a img{width:100%;-o-object-fit:scale-down;object-fit:scale-down}div.page__history__thanks .history__files-carousel{padding-bottom:20px}div.page__history__thanks .history__files-carousel__item a{height:285px}div.page__history h1{font-size:34px;max-width:500px;font-weight:600;line-height:41px;margin-top:-15px;margin-bottom:30px}div.page__history .ds p{font-size:16px;line-height:1.3}@media (max-width:768px){.page__history__features{flex-wrap:wrap}.page__history__features__feature{margin-bottom:10px;margin-right:0!important;margin-left:0!important}}.page__questions .page__cases__list._loading{pointer-events:none;opacity:.3}.page__question .page_case__properties{width:auto!important}.page__question .page_case__properties .page__cases__case__properties__value{padding-left:20px!important}.page__question .block__author .w-20{width:60px;height:60px}.block__breadcrumbs .breadcrumb-item{position:relative;margin-right:25px}.block__breadcrumbs .breadcrumb-item:not(:last-child):after{content:"/";color:#696969;position:absolute;right:-14px;top:0}@media (max-width:1200px){.block__breadcrumbs{padding-left:12px}}.persons__carousel .person__image{height:500px;background-size:contain;background-position:50%;background-repeat:no-repeat}.persons__carousel .person__name{margin-bottom:.25rem;margin-top:.25rem}.persons__carousel .person__about{margin-top:5px;font-size:14px;padding-left:10px;padding-right:10px}.persons__carousel .person p{margin-bottom:0}.persons__carousel_small .person p{line-height:1.5}.persons__carousel_small .person__image{width:150px;height:150px!important;background-size:cover!important;border-radius:50%;margin-left:auto;margin-right:auto;background-position:bottom;background-origin:content-box;padding-top:10px}@media (max-width:768px){.persons__carousel .person__image{height:350px}.persons__carousel .person__name{font-size:17px}}.cases__carousel .stamp{height:120px;margin-top:-5px}.cases__carousel .case h4{margin-top:1rem;margin-bottom:.25rem;font-weight:700;--text-opacity:1;color:#888;color:rgba(136,136,136,var(--text-opacity));font-size:1.25rem;text-transform:uppercase}.cases__carousel .case em{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));font-weight:700;font-style:unset}.cases__carousel .flickity-page-dots{bottom:-45px}.cases__carousel_small .case{cursor:pointer}@media (max-width:768px){.cases__carousel .stamp{height:90px;margin:0;position:absolute;right:-20px;top:-35px}.cases__carousel .case__text,.cases__carousel .case em{font-size:16px}}.partner{background-image:url(/img/partner.jpg);background-color:#1a0001;background-size:cover}.partner .hr svg{fill:#fff}.partner__item{background:rgba(0,0,0,.5)}.modal__partner{padding-top:10px;padding-bottom:10px}.modal__partner iframe{width:100%;height:450px}.modal__partner p{margin-bottom:10px}@media (max-width:1300px){.partner .hr__green{display:none!important}.partner .hr__white{display:block!important}}@media (max-width:768px){.modal__partner iframe{height:230px}}.block__text.page__inner{background:transparent}.block__text h1,.block__text h2,.block__text h3,.block__text h4,.block__text h5,.block__text h6{font-weight:700;font-size:19px;margin-bottom:10px}.block__text p,.block__text ul{margin-bottom:20px;font-size:17px;line-height:1.8}.hr img{display:none}.hr img,.hr svg{height:auto;max-width:55px;--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));fill:currentColor}.bg-grey-100 .hr__green,.bg-grey-200 .hr__green,.bg-grey-400 .hr__green,.bg-white .hr__green{display:block}.bg-grey-100 .hr__white,.bg-grey-200 .hr__white,.bg-grey-400 .hr__white,.bg-white .hr__white{display:none}.bg-grey-100 .hr svg,.bg-grey-200 .hr svg,.bg-grey-400 .hr svg,.bg-white .hr svg{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));fill:currentColor}.bg-grey-500 .hr__white,.bg-primary .hr__white{display:block!important}.bg-grey-500 .hr__green,.bg-primary .hr__green{display:none!important}.bg-grey-500 .hr svg,.bg-primary .hr svg{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));fill:currentColor}@media (min-width:1300px){.hr img[style]{display:none!important}}@media (max-width:1300px){.hr img{display:block;height:20px;max-width:unset!important}.hr svg{display:none!important}.hr_1 img{height:24px}.hr_2 img{height:16px}.hr+h2{margin-top:-12px}}.mentioning>*{margin-bottom:20px}.mentioning>:nth-child(odd){padding-right:20px}.mentioning__categories_person{margin-bottom:-20px!important;margin-top:5px!important;margin-left:-30px}.mentioning__categories_person li{padding-right:0!important}.mentioning__categories_person li:before{display:none!important}.mentioning_big{position:relative;margin-top:20px!important;max-height:620px}.mentioning_big__more{position:absolute;text-align:center;display:block;cursor:pointer;left:0;top:625px;line-height:40px;margin:0;background:#fff;font-size:16px}.mentioning_big._open{max-height:unset}.mentioning_big._open .mentioning_big__more{display:none}.mentioning_big .mention{border:1px solid #e7e7e7}.mentioning .mention{height:100%;min-height:121px}.mentioning .mention__img{display:flex;justify-content:center;align-items:center}.mentioning .mention__img img{-o-object-fit:contain;object-fit:contain;max-width:90%;max-height:108px}.mentioning .mention__title{font-size:16px}.mentioning .mention__text{font-size:14px;line-height:18px}.mentioning [data-year]{padding:2px 3px}.mentioning [data-year]._active{background:rgba(2,111,79,.2)}@media (max-width:768px){.mentioning_big{flex-wrap:wrap}.mentioning_big>*{margin-bottom:20px;padding-right:0!important}}.services_white .service{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.ul-to-check ul{display:flex;flex-wrap:wrap;margin-top:10px;margin-bottom:10px;max-width:100%}.ul-to-check ul li{position:relative;width:50%;padding:10px 15px 10px 30px;margin:0}.ul-to-check ul li:before{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));content:"";display:inline-block;width:20px;height:20px;border-radius:50%;position:absolute;left:0;top:15px;background-image:url(/img/check.png);background-position:50%;background-repeat:no-repeat}.ul-to-check ul li p{line-height:1.5;max-width:300px;margin-bottom:0}.ul-to-check ul li strong{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));font-size:18px}.ul-to-check .list_full-page li{width:100%}@media (max-width:768px){.ul-to-check ul li{width:100%}}.ul-to-qa ul{margin-bottom:20px;padding-left:0!important;width:100%;max-width:100%!important}.ul-to-qa ul li{position:relative;padding:0;margin-top:5px;margin-bottom:0;cursor:pointer}.ul-to-qa ul li._open p{margin-bottom:20px}.ul-to-qa ul li._open:after{transform:rotate(180deg) translateY(50%)}.ul-to-qa ul li br{display:none}.ul-to-qa ul li:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:2px;background:#eaeaea;border-radius:0}.ul-to-qa ul li:after{content:"";pointer-events:none;display:inline-block;width:20px;height:20px;background-image:url(/img/arrow_down.png);background-repeat:no-repeat;position:absolute;right:0;top:25px;transition:all .6s}.ul-to-qa ul li strong{display:block;font-size:18px;padding:15px 45px 10px 0}.ul-to-qa ul li p{display:none;padding-right:45px;margin:0;overflow:hidden;cursor:default}.block__advantages{background-image:url(/img/bg_lion.png);background-repeat:no-repeat;background-position:100% 100%;background-color:#9c9c9c}.block__advantages__title{margin-bottom:20px!important}.block__advantages__number{font-size:80px;line-height:1.1}.block__advantages__item__title{font-size:1.875rem;line-height:1;margin-bottom:1rem}@media (max-width:768px){.block__advantages__title{font-size:22px;font-weight:700;padding-left:10px;padding-right:10px}.block__advantages__number{font-size:60px;margin-top:10px}.block__advantages__item{padding-left:30px;padding-right:50px;max-width:100%}.block__advantages__item__title{text-align:left;margin-top:10px;margin-left:10px}.block__advantages__item__desc{text-align:left}}.block__price__menu{padding-left:1rem;padding-right:1rem}.block__price__menu a{display:inline-block;font-weight:600;--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));border-bottom-width:1px;--border-opacity:1;border-color:#026f4f;border-color:rgba(2,111,79,var(--border-opacity));--border-opacity:0.5;line-height:1.25}.block__price__menu a.active{--text-opacity:1;color:#696969;color:rgba(105,105,105,var(--text-opacity));border-style:none;pointer-events:none}.block__price__menu li:first-of-type{position:relative}.block__price__menu li:first-of-type:after{--bg-opacity:1;background-color:#888;background-color:rgba(136,136,136,var(--bg-opacity));content:"";width:2px;height:18px;margin-top:5px;position:absolute;right:0}@media (max-width:425px){.block__price__menu{padding:0;font-size:13px;line-height:28px;margin-bottom:15px!important}}.block_callback.sent .btn_sm,.callback-form-wrap.sent .btn_sm,.form_round.sent .btn_sm{pointer-events:none;background:#fff!important;border-color:#e5e5e5!important;color:#e5e5e5}.block_callback.sent .sent_wrap,.callback-form-wrap.sent .sent_wrap,.form_round.sent .sent_wrap{opacity:1;pointer-events:all;transition:all .3s ease-in-out}.block_callback .fields,.callback-form-wrap .fields,.form_round .fields{position:relative}.block_callback .sent_wrap,.callback-form-wrap .sent_wrap,.form_round .sent_wrap{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:#fffce4;z-index:20;border-radius:10px;text-align:center;display:flex;flex-direction:column;justify-content:center;opacity:0;pointer-events:none}.block_callback .sent_wrap span,.callback-form-wrap .sent_wrap span,.form_round .sent_wrap span{font-size:24px;font-weight:600}.block_callback .sent_wrap p,.callback-form-wrap .sent_wrap p,.form_round .sent_wrap p{white-space:pre-wrap;font-size:20px;color:#a0a0a0;line-height:1.5}.modal__callback{position:fixed;left:0;top:-110%;right:0;height:100%;background:#f5f5f5;display:flex;justify-content:center;text-align:center;align-items:center;transition:all .3s ease-in-out;z-index:100}.modal__callback._open{top:0!important}.modal__callback__container{width:660px;max-width:100%}.modal__callback__container.sent .sent_wrap{pointer-events:all;opacity:1}.modal__callback__title{font-size:40px}.modal__callback__messengers svg{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));fill:currentColor;height:40px}.modal__callback .form-control{border-radius:0}.modal__callback .btn_main{font-size:18px!important;line-height:1.5}.modal__callback .tr.modal-callback-close{position:absolute;right:30px;top:30px;cursor:pointer}.modal__callback .tr.modal-callback-close svg{width:20px}.modal__callback .sent_wrap .modal-callback-close{border-radius:10px;background-color:#c00!important;border-color:#c00!important;font-weight:600;color:#fff;max-width:200px;font-size:1.25rem;cursor:pointer;transition:all .3s ease-in-out}.modal__callback .sent_wrap .modal-callback-close:hover{background-color:#900!important;border-color:#900!important}.modal__callback .sent_wrap .title{font-size:28px}.modal__callback .sent_wrap p{white-space:unset}@media (max-width:768px){.modal__callback__title{font-size:28px;line-height:1.3}}.consultation-button{position:fixed;right:0;top:50%;z-index:30;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;padding:18px 12px;background:#026f4f;color:#fff;font-weight:600;font-size:15px;line-height:1.2;letter-spacing:.02em;border-radius:8px 0 0 8px;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:background .2s ease,padding-right .2s ease}.consultation-button:hover{background:#01543c;color:#fff;padding-right:18px}.consultation-button__icon{display:block;margin-bottom:10px}.consultation-button__icon svg{display:block;width:20px;height:20px;fill:#fff}.consultation-button__text{-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed}@media (max-width:767px){.consultation-button{top:auto;bottom:12px;right:12px;transform:none;flex-direction:row;align-items:center;padding:11px 16px;font-size:14px;border-radius:24px}.consultation-button:hover{padding-right:16px}.consultation-button__icon{margin-bottom:0;margin-right:8px}.consultation-button__icon svg{width:16px;height:16px}.consultation-button__text{-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}}.form-honeypot{position:absolute!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.block__warning{display:block;background-color:#eee;margin-bottom:30px;margin-top:30px}.block__warning__title{font-size:22px;font-weight:700;letter-spacing:.5px;line-height:1!important}.block__warning__text{margin-bottom:0!important}.thanks__carousel{margin-bottom:24px}.thanks__carousel .font-medium,.thanks__carousel h5{cursor:pointer}.thanks__carousel .flickity-page-dots{bottom:-45px}.thanks__carousel .thank__text{position:relative}.block__map,.block__tags{display:flex;flex-wrap:wrap}.block__map li,.block__tags li{margin-right:5px;margin-bottom:5px!important;border:1px solid #ddd;border-radius:3px;transition:all .2s ease-in-out}.block__map li:hover,.block__tags li:hover{border-color:#ffc107}.block__map li a,.block__tags li a{padding:7px 12px;border:none!important}.block__tags a{font-size:15px}.block__author p{margin-bottom:0}.block__author__info{font-size:16px;color:#6f6f6f;margin-top:3px}.block__author__info p{line-height:1.5}.block__author__about{position:relative;top:-7px}.block__comments ul{margin-bottom:0}.block__comments__add .sent_success{border-radius:10px}.comment{padding-top:15px;padding-bottom:15px}.comment__image{background-color:#fff9e1;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:30px;overflow:hidden}.comment__image img{-o-object-fit:cover;object-fit:cover;height:100%;padding-top:5px}.comment__text{margin-bottom:0!important}.comment__date{margin-left:5px;font-size:14px;color:#6f6f6f}.comment__actions{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));margin-top:5px;font-size:15px}.comment__replies{padding-top:15px}.comment__replies .comment{padding-bottom:5px}@media (max-width:768px){.comment__date{white-space:nowrap}}.block__post__info{margin-top:10px}.block__post__author{--text-opacity:1;color:#026f4f;color:rgba(2,111,79,var(--text-opacity));border-bottom:1px solid;margin-right:15px}.block__quote{margin-right:-100px;padding-right:100px;display:flex;align-items:center}@media (max-width:1300px){.block__quote{background-position:bottom 0 right 0;padding-right:unset;margin-right:unset}}@media (min-width:1180px){.block__quote{background-position:bottom 0 right -65px;background-size:320px}}@media (min-width:1180px) and (max-width:1300px){.block__quote{background-position:bottom 0 right -65px;background-size:270px}}.block__result{--bg-opacity:1;background-color:#026f4f;background-color:rgba(2,111,79,var(--bg-opacity));padding-top:1.5rem;padding-bottom:1.5rem;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));text-align:center;font-size:1.125rem;position:relative}.block__result:after{content:"";display:inline-block;background-image:url(/img/stamp.png);background-repeat:no-repeat;background-size:contain;width:110px;height:110px;position:absolute;right:-30px;bottom:-30px}.block__result__title{margin-bottom:5px!important}.block__result .hr{margin-top:10px}.block__result .hr img{height:unset;width:46px}.block__gallery__image{display:flex;justify-content:center;align-items:center;overflow:hidden}.block__gallery__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.block__gallery__3 .block__gallery__image{height:240px}.block__gallery__3 .block__gallery__image._big{height:440px}@media (max-width:768px){.block__gallery__3 .block__gallery__image{height:32vw}.block__gallery__3 .block__gallery__image._big{height:60vw}}.block_reviews .flickity-page-dots,.block_reviews .splide-page-dots{bottom:-50px}.block__image._single{overflow:hidden}.block__image._single a{display:flex;align-items:center}.block__image._single img{width:unset;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:1024px){.block__image._single{width:80%;margin-left:10%}}.block__header{padding-top:30px}.block__header__h{text-transform:none!important;text-align:left;font-weight:600}.block__header h2{font-size:30px!important}.block__header h5{font-size:24px;font-weight:700;color:#333;margin-bottom:10px}.pagination__page{background:#fff;display:inline-block;text-align:center;line-height:40px;font-size:20px;height:40px;width:40px;margin-left:2px;margin-right:2px;color:#222}.pagination__page.arrow{display:flex;justify-content:center;align-items:center;background:none;color:#222}.pagination__page._disabled{display:none}.pagination__page._current{background:#026f4f;color:#fff}@media (max-width:1023px){h1,h2{font-size:29px}.kiborg{left:0!important}.header{height:66px}.header__logo{position:unset;display:block;width:100%}.header__menu{position:fixed;left:0;z-index:50;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));width:100%;height:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;top:-110%}.header__menu__items{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;font-size:23px;line-height:2}.header__menu__items a{font-size:24px;line-height:50px}.header__menu._open{top:0}.header__contacts{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);display:block;position:absolute;top:-250px;left:0;right:0;padding:30px;text-align:center;background:#fff;color:#000;z-index:30;transition:all .2s ease-in-out}.header__contacts__phone{font-size:24px!important;margin-top:5px!important}.header__contacts__phone:last-of-type{--text-opacity:1;color:#a0a0a0;color:rgba(160,160,160,var(--text-opacity));font-size:21px!important}.header__contacts__text{bottom:unset;position:relative;font-size:20px}.header__contacts__text_small{font-size:12px;letter-spacing:.5px}.header__contacts__messenger svg{fill:#026f4f}.header__contacts._open{top:0!important}.advantages__block{height:calc(100vh - 68px);max-height:690px}.advantages__emblem{height:130px}.advantages__title{font-size:24px;font-weight:700}.advantages__img img{height:290px;left:30px}.advantages__img_1{position:relative;right:-5px}.advantages__img_2{position:relative;right:5px}.advantages__items span{font-size:26px}.advantages__items p{font-size:13px}.advantages__links{font-size:13px;font-weight:700}.advantages__links_1{left:40px}.advantages__links_2{right:40px}.advantages__links a{bottom:10px;background:hsla(0,0%,100%,.65);padding:0 5px;white-space:nowrap}.services__categories{position:relative;margin-left:-15px;margin-right:-15px;padding-left:15px}.services__categories ul{flex-wrap:nowrap;white-space:nowrap;justify-content:flex-start;overflow:auto}.services__categories li:last-child{padding-right:30px}}@media (max-width:1024px) and (max-height:500px){.header__logo{background-size:contain}.header__menu{top:-150%;overflow:auto}.advantages__block{height:unset}}@media (max-width:768px){h1,h2{font-size:26px;font-weight:600}p iframe{height:55vw}.advantages__emblem{height:90px}.advantages__block{min-height:540px;height:unset}.mentioning .mention{min-height:95px}.xs-px-0{padding-left:0;padding-right:0}}@media (min-width:768px) and (max-width:1024px){.kiborg{left:65px!important}}@media (min-width:640px){.sm\:container{width:100%;margin-right:auto;margin-left:auto;padding-right:8px;padding-left:8px}@media (min-width:1180px){.sm\:container{max-width:1180px}}.sm\:p-2{padding:.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:px-32{padding-left:8rem;padding-right:8rem}.sm\:w-auto{width:auto}.sm\:w-1\/2{width:50%}}@media (min-width:768px){.md\:container{width:100%;margin-right:auto;margin-left:auto;padding-right:8px;padding-left:8px}@media (min-width:1180px){.md\:container{max-width:1180px}}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:justify-end{justify-content:flex-end}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:text-2xl{font-size:23px}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:mr-3{margin-right:.75rem}.md\:mr-5{margin-right:1.25rem}.md\:ml-5{margin-left:1.25rem}.md\:mr-6{margin-right:1.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:max-w-none{max-width:none}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:pr-4{padding-right:1rem}.md\:pl-4{padding-left:1rem}.md\:pr-5{padding-right:1.25rem}.md\:pr-16{padding-right:4rem}.md\:pl-16{padding-left:4rem}.md\:text-left{text-align:left}.md\:whitespace-pre-line{white-space:pre-line}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/5{width:40%}.md\:w-3\/5{width:60%}}@media (min-width:1024px){.lg\:container{width:100%;margin-right:auto;margin-left:auto;padding-right:8px;padding-left:8px}@media (min-width:1180px){.lg\:container{max-width:1180px}}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:flex-row{flex-direction:row}.lg\:flex-no-wrap{flex-wrap:nowrap}.lg\:float-right{float:right}.lg\:text-lg{font-size:1.125rem}.lg\:text-xl{font-size:1.25rem}.lg\:mr-1{margin-right:.25rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mb-12{margin-bottom:3rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:pt-1{padding-top:.25rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pl-16{padding-left:4rem}.lg\:whitespace-pre{white-space:pre}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-2\/12{width:16.666667%}.lg\:w-3\/12{width:25%}.lg\:w-7\/12{width:58.333333%}}@media (min-width:1280px){.xl\:container{width:100%;margin-right:auto;margin-left:auto;padding-right:8px;padding-left:8px}@media (min-width:1180px){.xl\:container{max-width:1180px}}.xl\:text-2xl{font-size:23px}.xl\:mb-0{margin-bottom:0}.xl\:pr-5{padding-right:1.25rem}.xl\:w-1\/3{width:33.333333%}.xl\:w-2\/3{width:66.666667%}.xl\:w-1\/4{width:25%}.xl\:w-1\/5{width:20%}}
