.tagsField{display:flex;flex-direction:column;gap:5px}.tagsField__fieldWrppaer{position:relative}.tagsField .tagsField__field{padding-right:45px}.tagsField button.tagsField__addNewTag{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.tagsField__tagsList{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.formCreatePost__inputTitleWrapper{display:flex;gap:16px}.formCreatePost__inputLocationWrapper{position:relative}.formCreatePost .formCreatePost__inputLocation{padding-right:130px}.formCreatePost__buttonChooseLocation{position:absolute;top:50%;right:24px;transform:translateY(-50%)}.formCreatePost__inputLocationDropdown{position:absolute;top:calc(100% + 12px);right:0;left:0;padding:4px;background:var(--backgroundPrimeColor);border-radius:15px}.formCreatePost button.formCreatePost__inputLocationDropdownItem{display:block;width:100%;max-width:100%;padding:7px 10px;text-align:left;border-radius:0;transition:.3s}.formCreatePost button.formCreatePost__inputLocationDropdownItem:hover{cursor:pointer;background:var(--backgroundSecondColor)}.formCreatePost button.formCreatePost__inputLocationDropdownItem:first-child{border-radius:15px 15px 0 0}.formCreatePost button.formCreatePost__inputLocationDropdownItem:last-child{border-radius:0 0 15px 15px}.formCreatePost button.formCreatePost__inputLocationDropdownItem:only-child{border-radius:15px}.formCreatePost__inputLocationDropdownItem--noHover{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center;pointer-events:none}.formCreatePost__inputLocationDropdownItem span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.formCreatePost__openingPartFormWrapper{display:flex;flex-direction:column;gap:12px;margin-top:28px}.formCreatePost__mediaTitle{margin-top:20px}.formCreatePost__mediaList{display:flex;gap:12px;margin-bottom:30px}.formCreatePost__mediaListItem{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.formCreatePost__mediaListBtn,.formCreatePost__mediaListItem{width:85px;height:85px;border:1px solid var(--inputBorderColor);border-radius:15px}.formCreatePost__mediaListBtn{background-color:var(--buttonBgColor)}.formCreatePost__deleteMedia{position:absolute;top:4px;right:4px;width:20px;min-width:auto;height:20px;padding:0;color:var(--iconColor);border-radius:100%}.formCreatePost__doNotDeleteMedia{position:absolute}.formCreatePost__statusText{margin:20px 0}.formCreatePost__statusText--error{color:var(--color-red)}.formCreatePost__paidTitle{margin-top:20px}.formCreatePost__paidInput{max-width:290px}.formCreatePost__buttons{margin-top:40px}.formCreatePost__submitButton{max-width:100%;margin-top:32px}@media(max-width:768px){.formCreatePost__mediaListBtn,.formCreatePost__mediaListItem{width:75px;height:75px}}@media(max-width:640px){.formCreatePost__mediaList{width:calc(100vw - 124px);overflow:auto}.formCreatePost__mediaList::-webkit-scrollbar{height:0}.formCreatePost__mediaListBtn,.formCreatePost__mediaListItem{width:70px;min-width:70px;height:70px}}@media(max-width:480px){.formCreatePost__mediaList{width:calc(100vw - 94px);padding-bottom:15px}}