.header-top {
	background:#002d72;
	color:#fff;
	transition:  top 200ms;
	}
.header-top .phone a {
	color:#fff;
	font-size: 16px;
	font-family: 'Circe_Bold', Arial, sans-serif;
	}
.header-top .f-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	
}
.svg-phone{margin:0 0 0 0; width:16px; height:16px; background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cg%20clip-path%3D%22url(%23clip0_1758_5381)%22%3E%20%3Cpath%20d%3D%22M12.4994%2016C13.996%2016.2102%2015.0758%2013.209%2015.019%2012.7311C14.9053%2011.9474%2012.1016%209.90199%2011.7795%2010.1505C11.268%2010.5519%209.73349%2011.3739%209.44933%2011.3357C8.35054%2011.221%204.86475%206.91991%204.95948%205.8303C4.97842%205.52445%206.0772%204.16722%206.56976%203.74667C6.87287%203.47904%205.43309%200.305806%204.69425%200.0381829C4.22064%20-0.13386%201.09479%200.363153%201.00007%201.89243C0.734848%207.1493%207.32754%2015.2353%2012.4994%2016Z%22%20fill%3D%22white%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip0_1758_5381%22%3E%20%3Crect%20width%3D%2214%22%20height%3D%2216%22%20fill%3D%22white%22%20transform%3D%22translate(1)%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E"); }
.svg-map {    margin: 0 0 0 0;    width: 13px;    height: 18px;background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2219%22%20viewBox%3D%220%200%2013%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cg%20clip-path%3D%22url(%23clip0_1758_5375)%22%3E%20%3Cpath%20d%3D%22M11.107%202.94328C8.5668%200.347358%204.44931%200.347358%201.90908%202.94328C-0.631151%205.5392%20-0.631151%209.73512%201.90908%2012.331L6.50806%2017.0004L11.107%2012.331C13.6473%209.73512%2013.6473%205.5392%2011.107%202.94328ZM6.50806%209.39226C5.37907%209.39226%204.46591%208.4943%204.46591%207.3841C4.46591%206.27389%205.37907%205.37593%206.50806%205.37593C7.63705%205.37593%208.5502%206.27389%208.5502%207.3841C8.5502%208.51063%207.63705%209.39226%206.50806%209.39226Z%22%20fill%3D%22white%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip0_1758_5375%22%3E%20%3Crect%20width%3D%2213%22%20height%3D%2216%22%20fill%3D%22white%22%20transform%3D%22translate(0%201)%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3C%2Fsvg%3E");}
.header-bottom {
	position: relative;
	padding: 0;
	background:#fff;
	z-index: 100;
	border-bottom: 1px solid #DBE3EE;
	transition: top 200ms;
}
.header-bottom  .f-container {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	}
.header-bottom__left {
	width: 278px;
	}
.header-bottom__left a {
	height: 77px;
    display: block;
	margin:13px auto 13px 0;
	}
.header-bottom__right {
	width: calc(100% - 278px);
	padding-left:0;	
	display: flex;
	flex-wrap: wrap;
	padding-top: 21px;
}
.header-bottom__icons {
	display: flex;
    column-gap: 40px;
	height: 20px;
	width: 211px;
	margin-right:8px;
}
.header-bottom__search {
		width: calc(100% - 219px);
		justify-content: left;
		display: flex;
		}
.header-bottom__menu {
	width: 100%;
	    display: flex;
    justify-content: space-between;
	padding: 12px 0 0 0;
	transition:   top 200ms;
}

.svg-logo, .svg-icon {fill:#2a3f92;}
.svg-logo-bg {/*width:107px;*/height:77px; }
.svg-logo-bg .cls-1 {fill: #1b3281; stroke-width: 0px;}
#header{margin:0;padding:0;position: relative; }
.js-basket-block {
	position: relative;
}
.js-basket-block .count {
	font-size: 11px;
    border-radius: 100%;
    text-align: center;
    background: #8A724B;
    color: #fff;
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 20px;
	}
.header-bottom__wishlist-link .js-basket-block .count,
.header-bottom__compare-link .js-basket-block .count,
.header-bottom__basket-link .js-basket-block .count {
    position: absolute;
    top: -12px;
    left: auto;
     right: -8px;
}
.sticky .header-bottom {
    position: fixed;
    top: 0;
    width: 100%;
	transition: top 200ms;
}
.sticky .header-bottom__menu {
transition:  top 200ms;
display:none;	
}
.sticky .header-bottom__right {
	padding-top:0;
}
.sticky:hover .header-bottom__menu, .sticky.active .header-bottom__menu {
	display:flex;	
}
.sticky:hover .header-bottom__right, .sticky.active .header-bottom__right {
	padding-top:21px;
}
/***поиск в шапке***/

.header-bottom__search .bx-searchtitle {
	width: calc(100% - 98px);
	position: relative;
	border: 1px solid #E1E4E8;
	border-radius: 3px;
	height: 24px;
	}
.header-bottom__search input[type="text"]{
    opacity: 1;
    cursor: auto;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    height: auto;
    font-size: 14px;
    padding: 0px 13px;
    width: calc(100% - 47px);
}
/**** start временно, потом удалить ***/
.header-bottom__search .bx-input-group {
	display: flex;
    justify-content: space-between;
	height: 24px;
}
.bx-searchtitle .bx-input-group-btn button[type=submit]  {
	position: relative;
	border: none;
	background: #fff url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M9.40984%209.31199C10.2131%208.39646%2010.7104%207.17575%2010.7104%205.8406C10.7104%202.90327%208.30055%200.5%205.35519%200.5C2.40984%200.5%200%202.90327%200%205.8406C0%208.77793%202.40984%2011.1812%205.35519%2011.1812C6.69399%2011.1812%207.91803%2010.6853%208.83607%209.8842L13.4645%2014.5L14%2013.9659L9.40984%209.31199ZM5.35519%2010.4183C2.8306%2010.4183%200.765027%208.35831%200.765027%205.8406C0.765027%203.32289%202.8306%201.26294%205.35519%201.26294C7.87978%201.26294%209.94536%203.32289%209.94536%205.8406C9.94536%208.35831%207.87978%2010.4183%205.35519%2010.4183Z%22%20fill%3D%22%23023067%22%2F%3E%20%3C%2Fsvg%3E") center center no-repeat;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	color: #fff;
	font-size: 0;
	height: 17px;
	width: 46px;
	user-select: none;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group .bx-form-control {
    margin-bottom: 0;
    display: block;
    font-family: 'Circe';
    color: #000;
    font-size: 12px;
    line-height: 14px;
    background-color: #fff;
    outline: none;
    box-shadow: none !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
height: 22px;
padding: 0px 8px;
}
.bx-searchtitle .bx-input-group-btn {
    position: relative;
   width: 28px;
   display: flex;
    align-items: center;
	    justify-content: right;
}

/**** end временно, потом удалить ***/
/***верхнее меню***/



/***верхнее меню***/
.header-bottom__menu a {
	text-transform: uppercase;
	color: #023067;
    font-family: 'Circe';
	font-size: 12px;
    line-height: 48px;
	white-space: nowrap;
	position: relative;
	display: block;
	width: auto;
}
.header-bottom__menu .header-bottom__menu--submenu-left a {
	text-transform: none;
	line-height: 22px;
	font-size: 14px;
}
.header-bottom__menu a:after {
    bottom: 0;
    z-index: 1001;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #8A724B;
    transition: width 0.5s ease-out;
	content: "";
    position: absolute;
    display: block;
}
.header-bottom__menu  .header-bottom__menu--submenu-left a:after {
	height: 0;	
}
.header-bottom__menu a:hover:after {
	width: 100%;
}
.header-bottom__menu a:hover{
	color: #8A724B;
	transition: width 0.5s ease-out;
	}
.header-bottom__menu--submenu {
	top:100%;
	left:0;
	right:0;
	background-color: #fff;	
 	position: absolute;
  	z-index: 0;
  	visibility: hidden;
  	opacity: 0; 
  	min-height: 649px;
 	transform-origin: 0% 0%;
  	transform: rotateX(-90deg);
  	transition: .3s linear; 
	border-top: 1px solid #E1E4E8;
}
.header-bottom__menu--submenu-left ul li:before {
    content:"";
}
.header-bottom__menu--one:hover .header-bottom__menu--submenu{
  	visibility: visible;
  	opacity: 1;
  	transform: rotateX(0deg);
}
.header-bottom .header-bottom__menu--submenu .f-container {
	display: flex;
	align-items: flex-start;
	border: 1px solid #E1E4E8;
	border-top:none;
	padding-top:52px;
	max-height: 649px;
    	overflow-y: auto;
    	overflow-x: hidden;

}
.header-bottom__menu--submenu-left ul.section-tree.level-0 li.section-item,
.header-bottom__menu--submenu ul ul.section-tree.level-1 li.section-item,
.header-bottom__menu--submenu ul ul ul.section-tree.level-2 li.section-item{
	min-width: 200px;
	position: relative;
}
.header-bottom__menu--submenu ul li ul.section-tree.level-1, 
.header-bottom__menu--submenu ul li ul.section-tree.level-1 li ul.section-tree.level-2{
visibility: hidden;
  opacity: 0; 
  position: absolute;
  left: 100%;
  top: -1px;
  transition: .3s linear;
  
}
.header-bottom__menu--submenu ul li:hover ul.section-tree.level-1, 
.header-bottom__menu--submenu ul li ul.section-tree.level-1 li:hover ul.section-tree.level-2{
	visibility: visible;
  	opacity: 1; 
  
}
.header-bottom__menu--submenu-one,
.header-bottom__menu--submenu-two_wrapper,
.header-bottom__menu--submenu-three_wrapper {padding: 14px 0;}

/**** картинки в меню ***/
.banner_list {
display: flex; 
background: #fff; 
padding-top:32px; 
padding-right: 32px; 
}
.banner_list .banner_item { 
padding: 0 16px 32px 16px; 
max-width:360px; 
}
.banner_list .banner_item  a{white-space: normal;}
.banner_list .banner_item .banner_img img {
max-height: 320px;
height: 100%;
max-width: 213px;
width:100%
}
.banner_list.es_menu_detail_o-zavode-istoriya-zavoda .banner_item .banner_img img,
.banner_list.es_menu_detail_o-zavode-proizvodstvo .banner_item .banner_img img,
.banner_list.es_menu_detail_o-zavode-khudozhniki .banner_item .banner_img img{max-height: 320px;height: 100%;max-width: 264px;width:100%}
.banner_list .banner_item .banner_img {width: 213px; height: 320px;   overflow: hidden;}
.banner_list.es_menu_detail_o-zavode-istoriya-zavoda .banner_item .banner_img,
.banner_list.es_menu_detail_o-zavode-proizvodstvo .banner_item .banner_img,
.banner_list.es_menu_detail_o-zavode-khudozhniki .banner_item .banner_img{width: 264px; height: 320px;   overflow: hidden;}
.banner_list .banner_item .banner_title {padding-top:32px;text-transform: uppercase; font-size: 16px; line-height: 24px; letter-spacing: 0.01em; color: #023067; font-family: 'Circe';}
.banner_list .banner_item .banner_text {font-family: 'Circe'; color: #2F2E2E; font-size: 16px; line-height: 22px; padding-top:8px;}