

/* Start:/css/cart.css?170557778913020*/
.clearfix {
	clear: both;
}
.cart-link-back {
	color: #5c3795;
	font: normal 14px Arial, sans-serif;
	position: relative;
	margin-left: 20px;
}
.cart-link-back:hover {
	color: #452675;
}
.cart-link-back:before {
	content: '';
	background-image: url(/images/arrow_left.png);
	width: 10px;
	height: 10px;
	position: absolute;
	background-repeat: no-repeat;
	top: 4px;
	left: -17px;
}
.cart-desc-wrapper {
	text-align: center;
}
.cart-desc {
	font: bold 18px Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cart-btn {
	color: #fefefe;
	background-color: #5c3795;
	font: normal 16px Arial, sans-serif;
	padding: 14px;
	min-width: 205px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	outline: none;
}
.cart-btn:hover {
	background-color: #452675;
}
.footer_menu {
	margin-left: 0;
	margin-top: 175px;
}

.basket-table {
	text-align: center;
	font: normal 16px Arial, sans-serif;
	border-collapse: collapse;
	/*margin-bottom: 30px;*/
}
.basket-table.basket-table_reserve {
	margin-bottom: 0;
}
.basket-table td {
	font: normal 16px Arial, sans-serif;
}

.basket-table td .shortdescr {
	font: normal 16px Arial, sans-serif;
}

.basket-table__head {
	height: 70px;
	background-color: #f8f8f8;
}

.basket-table__head.background_yellow {
	background-color: #fffae4;
}

.basket-table__head.background_purple {
	background-color: #faefff;
}

.basket-table__head th {
	padding: 0 10px;
}
.bsk-th_num {
	width: 3.5%;
}
.bsk-th_article {
	width: 4.5%;
}
.bsk-th_name {
	width: 40.5%;
}
.bsk-th_price {
	width: 5.8%;
}
.bsk-th_amount {
	width: 7%;
}
.bsk-th_discount {
	width: 4.5%;
}
.bsk-th_price-final {
	width: 6.5%;
}
.bsk-th_value {
	width: 7%;
}
.bsk-th_store {
	width: 6%;
}
.bsk-th_favorite {
	width: 6%;
}
.bsk-th_delay {
	width: 5%;
}
.bsk-th_delivery-time {
	width: 5%;
}
.bsk-th_spec-cond {
	width: 9.5%;
}
.bsk-th_delete {
	width: 2%;
}
.basket-table__row {
	height: 65px;
	background-color: #fff;
}
.basket-table__row td {
	border-bottom: 2px solid #f8f8f8;
}
.bsk-td-name {
	text-align: left;
	padding-left: 20px;
}

.basket-table__row .bsk-td-name a{
	text-decoration: none;
	color: #000000;
}

.basket-table__row.disable-row,
.basket-table__row.disable-row .bsk-td-name a,
.basket-table .basket-table__row.disable-row td .shortdescr,
.basket-table .basket-table__row.disable-row .kd-lvi-td-name-numb
{
	color: #B4B9BF;
}
.basket-table .basket-table__row.disable-row td.label-available {
	opacity: 0.3;
}
.basket-table .basket-table__row.disable-row .bsk-favorite {
	display: none;
}

.basket-table .basket-table__row.disable-row .bsk-td_delay  {
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
}

.basket-table .basket-table__row.disable-row .bsk-td_delay .icon {
	display: inline-block;
}

.basket-table .basket-table__row.disable-row .bsk-td_delay .icon .count {
	background-color: #FF0000;
	border-radius: 9px;
	color: #fff;
	height: 18px;
	line-height: 18px;
	position: relative;
	width: 18px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

.bsk-td_spec-cond .kd-help-block {
	margin: 0 auto;
}
.bsk-td_spec-cond.bsk-td_spec-cond_warn {
	font-size: 13px;
	color: #ed073b;
}
.bsk-td_favorite .bsk-favorite {
	display: flex;
	width: 100%;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.bsk-td_delete {
	position: relative;
}

.bsk-tbl-btm:after {
	display: table;
	content: '';
	clear: both;
}
.cart-link-cat {
	color: #5c3795;
	font: normal 14px Arial, sans-serif;
}
.cart-link-cat:hover {
	color: #452675;
}
.bsk-total {
	float: right;
	text-align: right;
	margin-bottom: 30px;
}

.bsk-total__value {
	font: bold 16px Arial, sans-serif;
	margin-bottom: 20px;
}
.bsk-total__term {
	color: #979797;
	font: normal 13px Arial, sans-serif;
}
.bsk-radio-btns {
	margin-bottom: 40px;
}
.bsk-radio-btn-wrap {
	margin-bottom: 20px;
	text-align: right;
}

/*     Radio buttons     */

.bsk-radio__title {
	text-align: right;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 15px;
}
.bsk-radio-btns:before {
	display: table;
	content: '';
	clear: both;
}
.bsk-radio + .bsk-radio-label {
	cursor: pointer; /*Show here that label is clickable*/
}
.bsk-radio:not(checked) {
	position: absolute; /*Hide original radio*/
	opacity: 0;
}
.bsk-radio:not(checked) + .bsk-radio-label {
	position: relative;
	padding-right: 40px;
	padding-top: 3px;
	color: #979797;
	font: normal 14px Arial, sans-serif;
}
.bsk-radio:not(checked) + .bsk-radio-label:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #5c3795;
}
.bsk-radio:checked + .bsk-radio-label:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #5c3795;
}
.bsk-radio:checked + .bsk-radio-label {
	color: #000;
}


/*     End Radio buttons     */

.bsk-checkbox-wrapper {
	margin-bottom: 45px;
	text-align: right;
}

/*     Checkbox     */

.bsk-checkbox + .bsk-checkbox-label {
	cursor: pointer; /*Show here that label is clickable*/
	font-size: 14px;
}

.bsk-checkbox:not(checked) {
	position: absolute; /*Hide original checkbox*/
	opacity: 0;
}
.bsk-checkbox:not(checked) + .bsk-checkbox-label {
	position: relative;
	padding-left: 40px;
}
.bsk-checkbox:not(checked) + .bsk-checkbox-label:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 19px;
	height: 19px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #727272;
}
 .bsk-checkbox:checked + .bsk-checkbox-label:before {
	background: url(/images/checkbox.png);
	border: none;
	width: 20px;
	height: 20px;
}

