.common-spenner-blue {
    font-size: 28px;
    color: #428bca;
}
.common-tbl-cell-width-narrow {
    width: 1%;
}
.idf_list_container .fa-spinner {
    font-size: 16px;
    color: #428bca;
    visibility: hidden;
}
.idf_list_container .idf_list_actions .spinner_place {
    margin-right: 20px;
    height: 32px;
}
.idf_list_container .summary_spiner {
    padding-top: 5px;
    padding-bottom: 5px;
}
.idf_list_container .grid-view-loading {
    opacity: 0.6;
}
.idf_list_actions .pagination {
    margin: 10px 0;
}
.idf_list_container .table {
    margin-bottom: 10px;
    margin-top: 10px;
}

.top-bar {
    min-height: 44px;
}
.main-nav a {
    text-decoration: none;
}
.main-nav-toggle {
    position: fixed;
    right: 20px;
    top: 8px;
}
.btn {
    font-family: arial, Helvetica, sans-serif;
}
.logo-block .logo img,
.logo.logo--404 img,
.logo.logo--404 svg,
.card-popup__logo img{
    max-width: 180px;
}

.logo-block .logo img.img_logo_petroklub {
    max-width: none;
}

.card-info__number span{
    font-family: sans-serif;
}
.top-bar .logo {
    top: 0;
}
.top-bar .logo a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.alert.top-general-alert {
    z-index: 1000;
    right: 0;
    min-width: 280px;
    padding-left: 20px;
    padding-right: 20px;
}
.row.row-form {
    padding-bottom: 5px;
}

.dk-row-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.dk-row-form .col-md-2 {
    flex: 1;
}

.dk-row-form label {
    min-height: 26px;
}

@media (max-width: 1700px) {
    .dk-row-form label {
        min-height: 26px;
    }
}

@media (max-width: 1625px) {
    .dk-row-form label {
        min-height: 43px;
    }
}

.row.row-form .help-block.error {
    font-weight: bold;
    color: #ca0000;
}
.filters select,
.filters input {
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}

.filters input {
    width: 100%;
}
.logged-user {
    margin-top: 4px;
}

.button-column {
    width: 55px;
}

.checkbox-nice label:before {
    border-color: #aaa;
}
#dropzone {
    cursor: pointer;
    background: none repeat scroll 0 0 #e9ebeb;
    border: 2px dashed #7e8c8d;
    border-radius: 3px;
    min-height: 80px;
    padding: 23px;
}
.js-design-place {
    background-size: cover;
}
.js-design-place:before {
    content: '';
    background: transparent;
}
.grats-words-buttons-block-1 {
    position: relative;
    float: right;
    margin: -20px 30px 0 0;
    z-index: 10;
}
.send-form__input--error, .send-form__textarea--error {
    background: none repeat scroll 0 0 #f66 !important;
    color: #fff !important;
}
.send-form__input--error .jq-selectbox__select {
    background: transparent;
    color: #fff;
}
.block-error {
    color: #f66;
    padding: 5px 10px;
    line-height: 50px;
}

.block-error.no-nominals {
    margin-bottom: 30px;
}
.block-error.no-nominals a{
    color: #f66;
}

.par__title.no-nominals {
    margin-bottom: 45px;
}
.cart-item__description--big .cart-item__description-image img {
    width: 180px;
}
.hidden_file {
    height: 1px;
    width: 1px;
    margin: 0 auto;
    position: relative;
    top: -36px;
    opacity: 0;
}
.hidden_file input {
    width: 100%;
    height: 35px;
}
.design-place-buttons {
    display: none;
}

.cart-opener.empty-cart:hover {
    background: #ee744a;
    cursor: default;
}
.cart-opener.empty-cart .icon--basket {
    cursor: default;
}

.header--lk {
    padding-top: 10px;
}

.slogan--lk {
    padding-bottom: 0px;
}

.crop-container .cropper-face::before {
    content: '';
}
.footer-menu__item a {
    text-decoration: underline;
}
.footer-menu__item a:focus {
    text-decoration: none;
}
.copy {
    margin-top: 10px;
    text-align: center;
}
.text_block_title {
    margin-top: 20px;
    margin-bottom: 30px;
}
.text_block_content {
    line-height: 20px;
}
textarea:focus::-webkit-input-placeholder {
    transition: none;
}
.faq-item.active .faq-item__name {
    color: #ed7951;
}
.send-form__select {
    width: 198px;
}

