.main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: margin-top .4s;
    transition: margin-top .4s;
    padding: 0 50px;
    margin: 0 auto 90px;
	margin-top: 100px;
}

.content_wrapper .content {
	padding: 0px 80px;
}

.site-page__title {
    margin: 0;
    line-height: 73px;
    font-family: 'Montserrat',sans-serif;
    font-size: 30px;
}

.block_item_action_button {
    border: 1px solid #d4d4d4;
    padding: 4px 13px;
    color: #000;
    width: 150px;
    display: block;
}

.block_item_tour {
    margin-top: 22px;
}

.site-page__title-count {
    font-size: 16px;
    line-height: 16px;
    color: #9e9e9e;
    margin-left: 11px;
    height: 24px;
    margin-right: 24px;
}

.stores-page .stores-page__select {
    max-width: 304px;
	padding-right: 0px;
}

.stores-page .stores-page__wrapper:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.stores-page .stores-page__wrapper+.stores-page__wrapper {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 478px 1fr;
    grid-template-rows: auto 1fr;
    gap: 0px 58px;
    grid-template-areas:
        'search long'
        'short long';
}

.stores-page .stores-page__short {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 478px;
    margin-right: 58px;
    grid-area: short;
}

.select-line {
    cursor: pointer;
    height: 40px;
    border: 0;
    border-bottom: 2px solid #000;
    font-size: 20px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.73082 0L7.09131 4.97302L12.4518 0L14.0833 1.51356L7.09131 8L0.0993652 1.51356L1.73082 0Z' fill='black'/%3E%3C/svg%3E%0A) 100% 50% no-repeat;
    padding: 0 30px 0 0;
    width: 100%;
}

.site-page__title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.stores-page .stores-page__wrapper:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.stores-page .stores-page__wrapper+.stores-page__wrapper {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 478px 1fr;
    grid-template-rows: auto 1fr;
    gap: 0px 58px;
    grid-template-areas:
        'search long'
        'short long';
}

.stores-page .stores-page__short {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 478px;
    margin-right: 58px;
    grid-area: short;
}

.stores-page .stores-page__list {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #e0e0e0;
}

ul {
    padding-left: 18px;
    list-style: circle;
}

ol, p, ul {
    line-height: 190%;
}

.stores-page .stores-page__list-item {
    padding: 24px 0;
    border-top: 1px solid #e0e0e0;
}

.stores-page .stores-page__store-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.stores-page .stores-page__store-name {
    padding: 0;
    border: 0;
    text-align: left;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    background: 0 0;
	font-family: 'Montserrat',sans-serif;
}

.stores-page .stores-page__store-toggle {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    padding: 0;
    border: 0;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
	cursor:pointer;
}

.stores-page .stores-page__store-toggle::after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "";
    width: 14px;
    height: 8px;
    background:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L7 1L1 7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
	-webkit-transition: .1s;
    transition: .1s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.stores-page .stores-page__store-description {
    font-size: 16px;
    line-height: 1.2;
}

.stores-page .stores-page__store-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}

.stores-page .stores-page__store-tag::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #000;
}

.stores-page .stores-page__store-body {
    margin-top: 8px;
    display: none;
}

.stores-page .stores-page__store-description--gray {
    color: #828282;
}

.stores-page .stores-page__search {
    grid-area: search;
}

.site-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
	font-family: 'Montserrat',sans-serif;
}

label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.stores-page .stores-page__search input {
    padding-right: 60px;
    background: url(/local/templates/andrea_adaptiv/css/../Icons/search_black.svg) -webkit-calc(100% - 14px) 50% no-repeat;
    background-size: 27px;
}

body .site-input input, body .site-input select {
    padding-top: 0px;
}

body .main {
    margin-top: 161px;
	padding: 0 100px;
}

/*.site-input input:focus-visible, .site-input select:focus-visible, .site-input textarea:focus-visible, .site-input__left input:focus-visible, .site-input__left__small input:focus-visible, .site-input__right input:focus-visible {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 4px #616161!important;
    box-shadow: 0 0 0 1px #fff,0 0 0 4px #616161!important;
    border: 0;
}*/

.site-input__field:focus+.site-input__label, .site-input__field:not(:placeholder-shown)+.site-input__label {
    font-size: 12px;
    line-height: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 8px;
}

