

/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17751964454416*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}
.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */


/* Start:/local/templates/pm05_mart/assets/css/detail.css?178662825916692*/
.pm05-product-detail [hidden] {
    display: none !important;
}

.pm05-detail-rating {
    display: inline-flex;
    width: fit-content;
    min-height: 32px;
    margin: 0 0 8px;
    align-items: center;
    gap: 7px;
    padding: 0;
    color: var(--pm-text);
    background: transparent;
    border: 0;
    font-family: inherit;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.pm05-detail-rating:hover,
.pm05-detail-rating:focus-visible {
    color: #816800;
}

.pm05-detail-rating strong {
    font-size: 14px;
}

.pm05-feedback-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.pm05-feedback-star {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0 0 18px;
}

.pm05-feedback-star > svg,
.pm05-feedback-star > span,
.pm05-feedback-star > span > svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pm05-feedback-star > svg {
    fill: #fff;
    stroke: #aeb5bf;
    stroke-width: 1.5;
}

.pm05-feedback-star > span {
    overflow: hidden;
}

.pm05-feedback-star > span > svg {
    fill: var(--pm-yellow, #ffd11a);
    stroke: var(--pm-yellow, #ffd11a);
    stroke-width: 1.5;
}

.pm05-feedback-star--fill-0 > span { width: 0; }
.pm05-feedback-star--fill-10 > span { width: 10%; }
.pm05-feedback-star--fill-20 > span { width: 20%; }
.pm05-feedback-star--fill-30 > span { width: 30%; }
.pm05-feedback-star--fill-40 > span { width: 40%; }
.pm05-feedback-star--fill-50 > span { width: 50%; }
.pm05-feedback-star--fill-60 > span { width: 60%; }
.pm05-feedback-star--fill-70 > span { width: 70%; }
.pm05-feedback-star--fill-80 > span { width: 80%; }
.pm05-feedback-star--fill-90 > span { width: 90%; }
.pm05-feedback-star--fill-100 > span { width: 100%; }

.pm05-detail-feedback-wrap,
.pm05-detail-standalone {
    background: var(--pm-bg, #fff);
}

.pm05-detail-tabs-ready [data-pm05-detail-tab-panel][hidden] {
    display: none !important;
}

.pm05-detail-anchor-nav {
    margin-top: 32px !important;
}

.pm05-detail-section.pm05-feedback-section {
    max-width: none;
    padding-bottom: 20px;
}

.pm05-feedback-section__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}

.pm05-feedback-section__header h2 {
    margin-bottom: 8px;
}

.pm05-feedback-section__header p {
    margin: 0;
    color: var(--pm-text-muted);
    font-size: 15px;
    line-height: 1.55;
}

.pm05-feedback-summary {
    display: flex;
    min-height: 24px;
    align-items: center;
    gap: 8px;
    color: var(--pm-text-muted);
    font-size: 14px;
}

.pm05-feedback-summary strong {
    color: var(--pm-text);
    font-size: 16px;
}

.pm05-feedback-summary--empty .pm05-feedback-star > svg {
    fill: #f7f8f9;
}

.pm05-feedback-success,
.pm05-feedback-form__alert {
    max-width: 920px;
    margin: 0 0 18px;
    padding: 13px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
}

.pm05-feedback-success {
    color: #1f653d;
    background: #edf8f1;
    border: 1px solid #b7dfc4;
}

.pm05-feedback-form__alert {
    color: #9b2c22;
    background: #fff2f0;
    border: 1px solid #efc1bb;
}

.pm05-feedback-empty {
    margin: 0 0 18px;
    color: var(--pm-text-muted);
    font-size: 15px;
}

.pm05-feedback-reviews-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
    gap: 24px;
    align-items: start;
}

.pm05-feedback-reviews-layout.is-empty {
    display: block;
}

.pm05-feedback-reviews-layout__list {
    min-width: 0;
}

.pm05-feedback-review-overview {
    min-width: 0;
    padding: 20px;
    background: #f7f8f9;
    border: 1px solid var(--pm-border);
    border-radius: 7px;
}

.pm05-feedback-review-overview.is-empty {
    width: 100%;
    max-width: 880px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 32px;
    align-items: center;
    padding: 22px 24px;
}

.pm05-feedback-review-overview:has(.pm05-feedback-disclosure[open]) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 850px;
}

.pm05-feedback-empty-state {
    display: grid;
    gap: 9px;
    margin-bottom: 16px;
}

.pm05-feedback-review-overview.is-empty .pm05-feedback-empty-state {
    grid-row: 1 / span 2;
    grid-column: 1;
    align-content: center;
    margin-bottom: 0;
}

.pm05-feedback-empty-state__copy {
    display: grid;
    gap: 7px;
}

.pm05-feedback-empty-state__rating {
    grid-row: 1;
    grid-column: 2;
    justify-self: center;
}

.pm05-feedback-empty-state > strong {
    font-size: 18px;
}

.pm05-feedback-empty-state__copy > strong,
.pm05-feedback-question-card__copy > strong {
    color: var(--pm-text);
    font-size: 18px;
    line-height: 1.3;
}

.pm05-feedback-empty-state p,
.pm05-feedback-question-card p {
    margin: 0;
    color: var(--pm-text-muted);
    font-size: 14px;
    line-height: 1.5;
}

.pm05-review-list {
    max-width: none;
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.pm05-review-card {
    min-width: 0;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--pm-border);
    border-radius: 7px;
}

.pm05-review-card header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-bottom: 10px;
}