.send-form__input-positioner .date-picker__input {
    margin-left: 40px;
    padding-left: 0px;
    width: 158px;
}

.card-design {
    background-size: cover !important;
}

.card-popup-position {
    left: -105%;
    position: absolute;
    top: 0px;
    z-index: 5;
}

.card-popup-position-right {
    left: 155px;
    position: absolute;
    top: 0px;
    z-index: 5;
    width: 320px;
}

.hidden {
    display: none;
}

.save {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    display: none;
    left: 50%;
    margin-left: -365px;
    max-width: 730px;
    padding: 7px;
    position: absolute;
    top: 180px;
    width: 100%;
    z-index: 101;
}
.save__inner {
    background: none repeat scroll 0 0 #eae8e9;
    padding-bottom: 85px;
    padding-top: 85px;
}
.save__title {
    color: #363435;
    font-family: GalsLight,sans-serif;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 35px;
    text-align: center;
}
.save__buttons-block {
    text-align: center;
}
.save .button--save {
    width: 102px;
}

.slick-slider {
    -moz-user-select: text;
}
.send-form__input--error::-webkit-input-placeholder {color:#ffffff;}
.send-form__input--error::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
.send-form__input--error:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
.send-form__input--error:-ms-input-placeholder      {color:#ffffff;}

.load {
}

.crop {
    /*    left: 50%;
        margin-left: -400px;
        width: 800px; */
    top: 10px;
    /* height: 880px; */
    padding-bottom: 15px;
}

.tabs__item--active a.tabs__link {
    color: #514b4c;
}
.card__par-summary.card__par-summary--grey {
    color: #393738;
}

.dark-theme .card__par-summary.card__par-summary--grey {
    color: #b8b8b8;
}
.dark-theme .design-place:before {
    background-color: transparent;
}
.card-description__details .second-cell {
    text-align: left;
}

.button--grey.disabled:hover {
    background: #eff1f3;
    background: linear-gradient(to bottom, #fdfdfd 0, #eff1f3 100%)
}

.button--grey.disabled:active {
    border: 1px solid #dfdbdd;
}

.button--orange.disabled:hover {
    background: #d56843;
    background: transparent;
}

.button--orange.disabled:active {
    border: 1px solid #d86485;
}

.card-list-item__title-number, .card-list-item__title-number a {
    cursor: default;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
}

.card-design:before {
    background-color: transparent;
    content: '';
}

.design-place:before {
    content: '';
}

.design-place--empty:before {
    content: '';
}
.par-nominal-range___min, .par-nominal-range___max {
    display: inline-block;
}
#nominal-input-help {
    margin-top: 23px;
    float: left;
    margin-left: 3.7%;
    line-height: 24px;
}

.underline {
    text-decoration: underline;
}

.how-to-use {
    margin-bottom: 110px;
    padding: 40px 22px 30px;
}

.card-popup .how-to-use {
    margin-bottom: 50px;
}

.how-to-use--5_steps .how-to-use__item {
    width: 18%;
}
.how-to-use--3_steps .how-to-use__item {
    width: 32%;
}

.card-popup-warning-wrapper {
    border-bottom: 1px dashed #e8e8e8;
    border-top: 1px dashed #e8e8e8;
    padding: 25px 0px;
    margin-bottom: 115px;
}

.card-popup-warning {
    margin-bottom: 0px;
}

.how-to-use__text {
    font-style: italic;
}

.block-error {
    line-height: 20px;
}

.how-to-use-popup {
    top: 10px;
    padding: 65px 3.2% 80px;
}

.text_block_content ul,
.text_block_content ol {
    list-style: outside outside outside;

}
.text_block_content ul li,
.text_block_content ol li {
    list-style: outside disc;
    margin-bottom: 10px;
}

.text_block_content ol li {
    list-style: decimal inside;
}

#popup-load .load__title {
    margin-bottom: 10px;
}

#popup-load .text_block_content {
    margin: 60px 0px;
}

#preloader {
    background: url("/img/ajax-loader.gif") center center no-repeat;
    display: none;
    height: 32px;
    margin: 32px 0px -32px;
    position: static;
    width: auto;
}

.date-picker {
    z-index: 99;
}

.card-design-option {
    border: 1px solid #e8e8e8;
}


.service-tip__access {
    margin-bottom: 20px;
}

