﻿*,*::before,*::after{box-sizing:border-box}html{line-height:1.3;-webkit-text-size-adjust:100%}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed}a{background-color:rgba(0,0,0,0);text-decoration:none}body,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,figure{margin:0}ul,ol{list-style-type:none;padding:0}b,strong{font-weight:bolder}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.3;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}picture,img{display:block;max-width:100%}address{font-style:normal}html{height:-webkit-fill-available}body{min-width:320px;min-height:100vh;min-height:-webkit-fill-available;font-family:"Poppins",sans-serif;font-size:18px;color:#303a41}[class*=__container]{max-width:1230px;margin:0 auto;padding:0 15px}.wrapper{display:flex;flex-direction:column;min-height:100%;overflow:hidden}.page{flex:1 1 auto;padding-top:104px}@media(max-width: 600px){.page{padding-top:70px}}button.btn{appearance:none;border:none;box-shadow:none;cursor:pointer}.btn{display:inline-flex;font-size:16px;font-weight:500;color:#fff;line-height:1.5;letter-spacing:.03em;text-transform:uppercase;border:1px solid rgba(0,0,0,0);padding:12px 24px;transition:.2s;outline:none}.btn_primary{background:#0197a0}@media(any-hover: hover){.btn_primary:hover{color:#016c7a;background:#8ed8dd}}.btn_primary:focus{border-color:#8ed8dd}.btn_primary:active{color:#016c7a;background:#8ed8dd}.btn_secondary{color:#016c7a;background:#fff}@media(any-hover: hover){.btn_secondary:hover{color:#303a41;background:#8ed8dd}}.btn_secondary:focus{border-color:#8ed8dd}.btn_secondary:active{color:#303a41;background:#8ed8dd}.btn_light{color:#1d1d1d;background:#bfe4ff}@media(any-hover: hover){.btn_light:hover{color:#303a41;background:#8ed8dd}}.btn_light:focus{border-color:#8ed8dd}.btn_light:active{color:#303a41;background:#8ed8dd}.btn_submit{background:#000}@media(any-hover: hover){.btn_submit:hover{background:#0197a0}}.btn_submit:focus{border-color:#0197a0}.btn_submit:active{background:#0197a0}.btn_cta{background:#1c1c1c;border-radius:30px}@media(any-hover: hover){.btn_cta:hover{color:#000;background:#8ed8dd}}.btn_cta:focus{border-color:#8ed8dd}.btn_cta::active{color:#000;background:#8ed8dd}.btn_intro{color:#000;background:#fff;border-radius:30px}@media(any-hover: hover){.btn_intro:hover{color:#303a41;background:#8ed8dd}}.btn_rounded{border-radius:30px}.btn_map{background-color:rgba(0,0,0,0);border-radius:30px;border:1px solid #016c7a;color:#016c7a}@media(any-hover: hover){.btn_map:hover{color:#303a41;border-color:#8ed8dd}}.more-btn{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;color:#016c7a;text-transform:uppercase;letter-spacing:.03em;transition:.2s}.more-btn i{font-size:15px}@media(any-hover: hover){.more-btn:hover{color:#303a41}}.arg-dialog{position:fixed;z-index:10000;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .1s}.arg-dialog_open{opacity:1}.arg-dialog_ready{opacity:1}.arg-dialog_close{opacity:0}.arg-dialog__overlay{position:absolute;z-index:1;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);backdrop-filter:blur(30px)}.arg-dialog__window{position:relative;z-index:2;display:flex;max-width:715px;transform:scale(0);will-change:transform;transition:transform .2s}.arg-dialog__window_open{transform:scale(1)}.arg-dialog__window_ready{transform:scale(1)}.arg-dialog__window_close{transform:scale(0)}@media(max-width: 768px){.arg-dialog__window{max-width:400px}}@media(max-width: 562px){.arg-dialog__window{max-width:calc(100% - 30px)}}.arg-dialog__content{position:relative;width:100%;margin:auto}.arg-dialog__btn-close{position:absolute;z-index:100;top:45px;right:50px;appearance:none;border:none;box-shadow:none;background:rgba(0,0,0,0);font-family:serif;font-size:32px;color:#303a41;line-height:1;padding:0 10px;transition:.2s;user-select:none;cursor:pointer}.arg-hide{display:none}.dialog{max-height:80vh;overflow-y:auto}.dialog label{display:block;font-size:20px;font-weight:600;letter-spacing:.02em;margin-bottom:6px}.dialog input::placeholder,.dialog textarea::placeholder{color:rgba(48,58,65,.4);opacity:1}.dialog input,.dialog textarea,.dialog .select__value{background:rgba(255,255,255,.6);border:1px solid rgba(48,58,65,.4);backdrop-filter:blur(20px);border-radius:3px}.dialog input,.dialog .select{height:50px}.dialog textarea{resize:none}.program-dialog{background:rgba(255,255,255,.85);padding:40px}.program-dialog__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.program-dialog__header .arg-dialog__btn-close{position:static}.program-dialog__title{font-size:30px;font-weight:600;line-height:1.4;letter-spacing:.03em}@media(max-width: 562px){.program-dialog__title{font-size:24px}}.program-dialog__form-row{margin-bottom:32px}.program-dialog__form-row:last-child{margin-bottom:0}.program-dialog__form-split{display:flex;gap:32px 24px}@media(max-width: 768px){.program-dialog__form-split{flex-direction:column}}@media(max-width: 562px){.program-dialog{padding:20px}}.select{position:relative;width:100%;height:50px;font-size:18px;line-height:1;white-space:no-wrap;text-overflow:ellipsis;cursor:pointer;user-select:none}.select select{position:absolute;top:0;left:-9999px}.select select:focus~.select__value{border-color:#016c7a}.select__value{position:relative;display:flex;align-items:center;width:100%;height:100%;background:rgba(255,255,255,.6);backdrop-filter:blur(20px);border-radius:3px;padding:12px 48px 12px 16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.select__value::after{content:"";position:absolute;top:50%;right:16px;display:flex;justify-content:center;align-items:center;font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:8px;width:16px;height:16px;margin-top:-8px}.select__options{position:absolute;z-index:1001;left:0;display:none;width:100%;max-height:242px;background:#fff;border-radius:3px;overflow:auto}.select__options_opened{display:block}.select__option{padding:8px 48px 8px 12px}.select__option_selected{color:#fff;background:#0197a0}@media(any-hover: hover){.select__option:hover{color:#fff;background:#0197a0}}@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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}[class^=im-],[class*=" im-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.im-combo-chart:before{content:""}.im-partner:before{content:""}.im-police-fine:before{content:""}.im-scales:before{content:""}.im-service:before{content:""}.im-arrow-right:before{content:""}.im-marker:before{content:""}.im-person:before{content:""}.im-no-image:before{content:""}.im-chevron-right:before{content:""}.im-external-link:before{content:""}.im-chevron-left:before{content:""}.im-linkedin:before{content:""}.im-twitter:before{content:""}.im-chevron-down:before{content:""}.im-facebook:before{content:""}.im-pdf:before{content:""}.im-cross:before{content:""}.im-quote-left:before{content:""}.im-quote-right:before{content:""}@font-face{font-family:icomoon;font-display:swap;src:url("../fonts/icomoon.woff2") format("woff2"),url("../fonts/icomoon.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:Poppins;font-display:swap;src:url("../fonts/Poppins-Regular.woff2") format("woff2"),url("../fonts/Poppins-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:Poppins;font-display:swap;src:url("../fonts/Poppins-SemiBold.woff2") format("woff2"),url("../fonts/Poppins-SemiBold.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:Poppins;font-display:swap;src:url("../fonts/Poppins-Bold.woff2") format("woff2"),url("../fonts/Poppins-Bold.woff") format("woff");font-weight:700;font-style:normal}@font-face{font-family:Poppins;font-display:swap;src:url("../fonts/Poppins-Medium.woff2") format("woff2"),url("../fonts/Poppins-Medium.woff") format("woff");font-weight:500;font-style:normal}:root{--header-height: 94px;--header-height-scrolled: 60px}@media(max-width: 600px){:root{--header-height:70px}}.header{position:fixed;z-index:999;top:0;left:0;width:100%;height:var(--header-height);background:#fff;transition:height .2s}.header__container{display:flex;justify-content:space-between;align-items:center;height:100%}.header__container>*{position:relative;z-index:1001}.header__logo{transition:.2s;width:232px}.header__logo picture{width:100%;height:100%}.header__logo picture img{width:100%;height:100%;object-fit:contain}.header__logo>img{height:100%;width:100%}@media(max-width: 600px){.header__logo>img{max-height:40px}}.header_scrolled{height:var(--header-height-scrolled);background:rgba(255,255,255,.4);backdrop-filter:blur(20px)}.header_scrolled .submenu--mega{top:var(--header-height-scrolled)}.header_scrolled .submenu--mega:before{height:calc(var(--header-height-scrolled)/2 - 10px)}.header_scrolled .logo{height:40px}.menu__list{display:flex;gap:20px 30px}@media(max-width: 992px){.menu__list{flex-direction:column;height:100%;padding:25px;background:#0095a9;overflow-y:auto}}.menu__item_parent{position:relative}.menu__item_parent .menu__link{display:flex;align-items:center;gap:7px}.menu__item_parent .menu__link::after{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:6px}@media(any-hover: hover){.menu__item_parent:hover>.submenu{display:block}.menu__item_parent:hover>.submenu--mega{display:flex}}.menu__link{display:block;font-size:16px;color:inherit;padding:8px 0}@media(max-width: 992px){.menu__link{color:#fff}}@media(max-width: 992px){.menu{display:none;position:fixed;z-index:1000;top:0;right:-320px;width:320px;height:100vh;min-height:-webkit-fill-available;padding-top:104px;transition:right .7s}.header_scrolled .menu{padding-top:60px}.menu_active{display:block}.menu_animation{pointer-events:none}.menu_animation-open{right:0}.menu_animation-close{right:-320px}.menu_ready{right:0;pointer-events:all}}.submenu{display:none}.submenu.depth-1{position:absolute;width:max-content;min-width:100%}@media(max-width: 992px){.submenu.depth-1{position:static !important;left:auto;top:auto !important;transform:none;width:max-content !important;min-width:auto !important;padding:0 !important}.submenu.depth-1 .submenu__column{margin-left:0 !important}.submenu.depth-1 .submenu--mega{padding-left:16px !important}}.submenu.depth-2{display:block;width:100%}.submenu.depth-2 .submenu__link{background:#d7f8ff;padding-left:30px}@media(max-width: 992px){.submenu.depth-2 .submenu__link{background:rgba(0,0,0,0)}}@media(any-hover: hover){.submenu.depth-2 .submenu__link:hover{background:#a9efff}}@media(any-hover: hover)and (max-width: 992px){.submenu.depth-2 .submenu__link:hover{background:rgba(0,0,0,0)}}.submenu__item_parent>.submenu__link{background:#a9f0ff}@media(max-width: 992px){.submenu__item_parent>.submenu__link{background:rgba(0,0,0,0)}}@media(any-hover: hover){.submenu__item_parent>.submenu__link:hover{background:#a9efff}}@media(any-hover: hover)and (max-width: 992px){.submenu__item_parent>.submenu__link:hover{background:rgba(0,0,0,0)}}.submenu__link{display:block;width:100%;font-size:15px;color:inherit;line-height:1.2;letter-spacing:.02em;background:#ebf9ff;padding:8px 16px}@media(max-width: 992px){.submenu__link{color:#fff;background:rgba(0,0,0,0)}}@media(any-hover: hover){.submenu__link:hover{background:#a9efff}}@media(any-hover: hover)and (max-width: 992px){.submenu__link:hover{background:rgba(0,0,0,0)}}.submenu--mega{background-color:#ebf9ff;padding:16px 32px 34px;position:fixed !important;max-width:100% !important;left:50%;transform:translateX(-50%);min-width:auto !important;width:1200px !important;justify-content:center;top:var(--header-height)}.submenu--mega:before{position:absolute;content:"";width:100%;height:calc(var(--header-height)/2 - 10px);bottom:100%}.submenu--mega>.submenu__item{display:inline-block;vertical-align:top}.submenu--mega>.submenu__item:not(:first-child){margin-left:40px}.submenu--mega>.submenu__item .submenu__column{margin-left:-16px}@media(max-width: 992px){.submenu--mega>.submenu__item{display:block;margin-left:0 !important;width:auto !important;left:auto !important;transform:translateX(0);justify-content:flex-start}.submenu--mega>.submenu__item:not(:last-child){margin-bottom:20px}}@media(max-width: 992px){.submenu--mega{background:rgba(0,0,0,0)}}.submenu__title{font-size:15px;font-weight:500;margin-bottom:10px}@media(max-width: 992px){.submenu__title{color:#fff}}@media(max-width: 992px){.submenu{display:block}}.menu-switch{display:none;justify-content:center;align-items:center;width:50px;height:50px;cursor:pointer}.menu-switch.active span{background:rgba(0,0,0,0);transition:background 0s .3s}.menu-switch.active span::before{top:0;transform:rotate(45deg);transition:top .3s,transform .4s .3s}.menu-switch.active span::after{bottom:0;transform:rotate(-45deg);transition:bottom .3s,transform .4s .3s}.menu-switch span{position:relative;display:block;width:80%;height:2px;background:#303a41;transition:background 0s .4s}.menu-switch span::before,.menu-switch span::after{content:"";position:absolute;display:block;width:100%;height:100%;background:#303a41;transform:rotate(0)}.menu-switch span::before{top:-6px;transition:transform .4s,top .3s .4s}.menu-switch span::after{bottom:-6px;transition:transform .4s,bottom .3s .4s}@media(max-width: 992px){.menu-switch{display:flex}}.consulting-page .innerPageBanner__container{max-width:1028px}.consulting-page h4{font-weight:600;font-size:24px;line-height:130%;letter-spacing:.02em;color:#303a41;margin-bottom:8px}.consulting-page p{font-weight:400;font-size:20px;line-height:140%;letter-spacing:.02em;color:rgba(48,58,65,.75);margin-bottom:24px}.consulting-page .btn{padding:8px 16px}.consulting-page .btn_accent{background:#016c7a}.consulting-page .btn_accent:hover{color:#016c7a;background:#8ed8dd}.consulting-page .btn_black{background-color:#000}.consulting-page .btn_black:hover{color:#016c7a;background:#8ed8dd}@media(max-width: 1028px){.consulting-page p,.consulting-page h4,.consulting-page .consulting__title{text-align:center}}@media(max-width: 768px){.consulting-page .btn{font-size:15px}.consulting-page .consulting__title{font-size:30px}}.consulting__title{font-family:"Poppins",sans-serif;font-weight:600;font-size:48px;line-height:120%;letter-spacing:.02em;color:#303a41;margin-bottom:8px}.consultingProcess{padding-top:75px;padding-bottom:128px}.consultingProcess__container{max-width:1028px}@media(max-width: 768px){.consultingProcess__container{text-align:center}}.consultingProcess__list{margin-top:65px}@media(max-width: 768px){.consultingProcess__list{margin-top:25px}}.consultingProcess__item{display:grid;grid-template-columns:495px 1fr;justify-content:center;gap:75px}@media(max-width: 1028px){.consultingProcess__item{grid-template-columns:repeat(auto-fill, minmax(290px, 378px));gap:20px}}.consultingProcess__title{font-weight:500;font-size:40px;line-height:125%;letter-spacing:.01em;color:#303a41;position:relative}.consultingProcess__title span{float:right;width:60px;height:60px;background:#62d6dd;border-radius:50%;font-weight:600;font-size:24px;line-height:60px;text-align:center;letter-spacing:.03em;color:#fff}.consultingProcess .has-line:after{position:absolute;content:"";height:100%;top:0;z-index:-1;right:30px;border-right:1px solid #62d6dd}.consultingProcess p:last-child{margin-bottom:70px}@media(max-width: 768px){.consultingProcess{padding:60px 0}.consultingProcess .consultingProcess__title{font-size:28px}.consultingProcess .consultingProcess__title::after{display:none}.consultingProcess .consultingProcess__title span{width:40px;height:40px;font-size:20px;line-height:40px}}.benifits{padding:88px 0}@media(max-width: 768px){.benifits{padding:60px 0}}.benifits__list{margin-top:48px;display:grid;grid-template-columns:repeat(auto-fill, minmax(290px, 378px));justify-content:center;gap:48px 32px}.benifits__icon{width:84px;height:84px;background:#bdfbff;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;margin:0 auto 24px auto}.benifits__item{background:rgba(255,255,255,.8);border:1px solid #45afbd;padding:32px 24px;text-align:center;transition:all .3s ease}.benifits__item:hover{background-color:#45afbd}.benifits__item p{color:rgba(48,58,65,.75);text-align:left}@media(max-width: 1028px){.benifits__item p{text-align:center}}.solutions{padding-top:128px;padding-bottom:340px}@media(max-width: 768px){.solutions{padding:60px 0}}.solutions__list{margin-top:56px;display:grid;grid-template-columns:repeat(auto-fill, minmax(290px, 572px));justify-content:center;gap:56px}.solutions__item{padding:48px 56px;background:#e2fcff;margin-bottom:50px;display:grid}@media(max-width: 768px){.solutions__item{padding:30px;margin-bottom:0;text-align:center}}.solutions__item:nth-child(odd){border-radius:0 120px}@media(max-width: 768px){.solutions__item:nth-child(odd){border-radius:0 100px}}.solutions__item:nth-child(even){border-radius:120px 0}@media(max-width: 768px){.solutions__item:nth-child(even){border-radius:100px 0}}.solutions__title{font-weight:600;font-size:30px;line-height:140%;letter-spacing:.03em;color:#303a41;margin-bottom:8px}.solutions__btn{align-self:end}@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}.leaflet-container:after{-webkit-animation:leaflet-gestures-fadein .8s backwards;animation:leaflet-gestures-fadein .8s backwards;color:#fff;font-family:"Roboto",Arial,sans-serif;font-size:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.5);z-index:461;pointer-events:none}.leaflet-gesture-handling-touch-warning:after,.leaflet-gesture-handling-scroll-warning:after{-webkit-animation:leaflet-gestures-fadein .8s forwards;animation:leaflet-gestures-fadein .8s forwards}.leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}.marker-cluster-small{background-color:rgba(181, 226, 140, 0.6)}.marker-cluster-small div{background-color:rgba(110, 204, 57, 0.6)}.marker-cluster-medium{background-color:rgba(241, 211, 87, 0.6)}.marker-cluster-medium div{background-color:rgba(240, 194, 12, 0.6)}.marker-cluster-large{background-color:rgba(253, 156, 115, 0.6)}.marker-cluster-large div{background-color:rgba(241, 128, 23, 0.6)}.leaflet-oldie .marker-cluster-small{background-color:rgb(181, 226, 140)}.leaflet-oldie .marker-cluster-small div{background-color:rgb(110, 204, 57)}.leaflet-oldie .marker-cluster-medium{background-color:rgb(241, 211, 87)}.leaflet-oldie .marker-cluster-medium div{background-color:rgb(240, 194, 12)}.leaflet-oldie .marker-cluster-large{background-color:rgb(253, 156, 115)}.leaflet-oldie .marker-cluster-large div{background-color:rgb(241, 128, 23)}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.intro{color:#fff;text-align:center;background-repeat:no-repeat;background-position:center;background-size:cover}.intro__buttons{max-width:100%;width:670px;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.intro__btn.--styled{box-shadow:0 4px 4px 0 rgba(0,0,0,.25);font-weight:500}.intro__content{height:100%;padding:98px 0 117px}.intro__container{display:flex;flex-direction:column;align-items:center}.intro__title,.intro__descr{max-width:905px}.intro__title{font-size:46px;font-weight:700;letter-spacing:.02em;margin-bottom:16px}@media(max-width: 562px){.intro__title{font-size:36px}}.intro__descr{font-size:20px;font-weight:500;color:rgba(255,255,255,.8);line-height:1.4;letter-spacing:.015em;margin-bottom:48px}.about{padding:138px 0 120px}.about__title{margin-bottom:78px}.about__body{display:flex;flex-direction:row-reverse}@media(max-width: 992px){.about__body{flex-direction:column-reverse !important;align-items:center}}.about__body+.about__body{margin-top:80px}.about__body:nth-child(odd){flex-direction:row}.about__body:nth-child(odd) .about__content{padding-right:48px;padding-left:0}.about__content{padding-left:48px}.about__content .more-btn{margin-top:40px}@media(max-width: 992px){.about__content{text-align:center;padding-right:0 !important;padding-left:0 !important;padding-top:30px}}.about__content-title{font-size:42px;font-weight:600;line-height:1.25;letter-spacing:.01em;margin-bottom:8px}@media(max-width: 768px){.about__content-title{font-size:32px}}.about__text{font-size:18px;color:rgba(48,58,65,.75);line-height:1.5;letter-spacing:.02em}.about__text p{margin:20px 0}.about__image{flex:0 0 523px;display:flex;align-items:flex-start}.about__image picture,.about__image img{width:100%;height:100%;border-radius:0px 120px;overflow:hidden;max-height:350px}.about__image img{object-fit:cover}@media(max-width: 992px){.about__image{flex-basis:auto;max-width:523px}}@media(max-width: 768px){.about{padding:40px 0 !important}}.work{background:#e2fcff;padding:120px 0}.work__title{margin-bottom:56px}@media(max-width: 768px){.work__title{margin-bottom:30px}}.work__body{display:flex}@media(max-width: 992px){.work__body{flex-direction:column}}.work__content{padding-right:88px}@media(max-width: 992px){.work__content{padding-right:0;padding-bottom:30px}}.work__text{font-size:20px;color:rgba(48,58,65,.75);line-height:1.55;letter-spacing:.02em;margin-bottom:32px}.work__list{flex:0 0 328px}@media(max-width: 992px){.work__list{flex-basis:auto}}.work__list-item{margin-bottom:8px}.work__list-link{display:flex;align-items:center;gap:8px;font-size:22px;font-weight:500;color:#303a41;line-height:1.5;letter-spacing:.025em;padding:12px 24px;transition:.2s;background:#a5edf1;border-radius:0 40px 40px 0}.work__list-link i{font-size:33px;opacity:.75}@media(any-hover: hover){.work__list-link:hover{color:#fff;background:#0197a0}}@media(max-width: 768px){.work{padding:40px 0}}.programs{padding:120px 0}.programs__container{max-width:1028px}.programs__title{margin-bottom:4px}@media(max-width: 1028px){.programs__title{text-align:center}}.programs__descr{margin-bottom:48px}@media(max-width: 1028px){.programs__descr{text-align:center}}.programs .program__btn{padding:8px 20px;border-radius:30px}.programs__list{display:grid;grid-template-columns:repeat(2, 483px);justify-content:center;gap:32px}@media(max-width: 1028px){.programs__list{grid-template-columns:1fr;justify-items:center}}@media(max-width: 768px){.programs{padding:40px 0}}.program{max-width:483px;border:4px solid #c2eaef;padding:72px 56px}.program:nth-child(odd){border-radius:0px 130px 0 130px}.program:nth-child(even){border-radius:130px 0 130px 0}.program__title{font-size:42px;font-weight:600;line-height:1.25;letter-spacing:.01em;margin-bottom:24px}@media(max-width: 562px){.program__title{font-size:32px}}.program__descr{color:rgba(48,58,65,.75);line-height:1.4;letter-spacing:.02em;margin-bottom:48px}@media(max-width: 562px){.program__descr{font-size:16px}}@media(max-width: 562px){.program{padding:52px 40px}}.reviews{background:#e2fcff;padding:80px 0 115px}.reviews__slider-wrapper{position:relative;padding:0 99px 32px}@media(max-width: 768px){.reviews__slider-wrapper{padding-left:0;padding-right:0;padding-bottom:99px}}.reviews__slider-btn{position:absolute;z-index:50;top:50%;appearance:none;box-shadow:none;border:none;display:flex;justify-content:center;align-items:center;width:56px;aspect-ratio:1;color:#fff;background:rgba(1,108,122,.5);border-radius:50%;margin-top:-44px;user-select:none;cursor:pointer;transition:.2s}.reviews__slider-btn_prev{left:0}.reviews__slider-btn_next{right:0}@media(any-hover: hover){.reviews__slider-btn:hover{background:#016c7a}}@media(max-width: 768px){.reviews__slider-btn{top:auto;bottom:0;margin:0}}.reviews__slider-pagination{position:absolute;z-index:50;bottom:0;right:99px;display:flex;gap:4px}.reviews__slider-pagination .swiper-pagination-bullet{display:block;width:8px;height:8px;background:rgba(48,58,65,.35);border-radius:50%;cursor:pointer}.reviews__slider-pagination .swiper-pagination-bullet-active{background:rgba(48,58,65,.75)}@media(max-width: 992px){.reviews__slider-pagination{right:0;justify-content:center;width:100%}}@media(max-width: 768px){.reviews__slider-pagination{bottom:20px}}@media(max-width: 768px){.reviews{padding:40px 0}}.review{display:flex}.review__photo{display:flex;justify-content:center;align-items:center;flex:0 0 280px;aspect-ratio:1;font-size:74px;color:#fff;background:#aadae0;border-radius:50%;overflow:hidden}.review__photo picture{height:100%}.review__photo picture img{height:100%;width:100%;object-fit:cover;object-position:center}@media(max-width: 992px){.review__photo{max-width:280px;width:100%}}.review__content{display:flex;flex-direction:column;padding-left:56px}@media(max-width: 992px){.review__content{padding-top:30px;padding-left:0}}.review__author{font-size:30px;font-weight:600;color:#4f4f4f;line-height:1.4;letter-spacing:.03em;margin-bottom:12px}@media(max-width: 992px){.review__author{text-align:center}}.review__text{font-size:20px;color:rgba(48,58,65,.75);letter-spacing:.02em}@media(max-width: 992px){.review__text{display:block;max-height:100%;text-align:center;margin-bottom:30px}}.review__date{margin-top:auto;align-self:flex-end;color:rgba(48,58,65,.35);line-height:1.55;letter-spacing:.01em}@media(max-width: 992px){.review{flex-direction:column;align-items:center}}.map{padding:120px 0}.map.--world .map__content{margin:auto;height:calc(100vh - var(--header-height-scrolled));width:100vw;position:relative;left:50%;transform:translateX(-50%);padding-right:0}@media(max-width: 1100px){.map.--world .map__content{height:1px;padding-bottom:65%;position:relative}.map.--world .map__content .map__content-inner{position:absolute;left:0;top:0;height:100%;width:100%}}@media(max-width: 500px){.map.--world .map__content{padding-bottom:75%}}.map.--world .leaflet-left{width:100%}.map.--world .leaflet-left .leaflet-reset-zoom{position:absolute;left:50%;transform:translateX(-50%);bottom:15px;opacity:0;transition:all .3s ease;margin:0;gap:10px;align-items:center}.map.--world .leaflet-left .leaflet-reset-zoom.active{opacity:1}@media(max-width: 600px){.map.--world .leaflet-left .leaflet-reset-zoom{font-size:12px;padding:5px 10px;min-width:max-content;bottom:0px}.map.--world .leaflet-left .leaflet-reset-zoom svg{max-width:15px;margin-right:0px}}.map.--world .leaflet-left.leaflet-top .leaflet-control-zoom{display:none}.map.--world .world-map__marker{position:relative;background-color:rgba(0,0,0,0)}.map.--world .world-map__marker:before{content:"";position:absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%, -50%);background-color:#239ac5;border-radius:200px;transition:all .5s ease}.map.--world .world-map__marker:hover:before{transform:translate(-50%, -50%) scale(1.3)}.map.--world .marker-cluster{background-color:rgba(0,0,0,0)}.map.--world .marker-cluster div{background-color:#239ac5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;border-radius:50%;border:none;width:25px;height:25px}.map.--world .leaflet-marker-icon>div{position:relative}.map.--world .leaflet-marker-icon>div:before{position:absolute;width:100%;height:100%;content:"";left:0;top:0;background-color:#239ac5;transition:all .5s ease;z-index:-1;border-radius:50%}.map.--world .leaflet-marker-icon>div:hover:before{transform:scale(1.3);z-index:-1}.map.--world .leaflet-container{background:rgba(85,213,227,.1)}.map.--world .leaflet-container:after{align-items:flex-end;content:attr(data-gesture-handling-scroll-content);opacity:1;background-color:rgba(0,0,0,.5);bottom:30px;top:auto;display:inline-flex;left:50%;transform:translateX(-50%);right:auto;margin:auto;text-align:center;width:fit-content;font-size:16px;border-radius:100px;font-weight:600;font-family:"Basis Grotesque",Helvetica,sans-serif;padding:10px 15px;line-height:1;transition:opacity .3s ease}.map.--world .leaflet-container.map-drag-started:after{opacity:0 !important}@media(pointer: coarse){.map.--world .leaflet-container:after{content:attr(data-gesture-handling-touch-content)}}@media(max-width: 700px){.map.--world .leaflet-container:after{bottom:0px;font-size:12px;width:250px}.map.--world .leaflet-bottom.leaflet-left{bottom:10px}}.map__title{margin-bottom:72px}@media(max-width: 768px){.map__title{text-align:center;margin-bottom:40px}}.map__body{display:flex}@media(max-width: 992px){.map__body{flex-direction:column}}.map__categoties{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:56px}@media(max-width: 562px){.map__categoties{flex-direction:column}}.map__categoties-item_selected .map__categoties-link{background:#8fe9f5}@media(max-width: 562px){.map__categoties-item{width:100%}}.map__categoties-link{display:block;font-size:16px;font-weight:500;color:#333;letter-spacing:.02em;background:#d8fdff;padding:12px 16px;transition:.2s;border:none;cursor:pointer}@media(any-hover: hover){.map__categoties-link:hover{background:#8fe9f5}}.map__content{width:100%;height:500px;padding-right:98px}.map__content_extended{height:625px;padding:0}.map__content picture,.map__content img{width:100%}.map__content img{object-fit:contain}@media(max-width: 992px){.map__content{padding-right:0;padding-bottom:53px}}@media(max-width: 500px){.map__content{height:400px}}.map__content-inner{position:relative;width:100%;height:100%}.map__leaflet.leaflet-container{background:rgba(0,0,0,0)}.map__leaflet .leaflet-interactive{cursor:default}.map__leaflet .leaflet-marker-icon{cursor:pointer}.map__main{width:100%;height:100%}.map__add{position:absolute;z-index:995;bottom:0}.map__add:nth-child(2){left:0;width:150px;height:150px}@media(max-width: 600px){.map__add:nth-child(2){width:100px;height:100px}}.map__add:nth-child(3){left:190px;width:140px;height:100px}@media(max-width: 600px){.map__add:nth-child(3){width:100px;height:70px;left:150px}}.map__tooltip-info{position:relative;padding-right:32px}.map__tooltip-close{position:absolute;top:50%;right:0;width:32px;height:32px;font-size:14px;background:rgba(0,0,0,0);border:none;box-shadow:none;margin-top:-16px;padding:0;cursor:pointer;transition:.15s}@media(any-hover: hover){.map__tooltip-close:hover{color:#016c7a}}.map__tooltip-title{font-size:30px;font-weight:600;line-height:1.4;letter-spacing:.03em;margin-bottom:16px}.map__tooltip-item{margin-bottom:8px}.map__tooltip-item:nth-child(2) .map__tooltip-header{background:#fef}.map__tooltip-item:last-child{margin-bottom:0}.map__tooltip-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#e4fcff}.map__tooltip-name{font-size:20px;font-weight:600;letter-spacing:.02em}.map__tooltip-link{font-size:15px;color:#000;line-height:1.4;letter-spacing:.01em;transition:.2s}.map__tooltip-link:after{content:"";font-size:12px;font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:10px}@media(any-hover: hover){.map__tooltip-link:hover{color:#016c7a}}.map__tooltip-body{background:#fff;padding:10px 24px 24px}.map__tooltip-description{color:rgba(48,58,65,.75);line-height:1.4;letter-spacing:.02em}.map__tooltip-status{display:flex;justify-content:space-between;align-items:center;border-top:1px dashed rgba(48,58,65,.15);padding-top:16px;margin-top:16px}.map__tooltip-status-title{font-weight:500;color:rgba(48,58,65,.75);line-height:1.55;letter-spacing:.01em}.map__tooltip-status-state{font-size:15px;color:rgba(48,58,65,.4);letter-spacing:.01em}.map__info{flex:0 0 287px}.map__info-text{font-size:20px;color:rgba(48,58,65,.75);line-height:1.55;letter-spacing:.02em;margin-bottom:53px}.map__info-actions{display:flex;flex-direction:column;gap:16px}.map__btn{justify-content:center;text-align:center}.map__actions{display:flex;flex-wrap:wrap;gap:20px 40px;justify-content:space-between;align-items:center;padding-top:96px}@media(max-width: 562px){.map__actions .btn{width:100%;justify-content:center;text-align:center}}.map__controls{display:flex;gap:20px 40px}.map__controls .select{min-width:185px}.map__controls .select__value,.map__controls .select__options{border:1px solid rgba(48,58,65,.4);border-radius:0}@media(max-width: 562px){.map__controls .select{width:100%}}@media(max-width: 562px){.map__controls{flex-direction:column;width:100%}}.map-popup{position:fixed;z-index:1010;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}.map-popup__content{max-width:400px;min-width:390px;background:rgba(48,58,65,.25);backdrop-filter:blur(20px);padding:16px;transform:scale(0);transition:transform .4s}.map-popup__content.ready{transform:scale(1)}.resources-main{padding:88px 0 130px;background-size:cover !important;color:#fff}.resources-main__title{margin-bottom:4px;font-weight:600 !important}@media(max-width: 768px){.resources-main__title{text-align:center}}.resources-main__descr{margin-bottom:64px;color:inherit !important;font-size:20px !important;line-height:140%}@media(max-width: 768px){.resources-main__descr{text-align:center}}.resources-main__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(290px, 373px));justify-content:center;gap:64px 40px}@media(max-width: 768px){.resources-main{padding:40px 0}}.resources-main__item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.resources-main__item .more-btn{margin-top:auto}.resource{max-width:373px;background:#c2f9ff;box-shadow:1px -1px 0px #6cbfc8;border-radius:0px 90px;padding:56px 31px;color:#303a41}.resource__title{font-size:30px;font-weight:600;letter-spacing:.03em;margin-bottom:16px}.resource__descr{letter-spacing:.02em;margin-bottom:32px}.contact{background-repeat:no-repeat;background-size:cover}.contact__overlay{height:100%;padding:96px 0}.contact__title{margin-bottom:40px}@media(max-width: 768px){.contact__title{text-align:center;margin-bottom:30px}}.contact__content{display:flex;background:rgba(255,255,255,.3);backdrop-filter:blur(25px);border-radius:180px 0px}@media(max-width: 992px){.contact__content{flex-direction:column}}.contact__form{max-width:795px;background:rgba(255,255,255,.35);backdrop-filter:inherit;border-radius:inherit;padding:80px}@media(max-width: 992px){.contact__form{max-width:100%}}@media(max-width: 562px){.contact__form{padding:120px 25px 40px}}.contact__form-item{margin-bottom:32px}.contact__form-item.has-columns{display:flex;gap:32px 24px}@media(max-width: 768px){.contact__form-item.has-columns{flex-direction:column}}.contact__form-item:last-child{margin-bottom:0}.contact__form-item label{display:block;font-size:16px;font-weight:600;letter-spacing:.02em;margin-bottom:6px}.contact__list{padding:80px}@media(max-width: 562px){.contact__list{padding:40px}}.contact__item{margin-bottom:48px}.contact__item-link,.contact__item-address{color:#000}@media(any-hover: hover){.contact__item-link:hover{text-decoration:underline}}.contact__item-title{font-size:24px;font-weight:600;color:#000;letter-spacing:.02em;margin-bottom:6px}@media(max-width: 768px){.contact{padding:40px 0}}.promo{background:#bdfbff;padding:80px 0}.promo_dark{background:#016c7a}.promo_dark .promo__text{color:#fff}.promo__container{display:flex;justify-content:space-between;align-items:center;gap:50px 190px}@media(max-width: 992px){.promo__container{flex-direction:column}}.promo__text{max-width:678px;font-size:30px;font-weight:600;color:#016c7a;line-height:1.4;letter-spacing:.03em}@media(max-width: 992px){.promo__text{text-align:center}}.promo__btn{white-space:nowrap}@media(max-width: 992px){.promo__btn{text-align:center;white-space:normal}}@media(max-width: 768px){.promo{padding:40px 0}}.faq{padding:140px 0}.faq__title{margin-bottom:56px}@media(max-width: 768px){.faq__title{margin-bottom:30px}}.faq__content{display:flex}@media(max-width: 768px){.faq__content{flex-direction:column}}.faq__list.sidebar-content{padding-left:78px}@media(max-width: 768px){.faq__list.sidebar-content{padding-top:40px;padding-left:0}}.faq__item{position:relative;border-bottom:1px solid rgba(48,58,65,.15)}.faq__item:first-child .faq__item-header{padding-top:0}.faq__item [type=checkbox]{position:absolute;top:0;left:-9999px}.faq__item [type=checkbox]:checked~.faq__item-header{padding-bottom:0}.faq__item [type=checkbox]:checked~.faq__item-header .faq__item-title::after{transform:rotate(180deg)}.faq__item [type=checkbox]:checked~.faq__item-body{display:block}.faq__item-header{user-select:none;padding:40px 0}.faq__item-title{position:relative;display:block;font-size:24px;font-weight:600;letter-spacing:.02em;padding-right:40px;cursor:pointer}.faq__item-title::after{content:"";position:absolute;top:50%;right:0;display:flex;justify-content:center;align-items:center;width:28px;height:28px;margin-top:-14px;font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px}@media(max-width: 768px){.faq__item-title{font-size:18px}}.faq__item-body{display:none;font-size:18px;color:rgba(48,58,65,.75);line-height:1.55;letter-spacing:.02em;padding:8px 0 40px}@media(max-width: 768px){.faq__item-body{font-size:16px}}@media(max-width: 768px){.faq{padding:40px 0}}.resources{padding:48px 0 184px}.resources .pad-intro{margin-bottom:72px;min-height:235px}.resources .pad-intro .pad-intro__content{min-height:235px}.resources__title{margin-bottom:24px}.resources__descr{margin-bottom:80px}.resources__body{display:flex}@media(max-width: 992px){.resources__body{flex-direction:column}}.resources__content{flex:1 0 auto;padding-left:157px}.resources__content .posts__list{grid-template-columns:repeat(2, 1fr)}@media(max-width: 992px){.resources__content .posts__list{grid-template-columns:repeat(2, minmax(290px, 428px))}}@media(max-width: 768px){.resources__content .posts__list{grid-template-columns:minmax(290px, 428px)}}.resources__content .post{max-width:428px}@media(max-width: 1230px){.resources__content .post{max-width:calc(367px + 61*(100vw - 992px)/238)}}@media(max-width: 992px){.resources__content .post{max-width:428px}}.resources__content.three-columns{padding-left:0}.resources__content.three-columns .posts__list{grid-template-columns:repeat(auto-fill, minmax(290px, 373px))}.resources__content.three-columns .post{max-width:374px}@media(max-width: 1230px){.resources__content{padding-left:calc(40px + 117*(100vw - 992px)/238)}}@media(max-width: 992px){.resources__content{padding-top:40px;padding-left:0}}.posts__catalog{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:80px}.posts__catalog-btn{display:block;font-size:16px;font-weight:500;color:#333;letter-spacing:.02em;background:#d8fdff;padding:12px 16px;transition:.2s}.posts__catalog-btn_selected{background:#8fe9f5}@media(any-hover: hover){.posts__catalog-btn:hover{background:#8fe9f5}}@media(max-width: 562px){.posts__catalog-btn{width:100%}}.posts__content_loading{pointer-events:none;filter:grayscale(5)}.posts__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 300px));justify-content:center;gap:20px 20px}.posts__list_rows{grid-template-columns:1fr}.related{padding:0 0 130px}.related__title{margin-bottom:40px}.related__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(290px, 373px));justify-content:center;gap:72px 40px}.post{max-width:374px;background:#e2fcff;border-radius:0 56px 0 0;padding:30px 30px}.post_horizontal{display:flex;width:100%;max-width:998px;background:rgba(0,0,0,0);border-radius:0;padding:0}.post_horizontal .post__image{flex:0 0 362px;margin:0}@media(max-width: 768px){.post_horizontal .post__image{flex-basis:auto}}.post_horizontal .post__title{display:-webkit-box;max-height:82px;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:41px;overflow:hidden;text-overflow:ellipsis;font-size:30px;margin-bottom:8px}@media(max-width: 768px){.post_horizontal{flex-direction:column}}.post__image{display:flex;justify-content:center;align-items:center;width:100%;height:267px;background:#eefdff;margin-bottom:8px;overflow:hidden}.post__image i{font-size:70px;color:rgba(0,0,0,.15)}.post__image picture,.post__image img{width:100%;height:100%}.post__image picture{transition:transform .5s;will-change:transform}@media(any-hover: hover){.post__image picture:hover{transform:scale(1.05)}}.post__image img{object-fit:cover}.post__image>img{transition:transform .5s;will-change:transform}@media(any-hover: hover){.post__image>img:hover{transform:scale(1.05)}}.post__content{display:flex;flex-direction:column;padding-left:40px}@media(max-width: 768px){.post__content{padding-top:20px;padding-left:0}}.post__date,.post__author,.post__link{color:rgba(48,58,65,.35)}.post__date{font-size:15px;line-height:1.4;margin-bottom:4px}.post__author{line-height:1.55;margin-bottom:8px}.post__title{font-size:18px;font-weight:600;letter-spacing:.02em}.post__title a{color:inherit;transition:.2s;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(any-hover: hover){.post__title a:hover{color:#016c7a}}.post__excerpt{display:-webkit-box;max-height:93px;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:31px;overflow:hidden;text-overflow:ellipsis;font-size:20px;color:rgba(48,58,65,.75);letter-spacing:.02em}.post__link{margin-top:auto;font-size:15px;letter-spacing:.01em;transition:.2s}.post__link i{font-size:12px}@media(any-hover: hover){.post__link:hover{color:#303a41}}@media(max-width: 768px){.post__link{margin-top:30px}}.posts-pagination{display:flex;justify-content:center;gap:16px;padding-top:120px}.posts-pagination__btn{display:flex;justify-content:center;align-items:center;flex:0 0 40px;height:40px;font-weight:500;color:inherit;letter-spacing:.15px;border:1px solid rgba(1,108,122,.6);border-radius:50%;transition:.2s;user-select:none}.posts-pagination__btn_prev,.posts-pagination__btn_next{color:#fff;background:#016c7a}.posts-pagination__btn_prev i,.posts-pagination__btn_next i{font-size:12px}@media(any-hover: hover){.posts-pagination__btn_prev:hover,.posts-pagination__btn_next:hover{color:#303a41}}.posts-pagination__btn_prev{margin-right:24px}@media(max-width: 562px){.posts-pagination__btn_prev{margin:0}}.posts-pagination__btn_next{margin-left:24px}@media(max-width: 562px){.posts-pagination__btn_next{margin:0}}.posts-pagination__btn_current{background:#b9f7ff}.posts-pagination__btn_disabled{background:rgba(1,108,122,.6);pointer-events:none}@media(any-hover: hover){.posts-pagination__btn:not(.posts-pagination__btn_span):hover{background:#b9f7ff}}@media(max-width: 562px){.posts-pagination__btn{flex:0 0 36px;height:36px}}@media(max-width: 562px){.posts-pagination{gap:6px}}.pad-intro{position:relative;min-height:360px;background-repeat:no-repeat;background-size:cover;background-position:center;color:#22282d;letter-spacing:.02em}.pad-intro__content{width:100%;min-height:360px;padding:66px 0 89px}.pad-intro__container{max-width:1028px}.pad-intro__title{font-size:56px;font-weight:700}@media(max-width: 768px){.pad-intro__title{font-size:42px;text-align:center}}.pad-intro__descr{font-size:20px;line-height:1.55;padding-top:8px}@media(max-width: 768px){.pad-intro__descr{text-align:center}}.pad-intro__tabs{position:absolute;bottom:0;display:flex;flex-wrap:wrap;gap:1px}@media(max-width: 992px){.pad-intro__tabs{position:static;padding-top:44px}}.pad-intro__tabs-item_current .pad-intro__tabs-link{background:#fff}@media(max-width: 992px){.pad-intro__tabs-item{width:100%}}.pad-intro__tabs-link{display:block;font-size:16px;font-weight:500;color:#333;letter-spacing:.02em;background:#d8fdff;border-radius:0px 16px 0px 0px;padding:12px 16px;transition:.2s}@media(any-hover: hover){.pad-intro__tabs-link:hover{background:#fff}}@media(max-width: 992px){.pad-intro{padding-bottom:0}}.pad-resources{background:#e2fcff;padding:104px 0 45px}.pad-resources__title{margin-bottom:64px}.pad-resources__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(290px, 378px));justify-content:center;gap:64px 32px}.pad-resource{display:block;max-width:378px;background:#fafdff;box-shadow:1px 1px 0px #94d0d7;padding:48px 30px;transition:.2s}.pad-resource__name{margin-bottom:4px}.pad-resource__name,.pad-resource__readingtime,.pad-resource__link,.pad-resource__icon{display:block;font-size:15px;color:rgba(48,58,65,.4);letter-spacing:.01em;transition:.2s}.pad-resource__link{display:flex;align-items:center;gap:8px}.pad-resource__link i{font-size:12px}.pad-resource__title{font-size:30px;font-weight:600;color:#303a41;line-height:1.4;letter-spacing:.03em;transition:.2s;margin-bottom:8px}@media(any-hover: hover){.pad-resource:hover{background:#016c7a}.pad-resource:hover .pad-resource__title,.pad-resource:hover .pad-resource__name,.pad-resource:hover .pad-resource__readingtime,.pad-resource:hover .pad-resource__link,.pad-resource:hover .pad-resource__icon{color:#fff}}.benefits{padding:72px 0 143px}.benefits__item{display:flex;align-items:center;gap:48px;margin-bottom:140px}@media(max-width: 992px){.benefits__item{flex-direction:column;margin-bottom:70px}}.benefits__item:nth-child(even){flex-direction:row-reverse}@media(max-width: 992px){.benefits__item:nth-child(even){flex-direction:column}}.benefits__item:last-child{margin-bottom:0}.benefit__image,.benefit__video{flex:0 0 475px}@media(max-width: 992px){.benefit__image,.benefit__video{flex-basis:auto}}.benefit__image picture,.benefit__image img{width:100%;height:100%}.benefit__image img{object-fit:cover}@media(max-width: 992px){.benefit__content{max-width:475px}}.benefit__title{font-size:46px;font-weight:600;line-height:1.4;letter-spacing:.02em;margin-bottom:8px}@media(max-width: 768px){.benefit__title{font-size:32px}}.benefit__text{display:-webkit-box;max-height:155px;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-height:31px;overflow:hidden;text-overflow:ellipsis;font-size:20px;color:rgba(48,58,65,.75);letter-spacing:.02em;margin-bottom:32px}@media(max-width: 992px){.benefit__text{display:block;max-height:100%}}@media(max-width: 768px){.benefit__text{font-size:16px}}.pad-details{padding:70px 0 130px}.pad-details__container{max-width:1028px}.programs-map [class*=__container]{max-width:1028px}@media(max-width: 768px){.programs-map{padding:40px 0}}.available-programs{padding:48px 0 0}.available-programs__container{max-width:1028px}.available-programs__title{margin-bottom:16px}.available-programs__descr{font-size:20px;color:rgba(48,58,65,.75);line-height:1.55;letter-spacing:.02em}.available-programs__descr ul{list-style-type:disc;padding-left:22px}.available-programs__descr p{margin:1em 0}.available-programs__descr *:first-child{margin-top:0}.available-programs__descr *:last-child{margin-bottom:0}@media(max-width: 768px){.available-programs{padding:40px 0 0}}.programs-regions{padding:80px 0 180px}.programs-regions__container{max-width:1028px}.programs-regions__item{margin-bottom:80px}.programs-regions__item:last-child{margin-bottom:0}@media(max-width: 768px){.programs-regions{padding:40px 0}}.programs-region__title{font-size:30px;font-weight:600;line-height:1.4;letter-spacing:.03em;margin-bottom:32px}.programs-region__items{display:grid;grid-template-columns:repeat(2, 1fr);justify-content:center;gap:32px}@media(max-width: 768px){.programs-region__items{grid-template-columns:1fr}}.programs-region__item{border:1px solid rgba(48,58,65,.15);overflow:hidden}.programs-region__item-link{display:inline-flex;align-items:center}.programs-region__item-link:after{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:10px}.programs-region__item.pink .programs-region__item-title::before{background:#fed2ff}.programs-region__item-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 24px 0}.programs-region__item-title{position:relative;font-size:24px;font-weight:600;letter-spacing:.02em}.programs-region__item-title::before{content:"";position:absolute;top:-35px;left:-37px;z-index:-1;width:72px;height:72px;background:#d2faff;border-radius:50%}.programs-region__item-link{font-size:15px;color:#016c7a;line-height:1.4;letter-spacing:.01em;transition:.2s}@media(any-hover: hover){.programs-region__item-link:hover{color:#303a41}}.programs-region__item-content{padding:20px 24px}.programs-region__item-descr{font-size:20px;color:rgba(48,58,65,.75);line-height:1.55;letter-spacing:.02em}.programs-region__item-status{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px dashed rgba(48,58,65,.15);padding-top:24px;margin-top:24px}.programs-region__item-status-title{font-size:20px;font-weight:600;color:rgba(48,58,65,.75);letter-spacing:.02em}.programs-region__item-status-state{font-size:15px;color:rgba(48,58,65,.4);letter-spacing:.01em}.article{padding:48px 0 120px}.article__container{max-width:824px;margin:0 auto}.article__container-with-categories .article__title{margin-bottom:32px !important}.article__title{margin-bottom:8px}.article__info{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px 30px;margin-bottom:40px}@media(max-width: 562px){.article__info{flex-direction:column}}.article__categories{display:flex;flex-wrap:wrap;gap:16px}.article__category{display:block;font-size:16px;font-weight:500;color:#333;letter-spacing:.02em;background:#d8fdff;padding:12px 16px;transition:.2s}@media(any-hover: hover){.article__category:hover{color:#fff;background:#016c7a}}@media(max-width: 562px){.article__category{justify-content:center;width:100%;text-align:center}}.article__publish-data{display:flex;align-items:baseline;gap:20px;font-size:16px;color:#4f4f4f;margin-left:auto}@media(max-width: 562px){.article__publish-data{justify-content:center;width:100%}}.article__author a{font-weight:700;color:#016c7a;text-transform:uppercase;text-decoration:underline}@media(any-hover: hover){.article__author a:hover{text-decoration:none}}.article__content-intro{margin-bottom:60px}.text .article__content-intro *:first-child{margin-top:0}.text .article__content-intro *:last-child{margin-bottom:0}.text .article__content-intro figure{margin:24px 0}.article__content-text ul{list-style-type:initial;padding-left:30px}.article__content-text h2{font-size:48px !important}.article__actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;max-width:824px;margin:0 auto;padding-top:50px}@media(max-width: 562px){.article__actions{flex-direction:column}}.article__tags{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 24px}@media(max-width: 562px){.article__tags{flex-direction:column;align-items:center}}.article__tag-title,.article__share-title{font-size:20px;line-height:1.55;letter-spacing:.02em}.article__tag{font-size:16px;font-weight:500;color:#016c7a;line-height:1.5;text-transform:uppercase;letter-spacing:.03em}@media(any-hover: hover){.article__tag:hover{text-decoration:underline}}.article__share{display:flex;align-items:center;gap:24px}.article__share-list{display:flex;gap:8px}.article__share-link{display:flex;justify-content:center;align-items:center;width:40px;aspect-ratio:1;color:#fff;border-radius:50%;background:#016c7a}.ex-line{margin:40px 0 17px 0;border:1px solid rgba(48,58,65,.15)}.article-external__link span{color:#fff}.article__publication{font-weight:400;font-size:18px;line-height:150%;letter-spacing:.02em;color:#000}.default-page figure img{width:auto;height:auto}.narrow-slider{background-color:#e2fcff;padding:0 85px}@media(max-width: 768px){.narrow-slider{padding:0}}.narrow-slider-wrapper{position:relative}@media(max-width: 768px){.narrow-slider-wrapper{padding-bottom:50px}}.narrow-slider__slide{display:grid;gap:48px;grid-template-columns:472px 1fr;padding:55px 0}.narrow-slider__slide.--no-image{grid-template-columns:1fr}@media(max-width: 992px){.narrow-slider__slide{grid-template-columns:1fr}}.narrow-slider__photo{max-height:220px;border-radius:0 100px;overflow:hidden}.narrow-slider__title{font-weight:600;font-size:42px;line-height:125%;color:#303a41;margin:8px 0}.narrow-slider__date{font-weight:400;font-size:18px;line-height:155%;color:rgba(48,58,65,.75)}.narrow-slider__descr{font-weight:400;font-size:20px;line-height:140%;color:rgba(48,58,65,.75);margin-bottom:40px}.narrow-slider-btn{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:rgba(1,108,122,.5);color:#fff;border:none;border-radius:40px;cursor:pointer;transition:background-color .3s ease;position:absolute;top:50%;transform:translateY(-50%)}.narrow-slider-btn:hover{background:rgba(1,108,122,.8)}.narrow-slider-btn_next{right:0;transform:translateY(-50%) translateX(calc(100% + 25px))}.narrow-slider-btn_prev{left:0;transform:translateY(-50%) translateX(calc(-100% - 25px))}@media(max-width: 768px){.narrow-slider-btn{top:auto;bottom:20px;margin:0;transform:none}}.narrow-slider.hide-controls{padding:0 !important}.narrow-slider.hide-controls .narrow-slider-btn{display:none}.narrow-slider.hide-controls .narrow-slider-wrapper{padding-bottom:0}.posts__item img{object-fit:contain}.resources__content{padding-left:0;flex:1}.resources__content .cat-posts__list{grid-template-columns:repeat(3, 1fr)}.resources_search{display:flex;margin-bottom:44px;align-items:start}.resources_search form{width:100%;max-width:560px;display:flex;align-items:center;margin-right:48px}.resources_search input{display:block;padding:12px 16px;width:100%;height:34px;border:1px solid #58ccda;border-radius:50px 0px 0px 50px;font-family:"Poppins",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:130%;letter-spacing:.03em;color:rgba(48,58,65,.4)}.resources_search input::placeholder{color:rgba(48,58,65,.4)}.resources_search button{border:none;padding:12px 8px;width:44px;height:34px;background:#0197a0;border-radius:0px 50px 50px 0px;display:flex;align-items:center;justify-content:center;cursor:pointer}.resources_tags .active{background-color:#58ccda;color:#fff}.resources_tags a{display:inline-flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;line-height:130%;letter-spacing:.03em;color:#333;padding:12px 16px;height:34px;border:1px solid #58ccda;border-radius:50px;margin-right:10px;margin-bottom:10px;transition:all .3s ease-out;cursor:pointer}.resources_tags a:hover{background-color:#58ccda;color:#fff}.ccn-hide{animation:ccn-hide .5s ease 0s 1 normal forwards;transform-origin:center;position:absolute}.ccn-show{animation:ccn-show .5s ease 0s 1 normal forwards;transform-origin:center;position:relative}@keyframes ccn-hide{0%{transform:scale(1)}100%{transform:scale(0);width:0;height:0;margin:0}}@keyframes ccn-show{0%{transform:scale(0);width:0;height:0;margin:0}100%{transform:scale(1)}}.posts__content_loading{pointer-events:inherit !important;filter:inherit !important}.post__image img{object-fit:contain !important}.about__body.right>.about__content{padding-left:0 !important;padding-right:48px}.about__body.left>.about__content{padding-left:48px;padding-right:0}@media(max-width: 992px){.about__body.left>.about__content,.about__body.right>.about__content{text-align:center;padding-right:0 !important;padding-left:0 !important;padding-top:30px;margin-bottom:20px}.about__body{flex-direction:column !important}}.contact__title{color:#fff}.btn_cta{white-space:nowrap}.contact{background-repeat:no-repeat !important;background-size:cover !important}.contact .content-overlay{background:none}.contact__item{max-width:229px}.contact__item .program-desc{margin:31px 0}.contact__list .socials{justify-content:center}.promo__text{margin-bottom:16px}.newspapper-section .promo__container{gap:50px 50px}.newspapper__form{display:flex;align-items:center}.newspapper__form #name{border-radius:30px 0px 0px 30px}.newspapper__form input{display:block;width:100%;height:56px;background:rgba(255,255,255,.6);backdrop-filter:blur(10px);margin-right:2px}.newspapper__form input::placeholder{font-family:"Poppins",sans-serif;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.02em;color:rgba(48,58,65,.75);padding-left:24px}.newspapper__form button{display:block;width:100%;max-width:219px;height:56px;background:#008088;border-radius:0px 30px 30px 0px;flex:none;order:1;flex-grow:0;border:none;color:#fff;font-family:"Poppins",sans-serif;font-weight:500;font-size:16px;line-height:24px;letter-spacing:.03em;text-transform:uppercase}@media(max-width: 840px){.newspapper__form{flex-wrap:wrap}.newspapper__form input,.newspapper__form #name,.newspapper__form button{max-width:100%;margin-bottom:15px;border-radius:0}}.posts__item img{object-fit:contain}.content-overlay{background:linear-gradient(0deg, rgba(126, 240, 255, 0.4), rgba(126, 240, 255, 0.4)),linear-gradient(0deg, rgba(0, 133, 151, 0.75), rgba(0, 133, 151, 0.75)),url(iStock-640177478.jpg)}.logo{display:block;flex:0 0 auto}.intro-overlay{background-size:cover !important}.content-overlay{background:linear-gradient(0deg, rgba(126, 240, 255, 0.4), rgba(126, 240, 255, 0.4)),linear-gradient(0deg, rgba(0, 133, 151, 0.75), rgba(0, 133, 151, 0.75)),url(iStock-640177478.jpg)}.title{font-size:40px;font-weight:700;line-height:1.3;letter-spacing:.02em}@media(max-width: 768px){.title{font-size:30px}}.title_decor{position:relative}.title_decor::before{content:"";position:absolute;z-index:-1;top:-48px;left:-60px;width:158px;aspect-ratio:1;border-radius:50%;background:#bdfbff}.socials{display:flex;flex-wrap:wrap;gap:8px}.socials__link{display:flex;justify-content:center;align-items:center;width:40px;aspect-ratio:1;color:#fff;border-radius:50%;background:#000;transition:.2s}@media(any-hover: hover){.socials__link:hover{color:#fff;background:#016c7a}}.im-twitter{font-size:15px}input,textarea{width:100%;letter-spacing:.02em;background:rgba(255,255,255,.6);backdrop-filter:blur(20px);border-radius:3px;border:solid 1px rgba(0,0,0,0);box-shadow:none;outline:none}input:focus,input:active,textarea:focus,textarea:active{border-color:#016c7a}input:focus:invalid,textarea:focus:invalid{border-color:red}input{height:50px;padding:0 16px}textarea{height:114px;resize:none;padding:10px 16px}.sidebar{flex:0 0 auto}.sidebar__nav-item{margin-bottom:8px}.sidebar__nav-item_selected .sidebar__nav-link{background:#8fe9f5}.sidebar__nav-item:last-child{margin-bottom:0}.sidebar__nav-link{display:block;font-size:16px;font-weight:500;color:#333;letter-spacing:.02em;background:#d8fdff;padding:12px 16px;transition:.2s}@media(any-hover: hover){.sidebar__nav-link:hover{background:#8fe9f5}}.sidebar-content{display:none}.sidebar-content_active{display:block}.lead,.text{font-size:17px;color:rgba(48,58,65,.75);line-height:1.55;letter-spacing:.02em}@media(max-width: 768px){.lead,.text{font-size:16px}}.text *:first-child{margin-top:0}.text *:last-child{margin-bottom:0}.text h2,.text h3,.text h4,.text h5{font-weight:600;color:#303a41;line-height:1.4;letter-spacing:.03em;margin:56px 0 12px}.text h2{font-size:56px}.text h3{font-size:42px}.text h4{font-size:30px}.text h5{font-size:24px}.text p{margin:1em 0}.text blockquote{position:relative;color:#303a41;background:#e2fcff;padding:54px 44px 61px 71px;margin:56px 0}.text blockquote::before,.text blockquote::after{position:absolute;font-size:60px;color:#95ecf8;font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text blockquote::before{content:"";top:26px;left:23px}.text blockquote::after{content:"";bottom:26px;right:23px}.text blockquote p{position:relative;z-index:1}@media(max-width: 562px){.text blockquote{padding:95px 20px}}.text figure{margin:64px 0}.text figcaption{font-size:18px;color:rgba(48,58,65,.4);line-height:1.4;letter-spacing:.02em;padding-top:16px}.text picture,.text img{width:100%;height:100%}.text>*:first-child{margin-top:0}.text>*:last-child{margin-bottom:0}.video{position:relative}.video iframe,.video video{width:100%;height:100%}.video__player{cursor:pointer}.video__play{position:absolute;z-index:50;top:50%;left:50%;width:80px;height:80px;cursor:pointer;margin-top:-40px;margin-left:-40px}@media(any-hover: hover){.video__play:hover .video__play-circle{fill-opacity:1}}.video__play-circle{transition:.35s}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0199ad}::-webkit-scrollbar-thumb{background:#016c7a}::-webkit-scrollbar-thumb:hover{background:#013f47}@supports(scrollbar-color: red blue){*{scrollbar-color:#016c7a #0199ad;scrollbar-width:thin}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51, 181, 229, 0.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);-moz-transition:-moz-transform .25s cubic-bezier(0, 0, 0.25, 1);transition:transform .25s cubic-bezier(0, 0, 0.25, 1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255, 255, 255, 0.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0, 0, 0, 0.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px "Lucida Console",Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255, 255, 255, 0.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255, 255, 255, 0.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0, 0, 0, 0.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0, 0, 0, 0.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0, 0, 0, 0.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.footer{background:#171f25;padding:80px 64px}.footer__container{display:flex;justify-content:space-between;gap:35px 40px;margin-bottom:80px}@media(max-width: 992px){.footer__container{flex-direction:column;align-items:center}}@media(max-width: 562px){.footer__container{margin-bottom:40px}}.footer__container:last-child{font-size:14px;color:rgba(255,255,255,.65);line-height:1.5;letter-spacing:.01em;margin-bottom:0}@media(max-width: 992px){.footer__container:last-child{row-gap:20px;text-align:center}}.footer__menu{display:flex;gap:20px 98px}@media(max-width: 1400px){.footer__menu{gap:20px 50px}}@media(max-width: 1400px){.footer__menu{gap:20px}}@media(max-width: 562px){.footer__menu{flex-direction:column;text-align:center}}.footer__menu-item{margin-bottom:15px}.footer__menu-item:last-child{margin-bottom:0}.footer__menu-link{font-size:15px;color:#fff;line-height:1.4666666667;letter-spacing:.02em;transition:.2s}@media(any-hover: hover){.footer__menu-link:hover{color:#60f5ff}}.footer__contact{display:flex;flex-direction:column;gap:15px;max-width:206px;color:#fff;font-weight:400;font-size:15px}.footer__contact>a{color:inherit}@media(any-hover: hover){.footer__contact>a:hover{text-decoration:underline}}.footer__contact .socials{padding-top:9px}.footer__contact .socials__link{color:inherit;background:#171f25}@media(any-hover: hover){.footer__contact .socials__link:hover{color:#171f25;background:#60f5ff}}@media(max-width: 992px){.footer__contact .socials{justify-content:center}}@media(max-width: 992px){.footer__contact{text-align:center}}.footer__links a{color:inherit;transition:.2s}@media(any-hover: hover){.footer__links a:hover{color:#fff}}@media(max-width: 562px){.footer{padding:40px 0}}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.innerPageBanner{padding:66px 0;font:400 20px/31px "Poppins",sans-serif;color:#000}.innerPageBanner h1{font:700 56px/130% "Poppins",sans-serif;display:block;margin:0 0 8px 0}.innerPageBanner__inner{overflow:hidden;width:100%}@media(max-width: 1200px){.innerPageBanner{padding:40px 0}}@media(max-width: 768px){.innerPageBanner{font:400 18px/28px "Poppins",sans-serif}.innerPageBanner h1{font:700 36px/100% "Poppins",sans-serif;margin-bottom:16px}}.site--overlay{backdrop-filter:blur(30px);background:rgba(0,0,0,.4);position:fixed;top:0;left:0;display:none;z-index:999;width:100%;height:100%}.site--overlay.active{display:block}body.noScroll{overflow:hidden}.teamPopup{position:fixed;top:50%;display:none;left:50%;transition:.3s ease-in-out;transform:translate(-50%, -50%);z-index:1005;background:#fff;width:1280px;padding:112px 35px;max-height:90%;overflow-y:auto}.teamPopup.active{display:block}.teamPopup span.close{display:block;width:14px;height:14px;cursor:pointer;position:absolute;top:53px;right:45px}.teamPopup .popup--wrapper{display:flex;flex-wrap:wrap}.teamPopup .popup--image{width:438px;flex:0 0 438px;height:528px}.teamPopup .popup--image img{width:100%;height:100%;object-fit:cover}.teamPopup .popup--text{width:calc(100% - 438px);padding-left:57px;font:400 20px/31px "Poppins",sans-serif;letter-spacing:.02em}.teamPopup .popup--text h3{display:block;font:600 42px/52px "Poppins",sans-serif;margin-bottom:32px}.teamPopup .popup--text p{display:block;margin-bottom:32px}.teamPopup .popup--text p:last-child{margin-bottom:0}.teamPopup .popup--text h4{display:block;font:600 24px/32px "Poppins",sans-serif;margin-bottom:8px}@media(max-width: 1300px){.teamPopup{width:95%}}@media(max-width: 1200px){.teamPopup .popup--image{width:320px;flex:0 0 320px;height:350px}.teamPopup .popup--text{width:calc(100% - 320px);padding-left:32px;font-size:18px;line-height:26px}}@media(max-width: 992px){.teamPopup .popup--image{width:240px;flex:0 0 240px;height:300px}.teamPopup .popup--text{width:calc(100% - 240px);padding-left:24px}}@media(max-width: 768px){.teamPopup{padding:40px 15px}.teamPopup .popup--wrapper{flex-direction:column}.teamPopup .popup--image{height:350px;margin-bottom:16px}.teamPopup .popup--text{width:100%;padding-left:0}.teamPopup .popup--text h3{font-size:26px}}@media(max-width: 562px){.teamPopup .popup--image{width:100%}.teamPopup span.close{top:15px;right:15px}}.ourTeam{padding:80px 0}.ourTeam h3{display:block;margin:0 0 40px 0}.ourTeam__wrapper{display:flex;flex-wrap:wrap;margin:0 -17px}.ourTeam__item{width:33.33%;padding:0 17px}.ourTeam__item__image{overflow:hidden;height:360px;margin-bottom:16px;cursor:pointer}.ourTeam__item__image img{width:100%;height:100%;object-fit:cover}.ourTeam__item span{display:block;font:600 24px/31px "Poppins",sans-serif}.ourTeam__item__info{display:none}@media(max-width: 1200px){.ourTeam{padding:40px 0}.ourTeam__item__image{height:300px}}@media(max-width: 992px){.ourTeam{padding-bottom:10px}.ourTeam__item{width:50%;margin-bottom:40px}.ourTeam__item__image{height:300px}}@media(max-width: 562px){.ourTeam__wrapper{margin:0 -8px}.ourTeam__item{padding:0 8px}.ourTeam__item__image{height:200px}.ourTeam__item span{font-size:18px}}.partnerShip{padding:144px 0;letter-spacing:.02em;font:400 20px/150% "Poppins",sans-serif;color:rgba(48,58,65,.75)}.partnerShip h3,.partnerShip h4{font:600 56px/78px "Poppins",sans-serif;display:block;margin:0 0 16px 0;color:#303a41}.partnerShip p{display:block;margin-bottom:24px}.partnerShip ul{margin-bottom:24px}.partnerShip ul li{margin-bottom:8px;position:relative;padding-left:24px}.partnerShip ul li:before{content:"";width:7px;height:7px;border-radius:100%;left:0;top:10px;position:absolute;background:rgba(48,58,65,.75)}.partnerShip ul li:last-child{margin-bottom:0}@media(max-width: 1200px){.partnerShip{padding:40px 0;font:400 18px/140% "Poppins",sans-serif}.partnerShip h3,.partnerShip h4{font:600 30px/45px "Poppins",sans-serif}.partnerShip ul li:before{top:8px}}.partnerOrganization{padding:80px 0;color:#4f4f4f;letter-spacing:.01em;line-height:155%}.partnerOrganization h3{display:block;margin-bottom:40px}.partnerOrganization__wrapper{display:flex;flex-wrap:wrap;margin:0 -24px}.partnerOrganization__item{width:25%;padding:0 24px;text-align:center}.partnerOrganization__item__image{overflow:hidden;height:116px;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.partnerOrganization__item__image img{height:100%;width:auto;max-width:100%;margin:0 auto}@media(max-width: 1200px){.partnerOrganization{padding:40px 0}.partnerOrganization__item{padding:0 12px}.partnerOrganization__wrapper{margin:0 -12px}}@media(max-width: 992px){.partnerOrganization{padding-bottom:0}.partnerOrganization__item{width:50%;margin-bottom:40px}.partnerOrganization__item__image{height:180px}}@media(max-width: 768px){.partnerOrganization__item{font-size:16px;line-height:24px}.partnerOrganization__item__image{height:120px}}.side--padding{padding:0 135px}.blue--back{background:#e2fcff}.border--radius{border-radius:0px 130px 0px 0px}@media(max-width: 1200px){.side--padding{padding:0}}@media(max-width: 768px){.border--radius{border-radius:0px 80px 0px 0px}}.resources-container{display:grid;grid-template-columns:1fr 4fr;gap:20px}.categories-container{grid-column:1}.categories-container__lists{font-size:14px;line-height:21px;font-weight:400;letter-spacing:.32px}.categories-container__lists-item{margin-bottom:12px}.categories-container__lists-item_current a{color:#0197a0;font-weight:500}.categories-container__lists-link{color:#303a41}.posts__list{grid-column:2}