.gadget__all-tabs { text-align: right; }
.gadget__all-tabs a { padding: 0; float: none; display: inline-block; width: 40px; margin-right: 10px; vertical-align: top; cursor: pointer; color:#000; }
.gadget__all-tabs a span { height: 40px; }
.gadget__all-tabs a.current span { background: transparent; border-radius: 50%; border: 1px solid #000; }
.gadget__region-tabs .tab span { font-size: 0; }
.gadget__region-tabs .price { /*background: url(icon-price.png) no-repeat; background-position: center center; background-size: 11px 22px;*/ }
.gadget__region-tabs .price span:before { content: "\f155"; display: inline-block; font-family: 'Font Awesome 5 Pro'; font-weight: 900; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-size: 24px; position: absolute; left: 13px; top: 7px; }
.gadget__region-tabs .list {/* background: url(icon-details.png) no-repeat; background-position: center center;*/ }
.gadget__region-tabs .list span:before { content: "\f00b"; display: inline-block; font-family: 'Font Awesome 5 Pro'; font-weight: 900; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-size: 22px; position: absolute; left: 10px; top: 9px; }
.gadget__region-tabs .map { /*background: url(icon-location.png) no-repeat; background-position: center center; background-size: 13px 20px;*/ }
.gadget__region-tabs .map span:before { content: "\f3c5"; display: inline-block; font-family: 'Font Awesome 5 Pro'; font-weight: 900; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-size: 22px; text-rendering: auto; position: absolute; left: 12px; top: 8px; }

#regionGadget .gadget__all-tabs > .label { display: inline-block !important; color: #000; font-weight: normal; font-size: 0.9em; margin-top: 10px; }
#regionGadget .gadget__all-tabs > .label:before { color: #000; text-transform: uppercase; content: "Make a booking..."; position: absolute; left: 0; display: inline-block; font-size: 30px; top: 0; padding-top: 2px; }
#regionGadget .gadget__all-tabs .tab span { display: block; }

@media (max-width: 767px) {
	#regionGadget .gadget__all-tabs > .label { font-size: 0; }
	.gadget__region-tabs .tab { display: none; }
	#regionGadget .gadget__all-tabs > .label:before { padding-left: 15px; padding-right: 15px; right: 0; }
}
@media (max-width: 380px) {
	#regionGadget .gadget__all-tabs > .label:before { font-size: 22px; }
}