.widgets {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 900;
}

.widgets__item {
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
	margin-top: 20px;
    width: 80px;
    height: 80px;
	display: block;
}

.widgets__item img {
	max-width: 100%;
}

.complain-popup {
    width: 455px;
    padding: 46px 24px 38px;
}

.complain-popup .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.complain-popup .ex {
    margin-bottom: 20px;
}

.complain-popup .btn {
    margin-top: 20px;
}

@media screen and (max-width: 960px) {
	.widgets {
		right: 16px;
		bottom: 24px;
	}
}

@media screen and (max-width: 767px) {
	.widgets__item {
		margin-top: 10px;
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 575px) {
	.complain-popup {
		padding: 40px 15px 20px;
		width: calc(100% - 16px);
	}
	.complain-popup .ex {
		font-size: 13px;
		line-height: 1.3;
	}
}

/* ------------ HEADER ---------- */
header .categories-hover-block {
    position: absolute;
    top: 72px;
    left: calc((100vw - 1312px) / 2* -1);
}

body div.title-search-result {
	z-index: 11000;
}

div.title-search-result .search-result-wr {
    background-color: #ffffff;
    padding-top: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2110;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    color: #7F7F7F;
}

.title-search-result .search-result-wr .result-search-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    color: #343434;
    width: 100%;
    background: #E9F0AC;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: bold;
}

div.title-search-result {
	border: none;
}

div.title-search-result .search-result-wr {
	position: relative;
}

div.title-search-result .search-result-wr .search-section {
    display: flex;
    margin-bottom: 32px;
    width: calc(100% - 40px);
}

div.title-search-result .search-result-wr .search-section .search-title {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
    padding-left: 32px;
    width: 80px;
    margin-right: 42px;
}

div.title-search-result .search-result-wr .search-section .categories-block {
    padding-top: 0;
}

div.title-search-result .search-result-wr .search-section .search-result-list {
    width: 100%;
}

div.title-search-result .search-result-wr .search-section .search-result-list li {
    padding: 8px 8px 8px 18px;
    transition: 0.1s;
}

div.title-search-result .search-result-wr .search-section .search-result-list li.hover {
    background-color: #F7F8EC;
}

/* ----------- SMART FILTER ------*/
.smartfilter {
	margin-bottom: 0;
}
.smart-filter-parameters-box {
	position: unset;
}

.smart-filter-parameters-box .smart-filter-block {
	position: absolute;
    z-index: 44;
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.15);
	background: #ffffff;
	top: 60px;
}

.smart-filter-parameters-box .smart-filter-block::before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent;
    border-bottom-color: #ffffff;
    left: 38px;
    top: -20px;
    z-index: 44;
}

 .smart-filter-parameters-box-container .form-check {
	margin-bottom: 16px;
}

.smart-filter-parameters-box .filter-title::after {	
	transition: all ease-out 0.1s;
}

.smartfilter .smartfilter-wr .title-filter-block .mode-list .smart-filter-parameters-box.bx-active .filter-title:after {
	transform: rotate(180deg);
	transition: all ease-out 0.1s;
	top: 6px;
}

.smartfilter .smartfilter-wr .title-filter-block .spoiler-btn {
	display: block;
}

.smart-filter-input-group-checkbox-list {
	max-height: 258px;
    overflow-x: hidden;
}

.smart-filter-parameters-box-container .btn.clean-filter-list {
    font-weight: bold;
    color: #A5B328;
    cursor: pointer;
	padding: 0;
    display: inline-block;
	background: unset;
	text-transform: none;
}

.smart-filter-box-btns {
	display: flex;
	margin-top: 15px;
	align-items: center;
	gap: 24px;
}

.action-filter-block  .btn-link {
	background: unset;
}

.smartfilter .smartfilter-wr .title-filter-block .mode-list .filter-title {
	padding-bottom: 0;
}

/* -------- SORT ----------*/
.center-block.sort-btn {
	display: flex;
	align-items: center;
    gap: 10px;
}

/* ----- CATALOG ----- */
.product-card select {
	width: 100%;
}

.popup-window.popup-window-with-titlebar {
    max-width: 350px;
}

/* ----- DETAIL PRODUCT ----- */
.rub-price::after {
	content: none;
}

a:focus, .btn:focus, .btn:active:focus {
    outline: unset;
}

.btn.not_avail {
	background: transparent;
	color: #333;
}

.btn.not_avail:hover {
	text-decoration: none;
	cursor: default;
}
.btn.add-to-cart {
	color: #343434;
}

.btn.add-to-cart:hover {
	color: #343434;
	text-decoration: none;
}

.info-product-wr .btn.not_avail {
	text-align: left;
    padding-left: 0;
	margin: 0 0 20px 0;
}

.catalog-tags .tag-item:hover {
    text-decoration: none;
}

/* ----- ARTICLES ----- */
.articles-block .article-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.articles-block .article-list .article-item {
    width: unset;
}

@media (max-width: 768px) {
	.articles-block .article-list {
		grid-template-columns: 1fr;
		gap: unset;
	}
}

/* ----- CONTACTS ----- */
#contact-form {
	margin-top: 80px;
    background: #f2f2f2;
    padding: 64px 336px;
}

#contact-form .inputs-row {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
	gap: 32px;
}

#contact-form .textarea-row {
    height: 136px;
    width: 100%;
    margin-bottom: 40px;
}

/* ----- BASKET ----- */
.basket-checkout-block-total {
	padding: 0;
	text-align: unset;
	display: flex;
	justify-content: space-between;
}

.total-table {
	flex-direction: column;
	gap: 8px;
}

.basket-page .basket-list_wrapper .basket-list .product-item {
	padding: 16px;
	gap: 20px;
}

