

/* Start:/local/templates/AMARION_2022/css/fonts.css?17518370571777*/
@font-face {
  font-family: 'DensaLight';
  src: url('/local/templates/AMARION_2022/css/../fonts/DensaLight.eot');
  src: url('/local/templates/AMARION_2022/css/../fonts/DensaLight.eot?#iefix') format('embedded-opentype'),
       url('/local/templates/AMARION_2022/css/../fonts/DensaLight.svg#DensaLight') format('svg'),
       url('/local/templates/AMARION_2022/css/../fonts/DensaLight.ttf') format('truetype'),
       url('/local/templates/AMARION_2022/css/../fonts/DensaLight.woff') format('woff'),
       url('/local/templates/AMARION_2022/css/../fonts/DensaLight.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'DensaRegular';
  src: url('/local/templates/AMARION_2022/css/../fonts/DensaRegular.eot');
  src: url('/local/templates/AMARION_2022/css/../fonts/DensaRegular.eot?#iefix') format('embedded-opentype'),
       url('/local/templates/AMARION_2022/css/../fonts/DensaRegular.svg#DensaRegular') format('svg'),
       url('/local/templates/AMARION_2022/css/../fonts/DensaRegular.ttf') format('truetype'),
       url('/local/templates/AMARION_2022/css/../fonts/DensaRegular.woff') format('woff'),
       url('/local/templates/AMARION_2022/css/../fonts/DensaRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Stem-Medium';
  src: url('/local/templates/AMARION_2022/css/../fonts/Stem-Medium.eot');
  src: url('/local/templates/AMARION_2022/css/../fonts/Stem-Medium.eot?#iefix') format('embedded-opentype'),
       url('/local/templates/AMARION_2022/css/../fonts/Stem-Medium.svg#Stem-Medium') format('svg'),
       url('/local/templates/AMARION_2022/css/../fonts/Stem-Medium.ttf') format('truetype'),
       url('/local/templates/AMARION_2022/css/../fonts/Stem-Medium.woff') format('woff'),
       url('/local/templates/AMARION_2022/css/../fonts/Stem-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Stem-Regular';
  src: url('/local/templates/AMARION_2022/css/../fonts/Stem-Regular.eot');
  src: url('/local/templates/AMARION_2022/css/../fonts/Stem-Regular.eot?#iefix') format('embedded-opentype'),
       url('/local/templates/AMARION_2022/css/../fonts/Stem-Regular.svg#Stem-Regular') format('svg'),
       url('/local/templates/AMARION_2022/css/../fonts/Stem-Regular.ttf') format('truetype'),
       url('/local/templates/AMARION_2022/css/../fonts/Stem-Regular.woff') format('woff'),
       url('/local/templates/AMARION_2022/css/../fonts/Stem-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}



/* End */


/* Start:/local/templates/AMARION_2022/components/bitrix/menu/menu-top/style.css?175183695011628*/
.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
/*	background: var(--theme-color-primary);*/
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
/*	background: var(--theme-color-second);*/
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 5px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 400 16px "DensaRegular", sans-serif;
	transition: 250ms linear all;
	align-items: center;
	white-space: nowrap;
}
.menu-black .bx-nav-1-lvl-link-text {
	color: #000000;
}
.bx-nav-1-lvl-link-text:hover {
/*	color: #E62831 !important;*/
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: rgba(255,255,255,0.3);
}

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
}



.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #eee; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

.bx-nav-1-lvl > a span:hover {
	border-bottom: 1px solid #E62831;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 0px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 0px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 0px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #333;
}


/* End */


/* Start:/local/templates/AMARION_2022/components/bitrix/menu/menu-bottom/style.css?175183693712106*/
.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
/*	background: var(--theme-color-primary);*/
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
/*	background: var(--theme-color-second);*/
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 5px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 400 16px "DensaRegular", sans-serif;
	transition: 250ms linear all;
	align-items: center;
	white-space: nowrap;
}


.menu-black .bx-nav-1-lvl-link-text {
	color: #000000;
}
.menu-black .bx-nav-2-lvl-link-text {
	color: #000000;
}

.menu-black .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	color: #000000;
}

.menu-black .bx-nav-angle-bottom:after, .menu-black .bx-nav-angle-bottom:before {
	background-color: #000000;
}





.bx-nav-1-lvl-link-text:hover {
/*	color: #E62831 !important;*/
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 0px;
	width: 5px;
	height: 5px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 1px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: 0px;
	transform: translate(-50%, -50%) rotate(80deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-80deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
}

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background-color: rgba(255,255,255,0.1);
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font: 400 16px "DensaRegular", sans-serif;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
}



.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #eee; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

.bx-nav-1-lvl > a span:hover {
	border-bottom: 1px solid #E62831;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 0px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 0px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 0px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #333;
}


/* End */


/* Start:/local/templates/AMARION_2022/styles.css?175183692143543*/
.tablebodytext {
	display: none;
}

body, html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: 'DensaRegular', sans-serif;
	font-size: 20px;
	line-height: 24px;
}

label {
	font-family: 'DensaRegular', sans-serif;
	
}

