.main{
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 24px 0;
}

.main__sidebar{
	width: 100%;
	max-width: 280px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 12px 20px;
	border-radius: 8px;
	background: #f5f7fa;
	top: 12px;
}

.sidebar__title{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin: 24px 0 8px 0;
}

.sidebar__title:first-child{
	margin-top: 0;
}
.vmesto_style1{
	background-color:#fff!important;
}
.vmesto_style2{
	padding:10px!important;
}
.vmesto_style3{
	margin-top:10px!important;
}
.vmesto_style4{
	margin-top:0!important;
}
.vmesto_style5{
	padding:0!important;
}
.sidebar__links{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	overflow-y: auto;
	max-height: 350px;
	padding-right: 0.8rem;
}

.sidebar__link{
	text-decoration: none;
	color: #333;
	transition: .2s linear;
}

.sidebar__link:hover{
	color: #ee555e;
}

.sidebar__text{
	color: #ee555e;
	font-size: 20px;
}

.sidebar__links::-webkit-scrollbar{
	width: 2px;
	height: 0;
}

.sidebar__links::-webkit-scrollbar-thumb{
	width: 2px;
	background: #ee555e;
	
}

.sidebar__links::-webkit-scrollbar-track{
	width: 2px;
	background: #fff;
}

.main__content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main__items{
	width: 100%;
	margin-top: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.main__item{
	width: calc(100% / 3 - 24px / 3);
	border-radius: 8px;
	background: #f5f7fa;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.2rem;
	text-decoration: none;
}

@media (max-width: 880px) {
	.main__item{
		width: calc(100% / 2 - 12px / 2);
	}
}
@media (max-width: 400px) {
	.main__item{
		width: 100%;
	}
}

.main__item--img--inner{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main__item--img{
	max-width: 100%;
	max-height: 100%;
}

.main__item--level, .main__item--name, .main__item--category{
	text-align: center;
}

.main__item--name{
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-top: 1.2rem;
}

.main__item--level{
	font-size: 12px;
	color: #333;
	margin-top: 0.8rem;
}

.main__item--level:not(:last-child){
	margin-bottom: 16px;
}

.main__item--category{
	color: #848ca3;
	font-size: 12px;
	margin-top: 0.8rem;
}

@media (max-width: 700px) {
	.main{
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.main__sidebar{
		max-width: 100%;
	}
}

.tc__items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 24px;
}

.tc__item{
	width: calc(100% / 4 - 48px / 4);
	padding: 12px;
	border-radius: 8px;
	background: #f5f7fa;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

@media (max-width: 998px) {
	.tc__item{
		width: calc(100% / 3 - 32px  / 3);
	}
}
@media (max-width: 768px) {
	.tc__item{
		width: calc(100% / 2 - 16px  / 2);
	}
}
@media (max-width: 430px) {
	.tc__item{
		width: 100%;
	}
}

.tc__item--more{
	width: 100%;
	text-align: center;
	padding: 8px 16px;
	background: #f54747;
	color: #fff;
	transition: .2s linear;
	border-radius: 8px;
	text-decoration: none;
	margin-top: auto;
}

.tc__item--more:hover{
	background: #d13c3c;
	color: #fff;
}

.page-numbers{
	width: 32px!important;
	height: 32px!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0!important;
	font-size: 16px!important;
}

.contact .container{
	min-height: auto!important;
}

.promo__inner .content{
	padding-top: 16px!important;
}

.sale__item--mark{
	position: absolute;
	top: 12px;
	left: 12px;
	text-decoration: none;
}

.mar__link{
	display: flex;
	width: 20px;
	position: absolute;
	top: 12px;
	right: 12px;
	text-decoration: none;
}

.mar__link img{
	width: 100%;
	border-radius: 2px;
}
