html {
	width: 100%;
	overflow-x: hidden;
}
img {
	max-width: 100%;
}
.overflow {
	overflow: hidden;
}
.bxs,
.bxs * {
	box-sizing: border-box;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.grid {
	display: grid;
}
.mobile-display {
	display: none;
}
.docs__sections {
	display: grid;
	grid-template-columns: 100%;
	gap: 40px 0;
}
.docs__title {
	margin-bottom: 22px;
}
.docs__title * {
	font: bold 22px 'robotobold', sans-serif;
}
.docs__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 40px;
}
.docs__item-box {
	position: relative;
}
.docs__item-image {
	margin-bottom: 10px;
}
.docs__item-image > img {
	height: 90px;
	width: auto;
	display: block;
	border: 1px solid #dcdcdc;
	padding: 5px;
	transition: 300ms;
}
.docs__item-title {
	font-size: 14px;
	transition: 300ms;
	border-bottom: 1px solid #dcdcdc;
	display: inline;
}
.docs__item-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.docs__item-box:hover .docs__item-image > img {
	border-color: #008F86;
}
.docs__item-box:hover .docs__item-title {
	color: #008F86;
}
@media(max-width: 500px) {
	.mpad {
		padding-bottom: 60px;
	}
	.docs__items {
		grid-template-columns: 100%;
	}
	.docs__item-box {
		display: flex;
	}
	.docs__item-image {
		flex: 0 0 80px;
		margin: 0;
	}
	.docs__item-image > img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
	}
	.docs__item-info {
		flex: 1;
		padding-left: 10px;
	}
	.docs__title * {
		font-size: 16px;
	}
	.docs__sections {
		gap: 25px 0;
	}
	.docs__items {
		gap: 15px;
	}
}
.cats {
	margin: 20px 0;
}
.cats__title {
	background: #fff;
	margin-bottom: 10px;
	justify-content: center!important;
	align-items: center;
}
.cats__title > span {
	font: 18px 'robotobold', sans-serif;
	color: #000;
	padding: 22px 10px;
	text-transform: uppercase;
	text-align: center;
}
.cats__items {
	background: #fff;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
}
.cats__item {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cats__item-box {
	position: relative;
	transition: 300ms;
	padding: 20px 20px 25px 20px;
}
.cats__item-image {
	height: 100px;
	width: 100px;
	max-width: 100%;
	justify-content: center!important;
	align-items: center;
	margin: 0 auto;
}
.cats__item-image > img {
	max-width: 90%;
	max-height: 90%;
	object-fit: cover;
	display: block;
}
.cats__item-title {
	text-align: center;
	font-size: 14px;
	transition: 300ms;
	margin-top: 8px;
}
.cats__item-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.cats__item-box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
}
.cats__item-box:hover .cats__item-title {
	color: #008F86;
}
@media(max-width: 500px) {
	.cats__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.cats__item-image {
		height: 80px;
		width: 80px;
	}
	.cats__item-image > img {
		max-height: 80%;
	}
	.cats__item-box {
		padding: 15px;
	}
	.cats__item-title {
		font-size: 13px;
	}
}
.about__in {
	padding: 60px 0;
}
.about__col--1 {
	flex: 0 0 511px;
}
.about__col--2 {
	flex: 1;
	padding-left: 48px;
}
.about__logo img {
	width: 228px;
}
.about__logo {
	margin-bottom: 28px;
}
.about__title {
	font: 25px 'robotobold', sans-serif;
	margin-bottom: 16px;
}
.about__more {
	margin-top: 28px;
}
.about__more-btn {
	min-width: 255px;
}
.about__image img {
	width: 100%;
	display: block;
}
.product.last.mobile-display {
	line-height: normal!important;
	height: auto!important;
}
@media(max-width: 1200px) {
	.about__col--1 {
		flex: 0 0 400px;
	}
}
@media(max-width: 767px) {
	.about__row {
		flex-direction: column-reverse;
		gap: 30px 0;
	}
	.about__col {
		flex: 0 0 100%;
		width: 100%;
		padding: 0;
	}
}
@media(max-width: 500px) {
	.about {
		display: none;
	}
	.new-front-block-container {
		padding-bottom: 40px!important;
	}
	.new-front-block-container__left {
		display: flex;
		flex-direction: column;
	}
	.cats {
		order: 10;
	}
	.solo_advantages {
		order: 20;
	}
	#homeCatalog {
		order: 30;
	}
	#newsContainer .items {
		max-height: none!important;
	}
	#newsContainer .item,
	#homeCatalog .item {
		display: none!important;
	}
	#newsContainer .item:nth-child(-n+3),
	#homeCatalog .item:nth-child(-n+3) {
		display: block!important;
	}
	#priborika_btn_all_news {
		display: block!important;
	}
	div#homeCatalog {
		padding-bottom: 50px!important;
	}
	.mobile-display,
	#homeCatalog .item.last.mobile-display {
		display: block!important;
	}
	.desktop-display {
		display: none!important;
	}
	.new-front-block-container__right {
		margin: 0 12px!important;
	}
}
.xcopyright {
	opacity: 0.7;
}
@media(max-width: 500px) {
	.xcopyright {
		padding: 0 24px;
	}
}
.head {
	background: #fff;
	display: none;
	padding: 10px 12px 10px 1px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	z-index: 9999;
	width: 100%;
	transition: 300ms;
}
.head__mob-main svg path {
	fill: #000;
	stroke: #000;
}
.head__mob-main {
	width: 100%;
	align-items: center;
	gap: 10px;
	justify-content: flex-start!important;
}
.head__mob-col--3 {
	margin-left: auto;
}
.head__mob img {
	width: 158px;
	transform: translateY(3px);
}
.head_mob-call-btn {
	width: 47px;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.head__burger {
	width: 47px;
	height: 40px;
	align-items: center;
	justify-content: center!important;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
	transition: 300ms;
}
.head__mob-dropdown {
	background: #fbfbfb;
	width: 100%;
	height: auto;
	opacity: 0;
	overflow: auto;
	transition: 300ms;
	position: relative;
	position: absolute;
	width: 100%;
	top: 66px;
	bottom: 0;
	left: -100%;
	z-index: 500;
	padding: 25px 20px 120px 20px;
}
.head__burger-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center!important;
	transition: 400ms;
}
.head__burger-item--close {
	opacity: 0;
	transform: scale(0);
}
.body--mobile-open .head__burger-item--open {
	opacity: 0;
	transform: scale(0);
}
.body--mobile-open .head__burger-item--close {
	opacity: 1;
	transform: scale(1);
}
.body--mobile-open .head {
	background: #fff;
}
.body--mobile-open .head__mob-main {
	background: #fff;
}
.body--mobile-open .head__burger {
	background: #008F86;
}
.body--mobile-open .head__burger svg path {
	fill: #fff!important;
	stroke: #fff!important;
}
.body--mobile-open .head__mob-dropdown {
	height: calc(100vh - 80px);
	opacity: 1;
	left: 0;
}
.body--mobile-open .head__breadcrumbs {
	display: none;
}
.head__mmenu {
	margin: 0!important;
	padding: 0!important;
	margin-bottom: 30px;
}
.head__mmenu > li {
	list-style: none;
}
.head__mmenu > li:marker {
	display: none!important;
}
.head__mmenu-link {
	display: block;
	padding: 9px 0;
	font-size: 18px;
	color: #000;
	position: relative;
	text-decoration: none!important;
}
.head__mmenu-link:hover {
	color: #008F86!important;
}
.head__mcall .head_call-btn {
	width: 100%;
}
.head__mcontacts {
	margin-top: 39px;
}
.head__mcontacts .head__item {
	width: 100%;
	position: relative;
	margin: 0;
}
.head__mcontacts .head__item-arrow {
	display: none;
}
.head__mfooter {
	border-top: 1px solid #dcdcdc;
	margin: 20px -20px 0 -20px;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	gap: 25px;
}
.head__mfooter .head__item--phone {
	display: none;
}
.head__mfooter .head__items {
	justify-content: space-between;
}
.head__mfooter .head__item {
	margin: 0;
}
.head__mfooter .head__phone {
	font: 17px 'robotobold', sans-serif;
	display: grid;
	grid-template-columns: 100%;
	gap: 12px;
}
.head__mfooter .head__phone p {
	margin: 0!important;
}
.head__mfooter .head__phone a {
	text-decoration: none;
	color: #000;
}
.cartLabel.cart-top-new-inline .cart-top-new-inline-in:last-child {
	display: none!important;
}
.cartLabel.cart-top-new-inline .cart-top-new-inline-in:first-child {
	margin-top: 7px;
}
.cart .heading {
	width: auto!important;
}
.body--with-head-fix .head {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.27);
}
@media(max-width: 500px) {
	.head {
		display: block;
	}
	#headerTools .tools li {
		padding: 0 8px!important;
	}
	#headerTools .tools .compare, 
	#headerTools .tools .wishlist,
	#headerTools .telephone .callBack {
		display: block!important;
	}
	#headerTools {
		float: none!important;
		padding-right: 0!important;
		height: 70px!important;
	}
	#headerTools {
		zoom: 0.5;
	}
	.head__mob-main {
		gap: 4px;
	}
	#headerTools .tools .heading {
		background: none!important;
		border: none!important;
		height: 40px!important;
		width: 44px!important;
		padding: 0!important;
	}
	#flushTopCart {
		position: relative;
	}
	#headerTools .tools .active .icon {
		background: url(/bitrix/templates/dresscodeV2/themes/custom/images/cartHead.png) -44px 0 no-repeat transparent!important;
	}
	#flushTopCart .active + .nf {
		display: block!important;
		margin: 0!important;
		float: none!important;
	}
	#flushTopCart .active + .nf ins,
	#flushTopCart .active .count {
		padding: 0!important;
		width: 28px!important;
		height: 28px!important;
		line-height: 28px!important;
		background: #000!important;
		color: #fff!important;
		border-radius: 50px!important;
		position: absolute!important;
		top: -4px!important;
		right: -5px!important;
		font-size: 15px!important;
		font-weight: bold!important;
	}
	#headerTools .user .icon svg {
		width: 40px;
		height:  40px;
		display: block;
	}
	#headerTools .user .icon svg path {
		fill: #00C239;
	}
	.tools .telephone,
	.tools .search,
	.tools .user {
		filter: grayscale(80%);
	}
	#topHeader2,
	#subHeader2 {
		display: none!important;
	}
	.topmenu2-wrap {
		display: none!important;
	}
	.cart-top-new-inline-in {
		display: none!important;
	}
}
.del-text {
	font-style: italic;
	margin-top: 10px;
	display: none;
}
#news {
	position: sticky;
	top: 0;
}
@media(min-width: 1501px) {
	#catalogSection .sectionItems .item .itemContainer .sectionList .section {
		width: 50%!important;
	}
	#catalogSection .bigPicture {
		width: 300px!important;
	}
}
@media(max-width: 1500px) and (min-width: 1281px) {
	#catalogSection .bigPicture {
		width: 250px!important;
	}
	#catalogSection .sectionItems .item .itemContainer .sectionList .section {
		width: 50%!important;
	}
}
.imp .main-slider__tabs {
	display: none!important;
}
.table-base {
	border: 1px solid #008F86!important;
	border-bottom: none!important;
	border-right: none!important;
	width: calc(100% - 24px)!important;
	border-collase: collapse!important;
	border-spacing: 0!important;
	margin: 12px;
}
.table-base,
.table-base * {
	box-sizing: border-box!important;
}
.table-base th,
.table-base td {
	padding: 12px!important;
	text-align: left!important;
	border: none!important;
	border-bottom: 1px solid #008F86!important;
	border-right: 1px solid #008F86!important;
}
.table-base p:first-child {
	margin-top: 0!important;
}
.table-base p:last-child {
	margin-bottom: 0!important;
}
@media(max-width: 500px) {
	.table-base th,
	.table-base td {
		padding: 8px!important;
	}
}
.product--ratio_price .price,
.product--ratio_price .price * {
	color: #FE1A6A!important;
}
@media(max-width: 991px) {
	#footerBottom {
		line-height: 1.4!important;
		height: auto!important;
		padding: 15px 0!important;
	}
}
.head__mob .head__contacts-btn {
	min-width: 150px;
}