

/* Start:/bitrix/templates/template.nadel/css/global/global.css?16946162655202*/
/* global.css
 * глобальные стили
 *
 */
/*:root {
	--main-broun-color: #6e312a;
	--main-yellow-color: #ffed00;
	--main-font-color: #372c2c;
}*/
* {
	outline: none;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #ffffff;
	color: black;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
	display: block;
}

table,
td,
th {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

.b-content table {
	width: 100%;
}

.b-content tr {
	border-bottom: 1px solid #dad2cb;
}

.b-content tr:last-child {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

.g-clean {
	clear: both;
	font-size: 0;
	overflow: hidden;
}

.g-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.g-nobr {
	white-space: nowrap;
}

.g-menu ul,
.g-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

html body .g-half-link {
	cursor: pointer;
	text-decoration: none !important;
	color: #6e312a;
	border-bottom-color: #f5d300;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.g-img-left {
	float: left;
	margin: 0 20px 0 0;
}

.g-img-right {
	float: right;
	margin: 0 0 0 20px;
}

.g-ico {
	background-image: url("/bitrix/templates/template.nadel/css/global/../../img/ico-map.png");
	background-repeat: no-repeat;
}

.g-button,
input[name="BuyButton"] {
	display: inline-block;
	margin: 0;
	padding: 11px 47px 12px;
	font-family: MuseoSans, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-decoration: none !important;
	background: #ffed00;
	border: none !important;
	border-radius: 25px;
	color: #372c2c !important;
	cursor: pointer;
	transition: background .3s ease;
}

.g-button:hover,
input[name="BuyButton"]:hover {
	background: #f7d700;
}

.g-button-hidden,
input[name="BuyButton"] {
	display: inline-block;
	margin: 0;
	padding: 11px 47px 12px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-decoration: none !important;
	background: none;
	border: 1px solid #f5d300;
	border-radius: 25px;
	color: #6e312a !important;
	cursor: pointer;
	transition: background .3s ease;
}

.g-button-hidden:hover,
input[name="BuyButton"]:hover {
	background: #f5d300;
	border-bottom: 1px solid #f5d300;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

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

.no-border {
	border: none !important;
}

.visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden;
}

/* Стилизация ajax лоадера */
body>div[id^="wait_"] {
	position: fixed !important;
	left: 50% !important;
	top: 50% !important;
	border: none !important;
	overflow: hidden !important;
	background: #000 url("/bitrix/templates/template.nadel/css/global/../../img/loading.gif") no-repeat 50% 50% !important;
	background-repeat: no-repeat !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 10px !important;
	background-position: center !important;
	width: 80px !important;
	height: 80px !important;
	margin-left: -40px !important;
	margin-top: -40px !important;
	font-size: 0 !important;
	text-indent: -9000px !important;
	opacity: .8 !important;
}

/* отображение стилей даты в статьях */

.b-news-detail_date {
	margin-bottom: 15px;
	display: inline-block;
	text-align: center;
	background-color: #dad2cb;
	color: #000000;
	padding: 5px 20px;
	border-radius: 0 5px 5px 0;
	width: 150px;
	margin-bottom: 15px;
	font-weight: 300;
}

.b-news-detail_text h2 {
	font-size: 30px;
}

/* глобальные стили для немаркированных списков */
.b-news-detail_text ul,
.b-news-list_item_text ul,
.b-news-list_item_text ol {
	padding-left: 21px;
}

.b-news-detail_text ul li,
.b-news-list_item_text ul li {
	list-style: none;
	position: relative;
}

.b-news-detail_text ul li::before,
.b-news-list_item_text ul li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	left: -20px;
	top: 8px;
	border-radius: 50%;
	background-color: #6e312a;
}

.b-news-list_item_text ol,
.b-news-detail_text ol {
	padding-left: 0;
	counter-reset: myCounter;
}

.b-news-list_item_text ol li,
.b-news-detail_text ol li {
	list-style: none;
}

.b-news-list_item_text ol li:before,
.b-news-detail_text ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter) ". ";
	color: #6e312a;
	font-weight: 600;
}

.btn-default[name="reset"] {
	background: #f7d700;
}

.new-banner-main {
	width: 100%;
	height: 170px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.new-banner-main a {
	text-decoration: none;
	border: none !important;
}

.new-banner-main img {
	min-width: 100%;
	object-fit: contain;
	object-position: center;
	overflow: hidden;
}

.desctop-banner {}

.mobile-banner {
	display: none;
}

.b-header-holder {
	max-width: 100vw;
}


@media (max-width: 767px) {
	.desctop-banner {
		display: none;
	}

	.mobile-banner {
		display: block;
	}

	.new-banner-main {
		max-width: 375px;
		overflow: hidden;
		height: 250px;
		margin: 30px auto;
		margin-bottom: 0;
	}

	.g-button,
	input[name="BuyButton"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* End */


/* Start:/bitrix/templates/template.nadel/css/global/font_new.css?17302002162531*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */
@font-face {
	font-family: 'MuseoSans';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/MuseoSansCyrl-100.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/MuseoSansCyrl-100Italic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'MuseoSans';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/MuseoSansCyrl-300.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/MuseoSansCyrl-300Italic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'MuseoSans';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/MuseoSansCyrl-500.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/MuseoSansCyrl-500Italic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'MuseoSans';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/MuseoSansCyrl-700.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/MuseoSansCyrl-700Italic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'ALS Rubl';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/rouble.ttf') format('ttf');
  	font-style: normal;
  	font-weight: normal;
}

@font-face {
	font-family: 'ALS Rubl';
	src: url('/bitrix/templates/template.nadel/css/global/fonts/rouble.ttf') format('ttf');
  	font-style: normal;
  	font-weight: 700;
}


body {
	font: 100 16px/1.5 "MuseoSans", sans-serif;
	color: #372c2c;
}

a, a:visited {
	color: #6e312a;
	text-decoration: none;
	font-weight: 300;
}

/*.l-page a:not(.g-button):not(.g-button-hidden):not(.g-half-link):not(.g-add-cart):visited {
	border-bottom: 1px solid #6e312a;
}*/

.l-page a,
.l-page a:visited {
	border-bottom: 1px solid #f5d300;
}

a:hover, a:active {
	color: #6e312a;
	text-decoration: none;
	border-bottom: transparent;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0.4em 0;
	padding: 0;
	font-weight: 100;
}

h1, .h1 {
	font-size: 48px;
	line-height: 60px;
}

h2, .h2 {
	font-size: 40px;
	line-height: 50px;
}

h3, .h3 {
	font-size: 36px;
	line-height: 48px;
}

h4, .h4 {
	font-size: 30px;
	line-height: 40px;
}

h5, h6, .h5, .h6 {
	font-size: 16px;
}

p {
	margin: 0.67em 0;
	padding: 0;
}

ul, ol, li {
	margin: 0.8em 0;
}

 /* Для знака рубля в сафари */

span.rouble {
  font-family: "ALS Rubl", system-ui;
}

.catalog-detail-price {
  position: relative;
}


/* End */


/* Start:/bitrix/templates/template.nadel/css/layout/holster_new.css?17302735431924*/
/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */
.l-page {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 1280px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	/*overflow: hidden;*/
}
	.l-page-holder {
		flex-grow: 1;
	}
		.l-wrapper {
			position: relative;
			margin-top: 0;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			max-width: 1364px;
			padding: 0 20px;
		}
			/* .l-header {}
			.l-page-content {}
				.l-content {} */
				.b-content-wrapper {
					padding-bottom: 40px;
				}
		.l-page-content {
			overflow: hidden;
		}
	.l-footer {
		/*position: absolute;*/
		flex-shrink: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		/*height: 160px;*/
		background: #f5f5f5;
  }

/* стили адаптива */

@media (max-width: 767px) {
  .l-page {
	  min-width: 320px;
  }

    #bx-panel {
        position: absolute !important;
    }

    /*.l-page-content {*/
    /*    padding-top: 60px;*/
    /*}*/

  .l-page-show {
    position: relative;
  }

  .l-wrapper {
      max-width: 100%;
    padding: 0 16px;
  }

  .l-page--catalog .l-wrapper.b-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .b-content  .b-breadcrumb {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }

  .b-content .l-wrapper > .b-breadcrumb {
    padding-left: 0;
  }

  .b-content .l-wrapper > h1 {
    padding-left: 0;
  }

  .left-menu .b-left-column nav {
    margin-bottom: 30px;
  }

  .b-content h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .b-content .b-breadcrumb {
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 24px;
    margin: 50px 0 0px;
}
}

@media (max-width: 374px) {
  .l-wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* End */


/* Start:/bitrix/templates/template.nadel/css/layout/blocks_new.css?173279864122014*/
/* blocks.css
 * Стили блоков сайта, основной рабочий файл
 *
 */
/*
// Выключить bitrix panel
*/
@media (max-width: 376px) {
  #bx-panel.bx-panel-folded #bx-panel-top {
    height: 0 !important;
    display: none !important;
  }
}

#important_message {
  text-align: center;
  background: #ff0033;
}

#important_message a {
  display: block;
  width: 100%;
  padding: 5px 30px 5px 30px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/* HEADER NEW */

.header__banner {
    background: rgba(255, 231, 231, 1);
    color: #000;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    z-index: 100;
}

.header {
  border-bottom: 1px solid #E6E3E1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6E312A;
}

.header-top__holder {
  background-color: #E6E3E1;
  padding: 10px 0;

}

.header a {
  transition: color 0.2s ease-in-out;
}

.header-top__holder a:hover {
  color: #6E312A60;
}

.header-top {
  display: flex;
}

.header-top__location {
  margin-right: 44px;
}

.header-top__phone {
  margin-left: auto;
}

.header-top__phone a {
  border: none !important;
}

.header-bottom {
  padding: 14px 0;
}

.catalog-top {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 12px 20px;
  gap: 20px;
  border-radius: 4px;
  background-color: #FEED01;
}

.catalog-top__logo {
  display: flex;
  border: none !important;
}

.catalog-top__btn {
  display: flex;
  gap: 8px;
  padding: 12px 14px;
  align-items: center;
  background-color: #FEED01;
  border-radius: 4px;
  box-shadow: 0 0 34px 0 #FAD40F;
  cursor: pointer;
  font-weight: 600;
}

.header-bottom {
  display: flex;
  align-items: center;
}

.header-bottom__promotion {
  margin-left: 34px;
}

a.header-bottom__promotion-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #E6E3E1 !important;
  border-radius: 4px;
  padding: 12px 16px;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
  text-wrap: nowrap;
}

@media screen and (min-width: 991px) {
  a.header-bottom__promotion-btn:hover {
    background-color: #E6E3E1;
  }
}
a.header-bottom__promotion-btn:active {
  background-color: #E6E3E1;
}

.header-bottom__search {
  margin-left: 34px;
  width: 100%;
  max-width: 600px;
}

.header-bottom__personal {
  margin-left: 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-bottom__personal > #bx_incl_area_6 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-mobile {
  display: none;
}

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

  .header__banner {
    font-size: 12px;
    padding: 0;
  }

  /* .header {
    display: none;
  } */

  .header {
    background-color: #f5f5f5;
  }
  .header__holder {
      display: flex;
      flex-direction: column-reverse;
  }

  .header .header-top__holder,
  .header .header-bottom__search,
  .header .header-bottom__promotion,
  .header .catalog-top__logo,
  .header .header-bottom .bonuses-line,
  .header .header-bottom .header-personal-link-profile,
  .header .header-bottom .header-personal-logout,
  .header .header-bottom .login-btn {
    display: none;
  }

  .header-bottom__personal {
    gap: 15px;
  }

  .header .header-bottom {
      position: relative;
      z-index: 2;
      background-color: #f5f5f5;
  }

  .header .catalog-top {
      padding: 0;
      background-color: transparent;
  }

  .header .header-bottom .deep-1 .b-list-catalog .deep-1-first {
      display: flex;
      justify-content: center;
      padding: 12px 14px;
      min-width: 120px;
  }

  .header-mobile__holder {

    padding: 10px 0;
    background-color: #FEED01;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;

  }

  .header-mobile {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }

  .header-mobile__logo {
    display: flex;
  }

  .header-mobile__nav {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .header-mobile .location-current__cityname-holder {
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .header-mobile .location-current__cityname{
    display: none;
  }

  .header-mobile .search-holder-top {
    display: flex;
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #FEED01;
    height: 60px;
    width: 100%;
    max-width: unset;
    transform: translateY(-100%);
    transition: transform 0.2s ease-in-out;
  }

  .header-mobile .search-holder-top.active {
    transform: translateY(0);
  }

  .header-mobile .search-holder-top input[type="text"] {
    border: none !important;
    border-bottom: 1px solid #6e312a !important;
    border-radius: 0;
    height: 40px;
    padding: 0;
    margin: 10px 80px 0 16px;
  }

  .header-mobile .search-holder-top button {
    top: 10px;
    right: 16px;
  }

  .header-mobile .search-holder-top__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFFFFF;
  }

  .header-mobile__search-btn,
  .header-mobile__menu-burger{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFFFFF;
  }

  .header-mobile__search-bg {
    display: none;
    opacity: 0;
    z-index: -100;
    transition: opacity 0.2s ease-in-out;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
  }

  .header-mobile__search-bg.active {
    opacity: 0.5;
    z-index: 100000;
  }
}

/*
FOOTER
*/
.b-footer-top {
  margin: 0 0 15px;
}

.b-footer-top .l-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.b-footer-logo {
  max-width: 187px;
  padding: 18px 0 0 0;
}

.b-footer-phone {
  order: 1;
  width: 100%;
  flex-basis: 100%;
  padding: 10px 0 0;
  font-weight: 700;
}

.b-footer-location {
  display: flex;
  padding: 22px 0 0 63px;
  margin: 0 0 0 auto;
}

.b-footer-search {
  padding: 9px 0 0 40px;
}

.b-footer-menu {}

.b-footer-bottom {
  background: #f0eeeb;
}

.b-footer-bottom .l-wrapper {
  display: flex;
  align-items: center;
}

