@font-face {
	font-family: 'CeraPro';
	src: url('../font/cerapro-regular.eot');
	src: local('CeraPro-Regular'), url('../font/cerapro-regular.woff') format('woff'), url('../font/cerapro-regular.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'CeraPro';
	src: url('../font/cerapro-bold.eot');
	src: local('CeraPro-Bold'), url('../font/cerapro-bold.woff') format('woff'), url('../font/cerapro-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
body {
    padding: 0;
    margin: 0;
    font-family: CeraPro,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif;
    overflow: hidden;
}
html, body, #map {
    height: 100%;
    width: 100%;
}
button {
    color: #000;
}
#overlay {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}
.result {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.result > li {
    position: relative;
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #bcbcbc;
    font-size: 12px;
    line-height: 12px;
    color: #828282;
}
.result > li:before {
    content: " ";
    float: left;
    width: 28px;
    height: 28px;
    background: url(/assets/images/union.svg) center center no-repeat;
}
.result > li:after {
    content: " ";
    position: absolute;
    top: 13px;
    right: 16px;
    width: 28px;
    height: 28px;
    background: url(/assets/images/switch.svg) center center no-repeat;
}
.result > li.opened:after {
    transform: rotate(180deg);
}
.result > li:last-child {
    border-bottom: none;
}
.result > li > * {
    font-size: 14px;
    color: #000;
}
.result > li > span {
    font-weight: bold;
    display: block;
}
.result > li > ul {
    margin: 8px 0 0 0;
    padding: 0;
    display: none;
}
.result > li > ul > li {
    margin: 2px;
    padding: 6px 12px;
    cursor: pointer;
    display: inline-block;
    background: #F4F4F4;
    border-radius: 4px;
}
.result > li > ul > li:hover {
    background-color: #FFAE24;
}
.cluster text {
    font-size: 13px;
    font-weight: bold;
    fill: #000;
    text-anchor: middle;
}
.cluster.offer text {
    fill: #FFAE24;
}
.leaflet-container a.leaflet-popup-close-button {
    display: none;
}

.leaflet-popup-content ul {
    list-style: none;
    padding: 0;
}

.leaflet-popup-content li {
    line-height: 20px;
    position: relative;
}

.leaflet-popup-content li:before {
    content: "\2022";
    font-size: 60px;
    position: absolute;
    left: -5px;
    top: -3px;
}

.leaflet-popup-content li:not(:last-child) {
    margin-bottom: 8px;
}

.leaflet-popup-content li span {
    font-size: 12px;
    line-height: 12px;
    display: block;
    padding: 0 0 0 24px;
    overflow: hidden;
    position: relative;
}

.leaflet-marker-icon text {
    font-size: 11px;
    font-weight: bold;
}

.leaflet-marker-icon .cluster text {
    font-size: 13px;
}

image.black {
    filter: brightness(0) saturate(100%);
}
.leaflet-popup-content-wrapper {
    background: #FFFFFF;
    box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.places-list .leaflet-popup-content {
    max-width: 200px;
    margin: 0;
    padding: 0;
}
.leaflet-popup-content > div {
    margin: 10px;
    padding: 0 40px 0 0;
}
.leaflet-popup-content > div > img {
    position: absolute;
    right: 10px;
    max-width: 32px;
    height: 32px;
}
.leaflet-popup-content > div > div {
    white-space: nowrap;
}
.leaflet-popup-content > div > b {
    font-size: 16px;
}

/*.leaflet-popup-content li a:after {
    content: " ";
    height: 12px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 12px 12px #FFF;
}*/

#map .leaflet-bar {
    box-shadow: 0 0px 3px rgba(0,0,0,.3);
}

#overlay-top {
    z-index: 999;
    position: absolute;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}

.light {
    background-color: rgba(255,255,255,0.8);
}

.search-wrapper {
    width: 50%;
    margin: auto;
    position: relative;
}

.logo {
    float: left;
    padding: 22px 70px;
}

#overlay-top .search {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 50px 0 50px;
    margin: 25px 0;
    font-size: 18px;
    font-family: 'CeraPro';
    border: 2px solid #bcbcbc;
    border-radius: 5px;
    background: url(/assets/images/search.svg) 16px center no-repeat #fff;
}

.search-clear {
    display: inline-block;
    width: 48px;
    height: 46px;
    margin: -5px 0 0 -50px;
    vertical-align: middle;
    cursor: pointer;
    background: url(/assets/images/cross.svg) 17px center no-repeat #FFF;
    border-radius: 0 4px 4px 0;
}

#overlay-top .result {
    z-index: 1;
    margin: -25px auto 0 auto;
    width: 100%;
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
}

