.img-preview-vacancies {
    max-height: 340px;
}

.js-output {
    color: #66c05d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.js-output:empty {
    margin-bottom: 0;
}

.js-output.error {
    color: red;
    font-size: 14px;
    font-weight: normal;
}

.services .detail-image img {
    max-height: 400px;
}

@media all and (max-width: 640px) {
    .services .order-info-block .line-block {
        display: block;
    }

    table.table-border_bottom.col-50>tbody>tr>td {
        width: 100%;
    }

    .catalog-block__info-bottom .line-block {
        display: block;
        text-align: center;
    }

    .grid-list.grid-list--compact .catalog-list__item {
        border-radius: 0;
    }
}

.bonus-value {
    font-size: 14px;
    display: inline-block;
    background: #FEED00;
    border-radius: 10px;
    padding: 6px 13px 7px;
    margin-bottom: 13px;
    line-height: 1;
    font-weight: 500;
}

.product-price-default {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 14px;
}






.barcode-popup {
    width: calc(100% - 32px);
    max-width: 400px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 0;
    left: 50%!important;
    transform: translateX(-50%)!important;
}
.barcode-popup .popup-window-close-icon {
    opacity: 1;
}
.barcode-popup .popup-window-close-icon:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDIxNTUgNi40MjE4NEM2Ljg2NDg2IDUuOTc4NTIgNy41ODM2MiA1Ljk3ODUyIDguMDI2OTQgNi40MjE4NEwxOS4yNjQ3IDE3LjY1OTZDMTkuNzA4IDE4LjEwMjkgMTkuNzA4IDE4LjgyMTcgMTkuMjY0NyAxOS4yNjVDMTguODIxNCAxOS43MDgzIDE4LjEwMjYgMTkuNzA4MyAxNy42NTkzIDE5LjI2NUw2LjQyMTU1IDguMDI3MjNDNS45NzgyMyA3LjU4MzkxIDUuOTc4MjMgNi44NjUxNSA2LjQyMTU1IDYuNDIxODRaIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIyMC4wNjc0IiB5PSI3LjIyNDYxIiB3aWR0aD0iMTguMTYyOSIgaGVpZ2h0PSIyLjI3MDM3IiByeD0iMS4xMzUxOCIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1IDIwLjA2NzQgNy4yMjQ2MSkiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    width: 26px;
    height: 26px;
}
.barcode-popup-header {
    background: linear-gradient(322deg, #0A7134 0%, #84BC30 100%);
    padding: 20px 25px;
}
.barcode-popup-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.barcode-popup-logo {
    width: 112px;
    height: auto;
}
.barcode-popup-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.barcode-popup-img {
    width: 100%;
    height: 100px;
    max-width: 238px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.barcode-popup-img img {
    width: 100%;
    height: 100%;
}
.barcode-popup-number {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px;
}

@media screen and (max-width: 991px) {
    .barcode-popup-header {
        padding: 11px 20px;
    }
    .barcode-popup .popup-window-close-icon {
        top: 13px!important;
        right: 16px!important;
    }
    .barcode-popup-body {
        padding: 20px;
    }
    .barcode-popup-img {
        max-width: 190px;
        height: 80px;
        margin-bottom: 10px;
    }
    .barcode-popup-number {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
}

@media (min-width: 992px) {
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map {
		margin-left: 16.66666667%;
	}
}
@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
	.personal_wrapper .orders_wrapper .col-sm-12 {
		width: 100%;
	}
}


@media screen and (max-width: 991px) {
	.mgo-mcw-widget_mobile-view {
		bottom: 100px!important;
	}
}

/* Для старых цен в каталоге */
.old_price_section {
    background: gold;
}


.buy_block.btn-actions__inner .buttons .line-block__item {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .btn.btn-wide.desktop-half-btn {
        width: 50%;
    }
}