.head {
	padding: 20px 0;
	z-index: 902;
}

@media screen and (max-width: 1023px) {
	.head {
		position: sticky;
		top: 0;
		height: 115px;
		background: #103a71;
	}
}

@media (min-width: 1024px), print {
	.head {
		position: relative;
		/*height: 150px;*/
		padding: 28px 0;
		background: none;
	}
}

@media (min-width: 1280px) {
	.head {
		/*height: 170px;*/
	}
}

/* Колонки
*******************************************************************************/

@media screen and (max-width: 1023px) {
	.head_cols {
		position: relative;
		height: 75px;
	}
	.head_col._3 {
		display: none;
	}
}

@media (max-width: 1279px) {
	.head_col._2 {
		display: none;
	}
}

@media (min-width: 1024px), print {
	.head_cols {
		display: table;
		width: 100%;
	}
	.head_col {
		display: table-cell;
		vertical-align: top;
		position: relative;
	}
	.head_col._1 {
		vertical-align: bottom;
		padding: 0 0 2px;
	}
	.head_col._2 {
		width: 200px;
	}
	.head_col._3 {
		width: 360px;
	}
	.head_col._4 {
		display: none;
	}
}

@media (min-width: 1280px) {
	.head_col._2 {
		width: 220px;
	}
}

@media (min-width: 1440px) {
	.head_col._1 {
		width: 660px;
	}
	.head_col._2 {
		width: auto;
	}
}


/* Товарная группа
*******************************************************************************/

.head_sites {
	height: 25px;
	text-transform: lowercase;
}
.head_popup_site {
	position: relative;
	display: block;
	padding: 3px 0 5px;
	color: #003366;
	font-size: 16px;
	font-weight: 600;
}

@media screen and (max-width: 1023px) {
	.head_sites {
		position: absolute;
		top: 0;
		right: 0;
	}
	.head_sites_title {
		margin: -5px 0 0;
		padding: 5px 0 5px 15px;
		line-height: 15px;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		text-transform: lowercase;
	}
	.head_sites_title::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 6px;
		top: 11px;
		left: 0;
		border: 5px solid transparent;
		border-top-color: #fff;
	}
	.head_sites_list {
		display: none;
	}
}

@media (min-width: 1024px), print {
	a.head_popup_site:hover {
		color: #ceb196;
	}
	div.head_popup_site::before,
	div.head_popup_site + .head_popup_site::before {
		display: none !important;
	}
	div.head_popup_site,
	div.head_popup_site + .head_popup_site {
		margin: 0 0 0 15px !important;
	}
	.head_sites_title {
		display: none;
	}
	.head_sites_list {
		display: block !important;
	}
	.head_popup_site {
		float: left;
		margin: 0 0 0 25px;
	}
	.head_popup_site:first-child {
		width: 15px;
		height: 12px;
		margin: 7px 0 0;
		background: url(/_/common/img/sprite.png) -288px -38px no-repeat;
		transition: none;
		color: transparent;
		font-size: 0;
	}
	.head_popup_site:first-child:hover {
		background-position: 0 -50px;
	}
	.head_popup_site + .head_popup_site:before {
		cursor: default;
		content: '';
		position: absolute;
		top: 50%;
		right: 100%;
		display: block;
		width: 4px;
		height: 4px;
		margin: -2px 10px 0 0;
		border-radius: 2px;
		background: #0c3a6f;
	}
	div.head_popup_site {
		padding: 3px 10px 5px;
		color: #fff;
		background: #103a71;
		border-radius: 15px;
	}
}

@media (min-width: 1440px) {
	.head_popup_site + .head_popup_site {
		margin: 0 0 0 35px;
	}
	.head_popup_site + .head_popup_site:before {
		margin: -2px 15px 0 0;
	}
}

/* Лого
*******************************************************************************/

.head path {
	fill: #fff;
}

