

/* Start:/local/templates/korm72_2023/css/main.css?177139481133086*/
:root {
	--burger-margin-left: calc(80% + 10px);
	--container-max-width: 1240px;
	--gutter: 10px;
	--item-gutter: 10px;
	--bar-height: 50px;
}

* {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

@font-face {
	font-family: "Roboto";
	src: url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Regular.eot");
	src: url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Regular.eot?#iefix")format("embedded-opentype"),
	url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Regular.woff") format("woff"),
	url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto";
	src: url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-.eot");
	src: url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Italic.eot?#iefix")format("embedded-opentype"),
	url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Italic.woff") format("woff"),
	url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto";
	src: url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Bold.eot");
	src: url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Bold.eot?#iefix")format("embedded-opentype"),
	url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Bold.woff") format("woff"),
	url("/local/templates/korm72_2023/css/../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
input:focus {
	outline: none;
}
body {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #4d7185;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5 {
	color: #4d7185;
	font-weight: normal;
}
h1 {
	font-size: 1.1rem;
	font-weight: bold;
}
h2 {
	font-size: 20px
}
.hidden {
  display: none; }

.container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 var(--gutter);
}


/* */

.bar {
	background: #00a8f5;
  background: -webkit-linear-gradient(bottom, #0098de, #00a8f5);
  background: -o-linear-gradient(bottom, #0098de, #00a8f5);
  background: linear-gradient(to top, #0098de, #00a8f5);
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	height: var(--bar-height);
	width: 100%;
	z-index: 100;
}

.bar__container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.mmenu-block {
	display: flex;
	align-items: center;
	flex: 0 0 var(--bar-height);
}

.hamb {
	display: flex;
	align-items: center;
	padding: calc((var(--bar-height) - 30px) / 2);
}
body.mm-body--open .hamb {
	position: absolute;
	left: var(--mm-width);
}

.hamb-bar {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 1em;
	background-color: #fff;
	margin: 6px auto;
	transition-duration: 0.2s;
}

.hamb-bar:first-child {
	margin-top: 0;
}

.hamb-bar:last-child {
	margin-bottom: 0;
}

body.mm-body--open .hamb-bar:nth-child(2) {
	opacity: 0;
}

body.mm-body--open .hamb-bar:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}
body.mm-body--open .hamb-bar:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

.mm li.Selected > a:before {
	font-family: korm;
	content: "\e80b";
	font-size: 15px;
	color: #cbcbcb;
	display: block;
	position: absolute;
	top: 13px;
	top: calc((var(--mm-item-height) - 24) / 2);
	right: 25px;
	right: calc(var(--mm-item-height) / 2);
}

/* */

.header-top, .header-bottom {
	display: none;
}

.search-block {
	display: flex;
	align-items: center;
	flex: 0 0 var(--bar-height);
}

.search-block__button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	background: none;
	width: var(--bar-height);
	height: 100%;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.search-block__panel {
	display: none;
	position: absolute;
	align-items: flex-start;
	top: 0;
	left:  0;
	width: 100%;
	height: 100vh;
	background: #fff;
	padding: 15px;
	z-index: 2;
}

.user-menu__panel .close-button, .search-block__panel .close-button {
	background: none;
	flex: 0 0 44px;
	border: none;
	width: 44px;
	height: 44px;
	order: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.search-block.opened .search-block__panel {
	display: flex;
}

.search-input {
	border-radius: 14px 14px 0 0;
	padding: 2px;
	flex: 1;
}
.search-block.active .search-input {
	background-color: #f1f1f1;
}

#title-search {
	background-color: #5d707a;
	border-radius: 12px;
	padding: 2px;
}

.search-input form {
	display: flex;
	justify-content: space-between;
	background-color: #5d707a;
	border-radius: 10px;
}
.search-input input {
	flex-grow: 1;
	height: 40px;
	background-color: #fff;
	border: none;
	font-size: 16px;
	color: #000;
	padding: 0 10px;
	border-radius: 10px;
	width: 100%;
}
.search-input button {
	background: #5d707a;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

/* */

.cart-block {
	display: flex;
	align-items: center;
	flex: 0 0 var(--bar-height);
}

.cart-button {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: var(--bar-height);
	height: var(--bar-height);
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.order-button {
	display: none;
}

.cart-notify {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	background-color: #49bf00;
	position: absolute;
	top: 8px;
	right: 9px;
	text-align: center;
}

.cart-notify span {
	font-size: 10px;
	line-height: 16px;
	display: block;
	font-weight: bold;
	color: #ffffff;
}

/* */

.user-menu {
	display: flex;
	align-items: center;
	flex: 0 0 var(--bar-height);
}

.user-menu__button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	background: none;
	width: var(--bar-height);
	height: 100%;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.user-menu.opened .user-menu__button {
	color: #4d7185;
}

.user-menu__panel {
	display: none;
	position: absolute;
	top: 0;
	left:  0;
	height: 100vh;
	width: 100%;
	background: #fff;
	padding: 20px 15px;
	justify-content: center;
	z-index: 2;
	padding-top: 64px;
}
.user-menu.opened .user-menu__panel {
	display: flex;
}

.user-menu__panel .close-button {
	position: absolute;
	top: 15px;
	right: 15px;
}

.user-menu__panel ul, .user-menu__panel li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.user-menu__panel li.logout {
	text-align: center;
	margin-top: 20px;
}

.user-menu__panel li a {
	display: flex;
	gap: 5px;
	padding: 10px;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #000;
	font-size: 12pt;
}

.user-menu__panel li.logout a {
	justify-content: center;
}

.user-menu__links {
	display: none;
}

/* */

.logo-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
}

.logo-block img {
	height: 16px;
	width: auto;
}

.mm-body--open .logo-block img, .mm-body--open .user-menu  i, .mm-body--open .search-block i, .mm-body--open .cart-block i {
	/* затемняем иконки в верхней панели при открытом мменю */
	opacity: .35;
}


.content__head {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: var(--gutter);
}


/* */

.main-content {
	margin-top: calc(var(--bar-height) + var(--gutter));
	display: flex;
	flex-direction: column;
}

.main-page-content {
	margin-top: calc(var(--bar-height) + var(--gutter));
	display: flex;
	flex-direction: column;
	gap: var(--gutter);
}

.sideblock__title {
	background-color: #d8e6ec;
	padding: 10px 15px;
	border-radius: 10px 10px 0 0;
}

.sideblock__content ul {
	border: 1px solid #d8e6ec;
	border-radius: 0 0 10px 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sideblock__content ul li {
	border-bottom: 1px solid #d8e6ec;
	border-top: 1px solid #fafafa;
}

.sideblock__content ul li:first-child {
	border-top: none;
}

.sideblock__content ul li:last-child, .sideblock__content ul li:last-child a {
	border-bottom: none;
	border-radius: 0 0 10px 10px;
}

.sideblock__content ul li a {
	display: block;
	background-color: #eef3f5;
	padding: 10px 15px;
	text-decoration: none;
	color: #4d7185;
}

.sideblock__content ul li a:hover {
	text-decoration: none;
	background-color: #fafafa;
	color: #4d7185;
}

/* main page */

.main-navigation {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gutter);
	padding: var(--gutter);
	border-radius: 15px;
	background: #00a8f5;
}

.main-navigation > div {
	flex: 0 0 100%;
	padding: var(--gutter);
	background: #fff;
	border-radius: 10px;
}

.navigation-block {
	display: flex;
	flex-direction: column;
	gap: var(--gutter);
}

.navigation-block__title {
	font-size: 1.5rem;
}

.main-about {
	display: flex;
	flex-direction: column;
	gap: var(--gutter);
	border-radius: 15px;
	padding: 	var(--gutter);
	background: #d8e6ec;
}

.main-about__image {
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/local/templates/korm72_2023/css/../img/main_page_image2.jpg);
}

.main-about__image::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.main-about__text h1 {
	font-size: 1.5rem;
	font-weight: normal;
}

.main-about__text p {
	font-size: 1rem;
}

/* element page */

.element-content {
	margin-top: calc(var(--bar-height) + var(--gutter));
}

.element-content__body {
	display: flex;
	flex-direction: column;
	gap: var(--gutter);
}

.photo-slider {
	width: 100%;
}

.photo-slider__q {
	padding-top: 100%;
}

.product-info {
	display: flex;
	flex-direction: column-reverse;
/*	gap: var(--gutter);*/
}

.product-info > div {
	margin-bottom: var(--gutter);
}

.offer-block {
	background-color: #eaeaea;
	padding: var(--gutter);
	border-radius: 10px;
	position: sticky;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: var(--item-gutter);
}

.offer-block .price-block {
	justify-content: center;
}

.offer-block .scu-block {
/*	margin: 10px 0;*/
}

.offer-block .scu-block ul {
	justify-content: center;
}

.offer-block .not-available span {
	display: block;
	padding: 10px 30px;
	font-size: 1rem;
	text-align: center;
	margin-top: calc(-1 * var(--item-gutter));
}

.new-advantages {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 10px;
	flex-direction: column;
	order: 2
}

.new-advantages__item {
	display: flex;
	gap: 20px;
	align-items: center;
	flex: calc((100% - 80px) / 3);
}

.new-advantages__item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #d8e6ec;
	font-size: 20px;
}

.welcome-text {
	margin: var(--gutter) 0;
	background-color: #eee;
	border-radius: 20px;
	padding: 20px;
	order: 3;
}
.welcome-text h1 {
	font-size: 1.4rem;
	margin: 0;
	margin-bottom: 40px;
}
.welcome-text p {
	font-size: 1rem;
}

.main-page-navigation {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gutter);
	order: 4;
}

.main-page-navigation-block {
	display: flex;
	flex-direction: column;
	gap: var(--gutter);
	flex: 0 0 100%;
	padding: 40px 20px;
	border-radius: 20px;
	background-color: #d8e6ec;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 70%;
}

.main-page-navigation-block.for-dogs {
	background-image: url(/local/templates/korm72_2023/css/../img/category_pict_dogs.jpg);
}

.main-page-navigation-block.for-cats {
	background-image: url(/local/templates/korm72_2023/css/../img/category_pict_cats.jpg);
}

.main-page-navigation-block__title {
	font-size: 1.5rem;
	text-align: right;
}




.advantages {
	display: flex;
	flex-direction: column;
	gap: 10px;
	order: 3;
	align-items: center;
}

.advantages__item {
	display: flex;
	gap: 5px;
	align-items: center;
}

.advantages__item i {
	font-size: 1.1rem;
}

.advantages__item span {
	font-size: 0.8rem;
}

.advantages__main-page {
	display: none;
}

.features {
	font-size: 0.8rem;
	text-align: center;
}

.features__row {
	display: flex;
	border-bottom: 1px dotted #d8e6ec;
}

.features__row:last-child {
	border-bottom: none;
}

.features__col {
	flex: 0 0 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.features__col:nth-child(2n) {
	border-left: 1px dotted #d8e6ec;
}

.description {
}

.description p {
	line-height: 1.4;
}

.details-link button {
	padding: 8px;
	border: none;
	background: none;
	font-size: 0.9rem;
	color: #4d7185;
	cursor: pointer;
	border: 1px solid #4d7185;
	border-radius: 10px;

}

.details-link button span {
/*	border-bottom: 1px dotted #4d7185;*/
}

.details-link button:hover {
	color: #2d4450;
	border: 1px solid #2d4450;
}

.details-link button:hover span {
/*	border-bottom: 1px dotted #2d4450;*/
}



/* mega menu */

.sm-blocker {
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 100%;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	transition: opacity .2s ease 0s;
}

body.sm-open .sm-blocker {
	z-index: 999;
	opacity: 1;
	top: 0;
}

.shop-menu {
	width: 100%;
	background: #00a8f5;
	background: linear-gradient(to top, #0098de, #00a8f5);
	border-radius: 10px;
	margin-bottom: 0;
	position: relative;
	padding: 0 20px;
}

.shop-menu > ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-menu > ul > li > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #c8e9f8;
	font-size: 16px;
}

.shop-menu > ul > li.containing--open > a, .shop-menu > ul > li > a:hover {
	color: #fff;
}


.shop-menu > ul > li.containing > a {
	position: relative;
	padding-right: 30px;
}
.shop-menu > ul > li.containing > a::after {
	position: absolute;
	right: 15px;
	top: 17px;
	font-family: korm;
	content: "\f107";
	font-size: 15px;
	transition-duration: 0.2s;
}

.shop-menu > ul > li.containing .mega {
	display: none;
	position: absolute;
	left: 0;
	background: #d8e6ec;
	background: #0098de;
	width: 100%;
	min-height: 100px;
	top: 100%;
	border-radius: 0 0 10px 10px;
}

.shop-menu > ul > li.containing--open .mega {
	display: flex;
	padding: var(--gutter);
	gap: var(--gutter);
	align-items: stretch;
}

.shop-menu > ul > li.containing--open > a::after {
	transform: rotate(180deg);
}

.mega .mega-image {
	flex: 0 0 180px;
	background-color: #f5f5f5;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-radius: 10px;
}

.for-dogs .mega-image {
	background-image: url('/local/templates/korm72_2023/css/../img/dogs_menu.jpg');
	background-image: -webkit-image-set(
	url('/local/templates/korm72_2023/css/../img/menu/dogs_menu.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/dogs_menu.jpg') type('image/jpg')
	);
	background-image: image-set(
	url('/local/templates/korm72_2023/css/../img/menu/dogs_menu.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/dogs_menu.jpg') type('image/jpg')
	);
}

.for-cats .mega-image {
	background-image: url('/local/templates/korm72_2023/css/../img/cats_menu.jpg');
	background-image: -webkit-image-set(
	url('/local/templates/korm72_2023/css/../img/menu/cats_menu.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/cats_menu.jpg') type('image/jpg')
	);
	background-image: image-set(
	url('/local/templates/korm72_2023/css/../img/menu/cats_menu.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/cats_menu.jpg') type('image/jpg')
	);
}

.mega-content {
	flex: 1;
	padding: var(--gutter);
	background: #f5f5f5;
	border-radius: 10px;
	color: #404040;
}

/*.mega-content.mega-content--main {
	flex: 0 0 auto;
}*/

.mega-content__title {
	font-size: 1.5rem;
	margin-bottom: var(--gutter);
}

/*.mega-content__list {
	display: flex;
	gap: 60px;
	font-size: 1.05rem;
}*/

.mega-content__list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mega-content__list ul, .mega-content__list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mega-content__list li > a {
	color: #5a5a5a;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	transition: 0.2s;
}

.mega-content__list li > a.show-all {
	color: #007bff;
	border-color: #007bff;
	position: relative;
	padding-right: 30px;
}

.mega-content__list li > a.show-all::after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: korm;
	content: "\f105";
}

.mega-content__list li > a:hover {
	color: #404040;
	border-color: #404040;
}

.mega-content__list li > a.show-all:hover {
	color: #fff;
	background: #007bff;
	border-color: #007bff;
}

.mega-content__popular {
	margin-top: var(--gutter);
}

.mega-content__popular > span {
	color: #a1a1a1;
	font-size: 0.8rem;
}

.mega-content__popular > div {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.mega-content__popular > div > a {
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.mega-content__popular > div > a .brand-logo {
	display: block;
	flex: 0 0 60px;
	width: 60px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: .2s;
}

.mega-content__popular > div > a:hover .brand-logo {
	transform: scale(1.1);
}

.mega-content__popular .brand-logo:after {
	display: block;
	content: '';
	padding-bottom: 100%;
}

.brand-logo__rc {
	background-image: url('/local/templates/korm72_2023/css/../img/menu_logo_rc.jpg');
	background-image: -webkit-image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_rc.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_rc.jpg') type('image/jpg')
	);
	background-image: image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_rc.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_rc.jpg') type('image/jpg')
	);
}

.brand-logo__grandorf {
	background-image: url('/local/templates/korm72_2023/css/../img/menu_logo_grandorf.jpg');
	background-image: -webkit-image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_grandorf.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_grandorf.jpg') type('image/jpg')
	);
	background-image: image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_grandorf.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_grandorf.jpg') type('image/jpg')
	);
}

