#vk_comments,
#vk_groups,
#vk_like {
    margin: 0 auto
}

.__jivoMobileButton {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(0, 0, .2, 1)
}

.cookies-warning--show .__jivoMobileButton {
    transform: translateY(-60px)
}

.is-screenshoter * {
    animation: none !important;
    transition: none !important
}

.is-screenshoter .b_block {
    overflow: hidden
}

[data-w-id=CART] {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--viewportHeight, 100vh);
    pointer-events: none;
    contain: strict;
    z-index: 3001
}

[data-w-id=CART]:not(.show) .component-bg,
[data-w-id=CART]:not(.show) .widget-data {
    display: none
}

[data-w-id=CART].show {
    pointer-events: all
}

[data-w-id=CART].fade-in .widget-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

[data-w-id=CART] [aria-hidden=true] {
    display: none !important
}

[data-w-id=CART] .cart-button-holder {
    position: fixed;
    z-index: 2;
    top: 140px;
    right: 35px
}

[data-w-id=CART] .cart-button {
    position: relative;
    top: auto;
    right: auto;
    pointer-events: all
}

[data-w-id=CART] .cart-button.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

[data-w-id=CART] .cart-button.hidden .cart-button-count {
    display: none
}

[data-w-id=CART] .cart-button-icon {
    fill: #232323;
    flex-shrink: 0;
    display: block;
    fill-rule: evenodd;
    width: 28px;
    height: 28px
}

[data-w-id=CART] .widget-data {
    padding: 70px 0;
    width: 100%;
    height: 100%;
    max-height: var(--viewportHeight, 100vh);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    pointer-events: all;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1
}

[data-w-id=CART] .widget-content {
    --gapSize: 25px;
    position: relative;
    display: flex;
    max-width: 100%;
    width: 800px;
    margin: auto;
    padding: 15px;
    flex-grow: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    transform: translateY(20px);
    transition: all .3s cubic-bezier(.21, .67, .58, 1)
}

[data-w-id=CART] .widget-content .close-times {
    position: absolute;
    font-size: 14px;
    top: 20px;
    right: 20px
}

[data-w-id=CART] .cart-container,
[data-w-id=CART] .form-container {
    display: flex;
    flex-flow: column;
    padding: var(--gapSize);
    position: relative;
    pointer-events: auto
}

[data-w-id=CART] .cart-container .element-text--title,
[data-w-id=CART] .form-container .element-text--title {
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

[data-w-id=CART] .cart-empty {
    display: none;
    padding: 40px 0;
    flex-flow: column;
    flex-grow: 1;
    justify-content: center;
    text-align: center
}

[data-w-id=CART] .cart-empty__icon {
    width: 58px;
    height: 46px;
    margin: 0 auto
}

[data-w-id=CART] .cart-empty__text {
    margin-top: 20px
}

[data-w-id=CART] .flex-line {
    display: flex;
    align-items: center;
    justify-content: space-between
}

[data-w-id=CART] .order-list {
    padding: 0;
    list-style: none
}

[data-w-id=CART] .order-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative
}

[data-w-id=CART] .order-item.to-delete .item-count {
    opacity: .5
}

[data-w-id=CART] .order-item.to-delete .img-holder,
[data-w-id=CART] .order-item.to-delete .item-price,
[data-w-id=CART] .order-item.to-delete .item-title-outer>:not(.item-remove) {
    opacity: .25
}

[data-w-id=CART] .order-item:last-child {
    margin-bottom: 0 !important
}

[data-w-id=CART] .order-item [data-action=remove] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    margin-right: -5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .35;
    z-index: 2;
    transition: opacity .3s cubic-bezier(.21, .67, .58, 1)
}

[data-w-id=CART] .order-item [data-action=remove] svg {
    width: 10px;
    height: 10px
}

.is-pointer [data-w-id=CART] .order-item [data-action=remove]:hover {
    opacity: 1
}

[data-w-id=CART] .img-holder {
    flex-shrink: 0;
    width: 70px;
    margin-right: 20px;
    transition: opacity .3s ease-out
}

[data-w-id=CART] .img-holder .img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden
}

