

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1775019692302*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
/* 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/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 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1775019692302 */
/* /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/main.userconsent.request/templates/.default/user_consent.css?17751964454416 */