.container {
	max-width: 1200px !important;
}
p,
li {
	font-family: 'DensaRegular', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 0px 10px 0px;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
.h1, h1 {
	font-family: 'Stem-Medium', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
}
.h2, h2 {
	font-family: 'Stem-Medium', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}
.h3, h3 {
	font-family: 'Stem-Medium', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	text-transform: uppercase;
}
.h4, h4 {
	font-family: 'Stem-Medium', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #993366;
}
.h5, h5 {
	font-family: 'Stem-Medium', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
.h6, h6 {
	font-family: 'Stem-Medium', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	text-transform: uppercase;
}
@media screen and (max-width: 780px) {
	.h1, h1 {
	font-family: 'Stem-Medium', sans-serif;
		font-weight: 700;
		font-size: 32px;
		line-height: 80px;
		padding-bottom: 40px;
	}
	.h2, h2 {
	font-family: 'Stem-Medium', sans-serif;
		font-weight: 700;
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 40px;
		text-transform: uppercase;
	}
	.h3, h3 {
	font-family: 'Stem-Medium', sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 30px;
		text-transform: uppercase;
	}
	.h4, h4 {
		font-family: 'Stem-Medium', sans-serif;
		font-size: 18px;
		text-transform: uppercase;
	}
}




/* === COLORS == */
.white {
	color: #ffffff;
}
.white_a a {
	color: #ffffff;
}
.red {
	color: #d4273c;
}
.red_a a {
	color: #d4273c;
}
.text-black {
	color: #000000 !important;
}

/* === CONTROLS == */
.wm-btn {
	position: relative;
	margin: 0;
	width: auto;
	padding: 10px 15px;
	border: 2px solid #aca8a7;
	font-family: 'Stem-Regular', sans-serif;
	font-size: 16px;
	color: #993366;
	text-transform: uppercase;
}

.wm-btn:hover {
	text-decoration: none;
}

.wm-btn-link {
	color: #282828 !important;
}

.wm-btn-red {
    border-color: #c00000;
    background-color: #c00000;
    color: #fff;
}

.wm-btn-red:hover {
    color: #fff;
}



/* === HEADER === */

.wm-header {
	height: 140px;
}

.mobile-header {
	position: relative;
	top: 0px;
	height: 60px;
	z-index: 1000;
}

.wm-menubar {
	height: 100px;
	padding: 30px 0px 10px;
}

.wm-menu-white.wm-phone {
	color: #000;
}

.menu-white,
.menu-black {
	padding: 0px 0px 0px 20px;
}






.wm-header-logo {
	overflow: visible;
/*	z-index: 1000;*/
	height: 80px;
	padding-left: 60px;
}
.wm-phone-icon {
	font-size: 24px !important;
}
.wm-phone {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 36px;
	line-height: 54px;
	font-weight: 400;
}
.wm-phone img {
	vertical-align: baseline;
	margin-right: 10px;
}

.wm-phone a:hover {
	text-decoration: none;
}
.wm-breadcrumb-row {
	margin-top: 60px;
}



/* === FOOTER === */
footer {
	background-color: #F5F5F5;
	font-size: 24px;
	line-height: 30px;
}

.footer-phone {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 44px;
	padding-bottom: 20px;
}

.footer-phone img {
	vertical-align: baseline;
	margin-right: 15px;
}

.footer-mail {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 20px;
}

.footer-mail img {
	vertical-align: baseline;
	margin-right: 15px;
}

.wm-footer-dark {
	background-color: #373737;
	color: #B1B1B1;
	padding: 50px 0px;
	font-size: 24px;
	line-height: 30px;
}

.footer h2 {
	border-left: 1px solid #EE0800;
	padding: 0px 0px 0px 50px;
	margin-bottom: 50px;
}

.footer p {
	padding: 0px 0px 0px 50px;
}





.wm-footer {
/*	height: 90px;*/
	background-color: #31343d;	
	padding: 10px 0px;
}

.wm-footer p {
	font-family: 'DensaRegular', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	margin: 0px;
}

.wm-footer-copyright {
	background-color: #31343d;	
	padding: 10px 0px 20px;
}

.wm-footer-copyright p {
	font-family: 'DensaRegular', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	margin: 0px;
}








/* === WM === */

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt100 {
	margin-top: 100px;
}

.wm-w70p {
	width: 70%;
}

.wm-fluid-right {
	
}


.wm-logo-block {
	padding-left: 0px;
}

.wm-lang-block img {
	margin-top: 15px;
}





.wm-top-banner-text {
	margin-top: 140px;
}

.wm-top-banner-mobile-text {
	margin-top: 400px;
}


@media screen and (min-width: 781px) and (max-width: 992px) {
	.wm-top-banner-text {
		margin-top: 80px;
	}
}



/* === ГЛАВНОЕ === */

.wm-home-top-banner-bg {
	margin-top: -140px;
	height: 450px;
	background-color: #31343c;	
}

.wm-home-top-banner {
	background-image: url(/i/home-top-banner.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
}

.wm-home-top-banner-mobile {
	background-image: url(/i/home-top-banner-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	margin-top: -60px;
}

.wm-home-top-banner-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 0px 0px 100px !important;
	text-transform: uppercase;
	color: #cc6699;
}

.wm-home-top-banner-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 4px 0px 100px;
	color: #ffffff;
}

.wm-home-top-banner-mobile-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 20px;
	padding: 0px 20px;
	text-transform: uppercase;
	color: #cc6699;
	margin: 0px;
}

.wm-home-top-banner-mobile-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 16px;
	padding: 0px 20px;
	color: #ffffff;
}

.wm-home-badge-wraper {
	margin-top: -40px;
}

.wm-home-badge-wraper a {
	text-decoration: none;
}

.wm-home-badge {
	border-radius: 50%;
	background-color: #993366;
	width: 125px;
	height: 125px;
	padding: 10px;
	margin-bottom: 20px;
}

.wm-home-badge p {
	color: #ffffff;
	font-family: 'DensaRegular', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 0px;
	text-transform: uppercase;
}

.wm-home-badge-wraper-bread {
	margin-top: -105px;
}