.brand-logo__karmy {
	background-image: url('/local/templates/korm72_2023/css/../img/menu_logo_karmy.jpg');
	background-image: -webkit-image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_karmy.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_karmy.jpg') type('image/jpg')
	);
	background-image: image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_karmy.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_karmy.jpg') type('image/jpg')
	);
}

.brand-logo__pb {
	background-image: url('/local/templates/korm72_2023/css/../img/menu_logo_pb.jpg');
	background-image: -webkit-image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_pb.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_pb.jpg') type('image/jpg')
	);
	background-image: image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_pb.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_pb.jpg') type('image/jpg')
	);
}

.brand-logo__nd {
	background-image: url('/local/templates/korm72_2023/css/../img/menu_logo_nd.jpg');
	background-image: -webkit-image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_nd.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_nd.jpg') type('image/jpg')
	);
	background-image: image-set(
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_nd.webp') type('image/webp'),
	url('/local/templates/korm72_2023/css/../img/menu/menu_logo_nd.jpg') type('image/jpg')
	);
}

.mega-content__all {
	margin-top: var(--gutter);
	display: flex;
	justify-content: flex-end;
}
.mega-content__all a {
	display: block;
	padding: 8px 15px;
	padding-right: 25px;
	color: #007bff;
	border: 1px solid #007bff;
	border-radius: 5px;
	text-decoration: none;
	transition: .2s;
	position: relative;
}

