:root {
	--Black: #000;
	--Darker: #141414;
	--Border: #E2E4E7;
	--Light-Border: #F2F4F7;
	--Red: #FF2D2D;
	--Red-border: #EB6247;
}
html,
.rb--scrolled-container {
	scrollbar-width: thin;
}

.c-my-routes body {
	height: 100vh;
	overflow: hidden;
}
.header-wrapper .container {
	max-width: unset;
	padding: 0 40px;
}
.w_header__nav-item { margin-right: auto; }
.w_header__nav_primary { margin-left: 30px; }
.w_header__nav-link {margin-right: 12px;}
header.bl-header {
	border-bottom: 1px solid var(--Border, #E2E4E7);
}

.rb--wrapper {
	display: flex;
	align-items: stretch;
	font-family: "Geologica", Arial, sans-serif;
	height: calc(100vh - 100px);
}
.rb--wrapper * {
	font-family: "Geologica", Arial, sans-serif;
}

.rb--wrapper .sidebar {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: stretch;
	max-width: 28vw;
	min-width: 495px;
	width: 100%;
	padding: 32px;
	overflow: hidden;
}

.rb--wrapper > .content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: inherit;
	height: auto;
	overflow: hidden;
	flex: 1;
}
#guidebook-form {
	width: 100%;
}
.btn.btn-angle-left {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #707070;
	max-width: fit-content;
}
.btn.btn-angle-left::before,
.btn.btn-angle-left::after {
	content: '';
	position: absolute;
	display: block;
	width: 9px;
	height: 2px;
	left: 0;
	top: -6px;
	bottom: 0;
	background: #707070;
	margin: auto;
	transform: rotateZ(-45deg);
}
.btn.btn-angle-left::after {
	transform: rotateZ(45deg);
	top: 6px;
}

