.slick-theme .slick-prev,
.slick-theme .slick-prev {
	left: auto;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v37/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999!important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999!important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999!important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999!important
}

.FONT_regular {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal
}

.FONT_bold {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal
}

.FONT_boldItalic {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: italic
}

.FONT_italic {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: italic
}

.container {
	width: 1300px;
	padding: 0 30px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	box-sizing: border-box
}

.container .content-cnt {
	height: 100%
}

@media (min-width:100px) and (max-width:1000px) {
	.container {
		width: 100%
	}
}

@media (min-width:100px) and (max-width:768px) {
	.container {
		padding: 0 20px
	}
}

.shadow-base {
	box-shadow: 0 0 10px rgba(89, 89, 89, .5)
}

.transform {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal__wr {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 1;
	text-align: right;
	overflow-y: auto;
	overflow-x: hidden
}

.modal__wr:before {
	display: none
}

@media (min-width:100px) and (max-width:1000px) {
	.modal__wr {
		text-align: center
	}
	.modal__wr:before {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		content: ""
	}
}

.modal__wr .container {
	margin: 0 auto
}

@media (min-width:100px) and (max-width:1300px) {
	.modal__wr .container {
		width: 99%;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: auto;
		padding: 0
	}
}

.modal__wr .modal__content {
	width: 327px;
	display: inline-block;
	opacity: 0
}

.modal__wr .wrapp-popup {
	box-shadow: 0 0 10px rgba(89, 89, 89, .5);
	background: #fff;
	margin-top: 28px;
	position: relative
}

@media (min-width:100px) and (max-width:1000px) {
	.modal__wr .wrapp-popup {
		margin-top: 0
	}
}

.modal__wr .wrapp-popup .close-popup {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	right: 5px;
	top: 4px;
	z-index: 2;
	padding: 20px
}

.modal__wr .wrapp-popup .close-popup span {
	display: block;
	position: relative;
	height: 2px;
	background: #c3c3c3
}

.modal__wr .wrapp-popup .close-popup span:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.modal__wr .wrapp-popup .close-popup span:nth-child(2) {
	top: 4px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.modal__wr .wrapp-popup .title-popup {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	position: relative;
	font-size: 15px;
	text-align: left;
	padding: 20px 27px 22px;
	border-bottom: 1px solid #eaeaea
}

.modal__wr .wrapp-popup .body-popup {
	text-align: left
}

.modal__wr.open {
	display: block
}

.modal__wr.open.center-p {
	text-align: center
}

.modal__wr.open.center-p:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}

.modal__wr.open.center-p .container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: auto
}

.modal__wr.open.center-p .container .wrapp-popup {
	margin-top: 0
}

.modal__content.fade__wr {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal__content.in__wr {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.wrapp-auth label+.input-base,
.wrapp-callback label+.input-base {
	margin-top: 10px
}

.wrapp-auth .input-base,
.wrapp-callback .input-base {
	background: #f5f5f5;
	border: 1px solid #eaeaea;
	width: 100%;
	outline: 0;
	line-height: 20px;
	padding: 9px 10px
}

.wrapp-auth .input-base:focus,
.wrapp-callback .input-base:focus {
	border: 1px solid #1290a4
}

.wrapp-auth .body-popup,
.wrapp-callback .body-popup {
	padding: 29px 30px 13px
}

.wrapp-auth .footer-popup,
.wrapp-callback .footer-popup {
	padding: 0 30px 19px
}

.wrapp-auth .inpt-wr+.inpt-wr,
.wrapp-callback .inpt-wr+.inpt-wr {
	margin-top: 15px
}

.wrapp-auth .get-passwdsms,
.wrapp-callback .get-passwdsms {
	display: inline-block;
	border-bottom: 1px dashed;
	color: #1290a4;
	text-decoration: dotted;
	font-size: 12px;
	margin-top: 13px
}

.wrapp-auth .btn,
.wrapp-callback .btn {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	display: block;
	width: 100%;
	margin-top: 28px;
	line-height: 50px
}

.wrapp-auth .cng-pop,
.wrapp-callback .cng-pop {
	cursor: pointer;
	color: #1290a4;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	width: 100%;
	display: inline-block
}

.wrapp-auth .hide,
.wrapp-callback .hide {
	display: none;
	opacity: 0
}

.wrapp-auth .show,
.wrapp-callback .show {
	display: block
}

.wrapp-auth .show.end,
.wrapp-callback .show.end {
	opacity: 1
}

.wrapp-callback .body-popup {
	padding-bottom: 30px
}

#town-popup {
	text-align: center
}

#town-popup .wrapp-town {
	width: 1000px
}

#town-popup .close-popup {
	padding: 5px
}

@media (min-width:100px) and (max-width:1000px) {
	#town-popup .wrapp-town {
		width: 95%
	}
	#town-popup .wrapp-town .wrapp-popup {
		margin-top: 0
	}
	#town-popup .wrapp-town .xs-hidden {
		display: none
	}
	#town-popup .wrapp-town .footer-popup>div:first-child {
		width: 100%
	}
	#town-popup .wrapp-town .footer-popup>div:last-child {
		display: none
	}
}

.wrapp-town .wrapp-popup {
	margin-top: 110px
}

.wrapp-town .search-town {
	background: #304255;
	padding: 22px 30px
}

.wrapp-town .search-town .fake-placeholder {
	background: #fff;
	position: relative
}

.wrapp-town .search-town .fake-placeholder>span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	padding: 9px 20px;
	color: #444;
	line-height: 20px;
	margin: 1px;
	z-index: 1
}

.wrapp-town .search-town .fake-placeholder>span b {
	text-decoration: underline
}

.wrapp-town .search-town .fake-placeholder .input-base {
	width: 100%;
	border: 1px solid transparent
}

.wrapp-town .footer-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wrapp-town .footer-popup .title {
	font-size: 11px
}

.wrapp-town .footer-popup>div {
	text-align: left;
	box-sizing: border-box;
	padding: 25px 29px
}

.wrapp-town .footer-popup>div:first-child {
	width: 25%;
	border-right: 1px solid #ebebeb
}

.wrapp-town .footer-popup>div:last-child {
	padding: 25px 35px;
	width: 75%
}

.wrapp-town .footer-popup .town-list a {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	font-size: 15px
}

.wrapp-town .footer-popup .town-list a:hover {
	text-decoration: underline
}

.wrapp-town .footer-popup .wrapp-other-city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wrapp-town .footer-popup .wrapp-other-city>div {
	width: 33.33%
}

.wrapp-town .footer-popup ul {
	margin-top: 7px
}

.wrapp-town .footer-popup ul li {
	line-height: 29px
}

#bottom-popup {
	color: #404040
}

#bottom-popup .wrapp-bottom {
	width: 100%
}

#bottom-popup .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#bottom-popup .line .inpt-wr,
#bottom-popup .line .inpt-wr-full {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 49%;
	margin-right: 19px
}

#bottom-popup .line .inpt-wr-full:last-child,
#bottom-popup .line .inpt-wr:last-child {
	margin-right: 0
}

#bottom-popup .line .inpt-wr .input-base,
#bottom-popup .line .inpt-wr-full .input-base {
	border: 1px solid #eaeaea;
	padding: 9px 10px
}

#bottom-popup .line .inpt-wr .input-base:focus,
#bottom-popup .line .inpt-wr-full .input-base:focus {
	border: 1px solid #1290a4
}

#bottom-popup .line+.line {
	margin-top: 12px
}

#bottom-popup .line .inpt-wr-full {
	width: 100%
}

#bottom-popup .do-this-slogan {
	margin-top: 10px
}

#bottom-popup .body-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#bottom-popup .body-popup textarea {
	height: 68px
}

#bottom-popup .body-popup>div {
	width: 50%;
	padding: 32px 56px;
	box-sizing: border-box
}

#bottom-popup .body-popup>div form {
	margin-top: 20px
}

#bottom-popup .body-popup>div form button.btn {
	width: 48%;
	line-height: 50px;
	margin-top: 32px
}

#bottom-popup .body-popup>div:first-child {
	border-right: 1px solid #ececec;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#bottom-popup .body-popup>div:first-child .input-base {
	background: #f5f5f5
}

#bottom-popup .body-popup>div:last-child {
	background: #f5f5f5
}

#bottom-popup .body-popup .title {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #000;
	font-size: 15px
}

@media (min-width:100px) and (max-width:1000px) {
	#bottom-popup .wrapp-bottom {
		width: 95%
	}
	#bottom-popup .line {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#bottom-popup .line .inpt-wr {
		width: 100%
	}
	#bottom-popup .body-popup {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#bottom-popup .body-popup>div {
		width: 100%;
		padding: 20px
	}
	#bottom-popup .body-popup>div form {
		margin-top: 10px
	}
	#bottom-popup .body-popup>div form .inpt-wr {
		margin-right: 0
	}
	#bottom-popup .body-popup>div form .inpt-wr+.inpt-wr {
		margin-top: 10px
	}
	#bottom-popup .body-popup>div form button.btn {
		width: 100%;
		margin-top: 10px
	}
}

.blackout,
.blackout-modal {
	transition: all .1s ease-in-out;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
	opacity: 0
}

@media (min-width:1000px) {
	.blackout,
	.blackout-modal {
		display: none!important
	}
}

.blackout-catalog {
	transition: all .2s ease-in-out;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 1
}

