html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: initial;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: initial
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: initial
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: initial
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}
@font-face {
	font-family: Graphik;
	src: url(../../fonts/redesign4/GraphikLC-Regular.woff2) format("woff2"), url(../../fonts/redesign4/GraphikLC-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Graphik;
	src: url(../../fonts/redesign4/GraphikLC-Medium.woff2) format("woff2"), url(../../fonts/redesign4/GraphikLC-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}
.header {
	font-family: "Graphik", Helvetica, Arial, sans-serif;
}

.container {
	margin: 0 auto;
	position: relative
}

@media (max-width: 999px) {
	.container {
		width: 100%;
		padding: 0 16px
	}
}

@media (min-width: 1000px) and (max-width: 1239px) {
	.container {
		width: 1000px;
		padding: 0 32px;
	}
}

@media (min-width: 1240px) {
	.container {
		width: 1200px
	}

	.footer-info.container, .footer__bottom .container {
		width: 1200px;
	}
}

.footer__bottom .footer-bottom {
	display: flex;
	padding: 0;
}


.container_menu {
	margin: 0 auto;
	position: relative;
	z-index: 241;
}

@media (max-width: 999px) {
	.container_menu {
		width: 100%;
		padding: 0 16px
	}
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.container_menu {
		width: 1000px;
		padding: 0 28px 0 32px
	}
}

@media (min-width: 1241px) {
	.container_menu {
		width: 1200px
	}
}

main.main {
	margin-top: 24px;
	display: flex;
	height: auto
}


.main-content-left {
	flex: 0 0 250px;
	width: 250px;
	display: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

@media (min-width: 1241px) {
	.main-content-left {
		position: absolute;
	}
}

.main-content-left.active {
	display: none
}

@media (min-width: 1000px) {
	.main-content-left.active {
		display: block;
		position: absolute;
		width: 250px;
		margin-top: 10px;
		background-color: #fff;
		z-index: 11;
		border-bottom: 12px solid #fff;
	}
}

.main-content {
	width: 100%;
	flex-grow: 1
}

.mainTop {
	display: flex;
	justify-content: space-between
}

@media (max-width: 999px) {
	.mainTop {
		flex-direction: column
	}
}

.header__top {
	position: relative;
	display: flex;
	justify-content: space-between;
	color: #555;
	line-height: 16px
}

@media (min-width: 760px) and (max-width: 999px) {
	.header__top {
		font-size: 13px;
		padding: 24px 0 18px
	}
}

@media (max-width: 760px) {
	.header__top {
		font-size: 12px;
		padding: 76px 0 18px
	}
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.header__top {
		flex-direction: column
	}
}

@media (min-width: 1000px) {
	.header__top {
		padding: 26px 0 17px
	}
}

@media (min-width: 1241px) {
	.header__top {
		align-items: center
	}
}

.header__top a {
	color: #555;
	text-decoration: none
}

.header__center {
	display: flex;
	align-items: center
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.header__center {
		position: relative
	}
}

.footer__top {
	background-color: #e9e9e9
}

.footer__bottom {
	background-color: #d9d9d9
}

.footer-bottom {
	display: flex
}

.footer-bottom__item {
	color: #9d9d9d;
	padding: 18px 0 22px;
	font-size: 14px
}

.footer-bottom__item:hover {
	color: #76bc21
}

@media (min-width: 761px) {
	.footer-bottom__item {
		margin-right: 50px
	}
}

@media (max-width: 760px) {
	.footer-bottom__item span {
		display: none
	}

	.footer-bottom__item {
		margin-right: 16px
	}
}

.footer-bottom__item:first-child {
	color: #555
}

.footer-bottom__item:last-child {
	margin-left: auto;
	margin-right: 0;
	background: url(../../images/redesign4/kit.png?6dd377bbf42bc625a2400a19b4d9a35e) no-repeat 100%;
	background-size: 36px 38px;
	padding-right: 44px
}

.footer-bottom__item:last-child:hover {
	color: #9d9d9d
}

@media (max-width: 999px) {
	.footer-bottom__item:nth-child(2), .footer-bottom__item:nth-child(3), .footer-bottom__item:nth-child(4) {
		display: none
	}
}

.footer-info {
	display: flex;
	padding-top: 56px
}

@media (max-width: 760px) {
	.footer-info {
		padding: 22px 14px 20px 20px
	}
}

@media (min-width: 761px) and (max-width: 999px) {
	.footer-info {
		justify-content: center
	}
}

@media (min-width: 1000px) {
	.footer-info {
		padding-bottom: 39px
	}
}

@media (max-width: 999px) {
	.footer-info__col {
		width: 50%
	}
}

@media (min-width: 1000px) {
	.footer-info__col {
		width: 100%
	}
}

.footer-info__left {
	display: flex
}

@media (max-width: 760px) {
	.footer-info__left {
		display: none
	}
}

@media (max-width: 999px) {
	.footer-info__left {
		flex-wrap: wrap
	}
}

@media (min-width: 1000px) {
	.footer-info__left {
		flex: 0 0 660px
	}
}

.footer-info__right {
	display: flex;
	padding-top: 3px;
	justify-content: space-between;
	flex-direction: column
}

@media (max-width: 760px) {
	.footer-info__right {
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%
	}
}

@media (max-width: 760px) {
	.footer-info__right {
		flex-direction: column;
	}
}

@media (min-width: 761px) {
	.footer-info__right {
		justify-content: space-between;
		flex-direction: column
	}
}

@media (min-width: 1000px) {
	.footer-info__right {
		width: 100%
	}
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.footer-info__right {
		flex: 0 0 284px
	}
}

@media (min-width: 1241px) {
	.footer-info__right {
		flex-direction: row
	}
}

.footer-info__title {
	margin-bottom: 4px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #434343
}

.footer-info__title:hover {
	color: #76bc21
}

.footer-info__list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px
}

.footer-info__item {
	line-height: 24px
}

.footer-info__item a {
	color: #9d9d9d
}

.footer-info__item:hover a {
	color: #76bc21
}

.footer-info__right-subscribe {
	flex: 0 0 284px
}

.footer-info__social {
	margin-top: 26px
}

.footer-info__social-title {
	font-size: 12px;
	line-height: 16px;
	color: #9d9d9d
}

.footer-info__social-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 168px;
	margin-bottom: 26px;
	margin-top: 9px
}

.footer-info__social-item {
	width: 24px;
	height: 24px;
	opacity: .3
}

.footer-info__social-item:hover {
	opacity: 1
}

.footer-info__social-item_facebook {
	background: url(../../images/redesign4/facebook.svg?044548d360f55d34677bdfa00e354331) no-repeat
}

.footer-info__social-item_instagramm {
	background: url(../../images/redesign4/Instagram.svg?d8df588c9cbbb8204886ed75ebdb2a87) no-repeat
}

.footer-info__social-item_vk {
	background: url(../../images/redesign4/vkontakte.svg?7b65fefd4ce1377afa56dda7f499e839) no-repeat
}

.footer-info__social-item_od {
	background: url(../../images/redesign4/odnoklassniki.svg?027ceb6925e8c70ef07b906889d7efc2) no-repeat
}

.footer-info__social-item_youtube {
	background: url(../../images/redesign4/youtube.svg?e2bfe1e7747c66fb15401e936a19c65e) no-repeat
}

.footer-info__pay-title {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #9d9d9d;
	margin-bottom: 10px
}

.footer-info__pay-image {
	display: block;
	width: 174px;
	height: 26px;
	background: url(../../images/redesign4/payment-2x.png?96e6f1d2bee594ff2a9cdc555f63c831) no-repeat;
	background-size: cover
}

.footer-info__pay-container {
	display: flex
}

.footer-info__pay-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	max-width: 44px;
	margin-right: 6px;
	background-color: #fff;
	padding: 0px 0px;
	border-radius: 2px
}

.footer-info-feedback {
	display: flex;
	flex-direction: column
}

@media (max-width: 760px) {
	.footer-info-feedback {
		margin-right: 10px
	}
}

.footer-info-feedback__title-social {
	margin: 12px 0 10px;
	font-weight: 500;
}

.footer-info-feedback__in-touch {
	font-size: 12px;
	line-height: 16px;
	color: #9d9d9d;
	margin-bottom: 10px
}

.footer-info-feedback__item {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	color: #434343;
	font-weight: 500;
	padding: 6px 10px 6px 41px;
	margin-bottom: 6px;
	min-height: 38px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 25px;
	font-size: 12px;
	border-radius: 4px;
	box-sizing: border-box;
}

.footer-info-feedback__item_whatsapp {
	background-image: url(../../images/redesign4/whatsapp.svg?0c3a3ff658693cb641962bfb507f515a)
}

.footer-info-feedback__item_viber {
	background-image: url(../../images/redesign4/viber.svg?23ac09622a19aa9d35075af27433d56e)
}

.footer-info-feedback__item_telegram {
	background-image: url(../../images/redesign4/telegram_color.svg)
}

.footer-info-feedback__item_phone {
	background-image: url(../../images/redesign4/phone-icon.svg?5df13e497ae6067c976ca699114e62e3);
}

.footer-info-feedback__item_mail {
	background-image: url(../../images/redesign4/mail.svg?0fabd88d63d392f3c8e854b9f1fcac87);
	max-width: auto
}

.footer-info-feedback__wrap {
	display: flex;
	padding: 6px;
	background: #F5F5F5;
	border-radius: 4px;
	max-width: 124px;
	box-sizing: border-box;
}

.footer-info-feedback__wrap .footer-info-feedback__item {
	display: block;
	width: 32px;
	height: 32px;
	min-height: 32px;
	margin: 0;
	padding: 0;
	background-size: 32px;
	background-position: center center;
}

.footer-info-feedback__wrap .footer-info-feedback__item:not(:last-of-type) {
	margin-right: 8px;
}

.footer-info-feedback__item:hover {
	color: #76bc21;
}

body, html {
	min-height: 100vh;
	margin: 0;
	padding: 0
}

body {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased
}

/*body *, body :after, body :before {*/
/*	box-sizing: inherit*/
/*}*/

button, input, select, textarea {
	font-family: inherit
}

button, input {
	border: none;
	outline: none;
	cursor: pointer;
	background: none;
	padding: 0
}

a {
	text-decoration: none
}

main {
	height: 375px;
	z-index: 22
}

.title-main {
	display: block;
	font-weight: 500;
	color: #262626
}

.title-main:hover {
	color: #76bc21
}

@media (max-width: 760px) {
	.title-main {
		font-size: 20px;
		line-height: 20px
	}
}

@media (min-width: 761px) {
	.title-main {
		font-size: 24px;
		line-height: 24px;
		margin: 20px 0
	}
}

.overlay {
	left: 0;
	z-index: 21;
	background: #fff
}

.overflow {
	overflow: hidden
}

.info {
	display: flex;
	align-items: center
}

@media (max-width: 999px) {
	.info {
		display: none
	}
}