.pm05-review-card header strong {
    color: var(--pm-text);
    font-size: 14px;
}

.pm05-review-card time {
    color: var(--pm-text-muted);
    font-size: 13px;
}

.pm05-review-card p {
    margin: 0;
    color: var(--pm-text);
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.pm05-feedback-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 20px;
}

.pm05-feedback-pagination a,
.pm05-feedback-pagination span {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    color: var(--pm-text);
    background: #fff;
    border: 1px solid var(--pm-border);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.pm05-feedback-pagination a:hover,
.pm05-feedback-pagination a:focus-visible,
.pm05-feedback-pagination span[aria-current="page"] {
    background: var(--pm-yellow-soft, #fff8cf);
    border-color: var(--pm-yellow, #ffd11a);
}

.pm05-feedback-disclosure {
    width: 100%;
    max-width: 920px;
}

.pm05-feedback-review-overview .pm05-feedback-disclosure {
    margin-top: 16px;
}

.pm05-feedback-review-overview.is-empty .pm05-feedback-disclosure {
    grid-row: 2;
    grid-column: 2;
    width: auto;
    margin-top: 0;
    justify-self: end;
}

.pm05-feedback-review-overview.is-empty .pm05-feedback-disclosure[open] {
    grid-row: 3;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 6px;
}

.pm05-feedback-question-card {
    width: 100%;
    max-width: 880px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 32px;
    align-items: center;
    padding: 22px 24px;
    background: #f7f8f9;
    border: 1px solid var(--pm-border);
    border-radius: 7px;
}

.pm05-feedback-question-card__copy {
    display: grid;
    gap: 7px;
}

.pm05-feedback-question-card .pm05-feedback-disclosure {
    width: auto;
    justify-self: end;
}

.pm05-feedback-question-card .pm05-feedback-disclosure[open] {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 6px;
    justify-self: stretch;
}

.pm05-feedback-disclosure > summary {
    width: fit-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    color: var(--pm-text);
    background: var(--pm-yellow, #ffd11a);
    border: 1px solid var(--pm-yellow, #ffd11a);
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    list-style: none;
}

.pm05-feedback-disclosure > summary::-webkit-details-marker {
    display: none;
}

.pm05-feedback-disclosure:not([open]) > .pm05-feedback-form {
    display: none;
}

.pm05-feedback-disclosure > summary:hover,
.pm05-feedback-disclosure > summary:focus-visible {
    background: #f5c400;
    border-color: #f5c400;
}

.pm05-feedback-disclosure[open] > summary {
    margin-bottom: 18px;
}

.pm05-feedback-form {
    width: 100%;
    max-width: 850px;
    padding: 22px;
    background: #f7f8f9;
    border: 1px solid var(--pm-border);
    border-radius: 7px;
}

.pm05-feedback-form--question {
    margin-top: 0;
}

.pm05-feedback-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pm05-feedback-field,
.pm05-feedback-rating-input {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.pm05-feedback-field--wide {
    grid-column: 1 / -1;
}

.pm05-feedback-rating-input--wide {
    grid-column: 1 / -1;
}

.pm05-feedback-field > label,
.pm05-feedback-rating-input > legend {
    display: block;
    margin: 0 0 7px;
    color: var(--pm-text);
    font-size: 13px;
    font-weight: 700;
}

.pm05-feedback-field > label span,
.pm05-feedback-rating-input > legend span {
    color: #b42318;
}

.pm05-feedback-field input,
.pm05-feedback-field textarea {
    width: 100%;
    min-height: 44px;
    display: block;
    padding: 10px 12px;
    color: var(--pm-text);
    background: #fff;
    border: 1px solid var(--pm-border);
    border-radius: 6px;
    font: inherit;
    font-size: 14px;
}

.pm05-feedback-field textarea {
    min-height: 126px;
    resize: vertical;
    line-height: 1.55;
}

.pm05-feedback-field input:focus,
.pm05-feedback-field textarea:focus {
    border-color: #9e7f00;
    outline: 2px solid rgba(255, 209, 26, 0.35);
    outline-offset: 1px;
}

.pm05-feedback-field [aria-invalid="true"] {
    border-color: #c7463a;
}

.pm05-feedback-field__error {
    display: block;
    margin-top: 6px;
    color: #a33a2e;
    font-size: 12px;
    line-height: 1.4;
}

.pm05-feedback-rating-input > div {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pm05-feedback-rating-input input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.pm05-feedback-rating-input label {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #aeb5bf;
    background: #fff;
    border: 1px solid var(--pm-border);
    border-radius: 6px;
    cursor: pointer;
}

.pm05-feedback-rating-input label svg {
    width: 22px;
    height: 22px;
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.5;
}

.pm05-feedback-rating-input:has(input[value="1"]:checked) label:nth-of-type(-n + 1),
.pm05-feedback-rating-input:has(input[value="2"]:checked) label:nth-of-type(-n + 2),
.pm05-feedback-rating-input:has(input[value="3"]:checked) label:nth-of-type(-n + 3),
.pm05-feedback-rating-input:has(input[value="4"]:checked) label:nth-of-type(-n + 4),
.pm05-feedback-rating-input:has(input[value="5"]:checked) label:nth-of-type(-n + 5),
.pm05-feedback-rating-input:has(label:nth-of-type(1):hover) label:nth-of-type(-n + 1),
.pm05-feedback-rating-input:has(label:nth-of-type(2):hover) label:nth-of-type(-n + 2),
.pm05-feedback-rating-input:has(label:nth-of-type(3):hover) label:nth-of-type(-n + 3),
.pm05-feedback-rating-input:has(label:nth-of-type(4):hover) label:nth-of-type(-n + 4),
.pm05-feedback-rating-input:has(label:nth-of-type(5):hover) label:nth-of-type(-n + 5) {
    color: #9b7b00;
    background: var(--pm-yellow-soft, #fff8cf);
    border-color: var(--pm-yellow, #ffd11a);
}

.pm05-feedback-rating-input:has(input[value="1"]:checked) label:nth-of-type(-n + 1) svg,
.pm05-feedback-rating-input:has(input[value="2"]:checked) label:nth-of-type(-n + 2) svg,
.pm05-feedback-rating-input:has(input[value="3"]:checked) label:nth-of-type(-n + 3) svg,
.pm05-feedback-rating-input:has(input[value="4"]:checked) label:nth-of-type(-n + 4) svg,
.pm05-feedback-rating-input:has(input[value="5"]:checked) label:nth-of-type(-n + 5) svg,
.pm05-feedback-rating-input:has(label:nth-of-type(1):hover) label:nth-of-type(-n + 1) svg,
.pm05-feedback-rating-input:has(label:nth-of-type(2):hover) label:nth-of-type(-n + 2) svg,
.pm05-feedback-rating-input:has(label:nth-of-type(3):hover) label:nth-of-type(-n + 3) svg,
.pm05-feedback-rating-input:has(label:nth-of-type(4):hover) label:nth-of-type(-n + 4) svg,
.pm05-feedback-rating-input:has(label:nth-of-type(5):hover) label:nth-of-type(-n + 5) svg {
    fill: var(--pm-yellow, #ffd11a);
    stroke: var(--pm-yellow, #ffd11a);
}

.pm05-feedback-rating-input input:focus-visible + label {
    outline: 2px solid #1f2937;
    outline-offset: 2px;
}

.pm05-feedback-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.pm05-feedback-form__consent {
    margin-top: 16px;
}

.pm05-feedback-form__consent .pm05-contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--pm-text-muted);
    font-size: 13px;
    line-height: 1.45;
}

.pm05-feedback-form__consent .pm05-contact-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 1px 0 0;
    accent-color: #b28b00;
}

.pm05-feedback-form__consent .pm05-contact-consent a {
    color: var(--pm-text);
    text-decoration: underline;
}

.pm05-feedback-form__consent.is-invalid .pm05-contact-consent {
    color: #a33a2e;
}

.pm05-feedback-submit {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 20px;
    color: var(--pm-text);
    background: var(--pm-yellow, #ffd11a);
    border: 1px solid var(--pm-yellow, #ffd11a);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
}

.pm05-feedback-submit:hover,
.pm05-feedback-submit:focus-visible {
    background: #f5c400;
    border-color: #f5c400;
}

.pm05-feedback-form__note,
.pm05-feedback-product-context {
    margin: 12px 0 0;
    color: var(--pm-text-muted);
    font-size: 13px;
    line-height: 1.5;
}

.pm05-feedback-product-context {
    margin: 0 0 16px;
}

.pm05-feedback-product-context strong {
    color: var(--pm-text);
}

/* Source markup for the standard Bitrix consent popup is cloned by its JS. */
.pm05-contact-consent-popup-template {
    display: none;
}

@media (max-width: 768px) {
    .pm05-feedback-reviews-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .pm05-feedback-review-overview {
        max-width: none;
    }

    .pm05-feedback-review-overview.is-empty,
    .pm05-feedback-question-card {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        padding: 20px;
    }

    .pm05-feedback-review-overview.is-empty .pm05-feedback-empty-state,
    .pm05-feedback-empty-state__rating,
    .pm05-feedback-review-overview.is-empty .pm05-feedback-disclosure,
    .pm05-feedback-review-overview.is-empty .pm05-feedback-disclosure[open],
    .pm05-feedback-question-card .pm05-feedback-disclosure,
    .pm05-feedback-question-card .pm05-feedback-disclosure[open] {
        grid-row: auto;
        grid-column: 1;
        justify-self: start;
    }

    .pm05-feedback-empty-state__rating {
        justify-self: start;
    }

    .pm05-feedback-review-overview.is-empty .pm05-feedback-disclosure,
    .pm05-feedback-review-overview.is-empty .pm05-feedback-disclosure[open],
    .pm05-feedback-question-card .pm05-feedback-disclosure,
    .pm05-feedback-question-card .pm05-feedback-disclosure[open] {
        width: 100%;
        margin-top: 0;
    }

    .pm05-feedback-review-overview.is-empty .pm05-feedback-disclosure > summary,
    .pm05-feedback-question-card .pm05-feedback-disclosure > summary {
        width: 100%;
    }

    .pm05-feedback-form {
        padding: 18px;
    }

    .pm05-feedback-form__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pm05-feedback-field--wide {
        grid-column: auto;
    }

    .pm05-feedback-rating-input--wide {
        grid-column: auto;
    }
}

@media (max-width: 390px) {
    .pm05-detail-rating {
        flex-wrap: wrap;
    }

    .pm05-feedback-section__header {
        display: block;
    }

    .pm05-feedback-form {
        padding: 16px 14px;
    }

    .pm05-review-card {
        padding: 16px;
    }

    .pm05-feedback-rating-input label {
        width: 34px;
        height: 34px;
    }
}

/* End */


/* Start:/local/templates/pm05_mart/assets/css/buy1click.css?178852850911372*/
.pm05-detail-buy1click-wrap {
    margin-top: 10px;
}

.pm05-detail-buy1click {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--pm05-color-border, #d9dee7);
    border-radius: 6px;
    background: #fff;
    color: var(--pm05-color-text, #172033);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.pm05-detail-buy1click:hover {
    border-color: var(--pm05-color-accent, #ffcb05);
    background: #fff9df;
}

.pm05-detail-buy1click:focus-visible {
    outline: 3px solid rgba(255, 203, 5, .38);
    outline-offset: 2px;
}

.pm05-detail-buy1click:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden])) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 6px;
}

.pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden]))
    > .pm05-product-card__availability {
    grid-column: 1 / -1;
}

.pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden]))
    > .pm05-product-card__buy,
.pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden]))
    > .pm05-product-card__buy1click {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 7px 6px;
    border-radius: var(--pm-radius-control, 6px);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.pm05-product-card__buy1click {
    min-width: 0;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    color: var(--pm-text, #172033);
    background: #fff;
    border: 1px solid var(--pm-border, #d9dee7);
    border-radius: var(--pm-radius-control, 6px);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.pm05-product-card__buy1click:hover {
    border-color: var(--pm-brand, #ffcb05);
    background: var(--pm-brand-soft, #fff9df);
}

.pm05-product-card__buy1click:focus-visible {
    outline: 3px solid rgba(255, 203, 5, .42);
    outline-offset: 2px;
}

.pm05-product-card__buy1click:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.pm05-product-card__buy1click-label--compact {
    display: none;
}

body.pm05-buy1click-open {
    overflow: hidden;
}

.pm05-buy1click[hidden],
.pm05-buy1click__form-body[hidden],
.pm05-buy1click__success[hidden],
.pm05-buy1click__status[hidden] {
    display: none !important;
}

.pm05-buy1click {
    position: fixed;
    inset: 0;
    z-index: 15000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.pm05-buy1click__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(11, 18, 31, .62);
    cursor: pointer;
}

.pm05-buy1click__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    max-height: calc(100dvh - 48px);
    overflow: auto;
    overscroll-behavior: contain;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(6, 15, 30, .3);
    color: var(--pm05-color-text, #172033);
}

.pm05-buy1click__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 24px 16px;
    border-bottom: 1px solid #edf0f4;
}

.pm05-buy1click__header h2 {
    margin: 0;
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.15;
}

.pm05-buy1click__close {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin: -6px -6px 0 0;
    border: 0;
    border-radius: 50%;
    background: #f3f5f8;
    color: #192234;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.pm05-buy1click__close:hover {
    background: #e8ebf0;
}

.pm05-buy1click__close:focus-visible,
.pm05-buy1click__submit:focus-visible,
.pm05-buy1click__field input:focus-visible {
    outline: 3px solid rgba(255, 203, 5, .42);
    outline-offset: 2px;
}

.pm05-buy1click__form {
    padding: 20px 24px 24px;
}

.pm05-buy1click__intro {
    margin: 0 0 18px;
    color: #556174;
    font-size: 14px;
    line-height: 1.5;
}

.pm05-buy1click__field {
    display: block;
    margin-bottom: 15px;
}

.pm05-buy1click__label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
}

.pm05-buy1click__field > input {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 13px;
    border: 1px solid #cfd6e1;
    border-radius: 6px;
    background: #fff;
    color: #172033;
    font: inherit;
}

.pm05-buy1click__field > input:hover,
.pm05-buy1click__field > input:focus {
    border-color: #9aa6b7;
}

.pm05-buy1click__field--quantity {
    width: 150px;
}

.pm05-buy1click__field--honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pm05-buy1click-location {
    position: relative;
    min-width: 0;
}

.pm05-buy1click-location .bx-sls,
.pm05-buy1click-location .bx-ui-sls-input-block,
.pm05-buy1click-location .bx-ui-sls-container {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.pm05-buy1click-location .bx-ui-sls-container {
    height: 46px !important;
    min-height: 46px !important;
}

.pm05-buy1click-location .bx-ui-sls-input-block {
	height: 48px;
	min-height: 48px;
	border: 1px solid #cfd6e1;
	border-radius: 6px;
	background: #fff;
}

.pm05-buy1click-location .bx-ui-sls-fake,
.pm05-buy1click-location .bx-ui-sls-route {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 46px !important;
	min-height: 46px !important;
	min-width: 0 !important;
	padding: 11px 42px 11px 13px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: #172033 !important;
	font: inherit !important;
	font-size: 14px !important;
	line-height: 24px !important;
	vertical-align: middle !important;
}

.pm05-buy1click-location .bx-ui-sls-fake::placeholder,
.pm05-buy1click-location .bx-ui-sls-route::placeholder {
	color: #7a8494;
	line-height: 24px;
	opacity: 1;
}

.pm05-buy1click-location .bx-ui-sls-fake:focus {
    outline: 3px solid rgba(255, 203, 5, .42);
    outline-offset: 2px;
}

.pm05-buy1click-location .bx-ui-sls-pane {
    z-index: 5;
    max-width: 100%;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 12px 28px rgba(9, 19, 34, .18);
}

.pm05-buy1click-location .bx-ui-sls-variant {
	white-space: normal;
	min-height: 38px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 20px;
}

.pm05-buy1click-location .bx-ui-sls-error-message {
    font-size: 13px;
}

.pm05-buy1click .pm05-contact-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin: 18px 0;
    color: #4d596c;
    font-size: 13px;
    line-height: 1.45;
}

.pm05-buy1click .pm05-contact-consent input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #ffcb05;
}

.pm05-buy1click .pm05-contact-consent a {
    color: #233b66;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pm05-buy1click__status {
    margin: 0 0 15px;
    padding: 11px 12px;
    border-radius: 6px;
    background: #f3f5f8;
    color: #465267;
    font-size: 14px;
    line-height: 1.4;
}

.pm05-buy1click__status.is-error {
    background: #fff0f0;
    color: #a12626;
}

.pm05-buy1click__status.is-success {
    background: #edf9f1;
    color: #247345;
}

.pm05-buy1click__submit {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    background: var(--pm05-color-accent, #ffcb05);
    color: #151c2b;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.pm05-buy1click__submit:hover:not(:disabled) {
    background: #ffd42e;
}

.pm05-buy1click__submit:disabled {
    cursor: wait;
    opacity: .68;
}

.pm05-buy1click__success {
    padding: 22px 0 4px;
    text-align: center;
}

.pm05-buy1click__success strong {
    display: block;
    margin-bottom: 12px;
    font-size: 22px;
}

.pm05-buy1click__success p {
    margin: 8px auto;
    max-width: 420px;
    color: #556174;
    line-height: 1.5;
}

.pm05-buy1click__summary {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    text-align: left;
}

.pm05-buy1click__summary > div {
    display: grid;
    grid-template-columns: minmax(120px, .38fr) minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e6eb;
}

.pm05-buy1click__summary dt,
.pm05-buy1click__summary dd {
    margin: 0;
}

.pm05-buy1click__summary dt {
    color: #667085;
}

.pm05-buy1click__summary dd {
    min-width: 0;
    color: #152033;
    font-weight: 600;
    overflow-wrap: anywhere;
}

@media (max-width: 600px) {
    .pm05-buy1click {
        align-items: end;
        padding: 0;
    }

    .pm05-buy1click__dialog {
        width: 100%;
        max-height: calc(100dvh - 12px);
        border-radius: 12px 12px 0 0;
    }

    .pm05-buy1click__header {
        padding: 18px 16px 13px;
    }

    .pm05-buy1click__form {
        padding: 16px;
    }

    .pm05-buy1click__summary > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (min-width: 351px) and (max-width: 560px) {
    .pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden])) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden]))
        > .pm05-product-card__buy,
    .pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden]))
        > .pm05-product-card__buy1click {
        min-height: 44px;
        padding-inline: 4px;
        font-size: 12px;
    }

    .pm05-product-card__buy1click-label--full {
        display: inline;
    }

    .pm05-product-card__buy1click-label--compact {
        display: none;
    }
}