@media screen and (max-width: 780px) {
	.wm-home-badge p {
		color: #ffffff;
		font-family: 'DensaRegular', sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 14px;
		padding: 10px 0px;
		text-transform: uppercase;
	}
}


.wm-block-home-manufacture {
	background-color: #ebebeb;
	padding: 0px 30px;
	margin-top: 100px;
}

.wm-block-home-manufacture h2 {
	color: #993366;
	font-size: 18px;
	text-transform: uppercase;
}

.wm-block-home-manufacture h4 {
	color: #993366;
	font-size: 18px;
	text-transform: uppercase;
}

.wm-block-home-manufacture p {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0px 5px;
	margin: 0px;
	text-align: justify;
}

.wm-block-home-manufacture img {
	margin-top: -50px;
}

@media screen and (max-width: 780px) {

	.wm-block-home-manufacture {
		background-color: #f5e8d4;
		padding: 0px 0px;
		margin-top: 10px;
	}

	.wm-block-home-manufacture .col-12 {
		padding-bottom: 30px;
	}
		
	.wm-block-home-manufacture h4 {
		color: #993366;
		font-size: 18px;
		text-transform: uppercase;
		margin-top: 20px;
		padding: 0px 30px;
	}

	.wm-block-home-manufacture p {
		color: #000000;
		font-size: 18px;
		line-height: 20px;
		padding: 0px 0px 5px;
		padding: 5px 30px;
	}

	.wm-block-home-manufacture img {
		margin-top: 0px;
	}
}



.wm-home-bread-bg {
	background-image: url(/i/home-bread-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	height: 488px;
}

.wm-home-bread {
	background-image: url(/i/home-bread.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	height: 488px;
}

.wm-home-bread-mobile {
	background-image: url(/i/home-bread-mobile.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 700px;
}

.wm-home-bread-text-title-1 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding: 100px 0px 0px 50px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
}

.wm-home-bread-text-sign-1 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding: 0px 0px 0px 50px;
	color: #ffffff;
	margin: 0px;
}

.wm-home-bread-text-title-2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding: 10px 0px 0px 180px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
}

.wm-home-bread-text-sign-2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding: 0px 0px 0px 180px;
	color: #ffffff;
	margin: 0px;
}

@media screen and (max-width: 780px) {
	
	.wm-home-bread-text-title-1 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 20px;
		line-height: 22px;
		padding: 350px 0px 0px 30px;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px;
	}

	.wm-home-bread-text-sign-1 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 20px;
		line-height: 22px;
		padding: 0px 0px 0px 30px;
		color: #ffffff;
		margin: 0px;
	}

	.wm-home-bread-text-title-2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 20px;
		line-height: 22px;
		padding: 20px 0px 0px 100px;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px;
	}

	.wm-home-bread-text-sign-2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 20px;
		line-height: 22px;
		padding: 0px 0px 0px 100px;
		color: #ffffff;
		margin: 0px;
	}
}



.wm-home-amarant-bg {
	background-color: #ffffff;	
}

.wm-home-amarant-bg {
/*	background-image: url(/i/home-the-best.jpg);
	background-position: center top;
	background-size: inherit;
	background-repeat: no-repeat;
	height: 538px;
*/}

.wm-home-amarant-text {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 36px;
	padding: 110px 100px 0px 80px;
	color: #666565;
	margin: 0px 0px 50px;
}

.wm-home-amarant-btn {
	
}

@media screen and (max-width: 780px) {
	.wm-home-amarant-bg {
		background-image: url(/i/home-amarant-bg-mobile.jpg);
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
		height: auto;
	}

	.wm-home-amarant-text {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 16px;
		line-height: 20px;
		padding: 0px 20px;
		color: #666565;
		margin: 0px 0px 20px;
		text-align: center;
	}
	.wm-home-amarant-btn {
		text-align: center;
		padding: 10px 0px;
	}
}


@media screen and (min-width: 781px) and (max-width: 992px) {
	.wm-home-top-banner-bg {
		margin-top: -60px;
		height: 300px;
		background-color: #31343c;	
	}

	.wm-home-top-banner {
		background-image: url(/i/home-top-banner-pad.jpg);
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
		height: 300px;
	}

	.wm-home-top-banner-text-color {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 22px;
		padding: 0px 0px 0px 100px !important;
		text-transform: uppercase;
		color: #cc6699;
	}

	.wm-home-top-banner-text-white {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 22px;
		padding: 0px 4px 0px 100px;
		color: #ffffff;
	}
	
	.wm-home-badge-wraper {
		margin-top: -20px;
	}

	.wm-block-home-manufacture {
		background-color: #f5e8d4;
		padding: 0px 30px;
		margin-top: 50px;
	}

	.wm-home-bread-bg {
		height: 440px;
	}

	.wm-home-bread {
		background-image: url(/i/home-bread-pad.jpg);
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
		height: 440px;
	}

	.wm-home-bread-text-title-1 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 24px;
		line-height: 28px;
		padding: 50px 0px 0px 10px;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px;
	}

	.wm-home-bread-text-sign-1 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 24px;
		line-height: 28px;
		padding: 0px 0px 0px 10px;
		color: #ffffff;
		margin: 0px;
	}

	.wm-home-bread-text-title-2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 24px;
		line-height: 28px;
		padding: 10px 0px 0px 140px;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px;
	}

	.wm-home-bread-text-sign-2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 24px;
		line-height: 28px;
		padding: 0px 0px 0px 140px;
		color: #ffffff;
		margin: 0px;
	}
	
}







/* === О НАС === */