.countbox {
	width: 110px;
	position: relative;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.countbox .input-base {
	font-family: Raleway, sans-serif;
	width: calc(100% - 56px);
	font-size: 12px;
	padding: 7px 0;
	text-align: center;
	border: 1px solid #eaeaea
}

.countbox .input-base:focus {
	border: 1px solid #1290a4
}

.countbox .action {
	transition: all .25s ease-in-out;
	width: 28px;
	border: 1px solid #eaeaea;
	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;
	cursor: pointer
}

.countbox .action svg path {
	transition: all .25s ease-in-out
}

.countbox .action:hover {
	border: 1px solid #1290a4
}

.countbox .action:hover svg path {
	fill: #1290a4
}

.modal__wr.open~.blackout,
.modal__wr.open~.blackout-modal {
	opacity: 1
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
	margin: 0;
	padding: 0
}

html._lock {
	overflow: hidden
}

/*body,
html {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	background: #F2F2F2
}*/

/*a {
	color: inherit;
	text-decoration: none;
	outline: 0
}

a:focus {
	color: inherit
}
*/

.wrapp-popup input,
.wrapp-popup textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0
}

.wrapp-popup textarea {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal;
	border: 1px solid #eaeaea;
	resize: none;
	font-size: 13px;
	padding: 10px
}

h3 {
	font-size: 23px;
	font-weight: 400
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ie-fix .slick-theme.slick-nav-wrap .slick-prev {
	top: -62px
}

.ie-fix #news .list-main-news .slick-prev {
	top: -100px
}

.slick-theme .slick-next,
.slick-theme .slick-prev {
	width: 13px;
	line-height: 0;
	position: absolute;
	top: 100%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	outline: 0;
	background: 0 0;
	z-index: 1;
	border-radius: 50%;
	border: none
}

.slick-theme .slick-next svg path,
.slick-theme .slick-prev svg path {
	fill: #1290a4
}

.slick-theme .slick-next:before,
.slick-theme .slick-prev:before {
	font-size: 20px;
	line-height: 1;
	color: #000
}

.slick-theme .slick-next.slick-disabled svg path,
.slick-theme .slick-prev.slick-disabled svg path {
	fill: #c3c3c3
}

.slick-theme .slick-slide {
	outline: 0
}

.slick-theme .slick-dots {
	position: absolute;
	bottom: -24px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-theme .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-theme .slick-dots li:first-child {
	margin-left: 0
}

.slick-theme .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 3px;
	cursor: pointer;
	color: transparent;
	border-radius: 50%;
	outline: 0;
	background: #c3c3c3;
	border-style: none
}

.slick-theme .slick-dots li button:focus,
.slick-theme .slick-dots li button:hover {
	outline: 0
}

.slick-theme .slick-dots li.slick-active button {
	background: #1290a4
}

.slick-theme.slick-nav-wrap {
	width: 100%;
	position: absolute;
	bottom: -23px;
	height: 20px
}

.slick-theme.slick-nav-wrap .slick-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slick-theme.slick-nav-wrap .slick-dots,
.slick-theme.slick-nav-wrap .slick-next,
.slick-theme.slick-nav-wrap .slick-prev {
	position: relative;
	display: block
}

.slick-theme.slick-nav-wrap .slick-next,
.slick-theme.slick-nav-wrap .slick-prev {
	top: auto
}

.slick-theme.slick-nav-wrap .slick-prev {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	top: 4px;
	left: -10px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.slick-theme.slick-nav-wrap .slick-next {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	top: 13px;
	right: -5px
}

.slick-theme.slick-nav-wrap .slick-dots {
	width: auto;
	bottom: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.slick-theme.slick-arrow-around .slick-next,
.slick-theme.slick-arrow-around .slick-prev {
	top: 50%;
	width: 22px
}

.slick-theme.slick-arrow-around .slick-prev {
	left: -10px
}

.slick-theme.slick-arrow-around .slick-next {
	right: 5px
}

.standart-btn {
	transition: all .25s ease-in-out;
	background: #fff;
	cursor: pointer;
	border: 2px solid #1290a4;
	outline: 0;
	padding: 0;
	width: 100%;
	padding: 0 16px;
	line-height: 31px;
	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
}

.standart-btn img,
.standart-btn svg {
	margin-right: 10px
}

.standart-btn img g,
.standart-btn svg g {
	transition: all .25s ease-in-out
}

.standart-btn span {
	transition: all .25s ease-in-out;
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #1290a4;
	font-size: 13px;
	white-space: nowrap
}

.standart-btn:hover {
	border: 2px solid #FADA4D;
	background: #FADA4D
}

.standart-btn:hover svg g {
	stroke: #000
}

.standart-btn:hover span {
	color: #000
}

.btn-buy-top-prod {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #888
}

.btn-buy-top-prod img {
	width: 18px;
	margin-right: 10px
}

.prod__rate {
	font-size: 9px;
	margin-top: 1px
}

.prod__rate i {
	color: #D3D3D3;
	font-size: 14px
}

.prod__rate[data-rating="1"] i:first-child {
	color: #F6A257
}

.prod__rate[data-rating="2"] i:nth-child(-n+2) {
	color: #F6A257
}

.prod__rate[data-rating="3"] i:nth-child(-n+3) {
	color: #F6A257
}

.prod__rate[data-rating="4"] i:not(:last-child) {
	color: #F6A257
}

.prod__rate[data-rating="5"] i {
	color: #F6A257
}

.content-cnt a.btn,
.content-cnt button.btn,
.wrapp-popup a.btn,
.wrapp-popup button.btn {
	border: none;
	padding: 0 35px;
	background: #1290a4;
	color: #fff;
	font-size: 15px;
	cursor: pointer
}

.content-cnt a.btn span,
.content-cnt button.btn span {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal
}

a.btn .wrapp,
button.btn .wrapp {
	line-height: 39px
}

a.btn .wrapp img,
button.btn .wrapp img {
	position: relative;
	top: 2px;
	margin-left: 7px
}

.input-base {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal;
	transition: border .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 2px solid #1290a4;
	outline: 0;
	font-size: 13px;
	padding: 9px 20px;
	box-sizing: border-box
}

.input-base:focus {
	border: 2px solid #17375a
}

.inpt-wr label+.input-base,
.inpt-wr label+textarea {
	margin-top: 10px
}

.item__badge {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center
}

.item__badge.item__badge-base {
	width: 90px;
	height: 90px;
	z-index: 1
}

.item__badge.item__badge-sale {
	background: url(/i/shildiki/skidka.svg) no-repeat center center
}

.item__badge.item__badge-gift {
	background: url(/i/shildiki/podarok.svg) no-repeat center center
}

.item__badge.item__badge-deliv {
	background: url(/i/shildiki/dostavka.svg) no-repeat center center
}

.item__badge.item__badge-prepay {
	background: url(/i/shildiki/predoplata.svg) no-repeat center center
}

.item__badge.item__badge-new {
	background: url(/i/shildiki/novinka.svg) no-repeat center center
}

.item__badge span {
	color: #fff;
	position: relative;
	top: 17px;
	font-size: 25px
}

.item-for-product {
	background: #fff;
	box-sizing: border-box;
	position: relative
}

.item-for-product .item__image img {
	margin: 0 auto;
	max-width: 100%
}

.item-for-product .item__name {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	margin-top: 7px;
	height: 30px;
	max-height: 30px;
	overflow: hidden
}

.item-for-product .item__name:hover {
	text-decoration: underline
}

.item-for-product .item__rate {
	margin-top: 5px
}

.item-for-product .item__rate .cnt-comments {
	color: #1290a4;
	position: relative;
	top: -3px;
	font-size: 10px
}

.item-for-product .item__price {
	line-height: 26px
}

.item-for-product .item__price .item__price-new-price {
	margin-top: 6px
}

.item-for-product .item__price .item__price-new-price span {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	display: inline-block;
	letter-spacing: -.4px
}

.item-for-product .item__price .item__price-new-price .currency {
	margin-left: 6px
}

.item-for-product .item__add-cart {
	margin-top: 11px
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}

header+* {
	transition: all .25s ease-in-out;
	padding-top: 110px
}

@media (min-width:100px) and (max-width:768px) {
	header+* {
		padding-top: 42px!important
	}
}

header .select-city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #fff
}

header .select-city a {
	white-space: nowrap
}

header .select-city svg {
	margin-left: 6px
}

header .top-wrapp {
	background: #fff
}

header .top-wrapp .container {
	background: #fff
}

header .bottom-wrapp {
	background: #1290a4;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5);
	position: relative;
}

header .bottom-wrapp .container {
	background: #1290a4
}

.ny2021 header .bottom-wrapp {
	background: #fff url('/i/ny2021/header-bg.png');
	box-shadow: none;
}
.ny2021 header .bottom-wrapp .container {
	background: none;
}
.ny2021.ny-bg {
	background-image: url('https://st.123.ru/imgs/promo/test/gift.png');
}

header .top-header {
	box-sizing: border-box
}

header .top-header .wrapp-top {
	transition: all .25s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 40px;
	padding-left: 155px;
	height: 40px;
	opacity: 1
}

header .top-header ul li {
	display: inline-block
}

header .top-header .with-drop {
	position: relative
}

header .top-header .with-drop .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	cursor: pointer
}

header .top-header .with-drop .link>a {
	transition: all .25s ease-in-out;
	margin-right: 25px
}

header .top-header .with-drop .link>svg {
	transition: all .25s ease-in-out
}

header .top-header .with-drop .submenu {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 40px;
	overflow: hidden;
	height: 0;
	opacity: 0;
	z-index: 2
}

header .top-header .with-drop .submenu li {
	display: list-item;
	background: #fff;
	border-bottom: 2px solid #f6f6ff;
	width: 100%;
	margin-right: 0
}

header .top-header .with-drop .submenu li:last-child {
	border-bottom: none
}

header .top-header .with-drop .submenu a {
	padding: 0 20px 0 19px;
	white-space: nowrap;
	line-height: 27px
}

