*{padding:0;margin:0;box-sizing:border-box}
header {
  z-index: 1000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  /*height: 182px;*/
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 1441px) {
  header {
    /*height: 149px;*/
  }
}
header > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_info {
  height: 32px;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header_info .item .icon{
	vertical-align: middle;
}
header .header_info .item {
	margin: 0 49px;
	
	height: 24px;
	padding: 2px 7px 1px;
	border-radius: 6px;
	
}
header .header_info .item:first-child{
		margin: 0 0 0 39px;
		
	}
	header .header_info .item:last-child{
		margin: 0 39px 0 0;
		
	}
@media screen and (max-width: 1441px) {
	
	
	
}
@media screen and (max-width: 1282px) {
	header .header_info .item {
		margin: 0px;
		
	}
	
	header .header_info{
		justify-content: space-between;
		
	}
	header .header_info .item {
		padding:0;
		
	}
	header .header_info .item:first-child{
		margin: 0 0 0 5px;
		
	}
	header .header_info .item:last-child{
		margin: 0 5px 0 0;
		
	}
}					 
.page-header__svg {
    width: 16px;
    height: 16px;
    fill: #13213c;
    -webkit-transition: .2s;
    transition: .2s;
}
header .header_info .item:hover {
	background: #1F2C461A;
	cursor:pointer;
}
header .header_info .item .text{
  
  font-size: 14px;
  color: #13213C;
  
}

@media screen and (max-width: 1282px) {
	
	header .header_info .item .text{
	  
		font-size: 12px;
			  
	}
}		
header .header_top_logo{
/*  background-image: url( '../images/new/Logo_White.svg' ); */
  background-repeat: no-repeat;
  width: 148px;
  height: 24px;
  margin: 0px 49px 0;
  min-width: 148px;
}

/* Уменьшаем логотип на главной странице на 15% */
header .header_top_logo img {
  width: auto;
  height: 26.67px; /* Треть от высоты полосы header_top (80px / 3) */
  object-fit: contain;
}
@media screen and (max-width: 1282px) {
	header .header_top_logo{
		/* margin: 45px 9px 0 9px; */
	}
	
}									  
#title-search-input
{
	width: 1200px;
    height: 56px;
	background: #FFFFFF;
	border-radius: 40px;
	border: 0px;
	padding: 0 0 0 58px;

	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	color:#13213C;

	
}
.searchForm
{
	margin: 0 auto;
	position: relative;
}
.searchForm::before
{
	content: '';
    display: inline-block;
    position: relative;
    left: 50px;
    top: 6px;
    width: 24px;
    height: 24px;
    /* opacity: 0.33; */
    background-position: 0px 0;
    background-size: cover;
    background-image: url(../images/new/search-input.svg);
    background-repeat: no-repeat;
}
.searchForm .popup-close
{
	width: 32px;
    height: 32px;
    /* background-position: center right 14px; */
    background-size: 32px;
    background-image: url(../images/new/search-Icn-close.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 21px;
    display: inline-block;
    top: 22%;
	cursor:pointer;
}
#title-search-input::placeholder {
	color:#9B9EA6;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.02em;
}
header .header_top {
  background: #13213C;
  height: 80px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 2px 4px 0px #0F192D61;
  max-width: 1920px;
  width: 100%;
}

@media screen and (max-width: 1441px) {
  header .header_top {
   /*  height: 42px; */
  }
}
header .header_top_center {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .header_top_center > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_top_city {
  top: 0;
  left: 0;
  background: #e3f2fc;
  z-index: 1;
}


header .header_top_center .header_top_menu 
{
	display: flex;
    justify-content: space-between;
	width:auto;
}

header .header_top_city:hover {
  width: 100%;
  position: absolute;
  justify-content: flex-start;
}
header .header_top_city:hover ul li {
  display: block !important;
}
header .header_top_city:hover ul li.active a {
  color: #525659;
}
header .header_top_city ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header_top_city ul li {
  margin-right: 15px;
  display: none;
  cursor: pointer;
}
header .header_top_city ul li.active {
  display: block;
}
header .header_top_city ul li a {
	 font-size: 15px;
}
header .header_top_city ul li.active a {
  color: #828282;
 
}
header .header_top_city ul li.active a:hover {
  color: #53aadc;
}
header .header_top_city ul li a:hover {
  color: #53aadc;
}
header .header_top_city ul li:last-of-type {
  margin: 0;
}
@media screen and (max-width: 1441px) {
  header .header_top_city ul li a {
    font-size: 14px;
  }
}
header .header_top_city svg {
  margin-right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
header .header_top_menu ul.pageMenu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width:auto;
}
header .header_top_menu ul.pageMenu li {
  
	/* padding: 12px 16px 12px 16px; */
	border-radius: 8px;
	margin: 0 8px;
	transition: 0.160s;
}
header .header_top_menu ul.pageMenu li:hover a{
	background-color:#1f2c46;
}

header  ul.icon_panel{
	width:auto;
	display: flex;
	margin: 0 38px 0 50px;
}
@media screen and (max-width: 1282px) {
	header ul.icon_panel{
		margin: 0 4px 0 0px;
		width: 18%;
	}
	
}									  
header  ul.icon_panel li{
	margin: 0 0 0 9px;
    height: 48px;
    width: 48px;
    border-radius: 64px;
    text-align: center;
    line-height: 59px;
	transition: 0.160s;
	position: relative;
}
@media screen and (max-width: 1282px) {
	ul.icon_panel li{
		
		width: 100%;
	}
	
}									  
header  ul.icon_panel li:hover{
	background-color:#1F2C46;
}
header  ul.icon_panel li a{
	transition: 0.160s;
}
header  ul.icon_panel li a.search {
	
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 0px 1px;
    background-image: url(../images/new/search-Icon-header.svg);
    background-repeat: no-repeat;
	background-size:24px;
	cursor: pointer;
}
header  ul.icon_panel li a.favorites {
	
    display: inline-block;
    width: 24px;
    height: 30px;
    background-position: 0px 9px;
    background-image: url(../images/new/FavoritesNormal.svg);
    background-repeat: no-repeat;
}
header  ul.icon_panel li a.favorites:hover {
	background-image: url(../images/new/FavoritesHover.svg);
}
header  ul.icon_panel li a.compare {
	
    display: inline-block;
    width: 24px;
    height: 33px;
    background-position: 0px 6px;
    background-image: url(../images/new/CompareNormal.svg);
    background-repeat: no-repeat;
}
header  ul.icon_panel li a.compare:hover {
	background-image: url(../images/new/CompareHover.svg);
}
header  ul.icon_panel li a.cart {
	
    display: inline-block;
    width: 24px;
    height: 30px;
    background-position: 0px 7px;
    background-image: url(../images/new/shopping-cart.svg);
    background-repeat: no-repeat;
	cursor:pointer;
}
header  ul.icon_panel li a.cart:hover {
	background-image: url(../images/new/shopping-cartHover.svg);
}
header .header_top_menu ul.pageMenu li a {

	font-size: 16px;
	line-height: 18px;
	color:#FFFFFF;
	font-weight:200;
	line-height: 20px;
	letter-spacing: 0.02em;
	opacity: 0.6;
	transition: 0.160s;
	position: relative;
	cursor:pointer;
	padding: 12px 16px 12px 16px;
	border-radius: 8px;
	text-decoration: none;
}
@media screen and (max-width: 1200px) {
	header .header_top_menu ul.pageMenu li a
	{
		padding: 0px;
	}
}									   
header .header_top_menu ul.pageMenu li a:hover{
	opacity: 1;
}
@media screen and (max-width: 1441px) {
 /*  header .header_top_menu ul.pageMenu li a {
    font-size: 14px;
  } */
}

header .header_top_menu ul.pageMenu li img {
  width: 20px;
  height: 20px;
}
header .header_top_menu ul.pageMenu li span.notifyP {
	position: relative;
    width: 6px;
    height: 6px;
    background: #FF5A34;
    box-shadow: 0px 1px 4px 0px #FF5A34BF;
    display: inline-block;
    left: -11px;
    top: -13px;
    border-radius: 6px;
	opacity: 1;
}
@media screen and (max-width: 1441px) {
  header .header_top_menu ul.pageMenu li img {
    width: 18px;
    height: 18px;
  }
}
header .header_top_user {
  z-index: 2;
}
header .header_top_user a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_top_user span:hover {
  color: #53aadc;
}
header .header_top_user a svg {
  width: 30px;
  height: 29px;
  margin-right: 10px;
}
@media screen and (max-width: 1441px) {
  header .header_top_user a svg {
    width: 23px;
    height: 24px;
  }
}
@media screen and (max-width: 1441px) {
  header .header_top_user a span {
    font-size: 14px;
  }
}
header .header_menu_sliders
{
  background: #fff;
  height: auto;
  flex-direction: column;
  z-index:10;
}
header .header_menu_sliders .text-info
{
  /* background: linear-gradient(180deg, #E3F2FC 0%, rgba(227, 242, 252, 0) 100%); */
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #4F4F4F;
  width: 100%;
  padding: 15px 0 28px;
}
header .header_menu_sliders .bottom-gradient
{
  background: linear-gradient(180deg, #E3F2FC 0%, rgba(227, 242, 252, 0) 100%); 
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #4F4F4F;
  width: 100%;
  padding: 15px 0;
}
header .header_menu_sliders .slider-menu-sub .slider-item .info {
  display: none;
}
header .header_menu_sliders .slider-menu-sub
{
  /* display: none; */
  width: 100%;
  margin: -15px 0 -28px;
}
header .header_menu_sliders .slider-menu-sub.slider-box .box > div {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  text-align: center;
  color: #82C8EA;
}
header .header_menu_sliders .slider-menu-sub.slider-box .box.active > div {
  color: #1A8ED0;
}
header .header_menu_sliders .slider-menu-sub.slider-box .box.active img{
 /*  border: 5px solid #1A8ED0; */
  border-radius: 15px;
  
  box-sizing:border-box;
  outline: solid 5px #1A8ED0;
  outline-offset: -5px;
}

header .header_menu_sliders .bottom-gradient {
  background: linear-gradient(180deg, #E3F2FC 0%, rgba(227, 242, 252, 0) 100%);
}
header .header_menu_sliders .slider-box .slider-items {
  height: 289px;
}
header .header_menu_sliders .slider-menu-sub.slider-box .box {
  width: 229px;
  cursor: pointer;
}
header .header_menu_sliders .slider-box .slider-items .slider-track .slider-item {
  width: auto !Important;
}
header .header_menu_sliders .slider-box .slider-item img{
  border-radius: 15px;
  width: 229px;
  height: 183px;
}
header .header_bottom {
  height: 108px;
  background: #fff;
}
@media screen and (max-width: 1441px) {
  header .header_bottom {
    height: 83px;
  }
}
header .header_bottom_center, header .header_menu_sliders_center {
  width: 1077px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1439px) {
  header .header_bottom_center, header .header_menu_sliders_center {
    width: 912px;
  }
}
header .header_bottom_center > div, header .header_menu_sliders_center > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_bottom_logo {
  margin-left: -21px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_logo {
    margin-left: -18px;
  }
}
header .header_bottom_logo svg {
  width: 131px;
  height: 61px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_logo svg {
    width: 111px;
    height: 51px;
    margin-top: 14px;
  }
}
header .header_bottom_phone {
  flex-direction: column;
}
header .header_bottom_phone a {
  white-space: nowrap;
  font-size: 14px;
  color: #828282;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_phone a {
    font-size: 12px;
  }
}
header .header_bottom_phone a:first-of-type {
  margin-bottom: 8px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_phone a:first-of-type {
    margin-bottom: 5px;
  }
}
header .header_bottom_discont {
  width: 110px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_discont {
    width: 90px;
  }
}
header .header_bottom_discont a {
  text-align: center;
  font-size: 14px;
  color: #1a8ed0;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_discont a {
    font-size: 12px;
  }
}
header .header_bottom_search form {
  width: 382px;
  height: 52px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_search form {
    width: 326px;
    height: 42px;
  }
}
header .header_bottom_search form.active input {
  width: 587px;
  border-width: 6px 112px 6px 6px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_search form.active input {
    width: 502px;
    border-width: 5px 100px 5px 5px;
  }
}
header .header_bottom_search form.active button {
  right: -84px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_search form.active button {
    right: -61px;
  }
}
header .header_top_menu ul.pageMenu-mobile {
  display: none;
}
header .header_bottom_search form input {
  position: absolute;
  top: 0;
  left: 0;
  width: 382px;
  height: 52px;
  border: 6px solid #e3f2fc;
  padding-left: 10px;
  padding-right: 30px;
  background: #fff;
  box-shadow: 0px 1px 2px #fff;
  border-radius: 12px;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_search form input {
    width: 326px;
    height: 42px;
    border: 5px solid #e3f2fc;
    font-size: 14px;
  }
}
header .header_bottom_search form input::-moz-placeholder {
  color: #bdbdbd;
}
header .header_bottom_search form input:-ms-input-placeholder {
  color: #bdbdbd;
}
header .header_bottom_search form input::placeholder {
  color: #bdbdbd;
}
header .header_bottom_search form button {
  position: absolute;
  right: 17px;
  top: 12px;
  border: none;
  background: transparent;
  z-index: 3;
  transition: 0.3s;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_search form button {
    right: 14px;
    top: 9px;
  }
}
header .header_bottom_search form button svg {
  width: 25px;
  height: 26px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_search form button svg {
    width: 24px;
    height: 24px;
  }
}
header .header_bottom_search form button.inputActive {
  display: none;
  font-size: 18px;
  left: 502px;
  top: 15px;
  z-index: 3;
}
/*.header_bottom .header_bottom_search .searchForm {*/
/*  transition-duration: 300ms;*/
/*}*/
.header_bottom .header_bottom_search .searchForm.active .inputActive {
  width: 100%;
  text-align: left;
}
/*.header_bottom .header_bottom_search .searchForm .inputActive {*/
/*  display: none;*/
/*}*/

@media screen and (max-width: 1441px) {
  header .header_bottom_search form button.inputActive {
    left: 420px;
    top: 10px;
    font-size: 16px;
  }
}
header .header_bottom_func {
  min-width: 148px;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0px -7px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func {
    min-width: 121px;
  }
}
header .header_bottom_func .func_icon.heart {
  width: 29px;
  height: 27px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func .func_icon.heart {
    width: 24px;
    height: 22px;
  }
}
header .header_bottom_func .func_icon.heart svg {
  width: 29px;
  height: 27px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func .func_icon.heart svg {
    height: 22px;
    width: 24px;
  }
}
header .header_bottom_func .func_icon.basket {
  width: 38px;
  height: 35px;
}

header .header_bottom_func .func_icon.basket svg {
  width: 38px;
  height: 35px;
}

header .header_bottom_func .func_icon.compare {
  width: 26px;
  height: 27px;
  margin: 0;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func .func_icon.compare {
    height: 21px;
    width: 20px;
  }
}
header .header_bottom_func .func_icon.compare svg {
  width: 26px;
  height: 27px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func .func_icon.compare svg {
    height: 21px;
    width: 20px;
  }
}
header .header_bottom_func .func_icon_color {
  position: relative;
}
header .header_bottom_func .func_icon_color.heart {
  width: 38px;
  height: 35px;
  left:2px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func .func_icon_color.heart {
    height: 32px;
    width: 30px;
  }
}
header .header_bottom_func .func_icon_color.heart svg {
  width: 38px;
  height: 35px;
  fill:#525659;
  fill-opacity: 0.75;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func .func_icon_color.heart svg {
    height: 32px;
    width: 30px;
  }
}
/*header .header_bottom_func .func_icon_color.basket {*/
/*  width: 37px;*/
/*  height: 35px;*/
/*}*/
/*@media screen and (max-width: 1441px) {*/
/*  header .header_bottom_func .func_icon_color.basket {*/
/*    height: 30px;*/
/*    width: 31px;*/
/*  }*/
/*}*/
/*header .header_bottom_func .func_icon_color.basket svg {*/
/*  width: 36px;*/
/*  height: 35px;*/
/*}*/
/*@media screen and (max-width: 1441px) {*/
/*  header .header_bottom_func .func_icon_color.basket svg {*/
/*    height: 30px;*/
/*    width: 31px;*/
/*  }*/
/*}*/
header .header_bottom_func .func_icon_color.compare {
  width: 35px;
  height: 35px;
  margin: 0;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func .func_icon_color.compare {
    height: 30px;
    width: 30px;
  }
}
header .header_bottom_func .func_icon_color.compare svg {
  width: 34px;
  height: 35px;
}
@media screen and (max-width: 1441px) {
  header .header_bottom_func .func_icon_color.compare svg {
    height: 30px;
    width: 30px;
  }
}
header .header_bottom_func .func_icon_color .value {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #2f80ed;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border-radius: 25px;
  top: 10px;
  left: 15px;
}
header .header_bottom_func .func_icon_color .basket-container
{
	left:18px; 
} 
header .header_scroll {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 70px;
  background: #fff;
}
header .header_scroll_center {
  width: 1077px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_center {
    width: 912px;
  }
}
header .header_scroll_center > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
/* .header_bottom_func svg, .header_bottom_func svg path {
  fill: rgba(82, 86, 89, 0.75);
}

.header_bottom_func svg.active, .header_bottom_func svg.active path {
  fill: #C6E8FF;
} */

header .header_scroll_center > div.header_scroll_animateWindow {
  justify-content: flex-start;
}
header .header_scroll_animateWindow {
  width: 100%;
  overflow: hidden;
  margin-right: 35px;
}
header .header_scroll_logo {
  margin-right: 35px;
  margin-left: -21px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_logo {
    margin-left: -18px;
  }
}
header .header_scroll_logo svg {
  width: 131px;
  height: 61px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_logo svg {
    width: 111px;
    height: 51px;
    margin-top: 9px;
  }
}
header .header_scroll_search {
  margin-right: 30px;
  transition: 0.3s;
}
header .header_scroll_search form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_scroll_search form input {
  height: 52px;
  width: 289px;
  border: 6px solid #e3f2fc;
  padding-left: 10px;
  padding-right: 30px;
  background: #fff;
  box-shadow: 0px 1px 2px #fff;
  border-radius: 12px;
  transition: 0.3s;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_search form input {
    height: 42px;
    border: 5px solid #e3f2fc;
    font-size: 15px;
  }
}
header .header_scroll_search form input::-moz-placeholder {
  color: #bdbdbd;
}
header .header_scroll_search form input:-ms-input-placeholder {
  color: #bdbdbd;
}
header .header_scroll_search form input::placeholder {
  color: #bdbdbd;
}
header .header_scroll_search form button {
  position: absolute;
  right: 17px;
  top: 12px;
  border: none;
  background: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_search form button {
    right: 14px;
    top: 9px;
  }
}
header .header_scroll_search form button svg {
  width: 25px;
  height: 26px;
}
header .header_scroll_search form button.input-block__btn-span {
  display: none;
  font-size: 18px;
  right: 27px;
  top: 15px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_search form button.input-block__btn-span {
    right: 20px;
    top: 10px;
    font-size: 16px;
  }
}
header .header_scroll_menu ul.pageMenu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_scroll_menu ul.pageMenu li {
  margin-right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_menu ul.pageMenu li {
    margin-right: 44px;
  }
}
header .header_scroll_menu ul.pageMenu li a {
  white-space: nowrap;
  font-size: 15px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_menu ul.pageMenu li a {
    font-size: 14px;
  }
}
header .header_scroll_menu ul.pageMenu li a:hover {
  color: #53aadc;
}
header .header_scroll_menu ul.pageMenu li img {
  height: 20px;
}
header .header_scroll_menuShow {
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_menuShow {
    margin-right: 23px;
  }
}
header .header_scroll_user {
  z-index: 2;
  margin-right: 30px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_user {
    margin-right: 23px;
  }
}
header .header_scroll_user a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_scroll_user a svg {
  width: 30px;
  height: 29px;
}
header .header_scroll_func {
  min-width: 148px;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func {
    min-width: 121px;
  }
}
header .header_scroll_func .func_icon.heart {
  width: 29px;
  height: 27px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon.heart {
    width: 24px;
    height: 22px;
  }
}
header .header_scroll_func .func_icon.heart svg {
  width: 29px;
  height: 27px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon.heart svg {
    height: 22px;
    width: 24px;
  }
}
header .header_scroll_func .func_icon.basket {
  width: 28px;
  height: 27px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon.basket {
    height: 22px;
    width: 22px;
  }
}
header .header_scroll_func .func_icon.basket svg {
  width: 28px;
  height: 27px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon.basket svg {
    height: 22px;
    width: 22px;
  }
}
header .header_scroll_func .func_icon.compare {
  width: 26px;
  height: 27px;
  margin: 0;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon.compare {
    height: 21px;
    width: 20px;
  }
}
header .header_scroll_func .func_icon.compare svg {
  width: 26px;
  height: 27px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon.compare svg {
    height: 21px;
    width: 20px;
  }
}
header .header_scroll_func .func_icon_color {
  position: relative;
}
header .header_scroll_func .func_icon_color.heart {
  width: 38px;
  height: 35px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon_color.heart {
    height: 32px;
    width: 30px;
  }
}
header .header_scroll_func .func_icon_color.heart svg {
  width: 38px;
  height: 35px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon_color.heart svg {
    height: 32px;
    width: 30px;
  }
}
header .header_scroll_func .func_icon_color.basket {
  width: 37px;
  height: 35px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon_color.basket {
    height: 30px;
    width: 31px;
  }
}
header .header_scroll_func .func_icon_color.basket svg {
  width: 36px;
  height: 35px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon_color.basket svg {
    height: 30px;
    width: 31px;
  }
}
header .header_scroll_func .func_icon_color.compare {
  width: 35px;
  height: 35px;
  margin: 0;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon_color.compare {
    height: 30px;
    width: 30px;
  }
}
header .header_scroll_func .func_icon_color.compare svg {
  width: 34px;
  height: 35px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll_func .func_icon_color.compare svg {
    height: 30px;
    width: 30px;
  }
}
header .header_scroll_func .func_icon_color .value {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #2f80ed;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border-radius: 25px;
  top: 10px;
  left: 15px;
}
header .header_scroll.activeMenu .header_scroll_animateWindow {
  width: 100%;
}
@media screen and (max-width: 1441px) {
  header .header_scroll.activeMenu .header_scroll_animateWindow {
    margin-right: 0;
  }
}
header .header_scroll.activeMenu .header_scroll_search {
  margin-left: -318px;
}
header .header_scroll.activeMenu .header_scroll_menu ul.pageMenu li {
  /* margin-right: 58px; */
  margin-left: 30px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll.activeMenu .header_scroll_menu ul.pageMenu li {
    margin-right: 37px;
  }
}
header .header_scroll.activeMenu .header_scroll_menuShow {
  display: none;
}
header .header_scroll.activeSearch .header_scroll_search form input {
  border-width: 6px 112px 6px 6px;
  width: 642px;
}
@media screen and (max-width: 1441px) {
  header .header_scroll.activeSearch .header_scroll_search form input {
    border-width: 6px 92px 6px 6px;
    width: 540px;
  }
}
header
.header_scroll.activeSearch
.header_scroll_search
form
.input-block__btn {
  right: 121px;
}
@media screen and (max-width: 1441px) {
  header
  .header_scroll.activeSearch
  .header_scroll_search
  form
  .input-block__btn {
    right: 97px;
  }
}
header
.header_scroll.activeSearch
.header_scroll_search
form
.input-block__btn-span {
  display: block;
}

.gardient_blue {
  background: linear-gradient(80.01deg, rgba(26, 142, 208, 0.6) -12.33%, rgba(26, 142, 208, 0.4) 101.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;

}
header .mobile-menu-icon, header .search-mobile , header .close_mobile {
  display: none;
}

.login-mobile-btn { display:none; }
.form_smallCart
{
	margin: 53px 0 0;
    width: 420px;
    height: 830px;
    padding: 9px;
    border-radius: 4px;
    background: #fff;
	justify-content: space-between;
	text-align: center;
    align-items: center;
	 -webkit-transform: none;
    -ms-transform: none;
    transform: none;
	max-height: 100%;
}
.form_smallCart_body
{
	
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
	text-align: center;
    align-items: center;
	max-height: 100vw;
}
.form_smallCart .count_prod span
{
	
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: left;
}
.form_smallCart .count_prod
{
	width:100%;
	display: flex;
    align-items: center;
	text-align: left;
	margin: 12px;
	height: 40px;
}
.form_smallCart .Icn-cartsmall
{
	width: 48px;
    height: 48px;
}
.form_smallCart .empty_basket_body
{
	height:100%;
	display: flex;
    align-items: center;
	justify-content: center;
}
.form_smallCart .basket_body
{
	height:auto;
	display: flex;
    align-items: center;
	flex-direction: column;
    overflow: auto;
	padding: 0 9px 0 0;
}
.form_smallCart .info_empty_basket
{
	width: 224px;
	height: 224px;
	background: #FAFAFA;
	border-radius:50%;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	flex-direction: column;
    justify-content: center;
    gap: 14px;
	margin: 62px 0;
}
.form_smallCart .info_empty_basket .icon img
{
	width: 48px;
	height: 48px;
}
.form_smallCart .info_empty_basket .text
{
	width: 165px;
	height: 34px;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: center;
	text-transform:uppercase;
	color:#888D97;

}
.form_smallCart .info_empty_basket .link
{
	
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
	text-transform:uppercase;
	color:#13213C;
	text-decoration: underline;
}

.popup.form_smallCart .popup-close
{
	
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: -34px;
}
.form_smallCart img
{
	width:404px;
	height:124px;
}
.Img_smallcartop
{
	width:404px;
	height:124px;
	background-image: url(../images/new/Img_smallcartop.svg);
    background-repeat: no-repeat;
   
}
.page-main__cart-boxs-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;background:#fbfbfb;border-radius:8px;padding:16px 32px 16px 16px;-webkit-box-sizing:border-box;box-sizing:border-box}.page-main__cart-boxs-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6px}.page-main__box-trash{margin-right:10px;width:48px;height:48px;border-radius:100%;background:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.2s;transition:.2s;cursor:pointer}.page-main__box-trash svg{width:24px;height:24px;stroke:#888d97;-webkit-transition:.2s;transition:.2s}.page-main__box-trash:hover{background:#13213c}.page-main__box-trash:hover svg{stroke:#fff}.page-main__cart-item{max-width:887px;width:100%;padding:13px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;border:1px solid rgba(19,33,60,.1);display:grid;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:110px 741px;grid-gap:13px;background-color:#fff}.page-main__cart-item .page-main__cart-img{height:110px;grid-column:1/2;grid-row:1/4}.page-main__cart-item .page-main__catalog-grid-item-art{grid-column:2/3;grid-row:1/2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-main__cart-item .page-main__catalog-grid-item-title{grid-column:2/3;grid-row:2/3;font-size:16px;font-weight:400;line-height:19px}.page-main__cart-item .page-main__catalog-grid-item-title span{font-size:16px;font-weight:600;line-height:19px}.page-main__cart-item .page-main__catalog-grid-item-price{grid-column:2/3;grid-row:3/4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-price{font-size:12px;font-weight:400;line-height:15px;letter-spacing:.02em;color:#888d97}.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-price span{font-size:16px;font-weight:400;line-height:20px}.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-counts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-counts .page-main__catalog-item-counts-title{font-size:11px;font-weight:400;line-height:17px;color:#888d97;margin-right:16px}.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-counts .page-main__catalog-item-count{border:1px solid #888d97;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-counts .page-main__catalog-item-count .page-main__catalog-item-minus{width:32px;height:32px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #888d97;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:400;color:#888d97;cursor:pointer}

.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-counts .page-main__catalog-item-count .page-main__catalog-item-number{
	width:32px;height:32px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #888d97;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:400;
	border: none;
    border-right: 1px solid #888d97;
    text-align: center;
}

.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-counts .page-main__catalog-item-count .page-main__catalog-item-number input
{
	width:31px;
	border:none;
	text-align:center;
}

.page-main__cart-item .page-main__catalog-grid-item-price .page-main__catalog-item-counts .page-main__catalog-item-count .page-main__catalog-item-plus{width:32px;height:32px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:400;color:#888d97;cursor:pointer}.page-main__cart-finish{border-radius:16px;grid-column:2/3;grid-row:3/4;padding:16px 24px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;background:#fbfbfb}.page-main__cart-finish-box{border-radius:8px;padding:24px 24px 30px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.page-main__cart-finish-check{width:100%;height:39px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;background:#f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:27px;cursor:pointer}.page-main__cart-finish-check p{font-size:16px;font-weight:400;line-height:19px}.page-main__cart-finish-list{width:100%;margin-bottom:50px}.page-main__cart-finish-list div{border-bottom:1px dotted #888d97;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.page-main__cart-finish-list p.bold{font-size:14px;font-weight:600;line-height:17px;margin-bottom:-2px;background-color:#fff}.page-main__cart-finish-list p.normal{font-size:14px;font-weight:400;line-height:17px;text-align:right;margin-bottom:-2px;background-color:#fff}.page-main__cart-finish-summ{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:77px}.page-main__cart-finish-summ p{font-size:22px;font-weight:400;line-height:27px}.page-main__cart-finish-summ--border{display:grid;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 1fr;padding:13px 0;border-bottom:1px solid #cdd0d4;border-top:1px solid #cdd0d4;margin-bottom:18px}.page-main__cart-finish-summ--border .primary{font-size:22px;font-weight:400;line-height:27px;margin-bottom:11px}.page-main__cart-finish-summ--border .normal{font-size:14px;font-weight:400;line-height:24px}.page-main__cart-finish-summ--border .full-col{grid-column:1/3}.page-main__cart-finish-summ--border .right{text-align:right}.page-main__cart-finish-text{width:100%;max-width:354px;font-size:12px;font-weight:400;line-height:15px;color:#888d97;margin-bottom:24px}.page-main__cart-finish-text a{font-size:12px;font-weight:400;line-height:15px;color:#888d97;text-decoration:underline}.page-main__cart-finish-btn{height:44px; width:100%;padding:4px 0;border-radius:30px;background:#13213c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:600;line-height:17px;color:#fff;margin-bottom:30px;-webkit-transition:.2s;transition:.2s;cursor:pointer;border:0}.page-main__cart-finish-btn svg{width:24px;height:24px;margin-right:10px;-webkit-transition:.2s;transition:.2s;stroke:#eaedf3}.page-main__cart-finish-btn:hover{background:#eaedf3;color:#13213c}.page-main__cart-finish-btn:hover svg{stroke:#13213c}.page-main__cart-finish-pay{width:100%;max-width:202px;opacity:50%;display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:20px}.page-main__cart-empty{width:224px;height:224px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:32px 28px 48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#f2f3f4;border-radius:100%}.page-main__cart-empty svg{width:48px;height:48px}.page-main__cart-empty p{font-size:12px;font-weight:500;line-height:17px;text-align:center;color:#9b9ea6;text-transform:uppercase}.page-main__cart-empty a{font-size:10px;font-weight:400;line-height:15px;text-align:center;text-transform:uppercase;text-decoration:underline}.page-main__cart-oform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.page-main__cart .page-main__catalog-grid--oform{margin-bottom:200px;grid-template-rows:auto}.page-main__cart .page-main__catalog-grid--oform .page-main__cart-finish{grid-column:2/3;grid-row:1/2}.page-main__cart .page-main__catalog-grid--oform .page-main__cart-oform{grid-column:1/2;grid-row:1/2}.page-main__cart .page-main__catalog-grid--oform .primary{font-size:16px;font-weight:600;line-height:19px}.page-main__cart-oform-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:35px}.page-main__cart-oform-title .title{font-size:36px;font-weight:300;line-height:44px;letter-spacing:-.02em}.page-main__cart-oform-title div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-main__cart-oform-title div svg{width:32px;height:32px;margin-left:24px;cursor:pointer}.page-main__cart-oform-main{width:100%;margin-bottom:32px}.page-main__cart-oform-main-item{display:grid;padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:15px auto auto;width:100%}.page-main__cart-oform-main-item p{font-size:14px;font-weight:400;line-height:24px}.page-main__cart-oform-main-item:nth-child(odd){background:#f7f7f7}.page-main__cart-oform-item-count{grid-column:1/2;grid-row:1/2}.page-main__cart-oform-item-name{grid-column:2/3;grid-row:1/2}.page-main__cart-oform-item-name span{font-size:14px;font-weight:600;line-height:24px}.page-main__cart-oform-item-nds{grid-column:2/3;grid-row:2/3}.page-main__cart-oform-item-summ{grid-column:3/4;grid-row:1/2;justify-self:end}.page-main__cart-oform-item-int{grid-column:3/4;grid-row:2/3;justify-self:end}.page-main__cart-oform-summ{width:100%}
.popup.form_smallCart .page-main__cart-finish-btn{
	height: 40px;
    width: 324px;
    padding: 4px 0;
    border-radius: 30px;
    background: #13213c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
    margin-bottom: 14px;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    border: 0;
}
.page-main__cart-finish-check .btn_form_Marketplaces
{
	display:flex;
}
.popup.form_smallCart .page-main__cart-finish-btn.addrq {
    background: #eaedf3;
    color: #13213c;
}
.popup.form_smallCart .page-main__cart-finish-btn.addrq svg {
    stroke: #13213c;
}
.popup.form_smallCart .page-main__cart-finish-btn svg {
    stroke: #eaedf3;
}
.popup.form_smallCart .page-main__cart-boxs-item {
	
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;

}
.popup.form_smallCart .page-main__cart-item {
    /* max-width: 887px; */
    width: 100%;
    padding: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid rgba(19,33,60,.1);
    display: grid;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 95px auto;
    grid-gap: 13px;
    background-color: #fff;
}

.popup.form_smallCart .page-main__cart-item .page-main__cart-img img
{
	width:100%;
	height:100%;
}
.popup.form_smallCart .page-main__cart-item .page-main__catalog-grid-item-art {
	color:#ffffffd4;
	padding: 2px 10px;
    border-radius: 43px;
    background-color: #13213c;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px
}
.popup.form_smallCart .page-main__cart-item .page-main__catalog-grid-item-title
{
	font-size:14px;
	width: 240px;
	height: 34px;
	text-align: left;
	color:#13213C;
	font-weight: 500;
	line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.popup.form_smallCart .total_price
{
	width: 386px;
	height: 34px;
	padding: 6px 9px 6px 12px;
	background: #F3F3F3;
	display:flex;
	justify-content:space-between;
	margin: 16px 0;
}
.popup.form_smallCart .total_title
{
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}
.popup.form_smallCart .footer_smallcart
{
	display:flex;
	align-items:center;
	height:190px;
	flex-direction: column;
	margin: auto 0 0;
}
.popup.form_smallCart .total_value
{
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: right;
}
.circle-active {
	
    position: absolute;
    -webkit-box-shadow: 0 1px 4px 0 rgba(255,90,52,.75);
    box-shadow: 0 1px 4px 0 rgba(255,90,52,.75);
    background-color: #ff5a34;
    border-radius: 100%;
	width: 15px;
    height: 15px;
    top: 8px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.circle-active span {
    line-height: 13px;
    letter-spacing: 0;
    font-size: 11px;
    color: #fff;
}
@media screen and (max-width: 737px) {
  .slider-menu-sub.slider-box .slider-items .slider-track .slider-item {
    width: 260px !important;
  }
  header .header_menu_sliders {
    width:320px;
    overflow: hidden;
    order:3
  }
  .slider-menu-sub.slider-box .slider-items {
    margin:0;
  }
  header .header_menu_sliders_center {
    width:300px;
    margin: 0 auto;
  }
  header .close_mobile {
    width: 100%;
  }
  header .header_bottom_center, header .header_scroll_center {
    width: 300px;
  }
  header .header_top_center {
    width: 300px;
  }
  header .header_bottom_logo, header .header_scroll_logo {
    margin-left: 0;
    margin-right: 0;
  }
  header .header_bottom_logo svg, header .header_scroll_logo svg {
    width: 106px;
    height: 50px;
  }
  header  .header_bottom_center .header_bottom_search
  {
    display: none;
  }
  header .mobile-menu-icon {
    display: flex;
    cursor: pointer;
  }
  header .mobile-menu-icon svg {
    width: 30px;
    height: 24px;
  }
  header .header_info {
    height: 11px;
  }
  header .header_bottom_search, header .header_scroll_animateWindow, header .header_scroll_search {
    margin-right: 0;
  }
  header .header_scroll_center > div.header_scroll_animateWindow {
    justify-content: center;
  }
  header .header_bottom_search form, header .header_scroll_search form {
    width: 338px;
    height: 45px;
  }
  header .header_bottom_search {
    position: absolute;
  }
  .content .content_main {
    margin-bottom: 40px;
  }
  .login-mobile-btn {
    display: flex;
    padding: 16px 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    background: linear-gradient(80.01deg, rgba(26, 142, 208, 0.6) -12.33%, rgba(26, 142, 208, 0.4) 101.7%);
    border-radius: 7px;
  }
  header .header_bottom_search form, header .header_scroll_search form
  {
    width: 237px;
    align-items: baseline;
    height: 100%;
    background: white;
  }
  header .header_bottom_search form input, header .header_scroll_search form input {
    width: auto;
    top: 10px;
    position: relative;
  }
  header .header_bottom_search form button
  {
    right: 30px;
    top: 20px;
  }
.header_bottom_func {
    min-width: 211px;
  }
  header .header_bottom_func .func_icon.heart, header .header_bottom_func .func_icon.heart svg {
    width: 29px;
    height: 27px;
  }
  header .header_bottom_func .func_icon.basket, header .header_bottom_func .func_icon.basket svg {
    width: 27px;
    height: 27px;
  }
  header .header_bottom_func .func_icon.compare, header .header_bottom_func .func_icon.compare svg {
    width: 25px;
    height: 26px;
  }
  header .header_bottom_discont {
    width: 211px;
  }
  .content_main_item.item1 .title_blur .logo, .content_main_item.item1 .title_blur .desc {
    font-size: 24px;
    line-height: 160%;
  }
  .content_main_item.item1 .title_blur .partner {
    font-size: 38px;
    line-height: 160%;
    /* or 61px */
    letter-spacing: 0.05em;
  }
  header .header_bottom_func a {
    display: none;
  }
  header .search-mobile {
    display: flex;
    cursor: pointer;
    width: 100%;
    margin-right: 19px;
    justify-content: end;
  }

  header {
    display: flex;
    flex-direction: column;
  }
  header .header_bottom {
    height: 61px;
  }
  header .header_bottom_logo svg, header .header_scroll_logo svg {
    width: 85px;
    height: 40px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .content_main_item.item1 .title_blur .logo, .content_main_item.item1 .title_blur .desc {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
  }
  .content_main_item.item1 .title_blur .partner {
    font-size: 24px;
    line-height: 38px;
  }
  .content_main_item.item1 .title_blur {
    padding: 23px 0 0 13px;
  }
}
header ul.icon_panel li:nth-child(5) {display:none}

@media screen and (max-width : 721px) {
	header{
		position: sticky;
        top: 0;
		width: 100%;
	}
	header .header_info,
	header .header_top_center .header_top_menu	
	{
	  
	  display: none;
	  
	}
	header .header_top
	{
		height:52px;
		border-radius: 0;
		width: 100%;
	}
	header .header_top_center {
		width: 100%;
	}
	
	header .header_top_logo {
        margin: 0px 0px 0 19px;
    }
	
	header ul.icon_panel {
		margin: 0; 
		width: auto;
	}
	header ul.icon_panel li:nth-child(2), 
	header ul.icon_panel li:nth-child(3), 
	header ul.icon_panel li:nth-child(4) 
	{
		display: none;
	}
	header ul.icon_panel .mobile_icon_menu{
		display: inline-block;
		width: 24px;
		height: 24px;
		background-position: 0px 1px;
		background-image: url(../images/new/Icn-Burger_menu.svg);
		background-repeat: no-repeat;
		background-size: 24px;
		cursor: pointer;
	}
	header ul.icon_panel li:nth-child(5){
		display: block;
		margin: 0 0 0 16px;
	}
	header ul.icon_panel li:nth-child(5) a{
		background-position: -2px 6px;
		background-image: url(../images/new/Icn-Burger_menu.svg);
		background-repeat: no-repeat;
		background-size: 35px;
		width: 100%;
		height: 100%;
		display: block;
	}
	header ul.icon_panel li:hover {
		    background-color: #00000000;
	}
	.form_Search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		width: 100vw;
		height: auto;
		top: 0px;
		padding: 0px 14px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* background: #13213c; */
		display: none;
		position: fixed;
		border-radius: 0px;
		z-index: 11111;
	}
	.form_Search .searchForm  {
		
		width: 100%;
		position: relative;
		height: 0;
	}
	.form_Search .searchForm::before {
		
		left: 17px;
		top: 45px;
	}
	#title-search-input {
		width: 100%;
		height: 56px;
		/* background: #2A374F; */
		background: #fff;
		border-radius: 40px;
		border: 0px;
		padding: 0 0 0 58px;
		font-size: 15px;
		font-weight: 500;
		line-height: 18px;
		letter-spacing: 0em;
		text-align: left;
		color: #13213C;
	}
	.searchForm .popup-close {
		width: 24px;
		height: 24px;
		/* background-position: center right 14px; */
		background-size: 24px;
		/* background-image: url(../images/new/close-circle.svg); */
		background-image: url(../images/new/search-Icn-close.svg);
		background-repeat: no-repeat;
		position: absolute;
        right: 10px;
        display: block;
        top: 46px;
		cursor: pointer;
	}
	
	.form_mobileMenu .page-main__search
	{
		display:none;
		width:100%;
		position: relative;
        z-index: 11;
        top: -20px;
        left: -16px;
	}
	.form_mobileMenu .page-main__search::before
	{
		content:'';
		width: 57px;
		height: 24px;
		background-position: center 1px;
		background-image: url(../images/new/search-Icon-header.svg);
		background-repeat: no-repeat;
		background-size: 24px;
		position: absolute;
		top: 15px;
	}
	.form_mobileMenu .search__input
	{
		width: 337px;
		height: 56px;
		background: #2A374F;
		border-radius: 40px;
		border: 0px;
		padding: 0 0 0 58px;
		font-size: 15px;
		font-weight: 500;
		line-height: 18px;
		letter-spacing: 0em;
		text-align: left;
		color: #13213C;
	}
	.form_mobileMenu .page-main__search_close
	{
		content:'';
		width: 24px;
		height: 24px;
		/* background-position: center right 14px; */
		background-size: 24px;
		background-image: url(../images/new/close-circle.svg);
		background-repeat: no-repeat;
		position: absolute;
		left: 299px;
		display: inline-block;
		top: 15px;
		cursor: pointer;
		
		
	}
	.form_mobileMenu .show_search .page-main__search
	{
		display:block;
	}
	.form_mobileMenu  ul.icon_panel.show_search li a.search
	{
		display:none;
	}
	
	
}