.par-nominal-range {
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
}

.par-nominal-range div.par-nominal-range___min,
.par-nominal-range div.par-nominal-range___max {
    font-family: SegoeuUiSemiBold,sans-serif;
    font-size: 21px;
    line-height: 20px;
    vertical-align: top;
}

.par.fix {
    margin-bottom: 0px;
}

.social {
    white-space: nowrap;
}

.card-list-item-wrapper {
    display: inline-block;
    padding: 20px 7px 0 0;
    margin: 0px 3px;
}

.dark-theme .card-list-item-wrapper {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 20px 7px 0 0;
}

.dark-theme .order-payed__title span {
    margin-top: -20px;
    padding: 20px 5%;
}

.error-page-404.public {
    padding-bottom: 10px;
}

.error-page-404__title.public {
    font-size: 27px;
}

.error-page-404__text.public ul,
.error-page-404__text.public ul li {
    text-align: left;
}

.error-page-404__text.public ul {
    margin-left: 55px;
}

.error-page-404__text.public ul li {
    margin-bottom: 20px;
    list-style: inside disc;
}
.error-page-404__text.public img.logos {
    display: inline-block;
    height: 32px;
    margin-top: -3px;
}

.description,
.contacts {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    margin: 20px auto;
    max-width: 720px;
    padding: 7px;
}

.contacts {
    text-align: center;
}

.logo--404.public {
    padding-top: 0px;
}
div.disclaimer {
    text-align: center;
    max-width: 480px;
    margin: 20px auto 50px;
    line-height: 18px;
}
.error-page-404.public {
    text-transform: none;
}
.digiftWorks {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.digiftWorks span {
    vertical-align: -3px;
    margin-right: 5px;
    color: #333;
}
.error-page-404__title-text {
    text-transform: uppercase;
}

.card-popup__barcode {
    margin-bottom: 10px;
}

.send-form-outer.centerColumn {
    float: none;
    position: relative;
    left: 25%;
}

@media (max-width: 768px) {
    .send-form-outer.centerColumn {
        left: 0;
    }
}

.button--card_pin_button {
    position: absolute;
    left: 50%;
    margin-left: -98px;
}

.notification-file-btn {
    border: 0px ;
    left: 0px ;
    padding: 0px ;
    top: 0px ;
    width: 100% ;
    height: 32px;
    position: absolute;
    opacity: 0;
}

.digift-phone-block--big_centered {
    font-family: SegoeuUi,sans-serif;
    text-align: center;
    margin: 25px 0 65px;
}

.digift-phone-block__text {
    color: #999;
    margin-bottom: 8px;
}

.digift-phone-block__number {
    font-weight: 700;
}

.digift-phone-block--big_centered .digift-phone-block__text {
    font-size: 16px;
    line-height: 16px;
}

.digift-phone-block--big_centered .digift-phone-block__number {
    font-size: 22px;
    line-height: 20px;
}

.card-list .order {
    margin-top: 20px;
    height: 318px;
}

.card-list .order .order__title {
    margin-top: -20px;
}

.order-list .card-list-item-wrapper .order {
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
}

.order-list .card-list-item-wrapper .order .order__title {
    margin-top: 0px;
}

.order-list .order {
    margin-top: 20px;
    margin-left: 10px;
    height: 178px;
}
.order-list .order .order-add-card {
    margin-top: 35px;
    margin-bottom: 0px;
}

.order-list .order .order__title {
    margin-top: -20px;
}

.order-slider .slick-next, .order-slider .slick-prev {
    top: 115px;
}

.page-content {
    padding-bottom: 10px;
}

.card-popup__card-text {
    font-style: italic;
}

.card-design:after{
    height: 0 !important;
    content: '' !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.how-to-use{
    border: 1px dashed #000;
}

.download_pdf, .print_pdf {
    color: #6d6768;
}

@media screen and (max-width: 380px) {
    .load {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #popup-load h3.load__title {
        line-height: 28px;
        font-family: verdana, arial, sans-serif;
        font-size: 20px;
    }

    .crop {
        padding-top: 20px;
    }
    #popup-crop h3.crop__title {
        font-family: verdana, arial, sans-serif;
        font-size: 20px;
        margin-bottom: 25px;
    }

    #popup-load .text_block_content,
    #popup-crop .text_block_content {
        text-align: left;
        padding: 0px 10px;
    }

    #popup-crop .text_block_content ol li {
        margin-bottom: 2px;
    }
}

