#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.modal-address {
    display: none;
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.modal-address__overlay {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
}

.modal-address__wrapper {
    z-index: 2;
    min-height: 300px;
    width: 100%;
    max-width: 400px;
    background: white;
    overflow: hidden;
    border-radius: 16px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* transform: translateY(100%); */
}

.modal-address__close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    right: 20px;
    top: 20px;
    color: black;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 38px;
    width: 38px;
}

.select-address-start__wrapper {
    max-width: 760px;
    min-height: 460px;
    display: flex;
}

.select-address-start__title {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D010D;
    text-align: center;
    font-style: normal;
}

.select-address-start__map, .select-address-start__content {
    width: 50%;
}

.select-address-start__map > * {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.select-address-start__content {
    padding: 50px 30px;
    position: relative;
}

.select-address-start__content > *:not(:last-child) {
    margin-bottom: 24px;
}

.select-address-start__footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-address-start__triangle {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    margin-bottom: 0!important;
    padding: 0;
}

.select-address-start__triangle--top {
    right: 0;
    top: 0;
    border: 40px solid #FFCC66;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.select-address-start__triangle--bottom {
    left: 0;
    bottom: 0;
    border: 40px solid #FF0000;
    border-right: 40px solid transparent;
    border-top: 40px solid transparent;
}

.select-address-start__button:not(:last-child) {
    margin-right: 10px;
}

.select-address-start__button {
    font-size: 14px;
    padding: 8px 16px;
    width: 45%;
}

.select-address-start__button--white {
    border-color: white;
    background: white;
    color: #EC681C;
}

.select-address-start__button--orange {
    border-color: #EC681C;
    background: #EC681C;
}
.no-active {
    cursor: no-drop;
}

.select-address-start-input {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.select-address-start-input__label {
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.2;
    display: block;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    font-size: 12px;
    color: #696969;
}

.select-address-start-input__input {
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 12px 50px 12px 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.select-address-location {
    position: absolute;
    display: flex;
    bottom: 10px;
    right: 10px;
    padding: 3px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    cursor: pointer;
}
.select-address-in_zone {
    font-weight: normal;
    position: absolute;
    display: inline-block;
    font-size: 12px;
    top: -6px;
    right: 0;
}
/* input .select-address-start-input__input::-webkit-outer-spin-button,
input .select-address-start-input__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
} */
.select-address-start-input__input[type="number"]::-webkit-outer-spin-button,
.select-address-start-input__input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