@media screen and (max-width: 1023px) {
	.head_col._1 ._row {
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(2, auto);
		gap: 40px;
	}
	.head_sites {
		order: 2;
		position: relative;
	}
	.head_logo {
		order: 1;
	}
	.head_logo svg {
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.head_logo_mob a {
		display: block;
	}
	.head_logo_pc {
		display: none;
	}
	.head_logo_mob svg {
		display: block;
		/*width: 130px;*/
		height: auto;
	}
	.head_sitegroup {
		display: none;
	}
	.head_sites_title {
		margin-top: 2px;
	}
}

@media (min-width: 1024px), print {
	.head_logo_pc svg {
		max-width: 100%;
	}
	.head_logo_pc path {
		fill: #103a71;
	}
	.head_sites {
		position: absolute;
		top: 0;
		left: 0;
	}
	.head_logo {
		display: inline-block;
		vertical-align: bottom;
		max-width: 480px;
		padding: 0 20px 0 0;
	}
	.head_logo_mob {
		display: none;
	}
	.head_sitegroup {
		display: inline-block;
		vertical-align: bottom;
		margin: 0 0 -2px -5px;
		line-height: 20px;
		color: #ceb196;
		font-size: 18px;
		font-family: 'Gotham Pro';
		font-weight: 500;
		text-transform: none;
	}
	.head_sitegroup h1 {
		display: inline-block;
		line-height: inherit;
		margin: 0;
		padding: 0;
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
		text-transform: inherit;
	}
}

@media (min-width: 1024px), screen {
	.head_sitegroup {
		max-width: 120px;
	}
}

@media (min-width: 1280px) {
	.head_sites {
		margin: 0 0 40px;
	}
	.head_logo {
		max-width: 500px;
		padding: 0 30px 0 0;
	}
}

/*
*******************************************************************************/
.head_skype {
	display: none;
}

@media (max-width: 1499px) {
	.head_other_list + .head_other_list {
		/*display: none;*/
	}
}

@media (min-width: 1024px), print {
	.head_other {
		position: relative;
		padding: 0 50px 0 0;
		text-align: right;
	}
	.head_skype {
		position: absolute;
		top: 0;
		right: 15px;
		display: block;
		width: 18px;
		height: 25px;
	}
	.head_skype::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 18px;
		height: 18px;
		margin: -9px 0 0 -9px;
		background: url(/_/common/img/sprite.png) -15px -50px no-repeat;
	}
	.head_other_list {
		float: left;
		display: block;
		line-height: 24px;
		color: #103a71;
	}
	.head_other_item {
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 14px;
		text-align: left;
	}
	.head_other_item_title:hover {
		color: #ceb196;
	}

}

@media (min-width: 1280px) {
	.head_other {
		padding: 0 70px 0 0;
	}
	.head_skype {
		right: 30px;
	}
}

@media (min-width: 1500px) {
	.head_other {
		padding: 0 100px 0 40px;
	}
	.head_skype {
		right: 45px;
	}
	.head_other_list {
		float: right;
		width: 50%;
	}
}

@media (min-width: 1600px) {
	.head_other {
		padding: 0 120px 0 40px;
	}
	.head_skype {
		right: 55px;
	}
/*	.head_other_list {
		width: 170px;
	}
	.head_other_list + .head_other_list {
		width: 110px;
	}*/
}

/* Салоны
*******************************************************************************/