/*     End Checkbox     */

.bsk-select {
	margin-bottom: 40px;
	float: right;
}
.bsk-select:after {
	display: table;
	content: '';
	clear: both;
}
.bsk-select__title {
	line-height: 40px;
	font-size: 16px;
	text-align: left;
}


/*     Select     */

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.select {
	cursor: pointer;
	/*display: inline-block;*/
	position: relative;
	font-size: 16px;
	width: 300px;
	height: 44px;
	margin-bottom: 20px;
	/*float: left;*/
}
.bsk-select .select-styled {
	display: block;
}
.select-styled {
	position: absolute; 
	box-sizing: border-box;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 0 48px 0 17px;
	height: 44px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: solid 1px #b0b0b0;
	border-radius: 5px;
}
.select-styled.active {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #000;
	border-bottom: 1px solid #000;
}
.select-styled.unselected {
	color: red;
}
.select-styled:after {
	content:"";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #5c3795 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 21px;
}

.select-styled:active:after, .select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #5c3795 transparent;
}
.select-options {
	display: none; 
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
}
.select-options li {
	margin: 0;
    padding: 12px 18px;
    box-sizing: border-box;
    border-top: 1px solid #e7e6e6;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.15s ease-in;
}
.select-options li:last-child {
	border-bottom: 1px solid #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.select-options li:hover {
	color: #5c3795;
	background-color: #fff;
}
.select-options li[rel="hide"] {
	display: none;
}

/*   End Select   */