.rb--title {
	font-family: "Geologica", Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 33.6px;
	text-align: left;
	color: var(--Black, #141414);
	margin-top: 40px;
	margin-bottom: 10px;
}
.rb--description {
	width: 100%;
	height: auto;
	background-color: transparent;
	border: none;
	resize: none;
	font-family: "Geologica", Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18.2px;
	text-align: left;
	color: #95979C;
	margin-bottom: 15px;
}
.rb--description::placeholder {
	color: #D1D1D1;
}

.rb--buttons {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 24px;
}
.rb--wrapper a.add-routes {
	width: auto;
	margin-top: 0;
	border-radius: 12px;
}
.rb--wrapper .add-routes svg {
	margin-left: 0;
	margin-right: 0;
}
.rb--wrapper .add-routes.mr svg { margin-right: 10px;}
.big-buttons {
	display: flex;
}
.big-buttons a:first-child {margin-right: 10px;}
.small-buttons {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.small-buttons a {
	display: flex;
	width: 36px;
	height: 36px;
	flex: 1;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
.small-buttons a:hover {
	background: var(--Light-Border);
}
.rb--init-day-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #95979C;
	width: 100%;
	padding: 3.5rem;
	border-radius: 1.6rem;
	margin-top: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #707070;
}
.rb--init-day-btn svg {margin-right: 10px;}
.rb--init-day-btn a {
	display: none;
}
.rb--init-day-btn.minified {
	position: relative;
	max-height: 0;
	padding: 0;
	margin-bottom: 45px;
	font-size: 0;
}

.rb--init-day-btn.minified a {
	position: absolute;
	display: block;
}
.rb--scrolled-container {
	overflow-y: auto;
	height: auto;
	flex: 1;
	overflow-x: hidden;
	padding-right: 20px;
	margin-right: -20px;
}
.rb--day {
	margin-top: 24px;
	border: 1px solid var(--Border);
	border-radius: 24px;
}

.rb--day:first-of-type {margin-top: 0;}

.rb--day .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
	padding: 28px 24px;
	border-bottom: 1px solid var(--Border);
}
.rb--day .title > div {
	flex: 1;
}
.rb--day .content {
	padding: 28px 24px;
}
.rb--day.undistributed .items:empty:before {
	content: attr(placeholder);
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	text-align: left;
	color: #95979C;
}

.rb--day .buttons {
	display: flex;
	align-items: stretch;
	color: var(--Red-border);
	border: 1px dashed var(--Red-border);
	border-radius: 12px;
	flex: 1;
}
.rb--day .buttons:empty {
	border: none;
}
.rb--day .buttons button {
	padding: 1rem 0 2rem 0;
	flex: 1;
	color: var(--Red-border);
	white-space: pre-line;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	text-align: center;
}
.rb--day .buttons button:nth-child(2) {
	border-left: 1px dashed var(--Red);
}
.rb--day .buttons button:first-of-type {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.rb--day .buttons button:last-of-type {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.rb--day .actions {
	position: relative;
	display: flex;
	justify-content: center;
	pointer-events: all;
	flex: unset!important;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border-radius: 4px;
	padding: 5px 0;
}

.rb--day .actions-menu {
	position: absolute;
	right: 0;
	background: #fff;
	box-shadow: 0px 4px 24px 0px #0000001F;
	border-radius: 8px;
	padding: 6px 0;
	display: none;
	flex-wrap: wrap;
	justify-content: flex-start;
	bottom: 0;
	transform: translateY(100%);
}

.actions-menu button {
	display: flex;
	align-items: center;
	width: max-content;
	flex: 1;
	text-align: left;
	padding: 9px 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.6px;
	text-align: left;
	color: var(--Darker);
}
.actions-menu button:last-of-type {
	color: var(--Red-border);
}
.actions-menu button svg {
	margin-right: 10px;
}
.actions-menu button:hover {
	background: var(--Light-Border);
}
.rb--day .actions:hover {
	background: var(--Light-Border);
}
.rb--day .actions:hover .actions-menu,
.rb--day .actions:focus .actions-menu,
.rb--day .actions:active .actions-menu {
	display: flex;
}
.rb--day .item {
	background: #fff;
}
.rb--day .item .content {
	display: flex;
	align-items: stretch;
	padding: 0;
	pointer-events: none;
	padding: 12px 0;
}
.rb--day .item:first-of-type .content {
	padding-top: 24px;
}

.rb--day .dnd {
	display: flex;
	align-items: center;
	justify-content: unset;
	min-width: 24px;
	height: auto;
	cursor: pointer;
	pointer-events: all;
}
.rb--day .item:hover .info .title {
	border-bottom: 1px solid #000;
}
.rb--day .item .picture {
	border-radius: 12px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	aspect-ratio: 1/1;
}

.rb--day .item .picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rb--day .item .info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
	margin-left: 16px;
	padding: 0;
	flex: 1;
}
.rb--day .item .info .attributes {
	font-size: 12px;
	font-weight: 300;
	line-height: 14.4px;
	text-align: left;
	color: #7D7D7D;
}
.rb--day .item .info .title {
	font-size: 18px;
	font-weight: 400;
	line-height: 23.4px;
	text-align: left;
	color: var(--Darker);
	border-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.rb--day .item .notify {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	margin-left: 24px;
}

.rb--day .item .comment {
	width: 100%;
	padding: 12px 14px;
	border-radius: 8px;
	border-top-left-radius: 8px;
	border: 1px solid #E2E4E7;
	border-top-left-radius: 2px;
	color: #707070;
	word-break: break-all;
	max-height: 88px;
	overflow-y: auto;
	font-size: 14px;
	font-weight: 300;
	line-height: 18.2px;
	text-align: left;
	transition: .3s;
}
.rb--day .item .comment::before {
	content: attr(placeholder);
	color: #707070;
}

.rb--day .item .comment:hover {
	color: #95979C;
	border-color: #95979C;
}
.rb--day .item .comment:hover [placeholder] {
	color: #95979C;
	opacity: 1;
}
.rb--day .item .comment:focus {
	color:var(--Darker);
	border-color: var(--Darker);
}
.rb--day .item .comment:focus:before,
.rb--day .item .comment:not(:empty):before {content: none;}
.rb--day .item .comment:not(:placeholder-shown):not(:active):not(:focus) {
	background-color: var(--Light-Border);
	color: var(--Black);
}
.rb--day .item .notify .remove {
	display: none;
	margin-left: 8px;
}
.rb--day .item .notify:hover .remove,
.rb--day .item .notify .comment:focus + .remove,
.rb--day .item .notify .comment:active + .remove {
	display: block;
}
.rb--day .item .notify .remove:hover {
	background: var(--Light-Border);
	border-radius: 4px;
}
.rb--filters-wrapper {
	border-left: 1px solid #E2E4E7;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 16px 16px;
}
.rb--filter-item:first-of-type,
.rb--filter-item:nth-child(2) {
	border-right: 1px solid #E2E4E7;
	padding-right: 20px;
}
.rb--filters-top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	max-width: 100%;
	overflow-x: auto;
	scrollbar-width: thin;
}
.rb--filters-bottom {
	width: 100%;
	max-width: 1100px;
}
.rb--filter-item {
	cursor: pointer;
	margin: 0 10px;
	padding: 0 6px;
}
.rb--filter-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	text-align: left;
	color: #707070;
}
.rb--filter-label svg {
	fill: #707070;
	margin-bottom: 6px;
	width: 20px;
	height: 20px;
}
.rb--filter-item input:checked + div svg,
.rb--filter-item input:checked + div span {
	fill: #FF2D2D!important;
	color: #FF2D2D;
}
.rb--filters-wrapper .checkselect {
	min-width: unset;
}
.rb--filters-wrapper .checkselect-control::before {
	background: url("/images/svg/select-arr-black.svg");;
	right: 0 !important;
}
.rb--filters-wrapper .checkselect-control select,
.rb--filters-wrapper .w_btn-text {
	color: var(--Darker)!important;
}
.rb--filters-wrapper .checkselect-control select {
	width: auto;
	padding-right: 70px;
}
.rb--filters-wrapper .checkselect-control,
.rb--filters-wrapper .filter-flex .w_btn {
	height: auto;
	line-height: 1!important;
}
#directionSearchButton .w_btn-text,
#distanceSearchButton .w_btn-text {
	line-height: 1!important;
}
.rb--filters-wrapper #searchInput {
	position: relative;
	display: flex;
	padding: 0;
	border: 0;
}
.rb--filters-wrapper #searchInput input {
	border-radius: 8px !important;
	border: 1px solid #e2e4e7;
	height: inherit;
	margin: 0 5px;
	padding: 15px;
}
.rb--filters-wrapper .filter-btn {
	width: auto;
	border-radius: 8px;
}
.rb--filters-wrapper .checkselect label {
	display: flex;
}
#ymaps {
	width: 100%;
	height: 100%;
	position: relative;
}
#ymaps > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: .6;
}
#ymaps.loading::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 1;
	opacity: .5;
}
.rb--filters-wrapper .filter-flex {
	flex-wrap: wrap;
	gap: 10px 0;
}
.rb--filters-wrapper .filter-flex > div.w_btn:focus,
.rb--filters-wrapper .filter-flex>div.w_btn:active,
.rb--filters-wrapper .filter-flex>div.w_btn:hover {
	border: 1px solid var(--Darker);
	color: var(--Darker);
}