.wm-about-top-banner-bg {
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -140px;
	height: 450px;
	background-color: #eff1f3;	
}

.wm-about-top-banner {
	background-image: url(/i/about-top-banner-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	height: 450px;
}

.wm-about-top-banner-mobile {
	background-image: url(/i/about-top-banner-bg-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	margin-top: -60px;
}

.wm-about-top-banner-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 0px 0px 80px !important;
	text-transform: uppercase;
	color: #000000;
}

.wm-about-top-banner-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 4px 0px 80px;
	color: #ffffff;
}

.wm-about-top-banner-mobile-text {
	margin-top: 280px;
}

.wm-about-top-banner-mobile-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 20px;
	padding: 0px 20px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
}

.wm-about-top-banner-mobile-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 16px;
	padding: 0px 20px;
	color: #ffffff;
}


.wm-about-top-text {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding: 50px 0px 50px 0px;
	color: #666565;
}


.wm-block-about-brands {
	padding: 0px 30px;
	margin-top: 100px;
}

.wm-block-about-brands-bg {
	background-color: #e4e5e6;
}

.wm-block-about-brands-item {
	background-color: #76a2a3;
	padding: 30px;
	margin-top: -100px;
}

.wm-block-about-brands-item h2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
}

.wm-block-about-brands-item p {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding: 30px 0px 0px 0px;
}

@media screen and (max-width: 780px) {
	.wm-about-top-text {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 24px;
		padding: 20px 0px 20px 0px;
		color: #666565;
	}

	.wm-block-about-brands {
		padding: 0px 30px;
		margin-top: 0px;
	}

	.wm-block-about-brands-bg {
		background-color: #e4e5e6;
		margin-top: -20xp;
	}

	.wm-block-about-brands-item {
		background-color: #76a2a3;
		padding: 30px;
		margin: 0px 0px 20px;
	}

	.wm-block-about-brands-item h2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 16px;
		line-height: 18px;
		text-transform: uppercase;
		color: #ffffff;
		padding: 0px;
	}

	.wm-block-about-brands-item p {
		color: #ffffff;
		font-size: 16px;
		line-height: 20px;
		padding: 10px 0px 0px 0px;
	}
}




.wm-about-bottom-bg {
/*	background-image: url(/i/tmp-block-3n-bg.jpg);*/
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
}

.wm-about-bottom {
	background-color: #a9c8d1;
}

.wm-about-history {
	background-image: url(/i/about-history.png);
	background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;
	padding: 80px 0px 40px 0px;
}

.wm-about-history-bg {
	background-color: #e4e5e6;
}

.wm-block-about-history-text {
/*	display: none;*/
	margin-top: -50px;
}

.wm-block-about-history-text p {
	margin: 0px;
	padding: 0px;
}

.wm-history-badge-today {
	border-radius: 50%;
	background-color: #d4dbda;
	width: 230px;
	height: 230px;
	padding: 70px 60px 0px;
	margin: -50px 0px 0px 70px;
}
.wm-history-badge-today:hover {
	background-color: #aacbc4;
	z-index: 10;
}

