html {
	height: auto;
}
body {
	min-height: 100vh;
}
.b-load-files__list-item_link{
	padding-right: 10px;
}

.b-load-files__list-item_link .b-load-files__name {
	color: black;
	text-decoration: none;
}

.b-text-icon.b-text-icon_act{
	font-weight: bold;
}
.dnone{
	display: none!important;
}
.js-mob-step-title:not(.js-act){
	display: none;
}

.pt-48{
	padding-top: 48px;
}

.b-composites .b-section:not(.b-section_base){
	padding: 0;
}
.b-composites .b-section_base{
	background-color: #f3f6f9;
}

.b-composites .b-s-feedback{
/*	padding-bottom: 0;*/
	margin-bottom: 48px;
}

.b-composite-section_title .b-blockquote{
	margin-bottom: 32px;
}

.b-composite-section_text{
	margin-bottom: 32px;
}

.b-composites .b-section__delivery-ban{
	margin-top: 32px;
}

.b-composites .b-section_important:last-child{
	margin-bottom: 0;
}
@media (min-width: 1024px) {
    .b-blockquote:not(:last-child) {
        margin-bottom: 48px;
    }
}
.b-composites {
    padding: 40px 0;
    background-color: white;
}

.b-composites .b-composite-delivery_categories{
	margin-bottom: 32px;
}


@media (min-width: 1024px) {
    .b-composites  {
        padding: 48px 0;
    }
    .b-composite-section_title .b-blockquote{
        margin-bottom: 48px;
    }
    .b-composite-section_text{
		margin-bottom: 48px;
	}
	.b-composites .b-section__delivery-ban{
		margin: 48px 0;
	}
	.b-composites .b-composite-delivery_categories{
		margin-bottom: 48px;
	}
	
}

.p-page-31 .b-composites{
	padding-bottom: 0;
}

.js-parcel-wrap.mob:not(:last-child){
	margin-bottom: 32px;
}

.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}
.mt-50{
	margin-top: 50px;
}
.mt-60{
	margin-top: 60px;
}

.b-counter-default_right-plus [data-counter-plus]{
	right: 16px;
}
.b-counter-default_right-plus [data-counter-minus]{
	right: 52px;
}
@media(min-width: 1199px){
	.scroll-table-wrap{
		width: 100%;
		overflow: auto;
	}
}

/*.p-redemptions-create [data-product="true"] .b-personal__delete{*/
/*	display: none;*/
/*}*/
/*.p-redemptions-create [data-product="true"]:last-child .b-personal__delete{*/
/*	display: flex;*/
/*}*/
.p-redemptions-create [data-product="true"]:last-child .b-line{
	display: none;
}

.b-checkbox__input.error ~ .b-checkbox__label:before {
	border-color:red;
}

[data-whole-parcel="1"] .js-good-cbx-wrap{
	pointer-events: none;
}
[data-whole-parcel="1"] .js-good-cbx-wrap .b-checkbox__label:before{
	border-color: #eee;
	opacity: 0.7;
}
.float-right{
	float: right;
}
.disabled-row{
	opacity: 0.5;
	pointer-events: none;
}

.b-s-signin__form:not(.js-act) {
    display: none;
}
@media (min-width: 1024px) {
	.l-header__btns .b-burger {
		display: none;
	}
}

.p-page-30 .b-section_base{
	margin-bottom: 48px;
}
.ml-10{
	margin-left: 10px;
}

.b-faq-list__item .b-accordion__body{
	font-weight: normal;
}

.b-stack.b-warehouse-card__stack{
	font-weight: normal;
}
/*.b-delivery-warning__img-boxes{*/
/*	max-height: 500px;*/
/*}*/

.b-delivery-warning .b-text{
	font-weight: normal
}

.b-bubble {
	position: fixed;
	right: 40px;
	bottom: 42px;
	max-width: 532px;
	border: 1px solid #e5e5e5;
	background: linear-gradient(to bottom, #f8f8f8, #f8f8f8);
	border-radius: 4px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	padding: 30px;
	z-index: 998;
	font-size: 15px;
	line-height: 20px;
	color: #555;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.25s all ease-in;
}
.b-bubble._visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media (max-width: 991px) {
	.b-bubble {
		width: 320px;
		right: 20px;
		padding: 16px;
		bottom: 16px;
	}
}
@media (max-width: 359px) {
	.b-bubble {
		max-width: 280px;
		padding: 10px;
	}
}
.b-bubble__text {
	font-size: 12px;
	line-height: 14px;
}
@media (min-width: 992px) {
	.b-bubble__text {
		padding-right: 68px;
		font-size: 15px;
		line-height: 20px;
	}
}
.b-bubble__text p:last-child {
	margin-bottom: 0;
}
.b-bubble__text:not(:last-child) {
	margin-bottom: 12px;
}
@media (min-width: 992px) {
	.b-bubble__text:not(:last-child) {
		margin-bottom: 24px;
	}
}
.b-bubble__close {
	position: absolute;
	top: 16px;
	right: 16px;
	filter: brightness(0) saturate(100%) invert(63%) sepia(0%) saturate(1056%) hue-rotate(232deg) brightness(98%) contrast(81%);
}
@media (min-width: 992px) {
	.b-bubble__close {
		top: 30px;
		right: 30px;
	}
}
.b-bubble__close svg {
	width: 16px;
}
@media (min-width: 992px) {
	.b-bubble__close svg {
		width: 20px;
	}
}
@media (max-width: 991px) {
	.b-bubble .btn {
		padding: 6px 10px;
		font-size: 13px;
	}
}
.color-white{
	color: #fff;
}

.text-underline{
	text-decoration: underline;
}
	
.hover-opacity:hover{
	opacity: 0.7;
}