.ymap_baloon_wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 4px 24px 0px #0000001F;
}

.ymap_baloon_wrapper .w_newsList__item-image {
	width: 35%;
	max-height: 110px;
}

.ymap_baloon_content {
	width: 65%;
	padding: 10px 5px 5px 10px;
}

.ymap_baloon_wrapper .w_btn.w_btn-blue {
	font-size: 16px;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	font: 0/0 a !important;
	background: none !important;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	/* font: 0/0 a; */
	font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #444;
	border-bottom: none;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
}

.mapBaloon__coast-bar {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	top: 15px;
	right: 15px;
}

.mapBaloon__coast-bar > div {
	font-family: 'Geologica';
	font-size: 10px;
	font-weight: 400;
	line-height: 17.5px;
	border-radius: 4px;
	margin-left: 10px;
	background: #fff;
	color: var(--Grey, #707070);
	text-align: center;
	padding: 5px 8px;
}

.mapBaloon__coast-bar .mapBaloon__coast {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #fff;
	top: unset;
	left: unset;
	right: unset;
}

.mapBaloon__close {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: -39px auto;
	background: #FF2D2D;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	border: 0;
}
.mapBaloon__close::before,
.mapBaloon__close::after,
.mapBaloonHorizontal__close::before,
.mapBaloonHorizontal__close::after {
	width: 60%;
	background: #fff;
	margin: auto;
	height: 2px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ymap_baloon_wrapper .mapBaloon__content {
	padding-top: 16px;
}

.ymap_baloon_wrapper .mapBaloon__content>div {
	margin-top: 8px;
}

.mapBaloon__content a.mapBaloon__content-title {
	color: var(--Darker);
	margin-bottom: 8px;
	display: inline-block;
	font-family: "Geologica Roman";
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
}

.mapBaloon__content {
	font-family: "Geologica";
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.5px;
	text-align: left;
	color: #707070;
}

.mapBaloon__coast-bar>div.__price,
.mapBaloon__coast-bar>div.__rating {
	color: var(--Darker);
}

.mapBaloon__coast-bar>div.__rating img {
	margin-top: 1px;
}

.ymap_baloon_wrapper .mapBaloon__content {
	padding-top: 16px;
}

.ymap_baloon_wrapper .mapBaloon__content>div {
	margin-top: 8px;
}

.mapBaloon__content a.mapBaloon__content-title {
	color: var(--Darker);
	margin-bottom: 8px;
	display: inline-block;
	font-family: "Geologica Roman";
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
}

.mapBaloon__content {
	font-family: "Geologica";
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.5px;
	text-align: left;
	color: #707070;
}
.__contacts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-top: 20px !important;
}

.__contacts .__contacts-link {
	color: var(--Darker);
}

.__contacts .__social-link {
	display: flex;
	min-width: 20px;
	min-height: 20px;
	margin-left: 12px;
}

.__contacts .__social-link img {
	width: 100%;
}

.__contacts .__social {
	display: flex;
	align-items: center;
}

.__buttons {
	width: 100%;
	margin-top: 10px !important;
}

a.btn_booking {
	margin-top: 0;
}
.__city {
	font-size: 12px;
	color: #808080;
}
.w_newsList__item-content_wrapper {
	width: 100%;
}
.ymap_baloon_wrapper .add-routes.btn-anim {
	border-radius: 8px;
}
.ymap_baloon_wrapper .add-routes.btn-anim svg {
	margin-left: 10px;
}
.ymap_baloon_wrapper .btn_booking {
	border-radius: 8px;
}

.selectric {
	position: relative;
	border: 1px solid #E2E4E7;
	border-radius: 4px;
	padding: 13px 16px;
	margin: 16px 0 6px 0;
}
.selectric-open .selectric-items {
	display: block;
	box-shadow: 0px 0px 14px 0px #0000000F;
	border-radius: 8px;
	margin-top: 6px;
	z-index: 10;
	background: #fff;
}
.selectric-items ul li {
	padding: 13px 16px;
	border-top: 1px solid #E2E4E7;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	color: var(--Darker);
}
.selectric-items ul li:first-child {
	border-top: none;
}
.w_newsList__item.w_newsList__item_event.w_newsList__item_place>ymaps {
	overflow: unset!important;
}

.phantom_elem {
	position: relative;
	display: block;
	/* background: url('../images/phantom.png') no-repeat; */
	background-position: center;
	width: 100%;
	height: 2px;
	overflow: hidden;
	border: 2px dashed var(--Border);
	transition: .5s;
	background-size: cover;
	padding: 40px;
	margin: 10px 0;
	border-radius: 12px;
	/* box-shadow: 0 0 4px 7px #22222226; */
	/* pointer-events: none; */
	z-index: 1;
}
.dragging {
	/* position: absolute; */
	/* pointer-events: none; */
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 14px 0px #0000000F;
	margin-bottom: 10px;
	padding-right: 12px;
	opacity: 1;
	z-index: 9999;
}
.rb--favorites {
	width: 100%;
	align-self: flex-start;
	height: 100%;
	border-left: 1px solid var(--Border);
	overflow: auto;
}
.rb--favorites .w_newsList--favorites {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	grid-gap: 0;
	margin: 0 137px;
}
.favor-title {
	font-size: 28px;
	font-weight: 400;
	line-height: 33.6px;
	text-align: center;
	color: var(--Black);
	margin-bottom: 50px;
	width: 100%;
	margin-top: 30px;
}
.hidden {
	display: none;
}
.route_place__card {
	padding: 20px;
	border-radius: 20px;
	position: relative;
}
.route_place__card:hover {
	box-shadow: 0px 4px 24px 0px #0000001F;
}
.route_place__card:hover .p-three-card {
	transform: scale(1.01);
}
.p-three-card__box {
	padding-top: 20px;
	margin-bottom: 24px;
}
.p-three-card__sub { margin-bottom: 10px; }
.p-three-card__name { margin-bottom: 14px; }
.rb--favorites .add-routes.btn-anim { border-radius: 8px; }
.route_place__card:hover .add-routes.btn-anim {
	display: block;
}

.route_place__card form {
	position: absolute;
	display: none;
	bottom: 0;
	transform: translateY(calc(100% - 24px));
	width: 100%;
	background: #fff;
	margin-left: -20px;
	padding: 0 20px 20px;
	box-shadow: 0px 32px 24px 0px #0000001F;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 9;
}

.route_place__card:hover form {
	display: block;
}
.ymaps-2-1-79-balloon {
	transform: translateY(-30px)!important;
}
.ymaps-2-1-79-balloon__content {
	background: var(--Darker)!important;
	border-radius: 4px!important;
	margin-right: 0!important;
	padding-right: 12px!important;
	color: #fff;
}
.ymaps-2-1-79-balloon__tail:after {
	background-color: var(--Darker)!important;
}
.search-suggestions {
	display: none;
	position: absolute;
	bottom: 0;
	transform: translateY(calc(100% + 8px));
	z-index: 9;
	background: #fff;
	box-shadow: 0px 4px 24px 0px #0000001F;
	max-height: 328px;
	overflow: auto;
	border-radius: 8px;
	width: 100%;
	width: calc(100% - 10px);
	margin-left: 5px;
}
.search-suggestions.active {
	display: block;
}
.search-suggestions.active li {
	padding: 10px 16px;
	cursor: pointer;
}
.search-suggestions.active li:hover {
	background: var(--Light-Border);
}
.search-suggestions.active li .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.search-suggestions.active li .content .title {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	color: var(--Darker);
}
.search-suggestions.active li .content .distance,
.search-suggestions.active li .direction {
	color: #707070;
	font-size: 12px;
	font-weight: 300;
	line-height: 14.4px;
	text-align: right;
	white-space: nowrap;
	margin-left: 16px;
}
.search-suggestions.active li .direction {
	text-align: left;
	margin-top: 8px;
	margin-left: 0;
}
.search-suggestions__empty {
	color: #707070;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	padding: 16px 16px;
}
.w_directionSearch {
	width: 100%;
	max-width: calc(100vw - 30px);
}
.rb--filters-wrapper .btn.btn-angle-left {
	display: none;
}
.mobile-filters {
	display: none;
	justify-content: center;
	align-items: center;
	background: var(--Light-Border);
	border-radius: 4px;
	width: 62px;
	height: inherit;
}
.mobile_filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	margin-left: -5px;
	margin-right: -5px;
}
.rb--filters-wrapper .checkselect-control select {
	border: 0;
}
.rb--filters-wrapper .js-filter {
	border: 1px solid #e2e4e7!important;
	border-radius: 8px;
	height: inherit!important;
	padding: 16px 20px!important;
}
.reset_route {
	display: none;
	width: fit-content;
	position: absolute;
	z-index: 9;
	margin: 30px auto;
	left: 0;
	right: 0;
	border-radius: 10px;
}
.reset_route.btn-anim::before,
.reset_route.btn-anim::after {
	z-index: -1;
}
.reset_route.active {
	display: flex;
}
#fake_map {
	width: 210mm;
	height: 1000px;
}
@media (max-width: 1250px) {
	.rb--filters-top {
		justify-content: flex-start;
	}
}