.how-it-works__left-block, .how-it-works__right-block {
    border-right: 1px solid #dddee1;
    border-top: 1px solid #dddee1;
}

.how-it-works__title {
    background-color: #ffffff;
    display: inline-block;
    margin-top: -12px;
    position: relative;
    vertical-align: top;
}
.how-it-works__left-block .how-it-works__title {
    width: 30px;
}

.how-it-works__right-block .how-it-works__title {
    padding-left: 6px;
    width: 80px;
}
.footer.container .cards_site {
    float: left;
    margin-left: 52px;
}
.copy a {
    float: left;
    margin-left: 300px;
}
.copy a.center {
    margin-left: 385px;
}
.copy .logo_link svg {
    height: 28px;
}

.date-picker-fieldExt {
    overflow: hidden;
}

.date-picker-fieldExt .date-picker__icon {
    float: left;
    left: auto;
    margin-right: 3px;
    position: static;
    top: auto;
}

.date-picker-fieldExt .date-picker-fieldExt__expand {
    overflow: hidden;
}

.date-picker-fieldExt .date-picker-fieldExt__expand input {
    box-sizing: border-box;
    margin-left: 0px;
    width: 100%;
}

.sendFrom-deliveryTimeField {
}

.sendFrom-deliveryTimeField .send-form__select {
    width: 100%;
}

.checkout_iframe_place {
    width: 642px;
    margin: 20px auto 0 auto;
}
.checkout_iframe {
    width: 642px;
    height: 500px;
    margin: 0;
    overflow: auto;
    border: 0;
}

label span.required {
    color: #f66;
}

@media (max-width: 800px) {
    .copy a {
        float: left;
        margin-left: 160px;
    }
}

@media (max-width: 767px) { /* xs */
    .footer.container .cards_site {
        float: none;
        top: 0;
        margin: 20px 0;
        text-align: center;
    }
}

@media (max-width: 640px) { /* xs */
    .wrapper {
        /* margin-bottom: -50px; */
    }
    .copy a {
        margin-left: 95px;
    }

    .footer.container .cards_site {
        float: left;
        margin: 2px 50px;
    }

    .grats-words-buttons-block-1 {
        display: none;
    }
}

@media (max-width: 540px) { /* xs */
    .wrapper {
        /* margin-bottom: -50px; */
    }
    .copy a {
        margin-left: 46px;
    }
    .footer.container .cards_site {
        float: left;
        margin: 2px 50px;
    }
}

@media (max-width: 520px) { /* xs */
    .wrapper {
        /* margin-bottom: -50px; */
    }
    .copy a {
        margin-left: 40px;
    }
    .footer.container .cards_site {
        float: left;
        margin: 2px 40px;
    }
}

@media (max-width: 480px) { /* xs */
    .wrapper {
        /* margin-bottom: -50px; */
    }
    .copy a {
        margin-left: 20px;
    }
    .footer.container .cards_site {
        float: left;
        margin: 2px 30px;
    }
}

@media (max-width: 440px) { /* xs */
    .wrapper {
        /* margin-bottom: -50px; */
    }

    .footer.container .cards_site {
        float: none;
        top: 0;
        margin: 20px 0;
        text-align: center;
    }

    .copy a {
        float: none;
        margin-left: 0px;
    }
}

@media (max-width: 400px) { /* xs */
    .wrapper {
        /* margin-bottom: -50px; */
    }

    .footer.container .cards_site {
        float: none;
        top: 0;
        margin: 20px 0;
        text-align: center;
    }

    .copy a {
        float: none;
        margin-left: 0px;
    }
}

@media (max-width: 380px) { /* xs */
    .wrapper {
        /* margin-bottom: -50px; */
    }

    .footer.container .cards_site {
        float: none;
        top: 0;
        margin: 20px 0;
        text-align: center;
    }

    .copy a {
        float: none;
        margin-left: 0px;
    }
}