.bsk-comment {
	/*float: left;*/
	resize: none;
	border-radius: 5px;
	border: solid 1px #b0b0b0;
	height: 80px;
	overflow: hidden;
	padding: 15px 17px;
	box-sizing: border-box;
	outline: none;
	width: 300px;
	font-size: 16px;
	font-family: Arial, sans-serif;
}
.bsk-comment::-webkit-input-placeholder { color: #979797; }
.bsk-comment:-ms-input-placeholder { color: #979797; }
.bsk-comment::-ms-input-placeholder { color: #979797; }
.bsk-comment::placeholder { color: #979797; }
.cart-btn_order {
	float: right;
	margin-bottom: 20px;
}
.bsk-light-btn {
	color: #5c3795;
	font: normal 13px Arial, sans-serif;
	padding: 13px;
}
.basket-table-wrap {
	padding: 0 30px 30px;
	background-color: #f8f8f8;
	margin-top: 16px;
}
.basket-table__bottom {
	display: flex;
	padding-bottom: 40px;
	/*margin-top: 30px;*/
}
.basket-table__bottom .kd-form__group_checkbox2 {
	width: 360px;
	text-align: left;
}
.basket-table__bottom .kd-form-checkbox__label {
	margin-bottom: 10px;
	padding-left: 40px;
}
.basket-table__bottom .kd-form-checkbox__label:before {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	border: 1px solid #5c3795;
}
.basket-table__bottom .kd-form-checkbox__label:after {
	top: 11px;
	left: 9px;
}
.basket-table__bottom .bsk-radio__title {
	font-size: 16px;
	position: relative;
	top: 7px;
}
.basket-table__bottom .basket-table__descr {
	padding-top: 10px;
	letter-spacing: 0.8px;
	color: #6a6d6f;
	font-size: 16px;
	text-align: left;
	width: 100%;
}
.descr__list {
	list-style: none;
	margin: 10px 0;
	padding-left: 20px;
}
.descr__list li {
	margin-bottom: 6px;
	position: relative;
}
.descr__list li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #7b5da9;
	position: absolute;
	left: -11px;
	top: 5px;
	border-radius: 50%;
}


/*   Modals   */

.bsk-modal__title {
	font-size: 20px;
	margin-bottom: 45px;
	line-height: 26px;
}
.bsk-modal__reminder {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 60px;
}
.bsk-modal__btns {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.bsk-modal .cart-btn {
	min-width: 180px;
	margin-right: 15px;
}
.bsk-modal_confirm {
	width: 500px;
	height: 200px;
	padding: 50px;
}
.bsk-modal_confirm .bsk-modal__title {
	margin-bottom: 30px;
}
.bsk-modal_confirm .bsk-modal__reminder {
	margin-bottom: 25px;
}
.bsk-modal__attention {
	color: #5c3795;
	font: normal 20px/26px sans-serif;
}
/*.bsk-modal-overlay_invoice {
	display: block;
}*/
.bsk-modal_invoice {
	width: 430px;
	height: 730px;
	overflow-y: auto;
	padding: 50px 65px 30px 65px;
}
.bsk-modal_invoice .bsk-modal__title {
	margin-bottom: 35px;
}
.bsk-modal__input {
	border: solid 1px #b0b0b0;
	border-radius: 5px;
	padding: 11px 16px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	margin-bottom: 18px;
	font: normal 13px Arial, sans-serif;
}
.bsk-modal__input.error {
	border: solid 1px red;
}
.bsk-modal__input.error::-webkit-input-placeholder { color: red; }
.bsk-modal__input.error:-ms-input-placeholder { color: red; }
.bsk-modal__input.error::-ms-input-placeholder { color: red; }
.bsk-modal__input.error::placeholder { color: red; }

.invoice-form__remind {
	text-align: left;
	color: #979797;
	margin-bottom: 30px;
}
.bsk-modal_invoice .bsk-checkbox-wrapper {
	margin-bottom: 30px;
}
.bsk-modal_invoice .bsk-checkbox-label {
	font: normal 11px/14px sans-serif;
	color: #979797;
}
.bsk-modal_invoice .bsk-checkbox-label a {
	color: #5c3795;
}
.bsk-modal_invoice .bsk-checkbox-label a:hover {
	color: #452675;
}
.bsk-modal_invoice .cart-btn {
	width: 100%;
	margin-bottom: 25px;
}
.bsk-modal-placeholder {
	text-align: left;
	font: normal 11px/14px Arial, sans-serif;
	color: #979797;
	margin-bottom: 5px;
	display: none;
}

#basket_items div.labels-wrap {
	display: flex;
	margin: 0 -4px;
	justify-content: start;
}
#basket_items .kd-help-block:hover .kd-help-block-text {
	z-index: 5;
}

/*   End Modals   */

.analog-btn-wrap {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.bsk-comment.bsk-comment-unavail {
	margin-bottom: 40px;
}

@media screen and (max-width: 1365px) {
	.basket-table__head th {
		font-size: 13px;
	}
	.basket-table__head th.bsk-th_num {
		padding: 0;
	}
	.bsk-th_price {
		width: 10.5%;
	}
	.basket-table td {
		font-size: 13px;
	}

	.basket-table td.basket_items_descr {
		font-size: 14px;
	}

	

	.basket-table td .shortdescr {
		font-size: 13px;
	}

	.bsk-td_spec-cond.bsk-td_spec-cond_warn {
		font-size: 12px;
	}
	.bsk-td-count {
		width: 75px;
	}
	.basket-table__row .cross-symbol {
		right: 4px;
	}
	.bsk-comment {
		width: 450px;
	}
}

/* End */


/* Start:/css/cart_ajax.css?17084324615722*/
.basket_items_descr {
    text-align: left;
    padding-top: 5px;
    padding-left: 0px;
    vertical-align: top;
    font-weight: bold !important;

}
.basket_items_descr.basket_items_descr_delimeter {
    margin-left: -30px;
    margin-right: -30px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 15px;
}

.row_for_moscow {
    display: none;
}

.row_for_moscow .basket_items_descr {
    /* text-align: right;
     padding-top: 20px;*/
}

#basketpage .link-back {
    margin-bottom: 0px;
}

#basketpage .kd-form-checkbox__label {
    color: #000;
    font-weight: normal;
}

fieldset.fieldset_spec_price {
    max-width: 130px;
    margin: 0 auto;
    border: solid 1px #cc2e52;
    border-radius: 4px;
}
fieldset.fieldset_spec_price legend{
    color: #cc2e52;
    font-weight: bold;
    padding: 0 1em;
    font-size: 10px;
}
fieldset.fieldset_spec_price > div {
    padding: 10px;
}

.bsk-row {
    display: flex;
    flex-flow: row nowrap;
}
.bsk-row.to-end {
    justify-content: flex-end;
}
.bsk-btn {
    display: inline-block;
    min-width: 160px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    border: 1px solid #550081;
    border-radius: 4px;
    color: #550081;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
}

.bsk-btn:hover {
    background-color: #550081;
    color: #fff;
}
.bsk-error {
    color: red;
}
.bsk-success {
    color: green;
}
.ajax-result {
    position: absolute;
    top: -30px;
    left: 0;
}
.bsk-header {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    justify-content: space-between;
}
.bsk-header_right {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.tabs {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 30px;
    position: relative;
}
.tabs .tab-item {
    background-color: #fff;
    padding: 13px;
    border: 1px solid #5c3795;
    border-radius: 5px;
    cursor: pointer;
    color: #5c3795;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
.tabs .tab-item:not(:last-of-type) {
    margin-right: 10px;
}
@media screen and (max-width:768px) {
    .tabs .tab-item:not(:last-of-type) {
        margin-right:0;
    }
}
.tabs .tab-item.active {
    background-color: #5c3795;
    color: #fff;
}
.tabs .tab-item:not(.active):hover {
    background-color: #5c3795;
    color: #fff;
}
.bsk-all-to-fav {
    position: relative;
    margin-bottom: 20px;
}
.bsk-table_btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
    align-items: center;
}
.bsk-table_btn>a:not(:last-of-type){
    margin-right: 20px;
}
.prompt_modal {
    position: absolute;
    right: -25px;
    top: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    margin-top: 15px;
    width: 300px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    z-index: 10;
}
.prompt_modal:after {
    content: "";
    position: absolute;
    left: 145px;
    top: -7px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(-45deg);
    border-top: 2px solid rgba(0,0,0,.1);
    border-right: 2px solid rgba(0,0,0,.1);
}
.tab.tab-item.active + .prompt_modal {
    display: none;
}
.prompt_modal__text {
    margin-bottom: 15px;
    line-height: 1.3;
}
.btn.prompt_modal__btn {
    background-color: #5c3795;
    color: #fff;
    transition: all 0.3s;
}
.btn.prompt_modal__btn:hover {
    background-color: #452675;
}
@media screen and (min-width: 1024px){
    .tabs {
        margin-bottom: 0;
    }
    .tabs .tab-item {
        width: 200px;
    }
    .bsk-header {
        flex-flow: row nowrap;
    }
    .bsk-header_right {
        flex-flow: row nowrap;
    }
    .bsk-all-to-fav {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .ajax-result {
        top: 40px;
    }
}
.bsk-modal-overlay {
    background-color: rgba(0,0,0,0.7);
}
.bsk-modal__preloader img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.bsk-modal_waiting {
    width: 500px;
    height: 270px;
    padding: 50px 115px;
}
.bsk-modal {
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bsk-modal__title {
    font-size: 20px;
    margin-bottom: 45px;
    line-height: 26px;
}

@media screen and (max-width: 768px) {
    .tabs {
        flex-wrap: wrap;
        justify-content: center;
    }
    .tabs .tab-item {
        margin-bottom: 12px;
    }
    .prompt_modal {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 500px) {
    .tabs .tab-item {
        max-width: 200px;
    }
}

#cart-share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url(/images/cart-share.svg);
    background-size: cover;
}
#cart-share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    padding: 4px 14px 6px 23px;
}
#cart-share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 28px;
    height: 28px;
}
#cart-share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
    left: -7px;
    top: 1px;
}
#cart-share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
    top: 42px;
}
/* End */


