
.geo_search_wrapper {
    text-align: center;
}
.geo_module_search {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
}
[name="search_geo"] {
    font-size: 16px;
    padding: 8px 10px;
    border: 1px solid #a0615a;
    width: 320px;
}
ul.geo_list {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9;
    font-size: 14px;
    box-shadow: 0 3px 10px #ccc;
}

tr.geo_table_head {
    background: #a0615a;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
ul.geo_list li {
    border-bottom: 1px solid #efefef;
    padding: 5px 10px;
}
span.geo_result_title {
    display: block;
    color: #a0615a;
}
[data-title], [data-payment] {
    width: 35%;
}
table.geo_table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
	text-align:left;
}
table.geo_table td {
    padding: 5px;
    border: 1px solid #a0615a;
    line-height: 1.5;

}
[data-price] {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #a0615a;
}
table.geo_table td p {
    margin: 0;
}
.del_decription {
    display: none;
}
[data-days] {
    text-align: center;
}
.del_title {
    font-size: 16px;
    border-bottom: 1px dotted;
    cursor: pointer;
}
.geo_search_title {
    color: #a0615a;
    font-weight: bold;
    margin-bottom: 10px;
}
.sdek_desc_title {
    font-size: 16px;
    font-weight: bold;
    color: #a0615a;
}
.sdek_desc_content {
    font-size: 12px;
    line-height: 1.2;
}
.sdek_phone {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
div#map {
    position: relative;
    padding-left: 190px;
    border: 2px solid #a0615a;
    overflow: hidden;
}
.geo_map {
    margin-bottom: 20px;
	display: none;

}
ul.menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 190px;
    font-size: 14px;
    height: 100%;
    overflow-y: auto;
    border: 1px solid #efefef;
}
ul.submenu li {
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    border-bottom: 1px solid #efefef;
	text-align: left;
}
ul.menu > li > a:first-child {
    display: none;
}
.geo_map .geo_search_title {
    color: inherit;
    font-weight: normal;
}
.sdek_desc_content.desc_address {
    margin: 5px 0;
    font-style: italic;
}
.geo_populars {
    margin-bottom: 20px;
}
.geo_populars_title {
    font-size: 18px;
}
.geo_populars_list {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
}
.geo_populars_item {
    min-width: 33.3%;
    text-align: left;
    padding: 2px 10px;
    color: #a0615a;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}
.geo_populars_item:hover {
    text-decoration: none;
}
.geo_populars_item.strong_item {
    font-weight: 700;
}