@media (max-width: 320px) { /* xs */
    body {
        width: 300px;
    }

    .send-form-outer.centerColumn {
        float: none;
        position: relative;
        left: 0;
    }

    .send-form-outer:last-child .send-form {
        margin-bottom: 0px;
    }

    #login-show-popup-button {
        right: 5px;
    }

    .wrapper {
        /* margin-bottom: -50px; */
    }

    .error-page-404__title.public .error-page-404__title-text {
        line-height: 30px;
        padding: 0px;
        text-align: center;
        top: -37px;
    }

    .error-page-404__text.public ul {
        margin-left: 10px;
    }

    .footer.container .cards_site {
        float: none;
        top: 0;
        margin: 20px 0;
        text-align: center;
    }

    .copy a {
        float: none;
        margin-left: 0px;
    }

    .sendFrom-deliveryTimeField .jq-selectbox__select {
        padding-left: 8px;
    }
}

#upload_error {
    color: #f66;
    padding: 20px 0px 0px;
}

.ajax_loader_global {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
}
.ajax_loader_global img {
	width: 48px;
	height: 48px;
}

/** -- partner widget cart begin -- **/
.pwc {
    font: 12px/18px Verdana, sans-serif;
}
.pwc__inner {
    margin: 30px 40px 0 40px;
}
.pwc__head {
    padding-bottom: 20px;
}
.pwc__head__text {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    float: left;
}
.pwc__head__btn {
    float: right;
    line-height: 21px;
    border-width: 3px !important;
    padding-left: 25px;
    padding-right: 25px;
}
.pwc__list {
    max-height: 298px;
    overflow-y: auto;
    color: #000;
}
.pwc__list__row {
    padding-top: 28px;
    height: 42px;
    line-height: 42px;
}
.pwc__list__row:first-child {
    padding-top: 10px;
}
.pwc__list__row_header {

}
.pwc__list__row .error {
    border-color: #ff080e;
}
.pwc__list__row__col {
    float: left;
    margin-left: 25px;
    text-align: center;
}
.pwc__list__row__col:first-child {
    margin-left: 0px;
}
.pwc__list__row__img {
    width: 65px;
}
.pwc__list__row__img img {
    max-height: 40px;
    border-radius: 6px;
}
.pwc__list__row__sum {
    white-space: nowrap;
    width: 60px;
    overflow: hidden;
}
.pwc__list__row__number_card {
    width: 74px;
}
.pwc__list__row__number_card input {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 27px;
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #e5dede;
    width: 64%;
    height: 27px;
    padding: 0 10px;
    transition: border-color .3s ease 0s;
    box-shadow: inset 3px 3px 6px 0 rgba(0, 0, 0, .04);
    box-sizing: border-box;
}
.pwc__list__row__number_card input:focus {
    border-color: #afafaf;
}
.pwc__list__row__email {
    width: 160px;
}
.pwc__list__row__date {
    width: 74px;
}
.pwc__list__row__action {
    width: 52px;
}
.pwc__list__row__delete {
    cursor: pointer;
    text-decoration: underline;
}
.pwc__list__row__delete:hover {
    text-decoration: none;
}
.pwc__empty_items {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 30px;
}
.pwc__notice_max_card {
    color: #ca0000;
    margin-top: 10px;
    text-align: center;
}
.pwc__line {
    margin-top: 25px;
    height: 1px;
    background-color: #000;
    border: none;
}
.pwc__amount_place {
    overflow: hidden;
}
.pwc__amount {
    font-size: 16px;
    width: 120%;
    text-align: center;
    color: #000;
    margin-top: 20px;
    overflow: hidden;
}
.pwc__amount:before,
.pwc__amount:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 1px;
    width: 50%;
    position: relative;
    background-color: #000;
}
.pwc__amount:before {
    right: 10px;
    margin-left: -40%;
}
.pwc__amount:after {
    left: 10px;
    margin-right: -50%;
}
.pwc__amount__first {
    text-transform: uppercase;
}
.pwc__amount__digits {}
.pwc__amount__currency {}
.pwc__amount__currency .icon--card_own_par_rubl {
    fill: #000000;
}
.pwc__payment {
    margin: 40px 20px 0 20px;
}
.pwc__payment .total_order_amount {
    float: left;
    width: 270px;
    min-height: 36px;
    text-align: center;
    color: #000;
    vertical-align: middle;
    line-height: 36px;
}
.pwc__payment .total_order_amount__inner {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.pwc__payment .total_order_amount__amount {
    font-weight: bold;
}
.pwc__payment .total_order_amount .icon--card_own_par_rubl {
    top: 2px;
    left: -4px;
    width: 12px;
    height: 12px;
    fill: #000000;
}
.pwc__payment__info {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    line-height: 36px;
    height: 36px;
}
.pwc__payment__info {
    color: #000;
    display: inline-block;
}
.pwc__payment__info img {
    margin-top: -3px;
}
.pwc__payment__submit {
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    width: auto;
    min-width: 160px;
    margin: 0px;
    text-align: center;
}
.pwc__back {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.pwc__back .button--back .icon--prev {
    width: 16px;
    height: 18px
}
.pwc__back .button {
    text-align: center;
    line-height: 38px;
    margin-right: 5px;
}
.pwc__back__btn {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.pwc__back__btn:hover {
    text-decoration: none;
    color: #000;
}
.pwc_footer {
}
.pwc_footer .container {
    padding-right: 0px;
}
.pwc_footer .footer__rules {
    padding-right: 90px;
}
.pwc .disclaimer {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.2px;
    max-width: none;
    margin: 10px 20px 0 auto;
    width: 192px;
}
.pwc .disclaimer .link {
    text-decoration: underline;
    cursor: pointer;
}
.pwc .disclaimer .link:hover {
    color: #0f5bdf;
}
.iframe .pwc .disclaimer {

}

@media (max-width: 420px) {
    .pwc__inner {
        margin: 10px 10px 0 10px;
    }
}
@media (max-width: 640px) {
    .pwc__amount {
        width: 100%;
    }
    .pwc__amount:before {
        margin-left: -50%;
    }
    .pwc__head {
        text-align: center;
    }
    .pwc__head__text {
        float: none;
    }
    .pwc__list {
        max-height: none;
        overflow-y: visible;
    }
    .pwc__list__row_header {
        display: none;
    }
    .pwc__list__row {
        padding-top: 20px;
        height: auto;
        line-height: normal;
        text-align: center;
        border-top: 1px dashed #333;
        padding-bottom: 20px;
    }
    .pwc__list__row:first-child {
        border-top-color: transparent;
    }
    .pwc__list__row__col {
        float: none;
        width: 140px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
    }
    .pwc__list__row__email {
        width: auto;
    }
    .pwc__list__row__col:first-child {
        margin-left: auto;
    }
    .pwc__list__row__img img {
        max-height: none;
        width: 100%;
    }
    .pwc__list__row__sum {
        text-align: center;
    }
    .pwc__list__row__number_card {
    }
    .pwc__back_place .pwc__back {
        margin-bottom: 5px;
    }
    .pwc_footer .footer__rules {
        padding-right: 0px;
    }
}
@media (min-width: 641px) and (max-width: 692px) {
    .pwc__list__row__col {
        margin-left: 15px;
    }
}
@media (max-width: 786px) {
    .pwc__payment {
        text-align: center;
        margin-top: 18px;
    }
    .pwc__payment__info {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .pwc__payment .total_order_amount {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    .pwc__payment__submit {
        float: none;
    }
    .pwc .disclaimer {
        margin: 10px auto 10px auto;
    }
}
@media (min-width: 640px) {
    .pwc.wrapper {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}
/** -- partner widget cart end -- **/

.onlineChartWrapper {

}

.online_chart_justify {
    display: flex;
    justify-content: flex-start;
}

.text-online_chat {
    margin-left: 5px;
}

.online-chat_input {
    border:1px solid #9E9E9E!important;
    color: #000000!important;
    padding: 0px 0px 0px 4px!important;
    margin: 0px 0px 0px 0px!important;
    font-size: 13px!important;
    background: white!important;
    height: 22px!important;
}

.online-chat_dash {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 16px!important;
    font-weight: normal!important;
}

.text_monday {
    margin-right: 10px;
}

.text_tuesday {
    margin-right: 41px;
}

.text_wednesday {
    margin-right: 51px;
}

.text_thursday {
    margin-right: 42px;
}

.text_friday {
    margin-right: 38px;
}

.text_saturday {
    margin-right: 38px;
}

.text_sunday {
    margin-right: 12px;
}

.onlineChartWrapper {
    padding-left: 15px;
    padding-top: 10px;
}

.online_chart_button {
    margin-left: 120px;
    margin-top: 10px;
}

#online-chat_checkbox {
    height: 22px;
    width: 22px;
    margin: 0!important;
}

.text-online_on {
    font-size: 14px!important;
    margin-right: 6px;
    margin-left: 0px;
}
.fs-27 {
    font-size: 27px;
}
