html {
	overflow-y: scroll;
}

.branch-accept-modal {
    position: absolute;
    right: 30px;
    top: 110%;
    display: none;
    width: 300px;
    padding: 10px 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

@media (max-width: 340px) {
    .branch-accept-modal {
        right: auto;
        left: -40px;
    }
}

.branch-accept-modal-top {
    display: flex;
    justify-content: flex-end;

    padding: 0 5px;
}

.branch-accept-modal-buttons,
.branch-accept-modal-body {
    padding: 0 15px;
}

.branch-accept-modal-body p {
    font-size: 16px;
}

.branch-accept-modal-city {
    color: #65d2d9;
    cursor: pointer;
}

.branch-accept-modal-buttons {
    display: flex;
    justify-content: space-between;
}

.branch-accept-modal-ok {
    background: #fa6c55;
    padding: .5rem 1rem;
    border: none;
    color: white;
}

.branch-accept-modal-change {
    border: none;
    background: transparent;
    font-weight: bold;
}

.branch-accept-modal a.close {
    display: block;
    width: 15px;
    height: 15px;
    text-decoration: none;
    text-align: center;
    background: url(/local/templates/tranzit-auto/images/close.png) no-repeat 50% 50%;
    z-index: 200;
    transition: all .5s;
    opacity: 1;
}