fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:before,.multiselect__spinner:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}*[dir=rtl] .multiselect{text-align:right}*[dir=rtl] .multiselect__select{right:auto;left:1px}*[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}*[dir=rtl] .multiselect__content{text-align:right}*[dir=rtl] .multiselect__option:after{right:auto;left:0}*[dir=rtl] .multiselect__clear{right:auto;left:12px}*[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}/*!
* Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #2BAE57;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #2F3D9C;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 43, 174, 87;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 47, 61, 156;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(17.2, 69.6, 34.8);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(18.8, 24.4, 62.4);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(212.6, 238.8, 221.4);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(213.4, 216.2, 235.2);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(170.2, 222.6, 187.8);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(171.8, 177.4, 215.4);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(13, 110, 253, .25);--bs-form-valid-color: #2BAE57;--bs-form-valid-border-color: #2BAE57;--bs-form-invalid-color: #2F3D9C;--bs-form-invalid-border-color: #2F3D9C}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: rgb(109.8, 168, 253.8);--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);--bs-success-text-emphasis: rgb(127.8, 206.4, 154.2);--bs-info-text-emphasis: rgb(109.8, 223.2, 246);--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);--bs-danger-text-emphasis: rgb(130.2, 138.6, 195.6);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);--bs-success-bg-subtle: rgb(8.6, 34.8, 17.4);--bs-info-bg-subtle: rgb(2.6, 40.4, 48);--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);--bs-danger-bg-subtle: rgb(9.4, 12.2, 31.2);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: rgb(7.8, 66, 151.8);--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);--bs-success-border-subtle: rgb(25.8, 104.4, 52.2);--bs-info-border-subtle: rgb(7.8, 121.2, 144);--bs-warning-border-subtle: rgb(153, 115.8, 4.2);--bs-danger-border-subtle: rgb(28.2, 36.6, 93.6);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(109.8, 168, 253.8);--bs-link-hover-color: rgb(138.84, 185.4, 254.04);--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #dee2e6;--bs-highlight-bg: rgb(102, 77.2, 2.8);--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: rgb(117, 183, 152.4);--bs-form-valid-border-color: rgb(117, 183, 152.4);--bs-form-invalid-color: rgb(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}@font-face{font-family:roboto-oh5;font-style:thin;font-weight:100;src:url(/build/assets/roboto-thin-webfont-4Tpr9-7f.woff2) format("woff2")}@font-face{font-family:roboto-oh5;font-style:light;font-weight:200;src:url(/build/assets/roboto-light-webfont-rOOoRAb6.woff2) format("woff2")}@font-face{font-family:roboto-oh5;font-style:normal;font-weight:400;src:url(/build/assets/roboto-regular-webfont-BTnx7MaJ.woff2) format("woff2")}@font-face{font-family:roboto-oh5;font-style:normal;font-weight:500;src:url(/build/assets/roboto-medium-webfont--cGQoWUT.woff2) format("woff2")}@font-face{font-family:roboto-oh5;font-style:italic;font-weight:400;src:url(/build/assets/roboto-italic-webfont-Dpe0pL6P.woff2) format("woff2")}@font-face{font-family:roboto-oh5;font-style:normal;font-weight:700;src:url(/build/assets/roboto-bold-webfont-b5VYkall.woff2) format("woff2")}@font-face{font-family:roboto-oh5;font-style:italic;font-weight:700;src:url(/build/assets/roboto-bolditalic-webfont-DTd7ydXB.woff2) format("woff2")}::-moz-placeholder{color:#666}::placeholder{color:#666}::-moz-selection{background-color:#2bae57;color:#fff}::selection{background-color:#2bae57;color:#fff}input,textarea{outline:none}input:focus:required:invalid,textarea:focus:required:invalid{border-color:#e4078e}input:required:valid,textarea:required:valid{border-color:#2bae57}html{height:100%}body{font-family:roboto-oh5,sans-serif;font-size:18px;line-height:1.65;color:#000;min-width:320px;position:relative;overflow-x:hidden}a{text-decoration:none;color:#2bae57}*,*:before,*:after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}ul[class],ol[class]{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img{max-width:100%;display:block}input,button,textarea,select{font:inherit}.abonement{display:flex;flex-direction:column;padding:1em;background-color:#fff;border-radius:20px;box-shadow:0 0 54px #0000002b;gap:1em;max-width:1000px;width:100%;position:relative;margin-top:3em;margin-bottom:3em}.abonement__loading{position:absolute;top:10px;right:10px;left:10px;bottom:10px;display:flex;align-items:center;justify-content:center;background-color:#ffffff83;font-size:35px;z-index:1;border:2px dashed #F8F8F8;border-radius:20px}.abonement__topbar{display:flex;flex-direction:column}.abonement__type{display:flex;flex-direction:column;margin-bottom:1em}.abonement__individual{display:flex;flex-direction:row;gap:1em;padding:1em;border:dashed 2px #2BAE57;border-radius:20px}.abonement__services{display:flex;flex-direction:column;gap:1em;padding:1em;box-shadow:0 0 20px #00000026;border-radius:20px}.abonement__services-vrt{flex-direction:column}.abonement__service{display:flex;flex-direction:row;gap:1em;border-bottom:2px dashed #cbcbcb;padding-bottom:.5em;padding-top:.5em}.abonement__service-cl{flex-direction:column}.abonement__service-selects{display:flex;flex-direction:row;gap:1em;min-width:80%}.abonement__select{width:100%}.abonement__services-item{display:flex;flex-direction:row}.abonement__body{display:flex;flex-direction:row;gap:1em}.abonement__client{width:45%}.abonement__payer{display:flex;flex-direction:column;border:2px dashed #cfcfcf;padding:1em;border-radius:20px;margin-bottom:15px}.abonement__order{width:55%;display:flex;flex-direction:column;border:2px dashed #cfcfcf;padding:1em;border-radius:20px}.abonement__order-total{font-size:30px}.abonement__total{margin-top:auto;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.abonement__actions{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.abonement__label{font-size:20px;line-height:1}.abonement__label_accept{font-size:12px}.abonement span[role=alert]{color:#e4078e;font-size:14px}@media (max-width: 767.98px){.abonement__individual,.abonement__service,.abonement__service-selects,.abonement__services-item,.abonement__body{flex-direction:column}.abonement__client,.abonement__order{width:100%}}.order-list{display:flex;flex-direction:column;flex-wrap:nowrap;margin-bottom:1em}.order-list__item{display:flex;flex-direction:row;gap:1em;border-bottom:2px dashed #2BAE57;padding:2px 0}.order-list__item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45%}.order-list__item-price{padding:4px;background-color:#f8f8f8;border-radius:5px;margin-right:5px}.order-list__item-sale{padding:4px;background-color:#2bae57;border-radius:5px;color:#fff;font-weight:600}.order-list__item-cost{margin-left:auto}.order-list__item-total{font-weight:600}@media (max-width: 575.98px){.order-list__item{border-bottom:2px dashed #2BAE57;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1em;padding:2px 0;margin-bottom:1em}.order-list__item-name{max-width:100%;overflow:hidden;white-space:pre-wrap}.order-list__item-cost{margin-left:0}}.error-list{display:flex;flex-direction:column;flex-wrap:nowrap;margin-top:auto;padding-top:2em}.error-list__item{display:flex;flex-direction:row;gap:1em;border-bottom:2px dashed #ffc107;line-height:1.2}.error-list__item-message{white-space:nowrap}.promo-abonement{padding-bottom:40px}.promo-abonement-container{position:relative;z-index:0;min-height:550px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:cover;border-radius:10px;overflow:hidden;padding:55px 20px 100px;background-position:center center}.promo-abonement-container_black-freeday{background-image:url(/build/assets/black-freeday-bg-5AYqL2eS.jpg);background-color:#000;color:#fff}.promo-abonement-container_new-year{background-image:url(/build/assets/new-year-bg-CwsXHBtM.jpg);background-color:#fff;color:#000;box-shadow:0 0 54px #0000002b;background-position:top center}.promo-abonement-container_new-year>.heading{text-shadow:0 0 5px white,0 0 10px white,0 0 20px white}.promo-abonement-container_contrast>.heading{background-color:#fff;text-shadow:0 0 5px white,0 0 10px white,0 0 20px white}.promo-abonement__subtitle{font-weight:200;margin-bottom:30px;text-align:center}.promo-abonement__title{max-width:1000px;text-align:center;margin-bottom:70px}.promo-abonement__accent{display:inline-block;background-color:#e4078e;padding:0 10px;border-radius:10px;color:#000}@media (max-width: 1199.98px){.promo-abonement{padding-bottom:40px}.promo-abonement>.container{padding:70px 20px}}.advantages{display:grid;grid-template-columns:auto auto auto;gap:1em}@media (max-width: 767.98px){.advantages{grid-template-columns:auto}}.advantage{display:flex;flex-direction:column;align-items:center}.advantage__icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:100px;box-shadow:0 0 10px #00000026;padding:10px;color:#2bae57;overflow:hidden}.advantage__icon>svg{height:80px;width:80px}.advantage__content{display:flex;flex-direction:column;align-items:center}.advantage__desc{font-weight:200;font-size:20px;text-align:center}.body-section{padding:55px 0}.body-section__container{display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row}.body-section__right-col{display:flex;flex-direction:column;justify-content:center}.body-section__left-col{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}.body-section__heading{margin-bottom:30px}.body-section__desc{margin-bottom:60px;max-width:620px;font-size:22px}.body-section__btn{max-width:323px;align-self:center}.body-section__picture{position:relative;padding:20px 0}.body-section__back{height:auto;left:-53px;position:absolute;top:86px;width:100%;animation:rotate 14s infinite}.body-section__front{position:relative;z-index:2;height:591px;width:591px;-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#e4e4e4}@media (max-width: 1199.98px){.body-section__left-col{display:flex;flex-basis:40%;align-items:center;justify-content:center}}@media (max-width: 991.98px){.body-section__container{gap:1em}.body-section__heading{text-align:center}.body-section__desc{text-align:center;max-width:initial}.body-section__picture{width:100%}.body-section__front{width:auto}.body-section__back{display:none}.body-section__right-col{margin-bottom:50px;flex-basis:50%}.body-section__left-col{flex-basis:40%}}@media (max-width: 767.98px){.body-section__container{flex-direction:column-reverse}.body-section__heading{text-align:center}.body-section__desc{text-align:center;max-width:initial}.body-section__picture{width:100%;display:flex;justify-content:center}.body-section__front{height:auto}.body-section__back{display:none}.body-section__left-col{margin-bottom:50px;max-height:500px}}.btn{display:inline-flex;align-items:center;justify-content:center;background-color:#f8f8f8;border:3px solid #F8F8F8;border-color:#fff;border-radius:10px;padding:0 1em;color:#000;text-decoration:none;white-space:nowrap;font-weight:500;overflow:hidden;position:relative}.btn_large{font-size:22px;height:65px}.btn_medium{font-size:22px;height:55px}.btn_small{font-size:18px;height:45px}.btn_xsmall{font-size:16px;height:35px}.btn_full{width:100%}.btn_success{background-color:#2bae57;border-color:#2bae57;color:#fff}.btn_success.btn_line,.btn_success.btn_line:hover{color:#2bae57}.btn_success:hover{color:#fff}.btn_warning{background-color:#e4078e;border-color:#e4078e;color:#fff}.btn_warning.btn_line,.btn_warning.btn_line:hover{color:#e4078e}.btn_warning:hover{color:#000}.btn_danger{background-color:#2f3d9c;border-color:#2f3d9c;color:#fff}.btn_danger.btn_line{color:#2f3d9c}.btn_danger.btn_line:hover,.btn_danger:hover{color:#000}.btn_line{background-color:initial;border-width:3px;border-style:solid}.btn:before{content:"";position:absolute;top:0;height:100%;width:45px;transform:skew(-45deg);animation:flareAnimation;left:-150%;background:linear-gradient(90deg,#ffffff1a,#fff6);animation:flareAnimation 3s infinite linear}@media (max-width: 575.98px){.btn{text-align:center}.btn_large{font-size:16px;height:55px}.btn_medium{font-size:16px;height:50px}.btn_small{font-size:16px;height:40px}}@keyframes flareAnimation{0%{left:-150%}to{left:150%}}.children-section{padding:55px 0}.children-section__container{display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row}.children-section__right-col{flex-basis:50%;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}.children-section__heading{margin-bottom:30px}.children-section__desc{margin-bottom:60px;max-width:620px;font-size:22px}.children-section__btn{max-width:323px;align-self:center}.children-section__picture{position:relative;display:flex;align-items:center;padding:20px 0}@media (max-width: 1429.98px){.children-section__back{left:0;top:-51px}}@media (max-width: 1199.98px){.children-section__left-col{display:flex;flex-basis:40%;align-items:center;justify-content:center}.children-section__back{left:0;top:-51px}}@media (max-width: 991.98px){.children-section__container{flex-direction:column-reverse}.children-section__heading{text-align:center}.children-section__desc{text-align:center;max-width:initial}.children-section__back{left:30px;top:-51px}.children-section__left-col{margin-bottom:auto}}@media (max-width: 767.98px){.children-section__back{left:0;top:-50px}}.cons-section{background-image:url(/build/assets/consultation-bg-BxSzwEyI.jpg);background-size:cover;background-repeat:no-repeat;background-color:#f8f8f8;background-position:center center;min-height:500px;display:flex;align-items:center;justify-content:center;padding:55px 0}.cons-section__container{display:flex;flex-direction:column;justify-content:center;align-items:center}.cons-section__agree{text-align:center;font-size:16px}.cons-section__heading{text-align:center;margin-bottom:35px}.cons-section__subtitle{text-align:center;font-weight:200;margin-bottom:100px}.cons-section__form{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:center;max-width:820px}.cons-section__input{height:60px;max-width:327px;margin-bottom:0}@media (max-width: 991.98px){.cons-section__form{flex-direction:column}}.contacts-section{position:relative;display:flex;align-items:center;min-height:640px}.contacts-section__map{position:absolute;top:0;left:0;right:0;bottom:0;filter:grayscale(1)}.contacts-section__container{display:flex;position:relative;z-index:0;width:100%;justify-content:flex-end;height:100%}.contacts-section__right-col{display:flex;align-items:center}.contacts-section__about{position:relative;background-color:#fff;border-radius:10px;padding:30px;max-width:443px;box-shadow:0 0 25px #0000001a}.contacts-section__about:before{content:"";position:absolute;z-index:-1;box-sizing:border-box;width:443px;height:309.53px;left:-20px;top:-20px;border:3px solid #2BAE57;border-radius:10px}.contacts-section__heading{margin-bottom:15px}.contacts-section__addr{min-height:100px;margin-bottom:10px;font-style:normal;font-weight:300;font-size:22px;line-height:26px}.contacts-section__phone{display:inline-block;margin-bottom:15px;font-weight:700;font-size:22px;line-height:26px;color:#2bae57}.contacts-section__email{display:inline-block;margin-bottom:5px;font-weight:700;font-size:22px;line-height:26px;color:#2bae57}.contacts-section__btn{width:100%}@media (max-width: 991.98px){.contacts-section{align-items:flex-start;padding-bottom:5%;padding-top:50px}.contacts-section__container{flex-direction:column;text-align:center;justify-content:center}.contacts-section__btn{align-self:center}.contacts-section__right-col{display:flex;align-items:center;justify-content:center}}@media (max-width: 767.98px){.contacts-section__about{background-color:#ffffffba}}.advantages-section{padding:55px 0;background-color:#f8f8f8;background-repeat:no-repeat;background-size:cover}.advantages-section_bg{background-image:url(/build/assets/ufo-advantages-bg-9DW6W78P.jpg)}.advantages-section_bg .heading_underline:before{border-bottom:3px solid white}.advantages-section_bg .advantages-section__heading{color:#fff}.advantages-section__heading{margin-bottom:60px}.advantages-section__photo{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.advantages-section__photo img{width:100%;border-radius:30px;box-shadow:0 0 30px #00000010}.advantages-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:2em}.advantages-list__item{border:solid 3px #E4078E;border-radius:20px;padding:15px;counter-increment:item;font-size:25px;font-weight:200;list-style-type:none;word-wrap:break-word;max-height:230px;overflow-x:auto;background-color:#fff;transition:.5s}.advantages-list__item:hover{transform:scale(1.1);transition:.5s}.advantages-list__item::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.advantages-list__item:before{content:counter(item);-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;display:inline-flex;align-items:center;justify-content:center;padding-right:7px;width:60px;height:60px;margin-right:.5em;background-color:#e4078e;color:#fff;font-weight:200;font-size:140%}@media (max-width: 991.98px){.advantages-list{display:grid;grid-template-columns:1fr}}@media (max-width: 767.98px){.advantages-list{display:grid;grid-template-columns:1fr}.advantages-list__item{max-height:initial;border-radius:20px}}.photo-section{background-color:#f8f8f8;padding:55px 0}.photo-section__container{align-items:center;justify-content:center}.photo-section__heading{margin-bottom:55px}.photo-section__gallery{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:61px;align-items:center;justify-content:center}.photo-section__image{flex-basis:30%;overflow:hidden;border-radius:10px}.photo-section__image img{transition:1s;width:100%}.photo-section__image:hover{box-shadow:0 0 20px #00000020}.photo-section__image:hover img{transform:scale(1.1);transition:1s}.photo-section__actions{display:flex;justify-content:center;gap:20px}@media (max-width: 767.98px){.photo-section__image{flex-basis:45%}}@media (max-width: 575.98px){.photo-section__image{flex-basis:100%}.photo-section__actions{flex-direction:column}}.tech-section{width:100%;min-height:720px;position:relative;z-index:2;padding:55px 0}.tech-section__container{display:flex;gap:90px}.tech-section__list{font-size:20px;margin-bottom:45px!important}.tech-section__heading{margin-bottom:20px}.tech-section__about{margin-bottom:30px;font-size:20px;line-height:26px}.tech-section__left-col,.tech-section__right-col{flex-basis:50%}.tech-section__accordion{margin-bottom:35px}.tech-section__actions{display:flex;flex-wrap:wrap;gap:25px}@media (max-width: 1429.98px){.tech-section__actions{flex-direction:column}}.tech-section:after{content:"";background:url(/build/assets/tech-bg-polygon-56chbCU-.png);background-repeat:no-repeat;background-size:contain;position:absolute;width:551px;height:551px;left:-244.78px;top:60px;z-index:-1;animation:scale-up-center 7s infinite cubic-bezier(.39,.575,.565,1) both}.tech-section:before{content:"";background:url(/build/assets/tech-bg-polygon-56chbCU-.png);background-repeat:no-repeat;background-size:contain;position:absolute;width:551px;height:551px;left:1155.22px;top:0;z-index:-1;animation:scale-up-center 7s infinite cubic-bezier(.39,.575,.565,1) both}.accordion{display:flex;flex-direction:column;width:100%;gap:30px}.accordion__item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 35px;background:#fff;border:3px solid #2BAE57;border-radius:10px;transition:.5s}.accordion__item:hover{transform:scale(1.1);transition:.5s}.accordion__label{font-size:22px;line-height:26px}.accordion__icon{background-image:url(/images/accordion.svg);background-repeat:no-repeat;width:37px;height:20px}@media (max-width: 991.98px){.tech-section__container{display:flex;flex-direction:column;gap:90px}.tech-section__left-col,.tech-section__right-col{flex-basis:50%}}@media (max-width: 575.98px){.accordion__item{gap:5px;padding:15px 30px}.accordion__label{font-size:18px}}.employee-section{padding:60px 0}.employee-section__container{display:flex;flex-direction:column;align-items:center}.employee-section__heading{margin-bottom:60px}.employee-section__list{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px}.employee-slider{position:relative;width:100%;min-height:350px}.employee-slider>.employee-slider__pagination{bottom:45px}.employer{display:flex;flex-direction:column;align-items:center;flex-basis:33%;width:100%}.employer__photo{-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#e4e4e4;width:337px;display:flex;justify-content:center;margin-bottom:35px;min-height:370px}.employer__photo:hover{background-color:#e4078e;transition:1s}.employer__photo:hover>img{transform:scale(1.1);transition:1s}.employer__info{text-align:center;display:flex;flex-direction:column;margin-bottom:25px}.employer__name{font-size:32px;line-height:38px;text-align:center;color:#2bae57;margin-bottom:12px}.employer__job{font-weight:200;font-size:22px;line-height:26px;text-align:center}.employer__actions{display:flex;gap:15px}@media (max-width: 1199.98px){.employer__actions{flex-wrap:wrap;justify-content:center}}@media (max-width: 991.98px){.employee-section__btn{min-width:auto}.employer__actions{flex-wrap:wrap;flex-direction:column;margin-bottom:30px}.employer__photo{width:auto}}@media (max-width: 767.98px){.employee-section__btn{min-width:auto}.employee-section__list{flex-direction:column-reverse;justify-content:center}}.face-section{padding:55px 0}.face-section__container{display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row;-moz-column-gap:3em;column-gap:3em}.face-section__right-col{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}.face-section__left-col{display:flex;flex-basis:55%;flex-direction:column;justify-content:center;padding:1em 0}.face-section__heading{margin-bottom:30px}.face-section__desc{margin-bottom:60px;max-width:620px;font-size:22px}.face-section__btn{max-width:323px;align-self:center}.face-section__picture{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 0}.face-section__back{height:553px;left:-11px;position:absolute;top:14px;width:100%}.face-section__front{position:relative;z-index:2;height:521px;width:521px;-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#e4e4e4}.face-section__leaf{position:absolute;width:492px;height:492px;z-index:2;top:-30%;left:-20%;animation:translate 7s infinite}@media (max-width: 1199.98px){.face-section__left-col{display:flex;flex-basis:40%;align-items:center;justify-content:center}.face-section__right-col{flex-basis:50%}.face-section__back{height:100%;left:-30px;top:27px;width:100%}}@media (max-width: 991.98px){.face-section__container{gap:1em}.face-section__heading{text-align:center}.face-section__desc{text-align:center;max-width:initial}.face-section__picture{width:100%}.face-section__front{width:auto}.face-section__back{display:none}.face-section__right-col{margin-bottom:50px;flex-basis:50%}.face-section__left-col{flex-basis:40%}}@media (max-width: 767.98px){.face-section__container{flex-direction:column-reverse}.face-section__heading{text-align:center}.face-section__desc{text-align:center;max-width:initial}.face-section__picture{width:100%}.face-section__back{display:none}.face-section__front{height:auto}.face-section__right-col{margin-bottom:50px}}.footer-section{padding:50px 0;font-weight:200}.footer-section__container{display:flex}.footer-section__left-col{flex-basis:50%}.footer-section__right-col{flex-basis:50%;text-align:right}@media (max-width: 767.98px){.footer-section__container{flex-direction:column}.footer-section__left-col,.footer-section__right-col{text-align:center}}.form-select,.form-input,.form-textarea{padding:0 1em;border-radius:10px;background-color:#f8f8f8;height:55px;width:100%;border:none}.form-select_large{font-size:22px;height:65px}.form-select_medium{font-size:22px;height:55px}.form-select_small{font-size:18px;height:45px}.form-select_line{background-color:initial;border-width:3px;border-style:solid}.form-select_success{background-color:#fff;border-color:#2bae57;color:#2bae57}.form-select_warning{background-color:#fff;border-color:#e4078e;color:#000}.form-input_large{font-size:22px;height:65px}.form-input_medium{font-size:22px;height:55px}.form-input_small{font-size:18px;height:45px}.form-input_line{background-color:initial;border-width:3px;border-style:solid}.form-input_success{background-color:#fff;border-color:#2bae57;color:#2bae57}.form-input_warning{background-color:#e4078e;border-color:#e4078e;color:#000}.form-textarea_large{font-size:22px;height:65px}.form-textarea_medium{font-size:22px;height:55px}.form-textarea_small{font-size:18px;height:45px}.form-textarea_line{background-color:initial;border-width:3px;border-style:solid}.form-textarea_success{background-color:#fff;border-color:#2bae57;color:#2bae57}.form-textarea_warning{background-color:#fff;border-color:#e4078e;color:#5a5a5a}label{font-size:22px}.alert{padding:5px;border:5px solid #E4078E;border-radius:10px;text-align:center;margin-bottom:1em}.alert__sussess{border:5px solid #2BAE57}.form_loading{pointer-events:none;cursor:wait;filter:grayscale(.5)}.form-row{margin-bottom:10px}.form-row_checkbox{display:flex;flex-direction:row;flex-wrap:nowrap}.form-row_checkbox>input{margin-right:5px;width:25px;height:25px}.container{width:100%;max-width:1380px;margin:0 auto}@media (max-width: 1429.98px){.container{padding:0 30px}}@media (max-width: 575.98px){.container{padding:0 10px}}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.048);background-color:#f5f5f5}::-webkit-scrollbar{width:12px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{background-color:#2bae57}.drop-shadow{position:relative}.drop-shadow:before{background-image:url(/build/assets/elipse-shadow-C9ttYSMX.png);background-repeat:no-repeat;background-size:contain;content:"";height:100%;position:absolute;width:150%;bottom:-50%;z-index:-1;opacity:.5}@keyframes scale-up-center{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes translate{0%{transform:translate(0)}50%{transform:translate(20px)}0%{transform:translate(0)}}.a-rotate{animation:7s rotate1 ease-in-out forwards infinite;animation-delay:3s;animation-iteration-count:2}@keyframes rotate1{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.hexagonal{-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#e4e4e4}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}.translate-y{animation:translate 10s cubic-bezier(.39,.575,.565,1) both}.swiper-button-prev{position:absolute;z-index:2;left:40px;top:50%;transform:translateY(-50%);cursor:pointer}.swiper-button-next{position:absolute;z-index:2;right:40px;top:50%;transform:translateY(-50%);cursor:pointer}.list-columns{margin-bottom:55px;display:flex;flex-direction:row;gap:4em}.list-columns__column{flex-basis:50%}.list-columns__column_100{flex-basis:100%}.list-hexagon__item{font-weight:200;font-size:22px;line-height:26px;color:#000;margin-bottom:11px}.list-hexagon__item:before{content:"";margin-right:8px;display:inline-block;width:23.33px;height:23.33px;-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);transform:rotate(15deg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#2bae57}@media (max-width: 991.98px){.list-columns{margin-bottom:20px;flex-direction:row;flex-wrap:wrap;gap:1em;justify-content:space-between}.list-columns__column{flex-basis:auto}}header.sticky{position:fixed;top:0;z-index:9;width:100%;height:auto;background-color:#fff;box-shadow:0 0 40px #0000001a}.site-header{display:flex;justify-content:space-between;padding:10px 0;gap:20px}.logo{display:flex;gap:10px;width:310px;align-items:center}.logo__image{width:103px;height:103px}.logo__image>img{width:100%}.logo__label{width:auto;display:flex;flex-direction:column;justify-content:center;line-height:1}.logo__desc{margin-bottom:10px}.logo__org{font-weight:500}.header-actions{display:flex;align-items:center;gap:25px}.header-actions__address{line-height:1;color:#2bae57;text-align:right}.header-actions__phone{color:#e4078e}.header-navigation{display:flex;align-items:center}.header-navigation__menu-toggle{background-image:url(/build/assets/accordion-BI30TiXy.svg);background-repeat:no-repeat;width:25px;height:15px;display:none}.header-menu{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:25px;line-height:1;text-align:center}.header-menu.show{display:block}.header-menu__link{color:#000}@media (max-width: 1199.98px){.header-navigation{margin-left:auto}.header-navigation__menu-toggle{display:block}.header-navigation.show{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9;background-color:#ffffffed;gap:2em;padding:1em}.header-navigation.show .header-menu__link{font-size:40px}.header-navigation.show .header-menu{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center}.header-navigation.show .header-navigation__menu-toggle{background-image:url(/build/assets/close-BMdMH7B6.svg);background-repeat:no-repeat;width:40px;height:40px;display:block;position:absolute;top:2em;right:2em}.header-menu{display:none}}@media (max-width: 1429.98px){.header-actions__phone{display:none}}@media (max-width: 767.98px){.logo{width:auto}.logo__image{width:80px;height:auto}.logo__image>img{width:100%}.logo__label{width:auto}.logo__desc{font-size:14px;margin-bottom:5px}.logo__org{font-size:16px}.header-actions__btn{font-size:16px;height:40px;padding:5px}.header-actions__address{font-size:16px}}@media (max-width: 575.98px){.header-navigation{order:2;align-items:center}.header-navigation.show .header-menu__link{font-size:30px}.header-actions__btn,.header-actions__address{display:none}}.text-center{text-align:center}.thin{font-weight:200}.success{color:#2bae57}.heading{font-style:normal}.heading_large{font-size:50px}.heading_medium{font-size:40px}.heading_small{font-size:32px}.heading_underline{position:relative;display:inline-block}.heading_underline:before{content:" ";display:block;border-bottom:3px solid #2BAE57;position:absolute;bottom:-12px;left:-15%;right:-15%}.heading__success{color:#2bae57}@media (max-width: 767.98px){.heading{font-style:normal}.heading_large{font-size:40px}.heading_medium{font-size:32px}.heading_small{font-size:22px}}@media (max-width: 575.98px){.heading{font-style:normal}.heading_large{font-size:35px}.heading_medium{font-size:25px}.heading_small{font-size:20px}}.health-section{background-color:#f8f8f8;padding:55px 0}.health-section__container{display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row}.health-section__left-col{display:flex;flex-direction:column;justify-content:center}.health-section__heading{margin-bottom:30px}.health-section__desc{margin-bottom:60px;max-width:620px;font-size:22px}.health-section__btn{max-width:323px;align-self:center}.health-section__picture{position:relative;display:flex;align-items:center}.health-section__back{height:100%;left:33px;position:absolute;top:-51px;width:100%;animation:scale-up-center 7s infinite cubic-bezier(.39,.575,.565,1) both}.health-section__front{position:relative;z-index:2}@media (max-width: 1429.98px){.health-section__back{left:0;top:-51px}}@media (max-width: 1199.98px){.health-section__right-col{display:flex;flex-basis:40%;align-items:center;justify-content:center}.health-section__back{left:0;top:-51px}}@media (max-width: 991.98px){.health-section__container{flex-direction:column}.health-section__heading{text-align:center}.health-section__desc{text-align:center;max-width:initial}.health-section__back{left:30px;top:-51px}.health-section__left-col{margin-bottom:50px}}@media (max-width: 767.98px){.health-section__back{left:0;top:-50px}}.price-label{width:183px;height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;background:#2bae57;color:#fff;font-weight:500;line-height:1.2}.price-label__from{font-size:30px}.price-label__cost{font-size:50px}.main-section{padding-bottom:40px}.main-section-container{position:relative;z-index:0;min-height:550px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/build/assets/main-bg-DWr3Bzrl.jpg);background-repeat:no-repeat;background-size:cover;border-radius:10px;overflow:hidden;background-color:#f8f8f8;padding:55px 20px}.main-section__subtitle{font-weight:200;margin-bottom:30px;text-align:center}.main-section__title{max-width:1000px;text-align:center;margin-bottom:70px}.main-section__accent{display:inline-block;background-color:#e4078e;padding:0 10px;border-radius:10px}.main-section__btn{min-width:460px}.main-section__bg-video{background-color:#fff;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.main-section__bg-video>video{opacity:.2;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:1s}.main-section__bg-video>video:hover{opacity:.4;transition:1s}.main-section__price-label{position:absolute;left:1116px;top:47px}@media (max-width: 1300px){.main-section__price-label{display:none}}.main-section_gradient{position:relative}.main-section_gradient:before{content:" ";position:absolute;height:503px;width:100%;left:0;right:0;top:200px;background:linear-gradient(180deg,#e49700,#ffd98f)}@media (max-width: 767.98px){.main-section__btn{min-width:auto}}.page-heading{padding:1em;background-color:#f3f3f3;border-radius:20px;margin-bottom:1em;background-size:cover;background-position:center center}.popup-background{position:fixed;top:0;left:0;bottom:0;right:0;z-index:10;background-color:#00000050;overflow-y:auto}.popup-background_active{display:block}.popup{flex-direction:column;max-width:910px;min-width:650px;background-color:#fff;padding:5px;position:fixed;z-index:11;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #0000001a;border-radius:10px;overflow:hidden;max-height:90vh}.popup iframe{border-radius:10px;box-shadow:0 0 20px #0000001a}.popup_active{display:block}.popup__close{position:absolute;right:30px;top:30px;z-index:2}.popup__body{overflow-y:auto;max-height:90vh;padding:30px 15px}.popup__body::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.popup__heading{margin-bottom:15px;max-width:90%}.popup__message{margin-bottom:15px}.popup__form{display:flex;flex-direction:column}.popup__form-row{margin-bottom:10px}.popup__form-label{margin-bottom:5px}.popup__agree{font-size:16px}.popup__textarea{height:85px}.popup__checkbox-container{display:flex;flex-direction:column;padding:5px;background-color:#f8f8f8;border-radius:10px;margin-bottom:20px}.popup .message{display:none;font-weight:700;background:#e4078e;padding:5px 10px;border-radius:10px}.popup-employment{max-width:800px;padding:0}.popup-employment__left-col{flex-basis:70%}.popup-employment__body{display:flex;gap:20px;padding:0;margin-bottom:50px}.popup-employment__heading{margin-bottom:15px;color:#2bae57}.popup-employment__message{font-weight:200;font-size:22px;line-height:26px;margin-bottom:15px}.popup-employment__about{max-height:230px;overflow-y:scroll;font-weight:200;font-size:18px;line-height:21px;margin-bottom:15px}.popup-employment__about::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.popup-employment__right-col{display:flex;align-items:center}.popup-employment__employer-photo{-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#e4e4e4;width:auto;display:flex;justify-content:center;margin-bottom:35px}.popup-employment__form{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.popup-employment__form-row{flex-grow:1}.popup-employment__agree{width:100%}.popup-employment__footer{background-color:#f8f8f8;padding:30px;margin:-25px}@media (max-width: 1199.98px){.popup-employment{width:70%;flex-direction:column}.popup-employment__right-col{flex-basis:30%}}@media (max-width: 767.98px){.popup{width:90%;max-width:initial;min-width:initial}.popup-employment__body{flex-direction:column}.popup-employment__right-col{justify-content:center}.popup-employment__form{flex-direction:column}.popup-employment__form-row{width:100%}}.prices{border-radius:20px;box-shadow:0 0 54px #0000002b;gap:1em;width:100%;position:relative;min-height:200px}.prices__loading{position:absolute;top:10px;right:10px;left:10px;bottom:10px;display:flex;align-items:center;justify-content:center;background-color:#ffffff83;font-size:35px;z-index:1;border:2px dashed #F8F8F8;border-radius:20px}.prices__search{padding:1em}.prices__search-input{width:100%;padding:10px;border-radius:10px;border:solid 3px #f1f1f1;font-size:25px;font-weight:200}.prices__tags{padding:10px 0;display:flex;flex-wrap:wrap;gap:5px 15px}.prices__tag{padding:1px 2px;background-color:#f8f8f8;border-radius:5px;border-bottom:dashed 1.8px;line-height:1.1;font-weight:200}.prices__table{padding:1em}@media (max-width: 767.98px){.prices__table{overflow-y:scroll;max-height:73vh}}.table{width:100%;border:none;margin-bottom:20px}.table thead th{font-weight:700;text-align:left;border:none;padding:10px 15px;background:#d8d8d8;font-size:14px}.table thead tr th:first-child{border-radius:8px 0 0 8px}.table thead tr th:last-child{border-radius:0 8px 8px 0}.table tbody td{text-align:left;border:none;padding:5px 15px;font-size:18px;vertical-align:top}.table tbody tr:nth-child(2n){background:#f8f8f8}.table tbody tr:nth-child(2n):hover{background:#f3f3f3}.table tbody tr td:first-child{border-radius:8px 0 0 8px}.table tbody tr td:last-child{border-radius:0 8px 8px 0}.promo-section__heading,.promo-section__btn{margin-bottom:40px}.promo-section__promo-slider{margin-bottom:20px}.promo-section__actions{text-align:center}.promo-slider{position:relative}.promo-slider__slide{max-width:1380px;max-height:585px}@media (max-width: 767.98px){.promo-slider{position:relative}.promo-slider__slide{max-width:1380px;max-height:585px}.promo-slider__next,.promo-slider__prev{display:none}}.question-section{display:flex;align-items:center;min-height:600px;background:url(/build/assets/have-questions-bg-DowMoReC.jpg);background-repeat:no-repeat;background-size:cover;background-color:#e4078e;color:#fff;padding:55px 0}.question-section__container{display:flex}.question-section__left-col{display:flex;align-items:center;justify-content:center;flex-basis:40%}.question-section__picture{width:425px;-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#e4e4e4}.question-section__right-col{display:flex;flex-direction:column;justify-content:center;flex-basis:50%}.question-section__heading{font-weight:700;margin-bottom:30px}.question-section__subtitle{font-weight:500;margin-bottom:50px}.question-section__btn{max-width:409px}@media (max-width: 991.98px){.question-section__container{flex-direction:column;text-align:center;justify-content:center}.question-section__btn{align-self:center}.question-section__picture{width:auto}}@media (max-width: 767.98px){.question-section__heading{font-weight:700;margin-bottom:30px;font-size:35px}}@media (max-width: 575.98px){.question-section__heading{font-size:25px}}.reability-section{background-color:#f8f8f8;padding:55px 0}.reability-section__container{display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row}.reability-section__right-col{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}.reability-section__left-col{display:flex;flex-direction:column;justify-content:center}.reability-section__heading{margin-bottom:30px}.reability-section__desc{margin-bottom:60px;max-width:620px;font-size:22px}.reability-section__btn{max-width:323px;align-self:center}.reability-section__picture{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 0}.reability-section__back{position:absolute;height:100%;width:100%;left:-43px;top:-14px;animation:scale-up-center 7s infinite}.reability-section__front{position:relative;z-index:2;height:534px;width:534px;-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#e4e4e4}@media (max-width: 1199.98px){.reability-section__right-col{display:flex;flex-basis:40%;align-items:center;justify-content:center}}@media (max-width: 991.98px){.reability-section__container{gap:1em}.reability-section__heading{text-align:center}.reability-section__desc{text-align:center;max-width:initial}.reability-section__picture{width:100%}.reability-section__front{width:auto}.reability-section__back{display:none}.reability-section__left-col{margin-bottom:50px;flex-basis:50%}.reability-section__right-col{flex-basis:40%}}@media (max-width: 767.98px){.reability-section__container{flex-direction:column}.reability-section__heading{text-align:center}.reability-section__desc{text-align:center;max-width:initial}.reability-section__picture{width:100%;height:auto}.reability-section__front{height:auto}.reability-section__back{display:none}.reability-section__left-col{margin-bottom:50px}.reability-section__right-col{height:auto}}.sertificate-section{background-image:url(/build/assets/sertificate-bg-js54rO5V.jpg);background-repeat:no-repeat;background-size:cover;background-color:#2bae57;min-height:500px;display:flex;align-items:center;padding:55px 0}.sertificate-section__container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.sertificate-section__left-col{display:flex;flex-direction:column;justify-content:center;flex-basis:50%}.sertificate-section__heading{color:#fff;margin-bottom:37px}.sertificate-section__subtitle{color:#fff;font-weight:200;font-size:30px;line-height:35px;margin-bottom:45px}.sertificate-section__right-col{display:flex;justify-content:flex-end;flex-basis:50%}.sertificate-section__picture{overflow:hidden;border-radius:10px;-o-object-fit:cover;object-fit:cover;height:-moz-max-content;height:max-content;animation:scale-up-center 10s infinite cubic-bezier(.39,.575,.565,1) both;filter:drop-shadow(0px 0px 30px rgba(0,0,0,.25))}.sertificate-section__btn{align-self:center;justify-self:center}@media (max-width: 991.98px){.sertificate-section__container{flex-direction:column}.sertificate-section__left-col{display:flex;flex-direction:column;align-items:center;flex-basis:auto}.sertificate-section__heading{color:#fff;margin-bottom:37px;text-align:center}.sertificate-section__subtitle{color:#fff;font-weight:200;font-size:30px;line-height:35px;margin-bottom:45px;text-align:center}.sertificate-section__right-col{display:flex;justify-content:center;flex-basis:50%;margin-bottom:50px}.sertificate-section__picture{overflow:hidden;border-radius:10px;-o-object-fit:cover;object-fit:cover;height:-moz-max-content;height:max-content;filter:drop-shadow(0px 0px 30px rgba(0,0,0,.25))}.sertificate-section__btn{align-self:center;justify-self:center}}.service-list{display:grid;grid-template-columns:auto auto;gap:3em}@media (max-width: 767.98px){.service-list{grid-template-columns:auto}}.service{display:flex;flex-direction:column;align-items:center;border-radius:20px;overflow:hidden;box-shadow:0 0 20px #0000001a;transition:.5s}.service:hover{box-shadow:0 0 40px #0003}.service__image{position:relative;height:500px;overflow:hidden;width:100%}@media (max-width: 767.98px){.service__image{height:370px}}.service__image>img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;transition:.5s}.service__image>img:hover{transform:scale(1.2);transition:.5s}.service__content{padding:1em;position:relative;width:100%}.service__about{padding:1em;width:100%}.service__name{font-size:43px;font-weight:200;background-color:#fff;display:inline-block;padding:5px 20px;border-radius:10px;line-height:1.2;top:-45px;position:relative}@media (max-width: 767.98px){.service__name{font-size:30px}}.service__desc{font-size:18px;font-weight:200;margin-bottom:10px}.service__list-item{text-transform:lowercase;display:flex;align-items:center;color:#2bae57}.service__list-item>span{width:90%;margin-left:10px;line-height:1.2}.prices-list{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:10px}.price-item{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;border-bottom:2px dashed #2BAE57;background-color:#f8f8f8;border-radius:15px;margin-bottom:10px;padding-left:10px}.price-item__duration,.price-item__price,.price-item__price-sale{display:flex;flex-wrap:nowrap}.price-item__actions{display:flex;gap:5px;flex-wrap:nowrap;padding:5px}@media (max-width: 1199.98px){.price-item{flex-direction:row;justify-content:space-around;flex-wrap:wrap}}.full-block{width:100vw;position:relative;margin-left:-50vw;left:50%;margin-bottom:30px}.spa-section{background-color:#f8f8f8;padding:55px 0}.spa-section__container{display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row;-moz-column-gap:3em;column-gap:3em}.spa-section__right-col{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center}.spa-section__left-col{display:flex;flex-basis:55%;flex-direction:column;justify-content:center}.spa-section__heading{margin-bottom:30px}.spa-section__desc{margin-bottom:60px;max-width:620px;font-size:22px}.spa-section__btn{max-width:323px;align-self:center}.spa-section__picture{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 0}.spa-section__back{height:553px;left:-46px;position:absolute;top:25px;width:100%}.spa-section__front{position:relative;z-index:2;height:521px;width:521px;-webkit-mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);mask-image:url(/build/assets/hexagon20-jq2kMetA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:#e4e4e4}.spa-section__leaf{position:absolute;width:492px;height:492px;z-index:2;top:-30%;left:-20%;animation:translate 7s infinite}@media (max-width: 1199.98px){.spa-section__right-col{display:flex;flex-basis:40%;align-items:center;justify-content:center}}@media (max-width: 991.98px){.spa-section__container{gap:1em}.spa-section__heading{text-align:center}.spa-section__desc{text-align:center;max-width:initial}.spa-section__picture{width:100%}.spa-section__front{width:auto}.spa-section__back{display:none}.spa-section__left-col{margin-bottom:50px;flex-basis:50%}.spa-section__right-col{flex-basis:40%}}@media (max-width: 767.98px){.spa-section__container{flex-direction:column}.spa-section__heading{text-align:center}.spa-section__desc{text-align:center;max-width:initial}.spa-section__picture{width:100%}.spa-section__back{display:none}.spa-section__front{height:auto}.spa-section__left-col{margin-bottom:50px}}.stat-section{padding-bottom:65px;position:relative;z-index:1}.stat-list{display:flex;align-items:center;justify-content:space-between;gap:14px}.stat-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;width:328px;height:195px;left:2px;top:11px;background:#f8f8f8;border-radius:10px;padding:30px 10px;gap:20px;transition:.5s}.stat-card__small-text{font-size:30px}.stat-card__num{font-weight:500;font-size:60px;line-height:70px;text-align:center;color:#2bae57}.stat-card__desc{font-weight:400;font-size:27px;line-height:35px;text-align:center}.stat-card:hover{transform:translateY(-2em);transition:.5s;background-color:#e4078e;color:#fff}.stat-card:hover>.stat-card__num{color:#fff}@media (max-width: 1429.98px){.stat-list{flex-wrap:nowrap;gap:10px}.stat-card{padding:20px;gap:20px}.stat-card__small-text{font-size:25px}.stat-card__num{font-size:50px;line-height:1}.stat-card__desc{font-size:25px}}@media (max-width: 991.98px){.stat-list{gap:14px}.stat-card{padding:15px;gap:10px}.stat-card__small-text{font-size:22px}.stat-card__num{font-size:40px;line-height:1}.stat-card__desc{font-size:22px;line-height:1}}@media (max-width: 767.98px){.stat-list{flex-wrap:wrap;justify-content:space-evenly}.stat-card{width:45%;height:150px}.stat-card__small-text{font-size:22px}.stat-card__num{font-size:40px}.stat-card__desc{font-size:22px}}@media (max-width: 575.98px){.stat-card__small-text{font-size:18px}.stat-card__num{font-size:35px}.stat-card__desc{font-size:18px}}.testimonials-section{padding:60px 0}.testimonials-section__container{display:flex;flex-direction:column;align-items:center}.testimonials-section__heading{margin-bottom:60px}.testimonials-section_gray{background-color:#f8f8f8}.testimonials-slider{width:100%;padding:0 70px}.testimonials-slider__wrapper{display:flex}.testimonials-slider__slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1em}.testimonials-slider__photo{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:100%;background-color:#2bae57;height:110px;width:110px;margin-bottom:16px;font-size:40px;font-weight:200;color:#fff}.testimonials-slider__name{font-weight:200;font-size:22px;line-height:26px;text-align:center;margin-bottom:32px}.testimonials-slider__comment{font-family:roboto-oh5,sans-serif;font-weight:200;font-size:18px;line-height:21px;text-align:center;max-height:225px;overflow-y:auto;padding:2px}.testimonials-slider__comment::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.testimonials-slider__prev{position:absolute;z-index:2;left:0;top:50%;transform:translateY(-50%)}.testimonials-slider__next{position:absolute;z-index:2;right:0;top:50%;transform:translateY(-50%)}@media (max-width: 767.98px){.testimonials-slider{padding:0 35px}.testimonials-slider__prev,.testimonials-slider__next{border-radius:10px;background-color:#fff;padding:5px}}.ufo-section{padding-bottom:40px}.ufo-section__container{position:relative;min-height:550px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(resources/images/edu-main-bg.jpg);background-repeat:no-repeat;background-size:cover;border-radius:10px;overflow:hidden;background-color:#f8f8f88c}.ufo-section__left-pic{position:absolute;width:470px;height:500px;left:0;top:85px}.ufo-section__right-pic{position:absolute;width:470px;height:337px;left:965px;top:65px}.ufo-section__sertificat-detail{display:none}.ufo-section__subtitle{font-weight:100;margin-bottom:30px;text-align:center}.ufo-section__title{max-width:800px;text-align:center;margin-bottom:15px}.ufo-section__about{margin-bottom:25px;font-weight:400}.ufo-section__accent{display:inline-block;background-color:#e4078e;padding:0 10px;border-radius:10px}.ufo-section__actions{display:flex;flex-wrap:wrap;gap:1em;margin-bottom:40px;align-items:center;justify-content:center}.ufo-section__price-label{position:absolute;left:1116px;top:47px}.ufo-section__bg-video{background-color:#fff;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.ufo-section__bg-video>video{opacity:.2;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:1s}.ufo-section__bg-video>video:hover{opacity:.4;transition:1s}.ufo-section_gradient{position:relative}.ufo-section_gradient:before{content:" ";position:absolute;height:503px;width:100%;left:0;right:0;top:200px;background:linear-gradient(180deg,#e4078e,#cd0e90 37.5%,#2f3e9c);z-index:-1}#canvas-basic{position:absolute;height:500px;width:100%;left:0;right:0;margin-top:220px;z-index:-1}@media (max-width: 1199.98px){.ufo-section__left-pic{position:absolute;width:460px;height:500px;left:-90px;top:110px}.ufo-section__right-pic{position:absolute;width:470px;height:330px;left:734px;top:120px}}@media (max-width: 991.98px){.ufo-section__left-pic{position:absolute;width:420px;height:504px;left:-86px;top:167px}.ufo-section__right-pic{position:absolute;width:460px;height:337px;left:550px;top:150px}}@media (max-width: 767.98px){.ufo-section{padding-bottom:40px}.ufo-section__container{min-height:85vh}.ufo-section__left-pic,.ufo-section__right-pic{display:none}.ufo-section__sertificat-detail{display:inline-block}.ufo-section_gradient:before{content:" ";top:45%}}.champion-section{margin-bottom:60px}.champion-section__container{display:flex;align-items:flex-end;justify-content:flex-start;position:relative}.champion-section__content{background-color:#f8f8f8;height:580px;width:1263px;display:flex;flex-direction:column;justify-content:center;outline:3px solid #2BAE57;outline-offset:-20px;padding-right:350px;padding-left:115px}.champion-section__images{position:absolute;right:-90px;top:0;bottom:0;height:100%}.champion-section__champion-pic{position:relative;padding-top:0;left:140px;max-width:879px}.champion-section__heading{margin-bottom:30px}.champion-section__about{max-width:600px;font-size:20px;line-height:26px;margin-bottom:30px}.champion-section__offer-about{margin-bottom:30px;font-size:22px}.champion-section__offer-heading{margin-bottom:15px}.champion-section__actions{display:flex;gap:20px}.champion-section__btn{min-width:346px}@media (max-width: 1429.98px){.champion-section__images{left:initial;right:-7%}.champion-section__champion-pic{position:relative;left:30%;width:100%;bottom:-15px;height:auto}.champion-section__btn{min-width:auto}}@media (max-width: 1199.98px){.champion-section{height:auto}.champion-section__container{flex-direction:column}.champion-section__images{left:initial;position:absolute;top:25px}.champion-section__champion-pic{position:relative;left:45%;width:100%;bottom:20px;height:auto}.champion-section__content{padding:50px 33% 50px 43px;width:auto;height:auto}}@media (max-width: 991.98px){.champion-section{height:auto}.champion-section__container{flex-direction:column}.champion-section__images{position:absolute;left:initial;right:-136px;top:20px}.champion-section__content{padding:50px 45% 50px 43px}}@media (max-width: 767.98px){.champion-section__images{display:block;position:relative;right:auto;top:auto;width:100%}.champion-section__champion-pic{position:relative;left:0;width:100%;height:auto}.champion-section__content{padding:40px;width:auto;height:auto}.champion-section__btn{margin-bottom:40px}.champion-section__btn span{display:none}}.conf-section{margin-bottom:60px}.conf-section__container{display:flex;align-items:flex-end;justify-content:flex-end;position:relative}.conf-section__content{background-color:#f8f8f8;min-height:630px;width:1263px;display:flex;flex-direction:column;justify-content:center;outline:3px solid #2BAE57;outline-offset:-20px;padding-left:360px;padding-top:3em;padding-bottom:3em}.conf-section__images{position:absolute;left:10%;top:0}.conf-section__conf-pic{position:absolute;width:500px;height:491px;left:-180px;top:75px}.conf-section__heading{margin-bottom:30px}.conf-section__about{max-width:850px;font-size:20px;line-height:26px;margin-bottom:30px}.conf-section__offer{margin-bottom:30px;max-width:850px}.conf-section__offer-about{margin-bottom:30px;font-size:22px}.conf-section__offer-heading{margin-bottom:15px}.conf-section__actions{display:flex;flex-wrap:wrap;gap:20px}.conf-section__btn{min-width:346px}@media (max-width: 1429.98px){.conf-section__images{left:2%}.conf-section__btn{min-width:auto}}@media (max-width: 991.98px){.conf-section{height:auto}.conf-section__container{flex-direction:column}.conf-section__images{right:105px;left:auto;position:absolute}.conf-section__licese-pic{height:309px;width:309.67px;left:-191px;top:-70px}.conf-section__conf-pic{left:-180px;transform:scaleX(-1)}.conf-section__content{padding:50px 33% 50px 43px;width:auto;height:auto}}@media (max-width: 767.98px){.conf-section{height:auto}.conf-section__container{flex-direction:column}.conf-section__images{display:block;position:relative;right:auto;top:auto;width:100%;max-height:374px}.conf-section__conf-pic{position:relative;left:70px;top:-130px;max-width:470px;height:auto}.conf-section__content{padding:40px;width:100%;height:auto}}.static-widgets{position:fixed;bottom:10px;right:10px;z-index:1000;padding:5px;border-radius:10px;display:flex;gap:5px;flex-direction:column}.static-widgets__link{display:inline-block;margin-bottom:5px;height:50px;width:50px}.static-widgets__link img{width:100%}