header .top-header .with-drop .submenu a:hover {
	text-decoration: underline
}

header .top-header .with-drop:hover>.link a {
	text-decoration: underline
}

header .top-header .with-drop:hover>.link svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

header .top-header .with-drop:hover .submenu {
	display: block;
	height: auto;
	opacity: 1
}

header .top-header .link-menu li {
	margin-right: 18px;
	letter-spacing: -.1px
}

header .top-header .link-menu li .link>svg {
	position: relative;
	right: -4px
}

header .top-header .link-menu li:nth-child(2),
header .top-header .link-menu li:nth-child(3),
header .top-header .link-menu li:nth-child(4) {
	margin-right: 25px
}

header .top-header .link-menu li div[class=""] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:100px) and (max-width:1000px) {
	header .top-header .link-menu .with-drop {
		display: none
	}
}

header .top-header .user-menu {
	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
}

header .top-header .user-menu li a {
	display: inline-block;
	height: 100%
}

header .top-header .user-menu li a:hover {
	text-decoration: underline
}

header .top-header .user-menu li.wr__reg {
	margin-left: 13px
}

header .top-header .user-menu li.wr__tel {
	font-size: 17px;
	letter-spacing: -.3px;
	white-space: nowrap
}

header .top-header .user-menu li.wr__callback {
	margin-left: 12px;
	white-space: nowrap
}

header .top-header .user-menu li.wr__callback a {
	color: #1290a4;
	display: inline-block;
	line-height: 14px;
	height: auto;
	text-decoration: none;
	border-bottom: 1px dashed #1290a4
}

header .top-header .user-menu li.wr__auth {
	margin-left: 28px
}

header .top-header .user-menu li.wr_auth-done {
	box-sizing: border-box;
	margin-left: 20px;
	max-width: 150px;
	white-space: nowrap;
	position: relative
}

header .top-header .user-menu li.wr_auth-done:before {
	content: "";
	position: absolute;
	right: -2px;
	height: 100%;
	width: 30px;
	z-index: 3;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 30%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}

header .top-header .user-menu li.wr_auth-done:after {
	content: "";
	position: absolute;
	background: url(/i/icon_arrow_down.svg) no-repeat;
	width: 14px;
	height: 10px;
	right: 0;
	top: 43%;
	z-index: 4
}

header .top-header .user-menu li.wr_auth-done .link {
	overflow: hidden
}

header .top-header .user-menu li.wr_auth-done .submenu {
	left: auto;
	right: 0;
	min-width: 200px
}

header .bottom-header {
	transition: height .25s ease-in-out;
	height: 70px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1
}

header .bottom-header .wrapp-l-t-m {
	transition: all .25s ease-in-out;
	width: auto
}

header .bottom-header .wrapp-l-t-m>div {
	transition: all .25s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

header .bottom-header .wrapp-l-t-m .l-t {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: auto
}

header .bottom-header .wrapp-l-t-m .l-t .catalog__btn img {
	transition: all .25s ease-in-out
}

header .bottom-header .wrapp-l-t-m .l-t.open {
	box-shadow: 0 3px 10px 2px rgba(89, 89, 89, .5);
	width: 313px
}

header .bottom-header .wrapp-l-t-m .l-t.open .catalog__btn._active {
	margin-right: 20px
}

header .bottom-header .wrapp-l-t-m .l-t.open .catalog__btn._active img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

header .bottom-header .wrapp-l-t-m .l-t.open+.l-t-m {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .bottom-header .wrapp-l-t-m .l-t-m {
	display: none;
	padding-left: 19px
}

header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn {
	transition: all .25s ease-in-out;
	position: relative;
	display: none;
	font-size: 15px;
	color: #fff;
	background: #578bc5;
	line-height: 40px;
	width: 204px;
	height: auto;
	padding: 0 0 0 46px;
	box-sizing: border-box
}

header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 14px;
	background: url(/i/navicon.svg) no-repeat;
	background-size: 13px 12px;
	left: 21px;
	top: 14px
}

header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn:after {
	transition: all .25s ease-in-out;
	content: "";
	position: absolute;
	width: 9px;
	height: 6px;
	background: url(/i/icon_arrow_down_white.svg) no-repeat;
	right: 19px;
	top: 17px
}

header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn._active,
header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn:hover {
	color: #fff;
	background: #2566af;
	text-decoration: none
}

header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn._active:after,
header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn:hover:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn._active+.category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0
}

header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn._active+.category .catalog__main {
	max-width: 313px;
	width: 313px
}

header .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn._active+.category .catalog__sub.open {
	width: calc(100% - 313px)
}

header .bottom-header .wrapp-l-t-m .l-t-m .category {
	transition: top .25s ease-in-out;
	left: 0;
	top: 85px;
	display: none
}

header .bottom-header .wrapp-l-t-m .l-t-m .category .catalog__main {
	box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .5);
	height: calc(95vh - 125px);
	overflow-y: auto
}

header .bottom-header .wrapp-l-t-m .l-t-m .category .catalog__sub {
	position: absolute;
	left: 313px;
	top: 0;
	box-sizing: border-box;
	box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .5);
	height: 100%;
	overflow-y: auto
}

header .bottom-header .logo {
	position: relative;
	left: 0;
	bottom: 0;
	padding: 0 19px;
	/*background: #fff;*/
	height: 100%
}

header .bottom-header .logo img {
	height: 36px;
	position: relative;
	top: 28px;
}

header .bottom-header .modal-add-position {
	display: none;
	opacity: 0;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	background: #fff;
	position: absolute;
	top: 55px;
	right: -17px;
	width: 495px;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5)
}

header .bottom-header .modal-add-position.show {
	display: block;
	opacity: 1
}

header .bottom-header .modal-add-position .header {
	padding: 14px 50px 22px 28px;
	font-size: 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative
}

header .bottom-header .modal-add-position .header>a {
	position: absolute;
	right: 27px;
	top: 15px
}

header .bottom-header .modal-add-position .header>a i {
	font-size: 16px;
	color: #999
}

header .bottom-header .modal-add-position .window-cart-items {
	position: relative;
	border-bottom: 1px solid #eaeaea
}

header .bottom-header .modal-add-position .window-cart-items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 19px 0;
	padding-right: 32px
}

header .bottom-header .modal-add-position .window-cart-items .item+.item {
	border-top: 1px solid #eaeaea
}

header .bottom-header .modal-add-position .window-cart-items a.delete {
	width: 55px;
	text-align: right
}

header .bottom-header .modal-add-position .window-cart-items a.delete i {
	font-size: 16px;
	color: red;
	position: relative;
	right: 7px
}

header .bottom-header .modal-add-position .window-cart-items a.image img {
	max-width: 80px;
	max-height: 60px;
	padding: 0 20px
}

header .bottom-header .modal-add-position .window-cart-items .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: self-start;
	align-self: self-start
}

header .bottom-header .modal-add-position .window-cart-items .info>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

header .bottom-header .modal-add-position .window-cart-items .info .description {
	font-size: 12px;
	line-height: 15px;
	width: 100%
}

header .bottom-header .modal-add-position .window-cart-items .info .description .vendor-code {
	font-size: 10px;
	color: #a4a4a4
}

header .bottom-header .modal-add-position .window-cart-items .price {
	color: #1290a4;
	text-align: right;
	margin-top: 14px;
	font-size: 14px
}

header .bottom-header .modal-add-position .total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f5f5f5;
	padding: 19px 30px 21px;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea
}

header .bottom-header .modal-add-position .total .price {
	color: #1290a4
}

header .bottom-header .modal-add-position .bottom {
	padding: 22px 29px
}

header .bottom-header .modal-add-position .bottom a.btn {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	font-size: 17px
}

