@media only screen and (max-width: 1004px) {
header .logo {
	padding-top: 0.8rem;
}
header .logo a {
	width: 280px;
	height: 70px;
}
header .phone {
	text-align: right;
}
}

@media screen and (max-width: 778px) {
#topMenu {
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}
header .logo a {
	margin: 0 auto;
}
header .phone {
	text-align: center;
}
header .basket {
	padding-top: 1.8rem;
}
header .basket .item {
	float: none;
	margin: 0 auto;
	padding: 20px;
	height: 80px;
	width: 80px;
	background-position: 50% 60%;
	background-color: rgba(0, 0, 0, 0.55);
	border-radius: 50%;
}
.annotation blockquote .blockquote-content {
	height: 300px;
	position: relative;
}
.annotation blockquote h1 {
	font-size: 18px;
}
.breadcrumb {
	display: none;
}
.catalog-menu .text-right {
	text-align: left !important;
}
.catalog-menu .sorting {
	height: auto;
	padding: 0.5rem 0.5rem 0;
}
footer .col-sm-12:first-child, footer .col-sm-12:last-child {
	text-align: center;
}
}

@media screen and (max-width: 575px) {
.title-style {
	font-size: 1.8rem;
}
.title-style:before {
	width: inherit;
}
}

@media only screen and (max-width: 375px) {
header .logo {
	padding-top: 0.5rem;
}
header .logo a {
	width: 300px;
	height: 75px;
}
.title-style {
	font-size: 1.5rem;
}
}
