<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup {
    display: none;
    position: absolute;
    left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    max-width: 1000px;
}

.popup-regionality.popup {
    /*width: 100% !important;*/
    pointer-events: auto;
    max-width: 910px;
    min-width: 250px !important;
}

.js-regionality-block {
    position: absolute;
    display: flex;
    justify-content: center;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}

.popup .form .form_head {
    border-bottom: 2px solid #f56c3f;
    padding: 34px 35px 35px;
}

.popup .form .form_head .title strong {
    font-size: 21px;
    margin-bottom: 8px;
    display: inline-block;
}

.popup .close {
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;

}

.popup .close:hover {
    box-shadow: none;
    background: #f56c3f;
}

.popup .close i {
    background: url(images/close.png) 1px 2px no-repeat;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    opacity: 1;

}

.popup .close:hover i {
    background-position: -15px 2px;
}

.popup .close,
.popup .close i {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    opacity: 1;
}

.popup .form .form_body {
    margin: 0;
    padding-bottom: 6px;
    text-align: center;
}

.popup .form .form_footer {
    padding: 0 35px 12px;
    text-align: center;
    margin: 0px !important;

}

.form_footer a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #4a92a9;
    border-radius: 2px;
    margin-top: 10px;
    color: #4a92a9;
}

.form_footer a:hover {
    border: 1px solid #f56c3f;
    background-color: #f56c3f;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.popup .form .button {
    box-sizing: content-box;
    width: 30px;
    margin: 18px 30px 0;
    color: #FFF;
    background: #0386ec;
    cursor: pointer;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
    padding: 9px 13px 8px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    letter-spacing: 0.4px;
    vertical-align: middle;
}

.popup .form .button:hover {
    background: #1497fd;
}

.regionality-overlay {
    background-color: black;
}

.popup .form .searcher {
    height: auto;
    background: none;
    position: relative;
    box-shadow: none;
}

.popup .form .searcher .fa-search {
    font-size: 17px;
    color: #c4ccd1;
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -9px;
}

.popup .form .searcher input {
    padding: 6px 15px 6px 36px;
    width: 100%;
    border: 1px solid #d7dee3;
    border-radius: 2px;
    overflow: hidden;
    line-height: 20px;
    background: #f7f7f7;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

.popup .form .selecter {
    border-bottom: 1px solid #e2e7eb;
    min-height: 375px;
}

.popup .form .selecter .cities {
    max-height: 380px;
    overflow-y: auto;
    text-align: justify;
}

.popup .form .selecter .cities .city_wrap {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 21px 30px;
}

.popup .form .selecter .cities .city_wrap .city {
    padding: 0;
    vertical-align: top;
    break-inside: avoid;
}

.city_wrap .city li:first-of-type {
    margin-top: 19px;
}

.city_wrap .city li {
    width: 190px;
    list-style-type: none;
    text-align: left;
}

.city_wrap .city .link {
    padding-right: 3px;
    word-wrap: break-word;
}

.city_wrap .city .first_letter {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.city__selected-title{
    float: left;
    padding: 12px 0;
    margin-right: 25px;
}

.city__selected-title a {
    cursor: pointer;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 6px;
}

.city__selected-title a span {
    line-height: 14px;
    margin: 2px 0 0;
    max-width: 160px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.city__selected-title a:hover {
    text-decoration: none;
    color: #f56c3f;
}

.city__selected-title .fa {
    margin-top: 3px;
    font-size: 10px;
    margin-left: 4px;
}

.searcher-result {
    position: absolute;
    z-index: 10000;
    margin-top: -1px;
    border-bottom: 1px solid #d7dee3;
    background: white;
}

.searcher-result ul {
    margin: 0;
    padding: 0;
    top: 0!important;
    border: none;
    border-left: 1px solid #d7dee3;
    border-right: 1px solid #d7dee3;
    max-height: 380px;
    overflow-y: auto;
}

.searcher-result ul li.ui-menu-item {
    background: #ffffff;
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    padding: 9px 10px 9px 35px;
    position: relative;
    display: block;
    text-align: left;
    transition: background 0.15s;
}
.searcher-result ul li.ui-menu-item + li.ui-menu-item {
    border-top: 1px solid #eeeeee;
}

.searcher-result ul li.ui-menu-item:hover {
    background: #f56c3f;
}
.searcher-result ul li.ui-menu-item:hover .ui-menu-item-wrapper {
    color: white;
}

.searcher-result ul li.ui-menu-item .ui-menu-item-wrapper {
    border: none;
    background: transparent;
}

.searcher-result ul li.ui-menu-item:not(:hover) .ui-menu-item-wrapper.ui-state-active {
    text-decoration: underline;
}

header .top-line .location-box a:after {
    display: none;
}

header .top-line .location-box span {
    border-bottom: 1px dashed black;
}</pre></body></html>