header .bottom-header .bottom-main-header {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

header .bottom-header .bottom-main-header>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header .bottom-header .bottom-main-header .srch-city {
	width: 55.5%
}

header .bottom-header .bottom-main-header .srch-city {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  margin-left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
header .bottom-header .bottom-main-header .srch-city > div {
  width: 100%;
}
header .bottom-header .bottom-main-header .srch-city .srch-city__link {
  transition: all 0.25s ease-in-out;
  margin-top: 5px;
  max-height: 100px;
}
header .bottom-header .bottom-main-header .srch-city .srch-city__link ul {
  display: block;
  white-space: nowrap;
  max-width: 100px;
}
header .bottom-header .bottom-main-header .srch-city .srch-city__link li {
  display: inline;
}
header .bottom-header .bottom-main-header .srch-city .srch-city__link li:after {
	content: '• ';
	color: #fff;
}
header .bottom-header .bottom-main-header .srch-city .srch-city__link li.last:after {
	content: '';
}
header .bottom-header .bottom-main-header .srch-city .srch-city__link li a {
  transition: all 0.25s ease-in-out;
  color: white;
  margin-right: 4px;
  margin-left: 1px;
}
header .bottom-header .bottom-main-header .srch-city .srch-city__link li a:hover {
  color: #FADA4D;
}

header .bottom-header .bottom-main-header .wrapp-search-field {
	position: relative;
}

header .bottom-header .bottom-main-header .wrapp-search-field label {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background: url(/i/icon_search.png) no-repeat;
	left: 20px;
	top: 12px;
	position: absolute;
	text-indent: -9999px
}

header .bottom-header .bottom-main-header .wrapp-search-field .input-base {
	border: none;
	font-size: 15px;
	padding: 10px 10px 10px 53px;
	width: 100%;
	box-sizing: border-box
}

header .bottom-header .bottom-main-header .cart-camp {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 17px
}

header .bottom-header .bottom-main-header .cart-camp .compare,
header .bottom-header .bottom-main-header .cart-camp .favorites {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #fff
}

header .bottom-header .bottom-main-header .cart-camp .compare a,
header .bottom-header .bottom-main-header .cart-camp .favorites a {
	position: relative;
	padding-left: 30px
}

header .bottom-header .bottom-main-header .cart-camp .compare a:before,
header .bottom-header .bottom-main-header .cart-camp .favorites a:before {
	content: '';
	position: absolute;
	height: 12px;
	width: 10px
}

header .bottom-header .bottom-main-header .cart-camp .compare,
header .bottom-header .bottom-main-header .cart-camp .favorites {
	position: relative
}

header .bottom-header .bottom-main-header .cart-camp .compare .count,
header .bottom-header .bottom-main-header .cart-camp .favorites .count {
	position: absolute;
	top: -4px;
	right: -18px;
	font-size: 10px;
	width: 16px
}

header .bottom-header .bottom-main-header .cart-camp .compare a:before {
	background: url(/i/icon_compare.png) no-repeat;
	left: 11px;
	top: 2px
}

header .bottom-header .bottom-main-header .cart-camp .favorites {
	margin-left: 25px
}

header .bottom-header .bottom-main-header .cart-camp .favorites a:before {
	background: url(/i/icon_fav.png) no-repeat;
	left: 6px;
	top: 2px;
	height: 14px;
	width: 16px
}

header .bottom-header .bottom-main-header .cart-camp .add-to-cart {
	margin-left: 55px;
	position: relative
}

header .bottom-header .bottom-main-header .cart-camp .add-to-cart .standart-btn {
	background: #FADA4D;
	border: none;
	line-height: 40px;
	box-sizing: border-box
}

header .bottom-header .bottom-main-header .cart-camp .add-to-cart .standart-btn span {
	color: #000
}

header .bottom-header .bottom-main-header .cart-camp .add-to-cart .standart-btn .icon-cart {
	position: relative;
	padding-right: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

header .bottom-header .bottom-main-header .cart-camp .add-to-cart .standart-btn .icon-cart .global-count-cart {
	position: absolute;
	top: -6px;
	left: 19px;
	line-height: 11px;
	font-size: 11px
}

header .bottom-header .bottom-main-header .cart-camp .add-to-cart .standart-btn .cart-cash {
	font-size: 15px
}

header .bottom-header .bottom-main-header .cart-camp .add-to-cart .standart-btn .cart-cash .currency {
	font-size: 15px
}

header .bottom-header .bottom-main-header .cart-camp .add-to-cart.empty .icon-cart {
	padding-right: 0
}
header.scroll .bottom-header .bottom-main-header .srch-city .srch-city__link {
  max-height: 0px;
  overflow: hidden;
}

header.scroll .bottom-header .wrapp-l-t-m .l-t-m .category {
	top: 60px
}

@media (min-width:768px) {
	header.scroll .top-wrapp .wrapp-top {
		height: 0;
		opacity: 0
	}
	header.scroll .bottom-header {
		height: 60px;
		padding-left: 0
	}
	header.scroll .bottom-header .modal-add-position {
		top: 50px
	}
	header.scroll .bottom-header .wrapp-l-t-m .l-t {
		display: none
	}
	header.scroll .bottom-header .wrapp-l-t-m .l-t-m {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	header.scroll .bottom-header .wrapp-l-t-m .l-t-m .catalog__btn {
		display: block
	}
	header.scroll .bottom-header .bottom-main-header .wrapp-search-field {
		margin-left: 17px
	}
	header.scroll.third .bottom-header {
		height: 60px
	}
	/*header.scroll.third + */.header-delimiter {
		padding-top: 64px;
	}
}

header .mobile__header {
	display: none
}

@media (min-width:768px) {
	header .mobile-site-menu {
		display: none
	}
}

@media (min-width:768px) and (max-width:1300px) {
	header .container {
		width: 100%
	}
	header .top-header {
		font-size: 12px
	}
	header .top-header .wrapp-top {
		padding-left: 0
	}
	header .top-header .user-menu li.wr__callback,
	header .top-header .user-menu li.wr__tel {
		display: none
	}
	header .bottom-header .logo {
		padding: 0 10px
	}
	header .bottom-header .logo img {
		height: 54px;
		bottom: 0
	}
}

@media (min-width:100px) and (max-width:768px) {
	header .top-wrapp {
		display: none
	}
	header .bottom-wrapp {
		background: #fff;
		box-shadow: none;
		border: 1px solid #ebebeb
	}
	header .bottom-wrapp .container {
		background: #fff
	}
	header .bottom-header {
		height: 40px!important;
		padding-left: 0
	}
	header .bottom-header .bottom-main-header,
	header .bottom-header .wrapp-l-t-m {
		display: none
	}
	header .mobile__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	header .mobile__header .img {
		position: relative;
		margin-top: 9px;
	}
	header .mobile__header .search-cart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	header .mobile__header .btn__mob-menu {
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	header .mobile__header .btn__mob-menu .wrapp-hamb {
		position: relative;
		height: 16px;
		width: 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	header .mobile__header .btn__mob-menu span {
		transition: all .25s ease-in-out;
		display: block;
		height: 2px;
		border-radius: 1px;
		width: 26px;
		background: #1290a4
	}
	header .mobile__header .btn__mob-menu span:after,
	header .mobile__header .btn__mob-menu span:before {
		transition: all .25s ease-in-out;
		border-radius: 1px;
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background: #1290a4;
		content: ""
	}
	header .mobile__header .btn__mob-menu span:before {
		top: 0
	}
	header .mobile__header .btn__mob-menu span:after {
		bottom: 0
	}
	header .mobile__header .btn__mob-menu.animate span,
	header .mobile__header .btn__mob-menu.open span {
		background: 0 0
	}
	header .mobile__header .btn__mob-menu.animate span:after,
	header .mobile__header .btn__mob-menu.open span:after {
		bottom: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	header .mobile__header .btn__mob-menu.animate span:before,
	header .mobile__header .btn__mob-menu.open span:before {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	header .mobile__header .btn__mob-menu.close span {
		background: #1290a4
	}
	header .mobile__header .btn__mob-menu.close span:after {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		background: #1290a4
	}
	header .mobile__header .btn__mob-menu.close span:before {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		background: #1290a4
	}
	header .mobile__header .btn_search {
		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;
		cursor: pointer;
		width: 40px
	}
	header .mobile__header .btn_search i {
		font-size: 28px;
		color: #797979
	}
	header .mobile__header .btn__cart {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 40px;
		cursor: pointer
	}
	header .mobile__header .btn__cart .global_count {
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #fe436c;
		color: #fff;
		font-size: 10px;
		letter-spacing: -.2px;
		text-align: center;
		line-height: 15px;
		position: absolute;
		top: 7px;
		right: -4px
	}
	header .mobile-site-menu {
		position: absolute;
		width: 100%;
		display: none
	}
	header .mobile-site-menu ul {
		transition: background .25s ease-in-out
	}
	header .mobile-site-menu ul li {
		background: #fff;
		border-bottom: 1px solid #ebebeb;
		box-sizing: border-box;
		padding: 0 20px
	}
	header .mobile-site-menu ul li:last-child {
		border-bottom: none
	}
	header .mobile-site-menu ul li a.w-a {
		display: inline-block;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		padding-top: 10px;
		padding-bottom: 10px
	}
	header .mobile-site-menu ul li a.w-a:after {
		transition: all .25s ease-in-out;
		content: "";
		background: url(/i/icon_arrow_menu_right.svg) no-repeat;
		width: 10px;
		height: 10px;
		display: block;
		position: absolute;
		top: 14px;
		right: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	header .mobile-site-menu ul li a.w {
		display: inline-block;
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 10px
	}
	header .mobile-site-menu ul li a.w-cat:before {
		content: "";
		background: url(/i/icon_all_catalog.png) no-repeat;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 11px;
		left: 0
	}
	header .mobile-site-menu ul li a.w-cab:before,
	header .mobile-site-menu ul li a.w-camp:before,
	header .mobile-site-menu ul li a.w-fav:before {
		content: "";
		width: 18px;
		height: 16px;
		position: absolute;
		top: 11px;
		left: 0
	}
	header .mobile-site-menu ul li a.w-camp span,
	header .mobile-site-menu ul li a.w-fav span {
		background: orange;
		border-radius: 20px;
		color: #fff;
		font-size: 12px;
		padding: 0 5px
	}
	header .mobile-site-menu ul li a.w-cab:before {
		background: url(/i/icon_personal_cabinet.png) no-repeat
	}
	header .mobile-site-menu ul li a.w-camp:before {
		background: url(/i/icon_camp.png) no-repeat
	}
	header .mobile-site-menu ul li a.w-fav:before {
		background: url(/i/icon_favor.png) no-repeat;
		top: 13px
	}
	header .mobile-site-menu ul li a.w-pay {
		color: #1290a4
	}
	header .mobile-site-menu ul li .callback-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0
	}
	header .mobile-site-menu ul li .callback-mob .tel {
		font-size: 15px
	}
	header .mobile-site-menu ul li .callback-mob .call_back {
		color: #1290a4;
		border-bottom: 1px dashed
	}
	header .mobile-site-menu ul li .submenu {
		display: none;
		position: relative;
		overflow: hidden;
		height: auto;
		opacity: 1
	}
	header .mobile-site-menu ul li .submenu li {
		background: 0 0;
		box-sizing: border-box;
		margin-left: 50px
	}
	header .mobile-site-menu ul li .submenu li a {
		display: inline-block;
		padding: 10px 10px 10px 0
	}
	header .mobile-site-menu ul li .submenu li:not(:last-child) {
		border-bottom: 1px solid #ebebeb
	}
	header .mobile-site-menu ul li.animate .w-a,
	header .mobile-site-menu ul li.open .w-a {
		font-weight: 700
	}
	header .mobile-site-menu ul li.animate .w-a:after,
	header .mobile-site-menu ul li.open .w-a:after {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	header .mobile-site-menu ul li.animate .submenu,
	header .mobile-site-menu ul li.open .submenu {
		display: block;
		height: auto
	}
	header .mobile-site-menu.showed {
		display: block;
		height: calc(100vh - 42px);
		overflow-y: auto
	}
}

header.second .wrapp-top {
	padding-left: 0
}

header.second .wrapp-top .select-city {
	color: #000
}

header.second .wrapp-top .select-city a {
	max-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden
}

header.second .bottom-header .logo {
	overflow: hidden;
	/*background: #1290a4*/
}

header.third .bottom-header {
	height: 85px
}

header.third .bottom-header .logo img {
	
}

/*header.third + */.header-delimiter {
	padding-top: 125px
}

.category {
	box-sizing: border-box;
	position: absolute;
	width: 313px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.category .catalog__content {
	background: #fff
}

.category .catalog__main ul>li>a {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	transition: all .15s ease-in-out;
	position: relative;
	display: block;
	padding: 16px 20px 16px 55px
}

.category .catalog__main ul>li>a svg,
.category .catalog__main ul>li>a>img {
	transition: all .15s ease-in-out;
	position: absolute;
	left: 11px;
	top: 50%;
	max-width: 31px;
	max-height: 31px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.category .catalog__main ul>li>a._active {
	color: #1290a4;
	background: #f4f4f4
}

.category .catalog__main ul>li>a._active svg circle,
.category .catalog__main ul>li>a._active svg path {
	fill: #1290a4
}

.category .catalog__main ul>li>a._active:after {
	background: url(/i/icon_arrow_menu_right_blue.svg) no-repeat
}

.category .catalog__main ul>li>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -2px;
	width: 8px;
	height: 6px;
	background: url(/i/icon_arrow_menu_right.svg) no-repeat;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.category .catalog__sub {
	display: none;
	padding: 30px 20px;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	min-height: 100%;
	height: auto;
	z-index: 2;
	border-left: 1px solid #EBEBEB
}

.category .catalog__sub .close-menu {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px
}

.category .catalog__sub.open {
	display: block
}

.category .catalog__sub>div {
	transition: all .25s ease-in-out;
	display: none
}

.category .catalog__sub>div._active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.category .catalog__sub>div>ul {
	width: 33.33%
}

.category .catalog__sub>div>ul>li {
	padding: 0 20px 20px 0
}

.category .catalog__sub>div>ul>li>a {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal
}

.category .catalog__sub>div>ul>li>div {
	padding-left: 20px;
	font-size: 11px
}

.category .catalog__sub>div>ul>li>div>ul>li {
	padding: 10px 20px 0 0
}

.category ul a:hover {
	color: #1290a4
}

.category ul a:hover span {
	color: #1290a4
}

.category ul a span {
	color: #888
}

.catalog._mobile .catalog__btn {
	display: none
}

.catalog._mobile .catalog._main .catalog__btn {
	float: left;
	width: 186px
}

.catalog._mobile .catalog__btn {
	margin: 80px 20px 0
}

.catalog._mobile .catalog__btn:hover {
	color: #FFF;
	background: #2566af;
	text-decoration: none
}

.catalog._mobile .catalog__btn:after,
.catalog._mobile .catalog__btn:before {
	content: '';
	position: absolute;
	transition: all .3s ease
}

.catalog._mobile .catalog._active .catalog__btn:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.catalog._mobile .catalog__content {
	background: #FFF;
	box-shadow: 0 0 25px -5px rgba(0, 0, 0, .5);
	z-index: -1;
	opacity: 0;
	transition: all .3s ease
}

.catalog._mobile .catalog._main .catalog__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 100%;
	width: 100%
}

.catalog._mobile .catalog__content {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.catalog._mobile._active .catalog__content {
	opacity: 1;
	z-index: 999;
	background: #fff
}

.catalog._mobile .catalog__back {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	display: block;
	padding: 14px 40px;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	background: #1290a4
}

.catalog._mobile .catalog__back:hover {
	color: #FFF;
	background: #2566af;
	text-decoration: none
}

.catalog._mobile .catalog__back:after {
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	left: 15px;
	top: 13px;
	background: url(/i/baseline-keyboard_arrow_left-24px.svg) no-repeat
}

.catalog._mobile .catalog__pages {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50px;
	right: 0;
	bottom: 0
}

.catalog._mobile .catalog__page {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	transition: all .3s ease
}

.catalog._mobile .catalog__page._prev {
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
	opacity: 0
}

.catalog._mobile .catalog__page._current {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.catalog._mobile .catalog__page._next {
	-webkit-transform: translateX(30%);
	transform: translateX(30%);
	opacity: 0
}

.catalog._mobile .catalog__page ul ul {
	display: none
}

.catalog._mobile .catalog__page ul>li>a {
	display: block;
	padding: 12px 30px 12px 16px;
	border-bottom: 1px solid #E5E5E5;
	position: relative
}

.catalog._mobile .catalog__page ul>li>a>span {
	color: #888
}

.catalog._mobile .catalog__page ul._img>li>a {
	padding-left: 65px
}

.catalog._mobile .catalog__page ul>li>a._childs:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
	width: 7px;
	height: 5px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.catalog._mobile .catalog__page ul>li>a>svg {
	position: absolute;
	left: 17px;
	top: 50%;
	max-width: 30px;
	max-height: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (min-width:1000px) {
	.catalog._mobile .catalog._main .catalog__content {
		width: calc(305%)
	}
}

@media (min-width:768px) {
	.catalog._mobile {
		display: none
	}
}

#main-product .wrapp-main-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#main-product .category {
	position: relative
}

#main-product .category .catalog__content {
	width: 100%
}

#main-product .category .catalog__main {
	width: 100%
}

#main-product .category .catalog__sub {
	position: absolute;
	left: 313px;
	top: 0
}

#main-product .wrapp-main {
	width: 917px;
	padding-top: 10px;
	margin-left: 10px
}

#main-product .wrapp-main .top-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#main-product .wrapp-main .top-product .product-top-list {
	background: #fff;
	width: 71.538%;
	position: relative
}

#main-product .wrapp-main .top-product .product-top-list .item {
	height: 255px
}

#main-product .wrapp-main .top-product .product-top-list .description {
	padding-left: 35px;
	padding-top: 29px;
	padding-bottom: 30px;
	box-sizing: border-box
}

#main-product .wrapp-main .top-product .product-top-list .description p[class=""] {
	color: #888889;
	font-size: 13px;
	margin-top: 11px;
	line-height: 20px
}

#main-product .wrapp-main .top-product .product-top-list .prod__name {
	font-size: 27px;
	line-height: 27px
}

#main-product .wrapp-main .top-product .product-top-list .prod__price {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #1290a4;
	font-size: 19px;
	text-indent: 2px
}

#main-product .wrapp-main .top-product .product-top-list .btn-buy-top-prod {
	margin-top: 23px
}

#main-product .wrapp-main .top-product .category-mob-list {
	margin-top: 20px;
	display: none
}