@media (min-width: 1000px) {
	.info {
		margin-top: -2px
	}
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.info {
		display: flex;
		margin-top: -1px
	}
}

.info__item {
	display: flex;
	align-items: center;
	position: relative;
	transition: color .15s linear 0s;
	font-size: 13px;
	line-height: 16px;
}

.info__item:not(.info__item_phone) {
    padding-left: 27px;
}

.info__item_eldo-blog {
    height: 24px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0198 5.99998C10.0198 5.99998 7.49647 3.09155 1.99996 4C2.00158 4.90837 1.9858 14.5459 1.98862 15C8.48501 14.5456 10.0198 16.5 10.0198 16.5' stroke='%23555555' stroke-width='1.2'/%3e%3cpath d='M17.999 3.99981C12.5025 3.01567 10.0001 6.17015 10.0001 6.17015L10 16.9999C10 16.9999 11.5026 14.0466 17.999 14.5389C18.0019 14.047 17.9974 4.98389 17.999 3.99981Z' stroke='%23555555' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;
}

.info__item_eldo-blog:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0198 5.99998C10.0198 5.99998 7.49647 3.09155 1.99996 4C2.00158 4.90837 1.9858 14.5459 1.98862 15C8.48501 14.5456 10.0198 16.5 10.0198 16.5' stroke='%2376bc21' stroke-width='1.2'/%3e%3cpath d='M17.999 3.99981C12.5025 3.01567 10.0001 6.17015 10.0001 6.17015L10 16.9999C10 16.9999 11.5026 14.0466 17.999 14.5389C18.0019 14.047 17.9974 4.98389 17.999 3.99981Z' stroke='%2376bc21' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.info__item_eldo-business {
	height: 24px;
	background: url('/static/images/redesign3/business.svg') left no-repeat;
	background-size: 20px;
}
.info__item_eldo-business:hover {
	height: 24px;
	background: url('/static/images/redesign3/business-green.svg') left no-repeat;
	background-size: 20px;
}

.info__item_eldohappy {
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='white'/%3E%3Cpath d='M20 8.9993H11.1429L11.9045 5L0 10.9998H8.85712L8.09547 15L20 8.9993Z' fill='%2376BC21'/%3E%3C/svg%3E%0A") left no-repeat;
}

.info__item_status {
    height: 24px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 2.9C6.08504 2.9 2.9 6.08504 2.9 10C2.9 13.915 6.08504 17.1 10 17.1C13.915 17.1 17.1 13.915 17.1 10C17.1 6.08504 13.915 2.9 10 2.9ZM10 16.025C6.67786 16.025 3.97501 13.3222 3.97501 10C3.97501 6.67788 6.67786 3.97501 10 3.97501C13.3221 3.97501 16.025 6.67786 16.025 10C16.025 13.3221 13.3221 16.025 10 16.025Z' fill='%23555555' stroke='%23555555' stroke-width='0.2'/%3e%3cpath d='M10.5375 6.5V6.4H10.4375H9.5625H9.4625V6.5V10.1812V10.2226L9.49179 10.2519L11.8075 12.5675L11.8782 12.6383L11.9489 12.5675L12.5675 11.9489L12.6382 11.8782L12.5675 11.8075L10.5375 9.77745V6.5Z' fill='%23555555' stroke='%23555555' stroke-width='0.2'/%3e%3c/svg%3e") no-repeat;
}

.info__item_status:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 2.9C6.08504 2.9 2.9 6.08504 2.9 10C2.9 13.915 6.08504 17.1 10 17.1C13.915 17.1 17.1 13.915 17.1 10C17.1 6.08504 13.915 2.9 10 2.9ZM10 16.025C6.67786 16.025 3.97501 13.3222 3.97501 10C3.97501 6.67788 6.67786 3.97501 10 3.97501C13.3221 3.97501 16.025 6.67786 16.025 10C16.025 13.3221 13.3221 16.025 10 16.025Z' fill='%2376bc21' stroke='%2376bc21' stroke-width='0.2'/%3e%3cpath d='M10.5375 6.5V6.4H10.4375H9.5625H9.4625V6.5V10.1812V10.2226L9.49179 10.2519L11.8075 12.5675L11.8782 12.6383L11.9489 12.5675L12.5675 11.9489L12.6382 11.8782L12.5675 11.8075L10.5375 9.77745V6.5Z' fill='%2376bc21' stroke='%2376bc21' stroke-width='0.2'/%3e%3c/svg%3e");
}

.info__item_shops {
    height: 24px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.174 7.60533L16.0202 3.29763C15.929 3.11516 15.7426 3.00003 15.5385 3.00003C10.4458 3.00003 7.50185 3 3.69229 3C3.48825 3 3.30184 3.11513 3.2106 3.2976L1.05676 7.60529C0.973395 7.77225 0.982347 7.9705 1.08041 8.12928C1.17848 8.28786 1.35176 8.38461 1.53844 8.38461H2.6154V16.4616C2.6154 16.7589 2.85646 17 3.15383 17H10.1539H13.9231H16.0769C16.3743 17 16.6154 16.7589 16.6154 16.4616V8.38461H17.6923C17.879 8.38461 18.0523 8.28786 18.1503 8.12932C18.2485 7.9705 18.2574 7.77225 18.174 7.60533ZM11.3488 4.07692L12.1565 7.30769H7.07433L7.88202 4.07692H11.3488ZM4.02516 4.07692H6.38463H6.77185L5.96416 7.30769H3.15383H2.40977L4.02516 4.07692ZM10.6923 15.9231V11.0769H13.3846V15.9231H10.6923ZM15.5385 15.9231H14.4616V10.5385C14.4616 10.2411 14.2205 10 13.9231 10H10.1539C9.8565 10 9.6154 10.2411 9.6154 10.5385V15.9231H3.69232V8.38461H15.5385V15.9231ZM16.077 7.30769H13.2667L12.459 4.07692H12.8462H15.2056L16.821 7.30769H16.077Z' fill='%23555555'/%3e%3cpath d='M8.53974 10.5385C8.53974 10.2411 8.29868 10 8.00128 10H5.30897C5.01157 10 4.77051 10.2411 4.77051 10.5385V13.7692C4.77051 14.0666 5.01157 14.3077 5.30897 14.3077H8.00128C8.29868 14.3077 8.53974 14.0666 8.53974 13.7692V10.5385ZM7.46282 13.2308H5.84743V11.0769H7.46282V13.2308Z' fill='%23555555'/%3e%3c/svg%3e") no-repeat;
}

.info__item_shops:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.174 7.60533L16.0202 3.29763C15.929 3.11516 15.7426 3.00003 15.5385 3.00003C10.4458 3.00003 7.50185 3 3.69229 3C3.48825 3 3.30184 3.11513 3.2106 3.2976L1.05676 7.60529C0.973395 7.77225 0.982347 7.9705 1.08041 8.12928C1.17848 8.28786 1.35176 8.38461 1.53844 8.38461H2.6154V16.4616C2.6154 16.7589 2.85646 17 3.15383 17H10.1539H13.9231H16.0769C16.3743 17 16.6154 16.7589 16.6154 16.4616V8.38461H17.6923C17.879 8.38461 18.0523 8.28786 18.1503 8.12932C18.2485 7.9705 18.2574 7.77225 18.174 7.60533ZM11.3488 4.07692L12.1565 7.30769H7.07433L7.88202 4.07692H11.3488ZM4.02516 4.07692H6.38463H6.77185L5.96416 7.30769H3.15383H2.40977L4.02516 4.07692ZM10.6923 15.9231V11.0769H13.3846V15.9231H10.6923ZM15.5385 15.9231H14.4616V10.5385C14.4616 10.2411 14.2205 10 13.9231 10H10.1539C9.8565 10 9.6154 10.2411 9.6154 10.5385V15.9231H3.69232V8.38461H15.5385V15.9231ZM16.077 7.30769H13.2667L12.459 4.07692H12.8462H15.2056L16.821 7.30769H16.077Z' fill='%2376bc21'/%3e%3cpath d='M8.53974 10.5385C8.53974 10.2411 8.29868 10 8.00128 10H5.30897C5.01157 10 4.77051 10.2411 4.77051 10.5385V13.7692C4.77051 14.0666 5.01157 14.3077 5.30897 14.3077H8.00128C8.29868 14.3077 8.53974 14.0666 8.53974 13.7692V10.5385ZM7.46282 13.2308H5.84743V11.0769H7.46282V13.2308Z' fill='%2376bc21'/%3e%3c/svg%3e");
}

.info__item_livetex {
	background-image: url('/static/images/redesign4/livetex.svg?147a8d02a2b52ca496c0d62f32cc8e84');
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: 12px;
}

.info__item_pickup {
	height: 24px;
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.9725 5.97945C16.9725 5.80184 16.8652 5.64181 16.701 5.5743L10.5145 3.03285C10.4079 2.98905 10.2883 2.98905 10.1816 3.03285L3.99519 5.5743C3.83092 5.64178 3.72363 5.80184 3.72363 5.97945V14.0206C3.72363 14.1982 3.83089 14.3582 3.99519 14.4257L10.1816 16.9672C10.2871 17.0105 10.4057 17.0114 10.514 16.9671C10.5193 16.9654 10.285 17.0614 16.701 14.4257C16.8653 14.3582 16.9725 14.1982 16.9725 14.0206V5.97945ZM10.3481 8.08421L8.06861 7.14779L12.9948 4.99882L15.4267 5.99787L10.3481 8.08421ZM4.59964 6.66974L6.56629 7.47766V9.75702C6.56629 9.99891 6.7624 10.195 7.00429 10.195C7.24618 10.195 7.44229 9.99891 7.44229 9.75702V7.83753L9.91007 8.85132V15.9085L4.59964 13.727V6.66974ZM10.3481 3.91151L11.8665 4.53528L6.94029 6.68425L5.26945 5.99785L10.3481 3.91151ZM10.7861 8.85132L16.0965 6.66974V13.727L10.7861 15.9085V8.85132Z' fill='%23555555'/%3e%3c/svg%3e") no-repeat;
}

.info__item_pickup:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.9725 5.97945C16.9725 5.80184 16.8652 5.64181 16.701 5.5743L10.5145 3.03285C10.4079 2.98905 10.2883 2.98905 10.1816 3.03285L3.99519 5.5743C3.83092 5.64178 3.72363 5.80184 3.72363 5.97945V14.0206C3.72363 14.1982 3.83089 14.3582 3.99519 14.4257L10.1816 16.9672C10.2871 17.0105 10.4057 17.0114 10.514 16.9671C10.5193 16.9654 10.285 17.0614 16.701 14.4257C16.8653 14.3582 16.9725 14.1982 16.9725 14.0206V5.97945ZM10.3481 8.08421L8.06861 7.14779L12.9948 4.99882L15.4267 5.99787L10.3481 8.08421ZM4.59964 6.66974L6.56629 7.47766V9.75702C6.56629 9.99891 6.7624 10.195 7.00429 10.195C7.24618 10.195 7.44229 9.99891 7.44229 9.75702V7.83753L9.91007 8.85132V15.9085L4.59964 13.727V6.66974ZM10.3481 3.91151L11.8665 4.53528L6.94029 6.68425L5.26945 5.99785L10.3481 3.91151ZM10.7861 8.85132L16.0965 6.66974V13.727L10.7861 15.9085V8.85132Z' fill='%2376bc21'/%3e%3c/svg%3e");
}

