/**			
 * /local/templates/.default/components/bitrix/menu/gf.17.0.mobile_footer/style.css
 */
.mobile-menu__item:hover {
	cursor: pointer;
}


/**
 * /local/templates/.default/components/bitrix/news.list/gf.17.0.contacts_header/style.css
 */
#headerContactsMap {
	min-height: 265px;
}


/**
 * /local/templates/.default/components/firstbit/search.input/gf.17.0.default/style.css
 */
.header-search-suggest-wrapper {
	position: absolute;
	border: 1px solid;

	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
	color: white;
	background-color: rgb(255, 155, 195);
	border-radius: 5px;

	z-index: 2; /* ����� ��������� "��������" */
}

.header-search-suggest-wrapper .header-search-suggest-wrapper-list {
}

.header-search-suggest-wrapper .header-search-suggest-wrapper-list .header-search-suggest-wrapper-list-item {
	padding-left: 10px;
	padding-right: 40px;
	/*margin-top:2px;*/
	margin-bottom: 4px;
}

.header-search-suggest-wrapper .header-search-suggest-wrapper-list .header-search-suggest-wrapper-list-item:first-child {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.header-search-suggest-wrapper .header-search-suggest-wrapper-list .header-search-suggest-wrapper-list-item.focused {
	padding-left: 10px;
	padding-right: 40px;
	background-color: #ed0a95;
	color: var(--color-black);
}

.header-search-suggest-wrapper .header-search-suggest-wrapper-list .header-search-suggest-wrapper-list-item a {
	color: white;
	text-decoration: none;
	width: 100%;
	cursor: pointer;
	display: block;
}

.header-search-suggest-wrapper .header-search-suggest-wrapper-list .header-search-suggest-wrapper-list-item.focused a {
	color: black;
}


/**
 * /local/templates/.default/components/bitrix/system.auth.form/gf.17.0.modal/style.css
 */
.error-block {
	margin-bottom: 5px;
	color: #ce0000;
}


/**
 * /local/templates/.default/components/firstbit/feedback.create/gf.17.0.modal/style.css
 */
.feedback-form textarea.input-text {
	width: 100%;
	height: 140px;
	line-height: 1.4;
	resize: none;
}

.modal-container.__feedback.js-modal-block {
	padding: 0;
}

/**
 * /local/templates/.default/components/bitrix/catalog.section/gf.17.0.products_list/style.css
 */
.show-more-btn {
	position: relative;
}

.fa.loader {
	position: absolute;
	left: -24px;
	top: 2px;
	font-size: 18px;
}

/**
 * /local/templates/.default/components/firstbit/wishlist.item.add/gf.17.0.default/script.js
 */
.image--like .tooltip-custom {
	top: auto !important;
	bottom: calc(100% + 13px) !important;
	z-index: 5000;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
}

.image--like .tooltip-custom::before {
   border-style: none !important;
}

.tooltip-custom .text-error:empty, .tooltip-custom .text-success:empty {
	display: none;
}

.tooltip-custom .text-error {
	color: red;
	padding-bottom: 15px;
}

.tooltip-custom .text-error div + div {
	margin-top: 10px;
}

.tooltip-custom .text-success {
	color: green;
	padding-bottom: 15px;
}

.tooltip-custom .text-success div + div {
	margin-top: 10px;
}

.tooltip-custom .input-text, .tooltip-custom .js-select {
	width: 100%;
}

.tooltip-custom .input-text {
	height: 32px;
	background-color: transparent;
}

.tooltip-custom .add-new-wishlist {
	margin: 10px 0 10px 0;
}

.tooltip-custom .input-container {
	margin-bottom: 10px;
}

.tooltip-custom .input-container + .input-container {
	margin-top: 10px;
}

.tooltip-custom .button.add-to-wishlist {
	width: 100%;
	height: 38px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 1.3rem;
	color: #fff !important;
}

.tooltip-custom .button.add-to-wishlist:focus {
	color: #fff !important;
}

/**
 * /local/templates/.default/components/bitrix/catalog.element/gf.17.0.catalog/style.css
 */
.shades-slider__item img,
.shades-modal__current .image img,
.shades-modal-items img,
.articul-select .item__content img {
	border-radius: 50%;
}
.truncate-text.detail-text {
	max-height: 60px;
	white-space: inherit;
}
h1.page-title {
	display: none
}

/**
 * /local/templates/.default/components/bitrix/catalog.store.amount/gf.17.0.catalog/style.css
 */
.shops-list-item__name a {
	text-decoration: none;
}

.section-shops__content {
	position: relative;
}

/**
 * /local/templates/.default/components/bitrix/search.page/gf.17.0.products/style.css
 */
.search-page .form-search {
	position: relative;
}

.search-page .form-search input[type="text"] {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	padding-right: 40px;
	line-height: 1;
	border: 1px solid #ed0a95;
	border-radius: 5px;
	background-color: white;
	opacity: 0.878;
}

.search-page .form-search button {
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 12px;
	margin: auto;
}

/**
 * /local/templates/.default/components/bitrix/system.show_message/.default/style.css
 */
.errortext {
	color: red;
	padding: 0 0 10px 0;
}

/**
 * /local/templates/.default/components/firstbit/personal/gf.17.0.default/style.css
 */
 .personal-page__right .tabs__item {
	padding: 0;
}
.personal-page__right .tabs__item a {
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
    padding: 9px 13px;
	color: #0B1F35;
	text-transform: uppercase;
	text-decoration: none;
}

@media (min-width: 480px) and (max-width: 520px) {
	.personal-page__right .tabs__item a {
		font-size: 12px;
	}
}

.personal-page__right .tabs__item:hover {
	border-color: #ED2690;
}
.personal-page__right .tabs__item.active:hover {
	border-color: #e6dce3;
}

.tabs__item.active a {
	color: white;
}

.tabs-content__item .tabs__item--mobile a {
	color: #505050;
	text-decoration: none;
}

.tabs-content__item .tabs__item--mobile a:hover {
	text-decoration: none;
}

.buttons-panel .hidden {
	display: none !important;
}

.personal-discount .messages {
	margin-bottom: 10px;
	padding: 5px;
}

.personal-discount .messages .message {
	color: green;
}

.personal-discount .messages .error {
	color: red;
}

.personal-discount .input-cols__right {
	position: relative;
}

.personal-discount img.calendar-icon {
	position: absolute;
	right: 14px;
	top: 7px;
}

.whishlist-panel__add-product .text-error {
	color: red;
	padding-bottom: 15px;
}

/**
 * /local/templates/.default/components/bitrix/catalog.section/gf.17.0.products_slider/style.css
 */
.product-info-container {
	position: relative;
}

.profile-block__container {
	max-width: none;
}

.profile-switch {
    display: block;
    padding: 19px 21px 19px 12px;
		background: #FAFBFB;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		margin-bottom: 12px;
}

.profile-switch_disabled {
	cursor: not-allowed;
}

.profile-switch--last {
	margin-bottom: 40px;
}

.profile-switch__text {
    font-size: 14px;
    line-height: 19px;
    color: #0B1F35;
    font-weight: 600;
}

.profile-switch__input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.profile-switch__slider {
    width: 30px;
		height: 16px;
		background: #DDE1E3;
		position: relative;
		border-radius: 8px;
		transition: .4s;
}

.profile-switch__slider:before {
	content: '';
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #FFFFFF;
	transition: .4s;
	position: absolute;
	left: 1px;
	top: 1px;
}

.profile-switch__input:checked ~ .profile-switch__slider {
	background: #A7D66C;
}

.profile-switch__input:checked ~ .profile-switch__slider:before {
	transform: translateX(14px);
}

.button--profile {
	max-width: 328px;
}

@media (max-width: 480px) {
	.profile-switch {
		padding-right: 12px;
	}

	.button--profile {
		max-width: 100%;
	}

	.profile-switch--last {
		margin-bottom: 18px;
	}
	
}

/* Скелетон */
.skeleton {
	position: relative;
	overflow: hidden;
	color: transparent;
	background-color: #ffffff !important;
	border: none !important;
	pointer-events: none; 
	z-index: 2;
	cursor: default;
}

.skeleton * {
	visibility: hidden;
	pointer-events: none; 
	cursor: default;
}

.skeleton::after {
	content: "";
	display: block;
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all .25s ease-in-out;
	background: linear-gradient(90deg, #EDE8EA 0%, #FAF7F8 100%);    
    background-repeat: no-repeat;
    -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    animation: loading 2.5s infinite;
	z-index: 1;
}

.skeleton--border::after {
    border-radius: 24px;
}

@keyframes loading {
	100% {-webkit-mask-position:left}
}

.loading-el > .skeleton {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 990px) {
	#intraChat {
		display: none !important;
	}
}

/* /personal/: выравниваем общий контейнер как верхнее меню */
.part-main.personal {
	max-width: 1630px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

.part-main.personal .page-content {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.part-main.personal {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (min-width: 992px) {
	.part-main.personal {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1366px) {
	.part-main.personal {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 1630px) {
	.part-main.personal {
		padding-left: 32px;
		padding-right: 32px;
		max-width: 1704px;
	}
}

/* /personal/: левое меню */
.personal-menu {
	margin-top: 16px;
	background: #FFFFFF;
	border-radius: 28px;
	padding: 12px;
	width: 100%;
}

.personal-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.personal-menu__item + .personal-menu__item {
	margin-top: 0;
}

.personal-menu__link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 16px;
	color: #131413;
	text-decoration: none;
	font-family: 'RFDewi', 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	min-height: 48px;
	background-color: transparent;
	width: 100%;
	text-align: left;
	border: none;
	cursor: pointer;
	position: relative;
}

.personal-menu__link:hover {
	background: #EDE8EA;
	color: #131413;
	text-decoration: none;
}

.personal-menu__item--active .personal-menu__link {
	background: #EDE8EA;
	color: #131413;
}
/* иконки в активном пункте того же цвета, что и текст */
.personal-menu__link svg {
	color: currentColor;
}

.personal-menu__link::after {
	content: '';
	background: no-repeat 0 0;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L8 8L4 12' stroke='%23131413' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 16px;
	width: 12px;
	margin-left: auto;
	transition: all .25s ease-in-out;
	opacity: 0;
}

.personal-menu__link:hover::after,
.personal-menu__item--active .personal-menu__link::after {
	opacity: 1;
}

.personal-menu__link svg.personal-tabs__icon,
.personal-menu__link .personal-menu__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.personal-menu__text {
	white-space: normal;
}

.personal-menu--secondary {
	margin-top: 16px;
}

.personal-menu--secondary .personal-menu__link {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	min-height: 40px;
	padding: 8px 10px;
}

.personal-greeting {
	margin-bottom: 16px;
	width: 100%;
}

.personal-greeting__card {
	background: #FFF;
	border-radius: 28px;
	padding: 8px;
	display: block;
}

.personal-greeting__row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 8px;
}

.personal-greeting__gender {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F2F3;
	color: #131413;
	flex-shrink: 0;
	padding: 10px;
}

.personal-greeting__gender svg {
	width: 24px;
	height: 24px;
}

.personal-greeting__title {
	font-family: 'RFDewi', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #131413;
	margin-bottom: 0;
}

/* /personal/: общая обёртка правого блока */
.part-main.personal .personal-page__section {
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #C4C4C4;
}

/* /personal/shops/: clearfix — page-content__left/right floated внутри секции */
.page-content--shops-list .personal-page__section::after {
	content: '';
	display: block;
	clear: both;
}

/* /personal/: карточка профиля */
.part-main.personal .profile-block {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.part-main.personal .profile-block__left {
	flex: 1 1 0%;
	min-width: 0;
	max-width: 100%;
	float: none;
	order: 1;
}

.part-main.personal .profile-block__right {
	width: 280px;
	flex: 0 0 280px;
	max-width: 100%;
	float: none;
	margin-bottom: 0;
	margin-left: 24px;
	order: 2;
}
.part-main.personal .girlfriend-feedback .feedback-text-under-title{
	width: auto;
	max-width: 533px;
	margin-left: auto;
	margin-right: auto;
}
.part-main.personal .girlfriend-feedback {
	width: auto;
	margin: 0;
	padding: 30px 0 10px 0;
}
@media (max-width: 1370px) {
	.part-main.personal .profile-block__right {
		flex: 0 0 100%;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		order: -1;
	}

	.part-main.personal .profile-block__left {
		flex: 0 0 100%;
	}

}

/* /personal/: фиксированная колонка слева, flex-раскладка */
.part-main.personal .page-content {
	display: flex;
	align-items: flex-start;
}

.part-main.personal .page-content .personal-page__left {
	width: 398px;
	flex: 0 0 398px;
	margin-left: 0;
	margin-bottom: 0;
	float: none;
}

.part-main.personal .page-content .personal-page__right {
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: 0%;
	min-width: 0;
	float: none;
	margin-left: 24px;
}

@media (max-width: 1370px) {

	.part-main.personal .page-content .personal-page__left {
		width: 279px;
		flex: 0 0 279px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.part-main.personal .page-content {
		flex-direction: row;
	}

	.part-main.personal .page-content .personal-page__left {
		width: 264px;
		flex: 0 0 264px;
	}

	.part-main.personal .page-content .personal-page__right {
		width: auto;
		margin-left: 16px;
	}
}

@media (max-width: 767px) {
	.part-main.personal .page-content {
		flex-direction: column;
	}

	.part-main.personal .page-content .personal-page__left {
		display: contents;
	}

	.part-main.personal .page-content .personal-page__left .personal-greeting {
		order: 0;
		width: 100%;
	}

	.personal-greeting__card {
		background: transparent;
	}

	.personal-greeting__row {
		gap: 20px;
	}

	.personal-greeting__gender {
		background: #FFFFFF;
	}

	.part-main.personal .page-content .personal-page__right {
		width: 100%;
		flex: 0 0 auto;
		margin-left: 0;
		order: 2;
	}

	.part-main.personal .page-content .personal-page__left .personal-menu {
		order: 3;
		width: 100%;
		margin-top: 24px;
	}

	.part-main.personal .page-content .personal-page__left .personal-orders-quick {
		order: 1;
		width: 100%;
		margin-top: 0;
		margin-bottom: 16px;
	}
}

.personal-orders-quick {
	display: none;
}

.personal-orders-quick .personal-menu__link::after {
	opacity: 1;
}

@media (max-width: 767px) {
	.personal-orders-quick {
		display: block;
	}
}