.wm-history-badge-today .title {
	color: #666565;
	font-family: 'Stem-Medium', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.wm-history-badge-today .sign {
	color: #666565;
	font-family: 'Stem-Regular', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
}

.wm-history-badge-today:hover .title {
	color: #000000;
}

.wm-history-badge-today:hover .sign {
	color: #000000;
}

.wm-history-badge {
	border-radius: 50%;
	background-color: #d4dbda;
	width: 160px;
	height: 160px;
	padding: 40px 40px 0px;
}
.wm-history-badge:hover {
	background-color: #aacbc4;
}

.wm-history-badge-left {
	margin: -40px auto 0px 0px;
}
.wm-history-text-left {
	text-align: right;
	padding-left: 50px;
}

.wm-history-badge-right {
	margin: -40px auto 0px auto;
}
.wm-history-text-right {
	text-align: left;
	padding-left: 0px;
}

.wm-history-badge .title {
	color: #666565;
	font-family: 'Stem-Medium', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.wm-history-badge .sign {
	color: #666565;
	font-family: 'Stem-Regular', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
}

.wm-history-badge:hover .title {
	color: #000000;
}

.wm-history-badge:hover .sign {
	color: #000000;
}



@media screen and (max-width: 780px) {
	.wm-about-history {
		background-image: url(/i/about-history-mobile.png);
		background-position: center bottom;
		background-size: auto;
		background-repeat: no-repeat;
		padding: 80px 0px 40px 0px;
	}

	.wm-about-history .col-12 {
		padding: 0px;
		margin: 0px;
	}

	.wm-block-about-history-text {
		display: none;
	}
	
	.wm-history-badge .title {
		color: #666565;
		font-family: 'Stem-Medium', sans-serif;
		font-size: 24px;
		text-transform: uppercase;
		margin: 0px;
		padding: 0px;
	}

	.wm-history-badge .sign {
		color: #666565;
		font-family: 'Stem-Regular', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		padding: 0px 0px 0px 0px;
		margin-top: 10px;
	}
	

}






@media screen and (min-width: 781px) and (max-width: 992px) {
	.wm-about-top-banner-bg {
		margin-top: -60px;
		height: 300px;
		background-color: #31343c;	
	}

	.wm-about-top-banner {
		background-image: url(/i/about-top-banner-bg-pad.jpg);
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
		height: 300px;
	}

	.wm-about-top-banner-text-color {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 22px;
		padding: 0px 0px 0px 100px !important;
		text-transform: uppercase;
		color: #000000;
	}

	.wm-about-top-banner-text-white {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 22px;
		padding: 0px 4px 0px 100px;
		color: #ffffff;
	}

	.wm-block-about-brands-item {
		background-color: #76a2a3;
		padding: 20px;
		margin-top: -100px;
	}

	.wm-block-about-brands-item h2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 24px;
		text-transform: uppercase;
		color: #ffffff;
	}

	.wm-block-about-brands-item p {
		color: #ffffff;
		font-size: 16px;
		line-height: 20px;
		padding: 30px 0px 0px 0px;
	}


}



/* === НОВОСТИ === */


.wm-news-top-banner-bg {
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -140px;
	height: 450px;
	background-color: #eff1f3;	
}

.wm-news-top-banner {
	background-image: url(/i/news-top-banner-bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
}

.wm-news-top-banner-mobile {
	background-image: url(/i/news-top-banner-bg-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -60px;
	height: 550px;
}












/* === ПРОДУКЦИЯ === */


.wm-produktsiya-top-banner-bg {
/*	background-image: url(/i/produktsiya-top-banner-bg.jpg);*/
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -140px;
	height: 450px;
	background-color: #eff1f3;	
}

.wm-produktsiya-top-banner {
	background-image: url(/i/produktsiya-top-banner-bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
}

.wm-produktsiya-top-banner-mobile {
	background-image: url(/i/produktsiya-top-banner-bg-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -60px;
	height: 270px;
}

.wm-produktsiya-top-banner-mobile-btn {
	margin: 180px 0px 0px;
}

.wm-block-produktsiya-brands {
	background-color: #f5e8d4;
	padding: 0px 30px 60px;
	margin-top: 180px;
}

.wm-block-produktsiya-brands-item {
	padding: 30px 10px;
	margin-top: -180px;
}

.wm-block-produktsiya-brands h2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.wm-block-produktsiya-brands p {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	padding: 30px 0px 0px 0px;
	text-align: justify;
}

.wm-block-produktsiya-brands-logo {
	height: 40px;
	padding: 20px 0px 30px 0px;
}

.wm-produktsiya-bottom-bg {
	background-image: url(/i/produktsiya-bottom.jpg);
	background-position: center bottom;
	background-size: auto;
	background-repeat: repeat-x;
	padding-bottom: 460px;
}

.wm-produktsiya-badge {
	border-radius: 50%;
	background-color: #fef9ef;
	width: 90px;
	height: 90px;
	padding: 10px;
	border: 1px solid #fbe4a1;
	
}

.wm-produktsiya-badge .title {
	color: #000000;
	font-family: 'Stem-Medium', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

.wm-produktsiya-badge .sign {
	color: #000000;
	font-family: 'DensaRegular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
	margin: 0px;
	text-align: center;
}

.wm-block-produktsiya-katalog {
	margin-top: -60px;
}

@media screen and (max-width: 780px) {
	.wm-produktsiya-bottom-bg {
		background-image: url(/i/produktsiya-bottom-mobile.jpg);
		background-position: center bottom;
		background-size: auto;
		background-repeat: repeat-x;
		padding-bottom: 220px;
	}
	
	.wm-block-produktsiya-brands {
		background-color: #f5e8d4;
		padding: 0px 0px 60px;
		margin-top: 0px;
	}

	.wm-block-produktsiya-brands-item {
		padding: 0px;
		margin-top: 0px;
	}

	.wm-block-produktsiya-brands h2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 24px;
		line-height: 30px;
		text-transform: uppercase;
		color: #000000;
		padding: 30px 0px 30px 0px;
		margin: 0px;
		display: block;
		width: 100%;
		background-color: #ffffff;
		text-align: center;
	}

	.wm-block-produktsiya-brands p {
		color: #000000;
		font-size: 18px;
		line-height: 20px;
		padding: 20px 30px 0px;
	}

	.wm-block-produktsiya-brands-logo {
		height: 40px;
		padding: 20px 30px 30px;
	}

	.wm-produktsiya-badge {
		border-radius: 50%;
		background-color: #fef9ef;
		width: 90px;
		height: 90px;
		padding: 10px 0px;
		border: 1px solid #fbe4a1;

	}

	.wm-produktsiya-badge .title {
		color: #000000;
		font-family: 'Stem-Medium', sans-serif;
		font-size: 24px;
		text-transform: uppercase;
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}

	.wm-produktsiya-badge .sign {
		color: #000000;
		font-family: 'DensaRegular', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		padding: 5px 0px;
		margin: 0px;
	}
	
	.wm-block-produktsiya-katalog img{
		width: 120px;
		height: 120px;
	}
}


@media screen and (min-width: 781px) and (max-width: 992px) {
	.wm-produktsiya-top-banner-bg {
		margin-top: -60px;
		height: 300px;
		background-color: #31343c;	
	}

	.wm-produktsiya-top-banner {
		background-image: url(/i/produktsiya-top-banner-bg-pad.jpg);
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
		height: 300px;
	}

	.wm-produktsiya-bottom-bg {
		background-image: url(/i/produktsiya-bottom-pad.jpg);
		background-position: center bottom;
		background-size: auto;
		background-repeat: repeat-x;
		padding-bottom: 350px;
	}

	.wm-block-produktsiya-brands-item {
		padding: 0px;
		margin-top: -150px;
	}

	.wm-block-produktsiya-brands h2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 24px;
		line-height: 30px;
		text-transform: uppercase;
		color: #000000;
		padding: 0px 0px 30px 0px;
		margin: 0px;
	}

	.wm-block-produktsiya-brands p {
		color: #000000;
		font-size: 16px;
		line-height: 20px;
		padding: 30px 0px 0px 0px;
		text-align: justify;
	}

	.wm-block-produktsiya-brands-logo {
		height: 40px;
		padding: 20px 0px 30px 0px;
	}

}





/* === АМАРАНТ === */

.wm-amarant-top-banner-bg {
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -140px;
	height: 450px;
	background-color: #eff1f3;	
}

.wm-amarant-top-banner {
	background-image: url(/i/amarant-top-banner-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	height: 450px;
}

.wm-amarant-top-banner-mobile {
	background-image: url(/i/amarant-top-banner-bg-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	margin-top: -60px;
}

.wm-amarant-top-banner-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 0px 0px 80px !important;
	text-transform: uppercase;
	color: #000000;
}

.wm-amarant-top-banner-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 4px 0px 80px;
	color: #000000;
}

.wm-amarant-top-banner-mobile-text {
	margin-top: 280px;
}

.wm-amarant-top-banner-mobile-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 20px;
	padding: 0px 150px 0px 20px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
}

.wm-amarant-top-banner-mobile-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 16px;
	padding: 0px 150px 0px 20px;
	color: #000000;
	text-transform: uppercase;
}


.wm-amarant-top-text {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding: 50px 0px 50px 0px;
	color: #666565;
}


.wm-block-amarant-brands {
	padding: 0px 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.wm-block-amarant-brands-bg {
/*	background-color: #e4e5e6;*/
}

.wm-block-amarant-brands-item {
    border-radius: 50%;
    background-color: #993366;
    width: 250px;
    height: 250px;
    padding: 50px 10px;
    margin-bottom: 20px;
    text-align: center;
}

.wm-block-amarant-brands-item.green {
	background-color: #90a55f;
}

.wm-block-amarant-brands-item h2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}

.wm-block-amarant-brands-item p {
	font-family: 'Stem-Regular', sans-serif;
	color: #ffffff;
	font-size: 30px;
	line-height: 36px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-width: 780px) {
	.wm-amarant-top-text {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 24px;
		padding: 20px 0px 20px 0px;
		color: #666565;
	}

	.wm-block-amarant-brands {
		padding: 0px 30px;
		margin-top: 0px;
	}

	.wm-block-amarant-brands-bg {
/*		background-color: #e4e5e6;*/
		margin-top: -20xp;
	}

	.wm-block-amarant-brands-item {
		background-color: #90a55f;
		padding: 30px;
		margin: 0px 0px 20px;
	}

	.wm-block-amarant-brands-item h2 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 16px;
		line-height: 18px;
		text-transform: uppercase;
		color: #ffffff;
		padding: 0px;
	}

	.wm-block-amarant-brands-item p {
		color: #ffffff;
		font-size: 16px;
		line-height: 20px;
		padding: 10px 0px 0px 0px;
	}
}

.wm-block-amarant-1 p,
.wm-block-amarant-1 li {
	font-family: 'Stem-Regular', sans-serif;

}


.wm-block-amarant-2 {
	background-image: url(/i/amarant-pic2.png);
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #ebebeb;
	height: 250px;
}

.wm-amarant-2-text {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding: 50px 0px 50px 0px;
	color: #676f28;
}

@media screen and (max-width: 780px) {
	.wm-block-amarant-brands {
		padding: 0px 20px;
		margin-top: 10px;
	}

	.wm-block-amarant-brands-item {
		padding: 30px;
		margin: 10px 0px;
		height: auto;
	}
	
	.wm-block-amarant-1 {
		padding: 0px 10px;
	}

	.wm-block-amarant-2 {
		background-image: url(/i/amarant-pic2-mobile.jpg);
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
		background-color: #ebebeb;
		height: 300px;
	}

	.wm-amarant-2-text {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 30px;
		padding: 100px 20px 50px 20px;
	}




}



/* === ПРОИЗВОДСТВО === */

.wm-production-top-banner-bg {
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -140px;
	height: 450px;
	background-color: #eff1f3;	
}

.wm-production-top-banner {
	background-image: url(/i/production-top-banner-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	height: 450px;
}

.wm-production-top-banner-mobile {
	background-image: url(/i/production-top-banner-bg-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	margin-top: -60px;
}

.wm-production-top-banner-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 0px 0px 80px !important;
	text-transform: uppercase;
	color: #000000;
}

.wm-production-top-banner-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 4px 0px 80px;
	color: #000000;
}

.wm-production-top-banner-mobile-text {
	margin-top: 420px;
}

.wm-production-top-banner-mobile-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 20px;
	padding: 0px 20px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
}