.info__item svg {
	width: 24px;
	height: 24px;
	margin-right: 4px
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.info__item {
		margin-left: 33px
	}

	.info__item:first-child {
		margin-left: 0
	}
}

@media (min-width: 1241px) {
	.info__item {
		margin-left: 30px
	}

	.info__item_phone {
		font-weight: 500;
	}
}

.info__item:hover {
	color: #76bc21
}

.info__item:hover path {
	fill: #76bc21
}

.info__item_eldo-blog:hover path {
	fill: none;
	stroke: #76bc21
}

.info__item:last-child {
	padding-left: 0
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.info__item:last-child {
		margin-left: auto
	}
}

.region {
	display: flex;
	align-items: center;
	line-height: 15px;
	cursor: pointer;
	color: #555;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svgIconRegionPin' width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.05735 8C6.94352 8 6.03823 7.10283 6.03823 5.9999C6.03823 4.89697 6.94352 4.0002 8.05735 4.0002C9.17076 4.0002 10.0761 4.89697 10.0761 5.9999C10.0761 7.10283 9.17076 8 8.05735 8ZM8.05735 3.00036C6.38743 3.00036 5.02888 4.34612 5.02888 5.9999C5.02888 7.65409 6.38743 9.00025 8.05735 9.00025C9.72726 9.00025 11.0858 7.65409 11.0858 5.9999C11.0858 4.34612 9.72726 3.00036 8.05735 3.00036ZM8.05735 14.7773C6.8518 13.4992 3.00976 9.17708 3.00976 5.9999C3.00976 3.24319 5.27402 1.00025 8.05735 1.00025C10.8407 1.00025 13.1045 3.24319 13.1045 5.9999C13.1045 9.17382 9.2629 13.4992 8.05735 14.7773ZM8.05735 0C4.7167 0 2 2.69111 2 5.9999C2 10.159 7.46753 15.6231 7.69992 15.8537C7.79905 15.9511 7.9282 16 8.05735 16C8.1865 16 8.31565 15.9511 8.41436 15.8537C8.64717 15.6231 14.1143 10.159 14.1143 5.9999C14.1143 2.69111 11.3976 0 8.05735 0Z' fill='%23555555'/%3e%3c/svg%3e") no-repeat;
}

.region:hover {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg class='svgIconRegionPin' width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.05735 8C6.94352 8 6.03823 7.10283 6.03823 5.9999C6.03823 4.89697 6.94352 4.0002 8.05735 4.0002C9.17076 4.0002 10.0761 4.89697 10.0761 5.9999C10.0761 7.10283 9.17076 8 8.05735 8ZM8.05735 3.00036C6.38743 3.00036 5.02888 4.34612 5.02888 5.9999C5.02888 7.65409 6.38743 9.00025 8.05735 9.00025C9.72726 9.00025 11.0858 7.65409 11.0858 5.9999C11.0858 4.34612 9.72726 3.00036 8.05735 3.00036ZM8.05735 14.7773C6.8518 13.4992 3.00976 9.17708 3.00976 5.9999C3.00976 3.24319 5.27402 1.00025 8.05735 1.00025C10.8407 1.00025 13.1045 3.24319 13.1045 5.9999C13.1045 9.17382 9.2629 13.4992 8.05735 14.7773ZM8.05735 0C4.7167 0 2 2.69111 2 5.9999C2 10.159 7.46753 15.6231 7.69992 15.8537C7.79905 15.9511 7.9282 16 8.05735 16C8.1865 16 8.31565 15.9511 8.41436 15.8537C8.64717 15.6231 14.1143 10.159 14.1143 5.9999C14.1143 2.69111 11.3976 0 8.05735 0Z' fill='%2376bc21'/%3e%3c/svg%3e") no-repeat, url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 0.5L4 3.5L7 0.5' stroke='%2376bc21' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center right;
}

.region:hover {
	color: #76bc21
}

.region:hover .svgIconRegionArrow path {
	stroke: #76bc21
}

.region:hover .svgIconRegionPin path {
	fill: #76bc21
}

@media (max-width: 760px) {
	.region {
		width: 100%;
		text-align: left
	}
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.region {
		order: 2;
		display: flex;
		align-self: flex-start;
		margin-top: 25px
	}
}

@media (min-width: 1241px) {
	.max-width .region {
		max-width: 210px;
	}
}

.region__text {
	position: relative;
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 0.5L4 3.5L7 0.5' stroke='%23bebebe' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat right;
}

.region:hover .region__text {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 0.5L4 3.5L7 0.5' stroke='%2376bc21' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

@media (min-width: 1000px) {
	.region__text {
		padding-left: 22px;
		padding-right: 11px;
		font-size: 13px;
		line-height: 16px;
	}
}

.svgIconRegionArrow {
	margin-left: 4px
}

@media (max-width: 999px) {
	.svgIconRegionPin {
		margin-right: 5px;
	}
	.region__text {
		padding: 1px 11px 0 21px;
		height: 16px;
	}
}

.search {
	border: none;
	position: relative;
	box-sizing: border-box;
	z-index: 10;
}

.search.search-catalog {
	top: -54px;
	z-index: 100;
	animation: searchSlide 0.5s ease forwards;
}

.search.search-catalog .autocomplete_result ul {
	max-height: 75vh;
	overflow-y: auto;
}

.menu-slide .search {
    margin: 0 16px;
}

body .digi-autocomplete-overlay {
	width: 100vw;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: #3F454B;
	opacity: 0.5;
}

input.search__input,
body #headerSearchForm input {
	flex-grow: 1;
	font-size: 15px;
	border-radius: 0;
	border: 0;
	background-color: #fff;
	box-shadow: none;
	height: 36px;
	left: -5px;
	position: relative;
	transform: skewX(12deg);
	width: 100%;
}

/*#search_line {*/
/*	flex-grow: 1;*/
/*	font-size: 15px;*/
/*	border-radius: 0;*/
/*	border: 0;*/
/*	background-color: #fff;*/
/*	box-shadow: none;*/
/*	line-height: 28px;*/
/*}*/

@media (min-width: 760px) {
	input.search__input,
	body #headerSearchForm input {
		padding: 0 17px !important;
	}
}

#headerSearchForm:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	right: 100px;
	left: auto;
	background: #76bc21;
	transform-origin: bottom left;
	transform: skewX(-12deg);
	width: 15px;
	z-index: 430;
}

@media (max-width: 760px) {
	input.search__input,
    body #headerSearchForm input {
		height: 44px;
		padding: 9px 12px 12px !important;
		left: 0px;
		transform: none;
	}

	#headerSearchForm:before {
		top: 1px;
		height: 46px;
	}
}

input.search__input::placeholder {
	color: #9d9d9d
}

.search__form {
	display: flex;
	height: 100%;
	justify-content: space-between
}

.search__btn {
	position: relative;
	left: -5px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	width: 100%;
	max-width: 100px;
	background: url(../../images/redesign4/search.svg) no-repeat #76bc21 right 10px center;
	padding-right: 20px;
	border-radius: 0 4px 4px 0 !important;
}

@media (max-width: 760px) {
	.search__btn {
		left: -1px;
		border: 2px solid #76bc21;
	}
}

@media (min-width: 761px) {
	/*.search__btn:before {
		left: -8px;
		border: 9px solid transparent;
		border-top: 38px solid #fff
	}*/
}

.logo {
	width: 198px;
	height: 54px;
	z-index: 3;
}

@media(min-width: 761px) {
	.logo {
		margin-right: 29px;
	}
}

@media (max-width: 760px) {
	.logo {
		position: absolute;
		top: 12px;
		width: 170px;
	}
}

.h-personal-authorized__name-link, .h-personal-authorized__name-link:visited {
	color: #555;
}

@media (max-width: 999px) {
	.h-personal {
		display: none
	}
}

@media (min-width: 1000px) {
	.h-personal {
		margin-left: 32px;
		color: #555;
		font-size: 13px;
		line-height: 16px;
		height: 20px;
		background: url(../../images/redesign4/personal.svg?19eff37fcb3ad64ac7c9cdece5d213e4) no-repeat left -1px;
		padding-left: 20px;
		margin-top: 2px
	}
}

@media (min-width: 1000px) and (max-width: 1240px) {
	.h-personal {
		position: absolute;
		top: -38px;
		right: 0
	}
}

@media (min-width: 1241px) {
	.h-personal {
		position: relative;
		font-size: 15px;
	}
}

.h-personal:hover {
	background-image: url(../../images/redesign4/personal-active.svg);
}

.h-personal__login, .h-personal__registration {
	cursor: pointer
}

.h-personal__trait {
	display: inline-block;
	margin: 0 5px
}

/*.h-personal.n-authorized .h-personal__login, .h-personal.n-authorized .h-personal__registration, .h-personal.n-authorized .h-personal__trait {*/
/*	display: none*/
/*}*/

.h-personal.n-authorized .h-personal-authorized {
	display: flex
}

.h-personal-authorized {
	display: none
}

.h-personal-authorized__name {
	font-weight: 500;
	border-bottom: 1px dashed #c4c4c4;
	padding-bottom: 2px
}

.h-personal:hover .h-personal-authorized__name,
.h-personal:hover .h-personal__login {
	color: #76bc21;
}

.h-personal-authorized__balance {
	margin: 0 5px;
	font-size: 13px;
	color: #555
}

.h-personal-authorized__bonus {
	font-weight: 500;
	font-size: 13px;
	color: #76bc21
}

@media (max-width: 999px) {
	.basket {
		display: none
	}
}