@media (max-width: 1000px) {
	.rb--wrapper .sidebar.open {
		transform: translateY(15vh);
		padding-bottom: 15vh;
	}
	.rb--day {
		border: 0;
	}
	.rb--scrolled-container {
		flex: unset;
		padding-right: 0;
		width: 100%;
	}
	.rb--day .content { padding: 28px 0; }
	.rb--filters-wrapper .btn.btn-angle-left {
		display: block;
		width: 100%;
		max-width: unset;
		text-align: right;
		margin-bottom: 12px;
	}
	.rb--wrapper .sidebar {
		position: absolute;
		bottom: 0;
		left: 0;
		background: #fff;
		border-radius: 16px;
		box-shadow: 0px 4px 24px 0px #0000001F;
		width: 100vw;
		padding: 15px 12px;
		min-width: unset;
		max-width: unset;
		transition: .3s;
		z-index: 10;
		overflow: auto;
		max-height: 100vh;
		flex-wrap: unset;
		transform: translateY(calc(100% - 170px));
	}
	.mobile--open-trigger {
		position: relative;
		position: absolute;
		width: 100%;
		height: auto;
		padding: 10px 0 38px 0;
		top: 0;
		left: 0;
		right: 0;
	}
	.mobile--open-trigger::before {
		content: '';
		width: 50px;
		height: 4px;
		position: absolute;
		left: 0;
		right: 0;
		background: #95979C;
		border-radius: 10px;
		margin: auto;
	}
	.rb--wrapper .sidebar .btn.btn-angle-left {
		display: none;
	}

	.rb--title {
		margin-top: 12px;
		font-size: 18px;
	}

	.rb--description {
		max-height: 23px;
		overflow: hidden;
		font-size: 12px;
	}
	.sidebar.open .rb--description {
		max-height: 100vh;
		overflow: unset;
	}
	.sidebar.open .rb--buttons::before {
		content: none;
	}
	.btn-anim span {
		font-size: 12px;
		font-weight: 500;
	}
	.add-routes.btn-anim.mr svg {
		display: none;
	}
	.rb--filters-wrapper #searchInput {
		align-items: stretch;
		min-height: 62px;
		margin-bottom: 0;
	}
	.rb--day .title {
		padding: 28px 0;
	}
	.rb--buttons::before {
		content: '';
		position: absolute;
		top: 0;
		width: 100%;
		height: 30px;
		background: #fff;
		transform: translateY(-100%);
		opacity: 0.6;
	}
	.rb--favorites {
		padding-bottom: 180px * 2;
	}

	.route_place__card form {
		display: block;
		width: 100%;
		position: relative;
		margin: 0 auto;
		margin-top: 0px;
		padding: 0;
		margin-top: -20px;
	}

	.rb--buttons {
		padding-bottom: 24px;
		border-bottom: 1px solid var(--Border);
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.rb--filters-wrapper .checkselect-control select {
		font-size: 10px;
		padding: 0;
	}

	#guidebook-form #directionSearchButton .w_btn-text,
	#guidebook-form #distanceSearchButton .w_btn-text,
	#guidebook-form #raitingSearchButton .w_btn-text {
		font-size: 10px;
	}
	.mapBaloon__content a.mapBaloon__content-title {
		font-size: 8px;
	}

	.w_newsList__item.w_newsList__item_event.w_newsList__item_place>ymaps {
		max-width: 260px;
	}
	.rb--filters-wrapper #searchInput {
		min-height: unset
	}
	.rb--filters-wrapper #searchInput input {
		padding: 7px 10px;
		font-size: 10px;
		line-height: 18px;
		border-radius: 4px !important;
	}

	.rb--filters-wrapper .btn.btn-angle-left,
	.rb--filter-item span {
		font-size: 10px;
	}
	.rb--filters-wrapper .btn.btn-angle-left {
		margin-bottom: 8px;
	}

	.filter-flex > div:not(#searchInput) {
		display: none;
	}
	.filter-flex.active > div:not(#searchInput) {
		display: block;
	}
	.rb--filters-wrapper .js-filter {
		width: 100%;
		margin-bottom: 10px;
		padding: 8px 12px !important;
	}
	.mobile-filters {
		display: flex;
	}
	.w_header__container {
		padding: 0;
	}
	header:not(.header-fix) {
		padding: 14px 0;
	}
	.mob-search,
	.w_header__burger {
		top: unset;
	}
	.__distance,
	.__city,
	.__contacts,
	.selectric,
	.w_guidebook__button .btn-anim span {
		font-size: 8px;	
	}
	.ymap_baloon_wrapper { border-radius: 10px; }
	.w_guidebook__button .btn-anim span svg { display: none; }
	.ymap_baloon_wrapper .add-routes.btn-anim {
		padding: 8px 0;
		border-radius: 4px;
	}
	.mapBaloon__image { border-radius: 4px; }
	.ymap_baloon_wrapper .mapBaloon__content { padding-top: 8px; }
	.ymap_baloon_wrapper .mapBaloon__content>div { margin-top: 0; }
	.__contacts { margin-top: 0 !important; }
	.selectric { padding: 8px 16px; }
	.w_newsList__item.w_newsList__item_event.w_newsList__item_place {
		transform: translateX(35%);
	}
	.ymap_baloon_wrapper .btn_booking {
		padding: 8px 0;
		border-radius: 4px;
		font-size: 8px;
	}
	.__distance,
	.__city,
	.__contacts,
	.selectric,
	.w_guidebook__button .btn-anim span {
		font-size: 8px;
	}

	.ymap_baloon_wrapper {
		border-radius: 10px;
	}

	.w_guidebook__button .btn-anim span svg {
		display: none;
	}

	.ymap_baloon_wrapper .add-routes.btn-anim {
		padding: 8px 0;
		border-radius: 4px;
	}

	.mapBaloon__image {
		border-radius: 4px;
	}

	.ymap_baloon_wrapper .mapBaloon__content {
		padding-top: 8px;
	}

	.ymap_baloon_wrapper .mapBaloon__content>div {
		margin-top: 0;
	}

	.__contacts {
		margin-top: 0 !important;
	}

	.selectric {
		padding: 8px 16px;
	}

	.w_newsList__item.w_newsList__item_event.w_newsList__item_place {
		transform: translateX(35%);
	}

	.ymap_baloon_wrapper .btn_booking {
		padding: 8px 0;
		border-radius: 4px;
		font-size: 8px;
	}
	.big-buttons .add-routes {
		padding: 14px;
	}
}