@media (min-width:100px) and (max-width:768px) {
	#main-product .wrapp-main .top-product .category-mob-list {
		display: block
	}
}

#main-product .wrapp-main .top-product .category-mob-list .wrapp-cat-mob .item {
	border: 2px solid #1290a4;
	height: 110px;
	margin-right: 5px;
	box-sizing: border-box;
	padding: 0 10px
}

#main-product .wrapp-main .top-product .category-mob-list .wrapp-cat-mob .item .img {
	height: 60px;
	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
}

#main-product .wrapp-main .top-product .category-mob-list .wrapp-cat-mob .item .img img {
	max-height: 60px
}

#main-product .wrapp-main .top-product .category-mob-list .wrapp-cat-mob .item p {
	color: #1290a4;
	text-align: center;
	font-size: 11px
}

#main-product .wrapp-main .top-product .product-of-the-day {
	width: calc(100% - 71.538% - 14px);
	background: #fff;
	position: relative
}

#main-product .wrapp-main .top-product .product-of-the-day .bg-border {
	transition: all .25s ease-in-out;
	border: 2px solid #D8D099;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box
}

#main-product .wrapp-main .top-product .product-of-the-day:hover .bg-border {
	box-shadow: inset 0 0 5px 5px #fff;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px
}

@media (min-width:100px) and (max-width:768px) {
	#main-product .wrapp-main .top-product .product-of-the-day:hover .bg-border {
		box-shadow: none;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}
}

#main-product .wrapp-main .top-product .product-of-the-day .item {
	height: 100%;
	box-sizing: border-box
}

#main-product .wrapp-main .top-product .product-of-the-day .list-prod {
	height: 100%
}

#main-product .wrapp-main .top-product .product-of-the-day .list-prod .item {
	position: relative
}

#main-product .wrapp-main .top-product .product-of-the-day .wrapp-prod-day {
	padding: 9px 13px 0 13px
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod .slogan {
	margin-left: 15px;
	letter-spacing: 1.3px
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod img {
	width: 35px
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod .countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 13px
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod .countdown .num_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod .countdown .num_wr:not(:first-child) {
	margin-left: 10px
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod .countdown .num_wr:not(:first-child):after {
	content: ":";
	position: absolute;
	font-size: 13px;
	left: -7px;
	top: 0
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod .countdown .num_wr .num {
	border-radius: 3px;
	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
}

#main-product .wrapp-main .top-product .product-of-the-day .head-prod+.image {
	height: 106px
}

#main-product .wrapp-main .top-product .product-of-the-day .image {
	height: 126px;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 9px
}

#main-product .wrapp-main .top-product .product-of-the-day .image img {
	width: auto;
	height: 100%;
	display: inline
}

#main-product .wrapp-main .top-product .product-of-the-day .link-prod-day {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	max-height: 30px;
	overflow: hidden
}