#overlay-top #categories {
    font-size: 0;
    padding: 0 0 0 65px;
}

#overlay-top #categories li {
    position: relative;
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay-top #categories li.active {
    border-width: 2px;
    border-style: solid;
    margin: 8px 3px -2px 3px;
}

#overlay-top #categories li .count {
    padding-left: 5px;
    color: #bdbdbd;
}

#overlay-top #categories li .color {
    margin: 4px auto -8px;
    width: 30px;
    height: 3px;
    border-radius: 2px;
}

#category {
    position: absolute;
    width: 310px;
    margin: 10px 0 0 70px;
    padding: 0 0 10px 0;
    text-align: left;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

#category .close {
    float: right;
    width: 38px;
    height: 38px;
    margin: -10px -20px;
    vertical-align: initial;
    cursor: pointer;
    background: url(/assets/images/cross.svg) center center no-repeat transparent;
    border-radius: 0 5px 5px 0;
}

#category .close:hover {
    background-color: rgba(0,0,0,0.1);
}

@media (max-width:768px) {
	#category {
        margin-left: 10px;
	}
	#overlay-top #categories {
        padding-left: 5px;
    }
}

#category .title {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    font-weight: bold;
    background-color: #F2F2F3;
    border-radius: 5px;
}

#category .place-card {
    padding: 10px 20px;
    min-height: 50px;
    cursor: pointer;
}

#category .place-card:hover {
    background-color: rgba(130, 217, 237, 0.3);
}

#category .place-card img {
    width: 50px;
    margin: 0 10px 10px 0;
    float: left;
    border-radius: 5px;
}

#category .place-card b {
    display: block;
}

#share {
    z-index: 999;
    position: absolute;
    left: 55px;
    bottom: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 30px;
    border: 2px solid rgba(0,0,0,0.2);
    box-shadow: 0 0px 3px rgb(0 0 0 / 30%);
    border-radius: 2px;
    background: url(/assets/images/out.svg) 5px center no-repeat #fff;
    cursor: pointer;
}

#share:hover {
    background-color: #f4f4f4;
}
#share-link {
    margin-left: 10px;
}
#overlay-top .rating {
    position: absolute;
    margin: 15px 0 0 -61px;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    font-size: 26px;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
    background: #272643;
    border: 0.804598px solid #BDBDBD;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
}
#overlay-top .rating .value {
    color: #FFF;
}

.rating .pie {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
}

.circular-chart {
    display: block;
    margin: 0;
    padding: 2px;
}

.circle {
  stroke: #F90;
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

#category-panel {
    width: 340px;
    position: absolute;
    right: 30px;
    top: 120px;
    z-index: 999;
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#category-panel > span {
    display: inline-block !important;
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
    color: #4F4F4F;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 0 0;
}

#category-panel > span.active {
    font-weight: bold;
    color: #FFF;
    background-color: #272643;
}

#category-panel > span::before {
	display: block;
	content: attr(title);
	font-weight: bold;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#category-panel .locations {
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding: 10px 19px;
    margin: 0;
    text-align: left;
    list-style: none;
    color: #FFF;
    background-color: #272643;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 25%);
    border-radius: 4px;
    box-sizing: border-box;
}
#category-panel .locations > li {
    padding: 5px 0 9px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #504F73;
}
/*#category-panel .locations > li:last-child {
    border-bottom: none;
}*/
#category-panel .locations > li > img {
    max-width: 24px;
    height: 24px;
    margin: 5px 10px 0 0;
    float: left;
    filter: brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(816%) hue-rotate(338deg) brightness(101%) contrast(102%);
}
#category-panel .locations > li > .title {
    font-size: 14px;
    font-weight: bold;
}
#category-panel .locations > li > .description {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #FFF;
}