[data-w-id=CART] .content-holder {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    min-height: 70px;
    position: relative
}

[data-w-id=CART] .content-holder .item-title-outer {
    flex-grow: 1;
    align-items: start;
    flex-direction: column;
    margin-bottom: 8px
}

[data-w-id=CART] .content-holder .item-title-outer>div {
    transition: opacity .3s ease-out
}

[data-w-id=CART] .content-holder .item-title {
    font-size: 15px;
    line-height: 20px;
    margin-right: 20px
}

[data-w-id=CART] .content-holder .item-status {
    color: var(--statusColor);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px
}

[data-w-id=CART] .content-holder .item-status.hidden {
    display: none
}

[data-w-id=CART] .content-holder .item-status.in-stock,
[data-w-id=CART] .content-holder .item-status.items-in-stock {
    --statusColor: #56b157
}

[data-w-id=CART] .content-holder .item-status.items-left {
    --statusColor: #e5785c
}

[data-w-id=CART] .content-holder .item-status.preorder {
    --statusColor: #e1b364
}

[data-w-id=CART] .content-holder .item-status.not-available,
[data-w-id=CART] .content-holder .item-status.out-of-stock {
    --statusColor: #e5785c
}

[data-w-id=CART] .content-holder .item-vendor-code {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
    opacity: .57
}

[data-w-id=CART] .content-holder .item-variant {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    opacity: .57
}

[data-w-id=CART] .content-holder .item-price {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    align-items: flex-end;
    transition: opacity .3s ease-out
}

[data-w-id=CART] .content-holder .cart-price {
    font-size: 13px;
    line-height: 20px;
    opacity: .5;
    margin-right: 6px;
    white-space: nowrap
}

[data-w-id=CART] .content-holder .cart-price.hidden {
    display: none
}

[data-w-id=CART] .content-holder .cart-sum {
    white-space: nowrap
}

[data-w-id=CART] .item-count {
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 22px;
    align-items: center;
    margin-left: -6px
}

[data-w-id=CART] .item-count a {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 10px;
    color: currentColor;
    position: relative;
    opacity: .35;
    transition: opacity .3s cubic-bezier(.21, .67, .58, 1)
}

[data-w-id=CART] .item-count a.disabled {
    cursor: default;
    opacity: .1
}

.is-pointer [data-w-id=CART] .item-count a:hover {
    opacity: 1
}

.is-pointer [data-w-id=CART] .item-count a.disabled:hover {
    opacity: .1
}

[data-w-id=CART] .item-count__input {
    -webkit-appearance: none;
    background: transparent;
    color: inherit;
    text-align: center;
    max-width: 32px;
    font: inherit;
    font-size: 15px;
    border: 1px solid transparent;
    transition: all .3s .2s;
    -moz-appearance: textfield
}

[data-w-id=CART] .item-count__input::-webkit-inner-spin-button,
[data-w-id=CART] .item-count__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

[data-w-id=CART] .item-count__input.error {
    color: #e5785c
}

[data-w-id=CART] .cart-checkout-wrap {
    display: flex;
    flex-flow: column;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    position: relative;
    margin-top: 50px;
    text-align: left
}

[data-w-id=CART] .cart-checkout-delivery {
    display: block
}

[data-w-id=CART] .cart-checkout-shipping,
[data-w-id=CART] .cart-checkout-subtotal {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375
}

[data-w-id=CART] .cart-checkout-shipping {
    margin-top: 10px
}

[data-w-id=CART] .cart-checkout-summary {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3333
}

[data-w-id=CART] .cart-checkout-count {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    opacity: .5;
    margin-top: 2px
}

[data-w-id=CART] .cart-checkout__delimiter {
    margin: 20px 0;
    background: currentColor;
    opacity: .2;
    height: 1px;
    width: 100%;
    border: none
}

[data-w-id=CART] .cart-shipping__not-fix-total {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #1b1b1c;
    opacity: .5;
    margin-top: 4px
}

[data-w-id=CART] .cart-checkout__title {
    flex-grow: 1;
    min-width: 50px;
    margin-right: 15px
}