#main-product .wrapp-main .top-product .product-of-the-day .wrapp-cost {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px
}

#main-product .wrapp-main .top-product .product-of-the-day .wrapp-cost .this-price {
	text-align: right;
	margin-right: 5px;
	white-space: nowrap
}

#main-product .wrapp-main .top-product .product-of-the-day .wrapp-cost .this-price .new-price {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #1290a4;
	font-size: 17px;
	line-height: 18px
}

#main-product .wrapp-main .top-product .product-of-the-day .wrapp-cost .this-price .old-price {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #666;
	text-decoration: line-through;
	margin-top: 3px
}

#main-product .wrapp-main .sale-product {
	margin-top: 43px
}

#main-product .wrapp-main .sale-product .wrapp-sales-item {
	position: relative
}

#main-product .wrapp-main .sale-product .list-category .item {
	transition: all .25s ease-in-out;
	background: #fff;
	width: 300px;
	height: 128px;
	margin-left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

#main-product .wrapp-main .sale-product .list-category .item:hover {
	box-shadow: inset 0 0 0 3px #1290a4
}

#main-product .wrapp-main .sale-product .list-category .item:hover .image {
	margin-bottom: 3px
}

#main-product .wrapp-main .sale-product .list-category .item .image {
	transition: all .25s ease-in-out;
	padding: 0 22px;
	width: 130px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	max-height: 90%;
	overflow: hidden
}

#main-product .wrapp-main .sale-product .list-category .item .image img {
	width: 100%;
	height: auto;
	margin: 0 auto
}

#main-product .wrapp-main .sale-product .list-category .item .name-category {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding-right: 10px;
	width: 60%
}

#main-product .wrapp-main .sale-product .list-category .item .sale-logo {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #F8426D;
	border-radius: 2px;
	line-height: 15px;
	padding: 0 10px 1px 6px
}

#main-product .wrapp-main .sale-product .list-category .item .sale-logo:before {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	border-right: 7px solid #F8426D;
	left: -14px;
	border-radius: 3px
}

#main-product .wrapp-main .sale-product .list-category .item .sale-logo span {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase
}

#main-product .wrapp-main .sale-product .list-category .item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#main-product .wrapp-main .all-category {
	margin-top: 45px
}

#main-product .wrapp-main .all-category .all-category-wrapp {
	padding: 0 24px
}

#main-product .wrapp-main .all-category i {
	color: #1290a4;
	font-size: 35px
}

#main-product .wrapp-main .all-category .item {
	transition: all .25s ease-in-out;
	border: 2px solid #1290a4;
	border-radius: 30px;
	background: #1290a4;
	cursor: pointer;
	padding: 0 31px;
	height: 35px;
	line-height: 22px;
	vertical-align: middle;
	margin-left: 20px
}

#main-product .wrapp-main .all-category .item span {
	transition: all .25s ease-in-out;
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	vertical-align: sub;
	line-height: 13px;
	display: inline-block;
	text-align: center
}

#main-product .wrapp-main .all-category .item.slick-center,
#main-product .wrapp-main .all-category .item:hover {
	background: #fff
}

#main-product .wrapp-main .all-category .item.slick-center span,
#main-product .wrapp-main .all-category .item:hover span {
	color: #1290a4
}

#main-product .wrapp-main .select-category {
	margin-top: 12px
}

#main-product .wrapp-main .select-category .wrapp-select-category {
	position: relative
}

#main-product .wrapp-main .select-category .wrapp-select-category .show-category-content {
	transition: opacity .25s ease-in-out;
	display: none;
	opacity: 0
}

#main-product .wrapp-main .select-category .wrapp-select-category .show-category-content.show {
	display: block;
	opacity: 1
}

#main-product .wrapp-main .select-category .wrapp-select-category .item-for-product {
	transition: all .25s ease-in-out;
	width: 221px;
	margin-right: 10px;
	padding: 20px 21px
}

#main-product .wrapp-main .select-category .wrapp-select-category .item-for-product:hover {
	box-shadow: inset 0 0 0 3px #1290a4
}

#main-product .wrapp-main .select-category .wrapp-select-category .slick-theme.slick-nav-wrap {
	bottom: -25px
}

@media (min-width:100px) and (max-width:1000px) {
	#main-product .wrapp-main {
		width: 100%;
		margin-left: 0
	}
	#main-product .category {
		display: none
	}
}

@media (min-width:768px) and (max-width:1000px) {
	#main-product .wrapp-main .top-product .product-top-list {
		width: calc(100% - 257px);
		margin-right: 10px
	}
	#main-product .wrapp-main .top-product .product-of-the-day {
		width: 247px
	}
}

@media (min-width:100px) and (max-width:768px) {
	#main-product .wrapp-main {
		padding-top: 0
	}
	#main-product .wrapp-main .top-product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#main-product .wrapp-main .top-product .product-top-list {
		width: 100%
	}
	#main-product .wrapp-main .top-product .product-top-list .slick-theme.slick-nav-wrap {
		bottom: 15px
	}
	#main-product .wrapp-main .top-product .product-top-list .item {
		height: auto
	}
	#main-product .wrapp-main .top-product .product-top-list .list-prod {
		margin: 0 -20px
	}
	#main-product .wrapp-main .top-product .product-of-the-day {
		margin-top: 35px;
		width: 100%
	}
	#main-product .wrapp-main .top-product .product-of-the-day .wrapp-prod-day {
		padding: 9px 13px 9px 13px
	}
	#main-product .wrapp-main .sale-product {
		display: none
	}
	#main-product .wrapp-main .all-category .all-category-wrapp {
		padding: 0;
		margin: 0 -20px
	}
	#main-product .wrapp-main .select-category .show-category-content {
		margin-right: -20px
	}
}

#main-category .catalog__sub>div._active {
	position: -webkit-sticky;
	position: sticky;
	top: 80px
}

#sales-mob {
	background: #fff;
	display: none;
	margin-top: 30px
}

@media (min-width:100px) and (max-width:768px) {
	#sales-mob {
		display: block
	}
}

#sales-mob .wrapp {
	padding: 20px 0;
	text-align: center;
	position: relative;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

#sales-mob .wrapp .sales-center {
	position: absolute;
	top: 0
}

#sales-mob .wrapp p {
	margin-top: 20px
}

#news {
	margin-top: 52px;
	background: #fff
}

#news .container {
	background: #fff
}

#news .wrapp-news-content {
	padding: 22px 0 42px
}

#news .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#news .head .all-news-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 55px;
	margin-top: 10px
}

#news .head .all-news-wrapp img {
	margin-right: 10px
}

#news .head .all-news-wrapp a {
	color: #1290a4
}

#news .head .all-news-wrapp a:hover {
	text-decoration: underline
}

#news .list-main-news {
	margin-top: 14px
}

#news .list-main-news .slick-next,
#news .list-main-news .slick-prev {
	top: -25px;
	right: 0
}

#news .list-main-news .slick-prev {
	top: -31px;
	right: 24px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

#news .list-main-news .item {
	box-sizing: border-box;
	height: 285px;
	position: relative;
	margin-right: 5px
}

#news .list-main-news .item .read-more {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	padding-left: 22px;
	position: relative
}

#news .list-main-news .item .read-more:before {
	content: "";
	position: absolute;
	background: url(/i/icon_arrow_right_white.svg) no-repeat center center;
	background-size: 13px 16px;
	background-position: 0 1px;
	width: 13px;
	height: 16px;
	left: -1px
}

#news .list-main-news .item .read-more:hover {
	text-decoration: underline
}

#news .list-main-news .item.item-full {
	width: 512px
}

#news .list-main-news .item.item-full .news-text {
	background: #324254;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 9px 31px 11px 31px;
	box-sizing: border-box
}

#news .list-main-news .item.item-full .news-text .date {
	font-size: 12px;
	margin-bottom: 3px
}

#news .list-main-news .item.item-full .news-text .name-news {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	margin-bottom: 9px
}

#news .list-main-news .item.item-half {
	width: 359px
}

#news .list-main-news .item.item-half>div {
	height: 140px;
	position: relative
}

#news .list-main-news .item.item-half>div:first-child {
	margin-bottom: 5px
}

#news .list-main-news .item.item-half .news-text {
	padding: 24px 135px 11px 29px;
	box-sizing: border-box
}

#news .list-main-news .item.item-half .news-text .date {
	font-size: 12px;
	margin-bottom: 1px
}

#news .list-main-news .item.item-half .news-text .name-news {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	font-size: 15px
}

#news .list-main-news .item.item-half .news-text .read-more {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	position: absolute;
	bottom: 14px
}

#news .list-main-news .item.item-half .news-text .read-more:before {
	background: url(/i/icon_arrow_right.svg) no-repeat center center;
	background-size: 13px 16px;
	background-position: 0 1px
}

#news .list-main-news .item.item-half .w-b {
	border: 1px solid #EBEBEB;
	height: 138px
}

#news .list-main-news .item.item-half .wo-b {
	color: #fff
}

#news .list-main-news .item.item-half .wo-b .news-text {
	padding: 9px 31px 11px 31px
}

#news .list-main-news .item.item-half .wo-b .news-text .read-more:before {
	background: url(/i/icon_arrow_right_white.svg) no-repeat center center;
	background-size: 13px 16px;
	background-position: 0 1px
}

