@charset "UTF-8";
* { margin: 0; border: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:focus { outline: none; }

*, ::after, ::before { box-sizing: border-box; }

html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; font-family: Catamaran; font-style: normal; font-weight: normal; font-size: 18px; line-height: 1.66; color: #6A6554; }

@-ms-viewport { width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

[tabindex="-1"]:focus { outline: 0 !important; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.7em; color: #342C1B; }

p { margin-top: 0; margin-bottom: 1.5em; }

abbr[data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; }

address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }

dl, ol, ul { margin-top: 0; margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: 0.5rem; margin-left: 0; }

blockquote { margin: 0 0 1rem; }

dfn { font-style: italic; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

a { color: #00843c; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus { outline: 0; }

code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; display: inline-block; }

svg:not(:root) { overflow: hidden; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

[type="reset"], [type="submit"], button, html [type="button"] { -webkit-appearance: button; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

img { max-width: 100%; }

body, html { font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 14px; line-height: 1.2; color: #212330; }

:root { --red: #D04248; --green: #719312; }

a { color: var(--red); transition: all 0.2s; }

img { height: auto; max-width: 100%; }

button { outline: none !important; cursor: pointer; }

input, button, select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; }

h4, .h4 { font-weight: bold; font-size: 16px; line-height: 1.25; margin-bottom: 1.25em; }

.hidden { display: none; }

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */
.datepicker-container { background-color: #fff; direction: ltr; font-size: 12px; left: 0; line-height: 30px; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: none; touch-action: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 210px; z-index: -1; }

.datepicker-container:after, .datepicker-container:before { border: 5px solid transparent; content: " "; display: block; height: 0; position: absolute; width: 0; }

.datepicker-dropdown { border: 1px solid #ccc; -webkit-box-shadow: 0 3px 6px #ccc; box-shadow: 0 3px 6px #ccc; -webkit-box-sizing: content-box; box-sizing: content-box; position: absolute; z-index: 1; }

.datepicker-inline { position: static; }

.datepicker-top-left, .datepicker-top-right { border-top-color: #39f; }

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before { border-top: 0; left: 10px; top: -5px; }

.datepicker-top-left:before, .datepicker-top-right:before { border-bottom-color: #39f; }

.datepicker-top-left:after, .datepicker-top-right:after { border-bottom-color: #fff; top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right { border-bottom-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before { border-bottom: 0; bottom: -5px; left: 10px; }

.datepicker-bottom-left:before, .datepicker-bottom-right:before { border-top-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-right:after { border-top-color: #fff; bottom: -4px; }

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before { left: auto; right: 10px; }

.datepicker-panel > ul { margin: 0; padding: 0; width: 102%; }

.datepicker-panel > ul:after, .datepicker-panel > ul:before { content: " "; display: table; }

.datepicker-panel > ul:after { clear: both; }

.datepicker-panel > ul > li { background-color: #fff; cursor: pointer; float: left; height: 30px; list-style: none; margin: 0; padding: 0; text-align: center; width: 30px; }

.datepicker-panel > ul > li:hover { background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover { color: #999; }

.datepicker-panel > ul > li.highlighted { background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover { background-color: #cce5ff; }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: #39f; }

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover { background-color: #fff; color: #ccc; cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted { background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] { font-size: 18px; }

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] { width: 150px; }

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li { height: 52.5px; line-height: 52.5px; width: 52.5px; }

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover { background-color: #fff; cursor: default; }

.datepicker-hide { display: none; }

@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot?mc5nn7"); src: url("../fonts/icomoon.eot?mc5nn7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mc5nn7") format("truetype"), url("../fonts/icomoon.woff?mc5nn7") format("woff"), url("../fonts/icomoon.svg?mc5nn7#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; }
[class^="ico__"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico__arrow-down:before { content: "\e900"; }

.ico__arrow-left:before { content: "\e901"; }

.ico__arrow-up:before { content: "\e902"; }

.ico__bronirovanie:before, .ico__bron:before { content: "\e903"; }

.ico__cafe:before { content: "\e904"; }

.ico__checkbox:before { content: "\e905"; }

.ico__clock:before { content: "\e906"; }

.ico__close:before { content: "\e907"; }

.ico__dostavka:before { content: "\e908"; }

.ico__filter:before { content: "\e909"; }

.ico__menu:before { content: "\e90a"; }

.ico__minus:before { content: "\e918"; }

.ico__place:before { content: "\e90b"; }

.ico__plus:before { content: "\e919"; }

.ico__samovyvoz:before { content: "\e90c"; }

.ico__select:before { content: "\e90e"; }

.ico__telegram:before { content: "\e91a"; }

.ico__type-cafe:before { content: "\e910"; }

.ico__type-cafebar:before { content: "\e911"; }

.ico__type-canteen:before { content: "\e912"; }

.ico__type-club:before { content: "\e913"; }

.ico__type-coffeehouse:before { content: "\e914"; }

.ico__type-fastfood:before { content: "\e915"; }

.ico__type-more:before { content: "\e916"; }

.ico__type-restaraunt:before { content: "\e917"; }

html, body { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-size: 14px; line-height: 1.7; color: #262626; width: 100%; height: 100%; background-color: #fff; min-width: 1000px; }

@-webkit-keyframes scaleme { 0% { transform: scale(1); }
  30% { transform: scale(1.25); }
  100% { transform: scale(1); } }
@keyframes scaleme { 0% { transform: scale(1); }
  30% { transform: scale(1.25); }
  100% { transform: scale(1); } }
img { height: auto; max-width: 100%; }

button { outline: none !important; cursor: pointer; }

a { color: #0075FF; transition: all 0.2s; }

input, button, select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; font-family: inherit; }

.wrapper { height: 100%; width: 100%; position: relative; overflow: hidden; }

.map { position: absolute; left: 375px; right: 0; top: 0; transition: all 0.3s; bottom: 0; background-color: rgba(255, 117, 0, 0.1); }

.add-company { position: absolute; top: 13px; right: 30px; }

.add-company__link { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; font-weight: 500; font-size: 12px; line-height: 14px; color: #FFFFFF; height: 44px; background: #0075FF; border-radius: 5px; padding: 5px 15px; justify-content: center; }
.add-company__link i { margin-right: 9px; }
.add-company__link:hover { color: #0075FF; background-color: #fff; }

.aside { position: absolute; left: 0; top: 0; bottom: 0; background: #F2F6F9; width: 376px; transition: all 0.3s; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }

.aside__toggle { position: absolute; width: 23px; height: 44px; background: #FFFFFF; border-radius: 4px; display: -webkit-flex; display: flex; padding-left: 2px; -webkit-align-items: center; align-items: center; justify-content: center; color: #586286; font-size: 11px; cursor: pointer; z-index: 3; right: -13px; top: 13px; transition: all 0.3s; }
.aside__toggle:hover { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); }
.aside__toggle.active i { transform: rotateY(180deg); }

.ico__arrow-left { transition: all 0.3s; }

.aside__header { height: 70px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; justify-content: space-between; padding-left: 30px; flex: 0 0 70px; padding-right: 28px; border-bottom: 1px solid #DEE6ED; background: #fff; position: relative; }

.aside__city-toggle { font-weight: 500; font-size: 12px; line-height: 14px; max-width: 170px; text-overflow: ellipsis; position: relative; overflow: hidden; color: #262626; padding-left: 24px; background: url(../images/ico__telegram.svg) 0 50% no-repeat; display: inline-block; white-space: nowrap; }
.aside__city-toggle:hover { color: #0075FF; }

.aside__city-check { position: absolute; z-index: 100; left: 160px; top: 66px; display: none; }
.aside__city-check::before { left: -100vw; right: -100vw; top: -100vh; bottom: -100vh; position: absolute; content: ''; background: #0E1936; opacity: 0.3; }

.aside__city-check-inner { position: relative; width: 320px; padding: 25px 30px; background: #FFFFFF; box-shadow: 0px 10px 15px rgba(126, 158, 196, 0.4); border-radius: 5px; text-align: center; }
.aside__city-check-inner::before { content: ''; position: absolute; left: 50%; margin-left: -15px; bottom: 100%; border: 15px solid transparent; border-bottom: 15px solid #fff; }

.aside__city-check-q { font-weight: 400; font-size: 14px; line-height: 178.19%; color: #000000; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 20px; }

.aside__city-btns { display: flex; align-items: center; margin-bottom: 23px; justify-content: space-between; }

.aside__city-btn { width: 120px; height: 34px; display: flex; align-items: center; font-weight: 500; font-size: 12px; transition: all 0.3s; cursor: pointer; line-height: 14px; color: #0075FF; justify-content: center; padding: 10px; background: #E5F1FF; border-radius: 5px; }
.aside__city-btn:hover { background-color: #0075FF; color: #fff; }

.aside__city-btn_yes { background-color: #0075FF; color: #fff; }
.aside__city-btn_yes:hover { color: #0075FF; background: #E5F1FF; }

.aside__city-other { font-weight: 500; font-size: 12px; line-height: 14px; color: #0075FF; }
.aside__city-other a:hover { text-decoration: underline; }

.aside__filter { flex: 0 0 auto; background: #fff; padding: 15px 20px 12px; }

.aside__type { display: -webkit-flex; display: flex; flex-wrap: wrap; }
.aside__type.hasSelect { justify-content: space-between; }
.aside__type.hasSelect .aside__type-item:not(.selected), .aside__type.hasSelect .aside__type-toggle:not(.selected), .aside__type.hasSelect .aside__type-toggle { flex: 0 0 0; width: 0; opacity: 0; padding: 0; height: 0; }
.aside__type.hasSelect .aside__type-reset { flex: 0 0 56px; width: 56px; padding: 10px; opacity: 1; }
.aside__type.hasSelect .aside__type-item.selected, .aside__type.hasSelect .selected.aside__type-toggle { flex: 0 0 75%; padding-top: 3px; padding-bottom: 3px; }
.aside__type.hasSelect .aside__type-item.selected label, .aside__type.hasSelect .selected.aside__type-toggle label { display: flex; align-items: center; }
.aside__type.hasSelect .aside__type-item.selected .aside__type-icon, .aside__type.hasSelect .selected.aside__type-toggle .aside__type-icon { flex: 0 0 50px; transform: scale(0.72); transform-origin: 0 50%; margin-right: 0; margin-left: 0; margin-bottom: 0; }
.aside__type.hasSelect .aside__type-item.selected .aside__type-title, .aside__type.hasSelect .selected.aside__type-toggle .aside__type-title { font-weight: 500; font-size: 22px; line-height: 26px; color: #0A1F55; }

.aside__type-item, .aside__type-toggle { flex: 0 0 25%; padding: 10px; position: relative; overflow: hidden; text-align: center; transition: all 0.3s; }

.aside__type-label { text-align: center; margin: 0; font-weight: 400; font-size: 12px; line-height: 14px; color: #0A1F55; cursor: pointer; position: relative; display: inline-block; }
.aside__type-label input { position: absolute; left: 0; top: 0; opacity: 0; }

.aside__type-icon { width: 50px; height: 50px; flex: 0 0 50px; border-radius: 50%; margin: 0 auto 11px; display: block; background-position: 50% 50%; background-repeat: no-repeat; border-radius: 333px; transition: all 0.3s; }

.aside__type-icon_cafe { background-color: #FF5252; background-image: url(../images/ico__type-cafe.svg); }

.aside__type-title { display: block; }

.aside__type-icon_restaurant { background-color: #5F82FF; background-image: url(../images/ico__type-restaraunt.svg); }

.aside__type-icon_fastfood { background-color: #0E92BC; background-image: url(../images/ico__type-fastfood.svg); }

.aside__type-icon_canteen { background-color: #EC47DB; background-image: url(../images/ico__type-canteen.svg); }

.aside__type-icon_cafebar { background-color: #83964C; background-image: url(../images/ico__type-cafebar.svg); }

.aside__type-icon_club { background-color: #C551EE; background-image: url(../images/ico__type-club.svg); }

.aside__type-icon_coffeehouse { background-color: #7A5E16; background-image: url(../images/ico__type-coffeehouse.svg); }

.aside__type-item_st:not(.active) { width: 0; height: 0; opacity: 0; flex: 0 0 0; padding: 0; }

.aside__type-toggle-btn { text-align: center; font-weight: 400; font-size: 12px; line-height: 14px; color: #0A1F55; cursor: pointer; }
.aside__type-toggle-btn.collapsed .aside__type-toggle-icon .ico__close { display: block; }
.aside__type-toggle-btn.collapsed .aside__type-toggle-icon .ico__type-more { display: none; }

.aside__type-toggle-icon { display: flex; align-items: center; justify-content: center; font-size: 17px; color: #A3B0CB; background: #E3E9F5; border-radius: 333px; width: 50px; height: 50px; margin: 0 auto 10px; transition: all 0.3s; }
.aside__type-toggle-icon .ico__close { display: none; font-size: 30px; }
.aside__type-toggle-icon:hover { background: #0075FF; color: #fff; }

.aside__type-reset { flex: 0 0 56px; padding: 10px; position: relative; overflow: hidden; text-align: center; transition: all 0.3s; width: 0; padding: 0; flex: 0 0 0; opacity: 0; }

.aside__type-reset-btn { text-align: center; cursor: pointer; }

.aside__type-reset-icon { display: flex; align-items: center; justify-content: center; font-size: 25px; color: #A3B0CB; background: #E3E9F5; border-radius: 333px; width: 36px; height: 36px; transition: all 0.3s; }
.aside__type-reset-icon:hover { background: #0075FF; color: #fff; }

.aside__tags { padding-left: 6px; padding-right: 6px; display: flex; flex-wrap: wrap; }

.aside__tag { font-weight: 500; font-size: 12px; line-height: 14px; color: #0075FF; margin: 5px 4px; display: flex; align-items: center; background: rgba(0, 117, 255, 0.1); border-radius: 5px; height: 34px; padding: 0 12px; }

.aside__tag-remove { margin-left: 6px; color: #FFFFFF; font-size: 10px; padding-top: 2px; background: #0075FF; width: 17px; height: 17px; border-radius: 50%; transition: all 0.3s; }
.aside__tag-remove:hover { background-color: #fff; color: #0075FF; }

.aside__box { flex: 1 1 auto; position: relative; }
.aside__box::before { content: ''; position: absolute; background: linear-gradient(180deg, rgba(135, 158, 185, 0.2) 0%, rgba(255, 255, 255, 0) 100%); left: 0; right: 0; top: 0; height: 46px; pointer-events: none; }

.card-list-wrap { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; padding: 22px 12px 11px 30px; }

.card-list-before { flex: 0 0 16px; font-weight: 500; font-size: 14px; line-height: 16px; color: #212330; margin-bottom: 17px; }

.card-list { flex: 1 1 auto; max-height: calc(100% - 33px); overflow-y: auto; padding-right: 13px; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.card-list::-webkit-scrollbar { background: #CFDFEC; border-radius: 33px; width: 2px; }
.card-list::-webkit-scrollbar-thumb { background: #A9BBCB; border-radius: 33px; width: 2px; }

.card { background: #FFFFFF; box-shadow: 0px 10px 15px rgba(126, 158, 196, 0.4); border-radius: 10px; margin-bottom: 15px; padding: 20px; }
.card:last-child { margin-bottom: 25px; }

.card__header { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; margin-bottom: 18px; cursor: pointer; }

.card__logo { width: 70px; height: 70px; flex: 0 0 70px; position: relative; overflow: hidden; margin-right: 15px; }
.card__logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }

.card__type { font-weight: 400; font-size: 12px; line-height: 1.5; text-transform: uppercase; color: #767C8D; margin-bottom: 4px; }

.card__type_restaurant::before { content: 'Ресторан'; }

.card__type_cafe::before { content: 'Кафе'; }

.card__name { font-weight: 700; font-size: 16px; line-height: 1.2; color: #0A1F55; }

.card__contact { padding-bottom: 8px; }

.card__contact-item { display: flex; font-weight: 400; font-size: 12px; line-height: 18px; color: #4E5163; margin-bottom: 8px; align-items: center; }
.card__contact-item i { flex: 0 0 22px; }
.card__contact-item .ico__place { font-size: 16px; }
.card__contact-item .ico__clock { font-size: 13px; }

.card__footer { display: flex; align-items: center; justify-content: space-between; }

.card__meta { display: flex; align-items: center; }
.card__meta i { width: 25px; height: 25px; border-radius: 50%; background: #879EB9; color: #fff; font-size: 12px; text-align: center; line-height: 25px; margin-right: 5px; }

.card__link { font-weight: 500; font-size: 12px; line-height: 14px; color: #0075FF; display: flex; align-items: center; }
.card__link:hover { color: #586286; }
.card__link i { margin-right: 7px; font-size: 16px; }

.full-card { position: absolute; top: 70px; right: 0; left: 0; bottom: 0; background: #fff; z-index: 5; transform: scale(0); opacity: 0; padding: 15px 30px; transition: all 0.3s; display: none; overflow-y: auto; }
.full-card::-webkit-scrollbar { display: none; }
.full-card.active { opacity: 1; transform: scale(1); }
.loaded .full-card { display: block; }

.full-card__header { display: flex; align-items: center; margin-bottom: 35px; }

.full-card__logo { flex: 0 0 70px; width: 70px; height: 70px; position: relative; overflow: hidden; margin-right: 15px; }
.full-card__logo img { height: 70px; border-radius: 50%; width: 70px; object-fit: cover; }

.full-card__title { flex: 1 1 auto; }

.full-card__type { font-weight: 400; font-size: 12px; line-height: 18px; text-transform: uppercase; color: #767C8D; margin-bottom: 4px; }

.full-card__name { font-weight: 700; font-size: 16px; line-height: 19px; color: #0A1F55; }

.full-card__contact { padding-bottom: 4px; }

.full-card__contact-item { font-weight: 400; font-size: 14px; line-height: 18px; margin-bottom: 22px; color: #262626; display: flex; align-items: center; }
.full-card__contact-item i { width: 22px; flex: 0 0 22px; color: #879EB9; }

.full-card__close { position: absolute; right: 30px; top: 15px; width: 36px; height: 36px; position: absolute; color: #A3B0CB; background: #EFF4F7; border-radius: 50%; cursor: pointer; padding-left: 1px; display: flex; align-items: center; justify-content: center; font-size: 25px; transition: all 0.3s; }
.full-card__close:hover { background: #0075FF; color: #fff; }

.full-card__subtitle { font-weight: 400; font-size: 12px; line-height: 18px; /* identical to box height, or 150% */ text-transform: uppercase; margin-bottom: 9px; color: #767C8D; }

.full-card__meta { margin-bottom: 25px; display: flex; align-items: center; }
.full-card__meta i { width: 25px; height: 25px; border-radius: 50%; background: #879EB9; color: #fff; font-size: 12px; text-align: center; line-height: 25px; margin-right: 5px; }

.full-card__content { font-weight: 400; font-size: 14px; line-height: 24px; color: #262626; margin-bottom: 24px; }

.full-card__link { display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 12px; line-height: 14px; background: #0075FF; border-radius: 5px; height: 44px; width: 100%; color: #FFFFFF; }
.full-card__link i { font-size: 20px; margin-right: 7px; }
.full-card__link:hover { background-color: rgba(0, 117, 255, 0.2); color: #0075FF; }

.types { display: flex; position: absolute; left: 410px; top: 13px; transition: all 0.3s; }

.types__label { position: relative; margin: 0 10px 0 0; cursor: pointer; }
.types__label span { font-weight: 500; font-size: 12px; line-height: 14px; color: #262626; padding: 15px; display: block; background: #FFFFFF; border-radius: 5px; transition: all 0.3s; }
.types__label input { position: absolute; left: 0; top: 0; opacity: 0; }
.types__label input:checked ~ span { color: #0075FF; background: #E5F1FF; }

.modal { position: fixed; z-index: 1000; left: 0; top: 110%; right: 0; height: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -webkit-flex; display: flex; padding: 15px; opacity: 0; transition: all 0.3s; }
.modal.active { top: 0; opacity: 1; }

.modal__overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(14, 25, 54, 0.3); }

.modal__inner { margin: auto; max-height: 100%; overflow-y: auto; position: relative; }

.modal__box { width: 477px; background: #FFFFFF; border-radius: 10px; padding: 40px 50px; }

.modal__close { position: absolute; top: 15px; right: 15px; width: 36px; height: 36px; color: #A3B0CB; cursor: pointer; background: #EFF4F7; border-radius: 50%; font-size: 25px; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.modal__close:hover { background: #0075FF; color: #fff; }

.modal__title { font-weight: 700; font-size: 22px; color: #000000; margin-bottom: 18px; }

.modal__input { margin-bottom: 20px; width: 100%; background: #F1F6FB; border-radius: 4px; height: 46px; padding-left: 13px; font-family: 'Roboto'; font-style: normal; font-weight: 400; font-size: 13px; }
.modal__input:-moz-placeholder { color: #9CACC1; }
.modal__input::-moz-placeholder { color: #9CACC1; }
.modal__input:-ms-input-placeholder { color: #9CACC1; }
.modal__input::-webkit-input-placeholder { color: #9CACC1; }

.modal__search { position: relative; max-height: 300px; overflow-y: auto; }
.modal__search::-webkit-scrollbar { background: #CFDFEC; border-radius: 33px; width: 2px; }
.modal__search::-webkit-scrollbar-thumb { background: #A9BBCB; border-radius: 33px; width: 2px; }

.modal__search-result { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-size: 14px; line-height: 114.19%; color: #262626; }
.modal__search-result > * { margin-bottom: 1em; }
.modal__search-result > *:last-child { margin-bottom: 0; }

.modal__search-result-item { margin-bottom: 8px; }

.modal-search-city { cursor: pointer; }
.modal-search-city:hover { text-decoration: underline; }

.zoom { transform: translateY(50vh); background: #fff; box-shadow: 0px 10px 12px rgba(52, 76, 104, 0.4); border-radius: 5px; font-size: 0; margin-top: -40px; }

.zoom__btn { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: #fff; margin-bottom: 1px; color: #2C67F5; transition: all 0.3s; cursor: pointer; border-radius: 5px 5px 0 0; }
.zoom__btn:hover { background-color: rgba(0, 117, 255, 0.22); }
.zoom__btn:last-child { margin-bottom: 0; border-top: 1px solid #999DA9; border-radius: 0 0 5px 5px; }

.rc-point { width: 48px; height: 84px; position: relative; }
.rc-point.active .rc-point__bg svg { fill: #0075FF; }
.rc-point.active .rc-point__bg svg path { fill: #0075FF; }

.rc-point__bg { position: absolute; left: 0; top: 0; width: 48px; height: 60px; z-index: 3; color: #fff; }
.rc-point__bg svg { fill: #fff; filter: drop-shadow(0px 10px 12px rgba(52, 76, 104, 0.4)); }
.rc-point__bg svg path { fill: #fff; }
.rc-point__bg img { width: 100%; height: 100%; filter: drop-shadow(0px 10px 12px rgba(52, 76, 104, 0.4)); }

.rc-point__img { position: absolute; top: 5px; left: 5px; width: 38px; height: 38px; z-index: 3; }
.rc-point__img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.rc-point__dot { position: absolute; left: 10px; bottom: 0; width: 28px; height: 28px; background-color: rgba(0, 117, 255, 0.15); border-radius: 50%; }
.rc-point__dot::after { content: ''; position: absolute; left: 10px; bottom: 10px; background: #0075FF; width: 8px; height: 8px; border-radius: 50%; }

.preloader { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 11111; background-color: #fff; display: flex; align-items: center; justify-content: center; }
.preloader img { -webkit-animation-delay: 0.05s; animation-delay: 0.05s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-transition: all 0.1s; transition: all 0.1s; -webkit-animation-name: scaleme; animation-name: scaleme; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.loaded .preloader { opacity: 0; pointer-events: none; }

.hidesidebar .aside { left: -366px; }
.hidesidebar .map { left: 9px; }
.hidesidebar .types { left: 44px; }

.rc-claster-point { display: inline-block; background-color: #fff; padding: 5px 20px; border: 2px solid #0075FF; border-radius: 3px; color: #0075FF; cursor: pointer; transition: all 0.3s; }
.rc-claster-point:hover { background-color: #0075FF; color: #fff; }