.basket-items-list-item-remove {
	order: 5;
}

.basket-items-list-item-price {
	min-width: 60px;
}

.basket-item-price-current {
	text-align: left;
}

.basket-items-list-item-descriptions {
	padding: 0;
	width: 70%;
}

.basket-item-block-image {
	padding: 0;
	text-align: center;
}

.basket-items-list-item-remove .basket-item-block-actions {
	opacity: 1;
}

.basket-items-list-item-remove .basket-item-block-actions .delete-in-basket {
	height: 32px;
    width: 32px;
    padding: 4px 5px;
    border-radius: 50%;
    background: #f2f2f2;
    margin-left: 32px;
    color: #343434;
    cursor: pointer;
	display: block;
}

.basket-items-list-item-remove .basket-item-block-actions .delete-in-basket::before {
	font-size: 22px;
}

.basket-item-image {
	max-height: 80px;
}

.basket-item-block-info {
	display: flex;
    align-items: center;
}

.product-name-block .product-name {
	transition: 0.3s;
}

.product-name-block .product-name:hover {
    color: #c4d33c;
	transition: 0.3s;
}

@media (max-width: 580px) {
    #contact-form {
        padding: 20px;
    }

    #contact-form .inputs-row {
        gap: unset;
        flex-direction: column;
    }
}

/* ------ ORDER ----- */
.total-block-wrapper .basket-page .basket-list_wrapper .basket-list .product-item {
	padding: 24px;
}

.total-block-wrapper .bx-soa-section,
.total-block-wrapper .bx-soa-item-td,
.total-block-wrapper .bx-soa-item-imgcontainer {
	border: none;
}

.total-block-wrapper .bx-soa-item-td {
	padding: 0;
}

.order-page .basket-list_wrapper {
	display: unset;
}

.total-head .h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.link-underline:hover {
	text-decoration: none;
}

.total-block .bx-soa-cart-total {
	border: none;
	padding: 0;
}

.total-block .bx-soa-cart-total-line {
	border: none;
	padding: 0 0 8px 0;
}

.total-block .bx-soa-cart-total .bx-soa-cart-total-line-total {
	padding-top: 0;
}

.total-block .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
    font-weight: unset;
}

.total-block .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: unset;
}

.total-block .bx-soa-coupon {
	border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.bx-soa-location-input-container[data-property-id-row="18"],
.bx-soa-location-input-container[data-property-id-row="21"] {
	display: none;
}

.order-page .bx-soa-section {
	border-radius: none;
    margin-bottom: 0;
    border: none;
}

.order-page .bx-soa-section-title-container {
	background: none;
    padding: 0;
    margin-bottom: 32px;
}

.order-page .bx-soa-section-title {
	font-weight: bold;
	color: #343434;
}

.order-page .radio-row {
	display: flex;
}

.order-page .radio {
	margin-right: 32px;
	margin-top: 0;
}

.order-page .bx-soa-section-content {
	padding: 0;
}

.order-page .bx-soa-item-block {
	display: flex;
	align-items: center;
}

.basket-page .basket-list_wrapper .basket-list .product-item .middle-block {
	align-items: unset;
	flex-direction: column;
}

.order-page .input-text-container {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.order-page .input-text-container .input-text-row {
	width: calc(50% - 20px);
    margin-bottom: 0;
    margin-right: 0;
}

.input-text-row.input-filled input {
    border-color: #E6E6E6;
}

#bx-soa-location {
	height: auto;
    padding: 32px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
	margin-bottom: 24px;
}

#bx-soa-location.city-order {
	height: auto;
    padding: 32px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
}

.order-page .city-order .location-order-link {
	margin-left: 18px;
    font-size: 14px;
    color: #FF6347;
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    transition: 0.2s;
	text-decoration: none;
}

.order-page .city-order .location-order-link:hover {
	opacity: 0.7;
}

.order-page .city-order .location-order-link .icon-city {
	position: absolute;
    font-size: 24px;
    margin-right: 8px;
    left: 0;
    top: -2px;
}

.bx-soa-pp-item-container.radio-btn-wr {
	display: flex;
	flex-wrap: wrap;
}

.bx-soa-pp .bx-soa-pp-company.radio-btn {
	width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
	height: 112px;
    padding: 16px;
    display: block;
    position: relative;
}

label.radio-btn input[type="checkbox"]:checked ~ .radio-btn-desc::before {
    border: 2px solid #c4d33c;
}

.order-page .radio-btn-wr .radio-btn:nth-child(2) {
	margin-right: 0;
}

.bx-soa-delivery {
	margin-bottom: 32px;
}

.bx-soa-section-title.adress {
	margin-bottom: 32px;
}

.bx-soa-section-title.adress ~ input {
	height: 50px;
}

.order-page .btn-add-text {
	color: #7F7F7F;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    margin-top: 18px;
}

.bx-soa-customer-field.textarea-row {
	margin-bottom: 20px;
}

.bx-sls .bx-ui-sls-container {
	min-height: 36px;
}

.center-block.order-confirm {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (min-width: 580px) {
    .total-block-wrapper .bx-soa-item-img-block {
        width: 55px;
    }
}

@media (max-width: 580px) {
    .bx-soa-customer.input-text-container {
        flex-direction: column;
    }

    .form-group.bx-soa-customer-field.input-text-row {
        width: 100%;
    }

    .bx-soa-pp .bx-soa-pp-company.radio-btn {
        height: auto;
    }

    .bx-soa-item-table .bx-soa-item-img-block {
        margin: 0;
    }

    .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
        text-align: left;
    }

    .bx-blue .btn.btn-default {
        background: #c4d33c;
        border: none;
        color: #000;
    }    
}

/* ----- SEARCH -----*/