*{box-sizing:border-box;font-family:Geologica Cursive,sans-serif;margin:0;padding:0;scroll-behavior:smooth;text-decoration:none}.bodyLinear{background:linear-gradient(133.85deg,#fff 29.52%,#c7d5e0 118.05%) no-repeat}a{color:#000}.container{margin:0 auto;max-width:1280px;width:100%}@media (max-width:600px){body{padding-bottom:100px}}main{animation:Visible .5s ease}.fullWidth{width:100%}@media (max-width:1300px){.container{padding:0 15px}}:root{--primary-color:#11a27f;--secondary-color:#fff;--third-color:#d7d7d7;--black-primary:#000;--black-secondary:#121722;--grey-white-color:#f5f7fc;--primary-grey-white:#fdfefe;--grey:#999;--grey700:#4d4d4d;--vip:#e222e6;--partner:#eba40a}.primary_color{color:#11a27f;color:var(--primary-color)}.grey{color:#999;color:var(--grey)}.grey700{color:#4d4d4d;color:var(--grey700)}.Main__content{align-items:center;display:flex;padding:114px 0}.Main__content_left{align-items:center;display:flex;flex-direction:column;width:100%}.Main__content_left .mainTitle{margin-bottom:60px;max-width:1000px;text-align:center}.Main__content_right{align-items:center;display:flex;justify-content:flex-end;width:50%}.Main__content_right img{width:50%}@media(max-width:950px){.Main__content{flex-flow:column-reverse wrap;gap:10px}.Main__content_left{flex-direction:column;text-align:center}.Main__content_left,.Main__content_right{align-items:center;display:flex;width:100%}.Main__content_right{justify-content:center}.Main__content_right img{max-width:300px}}@media(max-width:768px){.Main__content{padding:60px 0}}@media(max-width:900px){.Main__content_left .mainTitle{max-width:600px}}.AboutPlatform__content{align-items:center;display:flex;flex-direction:column;justify-content:center}.AboutPlatform__content_subtitle,.AboutPlatform__content_title{text-align:center}.AboutPlatform__content_categories{display:flex;flex-flow:row wrap;gap:21px;justify-content:center;margin-top:60px}.CategoryCard:hover{box-shadow:1px 1px 10px rgba(0,0,0,.125);scale:1.02}.CategoryCard{align-items:center;background:var(--primary-grey-white);border:1px solid var(--grey-white-color);border-radius:18px;box-shadow:0 0 5px #0000002b;cursor:pointer;display:flex;gap:16px;padding:15px;transition:.3s;width:calc(33.333% - 14px)}.CategoryCard__left img{border-radius:8px;height:100px;object-fit:cover;width:100px}.CategoryCard__right{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.CategoryCard__right .button{margin-top:12px}.CategoryCard__right svg{margin-left:8px;width:16px}@media(max-width:1200px){.CategoryCard{width:calc(50% - 10.5px)}}@media(max-width:768px){.CategoryCard{width:100%}.CategoryCard__left img{height:80px;width:80px}}.LoaderComponent{align-items:center;display:flex;flex-flow:row wrap;gap:15px;justify-content:center;padding:60px;width:100%}.LoaderComponent .loader{display:inline-block;height:80px;position:relative;width:80px}.LoaderComponent .loader div{animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid var(--primary-color);border-color:var(--primary-color) #0000 #0000 #0000;border-radius:50%;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.LoaderComponent .loader div:first-child{animation-delay:-.45s}.LoaderComponent .loader div:nth-child(2){animation-delay:-.3s}.LoaderComponent .loader div:nth-child(3){animation-delay:-.15s}.NoContent{border:1px solid var(--grey-white-color);border-radius:8px;padding:50px 0;width:100%}.NoContent,.NoContent .block{align-items:center;display:flex;flex-direction:column;justify-content:center}.NoContent .block{gap:15px}.NoContent h2{max-width:400px;text-align:center}.NoContent img{width:150px}.CustomInput{align-items:center;background:var(--grey-white-color);border-radius:8px;display:flex;padding:10px}.CustomInput .LogoLeft{border-radius:50%;height:24px;object-fit:cover;width:24px}.CustomInput__image{height:0;margin-right:10px;transition:.3s;width:0}.CustomInput input,.CustomInput textarea{background:none;border:none;flex:auto;font-size:16px;outline:none;width:100%}.CustomInput textarea{resize:none}.CustomInput input::placeholder,.CustomInput textarea::placeholder{font-size:16px}.CustomInput:hover .CustomInput__image{height:24px;width:24px}@media(max-width:415px){.CustomInput input{min-width:100px}}.InvalidInput{outline:1px solid crimson!important}.button{color:var(--primary-color);padding:10px 24px;transition:.3s}.button svg path{fill:var(--primary-color)}.button{align-items:center;background:var(--grey-white-color);border:none;border-radius:8px;cursor:pointer;display:flex;gap:3px;justify-content:center}.button:disabled{background:var(--primary-grey-white)!important;color:var(--grey)!important;transition:.3s}.button:hover{background:var(--primary-color);color:var(--secondary-color);transition:.3s}.button:hover svg path{stroke:var(--secondary-color);fill:var(--secondary-color)}.button__active{background:var(--primary-color);color:var(--secondary-color);transition:.3s}.button__active svg path{fill:var(--secondary-color);stroke:var(--secondary-color)}.button__active:hover{background:var(--grey-white-color);color:var(--primary-color)}.primary__button{background:none;color:var(--black-primary)}.primary__button svg path{fill:rgba(18,23,34,.698);stroke:rgba(18,23,34,.698)}.primary__button{font-weight:700}.secondary__button{background:var(--secondary-color)}.third__button{background:none;color:var(--secondary-color);padding:0}.third__button svg path{stroke:var(--secondary-color);fill:var(--secondary-color)}.ExampleSection{margin-top:120px}.ExampleSection__content{display:flex;flex-direction:column}.ExampleSection__content_navigation{display:flex;justify-content:flex-end;margin-bottom:16px;width:100%}.ExampleSection__content_navigation .button{gap:10px}.ExampleSection__content_navigation .button svg{width:16px}.ExampleSection__content_subTitle,.ExampleSection__content_title{text-align:center}.ExampleSection__content_container{margin-top:90px}.ExampleSection__content_cards{display:flex;gap:20px}.ExampleSection__content_cards .PostCard{width:calc(50% - 10px)}@media(max-width:768px){.ExampleSection__content_cards{flex-flow:row wrap}.ExampleSection__content_cards .PostCard{width:100%}}.PostCard{background:var(--primary-grey-white);border-radius:15px;box-shadow:0 0 5px #0000002b;cursor:pointer;display:flex;flex-direction:column;padding:24px;transition:.3s}.PostCard .time{color:var(--grey);white-space:nowrap}.PostCard:hover{background:var(--grey-white-color)}@media(max-width:1000px){.PostCard{padding:16px}}.PromotionType{border-radius:34px;padding:3px 12px}.VIP{border:1px solid #e222e6}.VIP span{color:#e222e6}.VIPContained{border:1px solid #e222e6}.VIPContained span{color:#e222e6}.Partner{border:1px solid #eba40a}.Partner span{color:#eba40a}.PartnerContained{border:1px solid #eba40a}.PartnerContained span{color:#eba40a}.premium{border:1px solid var(--primary-color)}.premium span{color:var(--primary-color)}.premiumContained{border:1px solid var(--primary-color)}.premiumContained span{color:var(--primary-color)}@media(max-width:500px){.PromotionType{padding:3px 8px}.PromotionType .bodyM{font-size:12px}}.PostCard__job{border:1px solid var(--grey-white-color);gap:20px;position:relative}.PostCard__job_top{align-items:flex-start;display:flex;justify-content:space-between}.PostCard__job_top-left{display:flex;gap:8px}.PostCard__job_top-left img{border-radius:50%;height:60px;min-height:60px;min-width:60px;object-fit:cover;width:60px}.PostCard__job_top-left_info,.PostCard__job_top-right{display:flex;flex-direction:column}.PostCard__job_top-right{align-items:flex-end;gap:10px}.PostCard__job_bot{align-items:center;display:flex;justify-content:space-between}.PostCard__job_bot-location{align-items:center;display:flex;gap:3px}.PostCard__car:hover{background:none;box-shadow:0 0 10px #0000001a;transform:scale(1.02)}@media(max-width:1000px){.PostCard__car_top-left img{height:50px;width:50px}}.StatusComponent{border-radius:34px;color:var(--primary-grey-white);padding:5px 10px;z-index:2}.UNDER_REVIEW{background:#2c7fec}.APPROVED{background:#32c232}.DEACTIVATED{background:gray}.REJECTED{background:red}.ViewsCount{align-items:center;display:flex;gap:5px}.PostCard__ApartCarCard{padding:0;position:relative;transition:.3s}.PostCard__ApartCarCard,.PostCard__ApartCarCard_padding{display:flex;flex-direction:column;gap:10px;justify-content:space-between}.PostCard__ApartCarCard_padding{height:100%;padding:5px}.PostCard__ApartCarCard_top-right .PromotionType{z-index:2}.PostCard__ApartCarCard_top-right{align-items:center;display:flex;flex-flow:column wrap;gap:10px;position:absolute;right:5px;top:5px}.PostCard__ApartCarCard_top img{aspect-ratio:1/1;border-radius:6px;object-fit:cover;position:relative;transition:.3s;width:100%}.PostCard__ApartCarCard_mid{display:flex;flex-flow:row wrap;gap:10px;justify-content:space-between;max-width:100%;width:100%}.PostCard__ApartCarCard_mid .titleCard{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.PostCard__ApartCarCard_mid .time{flex:auto}.PostCard__ApartCarCard_bot{justify-content:space-between;padding-bottom:10px}.PostCard__ApartCarCard_bot,.PostCard__ApartCarCard_bot-location{align-items:center;display:flex}@media(max-width:600px){.PostCard__ApartCarCard .PromotionType{left:5px;top:5px}}.PostCard__ApartCarCard:hover{background:none;box-shadow:0 0 10px #0000001a;transform:scale(1.02)}.Features{margin:120px 0 30px}.Features__content{display:flex;flex-direction:column}.Features__content_block{align-items:center;display:flex;gap:30px;justify-content:space-between;margin-top:50px}.Features__content_block-info{align-items:flex-start;display:flex;flex-direction:column;gap:30px;text-align:left;width:50%}.Features__content_block-info span{display:block;max-width:400px}.Features__content_block-info2{align-items:flex-end;text-align:end}.Features__content_block img{max-width:600px;width:50%}@media(max-width:768px){.Features__content_block{align-items:center;flex-flow:column-reverse;justify-content:center}.Features__content_block-info{align-items:center;text-align:center;width:100%}.Features__content_block2{flex-flow:column}}.modalWindowCities__blur{animation:showBlur 1s ease;background:rgba(0,0,0,.314);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:21}@keyframes showBlur{0%{opacity:0}to{opacity:1}}.modalWindowCities{background:var(--secondary-color);border-radius:25px 25px 0 0;box-shadow:3px 6px 15px #000;height:80vh;left:0;padding:25px;position:fixed;top:100%;transition:.4s;width:100vw;z-index:22}.modalWindowCities .ModalWindow__state{display:flex;flex-flow:row wrap;gap:20px;width:100%}.modalWindowCities .ModalWindow__state .bodyL{width:100%}.modalWindowCities .modalWindowCities__citiesContainer{display:flex;flex-flow:row wrap;gap:20px;margin-top:20px;max-height:100%;max-width:100%;overflow:scroll;padding-bottom:70px}.modalWindowCities__active{top:20%}.modalWindowCities__citiesContainer::-webkit-scrollbar{display:none;height:0;width:0}.NotFoundPage{display:flex;flex-direction:column}.NotFoundPage__image{width:300px}.NotFoundPage__side{align-items:center;display:flex;flex-direction:column;gap:10px;height:100vh;justify-content:center;overflow-x:hidden}.NotFoundPage__side .button{margin-top:20px}.ButtonBack{background:none!important;padding:0;position:relative;z-index:1}.ButtonBack:after{content:"";height:0;width:0;z-index:-1}.ButtonBack:after,.ButtonBack:hover:after{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s}.ButtonBack:hover:after{background:var(--primary-color);border-radius:8px;height:140%;width:150%}.header{padding:15px 0;transition:.4s;z-index:20}.header .container{display:flex;justify-content:space-between}.header__nav{align-items:center;display:flex;gap:30px}.header__nav_location{align-items:center;cursor:pointer;display:flex;flex:auto;gap:5px;justify-content:flex-end;margin-right:10px}.header__nav a{text-decoration:none}.header__nav .Logotype{width:100px}.header__nav img{width:32px}@media(max-width:900px){.header__nav{gap:15px}.header__nav_location{margin-right:3px}}@media(max-width:500px){.header .Logotype{width:80px}}.LoginActions{align-items:center;display:flex;gap:16px}.LoginActions .ProfileLogo{height:35px;width:35px}.LoginActions .LanguageSwitch{margin-right:20px}@media(max-width:900px){.LoginActions{gap:10px}.LoginActions .LanguageSwitch{margin-right:0}}@media(max-width:500px){.LoginActions .button{padding:4px 10px}}.LanguageSwitch{background:rgba(64,140,255,.102);border-radius:5px;display:flex;padding:3px 15px;position:relative;transition:.3s}.LanguageSwitch__defaultValue{cursor:pointer}.LanguageSwitch img{border-radius:50%;height:25px;width:25px}.LanguageSwitch__select{align-items:center;animation:showSwitch .3s ease;background:rgba(64,140,255,.102);border-radius:0 0 5px 5px;flex-direction:column;gap:5px;justify-content:center;left:0;list-style:none;overflow:hidden;padding:5px;position:absolute;text-decoration:none;top:100%;width:100%}.LanguageSwitch__select li{align-items:center;cursor:pointer;display:flex;gap:5px}@keyframes showSwitch{0%{height:0}to{height:107px}}.LanguageSwitch__closed{border-radius:5px 5px 0 0}.LanguageSwitch__light,.LanguageSwitch__light .LanguageSwitch__select{background:#fff9}.ProfileLogo img{border-radius:50%;height:100%;object-fit:cover;width:100%}.footer{padding:30px 0}.footer__content{display:flex;gap:15px;justify-content:space-between}.footer__content_block{align-items:center;display:flex;gap:8px}.footer__content_block img{height:20px;width:20px}.footer__content_column{flex-direction:column;gap:10px}.footer__content_column,.footer__content_row{display:flex;font-size:12px;font-weight:400;line-height:19px}.footer__content_row{gap:30px}@media(max-width:768px){.footer__content{flex-direction:column-reverse}.footer__content_row{flex-flow:column wrap}}.Logotype{height:auto;width:100px}.Logotype rect{fill:var(--primary-color)}.AboutUs{min-height:calc(100vh - 130px);overflow:hidden;padding:60px 0;transition:.3s}.AboutUs__content{align-items:flex-start;display:flex;flex-direction:column;gap:40px}.AboutUs__content .left{align-self:flex-start}.AboutUs__content .right{align-self:flex-end}.AboutUs__content .greenBack{background:var(--primary-color);border-radius:55px;color:#fff;gap:30px;padding:15px}.AboutUs__content_Section{align-items:center;display:flex;flex-direction:column;gap:15px;margin-top:80px;text-align:center;width:100%}.AboutUs__content_Section_teamRow{display:flex;flex-flow:row wrap;gap:30px;justify-content:center;width:100%}.AboutUs__content_Section_teamRow-member{border-radius:12px;display:flex;flex-direction:column;gap:5px;padding:15px}.AboutUs__content_Section_teamRow-member img{border-radius:50%;height:300px!important;object-fit:cover;width:300px!important}.AboutUs__content_Section img{width:350px}.AboutUs__content_MessageSection{align-items:center;background:var(--primary-grey-white);border-radius:18px;box-shadow:1px 1px 10px rgba(0,0,0,.125);display:flex;flex-direction:column;gap:15px;margin-bottom:30px;max-width:600px;padding:30px 20px;position:relative;text-align:left}.AboutUs__content_MessageSection h2,.AboutUs__content_MessageSection span{width:100%}.AboutUs__content_MessageSection img{width:300px}.left:before{left:5%}.left:before,.right:before{border:20px solid #0000;border-top-color:#e3e3e3;content:"";margin-left:-10px;position:absolute;top:100%}.right:before{right:5%}.max700{max-width:700px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.Contacts{padding:30px 0}.Contacts__content{display:flex;flex-direction:column;gap:30px;justify-content:center;min-height:calc(100vh - 284px);text-align:center}.Contacts__content h3{color:var(--black-primary)}.Contacts__contact{align-items:center;display:flex;gap:20px;justify-content:center}.Contacts__contact img{height:20px}.Contacts__contact .Zele{height:30px}.Contacts__contact a span{color:var(--primary-color)}.Contacts__contact a{align-items:center;display:flex;gap:15px}.ConfirmModal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;padding:15px;position:fixed;top:0;width:100vw;z-index:10}.ConfirmModal__form{background:var(--secondary-color);border-radius:12px;display:flex;flex-direction:column;gap:15px;max-width:350px;padding:25px;position:relative;z-index:1}.ConfirmModal__form h2{text-align:center}.ConfirmModal__form .buttonsRow{display:flex;gap:30px;justify-content:center}.ConfirmModal__blur{background:#00000040;height:100%;left:0;position:absolute;top:0;width:100%}.AuthPage{display:flex;min-height:100vh;overflow-y:scroll;padding:50px 0}.AuthPage .authConfirmTitle{max-width:350px;text-align:center}.AuthPage .AuthForm{align-items:center;display:flex;flex:auto;flex-direction:column;gap:30px;justify-content:center;margin-top:30px;min-height:calc(100% - 100px)}.AuthPage .AuthForm .forgotPassword{align-items:center;color:#274e45;cursor:pointer;display:flex;gap:10px}.AuthPage .AuthForm__googleIcon{margin-right:10px}.AuthPage .AuthForm .Form{display:flex;flex-direction:column;gap:20px;max-width:360px}.AuthPage .AuthForm .Form .button{padding:14px}.AuthPage .AuthForm .Form .CustomInput{padding:14px;width:360px}.AuthPage__content{height:100%}.ForgotPassword{justify-content:center;min-height:calc(100vh - 124px)}.ForgotPassword,.ForgotPassword form{align-items:center;display:flex;flex-direction:column;width:100%}.ForgotPassword form{gap:25px;max-width:400px;text-align:center}.ChooseCategory{align-items:center;animation:Visible .5s ease;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:20}.ChooseCategory .header4{text-align:center}.ChooseCategory__blur{background:rgba(0,0,0,.502);height:100%;position:absolute;width:100%}.ChooseCategory__form{background:var(--secondary-color);border-radius:18px;flex-direction:column;gap:30px;max-width:70%;padding:30px;position:absolute;z-index:21}.ChooseCategory__form,.ChooseCategory__form_buttons{align-items:center;display:flex;justify-content:center}.ChooseCategory__form_buttons{flex-flow:row wrap;gap:15px;max-height:50vh;overflow:auto}.ChooseCategory__form_buttons .CategoryCard img{height:60px;width:60px}.ChooseCategory__form_buttons::-webkit-scrollbar{display:none}@keyframes Visible{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.ChooseCategory__form{padding:20px}.ChooseCategory__form_buttons{gap:15px}}.MarketplaceMain{padding:40px 0}.MarketplaceMain__section{display:flex;flex-direction:column;margin-top:50px;width:100%}.MarketplaceMain__apartments{display:flex;flex-flow:row wrap;gap:20px;width:100%}.MarketplaceMain__apartments .PostCard{width:calc(25% - 15px)}.MarketplaceMain__jobs{display:flex;flex-flow:row wrap;gap:20px;width:100%}.MarketplaceMain__jobs .PostCard{width:calc(50% - 10px)}.MarketplaceMain__CategoryLayout{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;width:100%}.MarketplaceMain__CategoryLayout svg{margin-left:8px;width:16px}.MarketplaceMain__categories{display:flex;flex-flow:row wrap;gap:10px;justify-content:center}.MarketplaceMain__content{align-items:flex-start;display:flex;flex-direction:column;gap:30px}@media(max-width:1300px){.MarketplaceMain__apartments .PostCard{width:calc(33.3% - 13.3333px)}}@media(max-width:900px){.MarketplaceMain__apartments .PostCard{width:calc(50% - 10px)}}@media(max-width:600px){.MarketplaceMain__apartments .PostCard .button{display:none}}@media(max-width:768px){.MarketplaceMain__section{margin-top:50px}.MarketplaceMain__jobs .PostCard{width:100%}}@media(max-width:500px){.firstSection{margin-top:0}.MarketplaceMain__section{margin-top:30px}}.MarketplaceCategory{min-height:calc(100vh - 204px);padding:30px 0}.MarketplaceCategory__content{align-items:flex-start;display:flex;flex-direction:column;gap:30px}.PostDetails{min-height:calc(100vh - 195px);padding:30px 0}.PostDetails__content{align-items:flex-start;display:flex;flex-direction:column;gap:30px}.PostDetails__content_post{align-items:flex-start;display:flex;gap:30px;min-height:calc(100vh - 195px);width:100%}.PostDetails__content_post-additionalInfo{display:flex;flex-direction:column;gap:5px;margin-top:30px}.PostDetails__content_post-left{align-items:center;display:flex;width:50%}.PostDetails__content_post-left .halfWidth{border-radius:8px;width:100%}.PostDetails__content_post-left .halfWidth *{color:var(--primary-color)}.PostDetails__content_post-left img{border-radius:8px;object-fit:cover;width:100%}.PostDetails__content_post-right{align-items:flex-start;display:flex;flex:auto;flex-direction:column;gap:15px}.PostDetails__content_post-right-description{display:flex;flex-direction:column;gap:15px;margin:15px 0}.PostDetails__content_post-right-userInterface{align-items:center;display:flex;flex-flow:row wrap;gap:15px;justify-content:space-between;margin-bottom:10px;width:100%}.PostDetails__content_post-right-userInterface .buttons{align-items:center;display:flex;gap:10px;justify-content:flex-end}.PostDetails__content_post_contacts{align-items:center;border:1px solid #e9ebef;border-radius:8px;display:flex;flex-direction:column;gap:10px;margin-top:15px;padding:15px;width:100%}.PostDetails__content_post_contacts .contactsRow{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}@media(max-width:600px){.PostDetails__content_post-right{width:100%}.PostDetails__content_post_contacts{align-items:center;width:100%}.PostDetails__content_post-left{width:100%}.PostDetails__content_post{flex-direction:column}}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:#0000;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5));outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-bottom-nav,.image-gallery-top-nav{left:50%;padding:10px;transform:translateX(-50%)}.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-bottom-nav[disabled],.image-gallery-top-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;touch-action:none;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{bottom:auto;left:20px;right:auto;top:50%;transform:translateY(-50%);width:auto}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.Profile__content_categories::-webkit-scrollbar{display:none;height:0;width:0}.Profile{padding:30px 0}.Profile__content{display:flex;flex-direction:column;min-height:calc(100vh - 217px)}.Profile__content_categories{display:flex;gap:10px;margin-bottom:30px;margin-top:15px;overflow-x:auto;width:100%}.Profile__content_categories-img{height:40px;object-fit:cover;width:40px}.Profile__content_categories-category{align-items:center;border:1px solid var(--grey-white-color);border-radius:18px;cursor:pointer;display:flex;gap:5px;justify-content:center;margin-top:20px;min-width:180px;padding-bottom:10px;padding-top:10px;transition:.3s;white-space:nowrap}.Profile__content_categories-category span{color:#3d6158;transition:.3s}.Profile__content_categories .active{background:var(--primary-color);border:1px solid var(--primary-color);transition:.3s}.Profile__content_categories .active span{color:var(--secondary-color);transition:.3s}.Profile__content_profile{align-items:center;border-radius:30px;box-shadow:0 0 20px rgba(0,0,0,.188);display:flex;flex-direction:column;margin-top:60px;padding:0 30px}.Profile__content_profile .swiper{padding:5px 5px 40px!important}.Profile__content_profile-userData{border-radius:15px;display:flex;flex-flow:row wrap;gap:30px;justify-content:center;padding:30px;width:100%}.Profile__content_profile-userData *{color:var(--black-secondary)}.Profile__content_profile-userData .ProfileLogo{height:150px;width:150px}.Profile__content_profile-userData .userDataRow{align-items:center;display:flex;flex-direction:column;text-align:left}.Profile__content_profile .buttonsRow{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-top:30px;padding-left:10px;width:100%}.Profile__content_profile .buttonsRow__statistic{display:flex;flex-direction:column}.Profile__content_profile .buttonsRow .row{align-items:center;display:flex;gap:10px}.Profile__content_profile .buttonsRow svg{transition:.3s}.Profile__content_profile .buttonsRow .button__active:hover svg path{stroke:var(--primary-color);fill:var(--primary-color)}.Profile__content_profile_name{margin-bottom:5px;margin-top:20px}.Profile__content_line{align-items:center;display:flex;justify-content:space-between}.Profile__content_line-settings{display:flex;justify-content:flex-end;width:100%}.Profile__content_line-settings .link{align-items:center;cursor:pointer;display:flex;gap:5px}.Profile__content_line-settings .link img{width:24px}.Profile__content_line-settings:hover span{color:#fff}.cards_row_swiper{display:flex;flex-flow:row wrap;gap:20px;width:100%}.contactsRow{display:flex;flex-direction:row;gap:25px;margin-bottom:15px;margin-top:15px;overflow:hidden;transition:.3s}.contactsRow .user_data{flex-direction:column;margin-bottom:10px}.contactsRow .contact-row{align-items:center;display:flex;gap:4px}.contactsRow .contact-row .ProfileLogo{height:50px;width:50px}.contactsRow .contact-row .ProfileLogo img{border-radius:20px;height:100%;width:100%}.contactsRow .contact-row img{height:25px;width:25px}@media(max-width:550px){.buttonsRow{justify-content:center!important;margin-bottom:30px;margin-top:0!important}.Profile__content_profile{padding:0 10px}.Profile__content_profile-userData{align-items:center;flex-flow:column nowrap;justify-content:center}.buttonsRow .button{width:100%}.contactsRow{align-items:center;flex-flow:row wrap;justify-content:center}}.EmptyContent{align-items:center;border:1px solid var(--grey-white-color);border-radius:8px;display:flex;flex-direction:column;gap:15px;justify-content:center;padding:100px 0;width:100%}.EmptyContent .AddPostButton{height:50px;width:50px}.ProfileSettings{padding:30px 0}.ProfileSettings__content{align-items:flex-start;display:flex;flex-direction:column;gap:30px}.ProfileSettings__content_form{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;margin:0 auto;max-width:750px;width:100%}.ProfileSettings__content_form .ButtonLogout{background:none;border:1px solid #e6222200!important;color:#e62222}.ProfileSettings__content_form .ButtonLogout:hover{border:1px solid #e62222!important}.ProfileSettings__content_form-logo{position:relative}.ProfileSettings__content_form-logo label{border-radius:50%;bottom:0;box-shadow:2px 2px 10px #0000006b;cursor:pointer;height:50px;overflow:hidden;position:absolute;right:0;width:50px}.ProfileSettings__content_form-logo label img{cursor:pointer;height:100%;position:relative;width:100%;z-index:1}.ProfileSettings__content_form-logo label input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.ProfileSettings__content_form-label{align-items:center;display:flex;gap:20px;width:100%}.ProfileSettings__content_form-label .CustomInput{display:flex;flex-direction:row;gap:10px}.ProfileSettings__content_form-label input{width:100%}.ProfileSettings__content_form-label label{display:flex;flex-direction:column;gap:5px;width:100%}.ProfileSettings__content_form .ProfileLogo{height:150px;width:150px}.MobileTabbar{align-items:center;background:var(--secondary-color);border-top-left-radius:20px;border-top-right-radius:20px;bottom:-30%;box-shadow:2px 2px 10px #0000006b;display:flex;justify-content:space-around;padding:15px 10px 20px;position:fixed;transition:.3s;width:100vw;z-index:10}.MobileTabbar .addButton{background:none;border:none;border-radius:50%;position:relative;top:-40px}.MobileTabbar a:after{background:none;border-radius:50%;content:"";height:5px;left:50%;position:absolute;top:-8px;transform:translateX(-50%);transition:.3s;width:5px}.MobileTabbar .active:after{background:var(--primary-color);transition:.3s}.MobileTabbar a{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;transition:.3s;width:25%}.MobileTabbar a span{color:#292d32;transition:.3s}.MobileTabbar a svg{height:24px;transition:.3s;width:24px}.MobileTabbar .active svg path{stroke:var(--primary-color)}.MobileTabbar .active span{color:var(--primary-color);transition:.3s}.MobileTabbarActive{bottom:0;left:0;position:fixed;transition:.3s}.DevelopmentPage{align-items:center;display:flex;flex-direction:column;gap:30px;height:100vh;justify-content:center;overflow-x:hidden;text-align:center}.DevelopmentPage img{width:400px}.CreatePost{min-height:100vh;padding:60px 0}.CreatePost__type{margin-bottom:60px;margin-top:30px;width:100%}.CreatePost__content{align-items:flex-start;display:flex;flex-flow:column nowrap}.CreatePost__content_categories{display:flex;flex-flow:row wrap;gap:15px;margin:10px 0;width:100%}.CreatePost__content .buttonNext{margin-top:30px;max-width:600px;min-width:300px}.CreatePost__content select{align-items:center;border:1px solid #ccc;border-radius:8px;font-size:16px;outline:none;padding:10px;width:100%}.CreatePost__content .background{align-self:center;margin-left:30px;position:relative;width:40%;z-index:-1}.CreatePost__content_title{margin-top:80px;width:100%}.CreatePost__content_form{animation:Visible .5s ease;background:#fff;border-radius:15px;box-shadow:1px 1px 10px #0003;display:flex;flex-direction:column;gap:15px;margin-top:20px;max-width:600px;padding:15px;width:100%}.CreatePost__content_form .files-max{margin-bottom:10px}.CreatePost__content_form textarea{min-height:100px}.CreatePost__content_form .row{align-items:flex-end;display:flex;gap:20px}.CreatePost__content_form .CustomInput{background:var(--secondary-color);border:1px solid #ccc}.CreatePost__content_form .CustomInput__focused{border:1px solid var(--primary-color);outline:1px solid var(--primary-color)}.CreatePost__content_form label{display:flex;flex-direction:column;width:100%}.CreatePost__content_form label span{margin-bottom:8px}.uploadFiles{position:relative;width:auto;z-index:0}.uploadFiles__imageBlock{border-radius:8px;display:flex;overflow:hidden;position:relative}.uploadFiles__imageBlock img{height:100%;object-fit:cover;width:100%}.uploadFiles__imageBlock .chooseMain{background:var(--primary-color);bottom:-100%}.uploadFiles__imageBlock .chooseMain,.uploadFiles__imageBlock .deletePicture{align-items:center;color:var(--secondary-color);cursor:pointer;display:flex;justify-content:center;left:0;padding:5px;position:absolute;transition:.3s;width:100%}.uploadFiles__imageBlock .deletePicture{background:red;top:-100%}.uploadFiles__imageBlock:hover .chooseMain{bottom:0}.uploadFiles__imageBlock:hover .deletePicture{top:0}.uploadFiles .row__images{display:flex;flex-flow:row wrap;gap:20px;justify-content:center;position:relative;z-index:1}.uploadFiles .row__images .secondaryImage{aspect-ratio:1/1;height:auto;width:calc(33.3333% - 13.3333px)}.uploadFiles .FirstImage{aspect-ratio:1/1;min-height:230px;min-width:230px;width:67%}.uploadFiles input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0}.ChoosePromotion__content{align-items:flex-start;display:flex;flex-direction:column}.ChoosePromotion__content .header4{margin-bottom:40px;margin-top:40px}.ChoosePromotion__promotions{display:flex;flex-flow:row wrap;gap:20px;justify-content:center;width:100%}.ChoosePromotion__promotions .Promotion{border-radius:12px;box-shadow:1px 3px 10px #0000005e;display:flex;flex-direction:column;gap:15px;min-height:400px;min-width:325px;padding:22px;width:calc(33.3% - 13.3333px)}.ChoosePromotion__promotions .Promotion__benefits{display:flex;flex:auto;flex-direction:column;gap:8px}.ChoosePromotion__promotions .Promotion__benefits_row{align-items:flex-start;display:flex;gap:5px}.ChoosePromotion__promotions .Default{background:#eaf7f4}.ChoosePromotion__promotions .Default .button{background:var(--primary-color);color:var(--secondary-color)}.ChoosePromotion__promotions .VIP{background:#fde6ff}.ChoosePromotion__promotions .VIP .button{background:var(--vip);color:var(--secondary-color)}.ChoosePromotion__promotions .Partner{background:#fff1d3}.ChoosePromotion__promotions .Partner .button{background:var(--partner);color:var(--secondary-color)}.FullScreenLoader{align-items:center;background:#0000004d;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.FullScreenLoader .loader{display:inline-block;height:80px;position:relative;width:80px}.FullScreenLoader .loader div{animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid var(--primary-color);border-color:var(--primary-color) #0000 #0000 #0000;border-radius:50%;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.FullScreenLoader .loader div:first-child{animation-delay:-.45s}.FullScreenLoader .loader div:nth-child(2){animation-delay:-.3s}.FullScreenLoader .loader div:nth-child(3){animation-delay:-.15s}@keyframes loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ADMIN{padding:60px 0}.ADMIN_ROW{align-items:center;display:flex;flex-direction:column;margin-top:60px;width:100%}.ADMIN_ROW .ADMIN__BUTTONS{align-items:center;display:flex;gap:10px;margin-top:15px}.SupportUsWindow{align-items:center;display:flex;height:100vh;justify-content:center;left:0;padding:15px;position:fixed;top:0;width:100vw;z-index:10000}.SupportUsWindow .SupportUsWindowBlur{animation:startWindow 2s ease;background:rgba(0,0,0,.502);height:100%;left:0;position:absolute;top:0;width:100%}.SupportUsWindow form{animation:formStart 2s ease;background:#fff;border-radius:10px;display:flex;flex-direction:column;gap:25px;padding:20px;position:relative;z-index:1}.SupportUsWindow form .imageLabel{justify-content:center}.SupportUsWindow form .imageLabel img{width:200px}.SupportUsWindow form label{align-items:flex-start;display:flex;gap:10px;justify-content:flex-start}@keyframes startWindow{0%{opacity:0}to{opacity:1}}@keyframes formStart{0%{position:relative;top:-100%}to{position:relative;top:0}}.Privacy_policy_content{display:flex;flex-direction:column;gap:25px;padding:50px}.Privacy_policy_content p{color:#4d4d4d}.Privacy_policy_content a{color:var(--primary-color)}.Privacy_policy_content li{color:#4d4d4d;list-style:none}@media(max-width:768px){.Privacy_policy_content{padding:50px 20px}}@media(max-width:425px){.Privacy_policy_content{padding:50px 10px}}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:500;src:url(/static/media/Geologica-Medium.3dabdc8752bb68ebdff7.eot);src:local("Geologica Medium"),local("Geologica-Medium"),url(/static/media/Geologica-Medium.3dabdc8752bb68ebdff7.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-Medium.a7714cf90468c7a5716d.woff2) format("woff2"),url(/static/media/Geologica-Medium.abb7f12be6b415712693.woff) format("woff"),url(/static/media/Geologica-Medium.f694ff0dc3ced9895d54.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:300;src:url(/static/media/GeologicaCursive-Light.4bbd5204eb677577a7be.eot);src:local("Geologica Cursive Light"),local("GeologicaCursive-Light"),url(/static/media/GeologicaCursive-Light.4bbd5204eb677577a7be.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-Light.e67890af1856ce085ae6.woff2) format("woff2"),url(/static/media/GeologicaCursive-Light.77206b4cee0950c9c2a1.woff) format("woff"),url(/static/media/GeologicaCursive-Light.082e2946bb2522d97bec.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:700;src:url(/static/media/Geologica-Bold.bb81c75188b15b529080.eot);src:local("Geologica Bold"),local("Geologica-Bold"),url(/static/media/Geologica-Bold.bb81c75188b15b529080.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-Bold.42f3d04d75f6b1d3ecbb.woff2) format("woff2"),url(/static/media/Geologica-Bold.4ef5da949e6bc99c6b3b.woff) format("woff"),url(/static/media/Geologica-Bold.6e7140b905da8d4fefe4.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:900;src:url(/static/media/GeologicaCursive-Black.1217870f364dd7bd5a45.eot);src:local("Geologica Cursive Black"),local("GeologicaCursive-Black"),url(/static/media/GeologicaCursive-Black.1217870f364dd7bd5a45.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-Black.3181a63daa918dc07f71.woff2) format("woff2"),url(/static/media/GeologicaCursive-Black.b396eccb480468f6e6a2.woff) format("woff"),url(/static/media/GeologicaCursive-Black.3439768eb65a2c2b86ce.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:700;src:url(/static/media/Geologica-ExtraBold.b944e153c5be5fb98448.eot);src:local("Geologica ExtraBold"),local("Geologica-ExtraBold"),url(/static/media/Geologica-ExtraBold.b944e153c5be5fb98448.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-ExtraBold.73612373c5b3a564de25.woff2) format("woff2"),url(/static/media/Geologica-ExtraBold.c857344681bee5d462a6.woff) format("woff"),url(/static/media/Geologica-ExtraBold.c0fd80f26472536f9641.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:100;src:url(/static/media/Geologica-Thin.3331189bb8543c33b031.eot);src:local("Geologica Thin"),local("Geologica-Thin"),url(/static/media/Geologica-Thin.3331189bb8543c33b031.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-Thin.50c804db738f33c901b0.woff2) format("woff2"),url(/static/media/Geologica-Thin.79126a7bf98dfe116360.woff) format("woff"),url(/static/media/Geologica-Thin.ece16934fae2e40b3d6f.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:200;src:url(/static/media/GeologicaCursive-ExtraLight.ff1d086c9686c27cd3c8.eot);src:local("Geologica Cursive ExtraLight"),local("GeologicaCursive-ExtraLight"),url(/static/media/GeologicaCursive-ExtraLight.ff1d086c9686c27cd3c8.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-ExtraLight.e51adbfd321332c5f355.woff2) format("woff2"),url(/static/media/GeologicaCursive-ExtraLight.c3a39938789a504f0474.woff) format("woff"),url(/static/media/GeologicaCursive-ExtraLight.58b415ef432b52c836bf.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:200;src:url(/static/media/Geologica-ExtraLight.c02a42dbedb3372e9be1.eot);src:local("Geologica ExtraLight"),local("Geologica-ExtraLight"),url(/static/media/Geologica-ExtraLight.c02a42dbedb3372e9be1.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-ExtraLight.30f694ecefd09cdd28b2.woff2) format("woff2"),url(/static/media/Geologica-ExtraLight.557abed8229677719442.woff) format("woff"),url(/static/media/Geologica-ExtraLight.780c3bbd6c3b9952fc31.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:700;src:url(/static/media/GeologicaCursive-Bold.6bc7a50e3053f7e919fd.eot);src:local("Geologica Cursive Bold"),local("GeologicaCursive-Bold"),url(/static/media/GeologicaCursive-Bold.6bc7a50e3053f7e919fd.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-Bold.060123a4c292b40b0b07.woff2) format("woff2"),url(/static/media/GeologicaCursive-Bold.0723d34e4284cc5e1148.woff) format("woff"),url(/static/media/GeologicaCursive-Bold.a77e733585f63842b19e.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:300;src:url(/static/media/Geologica-Light.9ea2dca9bce99330b3b6.eot);src:local("Geologica Light"),local("Geologica-Light"),url(/static/media/Geologica-Light.9ea2dca9bce99330b3b6.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-Light.9b10cfff8845dd50696b.woff2) format("woff2"),url(/static/media/Geologica-Light.c682cd2a20cfb2c6bd1d.woff) format("woff"),url(/static/media/Geologica-Light.cd33f9c5c31059b1e8c6.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:500;src:url(/static/media/GeologicaCursive-Medium.87dc7e48546855c33715.eot);src:local("Geologica Cursive Medium"),local("GeologicaCursive-Medium"),url(/static/media/GeologicaCursive-Medium.87dc7e48546855c33715.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-Medium.35806fd02a6648101fa7.woff2) format("woff2"),url(/static/media/GeologicaCursive-Medium.e86365a6d29f67cbfe6d.woff) format("woff"),url(/static/media/GeologicaCursive-Medium.961cd1c9303c178d8d2e.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:600;src:url(/static/media/Geologica-SemiBold.f744c4735e32c9a97d0f.eot);src:local("Geologica SemiBold"),local("Geologica-SemiBold"),url(/static/media/Geologica-SemiBold.f744c4735e32c9a97d0f.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-SemiBold.b00cb6b411b179ff24e2.woff2) format("woff2"),url(/static/media/Geologica-SemiBold.f1319a4bb79ffa5d7e2d.woff) format("woff"),url(/static/media/Geologica-SemiBold.24e1190379214dfb1851.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:700;src:url(/static/media/GeologicaCursive-ExtraBold.775c4e75f85294121030.eot);src:local("Geologica Cursive ExtraBold"),local("GeologicaCursive-ExtraBold"),url(/static/media/GeologicaCursive-ExtraBold.775c4e75f85294121030.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-ExtraBold.f7281e9b6d1359c82167.woff2) format("woff2"),url(/static/media/GeologicaCursive-ExtraBold.cca0fdc279c723d17cef.woff) format("woff"),url(/static/media/GeologicaCursive-ExtraBold.bbc99d2b4afaec016d2d.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:900;src:url(/static/media/Geologica-Black.c3e3a1d4d26b828016ea.eot);src:local("Geologica Black"),local("Geologica-Black"),url(/static/media/Geologica-Black.c3e3a1d4d26b828016ea.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-Black.7aed4b67a057c11bf064.woff2) format("woff2"),url(/static/media/Geologica-Black.9200b64e523b76c6ba70.woff) format("woff"),url(/static/media/Geologica-Black.a900d3e70c63240ff9d3.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:400;src:url(/static/media/Geologica-Regular.d63b42998578a34d4517.eot);src:local("Geologica Regular"),local("Geologica-Regular"),url(/static/media/Geologica-Regular.d63b42998578a34d4517.eot?#iefix) format("embedded-opentype"),url(/static/media/Geologica-Regular.6f24049ef41a8555664b.woff2) format("woff2"),url(/static/media/Geologica-Regular.0ebc758f183f6b7ab5d8.woff) format("woff"),url(/static/media/Geologica-Regular.49d9535dfdb86c14d8e6.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:900;src:url(/static/media/GeologicaRoman-Black.d8d8f7136eedcc974a14.eot);src:local("Geologica Roman Black"),local("GeologicaRoman-Black"),url(/static/media/GeologicaRoman-Black.d8d8f7136eedcc974a14.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-Black.f4e479046f3a54baa8fa.woff2) format("woff2"),url(/static/media/GeologicaRoman-Black.cdf4e7ccf740f3cf965d.woff) format("woff"),url(/static/media/GeologicaRoman-Black.c9b39c0e13d4b9514654.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:500;src:url(/static/media/GeologicaRoman-Medium.98fa86c2ce69d9bd16df.eot);src:local("Geologica Roman Medium"),local("GeologicaRoman-Medium"),url(/static/media/GeologicaRoman-Medium.98fa86c2ce69d9bd16df.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-Medium.c218345c012a45c1a367.woff2) format("woff2"),url(/static/media/GeologicaRoman-Medium.dff964c85a563d17c2b2.woff) format("woff"),url(/static/media/GeologicaRoman-Medium.4d026392854678259c64.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:200;src:url(/static/media/GeologicaRoman-ExtraLight.b68a74798925b8a236a0.eot);src:local("Geologica Roman ExtraLight"),local("GeologicaRoman-ExtraLight"),url(/static/media/GeologicaRoman-ExtraLight.b68a74798925b8a236a0.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-ExtraLight.6589a55492243a91d99e.woff2) format("woff2"),url(/static/media/GeologicaRoman-ExtraLight.cd253668312e846659e6.woff) format("woff"),url(/static/media/GeologicaRoman-ExtraLight.76d19ea90cea208902d2.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:600;src:url(/static/media/GeologicaRoman-SemiBold.9d2d6cfe9b1ba5637b39.eot);src:local("Geologica Roman SemiBold"),local("GeologicaRoman-SemiBold"),url(/static/media/GeologicaRoman-SemiBold.9d2d6cfe9b1ba5637b39.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-SemiBold.3263df05a45cce826c19.woff2) format("woff2"),url(/static/media/GeologicaRoman-SemiBold.5b482c0c4592a862d11a.woff) format("woff"),url(/static/media/GeologicaRoman-SemiBold.edfd171841f3affd45f5.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:400;src:url(/static/media/GeologicaRoman-Regular.4d555a8bb30e575d1f87.eot);src:local("Geologica Roman Regular"),local("GeologicaRoman-Regular"),url(/static/media/GeologicaRoman-Regular.4d555a8bb30e575d1f87.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-Regular.25b5ce518f0d78f044ac.woff2) format("woff2"),url(/static/media/GeologicaRoman-Regular.d490d25e6252f4701be7.woff) format("woff"),url(/static/media/GeologicaRoman-Regular.9f2565cb25a04dbf2d7c.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:700;src:url(/static/media/GeologicaRoman-ExtraBold.d2e72efa6e3354af2996.eot);src:local("Geologica Roman ExtraBold"),local("GeologicaRoman-ExtraBold"),url(/static/media/GeologicaRoman-ExtraBold.d2e72efa6e3354af2996.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-ExtraBold.a94f61bfcad96a65d623.woff2) format("woff2"),url(/static/media/GeologicaRoman-ExtraBold.b06f0d7dde2790425062.woff) format("woff"),url(/static/media/GeologicaRoman-ExtraBold.b319b8a016c9b57c547b.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:100;src:url(/static/media/GeologicaCursive-Thin.8447f67c42161b8fe0bb.eot);src:local("Geologica Cursive Thin"),local("GeologicaCursive-Thin"),url(/static/media/GeologicaCursive-Thin.8447f67c42161b8fe0bb.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-Thin.24865a3b42e1e20b12f5.woff2) format("woff2"),url(/static/media/GeologicaCursive-Thin.454a76fce590af2aa46c.woff) format("woff"),url(/static/media/GeologicaCursive-Thin.0f4823c943a581c73c88.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:400;src:url(/static/media/GeologicaCursive-Regular.2147a5b51680e5b317ac.eot);src:local("Geologica Cursive Regular"),local("GeologicaCursive-Regular"),url(/static/media/GeologicaCursive-Regular.2147a5b51680e5b317ac.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-Regular.2c723052577e95c5caa6.woff2) format("woff2"),url(/static/media/GeologicaCursive-Regular.4e49f92318118cbf0d45.woff) format("woff"),url(/static/media/GeologicaCursive-Regular.813903a24fe5a7db6b05.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:100;src:url(/static/media/GeologicaRoman-Thin.c5dae9b41b7e57a6584f.eot);src:local("Geologica Roman Thin"),local("GeologicaRoman-Thin"),url(/static/media/GeologicaRoman-Thin.c5dae9b41b7e57a6584f.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-Thin.182ab091e6cd9e6b2a88.woff2) format("woff2"),url(/static/media/GeologicaRoman-Thin.b42e136c4b803c90f647.woff) format("woff"),url(/static/media/GeologicaRoman-Thin.ca5d472570bfe9bf96a8.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:700;src:url(/static/media/GeologicaRoman-Bold.b0d92c337f0818562317.eot);src:local("Geologica Roman Bold"),local("GeologicaRoman-Bold"),url(/static/media/GeologicaRoman-Bold.b0d92c337f0818562317.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-Bold.8c6821de19835a9a1913.woff2) format("woff2"),url(/static/media/GeologicaRoman-Bold.29d6292c30fa11ece415.woff) format("woff"),url(/static/media/GeologicaRoman-Bold.a66c3c5d56b81ae36d0b.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geologica Roman;font-style:normal;font-weight:300;src:url(/static/media/GeologicaRoman-Light.e92304e88b98935a5b90.eot);src:local("Geologica Roman Light"),local("GeologicaRoman-Light"),url(/static/media/GeologicaRoman-Light.e92304e88b98935a5b90.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaRoman-Light.b4c8354a47a882aab121.woff2) format("woff2"),url(/static/media/GeologicaRoman-Light.51a2da873f1d93c323e7.woff) format("woff"),url(/static/media/GeologicaRoman-Light.290749601aa11596161e.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Geologica Cursive";font-style:normal;font-weight:600;src:url(/static/media/GeologicaCursive-SemiBold.c2b1e448a97d2aff8392.eot);src:local("Geologica Cursive SemiBold"),local("GeologicaCursive-SemiBold"),url(/static/media/GeologicaCursive-SemiBold.c2b1e448a97d2aff8392.eot?#iefix) format("embedded-opentype"),url(/static/media/GeologicaCursive-SemiBold.592d895086b6ceba97f5.woff2) format("woff2"),url(/static/media/GeologicaCursive-SemiBold.db66b0ec14ae105fffb1.woff) format("woff"),url(/static/media/GeologicaCursive-SemiBold.261f42e40d4352ece7bf.ttf) format("truetype")}.display1{font-size:72px}.display1,.display2{font-family:Geologica Cursive,sans-serif;font-weight:600}.display2{font-size:64px}.header1{font-family:Geologica Cursive,sans-serif;font-size:48px;font-weight:600}.header2{font-size:40px}.header2,.header3{font-family:Geologica Cursive,sans-serif;font-weight:500}.header3{font-size:32px}.header4{font-weight:500}.bodyXXL,.header4{font-family:Geologica Cursive,sans-serif;font-size:24px}.bodyXXL{font-weight:300}.bodyXL{font-size:20px}.bodyL,.bodyXL{font-family:Geologica Cursive,sans-serif;font-weight:300}.bodyL{font-size:18px}.bodyM{font-size:16px}.bodyM,.bodyS{font-family:Geologica Cursive,sans-serif;font-weight:300}.bodyS{font-size:14px}.bodyXS{font-family:Geologica Cursive,sans-serif;font-size:12px}.body400,.bodyXS{font-weight:300}.body500{font-weight:600}.body600{font-weight:700}@media (max-width:1000px){.header2{font-size:36px}.header4{font-size:19px}.bodyL{font-size:16px}.bodyM{font-size:15px}.display1{font-size:64px}.display2{font-size:48px}.bodyXL{font-size:18px}}@media (max-width:500px){.header3{font-size:28px}.header2{font-size:32px}.display1{font-size:42px}.display2{font-size:38px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.1a94dffc.css.map*/