[data-w-id=CART] .cart-checkout__price {
    flex-shrink: 0;
    min-width: 50px;
    text-align: right
}

[data-w-id=CART] .cart-info-block {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.42857143;
    position: relative;
    padding: 15px;
    margin-top: 20px;
    order: 10;
    z-index: 1;
    animation: slideDown .35s ease 1 both .25s
}

[data-w-id=CART] .cart-info-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: .05;
    border-radius: 4px;
    z-index: -1
}

[data-w-id=CART] .cart-delivery-free.show-min-total .delivery-free__progress__icon,
[data-w-id=CART] .cart-delivery-free.show-min-total .delivery-free__text {
    display: none
}

[data-w-id=CART] .cart-delivery-free.show-min-total .delivery-min-total__text,
[data-w-id=CART] .cart-delivery-free.show-min-total .min-total__progress__icon {
    display: inline-block
}

[data-w-id=CART] .min-total__count,
[data-w-id=CART] .min-total__total {
    opacity: .7
}

[data-w-id=CART] .delivery-free__count {
    white-space: nowrap;
    padding-right: 20px
}

[data-w-id=CART] .delivery-free__progress {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

[data-w-id=CART] .delivery-free__progress__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2px
}

[data-w-id=CART] .delivery-free__progress__loader .bg-path {
    opacity: .2
}

[data-w-id=CART] .delivery-free__progress__loader .progress-path {
    transition: all .35s ease
}

[data-w-id=CART] .delivery-free__progress__icon,
[data-w-id=CART] .min-total__progress__icon {
    width: 16px;
    height: 16px
}

[data-w-id=CART] .delivery-min-total__text,
[data-w-id=CART] .min-total__progress__icon {
    display: none
}

[data-w-id=CART] .delivery-free__text,
[data-w-id=CART] .delivery-min-total__text {
    margin-left: 15px
}

[data-w-id=CART] .cart-products-changed {
    align-items: center
}

[data-w-id=CART] .cart-products-changed__image {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 15px
}

[data-w-id=CART] .cart-products-changed__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .25;
    cursor: pointer;
    transition: opacity .18s
}

.is-pointer [data-w-id=CART] .cart-products-changed__close:hover {
    opacity: .65
}

[data-w-id=CART] .cart-products-changed__more {
    display: inline-block;
    opacity: .5;
    text-decoration: underline;
    cursor: pointer
}

[data-w-id=CART] .cart-products-changed__more .policy-link {
    --linkOpacity: 0.5;
    --linkHoverOpacity: 0.75
}

.is-pointer [data-w-id=CART] .cart-products-changed__more:hover {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-w-id=CART] .form-container {
        order: -1
    }
}

[data-w-id=CART] .cart-is-empty .widget-content {
    width: 400px;
    transition: all .3s cubic-bezier(.21, .67, .58, 1)
}

[data-w-id=CART] .cart-is-empty .form-container {
    display: none
}

[data-w-id=CART] .cart-is-empty .cart-container {
    max-width: 100%;
    flex-basis: 100%
}

[data-w-id=CART] .cart-is-empty .cart-container .element-text--title,
[data-w-id=CART] .cart-is-empty .order-list {
    display: none
}

[data-w-id=CART] .cart-is-empty .cart-empty {
    display: flex;
    animation: slideDown .3s cubic-bezier(.21, .67, .58, 1) 1 both
}

[data-w-id=CART] .cart-is-empty .cart-checkout-wrap {
    display: none
}

[data-w-id=CART] [data-image-style=round] .order-item .img {
    border-radius: 50%
}

