/**
 * @link https://stackoverflow.com/questions/69261011/disable-pull-to-refresh-in-ios-15-safari
 */
.has-modal {
    overflow: hidden;
    min-height: 100.3%;
    overscroll-behavior-y: none;
}
.has-modal body {
    overscroll-behavior-y: none;
}
.search-trigger {
    width: 70px;
    height: 70px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent url("../images/icons/Search_all_menu_button.svg") no-repeat;
    position: absolute;
    left: auto;
    bottom: 5px;
    right: 15px;
    z-index: 1001;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 70px;
    -webkit-tap-highlight-color: rgba(44,44,44,0.5);
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}
.search-trigger--active {
    background-image: url("../images/icons/Close_search_button.svg");
}
.search-trigger__img {}

.search-bar {
    background-color: rgba(40,40,40,0.75);
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1499;
    transform: translateX(100%);
    transition: 0.23s ease-out;
}
.home .search-bar {
    top: 175px;
}
.home .navbar-fixed .search-bar {
	top: 140px;
}
.search-bar--active {
    transform: translateX(0);
}

.search-bar__pills {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 30px 20px;
    background-color: #313131;
}

@supports (-webkit-touch-callout: none) {
    .search-bar__pills {
        gap: 0;
    }

    .search-bar__button:first-child {
        margin-right: 14px;
    }
    .search-bar__button:last-child {
        margin-left: 14px;
    }
}

.search-bar__button {
    height: 60px;
    background-color: #4A4A4A;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #FDF2E4;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(44,44,44,0.5);
}
.search-bar__button--icon {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}

.search-bar_cancel{
	display: none;
	color: #00B1C6;
	font-family: Inter;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: 0.95px;
	margin-left: 20px;
}

.search-bar__inputs {
    padding: 0px 21px;
	position: absolute;
	width: 538px;
	box-sizing: border-box;
	top: 70px;
	left: -4px;
}
.search-bar__form {
    display: grid;
    grid-template-columns: auto 60px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
	position: relative;
	width: auto;
	margin: 0;
}
.search-bar__form.active {
	grid-template-columns: auto 100px;
}
.search-bar__form.active .search-bar__icons{
	display: none;
    position: relative;
}
.search-bar__form .search-bar__icons .count-main-filters-number{
    top: -1px;
    right: -8px;
}
.search-bar__form.active .search-bar_cancel{
	display: block;
}

.search-bar__form:before {
	display: block;
	content: '';
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	background: url('../images/Find_button_24.svg');
	z-index: 1;
}
.search-bar__form .search-bar__input {
    height: 56px;
    padding: 0 18px 0 56px;
    line-height: 55px;
    background-color: #313131;
    border-radius: 10px;
    border: none;
    color: #FDF2E4;
    font-size: 20px;
    outline: none !important;
    margin-right: -1px;
    position: relative;
	width: auto;
}
.search-bar__submit {
    width: 60px;
    height: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 60px;
    border: none;
    background: none;
    position: absolute;
	right: 96px;
}
.search-bar__submit--clear {
    background-image: url("../images/icons/Clear_button.svg");
}
.search-bar__submit--loading {
    background-image: none;
}
.search-bar__submit--loading:after {
    content: " ";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
    box-sizing: border-box;
}
.search-bar__overlay,
.search-bar__results {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}
.search-bar__overlay {
    z-index: 1500;
}
.search-bar__results {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    background-color: #414141;
    z-index: 1501;
}
.search-bar__items {
    height: 100%;
}
.search-bar__results--active {
    transform: translateX(0);
}
.search-bar__results .spinner {
    display: none;
}
.searchwp-live-search-results {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}
.search-bar__result {
    height: 80px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    border-top: 1px solid #4B4B4B;
    border-bottom: 1px solid #313131;
    background-color: #414141;
    padding: 8px 20px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(44,44,44,0.5);
}
.search-bar__result.girls-result {
    height: 120px;
    padding: 14px 20px;
}
.search-bar__result:last-child {
    margin-bottom: 20px;
    border-bottom: none;
}
.search-bar__result--section {
    background-color: #313131;
    color: #8A8681;
    text-transform: uppercase;
    padding-left: 20px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
}
.search-bar__result--image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: none;
}
.search-bar__result.girls-result .search-bar__result--image {
    width: 90px;
    height: 90px;
}
.search-bar__result--image img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
}
.search-bar__result--name {
    text-align: left;
	line-height: 24px;
}
.search-bar__result--title {
    font-size: 21px;
    color: #FDF2E4;
    font-weight: 500;
}
.search-bar__result--metroline {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	border-radius: 50%;
}
.search-bar__result--subtitle {
    color: #8A8681;
    font-size: 16px;
}
.search-bar__result--subway {
    text-align: right;
    color: #8A8681;
    font-size: 16px;
	margin-left: auto;
}
.search-bar__noresults {
    padding: 25px 20px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-bottom: -26px;
}
.search-bar__noresults:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    background: url("../images/icons/attention_search_icon.svg") 0 50% no-repeat;
    vertical-align: bottom;
    margin-right: 7px;
}

.search-bar__result--subway-title>b {
	font-size: 17px;
}

.search-bottom-message {
    padding: 40px 20px 20px;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    line-height: 22px;
    width: 450px;
    margin: 0 auto;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