#category-panel .locations > li > .description > span {
    color: #FFAE24;
}

#category-panel .categories {
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding: 10px;
    margin: 0;
    text-align: left;
    color: #FFF;
    background-color: #272643;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 25%);
    border-radius: 4px;
    box-sizing: border-box;
}

#category-panel .categories ul {
    width: calc(100% + 10px);
    padding: 5px;
    margin: -10px;
    list-style: none;
}

#category-panel .categories > ul > li {
    display: inline-block;
    width: calc(50% - 8px);
    box-sizing: border-box;
    margin: 4px;
    padding: 10px;
    vertical-align: top;
    font-size: 14px;
    white-space: nowrap;
    background-color: #3A395B;
    box-shadow: -1px 1px 5px rgb(0 0 0 / 25%);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

/*#category-panel .categories li > .back {
    position: absolute;
    display: inline-block;
    height: 16px;
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    vertical-align: text-top;
    cursor: pointer;
}*/

#category-panel .categories > ul > li > .name > .count {
    font-weight: normal;
    color: #FFAE24;
}

#category-panel .categories > ul > li > img {
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
    vertical-align: bottom;
    filter: brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(816%) hue-rotate(338deg) brightness(101%) contrast(102%);
}

#category-panel .categories > ul > li > div {
    height: 0;
    margin: -6px 0 6px 24px;
    padding: 0;
}

#category-panel .categories > ul > li > div > div {
    display: inline-block;
    width: 20px;
    height: 2px;
    margin: 0 2px 0 0;
    background-color: #504E7A;
    border-radius: 1px;
}

#category-panel .categories > ul > li > div > div.active {
    background-color: #FFAE24;
}
#category-panel .categories > div {
    text-align: center;
    font-size: 14px;
    color: #504E7A;
    padding: 10px 0 5px 0;
}
#category-panel .categories > div > div {
    display: inline-block;
    width: 50%;
    padding: 5px 0 0 0;
    font-size: 13px;
    color: #FFF;
}
#category-panel .categories > div > div > b {
    font-size: 14px;
    padding: 0 0 0 5px;
}

/*#category-panel .categories > ul > li > .distance {
    float: right;
    font-weight: normal;
    color: #828282;
}*/

#category-panel .categories > ul > li.empty {
    cursor: default;
}


#category-panel .categories > ul > li.empty > .name {
    color: #828282;
    text-decoration: line-through;
}

#category-panel .categories > ul > li.empty > .name > .count {
    color: #828282;
}

#category-panel .categories > ul > li.empty > img {
    filter: brightness(0) saturate(100%) invert(50%);
}

#category-panel .categories > ul > li.active {
    color: #000;
    background-color: #FFAE24;
}

#category-panel .categories > ul > li.active > .name > .count {
    color: #000;
}

#category-panel .categories > ul > li.active > img {
    filter: brightness(0) saturate(100%);
}

#category-panel .categories > ul > li.active > div > div {
    background-color: #C28113;
}

#category-panel .categories > ul > li.active > div > div.active {
    background-color: #272643;
}

/*#category-panel .categories > li > ul {
    margin: 10px -20px 0 -20px;
    padding: 10px 20px 0px 20px;
    list-style: none;
    display: none;
    box-shadow: inset 0 10px 10px rgb(0 0 0 / 10%);
}

#category-panel .categories > li > ul > li {
    padding: 5px;
}

#category-panel .categories > li > ul > li.empty {
    display: none;
}

#category-panel .categories > li > ul > li > ul {
    margin: 10px -20px 0 -20px;
    padding: 10px 20px 0px 20px;
    list-style: none;
    display: none;
}*/