@media (min-width: 1000px) {
	.basket {
		margin-left: 32px;
		color: #555;
		font-size: 15px;
		line-height: 16px;
		height: 20px;
		padding-left: 47px;
		margin-top: 2px;
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.55 15.1C16.0253 15.1 15.6 15.5253 15.6 16.05C15.6 16.5747 16.0253 17 16.55 17C17.0747 17 17.5 16.5747 17.5 16.05C17.5 15.5253 17.0747 15.1 16.55 15.1ZM14.5 16.05C14.5 14.9178 15.4178 14 16.55 14C17.6822 14 18.6 14.9178 18.6 16.05C18.6 17.1822 17.6822 18.1 16.55 18.1C15.4178 18.1 14.5 17.1822 14.5 16.05Z' fill='%23555555'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.55 15.1C10.0253 15.1 9.6 15.5253 9.6 16.05C9.6 16.5747 10.0253 17 10.55 17C11.0747 17 11.5 16.5747 11.5 16.05C11.5 15.5253 11.0747 15.1 10.55 15.1ZM8.5 16.05C8.5 14.9178 9.41781 14 10.55 14C11.6822 14 12.6 14.9178 12.6 16.05C12.6 17.1822 11.6822 18.1 10.55 18.1C9.41781 18.1 8.5 17.1822 8.5 16.05Z' fill='%23555555'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2.55C4 2.24624 4.24624 2 4.55 2H7.27581C7.59306 2 7.86396 2.22902 7.91674 2.54185L8.33154 5H19.434C19.836 5 20.1416 5.36116 20.0751 5.75757L18.934 12.5576C18.8815 12.8707 18.6104 13.1 18.293 13.1H9.13232C8.81506 13.1 8.54416 12.871 8.49138 12.5582L6.89538 3.1H4.55C4.24624 3.1 4 2.85376 4 2.55ZM8.51716 6.1L9.51274 12H17.9122L18.9022 6.1H8.51716Z' fill='%23555555'/%3e%3c/svg%3e") no-repeat 20px -2px;
	}

    .basket:hover {
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4841 13.0189C11.9622 13.0189 11.5391 13.4416 11.5391 13.963C11.5391 14.4845 11.9622 14.9071 12.4841 14.9071C13.006 14.9071 13.4291 14.4845 13.4291 13.963C13.4291 13.4416 13.006 13.0189 12.4841 13.0189ZM10.4448 13.963C10.4448 12.8379 11.3578 11.9258 12.4841 11.9258C13.6103 11.9258 14.5234 12.8379 14.5234 13.963C14.5234 15.0882 13.6103 16.0003 12.4841 16.0003C11.3578 16.0003 10.4448 15.0882 10.4448 13.963Z' fill='%23569f15'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51534 13.0189C5.99342 13.0189 5.57032 13.4416 5.57032 13.963C5.57032 14.4845 5.99342 14.9071 6.51534 14.9071C7.03726 14.9071 7.46037 14.4845 7.46037 13.963C7.46037 13.4416 7.03726 13.0189 6.51534 13.0189ZM4.47607 13.963C4.47607 12.8379 5.38908 11.9258 6.51534 11.9258C7.64159 11.9258 8.55461 12.8379 8.55461 13.963C8.55461 15.0882 7.64159 16.0003 6.51534 16.0003C5.38908 16.0003 4.47607 15.0882 4.47607 13.963Z' fill='%23569f15'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.546584C0 0.244714 0.244954 0 0.547121 0H3.25866C3.57425 0 3.84373 0.227598 3.89624 0.53848L4.30887 2.98137H15.3532C15.7531 2.98137 16.0571 3.34028 15.9909 3.73423L14.8558 10.492C14.8036 10.8031 14.5339 11.0311 14.2181 11.0311H5.10545C4.78986 11.0311 4.52037 10.8035 4.46786 10.4926L2.88022 1.09317H0.547121C0.244954 1.09317 0 0.848454 0 0.546584ZM4.49351 4.07453L5.48388 9.93789H13.8394L14.8242 4.07453H4.49351Z' fill='%23569f15'/%3e%3c/svg%3e") no-repeat 24px -2px;
        background-size: 16px 20px;
    }
}

.basket.active .basket__full, .basket.active .basket__summ {
	display: block
}

.basket.active .basket__title, .basket__full, .basket__summ {
	display: none
}

.basket.active {
	position: relative;
	color: #fff;
	font-weight: 500;
	padding: 12px 12px 12px 50px;
	height: auto;
	border-radius: 3px;
	background: url(../../images/redesign4/basket-full.svg?7a85f1cd7aeb0a92c00c559aea52f0ac) no-repeat #434343 left 11px top 9px;
	margin-top: 0
}

.basket__icon_empty {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	position: relative;
	top: -1px;
}

.basket:hover .basket__icon_empty svg {

}

.basket:hover .basket__icon_empty path {
	fill: #76bc21;
}

.basket.active .basket__icon_empty {
	display: none;
}

.basket__count {
	position: absolute;
	top: 6px;
	left: 26px;
	display: block;
	width: 16px;
	height: 16px;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 9px;
	line-height: 16px;
	background-color: #fff;
	border-radius: 50%
}
#basketCost > span.rub {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	font-weight: 500;
}

@media (max-width: 999px) {
	.nav {
		padding: 0 16px;
	}
}

.menu-top {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	border-radius: 6px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

@media (max-width: 760px) {
	.menu-top {
		display: none;
	}
}

@media (min-width: 760px) {
	.menu-top {
		margin-top: 17px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
		background-color: #f5f5f5;
	}
}

@media (max-width: 999px) {
	.menu-top {
		overflow-x: scroll;
		overflow-y: hidden;
		height: 44px
	}

	.menu-top::-webkit-scrollbar {
		display: none
	}

	.menuTopFootball {
		display: none !important;
	}
}

@media (min-width: 760px) and (max-width: 999px) {
	.menu-top {
		white-space: nowrap
	}
}

@media (min-width: 1000px) {
	.menu-top {
		background-color: #f5f5f5;
		padding-right: 20px;
		height: 40px;
		width: inherit;
	}
}

.menu-top__item {
	height: 100%;
	margin-top: -1px;
	margin-right: 10px;
}

@media (max-width: 760px) {
	.menu-top__item {
		flex: 0 0 134px;
		width: 134px;
		margin-right: 4px
	}
}

.menu-top__item.highlight a {
	color: #e01e3e
}

.menu-top__link {
	color: #555555;
	font-weight: 500;
	align-items: center;
	display: flex;
	height: 100%;
	margin-top: 1px;
	text-transform: uppercase;
	padding: 0 12px;
	font-size: 12px;
	line-height: 12px;
	justify-content: center;
	letter-spacing: 0.2px;
	text-decoration: none;
}

.menu-top__link.menuTopAllPromoLink {
	color: #CE1037;
}

.menu-top__link.menuTopAllPromoLink:hover {
	color: #76bc21;
}

@media (max-width: 999px) {
	.mobile-info {
		position: absolute
	}
}

@media (min-width: 760px) and (max-width: 999px) {
	.mobile-info {
		top: 22px;
		right: 30px
	}
}

@media (max-width: 760px) {
	.mobile-info {
		top: 26px;
		right: 14px
	}
}

@media (min-width: 1000px) {
	.mobile-info {
		display: none
	}
}

.mobile-info__livetex {
	background: url(../../images/redesign4/livetex.svg?147a8d02a2b52ca496c0d62f32cc8e84) no-repeat;
	margin-right: 26px;
	margin-left: 26px;
}

.mobile-info__livetex, .mobile-info__phone, .mobile-info__shops, .mobile-info__eldohappy {
	display: inline-block;
	width: 20px;
	height: 20px
}

.mobile-info__phone {
	background: url(../../images/redesign4/phone.svg?de4f33a6d04af63899083e10b307f1cf) no-repeat
}

.mobile-info__shops {
	background: url(../../images/redesign4/store_map.svg?de4f33a6d04af63899083e10b307f4cf) no-repeat;
	width: 24px;
}

.mobile-info__eldohappy {
	background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='white'/%3E%3Cpath d='M30 14.599H17.6L18.6663 9L2 17.3998H14.4L13.3337 23L30 14.599Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A") no-repeat;
	background-size: 20px;
	margin-right: 25px;
}

@media (max-width: 761px) {
	.mobile-info__eldohappy {
		display: none;
	}
}
@media (max-width: 330px) {
	.mobile-info__shops {
		display: none;
	}
}

@media (min-width: 1000px) and (max-width: 1239px) {
	.subscribe {
		margin-top: 26px
	}
}

.subscribe__form {
	display: flex
}

.subscribe__title {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #9d9d9d;
	margin-bottom: 9px
}

.subscribe__input {
	flex: 0 0 175px;
	padding: 0 16px;
	line-height: 13px;
	font-size: 12px;
	border: 1px solid #c4c4c4;
	border-radius: 2px 0 0 2px;
	background-color: #fff;
}

.subscribe__input:focus {
	border: 1px solid #76bc21
}

.subscribe__btn {
	flex: 0 0 90px;
	cursor: pointer;
	height: 30px;
	background-color: #76bc21;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	font-weight: 500;
	border-radius: 0 2px 2px 0;
}

.subscribe__checkbox-container {
	display: flex;
	margin-top: 8px
}

.subscribe__checkbox {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	margin-right: 7px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 2px
}

.subscribe__checkbox:after {
	position: absolute;
	opacity: 0;
	content: "";
	width: 18px;
	height: 19px;
	top: -19px;
	left: 0;
	background: url(https://www.eldorado.ru/static_spa/assets/checkbox-mark-grey.da56eb60.svg) no-repeat;
	transition: all .2s ease 0s
}

.subscribe__checkbox_checked:after {
	opacity: 1;
	top: -6px
}

.footer-info__right-subscribe .pers-data-checkbox {
	display: inline-block;
	margin-top: 0px;
	width: 16px;
	height: 16px;
	border: solid 1px #d9d9d9;
	background-color: #fff;
	border-radius: 2px;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 4px;
}

.footer-info__right-subscribe .pers-data-inpt:checked + #pers-data-agree-styler + .pers-data-checkbox:after {
	opacity: 1;
	top: -2px;
	transition: all 0.2s;
}

.subscribe__text {
	font-size: 11px;
	cursor: pointer;
	line-height: 16px;
	color: #9d9d9d
}

.subscribe__text a {
	color: #9d9d9d;
	border-bottom: 1px dotted
}

.subscribe__form_error .error_footer {
	display: block
}

.subscribe__form_error .subscribe__input {
	border: 1px solid red
}

.subscribe__form_error .subscribe__btn {
	background-color: red
}

.mobile-navigation {
	z-index: 24;
}

@media (min-width: 1000px) {
	.mobile-navigation {
		display: none;
	}
}

.footer {
	padding-bottom: 0;
}

@media (max-width: 999px) {
	.mobile-navigation {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 14;
		height: 59px;
		background-color: #262626;
		box-shadow: 0 -2px 7px rgba(0, 0, 0, .08);
	}
	.footer {
		padding-bottom: 59px;
	}
}

.mobile-navigation__list {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

@media (min-width: 760px) and (max-width: 999px) {
	.mobile-navigation__list {
		width: 410px;
		margin: 0 auto;
	}
}

@media (max-width: 760px) {
	.mobile-navigation__list {
		max-width: 320px;
		margin: 0 auto;
	}
}

.mobile-navigation__item {
	position: relative;
	display: flex;
	align-items: flex-end;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 10px;
	color: #fff;
	width: 66px;
	justify-content: center;
	background-position: center top 9px;
	background-repeat: no-repeat;
}

.mobile-navigation__item.active,
.mobile-navigation__item:active {
	color: #76bc21;
}

.mobile-navigation__item.mobile-navigation__item_home.active,
.mobile-navigation__item:active.mobile-navigation__item_home {
	background-image: url(../../images/redesign4/home-active.svg?5f3f5876920efc6bad0979f0d1db8d2e)
}

.mobile-navigation__item.mobile-navigation__item_catalog.active,
.mobile-navigation__item:active.mobile-navigation__item_catalog {
	background-image: url(../../images/redesign4/nav-search-active.svg?22782f2ef912cdbf54f30d7ba6b647e3)
}

.mobile-navigation__item.mobile-navigation__item_basket.active,
.mobile-navigation__item:active.mobile-navigation__item_basket {
	background-image: url(../../images/redesign4/nav-basket-active.svg?57d7570df2bbf61968cef071927dc54c);
}

.mobile-navigation__item:active.mobile-navigation__item_stock {
	background-image: url(../../images/redesign4/stock-active.svg?72076834215aae9fbcfa2b3226436da2)
}

.mobile-navigation__item.mobile-navigation__item_profile.active,
.mobile-navigation__item:active.mobile-navigation__item_profile {
	background-image: url(../../images/redesign4/profile-active.svg?7cd72e1f864a1d6374b4db6a4feed9df)
}

.mobile-navigation__item.mobile-navigation__item_menu.active,
.mobile-navigation__item:active.mobile-navigation__item_menu {
	background-image: url(../../images/redesign4/nav-menu-active.svg?5f3f5876920efc6bad0979f0d1db8d2e)
}

.mobile-navigation__item_home {
	background-image: url(../../images/redesign4/home.svg?b81e464600d15f75bebc0ae1fc0be100)
}

.mobile-navigation__item_catalog {
	background-image: url(../../images/redesign4/nav-search.svg?c108bd13f5a3e8b0c3900116a0e4d35b)
}

.mobile-navigation__item_basket {
	background-image: url(../../images/redesign4/nav-basket.svg?31e76dd0fac00fb524af26e0155e62a3);
}

.mobile-navigation__item_stock {
	background-image: url(../../images/redesign4/stock.svg?34b1d58e3f62c6f9d82b9847d6b2c081)
}

.mobile-navigation__item_profile {
	background-image: url(../../images/redesign4/profile.svg?444efb8ed0ab5afce49ee1dace1dad98)
}

.mobile-navigation__item_menu {
	background-image: url(../../images/redesign4/nav-menu.svg?444efb8ed0ab5afce49ee1dace1dad98)
}

.mobile-navigation__count {
	display: none;
	width: 16px;
	height: 16px;
	font-size: 10px;
	background-color: #76bc21;
	color: #fff;
	border-radius: 50%;
	padding: 2px 0 1px;
	text-align: center;
	top: 7px;
	right: 15px;
	position: absolute
}

.eldo {
	display: flex;
	justify-content: space-between
}

@media (min-width: 1000px) {
	.eldo {
		margin-top: 20px
	}
}

@media (max-width: 999px) {
	.eldo {
		overflow-x: scroll;
		overflow-y: hidden
	}

	.eldo::-webkit-scrollbar {
		display: none
	}
}

.eldo__block {
	flex: 0 0 280px;
	width: 280px
}

@media (max-width: 999px) {
	.eldo__block {
		margin-right: 20px
	}
}

.eldo__item {
	position: relative;
	display: inline-flex;
	overflow: hidden
}

.eldo__item:nth-child(3) {
	margin-right: 6px
}

.eldo__item:not(:nth-child(2)) {
	width: 48%;
	margin-top: 6px
}

.eldo__item:not(:nth-child(2)) .eldo__text {
	padding: 7px;
	font-size: 12px;
	line-height: 16px
}

@media (max-width: 999px) {
	.eldo__item:not(:nth-child(2)) .eldo__text {
		top: 0;
		align-items: flex-end;
		display: flex;
		border-radius: 6px
	}
}

.eldo__item:not(:nth-child(2)) .eldo__btn-play {
	position: absolute;
	top: calc(50% - 18px);
	left: calc(50% - 28px);
	width: 60px;
	height: 40px
}

.eldo__item:not(:nth-child(2)) .eldo__btn-play:before {
	left: calc(50% - 3px);
	top: calc(50% - 12px);
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-right: 0;
	border-left: 12px solid #fff
}

.eldo__item:hover .eldo__overlay {
	opacity: .3
}

.eldo__item:hover .eldo__btn-play {
	opacity: 1
}

.eldo__image {
	max-width: 100%;
	border-radius: 6px
}

.eldo__title {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.eldo__title:hover path {
	stroke: #76bc21
}

@media (min-width: 761px) {
	.eldo__title {
		margin-left: 10px
	}
}

@media (min-width: 1000px) {
	.eldo__title {
		margin-bottom: 10px
	}
}

.eldo__text {
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .44), rgba(0, 0, 0, .44));
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 20px;
	width: 100%;
	border-radius: 0 0 6px 6px
}

.eldo__overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 10px
}