@media screen and (max-width:767px) {
    body.adaptive [data-w-id=CART] .component-bg {
        display: none
    }
    body.adaptive [data-w-id=CART] .cart-button-holder {
        top: 20px;
        right: 20px
    }
    body.adaptive [data-w-id=CART] .widget-content>.close-times {
        font-size: 18px;
        top: 35px
    }
    body.adaptive [data-w-id=CART] .order-item [data-action=remove] {
        font-size: 14px
    }
    body.adaptive [data-w-id=CART] .widget-data {
        height: auto;
        align-items: stretch;
        flex-flow: column;
        padding: 0
    }
    body.adaptive [data-w-id=CART] .widget-content {
        --gapSize: 30px;
        flex-grow: 1;
        flex-shrink: 0;
        flex-flow: column nowrap;
        padding: env(safe-area-inset-top) 20px env(safe-area-inset-bottom)
    }
    body.adaptive [data-w-id=CART] .cart-container,
    body.adaptive [data-w-id=CART] .form-container {
        margin: 0 auto;
        width: 360px;
        max-width: calc(100vw - 20px * 2)
    }
    body.adaptive [data-w-id=CART] .cart-container .element-text--title,
    body.adaptive [data-w-id=CART] .form-container .element-text--title {
        margin-bottom: 30px
    }
    body.adaptive [data-w-id=CART] .cart-container .cart-empty {
        padding: 30px 0
    }
    body.adaptive [data-w-id=CART] .cart-container .order-list li {
        margin-bottom: 20px
    }
    body.adaptive [data-w-id=CART] .cart-container .checkout {
        margin-top: 30px
    }
    body.adaptive [data-w-id=CART] .item-count__input {
        font-size: 16px
    }
    body.adaptive [data-w-id=CART] .flexbe-row {
        flex-flow: column !important;
        min-height: 100%
    }
    body.adaptive [data-w-id=CART] .flexbe-column {
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 0;
        height: auto;
        flex-basis: auto !important
    }
    body.adaptive [data-w-id=CART] .cart-is-empty .cart-container,
    body.adaptive [data-w-id=CART] .cart-is-empty .cart-empty {
        height: 100%
    }
    body.adaptive [data-w-id=CART] .cart-is-empty .widget-content {
        margin: 0;
        width: 100%
    }
}

[data-w-id=CART] .item-count a:before,
[data-w-id=CART] .item-count a:not([data-tooltipstered]):after {
    display: none
}

[data-w-id=CART] .item-count__horizontal,
[data-w-id=CART] .item-count__vertical {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: currentColor
}

[data-w-id=CART] .item-count__horizontal {
    width: 1em;
    height: 2px
}

[data-w-id=CART] .item-count__vertical {
    width: 2px;
    height: 1em
}

[data-w-id=MENU01] {
    z-index: 2000
}

[data-w-id=MENU01] .nav-header {
    outline: 1px solid transparent
}

@media screen and (max-width:767px) {
    body.adaptive [data-w-id=MENU01].is-mobile-menu--panel {
        padding-top: 58px
    }
}

[data-e-id=avatar01] .element-container {
    display: flex;
    align-items: center;
    flex-flow: row nowrap
}

[data-e-id=button01] {
    --buttonsGap: 15px
}

[data-e-id=button01] .buttons-holder {
    width: calc(100% + var(--buttonsGap));
    margin: calc(var(--buttonsGap) * -1) 0 0 calc(var(--buttonsGap) * -1);
    pointer-events: none
}

[data-e-id=button01] .text-left .text-wrapper {
    order: -1
}

[data-e-id=button01] .button-wrapper,
[data-e-id=button01] .text-wrapper {
    padding: 0;
    margin: var(--buttonsGap) 0 0 var(--buttonsGap);
    pointer-events: all
}

[data-e-id=header_contacts] .contact-holder {
    flex-flow: row !important;
    align-items: center
}

[data-e-id=header_contacts] .contact-holder.show-desc {
    align-items: flex-start
}

[data-e-id=header_contacts] .contact-holder.size--xsmall {
    --iconPad: 7px;
    --iconSize: 20px
}

[data-e-id=header_contacts] .contact-holder.size--small {
    --iconSize: 26px
}

[data-e-id=header_contacts] .contact-holder.size--medium {
    --iconSize: 32px
}

[data-e-id=header_contacts] .contact-holder.size--large {
    --iconSize: 40px
}

[data-e-id=header_contacts] .element-content>.contact-holder[class]>.component-icon {
    margin-top: 0;
    margin-bottom: 0
}

[data-e-id=map01] .component-map .map-wrap {
    padding-bottom: var(--elementProportion)
}