#category-panel .offers {
    padding: 16px 29px;
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    margin: 0;
    text-align: left;
    color: #FFF;
    background-color: #272643;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 25%);
    border-radius: 4px;
    box-sizing: border-box;
}
#category-panel .offers > div {
    display: inline-block;
    width: calc(50% - 4px);
    box-sizing: border-box;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    background-color: #3A395B;
    border-radius: 5px;
}
#category-panel .offers > div > span {
    color: #6C6B90;
}
#category-panel .offers > div.active {
    color: #000;
    background-color: #FFF;
}
#category-panel .offers > div:first-child {
    margin-right: 8px;
}
#category-panel .offers > p {
    font-size: 14px;
    margin: 10px 0 0px 0;
}
#category-panel .offers > button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    font-weight: bold;
    font-family: CeraPro;
    font-size: 16px;
    font-weight: bold;
    background: #FFAE24;
    border: none;
    box-shadow: -1px 1px 5px rgb(0 0 0 / 25%);
    border-radius: 5px;
    cursor: pointer;
}
#category-panel .offers table {
    width: 100%;
    margin: 0px 0 5px 0;
}
#category-panel .offers td {
    white-space: nowrap;
}
#category-panel .offers td > div {
    width: 100%;
    height: 4px;
    background-color: #3A395B;
    border-radius: 2px;
}
#category-panel .offers td > div > div {
    height: 4px;
    background-color: #FFAE24;
    border-radius: 2px;
}

#category-panel.offer {
    z-index: 1000;
    top: auto;
    right: 47px;
    bottom: 0;
    text-align: left;
}
#category-panel.offer > span {
    background-color: #FFFFFF;
}
#category-panel.offer > span.active {
    background-color: #272643;
}
#category-panel.offer > .locations, #category-panel.offer > .categories {
    border-radius: 0;
}

#toggle-streets {
    position: absolute;
    left: 70px;
    top: 125px;
    z-index: 999;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#toggle-streets > div {
    width: 33px;
    height: 19px;
    float: left;
    margin: 0 10px 0 0;
    background: #F5F5F5;
    box-shadow: inset 1px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 9.5px;
}

#toggle-streets > div:before {
    content: " ";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 27px;
    height: 13px;
    background-color: #FFF;
    border-radius: 6.5px;
}

#toggle-streets.active > div:before {
    background-color: #BCBCBC;
}

#toggle-streets > div > div {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
    background-color: #272643;
    border-radius: 50%;
}

#toggle-streets.active > div > div {
    left: 17px;
}

.promotion .leaflet-popup-content-wrapper {
    padding: 0;
    background-color: #000;
    color: #FFF;
}
.promotion .leaflet-popup-content {
    margin: 0;
    padding: 0;
}
.promotion .leaflet-popup-content p {
    margin: 0;
    padding: 15px;
    cursor: pointer;
}
.promotion .leaflet-popup-tip {
    background-color: #000;
}
.promotion .leaflet-popup-content-wrapper a {
    text-decoration: none;
    color: #FFF;
}
.promotion .leaflet-popup-content-wrapper a:hover {
    text-decoration: underline;
}
.promotion .leaflet-popup-content-wrapper b {
    font-size: 16px;
}
.promotion .leaflet-popup-content-wrapper span {
    color: #FFAE24;
}

#smart-search {
    float: right;
    margin: 19px;
    padding: 22px 44px;
    font-weight: bold;
    background-color: #FFAE24;
    border-radius: 50px;
    cursor: pointer;
}
#blur {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    top: 100px;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,0.5);
}
#category-list {
    position: absolute;
    width: 600px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 200px);
    box-sizing: border-box;
    overflow: auto;
    margin: 150px auto 50px auto;
    padding: 10px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}