/* Start:/local/templates/diam/components/bitrix/sale.order.ajax/order_new/style.css?16402477862969*/
.bsk-select .select {
    font-size: 16px;
}

#ORDER_CONFIRM_BUTTON:disabled {
    background-color: #e2e2e2;
    cursor: default;
}

.bsk-modal__preloader img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.bsk-modal_waiting {
    width: 500px;
    height: 270px;
    padding: 50px 115px;
}
.manager_block {

}
.manager_head {
    font-size: 14px;
    color: #333;
}
.manager_name {
    font-size: 14px;
    line-height: 22px;
    color: #6a6d6f;
}

.manager_left_block {
    float: left;
}

.manager_right_block {
    float: right;
    margin-top: 16px;
}
.manager_avatar {
    margin-right: 30px;
    max-height: 110px;
    max-width: 80px;
    overflow: hidden;
    border-radius: 5px;
}

.manager_name .kd-ym-info {
    margin-bottom:0px;
}

.select_a {
    width: 48%;
    float: left;
    margin-top: 8px;
}

.js-delivery-address-user-multi{
    padding-left: 0px;
}

.kd-reservation-form .kd-form__group_checkbox-bask-left {
    margin-bottom: 18px;
}
.kd-reservation-form .kd-form-checkbox__label {
    padding-left: 40px;
}
.kd-reservation-form .kd-form-checkbox__label:before {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #5c3795;
}
.kd-reservation-form .kd-form-checkbox__label:after {
    top: 11px;
    left: 9px;
}
.kd-reservation-form .bsk-radio__title {
    top: 7px;
    position: relative;
}
#basketpage .reservation-form-wrap {
    padding: 0 30px;
    background-color: #f8f8f8;
}
#basketpage .reservation-form-wrap .kd-reservation-form {
    width: 850px;
    padding-top: 5px;
}
#basketpage .kd-reservation-form:after {
    display: table;
    content: '';
    clear: both;
}
#basketpage .kd-reservation-form .left-col {
    float: left;
    width: 400px;
}
#basketpage .kd-reservation-form .right-col {
    float: right;
    width: 400px;
}
.order-price_formated {
    text-align: right;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 30px;
}
.cart-manager-block .kd-p_info-image-edit-wrapper-prem {
    display: inline-block;
}
.cart-manager-block .kd-p_info-image-edit-wrapper-no_prem {
    display: none;
}
.cart-manager-block.kd-p_info-block * {
    box-sizing: border-box;
}
.cart-manager-block.kd-p_info-block .kd-your_manager-wrap>div {
    width: auto;
}
.cart-manager-block.kd-p_info-block .select {
    height: auto;
    margin-bottom: 0;
}
.kd-popup-wrap-filials .kd-popup-c_m-premium {
    width: 320px;
    height: 490px;
    padding: 30px 0 40px;
}
.kd-popup-wrap-filials .kd-popup-c_m-premium-block-td {
    padding: 10px 0;
    line-height: 0;
}
.kd-popup-wrap-filials .skip-link {
    text-align: center;
    margin-top: -10px;
}
.kd-popup-wrap-filials .skip-link span {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.kd-popup-wrap-filials .skip-link span:hover {
    border-bottom: 1px dashed;
}

.user_add_delivery_address_modal{
    font-weight: bold;
}
.quarter-error-text {
    color: #c40e12;
    font-size: 11px;
}
/* End */
/* /css/cart.css?170557778913020 */
/* /css/cart_ajax.css?17084324615722 */
/* /local/templates/diam/components/bitrix/sale.order.ajax/order_new/style.css?16402477862969 */
