@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none; /* Убираем подчеркивание у ссылок */
}

/*a {
    color: #c6005c; !* Цвет посещённой ссылки *!
}*/
input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

#map {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}
/*  Строка поиска*/
.header-view {
    flex-direction: column;
    font-size: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    right: 16px;
    left: 16px;
    height: auto;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    pointer-events: none;
}

.header-view {
    top: 0;
    right: 0;
    left: 0;
}

.header-view__main-layout {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-shrink: 2;
    z-index: 350;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.header-view__form-layout {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    width: 100%;
    transition: min-width .1s ease-in-out, max-width .1s ease-in-out;
    pointer-events: auto;
}

.header-view__search {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    width: 100%;
    margin: 12px 12px 0;
    border-radius: 16px;
    flex: 1;
    border-radius: 4px;
}

.search-form-view{
    background-color: #ffffff;
    display: flex;
    background-color: #ffffff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    border-radius: 16px;
}

.search-form-view._touch {
    width: auto;
    padding: 4px 0;
}

.mobile-small-search-form-view__button {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.mobile-small-search-form-view__menu {
    position: relative;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
}

.mobile-small-search-form-view__menu._size_large {
    width: 32px;
    height: 32px;
}

.user-icon-view__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: 50% / cover no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.search-form-view__input {
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 16px;
}

.suggest {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.input._view_filled, .input._view_filled-touch-search, .input._view_stroke {
    border-radius: 8px;
    width: 100%;
    position: relative;
    display: inline-flex;
    background-clip: border-box;
    vertical-align: middle;
    background-color: #f6f6f6;
    box-shadow: inset 0 0 0 1px transparent;
    transition: box-shadow .1s ease-out;
    height: 40px;
}

.input._view_filled-touch-search .input__context, .input._view_filled .input__context, .input._view_stroke .input__context {
    width: 100%;
    overflow: hidden;
    cursor: text;
}

.input._view_filled-touch-search._size_medium .input__control, .input._view_filled._size_medium .input__control, .input._view_stroke._size_medium .input__control {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    height: auto;
    min-height: 40px;
    max-height: 40px;
    line-height: 40px;
}

.input._view_filled-touch-search .input__control, .input._view_filled .input__control, .input._view_stroke .input__control {
    vertical-align: baseline;
    background: 0 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-image: none;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-user-select: auto;
    width: 100%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 1px 11px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mobile-small-search-form-view__right-margin {
    min-width: 4px;
}


.sidebar-view._view_small {
    top: unset;
}

/* Сайдбар нижний*/

.sidebar-view {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    pointer-events: all;
}

.sidebar-view__panel {
    display: flex
;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
}

.sidebar-view__panel._with-border-radius {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.scroll {
    position: relative;
    max-height: inherit;
    overflow: hidden;
    width: 100%;
    cursor: default;
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
}

.scroll__container {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    max-height: inherit;
    -webkit-overflow-scrolling: touch;
}

.scroll._width_narrow .scroll__content {
    width: 100%;
    transition: width 0s linear .1s;
}

.scroll__content {
    position: relative;
    overflow: visible;
}

.home-tabs-view {
    background: #fff;
    height: 80px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    display: flex
;
    justify-content: space-between;
}

.home-tabs-view__item {
    color: inherit;
    text-decoration: none;
    cursor: default;
    flex: 1;
    height: 100%;
}

.home-tabs-view__icon {
    width: 48px;
    height: 48px;
    margin: 8px auto 4px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #f6f6f6;
    color: #4d4d4d;
}

.home-tabs-view__text {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #878787;
}


/* Список категорий на карте */

.map-controls__bottom-extension-slot {
    display: flex;
    flex-direction: column;
}

.carousel {
    position: relative;
    align-items: center;
    overflow-y: hidden;
}

.carousel__scrollable._smooth-scroll {
    scroll-behavior: smooth;
}

.carousel__scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    box-sizing: border-box;
}

.carousel__content {
    display: flex
;
    position: relative;
    z-index: 0;
}

.carousel._old-browsers-workaround .carousel__item, .carousel:not(._old-browsers-workaround) .carousel__content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.carousel__item {
    flex-shrink: 0;
}

.shortcuts-carousel__item._theme_air {
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}


.shortcuts-carousel__item {
    cursor: pointer;
    display: inline-flex
;
    align-items: center;
    padding: 8px 12px;
    border-radius: 12px;
    line-height: 0;
    text-decoration: none;
}

.shortcuts-carousel__icon {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    background-size: contain;
    color: #fff;
}

.shortcuts-carousel__text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: var(--color-text-primary-variant);
    white-space: nowrap;
}

.shortcuts-carousel__item {
    cursor: pointer;
    display: inline-flex
;
    align-items: center;
    padding: 8px 12px;
    border-radius: 12px;
    line-height: 0;
    text-decoration: none;
}

.shortcuts-carousel__icon {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    background-size: contain;
    color: #fff;
}

.shortcuts-carousel__icon-inner svg {
    width: 14px;
    height: 14px;
    overflow: visible;
}

/*Гео кнопка*/

.map-controls__geolocation-rotate {
    margin-right: -4px;
}

.map-geolocation-control {
    position: relative;
}

.button._view_air-round {
    background-color: hsla(0, 0%, 100%, .9);
}

.button._view_air-round._size_large, .button._view_air-round._size_medium, .button._view_air-round._size_small, .button._view_air-round._size_xmedium, .button._view_air-round._size_xsmall {
    border-radius: 50%;
}

.button._view_air-round:not(._disabled)._checked .button__icon {
    color: #196dff;
}