.eldo__btn-play, .eldo__overlay {
	position: absolute;
	opacity: 0;
	transition: opacity .5s ease 0s
}

.eldo__btn-play {
	top: calc(50% - 26px);
	left: calc(50% - 40px);
	width: 80px;
	height: 60px;
	background: #76bc21;
	border-radius: 13px
}

.eldo__btn-play:before {
	content: "";
	position: absolute;
	left: calc(50% - 7px);
	top: calc(50% - 18px);
	border-bottom: 18px solid transparent;
	border-top: 18px solid transparent;
	border-right: 0;
	border-left: 18px solid #fff
}

@media (min-width: 1000px) {
	.brand {
		margin-top: 47px
	}
}

@media (max-width: 760px) {
	.brand__title {
		margin: 20px 0
	}
}

@media (max-width: 760px) {
	.brand__list {
		display: flex;
		overflow-x: scroll;
		overflow-y: hidden
	}

	.brand__list::-webkit-scrollbar {
		display: none
	}
}

@media (min-width: 761px) and (max-width: 999px) {
	.brand__list {
		column-count: 5
	}
}

@media (min-width: 1000px) {
	.brand__list {
		display: flex;
		flex-wrap: wrap
	}
}

.brand__item {
	display: inline-flex;
	width: 130px;
	flex: 0 0 130px;
	height: 64px;
	margin-bottom: 16px;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 6px;
	border: 2px solid #f5f5f5
}

@media (max-width: 760px) {
	.brand__item {
		margin-right: 16px
	}
}

@media (min-width: 1000px) {
	.brand__item {
		margin-right: 32px
	}

	.brand__item:nth-child(6n) {
		margin-right: 0
	}
}

.brand__item:hover {
	border: 2px solid #76bc21
}

.brand__image {
	max-width: 100%
}

.slider {
	display: flex;
	justify-content: space-between;
	position: relative
}

@media (max-width: 999px) {
	.slider {
		overflow-x: scroll;
		overflow-y: hidden
	}

	.slider::-webkit-scrollbar {
		display: none
	}
}

.slider__item {
	display: inline-flex
}

.slider__arrows-left, .slider__arrows-right {
	position: absolute;
	width: 60px;
	height: 44px;
	display: block;
	background: hsla(0, 0%, 100%, .7);
	box-shadow: 0 0 0 6px hsla(0, 0%, 100%, .3);
	border-radius: 40px;
	cursor: pointer;
	top: calc(50% - 22px)
}

.slider__arrows-left svg, .slider__arrows-right svg {
	z-index: 21;
	position: relative;
	margin-left: -28px;
	top: 2px
}

.slider__arrows-left:hover path, .slider__arrows-right:hover path {
	opacity: 1
}

.slider__arrows-left:active path, .slider__arrows-right:active path {
	fill: #76bc21
}

.slider__arrows-right {
	right: -33px
}

.slider__arrows-left {
	left: -33px;
	transform: rotate(-180deg)
}

@media (max-width: 999px) {
	.slider__arrows {
		display: none
	}
}

.slider__navigation {
	display: flex;
	position: absolute;
	justify-content: center;
	bottom: -34px;
	width: 100%
}

@media (max-width: 999px) {
	.slider__navigation {
		display: none
	}
}

.slider__navigation-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	background-color: #fff;
	cursor: pointer
}

.slider__navigation-item:hover span {
	background-color: #434343
}

.slider__navigation-item:last-child {
	margin-right: 0
}

.slider__navigation-item span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e9e9e9
}

.slider__navigation-item_active span {
	background-color: #a8d470
}

.products-advertising {
	padding-bottom: 40px
}

@media (min-width: 1000px) {
	.products-advertising {
		margin-top: 37px
	}
}