@media (min-width: 1024px) {
	.head_salons_tabs {
		display: table;
		width: 100%;
	}
	.head_salons_tab {
		position: relative;
		display: table-cell;
		text-align: center;
	}
	.head_salons_tab input[type="radio"] {
		display: none;
	}
	.head_salons_tab input + span {
		display: block;
		width: 100%;
		height: auto;
		padding: 0 !important;
		line-height: 24px;
		color: #0663a4;
		font-size: 14px;
		border: none;
		transition: all 200ms linear;
	}
	.head_salons_tab input:checked + span {
		color: #000;
		font-weight: 700;
	}
	.head_salons_tab:hover input + span {
		color: #ceb196;
	}
	.head_salons_tab:nth-child(1) {
		width: 70px;
		text-align: left;
	}
	.head_salons_tab:nth-child(2) {
		width: 140px;
	}
	.head_salons_tab:nth-child(3) {
		width: 110px;
	}
	.head_salons_tab:nth-child(4) {
		width: 50px;
		text-align: right;
	}
	.head_salons_pane {
		display: none;
		padding: 15px 0 0;
	}
	.head_salons_pane
	{
		
	}
	.head_salons_partner
	{
		float:left;
		margin:8px 0 -20px 0;
		font-size:13px;
	}
	.head_salons_partner a
	{
		display:inline-block;
		padding:3px 5px;
		border-radius:5px;
		border:1px solid #f29e00;
		background-color:#f29e00;
		color:white;
		text-decoration:none;
	}
	.head_salons_personal
	{
		float:right;
		margin:8px 0 -20px 0;
		font-size:13px;
	}
	.head_salons_personal a
	{
		display:inline-block;
		padding:3px 5px;
		border-radius:5px;
		border:1px solid #103a71;
		color:#103a71;
		text-decoration:none;
	}
	.head_salons_pane.active {
		display: block;
	}
	.head_salons_tel {
		float: left;
	}
	.head_salons_tel a {
		display: block;
		height: 30px;
		line-height: 30px;
		color: #000;
		font-size: 25px;
		font-weight: 600;
	}
	.head_salons_callin {
		float: left;
		position: relative;
		height: 12px;
		margin: 12px 0 0 10px;
		padding: 0 0 0 20px;
		font-size: 12px;
	}
	.head_salons_callin::before {
		content: '';
		position: absolute;
		bottom: 1px;
		left: 0;
		display: block;
		width: 14px;
		height: 15px;
		background: url(/_/common/img/sprite.png) -587px -55px no-repeat;
	}
	.head_salons_callin.active {
		color: #34b700;
	}
	.head_salons_callin.active::before {
		background-position: -601px -55px;
	}
	.head_salons_text {
		cursor: pointer;
		display: inline-block;
		margin: 10px 0 0;
		line-height: 14px;
		color: #0663a4;
		font-size: 12px;
		border-bottom: 1px dashed;
		transition: all 200ms linear;
	}
	.head_salons_time:hover .head_salons_text {
		border-color: #fff;
	}
	.head_salons_time {
		cursor: default;
		position: relative;
		display: inline-block;
		transition: all 200ms linear;
		font-size: 11px;
	}
	.head_salons_time_current {
		line-height: 12px;
		color: #8b929e;
		border-bottom: 1px dashed;
	}
	.head_salons_time_popup {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		margin-top: -1px;
		padding: 15px 20px;
		line-height: 22px;
		transition: all 200ms linear;
		background: #fff;
		border: 1px solid #b3b9bf;
		white-space: nowrap;
		color: #8b929e;
	}
	.head_salons_time_popup th {
		padding-right: 10px;
		text-align: left;
		text-transform: uppercase;
	}
	.head_salons_time_popup_title {
		margin-top: 5px;
		color: #000;
		font-size: 12px;
		font-weight: 600;
	}
	.head_salons_time_popup_title:first-child {
		margin: 0;
	}
	.head_salons_time_popup .current {
		color: #003773;
	}
	.head_salons_time.hover .head_salons_time_popup {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.head_salons_free {
		display: inline-block;
		margin: 10px 0 0;
		line-height: 14px;
		color: #003773;
		font-size: 12px;
	}
}

@media (min-width: 1400px) {
	.head_salons_tel a {
		font-size: 26px;
	}
}

/* Кнопочки на моб
*******************************************************************************/

@media screen and (max-width: 1023px) {
	.head_other .menu_menu {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		background: none !important;
	}
	.head_searchToggle {
		position: absolute;
		bottom: 0;
		right: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		background: none !important;
		border-radius: 50%;
		border: 1px solid #58759c;
	}
	.head_searchToggle::before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background: url(/_/common/img/search.png) center no-repeat;
	}
	.head_searchToggle + .head_search {
		width: 0;
		overflow: hidden;
	}
	.head_mob_btns {
		position: absolute;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
	}
	.head_mob_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		vertical-align: bottom;
		width: 40px;
		height: 40px;
		position: relative;
		background: none;
		border: none;
	}
	.head_mob_tel_worktime {
		white-space: nowrap;
	}
	.head_mob_btn.not_empty::after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		bottom: 15px;
		right: 0;
		border-radius: 50%;
		background: #ff9138;
	}
	.head_mob_btn ._cart_number {
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		color: #fff;
		font-size: 10px;
		line-height: 20px;
		text-align: center;
		background: #ff9138;
		transition: all 300ms linear;
		opacity: 0;
		visibility: hidden;
	}
	.head_mob_btn._not_empty ._cart_number {
		opacity: 1;
		visibility: visible;
	}
	.head_mob_btn svg {
		width: auto;
		height: 20px;
	}
	.head_mob_btn_tel {
		display: flex;
		width: auto;
		margin: 0;
		padding: 0;
		width: 40px;
		color: #fff;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid #58759c;
	}
	.head_mob_btn_cart svg {
		height: 23px;
	}
	/*.head_mob_btn::before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-image: url(/_/common/img/sprite.png);
	}
	.head_mob_btn_tel::before {
		width: 16px;
		height: 16px;
		background-position: -527px -54px;
	}
	.head_mob_btn_fav::before {
		width: 22px;
		height: 16px;
		background-position: -543px -54px;
	}
	.head_mob_btn_cart::before {
		width: 21px;
		height: 18px;
		background-position: -565px -52px;
	}*/
}