[data-e-id=media01].no-gutter .element-content>[data-component] {
    overflow: hidden
}

[data-e-id=media01].no-gutter.is-first-child .element-content>[data-component] {
    border-top-left-radius: var(--topLeftRadius);
    border-top-right-radius: var(--topRightRadius)
}

[data-e-id=media01].no-gutter.is-last-child .element-content>[data-component] {
    border-bottom-left-radius: var(--bottomLeftRadius);
    border-bottom-right-radius: var(--bottomRightRadius)
}

[data-e-id=media02] {
    --cropSize: 50%;
    --imageSize: 200%
}

[data-e-id=media02] .state-container {
    padding-bottom: var(--imageProportion, 60%)
}

[data-e-id=media02] .state-container[data-direction=x] .crop-container {
    width: var(--cropSize, 50%)
}

[data-e-id=media02] .state-container[data-direction=x] .component-image {
    width: var(--imageSize, 200%)
}

[data-e-id=media02] .state-container[data-direction=x] .drag-handle {
    left: var(--handlePosition, 50%)
}

[data-e-id=media02] .state-container[data-direction=y] .crop-container {
    height: var(--cropSize, 50%)
}

[data-e-id=media02] .state-container[data-direction=y] .component-image {
    height: var(--imageSize, 200%)
}

[data-e-id=media02] .state-container[data-direction=y] .drag-handle {
    top: var(--handlePosition, 50%)
}

[data-e-id=table01] .table-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: inherit;
    align-items: inherit
}

[data-e-id=zone] {
    pointer-events: all
}

[data-e-id=zone] .elements-list {
    -webkit-mask-image: none !important;
    mask-image: none !important
}

@media screen and (max-width:767px) {
    body.adaptive [data-e-id=zone]:not(.bg-element) .elements-list--only {
        --paddingTop: 0px;
        --paddingBottom: 0px;
        --paddingLeft: 0px;
        --paddingRight: 0px;
        padding: 0
    }
	
	.element-item.is-first-child.element-item--static.element-item--vertical {
    margin-bottom: 55px!important;
}

.text-rotator.text--contrast.text-style-title.anim_927858.animation-stopped {
    margin-top: -55px!important;
}
	
}

[data-e-id=zone_gallery] [data-component] {
    pointer-events: all
}

[data-e-id=zone_header] .elements-list {
    display: flex
}

[data-m-id=GRID] .close-times {
    position: absolute;
    font-size: 14px;
    color: #777;
    top: 20px;
    right: 20px;
    z-index: 1001
}

[data-m-id=GRID] .modal-content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 800px
}

[data-m-id=GRID] .modal-content.width--s {
    max-width: 400px
}

[data-m-id=GRID] .modal-content.width--sm {
    max-width: 600px
}

[data-m-id=GRID] .modal-content.width--m {
    max-width: 800px
}

[data-m-id=GRID] .modal-content.width--l {
    max-width: 960px
}

[data-m-id=GRID] .layout-type-column {
    width: 100%;
    flex-grow: 1
}

@media screen and (min-width:768px) {
    [data-m-id=GRID] .first-column .content-zone {
        --topRightRadius: 0px;
        --bottomRightRadius: 0px
    }
    [data-m-id=GRID] .last-column .content-zone {
        --topLeftRadius: 0px;
        --bottomLeftRadius: 0px
    }
}

[data-m-id=HTML] .modal-content {
    width: 100%;
    max-width: 800px
}

[data-m-id=HTML] .modal-content .close-times {
    font-size: 14px;
    color: #777;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001
}

[data-m-id=PAY] noindex {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block
}

[data-m-id=PAY] .component-bg .overlay {
    background: #000;
    border-color: #000;
    opacity: .9
}

[data-m-id=PAY] .scroller {
    padding: 40px 0
}

[data-m-id=PAY] .modal-content {
    width: 400px;
    max-width: 100%;
    padding: 2.5rem;
    background: #fff;
    text-align: center
}

[data-m-id=PAY] .modal-content .close-times {
    display: block !important;
    position: absolute;
    font-size: 14px;
    top: 20px;
    right: 20px;
    z-index: 1001
}

