.SDEK_selectPVZ {
	border-color: #04061d;
    background-color: #04061d;
    color: #fff;
    padding: 9px 24px;
    border-radius: 3px;
    display: flex;
    border: 2px solid #f7f7f7;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition-property: color,border-color,background-color;
    transition-duration: 350ms;
    box-shadow: none;
    user-select: none;
    appearance: none;
}
.SDEK_selectPVZ:hover {
	border-color: #0a0f4a;
    background-color: #0a0f4a;
    color: #fff;
}
.btn {
	border-color: #04061d;
    background-color: #04061d !important;
    color: #fff;
    padding: 9px 24px;
    border-radius: 3px;
    display: flex;
    border: 2px solid #f7f7f7;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition-property: color,border-color,background-color;
    transition-duration: 350ms;
    box-shadow: none;
    user-select: none;
    appearance: none;
}
/*.adr {
    display: none !important;
}
.fa-map-marker-alt {
    display: none !important;
}*/

.visually-hidden
{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.catalog-description.catalog-description-top.intec-ui-markup-text a
{
    color: #337ab7;
}
.basket-price-info-value {
    display: none !important;
}
.submit.code-btn .code-btn {
    color: white !important;
}
.b24-widget-button-wrapper {
    padding-bottom: 8px;
    padding-right: 20px;
}
.menu-panel-logotype {
    padding-bottom: 10px;
}
.count-bonus {
    display: none;
}

/**
Доработка уведомления для возможности вывода иконки
@copyright MediaMint
@author Leonid Bychkov
 */
.intec-grid.basket-price-info {
    justify-content: flex-end !important;
}

/**
Доработка уведомления для возможности вывода иконки
@copyright MediaMint
@author Leonid Bychkov
 */
.intec-ui-control-alert__iconed {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 5px;
}

.order-min-summ-info__wrapper .intec-ui-part-icon {
    font-size: 14px;
}

.order-min-summ-info__wrapper .order-min-summ-info__text {
    font-size: 16px;
}