* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: Inter;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}
input,
textarea {
    background-color: #f8fafd;
    border: 2px solid #e7ecf3;
    border-radius: 10px;
    font-size: 16px;
    padding: 20px;
    resize: none;
    width: 100%;
}
input:focus,
textarea:focus {
    border: 2px solid #a7ccff;
}
.disable--selection {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-user-select: none;
    user-select: none;
}
.general-wrapper {
    margin: 0 auto;
    max-width: 500px;
    padding: 20px 20px 60px;
}
.position-center__absolute {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.position-center__fixed {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}
.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui__alert-modal {
    background: red;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px #26248340;
    left: 50%;
    max-width: 450px;
    padding: 60px 30px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - 20px);
    z-index: 99;
}
.ui__alert-modal .quit {
    font-size: 27px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.ui__alert-modal .alert-container__info--city {
    font-size: 28px;
    font-weight: 500;
}
.ui__alert-blur {
    -webkit-backdrop-filter: brightness(0.5);
    backdrop-filter: brightness(0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}
.ui__background--cover {
    background-size: cover;
}
.ui__background--contain,
.ui__background--cover {
    background-position: 50%;
    background-repeat: no-repeat;
}
.ui__background--contain {
    background-size: contain;
}
.ui__circle-radius {
    border-radius: 50%;
}
.ui__cols {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
}
.ui__common-scrollbar::-webkit-scrollbar-track {
    background: #e0e0e0;
}
.ui__common-scrollbar::-webkit-scrollbar-thumb {
    background: #949494;
    border-radius: 14px;
}
.ui__common-scrollbar::-webkit-scrollbar {
    width: 4px;
}
.ui__display-align-bottom {
    align-items: flex-end;
    display: flex;
}
.ui__display-align-center {
    align-items: center;
    display: flex;
}
.ui__display-justify-between {
    display: flex;
    justify-content: space-between;
}
.ui__display-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.ui__display-inline > * {
    display: inline;
}
.ui__overflow-hidden {
    overflow: hidden;
}
.ui__rows {
    display: flex;
    flex: 0 1 auto;
}
.index-page {
    position: relative;
}
.index-page__menu {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 10;
}
.index-page__menu--icon span {
    background-color: #909090;
    border-radius: 10px;
    height: 4px;
    margin-bottom: 5px;
    width: 30px;
}
.index-page__menu--nav {
    background-color: #007fff;
    border-radius: 7px 0 7px 7px;
    position: absolute;
    right: 0;
    white-space: nowrap;
}
.index-page__menu--nav > * {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    padding: 15px 10px;
    text-decoration: none;
}
.index-page__header--logo {
    max-width: 180px;
}
.index-page__header--info {
    color: #1d232e;
    font-weight: 500;
    margin-top: 30px;
    max-width: 250px;
    text-align: center;
}
.index-page__buttons {
    margin: 50px auto 0;
    max-width: 270px;
}
.index-page__buttons .info {
    margin: 0 -20px 40px;
    text-align: center;
}
.index-page__buttons .info a {
    color: #007fff;
    font-size: 18px;
    text-decoration: none;
    text-decoration: initial;
}
@media (hover: hover) {
    .index-page__buttons .info a:hover {
        text-decoration: underline;
    }
}
.index-page__buttons .button {
    margin-block: 30px;
    width: 100%;
}
.index-page__buttons .button.addresses .notification {
    background-color: #007fff;
}
.index-page__login .password-wrapper {
    margin: 0 auto;
    max-width: calc(100% - 44px);
    position: relative;
    width: 100%;
}
.index-page__login .password-wrapper svg {
    fill: #868686;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    width: 30px;
}
.index-page__login .login__wrapper--title {
    font-size: 29px;
    font-weight: 500;
    margin: 20px 0 50px;
    text-align: center;
}
.index-page__login .login__wrapper--input {
    margin: 5px auto 20px;
    width: 100%;
}
.index-page__login .login__wrapper--info {
    margin-top: 50px;
    text-align: center;
}
.index-page__login .login__wrapper--info .button {
    margin-top: 10px;
}
.index-page__login .login__wrapper--info .button span {
    padding: 10px 20px;
}
.index-page__login svg {
    fill: #868686;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 22px);
    width: 30px;
}
.index-page__login label {
    margin: 0 auto;
    max-width: calc(100% - 44px);
    width: 100%;
}
.index-page__login label.login__wrapper--error {
    color: red;
}
.index-page__login label.login__wrapper--error input {
    border-color: red;
}
.index-page__login .button {
    margin: 0 auto;
}
.index-page__login--google {
    margin: 35px auto 0;
}
.index-page__login--google .button {
    margin-top: 15px;
}
.button {
    background-color: #007fff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: fit-content;
}
@media (hover: hover) {
    .button:hover {
        background-color: #1386fa;
    }
}
.button.red {
    background-color: #eb2027;
}
@media (hover: hover) {
    .button.red:hover {
        background-color: #f02a2a;
    }
}
.button a,
.button span {
    padding: 16px 32px;
}
.button a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.button .notification {
    background: #eb2027;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 500;
    height: 23px;
    left: 30px;
    position: absolute;
    width: 23px;
}
.button.inactive {
    filter: grayscale(1);
    opacity: 0.4;
    pointer-events: none;
}
.res-message {
    border: 1px solid;
    border-radius: 5px;
    left: 50%;
    opacity: 0;
    padding: 5px 20px;
    position: fixed;
    transform: translate(-50%);
    z-index: 1000;
}
.res-message--success {
    background-color: #dff2bf;
    border-color: #b2d880;
    color: #4f8a10;
}
.res-message--error {
    background-color: #ffbaba;
    border-color: red;
    color: #d8000c;
}
.header-go-back {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.header-go-back__arrow {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
}
.header-go-back__title {
    font-weight: 500;
}
.my-address__list {
    padding: 0 15px;
}
.my-address__list .address-itm {
    border-bottom: 1px solid #e7ecf3;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 0;
}
.my-address__list .address-itm__main--city {
    font-weight: 500;
}
.my-address__list .address-itm__main--street {
    font-size: 14px;
}
.my-address__list .address-itm__edit--name {
    color: #007fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}
.my-address__list .address-itm__edit--name:hover {
    text-decoration: underline;
}
.my-address__list .address-itm__edit--icon {
    margin: 0 10px;
}
.my-address__list .address-itm__edit .quit-button__general {
    font-size: 22px;
}
.my-address__list .button {
    margin: 50px auto 0;
    padding: 2px 30px;
    position: relative;
    width: fit-content;
}
.my-address__list .button:before {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    content: "+";
    display: flex;
    font-size: 22px;
    font-weight: 500;
    height: 15px;
    justify-content: center;
    left: 20px;
    padding-bottom: 4px;
    padding-right: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}
.quit-button__general {
    color: #d92027;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}
.quit-button__general:hover {
    color: #f25656;
}
.alert-container .button {
    background-color: #d92027;
}
.alert-container .button:before {
    display: none;
}
.add-address .button {
    margin: 50px auto 0;
    padding: 2px 25px;
    position: relative;
    width: fit-content;
}
.add-address__main--info {
    font-size: 14px;
    margin-bottom: 10px;
}
.add-address__main--search {
    background: #f8fafd;
    border: 1px solid #e7ecf3;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}
.add-address__main--map iframe {
    border-radius: 9px;
    margin: 20px auto 0;
    min-height: 320px;
    width: 100%;
}
.add-address__main--final {
    border-bottom: 1px solid #e7ecf3;
    padding: 10px 0 20px 10px;
}
.add-address__main--final .city {
    font-weight: 500;
}
.add-address__main--final .street {
    font-size: 14px;
}
.add-address__main--alert-list,
.add-address__main--alert-list label {
    margin-top: 30px;
}
.add-address__main--alert-list label.inactive {
    filter: grayscale(1);
    opacity: 0.4;
    pointer-events: none;
}
.add-address__main--alert-list .alert-list__title {
    font-weight: 500;
}
.add-address__main--alert-list .alert-list__input {
    align-items: center;
    display: flex;
    height: 18px;
    margin-left: 10px;
    margin-right: 30px;
    width: 18px;
}
.add-address .alert-container .title {
    font-size: 14px;
    margin-bottom: 20px;
}
.add-address .alert-container .city {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
.add-address .alert-container .street {
    font-size: 14px;
}
.add-address .alert-container .info {
    font-size: 14px;
    margin-top: 70px;
}
.add-address .alert-container .buttons-wrapper .button {
    background-color: #007fff;
}
.add-address .alert-container .buttons-wrapper .button:hover {
    background-color: #1386fa;
}
.search-address > * + * {
    margin-top: 20px;
}
.search-address__input {
    position: relative;
}
.search-address__input.inactive {
    opacity: 0.4;
}
.search-address__input.inactive:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.search-address__input--title {
    margin-bottom: 5px;
    margin-left: 10px;
    white-space: nowrap;
}
.search-address__input--filtered {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px #adadad;
    left: 10px;
    max-height: 204px;
    overflow: auto;
    position: absolute;
    right: 10px;
    top: 100%;
    z-index: 1;
}
.search-address__input--item {
    border-bottom: 1px solid #e7ecf3;
    cursor: pointer;
    padding: 15px 10px;
}
.search-address__input--item:hover {
    background-color: #e7ecf3;
}
.search-address .no-streets-checkbox input {
    margin-right: 10px;
    width: fit-content;
}
.edit-address__address {
    font-size: 14px;
    margin-bottom: 10px;
}
.edit-address__input {
    background: #f8fafd;
    border: 1px solid #e7ecf3;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}
.edit-address__map iframe {
    border-radius: 9px;
    margin-top: 20px;
    min-height: 320px;
    width: 100%;
}
.edit-address__delete {
    color: #d92027;
    cursor: pointer;
    margin-top: 40px;
    text-align: center;
}
@media (hover: hover) {
    .edit-address__delete:hover {
        color: #ff686e;
    }
}
.edit-address__delete span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
}
.edit-address .button {
    margin: 50px auto 0;
    max-width: 170px;
}
.edit-address .button a,
.edit-address .button span {
    padding: 16px 50px;
}
.edit-address__list {
    margin-top: 30px;
}
.edit-address__list label {
    cursor: pointer;
    margin-top: 30px;
}
.edit-address__list label.inactive {
    filter: grayscale(1);
    opacity: 0.4;
    pointer-events: none;
}
.edit-address__list label .alert-list__title {
    font-weight: 500;
}
.edit-address__list label .alert-list__input {
    align-items: center;
    display: flex;
    height: 18px;
    margin-left: 10px;
    margin-right: 30px;
    width: 18px;
}
.therms__content > * + * {
    margin-top: 20px;
}
.therms__content--item {
    padding-left: 20px;
}
.therms__content--item .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: -20px;
}
.therms__content--item li {
    margin-left: 20px;
}
.therms__content--item ol {
    list-style-type: lower-alpha;
}
.support__title {
    margin-top: 60px;
}
.support__input {
    margin-top: 20px;
    width: 100%;
}
.support__input--title {
    margin-bottom: 15px;
    margin-left: 5px;
}
.support__input textarea {
    height: 220px;
}
.support__content {
    margin: 0 auto;
    max-width: 420px;
    width: calc(100% - 20px);
}
.support .button {
    margin-top: 40px;
    max-width: 130px;
    width: 100%;
}
.notifications {
    padding: 20px 0 60px;
}
.notifications__list .no-alerts {
    display: block;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
.notifications .list__item {
    border-bottom: 1px solid #e7ecf3;
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
}
.notifications .list__item--icon {
    margin-right: 10px;
    width: 60px;
}
.notifications .list__item .time {
    color: #a7b0c0;
    font-size: 14px;
    position: absolute;
    right: 10px;
}
.notifications .list__item .title {
    font-weight: 500;
}
.notifications .list__item .sub-title {
    font-size: 14px;
    margin-bottom: 5px;
}
.notifications .list__item .info {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notifications .list__item:before {
    background: #eb2027;
    border-radius: 50%;
    content: "";
    height: 15px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.notifications .list__item.seen:before {
    content: none;
}
.notifications .list__item.seen .info,
.notifications .list__item.seen .title {
    color: #79808c;
}
.notifications .alert-container {
    max-height: 100vh;
}
@media screen and (max-width: 500px) {
    .notifications .alert-container {
        padding: 40px 10px 30px;
        width: calc(100vw - 15px);
    }
}
.notifications .alert-container__info {
    margin-bottom: 30px;
}
.notifications .alert-container__info .alert-company-logo {
    margin-bottom: 30px;
    margin-top: -30px;
    width: 170px;
}
.notifications .alert-container__info .alert-title {
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0 5px;
}
.notifications .alert-container__info .alert-subtitle {
    margin-bottom: 20px;
}
.notifications .alert-container__info .alert-info {
    max-height: 200px;
    overflow: auto;
}
.notifications .alert-container .buttons-wrapper {
    margin: 0 auto;
    max-width: 270px;
}
.notifications .alert-container .buttons-wrapper .button {
    background-color: #007fff;
    width: 100%;
}
.notifications .alert-container .buttons-wrapper .button:hover {
    background-color: #1386fa;
}
.notifications-methods__list--item {
    border-bottom: 1px solid #e7ecf3;
    padding: 10px 0;
}
.notifications-methods__list--item.inactive {
    filter: grayscale(1);
    opacity: 0.4;
    pointer-events: none;
}
.notifications-methods__list--item .list__input {
    width: auto;
}
.notifications-methods__list--item .list__name {
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
}
.notifications-methods__list--item .list__name img {
    margin-left: 10px;
    width: 30px;
}
.notifications-methods__list--item .list__connected-status {
    margin-left: auto;
}
.notifications-methods__list--item .list__connected-status img {
    margin-right: 10px;
}
.notifications-methods__list--item .list__connected-status .connected {
    color: #007fff;
}
.notifications-methods__list--item .list__connected-status .button {
    margin-top: 0;
}
.notifications-methods__list--item .list__connected-status .button a,
.notifications-methods__list--item .list__connected-status .button span {
    padding: 8px 15px;
}
.notifications-methods .alert-container__info {
    margin-bottom: 50px;
}
.notifications-methods .alert-container__info .alert-company-logo {
    margin-bottom: 30px;
    margin-top: -30px;
    width: 170px;
}
.notifications-methods .alert-container__info .alert-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.notifications-methods .alert-container .input-wrapper {
    margin: 0 auto;
    max-width: 300px;
}
.notifications-methods .alert-container .input-wrapper .title {
    margin-bottom: 10px;
    margin-left: 5px;
    text-align: left;
}
.notifications-methods .alert-container .buttons-wrapper {
    margin: 50px auto 0;
    max-width: 270px;
}
.notifications-methods .alert-container .buttons-wrapper .button {
    width: 100%;
}
.profile__title {
    margin-top: 60px;
}
.profile__input {
    margin-top: 20px;
    width: 100%;
}
.profile__input--title {
    margin-bottom: 15px;
    margin-left: 5px;
}
.profile__input textarea {
    height: 220px;
}
.profile__content {
    margin: 0 auto;
    max-width: 420px;
    width: calc(100% - 20px);
}
.profile .buttons-wrapper .button {
    margin-top: 40px;
    max-width: 130px;
    width: 100%;
}
