<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-content {
    border-radius: 0;
    border: 0;
}

.locations {
    max-width: 800px;
}

.locations__body {
    padding: 0px 25px 0px;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
}

.locations__close {
    z-index: 2;
    position: absolute;
    padding: 16px;
    border: none;
    top: 0;
    border-radius: 0 2.5px 0 2.5px;
    background: transparent;
    fill: currentColor;
    -webkit-transition: background .2s,
    color .2s;
    transition: background .2s,
    color .2s;
    background-color: #fff;
    color: #ccc;
}

.locations__close:hover {
    background-color: #f2f2f2;
    color: #4d4d4d;
}

.locations__close:active {
    background-color: #ebebeb;
    color: #4d4d4d;
}

.locations__close {
    right: 0;
}

.locations__close svg {
    display: block;
}

.locations__close:active {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.locations__close:focus {
    outline: none;
}

.locations__see-details {
    border-radius: 0 0 2.5px 2.5px;
    border-top: 1px solid #ebebeb;
    display: block;
    text-align: center;
    color: #6c757d;
    font-size: 15px;
    height: 52px;
    line-height: 50px;
    -webkit-transition: background .15s,
    border-color .15s;
    transition: background .15s,
    border-color .15s;
}

.locations__see-details:hover {
    color: #6c757d;
    background: #f7f7f7;
}

.locations__see-details:active {
    background: #f0f0f0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

@media (max-width: 991.98px) {
    .locations {
        max-width: 520px;
    }
    .locations__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .locations {
        max-width: 100%;
    }
}

@media (max-width: 474px) {
    .locations__body {
        padding: 20px 20px 24px;
    }
}

.form-fone__title {
    font-size: 34px;
    line-height: 1;
    padding: 40px 0 30px 60px;
}
.location__form {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 100%;
    height: 510px;
}
.location__left {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: scroll;
    width: auto;
    height: 100%;
}
.location__right {
    width: 50%;
    height: 100%;
    position: relative;
}

.location__search-wrap {
    padding-right: 1px;
    padding-bottom: 30px;
    padding-left: 28px;
}
.location__search {
    position: relative;
    background-color: #fff;
}
.location__search-field {
    display: block;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 36px;
    color: #545454;
    background: #f2f2f2;
    border-radius: 5px;
    border: none;
    outline: none;
}
.location__search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    height: 100%;
    border: none;
    outline: none;
    opacity: .6;
    transition: opacity .5s;
    background: transparent;
    fill: currentColor;
    color: rgba(0, 0, 0, 0.6);
}

.location__viewport {
    height: calc(100% - 66px);
    padding: 0 0 0 0;
    overflow: scroll;
    width: auto;
    padding-left: 25px;
}
.location__popular {
    list-style: none;
    margin-bottom: 25px;
    padding: 0px 0 0 61px;
}
.location__popular li {
    margin: 0;
    list-style: none;
}

.location__list {
    position: relative;
    list-style: none;
    margin: 0;

}
.location__left .location__list {
    padding: 0 25px 0 42px;
}
.location__right .location__list {
    padding: 0 0 0 42px;
}
.location__list li {
    margin: 0 0 6px 0;
    list-style: none;
}
.location__list-letter {
    position: absolute;
    top: -1px;
    left: 2px;
    color: #b1b1b1;
    font-size: 20px;
    line-height: 28px;
}

.location__item {
    display: block;
    font-size: 14px;
    line-height: 13px;
    color: #262626;
    cursor: pointer;
    transition: 300ms;
    margin-bottom: 5px;
    padding: 8px 10px;
}

.location__item .default-cities {
    font-weight: bold;
    color: #262626;
}
.location__item.active {
    background: #80b366;
    color: #fff;
    border-radius: 5px;
}
.location__item span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #7d7d7d;
    line-height: 1.2;
    margin: 3px 0 -6px 0;
}
.location__item.active span{
    color: #e6e6e6;
}
.form-group&gt;span {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
}

.locations__body ::-webkit-scrollbar {
    background: transparent;
    width: 3px;
}
.locations__body ::-webkit-scrollbar-thumb {
    background-color: rgb(190, 190, 190);
    box-shadow: none;
    border-radius: 1ex;
}
.locations__body ::-webkit-scrollbar-corner {
    background: transparent;
}</pre></body></html>