[data-m-id=PAY] .modal-content .loading {
    display: none;
    text-align: center;
    justify-content: center
}

[data-m-id=PAY] .modal-content[data-type=bill] {
    width: 500px
}

[data-m-id=PAY] .modal-content[data-type=already] .action-already,
[data-m-id=PAY] .modal-content[data-type=bill] .action-bill,
[data-m-id=PAY] .modal-content[data-type=cash] .action-cash,
[data-m-id=PAY] .modal-content[data-type=fail] .action-fail,
[data-m-id=PAY] .modal-content[data-type=loading] .loading,
[data-m-id=PAY] .modal-content[data-type=success] .action-success {
    display: flex
}

[data-m-id=PAY] .action-already,
[data-m-id=PAY] .action-bill,
[data-m-id=PAY] .action-cash,
[data-m-id=PAY] .action-fail,
[data-m-id=PAY] .action-success {
    flex-flow: column;
    justify-content: stretch;
    width: 100%;
    animation: slideDown .35s cubic-bezier(.21, .67, .58, 1) .1s 1 both
}

[data-m-id=PAY] .action-bill {
    display: none;
    flex-flow: row nowrap;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden
}

[data-m-id=PAY] .action-bill .pay-action {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-bottom: 20px
}

[data-m-id=PAY] .action-bill .pay-action .ico-wrap {
    margin-bottom: 5px
}

[data-m-id=PAY] .action-bill .pay-action .ico-wrap .component-ico {
    border: none
}

[data-m-id=PAY] .action-bill .pay-action .title {
    margin-bottom: 10px;
    color: rgba(27, 27, 28, .35)
}

[data-m-id=PAY] .action-bill .pay-methods {
    width: 100%;
    text-align: center;
    flex-shrink: 0
}

[data-m-id=PAY] .action-bill .pay-methods .title {
    margin-bottom: 20px
}

[data-m-id=PAY] .action-bill .pay-methods-list {
    display: flex;
    justify-content: center;
    min-width: 420px
}

[data-m-id=PAY] .action-bill .pay-methods-list .pay-methods-list-inner {
    display: flex;
    flex-flow: row wrap;
    flex-shrink: 1;
    margin: -5px
}

[data-m-id=PAY] .action-bill .pay-methods-list .pay-methods-list-inner.shake {
    animation: shake .5s ease 1 both .2s
}

[data-m-id=PAY] .action-bill .pay-methods-list .item {
    width: 33.3%;
    min-width: 140px;
    padding: 5px;
    cursor: pointer
}

[data-m-id=PAY] .action-bill .pay-methods-list .item:hover .item-inner:before {
    border-color: rgba(34, 34, 34, .5)
}

[data-m-id=PAY] .action-bill .pay-methods-list .item .item-inner {
    display: flex;
    position: relative;
    flex-flow: column;
    padding: 15px 10px;
    justify-content: flex-start
}

[data-m-id=PAY] .action-bill .pay-methods-list .item .item-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    border: 1px solid rgba(27, 27, 28, .15);
    transition: all .2s
}

[data-m-id=PAY] .action-bill .pay-methods-list .item .check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 13px
}

[data-m-id=PAY] .action-bill .pay-methods-list .item .check:after,
[data-m-id=PAY] .action-bill .pay-methods-list .item .check:before {
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    background: #222
}

[data-m-id=PAY] .action-bill .pay-methods-list .item .check:before {
    width: 46%;
    bottom: 42%;
    left: 3%;
    transform: rotate(42deg) scaleX(0);
    border-bottom-right-radius: 2px;
    transform-origin: bottom left
}

[data-m-id=PAY] .action-bill .pay-methods-list .item .check:after {
    width: 95%;
    bottom: 0;
    left: 35%;
    transform: rotate(-48deg) scaleX(0);
    border-bottom-left-radius: 2px;
    transform-origin: bottom left
}

[data-m-id=PAY] .action-bill .pay-methods-list .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 60px;
    margin: 0 auto
}