#category-list > p {
    font-size: 18px;
    font-weight: bold;
}
#category-list > p > span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #828282;
}
#category-list > span {
    display: block;
    width: fit-content;
    margin: auto;
    text-align: center;
    font-size: 14px;
    color: #828282;
    border-bottom: 1px solid #828282;
    cursor: pointer;
}
#category-list .subcategories {
    margin: 0;
    padding: 0;
    list-style: none;
}
#category-list .subcategories > li {
    display: inline-block;
    width: calc(33.3333% - 10px);
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    padding: 10px;
    vertical-align: middle;
    background: #E4E4E4;
    border-radius: 5px;
    cursor: pointer;
}
#category-list .subcategories > li.checked {
    color: #FFF;
    background-color: #272643;
}
#category-list > button {
    display: block;
    width: fit-content;
    margin: 10px auto 0 auto;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #FFAE24;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#offers, #offer-one-wrapper {
    position: absolute;
    width: 357px;
    height: calc(100% - 132px);
    top: 132px;
    right: 30px;
    background-color: #F4F4F4;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 15%);
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
}
#offer-one-wrapper {
    background-color: #FFF;
}
#offers > .back, #offer-one-wrapper > .back {
    position: fixed;
    z-index: 1;
    width: inherit;
    box-sizing: border-box;
    height: 32px;
    margin: -32px 0 0 0;
    padding: 0 32px;
    line-height: 32px;
    font-weight: bold;
    color: #828282;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 15%);
    background: url(/assets/images/arrow-left.svg) 10px center no-repeat #F4F4F4;
    cursor: pointer;
}
#offers-list > div, #offer-one {
    width: 320px;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
}
#offer-one {
    cursor: auto;
    padding-bottom: 300px;
}
#offers-list > div:hover {
    background-color: #49477D;
}
#offers-list > div > .rating, #offer-one > .rating {
    width: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    background-color: #272643;
    border: 0.5px solid #000000;
    border-radius: 50%;
}
#offers-list > div > .rating > .pie, #offer-one > .rating > .pie {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}
#offers-list > div > .photo, #offer-one > .photo {
    width: 320px;
    height: 240px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
}
#offers-list > div:hover > .photor {
    background-color: #FFF;
}
#offers-list > div > .photo > div, #offer-one > .photo > div {
    position: absolute;
    text-align: center;
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    display: none;
}
#offers-list > div > .photo:hover > div, #offer-one > .photo:hover > div {
    display: block;
}
#offers-list > div > .photo > .prev, #offers-list > div > .photo > .next, #offer-one > .photo > .prev, #offer-one > .photo > .next {
    top: 115px;
    width: 18px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
}
#offers-list > div > .photo > .prev:hover, #offers-list > div > .photo > .next:hover, #offer-one > .photo > .prev:hover, #offer-one > .photo > .next:hover {
    background-color: rgba(0,0,0,0.6);
}
#offers-list > div > .photo > .prev, #offer-one > .photo > .prev {
    left: 20px;
}
#offers-list > div > .photo > .next, #offer-one > .photo > .next {
    right: 20px;
}
#offers-list > div > .photo > .prev:before, #offer-one > .photo > .prev:before {
    content: "‹";
}
#offers-list > div > .photo > .next:before, #offer-one > .photo > .next:before {
    content: "›";
}
#offers-list > div > .photo > .count, #offer-one > .photo > .count {
    width: 40px;
    height: 20px;
    left: 150px;
    top: 220px;
    font-size: 12px;
    line-height: 20px;
}
#offers-list > div > .attributes, #offer-one > .attributes {
    padding: 0 0 10px 10px;
    white-space: nowrap;
    border-radius: 0 0 5px 5px;
}
#offers-list > div:hover > .attributes {
    background-color: #FFF;
}
#offers-list > div > .attributes > p, #offer-one > .attributes > p {
    margin: 0;
    padding: 10px 5px 0 0;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