.mega-content__all a:hover {
	background: #007bff;
	color: #fff;
}

.mega-content__all a::after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: korm;
	content: "\f105";
}



body.sm-open .shop-menu {
	z-index: 1000;
	border-radius: 10px 10px 0 0;
}



/* accordions */



.accordion__title{
	position: relative;
	cursor: pointer;    
}

.accordion__title--no-use {
	color: #E97935;
}

.accordion__content{
	transition: all .2s ease;
	opacity: 1;
	overflow: hidden;
}

.accordion__content:not(.active) {
	max-height: 0;
	opacity: 0;
}

/* Breadcrumbs */

ul.breadcrumbs, li.breadcrumbs__item {
	margin: 0;
	padding: 0;
	list-style: none;
} 

.breadcrumbs {
	border-radius: 5px;
	color: #9dbbcc;
	font-size: 0.8rem;
	font-style: italic;
	margin-bottom: 5px;
	display: none;
	column-gap: 5px;
}

.breadcrumbs__item:after {
	font-family: korm;
	content: '\f105';
	padding-left: 3px;
}

.breadcrumbs__item:last-child:after {
	display: none;
}

.breadcrumbs__item a {
	color: #9dbbcc;
	text-decoration: none;
}

.breadcrumbs__item a:hover {
	text-decoration: underline;
}


/* Catalog pages */

.main-content__body {
	display: flex;
	flex-direction: column;
	gap: var(--gutter);
}

.cat-title {
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	text-align: center;
}

.cat-title h1 {
	margin: 0;
	padding: 0;
}

.cat-switches {
	display: flex;
	width: 100%;
	padding: 3px;
	gap: 3px;
	background: #eef3f5;
	background: #d8e6ec;
	border-radius: 5px;
}

.cat-switches__item {
	border-radius: 5px;
	flex: 0 0 calc(50% - 1.5px);
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	color: #4d7185;
	cursor: pointer;
}

.cat-switches__item--active {
	background: #fff;
	cursor: default;
}

.sideblock {
	display: none;
}

.catalog-container {
	display: flex;
	justify-content: start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: var(--gutter);
}

.catalog__row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gutter);
}

.item {
	display: flex;
	flex: 0 0 100%;
	position: relative;
	
}

.item__wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
}

.item:after {
	display: block;
	content: "";
	height: 5px;
	width: calc(100% + (var(--gutter) * 2));
	background-color: #eef3f5;
	position: absolute;
	bottom: 0;
	left: calc(var(--gutter) * (-1));
}

.catalog__row:nth-last-of-type(1) .item:nth-last-of-type(1):after {
	display: none;
}

.item__top-block {
	display: flex;
	gap: var(--item-gutter);
}

.item__image {
	flex: 0 0 30%;
}

.item__image a {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
}

.item__image a span.product-photo {
	padding-top: 100%;
	display: block;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.item__image img {
	max-width: 100%;
}

.item__middle-block {
	display: flex;
	flex-direction: column;
	gap: var(--item-gutter);
}

.item__middle-block .title-block a {
	color: #4d7185;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.2;
}

.item__middle-block .desc-block {
	font-size: 0.8rem;
	line-height: 1.2;
}

.scu-block ul, .scu-block ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: 0.5em;
}

.scu-block ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: var(--item-gutter);
}

.scu-block ul > li > div {
	padding: 8px;
	border-radius: 0.5em;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	background: #fff;
}