.wm-production-top-banner-mobile-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 16px;
	padding: 0px 20px;
	color: #000000;
}


.wm-block-production {
	
}

.wm-block-production-item {
	margin: 50px 0px 0px 0px;
}

.wm-block-production-item h2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #ab7e36;
	margin-top: 50px;
}

.wm-block-production-item p {
	margin: 0px;
}

.wm-block-production-bottom {
	margin-top: 20px;
}

@media screen and (max-width: 780px) {
	.wm-block-production .container,
	.wm-block-production .col-12 {
		margin: 0px;
		padding: 0px;
	}
	.wm-block-production-item {
		margin: 20px 0px 0px 0px;
	}

	.wm-block-production-item img {
		width: 100%;
	}

	.wm-block-production-item h2 {
		font-size: 24px;
		line-height: 24px;
		margin: 20px 30px;
		padding: 0px;
	}

	.wm-block-production-item p {
		margin: 0px 30px;
	}







}




/* === СОТРУДНИЧЕСТВО === */

.wm-cooperation-top-banner-bg {
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -140px;
	height: 450px;
	background-color: #eff1f3;	
}

.wm-cooperation-top-banner {
	background-image: url(/i/cooperation-top-banner-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	height: 450px;
}

.wm-cooperation-top-banner-mobile {
	background-image: url(/i/cooperation-top-banner-bg-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	margin-top: -60px;
}

.wm-cooperation-top-banner-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 0px 0px 80px !important;
	text-transform: uppercase;
	color: #ffffff;
}

.wm-cooperation-top-banner-text-color span {
	color: #b6b6b6;
}

.wm-cooperation-top-banner-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 4px 0px 80px;
	color: #ffffff;
}