.b-personal-data {
  max-width: 700px;
  /*padding: 15px 0 0;*/
  font-size: 12px;
  line-height: 18px;
  color: #424242;
}

.b-personal-data p {
  margin: 0;
}

.b-personal-data a,
.b-personal-data a:visited {
  text-decoration: underline;
  color: inherit;
  border-bottom: none;
}

.b-personal-data a:hover,
.b-personal-data a:active {
  text-decoration: none;
  color: inherit;
}

.b-footer-paysystems {
  /*position: absolute;*/
  /*bottom: 38px;*/
  /*right: 163px;*/
  margin: 0 auto;
  display: flex;
  flex-shrink: 0;
}

.b-footer-paysystems img {
  display: inline-block;
  margin: 0 0 0 25px;
  transform: scale(0.9) translateY(0);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .2s ease;
}

.b-footer-paysystems img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(0.9) translateY(-2px);
}

.b-footer-paysystems img.visa {
  margin: 0;
}

.b-footer-paysystems img.mc {}

.b-footer-paysystems img.mir {}

.b-media-army {
  flex-shrink: 0;
  margin: 0 0 0 auto;
  line-height: 1;
  text-transform: lowercase;
}

.b-media-army a,
.b-media-army a:visited {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 19px 19px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: #a6a6a6;
  transition: background .3s ease;
}

.b-media-army a:hover,
.b-media-army a:active {
  text-decoration: none;
  color: #ee1b24;
  background: #f04949;
}

.b-media-army img {
  display: block;
  width: 101px;
  height: 11px;
  margin: 0 auto 4px;
}

.b-media-army-text {
  margin: 4px 0 0;
  font-size: 14px;
  color: #fff;
}

/*
MAIN PAGE
*/
.b-main-slider {
  position: relative;
  /* z-index: -1; */
  /* margin-top: -24px; Иначе обрезаются слайдеры */
  background: #efedec;
}

.b-main-news {
  margin: 39px 0 0;
}

.b-main-news .l-wrapper {
  display: flex;
}

#vk_groups {
  width: 240px !important;
  height: 220px !important;
  border: 2px solid #dddad7;
}

.b-main-catalog {
  margin: 18px 0 0;
}

.b-main-sewing {
  margin: 61px 0 55px;
}

.b-main-test-drive {
  background: url('/bitrix/templates/template.nadel/css/layout/../../img/test-drive-bg.png') 0 0 no-repeat;
}

.b-main-test-drive .l-wrapper {}

.b-main-test-drive-holder {
  display: flex;
  padding: 53px 305px 58px 310px;
}

.b-main-test-drive-text {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

.b-main-test-drive-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-main-overlock {
  padding: 58px 0 62px;
  background: #f0eeeb;
}

.b-main-vaccleaner {
  padding: 58px 0 62px;
  background: #f5f5f5;
}

.b-main-text-block {
  padding: 40px 0 0;
}

.b-main-text-block-text {
  width: 67%;
}

.b-main-text-block-image {
  position: absolute;
  top: 12px;
  right: -25.1%;
}

.b-main-diplomas {
  padding: 83px 0 0;
  margin: 0 0 57px;
  overflow: hidden;
}

.b-request-holder {
  /*margin: 57px 0 0;*/
  margin: 0;
  padding: 58px 0 102px;
  /*background: #f1efea url('/bitrix/templates/template.nadel/css/layout/../../img/request.png') 87% 70px no-repeat;*/
  background: #f1efea;
}

.b-request-title {
  width: 50%;
  margin: 0 0 12px;
}

.b-request-text {
  width: 50%;
  font-size: 18px;
}

.l-catalog {
  margin: 33px 0 0;
}

.search-page {
  display: none !important;
}

.b-service-description {}

.b-service-image.g-img-left {
  margin: 14px 61px 0 0;
}

.b-service-image.g-img-right {
  margin: 61px 43px 0 60px;
}

.b-service-text {}

.b-service-image.g-img-right+.b-service-text {
  margin: 50px 0 0 0;
}

.b-service-message {
  margin: 43px 0 0;
  background: #f0eeeb;
}

.b-service-message-holder {
  padding: 68px 80px 73px 49px;
  display: flex;
  align-items: center;
}

.b-service-message-holder svg {
  width: 70px;
  height: 70px;
  margin: 0 43px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}

.b-service-message-holder svg path {
  fill: #6e312a;
}

.b-service-message-text {
  font-size: 24px;
  line-height: 30px;
}

/* левый блок в блоке новостей */

.left-menu {
  margin-top: 34px;
  display: flex;
  justify-content: flex-start;
  /*flex-wrap: wrap;*/
  /*padding-left: 10px;*/
  padding-bottom: 0;
}

.b-left-column {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 0 30px;
  background-color: #f5f5f5;
  width: 293px;
  margin-right: 22px;
}

.b-left-column::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000px;
  height: 100%;
  background: #f5f5f5;
}

.b-left-column .guarant {
  margin-left: 30px;
  margin-bottom: -32px;
}

.b-left-column p {
  background-color: #dad2cb;
  color: #6e312a;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  width: 165px;
  text-align: right;
  font-weight: 300;
  position: relative;
  left: 30px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b-right-column {
  padding-bottom: 20px;
  flex-grow: 1;
}

.b-left-column #vk_groups {
  margin-left: 30px;
}

/*
PAGE NAVIGATION
*/
.bx-pagination {
  margin: 25px 0;
}

.bx-pagination svg {
  display: inline-block;
  width: 9px;
  height: 14px;
}

.bx-pagination svg polyline {
  stroke: #6e312a;
}

.bx-pagination .bx-pagination-container {
  position: relative;
}

.bx-pagination .bx-pagination-container ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 0 0;
}

.bx-pagination .bx-pagination-container ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  min-width: 44px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 22px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  transition: background .3s ease;
}

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #ffed00;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  border: 1px solid #f5d300;
}

@media (max-width: 767px) {
  /* Скрываю лишние блоки в header  */

  .b-header-top>.b-header-location {
    display: none;
  }

  .b-header-top>.b-header-search {
    display: none;
  }

  .b-header-top+.b-header-menu li.deep-1 {
    display: none;
  }

  .b-header-top+.b-header-menu li.deep-1-first {
    display: block;
  }

  .b-header-top .b-header-personal-holder {
    padding-top: 5px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    padding-bottom: 5px;
  }

  .b-header-top .b-header-personal-holder .header-personal-link-profile {
    display: none;
  }

  .b-header-mobile-menu {
    display: flex;
    flex-direction: column;
    background-color: #cccccc;
    height: 100%;
  }

  .b-header-mobile-menu-container {
    margin-left: 40px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
  }

  .b-header-menu--mobile {
    width: 137px;
    position: absolute;
    left: 0;
    top: 69px;
  }

  .b-header-mobile-menu-top {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 20px;
    background-color: #f5f5f5;
  }

  .b-header-mobile-menu-top .b-header-location {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .b-header-mobile-menu-top .b-location_current {
    padding-bottom: 20px;
  }

  .b-header-top {
    flex-wrap: wrap;
    height: auto;
  }

  .b-header-search {
    padding-left: 0;
    flex-shrink: 1;
    width: 260px;
    margin-right: 20px;
  }

  .b-header-holder {
    position: static;
  }

  .b-header-holder .l-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .b-header-logo-holder {
    width: 100%;
    padding-left: 40px;
  }

  .b-header-logo {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 175px;
  }

  .b-header-logo img {
    max-width: 152px;
  }

  .b-header-logo-text {
    font-size: 10px;
  }

  .b-header-mobile-menu-bottom {
    background-color: #ffffff;
    padding-bottom: 40px;
  }

  .b-header-mobile-menu-bottom .b-header-personal-holder {
    padding-top: 15px;
    padding-left: 20px;
  }

  .b-header-mobile-menu-bottom .b-header-personal-holder div:nth-child(n+2) {
    display: none;
  }

  .b-header-mobile-menu-middle .b-header-menu a.deep-1 polyline.b-menu-polyline {
    display: none;
  }

  /* Главный слайдер */

  .b-main-slider .owl-carousel {
    height: 300px;
  }

  .b-main-slider .owl-dots {
    bottom: -20px !important;
    position: relative !important;
    text-align: center;
    left: 0 !important;
  }

  /* Конец слайдера */

  .b-main-test-drive-holder {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
  }

  .b-main-test-drive-text {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 22px;
  }

  .b-main-test-drive-button a {
    width: 210px;
  }

  .b-main-test-drive-nomobile {
    display: none;
  }

  .b-main-text-block {
    padding-top: 30px;
  }

  .b-main-text-block-text {
    width: 100%;
  }

  .b-main-text-block-text h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px;
    padding-right: 55px;
  }

  .b-main-text-block-text p {
    font-size: 14px;
    line-height: 18px;
  }

  .b-main-text-block-text p:last-child {
    padding-top: 230px;
    margin-bottom: 0;
  }

  .b-main-text-block-text p:last-child a {
    font-size: 16px;
    line-height: 30px;
  }

  .b-main-text-block-image {
    display: block;
    position: absolute;
    width: 300px;
    height: auto;
    top: auto;
    right: auto;
    bottom: 35px;
    text-align: center;
  }

  .b-main-news .l-wrapper {
    display: flex;
    flex-direction: column;
  }

  #vk_groups {
    order: -1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }


  .b-main-overlock {
    background-color: #ffffff;
  }

  .b-main-sewing {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* Footer Mobile */
  .b-footer-top {
    margin-bottom: 25px;
  }

  .b-footer-top .b-footer-location {
    display: none;
  }

  .b-footer-top .b-footer-search {
    display: none;
  }

  .b-footer-top .l-wrapper {
    display: flex;
    flex-direction: column;
  }

  .b-footer-menu {
    display: none;
  }

  .b-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .b-footer-phone {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .b-footer-bottom .b-footer-paysystems {
    display: none;
  }

  .b-footer-bottom .l-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .b-footer-bottom .b-personal-data {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .b-footer-bottom .b-personal-data p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding-left: 38px;
    padding-right: 38px;
  }

  .b-footer-bottom .b-media-army {
    flex-shrink: 1;
    margin: 0;
    width: 100%;
  }

  .b-footer-bottom .b-media-army a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .b-footer-bottom .b-media-army a .b-media-army-text {
    margin-top: 0;
  }

  /* Новости и др типичные страницы (мобильная) */
  .left-menu {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .b-left-column {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .b-right-column {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .b-right-column>.l-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .b-right-column p {
    padding-left: 0;
    padding-right: 0;
  }

  .b-right-column h6 {
    padding-left: 0;
    padding-right: 0;
  }

  .b-news-list_item {
    height: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .bx-pagination {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-left-column .guarant {
    margin-left: 0;
  }

  .b-left-column .b-left-column-wrapper #vk_groups {
    margin-left: 0;
  }

  .b-left-column-wrapper {
    padding-left: 40px;
  }


  .l-page-show .l-page-overflow {
    top: 59px;
    opacity: 0.5;
    visibility: visible;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
    z-index: 19;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
  }

  .l-page-overflow {
    top: 59px;
    right: 0;
    display: block;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0s
  }
}

/* Адаптив для футера другие брекпойнты */

@media (min-width: 600px) and (max-width: 767px) {
  .b-left-column {
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px;
  }

  .b-left-column nav {
    width: 50%;
  }

  .b-left-column .deep-1 {
    width: 100%;
  }

  .b-left-column-wrapper {
    display: flex;
  }

  .b-left-column .b-left-column-wrapper {
    width: 48%;
    display: block;
  }
}

@media (min-width: 460px) and (max-width: 767px) {
  .b-footer-bottom .l-wrapper {
    flex-direction: row;
  }

  .b-footer-bottom .b-personal-data p {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .b-footer-bottom .b-media-army a {
    flex-direction: column;
    max-width: 200px;
    margin-left: auto;
    margin-right: 10px;
  }

  .b-news-detail_text p {
    padding-left: 40px;
    padding-right: 40px;
  }


  .b-right-column blockquote {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
    /* margin-block-start: 20px;
    margin-block-end: 20px; */
  }
}

@media (max-width: 767px) {
  .b-left-column {
    display: none;
  }

  .show-submenu {
    display: block;
  }

  .disable-submenu {
    display: none !important;
  }
}

@media (max-width: 374px) {
  .b-left-column-wrapper {
    padding-left: 20px;
  }

  .b-right-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-news-detail_text p {
    padding-left: 0;
    padding-right: 0;
  }

  .b-right-column p {
    padding-left: 0;
  }
}

@media (min-width: 520px) and (max-width: 599px) {
  .b-left-column .b-left-column-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .b-left-column .b-left-column-wrapper #vk_groups {
    margin: 0;
    margin-right: 20px;
  }

  .b-left-column-wrapper {
    padding-right: 40px;
  }
}




/* Мобильный каталог */

@media (max-width: 767px) {
  .l-catalog {
    margin-top: 0;
  }

  .b-service-text h2 {
    font-size: 24px;
    line-height: 1.2;
    display: block;
  }

  .b-service-image.g-img-left {
    margin: 0;
    max-width: 375px;
    margin-right: auto;
  }

  .b-service-text p {
    display: block;
    float: none;
  }

  .b-service-message-holder {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .b-service-message-holder svg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    align-self: flex-start;
  }

  .b-service-message-text {
    font-size: 14px;
    line-height: 1.2;
  }
}
/* End */


/* Start:/bitrix/templates/template.nadel/css/layout/content.css?1571077210638*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
    vertical-align: top;
}

.b-table {
    margin-right: 2px;
}
    .b-table table {
        border-top: 3px solid #0592d0;
    }
    .b-table th, .b-table td {
        padding: 10px;
        border: 1px solid #d4d4d4;
        text-align: left;
        vertical-align: middle;
        font-size: 13px;
        color: #000;
    }
    .b-table th, .b-table tr:first-child td, .b-table tr:nth-child(odd) {
        background-color: #e5e5e5;
    }
    .b-table .phone {
        width: 120px;
    }
/* End */


/* Start:/bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?15710771845140*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/ma/site.settings/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/site.settings/template2.nadel/style.css?15710772093658*/
.arcticmodal-overlay { display: none !important; }

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url('/bitrix/templates/.default/components/ma/site.settings/template2.nadel/img/loading.gif') no-repeat 50% 50%; }

.m-box-modal {
    position: relative;
    max-width: 640px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 1px 10px #aaa;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    color: #000;
}
    .m-box-modal .box-modal_close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        background: transparent url('/bitrix/templates/.default/components/ma/site.settings/template2.nadel/img/close-x.svg') 0 0 no-repeat;
        cursor: pointer;
        color: #000;
        text-indent: -1000px;
    }

    .m-box-modal .b-mod-title {
        padding: 55px 60px 12px;
    }
        .m-box-modal .b-mod-title h1 {
            margin: 0;
            padding: 0;
            font-size: 40px;
            text-align: center;
            color: #372c2c;
        }
        .m-box-modal .b-content-ajax {
            padding: 3px 60px 70px;
            min-width: 300px;
        }


/*.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/bitrix/templates/.default/components/ma/site.settings/template2.nadel/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}*/

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/bitrix/templates/.default/components/ma/site.settings/template2.nadel/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/bitrix/templates/.default/components/ma/site.settings/template2.nadel/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
/* End */


/* Start:/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/poshytip.css?15710772094581*/
.b-tooltip-yellow {
	z-index: 1000;
	text-align: left;
	border: 1px solid #c7bf93;
	padding: 3px 7px;
	min-width: 50px;
	max-width: 300px;
	color: #000;
	background-color: #fff9c9;
}
.b-tooltip-yellow .tip-inner {
	font: normal 11px/1.2 Arial, sans-serif;
}
.b-tooltip-yellow .tip-arrow-top {
	margin-top:-10px;
	margin-left:6px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow_arrows.png) no-repeat;
}
.b-tooltip-yellow .tip-arrow-right {
	margin-top:6px;
	margin-left:0;
	top:0;
	left:100%;
	width:10px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow_arrows.png) no-repeat -10px 0;
}
.b-tooltip-yellow .tip-arrow-bottom {
	margin-top:0;
	margin-left:6px;
	top:100%;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow_arrows.png) no-repeat -20px 0;
}
.b-tooltip-yellow .tip-arrow-left {
	margin-top:6px;
	margin-left:-10px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow_arrows.png) no-repeat -30px 0;
}