#news .subscribe-news {
	text-align: center;
	padding-top: 37px
}

#news .subscribe-news .header-text {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #1290a4;
	font-size: 23px;
}

#news .subscribe-news .sub-slogan {
	margin-top: 1px
}

#news .subscribe-news .sub-agreement {
	font-size: 12px;
	margin-top: 13px
}

#news .subscribe-news .sub-agreement a {
	text-decoration: underline;
	color: #1290a4
}

#news .subscribe-news .subscribe-news-form {
	margin-top: 12px
}

#news .subscribe-news .subscribe-news-form .input-base {
	width: 310px
}

#news .subscribe-news .subscribe-news-form .input-base+.input-base {
	margin-left: 10px
}

#news .subscribe-news .subscribe-news-form .btn {
	margin-left: 10px
}

@media (min-width:100px) and (max-width:1000px) {
	#news {
		margin-top: 30px
	}
	#news .head .all-news-wrapp {
		margin-right: 0
	}
	#news .subscribe-news {
		padding-top: 70px
	}
	#news .subscribe-news .subscribe-news-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#news .subscribe-news .subscribe-news-form .input-base {
		width: 100%
	}
	#news .subscribe-news .subscribe-news-form .input-base+.input-base {
		margin-left: 0;
		margin-top: 8px
	}
	#news .subscribe-news .subscribe-news-form .btn {
		margin-left: 0;
		margin-top: 8px
	}
}

#bestsellers .wrapp-bestsellers {
	padding: 38px 0 23px
}

#bestsellers .wrapp-bestsellers .bestsellers-slick {
	margin-top: 13px;
	position: relative
}

#bestsellers .wrapp-bestsellers .slick-next,
#bestsellers .wrapp-bestsellers .slick-prev {
	color: #1290a4
}

#bestsellers .wrapp-bestsellers .slick-next i,
#bestsellers .wrapp-bestsellers .slick-prev i {
	font-size: 30px
}

#bestsellers .wrapp-bestsellers .slick-prev {
	left: -25px
}

#bestsellers .wrapp-bestsellers .slick-next {
	right: -20px
}

#bestsellers .wrapp-bestsellers .item-for-product {
	transition: all .25s ease-in-out;
	width: 25%;
	height: 300px;
	border-left: 1px solid #F2F2F2;
	padding: 22px 28px
}

#bestsellers .wrapp-bestsellers .item-for-product:hover {
	box-shadow: inset 0 0 0 3px #1290a4
}

#bestsellers .wrapp-bestsellers .item-for-product .item__name {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	height: auto;
	max-height: 30px;
	height: 30px;
	line-height: 15px;
	margin-top: 9px
}

#bestsellers .wrapp-bestsellers .item-for-product .item__price .item__price-new-price span {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-style: normal;
	font-size: 21px
}

#bestsellers .wrapp-bestsellers .item-for-product .item__add-cart {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	padding: 0 31px 0 27px;
	box-sizing: border-box;
	margin-top: 0
}

@media (min-width:100px) and (max-width:768px) {
	#bestsellers {
		display: none
	}
}

#social-big {
	margin-top: 12px
}

#social-big .wrapp-social-big {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 35px
}

#social-big .wrapp-social-big .social {
	background: #fff;
	width: 25%;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#social-big .wrapp-social-big .social:not(:last-child) {
	margin-right: 33px
}

#social-big .wrapp-social-big .social.ok .image {
	width: 80px
}

#social-big .wrapp-social-big .social .image {
	width: 98px;
	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
}

#social-big .wrapp-social-big .social .do-some {
	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: center;
	-ms-flex-pack: center;
	justify-content: center
}

#social-big .wrapp-social-big .social .do-some .name-soc {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 6px
}

#social-big .wrapp-social-big .social .do-some .action {
	color: #1290a4
}

@media (min-width:100px) and (max-width:1000px) {
	#social-big {
		display: none
	}
}

#advantages {
	background: #fff
}

#advantages .container {
	background: #fff
}
#advantages .container .section-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}

#advantages .wrapp-advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 47px 0 53px;
	border-bottom: 1px solid #EBEBEB
}

#advantages .wrapp-advantages .item {
	background: #fff;
	width: 25%;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	height: 200px;
	text-align: center
}

#advantages .wrapp-advantages .item:not(:last-child) {
	margin-right: 33px
}

#advantages .wrapp-advantages .item p {
	margin-top: 20px;
	line-height: 16px
}

#advantages .wrapp-advantages .item .image {
	width: 80px;
	height: 80px;
	border-radius: 500px;
	background-color: rgb(248 248 248);
	color: #65990f;
	font-size: 35px;
	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;
}
@media (min-width: 992px) {
	.feature-card .card-icon {
		width: 70px;
		height: 70px;
		font-size: 30px;
		margin-right: 25px;
	}
}

@media (min-width:100px) and (max-width:768px) {
	#advantages .wrapp-advantages .item .image {
		display: none
	}
}
@media (min-width: 1200px) {
	#advantages .wrapp-advantages .item .image {
		width: 80px;
		height: 80px;
		font-size: 35px;
	}
}

footer {
	background: #fff
}

footer .container {
	background: #fff
}

footer .wrapp-footer {
	padding-bottom: 83px
}

footer .footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 43px 0 47px;
	border-bottom: 1px solid #EBEBEB
}

footer .footer-top .title {
	font-size: 17px
}

footer .footer-top>div {
	width: 24%;
	box-sizing: border-box
}

footer .footer-top>div:last-child {
	width: 28%
}

footer .footer-top ul {
	line-height: 30px;
}

footer .footer-top div:first-child {
	width: 24%;
}

footer .footer-top div:nth-child(2) {
	padding-left: 30px;
	width: 24%;
}

footer .footer-top div:nth-child(3) {
	padding-left: 30px;
	width: 17%;
}

footer .footer-top div:nth-child(4) {
	padding-left: 30px;
	width: 37%;
}

footer .footer-top div:nth-child(5) {
	padding-left: 30px;
	width: 20%;
}

@media (max-width: 575px) {
	footer .footer-top div:first-child {
		width: 100%;
	}

	footer .footer-top div:nth-child(2) {
		width: 100%;
	}

	footer .footer-top div:nth-child(3) {
		width: 100%;
	}

	footer .footer-top div:nth-child(4) {
		width: 100%;
		margin-top: 0 !important;
	}

	footer .footer-top div:nth-child(5) {
		width: 100%;
		margin-top: 30px;
	}
}

footer .footer-top .social-link {
	margin-top: -6px;
	margin-bottom: 14px
}

footer .footer-top .social-link img {
	height: 33px
}

footer .footer-top .social-link li {
	display: inline-block;
	margin-right: 1px
}

footer .footer-top .phone {
	display: block;
	font-size: 17px;
	line-height: 28px
}

footer .footer-top .call-backform {
	margin-top: 5px;
	display: inline-block;
	position: relative;
	line-height: 13px;
	border-bottom: 1px dashed #000
}

footer .footer-top .email-footer {
	display: block;
	margin-top: 30px;
	font-size: 17px
}

footer .footer-top .partner-q {
	color: #1290a4;
	font-size: 11px
}

footer .footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 0
}

footer .footer-bottom>div:first-child {
	width: 47%
}

footer .footer-bottom>div:nth-child(2) {
	width: 15%;
	padding-left: 10px
}

footer .footer-bottom>div:nth-child(3) {
	font-size: 12px;
	width: 38%;
	padding-left: 7px;
	box-sizing: border-box;
	margin-top: -9px;
}

footer .footer-bottom>div:nth-child(3) a {
	color: #1290a4
}

footer .footer-bottom>div:nth-child(3) .copy {
	margin-left: 35px
}

footer .footer-bottom .correct {
	font-size: 11px
}

footer .footer-bottom .correct span {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	color: #fe4c72
}

footer .footer-bottom .sad-client {
	font-family: 'Noto Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	font-style: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	line-height: 17px;
	color: #fe4c72
}

footer .footer-bottom .sad-client:hover {
	text-decoration: underline
}

footer .footer-bottom .sad-client svg {
	margin-right: 10px
}

footer .footer-bottom .sad-client svg path {
	fill: #fe4c72
}

footer .footer-result {
	margin-top: 3px
}

footer .footer-result p {
	font-size: 12px;
	color: #BCBCBC;
	line-height: 13px
}

@media (min-width:100px) and (max-width:768px) {
	footer {
		margin-top: 30px
	}
	footer .wrapp-footer {
		padding-bottom: 0;
		border-bottom: none
	}
	footer .footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 0
	}
	footer .footer-top ul:not(.mobile-show) {
		margin-top: 0;
		display: none
	}
	footer .footer-top>div {
		width: 100%;
		position: relative
	}
	footer .footer-top>div.open>.title:after {
		content: "-"
	}
	footer .footer-top>div.open>ul {
		display: block
	}
	footer .footer-top div:first-child {
		padding-left: 0
	}
	footer .footer-top div:nth-child(2) {
		padding-left: 0
	}
	footer .footer-top div:nth-child(3) {
		padding-left: 0
	}
	footer .footer-top div:nth-child(4) {
		padding-left: 0;
		width: 100%;
		margin-top: 30px
	}
	footer .footer-top .title {
		cursor: pointer;
		background: #1290a4;
		color: #fff;
		margin: 0 -20px;
		padding: 10px 20px;
		border-bottom: 1px solid #eee
	}
	footer .footer-top .title:after {
		content: "+";
		position: absolute;
		right: 0;
		top: 9px
	}
	footer .footer-bottom,
	footer .footer-result {
		display: none
	}
}