/*Print styles*/
@media print {

	body,
	html {
		width: 210mm;
		margin: auto
	}

	.sidebars-add-btn,
	.mob-sidebar,
	.close-sidebar,
	.w_footer__nav,
	.noprint,
	.w_header__holder,
	.add-note button,
	.reset_route,
	.w_footer__copyright-links,
	.w_footer__socials,
	.w_header__nav .w_header__nav_primary,
	#guidebook-form,
	.sidebar,
	.w_header__search,
	.footer__nav-block_type,
	.footer__nav-right,
	.footer__nav-block_place > *:not(.footer__logo) {
		display: none !important;
	}

	.wrapper.new-map {
		display: flex;
		width: 210mm;
		max-width: calc(100% + 20px);
		page-break-inside: avoid;
		break-inside: avoid;
		flex-wrap: wrap;
		overflow: hidden;
	}

	.sidebars {
		position: relative;
		transform: translate3d(0, 0, 0);
		background: transparent;
		flex: 1;
		width: 210mm;
		max-width: unset !important;
		max-height: unset;
		height: fit-content;
		padding: 0;
		margin-left: 5px;
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
		page-break-before: right;
		page-break-after: left;
		break-before: right;
		break-after: left;
		margin: 0 auto;
		overflow: hidden;
	}

	.sidebar__place_wrapper {
		border-bottom: 1px solid #00000026;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.new-map .sidebars {
		padding-bottom: 0
	}

	.wrapper .w_main {
		flex: 100%;
		width: 210mm;
	}

	.route_filters {
		display: none;
	}

	.sidebars>* {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}

	.new-map .w_my-route.w_route {
		position: relative
	}

	.route_columns {
		display: block
	}

	.sidebars-dop-box {
		width: 100%;
	}

	.sidebars-dop-right .w_newsList__item-title {
		max-width: unset;
	}

	.rb--wrapper .content {
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.route_items {
		margin-right: 0;
	}

	.sidebars-wrap {
		padding: 50px 20px;
		margin-right: -10px;
	}

	.sidebars-dop-bottom__content {
		padding-bottom: 0
	}

	.sidebars-box {
		overflow: hidden;
	}

	/* #ymaps {
		display: block;
		flex: 1;
		width: 100%;
		margin-left: -15mm;
		max-height: 600px;
		height: fit-content;
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
		page-break-before: right;
		break-before: right;
		page-break-after: left;
		break-after: left;
	} */
	#ymaps {display: none;}
	#fake_map {
		flex: 1;
		width: 100%;
		max-height: 600px;
		height: fit-content;
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
		page-break-before: right;
		break-before: right;
		page-break-after: left;
		break-after: left;
	}

	#fake_map > * {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}

	#ymaps>* {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}

	.wrapper.new-map .w_main {
		page-break-before: right;
		break-before: right
	}
}

@media print and (min--moz-device-pixel-ratio:0) {
	#ymaps {
		margin-left: 0;
	}
}

@page {
	margin: 0;
}

.w_directionSearch.w_is-active {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.rb--filters-wrapper .js-filter {
		width: auto;
	}
	.mobile_filters .js-filter.checkselect.w_guidebook__filter-list.w_is-active {
		display: block;
	}
	.checkselect-control::before {
		right: 0 !important;
	}
	.rb--favorites .w_newsList--favorites {
		grid-template-columns: repeat(auto-fill, minmax(51%, 1fr));
		margin: 0 20px;
	}
}
.c-my-routes footer.footer {
	display: none;
}

.top-filter-input {
	top: 0;
	left: 0;
}
.w_guidebook__direction-item {
	display: flex;
}