.wm-cooperation-top-banner-mobile-text {
	margin-top: 420px;
}

.wm-cooperation-top-banner-mobile-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 20px;
	padding: 0px 20px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
}

.wm-cooperation-top-banner-mobile-text-color span {
	color: #b6b6b6;
}

.wm-cooperation-top-banner-mobile-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 16px;
	padding: 0px 20px;
	color: #ffffff;
}

.wm-block-cooperation-text {
	background-color: #ebebeb;
	padding: 50px 250px 50px;
	margin-top: 50px;
}

.wm-block-cooperation-text p {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 40px;
	color: #000000;
	text-align: center;
}

.wm-block-cooperation-katalog {
	margin-top: -430px;
	margin-bottom: 330px;
}

.wm-block-cooperation-why {
	margin-top: 0px;
	height: 393px;
}

.wm-block-cooperation-why h2 {
	margin: 70px 0px 10px 100px;
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
}

.wm-block-cooperation-why ul {
	margin: 0px 0px 0px 100px;
}

.wm-block-cooperation-why li {
	font-family: 'Stem-Regular', sans-serif;
}

.wm-block-cooperation-potential-bg {
	background-color: #993366;
	padding-bottom: 50px;
}

.wm-block-cooperation-potential h2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	margin: 40px 0px;
	text-transform: none;
}

.wm-block-cooperation-potential h3 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin: 10px 0px;
	text-transform: none;
}

.wm-block-cooperation-potential-img {
	width: 100%;
	height: 100px;
	vertical-align: bottom;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 780px) {
	.wm-block-cooperation-text {
		padding: 50px 20px 50px;
	}

	.wm-block-cooperation-katalog {
		margin-top: -30px;
		margin-bottom: 0px;
	}

	.wm-block-cooperation-why {
		margin-top: 30px;
		height: auto;
	}

	.wm-block-cooperation-why h2 {
		margin: 20px 0px 10px 10px;
		font-family: 'Stem-Regular', sans-serif;
		font-size: 24px;
		line-height: 30px;
		color: #000000;
		text-transform: uppercase;
	}

	.wm-block-cooperation-why ul {
		margin: 0px 0px 0px 10px;
	}

	.wm-block-cooperation-why li {
		font-family: 'Stem-Regular', sans-serif;
	}

	.wm-block-cooperation-potential-img {
		width: 100%;
		height: 100px;
		vertical-align: bottom;
		display: flex;
		align-items: bottom;
		justify-content: center;
	}

	.wm-block-cooperation-potential h3 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 24px;
		color: #000000;
		margin: 10px 0px;
		text-transform: none;
		text-align: center;
	}

}



/* === СОТРУДНИЧЕСТВО === */

.wm-where-to-buy-wraper {
	margin: 40px 0px 0px 0px;
}

.wm-where-to-buy-wraper .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
}

.wm-where-to-buy-wraper li {
	font-family: 'Stem-Medium', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}

.wm-where-to-buy-wraper .nav-pills .nav-link.active, 
.wm-where-to-buy-wraper .nav-pills .show>.nav-link {
	color: #000;
	background-color: #fff;
}


/* === АГРО === */

.wm-agro-top-banner-bg {
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -140px;
	height: 450px;
	background-color: #eff1f3;	
}

.wm-agro-top-banner {
	background-image: url(/i/agro-top-banner-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	height: 450px;
}

.wm-agro-top-banner-mobile {
	background-image: url(/i/agro-top-banner-bg-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	margin-top: -60px;
}

.wm-agro-top-banner-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 0px 0px 80px !important;
	text-transform: uppercase;
	color: #ffffff;
}

.wm-agro-top-banner-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 4px 0px 80px;
	color: #ffffff;
}

.wm-agro-top-banner-mobile-text {
	margin-top: 320px;
}

.wm-agro-top-banner-mobile-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 20px;
	padding: 0px 20px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
}

.wm-agro-top-banner-mobile-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 16px;
	padding: 0px 20px;
	color: #ffffff;
}

.wm-block-agro-map-bg {
	background-color: #ebebeb;
	height: 569px;
}

.wm-block-agro-text-bg {
	background-image: url(/i/block-agro-text-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	height: 431px;

	padding: 50px 250px 50px;
}

.wm-block-agro-text h2 {
	margin: 0px 0px 10px 150px;
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #896545;
	text-transform: uppercase;
}

.wm-block-agro-text ul {
	margin: 0px 0px 0px 150px;
}

.wm-block-agro-text li {
	font-family: 'Stem-Regular', sans-serif;
}

.wm-block-agro-technology-bg {
	background-image: url(/i/block-agro-technology-bg.png);
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-y;
	padding-bottom: 50px;
}

.wm-block-agro-technology {
	padding: 0px 100px;	
}

.wm-block-agro-technology h2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #291e15;
	text-align: center;
	margin: 40px 0px;
	text-transform: none;
}

.wm-block-agro-technology h3 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #291e15;
	margin: 10px 0px;
	text-transform: none;
}

