html{box-sizing:border-box;font-size:100%;overflow-x:hidden}*,*::before,*::after{box-sizing:inherit;transition:.3s all}body{margin:0;padding:0;background-color:var(--background-color);color:var(--text-color);font-family:"Inter",sans-serif}h1,h2,h3{font-weight:500;line-height:1.1;margin-top:0}p{margin:0 0 1rem 0;font-size:0.875rem;color:#494d56;font-weight:400;letter-spacing:-0.02em;line-height:1.3125rem}p:last-child{margin:0}@media(min-width: 62em){p{font-size:1rem;line-height:1.5rem}}a,a:visited,a:active{text-decoration:none}h1,h2{font-size:2rem;color:#040d11}@media(min-width: 62em){h1{font-size:3rem;line-height:2.875rem}}@media(min-width: 75em){h1{font-size:3.5rem;line-height:3.375rem}}@media(min-width: 62em){h2{font-size:2.25rem;line-height:2.125rem}}@media(min-width: 75em){h2{font-size:3rem;line-height:2.875rem}}:root{--background-color: rgb(255, 255, 255);--text-color: rgb(0, 0, 0)}.wb-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem 2rem;gap:1rem;border-radius:5.625rem;border:none;cursor:pointer;font-size:0.875rem;font-weight:600;text-align:center}@media(min-width: 62em){.wb-button{padding:1.125rem 2.25rem}}.wb-button.primary{background:#00acef;color:#fff}.wb-button.primary:hover{background:#0094ce}.wb-button.outline{color:#040d11;border:1px solid #dedede;background-color:rgba(0,0,0,0)}.wb-button.outline:hover{border:1px solid #00acef}.wb-button.outline--dark{border:1px solid #494f52;color:#fff;text-decoration:none}.wb-button.disabled{background:#161d20;color:#454a4d;cursor:not-allowed}.wb-button.disabled:hover{background:#161d20;color:#454a4d}.wb-button svg{width:0.875rem;height:0.875rem}.wb-button:focus,.wb-button:active,.wb-button:focus-visible{outline:none}.navbar{background-color:rgba(0,0,0,0);padding:1.6875rem 0;z-index:9998;position:relative}.navbar.sticky{position:fixed;top:0;width:100%;background-color:#fff;padding:0.625rem 0}.navbar.sticky .navbar__mobile-menu svg path{stroke:#040d11}.navbar.sticky .navbar__nav ul li:before{top:-1.5625rem}.navbar .container{display:flex;align-items:center;justify-content:space-between}.navbar__logo{height:1.5625rem}.navbar__logo img{height:100%}.navbar__nav,.navbar__actions{display:none}@media(min-width: 62em){.navbar__nav,.navbar__actions{display:block}}.navbar__nav ul li{display:inline-block;font-weight:500;font-size:1rem;line-height:1.375rem;margin-right:1.375rem;position:relative}.navbar__nav ul li:hover a{color:#00acef}.navbar__nav ul li.active a{color:#00acef}.navbar__nav ul li.active:before{content:"";position:absolute;top:-2.625rem;left:0;width:100%;height:0.125rem;background:#00acef;display:block}@media(min-width: 75em){.navbar__nav ul li{margin-right:2rem}}.navbar__nav ul li a{color:#040d11}@media(min-width: 62em){.navbar__mobile-menu{display:none}}.hero{z-index:9997;transform:translateY(-5.5625rem);position:relative;margin-bottom:-5.5625rem;display:flex;flex-direction:column}@media(min-width: 62em){.hero{transform:translateY(0);margin-bottom:0;flex-direction:row;height:33.5rem}.hero .container{align-items:center;padding-right:0}}.hero__mobile-image{width:100%;height:15rem;background:linear-gradient(180deg, rgba(0, 0, 0, 0.76) 14.36%, rgba(0, 0, 0, 0.56) 54.07%, rgba(0, 0, 0, 0) 100%),url(../images/hero.webp);background-size:cover;background-position:center center}@media(min-width: 62em){.hero__mobile-image{display:none}}.hero__left{padding:2rem 0 2rem 0}@media(min-width: 62em){.hero__left{padding-top:5.0625rem;padding-bottom:5.0625rem;padding-right:2.5625rem}}@media(min-width: 75em){.hero__left{width:50%}}.hero__right{height:100%}.hero__right .hero-image{height:100%;border-radius:1.5rem 0 0 1.5rem;overflow:hidden}@media(min-width: 75em){.hero__right .hero-image{position:absolute;right:-12.5rem}}@media(min-width: 87.5em){.hero__right .hero-image{position:absolute;right:-4.6875rem}}@media(min-width: 106.25em){.hero__right .hero-image{position:relative;border-radius:1.5rem;right:0}}.hero__right .hero-image img{height:100%;object-fit:cover}.hero__title{margin:0 0 1.5rem 0}.hero__text{margin:0 0 1rem 0}.hero__text:last-of-type{margin:0}.hero__actions{display:flex;flex-direction:column;margin:2rem 0 0 0}@media(min-width: 62em){.hero__actions{flex-direction:row;margin:2.5rem 0 0 0}}.hero__actions .wb-button{width:100%}@media(min-width: 62em){.hero__actions .wb-button{width:auto}}.hero__actions .wb-button:first-child{margin:0 0 0.625rem 0}@media(min-width: 62em){.hero__actions .wb-button:first-child{margin:0 0.875rem 0 0}}.hero__right{display:none;width:50%}@media(min-width: 62em){.hero__right{display:block}}.section{padding:2rem 0;overflow:hidden;width:100%;height:100%}.section .container{flex-direction:column;width:100%;height:100%}@media(min-width: 62em){.section .container{flex-direction:row;align-items:stretch;gap:2.5rem}}@media(min-width: 75em){.section .container{gap:5rem}}@media(min-width: 62em){.section.single .container{gap:0;flex-direction:column}}.section.single .container .badge{align-self:flex-start}.section--sales .container:last-child{padding:0 0.3125rem}@media(min-width: 36em){.section--sales .container:last-child{padding:0 1.25rem}}@media(min-width: 75em){.section--sales .container:last-child{padding:0 2.5rem}}@media(min-width: 87.5em){.section--sales .container:last-child{padding:0}}@media(min-width: 62em){.section--sales{align-items:baseline}.section--sales .section__left{width:40%}.section--sales .section__right{width:60%}}@media(min-width: 62em){.section{padding:3.125rem 0}}@media(min-width: 75em){.section{padding:6.5rem 0}}.section--gallery{position:relative}.section--realization{padding-bottom:3.875rem}@media(min-width: 62em){.section--realization{padding-bottom:0}}.section--localization a{color:#494d56 !important}.section--contact-form{padding-top:0}.section .section-bg{position:absolute;top:-500px;left:0;display:none}@media(min-width: 62em){.section .section-bg{display:block}}.section .section-bg img{width:100%;height:100%}@media(min-width: 62em){.section--explore-the-advantages{background:url(../images/poznaj-atuty-bg.png) no-repeat;background-position:top right}}@media(min-width: 106.25em){.section--explore-the-advantages{background:none}}.section.centered{text-align:center}.section.centered .container{text-align:center}.section.centered .container .badge{align-self:center}.section.mobile-centered{text-align:center}@media(min-width: 62em){.section.mobile-centered{text-align:left}}.section.mobile-column-reverse .container{flex-direction:column-reverse}@media(min-width: 62em){.section.mobile-column-reverse .container{flex-direction:row}}.section.mobile-column-reverse .section__right{margin:0 0 2rem 0;width:100%}@media(min-width: 62em){.section.mobile-column-reverse .section__right{width:50%;margin:0}}.section.mobile-column-reverse .section__left{margin:0}.section__left{margin:0 0 2rem 0;height:100%}@media(min-width: 62em){.section__left{width:50%;flex:1}}.section__right{position:relative}@media(min-width: 62em){.section__right{width:50%;flex:1}}.section.secondary{background:#f8f8f8}.section.secondary--only-mobile{background:#fff}@media(min-width: 62em){.section.secondary--only-mobile{background:#f8f8f8}}.section .badge{margin:0 0 0.875rem 0}@media(min-width: 62em){.section.centered .section__title{margin:0 0 4rem 0}}.section__title{margin:0 0 1.5rem 0}@media(min-width: 62em){.section__title{margin:0 0 2rem 0}}.section__content-image{margin:1.5rem 0 0 0}.section__content-images{margin:1.5rem 0 0 0;display:flex;align-items:center}.section__content-images a{display:inline-block}.section__content-images a:first-child{margin:0 2.5625rem 0 0}.section__content-images a:first-child img{width:5.875rem}.section__content-images a:last-child img{width:10.4375rem}.section__actions{margin:1.5rem 0 0 0}@media(min-width: 62em){.section__actions{margin:2.5rem 0 0 0}}@media(min-width: 62em){.section__actions a{display:inline-block}}.section__actions button{width:100%}@media(min-width: 62em){.section__actions button{width:auto}}.section__image{height:14.375rem;border-radius:1rem;overflow:hidden;position:relative}@media(min-width: 62em){.section__image{height:100%;width:100%}}.section__image img{width:100%;height:100%;object-fit:cover}.section__image .absolute-boxes{position:absolute;width:100%;height:100%;top:0;left:0}.section__image .absolute-boxes .box{text-align:left;position:absolute;background:#fff;border:0.0625rem solid #dedede;border-radius:1rem;padding:0.75rem 1.25rem}.section__image .absolute-boxes .box__title{color:#040d11;font-weight:600;font-size:0.875rem;line-height:1.0625rem}.section__image .absolute-boxes .box__subtitle{color:#494d56;font-size:0.75rem;line-height:0.9375rem}.section__image .absolute-boxes .box:first-child{bottom:1.25rem;left:0.4375rem}.section__image .absolute-boxes .box:last-child{right:0;bottom:1.875rem}.section__floating-box{background:rgba(255,255,255,.9);backdrop-filter:blur(0.5rem);border:0.0625rem solid #dedede;border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;margin:1rem 0 0 0}@media(min-width: 62em){.section__floating-box{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:1.5rem 2rem;margin:0;position:absolute;bottom:2rem;left:-2rem}}.section__floating-box .box-element{width:auto;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:0.875rem 0;border-bottom:0.0625rem solid #dedede}@media(min-width: 62em){.section__floating-box .box-element{flex-direction:column;align-items:flex-start;padding:0 2rem;border:0;justify-content:start}}.section__floating-box .box-element:first-child{padding-top:0}@media(min-width: 62em){.section__floating-box .box-element:first-child{border-right:0.0625rem solid #dedede;padding-left:0}}.section__floating-box .box-element:last-child{padding-bottom:0;border-bottom:none}@media(min-width: 62em){.section__floating-box .box-element:last-child{border-left:0.0625rem solid #dedede;padding-right:0}}.section__floating-box .box-element__title{font-size:1rem;line-height:1rem;color:#040d11;font-weight:600}@media(min-width: 62em){.section__floating-box .box-element__title{margin:0 0 0.5rem 0;font-size:1.375rem;line-height:1.375rem}}.section__floating-box .box-element__subtitle{font-size:0.875rem;line-height:1.3125rem;color:#494d56}@media(min-width: 62em){.section__floating-box .box-element__subtitle{font-size:1rem;line-height:1.5rem}}.section__floating-box .box-element sup{line-height:0;font-size:.83em;vertical-align:super}.section .whiteblue-video{height:14.375rem;border-radius:1rem;overflow:hidden;position:relative;width:100%}@media(min-width: 62em){.section .whiteblue-video{height:100%}}@media(min-width: 75em){.section .whiteblue-video{height:30.625rem}}.section .whiteblue-video .video-dimensions{width:100%;height:100%}.section .whiteblue-video video{z-index:49;object-fit:cover;width:100%;height:100%;border-radius:1rem}.section .whiteblue-video .video__play{z-index:50;cursor:pointer;position:absolute;width:4.125rem;height:4.125rem;left:calc(50% - 4.125rem/2 - .5px);top:calc(50% - 4.125rem/2);background:rgba(255,255,255,.16);backdrop-filter:blur(0.5rem);border-radius:6.03125rem;transition:.3s backdrop-filter linear}.section .whiteblue-video .video__play img{width:0.8125rem;height:1.125rem;position:absolute;left:1.75rem;top:1.5rem}.section .whiteblue-video .video__play:hover{backdrop-filter:blur(0.25rem)}.section .whiteblue-video .video__stop{z-index:50;cursor:pointer;position:absolute;width:4.125rem;height:4.125rem;left:calc(50% - 4.125rem/2 - .5px);top:calc(50% - 4.125rem/2);display:none;background:rgba(255,255,255,.16);backdrop-filter:blur(0.5rem);border-radius:6.03125rem;transition:.3s backdrop-filter linear}.section .whiteblue-video .video__stop img{width:1.5rem;height:1.5rem;position:absolute;left:1.3125rem;top:1.3125rem}.section .whiteblue-video .video__stop:hover{backdrop-filter:blur(0.25rem)}.section .two-images{height:100%;margin-bottom:2rem}@media(min-width: 62em){.section .two-images{margin-bottom:0;display:flex;flex-direction:column;gap:1rem}}.section .two-images .section__image{height:10rem;margin:0 0 1rem 0}@media(min-width: 62em){.section .two-images .section__image{height:16.125rem;margin:0}}.section .two-images .section__image:last-child{margin:0}.facilities-slider{margin:2rem 0 0 0}.facilities-slider .facility{background:#fff;border:0.0625rem solid #dedede;border-radius:1rem;padding:1.291875rem 1.5rem;width:100%;height:100%}@media(min-width: 62em){.facilities-slider .facility{padding:2.25rem 2rem}}.facilities-slider .facility__icon{width:24px;height:24px;margin:0 0 1.5rem 0}@media(min-width: 62em){.facilities-slider .facility__icon{width:28px;height:28px;margin:0 0 1.875rem 0}}.facilities-slider .facility__icon img{width:100%;height:100%}.facilities-slider .facility.sip{padding-bottom:0.9375rem}.facilities-slider .facility.sip .facility__icon{margin:0 0 0.6875rem 0}.facilities-slider .facility__title{font-weight:600;font-size:1.25rem;line-height:1.25rem;color:#040d11;margin:0 0 0.5rem 0}@media(min-width: 62em){.facilities-slider .facility__title{font-size:1.5rem;line-height:1.5rem}}.facilities-slider .facility__subtitle{font-weight:400;font-size:0.875rem;line-height:1.25rem;color:#494d56}@media(min-width: 62em){.facilities-slider .facility__subtitle{font-size:1rem;line-height:1.5rem}}.badge{padding:0.375rem 0.75rem;gap:0.625rem;border-radius:5.625rem;display:inline-block;font-size:0.75rem;line-height:1.125rem;font-weight:500;letter-spacing:.08em;background-color:gray}@media(min-width: 62em){.badge{font-size:0.875rem;line-height:1.3125rem}}.badge.primary{color:#00acef;background-color:rgba(0,172,239,.12)}.splide__arrows .splide__arrow{background:#040d11;height:2.5rem;width:2.5rem;opacity:1}@media(min-width: 62em){.splide__arrows .splide__arrow{height:4rem;width:4rem}}.splide__arrows .splide__arrow:disabled{display:none}.splide__arrows .splide__arrow svg{fill:none}.splide__arrows .splide__arrow--prev svg{margin-right:2px}.splide__arrows .splide__arrow--next svg{margin-left:2px}.splide__arrows .splide__arrow svg{width:16px;height:16px}@media(min-width: 62em){.splide__arrows .splide__arrow svg{width:22px;height:22px}}.splide__track{overflow:visible}.apartments-slider .apartament{display:flex;flex-direction:column;width:100%;height:100%;border:none;padding:0;gap:1.5rem}@media(min-width: 62em){.apartments-slider .apartament{gap:2rem;flex-direction:row;max-width:61.25rem;margin:0 auto;padding:2rem;border:0.0625rem solid #dedede;border-radius:1rem}}.apartments-slider .apartament__photo{display:none;width:100%;border-radius:1rem;overflow:hidden}@media(min-width: 62em){.apartments-slider .apartament__photo{height:100%;width:50%;display:block}}.apartments-slider .apartament__photo img{width:100%;height:100%;object-fit:cover}.apartments-slider .apartament__sketch{background:#f8f8f8;border-radius:16px;width:100%}@media(min-width: 62em){.apartments-slider .apartament__sketch{height:100%;width:50%}}.apartments-slider .apartament__sketch .sketch{width:100%;height:100%}.apartments-slider .apartament__sketch .sketch__image{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:2.375rem 5.0625rem}@media(min-width: 62em){.apartments-slider .apartament__sketch .sketch__image{padding:3rem 2.5625rem}}.apartments-slider .apartament__sketch .sketch__image img{width:100%}@media(min-width: 62em){.apartments-slider .apartament__sketch .sketch__image img{transform:rotate(-90deg);width:auto}}.apartments-slider .apartament__sketch .sketch__actions button{width:100%}.apartments-slider .apartament__left{height:100%}@media(min-width: 62em){.apartments-slider .apartament__left{width:40%;display:flex;flex-direction:row;gap:0.875rem;height:100%}}.apartments-slider .apartament__right{width:100%}@media(min-width: 62em){.apartments-slider .apartament__right{width:60%;height:100%}}.apartments-slider .apartament__info{width:100%;margin:0 0 1rem 0}.apartments-slider .apartament__info:last-child{margin:0}.apartments-slider .apartament__info table{width:100%;text-align:left;border-spacing:0;border-radius:1rem;background:#f8f8f8}.apartments-slider .apartament__info table td{border-bottom:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;padding:0.375rem 1rem}.apartments-slider .apartament__info table td:first-child{color:#040d11;font-size:0.875rem;font-weight:500;line-height:1.3125rem;width:60%}.apartments-slider .apartament__info table td:last-child{border-right:none;width:40%;font-size:0.875rem;line-height:1.3125rem;font-weight:400;color:#494d56}.apartments-slider .apartament__info table td.highlight{font-weight:600;color:#00acef}.apartments-slider .apartament__info table tr:last-child td{border-bottom:none}.apartments-slider .apartament__actions{width:100%;margin:2.375rem 0 0 0}.apartments-slider .apartament__actions button{width:100%}.apartments-slider .apartament__title{font-size:1.125rem;line-height:1.5625rem;margin:0 0 1.5rem 0;text-align:left}@media(min-width: 62em){.apartments-slider .apartament__title{font-size:1.5rem;line-height:1.5rem}}.photos-slider .photo{width:100%;height:100%;border-radius:1rem;overflow:hidden;position:relative}.photos-slider .photo img{width:100%;height:100%;object-fit:cover}.maps{width:100%;display:flex;flex-direction:column;gap:1rem;position:relative}@media(min-width: 62em){.maps{flex-direction:row;justify-content:center}}.maps img.map-logo{position:absolute;left:0.625rem;top:0.625rem;z-index:9990;height:0.625rem}@media(min-width: 62em){.maps img.map-logo{top:2.5rem;left:2.5rem;height:1.5rem}}.maps .map{overflow:hidden;border-radius:1rem;height:13.875rem;width:100%}@media(min-width: 62em){.maps .map{height:27.75rem}}.maps .map img{width:100%;height:100%;object-fit:cover}.footer{background:url(../images/mobile-footer-bg.png) no-repeat,#040d11;background-position:top right;text-align:center}@media(min-width: 62em){.footer{text-align:left;background:#040d11}}.footer .container{flex-direction:column}.footer__top{display:none;flex-direction:row;justify-content:space-between;align-items:center;padding:2rem 0;border-bottom:0.0625rem solid #131b1f}@media(min-width: 62em){.footer__top{display:flex}}.footer__top .top__left{display:flex;flex-direction:column}@media(min-width: 62em){.footer__top .top__left{align-items:center;flex-direction:row}}@media(min-width: 62em){.footer__top .top__left .footer__logo{padding-right:2.5rem;border-right:0.0625rem solid rgba(255,255,255,.18)}}.footer__top .top__text{color:#aaa;font-size:1rem;line-height:1.5rem}@media(min-width: 62em){.footer__top .top__text{padding-left:2.5rem}}.footer__section{width:100%}@media(min-width: 62em){.footer__section{width:25%}}.footer__section:nth-child(3){width:100%}@media(min-width: 62em){.footer__section:nth-child(3){width:17%}}.footer__section:nth-child(4){width:100%}@media(min-width: 62em){.footer__section:nth-child(4){width:30%}}.footer__section:nth-child(5){display:none}@media(min-width: 62em){.footer__section:nth-child(5){display:block;width:37%}}.footer__section:last-child{width:100%}@media(min-width: 62em){.footer__section:last-child{width:20%}}.footer__nav{display:flex;flex-direction:column}@media(min-width: 62em){.footer__nav{flex-direction:row}.footer__nav ul{margin:0 3.875rem 0 0}.footer__nav ul li{margin:0 0 0.75rem 0}.footer__nav ul li:last-child{margin:0}}.footer__title{font-size:1rem;line-height:1.75rem;color:#aaa;font-weight:400;margin:0 0 1rem 0}@media(min-width: 62em){.footer__title{margin:0 0 1.5rem 0}}.footer__image{height:3.125rem;margin:0 0 2.5rem 0}.footer__image a{display:inline-block}@media(min-width: 62em){.footer__image{height:3.5rem;margin:0}}.footer__image img{height:100%}.footer a{color:#fff;display:inline-block}.footer a.underline{text-decoration:underline}.footer__contact-section{margin:1.25rem 0 0 0;color:#aaa}.footer__contact-section:last-child{margin-bottom:2.5rem}.footer__contact-section span{color:#fff}.footer__copyright{padding:1.25rem 0;border-top:0.0625rem solid #131b1f;color:#aaa;font-size:0.6875rem;line-height:0.9375rem;text-align:center}@media(min-width: 62em){.footer__copyright{font-size:0.875rem;line-height:0.875rem}}.footer__main{display:flex;flex-direction:column;padding:3.3125rem 0 2rem 0}.footer__main .footer__logo{display:block;margin:0 0 1.25rem 0}@media(min-width: 62em){.footer__main .footer__logo{display:none}}.footer__main .footer__actions{display:block}@media(min-width: 62em){.footer__main .footer__actions{display:none}}.footer__main .footer__actions a{display:block;width:100%}.footer__main .footer__actions a button{width:100%}.footer__main .main__text{font-size:1rem;line-height:1.5rem;color:#aaa;margin:0 0 2rem 0}@media(min-width: 62em){.footer__main .main__text{display:none}}@media(min-width: 62em){.footer__main{padding:3.3125rem 0;align-items:baseline;flex-direction:row}}.footer .line{margin:0 0 0.75rem 0}.footer__logo{height:1.884375rem}.footer__logo a{display:inline-block}.footer__logo img{height:100%}ul{margin:0;padding:0}ul li{list-style-type:none;margin:0;padding:0}.container{padding:0 1.25rem;display:flex;width:100%}@media(min-width: 62em){.container{padding:0 2.5rem}}@media(min-width: 87.5em){.container{max-width:87.5rem;margin:0 auto;padding:0}}.container.centered{align-items:center}.team{display:flex;flex-direction:row;width:100%;align-items:baseline;justify-content:center}@media(min-width: 62em){.team{transform:translateX(-6.25rem)}}.team__member{position:relative;min-width:10.625rem}@media(min-width: 62em){.team__member{min-width:33.33%}}.team__member:nth-child(1){transform:translateX(5rem)}@media(min-width: 62em){.team__member:nth-child(1){transform:translateX(0)}}.team__member:nth-child(3){transform:translateX(-4.875rem)}@media(min-width: 62em){.team__member:nth-child(3){transform:translateX(0)}}.team__member img{width:100%;height:100%}@media(min-width: 62em){.team__member img{width:auto;height:100%}}.team__member:nth-child(1){z-index:9996}.team__member:nth-child(1) .member__box{bottom:1.125rem;left:-0.375rem}@media(min-width: 62em){.team__member:nth-child(1) .member__box{bottom:3.125rem;left:-2.25rem}}.team__member:nth-child(2){z-index:9997}.team__member:nth-child(2) .member__box{bottom:0.5rem;left:0.8125rem}@media(min-width: 62em){.team__member:nth-child(2) .member__box{bottom:1.25rem;left:-1.3125rem}}.team__member:nth-child(3){z-index:9996}.team__member:nth-child(3) .member__box{bottom:0.9375rem;right:-1.5625rem}@media(min-width: 62em){.team__member:nth-child(3) .member__box{bottom:2.5rem;right:-5.0625rem}}.team__member .member__box{position:absolute;text-align:left;background:#fff;border:0.0625rem solid #dedede;border-radius:1rem;padding:0.625rem 0.875rem;z-index:9998}@media(min-width: 62em){.team__member .member__box{padding:0.75rem 1.25rem}}.team__member .member__box .box__title{color:#040d11;font-weight:600;font-size:0.75rem;line-height:0.9375rem;text-align:center}.team__member .member__box .box__title div{display:block}@media(min-width: 62em){.team__member .member__box .box__title div{display:inline}}@media(min-width: 62em){.team__member .member__box .box__title{font-size:1.125rem;line-height:1.375rem;text-align:left}}.team__member .member__box .box__subtitle{color:#494d56;font-size:0.75rem;line-height:0.9375rem;display:none}@media(min-width: 62em){.team__member .member__box .box__subtitle{display:block}}.contact__box{background:url(../images/contact-box-bg.png) no-repeat,#040d11;background-position:0 0;border-radius:16px;padding:2.5rem 1.5rem;width:100%;display:flex;flex-direction:column;transform:translateY(-0.25rem)}@media(min-width: 62em){.contact__box{flex-direction:row;justify-content:space-between;align-items:center;padding:2.5rem 4rem;background-position:center center}}.contact__box .box__title{font-size:1.875rem;font-weight:500;line-height:1.8125rem;color:#fff;margin:0 0 1rem 0}@media(min-width: 62em){.contact__box .box__title{font-size:2.5rem;line-height:2.375rem;margin:0}}.contact__box .box__text{font-size:0.875rem;font-weight:400;line-height:1.3125rem;color:#aaa}.contact__box .box__left{margin:0 0 1.5rem 0}@media(min-width: 62em){.contact__box .box__left{margin:0}}.contact__box .box__right .actions{display:flex;flex-direction:column}@media(min-width: 62em){.contact__box .box__right .actions{flex-direction:row}}.contact__box .box__right .actions a:first-child{margin:0 0 0.875rem 0}@media(min-width: 62em){.contact__box .box__right .actions a:first-child{margin:0 0.75rem 0 0}}.contact__box .box__right .actions .wb-button{width:100%}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:none;z-index:-1;visibility:hidden;transition:none}.mobile-menu.opened{z-index:9999;visibility:visible;background:rgba(0,0,0,.4)}.mobile-menu.opened .mobile-menu__panel{width:85%;padding:1.6875rem 1.25rem;opacity:1}.mobile-menu.opened .mobile-menu__panel .nav,.mobile-menu.opened .mobile-menu__panel .bottom{display:block}.mobile-menu__panel{width:0;overflow-x:hidden;background:#fff;height:100%;padding:1.6875rem 0;position:relative;opacity:0}.mobile-menu__panel .top{display:flex;justify-content:space-between;align-items:center;margin:0 0 2.3125rem}.mobile-menu__panel .nav{display:none}.mobile-menu__panel .nav ul li{margin:0 0 1.375rem 0;padding:0.625rem 0;position:relative}.mobile-menu__panel .nav ul li:last-child{margin:0}.mobile-menu__panel .nav ul li:hover a{color:#00acef}.mobile-menu__panel .nav ul li.active a{color:#00acef}.mobile-menu__panel .nav ul li.active:before{content:"";position:absolute;top:0;left:-1.25rem;width:0.125rem;height:100%;background:#00acef;display:block}.mobile-menu__panel .nav ul li a{color:#040d11;display:inline-block;width:100%}.mobile-menu__panel .bottom{position:absolute;bottom:1.6875rem;left:1.25rem;width:85%;display:none}.mobile-menu__panel .bottom a .wb-button{width:100%}.realizations-slider .realization__box{background:#fff;border-radius:1rem;display:flex;flex-direction:row;width:100%;height:100%;border:0.0625rem solid #d9d9d9;position:relative}.realizations-slider .realization__box:after,.realizations-slider .realization__box:before{top:100%;left:50%;border:solid rgba(0,0,0,0);content:"";height:0;width:0;position:absolute;pointer-events:none}.realizations-slider .realization__box:after{border-color:rgba(136,183,213,0);border-top-color:#fff;border-width:15px;margin-left:-15px}.realizations-slider .realization__box:before{border-color:rgba(194,225,245,0);border-top-color:#d9d9d9;border-width:16px;margin-left:-16px}.realizations-slider .realization__info{padding:1rem;text-align:center;width:100%}@media(min-width: 62em){.realizations-slider .realization__info{padding:1.5rem}}.realizations-slider .realization__image{min-width:7.9375rem;min-height:8.9375rem;overflow:hidden;border-top-left-radius:1rem;border-bottom-left-radius:1rem}@media(min-width: 62em){.realizations-slider .realization__image{min-width:10.3125rem;min-height:10.3125rem}}.realizations-slider .realization__image img{width:100%;height:100%}.realizations-slider .realization__title{font-weight:500;font-size:1rem;line-height:1.375rem;color:#040d11;text-align:center}@media(min-width: 62em){.realizations-slider .realization__title{font-size:1.125rem;line-height:1.5625rem}}.realizations-slider .realization__text{font-weight:400;font-size:0.875rem;line-height:1.3125rem;color:#494d56}@media(min-width: 62em){.realizations-slider .realization__text{font-size:0.875rem;line-height:1.3125rem}}.realizations-slider .realization__date{width:100%;display:flex;justify-content:center;position:relative;align-items:center;margin:2.25rem 0 0 0}.realizations-slider .realization__date::before{content:"";width:50%;position:absolute;top:50%;left:0;height:0.0625rem;background-color:#dedede;display:block;z-index:49}.realizations-slider .realization__date::after{content:"";width:50%;position:absolute;top:50%;right:-16px;height:0.0625rem;background-color:#dedede;display:block;z-index:49}.realizations-slider .realization__badge{background:#f8f8f8;display:inline-block;z-index:50;border:0.0625rem solid #dedede;border-radius:5.625rem;padding:0.625rem 1.25rem;text-align:center;letter-spacing:.08em;font-size:0.875rem;line-height:1.3125rem}.realizations-slider .realization__icon{color:#00acef;font-weight:600;font-size:1.5rem;line-height:1.5rem;text-align:center;margin:0 0 0.625rem 0}.realizations-slider .splide__arrow{bottom:-50px;top:auto}@media(min-width: 62em){.realizations-slider .splide__arrow{bottom:auto;top:50%}}.realizations-slider .splide__arrow:disabled{background:#dedede;display:block}@media(min-width: 62em){.realizations-slider .splide__arrow:disabled{display:none}}.realizations-slider .splide__arrow:disabled svg{fill:none}.realizations-slider .splide__arrow:disabled svg path{stroke:#fff}.realizations-slider .splide__arrow--prev{left:calc(50% - 2.5rem - 6px)}@media(min-width: 62em){.realizations-slider .splide__arrow--prev{left:auto}}.realizations-slider .splide__arrow--next{left:calc(50% + 6px)}@media(min-width: 62em){.realizations-slider .splide__arrow--next{left:auto}}.vjs-poster img{object-fit:cover;-o-object-fit:cover}.marker{background-image:url(../images/map-marker.png);background-size:contain;background-repeat:no-repeat;width:48px;height:48px;cursor:pointer}.mapboxgl-popup{max-width:200px}.mapboxgl-popup-content{text-align:center}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right{display:none}.contact-form-box{padding:2.5rem 1.5rem;background:url(../images/contact-box-bg.png) no-repeat,#040d11;background-size:cover;border-radius:1rem;text-align:center;display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width: 62em){.contact-form-box{flex-direction:row;gap:6.25rem;text-align:left;padding:4.3125rem 4rem}}.contact-form-box .left{width:100%}@media(min-width: 62em){.contact-form-box .left{width:50%}}.contact-form-box .right{width:100%}@media(min-width: 62em){.contact-form-box .right{width:50%}}.contact-form-box h2{color:#fff;margin:0 0 1.5rem 0}@media(min-width: 48em){.contact-form-box h2{margin:0 0 2rem}}.contact-form-box p{color:#aaa}.contact-form-box .form-group{margin:0 0 0.75rem 0;display:flex;flex-direction:column;gap:0.75rem}.contact-form-box .form-group:last-child{margin:0}@media(min-width: 48em){.contact-form-box .form-group{flex-direction:row;gap:1rem;margin:0 0 1rem}}.contact-form-box button[type=submit]{width:100%;margin:1.5rem 0 0 0}@media(min-width: 62em){.contact-form-box button[type=submit]{margin:2rem 0 0 0}}.contact-form-box .form-element{position:relative;width:100%}.contact-form-box .form-element span{position:absolute;top:1.125rem;left:1.5rem;content:attr(title);display:block;color:#aaa;font-size:0.875rem;line-height:140%;z-index:9989}.contact-form-box .form-element span.input-has-value{top:-0.625rem;padding:0 0.5rem;z-index:9991;background-color:#040d11}.contact-form-box input,.contact-form-box textarea{border:0.0625rem solid #494f52;border-radius:5.625rem;padding:1.125rem 1.5rem;background:none;color:#fff;width:100%;font-size:0.875rem;line-height:140%;position:relative;z-index:9990}.contact-form-box input:focus,.contact-form-box input:active,.contact-form-box input:focus-visible,.contact-form-box textarea:focus,.contact-form-box textarea:active,.contact-form-box textarea:focus-visible{border-color:#494f52;outline:none}.contact-form-box input:focus+span,.contact-form-box input:active+span,.contact-form-box input:focus-visible+span,.contact-form-box textarea:focus+span,.contact-form-box textarea:active+span,.contact-form-box textarea:focus-visible+span{top:-0.625rem;padding:0 0.5rem;z-index:9991;background-color:#040d11}.contact-form-box textarea{border-radius:1.875rem;width:100%}.contact-form-box__actions{display:flex;flex-direction:column;gap:0.75rem;border-right:none;padding-right:0}@media(min-width: 62em){.contact-form-box__actions{border-right:1px solid rgba(255,255,255,.18);padding-right:1.5rem}}.contact-form-box__actions button{width:100%}.contact-form-box__teleaddress{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0 0 0}@media(min-width: 62em){.contact-form-box__teleaddress{flex-direction:row}}.contact-form-box__teleaddress h5{margin:0 0 1rem 0;font-size:1rem;font-weight:400;color:#aaa}.contact-form-box__teleaddress p{color:#fff}.contact-form-box__address a{color:#fff;text-decoration:underline}.contact-form-box__address p:first-of-type{margin:0 0 0.3125rem 0}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:22px}.lds-ellipsis div{position:absolute;top:5px;width:10px;height:10px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}.response-ok,.response-error{display:none;margin:1.5rem 0 0 0;color:#fff}.show-number a:first-child{display:none}#callpage.cp-callpage [data-brand-color~=background]{background-color:#00acef !important}/*# sourceMappingURL=style.css.map */