.scu-block ul > li.notallowed > div {
	position: relative;
	cursor: default;
}

.scu-block ul > li.notallowed > div:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(225, 225, 225, 0.6);
	border-radius: 0.5em;
}

.scu-block ul > li.selected > div, .scu-block ul > li:hover > div {
	border-color: #4c4c4c;
	color: #000;
}

.price-block {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	column-gap: var(--item-gutter);
}

.price-block.price-block--promo {
	align-items: flex-start;
	flex-direction: column;
}

.price-block span.price {
	font-weight: bold;
	font-size: 1.5rem;
	color: #007bff;
}

.promo-price-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: var(--item-gutter);
	padding: 10px;
	border-radius: 10px;
	background-color: #ffdd00;
	color: #000;
	border:none;
	text-align: center;
	cursor: pointer;
}

.promo-price-block::before {
	position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    font-family: korm;
    content: "\e830";
    font-size: 20px;
    color: #cbab4f;
}

.price-block .promo-price-block span.price {
	color: #000;
}

.price-block span.small-text {
	font-size: 0.7rem;
}

.price-block span.old-price {
	color: #000;
	font-size: 1rem;
	text-decoration: line-through;
}

.item__bottom-block {
	padding: calc(var(--item-gutter) * 1.5) 0;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: var(--item-gutter);
}

.item__bottom-block .button-block {
/*	flex: 0 0 calc(70% - var(--item-gutter) / 2);*/
	flex: 0 0 100%;
}

.button-block button, .button-block a {
	display: block;
	background-color: #00a8f5;
	font-size: 0.9rem;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	border: none;
	cursor: pointer;
}

.button-block button:hover, .button-block a:hover {
	background-color: #0079b2;
}

.button-block .not-available {
	display: block;
	font-size: 0.9rem;
	color: #000;
	padding: 8px 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.quantity-block {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
}

.quantity-buttons {
	width: 100%;
	display: flex;
	align-items: stretch;
}

.quantity-buttons button {
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	background: #00a8f5;
	border: 1px solid #00a8f5;
	cursor: pointer;
	font-size: 1.2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quantity-buttons button.quantity-down {
	border-radius: 5px 0 0 5px;
}

.quantity-buttons button.quantity-up {
	border-radius: 0 5px 5px 0;
}

.quantity-buttons button:disabled {
	background: #e2e2e2;
	border-color: #dcdcdc;
	color: #a6a6a6;
	cursor: default;
}

.quantity-value-container {
	flex: 1;
	height: 38px;
	text-align: center;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.quantity-block a.go-to-cart {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	background: #47c706;
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}

.quantity-block a.go-to-cart:hover {
	background: #40b704;
}


.delivery-block {
/*	flex: 0 0 calc(70% - var(--item-gutter) / 2);*/
	flex: 0 0 100%;
	font-size: 0.8rem;
	text-align: center;
}



/* sections */

.smart-filter-items {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.smart-filter-items button {
	padding: 5px 10px;
	padding-right: 25px;
	background: #00a8f5;
	border-radius: 10px;
	border: none;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: .2s;
}

.smart-filter-items button:after {
	position: absolute;
	font-family: 'korm';
	content: '\e819';
	right: 10px;
	top: calc(50% - 7px);
	font-size: 14px;
}

.smart-filter-items button:hover {
	background: #0079b2;
}

.sections-container {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gutter);
	margin-bottom: 20px;
}

.sections-item {
	flex: 0 0 calc((100% - (2 * var(--gutter))) / 3 );
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-decoration: none;
	color: #4d7185;
}

.sections-item__image {
	border-radius: 15px;
	overflow: hidden;
}

.sections-item__link {
	transition: .2s;
	text-align: center;
}

.sections-item__image .img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform ease .2s;
	border-radius: 15px;
}

.sections-item__image .img::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.sections-item:hover .img {
	transform: scale(1.1);
}

.sections-item:hover .sections-item__link {
	color: #000;
}

/* brands */

.brands-container {
	background: #f5f5f5;
	border-radius: 10px;
}

.brands-container .accordion__title {
	width: 100%;
	text-align: left;
	border: 0;
	color: #4d7185;
	padding: 15px;
    padding-right: 43px;
	background: #f5f5f5;
	position: relative;
	cursor: pointer;
	font-size: 1rem;
	border-radius: 10px;
}

.brands-container .accordion__title:before {
	position: absolute;
	top: calc(50% - 12px);
	right: 15px;
	font-family: korm;
	content: "\f107";
	font-size: 21px;
}

.brands-container .accordion__title.active:before {
    transform: rotate(180deg);
}

.brands-container .accordion__content > div {
	display: flex;
	flex-wrap: wrap;
	padding: var(--item-gutter);
	padding-top: 0;
	gap: var(--item-gutter);
	border-radius: 15px;
}

.brands-item {
	flex: 0 0 calc((100% - var(--item-gutter) * 3) / 4);
	overflow: hidden;
	border-radius: 10px;
}

.brands-item__image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform ease .2s;
	border-radius: 10px;
}

.brands-item__image:before {
	display: block;
	content: '';
	padding-bottom: 100%;
}

.brands-item:hover .brands-item__image {
	transform: scale(1.1);
}

/* footer */

.footer {
	margin-top: 60px;
	background: linear-gradient(to bottom, #B9E9FF, #66CFFF);
	background: #eef3f5;
	padding: 20px 0;
	color: #6b828f;
}



.footer__subscribe {}

.footer__content-col {
  border-bottom: 1px solid #d8e6ec;  
}

.footer-nav__content ul, .footer-nav__content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav__content ul, .adress_info {
	padding: 0 20px;
	margin-bottom: 20px;
}

.adress_info {
	line-height: 1.4;
}

.footer-nav__content ul li {
	display: block;
	padding: 2px 4px;
}

.footer-nav__content a,
.footer__copiright a {
	text-decoration: none;
	color: #6b828f;
}

.footer__content-col--contacts {
	font-style: normal;
}

.footer-nav__title {
	display: block;
	padding: 10px;
	position: relative;
	cursor: pointer;
	color: #6b828f;
	background: none;
	border: none;
	font-size: 1rem;
	width: 100%;
	text-align: left;
}

.footer-nav__title::before {
	position: absolute;
	top: 8px;
	right: 20px;
	font-family: korm;
	content: "\f107";
	font-size: 22px;
}

.footer-nav__title.active::before{
	transform: rotate(180deg);
}



.footer__copiright {
	margin-top: 20px;
}

/* modals */

.modal {
	--transition-time: 0.3s;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0,0,0, 0.5);
	cursor: pointer;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--transition-time), visibility var(--transition-time);
	margin: 0!important;
}

.modal::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.modal__container {
	position: relative;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	display: none;
	vertical-align: middle;
	background-color: #fff;
	cursor: default;
	text-align: left;
}


	.modal__container {
		max-width: 600px;
		width: 80%;
		margin: 20px auto;
	}