#offers-list > div > .attributes > p > span, #offer-one > .attributes > p > span {
    color: #828282;
    font-weight: normal;
}
#offers-list > div > .attributes > p.price, #offer-one > .attributes > p.price {
    display: block;
    margin: 0;
    padding: 19px 60px 0 0;
    font-size: 28px;
    font-weight: bold;
}
#offers-list > div > .attributes > p.price > span, #offer-one > .attributes > p.price > span {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 43px;
}
#offers-list > div > .attributes > .subcategories, #offer-one > .attributes > .subcategories {
    padding: 10px 0;
}
#offers-list > div > .attributes > .subcategories > span, #offer-one > .attributes > .subcategories > span {
    color: #828282;
    font-weight: normal;
    display: inline-block;
    width: 40px;
    height: 10px;
    margin: 0 4px;
    position: relative;
    vertical-align: text-top;
    border-bottom: 2px solid #828282;
}
#offers-list > div > .attributes > .subcategories > span:before, #offers-list > div > .attributes > .subcategories > span:after, #offer-one > .attributes > .subcategories > span:before, #offer-one > .attributes > .subcategories > span:after {
    position: absolute;
    top: 2px;
    font-size: 12px;
    line-height: 18px;
}
#offers-list > div > .attributes > .subcategories > span:before, #offer-one > .attributes > .subcategories > span:before {
    left: -2px;
    content: "►";
}
#offers-list > div > .attributes > .subcategories > span:after, #offer-one > .attributes > .subcategories > span:after {
    right: -2px;
    content: "◄";
}
#offers-list > div > .attributes > .address, #offer-one > .attributes > .address {
    padding: 0;
    white-space: break-spaces;
    font-size: 14px;
    color: #828282;
}
#offers-list > div > .attributes > button, #offers-list > div > .attributes > a, #offer-one > .attributes > button, #offer-one > .attributes > a {
    display: block;
    width: fit-content;
    margin: 10px auto 0 auto;
    font-weight: bold;
}
#offers-list > div > .attributes > button, #offer-one > .attributes > button {
    width: 50%;
    padding: 9px 0;
    background: #FFAE24;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#offers-list > div > .attributes > a, #offer-one > .attributes > a {
    padding: 0 0 1px 0;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    color: #000;
}
#offers-list > div > .attributes > a.link, #offer-one > .attributes > a.link {
    position: absolute;
    right: 15px;
    margin: 0;
    padding: 10px;
}
#offers-list > div > .attributes > a:hover, #offer-one > .attributes > a:hover {
    text-decoration: underline;
}
#offers > .loading {
    display: block;
    margin: auto;
    position: relative;
    width: 80px;
    height: 80px;
}
#offers > .loading div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #828282;
    animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
#offers > .loading div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
#offers > .loading div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
#offers > .loading div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
#landing {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 400px;
    margin: -150px 0 0 -450px;
    text-align: center;
    z-index: 1000;
}
#landing > div {
    width: 408px;
    height: 160px;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px;
    position: relative;
    vertical-align: bottom;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 15%);
    border-radius: 50px;
    cursor: pointer;
}
#landing > div:before {
    content: " ";
    position: absolute;
}
#landing > div:first-child {
    padding: 50px 0 0 178px;
    background-color: #FFF;
}
#landing > div:first-child:before {
    left: -5px;
    bottom: 42px;
    width: 213px;
    height: 146px;
    background-image: url(/assets/images/bird1.svg);
}
#landing > div:nth-child(2) {
    padding: 30px 198px 0 0;
    text-align: right;
    background-color: #FFAE24;
}
#landing > div:nth-child(2):before {
    right: -3px;
    bottom: -11px;
    width: 189px;
    height: 108px;
    background-image: url(/assets/images/bird2.svg);
}
#landing > div:nth-child(3) {
    padding: 21px 0 0 135px;
    color: #FFF;
    background: linear-gradient(265.46deg, #272643 37.95%, rgba(39, 38, 67, 0.56) 84.86%);
}
#landing > div:nth-child(3):before {
    left: 0px;
    bottom: -30px;
    width: 128px;
    height: 156px;
    background-image: url(/assets/images/bird3.svg);
}
@media (max-width:900px) {
    #landing {
        width: 100%;
        height: auto;
        left: 0;
        margin: -250px 0 0 0;
    }
}
@media (max-width:450px) {
    #landing > div {
        width: auto;
    }
}