@media (max-width: 760px) {
	.products-advertising__title {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

@media (min-width: 761px) {
	.products-advertising__title svg {
		display: none
	}
}

.products-advertising__item {
	margin-right: 20px
}

@media (max-width: 760px) {
	.products-advertising__item {
		min-width: 262px
	}
}

@media (min-width: 761px) and (max-width: 999px) {
	.products-advertising__item {
		min-width: 460px
	}
}

.products-advertising__item:last-of-type {
	margin-right: 0
}

.products-advertising__image {
	max-width: 100%
}

.wide-slider {
	padding-bottom: 40px;
	margin-top: 50px
}

@media (max-width: 999px) {
	.wide-slider {
		display: none
	}
}

.wide-slider__image {
	max-width: 100%
}

.check-bonus {
	padding: 28px 0;
	position: relative
}

@media (min-width: 761px) {
	.check-bonus {
		border-bottom: 1px solid #d9d9d9;
		background-color: #f5f5f5;
		padding: 40px 0;
		margin-top: 120px
	}
}

@media (min-width: 1240px) {
	.check-bonus {
		padding: 52px 0 35px
	}
}

.check-bonus__wrapper {
	display: flex
}

@media (max-width: 760px) {
	.check-bonus__wrapper {
		flex-direction: column;
		align-items: flex-start
	}
}

@media (min-width: 761px) {
	.check-bonus__wrapper {
		align-items: center;
		justify-content: center
	}
}

@media (min-width: 761px) and (max-width: 999px) {
	.check-bonus__wrapper {
		padding-left: 31px
	}
}

@media (min-width: 1000px) and (max-width: 1239px) {
	.check-bonus__wrapper {
		padding-left: 48px
	}
}

@media (min-width: 1240px) {
	.check-bonus__wrapper {
		display: block
	}
}

.check-bonus__block {
	display: flex
}

@media (max-width: 760px) {
	.check-bonus__block {
		width: 100%
	}
}

@media (min-width: 761px) {
	.check-bonus__block {
		margin-left: 24px
	}
}

@media (min-width: 1240px) {
	.check-bonus__block {
		margin-top: 27px;
		margin-left: 0
	}
}

.check-bonus__list {
	display: none
}

@media (min-width: 1240px) {
	.check-bonus__list {
		display: flex;
		flex-grow: 1;
		margin-left: 62px
	}
}

.check-bonus__image {
	position: absolute
}

@media (max-width: 760px) {
	.check-bonus__image {
		display: none
	}
}

@media (min-width: 761px) {
	.check-bonus__image {
		top: -139px;
		left: -16px
	}
}

@media (min-width: 1000px) {
	.check-bonus__image {
		left: -16px
	}
}

@media (min-width: 1000px) and (max-width: 1239px) {
	.check-bonus__image {
		top: -137px
	}
}

@media (min-width: 1240px) {
	.check-bonus__image {
		top: -135px
	}
}

.check-bonus__item {
	display: inline-flex;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	max-width: 213px;
	margin-right: 6px
}

.check-bonus__item:last-child {
	margin-right: 0
}

.check-bonus__item:nth-child(2) {
	margin-right: 48px
}

.check-bonus__item:nth-child(3) {
	margin-right: 36px
}

.check-bonus__item svg {
	margin-top: 8px;
	margin-right: 4px;
	flex: 0 0 28px
}

.check-bonus__text {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500
}

.check-bonus__text-small {
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin-top: 5px
}

.check-bonus__title {
	position: relative
}

@media (max-width: 760px) {
	.check-bonus__title {
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
		color: #434343;
		display: block;
		margin: 5px 0 8px
	}
}

@media (min-width: 761px) {
	.check-bonus__title {
		font-weight: 500;
		font-size: 24px;
		line-height: 24px;
		color: #262626
	}
}

.check-bonus__title-mobile {
	display: inline-flex;
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	color: #262626
}

.check-bonus__title-mobile svg {
	margin: 2px 0 0 6px
}

@media (min-width: 761px) {
	.check-bonus__title-mobile {
		display: none
	}
}

.check-bonus__btn {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	background-color: #76bc21;
	padding: 18px 50px
}

@media (max-width: 760px) {
	.check-bonus__btn {
		width: 100%
	}
}

@media (min-width: 761px) {
	.check-bonus__btn {
		padding: 16px 50px
	}
}

@media (min-width: 1240px) {
	.check-bonus__btn {
		margin-top: 7px;
		padding: 18px 50px
	}
}

.promo-banners {
	margin-top: 42px;
	display: flex;
	justify-content: space-between
}

@media (max-width: 999px) {
	.promo-banners {
		display: none
	}
}

.banner-sale {
	width: 460px;
	height: 280px;
	background-color: grey;
	border-radius: 6px;
	padding: 16px 0 0 20px
}

.banner-sale__title {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px
}

.banner-sale__item {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 30px;
	transition: all .2s ease 0s
}

.banner-sale__item:hover {
	color: #76bc21
}

.banner-sale__item:hover path {
	fill: #76bc21
}

.banner-sale__item svg {
	margin: 3px 0 0 12px
}

.banner-sale-promo {
	width: 460px;
	height: 280px;
	border-radius: 6px;
	position: relative;
	padding: 15px 20px;
	background-image: url(https://static.eldorado.ru/promo/src/images/banner_eldoblog_blue-min.jpg);
	background-size: cover;
	background-position: 50%;
	background-color: #bac1eb
}

.banner-sale-promo__title {
	font-size: 15px;
	line-height: 22px;
	color: #000;
	position: absolute;
	bottom: 65px;
	right: 0;
	left: 0;
	margin: 0 auto 15px;
	display: block;
	padding: 0 20px;
	font-weight: 500;
	text-align: center
}

.banner-sale-promo__image {
	top: 33px;
	width: 199px;
	height: 130px;
	background-position: 50%;
	background-image: url(https://static.eldorado.ru/promo/src/images/eldoblog_logo2.svg);
	background-size: 100%
}

.banner-sale-promo__btn, .banner-sale-promo__image {
	display: block;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute
}

.banner-sale-promo__btn {
	bottom: 20px;
	width: 126px;
	font-size: 11px;
	background: #fff;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	color: #262626;
	font-weight: 500;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	transition: all .2s ease 0s
}

.banner-sale-promo__btn svg {
	margin-left: 10px
}

.banner-sale-promo__btn:hover {
	color: #76bc21
}

.banner-sale-promo__btn:hover path {
	fill: #76bc21
}

@media (min-width: 1000px) {
	.eldo-sale {
		margin-top: 47px
	}
}

@media (max-width: 760px) {
	.eldo-sale__title {
		margin: 20px 0
	}
}

@media (min-width: 761px) {
	.eldo-sale__title {
		font-weight: 500;
		font-size: 24px;
		line-height: 24px
	}
}

.eldo-sale .slider__arrows-left, .eldo-sale .slider__arrows-right {
	top: 59px
}

.product__item {
	display: block
}

@media (max-width: 760px) {
	.product__item {
		margin-right: 32px
	}
}

@media (min-width: 761px) and (max-width: 999px) {
	.product__item {
		margin-right: 73px
	}
}

@media (max-width: 999px) {
	.product__item {
		flex: 0 0 180px
	}
}

@media (min-width: 1000px) {
	.product__item {
		width: 208px;
		height: 396px;
		margin-right: 24px
	}
}

.product__shields-container {
	position: relative;
	height: 34px
}

.product__image-block {
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 999px) {
	.product__image-block {
		margin: 0 auto 4px;
		flex: 0 0 160px;
		max-width: 160px;
		height: 180px
	}
}

@media (min-width: 1000px) {
	.product__image-block {
		flex: 0 0 180px;
		max-width: 180px;
		height: 180px;
		margin: 0 auto 20px
	}
}

@media (max-width: 999px) {
	.product__image-block + .product__rating {
		margin-top: 38px
	}
}

@media (min-width: 1000px) {
	.product__image-block + .product__rating {
		margin-top: 54px
	}
}

.product__image {
	max-width: 100%
}

.product__rating-count {
	font-size: 13px;
	line-height: 18px;
	margin-left: 7px;
	position: relative;
	top: -1px;
	color: #555
}

.product__rating-count:hover {
	color: #76bc21
}

.product__old-price-block {
	margin-bottom: 8px
}

.product__block-price {
	display: flex;
	flex-direction: column;
	margin-bottom: 8px
}

.product__old-price {
	position: relative;
	font-size: 13px;
	line-height: 18px;
	color: #9d9d9d
}

.product__old-price:before {
	content: "";
	position: absolute;
	top: 9px;
	height: 1px;
	width: 100%;
	background-color: #9d9d9d
}

.product__profit {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	background-color: #76bc21;
	border-radius: 9px 3px 3px 5px;
	padding: 1px 4px
}

.product__profit:before {
	content: "";
	position: absolute;
	left: -2px;
	bottom: -5px;
	border: 3px solid transparent;
	border-top: 18px solid #fff
}

.product__btn {
	padding: 12px;
	background-color: #76bc21;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	align-self: flex-start;
	border-radius: 3px;
	transition: all .2s ease 0s
}

.product__btn:hover {
	background-color: #569f15
}

.product__btn_dark {
	background-color: #434343
}

.product__btn_dark:hover {
	background-color: #262626
}

.product__rating {
	height: 16px;
	margin-bottom: 8px
}

.productPrice {
	font-weight: 500;
	color: #262626;
	font-size: 18px;
	line-height: 25px
}

.productPrice:only-child {
	margin-top: 28px
}

.productTitle {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #262626;
	font-size: 13px;
	margin-bottom: 8px;
	max-height: 32px;
	min-height: 32px;
	overflow: hidden;
	line-height: 18px
}

.productTitle:hover {
	color: #76bc21
}

.shields {
	position: absolute;
	bottom: 10px;
	min-height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.shields__bonus {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	background-color: #f5f5f5;
	width: max-content;
	padding-right: 8px;
	margin-bottom: 8px;
	border-radius: 3px
}

.shields__bonus:only-child {
	margin-bottom: 0
}

.shields__bonus b {
	font-weight: 500;
	color: #262626
}

.shields__bonus-lightning {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 24px;
	background-color: #76bc21;
	margin-right: 8px;
	border-radius: 3px
}

.shields__bonus-price {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	background-color: #f5f5f5;
	width: max-content;
	padding-right: 8px;
	border-radius: 3px
}

.shields__bonus-new-price {
	position: relative;
	color: #262626;
	font-weight: 500;
	line-height: 12px;
	padding: 6px 1px 6px 4px;
	background-color: #ffe066;
	margin-right: 8px;
	border-radius: 3px
}

.shields__bonus-new-price:after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: 0;
	border-top: 0;
	border-left: 6px solid #ffe066;
	border-bottom: 24px solid transparent;
	border-radius: 0 3px 3px 0
}

.whereBuy {
	margin: 20px 0
}

@media (min-width: 761px) {
	.whereBuy {
		display: none
	}
}

.whereBuyTitle {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.whereBuyTitle:active path {
	stroke: #76bc21
}

.whereBuyCount {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 17px
}

.whereBuyImage {
	max-width: 100%;
	border-radius: 6px
}

.mainBanner {
	display: flex
}

@media (max-width: 999px) {
	.mainBanner {
		overflow-x: scroll;
		overflow-y: hidden;
		margin-bottom: 40px
	}

	.mainBanner::-webkit-scrollbar {
		display: none
	}
}

@media (min-width: 1000px) {
	.mainBanner {
		width: 576px
	}
}

.mainBannerLink {
	position: relative;
	display: flex;
	justify-content: center;
	border: 1px solid #fff
}

.mainBannerLink:before {
	content: "";
	height: 100%;
	width: 4px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: 21
}

.mainBannerLink:before, .mainBannerLink:first-child:not(.active) {
	border-radius: 6px 0 0 6px
}

@media (max-width: 760px) {
	.mainBannerLink {
		border: 4px solid #fff
	}

	.mainBannerLink:before {
		content: none
	}
}

@media (min-width: 1000px) {
	.mainBannerLink {
		min-width: 39px;
		overflow: hidden
	}
}

.mainBannerLink.active {
	border-radius: 6px;
	width: 220px;
	flex: 0 0 220px
}

.mainBannerLink.active:before {
	content: none
}

.mainBannerLink.active ~ .mainBannerLink {
	border-radius: 0 6px 6px 6px
}

.mainBannerLink.active ~ .mainBannerLink:before {
	left: 0;
	border-radius: 0 6px 6px 0
}

.mainBannerLink .svgIcon {
	position: absolute;
	top: 7px;
	right: 8px
}

@media (min-width: 1000px) {
	.mainBannerLink .svgIcon {
		display: none
	}
}

@media (min-width: 1000px) {
	.mainBannerImage {
		filter: grayscale(100%);
		opacity: .3;
		background: #f5f5f5
	}
}

.mainBannerImage:hover {
	opacity: 1;
	filter: grayscale(0)
}

@media (max-width: 999px) {
	.mainBannerImage {
		border-radius: 6px
	}
}

.active .mainBannerImage {
	border-radius: 6px;
	opacity: 1;
	filter: grayscale(0)
}

.active .svgIcon {
	display: block
}

.productOfTheDay {
	display: flex
}

@media (min-width: 1000px) {
	.productOfTheDay {
		max-width: 333px
	}
}

.productOfTheDay.slider {
	justify-content: flex-start
}

@media (min-width: 1000px) {
	.productOfTheDay .product__btn {
		display: none
	}
}

@media (max-width: 999px) {
	.productOfTheDay .productPrice {
		margin-bottom: 8px
	}
}

@media (max-width: 999px) {
	.productOfTheDay .product__profit {
		display: block
	}
}

@media (max-width: 999px) {
	.productOfTheDay .product__old-price-block {
		display: flex;
		align-items: center;
		margin-bottom: 8px
	}
}

.productOfTheDay .productTitle {
	margin-bottom: 12px
}

@media (max-width: 999px) {
	.productOfTheDay .product__old-price {
		margin: 0 4px 0 0
	}
}

.productOfTheDayBlock {
	position: relative
}

@media (max-width: 999px) {
	.productOfTheDayBlock {
		flex: 0 0 180px;
		margin-right: 31px
	}
}

@media (min-width: 1000px) {
	.productOfTheDayBlock {
		overflow: hidden;
		border-radius: 6px 0 0 6px;
		min-width: 50px;
		padding-left: 4px
	}

	.productOfTheDayBlock:before {
		content: "";
		height: 100%;
		width: 4px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 6px 0 0 6px;
		background-color: #fff;
		z-index: 21
	}
}

@media (min-width: 1000px) {
	.productOfTheDayBlock.active {
		width: 224px;
		flex: 0 0 224px
	}

	.productOfTheDayBlock.active ~ .productOfTheDayBlock .productOfTheDayImageBlock {
		width: 100%;
		justify-content: flex-end
	}

	.productOfTheDayBlock.active ~ .productOfTheDayBlock .productOfTheDayItem {
		left: -167px
	}
}

@media (min-width: 1000px) {
	.productOfTheDayBlock:not(.active) {
		filter: grayscale(100%);
		opacity: .6
	}

	.productOfTheDayBlock:not(.active) .productOfTheDayProfit {
		display: none
	}
}

.productOfTheDayBlock:not(.active):hover {
	opacity: 1;
	filter: grayscale(0)
}

.productOfTheDayBlock:not(.active) .productOfTheDayTimer {
	opacity: 0
}

.productOfTheDayItem {
	position: relative
}

@media (min-width: 1000px) {
	.productOfTheDayItem {
		padding: 7px 16px 19px;
		width: 220px;
		height: 300px;
		background-color: #f5f5f5;
		border: 4px solid #f5f5f5;
		border-radius: 6px
	}
}

.active .productOfTheDayItem, .productOfTheDayItem:hover {
	background-color: #fff
}

@media (min-width: 1000px) {
	.active .productOfTheDayItem:hover {
		border: 4px solid #76bc21
	}
}

.productOfTheDayTimer {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #9d9d9d;
	text-align: right;
	padding-right: 7px;
	margin-bottom: 7px
}

@media (max-width: 999px) {
	.productOfTheDayTimer {
		display: none
	}
}

.productOfTheDayImageBlock {
	display: flex;
	align-items: center;
	margin-bottom: 8px
}

@media (max-width: 999px) {
	.productOfTheDayImageBlock {
		width: 160px;
		height: 160px;
		justify-content: center
	}
}

@media (min-width: 1000px) {
	.productOfTheDayImageBlock {
		width: 120px;
		height: 120px
	}
}

.productOfTheDayImage {
	max-width: 100%
}

.productOfTheDayProfit {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80px;
	height: 80px;
	background-color: #76bc21;
	color: #fff;
	border-radius: 40px;
	font-weight: 500;
	font-size: 8.8px;
	line-height: 9px;
	box-shadow: 0 0 0 6px hsla(0, 0%, 100%, .5);
	text-transform: uppercase
}

@media (max-width: 999px) {
	.productOfTheDayProfit {
		top: 0;
		right: auto;
		left: 0
	}
}

@media (min-width: 1000px) {
	.productOfTheDayProfit {
		top: 29px;
		right: 16px
	}
}

.productOfTheDayPercent {
	display: block;
	font-size: 32px;
	line-height: 32px
}

.productOfTheDayPercent span {
	font-size: 19.2px;
	line-height: 19px
}

.productOfTheDayTimerMobile {
	font-weight: 500;
	margin-bottom: 32px
}

@media (max-width: 760px) {
	.productOfTheDayTimerMobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 18px;
		font-size: 20px
	}
}

@media (min-width: 761px) and (max-width: 999px) {
	.productOfTheDayTimerMobile {
		line-height: 24px;
		font-size: 24px
	}
}

@media (min-width: 1000px) {
	.productOfTheDayTimerMobile {
		display: none
	}
}

.productOfTheDayTimerMobile span {
	color: #9d9d9d
}

@media (max-width: 760px) {
	.productOfTheDayTimerMobile span {
		font-size: 16px;
		line-height: 16px
	}
}

@media (min-width: 761px) and (max-width: 999px) {
	.productOfTheDayTimerMobile span {
		font-size: 18px;
		line-height: 24px
	}
}

.productOfTheDayBtn {
	background: none;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 10px
}

.productOfTheDayBtn.in-cart .icon-plus:after, .productOfTheDayBtn.in-cart .icon-plus:before {
	background-color: #76bc21
}

.productOfTheDayBtn.in-cart path {
	fill: #76bc21
}

@media (max-width: 999px) {
	.productOfTheDayBtn {
		display: none
	}
}

.icon-plus {
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 15px;
	left: 17px
}

.icon-plus:after, .icon-plus:before {
	content: "";
	display: block;
	height: 2px;
	width: 9px;
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #9d9d9d;
	border-radius: 2px
}

.icon-plus:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.icon-plus--check.icon-transform:before {
	width: 5px;
	-webkit-transform: rotate(-135deg) translate(5%, -10%);
	transform: rotate(-135deg) translate(5%, -10%)
}

.icon-plus--check.icon-transform:after {
	width: 10px;
	-webkit-transform: rotate(-45deg) translate(20%, 10%);
	transform: rotate(-45deg) translate(20%, 10%)
}

.productOfTheDayEnded {
	display: none;
	position: absolute;
	top: 6px;
	left: 6px;
	background: hsla(0, 0%, 100%, .92);
	box-shadow: 0 0 0 6px hsla(0, 0%, 100%, .5);
	border-radius: 0 0 100% 100%/0 0 40% 40%;
	height: 100px;
	color: #262626;
	text-align: center
}

@media (min-width: 1000px) {
	.productOfTheDayEnded {
		padding: 0 30px
	}
}

.productOfTheDayEnded span {
	display: block
}

.productOfTheDayEnded:hover {
	background: #fff
}

.productOfTheDayEnded:hover .productOfTheDayMore {
	color: #76bc21
}

.productOfTheDayEnded:hover path {
	fill: #76bc21
}

.productOfTheDayTitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px
}

.productOfTheDayMore {
	margin: 8px 0;
	font-size: 13px;
	line-height: 14px
}

.menuTopCatalog {
	position: relative;
	margin-right: 12px;
	z-index: 12;
}

.menuTopCatalog:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 41px;
	background-color: #fff;
	transform: rotate(11deg);
	right: 2px;
	top: -1px;
}

.menuTopCatalogLink {
	color: #fff;
	padding: 0 17px 0 30px;
	font-weight: 500;
	align-items: center;
	display: flex;
	height: 100%;
	border-radius: 4px 8px 4px 4px;
	background: url(../../images/redesign4/catalog.svg?ec04d3fda65b0c53b03f83ec1d0a5c4a) no-repeat #76bc21 left 10px center;
	background-size: 14px;
	width: 115px;
	position: relative;
	clip-path: polygon(97% 0, 90% 100%, 0 100%, 0 0);
	box-sizing: border-box;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
}
.menuTopCatalogLink:hover {
	color: #fff;
}

.menuTopFootball {
	position: relative;
	display: flex;
	justify-content: center;
	height: 40px;
	width: 148px;
	flex: 0 0 148px;
	margin-top: 17px;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	color: #555;
	text-transform: uppercase;
	padding: 0 18px 0 48px;
	background: url("data:image/svg+xml,%3Csvg width='21' height='10' viewBox='0 0 21 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3.9993H11.7L12.4998 0L0 5.99983H9.29998L8.50025 10L21 3.9993Z' fill='%23C10230'/%3E%3C/svg%3E%0A") #f5f5f5 no-repeat center left 20px;
	border-radius: 0 6px 6px 0;
}
.menuTopFootball:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 41px;
	background-color: #fff;
	transform: rotate(11deg);
	left: 2px;
	top: -1px;
}

.menuLeft {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 23;
}

.menuLeftItem {
	position: relative;
	display: flex;
}

.menuLeftLink {
	position: relative;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: #262626;
	display: flex;
	padding: 12px 5px 12px 40px;
	width: 100%;
	border-radius: 3px 0 0 3px;
}

.menuLeftItem.active .menuLeftLink.menuWithCategoryContent::before {
	content: '';
	position: absolute;
	right: 0;
	top: 15px;
	border: 5px solid transparent;
	border-right: 8px solid #fff;
}

.menuLeftLink:hover {
	width: 108%;
	color: #76bc21;
	background-color: #f5f5f5;
}

.menuLeftItem.active .menuLeftLink.menuWithCategoryContent {
	color: #fff;
	background-color: #76bc21;
}
.menuLeftItem.active .menuLeftLink.menuWithCategoryContent.eldoLive {
	color: #fff;
	background-color: #f5f5f5;
}
.menuLeftItem.active .menuLeftLink.menuWithCategoryContent.eldoLive::before {
    border-right: none;
}

.menuLeftItem.active .menuLeftLink.menuWithCategoryContent .menuLeftIcon {
	filter: brightness(100);
}

.menuLeftLink:hover .menuLeftIcon {
	/* Задается цвет #76BC21 */
	filter: invert(74%) sepia(40%) saturate(2330%) hue-rotate(39deg) brightness(94%) contrast(74%);
}

.menuLeftIcon {
	display: inline-flex;
	align-self: center;
	padding: 0 8px;
	justify-content: center;
	position: absolute;
	left: 0;
	width: 35px;
	height: 16px;
}

.menuLeftIcon img {
	max-height: 16px;
}

.eldoLive {
	padding-left: 9px;
}

.menuMobile {
	position: fixed;
	height: 100vh;
	background-color: #fff;
	top: 0;
	width: 100%;
	z-index: 13;
	font-size: 14px;
	line-height: 20px;
	padding: 56px 16px 120px;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0 0;
	transform: translateX(-100%);
	transition: transform .4s ease-in 0s
}

@media (min-width: 1000px) {
	.menuMobile {
		display: none
	}
}

.menuMobile.active {
	transform: none
}

.menuMobile .region__text {
	padding: 0;
	height: auto;
	background: none;
}

.menuMobileItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #434343;
	padding: 15px 7px 15px 0;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	text-align: left
}

