.product-page .product-page__main { gap: 30px; }
.product-page .product-page__main-right { width: 100%; }
@media (max-width: 1800px) {
	.info-baner .info-area {
		width: 30%;
		margin-bottom: 24px;
		margin-right: 20px;
	}
	.info-baner .info-area .info-item {
		margin-right: 0;
		padding: 45px 12px 45px 10px;
	}
	.info-baner .info-area p {
		font-size: 23px;
	}
	.info-baner .info-area span {
		/*font-size: 16px;*/
		/**/font-size: 12px;
		line-height: 20px;
	}
}
@media (max-width: 1500px) {
	.catbrend-area .category-but__submenu {
		max-height: 65vh;
	}
	.info-baner .info-area .info-item {
		/*padding: 30px 12px 30px 45px;*/
		/**/padding: 20px 12px 20px 12px;
	}
	.info-baner .info-area p {
		font-size: 16px;
	}
	.product-area .product-item .title-product {
		font-size: 14px;
		line-height: 1.2em;
		word-break: break-word;
	}
	footer .footer__secondary {
		flex-wrap: wrap;
	}
	footer .footer__logo {
		margin-bottom: 12px;
		width: 25%;
	}
	footer .footer__logo-text {
		width: 100%;
		margin-top: 12px;
	}
	footer .footer__company {
		width: 210px;
	}
	footer .footer__catalog {
		width: calc(100% - 593px);
	}
	footer .footer__catalog ul {
		height: 420px;
	}
	footer .footer__catalog ul li {
		width: 45%;
	}
	footer .footer__email {
		width: 16%;
		margin-bottom: 12px;
	}
	footer .footer__phone {
		width: 20%;
		margin-bottom: 12px;
	}
	footer .footer__address {
		width: 20%;
		margin-bottom: 12px;
	}
	footer .footer__market {
		margin-bottom: 12px;
	}
	footer .footer__inst {
		width: 16%;
		margin-bottom: 12px;
	}
	.product-page .product-thumbinal-area .align-self-center {
		width: 340px;
	}
	.product-page .product-page__image {
		width: 340px;
		height: 250px;
	}
}
@media (max-width: 1318px) {
	.product-page .product-thumbinal-area .align-self-start {
		width: 100%;
		margin-top: 6px;
	}
	.product-page .product-thumbinal-area .item-nav {
		margin-right: 6px;
	}
}
@media (max-width: 1300px) {
	.search-page .catalog-page .col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.product-area.catalog-page .col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.info-baner .info-area .info-item {
		/*padding: 30px 12px 30px 15px;*/
		/**/padding: 20px 10px 20px 10px;
	}
}
@media (max-width: 1200px) {
	.info-baner .info-area{
		width: 50%;
	}
	header .heiht-header {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 5px;
		top: 110px;
		z-index: 1000;
		background-color: #fff;
		width: 680px;
		margin: 0 auto;
		display: block;
	}
	header .top-menu--not-pc {
		display: inline-block!important;
	}
	.info-header .logo a {
		display: block;
		width: 24px;
		height: 24px;
	}
	.main-page__brands-wrapper {
		padding: 0;
	}
	footer .footer__secondary {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	footer .footer__logo-wrapper {
		flex-wrap: wrap;
	}
	footer .footer__logo {
		margin-bottom: 12px;
		width: 100%;
	}
	footer .footer__logo-text {
		width: 100%;
		margin-top: 12px;
	}
	footer .footer__company {
		width: 210px;
	}
	footer .footer__catalog {
		width: calc(100% - 593px);
	}
	footer .footer__catalog ul {
		height: 420px;
	}
	footer .footer__catalog ul li {
		width: 45%;
	}
	footer .footer__email {
		width: 30%;
		margin-bottom: 12px;
	}
	footer .footer__phone {
		width: 30%;
		margin-bottom: 12px;
		margin-right: 30%;
	}
	footer .footer__address {
		width: 30%;
		margin-bottom: 12px;
	}
	footer .footer__market {
		margin-bottom: 12px;
	}
	footer .footer__inst {
		width: 45%;
		margin-bottom: 12px;
	}
	.dropdown-menu__menu {
		max-height: 200px;
	}
	.catbrend-area .tab-area {
		width: 100%;
		left: 0;
	}
	.catbrend-area .category-but__menu .category-but__menu-left {
		max-height: 100%;
	}
	.catbrend-area .sub {
		max-height: 100%;
		padding-right: 15px;
	}
	.dnonetab,
	.hiden-step.active {
		display: none !important;
	}
	.fixedmenu {
		min-height: 165px;
	}
	.breadcum {
		position: relative;
		top: 0;
		left: 0;
	}
	.breadcum ul {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 4px;
		flex-wrap: wrap;
	}
	.breadcum ul li:nth-last-child(2) {
		display: block;
		padding-left: 0px;
	}
	.breadcum ul li:nth-last-child(2)::before {
		display: none;
	}
	.breadcum ul li:nth-last-child(2):after {
		right: initial;
		content: "";
		display: block;
		position: absolute;
		width: 5px;
		height: 10px;
		background: url(../img/right_bred.png) no-repeat;
		background-size: 100% 100%;
		top: 50%;
		transform: translateY(-50%);
		right: 7px;
	}
	.breadcum ul li a {
		font-size: 14px;
		line-height: 14px;
	}
	.zakaz-full .info-for-orders .mw {
		min-width: 180px;
	}
	.zakaz-full .info-for-orders .suuma {
		padding-left: 30px;
	}
	.catbrend-area .category-sidebar li .sub-menuleft {
		right: 65px;
		transform: translateX(0);
	}
	.product-standart .tab-block .shop-item__map {
		width: 100%;
	}
	.fixcatproduct .product .old-prise-bonus {
		text-align: justify;
		padding: 0 10px;
	}
	.fixed-top {
		background: #fff;
		position: fixed;
		left: 0;
		z-index: 19;
		right: 0;
		top: 0;
	}
	.f-nav {
		background: #fff;
		position: fixed;
		left: 0;
		z-index: 19;
		right: 0;
		top: 0;
		padding: 5px 0 10px;
	}
	.modal-windows {
		top: 35px;
	}
	.dnotepc {
		display: block;
	}
	.order-final {
		display: none;
	}
	.order-final.active {
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.mbmd-0 {
		margin-bottom: 0;
	}
	.mt-md-20 {
		margin-top: 20px;
	}
	.fixwight {
		text-align: center;
		margin-bottom: 45px;
	}
	.fixwight .blue-button {
		max-width: 140px;
		cursor: pointer;
		outline: 0;
		border: 0;
	}
	.container-sersh {
		position: relative;
		max-width: 100%;
		width: 100%;
		z-index: 2;
		display: none;
		background-color: #f5f5f5;
	}
	.container-sersh .searsh {
		position: absolute;
		padding: 20px;
		max-width: 100%;
		width: 100%;
		left: 0;
		left: 0;
		background-color: #f5f5f5;
	}
	.container-sersh .searsh .area-sersh {
		background-color: #f5f5f5;
	}
	.container-sersh .searsh .button-sersh {
		top: 12px;
		right: 17px;
	}
	.oformlenia-zakaza .part .form-areap-col .pafix.mob {
		padding-left: 0;
	}
	.container {
		max-width: 720px !important;
	}
	.info-baner .info-area {
		display: block;
		margin: 0 auto;
	}
	.info-baner .info-area .info-item {
		margin-right: 0;
		margin-top: 17px;
	}
	.catbrend-area .nav-catbrend li.active:after {
		bottom: -189px;
		border: 172px solid transparent;
	}
	.leftimg,
	.rightimg {
		float: none;
	}
	.fast-cart .delete-item {
		display: block!important;
	}
	.fast-cart .but-vish-compare .area-for-mob-vc {
		display: none;
	}
	.fast-cart .product img {
		padding-right: 20px;
	}
	.fast-cart .product .name {
		margin-bottom: 5px;
	}
	.addmt150 {
		margin-top: 50px;
	}
	.brend-subkat .product-item {
		border: 0;
		padding: 0;
	}
	.brend-subkat .product-item .title-product {
		text-align: left;
		margin-bottom: 10px;
		font-size: 26px;
	}
	.brend-subkat .product-item li {
		margin-bottom: 10px;
		width: 100%;
		display: table;
	}
	.brend-subkat .product-item li .dnotepc {
		display: table-cell;
		vertical-align: middle;
	}
	.brend-subkat .product-item li a {
		display: table-cell;
		vertical-align: middle;
		width: 85%;
	}
	.catalog-brend .title-all-brend {
		margin-bottom: 0;
	}
	.info-header .height-info-header {
		min-height: 44px!important;
		padding-top: 10px;
	}
	.info-header .logo {
		margin-top: 0 !important;
		width: 24px;
		height: 24px;
		display: inline-block;
		margin-right: 0;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0014 0C13.8427 0.00108758 15.6591 0.425629 17.3102 1.2408C18.9612 2.05598 20.4027 3.23994 21.5231 4.70115C22.6435 6.16237 23.4129 7.86168 23.7717 9.66771C24.1305 11.4737 24.0692 13.3381 23.5924 15.1166H0.41033C-0.0664267 13.3381 -0.127769 11.4737 0.231048 9.66771C0.589865 7.86168 1.35923 6.16237 2.47965 4.70115C3.60007 3.23994 5.04153 2.05598 6.69259 1.2408C8.34364 0.425629 10.1601 0.00108758 12.0014 0Z' fill='%23325AFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1262 16.5018C22.2289 18.7172 20.6906 20.6143 18.7084 21.9501C16.7262 23.2859 14.3903 23.9995 12 23.9995C9.60972 23.9995 7.27385 23.2859 5.29164 21.9501C3.30942 20.6143 1.77112 18.7172 0.873779 16.5018H23.1262Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	}
	.info-header .logo img{
		display: none;
	}
	.info-header .mob-menu {
		width: 20px;
		height: 14px;
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H20V2.22222H0V0ZM0 5.55556H20V7.77778H0V5.55556ZM0 11.1111H20V13.3333H0V11.1111Z' fill='%23333333'/%3E%3C/svg%3E%0A");
		display: inline-block;
		margin-right: 20px;
		margin-left: 10px;
	}
	.header__controls {
		margin-top: 0;
	}
	.header__contacts {
		display: none;
	}
	.header__search {
		position: absolute;
		top: 63px;
		width: calc(100% - 60px);
		margin: 0;
		left: 30px;
	}
	.header__catalog {
		padding-top: 60px;
	}
	.f-nav .header__catalog {
		position: relative;
		top: 0;
		padding-top: 60px;
		display: none;
	}
	.f-nav .header__search {
		position: absolute;
		margin-left: 0;
		display: none;
	}
	.info-header .order-nav-area .shop-car .number-item-order {
		display: none;
	}
	.info-header .order-nav-area .sersh-button {
		width: 24px;
		height: 24px;
		display: inline-block;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5691 0C4.74145 0 0 4.74145 0 10.5691C0 16.3971 4.74145 21.1382 10.5691 21.1382C16.3971 21.1382 21.1382 16.3971 21.1382 10.5691C21.1382 4.74145 16.3971 0 10.5691 0ZM10.5691 19.187C5.81723 19.187 1.95122 15.321 1.95122 10.5691C1.95122 5.81728 5.81723 1.95122 10.5691 1.95122C15.321 1.95122 19.187 5.81723 19.187 10.5691C19.187 15.321 15.321 19.187 10.5691 19.187Z' fill='%23325AFF'/%3E%3Cpath d='M23.7141 22.3345L18.1206 16.741C17.7395 16.3599 17.1222 16.3599 16.7411 16.741C16.3599 17.1218 16.3599 17.7398 16.7411 18.1206L22.3346 23.7141C22.5251 23.9046 22.7746 23.9999 23.0243 23.9999C23.2738 23.9999 23.5235 23.9046 23.7141 23.7141C24.0953 23.3333 24.0953 22.7154 23.7141 22.3345Z' fill='%23325AFF'/%3E%3C/svg%3E%0A");
		margin-right: 20px;
	}
	.info-header .order-nav-area .phone-button {
		width: 24px;
		height: 24px;
		display: inline-block;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9501 14.9705C18.4588 14.4554 17.8661 14.1799 17.238 14.1799C16.615 14.1799 16.0173 14.4503 15.5057 14.9654L13.905 16.5721C13.7733 16.5007 13.6416 16.4344 13.515 16.3681C13.3326 16.2763 13.1604 16.1895 13.0135 16.0977C11.5142 15.1388 10.1516 13.8892 8.84471 12.2723C8.21154 11.4664 7.78605 10.788 7.47706 10.0995C7.89242 9.71693 8.27739 9.31909 8.65222 8.93654C8.79405 8.79373 8.93588 8.64581 9.07771 8.50299C10.1414 7.43188 10.1414 6.04452 9.07771 4.9734L7.69487 3.58095C7.53784 3.42283 7.37575 3.25961 7.22379 3.09639C6.91987 2.78016 6.60075 2.45372 6.2715 2.14769C5.78016 1.65803 5.19258 1.3979 4.57461 1.3979C3.95663 1.3979 3.35892 1.65803 2.85238 2.14769C2.84732 2.15279 2.84732 2.15279 2.84225 2.15789L1.12003 3.90738C0.471661 4.56026 0.101889 5.35595 0.0208432 6.27915C-0.100726 7.76851 0.334896 9.15587 0.66921 10.0638C1.4898 12.2927 2.71562 14.3584 4.54421 16.5721C6.76284 19.2397 9.43229 21.3462 12.4816 22.8305C13.6467 23.3865 15.2017 24.0444 16.9392 24.1566C17.0455 24.1617 17.157 24.1668 17.2583 24.1668C18.4284 24.1668 19.4111 23.7435 20.181 22.9019C20.1861 22.8917 20.1962 22.8866 20.2013 22.8764C20.4647 22.5551 20.7686 22.2643 21.0877 21.9532C21.3055 21.7441 21.5284 21.5247 21.7462 21.2952C22.2477 20.7699 22.5111 20.1578 22.5111 19.5304C22.5111 18.898 22.2426 18.291 21.731 17.7809L18.9501 14.9705ZM20.7635 20.3414C20.7584 20.3414 20.7584 20.3465 20.7635 20.3414C20.566 20.5556 20.3633 20.7495 20.1455 20.9637C19.8163 21.2799 19.482 21.6115 19.1679 21.9838C18.6563 22.5347 18.0535 22.7948 17.2633 22.7948C17.1874 22.7948 17.1063 22.7948 17.0303 22.7897C15.5259 22.6928 14.1279 22.1011 13.0794 21.5962C10.2124 20.1986 7.69487 18.2145 5.60287 15.6999C3.87559 13.6036 2.72068 11.6653 1.95581 9.58432C1.48473 8.31427 1.31251 7.32476 1.38849 6.39136C1.43915 5.79459 1.66709 5.29984 2.08751 4.87649L3.8148 3.1372C4.063 2.90257 4.3264 2.77506 4.58474 2.77506C4.90385 2.77506 5.16219 2.96888 5.32428 3.1321C5.32935 3.1372 5.33441 3.1423 5.33948 3.1474C5.64846 3.43813 5.94225 3.73907 6.25124 4.0604C6.40827 4.22362 6.57036 4.38684 6.73245 4.55516L8.1153 5.94761C8.65222 6.48827 8.65222 6.98813 8.1153 7.52879C7.9684 7.6767 7.82657 7.82462 7.67967 7.96743C7.25418 8.40608 6.84895 8.81413 6.40827 9.21197C6.39814 9.22218 6.38801 9.22728 6.38294 9.23748C5.94732 9.67613 6.02837 10.1046 6.11954 10.3953C6.12461 10.4106 6.12967 10.4259 6.13474 10.4412C6.49438 11.3185 7.00092 12.1448 7.77085 13.1292L7.77592 13.1343C9.17396 14.8685 10.648 16.2202 12.274 17.2556C12.4816 17.3882 12.6944 17.4953 12.897 17.5973C13.0794 17.6891 13.2516 17.7758 13.3985 17.8676C13.4187 17.8778 13.439 17.8931 13.4593 17.9033C13.6315 17.9901 13.7936 18.0309 13.9607 18.0309C14.3812 18.0309 14.6446 17.7656 14.7307 17.6789L16.463 15.9345C16.6352 15.7611 16.9088 15.552 17.2279 15.552C17.5419 15.552 17.8003 15.7509 17.9573 15.9243C17.9624 15.9294 17.9624 15.9294 17.9674 15.9345L20.7584 18.7449C21.2802 19.2652 21.2802 19.8008 20.7635 20.3414Z' fill='%23325AFF'/%3E%3Cpath d='M12.9526 5.74867C14.2798 5.97309 15.4853 6.60556 16.4477 7.57467C17.4102 8.54378 18.0332 9.75771 18.2611 11.0941C18.3169 11.4307 18.6056 11.6653 18.9348 11.6653C18.9754 11.6653 19.0108 11.6602 19.0513 11.6551C19.4262 11.5939 19.6744 11.2369 19.6136 10.8594C19.3401 9.24255 18.5803 7.76849 17.4203 6.60046C16.2603 5.43243 14.7964 4.66735 13.1907 4.39192C12.8159 4.33071 12.4664 4.58064 12.4005 4.95298C12.3347 5.32532 12.5778 5.68746 12.9526 5.74867Z' fill='%23325AFF'/%3E%3Cpath d='M23.9546 10.6605C23.5038 7.99798 22.2577 5.57521 20.343 3.6472C18.4283 1.71919 16.0223 0.464448 13.3781 0.0104977C13.0084 -0.0558096 12.6589 0.199219 12.593 0.57156C12.5322 0.949001 12.7804 1.30094 13.1553 1.36725C15.5157 1.77019 17.6685 2.89742 19.3806 4.61631C21.0927 6.3403 22.2071 8.50804 22.6072 10.8849C22.663 11.2215 22.9517 11.4562 23.2809 11.4562C23.3215 11.4562 23.3569 11.4511 23.3974 11.446C23.7672 11.3899 24.0205 11.0328 23.9546 10.6605Z' fill='%23325AFF'/%3E%3C/svg%3E%0A");
		margin-right: 20px;
	}
	.info-header .order-nav-area .profile-button {
		width: 24px;
		height: 24px;
		display: inline-block;
		background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1C6.3832 1 1 6.3832 1 13C1 15.898 2.0328 18.5592 3.7496 20.6352C3.754 20.6412 3.7544 20.6488 3.7592 20.6544C4.9988 22.1492 6.5556 23.2952 8.2904 24.0356C8.3104 24.044 8.33 24.0532 8.35 24.0616C8.4904 24.1208 8.6324 24.1756 8.7748 24.2292C8.8308 24.2504 8.8868 24.272 8.9436 24.2924C9.0664 24.3364 9.19 24.378 9.3144 24.418C9.394 24.4436 9.4736 24.4688 9.554 24.4928C9.664 24.5256 9.7744 24.5572 9.8856 24.5872C9.9832 24.6136 10.0816 24.638 10.18 24.6616C10.2796 24.6856 10.3796 24.7096 10.48 24.7308C10.592 24.7548 10.7052 24.776 10.8188 24.7968C10.91 24.8136 11.0008 24.8312 11.0928 24.846C11.2188 24.8664 11.3456 24.8824 11.4728 24.8988C11.5548 24.9092 11.6364 24.9212 11.7188 24.93C11.8628 24.9452 12.008 24.956 12.1536 24.966C12.2212 24.9708 12.2884 24.978 12.3564 24.9816C12.5688 24.9936 12.7836 25 13 25C13.2164 25 13.4312 24.9936 13.6444 24.9824C13.7124 24.9788 13.7796 24.9716 13.8472 24.9668C13.9928 24.9564 14.138 24.946 14.282 24.9308C14.3644 24.922 14.446 24.91 14.528 24.8996C14.6552 24.8832 14.782 24.8672 14.908 24.8468C14.9996 24.832 15.0908 24.8144 15.182 24.7976C15.2952 24.7768 15.4084 24.7556 15.5208 24.7316C15.6212 24.71 15.7208 24.6864 15.8208 24.6624C15.9192 24.6384 16.0176 24.614 16.1152 24.588C16.2264 24.5584 16.3368 24.5264 16.4468 24.4936C16.5272 24.4696 16.6068 24.4444 16.6864 24.4188C16.8108 24.3788 16.9344 24.3372 17.0572 24.2932C17.1136 24.2728 17.1696 24.2512 17.226 24.23C17.3688 24.1764 17.5104 24.1212 17.6508 24.0624C17.6708 24.054 17.6904 24.0448 17.7104 24.0364C19.4448 23.296 21.002 22.15 22.2416 20.6552C22.2464 20.6496 22.2468 20.6416 22.2512 20.636C23.9672 18.5592 25 15.898 25 13C25 6.3832 19.6168 1 13 1ZM17.8628 23.088C17.8568 23.0908 17.8512 23.094 17.8452 23.0968C17.7024 23.1656 17.5572 23.2304 17.4108 23.2936C17.3776 23.3076 17.3448 23.322 17.3116 23.336C17.1836 23.3896 17.054 23.4404 16.9236 23.4892C16.8692 23.5096 16.8148 23.5296 16.76 23.5488C16.6444 23.59 16.5284 23.6296 16.4112 23.6672C16.3384 23.6904 16.2652 23.7124 16.192 23.734C16.088 23.7652 15.9836 23.7952 15.878 23.8232C15.7892 23.8468 15.6996 23.8684 15.61 23.8896C15.516 23.912 15.4224 23.9348 15.3276 23.9548C15.224 23.9768 15.1196 23.9956 15.0156 24.0144C14.9312 24.03 14.8472 24.0464 14.762 24.06C14.6448 24.0784 14.5264 24.0932 14.4084 24.108C14.3336 24.1176 14.2592 24.1288 14.1836 24.1368C14.0488 24.1512 13.9128 24.1604 13.7772 24.17C13.7168 24.174 13.6568 24.1808 13.5956 24.184C13.3976 24.1944 13.1992 24.2 13 24.2C12.8008 24.2 12.6024 24.1944 12.4048 24.184C12.344 24.1808 12.284 24.1744 12.2232 24.17C12.0872 24.1608 11.9516 24.1512 11.8168 24.1368C11.7412 24.1288 11.6668 24.1176 11.592 24.108C11.474 24.0932 11.3556 24.0784 11.2384 24.06C11.1532 24.0464 11.0692 24.03 10.9848 24.0144C10.8804 23.9956 10.776 23.9764 10.6728 23.9548C10.578 23.9348 10.484 23.912 10.3904 23.8896C10.3008 23.868 10.2112 23.8468 10.1224 23.8232C10.0172 23.7952 9.9124 23.7648 9.8084 23.734C9.7352 23.7124 9.662 23.6904 9.5892 23.6672C9.472 23.6296 9.3556 23.59 9.2404 23.5488C9.1856 23.5292 9.1312 23.5092 9.0768 23.4892C8.9464 23.4404 8.8168 23.3896 8.6888 23.336C8.6556 23.3224 8.6232 23.308 8.59 23.294C8.4436 23.2312 8.2984 23.166 8.1552 23.0972C8.1492 23.0944 8.1436 23.0916 8.1376 23.0884C6.742 22.4132 5.5092 21.4548 4.5088 20.2908C5.282 17.4436 7.4708 15.1484 10.2868 14.2352C10.3424 14.2692 10.4004 14.2996 10.4576 14.3316C10.4912 14.3504 10.5244 14.3704 10.5584 14.3884C10.6776 14.4516 10.7984 14.5108 10.922 14.564C11.0168 14.6056 11.1148 14.6408 11.2124 14.6768C11.2316 14.6836 11.2508 14.6912 11.27 14.698C11.8124 14.89 12.3928 15 13 15C13.6072 15 14.1876 14.89 14.7296 14.698C14.7488 14.6912 14.768 14.6836 14.7872 14.6768C14.8848 14.6408 14.9828 14.6056 15.0776 14.564C15.2012 14.5108 15.322 14.4516 15.4412 14.3884C15.4752 14.37 15.5084 14.3504 15.542 14.3316C15.5992 14.2996 15.6576 14.2692 15.7136 14.2348C18.5296 15.1484 20.718 17.4436 21.4916 20.2904C20.4912 21.454 19.2584 22.4124 17.8628 23.088ZM8.6 9.8C8.6 7.374 10.574 5.4 13 5.4C15.426 5.4 17.4 7.374 17.4 9.8C17.4 11.3432 16.5996 12.7012 15.3936 13.4868C15.236 13.5892 15.072 13.6808 14.9036 13.7608C14.8836 13.7704 14.864 13.7804 14.844 13.7896C13.6856 14.3164 12.3144 14.3164 11.156 13.7896C11.136 13.7804 11.116 13.7704 11.0964 13.7608C10.9276 13.6808 10.764 13.5892 10.6064 13.4868C9.4004 12.7012 8.6 11.3432 8.6 9.8ZM22.0916 19.5292C21.1848 16.8516 19.116 14.6876 16.4728 13.6596C17.53 12.7072 18.2 11.332 18.2 9.8C18.2 6.9328 15.8672 4.6 13 4.6C10.1328 4.6 7.8 6.9328 7.8 9.8C7.8 11.332 8.47 12.7072 9.5276 13.6596C6.8844 14.688 4.8156 16.8516 3.9088 19.5292C2.5836 17.6896 1.8 15.4352 1.8 13C1.8 6.8244 6.8244 1.8 13 1.8C19.1756 1.8 24.2 6.8244 24.2 13C24.2 15.4352 23.4164 17.6896 22.0916 19.5292Z' fill='%23325AFF' stroke='%23325AFF'/%3E%3C/svg%3E%0A");
		margin-right: 20px;
		position: relative;
		background-size: contain;
	}
	.fix-title-filter-mob {
		display: block;
		background-color: #f2f2f2;
		color: #010101;
		font-family: Roboto;
		font-size: 18px;
		padding: 15px 50px;
		font-weight: 700;
		line-height: 22px;
		margin: 0 auto 20px;
		width: 100%;
		text-align: center;
		cursor: pointer;
		max-width: 300px;
	}
	.filter-full {
		position: fixed;
		top: 15px;
		bottom: 15px;
		display: none;
		left: 0;
		background: #fff;
		z-index: 9999;
		border-radius: 0 10px 10px 0;
	}
	.filter-full .title-filter {
		display: none;
		max-width: 320px;
	}
	.filter-full .closed-but {
		display: block;
		height: 52px;
		border: 1px solid #e6e6e6;
		margin-bottom: 20px;
	}
	.filter-full .closed-but .closed {
		width: 22px;
		height: 22px;
		display: block;
		position: absolute;
		background: url(../img/menu-top/closed.png);
		background-size: 100% 100%;
		top: 19px;
		right: 19px;
	}
	footer .logo-footer {
		width: 136px;
		height: 38px;
	}
	footer p {
		font-size: 11px;
		line-height: 16px;
	}
	footer .list-footer ul li a {
		font-size: 11px;
		line-height: 16px;
	}
	footer .social li {
		margin-right: 6px;
	}
	footer .social li .fb,
	footer .social li .vk,
	footer .social li .yt,
	footer .social li .is {
		width: 40px;
		height: 40px;
	}
	footer .footer-menu li a {
		font-size: 11px;
		line-height: 16px;
	}
	footer .pay-metod {
		padding-left: 0;
	}
	footer .pay-metod li {
		width: 82px;
		height: 51px;
		margin-right: 2px;
	}
	footer .pay-metod li object {
		width: 100%;
	}
	footer .map-adres:before {
		top: 2px;
	}
	footer .yandex-marcet {
		text-align: left;
		margin-top: 18px;
	}
	footer .yandex-bot {
		align-self: flex-end !important;
	}
	.product-standart .tab-block .tex-des li {
		width: calc(50% - 5px);
	}
	header {
		width: 385px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 30;
		display: none;
	}
	header .container {
		width: 100%;
	}
	header .top-menu .dnotepc {
		display: block;
	}
	header .local-pod {
		background-color: #fff;
		width: 100%;
		margin-left: 2px;
		height: 35px;
		margin-top: 29px;
	}
	header .closed {
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='13' y='13' width='14' height='14'%3E%3Cpath d='M27 14.41L25.59 13L20 18.59L14.41 13L13 14.41L18.59 20L13 25.59L14.41 27L20 21.41L25.59 27L27 25.59L21.41 20L27 14.41Z' fill='%235F5F5F'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect width='40' height='40' fill='%235F5F5F'/%3E%3C/g%3E%3C/svg%3E%0A");
		top: 4px;
		left: 0px;
	}
	header .heiht-header--fixed {
		top: 58px;
	}
	header .heiht-header--fixed .local-pod .closed {
		top: -45px;
	}
	header .local-pod .local {
		color: #000;
		margin-top: 0;
	}
	header .top-menu {
		margin-top: 20px;
		padding-bottom: 5px;
	}
	header .top-menu li {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	header .top-menu li:last-of-type {
		margin-bottom: 0;
	}
	header .top-menu li a {
		position: relative;
		padding-left: 12px;
		font-weight: 500;
		font-size: 13px;
		line-height: 13px;
		text-transform: uppercase;
		width: 100%;
		display: block;
	}
	.dropdown-menu__title:before {
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.06039 7.07988C8.97987 7.18637 8.97986 7.35906 9.06041 7.46557L10.9768 9.99994L9.06039 12.5344C8.97987 12.6409 8.97986 12.8136 9.06041 12.9201C9.14094 13.0266 9.27151 13.0266 9.35204 12.9201L11.4142 10.1928C11.4529 10.1416 11.4746 10.0723 11.4746 9.99994C11.4746 9.92761 11.4529 9.85823 11.4142 9.8071L9.35203 7.0799C9.27151 6.97337 9.14093 6.97337 9.06039 7.07988Z' fill='%23325AFF' stroke='%23325AFF'/%3E%3Ccircle cx='10' cy='10' r='9.5' transform='rotate(-90 10 10)' stroke='%23325AFF'/%3E%3C/svg%3E%0A");
		width: 20px;
		height: 20px;
		right: 16px;
		top: -4px;
	}
	.dropdown-menu__menu {
		position: relative;
		top: 0;
		left: 0;
		border: 0;
		background: transparent;
		margin-top: 11px;
	}
	.dropdown-menu__menu li {
		margin-bottom: 0!important;
	}
	header .phone-pod .header__contacts {
		display: block;
		text-align: left;
		padding-left: 2px;
		padding-top: 3px;
		margin: 0;
	}
	.content .product-section .slider-product .product .product__btn-get-discount {
		padding: 13px 10px 13px 10px;
	}
	/*header .top-menu li:nth-child(1) a:before {*/
	/*	content: "";*/
	/*	width: 16px;*/
	/*	height: 16px;*/
	/*	display: block;*/
	/*	position: absolute;*/
	/*	background: url(../img/menu-top/brend.png);*/
	/*	background-size: 100% 100%;*/
	/*	top: 50%;*/
	/*	transform: translateY(-50%);*/
	/*}*/
	/*header .top-menu li:nth-child(2) a:before {*/
	/*	content: "";*/
	/*	width: 14px;*/
	/*	height: 14px;*/
	/*	display: block;*/
	/*	position: absolute;*/
	/*	background: url(../img/menu-top/o_proekte.png);*/
	/*	background-size: 100% 100%;*/
	/*	top: 50%;*/
	/*	transform: translateY(-50%);*/
	/*}*/
	/*header .top-menu li:nth-child(3) a:before {*/
	/*	content: "";*/
	/*	width: 19px;*/
	/*	height: 11px;*/
	/*	display: block;*/
	/*	position: absolute;*/
	/*	background: url(../img/menu-top/delivery.png);*/
	/*	background-size: 100% 100%;*/
	/*	top: 50%;*/
	/*	transform: translateY(-50%);*/
	/*}*/
	/*header .top-menu li:nth-child(4) a:before {*/
	/*	content: "";*/
	/*	width: 13px;*/
	/*	height: 15px;*/
	/*	display: block;*/
	/*	position: absolute;*/
	/*	background: url(../img/menu-top/uslygi.png);*/
	/*	background-size: 100% 100%;*/
	/*	top: 50%;*/
	/*	transform: translateY(-50%);*/
	/*}*/
	/*header .top-menu li:nth-child(5) a:before {*/
	/*	content: "";*/
	/*	width: 16px;*/
	/*	height: 16px;*/
	/*	display: block;*/
	/*	position: absolute;*/
	/*	background: url(../img/menu-top/kont.png);*/
	/*	background-size: 100% 100%;*/
	/*	top: 50%;*/
	/*	transform: translateY(-50%);*/
	/*}*/
	header .login-link-pod {
		height: 62px;
		width: 100%;
		border-bottom: 1px solid #d6d6d6;
		background-color: #fff;
	}
	header .login-link-pod .login-link {
		text-align: left;
		margin-top: -4px;
		margin-left: 13px;
		position: relative;
	}
	header .login-link-pod .login-link li:first-of-type{
		margin-left: 17px;
	}
	header .login-link li {
		display: block;
		margin-bottom: 13px;
	}
	header .login-link-pod .login-link li a {
		color: #000;
	}
	header .login-link-pod .login-link li:first-child:after {
		display: none;
	}
	.header__menu-logo-wrap {
		display: flex;
		justify-content: space-between;
	}
	.header__menu-logo-wrap .phone-pod {
		margin-right: 12px;
		margin-top: 20px;
		padding-top: 0 !important;
		border-top: none;
	}
	header .header__menu-logo {
		width: 123px;
		margin-left: 12px;
		margin-top: 20px;
		margin-bottom: 24px;
	}
	header .cart-pod {
		background-color: #fff;
		margin-top: 3px;
	}
	header .cart-pod .link-car-pod {
		color: #000;
		font-size: 13px;
		font-weight: 400;
		position: relative;
		display: inline-block;
		padding-left: 44px;
		height: 35px;
		position: relative;
		margin-left: -9px;
	}
	header .cart-pod .link-car-pod > div {
		min-width: 16px;
		height: 16px;
		border-radius: 14px;
		background: #EC6608;
		color: #fff;
		font-size: 8px;
		padding-top: 0;
		position: absolute;
		left: 27px;
		top: -11px;
		text-align: center;
	}
	header .cart-pod #compare_m.link-car-pod {
		margin-bottom: 5px;
	}
	header .cart-pod #compare_m.link-car-pod:first-of-type:before {
		content: "";
		display: block;
		position: absolute;
		left: 10px;
		top: -6px;
		width: 24px;
		height: 24px;
		background-size: contain;
		background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.65' y='10.65' width='4.7' height='10.7' rx='1.35' stroke='%23325AFF' stroke-width='1.3'/%3E%3Crect x='8.65' y='4.65' width='4.7' height='16.7' rx='1.35' stroke='%23325AFF' stroke-width='1.3'/%3E%3Crect x='16.65' y='0.65' width='4.7' height='20.7' rx='1.35' stroke='%23325AFF' stroke-width='1.3'/%3E%3C/svg%3E%0A");
	}
	header .cart-pod .link-car-pod:last-of-type:before {
		content: "";
		display: block;
		position: absolute;
		left: 10px;
		top: -6px;
		width: 24px;
		height: 24px;
		background-size: contain;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0859 0.9375C15.2126 0.9375 13.363 1.69354 12.0002 2.98993C10.6371 1.69354 8.7876 0.9375 6.91406 0.9375C3.03699 0.9375 0 3.97449 0 7.85156C0 12.3831 5.22363 17.3712 11.5344 22.9517C11.6673 23.0693 11.8337 23.1281 12.0002 23.1281C12.1666 23.1281 12.3329 23.0693 12.466 22.9515C18.7764 17.3708 24 12.3827 24 7.85156C24 3.97449 20.963 0.9375 17.0859 0.9375ZM12.0002 21.4856C6.362 16.4804 1.40625 11.6865 1.40625 7.85156C1.40625 4.76312 3.82562 2.34375 6.91406 2.34375C8.61255 2.34375 10.3557 3.15729 11.4633 4.46686C11.5968 4.62488 11.7933 4.71588 12.0002 4.71588C12.2071 4.71588 12.4034 4.62488 12.537 4.46686C13.6445 3.15729 15.3876 2.34375 17.0859 2.34375C20.1744 2.34375 22.5938 4.76312 22.5938 7.85156C22.5938 11.6862 17.6382 16.4802 12.0002 21.4856Z' fill='%23325AFF'/%3E%3C/svg%3E%0A");
	}
	header .cart-pod .link-car-pod .shop-car {
		width: 31px;
		height: 24px;
		cursor: pointer;
		position: absolute;
		bottom: 14px;
		right: -40px;
	}
	header .cart-pod .link-car-pod .shop-car .car-img {
		width: 31px;
		height: 24px;
		position: absolute;
		background: url(../img/cart.svg) no-repeat;
		z-index: 2;
	}
	header .cart-pod .link-car-pod .shop-car .number-item-order {
		width: 28px;
		height: 28px;
		line-height: 28px;
		left: 20px;
		border-radius: 14px;
		text-align: center;
		background-color: #ffc000;
		color: #000;
		font-family: Roboto;
		font-size: 14px;
		position: absolute;
		z-index: 1;
		bottom: 10px;
	}
	header .phone-pod {
		border-top: 1px solid #d6d6d6;
	}
	header .phone-pod .link-email {
		font-size: 12px;
		color: #9E9E9E;
		display: block;
	}
	header .phone-pod .phone {
		font-weight: bold;
		font-size: 18px;
		color: #325AFF;
		display: block;
		margin-top: 5px;
	}
	header .phone-pod .order-call {
		font-size: 13px;
		color: #000000;
		display: block;
		margin-top: 10px;
	}
	/*header .phone-pod .phone:before {*/
	/*	content: "";*/
	/*	width: 28px;*/
	/*	height: 28px;*/
	/*	display: block;*/
	/*	position: absolute;*/
	/*	background: url(../img/phone-b.png) no-repeat;*/
	/*	top: 50%;*/
	/*	transform: translateY(-50%);*/
	/*}*/
	.catbrend-area .nav-catbrend li.category-but {
		background: #325AFF;
		border-radius: 10px;
		color: #fff;
		padding: 10px 15px 8px 55px!important;
		text-align: center!important;
		overflow: hidden;
		width: calc(50% - 10px);
		text-align: center;
	}
	.catbrend-area .nav-catbrend li.category-but:before {
		content: '';
		width: 40px;
		height: 35px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.787 0.21965C15.503 -0.0732 15.0425 -0.07325 14.7585 0.2197L8.00017 7.18935L1.24153 0.21965C0.957552 -0.0732 0.497043 -0.07325 0.213018 0.2197C-0.0710061 0.5126 -0.0710061 0.98745 0.213018 1.28035L7.48594 8.78035C7.62233 8.921 7.8073 9 8.00017 9C8.19304 9 8.37806 8.92095 8.5144 8.7803L15.7869 1.2803C16.071 0.98745 16.071 0.51255 15.787 0.21965Z' fill='white'/%3E%3C/svg%3E%0A");
		background-position: center;
		background-repeat: no-repeat;
	}
	.catbrend-area .nav-catbrend li.brend-but {
		background: #325AFF;
		border-radius: 10px;
		color: #fff;
		padding: 10px 55px 8px 15px!important;
		text-align: center!important;
		overflow: hidden;
		width: calc(50% - 10px);
		text-align: center;
	}
	.catbrend-area .nav-catbrend li a {
		color: #fff
	}
	.catbrend-area .nav-catbrend li.brend-but:before {
		content: '';
		width: 40px;
		height: 36px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		background-color: #000;
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.787 0.21965C15.503 -0.0732 15.0425 -0.07325 14.7585 0.2197L8.00017 7.18935L1.24153 0.21965C0.957552 -0.0732 0.497043 -0.07325 0.213018 0.2197C-0.0710061 0.5126 -0.0710061 0.98745 0.213018 1.28035L7.48594 8.78035C7.62233 8.921 7.8073 9 8.00017 9C8.19304 9 8.37806 8.92095 8.5144 8.7803L15.7869 1.2803C16.071 0.98745 16.071 0.51255 15.787 0.21965Z' fill='white'/%3E%3C/svg%3E%0A");
		background-position: center;
		background-repeat: no-repeat;
	}
	.catbrend-area .nav-catbrend li.category-but.active:before,
	.catbrend-area .nav-catbrend li.brend-but.active:before {
		transform: rotate(180deg);
	}
	.catbrend-area .tab-area .tab.active:before {
		width: 200vw;
		left: -50vw;
	}
	.catbrend-area .catbrend-area__title {
		font-size: 13px;
		margin: 22px 50px 0 16px;
	}
	.catbrend-area .catbrend-area__tab-wrapper{
		padding-bottom: 100px;
	}
	.catbrend-area .catbrend-area__close {
		top: 19px;
		right: 16px;
		width: 11px;
		height: 11px;
		background-size: contain;
		z-index: 99999;
	}
	.catbrend-area .category-but__menu {
		padding: 0 16px 0 16px;
		margin-top: 20px;
		height: calc(100vh - 200px);
	}
	.catbrend-area .category-but__menu .category-but__menu-left {
		width: 100%;
		padding-right: 0;
	}
	.catbrend-area .category-but__menu .category-but__menu-right {
		width: 100%;
		display: none;
		position: absolute;
		background: #fff;
		margin-left: 0;
		border: 0;
	}
	.catbrend-area .category-sidebar .category-but__menu .category-but__menu-left li:before {
		content: '';
		display: block;
		background-size: 100%;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.06039 7.07988C8.97987 7.18637 8.97986 7.35906 9.06041 7.46557L10.9768 9.99994L9.06039 12.5344C8.97987 12.6409 8.97986 12.8136 9.06041 12.9201C9.14094 13.0266 9.27151 13.0266 9.35204 12.9201L11.4142 10.1928C11.4529 10.1416 11.4746 10.0723 11.4746 9.99994C11.4746 9.92761 11.4529 9.85823 11.4142 9.8071L9.35203 7.0799C9.27151 6.97337 9.14093 6.97337 9.06039 7.07988Z' fill='%23325AFF' stroke='%23325AFF'/%3E%3Ccircle cx='10' cy='10' r='9.5' transform='rotate(-90 10 10)' stroke='%23325AFF'/%3E%3C/svg%3E%0A");
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
	}
	.catbrend-area .category-but__submenu {
		display: block;
		padding: 0;
		columns: 1;
	}
	.catbrend-area .sub-menuleft .slvl {
		width: 100%;
		margin-right: 0;
		position: relative;
		display: block;
	}
	.catbrend-area .sub-menuleft .slvl.parent > a:before {
		content: '';
		display: block;
		background-size: 100%;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.06039 7.07988C8.97987 7.18637 8.97986 7.35906 9.06041 7.46557L10.9768 9.99994L9.06039 12.5344C8.97987 12.6409 8.97986 12.8136 9.06041 12.9201C9.14094 13.0266 9.27151 13.0266 9.35204 12.9201L11.4142 10.1928C11.4529 10.1416 11.4746 10.0723 11.4746 9.99994C11.4746 9.92761 11.4529 9.85823 11.4142 9.8071L9.35203 7.0799C9.27151 6.97337 9.14093 6.97337 9.06039 7.07988Z' fill='%23325AFF' stroke='%23325AFF'/%3E%3Ccircle cx='10' cy='10' r='9.5' transform='rotate(-90 10 10)' stroke='%23325AFF'/%3E%3C/svg%3E%0A");
		width: 20px;
		height: 20px;
	}
	.catbrend-area .sub-menuleft .slvl > a {
		font-size: 16px;
		line-height: 16px;
		color: #000;
		padding: 0;
		display: block;
		margin-bottom: 24px;
		padding-right: 48px;
	}
	.catbrend-area .category-but__submenu {
		max-height: 100%;
		padding-top: 5px;
	}
	.catbrend-area .category-but__menu .category-but__menu-right .sub-menuleft > div {
		max-height: 100%;
	}
	.catbrend-area .brend-sidebar ul {
		max-height: calc(100vh - 174px);
	}
	.catbrend-area .category-but__menu .category-but__menu-right .category-but__menu-right-header {
		display: flex;
		width: calc(100% - 50px);
		position: absolute;
		top: -52px;
		background: #fff;
		align-items: center;
		left: -10px;
	}
	.catbrend-area .category-but__menu-right-header .category-but__menu-right-back {
		background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='10' y='10' width='20' height='20'%3E%3Cpath d='M30 18.75L14.7875 18.75L21.775 11.7625L20 10L10 20L20 30L21.7625 28.2375L14.7875 21.25L30 21.25L30 18.75Z' fill='%23333333'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='40' y='40' width='40' height='40' transform='rotate(180 40 40)' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E%0A");
		display: block;
		width: 40px;
		height: 40px;
		appearance: none;
		border: 0;
		background-color: transparent;
	}
	.catbrend-area .category-but__menu-cut {
		color: #000;
		font-weight: 500;
		font-size: 13px;
	}
	.catbrend-area .category-but__submenu li ul {
		display: none;
	}
	.catbrend-area .sub-menuleft .slvl > ul li a {
		font-size: 16px;
		line-height: 16px;
		color: #000;
		padding: 0;
		margin-bottom: 24px;
		position: relative;
		padding-right: 44px;
	}
	.catbrend-area .brend-sidebar .catbrend-area__tab-wrapper {
		padding-right: 16px;
	}
	.catbrend-area .brend-sidebar ul {
		padding-left: 16px;
        padding-top: 30px;
		margin: 0;
        padding-bottom: 90px;
        overflow-x: hidden;
	}
	.catbrend-area .brend-sidebar ul li {
		width: calc(100% / 2);
		margin-bottom: 41px;
		padding: 0 12px;
	}
	.min-filter .text-mf,
	.min-filter select {
		font-size: 12px;
	}
	.min-filter .item-have {
		font-size: 12px;
		padding: 10px 8px;
	}
	.min-filter .item-show {
		display: none !important;
	}
	.product-standart .tab-nav p {
		font-size: 14px;
	}
	.product-standart .tab-block .shop-item .fix-scrol {
		max-width: 350px;
	}
	/*.product:hover .but-vish-compare .compare {*/
	/*	display: none;*/
	/*}*/
	/*.product .but-vish-compare .vish-list,*/
	/*.product .but-vish-compare .compare {*/
	/*	display: none;*/
	/*}*/
	/*.product:hover .but-vish-compare .vish-list {*/
	/*	display: none;*/
	/*}*/
	/*.product .but-vish-compare {*/
	/*	cursor: pointer;*/
	/*	background: url(../img/show-cv.png);*/
	/*	width: 6px;*/
	/*	height: 24px;*/
	/*	position: absolute;*/
	/*	top: 11px;*/
	/*	right: 20px;*/
	/*	display: block;*/
	/*}*/
	/*.product .but-vish-compare.active .area-for-mob-vc,*/
	/*.product .but-vish-compare:hover .area-for-mob-vc {*/
	/*	position: absolute;*/
	/*	top: 20px;*/
	/*	right: -15px;*/
	/*	padding: 15px 10px;*/
	/*	width: 150px;*/
	/*	background-color: #f2f2f2;*/
	/*}*/
	/*.product .but-vish-compare.active .vish-list,*/
	/*.product .but-vish-compare:hover .vish-list {*/
	/*	margin-bottom: 15px;*/
	/*}*/
	/*.product .but-vish-compare.active .compare,*/
	/*.product .but-vish-compare.active .vish-list,*/
	/*.product .but-vish-compare:hover .compare,*/
	/*.product .but-vish-compare:hover .vish-list {*/
	/*	display: block;*/
	/*	position: relative;*/
	/*	width: 100%;*/
	/*	top: 0;*/
	/*	right: 0;*/
	/*}*/
	/*.product .but-vish-compare.active .compare span,*/
	/*.product .but-vish-compare.active .vish-list span,*/
	/*.product .but-vish-compare:hover .compare span,*/
	/*.product .but-vish-compare:hover .vish-list span {*/
	/*	display: block;*/
	/*	color: #000;*/
	/*	font-family: Roboto;*/
	/*	font-size: 12px;*/
	/*	font-weight: 400;*/
	/*	line-height: 12px;*/
	/*	margin-left: 30px;*/
	/*}*/
	.oformlenia-zakaza__container {
		flex-wrap: wrap;
	}
	.oformlenia-zakaza__form {
		width: 100%;
		padding-right: 0;
	}
	.oformlenia-zakaza__summary {
		width: 100%;
		margin-bottom: 24px;
		margin-top: -48px;
		/*margin-top: -70px;*/
	}
	.oformlenia-zakaza .changeorder {
		text-align: center;
		margin-top: 24px;
	}
	.order-final .changeorder a {
		display: inline-block;
	}
	.product-standart .tab-block .shop-item .shop-map {
		float: none;
		width: 100%;
	}
	.product-standart .tab-block .shop-item .fix-scrol {
		max-width: 100%;
	}
	.catalog-page .product {
		padding: 50px 14px 20px 95px!important;
		min-width: initial;
	}
	.product-tab .art-holder {
		position: relative;
        top: initial;
        flex-direction: row;
        align-items: flex-start;
	}
	.product-tab .art-holder .brand-wrapper {
		display: block;
	}
	.product-standart.product-page .art-holder,
	.art-holder {
		position: absolute;
        top: 10px;
        flex-direction: column;
        align-items: flex-start;
	}
	.product-standart.product-page .art-holder .brand-wrapper,
	.art-holder .brand-wrapper {
		display: none;
	}
	
	
	.prise-quantity > .brand-wrapper, 
	.product > .brand-wrapper {
		display: block;
	}
	.catalog-page .product .but-vish-compare {
		background: none;
		width: auto;
		height: auto;
		top: -2px;
		right: 1px!important;
	}
	.catalog-page .product .but-vish-compare .vish-list,
	.catalog-page .product .but-vish-compare .compare {
		display: block;
	}
	.catalog-page .product .product__image-link {
		position: absolute;
		top: 50px;
		left: 10px;
		max-width: 75px;
		width: 75px!important;
		float: none!important;
		margin-right: 0!important;
	}
	.catalog-page .product .product__image-link {
		margin: 0 !important;
		max-height: 160px !important;
		height: 160px !important;
	}
	.catalog-page .product .product__image-link img{
		min-height: auto!important;
		height: auto!important;
		max-width: 100%;
		position: relative;
		/*top: 0;
		transform: initial;*/
		/*top: 50%;*/
		/*transform: translateY(-50%);*/
		margin: 0 !important;
	}
	.catalog-page .product .product__master,
	.catalog-page .product .product__credit{
		display: none;
	}
	.catalog-page .product .old-prise-bonus {
		text-align: left;
		padding: 0;
	}
	.cat-sec-list ul.cat-sec-list-ul li {
		width: 32%;
	}
	.catalog-page .product .product__bages {
		left: 8px;
		flex-direction: column;
	}
	.slider-product .product .product__bage,
	.catalog-page .product .product__bage {
		font-size: 10px;
		line-height: 14px;
		padding: 1px 6px;
		border-radius: 3px;
		margin-right: 4px;
		max-width: 64px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		position: unset;
	}
	.catalog-page .product .product__bage-more {
		background-size: 4px;
		padding: 1px 6px;
		height: 18px;
		border-radius: 3px;
	}
	.catalog-page .product .product__bage-others {
		width: 132px;
		position: absolute;
		top: 15px;
		z-index: 1;
	}
	.slider-product .product .but-vish-compare .compare,
	.catalog-page .product .but-vish-compare .compare {
		top: 11px;
	}
	.slider-product .product .but-vish-compare .vish-list,
	.catalog-page .product .but-vish-compare .vish-list {
		top: 11px;
	}
	.catalog-page .product .art {
		font-size: 10px;
		/*position: absolute;*/
		/*top: 12px;*/
		/*left: 94px;*/
		padding-left: 0!important;
	}
	.catalog-page .product .product__name {
		min-height: 45px;
	}
	.catalog-page .product .name {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
		-webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
        line-height: 14px;
        margin-top: 0;
        overflow: hidden;
        padding-left: 0 !important;
        height: 43px;
        min-height: auto;
        margin-bottom: 10px;
	}
	.slider-product .product .prise-quantity,
	.catalog-page .product .prise-quantity {
		margin-top: 0!important;
		padding: 0;
	}
	.catalog-page .product .prise-quantity .prise {
		/*padding-left: 0!important;*/
	}
	.catalog-page .product .product__price-row {
		/*position: absolute;*/
		/*top: 86px;*/
	}
	.catalog-page .product .product__brand {
		/*max-width: 66px;*/
		height: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
		position: relative;
        background-repeat: no-repeat;
        background-size: contain;
		top: 0;
		left: 0;
	}
	.catalog-page .product .product__brand img {
		max-width: 100%;
		width: auto;
	}
	.catalog-page .product .product__available {
		/*position: absolute;*/
		/*top: 101px;*/
		font-size: 10px;
	}
	.catalog-page .product .product__available .price-for-one {
		font-size: 10px;
	}
	.catalog-page .product .product__btns {
		margin-left: -84px;
	}
	.catalog-page .product .qua-prod {
		font-size: 10px!important;
		padding-left: 0!important;
		margin-left: 0;
	}
	.catalog-page .product .product__btn-add-to-cart {
		padding: 8px 49px 8px 10px!important;
		margin: 0!important;
	}
	.catalog-page .product .product__btn-add-to-cart:before {
		width: 40px!important;
		height: 100%!important;
		right: 0!important;
	}
	.catalog-page .product .product__btn-discount.product__btn-discount--active {
		padding-top: 8px;
		padding-bottom: 5px;
	}
	.catalog-page .product .product__btn-discount {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.catalog-page .product .product__btn-discount .product__btn-discount__text {
		display: flex;
		align-items: center;
	}
	.product-page .product-page__main-left {
		width: 310px;
	}
	.product-page .product-thumbinal-area .align-self-center {
		width: 222px;
	}
	.product-page .product-page__image {
		width: 222px;
	}
	.product .product__total-price.product__total-price--visible {
		display: block;
	}
	.product-page .product-page__main .product__total-price.product__total-price--visible {
		display: flex;
	}
	.product-page .product .product__image-link img {
		height: auto;
		max-height: 100%;
		width: auto;
	}
	.product-page .product .product__image-link img {
		/*top: 0;*/
		/*transform: none;*/
		/*width: 100%;*/
	}
	.brand-page__description__photos-container {
		width: 230px;
	}
	.outl {
		/*flex-wrap: wrap;*/
		margin-top: 20px;
		/*height: 292px;*/
		height: 330px;
	}
	.baner-slider {
		width: 100%;
		margin-bottom: 5px;
	}
	.baner-slider a {
		height: 142px;
		background-position: center;
		background-size: cover;
	}
	.baner-slider .slick-dots {
		bottom: 10px;
	}
	.baner-slider .slick-dots li button {
		width: 5px;
		height: 5px;
	}
	.baner-slider .slick-dots li.slick-active button:before {
		width: 8px;
		height: 8px;
		left: -2px;
		top: -2px;
	}
	.main__banner {
		width: 100%;
		height: 142px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.main-page__brands-wrapper a {
		width: 125px;
		margin-right: 20px;
	}
	.content .product-section {
		padding: 40px 0 100px;
	}
	.content .product-section__wrapper {
		padding: 0;
		flex-wrap: wrap;
		position: relative;
	}
	.content .product-section__texts {
		width: 100%;
		padding-right: 0;
	}
	.content .product-section__btn {
		position: absolute;
		top: 720px;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.content .product-section .slider-product {
		width: 100%;
	}
	.info-baner .info-baner__wrapper {
		flex-wrap: wrap;
	}
	.info-baner .info-baner__left {
		width: 100%;
		padding-right: 0;
	}
	.info-baner .info-baner__right {
		width: 100%;
	}
	footer .footer__company {
		width: 173px;
	}
	footer .footer__services {
		width: 190px;
	}
	footer .footer__catalog {
		width: calc(100% - 363px);
	}
	footer .footer__catalog ul {
		height: 510px;
	}
	.about-company__icons-block {
		width: 100%;
	}
	.content .about-company p,
	.project-page .this-block .area-pokazatelia p{
		font-size: 16px;
	}
	.product-page .product-page__goods {
		margin-top: -31px;
	}
	.product-page .product-page__goods__header {
		display: none;
	}
	.product-page .product-page__goods__row {
		flex-wrap: wrap;
		position: relative;
		border-bottom: 1px solid #F2F2F2;
		padding: 13px 0;
	}
	.product-page .product-page__goods__row:hover{
		background: none;
	}
	/*.product-page .product-page__goods__col:nth-of-type(3),*/
	/*.product-page .product-page__goods__col:nth-of-type(4) {*/
	/*	display: none;*/
	/*}*/
	/*.product-page .product-page__goods__col:nth-of-type(4) {*/
	/*	width: 50%;*/
	/*	text-align: left;*/
	/*	margin-top: 12px;*/
	/*}*/
	.product-page .product-page__goods__price {
		font-size: 16px!important;
		color: #325aff;
		font-weight: bold;
		width: auto!important;
	}
	.product-page .product-page__goods__col .product-page__goods__old-price {
		display: inline-block;
		width: auto!important;
		font-size: 14px;
		text-decoration: line-through;
		color: #8F8F8F;
		margin-left: 15px;
	}
	.product-page .product-page__goods__price:after,
	.product-page .product-page__goods__old-price:after {
		/*content: ' ₽';/**/
	}
	.product-page .product-page__goods__col--prop {
		display: none;
	}
	.product-page .product-page__goods__col--available {
		position: absolute;
		right: 0;
		top: 10px;
		width: 50%;
		text-align: right;
	}
	/*.product-page .product-page__goods--small .product-page__goods__col:nth-of-type(3){*/
	/*	position: absolute;*/
	/*	right: 0;*/
	/*	top: 13px;*/
	/*	width: 50%;*/
	/*	text-align: right;*/
	/*}*/
	/*.product-page .product-page__goods__col:nth-of-type(3) .qua-prod:before,*/
	/*.product-page .product-page__goods--small .product-page__goods__col:nth-of-type(3) .qua-prod:before{*/
	/*	content: 'На складе: ';*/
	/*}*/
	.product-page .product-page__goods__col--art {
		width: 50%;
		text-align: left;
		text-decoration-line: underline;
		color: #325aff;
		cursor: pointer;
	}
	.product-page .product-page__goods__art:before {
		content: 'Код. ';
	}
	.product-page .product-page__goods__col:nth-of-type(3) .qua-prod,
	.product-page .product-page__goods--small .product-page__goods__col:nth-of-type(3) .qua-prod,
	.product-page .product-page__goods__art {
		position: relative;
	}
	.product-page .product-page__goods__art:after,
	.product-page .product-page__goods__col:nth-of-type(3) .qua-prod:after,
	.product-page .product-page__goods--small .product-page__goods__col:nth-of-type(3) .qua-prod:after{
		content: '';
		display: inline-block;
		position: relative;
		background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4 4.5L7.5 0.5' stroke='%2307A7E1'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
		width: 10px;
		height: 6px;
		margin-left: 5px;
	}
	.product-page .product-page__goods__col--name {
		width: 100%;
		margin-top: 8px;
	}
	.product-page .product-page__goods__col--name span {
		padding-left: 0!important;
		font-size: 14px;
	}
	.product-page .product-page__goods__col--price,
	.product-page .product-page__goods__col--cart{
		width: 50%;
		margin-top: 7px;
	}
	.product-page .product-page__goods--small .product-page__goods__col--price{
		width: 50%;
		margin-top: 7px;
		position: relative;
		top: 0;
	}
	/*.product-page .product-page__goods--small .product-page__goods__col:nth-of-type(3) {*/
	/*	display: block;*/
	/*}*/
	.product-page .product-page__goods--small .product-page__goods__col--available {
		width: 50%;
		text-align: right;
		margin-top: 12px;
		display: flex;
	}
	.product-page .product__in-stock {
		display: block;
		position: fixed;
		z-index: 9999;
		width: 100%;
		height: 100%;
		top: 0;
		border: 0;
		border-radius: 0;
		background: rgba(0, 0, 0, 0.7);
		padding: 0;
	}
	.product-page .product__in-stock__content {
		background: #fff;
		width: 84%;
		height: 100%;
		overflow-y: auto;
		padding: 67px 13px 16px 16px;
	}
	.product-page .product__in-stock__item {
		margin-bottom: 28px;
	}
	.product-page .product__in-stock__art {
		display: block;
		font-size: 12px;
		line-height: 14px;
		text-decoration-line: underline;
		color: #07A7E1;
		margin-bottom: 14px;
	}
	.product-page .product__in-stock__name {
		display: block;
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 25px;
	}
	.product-page .product__in-stock__title {
		font-size: 14px;
		margin-bottom: 16px;
	}
	.product-page .product__in-stock__info {
		flex-wrap: wrap;
		margin-bottom: 11px;
	}
	.product-page .product__in-stock__info p {
		width: 100%!important;
		display: flex;
		justify-content: space-between;
		margin-bottom: 2px;
	}
	.product-page .product__in-stock__info p span {
		width: auto;
	}
	.product-page .product__in-stock__disclaimer {
		font-size: 12px;
		line-height: 14px;
	}
	.product-page .product__in-stock__label {
		width: 26px!important;
		height: 33px;
		top: 50%;
		transform: translateY(-50%);
		right: 17px;
		font-size: 0;
		border: 0;
		border-radius: 0;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url("data:image/svg+xml,%3Csvg width='26' height='33' viewBox='0 0 26 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.0498L23.9997 26.3414' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 6.0498L2.00031 26.3414' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}
	.product-page .product__in-stock__description p {
		display: flex;
		justify-content: space-between;
		font-size: 12px;
		margin-bottom: 8px;
	}
	.product-page .product__in-stock__description p *{
		width: auto;
	}
	.product__bage-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,.5);
		z-index: 10000;
	}
	.product__bage-popup-body {
		width: 300px;
		padding: 24px;
		background: #fff;
		border-radius: 6px;
		position: relative;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.product__bage-popup-close {
		position: absolute;
		right: 8px;
		top: 8px;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='31.4971' height='2.04069' rx='1.02034' transform='matrix(0.6985 -0.71561 0.6985 0.71561 0 22.5397)' fill='%23101010'/%3E%3Crect width='31.4971' height='1.99906' rx='0.999528' transform='matrix(0.6985 0.71561 -0.6985 0.71561 1.99902 0.0149536)' fill='%23101010'/%3E%3C/svg%3E%0A");
		display: block;
		width: 12px;
		height: 12px;
		background-size: contain;
		appearance: none;
		border: 0;
		background-color: transparent;
		cursor: pointer;
	}
	.mobile-geo {
		display: block;
		position: fixed;
		top: 51px;
		left: 0;
		background: #fff;
		z-index: 999999;
		height: 100%;
		width: 100%;
	}
	.mobile-geo__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 22px 18px;
	}
	.mobile-geo__back {
		outline: none;
		appearance: none;
		border: 0;
		background: transparent;
		font-weight: 500;
		font-size: 13px;
		position: relative;
		padding-left: 37px;
	}
	.mobile-geo__back:before {
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M20 8.75L4.7875 8.75L11.775 1.7625L10 -1.74846e-06L1.74846e-06 10L10 20L11.7625 18.2375L4.7875 11.25L20 11.25L20 8.75Z' fill='%23333333'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='30' y='30' width='40' height='40' transform='rotate(180 30 30)' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E");
		position: absolute;
		width: 20px;
		height: 20px;
		left: 0;
		top: -4px;
	}
	.mobile-geo__close {
		outline: none;
		appearance: none;
		border: 0;
		background-color: transparent;
		width: 14px;
		height: 14px;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
	}
	.mobile-geo__body {
		padding: 14px 22px;
		max-height: 65vh;
		overflow-y: auto;
	}
	.mobile-geo__link {
		display: block;
		color: #000;
		font-size: 13px;
		margin-bottom: 11px;
		position: relative;
		padding-left: 29px;
	}
	.mobile-geo__link:before {
		content: '';
		display: block;
		width: 16px;
		height: 16px;
		border: 1px solid #000000;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobile-geo__link--active:after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		background: #000;
		border-radius: 50%;
		position: absolute;
		left: 3px;
		top: 3px;
	}
	.mobile-geo__not-in-list {
		font-size: 13px;
		line-height: 1.2em;
		color: #325aff;
		display: block;
		margin-bottom: 12px;
	}
	header .local:after {
		top: 6px;
	}
	.mobile_top_menu .top-menu li:nth-of-type(2) a {
		position: relative;
	}
	.mobile_top_menu .top-menu li:nth-of-type(2) a:before {
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.06039 7.07988C8.97987 7.18637 8.97986 7.35906 9.06041 7.46557L10.9768 9.99994L9.06039 12.5344C8.97987 12.6409 8.97986 12.8136 9.06041 12.9201C9.14094 13.0266 9.27151 13.0266 9.35204 12.9201L11.4142 10.1928C11.4529 10.1416 11.4746 10.0723 11.4746 9.99994C11.4746 9.92761 11.4529 9.85823 11.4142 9.8071L9.35203 7.0799C9.27151 6.97337 9.14093 6.97337 9.06039 7.07988Z' fill='%23325AFF' stroke='%23325AFF'/%3E%3Ccircle cx='10' cy='10' r='9.5' transform='rotate(-90 10 10)' stroke='%23325AFF'/%3E%3C/svg%3E%0A");
		width: 20px;
		height: 20px;
		right: 16px;
		top: -4px;
		position: absolute;
		content: '';
		display: block;
	}
	.content .product-section .slider-product .product .product__total-price.product__total-price--visible {
		display: none;
	}
	.kabinet-zakaz .product {
		padding-top: 18px;
	}
}
@media (max-width: 767px) {
	.content .product-section .slider-product .product .product__btns {
		margin-top: 20px;
	}
	.product-tab .art-holder {
		position: absolute;
        top: 10px;
        flex-direction: column;
        align-items: flex-start;
	}
	.product-tab .art-holder .brand-wrapper {
		display: none;
	}
	.product-tab .prise-quantity > .brand-wrapper, 
	.product-tab .product > .brand-wrapper {
		display: block;
	}
	.container {
		padding: 0 16px;
	}
	header .heiht-header {
		width: 100%;
		height: auto;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	header .closed {
		left: 5px;
	}
	.header__search {
		width: calc(100% - 32px);
		left: 16px;
	}
	header .local-pod .local {
		font-size: 13px;
		margin-bottom: 0;
	}
	.info-baner .info-area {
		width: 100%;
	}
	.modal-windows.zvonok {
		width: 90%;
	}
	.modal-windows.sale {
		padding: 50px 20px;
	}
	.modal-windows.sale h3 {
		font-size: 21px;
	}
	.catbrend-area .tab-area {
		top: -74px;
	}
	.oformlenia-zakaza .form-area {
		flex-wrap: wrap;
	}
	.oformlenia-zakaza .form-area > div {
		width: 100%;
		padding-right: 0;
		margin-bottom: 12px;
	}
	.baner-slider a {
		/*height: 27vw;*/
	}
	.search-page .catalog-page .col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-area.catalog-page .col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-page .product-page__main {
		flex-wrap: wrap;
	}
	.product-page .product-page__main-left {
		width: 100%;
	}
	.product-page .product-thumbinal-area .align-self-center {
		width: 100%;
	}
	.product-page .product-page__image {
		width: calc(100vw - 20px);
	}
	.product-page .product-page__main-right {
		width: 100%;
	}
	.product-page .product-page__favor {
		left: 0;
		top: -319px;
	}
	.product-page .product-inform-area__row .art {
		font-size: 16px;
	}
	.product-page .product-inform-area__row .brendi-viem {
		margin-top: 0!important;
	}
	.product-page .product-inform-area__row .brendi-viem {
		margin-top: 0!important;
		max-width: 120px;
	}
	.product-page .product-inform-area .brendi-viem img {
		max-width: 100%;
	}
	.product-page .product-page__price {
		font-size: 24px;
		margin-right: 10px;
	}
	.product-page .product-page__old-price {
		font-size: 13px;
	}
	.product-page .product-page__master {
		font-size: 12px;
	}
	.product-page .product-page__master img {
		width: 15px;
		margin-left: 8px;
	}
	.product-page .product-page__available {
		font-size: 14px;
	}
	.product-page .product-page__discount {
		font-size: 14px;
	}
	.product-page .product-inform-area__row:nth-of-type(4) {
		margin-top: 3px;
	}
	.product-page .product-page__main .product__btns {
		padding: 0;
		min-height: 39px;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		background: #fff;
		z-index: 1;
		padding: 10px 15px;
		height: 60px;
	}
	.product-page .product-page__main .product__total-price__img img {
		margin: 0 auto;
	}
	.product-page .product-page__main .quantity-but {
		right: 15px;
	}
	.product-page .product-page__main .product__incart {
		right: 15px;
	}
	.product-page .product-page__main .product__btn-discount {
		padding: 10px 15px 9px 42px;
		font-size: 14px;
	}
	.product-page .product-page__main .product__btn-discount.product__btn-discount--active {
		padding: 10px 42px 9px 15px;
	}
	.product-page .product-page__main .product__btn-discount.product__btn-discount--active .product__btn-discount__slider {
		left: 80px;
	}
	.product-page .product-page__main .product__btn-get-discount {
		padding: 15px 3px 13px 3px;
		font-size: 12px;
		right: 15px;
		top: 10px;
	}
	.product-page .product-page__main .product__btn-get-discount.product__btn-get-discount--show {
		width: 163px;
	}
	.product-page .product-page__main .product__btn-add-to-cart {
		font-size: 12px;
	}
	.product-page .product-page__main .product__btn-add-to-cart.product__btn-add-to-cart--hidden {
		padding-left: 21px;
	}
	.product-page .product-page__main .product__btn-discount__slider {
		width: 28px;
		height: 28px;
		background-size: 12px;
	}
	.product-page .product-page__main .product__incart {
		padding: 10px 15px 11px 46px;
	}
	.product-page .product-page__main .quantity-but .decrease,
	.product-page .product-page__main .quantity-but .quantity,
	.product-page .product-page__main .quantity-but .increase {
		height: 39px;
	}
	.product-page .info-go {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.product-page .product-page__documentation__tab {
		padding: 9px 15px;
		font-size: 14px;
	}
	.product-page .product-page__documentation__tab:before {
		width: 14px;
	}
	.product-page .product-page__documentation__area ul li a {
		font-size: 14px;
		padding-left: 35px;
	}
	.product-page .product-page__documentation__area ul li a:before {
		width: 21px;
		height: 28px;
	}
	.product-page .title-line {
		font-size: 14px;
		padding: 10px 16px;
	}

	.product-page .product__btn-add-to-cart {
		margin: 0 0 0 auto;
	}

	.brand-page__header {
		margin-top: 0;
	}
	.brand-page__header .title-all-brend .title-brend-cat {
		font-size: 18px;
		margin-bottom: 19px;
	}
	.brand-page__header .title-all-brend .all-brend-link {
		color: #07A7E1!important;
	}
	.brand-page__description {
		margin-top: 17px;
	}
	.brand-page__description__text-block {
		flex-wrap: wrap;
	}
	.brand-page__description__text-block p {
		order: 1;
	}
	.brand-page__description__img {
		order: 0;
		width: 100%;
		margin-bottom: 22px;
	}
	.brand-page__description__photos {
		flex-wrap: wrap;
		margin-top: -1px;
	}
	.brand-page__description__photos-container {
		width: 100%;
		margin-bottom: 7px;
	}
	.brand-page__detail-description {
		flex-wrap: wrap;
	}
	.brand-page__detail-description__text {
		width: 100%;
	}
	.brand-page__detail-description__photos {
		width: 100%;
	}
	.bx_pagination_bottom {
		margin-bottom: 24px!important;
	}
	.bx_pagination_bottom .bx_pagination_page li {
		min-width: 27px;
	}
	.bx_pagination_bottom .bx_pagination_page li a {
		font-size: 12px;
	}
	.bx_pagination_bottom .bx_pagination_page li.bx_active {
		font-size: 12px;
	}

	.product-tab .slick-arrow {
		top: -43px;
		transform: none;
		width: 20px;
		height: 20px;
		border: 0;
		border-radius: 0;
		background-size: contain;
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='5' y='5' width='10' height='10'%3E%3Cpath d='M15 9.375L7.39375 9.375L10.8875 5.88125L10 5L5 10L10 15L10.8813 14.1188L7.39375 10.625L15 10.625L15 9.375Z' fill='%23333333'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='20' y='20' width='20' height='20' transform='rotate(180 20 20)' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");
	}
	.product-tab .slick-prev {
		left: initial;
		right: 30px;
	}
	.product-tab .slick-next {
		transform: rotate(180deg);
		right: -5px;
	}
	.product-tab .slick-slide {
		padding: 0;
	}
	.content .product-section {
		display: block!important;
		margin: 0 0 16px 0;
	}
	.content .product-section__title {
		font-size: 18px;
		text-transform: uppercase;
	}
	.content .product-section__description {
		display: none;
	}
	.content .product-section .slider-product .product {
		padding: 50px 14px 20px 95px
	}
	.content .product-section .slider-product .product .product__image-container {
		position: absolute;
		left: 10px;
		width: 75px;
		max-height: 160px;
		overflow: hidden;
	}
	.content .product-section .slider-product .product .art {
		/*position: absolute;*/
		/*top: 18px;*/
		/*left: 152px;*/
		font-size: 10px;
	}
	.content .product-section .slider-product .product .name {
		margin-top: 0;
		font-size: 12px;
		line-height: 14px;
		height: 42px;
		min-height: initial;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.content .product-section .slider-product .product .prise-quantity .prise {
		/*font-size: 16px;*/
	}
	.content .product-section .slider-product .product .product__master {
		display: none;
	}
	.content .product-section .slider-product .product .old-prise-bonus .oldprise {
		font-size: 12px;
	}

	.content .product-section .slider-product .product .product__available .price-for-one,
	.content .product-section .slider-product .product .product__available .qua-prod {
		font-size: 10px;
	}
	.content .product-section .slider-product .product .product__credit {
		font-size: 10px;
		margin-top: -4px;
	}
	.content .product-section .slider-product .product .product__brand {
		top: 0;
		position: relative;
		background-repeat: no-repeat;
		background-size: contain;
		right: initial;
		max-width: 130px;
		height: 30px;
		margin-top: 15px;
		overflow: hidden;
		display: block;
	}
	.content .product-section .slider-product .product .product__btns {
		margin-left: -84px;
	}
	.content .product-section__btn {
		top: 355px;
	}
	.mobile-menu--arrow {
		position: relative;
	}
	.mobile-menu--arrow:before {
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.06039 7.07988C8.97987 7.18637 8.97986 7.35906 9.06041 7.46557L10.9768 9.99994L9.06039 12.5344C8.97987 12.6409 8.97986 12.8136 9.06041 12.9201C9.14094 13.0266 9.27151 13.0266 9.35204 12.9201L11.4142 10.1928C11.4529 10.1416 11.4746 10.0723 11.4746 9.99994C11.4746 9.92761 11.4529 9.85823 11.4142 9.8071L9.35203 7.0799C9.27151 6.97337 9.14093 6.97337 9.06039 7.07988Z' fill='%23325AFF' stroke='%23325AFF'/%3E%3Ccircle cx='10' cy='10' r='9.5' transform='rotate(-90 10 10)' stroke='%23325AFF'/%3E%3C/svg%3E%0A");
		width: 20px;
		height: 20px;
		right: 16px;
		top: -4px;
		display: block;
		position: absolute;
	}
	.info-baner {
		padding-bottom: 24px;
		margin-bottom: 16px;
	}
	.info-baner .info-baner__wrapper {
		padding: 0;
	}
	.info-baner .info-baner__title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 13px;
	}
	.info-baner .info-baner__text {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 12px;
	}
	.info-baner .info-area .info-item {
		text-align: center;
		padding: 24px 16px 24px 16px;
		margin-top: 12px;
	}
	.info-baner .info-area p {
		font-size: 24px;
	}
	.info-baner .info-area span {
		font-size: 18px;
	}
	.content .back-delete .back .fixcart {
		font-size: 10px;
		margin-bottom: 12px;
	}
	footer .footer__title--mob {
		display: block;
	}
	footer .footer__wrapper {
		flex-wrap: wrap;
	}
	footer .footer__title {
		margin-bottom: 15px!important;
		position: relative;
		min-width: 100%;
	}
	footer .footer__company {
		width: 100%;
	}
	footer .footer__company ul {
		display: none;
	}
	footer .footer__catalog {
		width: 100%;
	}
	footer .footer__services {
		width: 100%;
	}
	footer .footer__catalog ul {
		height: auto;
		display: none;
	}
	footer .footer__catalog ul li {
		width: 100%;
	}
	footer .footer__company .footer__title:before,
	footer .footer__catalog .footer__title:before,
	footer .footer__services > .footer__title:before,
	footer .footer__secondary > .footer__title:before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9201 9.06039C12.8136 8.97987 12.6409 8.97986 12.5344 9.06041L10.0001 10.9768L7.46557 9.06039C7.35908 8.97987 7.18639 8.97986 7.07988 9.06041C6.97337 9.14094 6.97337 9.27151 7.07988 9.35204L9.80723 11.4142C9.85837 11.4529 9.92774 11.4746 10.0001 11.4746C10.0724 11.4746 10.1418 11.4529 10.1929 11.4142L12.9201 9.35203C13.0266 9.27151 13.0266 9.14093 12.9201 9.06039Z' fill='%23325AFF' stroke='%23325AFF'/%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23325AFF'/%3E%3C/svg%3E%0A");
		position: absolute;
		top: -5px;
		right: 0;
	}
	footer .footer__title--open:before {
		transform: rotate(180deg);
	}
	footer .footer__services-item {
		display: none;
	}
	footer .footer__logo-image {
		display: none;
	}
	footer .footer__market {
		display: none;
	}
	footer .footer__disclaimer {
		display: none;
	}
	footer .footer__email,
	footer .footer__phone,
	footer .footer__address,
	footer .footer__inst {
		width: 100%;
		display: none;
	}
	footer .footer__secondary {
		margin-top: 0px;
	}
	footer .footer__logo {
		margin-bottom: 0;
		margin-top: 15px;
		order: 1;
	}
	.modal-windows .closvxod {
		right: 12px;
		width: 16px;
		height: 16px;
	}
	div.bx-auth {
		margin-top: 50px;
	}
	.cart-product__header {
		flex-wrap: wrap;
	}
	.cart-product__sort {
		width: 100%;
		margin-bottom: 24px;
	}
	.product .product__bages > .product__bage {
		/*max-width: 75px;*/
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		position: unset;
	}
	.catalog-page .product .product__bage {
		max-width: 64px;
	}
	.cat-sec-list ul.cat-sec-list-ul li {
		width: 100%;
	}
	.product__bage-tooltip {
		top: 33px;
		z-index: 9999;
		padding: 0;
	}
	.product__bage-tooltip:before {
		content: '';
		display: block;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,.5);
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.product__bage-tooltip-text {
		padding: 15px;
		z-index: 9999;
		background: #fff;
		position: relative;
		border-radius: 6px;
	}
	.product__bage-tooltip-close {
		z-index: 10000;
	}
	.modal-windows.file-send {
		width: 80%;
	}
	.modal-windows.vxod {
		width: 80%;
	}
	.content .back-delete .delete {
		padding-left: 30px;
		margin-top: 5px;
	}
	html.eskimobi_responsive body .min-filter .col-md-auto:nth-of-type(2),
	html.eskimobi_responsive body .min-filter .col-md-auto:nth-of-type(3){
		width: 100%!important;
	}
	.min-filter select {
		overflow-x: hidden!important;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media (max-width: 719px) {
	.product .prise-quantity .quantity-but {
		justify-content: flex-start;
	}
	.product-standart .tab-block .tex-des li {
		width: 100%;
	}
	.product-standart .tab-block .tex-des li:nth-child(4n + 5),
	.product-standart .tab-block .tex-des li:nth-child(4n + 6),
	.product-standart .tab-block .tex-des li:nth-child(1),
	.product-standart .tab-block .tex-des li:nth-child(2) {
		background-color: #fff;
	}
	.product-standart .tab-block .tex-des li:nth-child(2n + 1) {
		background-color: #f2f2f2;
	}
	.oformlenia-zakaza .part .form-areap-col .pafix.no-tab {
		padding-left: 0;
	}
	.modal-windows.gorod-dost {
		width: 280px;
		padding: 50px 12px;
	}
	.modal-windows.gorod-dost .fixsl {
		padding: 0 5px 20px;
	}
	.modal-windows.gorod-dost input {
		font-size: 12px;
		padding: 5px 10px;
	}
	.zakaz-full .info-for-orders .mw {
		min-width: 160px;
	}
	.zakaz-full .info-for-orders .suuma {
		padding-left: 0;
		padding-top: 25px;
	}
	.fast-cart .product .prise-quantity {
		padding-left: 0;
	}
	.container {
		max-width: 480px !important;
	}
	.product-standart .brendi-viem {
		margin-top: 30px;
	}
	.product-standart .tab-block {
		padding-top: 0;
	}
	.project-page .pokazateli {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.project-page .pokazateli .area-pokazatelia .first {
		line-height: 30px;
		font-size: 35px;
	}
	.project-page .pokazateli .area-pokazatelia .first span {
		font-size: 20px;
	}
	.project-page .this-block .area-pokazatelia {
		margin-bottom: 15px;
	}
	.project-page .this-block .area-pokazatelia img {
		width: 50px;
	}
	.min-filter .mbmd10 {
		margin-bottom: 10px;
	}
	.breadcum {
		padding: 5px 0;
		margin-bottom: 12px;
	}
	.breadcum ul li {
		line-height: 24px;
		padding-top: 3px;
	}
	.breadcum ul li a {
		line-height: 24px;
	}
	.dnonemob {
		display: none !important;
	}
	.content {
		padding-top: 0;
	}
	footer .pay-metod {
		margin-top: 22px;
		padding-left: 0;
	}
	footer .pay-metod li {
		margin-top: 10px;
		margin-right: 12px;
	}
	footer .pay-metod br {
		display: block;
	}
	footer .pt20 {
		padding-top: 0;
	}
	footer .map-adres:before {
		top: -5px;
	}
	.catbrend-area .nav-catbrend li.active:after {
		bottom: -131px;
		border: 115px solid transparent;
	}
	.new-style-for-mob {
		display: block;
		margin-bottom: 5px;
	}
	.new-style-for-mob .tab-nav {
		padding-right: 0;
		text-align: left;
	}
	.new-style-for-mob .tab-nav p {
		font-size: 16px;
		width: 100%;
		display: block;
		width: 100%;
		padding-left: 20px;
		line-height: 48px;
		border-radius: 4px;
	}
	.product-standart .otzuv {
		display: block;
		margin: 10px auto 25px;
	}
	.product-standart .tab-block .shop-item {
		background: none;
	}
	.product-standart .tab-block .shop-item .img-hid {
		display: block;
	}
	.product-standart .tab-block .shop-item .fix-scrol {
		padding-right: 0;
	}
	.product-standart .tab-block .pl5 {
		padding-left: 0;
		padding-bottom: 20px;
	}
	.product-standart .tab-block .pr5 {
		padding-right: 0;
	}
	.product-standart .tab-block .pr5.tex-des li:nth-child(2n + 2) {
		background-color: #f2f2f2;
	}
	.product-standart .tab-block .pr5.tex-des li:nth-child(2n + 1) {
		background-color: #fff;
	}
	.product-standart .tab-block .tex-des li {
		padding: 0 10px;
		line-height: 30px;
		font-size: 12px;
	}
	.fast-cart .all-prise-area {
		text-align: center;
	}
	.zakaz-full .product .block-img {
		margin-left: 0;
	}
	.zakaz-full .product .item-quan {
		text-align: left;
		margin: 5px 0;
	}
	.product-standart .tab-block .shop-item .fix-scrol {
		max-width: 100%;
	}
	.item-fast-cart .product .but-vish-compare {
		right: 7px;
	}
	.item-fast-cart .product .but-vish-compare.active .area-for-mob-vc {
		right: -5px;
	}
	.oformlenia-zakaza .haracteristic .item-line .names {
		min-width: 205px;
	}
	.oformlenia-zakaza .haracteristic .item-line input {
		width: 155px;
	}
	.info-baner.pt200 {
		padding-top: 0;
	}
	.fixcatproduct .product {
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	.catbrend-area .category-sidebar li .sub-menuleft {
		right: 10px;
		left: 10px;
		width: auto;
	}
}
@media (max-width: 479px) {
	.outl {
		flex-wrap: wrap;
		margin-top: 20px;
		/*height: 292px;*/
		height: 330px;
	}

	.catalog-brend .title-brend-cat {
		font-size: 20px;
		line-height: 22px;
	}
	.oformlenia-zakaza .haracteristic .item-line .names {
		font-size: 14px;
		line-height: 40px;
		padding: 0 10px;
		min-width: 165px;
	}
	.oformlenia-zakaza .haracteristic .item-line input {
		font-size: 14px;
		line-height: 38px;
		padding: 0 10px;
		min-width: auto;
		width: 100px;
	}
	.order-final {
		width: 290px;
		padding: 15px 10px;
		background-color: #f2f2f2;
	}
	.oformlenia-zakaza .titles {
		font-size: 14px;
		line-height: 16px;
	}
	.zakaz-full .product .prise-quantity .prise {
		padding-left: 0;
	}
	.oformlenia-zakaza .part .form-areap-col .pafix.no-smol {
		padding-left: 0;
	}
	.zakaz-full .product .block-img {
		margin: 0 auto 5px;
	}
	.zakaz-full .product .art {
		text-align: center;
	}
	.dnone320 {
		display: none !important;
	}
	.zakaz-full .product .name {
		text-align: center;
	}
	.zakaz-full .product .item-quan {
		text-align: center;
	}
	.zakaz-full .product .prise-quantity .prise {
		font-size: 18px;
		text-align: center;
		width: 100%;
		display: block;
	}
	.fast-cart .all-prise-area .all-prise {
		font-size: 20px;
	}
	.content .line-zakaz .number {
		font-size: 14px;
		padding-left: 15px;
	}
	.content .line-zakaz .status {
		font-size: 12px;
	}
	.content .line-zakaz .data {
		font-size: 12px;
	}
	.content .line-zakaz p {
		line-height: 30px;
	}
	.content .fw {
		width: 120px;
	}
	.content .line-zakaz-title p {
		line-height: 30px;
	}
	.fast-cart .itm-summ {
		margin-bottom: 0;
	}
	.fast-cart .product .prise-quantity {
		text-align: right;
	}
	.product-standart .tab-block .tex-des li {
		padding: 0 10px;
		line-height: 26px;
		font-size: 12px;
	}
	.catbrend-area .category-sidebar ul li a,
	.catbrend-area .brend-sidebar ul li a {
		line-height: 30px;
	}
	.product-standart .info-go .samo {
		padding-left: 24px;
		margin-left: 50px;
		margin-left: 0;
	}
	.product-standart .order-product .prise-quantuty .quantity-but,
	.product-standart .order-product .prise-quantuty .standart-prise {
		justify-content: center;
		text-align: center;
	}
	.product-standart .order-product .prise-quantuty button {
		float: none;
		display: inline-block;
		margin-top: 10px;
	}
	.product-standart .order-product .prise-bonus-area .bonus {
		float: right;
		margin-left: 0;
	}
	.product-standart .order-product .pt15 {
		text-align: center;
	}
	.container {
		max-width: 320px !important;
	}
	.min-filter .mbxs10 {
		margin-bottom: 10px;
	}
	.dnotemob {
		display: none !important;
	}
	header {
		width: 310px;
	}
	.catbrend-area .nav-catbrend li.active:after {
		bottom: -92px;
		border: 75px solid transparent;
	}
	.brend-subkat .product-item li a {
		width: 75%;
	}
	footer .list-footer {
		padding-top: 10px;
	}
	footer .list-footer ul {
		padding-left: 0;
	}
	.fast-cart .open-input input {
		max-width: 120px;
	}
	.info-header .order-nav-area .profile-button {
		margin-right: 10px;
	}
	.info-header .order-nav-area .phone-button {
		margin-right: 10px;
	}
	.info-header .order-nav-area .sersh-button {
		margin-right: 10px;
	}
	.info-header .mob-menu {
		margin-right: 5px;
		margin-bottom: 2px;
	}
	.col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 359px) {
	.product .product__btns {
		min-height: 20px;
	}
	.product .product__btn-discount {
		font-size: 11px;
		padding: 7px 9px 7px 29px;
	}
	.product .product__btn-discount.product__btn-discount--active {
		padding: 7px 29px 7px 9px;
	}
	.product .product__btn-discount__slider {
		width: 22px;
		height: 22px;
		top: 4px;
	}
	.product .product__btn-discount.product__btn-discount--active .product__btn-discount__slider {
		left: 61px;
	}
	.product .product__btn-add-to-cart {
		font-size: 11px;
	}
	.product .product__btn-get-discount {
		padding: 12px 5px 10px 5px;
		font-size: 11px;
	}
	.product .product__btn-get-discount.product__btn-get-discount--show {
		width: 133px;
	}
	.content .product-section .slider-product .product {
		/*padding: 63px 16px 16px 113px;*/
	}
	.content .product-section .slider-product .product .art {
		left: 124px;
	}
	.content .product-section .slider-product .product .product__image-container {
		width: 75px;
	}
	.content .product-section .slider-product .product .product__btns {
		/*margin-left: -102px;*/
	}
	.content .product-section .slider-product .product .product__btn-discount {
		font-weight: 500;
		font-size: 11px;
		padding: 9px 6px 5px 28px;
	}
	.content .product-section .slider-product .product .product__btn-discount.product__btn-discount--active {
		padding: 9px 28px 5px 6px;
	}
	.content .product-section .slider-product .product .product__btn-discount.product__btn-discount--active .product__btn-discount__slider {
		left: 57px;
	}
	.content .product-section .slider-product .product .product__btn-discount__slider {
		width: 22px;
		height: 22px;
		top: 5px;
	}
	.content .product-section .slider-product .product .product__btns {
		/*margin-top: 40px;*/
	}
	.content .product-section .slider-product .product__btn-add-to-cart {
		font-size: 11px;
		padding: 11px 55px 10px 15px
	}
	.content .product-section .slider-product .product .product__btn-get-discount {
		font-size: 11px;
		padding: 13px 4px 12px 4px;
	}
	.content .product-section .slider-product .product .product__btn-get-discount.product__btn-get-discount--show {
		width: 152px;
	}
	.content .product-section .slider-product .product .prise-quantity .prise {
		font-size: 14px;
	}
	.content .product-section .slider-product .product .old-prise-bonus .oldprise {
		padding-top: 0;
	}
	.catbrend-area .category-but__menu .category-but__menu-left {
		max-height: 60vh;
	}
	/*.catbrend-area .brend-sidebar ul {*/
	/*	max-height: 50vh;*/
	/*}*/
	header .heiht-header {
		height: 60vh;
		box-shadow: 0px 300px 0 rgb(0 0 0 / 50%);
		padding-bottom: 24px;
	}

}