.site-input__label, .site-input__label__left, .site-input__label__right {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 14px;
    color: #9e9e9e;
    -webkit-transition: .1s;
    transition: .1s;
}
.site-input__label {
    left: 0;
    top: 50%;
	font-size: 15px;
	font-family: 'Montserrat',sans-serif;
}

.stores-page__search.site-input
{
	background: url('../Icons/search_black.svg') -webkit-calc(100% - 51px) 50% no-repeat;
    background-size: 27px;
    padding-right: 87px;
    border: 1px solid #d4d4d4;
}

.site-input input, .site-input select, .site-input textarea {
    border: 0px solid #d4d4d4;
    width: 100%;
    height: 55px;
    font-family: inherit;
    padding-left: 14px;
    padding-right: 60px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
}

.site-input input, .site-input select {
    padding-top: 20px;
}

.stores-page .stores-page__long {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-area: long;
}

.stores-page .stores-page__map {
    position: -webkit-sticky;
    position: sticky;
    top: 114px;
    width: 100%;
    height: 724px;
}

.stores-page .stores-page__view {
    margin-left: 32px;
}
.stores-page .stores-page__view, .stores-page .stores-page__view-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.stores-page .stores-page__view-link {
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid transparent;
    font-size: 18px;
}

.stores-page .stores-page__view-link--current {
    border-bottom-color: #000;
    pointer-events: none;
}

.stores-page .stores-page__view-link+.stores-page__view-link {
    margin-left: 30px;
}

.main .content .select2-container .select2-choice {
    border: 0px solid grey;
}
.main .content .select2-container .select2-choice span
{
	font-size:20px;
}

.main .content .select2-container .select2-choice div b {
    width: 22px;
    background-position: 3px center;
    margin: 0 auto;
}

.main .content .select2-container .select2-choice div {
    width: 36px;
    background: #FFF;
}

.autocomplete-suggestions {
    border-top: 1px solid #ddd;
    background: #d8d8d8;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
	font-family: 'Montserrat',sans-serif;
	cursor: pointer;
}

.autocomplete-suggestion:hover
{
	background: #CCC;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
	font-size: 14px;
}

.stores-page__store-description--address, .requizit_block
{
	display: flex;
}

.stores-page__store-description--address img, .requizit_block img
{
    width: 14px;
    margin-right: 8px;
}

.requizit_block.service, .requizit_block.payment, .requizit_block.promo, .requizit_block.phones
{
    align-items: start;
}

.requizit_block.service img, .requizit_block.payment img, .requizit_block.promo img, .requizit_block.phones img
{
    padding-top: 5px;
}

.stores-page__store-description--address span
{
	cursor: pointer;
}

.stores-page__store-description--address span:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.stores-page__store-description--address span, .requizit_block span, .requizit_block a
{
    font-size: 15px;
    margin-top: -3px;
	font-family: 'Montserrat',sans-serif;
}

.amenities_info
{
	margin-top: 16px;
}

.requizit_block.service, .requizit_block.payment, .requizit_block.promo
{
	margin-bottom: 16px;
}

.close_button {
    background: url('../Images/close_popup_black.png') no-repeat;
    position: absolute;
    width: 23px;
    height: 23px;
    display: block;
    top: 16px;
    right: 16px;
    background-size: 23px;
}

/*.stores-page .stores-page__search input {
    padding-right: 87px;
    background: url(/local/templates/andrea_adaptiv/css/../Icons/search_black.svg) -webkit-calc(100% - 51px) 50% no-repeat;
    background-size: 27px;
}*/

.stores-page__short .show_all_block
{
	grid-area: search;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
	font-family: 'Montserrat',sans-serif;
}