/*@media (min-width: 375px) {
	.head_mob_btn {
		width: 50px;
	}
}*/

/* Модал
*******************************************************************************/

.modal_head_site {
	display: block;
	line-height: 40px;
	color: #103a71;
	font-size: 16px;
}
div.modal_head_site {
	font-weight: 700;
}

.modal_head_contact_item {
	margin: 0 0 30px;
}
.modal_head_contact_title {
	line-height: 22px;
	font-size: 18px;
	font-weight: 700;
}
.modal_head_contact_tel {
	line-height: 20px;
	font-size: 16px;
}

#modal_head_contact {
	color: #103a71;
}
#modal_head_contact hr {
	margin: 0 0 30px;
}

@media (min-width: 1024px), print {
	#modal_head_contact {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 300px;
		height: auto;
	}
}

.opt_link{
	background: #f29e00;
	border-radius: 5px;
	padding: 4px 10px;
	color: #fff;
}
.opt_link:hover{
	color:#fff;
	font-weight: bold;
}

/*
*******************************************************************************/

.mobBottom {
	position: fixed;
	bottom: 0;
	left: 0;
	display: grid;
	gap: 10px;
	width: 100%;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 502;
}
.mobBottom._4 {
	grid-template-columns: repeat(4, auto);
}
.mobBottom._5 {
	grid-template-columns: repeat(5, auto);
}
.mobBottom_item {
	display: grid;
	gap: 5px;
	justify-items: center;
}
.mobBottom_item_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	/*background: #f9f9f9;*/
	border-radius: 5px;
	position: relative;
}
.mobBottom_item_icon ._cart_number {
	position: absolute;
	top: -5px;
	right: -8px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background: #ff9138;
	transition: all 300ms linear;
	opacity: 0;
	visibility: hidden;
}
.mobBottom_item_icon ._cart_number.not_empty {
	opacity: 1;
	visibility: visible;
}
.mobBottom_item_icon svg {
	max-width: 100%;
	max-height: 100%;
}
.mobBottom_item_text {
	font-size: 12px;
	text-align: center;
}

@media (max-width: 1023px) {
	body {
		padding-bottom: 67px;
	}
}

@media (min-width: 1024px) {
	.mobBottom {
		display: none;
	}
}