.wm-block-agro-technology-img {
	width: 100%;
	height: 100px;
	vertical-align: bottom;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 780px) {
	.wm-block-agro-text-bg {
		padding: 0px;
		background: none;
		height: auto;
	}

	.wm-block-agro-text {
		margin-top: 30px;
		height: auto;
	}

	.wm-block-agro-text h2 {
		margin: 20px 0px 10px 10px;
		font-family: 'Stem-Regular', sans-serif;
		font-size: 24px;
		line-height: 30px;
		text-transform: uppercase;
	}

	.wm-block-agro-text ul {
		margin: 0px 0px 0px 10px;
	}

	.wm-block-agro-text li {
		font-family: 'Stem-Regular', sans-serif;
	}

	.wm-block-agro-technology {
		padding: 0px 10px;	
	}

	.wm-block-agro-technology-img {
		width: 100%;
		height: 100px;
		vertical-align: bottom;
		display: flex;
		align-items: bottom;
		justify-content: center;
	}

	.wm-block-agro-technology h3 {
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 24px;
		color: #000000;
		margin: 10px 0px 30px;
		text-transform: none;
		text-align: center;
	}

}








/* === ИННОВАЦИИ === */

.wm-innovations-top-banner-bg {
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -140px;
	height: 450px;
	background-color: #eff1f3;	
}

.wm-innovations-top-banner {
	background-image: url(/i/innovations-top-banner-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	height: 450px;
}

.wm-innovations-top-banner-mobile {
	background-image: url(/i/innovations-top-banner-bg-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	margin-top: -60px;
}

.wm-innovations-top-banner-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 0px 0px 80px !important;
	text-transform: uppercase;
	color: #000000;
}

.wm-innovations-top-banner-text-color span {
	color: #b6b6b6;
}

.wm-innovations-top-banner-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 28px;
	line-height: 36px;
	padding: 0px 4px 0px 80px;
	color: #000000;
}

.wm-innovations-top-banner-mobile-text {
	margin-top: 420px;
}

.wm-innovations-top-banner-mobile-text-color {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 20px;
	padding: 0px 20px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
}

.wm-innovations-top-banner-mobile-text-white {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 16px;
	padding: 0px 20px;
	color: #000000;
}

.wm-block-innovations-text {
	background-color: #ededed;
	padding: 50px 250px 50px;
	margin-top: 50px;
}

.wm-block-innovations-text p {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #666565;
	text-align: center;
}

.wm-block-innovations-patent {
	margin-top: -30px;
}

.wm-block-innovations-cooperation {
	margin-top: 0px;
}

.wm-block-innovations-cooperation-item {
	margin: 20px 0px;
	align-items: center !important;
}

.wm-block-innovations-cooperation h2 {
	margin: 0px 0px 10px 100px;
	font-family: 'Stem-Regular', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #4d99bd;
	text-transform: uppercase;
}

.wm-block-innovations-cooperation p {
	margin: 0px;
	padding: 0px;
}

@media screen and (max-width: 780px) {
	.wm-block-innovations-text {
		padding: 50px 20px 50px;
	}

	.wm-block-innovations-cooperation {
		margin-top: 0px;
	}

	.wm-block-innovations-cooperation h2 {
		margin: 30px 0px 10px 10px;
		font-family: 'Stem-Regular', sans-serif;
		font-size: 18px;
		line-height: 28px;
		color: #4d99bd;
		text-transform: uppercase;
		padding-bottom: 0px;
	}

	.wm-block-innovations-cooperation p {
		margin: 0px;
		padding: 0px;
	}





}












/* === КОНТАКТЫ === */

.wm-contacts-top-banner-bg {
	height: 450px;
	margin-top: -140px;
}

.wm-contacts-top-banner {
	background-image: url(/i/contacts-top-banner.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
}

.wm-contacts-top-banner-mobile {
	background-image: url(/i/blank-top-banner-mobile2x.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -80px;
	height: 250px;
}

.wm-block-contacts h2 {
	font-family: 'Stem-Regular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	padding: 30px 0px 0px 0px;
	color: #000000;

}


@media screen and (max-width: 780px) {
	.wm-block-contacts p {
		font-size: 18px;
		line-height: 24px;
	}	
}

@media screen and (min-width: 781px) and (max-width: 992px) {
	.wm-contacts-top-banner-bg {
		margin-top: -60px;
		height: 300px;
	}

	.wm-contacts-top-banner {
		background-image: url(/i/contacts-top-banner-bg-pad.jpg);
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
		height: 300px;
	}
}



/* === ПАТЕНТЫ === */

.wm-patenty-wraper {
	margin: 30px 0px;
}

.wm-patenty-wraper-item {
	margin: 0px 0px 20px;
}









/* End */


/* Start:/local/templates/AMARION_2022/template_styles.css?17518369228876*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
/*	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
*/}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/local/templates/AMARION_2022/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/local/templates/AMARION_2022/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/local/templates/AMARION_2022/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/local/templates/AMARION_2022/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/local/templates/AMARION_2022/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/local/templates/AMARION_2022/images/phone_white.svg);
	background-size: auto 21px ;
}
/* End */
/* /local/templates/AMARION_2022/css/fonts.css?17518370571777 */
/* /local/templates/AMARION_2022/components/bitrix/menu/menu-top/style.css?175183695011628 */
/* /local/templates/AMARION_2022/components/bitrix/menu/menu-bottom/style.css?175183693712106 */
/* /local/templates/AMARION_2022/styles.css?175183692143543 */
/* /local/templates/AMARION_2022/template_styles.css?17518369228876 */