.stores-page__short .show_all
{
	border: 1px solid #d4d4d4;
    width: 100%;
    height: 55px;
    font-family: inherit;
    font-size: 16px;
    line-height: 53px;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.stores-page__short.show_all_container
{
	width: 22% !important;
    min-width: 200px;
    position: absolute;
    right: 80px;
}

.stores-page__short.salons_list
{
	height: calc(100vh - 339px);
    overflow-y: scroll;
}

.show_all_container_mobile
{
	display: none;
}

.shops-list__city .requizit_block.work_time
{
	margin-bottom: 16px;
}

.shops-list__city .stores-page__store-body .popup-modal.callback_form_link
{
	border: 1px solid #d4d4d4;
    padding: 9px 13px;
	color: #000;
}

.shops-list__city .stores-page__store-body .popup-modal.callback_form_link:hover
{
	color: #000 !important;
}

#map .ymaps-map
{
	width: 100% !important;
}

@media (max-width: 1580px)
{
	.site-page__title-wrapper {
		margin-bottom: 4px;
	}
}

@media (max-width: 1552px)
{
	.stores-page__short.show_all_container {
		/*position: initial;*/
	}
	
	.stores-page .stores-page__short {
		width: 362px;
		/*margin-right: 32px;*/
	}
	
	.stores-page .stores-page__wrapper+.stores-page__wrapper {
		grid-template-columns: 362px 1fr;
		gap: 40px 32px;
	}
}

@media (max-width: 1280px)
{
	.stores-page .stores-page__short {
		width: 362px;
		margin-right: 32px;
	}
	.stores-page .stores-page__wrapper+.stores-page__wrapper {
		grid-template-columns: 362px 1fr;
		gap: 40px 32px;
	}
	.stores-page .stores-page__short {
		width: 362px;
		margin-right: 32px;
	}
}

@media (max-width: 1199px)
{
	.site-page__title-wrapper {
		margin-bottom: 8px;
	}
	.site-page__title-count {
		height: 16px;
	}
	.site-page__title {
		font-size: 30px;
		line-height: 44px;
	}
}

@media (max-width: 1023px)
{
	.stores-page .stores-page__short {
		width: 304px;
		margin-right: 50px;
	}
	.stores-page .stores-page__wrapper+.stores-page__wrapper {
		grid-template-columns: 1fr;
		gap: 48px 32px;
		grid-template-areas:
			'search'
			'long'
			'short';
	}
	.stores-page .stores-page__wrapper+.stores-page__wrapper .stores-page__short {
		margin-right: 0;
		width: 100%;
	}
	.stores-page .stores-page__short {
		width: 304px;
		margin-right: 50px;
	}
	.stores-page .stores-page__map {
		height: 620px;
	}
}

@media (max-width: 1133px)
{
	.main {
		width: 100%;
		padding: 0 15px;
	}
	.site-page__title-wrapper {
		margin-bottom: 21px;
	}
	.site-page__title {
		font-size: 28px;
		line-height: 30px;
	}
	.site-page__title-count {
		margin-left: 15px;
	}
	.stores-page .stores-page__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		/*gap: 32px;*/
	}	
	.stores-page__search.site-input.find_city
	{
		margin-bottom: 32px;
	}
	.stores-page .stores-page__short {
		width: 100%;
	}
	.stores-page .stores-page__select {
		max-width: 100%;
	}
	.stores-page .stores-page__long {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.stores-page .stores-page__select {
		max-width: 100%;
	}
	.stores-page .stores-page__view {
		margin-left: 0;
		margin-top: 24px;
	}
	.stores-page .stores-page__wrapper+.stores-page__wrapper {
		min-width: 0;
		grid-template-rows: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.stores-page .stores-page__long, .stores-page .stores-page__wrapper+.stores-page__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.stores-page .stores-page__wrapper+.stores-page__wrapper .stores-page__short {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		min-width: 0;
	}
	.stores-page .stores-page__wrapper+.stores-page__wrapper .stores-page__search {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.stores-page .stores-page__wrapper+.stores-page__wrapper .stores-page__long {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.stores-page .stores-page__long, .stores-page .stores-page__wrapper+.stores-page__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.stores-page .stores-page__map {
		height: auto;
		min-height:500px;
		min-width: auto;
	}
	
	body .main {
		margin-top: 111px;
		padding: 0 0px;
	}
	
	.stores-page__short.salons_list {
		height: 100%;
		overflow-y: initial;
		padding: 0 30px;
	}
	
	.show_all_container, .salons_list
	{
		display:none;
	}
	
	.salons_list.one_item, .salons_list.show_all
	{
		display: block;
	}
	
	body .stores-page .stores-page__wrapper .stores-page__short.show_all_container_mobile
	{
		width: 65%;
		margin: 0 auto;
	}
	
	.show_all_container_mobile
	{
		display: block;
	}
}

@media (max-width: 834px)
{
	.breadcrumb, .content_wrapper .content {
		padding: 0px 48px 0px 48px;
	}
}

@media (max-width: 374px)
{
	.breadcrumb, .content_wrapper .content {
		padding: 0px 24px 0px 24px;
	}
}