@media (max-width: 350px) {
    .pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden])) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden]))
        > .pm05-product-card__buy,
    .pm05-product-card__basket-actions:has(.pm05-product-card__buy1click:not([hidden]))
        > .pm05-product-card__buy1click {
        min-height: 44px;
        padding-inline: 3px;
        font-size: 12px;
    }

    .pm05-product-card__buy-label,
    .pm05-product-card__buy1click-label--full {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
    }

    .pm05-product-card__buy1click-label--full {
        display: inline;
    }

    .pm05-product-card__buy1click-label--compact {
        display: none;
    }
}

@media (max-width: 350px) {
    .pm05-buy1click__header h2 {
        font-size: 21px;
    }

    .pm05-buy1click__form {
        padding: 14px 12px 16px;
    }

    .pm05-buy1click__field--quantity {
        width: 128px;
    }
}
.pm05-buy1click .pm05-contact-consent-popup-template {
    display: none;
}

.pm05-buy1click-open .main-user-consent-request-popup {
    z-index: 15020;
}

/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.min.css?17750196925525*/
.bx-sls .dropdown-block{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px #ebebeb;box-shadow:inset 0 1px 2px #ebebeb;font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff}.bx-sls .dropdown-block-ui{font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff;margin-top:5px;}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center; height:100%;top:0;right:0;position:absolute;width:22px}.bx-sls .bx-ui-sls-container{overflow:hidden;min-height:25px}.bx-sls .bx-ui-sls-pane{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:0 2px 3px #c7c7c7;box-shadow:0 2px 3px #c7c7c7;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;max-height:200px;overflow-y:auto;left:0;top:35px;padding:5px 5px 3px 5px;position:absolute;width:100%}.bx-sls .dropdown-active .bx-ui-sls-pane{display:block}.bx-sls .bx-ui-sls-variants{list-style:none;margin:0;padding:0}.bx-sls .dropdown-item{border-radius:2px;padding:7px 4px 7px 10px;margin-bottom:2px}.bx-sls .dropdown-item:hover{background-color:#f1f3f5;cursor:pointer}.bx-sls .dropdown-img{border:0;display:inline-block;height:12px;margin:3px 12px 0 0;vertical-align:top;width:16px}.bx-sls .dropdown-item-text{color:#aba8ac;display:inline-block;vertical-align:top}.bx-sls .dropdown-item-text span{color:#25282c}.bx-sls .dropdown-list-title{border-bottom:1px solid #e5e5e5;height:37px;line-height:37px;padding-left:8px;}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center; height:14px;left:10px;position:absolute;top:10px;width:14px}.bx-sls .quick-locations{margin-bottom:5px}.bx-sls .quick-location-tag{background-color:#f2f5f8;border:1px solid #cad3dc;border-radius:3px;color:#1e55b9;display:inline-block;font-size:15px;height:27px;line-height:26px;margin:0 3px;padding:0 14px;text-decoration:none;margin-bottom:10px}.bx-sls .quick-location-tag:hover{background-color:#fafafa}.bx-sls .dropdown-fade2white{width:46px;height:31px;position:absolute;top:2px;right:0;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(30%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll; width:30px;height:30px;cursor:pointer;cursor:hand;margin-top:2px;position:absolute;top:0;right:0;display:block}.bx-sls .bx-ui-sls-clear:hover{background-position:6px -3418px;}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important; background-repeat:no-repeat !important;background-position:right -1px !important;width:30px;height:30px;position:absolute;top:3px;right:2px;display:none}.bx-sls .bx-ui-sls-go-edit{display:none}.bx-sls .bx-ui-sls-pane{max-height:300px}.bx-sls input::-ms-clear{display:none}.bx-sls input[type="text"]{position:relative}.bx-sls .bx-ui-sls-fake,.bx-sls .bx-ui-sls-route{position:absolute !important;top:0;left:0;color:#000 !important;opacity:1 !important;background:transparent !important;border:none !important;box-shadow:none !important;padding:0 22px 0 0 !important;background-position:right 1px;background-repeat:no-repeat;font-family:var(--ui-font-family-primary,var(--ui-font-family-helvetica));font-size:14px;height:33px;width:100%;outline:0;z-index:10}.bx-sls .bx-ui-sls-route{color:#aba8ac !important;z-index:5}.bx-sls .bx-ui-sls-pane{background-color:#fff;z-index:999;border:1px solid #87919c}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,.bx-sls .bx-ui-sls-error{padding:10px 10px}.bx-sls .bx-ui-sls-error{color:#f22;padding-left:30px;position:relative}.bx-sls .bx-ui-sls-error div{position:absolute;top:0;left:0;width:25px;height:25px;	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,.bx-sls .bx-ui-sls-variant-active{background-color:#e0e8ea}.adm-sls-edit-link{margin-top:10px}.bx-admin-mode .bx-sls-go-edit{margin-left:10px;display:none}.bx-admin-mode .dropdown-block{border-color:#87919c #959ea9 #9ea7b1;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3),0 2px 2px -1px rgba(180,188,191,0.7) inset;box-shadow:0 1px 0 0 rgba(255,255,255,0.3),0 2px 2px -1px rgba(180,188,191,0.7) inset;height:25px}.bx-sls.bx-admin-mode .bx-ui-sls-fake,.bx-sls.bx-admin-mode .bx-ui-sls-route{height:25px}.bx-admin-mode .dropdown-icon{top:7px}.bx-admin-mode .dropdown-fade2white{height:22px}.bx-admin-mode .dropdown-fade2white{right:1px}.bx-admin-mode .bx-ui-sls-clear{background-position:6px -3389px;height:22px}.bx-admin-mode .bx-ui-sls-clear:hover{background-position:6px -3421px}.bx-admin-mode .bx-ui-sls-loader{background-position:right -4px !important;height:21px}.bx-admin-mode .bx-ui-sls-pane{top:27px}
/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?17750196926417*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height:25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	color: #000 !important;

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	z-index:10;
}
.bx-sls .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17751964454416 */
/* /local/templates/pm05_mart/assets/css/detail.css?178662825916692 */
/* /local/templates/pm05_mart/assets/css/buy1click.css?178852850911372 */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.min.css?17750196925525 */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?17750196926417 */