[data-m-id=PAY] .action-bill .pay-methods-list .item .item-name {
    display: block;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

[data-m-id=PAY] .action-bill .pay-methods-list .item input {
    visibility: hidden;
    display: none
}

[data-m-id=PAY] .action-bill .pay-methods-list .item input:checked+.item-inner:before {
    border-width: 2px;
    border-color: #222
}

[data-m-id=PAY] .action-bill .pay-methods-list .item input:checked+.item-inner .check:before {
    transform: rotate(42deg) scaleX(1);
    transition: transform .2s ease-in
}

[data-m-id=PAY] .action-bill .pay-methods-list .item input:checked+.item-inner .check:after {
    transform: rotate(-48deg) scaleX(1);
    transition: transform .15s ease-out .2s
}

[data-m-id=PAY] .action-bill .btn-wrap {
    display: block;
    width: 100%
}

[data-m-id=PAY] .action-already,
[data-m-id=PAY] .action-cash,
[data-m-id=PAY] .action-fail,
[data-m-id=PAY] .action-success {
    display: none;
    text-align: center;
    max-width: 320px;
    margin: 0 auto
}

[data-m-id=PAY] .action-already .title,
[data-m-id=PAY] .action-cash .title,
[data-m-id=PAY] .action-fail .title,
[data-m-id=PAY] .action-success .title {
    margin-bottom: 20px
}

[data-m-id=PAY] .action-cash .ico-wrap {
    color: #d64094
}

[data-m-id=PAY] .action-already .ico-wrap,
[data-m-id=PAY] .action-success .ico-wrap {
    color: #17c37b
}

[data-m-id=PAY] .action-fail .ico-wrap {
    color: #ef3e4a
}

[data-m-id=PAY] .btn-wrap {
    margin-top: 30px
}

[data-m-id=PAY] .btn-wrap .component-button {
    --buttonBackground: transparent;
    --buttonBorder: transparent;
    --buttonColor: #1b1b1c;
    --buttonContrast: #fff;
    --buttonBackgroundHover: transparent;
    --buttonColorHover: #1b1b1c;
    --buttonContrastHover: #fff;
    min-width: 120px
}

[data-m-id=PAY] .btn-wrap .component-button.filled {
    --buttonBackground: #1b1b1c;
    --buttonColor: #fff;
    --buttonContrast: #1b1b1c;
    --buttonBackgroundHover: #1b1b1c;
    --buttonColorHover: #fff;
    --buttonContrastHover: #1b1b1c
}

[data-m-id=PAY] .btn-wrap .component-button.filled.filled {
    --buttonBackgroundHover: #434344
}

[data-m-id=PAY] .btn-wrap .component-button.bordered {
    --buttonBorder: #1b1b1c;
    --buttonColor: #1b1b1c
}

[data-m-id=PAY] .btn-wrap .component-button.bordered.effect--fill {
    --buttonBackgroundHover: #1b1b1c;
    --buttonColorHover: #fff;
    --buttonContrastHover: #1b1b1c
}

[data-m-id=PAY] .btn-wrap .component-button.bordered.effect--fill.hover {
    --currentColor: var(--buttonColorHover)
}

[data-m-id=PAY] .btn-wrap .component-button.submitting {
    pointer-events: none
}

[data-m-id=PAY] .btn-wrap .component-button.submitting .btn-text {
    opacity: 0
}

[data-m-id=PAY] .btn-wrap .component-button.submitting .submitting-status {
    display: block;
    opacity: 1;
    visibility: visible
}

[data-m-id=PAY] .btn-wrap .component-button.submitting .submitting-status svg {
    transform: scale(1)
}

[data-m-id=PAY] .btn-wrap .component-button .submitting-status {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease
}

[data-m-id=PAY] .btn-wrap .component-button .submitting-status .icon {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%)
}

[data-m-id=PAY] .btn-wrap .component-button .submitting-status .icon .circular-loader {
    fill: none;
    stroke: currentColor;
    stroke-width: 6px;
    transform-origin: center center
}

[data-m-id=PAY] .btn-wrap .component-button .submitting-status .icon .circular-loader .loader-path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    stroke-linecap: round;
    animation: circular-loader 1.5s ease-in-out infinite reverse
}

