.avatarWrapper{position:relative;border-radius:50%;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (min-width:768px){.avatarWrapper:hover .selectPhoto{font-size:200%}}.avatarWrapper .avatar{display:flex;object-fit:cover}.avatarWrapper .selectPhoto{opacity:1;transition:.5s;display:flex;position:absolute;bottom:0;width:100%;height:40%;background-color:rgba(0,0,0,.4);align-items:center;justify-content:center;font-size:150%;cursor:pointer}@media (min-width:768px){.avatarWrapper .selectPhoto{opacity:0}}.avatarWrapper .selectPhoto:hover{font-size:200%}.button{display:flex;align-items:center;justify-content:center;height:54px;min-height:54px;max-height:54px;padding:0 35px;border-radius:26px;border:1px solid;cursor:pointer;font-family:Freigeist;font-style:normal;font-weight:500;font-size:16px;line-height:17px;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.button.secondary{border-color:#bdbdbd}.button.light,.button.secondary{background-color:#fff;color:#1c1c1c}.button.light,.button.main{border-color:#2b33ef}.button.main{background-color:#2b33ef;color:#fff}.button.disabled{color:#bdbdbd;background-color:#e5e4e4;border-color:#bdbdbd;cursor:not-allowed}.button:hover{-webkit-filter:saturate(130%);filter:saturate(130%)}.modal{outline:none!important;z-index:99999999999;background-color:#fff;border-radius:20px;padding:0 10px;display:flex;flex-direction:column}.modal .modalHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.modal .modalHeader h2{font-size:20px;line-height:10px;color:#545353;padding-left:20px}.modal .modalHeader .closeButton{display:flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:20px;padding:0 10px;cursor:pointer}.modal .modalFooter{display:flex;width:100%;background-color:#90b8f9;margin-top:10px}.currentLanguage{display:flex;align-items:center;cursor:pointer}.currentLanguage img{display:flex;width:30px;height:30px;border-radius:50%;box-shadow:0 0 5px #2b33ef;transition:.5s}.currentLanguage img:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.languageList{padding:0;list-style:none;margin:0}.languageList .languageItem{display:flex;align-items:center;position:relative}.languageList .languageItem:hover{background-color:#2b33ef;color:#fff;border-radius:10px}.languageList .languageItem.selected{background-color:#b0b3f5;color:#fff;border-radius:10px}.languageList .languageItem img{width:30px;height:30px;margin:10px}.mobileUserCard{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;background-color:#1a6cef;padding:16px 0}.mobileUserCardLanguageSelector{position:absolute;right:20px;bottom:16px}.userLogin .loginButton{font-size:12px}.userLogin .userBlock{display:none;align-items:center;justify-content:center;flex-direction:row;width:auto;height:100%;padding:0 4px}.userLogin .userBlock span{display:flex;font-size:14px;margin-right:4px}@media (min-width:768px){.userLogin .userBlock{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:auto;min-width:180px;height:100%;padding-left:10px}}.userLogin details{position:relative;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.userLogin details[open]{z-index:10000000}.userLogin details[open] .burgerButton div{background-color:#fff;transition:all .4s ease}.userLogin details[open] .burgerButton div:before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:all .4s ease}.userLogin details[open] .burgerButton div:after{top:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);transition:all .4s ease}.userLogin details[open] summary.openState{border-radius:27px 27px 0 0;border-bottom:none}.userLogin details[open] summary .burgerButton{color:red}.userLogin summary{display:flex;height:54px;cursor:pointer;list-style:none;border-radius:27px;border:none;background-color:#fff;font-family:Freigeist;font-style:normal;font-weight:500;font-size:16px;line-height:17px}@media (min-width:768px){.userLogin summary{border:1px solid #bdbdbd}}.userLogin summary::-webkit-details-marker{display:none}.userLogin details[open] summary:before{content:"";display:block;width:100vw;height:100vh;background:transparent;position:fixed;top:0;left:0}.userLogin summary:focus{outline:none}.userLogin .burgerButton div{top:25px;position:relative;background:#092d66;height:5px;width:40px;border-radius:2px;transition:all .4s ease}@media (min-width:768px){.userLogin .burgerButton div{display:none}}.userLogin .burgerButton div:after,.userLogin .burgerButton div:before{content:"";position:absolute;top:-13px;background:#092d66;width:40px;height:5px;border-radius:2px;transition:all .4s ease}.userLogin .burgerButton div:after{top:13px}.userLogin .userMenuBlock{background-color:#fff;position:fixed;top:94px;left:0;width:100%;height:100%}.userLogin .userMenuBlock .userInfoBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;color:#fff}.userLogin .userMenuBlock .userInfoBlock .userName{padding:5px}@media (min-width:768px){.userLogin .userMenuBlock{background-color:#0d0ab8;position:absolute;top:54px;width:100%;height:auto}.userLogin .userMenuBlock .userInfoBlock{display:none}}.userLogin .userMenuBlock ul{-webkit-user-select:none;user-select:none;width:100%;padding:0;position:absolute;left:0;margin:0;box-sizing:border-box;max-height:200px;overflow-y:auto;background-color:#fff;border:1px solid #bdbdbd;font-family:Freigeist;font-style:normal;font-weight:500;font-size:12px;line-height:12px}.userLogin .userMenuBlock ul.openState{border-radius:0 0 10px 10px}.userLogin .userMenuBlock ul li{margin:0;padding:14px 0;border-bottom:1px solid #ccc;cursor:pointer;list-style:none;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.userLogin .userMenuBlock ul li a{text-decoration:none;color:#000}.userLogin .userMenuBlock ul li:first-letter{text-transform:capitalize}.userLogin .userMenuBlock ul li:hover{background-color:#90b8f9}.userLogin .userMenuBlock ul li:last-child{border-bottom:none}.header{width:100%;height:94px;background-color:#fff}.header,.header .logo{display:flex;align-items:center}.header .logo{margin-left:20px;flex-direction:row;justify-content:center;cursor:pointer}.header .logo .logoLink{display:flex;align-items:center;text-decoration:none}@media (min-width:768px){.header .logo{margin-left:46px}}.header .logo .icon{width:45px;height:45px;background-image:url(/static/media/logo.864976ca.svg);background-repeat:no-repeat;background-size:contain}.header .logo .name{font-family:Freigeist;font-style:normal;font-weight:550;font-size:22px;line-height:23px;color:#1c1c1c}.header .items{margin-right:20px;display:flex;width:100%;justify-content:flex-end;grid-gap:10px;gap:10px}@media (min-width:768px){.header .items{margin-right:46px}}.header .items .headerLanguageSelector{display:none}@media (min-width:768px){.header .items .headerLanguageSelector{display:flex}}.buildNumber{width:60px;margin-left:10px}.buildNumber a{font-size:10px;color:#999;text-decoration:none}.wrapper{height:100%;width:100%;font-family:"Freigeist"}.wrapper .Icon-stream{width:19px;height:19px;margin:-3px 5px;cursor:pointer;border:1px solid #1c1c1c;border-radius:50%;background:#fff;color:#1c1c1c;padding:13px;box-shadow:0 26px 60px rgba(28,28,28,.7)}.wrapper .Icon-stream:last-child{background:#f12121;color:#fff}@media (max-width:768px){.wrapper{background-image:url(/static/media/block.7505805d.jpg);background-size:cover}.wrapper .btn{width:220px;height:45px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #bdbdbd;border-radius:500px;color:rgba(28,28,28,.66);font-weight:550;font-size:14px;line-height:15px;text-align:center;cursor:pointer}.wrapper .btn:active{background:#2b33ef;color:#fff}.wrapper .containerStream{height:calc(100% - 16px);margin:0 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;overflow:hidden}.wrapper .containerStream .timing{position:absolute;top:20px;left:16px;line-height:16px;color:#fff}.wrapper .containerStream .btn{background:#2b33ef;color:#fff}.wrapper .overlay{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(28,28,28,.66)}.wrapper .Activities-bar::-webkit-scrollbar{width:0}.wrapper .Activities-bar{position:absolute;width:100%;height:calc(100% - 95px);bottom:0;background:#fff;box-shadow:0 36px 80px -26px rgba(28,28,28,.2);border-radius:16px 16px 0 0;overflow:hidden}.wrapper .Activities-bar .blind{width:35px;height:6px;background:#1c1c1c;opacity:.26;border-radius:16px;margin:20px auto}.wrapper .Activities-bar span{margin:0 16px;font-size:20px;line-height:22px;color:#1c1c1c}.wrapper .Activities-bar .ActiveClose{position:absolute;right:50px;top:42px;width:25px;height:25px}.wrapper .Activities-bar .activites-item{display:flex;justify-content:space-evenly;flex-wrap:wrap;margin:10px 0;height:100%;overflow:auto}.wrapper .Activities-bar .activites-item div{margin:8px}.wrapper .chat-bar{position:absolute;top:0;right:0;z-index:1;width:406px}.wrapper .chat-bar .message-input{position:fixed;display:flex;flex-direction:column;background:#fff;height:100%;overflow-y:scroll}.wrapper .chat-bar .message-item{display:flex;padding:10px 13px}.wrapper .chat-bar .photo{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA97SURBVHgBzdpXjFXVGgfwhYyKfbBjPdg7gxVsnDHGRKMGS+K9JkZ4Nma4vtxHIb74Yoz6oA8mwIMGY0zEinWOxoJ1BnvnYMXK2LFyv9/KfCfHUXTwestKdvbZe631re//9bX2mVD+wvb999/3TZw4sbnRRhtNi8e+uHrjaowZ1h69hn/++edV3377bWvLLbccLv8vbd26dc24rgzm1qzravG8bmzLd+6uH3/8sV7RVsa1MK6+8r9qIdlmaGRwLONjmf7hhx/W/fTTT/Wde77XugB1t6G45pT/VgsGm3ENBpjKzFhA3Uxnf47JvnG2lXE1yn+qBfHeYOjKlHi3Jrq14+oG1W1aYwGOs11p7fHyOWE8g8K8GuHsg/GzMWHChNJ9jQFdrwBUPv/88/L++++X1atXlwBQIlCUcP6y4447lt1337309PTUd5WJUTq/RW/0fXvt2rX9m222Wbv8u4A++uijvlh8MIj2jgWSDOXCX375ZXnmmWfK66+/XlatWlWfMR4CqaC22GKLCmqHHXYoe++9dzn00EPLbrvtVsYKyYV2Csdz/B4JGv1/FBF/F9DSpUsvbDQai0YJ1ncY++abb0pvb29lDpP6P/3003L11VcL3VU7odEyefLkOpaWwtzKpEmTytZbb11pbb755mXPPfcsO++8cznttNMqHSDGaqky2aVBASPWXbzBgO68886+UPOQ3xgP3ylfffVV2XjjjavUPGthBvXdkiVLqkb0fffdd2WbbbapdwBdgCWorbbaqgNu2223rRo7/fTTyx577NERWndDM9+Prj196tSpw+MGdPfddzc++eSToSDQS2qYxxTTAW6TTTaphPXRRGiygkmwX3/9dZ0DUPpVCgaITTfdtPZ/+OGH9Rkg14knnliOOOKIDvPmW5MwaMd860XfSLyfPnPmzPYfAlq4cGFvMDwUkmuMjIxUDQS4yrBF+ATi7hh7/vnny9NPP11/WxgT+s1jRjvttFMNBO7bbbddfbf99tvX/qGhoapZQqA1Zsz8mCqheM80U4AawaIXawkU088666yRbv57xgIKKV8azDVMBISZkSZtWMgCCei9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);width:52px;height:52px;margin-right:10px}.wrapper .chat-bar .message{flex-basis:73%}.wrapper .chat-bar .message p{margin:5px 0}.wrapper .chat-bar .message span{font-style:normal;font-weight:550;font-size:14px;line-height:14px;color:rgba(28,28,28,.66)}.wrapper .chat-bar .message-line{background:#ecedff;border-radius:10px 10px 0 0;position:absolute;bottom:171px}.wrapper .chat-bar .message-line textarea{display:block;width:374px;height:56px;background:#fff;border:1px solid #bdbdbd;border-radius:20px;margin:10px;resize:none;overflow:hidden;font-size:14px;line-height:15px;outline:none}.wrapper .chat-bar .message-line .send-message{width:34px;height:34px;position:absolute;right:25px;top:24px;color:#2b33ef}.wrapper .chat-bar header{height:74px;display:flex;align-items:center;border:1px solid #bdbdbd;border-radius:16px 16px 0 0;background-color:#fff}.wrapper .chat-bar span{margin:0 16px;font-size:20px;line-height:22px;color:#1c1c1c}.fullScreen{height:100vh;width:100vw;position:absolute;top:-94px}}.map{width:100%;height:100%;display:flex;cursor:cell!important}.map .leaflet-control-container{display:none}.map .marker-cluster{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;border:2px solid #90b8f9;background-color:rgba(68,138,255,.7529411764705882);color:#fff;transition:.3s}.map .marker-cluster:hover{background-color:#448aff;width:70px;height:70px;transition:.3s}.slider{display:flex;position:relative;flex-wrap:nowrap;width:100%;height:100%;background-color:#fff}.slider .galleryImage{visibility:hidden;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;background-size:contain;background-position:50%;background-repeat:no-repeat}.slider .galleryImage.active{visibility:visible;opacity:1;transition:1.5s}.slider .arrow{display:flex;position:absolute;width:40px;height:100%;align-items:center;justify-content:center}.slider .arrow:after{display:flex;content:"";background-image:url(data:image/png;base64,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);background-size:60%;background-repeat:no-repeat;background-position:50%;top:35px;width:36px;height:36px;background-color:#fff;border-radius:50%}.slider .arrow:after:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:.2s}.slider .arrow.prev{left:10px}.slider .arrow.next{right:10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slider .points{display:flex;position:absolute;bottom:16px;justify-content:center;align-items:center;height:10px;width:100%;right:auto}.slider .points .point{width:10px;height:10px;border-radius:50%;border:2px solid #fff;margin:2px}.slider .points .point.active{background-color:#fff}.placesItem{font-family:Freigeist;font-style:normal;font-weight:500;font-size:15px;line-height:16px;display:flex;flex-direction:row;min-height:180px;max-height:180px;border-bottom:1px solid #bdbdbd;padding:0 26px;cursor:pointer}.placesItem .dataWrapper{display:flex;flex-direction:column;justify-content:space-evenly;width:100%;height:100%;margin:0}@media (min-width:768px){.placesItem .dataWrapper{margin-left:20px}}.placesItem .gallery{display:none}@media (min-width:768px){.placesItem .gallery{display:flex;width:300px;height:150px;background-color:#999;margin:auto}}.placesItem:hover{background-color:rgba(82,160,227,.2)}.placesItem .row{display:flex;width:100%;align-items:center;justify-content:space-between}.placesItem .row.mainInfo{font-weight:500;font-size:20px;line-height:21px;color:#1c1c1c}.placesItem .row.guidInfo{color:#1c1c1c}.placesItem .row.ticketsInfo{color:#2b33ef}.placesItem .row.buyInfo{font-size:22px;line-height:23px;color:#1c1c1c}.placesListWrapper{position:fixed;bottom:0;right:0;z-index:100000;height:60%;width:100%;overflow:hidden;border-radius:16px 16px 0 0;background-color:#fff}.placesListWrapper .caption{padding:26px;font-family:Freigeist,serif;font-style:normal;font-weight:500;font-size:22px;line-height:23px;color:rgba(28,28,28,.66)}.placesListWrapper .list{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow-y:auto}@media (min-width:992px){.placesListWrapper{position:absolute;top:0;right:0;z-index:100000;width:35%;min-width:650px;height:calc(100% - 52px);margin-top:26px;margin-right:46px;overflow:hidden;border-radius:16px;background-color:#fff}}.mapWrapper{background-color:#2dd36f;width:100%;height:100%}.input{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;flex-direction:row;align-items:flex-start;height:54px;max-height:54px;padding:0 18px;border-radius:26px;border:1px solid;margin:10px 0;font-family:Freigeist;font-style:normal;font-weight:500;font-size:16px;line-height:17px}.input,.input .inputWrapper{display:flex;position:relative}.input .inputWrapper{width:100%;height:100%}.input .inputIcons{display:flex;align-items:center;justify-content:center;height:100%}.input .inputIcons :not(:last-child){margin-right:10px}.input .inputCaption{margin-top:10px;text-overflow:ellipsis;font-size:12px;line-height:12px;max-height:12px;overflow-y:hidden;color:rgba(28,28,28,.66);z-index:2}.input .inputCaption,.input input{font-family:Freigeist;font-style:normal;font-weight:500}.input input{display:flex;vertical-align:bottom;border:1px solid transparent;width:100%;height:70%;position:absolute;top:0;background:transparent!important;outline:none;color:#1c1c1c;font-size:16px;line-height:17px;padding-top:15px}.input input[type=date]::-webkit-calendar-picker-indicator,.input input[type=date]::-webkit-inner-spin-button,.input input[type=datetime-local]::-webkit-calendar-picker-indicator,.input input[type=time]::-webkit-calendar-picker-indicator{background:transparent;position:absolute;top:0;right:0;width:100%;height:90%;-webkit-appearance:none}.input.main,.input.secondary{background-color:#fff;border-color:#bdbdbd;color:#1c1c1c}.input.inputFocus{border-color:#2b33ef}.input.inputError{border-color:#d73838}.input.inputError .inputCaption{color:#d73838}.input .inputIcon{font-size:22px}.input .inputIcon.action{cursor:pointer}.input .inputIcon.action:hover{color:#2b33ef}.defaultField{width:100%}.enterSMSForm{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:80px;font-family:Freigeist;font-style:normal;font-weight:500;font-size:16px;line-height:17px}.enterSMSForm .description{width:80%;text-align:center;font-size:20px;line-height:22px;margin-bottom:50px;color:#2b33ef}.loginPageWrapper{display:flex;justify-content:center;align-items:center;width:100vw;height:100%}.loginPageWrapper .loginForm{min-height:300px;width:100%;height:calc(100% - 52px);overflow:hidden;margin:26px auto 0;border-radius:16px;background-color:#fff;color:#1c1c1c}@media (min-width:768px){.loginPageWrapper .loginForm{width:35%}}.loginPageWrapper .loginForm .selectAction{display:flex;cursor:pointer;width:100%;height:60px;align-items:center;justify-content:center;color:#2b33ef}.loginPageWrapper .loginForm .caption{font-family:Freigeist,serif;font-style:normal;font-weight:500;font-size:22px;line-height:23px;color:rgba(28,28,28,.66);text-align:center}.loginPageWrapper .loginForm .form{display:flex;padding:10px 26px;flex-direction:column;flex-grow:1;height:100%;overflow-y:auto}.editPopup{display:flex;justify-content:space-around;width:150px;height:40px;cursor:pointer}.editPopup .icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #fff;border-radius:50%}.editPopup .icon:hover{box-shadow:0 0 10px #a9a9a9}.editPopup .icon.delete{background-color:red}.editMap{width:100%;height:100%}.roundButton{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;cursor:pointer;margin:0 5px;border:1px solid;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.roundButton.secondary{background-color:#fff;border-color:#bdbdbd;color:#1c1c1c}.roundButton.main{background-color:#2b33ef;border-color:#2b33ef;color:#fff}.roundButton.error{background-color:#f12121;border-color:#f12121;color:#fff}.roundButton.disabled{color:#bdbdbd;background-color:#e5e4e4;border-color:#bdbdbd;cursor:not-allowed}.roundButton:hover{-webkit-filter:saturate(130%);filter:saturate(130%)}.fileDialog .hiddenInput{display:none}.galleryUploader{display:flex;position:absolute;width:100%;height:100%;top:0;left:0;border:1px solid #a9a9a9}.galleryUploader .imagesAction{display:flex;align-items:center;justify-content:flex-end;padding-right:40px;padding-top:26px;width:100%;height:60px}.textArea{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;display:flex;flex-direction:row;align-items:flex-start;position:relative;min-height:54px;padding:0 18px;border-radius:26px;border:1px solid;font-family:Freigeist;font-style:normal;font-weight:500;font-size:16px;line-height:17px}.textArea .inputWrapper{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.textArea .textAreaCaption{margin-top:10px;text-overflow:ellipsis;font-size:12px;line-height:12px;max-height:12px;overflow-y:hidden;color:rgba(28,28,28,.66);z-index:2}.textArea .textAreaCaption,.textArea textarea{font-family:Freigeist;font-style:normal;font-weight:500}.textArea textarea{display:flex;vertical-align:bottom;border:1px solid transparent;width:calc(100% - 20px);max-width:100%;min-height:17px;margin-bottom:5px;position:relative;background:transparent!important;outline:none;color:#1c1c1c;font-size:16px;line-height:17px;padding-right:23px}.textArea.main,.textArea.secondary{background-color:#fff;border-color:#bdbdbd;color:#1c1c1c}.textArea.textAreaFocus{border-color:#2b33ef}.textArea.textAreaError{border-color:#d73838}.textArea.textAreaError .textAreaCaption{color:#d73838}.textArea .textAreaIcon{position:absolute;display:flex;justify-content:center;align-items:flex-start;right:18px;font-size:22px;padding-top:20px}.textArea .textAreaIcon.action{cursor:pointer}.textArea .textAreaIcon.action:hover{color:#2b33ef}.selectWrapper details{position:relative;width:100%;margin-right:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.selectWrapper details[open]{z-index:100000}.selectWrapper details[open] summary.bottomPosition{border-radius:26px 26px 0 0;border-bottom:none}.selectWrapper details[open] summary.topPosition{border-radius:0 0 26px 26px;border-top:none}.selectWrapper summary{display:flex;height:54px;cursor:pointer;list-style:none;border-radius:26px;border:1px solid #bdbdbd;background-color:#fff;padding:0 18px;font-family:Freigeist;font-style:normal;font-weight:500;font-size:16px;line-height:17px}.selectWrapper summary .inputWrapper{position:relative;display:flex;width:100%;height:100%}.selectWrapper summary .inputIcons{display:flex;align-items:center;justify-content:center;height:100%;margin-right:26px}.selectWrapper summary .inputIcons :not(:last-child){margin-right:10px}.selectWrapper summary .inputCaption{margin-top:10px;font-family:Freigeist;font-style:normal;font-weight:500;font-size:12px;line-height:12px;max-height:12px;overflow-y:hidden;color:rgba(28,28,28,.66);z-index:2}.selectWrapper summary input{display:flex;vertical-align:bottom;border:1px solid transparent;width:90%;height:70%;position:absolute;top:0;background:transparent!important;outline:none;color:#1c1c1c;font-family:Freigeist;font-style:normal;font-weight:500;font-size:16px;line-height:17px;padding-top:15px}.selectWrapper summary .inputIcon{font-size:22px}.selectWrapper summary .inputIcon.action{cursor:pointer}.selectWrapper summary .inputIcon.action:hover{color:#2b33ef}.selectWrapper summary.main,.selectWrapper summary.secondary{background-color:#fff;border-color:#bdbdbd;color:#1c1c1c}.selectWrapper summary.inputFocus{border-color:#2b33ef}.selectWrapper summary.inputError{border-color:#d73838}.selectWrapper summary.inputError .inputCaption{color:#d73838}.selectWrapper summary::-webkit-details-marker{display:none}.selectWrapper details[open] summary:before{content:"";display:block;width:100vw;height:100vh;background:transparent;position:fixed;top:0;left:0}.selectWrapper summary:after{content:"";display:inline-block;position:absolute;right:22px;top:16px;float:right;width:10px;height:10px;border-bottom:2px solid;border-left:2px solid;border-bottom-left-radius:2px;-webkit-transform:rotate(45deg) translate(50%);transform:rotate(45deg) translate(50%);-webkit-transform-origin:center center;transform-origin:center center;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.selectWrapper summary:focus{outline:none}.selectWrapper details[open] summary:after{-webkit-transform:rotate(-45deg) translate(0);transform:rotate(-45deg) translate(0)}.selectWrapper ul{-webkit-user-select:none;user-select:none;width:100%;padding:0;position:absolute;left:0;margin:0;box-sizing:border-box;max-height:200px;overflow-y:auto;background-color:#fff;border:1px solid #bdbdbd;font-family:Freigeist;font-style:normal;font-weight:500;font-size:12px;line-height:12px}.selectWrapper ul.bottomPosition{top:54px;border-radius:0 0 10px 10px}.selectWrapper ul.topPosition{bottom:54px;border-radius:10px 10px 0 0}.selectWrapper ul li{margin:0;padding:14px 0 14px 10px;border-bottom:1px solid #ccc;cursor:pointer;list-style:none;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.selectWrapper ul li:first-letter{text-transform:capitalize}.selectWrapper ul li:hover{background-color:#90b8f9}.selectWrapper ul li:first-child{margin-top:5px}.selectWrapper ul li:last-child{margin-bottom:5px;border-bottom:none}.createExcursionPage{display:flex;width:100%;height:100%;overflow-y:auto;flex-direction:column-reverse}@media (min-width:992px){.createExcursionPage{flex-direction:row;overflow-y:hidden}}.createExcursionPage .excursionForm{display:flex;flex-direction:column;height:auto;width:100%;background-color:#fff}.createExcursionPage .excursionForm .formField{width:100%;margin:0 10px}.createExcursionPage .excursionForm .formField.buttons{margin-bottom:10px}@media (min-width:992px){.createExcursionPage .excursionForm{width:60%;padding:0 26px;flex-grow:1;overflow-y:auto}.createExcursionPage .excursionForm .formField{width:calc(33.3% - 5px);margin:0 5px 0 0}}.createExcursionPage .excursionForm .fieldWrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin:10px 0}.createExcursionPage .excursionForm h1{font-family:Freigeist;font-style:normal;font-weight:550;font-size:26px;line-height:27px;margin:0}.createExcursionPage .excursionForm p{font-family:Freigeist;font-style:normal;font-weight:550;font-size:16px;line-height:22px;margin:10px 0}.createExcursionPage .excursionForm .sliderWrapper{display:flex;width:100%;height:100%;min-height:300px}.createExcursionPage .mapWrapper{display:flex;width:100%;height:100%;min-height:400px}@media (min-width:992px){.createExcursionPage .mapWrapper{width:40%}}@font-face{font-family:Freigeist;src:url(/static/media/Freigeist-Regular.8819ff7a.woff)}body,html{margin:0;padding:0}body{font-family:Freigeist;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body ::-webkit-scrollbar{width:6px;height:6px}body ::-webkit-scrollbar-button{width:0;height:0}body ::-webkit-scrollbar-thumb{background:#0d0ab8;border:0 #fff;border-radius:50px}body ::-webkit-scrollbar-thumb:hover{background:#3734ea}body ::-webkit-scrollbar-thumb:active{background:#00178a}body ::-webkit-scrollbar-track{background:#fafafa;border:0 #fff;border-radius:50px}body ::-webkit-scrollbar-track:hover{background:#fff}body ::-webkit-scrollbar-track:active{background:#d7d9ef}body ::-webkit-scrollbar-corner{background:transparent}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.page{margin:0;height:100vh;max-height:100vh;width:100vw;max-width:100vw;overflow:auto}.page .content{position:relative;width:100%;height:calc(100% - 94px)}.s-alert-box{min-width:300px;padding:0 20px 15px;font-family:Freigeist;font-style:normal;font-weight:100;border-radius:10px}.s-alert-box .typeMessage{font-size:14px;line-height:12px}.s-alert-box .message{font-size:12px;line-height:10px}@-webkit-keyframes autofill{to{color:inherit;background:transparent}}input:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}
/*# sourceMappingURL=main.cf8eecb7.chunk.css.map */