.pb__fabric--size--table-size,
.pb__fabric--size--table-head {
    min-height: 42px;
}

.is-disabled {
    opacity: .6;
    pointer-events: none;
}

@media screen and (max-width: 1023px) {
    .is-hidden-touching {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-hidden-desktop {
        display: none !important;
    }
}

.pb__flex-max {
    flex-grow: 1;
    max-width: 100%;
}

.pb__flex-1,
.pb__flex-auto {
    flex-basis: auto;
}

.pb__flex--nowrap {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

.pb__flex {
    display: flex;
    flex-wrap: wrap;
}

.pb__fabric--size--modal-body img,
.pb__fabric--size--modal-body video {
    height: auto;
    max-width: 100%;
}

.pb__fabric--size--modal-body img {
    box-sizing: content-box;
    display: block;
}

.pb__fabric--size--modal-body :where(iframe, img, input, video, select, textarea) {
    height: auto;
    max-width: 100%;
}

.pb__fabric--size--modal-body {
    width: auto
}

.pb__fabric--size--table {
    -webkit-touch-callout: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    margin: 10px 20px;
    max-width: 90vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pb__fabric--size--table-top {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    max-width: 200px;
    max-width: 12.5rem
}

.pb__fabric--size--table-body {
    display: flex;
    flex-grow: 1
}

.pb__fabric--size--table-content {
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: nowrap;
    font-family: system, -apple-system, BlinkMacSystemFont, Segoe UI, Segoe WP, Roboto, Ubuntu, Oxygen, Cantarell, Fira Sans, Helvetica Neue, Helvetica, Lucida Grande, Droid Sans, Tahoma, "Microsoft Sans Serif", sans-serif
}

.pb__fabric--size--table-content:hover .pb__fabric--size--table-size {
    background-color: rgba(254, 41, 85, .3)
}

.pb__fabric--size--table-content.is-active .pb__fabric--size--table-size {
    background-color: #fe2955;
    color: #fff;
    font-weight: 700
}

.pb__fabric--size--table-head {
    flex-grow: 1;
    font-size: .75rem;
    font-weight: 700;
    padding: .7rem .5rem
}

.pb__fabric--size--table-head:nth-of-type(2n) {
    background-color: #f2f2f2
}

.pb__fabric--size--table-head:nth-of-type(odd) {
    background-color: #fff
}

.pb__fabric--size--table-size {
    padding: .7rem .5rem;
    text-align: center;
    text-transform: uppercase
}

.pb__fabric--size--table-size:nth-of-type(2n) {
    background-color: #f2f2f2
}

.pb__fabric--size--table-size:nth-of-type(odd) {
    background-color: #fff
}

.pb__fabric--size--title {
    color: #ff0032;
    line-height: 1.2
}

.pb__fabric--size--title-type {
    color: #ff0032;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.pb__fabric--size--title-box {
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.pb__fabric--size--title-star,
.pb__fabric--size--title-star>* {
    line-height: 1.2em;
    color: #727272;
    font-size: .625rem;
    font-weight: 700;
    margin-right: 1.25rem;
    max-width: 200px;
    max-width: 13.5rem;
    position: relative;
    white-space: normal
}

.pb__fabric--size--title-star:before {
    content: "*";
    display: inline;
    left: -.625rem;
    position: absolute
}

.pb__fabric--size--text-3 br {
    display: none;
}

.pb__fabric--size--text-1,
.pb__fabric--size--text-2,
.pb__fabric--size--text-3 {
    /*display: none;*/
    font-size: .75rem;
    padding: 10px 20px;
    white-space: normal
}

.pb__fabric--size--text-1 {
    color: #727272;
    font-size: 12px;
}

.pb__fabric--size--text-3 {
    color: #ff0032;
    font-size: .8125rem;
    font-weight: 600
}

.pb__fabric--size--img {
    align-items: center;
    display: flex;
    height: 100%;
    max-width: 300px;
    max-width: 18.75rem
}

@media screen and (min-width:1024px) {
    .pb__fabric--size--modal-body {
        font-size: 16px;
        min-width: 970px
    }

    .pb__fabric--size--table-size {
        font-size: .875rem
    }

    .pb__fabric--size--title {
        font-size: 1.875rem;
        padding: 10px 20px 0
    }

    .pb__fabric--size--title-type {
        font-size: 2.5rem;
        padding: 0 20px 10px
    }
}

@media screen and (max-width:1023px) {
    .pb__fabric--size--modal-body {
        font-size: 12px;
        min-width: 90vw
    }

    .pb__fabric--size--modal>.pb__flex {
        flex-direction: column
    }

    .pb__fabric--size--modal>.pb__flex>.pb__fabric--size--item:first-child {
        order: 2
    }

    .pb__fabric--size--table {
        margin: 8px 14px
    }

    .pb__fabric--size--table-body {
        -webkit-overflow-scrolling: touch;
        overflow: auto
    }

    .pb__fabric--size--table-content {
        justify-content: space-between
    }

    .pb__fabric--size--table-size {
        flex-grow: 1;
        font-size: .75rem
    }

    .pb__fabric--size--title {
        font-size: 1rem;
        padding: 10px 20px 0
    }

    .pb__fabric--size--title-type {
        font-size: 1.25rem;
        padding: 0 20px 10px
    }
}

@media screen and (max-width:575px) {
    .pb__fabric--size--modal-body {
        min-width: 100vw
    }
}

.win {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(circle at center, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .7) 100%);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

.win.win__height .win__cell,
.win.win__height .win__row {
    align-items: flex-start
}

.win__hidden {
    -webkit-overflow-scrolling: touch;
    height: 0;
    overflow: hidden;
    width: 0
}

.win__row {
    display: none;
    height: 100%;
    position: relative;
    width: 100%
}

.win__row:first-child {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.win__row:first-child .win__cell {
    align-items: center;
    justify-content: center;
    margin: auto
}

.win__cell {
    display: flex;
    opacity: 0;
    padding: 20px;
    transform: scale(1.2);
    width: auto
}

.win__cell>div {
    margin-left: auto;
    margin-right: auto
}

.win__content {
    background-color: #fff;
    border-radius: 4px;
    color: #4f4f4f;
    font-size: 1rem;
    line-height: 1.125;
    position: relative
}

.win__close,
.win__content {
    display: inline-block
}

.win__close_top {
    cursor: pointer;
    height: 1.125rem;
    position: absolute;
    right: -1.3125rem;
    top: -1.25rem;
    transform: rotate(0);
    width: 1.125rem;
    z-index: 250
}

.win__close_top:after,
.win__close_top:before {
    background-color: #fff;
    content: "";
    display: block;
    height: .125rem;
    left: .1875rem;
    position: absolute;
    top: .5rem;
    width: .75rem
}

.win__close_top:before {
    transform: rotate(45deg)
}

.win__close_top:after {
    transform: rotate(-45deg)
}

.win__close_top:hover {
    transform: rotate(1turn)
}

body.win-show {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    padding-right: var(--scroll-bar)
}

body.win-show .win {
    opacity: 1
}

body.win-show .win__cell {
    opacity: 1;
    transform: scale(1)
}

.pb__callback {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    max-width: 32.5rem;
    width: 100%
}

.pb__callback--success {
    display: none
}

.pb__callback--title {
    color: #ee254a;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.1538461538;
    text-align: center;
    text-transform: uppercase
}

.pb__choose--size {
    max-width: 760px;
    max-width: 47.5rem
}

.pb__choose--size-title {
    font-size: 1.625rem;
    font-weight: 700;
    text-align: center
}

.pb__choose--size-title-red {
    color: #ee254a;
    font-weight: 700
}

.pb__choose--size-list {
    margin-top: 1.25rem
}

.pb__choose--size .pb__fabric--size-button {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    min-width: 40px;
    min-width: 2.5rem
}

.pb__oneclick {
    max-width: 470px;
    max-width: 29.375rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}

.pb__oneclick--title {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.125;
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    text-align: center;
    text-transform: uppercase
}

.pb__blogger {
    padding: 10px
}

.pb__blogger .pb__form--checkbox-text {
    font-size: 1rem
}

.pb__blogger--title {
    color: #5c5c5c;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase
}

.pb__blogger--box {
    align-items: flex-end;
    display: flex
}

.pb__blogger--list-icon {
    font-family: printbar-icon;
    font-size: 3.125rem
}

.pb__blogger--list-icon:after {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(21.73deg, #fe5a00 16.47%, #fecd0a 89.31%);
    -webkit-background-clip: text
}

.pb__blogger--list-icon-1:after {
    content: ""
}

.pb__blogger--list-icon-2:after {
    content: ""
}

.pb__blogger--list-icon-3:after {
    content: ""
}

.pb__blogger--list-icon-4:after {
    content: ""
}

.pb__blogger--list-text {
    color: #5c5c5c;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    padding-left: .625rem
}

.pb__blogger--list-item {
    align-content: center;
    align-items: center;
    display: flex
}

.pb__blogger--img-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.pb__blogger--input {
    border: 1px solid #737373;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 2.25;
    margin-bottom: .625rem;
    padding: 4px 10px;
    width: 100%
}

.pb__blogger--input::-moz-placeholder {
    color: #acacac
}

.pb__blogger--input:-ms-input-placeholder {
    color: #acacac
}

.pb__blogger--input::placeholder {
    color: #acacac
}

.pb__blogger--checkbox {
    display: flex;
    flex-wrap: wrap
}

.pb__blogger--checkbox .pb__form--checkbox-label {
    flex-basis: 50%;
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

.pb__blogger--checkbox [class*=pb_icon-],
.pb__blogger--checkbox [class*=pb_icon-]:before,
.pb__blogger--checkbox [class^=pb_icon-],
.pb__blogger--checkbox [class^=pb_icon-]:before {
    font-size: 1.125rem;
    margin-left: .125rem;
    margin-right: .125rem
}

.pb__blogger--checkbox .pb__form--checkbox-text:after,
.pb__blogger--checkbox .pb__form--checkbox-text:before {
    border-color: #aaa;
    border-radius: 4px;
    box-shadow: inset 1px 1px 5px hsla(0, 0%, 67%, .5);
    color: #7d7d7d;
    font-size: 1.125rem;
    height: 1.125rem;
    width: 1.125rem
}

.pb__blogger--button {
    background-image: linear-gradient(21deg, #fe5a00 11%, #fecd0a 89%);
    border-radius: 4px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.1666666667;
    width: 100%
}

.pb__blogger--button:hover {
    background-image: linear-gradient(-229deg, #fe5a00 11%, #fecd0a 89%)
}

.pb__blogger--text {
    color: #5c5c5c;
    font-size: .6875rem;
    line-height: 1.2727272727
}

.pb__blogger--success {
    display: none;
    text-align: center
}

.pb__blogger--success-icon {
    color: #38bf00;
    font-size: 5.4375rem
}

.pb__blogger--success-text {
    font-size: 1rem;
    line-height: 1.25
}

@media screen and (min-width:576px) {
    .win__content {
        padding: 24px
    }
}

@media screen and (min-width:1024px) {
    .pb__blogger--title {
        font-size: 2.375rem;
        padding-bottom: 1.25rem
    }

    .pb__blogger--list-box {
        max-width: 260px;
        max-width: 16.25rem
    }

    .pb__blogger--list-item {
        margin-bottom: 1.875rem;
        padding-top: 1.875rem
    }

    .pb__blogger--form-box {
        max-width: 260px;
        max-width: 16.25rem
    }
}

@media screen and (max-width:1023px) {
    .pb__blogger--title {
        font-size: 1.75rem
    }

    .pb__blogger--box {
        align-items: center;
        flex-direction: column
    }

    .pb__blogger--list-box {
        max-width: 400px;
        max-width: 25rem;
        order: 3
    }

    .pb__blogger--list-item {
        margin-bottom: .625rem;
        padding-top: .625rem
    }

    .pb__blogger--img-box {
        max-width: 400px;
        max-width: 25rem;
        order: 2
    }

    .pb__blogger--form-box {
        max-width: 400px;
        max-width: 25rem;
        order: 1;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem
    }
}

@media screen and (max-width:768px) {
    .win__cell {
        padding: 0
    }

    .win__close_top {
        background-color: #ff0032;
        border-radius: 290486px;
        height: 1.5rem;
        right: .25rem;
        top: .3125rem;
        width: 1.5rem
    }

    .win__close_top:after,
    .win__close_top:before {
        left: .375rem;
        top: .6875rem
    }
}

@media screen and (max-width:575px) {
    .win__content {
        border-radius: 0;
        padding: 20px 10px;
        width: 100vw
    }
}

.win__size-grid-modal {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.win__size-grid-modal-content{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.def_tmp_row_price {
    margin-top: 15px!important;
}

.def_tmp_colors_row {
    margin-top: 12px;
}