.menuMobileItem:active {
	background-color: #fce4bd
}

.menuMobileItem svg {
	margin-left: 10px
}

.menuMobileLkTitle {
	color: #262626
}

.menuMobileLkTitle, .menuMobileTitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 15px
}

.menuMobileTitle {
	display: block;
	margin-top: 24px;
	padding: 10px 0
}

.menuMobileLkBonus {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	color: #76bc21;
	margin: 8px 0
}

.menuMobileLkShield {
	display: flex;
	width: 30px;
	height: 30px;
	margin-right: 16px;
	border-radius: 30px;
	background: url(../../images/redesign4/lightning.svg?588b17927c308a3226c732803f894b84) no-repeat 50% #e9e9e9
}

.menuMobileClose {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px
}


.menuDropdown {
	display: none;
	position: fixed;
	background-color: #fff;
	top: 0;
	margin-left: 250px;
	overflow-y: auto;
	height: 95%;
	box-shadow: -12px 12px rgba(0, 0, 0, .1);
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding-bottom: 25px;
}

.menuDropdown::-webkit-scrollbar {
	width: 12px;
}

.menuDropdown::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 12px 12px #c4c4c4;
	border: solid 4px transparent;
	border-radius: 14px;
}

.menuDropdown::-webkit-scrollbar-track {
	box-shadow: inset 0 0 12px 12px transparent;
	border: solid 4px transparent;
}

