.image-card-slider{
	height: 437px;
	overflow: hidden;
}

.image-card-slider .image-card{
	display: flex !important;
}

.image-card-slider .slick-prev{
	left: 20px;
}
.image-card-slider .slick-next{
	right: 20px;
}
.image-card-slider .slick-dots{
	bottom: 20px;
}
.slick-dots li button{
	background: #333;
}
.slick-dots li.slick-active button {
    background: #D5B454;
}

.js-select-order-profile .item-select__value{
	background: #446f8f;
    color: #fff;
}

#modal-registration-company,
#modal-buy-click,
#modal-registration{
	overflow: visible !important;
}

.b-inn-info{
	position: absolute;
	z-index: 99999;
	top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #d5b454;
    align-items: center;
	cursor: pointer;
}
.b-inn-info span{
	display: none;
}
.b-inn-info:hover span{
    display: block;
    position: absolute;
    top: 100%;
    width: max-content;
    font-size: 12px;
    background-color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
	box-shadow: 2px 2px 8px 0px rgba(34, 60, 80, 0.2);
}

.item-select.active .item-select__value{
	background: #446f8f;
	color: #fff;
}

.item-form .label_file{
	display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 8px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #cdcaca;
    border-radius: 8px;
    font-family: "GothamPro", sans-serif;
    min-height: 100px;
    color: #7f6666;
    cursor: pointer;
}

.js_file_clear{
	display: flex;
    align-items: center;
}

.js_file_clear svg{
	width: 20px;
    height: 20px;
    fill: red;
}


.modal-wrap .item-form .label_file .btn-main{
	width: 200px;
	border: 1px solid #7f6666;
    color: #7f6666;
}
.modal-wrap .item-form .label_file .btn-main:hover {
	background: #333;
	color: #fff;
}

.checkbox-main label input:checked + span > address{
	display: block;
}

.checkbox-main.checkbox-main_page label > span > address{
	display: none;
	font-size: 12px;
}

.checkbox-main-registration-company{
	margin-top: 30px;
}

.delivery-info-desc{
	font-size: 13px;
    font-weight: 400;
    font-style: italic;
	margin-top: 30px;
	max-width: 375px;
}

.bottom-new-order .item-select__dropdown .btn-main{
	width: 100%;
    margin: 0;
}

.js-seach-inn-wrap{
	position: relative;
}
.js-b-innselect-drop:empty{
	display: none;
}
.js-b-innselect-drop{
    background: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
	padding: 4px 0;
	max-height: 280px;
    overflow: auto;
}
.js-b-innselect-drop li{
    padding: 4px 10px;
    overflow: hidden;
	cursor: pointer;
	margin-bottom: 2px;
    font-size: 12px;
}
.js-b-innselect-drop li:hover{
	background-color: #ccc;
}

.card-content .card-bottom{
	max-width: 365px;
}
.catalog-wrapper.active .card-content .card-bottom{
	max-width: inherit;
}

.quantity{
	width: 65px;
}
.quantity-button{
	width: 10px;
}

.quantity input{
	min-width: 60px;
}

.b-cityselect-wrap{
	width: 100%;
	position: relative;
}
.b-cityselect{
	height: 36px;
    padding: 0 13px;
    color: #333;
    font-size: 14px;
    border: 1px solid #133C59;
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
	margin-bottom: 6px;
	width: 100%;
}

.b-cityselect-drop:empty{
	display: none;
}
.b-cityselect-drop{
    background: #fff;
    border: 1px solid #133C59;
	border-radius: 6px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
	padding: 4px 0;
}
.b-cityselect-drop li{
    padding: 4px 4px;
    overflow: hidden;
	cursor: pointer;
	margin-bottom: 4px;
    font-size: 16px;
}
.b-cityselect-drop li:hover{
	background-color: #ccc;
}

.col-main .item-catalog__title,
.row_catalog_card .item-catalog__title{
	height: 55px;
    overflow: hidden;
}


.header{
	background: none;
}

.menu > li > a{
	background: none;
    box-shadow: 2px 2px 8px 0px rgba(34, 60, 80, 0.2);
}

.billbord > .container{
	padding-left: 0;
    padding-right: 0;
}

.reviews-card{
	margin-top: 10px;
}

.checkbox-review{
	display: flex;
    flex-direction: column;
    align-items: baseline;
}

.status-order_cancel::before{
	background: red;
}

.feature__value{
	text-align: right;
	width: 60%;
}
.availability-catalog_none{
	color: red;
}
.availability-catalog_none::before{
	background: red;
}

.cookies-modal {
    display: none;
    position: fixed;
    z-index: 1000000000;
    bottom: 0px;
    left: 0px;
    transform: translateX(-50%);
    margin: 0px -50% 15px 50%;
    padding: 9px 43px 9px 14px;
    font-size: 12px;
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    text-align: left;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.95);
    pointer-events: auto;
    max-width: 1280px;
    box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
    color: #5c5c5c;
}
.cookies-modal a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    color: #cba107;
}
.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
	margin-top: 6px;
}
.cookies-modal .cookies-btns .cookies-btn {
    border: 1px solid #cba107;
    color: #cba107;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
    margin-left: 0px;
    color: #fff;
    background-color: #cba107;
}
.cookies-modal .cookie-policy-button {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 7px;
    display: inline-block;
    width: 28px;
    color: rgb(92, 99, 112);
    text-align: center;
}




.fv-flex-column{
	display: flex;
    flex-direction: column;
}

.feature__value-full{
	text-align: right;
    width: 86%;
	color: #d5b454;
}

.feature__value-greeen{
	color: #55a545
}

.feature__value-yellow {
    color: #d5b454;
}

.feature__value-red {
    color: red;
}

.status-basket.feature__value-greeen{
	background: #55a545
}
.status-basket.feature__value-yellow{
	background: #d5b454;
}
.status-basket.feature__value-red{
	background: red;
}

.nav a.selected{
	text-decoration: underline;
}
.row.row_news > div{
	width: 100%;
}

.menu__dropdown li.child_active a{
	color: #d5b454;
}

.items-basket-title{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 6px;
	line-height: 1.5;
    font-weight: 500;
}

div[id^="bx_incl_area_"] > .col-catalog{
    width: 100% !important;
}

.list-cities a.active {
	background: #f5f5f5;
    box-shadow: none;
}

.bottom-new-order{
	justify-content: space-between;
}
.bottom-new-order .btn-main{
	margin-left: 15px;
}
.new-order-profile .item-select__value{
	height: 52px;
    width: 215px;
	border: 1px solid;
    border-radius: 8px;
}
.radio-main label input:disabled + span:before, .checkbox-main label input:disabled + span:before{
	background: #ccc;
}