@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('header.css');
@import url('footer.css');

* {
	padding:0;
	margin:0;
}
body {
	overflow-x:hidden;		
}
body header, body content, body footer {
	font-family:Montserrat;
}
h1, h2, h3 {
	font-family:Montserrat;
}
a {
	text-decoration:none;
}
ul {
	list-style:none;
}
.mb-4 {
    text-align: center;
}
.form-row {
	transition: 0.5s;
	opacity: 0;
	position: absolute;
	right: -45px;
	top: -20px;
	background: #231F20;
	width: 252px;
	padding: 20px;
	z-index: 4;
}
.form-row br {
    display: none;
}
.form-row .form-group.col {
    margin-bottom: 30px;
}
.back_mess:hover .form-row {
    opacity: 1;
    right: -255px;
}
.product-item {
    z-index: 3;
    position: relative;
}
.catalog-section .row.product-item-list-col-6 {
    margin-bottom: 50px;
}
.product-item-label-text span, .product-item-label-ring {
    border-radius: 5px;
    background: #DF4D12;
    padding: 5px 10px !important;
}
.catalog-section .product-item-title {
    text-align: left;
    font-family: Montserrat;
}
.product-item-title a {
    white-space: initial;
    line-height: 18px;
    height: 70px;
    display: block;
    position: relative;
}
.product-item-title a::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    display: block;
    height: 15px;
}
.card-body a {
    text-decoration: none;
}
.metka_gold {
	background:#D79B1C !important;
}
.metka_red {
	background:#DF4D12 !important;
}
.metka_new {
	background:#D79B1C;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
.basket_line__button {
	display:none;
}

@media screen and (min-width: 1400px) {
	header > .container, content > .container, footer > .container, .bx-breadcrumb .container {
		max-width: 1420px;
		padding: 0;
	}
}