[data-m-id=PAY] .ico-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px
}

[data-m-id=PAY] .ico-wrap .component-ico {
    padding: 14px;
    border-radius: 50%;
    border: 2px solid currentColor
}

[data-m-id=PAY] .status-icon-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 22px
}

[data-m-id=PAY] .status-icon-outer .status-icon {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 52%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff
}

[data-m-id=PAY] .status-icon-outer .status-icon .icon {
    width: 24px;
    max-height: 24px
}

[data-m-id=PAY] .status-icon-outer .status-icon .icon svg {
    width: 100%
}

[data-m-id=PAY] .status-icon-outer .status-icon.success {
    background: #56b157
}

[data-m-id=PAY] .status-icon-outer .status-icon.fail {
    background: #f25241
}

[data-m-id=QUIZ] .close-times {
    position: absolute;
    color: #777;
    top: 0;
    right: 0;
    z-index: 1001
}

[data-m-id=QUIZ] .scroller {
    padding: 40px 0
}

[data-m-id=QUIZ] .modal-content {
    min-height: 100%
}

@media screen and (max-width:767px) {
    [data-m-id=GRID] .close-times {
        font-size: 18px
    }
    [data-m-id=GRID] .scroller {
        display: flex;
        flex-flow: column;
        justify-content: flex-start
    }
    [data-m-id=GRID] .modal-content {
        flex-grow: 1;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%
    }
    [data-m-id=GRID] .flexbe-row {
        min-height: 100%
    }
    [data-m-id=GRID] .flexbe-column.first-column:not(.only-column) {
        flex-grow: 0
    }
    [data-m-id=GRID] .flexbe-column.only-column .elements-list {
        --elementAlign: center
    }
    [data-m-id=GRID] .content-zone {
        --bgRadius: 0px;
        --topRightRadius: 0px;
        --bottomRightRadius: 0px;
        --topLeftRadius: 0px;
        --bottomLeftRadius: 0px
    }
}

@media screen and (max-width:767px) {
    [data-m-id=HTML] .close-times {
        font-size: 18px
    }
    [data-m-id=HTML] .scroller {
        display: flex;
        flex-flow: column;
        justify-content: flex-start
    }
    [data-m-id=HTML] .modal-content {
        flex-grow: 1;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    [data-m-id=PAY] noindex {
        height: auto
    }
    [data-m-id=PAY] .action-bill .pay-methods {
        padding: 0
    }
    [data-m-id=PAY] .action-bill .pay-methods .title {
        margin-bottom: 20px
    }
    [data-m-id=PAY] .action-bill .pay-methods .pay-methods-list {
        max-height: none;
        min-width: 0
    }
    [data-m-id=PAY] .action-bill .pay-action {
        padding-bottom: 30px
    }
    [data-m-id=PAY] .action-bill .pay-action .btn-wrap {
        position: static;
        margin-top: 30px
    }
    [data-m-id=PAY] .modal-data {
        color: #222
    }
    [data-m-id=PAY] .scroller {
        padding: 0;
        height: 100%;
        background: #fff
    }
    [data-m-id=PAY] .modal-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 30px 7% 50px;
        max-width: 350px;
        min-height: 100%;
        border-radius: 0;
        box-shadow: none
    }
    [data-m-id=PAY] .modal-content[data-type=bill] {
        max-width: 400px
    }
    [data-m-id=PAY] .action-bill .pay-action {
        padding-top: 15px
    }
    [data-m-id=PAY] .action-bill .pay-action .ico-wrap {
        display: none
    }
    [data-m-id=PAY] .action-bill .pay-methods-list label {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    [data-m-id=QUIZ] .close-times {
        top: 28px;
        right: 20px
    }
    [data-m-id=QUIZ] .scroller .modal-content {
        padding: 25px 0
    }
    [data-m-id=QUIZ] .component-quiz .quiz-progress {
        padding-top: 30px
    }
}

@media screen and (max-width:350px) {
    [data-m-id=QUIZ] .modal-content {
        min-height: var(--viewportHeight, 100vh)
    }
}