.cart-box {
	margin-top: 0;
}
header .bottom-header .bottom-main-header .cart-camp .compare a, header .bottom-header .bottom-main-header .cart-camp .favorites a {
	color: #fff;
}

#social-big .social {
	/*cursor: pointer;*/
}

.item__image {
	min-height: 179px;
}
.item__add-cart a.add-to-cart,
.btn-basket-add a.add-to-cart,
.item__add-cart span.add-to-cart,
.btn-basket-add span.add-to-cart {
	width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
    border: 2px solid #1290a4;
    color: #1290a4;
}
.item__add-cart a.add-to-cart:hover,
.btn-basket-add a.add-to-cart:hover,
.item__add-cart span.add-to-cart:hover,
.btn-basket-add span.add-to-cart:hover {
	border: 2px solid #FADA4D;
    background: #FADA4D;
	text-decoration: none;
}
.item__price-new-price {
	display: inline-block;
}
.item__price-old-price {
	display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #888;
    text-decoration: line-through;
}
.item__price-old-price.small {
	font-size: 13px;
	margin-left: 0;
}

#main-product .slick-dots,
#news .slick-dots {
	font-size: 13px;
	line-height: normal;
}
.slick-theme .slick-dots li {
	margin: 0 3px;
}
#main-product .slick-prev,
#main-product .slick-next,
#news .slick-prev,
#news .slick-next {
	font-size: 13px;
	box-shadow: none;
	margin-top: 0;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
	height: auto;
}
#main-product .sp-inline-rating {
	min-height: 17px;
}
#news .header-text {
	padding-bottom: 0;
}
.cart-box > a {
	margin-left: 0;
}
.slick-theme.slick-nav-wrap .slick-next {
	top: 14px;
}
.pc-wrapper-left .pc-slider {
	z-index: 9 !important;
}

@media (max-width: 768px) and (min-width: 100px) {
	header+* {
		padding-top: 0 !important;
	}
}
@media (max-width: 767px) {
	section.container.catalog-header h1 {
		padding-top: 15px !important;
	}
	section.catalog-header h1 .open-xs-filter-wrapper {
		top: 11px !important;
	}
}
#products-list .product-item .stickers {
	z-index: 9 !important;
}
#news .list-main-news .item .read-more {
	color: #fff;
}

header.no-scroll {
	position: relative;
}
.header-delimiter.noscroll {
	padding-top: 0;
}
.item__badge.small span {
	font-size: 21px;
}
#main-product .wrapp-main .sale-product .list-category .item .image {
	max-width: none;
}
#main-product .wrapp-main .top-product .product-top-list.processing {
	overflow: hidden;
	max-height: 255px;
}
#main-product .wrapp-main .top-product .product-of-the-day.processing {
	overflow: hidden;
	max-height: 255px;
}
#main-product .wrapp-main .top-product .product-of-the-day .image img {
	height: auto;
}
#main-product .wrapp-main .top-product .product-of-the-day .image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
#main-product .wrapp-main .top-product .product-of-the-day .image img {
	display: inline-block;
}

.item-for-product .item__image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
#main-product .wrapp-main .sale-product .list-category .item .image img {
	height: auto;
}

#main-product .wrapp-main .sale-product .wrapp-sales-item.processing {
	max-height: 128px;
	overflow: hidden;
}

.footer-top a.phone:hover,
.footer-top a.call-backform:hover,
.footer-top a.email-footer:hover,
.footer-top a.partner-q:hover {
	text-decoration: none;
}

#main-product .wrapp-main .top-product .category-mob-list .wrapp-cat-mob .item {
	background: #fff;
}

a.link-sel::before {
	display: none;
}

#news .head .all-news-wrapp {
	margin-right: 0;
}

@media (max-width: 767px) { 
	#filter-window {
		top: 5%;
	}
}

.wrapp-popup input[type="text"],
.wrapp-popup input[type="tel"] {
	font-size: 13px;
}


.wrapp-popup .success {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #73ab36;
	display: none;
}
.wrapp-popup .errors {
	font-size: 14px;
	color: #fe436c;
	margin-bottom: 10px;
	margin-top: 20px;
	display: none;
}
.wrapp-popup .btn-submit.inprogress {
	background: #7c7c7c url('/i/inprogress.gif') no-repeat 90% 50%;
	background-size: 27px 27px;
	cursor: default;
}

.form-search.search-hidden {
	display: none;
}
header .mobile-site-menu {
	z-index: 10;
}

header.header {
	position: static;
}


header .bottom-header .logo {
	float: none;
	margin: 0;
}
.pc-wrapper-left .pc-slider.shaded,
#products-list .product-item .stickers.shaded {
	z-index: 4 !important;
}

body.top-message header {
	top: 50px;
}
body.top-message header.scroll {
	top: 0;
}
body.order-page.top-message header {
	top: 0px;
}
@media (max-width: 480px) {
	body.top-message header {
		top: 0;
	}
	body.top-message #top-informer {
		display: none;
	}
}

ul.btp-markers-list li:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 3.5px;
	background-color: #1290a4!important;
	position: absolute;
	margin-left: -15px;
	margin-top: 5px;
}
ul.btp-markers-list {
	padding-left: 20px;
}


.standart-btn.in-basket {
	background: #538f20;
	border-color: #538f20;
}
.standart-btn.in-basket span {
	color: #fff;
}
.standart-btn.in-basket:hover {
	text-decoration: none;
}
.standart-btn.in-basket:hover span {
	text-decoration: none;
}
.standart-btn.in-basket svg g,
.standart-btn.in-basket:hover svg g {
	stroke: #fff
}

.sp-product-inline-rating-widget .sp-inline-rating-stars .sp-star-on {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…Q2LTUuNzA3IDUuNTYyIDEuMzQ3IDcuODU0eicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+);
	box-sizing: border-box;
}
.sp-product-inline-rating-widget .sp-inline-rating-stars .sp-star-off {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…cuODU0eicgZmlsbC1ydWxlPSdldmVub2RkJyBmaWxsLW9wYWNpdHk9Jy40OTUnLz48L3N2Zz4=);
	box-sizing: border-box;
}
.sp-product-inline-rating-widget .sp-inline-rating-stars .sp-star-half:not(:first-child), .sp-product-inline-rating-widget .sp-inline-rating-stars .sp-star-off:not(:first-child), .sp-product-inline-rating-widget .sp-inline-rating-stars .sp-star-on:not(:first-child) {
	margin-left: 3px;
}


.product-of-the-day-item .item__badge.item__badge-base {
	width: 70px;
	height: 70px;
	background-size: cover;
}
.product-of-the-day-item .item__badge {
	top: 32px;
}
.product-of-the-day-item .item__badge span {
	font-size: 18px;
}



.api-phone {
	position: absolute;
	bottom: -50px; right: 30px;
	color: #fff;
	background: #1290a4;
	font-size: 16px;
	padding: 10px 20px;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5);
}
.api-phone:hover {
	background-color: #367fd1;
}
.api-phone a {
	color: #fff;
	text-decoration: none;
}



.kids-promo {
	max-width: 170px;
}
.kids-promo-1 {
	color: #1c2830;
}
.kids-promo-2 {
	color: #00b684;
}
.kids-promo-3 {
	color: #5cc2eb
}


#top-informer {
	height: 50px;text-align:center;font-size: 13px;font-weight:bold;padding-top:10px;background-color:#58585a;color: #fff;position: relative;
	z-index: 41;
}
@media (max-width: 768px) {
	#top-informer {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	#body.action-halva-special .catalog-link-container,
	#body.action-ny2019-17-19 .catalog-link-container,
	#body.action-ny2019-20-22 .catalog-link-container,
	#body.action-ny2019-23-25 .catalog-link-container,
	#body.action-ny2019-26-28 .catalog-link-container,
	#body.action-ny2019-29-31 .catalog-link-container {
		display: none;
	}
}

body.product.top-message header {
	top: 50px;
}
@media (max-width: 480px) {
	body.product.top-message header {
		top: 0;
	}
	.desktop-only {
		display: none !important;
	}
}

.footer-banner {
	position: fixed;
	z-index: 1000;
	bottom: 0; right: 0;
	width: 375px; height: 389px;
	border: 2px solid #f0f0f0;
}
.footer-banner.ny2019-popup {
	width: 375px;
	height: 461px;
}
.footer-banner.ny2019-popup-fix {
	height: 461px;
}
.footer-banner a[data-action="close"] {
	position: absolute;
	top: -25px; right: 10px;
}
@media (max-width: 480px) {
	.footer-banner {
		width: 100%;
	}
}
.footer-banner.asus-x570-popup {
	height: 331px;
}
.footer-banner.marketing-action-popup {
	height: 331px;
	background-color: #fff;
}

.footer-banner.marketing-action-popup .rules {
	padding: 10px;
	background: white;
	color: black;
}
.footer-banner.marketing-action-popup .rules__bold {
	color: red;
	font-weight: 900;
}

#products-list {
	padding-bottom: 20px;
}

.footer-top .pay {margin-top: 0px;}
.footer-top .pay__list-item {margin-bottom: 20px;}
.footer-top .pay__list-item:last-of-type {margin-bottom: 0px;}
.footer-top .pay__list-image {max-width: 180px;}

@media (max-width: 575px) {
	.footer-top .pay__list-item {
		float: left;
		margin: 10px;
	}
	.footer-top .pay__list-item img {
		max-width: 100px;
	}
}

/*#body {
	background: url('/i/banners/20_branding1.jpg') no-repeat center 125px;
}
#main-product .wrapp-main .top-product .product-of-the-day {
	left: -4px;
}

#main-product .wrapp-main .sale-product {
	margin-right: 4px;
}
#main-product .wrapp-main .select-category {
	margin-right: 4px;
}*/