.b-tooltip-red {
	z-index: 1000;
	text-align: left;
	border: 1px solid #de9898;
	padding: 4px 7px;
	min-width: 50px;
	max-width: 300px;
	color: #000;
	background-color: #fedada;
}
.b-tooltip-red .tip-inner {
	font: normal 11px/1.2 Arial, sans-serif;
}
.b-tooltip-red .tip-arrow-top {
	margin-top:-10px;
	margin-left:6px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-red_arrows.png) no-repeat;
}
.b-tooltip-red .tip-arrow-right {
	margin-top:6px;
	margin-left:0;
	top:0;
	left:100%;
	width:10px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-red_arrows.png) no-repeat -10px 0;
}
.b-tooltip-red .tip-arrow-bottom {
	margin-top:0;
	margin-left:6px;
	top:100%;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-red_arrows.png) no-repeat -20px 0;
}
.b-tooltip-red .tip-arrow-left {
	margin-top:6px;
	margin-left:-10px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-red_arrows.png) no-repeat -30px 0;
}

.b-tooltip-gray .b-mod-title {
	display: none;
}
.b-tooltip-gray {
	z-index: 1000;
	text-align: left;
	border: 1px solid #dad2cb;
	padding: 15px;
	min-width: 50px;
	max-width: 600px;
	background-color: #FFF;
	box-shadow: 0px 2px 5px #CCC;
	-moz-box-shadow: 0px 2px 5px #CCC;
	-webkit-box-shadow: 0px 2px 5px #CCC;
}
.b-tooltip-gray .tip-arrow-top {
	margin-top: -8px;
	margin-left: -7px;
	top: 0;
	left: 50px;
	width: 15px;
	height: 9px;
	background: url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-gray_arrows.png) no-repeat;
}
.b-tooltip-gray .tip-arrow-right {
	margin-top:-4px;
	margin-left:0;
	top:50%;
	left:100%;
	width:9px;
	height:15px;
	background: url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-gray_arrows.png) no-repeat -15px 0;
}
.b-tooltip-gray .tip-arrow-bottom {
	margin-top: 0;
	margin-left: -7px;
	top: 100%;
	left: 50px;
	width: 15px;
	height: 9px;
	background: url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-gray_arrows.png) no-repeat -25px 0;
}
.b-tooltip-gray .tip-arrow-left {
	margin-top: -8px; 
	margin-left: -8px;
	top:50%;
	left:0;
	width: 9px;
	height: 15px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-gray_arrows.png) no-repeat -40px 0;
}



.b-tooltip-help {
	z-index:1000;
	text-align:left;
	border:1px solid #939393;
	padding:7px;
	min-width:50px;
	max-width:530px;
	color:#8c3901;
	background-color:#fef9d9;
	background-image: url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow.png); /* bgImageFrameSize >= 10 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.b-tooltip-help .tip-inner {
	font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;
	margin-top:-2px;
	padding:0 3px 1px 3px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.b-tooltip-help .tip-arrow-top {
	margin-top:-7px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow_arrows2.png) no-repeat -40px 0;
}
.b-tooltip-help .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:50%;
	left:100%;
	width:10px;
	height:20px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow_arrows2.png) no-repeat -16px 0;
}
.b-tooltip-help .tip-arrow-bottom {
	margin-top:-6px;
	margin-left:15px;
	top:100%;
	left:0;
	width:16px;
	height:13px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow_arrows2.png) no-repeat -32px 0;
}
.b-tooltip-help .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	height:20px;
	background:url(/bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/img/tip-yellow_arrows2.png) no-repeat -48px 0;
}
/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/regions.location/template.nadel.new/style.css?1730195655736*/

.location-current__cityname-holder {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.location-current__ico {
    display: flex;
    align-items: center;
}

.location-confirm__holder {
    display: none;
}

.location-confirm {
    width: 300px;
    font-weight: 400;
}

.location-confirm__detected-city {
    margin: 0 0 20px;
    text-align: center;
}

.location-confirm__city {
    font-weight: 600;
}

.location-confirm__buttons-holder {
    display: flex;
    justify-content: space-around;
}

.location-confirm__button {
    display: flex;
    align-items: center;
    padding: 5px 10px 6px;
    cursor: pointer;
}

.location-confirm__description {
    margin: 10px 0 0;
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/menu/template.nadel.top_new/style.css?17301940561468*/
.header-top__menu ul.deep-1 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.header-top__menu li.deep-1 {
  display: block;
  margin: 0;
  position: relative;
}

li.deep-1 .submenuLink {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 991px) {
  li.deep-1:hover svg path{
    transition: fill 0.2s ease-in-out;
  }

  li.deep-1:hover svg{
    transition: transform 0.2s ease-in-out;
  }

  li.deep-1:hover svg{
    transform: rotate(180deg);
  }

  li.deep-1:hover svg path{
    fill: #6E312A60;
  }
}

li.deep-1:active svg path{
  transition: fill 0.2s ease-in-out;
}

li.deep-1:active svg{
  transition: transform 0.2s ease-in-out;
}

li.deep-1:active svg{
  transform: rotate(180deg);
}

li.deep-1:active svg path{
  fill: #6E312A60;
}



.header-top__menu ul.deep-2 {
  display: flex;
  width: max-content;
  flex-direction: column;
  margin: 0;
  position: absolute;
  top: 100%;
  left: -10px;
  padding: 10px;
  z-index: -100;
  background-color: #E6E3E1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.header-top__menu ul.deep-2 li.deep-2 {
  display: flex;
  margin: 0;
  padding: 0;
}

.header-top__menu ul.deep-2 a.deep-2 {
  display: flex;
  padding: 5px 0;
}

@media screen and (min-width: 991px) {
  li.deep-1:hover ul.deep-2{
    opacity: 1;
    z-index: 100;
  }
}

li.deep-1:active ul.deep-2{
  opacity: 1;
  z-index: 100;
}

/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/menu/template.nadel.catalog/style.css?173277418920096*/
.b-header-menu nav {
  position: relative;
}

.l-page-holder {
  overflow-x: hidden;
}

@media (max-width:767px) {
  .b-header-menu nav::after {
    display: none;
  }

  .b-list-promotion .promotion-block {
    margin: 10px 0;
  }

  .b-list-promotion {
    justify-content: flex-start !important;
    padding-left: 20px;
  }
}

.b-header-menu ul.deep-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.b-header-menu li.deep-1 {
  flex-grow: 1;
  margin: 0;
  position: relative;
  /*padding: 15px 0;*/
  text-align: center;
}

.b-header-menu li.deep-1.b-list-catalog {
  /*flex-basis: 139px;*/
  /*width: 139px;*/
  /*flex-shrink: 0;*/
  /*flex-grow: 0;*/
  /*text-align: left;*/
}

.b-header-menu a.deep-1 {
  display: flex;
  gap: 8px;
  padding: 12px 14px;
  align-items: center;
  background-color: #FEED01;
  border-radius: 4px;
  box-shadow: 0 0 34px 0 #FAD40F;
  cursor: pointer;
  font-weight: 600;
}

.b-header-menu a.deep-1:hover,
.b-header-menu a.deep-1.root-selected {
  /*background: #ffed00;*/
  /*color: #ffed00 !important;*/
}

.b-header-menu .b-list-a-catalog .ico {
  display: flex;
  width: 24px;
  height: 24px;
}

.b-header-menu .b-list-catalog:hover .b-list-a-catalog .ico {

}

.b-header-menu .b-list-catalog:hover .b-list-a-catalog .ico::before {
  top: 0;
  transition:
    top .2s ease,
    height .2s ease;
}

.b-header-menu .b-list-catalog:hover .b-list-a-catalog .ico::after {
  top: 0;
  transform: rotate(-90deg);
  transition:
    top .2s ease,
    transform .2s ease .2s;
}

.b-header-menu .b-list-catalog a:hover .ico::before,
.b-header-menu .b-list-catalog a:hover .ico::after,
.b-header-menu .b-list-catalog a.root-selected .ico::before,
.b-header-menu .b-list-catalog a.root-selected .ico::after {
  background: #ffed00;
}

.b-header-menu a.deep-1 svg {
  /*position: relative;*/
  /*top: -1px;*/
  /*width: 12px;*/
  /*height: 7px;*/
  /*margin: 0 0 0 10px;*/
  /*transition: transform .3s ease;*/
}

.b-header-menu .b-list-catalog a.deep-1 svg {
  display: none;
}

.b-header-menu .b-list-catalog a.deep-1 .ico svg {
  display: block;
}

.b-header-menu li.deep-1:hover a.deep-1 svg {
  /*transform: scale(-1, -1);*/
}

.b-header-menu a.deep-1 polyline.b-menu-polyline {
  stroke: #cacaca;
  transition: all .3s ease;
  stroke-width: 2px;
}

.b-header-menu a.deep-1:hover polyline.b-menu-polyline,
.b-header-menu a.deep-1.root-selected polyline.b-menu-polyline {
  stroke: #ffed00;
}

.b-header-menu .b-list-catalog ul.deep-2 {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  margin: 0;
  margin-top: 27px !important;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: #f1efea;
}

.b-header-menu .b-list-catalog ul.deep-2::after {
  content: '';
  position: absolute;
  background: transparent;
  top: -27px;
  left: -100vw;
  width: 200vw;
  height: 27px;
  z-index: 2;
}

.b-header-menu ul.deep-2 {
  position: absolute;
  top: 110%;
  display: none;
  margin: 0;
  padding: 15px 26px 18px;
  list-style-type: none;
  background: #3a1b17;
  text-align: left;
}

.b-header-menu li.deep-1:hover ul.deep-2 {
  display: block;
}

.b-header-menu li.deep-1:not(.b-list-catalog) ul.deep-2::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
}

.b-header-menu .b-list-catalog ul.deep-2::before {
  content: '';
  position: absolute;
  background: #3a1b17;
  top: 0;
  right: 100%;
  width: 1000px;
  height: 100%;
  z-index: -1;
}

/*.b-header-menu .b-list-catalog ul.deep-2::after {
				content: '';
				position: absolute;
				background: #f1efea;
				top: -24px;
				left: 100%;
				width: 1000px;
				height: calc(100% + 24px);
				z-index: -1;
      } */

.b-header-menu .b-list-catalog li.deep-2 {
  width: 334px;
  margin: 0 0 0 -20px;
  background: #3a1b17;
}

.b-header-menu li.deep-2 {
  margin: 0 0 10px;
  line-height: 20px;
}

.b-header-menu li.deep-2.background {
  position: absolute;
  background: #f1efea;
  /* top: -24px; */
  top: 0;
  left: calc(100% + 20px);
  /* height: calc(100% + 24px); */
  height: 100%;
  z-index: -1;
}

.b-header-menu .b-list-catalog li.deep-2:hover,
.b-header-menu .b-list-catalog li.deep-2.selected {
  background: #f1efea;
}

.b-header-menu .b-list-catalog a.deep-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 17px 0 19px 69px;
  padding: 13px 0 15px 69px;
  color: #fff;
}

.b-header-menu a.deep-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #fff;
}

.b-header-menu .b-list-catalog li.deep-2:hover a.deep-2,
.b-header-menu .b-list-catalog li.deep-2.selected a.deep-2 {
  color: #6e312a;
}

.b-header-menu li.deep-2:hover a.deep-2,
.b-header-menu li.deep-2.selected a.deep-2 {
  color: #ffed00;
}

.b-header-menu li.b-list-catalog a.deep-2 .ico {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

.b-header-menu li.b-list-catalog a.deep-2 .ico img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  opacity: 1;
  transform: translateX(-50%);
}

.b-header-menu li.b-list-catalog a.deep-2 .ico .menu-pic-active {
  opacity: 0;
}

