@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');
html {
	font-family: 'Rubik', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}
@media (max-width: 768px) {
	html {
		font-size: 14px;
	}
}
body {
	margin: 0;
}
input, select {
	font-family: 'Rubik', sans-serif;
}
::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	background: #F4F5FA;
}

::-webkit-scrollbar-thumb {
	background: #6b6f82;
}

::-webkit-scrollbar-thumb:hover {
	background: #474956;
}
p {
	margin: 0;
}

.tstmtWdgt__main {
	position: relative;
}
.tstmtWdgt__yandexMap {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tstmtWdgt__search {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);
}

.tstmtWdgt__search .tstmtWdgt__form-group {
	position: relative;
}

.tstmtWdgt__form-group select {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #DADADA;
	border-right: 0;
	font-size: 1rem;
	color: #67676E;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 15px 20px 15px 15px;
	outline: none;
}
.tstmtWdgt__form-group:after {
	position: absolute;
	top: calc(50% - 4px);
	right: 6px;
	content: '';
	display: block;
	width: 1px;
	border: 4px solid transparent;
	border-top-color: #707077;
}

.tstmtWdgt__form-group img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.tstmtWdgt__search__input {
	position: relative;
	width: 100%;
}

.tstmtWdgt__search__input input:hover + .tstmtWdgt__clear {
	display: block;
}
.tstmtWdgt__search__input input {
	width: 100%;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #DADADA;
	font-size: 1rem;
	color: #8C8C8C;
	padding: 15px 42px 15px 15px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tstmtWdgt__search__list {
	position: absolute;
	margin: 0;
	left: 0;
	top: 100%;
	width: 100%;
	list-style: none;
	padding-left: 0;
	overflow-y: auto;
	background: #fff;
	max-height: 300px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: auto;
	border: 1px solid #E9E9E9;
	border-top: 0;
}
.tstmtWdgt__search__list.hide {
	height: 0;
	border: 0;
}


.tstmtWdgt__search__list__item {
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 300;
	padding: 1em;
	color: #67676E;
}
.tstmtWdgt__search__list__item:hover {
	background: #F4F5FA;
}
.tstmtWdgt__search__list__item:not(:first-of-type) {
	border-top: 1px solid #E9E9E9;
}

.tstmtWdgt__search .tstmtWdgt__btn {
	width: 80px;
	padding: 25px;
	border-radius: 10px;
	background: #37A0E5 url("/web/20220716073205im_/https://static.tastamat.kz/widget/images/search-icon.svg") no-repeat center;
	border: 0;
	margin-left: 15px;
	transition: all 350ms ease-in-out;
	cursor: pointer;
}

.tstmtWdgt__clear {
	display: none;
	position: absolute;
	top: calc(50% - 0.875rem);
	right: 0.75rem;
	width: 1.75rem;
	height: 1.75rem;
	font-size: 0.75rem;
	color: #67676E;
	border: 1px solid #67676E;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	outline: 0;
}
.tstmtWdgt__clear:hover {
	display: flex;
	justify-content: center;
	align-items: center;
}


.tstmtWdgt__ballon-body {
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.tstmtWdgt__ballon-body .id {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: #F05A28;
	margin-bottom: 12px;
	font-weight: 600;
}
.tstmtWdgt__ballon-body .title {
	font-size: 0.75rem;
	color: #67676E;
	text-transform: uppercase;
}
.tstmtWdgt__ballon-body .address {
	font-size: 1rem;
	color: #F05A28;
	font-weight: 600;
}
.tstmtWdgt__ballon-body .street {
	font-size: 0.875rem;
	color: #373737;
	margin: 10px 0;
}
.tstmtWdgt__ballon-body .desc {
	font-size: 0.75rem;
	color: #373737;
}

.tstmtWdgt__choose {
	background: #F05A28;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.75rem;
	color: #FFF;
	padding: 0.5em 1em;
	margin-top: 0.5em;
	outline: 0;
}


[class^="ymaps-"][class*="-balloon"] {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
[class^="ymaps-"][class*="-balloon__layout"] {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
[class^="ymaps-"][class*="-balloon__content"] {
	margin: 0 !important;
	padding: 0 !important;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
[class^="ymaps-"][class*="-balloon__content"] > {}