.modal.is-open {
	opacity: 1;
	visibility: visible;
	transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal__container.modal-open {
	display: inline-block;
}

.modal-close {
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border: none;
	background: none;
	color: #4d7185;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
}

.modal-content {
	padding: 30px	15px;
	padding-top: 45px;
}

.modal-close:hover {
	color: #314d5d;
}

.royal-modal .modal__container {
	max-width:400px;
	border-radius:20px;
}

.royal-modal .modal__container .modal-content > div {
	display:flex;
	flex-direction:column;
	gap: 15px;
}

.royal-modal .modal__container .modal-content > div > img {
	display:block;
	width:100%;
	margin:0;
	border-radius: 10px;
}

span.royal-modal__title {
	font-size:1.4rem;
	font-weight:bold;
}

span.royal-modal__text {
	position: relative;
	font-size:0.9rem;
	position:relative;
	padding:0 20px;
}

span.royal-modal__text::after {
	position: absolute;
    left: 10px;
    top: 2px;
    font-family: korm;
    content: "\f105";
}

a.royal-modal__link {
	display: block;
    background-color: #00a8f5;
    font-size: 0.9rem;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
}

a.royal-modal__link:hover {
	background-color: #0079b2;
}

.fade {
	opacity: 0;
}

.fade.animate-open {
	opacity: 1;
}

.disable-scroll {
	position: relative;
	overflow: hidden;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.table-container {
	overflow-x: scroll;
}

.table-container table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	white-space: nowrap;
}

.table-container th, .table-container td {
	text-align: center;
	padding: 10px;
}

.table-container td:nth-child(even) {
	background: #f5f5f5;
}

/*.table-container tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}*/

.lazyload {
	text-align: center;
}

.lazyload button {
	background-color: #ff9900;
	font-size: 0.9rem;
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
	margin: 15px 0;
	width: 100%;
	max-width: 480px;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: .2s;
}

.lazyload button:hover {
	background-color: #ffbe00;
}

.auth-block {
	display: flex;
	justify-content: center;
	padding: 20px;
}
/* End */


/* Start:/local/templates/korm72_2023/css/media.css?172077350713269*/
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
/*		.mm-body--open .logo-block img, .mm-body--open .user-menu  i, .mm-body--open .search-block i, .mm-body--open .cart-block i {
		/* затемняем иконки в верхней панели при открытом мменю */
/*		opacity: .35;
	}*/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom */
@media only screen and (min-width : 340px) {
	.bar__container {
		padding: 0 var(--gutter);
	}
}

/* Custom */
@media only screen and (min-width : 375px) {
	:root {
		--bar-height: 60px;
		--gutter: 20px;
	}


	.item {
		flex: 0 0 calc(50% - 10px);
	}

	.catalog__row:nth-last-of-type(1) .item:nth-last-of-type(2):after {
		background-color: #fff;
		left: -8px;
	}

	.item:nth-child(2n):before {
		content: "";
		width: 4px;
		height: calc(100% + var(--gutter));
		background-color: #eef3f5;
		position: absolute;
		left: -12px;
		top: calc(var(--gutter) * (-1));
	}

	.item__middle-block {
		text-align: center;
		flex: 1;
	}

	.item__top-block {
		flex-wrap: wrap;
	}

	.item__image {
		flex: 0 0 100%;
	}

	.item__image a {
		max-width: 60%;
	}

	.item__middle-block .scu-block ul {
		justify-content: center;
	}

	.item__middle-block .price-block {
		justify-content: center;
	}

	.price-block.price-block--promo {
		align-items: center;
		flex-direction: column;
	}

	.promo-price-block {
		align-items: center;
	}

	.item__bottom-block {
		margin-bottom: 0;
		display: block;
	}

	.delivery-block {
		display: block;
		margin-top: var(--item-gutter);
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	h1 {
		font-size: 1.4rem;
	}
	
	span.mobile {display: none;}

	.cat-title {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		text-align: left;
	}

	.cat-switches {
		width: auto;
		flex: 0 0 content;
	}

	.cat-switches__item {
		flex: 0 0 content;
	}


	.lazyload button {
		padding: 10px 30px;
		width: auto;
	}



	.offer-block .button-block button {
		width: 250px;
		padding: 10px 30px;
		font-size: 1rem;
	}

	.offer-block .quantity-buttons {
		width: 250px;
		margin: 0 auto;
	}

	.offer-block .quantity-block a.go-to-cart {
		width: 250px;
	}

	.advantages {
		flex-direction: row;
		border: 1px solid #eaeaea;
		border-radius: 10px;
		padding: 10px;
		align-items: flex-start;
	}

	.advantages__item {
		flex-direction: column;
		text-align: center;
	}

	.new-advantages {
		flex-direction: row;
		align-items: flex-start;
	}
	.new-advantages__item {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
	.new-advantages__item .icon {
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.main-page-navigation-block {
		padding-left: 20%;
		background-size: contain;
	}

	.brands-item {
		flex: 0 0 calc((100% - var(--item-gutter) * 5) / 6);
	}

}

/* Custom  */
@media only screen and (min-width : 555px) {
	
	body.mm-body--open .hamb {
		left: var(--mm-max-width);
	}
	.breadcrumbs {
		display: flex;
	}

	.main-navigation > div {
		flex: 0 0 calc(50% - calc(var(--gutter) / 2));
	}

	.main-about {
		flex-direction: row;
		padding: 0;
		background: none;
	}

	.main-about__image {
		flex: 0 0 calc(50% - var(--gutter) / 2);
	}

	.main-about__text {
		flex: 0 0 calc(50% - var(--gutter) / 2);
	}

	.welcome-text {
		margin: 40px 0;
		padding: 0;
		background: none;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.advantages.advantages__main-page {
		display: flex;
		order: 0;
		gap: 30px;
		border: none;
		background: #d8e6ec;
	}

	.advantages__main-page .advantages__item {
		flex-direction: row;
		gap: 10px;
		text-align: left;
	}

	.advantages__main-page .advantages__item i {
		font-size: 1.3rem;
	}

	.new-advantages {
		padding: 20px;
		order: 1;
	}
	.main-page-navigation-block {
		flex: 0 0 calc(50% - var(--gutter) / 2);
	}

	
	.item {
		flex: 0 0 calc(33.3% - 14px);
	}

	.item:nth-child(2n):before {
		display: none;
	}

	.catalog__row:nth-last-of-type(1) .item:nth-last-of-type(3):after {
		background-color: #fff;
		left: -8px;
	}

	.item:nth-child(3n):before, .item:nth-child(3n - 1):before {
		display: block;
		content: "";
		width: 4px;
		height: calc(100% + var(--gutter));
		background-color: #eef3f5;
		position: absolute;
		top: calc(var(--gutter) * (-1));
		left: -12px;
	}


	.main-about__image {
		flex: 0 0 calc(40% - var(--gutter) / 2);
	}

	.main-about__text {
		flex: 0 0 calc(60% - var(--gutter) / 2);
	}


	.element-content {
		display: flex;
		flex-direction: column;
		gap: var(--gutter);
	}

	.element-content__body {
		display: grid;
		grid-template-columns: 40% 1fr;
	}

	.offer-block .price-block span.price {
		font-size: 2rem;
	}

	.offer-block .price-block span.old-price {
		font-size: 1.2rem;
	}



	.product-info {
		flex-direction: column;
	}
	.advantages, .features, .description {
		order: 0;
	}


	.brands-item {
		flex: 0 0 calc((100% - var(--item-gutter) * 9) / 10);
	}

	.new-advantages {
		align-items: center;
	}
	.new-advantages__item {
		flex-direction: row;
		text-align: left;

	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	:root {
		--container-max-width: 992px;
	}
	.bar {
		background: #9dbbcc;
		background: #63b7e7;
	}
	.bar__container {
		column-gap: 40px;
	}
	.mmenu-block, .logo-block, .mm-blocker.mm--open, .mm {
		display: none;
	}
	.user-menu, .cart-block {
		flex: 0 0 250px;
	}
	.user-menu__button {
		display: none;
	}

	.user-menu__panel {
		display: none!important;
	}

	.user-menu__links {
		display: flex;
		align-items: center;
	}

	.user-menu__links::before {
/*		position: absolute;
		top: 13px;
		right: 15px;*/
		font-family: korm;
		font-size: 26px;
		content: '\e82b';
		color: #fff;
		margin-right: 10px;
	}

	.user-menu__links ul, .user-menu__links li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.user-menu__links ul {
		display: flex;
		gap: 10px;
	}

	.user-menu__links li:nth-child(2n) {
		position: relative;
		padding-left: 10px;
	}

	.user-menu__links li:nth-child(2n)::before {
		content: '';
		display: block;
		position: absolute;
		width: 2px;
		height: 2px;
		background: #fff;
		left: 0;
    	top: 6px;
	}

	.user-menu__links li a {
		font-size: 0.9rem;
		color: #fff;
		text-decoration: none;
	}

	.user-menu__links li a:hover {
		text-decoration: underline;
	}


	.search-block {
		flex: 1;
	}

	.search-block__panel {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 15px 0;
		background: none;
	}

	.search-block__panel .close-button {
		display: none;
	}

	#title-search {
		padding: 0;
	}

	.search-input input {
		border-radius: 10px;
		height: 30px;
	}

	.search-block__button {
		display: none;
	}

	.cart-block {
		justify-content: flex-end;
	}
	.order-button {
		flex: 1;
		height: var(--bar-height);
		display: flex;
		flex-direction: column;
		gap: 2px;
		justify-content: center;
		align-items: center;
		background: #47c706;
		color: #fff;
		text-decoration: none;
	}

	.order-button:hover {
		background: #40b704;
	}

	span.go-to-cart {
		font-size: 0.9rem;
	}

	span.total-price {
		font-size: 0.7rem;
	}

	header {
		background: linear-gradient(to top, #ffffff, #66cfff);
	}

	.header-top, .header-bottom {
		display: block;
	}

	.header-top {
		margin-top: 60px;
		background-image: url('/local/templates/korm72_2023/css/../img/header_top.png');
		background-image: -webkit-image-set(
		url('/local/templates/korm72_2023/css/../img/header_top.webp') type('image/webp'),
		url('/local/templates/korm72_2023/css/../img/header_top.png') type('image/png')
		);
		background-image: image-set(
		url('/local/templates/korm72_2023/css/../img/header_top.webp') type('image/webp'),
		url('/local/templates/korm72_2023/css/../img/header_top.png') type('image/png')
		);
		background-position: center calc(100% + 1px);
		background-repeat: no-repeat;
		min-height: 130px;
		background-size: 350px auto;
	}

	.header-bottom {
		background-color: #fff;
		background-image: url('/local/templates/korm72_2023/css/../img/header_bottom.jpg');
		background-image: -webkit-image-set(
		url('/local/templates/korm72_2023/css/../img/header_bottom.webp') type('image/webp'),
		url('/local/templates/korm72_2023/css/../img/header_bottom.jpg') type('image/jpg')
		);
		background-image: image-set(
		url('/local/templates/korm72_2023/css/../img/header_bottom.webp') type('image/webp'),
		url('/local/templates/korm72_2023/css/../img/header_bottom.jpg') type('image/jpg')
		);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 350px auto;
		padding-top: 60px;
	}

	.header-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 130px;
		margin: 0 auto;
	}

	.header-block__contacts {
		text-align: right;
	}

	.header-block__contacts .phone {
		font-size: 1.5rem;
		font-weight: bold;
	}

	.header-block__contacts .phone i {
		color: #0098de;
	}

	.header-block__contacts .phone a {
		color: #4d7185;
		text-decoration: none;
	}
	.header-block__contacts .work-time span {
		color: #6c757d;
	}

	.content__head {
		margin-bottom: 0;
	}

	.main-page-content {
		display: block;
		margin-top: 20px;
	}

	.main-content {
		display: grid;
		grid-template-columns: 280px 1fr;
		grid-template-rows: auto 1fr;
		margin-top: 30px;
		gap: var(--gutter);
	}

	.main-content__left-block {
		order: -1;
		grid-row: 1 / 2 span;
		display: flex;
		flex-direction: column;
		gap: var(--gutter);
	}

	.main-content__left-block .menu-wrap {
		background: #eef3f5;
		background: #d8e6ec;
		padding: calc(var(--gutter) / 2);
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		gap: calc(var(--gutter) / 2);
		gap: var(--gutter);
	}

	.sideblock {
		display: block;
	}

	.sideblock {
		background: #fff;
		border-radius: 10px;
	}

	.sideblock__title {
		width: 100%;
		text-align: left;
		border: 0;
		color: #4d7185;
		padding: 15px;
		background: #fff;
		position: relative;
		cursor: pointer;
		font-size: 1rem;
	}

	.sideblock__title:before {
		position: absolute;
		top: 13px;
		right: 15px;
		font-family: korm;
		content: "\f107";
		font-size: 21px;
	}

	.sideblock__title.active:before {
		transform: rotate(180deg);
	}

	.sideblock__title:not(.active) {
		border-radius: 10px;
	}

	.sideblock__content {
		border-top: 1px solid #d8e6ec;
	}

	.sideblock__content ul {
		border: none;
	}

	.sideblock__content ul li {
		border: none;
	}

	.sideblock__content ul li a {
		background: #fff;
	}

	.sideblock__content ul li a:hover {
		background: #eef3f5;
	}

	.sideblock__content ul li.active a {
		background: #eef3f5;
		position: relative;
	}

	.sideblock__content ul li.active a:after {
		position: absolute;
		top: 10px;
		right: 15px;
		font-family: korm;
		content: "\e80b";
		font-size: 15px;
		color: #cbcbcb;
	}


	.mobile-only {
		max-height: none!important;
		opacity: 1!important;
	}





	.item:after, .item:nth-child(3n):before, .item:nth-child(3n - 1):before {
		display: none;
	}

	.item:hover .item__wrapper {
		box-shadow: 0 0 20px rgba(0,0,0,0.25);
		border-radius: 15px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 2;
	}

	.item__image a {
		max-width: 70%;

	}

	.item__middle-block, .item__bottom-block {
		padding-left: 10px;
		padding-right: 10px;
	}

	.item__bottom-block {
		display: none;
	}

	.item:hover .item__bottom-block {
		display: block;
	}



	.element-content {
		margin-top: 30px;
	}

	.quantity-buttons button {
		transition: .2s;
	}
	.quantity-buttons button:hover {
		background: #0079b2;
		border-color: #0079b2;
	}
	.quantity-buttons button:disabled:hover {
		background: #e2e2e2;
		border-color: #dcdcdc;
	}



	.footer {
		color: #6b828f;
		padding: 60px 0;
	}

	.footer__content {
		display: flex;
		justify-content: space-between;
	}

	.footer__content-col {
		flex: 0 1 calc(20% - 30px);
		border-bottom: none;
	}

	.footer-nav__title {
		padding: 0 0 4px 4px;
		cursor: default;
		font-weight: bold;
		border-bottom: 1px solid #d9d9d9;
		font-size: 0.9rem;
	}

	.footer-nav__title::before {
		display: none;
	}

	.footer__content-col ul, .footer__content-col--contacts .adress_info{
		padding: 2px 0 0 0;
		border-top: 1px solid #fff;
	}
	.footer__content-col--contacts .adress_info {
		padding: 4px;
	}

	.footer-nav__content a:hover {
		text-decoration: underline;
	}

	.footer__content-col--contacts {
		flex: 0 0 calc(40% - 30px);
	}

	.adress_info {
		border-top: 1px solid #fff;
		padding-top: 4px;
		line-height: 20px;
	}

	.sections-item {
		flex: 0 0 calc((100% - (3 * var(--gutter))) / 4 );
	}

	.brands-item {
		flex: 0 0 calc((100% - var(--item-gutter) * 8) / 9);
	}

	.welcome-text {
		max-width: 80%;
	}
	.welcome-text h1 {
		font-size: 2.2rem;
	}
	.welcome-text p {
		font-size: 1.2rem;
	}
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	.new-advantages {
		gap: 40px;
	}
	.new-advantages__item {
		gap: 20px;
	}
	.new-advantages__item .icon {
		flex: 0 0 60px;
        width: 60px;
        height: 60px;
        font-size: 20px;
	}
	.welcome-text {
		margin: 60px 0;
	}
	:root {
		--container-max-width: 1140px;
	}

	.brands-item {
		flex: 0 0 calc((100% - var(--item-gutter) * 9) / 10);
	}

}
/* End */


/* Start:/local/templates/korm72_2023/css/icons.css?16962427154306*/
@font-face {
  font-family: 'korm';
  src: url('/local/templates/korm72_2023/css/../fonts/icons/korm.eot?95886242');
  src: url('/local/templates/korm72_2023/css/../fonts/icons/korm.eot?95886242#iefix') format('embedded-opentype'),
       url('/local/templates/korm72_2023/css/../fonts/icons/korm.woff2?95886242') format('woff2'),
       url('/local/templates/korm72_2023/css/../fonts/icons/korm.woff?95886242') format('woff'),
       url('/local/templates/korm72_2023/css/../fonts/icons/korm.ttf?95886242') format('truetype'),
       url('/local/templates/korm72_2023/css/../fonts/icons/korm.svg?95886242#korm') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'korm';
    src: url('/local/templates/korm72_2023/css/../fonts/icons/korm.svg?95886242#korm') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "korm";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok:before { content: '\e800'; } /* '' */
.icon-fire:before { content: '\e801'; } /* '' */
.icon-cancel:before { content: '\e802'; } /* '' */
.icon-calendar:before { content: '\e803'; } /* '' */
.icon-cancel-2:before { content: '\e804'; } /* '' */
.icon-vk:before { content: '\e805'; } /* '' */
.icon-down-open-big:before { content: '\e806'; } /* '' */
.icon-left-open-big:before { content: '\e807'; } /* '' */
.icon-right-open-big:before { content: '\e808'; } /* '' */
.icon-up-open-big:before { content: '\e809'; } /* '' */
.icon-gift:before { content: '\e80a'; } /* '' */
.icon-ok-1:before { content: '\e80b'; } /* '' */
.icon-attention:before { content: '\e812'; } /* '' */
.icon-phone:before { content: '\e814'; } /* '' */
.icon-phone-1:before { content: '\e815'; } /* '' */
.icon-phone-2:before { content: '\e816'; } /* '' */
.icon-mail:before { content: '\e818'; } /* '' */
.icon-cancel-1:before { content: '\e819'; } /* '' */
.icon-lock:before { content: '\e81a'; } /* '' */
.icon-home:before { content: '\e822'; } /* '' */
.icon-clock:before { content: '\e823'; } /* '' */
.icon-down-open-3:before { content: '\e824'; } /* '' */
.icon-left-open-3:before { content: '\e825'; } /* '' */
.icon-cog:before { content: '\e826'; } /* '' */
.icon-location:before { content: '\e829'; } /* '' */
.icon-search:before { content: '\e82a'; } /* '' */
.icon-user:before { content: '\e82b'; } /* '' */
.icon-eye:before { content: '\e82c'; } /* '' */
.icon-truck:before { content: '\e82d'; } /* '' */
.icon-info-circled:before { content: '\e82e'; } /* '' */
.icon-credit-card:before { content: '\e82f'; } /* '' */
.icon-right-open-3:before { content: '\e830'; } /* '' */
.icon-up-open-3:before { content: '\e831'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-id-card-o:before { content: '\f2c3'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */

/* End */


/* Start:/local/templates/korm72_2023/libs/mmenu/mmenu-light.css?16966176245988*/
/*!
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */.mm,.mm a,.mm li,.mm span,.mm ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-item-height:50px;--mm-item-indent:20px;--mm-line-height:24px}.mm-hidden{display:none!important}.mm{-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);color:#444;background:#f3f3f3;line-height:24px;line-height:var(--mm-line-height);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm{cursor:pointer}.mm:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-item-height)/ 2);left:20px;left:var(--mm-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm.mm--main{cursor:default}.mm.mm--main:before{content:none;display:none}.mm:after{content:attr(data-mm-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-item-height);padding:0 40px;padding:0 calc(var(--mm-item-indent) * 2);line-height:50px;line-height:var(--mm-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,.625),0 1px 0 0 currentColor;box-shadow:0 1px 0 0 rgba(255,255,255,.625),0 1px 0 0 currentColor}.mm.mm--main:after{padding-left:20px;padding-left:var(--mm-item-indent)}.mm ul{-webkit-overflow-scrolling:touch;position:fixed;top:50px;top:var(--mm-item-height);left:100%;bottom:0;width:200%;padding-right:100%;overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm ul:after{content:'';display:block;height:50px;height:var(--mm-item-height)}.mm>ul{left:0}.mm ul.mm--open{left:0}.mm ul.mm--parent{left:-100%;overflow-y:hidden}.mm li{position:relative;background:inherit;cursor:pointer}.mm li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-item-height)/ 2);right:25px;right:calc(var(--mm-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm li:after{content:'';display:block;/*margin-left:20px;margin-left:var(--mm-item-indent);*/border-top:1px solid;opacity:.15}.mm a,.mm span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-item-height) - var(--mm-line-height))/ 2) var(--mm-item-indent)}.mm a{background:inherit;color:inherit;text-decoration:none}.mm a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-item-height))}.mm a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm span{background:0 0}.mm.mm--dark{background:#333;color:#ccc}.mm.mm--vertical:after,.mm.mm--vertical:before{content:none;display:none}.mm.mm--vertical{overflow-y:auto}.mm.mm--vertical ul{width:100%;padding-right:0;position:static}.mm.mm--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-item-indent)}.mm.mm--vertical ul ul:after{height:25px;height:calc(var(--mm-item-height)/ 2)}.mm.mm--vertical ul.mm--open{display:block}.mm.mm--vertical li.mm--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm.mm--vertical ul ul li:last-child:after{content:none;display:none}:root{--mm-width:80%;--mm-min-width:200px;--mm-max-width:440px}.mm-body--open{overflow-y:hidden;pointer-events:none}.mm{pointer-events:auto}.mm.mm--offcanvas{position:fixed;top:0;bottom:0;left:0;z-index:9995;width:80%;width:var(--mm-width);min-width:200px;min-width:var(--mm-min-width);max-width:440px;max-width:var(--mm-max-width);-webkit-transition:bottom 0s ease 0s,-webkit-transform .3s ease 0s;transition:bottom 0s ease 0s,-webkit-transform .3s ease 0s;-o-transition:transform .3s ease 0s,bottom 0s ease 0s;transition:transform .3s ease 0s,bottom 0s ease 0s;transition:transform .3s ease 0s,bottom 0s ease 0s,-webkit-transform .3s ease 0s}.mm.mm--offcanvas:not(.mm--open){bottom:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition-delay:0s,.6s;-o-transition-delay:0s,.6s;transition-delay:0s,.6s}.mm.mm--right{left:auto;right:0}.mm.mm--right:not(.mm--open){-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.mm-blocker{pointer-events:auto;display:block;position:fixed;bottom:0;right:0;background:rgba(0,0,0,.2);top:100%;z-index:9990;width:100%;opacity:0;-webkit-transition-property:opacity,top;-o-transition-property:opacity,top;transition-property:opacity,top;-webkit-transition-timing-function:ease,linear;-o-transition-timing-function:ease,linear;transition-timing-function:ease,linear;-webkit-transition-duration:.45s,0s;-o-transition-duration:.45s,0s;transition-duration:.45s,0s;-webkit-transition-delay:0s,.45s;-o-transition-delay:0s,.45s;transition-delay:0s,.45s}.mm-blocker.mm--open{top:0;z-index:9999;width:calc(100% - 80%);width:calc(100% - var(--mm-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-min-width));opacity:1;-webkit-transition-delay:.3s,0s;-o-transition-delay:.3s,0s;transition-delay:.3s,0s}.mm.mm--right{left:auto;right:0}.mm.mm--right:not(.mm--open){-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.mm-blocker.mm--right{right:auto;left:0}
/* End */


/* Start:/local/templates/korm72_2023/components/bitrix/search.title/bar_search/style.css?1701515018706*/
.title-search-results {
	padding: 10px 20px;
}

div.title-search-result {
	background: #f1f1f1;
	display:none;
	overflow:hidden;
	z-index:205;
	border-radius: 0 0 10px 10px;
	max-height: 50vh;
	overflow-y: auto;
}

.title-search-more {
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}

.title-search-more a {
	display: block;
	text-decoration: none;
	color: #4d7185;
	position: relative;
	padding-left: 20px;
}

.title-search-more a:before {
	padding-right: 5px;
	font-size: 14px;
	font-family: korm;
	content: '\e82a';
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	color: #dcdcdc;
}

.title-search-all  {
	padding: 10px 0;
}

.title-search-all a {
	text-decoration: none;
	color: #4d7185;
}
/* End */


/* Start:/local/templates/korm72_2023/components/bitrix/sale.basket.basket.line/bar_basket/style.min.css?16849510444011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/korm72_2023/components/bitrix/catalog.section.list/footer_section_list/style.min.css?16957124492306*/
.catalog-section-list-item-title{overflow:hidden;margin:0;padding:0;vertical-align:middle;text-align:center;text-overflow:ellipsis;font-size:14px;line-height:20px}.catalog-section-list-item-link{vertical-align:middle;font-size:14px;line-height:20px}.catalog-section-list-item-counter{vertical-align:middle;font-size:12px;line-height:20px}.catalog-section-list-item-description{font-size:13px}.catalog-section-list-item-img{display:block;padding-top:100%;width:100%;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:cover;background-repeat:no-repeat;transition:250ms linear all}.catalog-section-list-item-img:hover{border-color:var(--theme-color-primary)}.catalog-section-list-line-list{padding:0;list-style:none}.catalog-section-list-line-list .catalog-section-list-item{display:flex;margin-bottom:15px;align-items:flex-start}.catalog-section-list-line-list .catalog-section-list-item-title{text-align:left}.catalog-section-list-line-img-container{padding-right:15px;min-width:75px;width:75px}.catalog-section-list-line-list .catalog-section-list-titles{margin:0;line-height:20px}.catalog-section-list-text-list{padding:0;list-style:none;column-count:3}.catalog-section-list-text-list .catalog-section-list-item-title{text-align:left}@media(max-width:767px){.catalog-section-list-text-list{column-count:1}}.catalog-section-list-tile-list{padding:0;list-style:none}.catalog-section-list-tile-img-container{width:100%}.catalog-section-list-list{margin-bottom:30px}.catalog-section-list-list .catalog-section-list-item{padding:0;line-height:16px}.catalog-section-list-list .catalog-section-list-item:before{content:''!important}.catalog-section-list-list-title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;font-size:12px;line-height:16px}.catalog-section-list-list-link{white-space:nowrap;font-size:13px}.catalog-section-list-list-link:hover{text-decoration:none}.catalog-section-list-list-title span{font-size:11px}@media(max-width:639px){.bx-touch .catalog-section-list-list .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .catalog-section-list-list .bx_catalog_line_title a{font-size:12px}}.catalog-section-list-list-title,.catalog-section-list-list-link{transition:all .3s ease}
/* End */
/* /local/templates/korm72_2023/css/main.css?177139481133086 */
/* /local/templates/korm72_2023/css/media.css?172077350713269 */
/* /local/templates/korm72_2023/css/icons.css?16962427154306 */
/* /local/templates/korm72_2023/libs/mmenu/mmenu-light.css?16966176245988 */
/* /local/templates/korm72_2023/components/bitrix/search.title/bar_search/style.css?1701515018706 */
/* /local/templates/korm72_2023/components/bitrix/sale.basket.basket.line/bar_basket/style.min.css?16849510444011 */
/* /local/templates/korm72_2023/components/bitrix/catalog.section.list/footer_section_list/style.min.css?16957124492306 */