@keyframes loading {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@media (max-width:1280px) {
    .logo {
        width: 43px;
        object-fit: cover;
        object-position: 0 0;
        padding: 24px 6px;
        border-radius: 0 0 65% 0;
    }
    #smart-search {
        padding: 22px 0;
        font-size: 13px;
    }
}

@media (max-width:768px) {
    #map {
        height: 100%;
        padding: 60% 0 0 0;
        margin: -60% 0 0 0;
    }
    #share {
        display: none;
    }
    #blur {
        height: calc(100% - 50px);
        top: 50px;
    }
    #smart-search {
        padding: 10px 4px;
        margin: 7px;
        font-size: 12px;
    }
    #category-list {
        position: absolute;
        width: 600px;
        max-width: calc(100% - 20px);
        max-height: calc(100% - 50px);
        box-sizing: border-box;
        overflow: auto;
        margin: 50px auto 0px auto;
        padding: 10px;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    #category-list > p {
        margin: 10px 0;
    }
    #category-list .subcategories > li {
        font-size: 14px;
    }
    .logo {
        display: none;
        /*width: 48px;
        object-fit: cover;
        object-position: 0 0;
        padding: 20px 10px;*/
    }
    #offers, #offer-one-wrapper {
        top: 82px;
        width: 100%;
        height: calc(100% - 82px);
        right: 0;
    }
    #offers-list > div, #offer-one {
        width: 100%;
        box-sizing: border-box;
    }
    #offers-list > div > .photo, #offer-one > .photo {
        width: 100%;
        height: fit-content;
    }
    #offers-list > div > .photo > img, #offer-one > .photo > img {
        width: 100%;
    }
    #offers-list > div > .photo > .prev, #offers-list > div > .photo > .next, #offer-one > .photo > .prev, #offer-one > .photo > .next {
        top: calc(37.5vw - 10px);
    }
    #offers-list > div > .photo > .count, #offer-one > .photo > .count {
        left: 50%;
        top: calc(-35px + 75vw);
        margin-left: -20px;
    }
    #overlay-top {
        z-index: 999;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .search-wrapper {
        left: 27px;
        display: inline-block;
        width: calc(100% - 100px);
        max-width: 90%;
        margin: 0;
        box-sizing: border-box;
    }
    #overlay-top .result {
        margin: -10px 0 0 -27px;
        width: 100vw;
        max-width: none;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        font-size: 20px;
        line-height: 30px;
    }
    #overlay-top .search {
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        padding: 0 26px 0 26px;
        margin: 10px 0;
        font-family: CeraPro;
        font-size: 14px;
        border: 2px solid #bcbcbc;
        border-radius: 5px;
        box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
        background-image: none;
    }
    #overlay-top .rating {
        position: absolute;
        margin: 2px 0 0 -24px;
        width: 44px;
        height: 44px;
        vertical-align: middle;
        font-size: 20px;
        line-height: 44px;
        font-weight: bold;
        text-align: center;
        background: #272643;
        border: 0.804598px solid #BDBDBD;
        border-radius: 50%;
        box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    }
    .rating .pie {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 0;
    }
    .search-clear {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin: -2px 0 0 -28px;
        vertical-align: middle;
        cursor: pointer;
        background: url(/assets/images/cross.svg) 6px center no-repeat #FFF;
        border-radius: 0 4px 4px 0;
    }
    #toggle-streets {
        left: 5px;
        top: 55px;
        z-index: 400;
    }
    #share {
        position: absolute;
        width: fit-content;
        top: 110px;
        left: auto;
        right: 10px;
        border: none;
        box-shadow: -2px 2px 7px rgb(0 0 0 / 25%);
        border-radius: 5px;
        z-index: 400;
    }
    #category-panel {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
    }
    #category-panel > ul {
        max-height: calc(50vh);
    }
    .leaflet-control-container .leaflet-left {
        display: none;
    }
}