.b-header-menu li.b-list-catalog li.deep-2:hover a.deep-2 .ico .menu-pic,
.b-header-menu li.b-list-catalog li.deep-2.selected a.deep-2 .ico .menu-pic {
  opacity: 0;
}

.b-header-menu li.b-list-catalog li.deep-2:hover a.deep-2 .ico .menu-pic-active,
.b-header-menu li.b-list-catalog li.deep-2.selected a.deep-2 .ico .menu-pic-active {
  opacity: 1;
}

.b-header-menu .menu-holder {
  position: absolute;
  top: 0;
  left: 314px;
  display: none;
  width: 946px;
  height: 100%;
  /*flex-wrap: wrap;*/
  margin: 0;
  background: #f1efea;
}

.b-header-menu ul.deep-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 16px 20px 0;
  column-count: 3;
  column-gap: 40px;
  list-style-type: none;
  font-size: 0;
  max-height: 100%;
}

/*.b-header-menu li.deep-2:hover ul.deep-3,
						.b-header-menu li.deep-2.selected ul.deep-3 {
							display: block;
						}*/
.b-header-menu li.deep-2:hover .menu-holder,
.b-header-menu li.deep-2.hover .menu-holder,
.b-header-menu li.deep-2.selected .menu-holder {
  display: block;
}

.b-header-menu li.deep-1.selected ul.deep-3 {
  /*display: flex;*/
}

.b-header-menu li.deep-3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  vertical-align: top;
}

.b-header-menu a.deep-3 {
  display: inline-block;
  margin: 0 0 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  font-weight: 700;
}

.b-header-menu a.deep-3:hover,
.b-header-menu a.deep-3:hover {
  border-bottom: 1px solid #f5d300 !important;
}

.b-header-menu ul.deep-4 {
  margin: 0;
  padding: 0 0 2px;
  list-style-type: none;
}

.b-header-menu li.deep-4 {
  margin: 0 0 10px;
}

.b-header-menu li.deep-4 a.deep-4 {
  border-bottom: none;
}

.b-header-menu li.deep-4 a.deep-4:hover,
.b-header-menu li.deep-4 a.deep-4:active {
  border-bottom: 1px solid #f5d300 !important;
}

.b-list-promotion .promotion-block {
  height: 32px;
  padding: 4px 16px !important;
  /*max-width: 104px;*/
  /*min-width: 103px;*/
  width: fit-content;
  gap: 3px;
  border-radius: 99px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  color: #3A1B17 !important;
  background-color: #FFED00;
  transition: all 0.3s;
}

.b-list-promotion .promotion-block:hover {
  background-color: #ffee00e0;
  transition: all 0.3s;
}