.menuLeftItem.active .menuDropdown {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (min-width: 1240px) {
	.menuDropdown {
		max-width: 940px;
	}
}

.menuDropdownContainer {
	padding-left: 5px;
	padding-top: 25px;
	max-height: 80vh;
}

.menuDropdownContainer .breadCrumbsVerticalMenu {
	font-size: 13px;
	line-height: 18px;
	padding-left: 32px;
	margin: 0 0 25px;
	width: auto;
}

.menuDropdownContainer .breadCrumbsVerticalMenuLink {
	color: #555555;
	position: relative;
	padding-right: 15px;
}

.menuDropdownContainer .breadCrumbsVerticalMenuLink::before {
	content: "";
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.949 5.725l3.419-1.911L.949 1.903V.863l4.992 2.821v.26L.949 6.765v-1.04z' fill='%23555'/%3E%3C/svg%3E");
	width: 7px;
	height: 7px;
}

.breadCrumbsVerticalMenu > span:last-child .breadCrumbsVerticalMenuLink::before {
	content: none;
}

.menuDropdownContainer a.breadCrumbsVerticalMenuLink:hover {
	color: #76bc21;
}

.menuDropdownBrands {
	display: none;
}

@media (min-width: 1240px) {
	.menuDropdownBrands {
		display: block;
		flex: 0 0 130px;
		padding-top: 125px
	}
}

.menuDropdownBrandsList {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 10px;
}

.menuDropdownBrandsListCenter {
	text-align: center;
}

.menuDropdownBrandsItem {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	width: 50%;
	max-height: 40px;
	margin-bottom: 12px;
	text-align: center;
}

.menuDropdownBrandsImage {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: left;
	display: block;
}

.menuDropdownList {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.menuDropdownTitle {
	display: block;
	padding-bottom: 8px;
	font-weight: 500;
	color: #262626;
	font-size: 12px;
	line-height: 16px;
	align-items: center;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.menuDropdownTitle:hover {
	color: #76bc21;
}

.useScrolling {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	margin-left: 30px;
	font-size: 13px;
	font-weight: 400;
	color: #555555;
	line-height: 14px;
}

.useScrolling svg {
	margin-right: 8px;
}

.categoryContentBlock {
	display: flex;
	flex-wrap: wrap;
}

.menuDropdownItemContainer {
	width: 260px;
	position: relative;
}

@media (min-width: 1000px) and (max-width: 1239px) {
	.menuDropdownItemContainer {
		width: 230px;
	}
}

.menuDropdownItem {
	padding: 18px 32px;
}

.menuDropdownItem:hover .menuDropdownTitle {
	color: #76bc21;
}

@media (min-width: 1000px) and (max-width: 1239px) {
	.menuDropdownItem {
		padding: 18px 22px;
	}
	.main .container.pl16 {
		padding: 0;
	}
	.main .container.pl16 .container {
		padding: 0;
	}

	.main .container.pl16 .qr-breadcrumbs {
		width: 100%;
	}
}

.menuDropdownShow {
	background-color: #fff;
	box-shadow: 1px 0 10px 3px #eaeaea;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
}
.menuDropdownShow.visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
}

.menuDropdownListItem {
	position: relative;
	color: #555555;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 12px;
}

.menuDropdownListItem:hover {
	color: #569f15;
}
.btnMore {
	border: none;
	padding: 0;
	width: auto;
	background: transparent;
	font-size: 13px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #555555;
}

.btnMore:hover {
	color: #569f15;
}

.btnMore:hover::after {
	background-image: url('../../images/arrow-down-green.svg');
}

.menuDropdownArrow:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	background-image: url('../../images/arrow-down-grey.svg');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
}

.bannerContainer {
	display: flex;
	flex-direction: column;
	float: right;
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
	position: relative;
}

.bannerSalePromo {
	width: 300px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

.bannerSalePromo img {
	width: 100%;
}

.vadyaAssistantIcon {
	margin-top: 45px;
	width: 270px;
	height: 168px;
}

.btn {
	cursor: pointer
}

.btn:hover {
	background-color: #569f15
}

.error {
	color: #e01e3e;
	padding: 10px 0 8px 1px;
	font-size: 12px
}

.error_footer {
	display: none
}

/*** shades ***/
.shade {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 125;
	display: none;
}

.shadeLight {
	background: #FFF;
}

.shadeDark {
	background: #000000;
}
.shadeHidden {
	z-index: 1;
}

/* for dynamic usage only! */
.zTop {
	z-index: 410 !important;
}
/*** end of shades ***/


@media(max-width: 999px) {
	.search__input_wrap .digi-autocomplete-container {
		top: 158px;
	}

	.menu-slide .search__input_wrap .digi-autocomplete-container {
		top: 104px;
	}

	.deal-of-the-day-baner {
		margin-top: 16px;
	}

	.prm-body {
		margin-top: 16px;
	}
}

.def-promo-page {
    height: auto;
}

.promoPage > .container {
    max-width: 1200px;
}

.promoPage .breadcrumbs .section {
	line-height: 29px;
	color: #42484d;
	border-bottom: 1px solid #c5c7c9;
}

.breadcrumbs span a:hover {
    color: #76bc21;
}

.main .container.pl16, .catalogItemDetail .container {
	position: static;
}

.personal-block .q-reclamation {
	padding: 20px 20px 40px;
}

@media(min-width: 1240px) and (max-width: 1240px) {
	.main-content-left.active {
		left: 60px;
	}
}

@media(min-width: 1000px) and (max-width: 1239px) {
	.main.personal .container.pl16 {
		padding-left: 32px;
	}

	.main-content-left.active {
		left: 62px;
	}
}

@media(min-width: 1000px) and (max-width: 1240px) {
	#profile-tab .right-content-column {
		width: 100%;
	}

	.main.personal .personal-block {
		padding: 0;
	}

	.personal-block .personal-block-tabs-head:after {
		width: auto;
	}

	.personal-block-tabs-head a:last-of-type {
		margin-right: 0;
	}

    .promo-110-uverennosti-v-tsene .container.pl16 {
        padding-left: 0;
    }

    .promo-110-uverennosti-v-tsene .prm-layout {
        width: 940px;
    }
}

@media(max-width: 760px) {
	.def-promo-page .def-promo-preview {
		padding-top: 16px !important;
	}

	.region-confirm-popup {
		top: 110px;
		left: 0;
		z-index: 12;
		width: 100%;
	}
}

.modal-livetex-new {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 16px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 20;
}

.modal-livetex-new__item {
	width: 100%;
	padding: 24px 16px;
	background: #fff;
	border-radius: 6px;
}

.modal-livetex-new__close {
	width: 48px;
	height: 48px;
	margin-top: 16px;
	border-radius: 50%;
	background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2929 3.29289C19.6834 2.90237 20.3166 2.90237 20.7071 3.29289C21.0976 3.68342 21.0976 4.31658 20.7071 4.70711L13.4142 12L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L12 13.4142L4.70711 20.7071C4.31658 21.0976 3.68342 21.0976 3.29289 20.7071C2.90237 20.3166 2.90237 19.6834 3.29289 19.2929L10.5858 12L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289L12 10.5858L19.2929 3.29289Z' fill='%237B7B7B'/%3e%3c/svg%3e") no-repeat center;
}

.modal-livetex-new__title {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

.modal-livetex-new__text {
	margin-bottom: 32px;
	font-size: 14px;
	line-height: 20px;
}

.modal-livetex-new__text--red {
	color: #c10230;
}

.pickupListRightInfo {
	font-size: 11px;
}

.deliveryPickup .deliveryRadio .jq-radio span {
	margin-bottom: 0;
}

.q-checkout-next-info,
.checkOut__container--left-block-map,
.blockpickupPointDescription .pickupListAdresItem p,
.checkOut__container--left-block .onlineChequeDeliveryTypeLabel,
.checkOut__container--left-block .co-legend,
.checkOut__container--left-block .co-descr,
.pickupListAdresBlock .prodNotHave{
	font-size: 11px;
}


.checkout_navigation {
	margin-top: 16px;
}

.promo-110-uverennosti-v-tsene main {
    height: auto;
}

@media(max-width: 999px) {
	.modal-livetex-new #custom-livetex-fab.mobile {
		position: static;
		display: block;
		width: auto;
		height: auto;
		box-shadow: none;
		border-radius: 0;
	}

	.modal-livetex-new #social_chats {
		display: block;
	}

	.modal-livetex-new #social_chats .social_chats {
		position: relative;
		opacity: 1;
		visibility: visible;
		outline: none;
	}

	.modal-livetex-new #social_chats .social_chats:not(:last-of-type) {
		margin-bottom: 24px;
	}

	.modal-livetex-new #custom-livetex-fab.mobile .social_chats::before {
		color: #262626;
	}

	.modal-livetex-new #circularG {
		width: 42px;
		height: 42px;
		background-size: 55% !important;
	}

	.modal-livetex-new #circularG .spinner {
		transform: scale(0.4) !important;
	}

	.footer-info-feedback__title-social {
		margin: 14px 0 12px;
		font-size: 12px;
	}

	.footer-info-feedback__wrap {
		margin-bottom: 20px;
		padding: 0;
		background: none;
	}

	.footer-info-feedback__wrap .footer-info-feedback__item {
		width: 36px;
		height: 36px;
		background-size: 36px;
	}

	.footer-info-feedback__wrap .footer-info-feedback__item:not(:last-of-type) {
		margin-right: 10px;
	}
}

@keyframes searchSlide {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}