
div.article div.anonce p .btn.line {
	display: inline-flex;
	display: flex;
	gap:12px;
	align-items: center;
	justify-content: center;
}

div.article div.anonce p .btn.line span {
	display: block;
	min-height: 22px;
	height: auto;
}

@media (max-width:480px) {
	div.article div.anonce p .btn.line {
		width: 100%;
		max-width: 100% !important;
	}
}

.btn.icon {
	display: flex;
	gap:5px;
	align-items: center;
	justify-content: center;
}

.btn.icon.line {
	display: inline-flex;
}

.btn.icon span {
	display: block;
	margin:0;
	height: 16px;
}



.blog.list .row > * {
    position: relative;
    margin-bottom: 48px;
}

.blog.list .item {
    display:flex;
    flex-direction: column;
    position: relative;
    min-height:100%;
    border: 1px solid #E6CCA3;
    padding:10px;
}
.blog.list .item .pic {
    height: 180px;
    border: 1px solid #E6CCA3;
    overflow: hidden;
    margin-bottom:10px;
}

@media (max-width:1399px) {
    .blog.list .item .pic {
        height: 150px;
    }
}

@media (max-width:1199px) {
    .blog.list .item .pic {
        height: 124px;
    }
}

@media (max-width:767px) {
    .blog.list .item .pic {
        height: 142px;
    }
}

@media (max-width:575px) {
    .blog.list .item .pic {
        height: auto;
    }
}


.blog.list .item {
	transform: scale(1.0);
	transition: 1s ease all;
}

.blog.list .item:hover {
	transform: scale(1.05);
	transition: 1s ease all;
}

.blog.list .item img {
    max-width:100%;
    width:100%;
    object-fit: cover;
}

.blog.list .item .date {
    font-size:12px;
    margin-bottom:8px;
}

.blog.list .item .anonce {
    flex-grow:1;
    display:flex;
    flex-direction: column;
}

.blog.list .item .h3 {
    font: 16px / 20px "Mazard-SemiBold";
    flex-grow:1;
}

.blog.list .item .h3 a {
    text-decoration:none;
}


@media (min-width: 768px) {
	div.article div.pic {
		max-width: 45%;
		padding-top: 1rem;
	}
}

div.article .text {
	overflow: hidden;
}


div.article div.pic img {
	display: block;
	width: 100%;
	height: auto;
}

div.article div.anonce p {
	margin-bottom: 2rem;
}

div.article div.anonce p .btn {
	display: block;
	min-width: 10rem;
	max-width: 20rem;
	margin-top:2rem;
	padding: 1rem .75rem;
	font-size: 22px;
}

@media (max-width:575px) {

	div.basket_page div.row.basket_td {
		position: relative; 
	}

	div.basket_page div.row.basket_td a.good_delete {
		position: absolute;
		z-index: 1;
		top:10px;
		right:10px;
	}

}




.faq {
	padding-bottom: 24px;
}
.faq .row {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.faq .row .item {
	border: 1px solid #E6CCA3;
	padding: 10px;
	transition: 1s ease all;
}
.faq .row .item .question {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	cursor: pointer;
	font: 16px / 20px "Mazard-SemiBold";
	color: #B57261;
}
.faq .row .item .question .toggle-icon {
	transition: transform .3s ease;
	flex-shrink: 0;
}
.faq .row .item.open .question .toggle-icon {
	transform: rotate(180deg);
}
.faq .row .item .answer {
	display: none;
	padding-top:16px;
}



div.catalog.tile div.item span.name {
	padding: 1rem 1rem 2.4rem 1rem;
}

.in_basket_list .submit,
.in_basket_list .order_call {
	position: absolute;
	bottom:0;
	right:0;
	z-index: 1;
	width: auto;
}

div.catalog.tile div.item a.order_call {
	position: absolute;
	bottom:0;
	right:0;
	width: auto;
	z-index: 2;
}

.in_basket_list .submit.active,
.in_basket_list .order_call.active {
	background-color: #B57261 !important;
}

.in_basket_list .submit.active .in_basket {
	color: #fff;
}


@media (max-width: 991px) {
	.aside.fixed {
		position: fixed;
		z-index: 10;
		left:0;
		top:100px;
		background: #fff;
		width: 100%;
	}
	.aside.fixed .popup_out {
		max-height: calc(100vh - 178px);
		overflow: auto;
	}
}

@media (max-width: 575px) {
	.aside.fixed {
		top:60px;
	}
	.aside.fixed .popup_out {
		max-height: calc(100vh - 142px);
		overflow: auto;
	}
}





@media (min-width: 992px) {
	
	.popup_out.fixed {
		position: relative;
	}

	.popup_out.fixed .filter {
		position: fixed;
		top:122px;
		z-index: 10;
		background: #fff;
		width: 306px;
		max-height: calc(100vh - 142px);
		overflow: auto;
	}
}



.footer_menu {
	list-style: none;
	padding-left: 0;
}


div.catalog.tile div.item {
	display: flex;
	flex-direction: column;
}

div.catalog.tile div.item a:first-child {
	flex-grow: 1;
}

#f_Comments {
	width: 100%;
}




div.slider_goods div.item {
	min-height: 345px;
}

@media (max-width:1199px) {
	div.slider_goods div.item span.pic img {
		width: auto;
		height: 198px;
	}
}

@media (min-width:1200px) {
	div.slider_goods div.item span.pic img {
		width: auto;
		height: 270px;
	}
}