.promotion-icon {
  width: 20px;
  height: 20px;
  background-image: url('/bitrix/templates/template.nadel/components/ma/menu/template.nadel.catalog/images/ci.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-list-promotion {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

  /* Адаптив выпадающего меню  */
  .b-header-menu li.deep-1:hover ul.deep-2 {
    display: none;
    background: #3a1b17;
    width: 100vw;
  }

  .b-header-menu a.deep-1 {
    background-color: #6e312a;
    box-shadow: none;
    color: #fff;
  }

  .b-header-menu.b-header-menu--mobile .b-list-catalog ul.deep-2.show-submenu {
    animation-name: menuAnimationleft;
    animation-duration: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
  }


  .b-header-menu.b-header-menu--mobile .b-list-catalog ul.deep-2 {
    display: none;
    width: auto;
  }

  .b-header-menu.b-header-menu--mobile .b-list-catalog li.deep-2 {
    margin: 0;
    width: 375px;
    font-size: 14px;
    letter-spacing: 0.005em;

  }

  @media (max-width:600px) {
    .b-header-menu.b-header-menu--mobile .b-list-catalog li.deep-2 {
      width: 100vw;
    }
  }

  @media (max-width: 373px) {
    .b-header-menu.b-header-menu--mobile .b-list-catalog li.deep-2 {
      width: 100vw !important;
    }
  }

  .b-header-menu.b-header-menu--mobile li.deep-2.background {
    left: auto;
    height: auto;
  }

  .b-header-menu.b-header-menu--mobile .menu-holder {
    position: relative;
    left: 0;
    width: auto;
  }

  .b-header-menu.b-header-menu--mobile ul.deep-3 {
    position: relative;
    column-count: auto;
    width: auto;
    column-gap: 0;
  }

  .header .b-header-menu .b-list-catalog li.deep-2 a.deep-2 {
    padding-left: 0px;
    padding-right: 20px;
  }

  .b-header-menu .b-list-catalog li.deep-2 a.deep-2 img {
    display: none;
  }

  .b-header-mobile-menu-middle .b-header-menu ul.deep-1 {
    flex-direction: column;
    align-items: stretch;
  }

  .b-header-menu .b-list-catalog li.deep-2 {
    width: 334px;
    margin: 0 0 0 0;
    background: #3a1b17;
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  .b-header-mobile-menu-middle .b-header-menu ul.deep-1 .b-list-catalog {
    display: none;
  }

  .b-header-menu .b-list-catalog li.deep-2 {
    background: #3a1b17;
  }

  .b-header-menu .b-list-catalog li.deep-2:hover {
    background: #3a1b17;
  }

  .b-header-menu .b-list-catalog ul.deep-2::before {
    content: none !important;
  }

  .b-header-menu .b-list-catalog ul.deep-2 {
    width: 100vw !important;
    margin-top: 15px !important;
    /* padding-left: 16px !important; */
    margin-left: -16px !important;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.deep-2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #2b1410 !important;
  }

  .b-header-menu .b-list-catalog ul.deep-2:hover a.deep-2 {
    color: #ffffff;
  }

  .b-header-menu .b-list-catalog ul.deep-3 {
    padding-left: 0;
    padding-right: 0;
    display: none;
    column-count: 1;
  }

  .b-header-menu .b-list-catalog ul.deep-3 a.deep-3 {
    position: relative;
    width: 100%;
    padding-left: 10px !important;
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    padding-top: 13px;
    padding-bottom: 15px;
    background-color: transparent;
    margin-bottom: 0;
  }

  .b-header-menu .b-list-catalog ul.deep-3 a.submenuLink.selectPoint {
    background-color: #210f0c;
    padding-right: 20px;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.submenuLink::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #6e312a;
    border-right: 2px solid #6e312a;
    right: 10px;
    top: 20px;
    z-index: 21;
    transform: rotate(45deg);
  }

  .b-header-menu ul.deep-4 {
    display: none;
    transition: all, 0.3s;
    padding-left: 20px  !important;
  }

  .b-header-menu ul.deep-4 {
    transition: all, 0.3s;
  }

  .b-header-menu-mobile-button {
    position: absolute;
    width: 25px;
    height: 23px;
    right: 40px;
    top: 30px;
    z-index: 20;
    cursor: pointer;
  }

  /* Мобильная кнопка */
  .b-header-menu-mobile-button .ico {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #6e312a;
    transition:
      transform .2s ease,
      margin .2s ease,
      top .2s ease .2s,
      width .2s ease;
  }

  .b-header-menu-mobile-button-show .ico {
    top: -10px;
    width: 25px;
    margin: 0 18px 0 0;
    transform: rotate(45deg);
    transition:
      top .2s ease,
      transform .2s ease .2s,
      width .2s ease .2s,
      margin .2s ease .2s;
  }

  .b-header-menu-mobile-button .ico::before,
  .b-header-menu-mobile-button .ico::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6e312a;
  }

  .b-header-menu-mobile-button .ico::before {
    transition:
      transform .2s ease,
      top .2s ease .2s,
      height .2s ease;
  }

  .b-header-menu-mobile-button .ico::after {
    top: -20px;
    transition:
      transform .2s ease,
      top .2s ease .2s,
      height .2s ease;
  }

  .b-header-menu-mobile-button-show .ico::before {
    top: 0;
    transition:
      top .2s ease,
      height .2s ease;
  }

  .b-header-menu-mobile-button-show .ico::after {
    top: 0;
    transform: rotate(-90deg);
    transition:
      top .2s ease,
      transform .2s ease .2s;
  }

  /* Конец мобильной кнопки */

  .b-header-mobile-menu-container {
    position: absolute;
    z-index: 100;
    top: 69px;
    right: 0;
    transition: all, 0.3s;
    width: 339px;
    display: none;
    height: 100%;
    background-color: #ffffff;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
    opacity: 1;
  }

  .b-header-mobile-menu-container-show {
    width: 320px;
    animation-name: menuAnimation;
    animation-duration: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
    opacity: 1;
    display: block;
  }

  .l-page-show-menu::before {
    height: 100%;
    min-height: 100%;
    width: 100vw;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    background-color: rgba(0, 0, 0, 0.7)
  }


  @keyframes menuAnimation {
    0% {
      transform: translateX(340px);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes menuAnimationleft {
    0% {
      transform: translateX(-340px);
    }

    100% {
      transform: translateX(0);
    }
  }


  /* Для кликов меню второго уровня */

  .b-header-mobile-menu-middle .b-header-menu li.deep-1 ul.deep-2 {
    display: block;
  }

  .b-header-mobile-menu-container .b-header-menu nav {
    background-color: #ffffff;
    color: #6e312a;
  }

  .b-header-mobile-menu-container .b-header-menu nav::before {
    content: none;
  }

  .b-header-mobile-menu-container .b-header-menu li.deep-1 {
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
  }

  .b-header-mobile-menu-container .b-header-menu a.deep-1 {
    color: #6e312a !important;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 20px;
  }

  .b-header-mobile-menu-container ul.deep-1 a.submenuLink::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #6e312a;
    border-right: 2px solid #6e312a;
    transform: rotate(45deg);
    right: 40px;
    top: 18px;
  }

  /* .b-header-mobile-menu-container ul.deep-1 a.submenuLink:hover::before {
    border-color: #f5d300;
  } */

  .b-header-mobile-menu-container .b-header-menu ul.deep-2 {
    position: relative;
    font-size: 18px;
    background-color: #f5f5f5;
    padding-left: 36px;
  }

  .b-header-mobile-menu-container .b-header-menu a.deep-2 {
    color: #575757;
  }

  .b-header-mobile-menu-container .b-header-menu a.deep-2:hover {
    color: #6e312a;
  }

  .b-header-mobile-menu-container li.deep-2:hover a.deep-2,
  .b-header-menu li.deep-2.selected a.deep-2 {
    color: #6e312a;
  }

  .b-header-personal-title-mobile {
    display: none;
  }

  .b-header-mobile-menu-container .b-header-personal-ico-holder+.b-header-personal-title-mobile {
    display: block;
  }

  .b-header-mobile-menu-container .header-personal-link a {
    display: flex;
    width: 100%;
    border-radius: 0;
  }

  .b-header-mobile-menu-container .header-personal-link .b-header-personal-ico-holder {
    margin-right: 14px;
  }

  .b-header-personal-title-mobile {
    text-transform: lowercase;
  }

  .b-header-mobile-menu-middle .b-header-holder>.b-header-menu .deep-1 li {
    display: none;
  }

  .b-header-mobile-menu-middle .b-header-holder>.b-header-menu .deep-1 .deep-1-first {
    display: block;
  }

  .b-header-menu li.deep-1.b-list-catalog {
    flex-grow: 1;
    width: auto;
    flex-basis: auto;
  }

  .deep-1 .b-list-catalog .deep-1-first {
    text-align: left;
    padding-left: 40px;
  }

  .deep-1 .b-list-catalog .deep-1-first .ico {
    display: none;
  }

  .show-submenu {
    display: block !important;
  }

  .b-header-menu--mobile li.deep-2 {
    position: relative;
  }

  .b-header-menu--mobile li.deep-3 {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .b-header-menu--mobile li.deep-4 {
    position: relative;
    padding-left: 40px;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a {
    color: #ffffff;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .b-header-menu a.deep-1.root-selected {
    color: #ffffff !important;
  }

  .b-header-menu a.deep-1.root-selected.submenuLink.selectPoint {
    color: #f5d300 !important;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.submenuLink.selectPoint {
    color: #f5d300;
    background-color: #321713;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.submenuLink.selectPoint::before {
    border-color: #f5d300;
    border: none;
    border-top: 2px solid #f5d300;
    border-left: 2px solid #f5d300;
    transform: rotate(45deg);
  }

  .b-header-menu--mobile li.deep-4 {
    padding-left: 60px;
  }

  .b-header-menu .b-list-catalog ul.deep-3 a.submenuLink.selectPoint {
    background-color: #210f0c;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.submenuLink.selectPoint+ul.deep-3 {
    background-color: #210f0c;
    padding-top: 0;
  }

  .b-header-menu .b-list-catalog a {
    transition: all, 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .b-header-menu .b-list-catalog ul.deep-4 a {
    color: #f5f5f5;
  }

  .b-header-menu a.deep-3:hover,
  .b-header-menu a.deep-3:hover {
    border-color: transparent !important;
    padding-top: 13px;
    padding-bottom: 15px;
  }

  .b-header-menu li.deep-4 a.deep-4:hover,
  .b-header-menu li.deep-4 a.deep-4:active {
    border-color: transparent !important;
  }

  .b-header-menu .b-list-catalog ul.deep-4 a {
    color: #b8b5af;
  }

  .b-header-menu a.deep-1.root-selected {
    color: #ffed00 !important;
  }
}

@media (max-width: 374px) {
  .b-header-logo-holder {
    padding-left: 20px;
  }

  .b-header-top .b-header-personal-holder {
    padding-right: 20px;
  }

  .b-header-menu-mobile-button {
    right: 20px;
  }

  .deep-1 .b-list-catalog .deep-1-first {
    padding-left: 20px;
  }

  .b-header-menu--mobile {
    width: 100px;
  }

  .b-header-menu.b-header-menu--mobile .b-list-catalog li.deep-2 {
    /* width: 320px !important; */
    width: 100vw !important;
  }

  .b-header-menu .b-list-catalog li.deep-2 a.deep-2 {
    padding-left: 20px;
    padding-right: 40px;
  }

  .b-header-menu .b-list-catalog ul.deep-3 a.deep-3 {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .b-header-menu--mobile li.deep-4 a {
    font-size: 18px;
    line-height: 24px;
  }

  .b-header-menu--mobile li.deep-4 {
    padding-left: 50px;
  }

  .b-header-menu .b-list-catalog ul.deep-4 a {
    color: #b8b5af;
  }
}

.b-header-menu li.deep-1:hover svg path {
  fill: #6E312A !important;
}

.b-header-menu li.deep-1:hover svg {
  transform: unset !important;
}
/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/search.title/template.nadel_new/style.css?17314822793226*/
div.title-search-result {
	border:1px solid #f1f1f1;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	/*color:#cf0000;*/
	color:#3a1b17;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-all a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/template.nadel/components/ma/search.title/template.nadel_new/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

.search-holder-top {
	position: relative;
}

.search-holder-top form {
	display: flex;
}

.search-holder-top input[type="text"] {
	display: inline-block;
	width: 100%;
	height: 48px;
	padding: 0 60px 0 20px;
	border: 1px solid #E6E3E1;
	border-radius: 4px;
	background: none;
	color: #6E312A;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.search-holder-top input[type="text"]::-webkit-input-placeholder {color: #6e312a;}
.search-holder-top input[type="text"]::-moz-placeholder {color: #6e312a;}
.search-holder-top input[type="text"]:-moz-placeholder  {color: #6e312a;}
.search-holder-top input[type="text"]:-ms-input-placeholder {color: #6e312a;}
.search-holder-top button {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 40px;
	height: 40px;
	font-size: 0;
	border: 0;
	padding: 0;
	border-radius: 4px;
	cursor: pointer;
}

.search-holder-top__btn {
	padding: 8px;
	background-color: #FEED01;
	border-radius: 4px;
	position: absolute;
	top: 0;
	height: 100%;
	box-sizing: border-box !important;
}
/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/sale.basket.basket.line/template.nadel_new/style.css?17326195718078*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 32px 21px 10px;
    border: 1px solid #888;
    width: 440px;
}

.modal-content .b-mod-title {
	display: none;
}

.modal-content .b-content-ajax > .b-authform {
	max-width: 360px;
	width: 360px;
	margin: 0 auto !important;
}

.modal-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.loading-auth {
	position: absolute;
	top: 37%;
}

.modal-loading svg {
	animation: spin 1.5s ease-in-out infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.modal-loading-hidden {
	display: none;
}

.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: 300;
	left: -20px;
	position: relative;
}

.b-authform .sms_auth__stages form#authorize-form-sms > div.b-authform__item:first-child > div.b-authform__text {
	color: black;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.header-bottom__personal.authorized {
	gap: 20px !important;
}
.b-header-personal-holder path,
.b-header-personal-holder circle {
	fill: #6e312a;
	transition: all .3s ease;
}
.b-header-personal-compare.header-personal-link {
	position: relative;
	/*margin: 0 16px 0 0;*/
}
.b-header-personal-favorites {
	position: relative;
}
	.header-personal-link a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 24px;
		height: 24px;
		overflow: hidden;
		transition: background .3s ease;
	}

a .b-header-personal-ico-holder {
	display: flex;
	align-items: center;
}

a .b-header-personal-ico-holder svg {
	transition: opacity 0.2s ease-in-out;
}

@media screen and (min-width: 991px) {
	a:hover .b-header-personal-ico-holder svg {
		opacity: 0.6;
	}
}

a:active .b-header-personal-ico-holder svg {
	opacity: 0.6;
}

  .b-header-personal-ico-holder + .b-header-personal-title-mobile {
    display: none;
  }

.header-personal-link-profile {
	font-size: 0;
}

.b-small-basket  {
	position: relative;
}

.b-small-basket_num,
.b-small-compare_num,
.b-small-fav_num {
	position: absolute;
	top: -15px;
	right: -13px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	border-radius: 4px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
	padding: 2px 7px;
	background: #ffed00;
	color: #6E312A;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.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;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .b-small-basket {
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.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;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.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;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
.b-header-personal-logout.header-personal-logout {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.b-header-personal-logout.header-personal-logout > a {
	position: absolute;
	top: 14px;
	right: 5px;
	border-bottom: unset;
}
.b-header-personal-logout.header-personal-logout > a:visited,
.b-header-personal-logout.header-personal-logout > a:focus,
.b-header-personal-logout.header-personal-logout > a:hover {
	border-bottom: unset;
}
.b-header-personal-logout.header-personal-logout > a:hover {
	opacity: 0.6;
	transition: opacity 0.2s ease-in-out;
}
.b-header-personal-logout.header-personal-logout > a:hover > svg {
	
}
@media (max-width: 767px) {
  .b-small-basket {
    margin: 0;
  }

  .header-personal-link {
    margin-right: 5px;
  }

  .b-header-personal-compare.header-personal-link {
    margin-right: 5px;
  }
}

.bonuses-line {
	font-size: 18px;
	font-weight: 600;
	line-height: 16px;
	margin-top: 5px;
	letter-spacing: -1px;
	text-align: center;
	color: #6E312A;
	width: 58px;
	border-bottom: unset !important;
}

a.login-btn {
	border-radius: 4px;
	background-color: #FDE804;
	font-weight: 600;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	border: none !important;
	transition: background 0.2s ease-in-out;
}

@media screen and (min-width: 991px) {
	a.login-btn:hover {
		background-color: #FDE80460;
	}
}

a.login-btn:active {
	background-color: #FDE80460;
}

/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/regions.location/template.nadel.mobile/style.css?15710772118297*/
.b-location_current {
	position: relative;
	margin: 0 40px 0 0;
	font-size: 16px;
	color: #6e312a;
}
	.b-location-cityname-holder {
		cursor: pointer;
	}
		.b-location-ico {
			position: relative;
			top: 4px;
			width: 15px;
			display: inline-block;
			height: 20px;
			margin: 0 4px 0 0;
		}
			.b-location-ico path {
				fill: #6e312a;
			}
		.b-locataion-arrow {
			position: relative;
			top: -1px;
			display: inline-block;
			margin: 0 0 0 5px;
			width: 10px;
			height: 6px;
			border: 0;
		}
			.b-locataion-arrow polyline {
				stroke: #ffed00;
			}
	.b-location-confirm-holder {
	    position: absolute;
	    top: 100%;
	    left: 50%;
		height: 0;
	    margin: 0 0 0 -150px;
		overflow: hidden;
	    background: #fff;
	    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
	    transition: height .5s ease-out 0s;
	    z-index: 100;
	}
	.b-location-confirm-holder.open {
		height: 110px;
	}
	.b-location-confirm {
	    width: 300px;
	}
		.b-location-confirm-detected-city {
			margin: 0 0 20px;
			font-size: 18px;
			text-align: center;
		}
			.b-location_curent .b-location-confirm-city,
			.b-location-confirm .b-location-confirm-city {
				font-weight: bold;
				border: none;
			}
		.b-location-confirm-buttons-holder {
			display: flex;
			justify-content: space-around;
		}
			#location-confirm .b-location-button {
				display: block;
				padding: 5px 10px 6px;
			}
.b-location-receiving {
	padding: 2px 0 0;
}
	.b-location-shop-ico {
		position: relative;
		top: 4px;
		display: inline-block;
		width: 22px;
		height: 20px;
		margin: 0 6px 0 0;
	}
		.b-location-shop-ico path {
			fill: #6e312a;
		}
	.b-location-receiving a {
		font-weight: 100;
		text-decoration: none;
		color: #6e312a;
	}

.b-location a {
	position: relative;
}

.arcticmodal-container_i2 {
	min-height: 220px;
}
		.b-location {
			/*padding: 30px 26px;*/
			min-width: 640px;
		}
			.b-locataion-title {
				margin: 0;
				margin-bottom: 0px;
				padding: 55px 60px 12px;
				font-size: 40px;
				font-weight: 100;
				line-height: 60px;
				margin-bottom: 15px;
				color: #372c2c;
			}
				.b-location-holder {
					padding: 3px 60px 70px;
				}
				.b-location-list-title {
					color: #858484;
				}
				.b-location-list {
					font-size: 0;
					opacity: 1;
					transition: opacity .25s ease-out,
							max-height .2s ease-out,
							margin .2s ease-out;
					overflow: hidden;
				}
				.b-location-list[aria-hidden="true"] {
					opacity: 0;
					pointer-events: none;
					margin-bottom: 0;
				}
					.b-location-list-in-sity {
						column-count: 2;
						column-gap: 13px;
					}
					.b-locataion-list-delivery {
						column-count: 3;
						column-gap: 20px;
					}
						.b-location-list-item {
							width: 100%;
							margin: 0 0 0;
							padding: 0 10px 3px 15px;
							box-sizing: border-box;
							border-bottom: none;
						}
						.b-location-list-item-holder {
							display: inline-block;
							padding: 5px 22px 6px 19px;
						}
						.b-location-list-item.selected .b-location-list-item-holder {
							background: #ffed00;
							border-radius: 21.5px;
							overflow: hidden;
						}
							.b-location-list-item-ico {
								position: relative;
								top: 6px;
								width: 15px;
								display: inline-block;
								height: 20px;
								margin: 0 20px 0 0;
							}
								.b-location-list-item-ico path {
									fill: #6e312a;
								}
							.b-locataion-list-item-name {
								display: inline-block;
							}
							.b-locataion-list-delivery .b-locataion-list-item-name {
								width: 85%;
							}
								.b-locataion-list-item-name a {
									flex: 1;
									font-size: 15px;
									line-height: 32px;
									color: #6e312a;
									text-decoration: none;
								}
								.b-location-list-in-sity a {
									font-size: 16px;
								}
							.b-location-item-shipment {
								width: 15%;
								text-align: center;
								float: left;
								height: 30px;
							}
								.b-location-item-shipment img {
									display: inline-block;
									max-width: 14px;
									margin: 10px;
								}
				.b-location-search-title {
					margin: 11px 0;
					font-family: 'Open Sans','Arial',sans-serif;
					font-size: 14px;
					line-height: 32px;
					color: #000;
				}
				.b-location-search {
					position: relative;
					margin-bottom: 20px;
				}
					.b-location-search input[type="text"] {
						display: inline-block;
						width: 100%;
						height: 50px;
						padding: 0 19px;
						border: 1px solid #dad2cb;
						border-radius: 25px;
						font-family: MuseoSans;
						font-size: 16px;
						font-weight: 100;
						line-height: normal;
					}
					.b-location-search input[type="text"]::-webkit-input-placeholder {color: #6e312a;}
					.b-location-search input[type="text"]::-moz-placeholder {color: #6e312a;}
					.b-location-search input[type="text"]:-moz-placeholder {color: #6e312a;}
					.b-location-search input[type="text"]:-ms-input-placeholder {color: #6e312a;}
					.b-location-search input[type="text"]:focus {
						outline: none;
					}
					.b-location-search-button {
						position: absolute;
						top: 15px;
						right: 24px;
						width: 20px;
						height: 20px;
						font-size: 0;
						background: none;
						border: 0;
						padding: 0;
						pointer-events: none;
					}
						.b-location-search-button path,
						.b-location-search-button line {
							stroke: #f5d300;
							stroke-width: 3px;
							fill: none;
						}
					.b-location-additional-list {
						overflow: hidden;
						transition: height .2s ease-out, opacity .25s ease-out;
					}
					.b-location-additional-list-holder {
						display: flex;
						flex-wrap: wrap;
					}
						.b-location-additional-list-item {
							display: none;
							width: 33.3333%;
							border-bottom: none;
							margin: 0 0 0;
							padding: 0 10px 0 15px;
							box-sizing: border-box;
						}

						@media (max-width: 768px) {
							.b-location-additional-list-item {
								width: 50%;
								/*width: 100%;*/
							}
						}

						.b-location-additional-list-item.visible {
							display: inline-block;
						}
							.b-location-additional-list-item a {
								font-size: 14px;
								line-height: 32px;
								text-decoration: none;
								color: #6e312a;
							}
					.b-location-confirm-description {
						margin: 10px 0 0;
						text-align: center;
					}
					.location-tooltip .tip-arrow.tip-arrow-top {
						left: 50%;
					}
					.location-tooltip.b-tooltip-gray {
						margin: 0!important;
						width: auto!important;
					}
					@media(max-width: 768px) {
						.location-tooltip .tip-arrow.tip-arrow-top {
							left: 50px;
						}
						.b-location-receiving {
							margin: 10px 0 0;
						}
						.b-location {
							width: auto;
							padding: 30px 10px;
						}
							.b-location-list-in-sity {
								column-count: 1;
								height: auto;
							}
							.b-locataion-list-delivery {
								column-count: 1;
								height: auto;
							}
							.b-location-search input[type="text"] {
								width: 100%!important;
								max-width: 100%!important;
								overflow: hidden;
								-webkit-background-size: 100% 30px!important;
								background-size: 100% 30px!important;
							}
							.b-location-list-in-sity .b-location-list-item {
								padding: 0 10px 3px 15px;
							}
							.b-location-search-title {
								line-height: normal;
							}
							.b-location-additional-list {
								column-count: 1;
							}
          }

@media (max-width: 767px) {
  .b-location-receiving {
    margin-top: 0;
  }

  .b-location {
    width: 100%;
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .b-locataion-title {
    font-size: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    text-align: center;
  }

  .b-location-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .b-location-list-in-sity .b-location-list-item {
    padding-left: 0;
  }

  .l-page--catalog .b-catalog-elements-blocks_item {
    height: auto;
  }
}


@media (min-width: 320px) and (max-width: 520px) {
  .b-location-ico {
    margin-left: 4px;
    margin-right: 14px;
    width: 15px;
    height: 20px;
  }

  .b-location-shop-ico {
    margin-right: 10px;
    width: 23px;
    height: 17px;
  }
}

/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/menu/template.nadel.old/style.css?173261796218780*/

.l-page-holder {
  overflow-x: hidden;
}

@media (max-width:767px) {
  .b-list-promotion .promotion-block {
    margin: 10px 0;
  }

  .b-list-promotion {
    justify-content: flex-start !important;
    padding-left: 20px;
    background-color: #ffffff;
  }

  .b-location-receiving {
    display: none;
  }
}

.b-header-menu ul.deep-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.b-header-menu li.deep-1 {
  flex-grow: 1;
  margin: 0;
  position: relative;
  /*padding: 15px 0;*/
  text-align: center;
}

.b-header-mobile-menu-middle .b-header-menu a.deep-1 {
  display: block;
  padding: 15px 0;
  color: #fff !important;
  text-decoration: none;
  font-weight: 300;
  transition: all .3s ease;
  background-color: #fff;
  border-radius: unset;
  box-shadow: unset;
}

.b-header-mobile-menu-middle .b-header-menu li.deep-1::marker {
  content: none;
}

.b-header-mobile-menu-middle .b-header-personal-title-mobile {
  font-size: 16px !important;
}

.b-header-mobile-menu-bottom .b-header-personal-holder {
  padding-top: 15px !important;
  padding-left: 20px !important;
}

.b-header-mobile-menu-bottom .header-personal-link .no-border {
  justify-content: flex-start !important;

}


.b-header-mobile-menu-middle .b-header-menu a.deep-1 svg {
  display: none;
}

.b-header-menu .b-list-catalog:hover .b-list-a-catalog .ico::before {
  top: 0;
  transition:
    top .2s ease,
    height .2s ease;
}

.b-header-menu .b-list-catalog:hover .b-list-a-catalog .ico::after {
  top: 0;
  transform: rotate(-90deg);
  transition:
    top .2s ease,
    transform .2s ease .2s;
}

.b-header-menu .b-list-catalog a:hover .ico::before,
.b-header-menu .b-list-catalog a:hover .ico::after,
.b-header-menu .b-list-catalog a.root-selected .ico::before,
.b-header-menu .b-list-catalog a.root-selected .ico::after {
  background: #ffed00;
}


.b-header-menu .b-list-catalog a.deep-1 svg {
  display: none;
}

.b-header-menu li.deep-1:hover a.deep-1 svg {
  transform: scale(-1, -1);
}


.b-header-menu .b-list-catalog ul.deep-2 {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: #f1efea;
}

.b-header-menu ul.deep-2 {
  position: absolute;
  top: 110%;
  display: none;
  margin: 0;
  padding: 15px 26px 18px;
  list-style-type: none;
  background: #3a1b17;
  text-align: left;
}

.b-header-menu li.deep-1:hover ul.deep-2 {
  display: block;
}

.b-header-menu li.deep-1:not(.b-list-catalog) ul.deep-2::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
}

.b-header-menu .b-list-catalog ul.deep-2::before {
  content: '';
  position: absolute;
  background: #3a1b17;
  top: 0;
  right: 100%;
  width: 1000px;
  height: 100%;
  z-index: -1;
}

/*.b-header-menu .b-list-catalog ul.deep-2::after {
				content: '';
				position: absolute;
				background: #f1efea;
				top: -24px;
				left: 100%;
				width: 1000px;
				height: calc(100% + 24px);
				z-index: -1;
      } */

.b-header-menu .b-list-catalog li.deep-2 {
  width: 334px;
  margin: 0 0 0 -20px;
  background: #3a1b17;
}

.b-header-menu li.deep-2 {
  margin: 0 0 10px;
  line-height: 20px;
}

.b-header-menu li.deep-2.background {
  position: absolute;
  background: #f1efea;
  /* top: -24px; */
  top: 0;
  left: calc(100% + 20px);
  /* height: calc(100% + 24px); */
  height: 100%;
  z-index: -1;
}

.b-header-menu .b-list-catalog li.deep-2:hover,
.b-header-menu .b-list-catalog li.deep-2.selected {
  background: #f1efea;
}

.b-header-menu .b-list-catalog a.deep-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 17px 0 19px 69px;
  padding: 13px 0 15px 69px;
  color: #fff;
}

.b-header-menu a.deep-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #fff;
}

.b-header-menu .b-list-catalog li.deep-2:hover a.deep-2,
.b-header-menu .b-list-catalog li.deep-2.selected a.deep-2 {
  color: #6e312a;
}

.b-header-menu li.deep-2:hover a.deep-2,
.b-header-menu li.deep-2.selected a.deep-2 {
  color: #ffed00;
}

.b-header-menu li.b-list-catalog a.deep-2 .ico {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

.b-header-menu li.b-list-catalog a.deep-2 .ico img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  opacity: 1;
  transform: translateX(-50%);
}

.b-header-menu li.b-list-catalog a.deep-2 .ico .menu-pic-active {
  opacity: 0;
}

.b-header-menu li.b-list-catalog li.deep-2:hover a.deep-2 .ico .menu-pic,
.b-header-menu li.b-list-catalog li.deep-2.selected a.deep-2 .ico .menu-pic {
  opacity: 0;
}

.b-header-menu li.b-list-catalog li.deep-2:hover a.deep-2 .ico .menu-pic-active,
.b-header-menu li.b-list-catalog li.deep-2.selected a.deep-2 .ico .menu-pic-active {
  opacity: 1;
}

.b-header-menu .menu-holder {
  position: absolute;
  top: 0;
  left: 314px;
  display: none;
  width: 946px;
  height: 100%;
  /*flex-wrap: wrap;*/
  margin: 0;
  background: #f1efea;
}

.b-header-menu ul.deep-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 16px 20px 0;
  column-count: 3;
  column-gap: 40px;
  list-style-type: none;
  font-size: 0;
  max-height: 100%;
}

/*.b-header-menu li.deep-2:hover ul.deep-3,
						.b-header-menu li.deep-2.selected ul.deep-3 {
							display: block;
						}*/
.b-header-menu li.deep-2:hover .menu-holder,
.b-header-menu li.deep-2.hover .menu-holder,
.b-header-menu li.deep-2.selected .menu-holder {
  display: block;
}

.b-header-menu li.deep-1.selected ul.deep-3 {
  /*display: flex;*/
}

.b-header-menu li.deep-3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  vertical-align: top;
}

.b-header-menu a.deep-3 {
  display: inline-block;
  margin: 0 0 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  font-weight: 700;
}

.b-header-menu a.deep-3:hover,
.b-header-menu a.deep-3:hover {
  border-bottom: 1px solid #f5d300 !important;
}

.b-header-menu ul.deep-4 {
  margin: 0;
  padding: 0 0 2px;
  list-style-type: none;
}

.b-header-menu li.deep-4 {
  margin: 0 0 10px;
}

.b-header-menu li.deep-4 a.deep-4 {
  border-bottom: none;
}

.b-header-menu li.deep-4 a.deep-4:hover,
.b-header-menu li.deep-4 a.deep-4:active {
  border-bottom: 1px solid #f5d300 !important;
}

.b-list-promotion .promotion-block {
  height: 32px;
  padding: 4px 16px !important;
  /*max-width: 104px;*/
  /*min-width: 103px;*/
  width: fit-content;
  gap: 3px;
  border-radius: 99px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  color: #3A1B17 !important;
  background-color: #FFED00;
  transition: all 0.3s;
}

.b-list-promotion .promotion-block:hover {
  background-color: #ffee00e0;
  transition: all 0.3s;
}

.promotion-icon {
  width: 20px;
  height: 20px;
  background-image: url('/bitrix/templates/template.nadel/components/ma/menu/template.nadel.old/images/ci.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-list-promotion {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

  /* Адаптив выпадающего меню  */
  .b-header-menu li.deep-1:hover ul.deep-2 {
    display: none;
  }

  .b-header-menu.b-header-menu--mobile .b-list-catalog ul.deep-2.show-submenu {
    animation-name: menuAnimationleft;
    animation-duration: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
  }


  .b-header-menu.b-header-menu--mobile .b-list-catalog ul.deep-2 {
    display: none;
    width: auto;
  }

  .b-header-menu.b-header-menu--mobile .b-list-catalog li.deep-2 {
    margin: 0;
    width: 375px;
    font-size: 14px;
    letter-spacing: 0.005em;

  }

  @media (max-width:600px) {
    .b-header-menu.b-header-menu--mobile .b-list-catalog li.deep-2 {
      width: 100vw;
    }
  }

  @media (max-width: 373px) {
    .b-header-menu.b-header-menu--mobile .b-list-catalog li.deep-2 {
      width: 100vw !important;
    }
  }

  .b-header-menu.b-header-menu--mobile li.deep-2.background {
    left: auto;
    height: auto;
  }

  .b-header-menu.b-header-menu--mobile .menu-holder {
    position: relative;
    left: 0;
    width: auto;
  }

  .b-header-menu.b-header-menu--mobile ul.deep-3 {
    position: relative;
    column-count: auto;
    width: auto;
    column-gap: 0;
  }

  .b-header-menu .b-list-catalog li.deep-2 a.deep-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .b-header-menu .b-list-catalog li.deep-2 a.deep-2 img {
    display: none;
  }

  .b-header-mobile-menu-middle .b-header-menu ul.deep-1 {
    flex-direction: column;
    align-items: stretch;
  }

  .b-header-menu .b-list-catalog li.deep-2 {
    width: 334px;
    margin: 0 0 0 0;
    background: #3a1b17;
  }

  .b-header-mobile-menu-middle .b-header-menu ul.deep-1 .b-list-catalog {
    display: none;
  }

  .b-header-menu .b-list-catalog li.deep-2 {
    background: #3a1b17;
  }

  .b-header-menu .b-list-catalog li.deep-2:hover {
    background: #3a1b17;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.deep-2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #2b1410 !important;
  }

  .b-header-menu .b-list-catalog ul.deep-2:hover a.deep-2 {
    color: #ffffff;
  }

  .b-header-menu .b-list-catalog ul.deep-3 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .b-header-menu .b-list-catalog ul.deep-3 a.deep-3 {
    padding-left: 40px;
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    padding-top: 13px;
    padding-bottom: 15px;
    background-color: #210f0c;
    margin-bottom: 0;
  }

  .b-header-menu .b-list-catalog ul.deep-3 a.submenuLink.selectPoint {
    background-color: #210f0c;
    padding-right: 20px;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.submenuLink::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #6e312a;
    border-right: 2px solid #6e312a;
    right: 20px;
    top: 20px;
    z-index: 21;
    transform: rotate(45deg);
  }

  .b-header-menu ul.deep-4 {
    display: none;
    transition: all, 0.3s;
  }

  .b-header-menu ul.deep-4 {
    transition: all, 0.3s;
  }

  .b-header-menu-mobile-button {
    position: absolute;
    width: 25px;
    height: 23px;
    right: 40px;
    top: 30px;
    z-index: 20;
    cursor: pointer;
  }

  /* Мобильная кнопка */
  .b-header-menu-mobile-button .ico {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #6e312a;
    transition:
      transform .2s ease,
      margin .2s ease,
      top .2s ease .2s,
      width .2s ease;
  }

  .b-header-menu-mobile-button-show .ico {
    top: -10px;
    width: 25px;
    margin: 0 18px 0 0;
    transform: rotate(45deg);
    transition:
      top .2s ease,
      transform .2s ease .2s,
      width .2s ease .2s,
      margin .2s ease .2s;
  }

  .b-header-menu-mobile-button .ico::before,
  .b-header-menu-mobile-button .ico::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6e312a;
  }

  .b-header-menu-mobile-button .ico::before {
    transition:
      transform .2s ease,
      top .2s ease .2s,
      height .2s ease;
  }

  .b-header-menu-mobile-button .ico::after {
    top: -20px;
    transition:
      transform .2s ease,
      top .2s ease .2s,
      height .2s ease;
  }

  .b-header-menu-mobile-button-show .ico::before {
    top: 0;
    transition:
      top .2s ease,
      height .2s ease;
  }

  .b-header-menu-mobile-button-show .ico::after {
    top: 0;
    transform: rotate(-90deg);
    transition:
      top .2s ease,
      transform .2s ease .2s;
  }

  /* Конец мобильной кнопки */

  .b-header-mobile-menu-container {
    position: absolute;
    z-index: 100;
    top: 50px;
    right: 0;
    transition: all, 0.3s;
    width: 339px;
    display: none;
    height: 100%;
    background-color: #ffffff;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
    opacity: 1;
  }

  .b-header-mobile-menu-container-show {
    width: 320px;
    animation-name: menuAnimation;
    animation-duration: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
    opacity: 1;
    display: block;
  }

  .l-page-show-menu::before {
    height: 100%;
    min-height: 100%;
    width: 100vw;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    background-color: rgba(0, 0, 0, 0.7)
  }


  @keyframes menuAnimation {
    0% {
      transform: translateX(340px);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes menuAnimationleft {
    0% {
      transform: translateX(-340px);
    }

    100% {
      transform: translateX(0);
    }
  }


  /* Для кликов меню второго уровня */

  .b-header-mobile-menu-middle .b-header-menu li.deep-1 ul.deep-2 {
    display: none;
  }

  .b-header-mobile-menu-middle .b-header-menu li.deep-1 .opened + ul.deep-2 {
    display: block;
  }

  .b-header-mobile-menu-container .b-header-menu nav {
    background-color: #ffffff;
    color: #6e312a;
  }

  .b-header-mobile-menu-container .b-header-menu nav::before {
    content: none;
  }

  .b-header-mobile-menu-container .b-header-menu li.deep-1 {
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
  }

  .b-header-mobile-menu-container .b-header-menu a.deep-1 {
    color: #6e312a !important;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 20px;
  }

  .b-header-mobile-menu-container ul.deep-1 a.submenuLink::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #6e312a;
    border-right: 2px solid #6e312a;
    transform: rotate(45deg);
    right: 40px;
    top: 18px;
    transform-origin: center center;
  }

  .b-header-mobile-menu-container ul.deep-1 a.submenuLink.opened::before {
    transform: rotate(225deg);
    top: 24px;
  }

  /* .b-header-mobile-menu-container ul.deep-1 a.submenuLink:hover::before {
    border-color: #f5d300;
  } */

  .b-header-mobile-menu-container .b-header-menu ul.deep-2 {
    position: relative;
    font-size: 18px;
    background-color: #f5f5f5;
    padding-left: 36px;
  }

  .b-header-mobile-menu-container .b-header-menu a.deep-2 {
    color: #575757;
  }

  .b-header-mobile-menu-container .b-header-menu a.deep-2:hover {
    color: #6e312a;
  }

  .b-header-mobile-menu-container li.deep-2:hover a.deep-2,
  .b-header-menu li.deep-2.selected a.deep-2 {
    color: #6e312a;
  }

  .b-header-mobile-menu-container .b-header-personal-ico-holder+.b-header-personal-title-mobile {
    display: block;
    font-size: 16px;
  }

  .b-header-mobile-menu-container .header-personal-link a {
    display: flex;
    width: 100%;
    border-radius: 0;
  }

  .b-header-mobile-menu-container .header-personal-link .b-header-personal-ico-holder {
    margin-right: 14px;
  }

  .b-header-personal-title-mobile {
    text-transform: lowercase;
  }

  .b-header-mobile-menu-middle .b-header-holder>.b-header-menu .deep-1 li {
    display: none;
  }

  .b-header-mobile-menu-middle .b-header-holder>.b-header-menu .deep-1 .deep-1-first {
    display: block;
  }

  .deep-1 .b-list-catalog .deep-1-first {
    text-align: left;
    padding-left: 40px;
  }

  .deep-1 .b-list-catalog .deep-1-first .ico {
    display: none;
  }

  .show-submenu {
    display: block !important;
  }

  .b-header-menu--mobile li.deep-2 {
    position: relative;
  }

  .b-header-menu--mobile li.deep-3 {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .b-header-menu--mobile li.deep-4 {
    position: relative;
    padding-left: 40px;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a {
    color: #ffffff;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .b-header-menu a.deep-1.root-selected {
    color: #ffffff !important;
  }

  .b-header-menu a.deep-1.root-selected.submenuLink.selectPoint {
    color: #f5d300 !important;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.submenuLink.selectPoint {
    color: #f5d300;
    background-color: #321713;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.submenuLink.selectPoint::before {
    border-color: #f5d300;
    border: none;
    border-top: 2px solid #f5d300;
    border-left: 2px solid #f5d300;
    transform: rotate(45deg);
  }

  .b-header-menu--mobile li.deep-4 {
    padding-left: 60px;
  }

  .b-header-menu .b-list-catalog ul.deep-3 a.submenuLink.selectPoint {
    background-color: #210f0c;
  }

  .b-header-menu .b-list-catalog ul.deep-2 a.submenuLink.selectPoint+ul.deep-3 {
    background-color: #210f0c;
    padding-top: 0;
  }

  .b-header-menu .b-list-catalog a {
    transition: all, 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .b-header-menu .b-list-catalog ul.deep-4 a {
    color: #f5f5f5;
  }

  .b-header-menu a.deep-3:hover,
  .b-header-menu a.deep-3:hover {
    border-color: transparent !important;
    padding-top: 13px;
    padding-bottom: 15px;
  }

  .b-header-menu li.deep-4 a.deep-4:hover,
  .b-header-menu li.deep-4 a.deep-4:active {
    border-color: transparent !important;
  }

  .b-header-menu .b-list-catalog ul.deep-4 a {
    color: #b8b5af;
  }

  .b-header-menu a.deep-1.root-selected {
    color: #ffed00 !important;
  }
}

@media (max-width: 374px) {
  .b-header-logo-holder {
    padding-left: 20px;
  }

  .b-header-top .b-header-personal-holder {
    padding-right: 20px;
  }

  .b-header-menu-mobile-button {
    right: 20px;
  }

  .deep-1 .b-list-catalog .deep-1-first {
    padding-left: 20px;
  }

  .b-header-menu--mobile {
    width: 100px;
  }

  .b-header-menu.b-header-menu--mobile .b-list-catalog li.deep-2 {
    /* width: 320px !important; */
    width: 100vw !important;
  }

  .b-header-menu .b-list-catalog li.deep-2 a.deep-2 {
    padding-left: 20px;
    padding-right: 40px;
  }

  .b-header-menu .b-list-catalog ul.deep-3 a.deep-3 {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .b-header-menu--mobile li.deep-4 a {
    font-size: 18px;
    line-height: 24px;
  }

  .b-header-menu--mobile li.deep-4 {
    padding-left: 50px;
  }

  .b-header-menu .b-list-catalog ul.deep-4 a {
    color: #b8b5af;
  }
}
/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/breadcrumb/template.nadel/style.css?1571077211362*/
.b-breadcrumb {
	margin: 16px 0 52px;
	font-weight: 300;
}
	.b-breadcrumb_main {}
	.b-breadcrumb_main {}
	.b-breadcrumb_separator {
		margin: 0 10px;
	}
	.b-separator-ico {
		position: relative;
		top: 1px;
		display: inline-block;
		width: 6px;
		height: 10px;
		background: url('/bitrix/templates/template.nadel/components/ma/breadcrumb/template.nadel/img/arrow-bc.png') 0 0 no-repeat;
	}
	.b-breadcrumb_curent {
		color: #6e312a;
	}
/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/menu/template.nadel.left/style.css?1571077211772*/
.b-left-column nav {
	margin-bottom: 50px;
}
.b-left-column .deep-1 {
	margin: 0;
	padding: 0;
}
/* .b-left-column .deep-1 li {
	list-style: none;
	color: #6e312a;
	font-size: 20px;
	padding: 15px;
} */
.b-left-column .deep-1 li a {
	display: block;
	list-style: none;
	color: #6e312a;
	font-size: 21px;
	padding: 9px 10px 9px 22px;
	letter-spacing: -1px;
	font-weight: 500;
}
.b-left-column .deep-1 li a:hover {
	/* color: #ffed00; */
	/* background-color: #ffed00;
	color: #6e312a !important; */
}
.b-left-column .root-selected {
	background-color: #ffed00;
	color: #6e312a !important;
}

@media (max-width: 767px) {
  .b-left-column .deep-1 li a {
    padding-left: 40px;
  }
}

@media (max-width: 374px) {
  .b-left-column .deep-1 li a {
    padding-left: 20px;
  }
}

/* End */


/* Start:/bitrix/templates/template.nadel/components/ma-19/form/template.nadel.request/style.css?17579321196666*/
.b-request-holder .b-message-form {
	position: relative;
	margin: 2.0em 0 0 0;
}
	.b-request-holder .b-message-form::after {
		content: '';
		display: block;
		clear: both;
	}
	.b-request-holder .b-message-form-bg {
		position: absolute;
		top: -146px;
		right: -174px;
		width: 689px;
		height: 349px;
		background: url('/bitrix/templates/template.nadel/components/ma-19/form/template.nadel.request/img/request.png') no-repeat;
	}

	.b-request-holder .b-message-form_info {
		margin-bottom: 2.0em;
	}
	.b-request-holder .b-message-form_item {
		float: left;
		margin: 0 22px 15px 0;
		zoom: 1;
	}
	.b-request-holder .b-message-form_item:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
		.b-request-holder .b-message-form_item label {
			display: block;
			margin: 0 0 12px 0;
			text-align: left;
			font-size: 14px;
		}
			.b-request-holder .b-message-form_item label .required {
				color: #CC0000;
				display: none;
			}
	.b-request-holder .b-message-form_field {
		position: relative;
	}
		.b-request-holder .b-message-form_checkbox label, .b-message-form_radio label {
			display: inline;
			float: none;
			width: auto;
			margin: 0;
			text-align: left;
			font-size: 14px;
		}
		.b-request-holder .b-message-form_text input, .b-message-form_date input {
			width: 400px;
			height: 50px;
			margin: 0;
			padding: 5px 18px;
			background: #fff;
			border: none;
			border-radius: 0;
			font: 100 17px/1.5 "MuseoSans", sans-serif;
		}
		.b-request-holder #i-message-form-field-366 {
			width: 300px;
		}
		.b-request-holder .b-message-form_date input {
			/*width: 170px;*/
		}
		#i-message-form-field-366 {
			letter-spacing: .5px;
		}
			.b-request-holder .b-message-form_date .calendar-icon {
				position: absolute;
				top: 4px;
				left: 342px;
			}
		.b-request-holder .b-message-form_item .textarea {
			width: 350px;
			height: 80px;
			margin: 0;
			padding: 5px 10px;
			background: #FFF;
			border: 1px solid #afb0b0;
			box-shadow: 4px 4px 5px -5px rgba(0,0,0,0.4) inset;
			border-radius: 5px;
			font: 100 16px/1.5 "MuseoSans", sans-serif;
		}
		.b-request-holder .b-message-form_dropdown select {
			width: 367px;
			margin-left: 1px;
		}


		.b-request-holder .b-message-form_item-hint {
			display: block;
			clear: both;
			padding: 0.4em 0 0 0;
			color: #979797;
			font-size: 11px;
		}
		.b-request-holder .b-message-form_item-error {
			display: block;
			clear: both;
			margin: 0;
			padding: 0.4em 0 0 0;
			color: #dd4b39;
			font-size: 11px;
		}
		.b-request-holder .b-message-form_error .b-message-form_text input, .b-request-holder .b-message-form_error .b-message-form_date input, .b-request-holder .b-message-form_error textarea {
			border-color: #dd4b39 !important;
		}

		.b-request-holder .b-color-captcha {
			float: left;
			margin: -5px 0 0 -5px;
		}
			.b-request-holder .b-color-captcha_item {
				float: left;
				padding: 8px;
			}
			.b-request-holder .b-color-captcha_selected {
				padding: 5px;
				border: 3px solid red;
			}
				.b-request-holder .b-color-captcha_item span {
					display: block;
					width: 25px;
					height: 25px;
					overflow: hidden;
					text-indent: -5000px;
				}
		.b-request-holder .b-color-captcha-text {
			position: relative;
			float: left;
			height: 24px;
			margin: 3px 0 0 15px;
			padding: 0 10px;
			line-height: 25px;
			background-color: #f2efda;
			background-color: #fff9c9;
			border: 1px solid #c7bf93;
		}
			.b-request-holder .b-color-captcha-text_corner {
				position: absolute;
				margin-top: 7px;
				margin-left: -10px;
				top: 0;
				left: 0;
				width: 10px;
				height: 10px;
				overflow: hidden;
				background: url(/bitrix/templates/template.nadel/components/ma-19/form/template.nadel.request/img/tip-yellow_arrows.png) no-repeat -30px 0;
			}
			.b-request-holder .b-color-captcha-text label {
				color: #000;
				font-size: 12px;
			}

	.b-request-holder .b-message-form_submit {
		clear: both;
		float: left;
		margin: 6px 18px 0 0;
	}
		.b-request-holder .b-message-form_submit input.g-button {
			/*font: normal 16px/1.2 Arial, sans-serif;*/
			padding: 16px 44px 13px;
			cursor: pointer;
			color: #6e312a!important;
		}
	.b-request-holder .b-message-form_required-sing {
		margin-top: 1.2em;
		margin-left: 310px;
		font-size: 11px;
	}

	.b-request-holder #i-message-form-item-367,
	.b-request-holder #i-message-form-item-368,
	.b-request-holder #i-message-form-item-369 {
		display: none;
	}
	.b-request-holder .b-message-form_personal-data {
		overflow: hidden;
		font-size: 12px;
		padding-top: 3px;
	}

.message-form__personal-data {
    padding-top: 10px;
    clear: both;
}

.main-user-consent-request input {
	position: relative;
}
	.main-user-consent-request input.err:after {
		content: '';
		position: absolute;
		top: 0px;
		left: 0;
		width: 11px;
		height: 11px;
		display: flex;
		border: 1px solid red;
	}

.main-user-consent-request a {
	cursor: pointer;
}

@media (max-width: 767px) {

	.b-request-holder {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}

	.b-request-title {
	  width: auto;
	  text-align: center;
	  font-size: 24px;
	  line-height: 30px;
	}

	.b-request-text {
	  font-size: 14px;
	  line-height: 18px;
	  text-align: center;
	  width: 100%;
	  max-width: 420px;
	  margin-left: auto;
	  margin-right: auto;
	}

	.b-request-holder .b-message-form-bg {
	  display: block;
	  position: relative;
	  width: 300px;
	  height: 150px;
	  top: auto;
	  right: auto;
	  margin-left: auto;
	  margin-right: auto;
	  background: none;
	  background-image: url('/bitrix/templates/template.nadel/components/ma/form/template.nadel.request/img/request.png');
	  background-repeat: no-repeat;
	  background-size: contain;
	  margin-bottom: -30px;
	}

	.b-message-form_item {
	  display: block;
	  float: none;
	}


	.b-request-holder .b-message-form_item label {
	  text-align: center;
	}

	.b-request-holder .b-message-form {
	  margin-top: 20px;
	}

	.b-request-holder .b-message-form_item {
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	  width: 280px;
	}

	.b-request-holder .b-message-form_item label {
	  text-align: center;
	}

	.b-request-holder .b-message-form_text input, .b-message-form_date input {
	  width: 280px;
	  margin: 0;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	}

	.b-request-holder #i-message-form-field-366 {
	  width: 280px;
	}

	.b-request-holder .b-message-form_submit {
	  display: block;
	  float: none;
	  text-align: center;
	  margin: 0;
	  margin-top: 20px;
	  margin-bottom: 20px;
	}

	.b-request-holder .b-message-form_submit input.g-button {
	  padding-left: 60px;
	  padding-right: 60px;
	}

	.b-message-form_personal-data {
	  text-align: center;
	}

	.b-request-holder .b-message-form_submit input.g-button {
	  -webkit-appearance: none;
	}
}

/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/regions.location/template.nadel.footer/style.css?15710772118297*/
.b-location_current {
	position: relative;
	margin: 0 40px 0 0;
	font-size: 16px;
	color: #6e312a;
}
	.b-location-cityname-holder {
		cursor: pointer;
	}
		.b-location-ico {
			position: relative;
			top: 4px;
			width: 15px;
			display: inline-block;
			height: 20px;
			margin: 0 4px 0 0;
		}
			.b-location-ico path {
				fill: #6e312a;
			}
		.b-locataion-arrow {
			position: relative;
			top: -1px;
			display: inline-block;
			margin: 0 0 0 5px;
			width: 10px;
			height: 6px;
			border: 0;
		}
			.b-locataion-arrow polyline {
				stroke: #ffed00;
			}
	.b-location-confirm-holder {
	    position: absolute;
	    top: 100%;
	    left: 50%;
		height: 0;
	    margin: 0 0 0 -150px;
		overflow: hidden;
	    background: #fff;
	    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
	    transition: height .5s ease-out 0s;
	    z-index: 100;
	}
	.b-location-confirm-holder.open {
		height: 110px;
	}
	.b-location-confirm {
	    width: 300px;
	}
		.b-location-confirm-detected-city {
			margin: 0 0 20px;
			font-size: 18px;
			text-align: center;
		}
			.b-location_curent .b-location-confirm-city,
			.b-location-confirm .b-location-confirm-city {
				font-weight: bold;
				border: none;
			}
		.b-location-confirm-buttons-holder {
			display: flex;
			justify-content: space-around;
		}
			#location-confirm .b-location-button {
				display: block;
				padding: 5px 10px 6px;
			}
.b-location-receiving {
	padding: 2px 0 0;
}
	.b-location-shop-ico {
		position: relative;
		top: 4px;
		display: inline-block;
		width: 22px;
		height: 20px;
		margin: 0 6px 0 0;
	}
		.b-location-shop-ico path {
			fill: #6e312a;
		}
	.b-location-receiving a {
		font-weight: 100;
		text-decoration: none;
		color: #6e312a;
	}

.b-location a {
	position: relative;
}

.arcticmodal-container_i2 {
	min-height: 220px;
}
		.b-location {
			/*padding: 30px 26px;*/
			min-width: 640px;
		}
			.b-locataion-title {
				margin: 0;
				margin-bottom: 0px;
				padding: 55px 60px 12px;
				font-size: 40px;
				font-weight: 100;
				line-height: 60px;
				margin-bottom: 15px;
				color: #372c2c;
			}
				.b-location-holder {
					padding: 3px 60px 70px;
				}
				.b-location-list-title {
					color: #858484;
				}
				.b-location-list {
					font-size: 0;
					opacity: 1;
					transition: opacity .25s ease-out,
							max-height .2s ease-out,
							margin .2s ease-out;
					overflow: hidden;
				}
				.b-location-list[aria-hidden="true"] {
					opacity: 0;
					pointer-events: none;
					margin-bottom: 0;
				}
					.b-location-list-in-sity {
						column-count: 2;
						column-gap: 13px;
					}
					.b-locataion-list-delivery {
						column-count: 3;
						column-gap: 20px;
					}
						.b-location-list-item {
							width: 100%;
							margin: 0 0 0;
							padding: 0 10px 3px 15px;
							box-sizing: border-box;
							border-bottom: none;
						}
						.b-location-list-item-holder {
							display: inline-block;
							padding: 5px 22px 6px 19px;
						}
						.b-location-list-item.selected .b-location-list-item-holder {
							background: #ffed00;
							border-radius: 21.5px;
							overflow: hidden;
						}
							.b-location-list-item-ico {
								position: relative;
								top: 6px;
								width: 15px;
								display: inline-block;
								height: 20px;
								margin: 0 20px 0 0;
							}
								.b-location-list-item-ico path {
									fill: #6e312a;
								}
							.b-locataion-list-item-name {
								display: inline-block;
							}
							.b-locataion-list-delivery .b-locataion-list-item-name {
								width: 85%;
							}
								.b-locataion-list-item-name a {
									flex: 1;
									font-size: 15px;
									line-height: 32px;
									color: #6e312a;
									text-decoration: none;
								}
								.b-location-list-in-sity a {
									font-size: 16px;
								}
							.b-location-item-shipment {
								width: 15%;
								text-align: center;
								float: left;
								height: 30px;
							}
								.b-location-item-shipment img {
									display: inline-block;
									max-width: 14px;
									margin: 10px;
								}
				.b-location-search-title {
					margin: 11px 0;
					font-family: 'Open Sans','Arial',sans-serif;
					font-size: 14px;
					line-height: 32px;
					color: #000;
				}
				.b-location-search {
					position: relative;
					margin-bottom: 20px;
				}
					.b-location-search input[type="text"] {
						display: inline-block;
						width: 100%;
						height: 50px;
						padding: 0 19px;
						border: 1px solid #dad2cb;
						border-radius: 25px;
						font-family: MuseoSans;
						font-size: 16px;
						font-weight: 100;
						line-height: normal;
					}
					.b-location-search input[type="text"]::-webkit-input-placeholder {color: #6e312a;}
					.b-location-search input[type="text"]::-moz-placeholder {color: #6e312a;}
					.b-location-search input[type="text"]:-moz-placeholder {color: #6e312a;}
					.b-location-search input[type="text"]:-ms-input-placeholder {color: #6e312a;}
					.b-location-search input[type="text"]:focus {
						outline: none;
					}
					.b-location-search-button {
						position: absolute;
						top: 15px;
						right: 24px;
						width: 20px;
						height: 20px;
						font-size: 0;
						background: none;
						border: 0;
						padding: 0;
						pointer-events: none;
					}
						.b-location-search-button path,
						.b-location-search-button line {
							stroke: #f5d300;
							stroke-width: 3px;
							fill: none;
						}
					.b-location-additional-list {
						overflow: hidden;
						transition: height .2s ease-out, opacity .25s ease-out;
					}
					.b-location-additional-list-holder {
						display: flex;
						flex-wrap: wrap;
					}
						.b-location-additional-list-item {
							display: none;
							width: 33.3333%;
							border-bottom: none;
							margin: 0 0 0;
							padding: 0 10px 0 15px;
							box-sizing: border-box;
						}

						@media (max-width: 768px) {
							.b-location-additional-list-item {
								width: 50%;
								/*width: 100%;*/
							}
						}

						.b-location-additional-list-item.visible {
							display: inline-block;
						}
							.b-location-additional-list-item a {
								font-size: 14px;
								line-height: 32px;
								text-decoration: none;
								color: #6e312a;
							}
					.b-location-confirm-description {
						margin: 10px 0 0;
						text-align: center;
					}
					.location-tooltip .tip-arrow.tip-arrow-top {
						left: 50%;
					}
					.location-tooltip.b-tooltip-gray {
						margin: 0!important;
						width: auto!important;
					}
					@media(max-width: 768px) {
						.location-tooltip .tip-arrow.tip-arrow-top {
							left: 50px;
						}
						.b-location-receiving {
							margin: 10px 0 0;
						}
						.b-location {
							width: auto;
							padding: 30px 10px;
						}
							.b-location-list-in-sity {
								column-count: 1;
								height: auto;
							}
							.b-locataion-list-delivery {
								column-count: 1;
								height: auto;
							}
							.b-location-search input[type="text"] {
								width: 100%!important;
								max-width: 100%!important;
								overflow: hidden;
								-webkit-background-size: 100% 30px!important;
								background-size: 100% 30px!important;
							}
							.b-location-list-in-sity .b-location-list-item {
								padding: 0 10px 3px 15px;
							}
							.b-location-search-title {
								line-height: normal;
							}
							.b-location-additional-list {
								column-count: 1;
							}
          }

@media (max-width: 767px) {
  .b-location-receiving {
    margin-top: 0;
  }

  .b-location {
    width: 100%;
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .b-locataion-title {
    font-size: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    text-align: center;
  }

  .b-location-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .b-location-list-in-sity .b-location-list-item {
    padding-left: 0;
  }

  .l-page--catalog .b-catalog-elements-blocks_item {
    height: auto;
  }
}


@media (min-width: 320px) and (max-width: 520px) {
  .b-location-ico {
    margin-left: 4px;
    margin-right: 14px;
    width: 15px;
    height: 20px;
  }

  .b-location-shop-ico {
    margin-right: 10px;
    width: 23px;
    height: 17px;
  }
}

/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/search.title/template.nadel.bottom/style.css?15729433663367*/
div.title-search-result {
	border:1px solid #f1f1f1;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	/*color:#cf0000;*/
	color:#3a1b17;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-all a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/template.nadel/components/ma/search.title/template.nadel.bottom/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

.b-header-search-holder {
	position: relative;
}
	.b-header-search-holder input[type="text"] {
		display: inline-block;
		width: 350px;
		height: 50px;
		padding: 0 19px;
		border: 1px solid #dad2cb;
		border-radius: 25px;
		font-family: MuseoSans;
		font-size: 16px;
		font-weight: 100;
		line-height: normal;
	}
	.b-header-search-holder input[type="text"]::-webkit-input-placeholder {color: #6e312a;}
	.b-header-search-holder input[type="text"]::-moz-placeholder {color: #6e312a;}
	.b-header-search-holder input[type="text"]:-moz-placeholder  {color: #6e312a;}
	.b-header-search-holder input[type="text"]:-ms-input-placeholder {color: #6e312a;}
	.b-header-search-holder button {
		position: absolute;
		top: 15px;
		right: 24px;
		width: 20px;
		height: 20px;
		font-size: 0;
		background: none;
		border: 0;
		padding: 0;
		cursor: pointer;
	}
		.b-header-search-holder button path,
		.b-header-search-holder button line {
			stroke: #f5d300;
    }



@media (max-width: 767px) {
  .b-header-mobile-menu-container .b-header-search-holder input[type="text"] {
    width: 100%;
    max-width: 300px;
    box-shadow: none;
    -webkit-appearance: none;
  }
}

/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/menu/template.nadel.bottom/style.css?15800982931822*/
.b-footer-menu ul.deep-1,
.b-footer-menu ul.deep-2,
.b-footer-menu ul.deep-3, 
.b-footer-menu ul.deep-4,
.b-footer-menu ul.full {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.b-footer-menu ul.full {
	display: flex;
	justify-content: space-between;
}
	.b-footer-menu ul.full .li-full {
		margin: 0;
	}
	.b-footer-menu ul.full .li-full:nth-of-type(1) {
		width: 62%;
		flex-basis: 62%;
	}
	.b-footer-menu ul.full .li-full:nth-of-type(2) {
		margin: 0 20px;
	}
	.b-footer-menu ul.full .li-full:nth-of-type(3) {}

	.b-footer-menu ul.deep-1::after {
		content: '';
		display: block;
		clear: both;
	}
	.b-footer-menu li.deep-1 {
		margin: 0 0 11px;
	}
	.b-footer-menu li.deep-1.b-list-catalog {
		/*float: left;*/
		/*height: 550px;*/
		/*width: 67.8%;*/
	}
		.b-footer-menu a.deep-1 {
			text-transform: uppercase;
			color: #6e312a;
			text-decoration: none;
			font-weight: 700;
		}
		.b-footer-menu .b-list-catalog a.deep-1 {
			display: inline-block;
			margin: 0 0 11px;
		}
			.b-footer-menu ul.deep-2 {
				margin: 0 0 13px;
			}
			.b-footer-menu .b-list-catalog ul.deep-2 {
				column-count: 2;
			}
			.b-footer-menu li.deep-2,
			.b-footer-menu li.deep-3,
			.b-footer-menu li.deep-4 {
				margin: 0;
				line-height: 22px;
			}
			.b-footer-menu .b-list-catalog li.deep-2 {
				margin: 0 0 11px;
			}
				.b-footer-menu a.deep-2 {
					color: #575757;
					text-decoration: none;
				}
				.b-footer-menu .b-list-catalog a.deep-2 {
					display: inline-block;
					margin: 0;
					color: #6e312a;
					font-size: 14px;
					font-weight: 300;
					text-decoration: none;
				}
				.b-footer-menu a.deep-2:hover {
					color: #6e312a;
				}
					.b-footer-menu .b-list-catalog a.deep-4,
					.b-footer-menu .b-list-catalog a.deep-3 {
						color: #575757;
						text-decoration: none;
					}
/* End */
/* /bitrix/templates/template.nadel/css/global/global.css?16946162655202 */
/* /bitrix/templates/template.nadel/css/global/font_new.css?17302002162531 */
/* /bitrix/templates/template.nadel/css/layout/holster_new.css?17302735431924 */
/* /bitrix/templates/template.nadel/css/layout/blocks_new.css?173279864122014 */
/* /bitrix/templates/template.nadel/css/layout/content.css?1571077210638 */
/* /bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?15710771845140 */
/* /bitrix/templates/.default/components/ma/site.settings/template2.nadel/style.css?15710772093658 */
/* /bitrix/templates/.default/components/ma/site.settings/template2.nadel/poshytip/poshytip.css?15710772094581 */
/* /bitrix/templates/template.nadel/components/ma/regions.location/template.nadel.new/style.css?1730195655736 */
/* /bitrix/templates/template.nadel/components/ma/menu/template.nadel.top_new/style.css?17301940561468 */
/* /bitrix/templates/template.nadel/components/ma/menu/template.nadel.catalog/style.css?173277418920096 */
/* /bitrix/templates/template.nadel/components/ma/search.title/template.nadel_new/style.css?17314822793226 */
/* /bitrix/templates/template.nadel/components/ma/sale.basket.basket.line/template.nadel_new/style.css?17326195718078 */
/* /bitrix/templates/template.nadel/components/ma/regions.location/template.nadel.mobile/style.css?15710772118297 */
/* /bitrix/templates/template.nadel/components/ma/menu/template.nadel.old/style.css?173261796218780 */
/* /bitrix/templates/template.nadel/components/ma/breadcrumb/template.nadel/style.css?1571077211362 */
/* /bitrix/templates/template.nadel/components/ma/menu/template.nadel.left/style.css?1571077211772 */
/* /bitrix/templates/template.nadel/components/ma-19/form/template.nadel.request/style.css?17579321196666 */
/* /bitrix/templates/template.nadel/components/ma/regions.location/template.nadel.footer/style.css?15710772118297 */
/* /bitrix/templates/template.nadel/components/ma/search.title/template.nadel.bottom/style.css?15729433663367 */
/* /bitrix/templates/template.nadel/components/ma/menu/template.nadel.bottom/style.css?15800982931822 */
