/* START ДОЛЖНО СТОЯТЬ ПЕРВЫМ! Это костыль, иначе шаблон криво обрабатывает нужные стили */
.gregerg {
	display: block;
	width: 200px;
}

/* END   ДОЛЖНО СТОЯТЬ ПЕРВЫМ! Это костыль, иначе шаблон криво обрабатывает нужные стили */


* {
	outline: none !important;
}
a {
	color: #59ba47;
}
html body {
	overflow-x: hidden;
	font-family: "Roboto Condensed", sans-serif;
}


@media screen and (max-width: 568px) {
	.col-xxs-12 {
		width: 100% !important;
	}
}


/*
START выравнивание сетки из одинаковых по ширине блоков Bootstrap;
При использовании всегда указывать на элементах полную запись сетки (lg-md-sm-xs);
Пример: <div class="col-lg-6 col-md-3 col-sm-4 col-xs-6"></div>;
*/
@media screen and (min-width: 1200px) {
	.grid-align.col-lg-3:nth-child(4n+1),
	.grid-align.col-lg-4:nth-child(3n+1),
	.grid-align.col-lg-6:nth-child(2n+1) {
		clear: left;
	}


	.grid-align.col-lg-3:nth-last-child(1),
	.grid-align.col-lg-3:nth-last-child(2),
	.grid-align.col-lg-3:nth-last-child(3),
	.grid-align.col-lg-3:nth-last-child(4) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-lg-4:nth-last-child(1),
	.grid-align.col-lg-4:nth-last-child(2),
	.grid-align.col-lg-4:nth-last-child(3) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-lg-6:nth-last-child(1),
	.grid-align.col-lg-6:nth-last-child(2) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-lg-12:nth-last-child(1) {
		margin-bottom: 0 !important;
	}
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
	.grid-align.col-md-3:nth-child(4n+1),
	.grid-align.col-md-4:nth-child(3n+1),
	.grid-align.col-md-6:nth-child(2n+1) {
		clear: left;
	}


	.grid-align.col-md-3:nth-last-child(1),
	.grid-align.col-md-3:nth-last-child(2),
	.grid-align.col-md-3:nth-last-child(3),
	.grid-align.col-md-3:nth-last-child(4) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-md-4:nth-last-child(1),
	.grid-align.col-md-4:nth-last-child(2),
	.grid-align.col-md-4:nth-last-child(3) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-md-6:nth-last-child(1),
	.grid-align.col-md-6:nth-last-child(2) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-md-12:nth-last-child(1) {
		margin-bottom: 0 !important;
	}
}


@media screen and (max-width: 991px) and (min-width: 768px) {
	.grid-align.col-sm-3:nth-child(4n+1),
	.grid-align.col-sm-4:nth-child(3n+1),
	.grid-align.col-sm-6:nth-child(2n+1) {
		clear: left;
	}


	.grid-align.col-sm-3:nth-last-child(1),
	.grid-align.col-sm-3:nth-last-child(2),
	.grid-align.col-sm-3:nth-last-child(3),
	.grid-align.col-sm-3:nth-last-child(4) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-sm-4:nth-last-child(1),
	.grid-align.col-sm-4:nth-last-child(2),
	.grid-align.col-sm-4:nth-last-child(3) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-sm-6:nth-last-child(1),
	.grid-align.col-sm-6:nth-last-child(2) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-sm-12:nth-last-child(1) {
		margin-bottom: 0 !important;
	}
}


@media screen and (max-width: 767px) {
	.grid-align.col-xs-3:nth-child(4n+1),
	.grid-align.col-xs-4:nth-child(3n+1),
	.grid-align.col-xs-6:nth-child(2n+1) {
		clear: left;
	}


	.grid-align.col-xs-3:nth-last-child(1),
	.grid-align.col-xs-3:nth-last-child(2),
	.grid-align.col-xs-3:nth-last-child(3),
	.grid-align.col-xs-3:nth-last-child(4) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-xs-4:nth-last-child(1),
	.grid-align.col-xs-4:nth-last-child(2),
	.grid-align.col-xs-4:nth-last-child(3) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-xs-6:nth-last-child(1),
	.grid-align.col-xs-6:nth-last-child(2) {
		margin-bottom: 0 !important;
	}


	.grid-align.col-xs-12:nth-last-child(1) {
		margin-bottom: 0 !important;
	}
}

/* END   выравнивание сетки из одинаковых по ширине блоков Bootstrap */


#page-content {
	padding-top: 40px;
}

@media screen and (max-width: 630px) {
	#page-content {
		padding-right: 16px;
		padding-left: 16px;
	}
}


.logo-var1 {
	display: inline-block;
	width: 200px;
}


.logo-var1__img {
	display: block;
	width: 100%;
}


/* START l-- */
.l--catalog__section__content-with-sidebar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 40px;
}


.l--catalog__section__content-with-sidebar__sidebar {
	width: 220px;
	margin-right: 30px;

	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.l--catalog__section__content-with-sidebar__sidebar {
		display: none;
	}
}


.l--catalog__section__content-with-sidebar__content {
	width: 100%;
}


.l--feedback-var1 {
	max-width: 280px;
	margin-right: auto;
	margin-left: auto;
}


.l--page-index__catalog {
	margin-bottom: 30px;
}


.l--page__contacts__map {
	height: 400px;
}

/* END   l-- */


/* START catalog-desktop-section-list-var1 */
.catalog-desktop-section-list-var1 {
	position: relative;
}


.catalog-desktop-section-list-var1__level-1 {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}


.catalog-desktop-section-list-var1__level-1__name {
	font-size: 16px;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 12px 0 12px 10px;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none !important;
	color: #000;

	align-items: center;
}

.catalog-desktop-section-list-var1__level-1__name:hover,
.catalog-desktop-section-list-var1__level-1__name:focus,
.catalog-desktop-section-list-var1__level-1__name.css--active,
.catalog-desktop-section-list-var1__level-1__name.js-css--active {
	color: #59ba47;
}


.catalog-desktop-section-list-var1__level-1__name.css--dropdown:before,
.catalog-desktop-section-list-var1__level-1__name.css--dropdown:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 10px;
	margin-top: -4px;
	content: "";
	transition: all 0.3s linear;
	background: #000;
}

.catalog-desktop-section-list-var1__level-1__name.css--dropdown:before {
	right: 9px;
	transform: rotate(-40deg);
}

.catalog-desktop-section-list-var1__level-1__name.css--dropdown:after {
	right: 3px;
	transform: rotate(40deg);
}

.catalog-desktop-section-list-var1__level-1__name.css--dropdown.js-css--active:before {
	transform: rotate(40deg);
}

.catalog-desktop-section-list-var1__level-1__name.css--dropdown.js-css--active:after {
	transform: rotate(-40deg);
}

.catalog-desktop-section-list-var1__level-1__name.css--dropdown.css--active:before,
.catalog-desktop-section-list-var1__level-1__name.css--dropdown.js-css--active:before {
	background: #59ba47;
}

.catalog-desktop-section-list-var1__level-1__name.css--dropdown.css--active:after,
.catalog-desktop-section-list-var1__level-1__name.css--dropdown.js-css--active:after {
	background: #59ba47;
}


.catalog-desktop-section-list-var1__level-1__name__link {
	display: block;
	width: 100%;
	transition: all 0.3s;
	text-decoration: none;
}

.catalog-desktop-section-list-var1__level-1__name__link:hover,
.catalog-desktop-section-list-var1__level-1__name__link:focus,
.catalog-desktop-section-list-var1__level-1__name__link.css--active,
.catalog-desktop-section-list-var1__level-1__name__link.js-css--active {
	text-decoration: none;
	color: #59ba47;
}


.catalog-desktop-section-list-var1__level-1__name__dropdown {
	position: relative;
	position: relative;
	width: 40px;
	height: 24px;
	margin-left: auto;

	flex-shrink: 0;
}

.catalog-desktop-section-list-var1__level-1__name__dropdown:before,
.catalog-desktop-section-list-var1__level-1__name__dropdown:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 10px;
	margin-top: -4px;
	content: "";
	transition: all 0.3s linear;
	background: #000;
}

.catalog-desktop-section-list-var1__level-1__name__dropdown:before {
	right: 9px;
	transform: rotate(-40deg);
}

.catalog-desktop-section-list-var1__level-1__name__dropdown:after {
	right: 3px;
	transform: rotate(40deg);
}

.catalog-desktop-section-list-var1__level-1__name__dropdown.js-css--active:before {
	transform: rotate(40deg);
}

.catalog-desktop-section-list-var1__level-1__name__dropdown.js-css--active:after {
	transform: rotate(-40deg);
}

.catalog-desktop-section-list-var1__level-1__name__dropdown.css--active:before,
.catalog-desktop-section-list-var1__level-1__name__dropdown.js-css--active:before {
	background: #59ba47;
}

.catalog-desktop-section-list-var1__level-1__name__dropdown.css--active:after,
.catalog-desktop-section-list-var1__level-1__name__dropdown.js-css--active:after {
	background: #59ba47;
}


.catalog-desktop-section-list-var1__level-1__dropdown {
	display: none;
}

.catalog-desktop-section-list-var1__level-1__dropdown.css--open {
	display: block;
}


.catalog-desktop-section-list-var1__level-1__level-2 {
	border-bottom: 1px solid #e0e0e0;
}

.catalog-desktop-section-list-var1__level-1__level-2:last-child {
	border-bottom: none;
}


.catalog-desktop-section-list-var1__level-1__level-2__link {
	font-size: 16px;
	position: relative;
	display: block;
	padding: 7px 10px 7px 30px;
	text-decoration: none !important;
	color: #000;
}

.catalog-desktop-section-list-var1__level-1__level-2__link:hover,
.catalog-desktop-section-list-var1__level-1__level-2__link:focus,
.catalog-desktop-section-list-var1__level-1__level-2__link.css--active {
	color: #59ba47;
}

/* END   catalog-desktop-section-list-var1 */


/* START catalog-mobile-section-list-var1 */
.catalog-mobile-section-list-var1 {
	position: relative;
}


.catalog-mobile-section-list-var1__level-1 {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}


.catalog-mobile-section-list-var1__level-1__name {
	font-size: 16px;
	position: relative;
	display: block;
	padding: 12px 10px;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none !important;
	color: #000;
}

.catalog-mobile-section-list-var1__level-1__name:hover,
.catalog-mobile-section-list-var1__level-1__name:focus,
.catalog-mobile-section-list-var1__level-1__name.css--active,
.catalog-mobile-section-list-var1__level-1__name.js-css--active {
	color: #59ba47;
}


.catalog-mobile-section-list-var1__level-1__name.css--dropdown:before,
.catalog-mobile-section-list-var1__level-1__name.css--dropdown:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 10px;
	margin-top: -4px;
	content: "";
	transition: all 0.3s linear;
	background: #000;
}

.catalog-mobile-section-list-var1__level-1__name.css--dropdown:before {
	right: 9px;
	transform: rotate(-40deg);
}

.catalog-mobile-section-list-var1__level-1__name.css--dropdown:after {
	right: 3px;
	transform: rotate(40deg);
}

.catalog-mobile-section-list-var1__level-1__name.css--dropdown.js-css--active:before {
	transform: rotate(40deg);
}

.catalog-mobile-section-list-var1__level-1__name.css--dropdown.js-css--active:after {
	transform: rotate(-40deg);
}

.catalog-mobile-section-list-var1__level-1__name.css--dropdown.css--active:before,
.catalog-mobile-section-list-var1__level-1__name.css--dropdown.js-css--active:before {
	background: #59ba47;
}

.catalog-mobile-section-list-var1__level-1__name.css--dropdown.css--active:after,
.catalog-mobile-section-list-var1__level-1__name.css--dropdown.js-css--active:after {
	background: #59ba47;
}


.catalog-mobile-section-list-var1__level-1__dropdown {
	display: none;
}

.catalog-mobile-section-list-var1__level-1__dropdown.css--open {
	display: block;
}


.catalog-mobile-section-list-var1__level-1__level-2 {
	border-bottom: 1px solid #e0e0e0;
}

.catalog-mobile-section-list-var1__level-1__level-2:last-child {
	border-bottom: none;
}


.catalog-mobile-section-list-var1__level-1__level-2__link {
	font-size: 16px;
	position: relative;
	display: block;
	padding: 7px 10px 7px 30px;
	text-decoration: none !important;
	color: #000;
}

.catalog-mobile-section-list-var1__level-1__level-2__link:hover,
.catalog-mobile-section-list-var1__level-1__level-2__link:focus,
.catalog-mobile-section-list-var1__level-1__level-2__link.css--active {
	color: #59ba47;
}

/* END   catalog-mobile-section-list-var1 */


.gift-item.limit1 {
	display: none !important;
}


body #gift-modal .md-content .scrollbar-macosx {
	max-height: 800px !important;
	padding: 0 10px !important;
}


/* START index-catalog-sections */
.index-catalog-sections {
	font-size: 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.index-catalog-sections {
		display: none;
	}
}


.index-catalog-sections__item {
	display: inline-block;
	height: 220px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}

@media screen and (min-width: 768px) {
	.index-catalog-sections__item {
		width: 25%;
	}
}

@media screen and (max-width: 767px) and (min-width: 569px) {
	.index-catalog-sections__item {
		width: 50%;
	}
}

@media screen and (max-width: 568px) {
	.index-catalog-sections__item {
		width: 50%;
	}
}


.index-catalog-sections__item__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	border-radius: 12px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.index-catalog-sections__item__link:hover,
.index-catalog-sections__item__link:focus {
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
	box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}


.index-catalog-sections__item__link__text {
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	left: 10px;
	padding: 2px 15px;
	border-radius: 2px 15px;
	background-color: #fff;
}

/* END   index-catalog-sections */


/* START menu-var1 */
.menu-var1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
}

@media screen and (max-width: 991px) {
	.menu-var1 {
		justify-content: center;
	}
}


.menu-var1__level-1 {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


.menu-var1__level-1__link {
	display: block;
	transition: all 0.3s;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid;
	font-size: 16px;
}

.menu-var1__level-1__link:hover,
.menu-var1__level-1__link:focus,
.menu-var1__level-1__link.css--active {
	text-decoration: none;
	color: #8bcf7f;
	border-bottom: 1px solid;
}

/* END   menu-var1 */


.mobile-menu-menu {
	margin-top: 25px;
	padding: 0 15px;
}


.css--no-br {
	white-space: nowrap;
}

.work-time {
	font-size: 14px;
}


/* START mobile-menu-var2 */
.menu-var2 {
	position: relative;
}


.menu-var2__level-1 + .menu-var2__level-1 {
	margin-top: 10px;
}


.menu-var2__level-1__link {
	font-size: 18px;
	display: inline-block;
}

.menu-var2__level-1__link.css--active {
	font-weight: 700;
	border-bottom: 1px solid;
}

/* END   mobile-menu-var2 */


/* START link-to-app-var1 */
.link-to-app-var1 {
	position: fixed;
	z-index: 5;
	bottom: 0;
	left: calc(50% - 130px);
	width: 260px;
	border-radius: 8px 8px 0 0;
	background: #59ba47;
}

.link-to-app-var1__link {
	display: inline-block;
	width: 120px;
	margin: 6px 4px;
}

.link-to-app-var1__link__img {
	width: 100%;
}

.link-to-app-close {
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-align: center;
	color: #070708;
	border-radius: 50%;
	background: white;
}


.link-to-app-var2 {
}

@media screen and (min-width: 768px) {
	.link-to-app-var2 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {
	.link-to-app-var2 {
		margin-top: 20px;
		text-align: center;
	}
}


.link-to-app-var2__link {
	display: inline-block;
	width: 115px;
	height: 40px;
}

.link-to-app-var2__link:hover,
.link-to-app-var2__link:focus {
}

@media screen and (min-width: 768px) {
	.link-to-app-var2__link + .link-to-app-var2__link {
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.link-to-app-var2__link {
		margin-right: 5px;
		margin-left: 5px;
	}
}


.link-to-app-var2__link__img {
	width: 100%;
}

/* END   link-to-app-var1 */


/* START l-- */
.l--page-vacancy__vacancies {
	padding-top: 30px;
}


/* END   l-- */


/* START vacancies-list-var1 */
.vacancies-list-var1 {
}


.vacancies-list-var1__item {
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 15px;
	border-top: 1px solid #f8e1d4;
}

.vacancies-list-var1__item + .vacancies-list-var1__item {
	margin-top: 30px;
}


.vacancies-list-var1__item__name {
	font-size: 24px;
	margin-bottom: 10px;
}


.vacancies-list-var1__item__description {
}


.vacancies-list-var1__item__content {
	display: none;
}


.vacancies-list-var1__item__content__block {
	margin-top: 30px;
}


.vacancies-list-var1__item__content__block__heading {
	font-size: 20px;
}


.vacancies-list-var1__item__content__block__text {
}


.vacancies-list-var1__item__bottom {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;

	align-items: center;
	justify-content: space-between;
}


.vacancies-list-var1__item__toggler {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	cursor: pointer;
	transition: all 0.3s;
}

.vacancies-list-var1__item__toggler:hover,
.vacancies-list-var1__item__toggler:focus,
.vacancies-list-var1__item__toggler.css--active,
.vacancies-list-var1__item__toggler.js-css--active {
	color: #59ba47;
}


.vacancies-list-var1__item__toggler:before,
.vacancies-list-var1__item__toggler:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 10px;
	margin-top: -4px;
	content: "";
	transition: all 0.3s linear;
	background: #000;
}

.vacancies-list-var1__item__toggler:before {
	right: 13px;
	transform: rotate(-40deg);
}

.vacancies-list-var1__item__toggler:after {
	right: 7px;
	transform: rotate(40deg);
}

.vacancies-list-var1__item__toggler.js-css--active:before {
	transform: rotate(40deg);
}

.vacancies-list-var1__item__toggler.js-css--active:after {
	transform: rotate(-40deg);
}

.vacancies-list-var1__item__toggler.css--active:before,
.vacancies-list-var1__item__toggler.js-css--active:before {
	background: #59ba47;
}

.vacancies-list-var1__item__toggler.css--active:after,
.vacancies-list-var1__item__toggler.js-css--active:after {
	background: #59ba47;
}


.vacancies-list-var1__item__toggler__text {
	border-bottom: 1px solid;
}


.vacancies-list-var1__item__show-form {
	display: inline-block;
	padding: 9px 38px 11px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #59ba47;
}

.vacancies-list-var1__item__show-form:hover,
.vacancies-list-var1__item__show-form:focus {
	color: #fff;
	background: #8bcf7f;
}

/* END   vacancies-list-var1 */


/* START delivery-time-var1 */


.delivery-time-var1__time {
	height: 37px;
	padding: 5px 10px 5px 5px;
	padding-left: 30px;
	white-space: nowrap;
	color: white;
	border-radius: 4px;
	background: #59ba47;
	background-image: url(/local/templates/.default/images/icon-clocl-var1-whide-md.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	-webkit-background-size: 20px;
	background-size: 20px;
}

@media screen and (min-width: 768px) {
	.delivery-time-var1__time {
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.delivery-time-var1__time {
		width: 100px;
		margin-top: 5px;
		margin-right: auto;
		margin-left: auto;
	}
}

/* END   delivery-time-var1 */


/* START header-top */
@media screen and (min-width: 992px) {
	.header-top {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding: 20px 0 30px;

		align-items: center;
		justify-content: space-between;
	}
}


@media screen and (max-width: 991px) {
	.header-top__logo {
		text-align: center;
	}
}


@media screen and (max-width: 991px) {
	.header-top__delivery-time {
		margin-top: 10px;
		text-align: center;
	}
}


@media screen and (max-width: 991px) {
	.header-top__phone {
		margin-top: 20px;
		text-align: center;
	}
}

.header-top__phone a {
	font-weight: bold;
	color: #59ba47;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.header-top__auth {
		margin-top: 20px;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.header-top__auth {
		display: none !important;
	}
}

/* END   header-top */


.container {
	position: relative;
}


@media screen and (min-width: 992px) {
	.header-top-menu-var1 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;

		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.header-top-menu-var1 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.header-top-menu-var1 .menu-var1 {
		display: none;
	}
}


.basket-btn-container {
	z-index: 100;
}

@media screen and (min-width: 992px) {
	.basket-btn-container {
		position: absolute;
		top: 120px;
		right: 10px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.basket-btn-container {
		position: absolute;
		top: 106px;
		right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.basket-btn-container {
		position: relative;
	}
}


@media screen and (max-width: 767px) {
	.l--page-index__slider .flickity-prev-next-button {
		display: none !important;
	}


	.l--page-index__slider .flickity-page-dots {
		display: none !important;
	}
}


/* START news-detail-var1 */
.news-detail-var1 {
}


.news-detail-var1__fancybox__item {
	margin-bottom: 30px;
}


.news-detail-var1__fancybox__item__label {
	display: block;
	width: 100%;
	padding-top: 100%;
	cursor: zoom-in;
	background-repeat: no-repeat !important;
	background-position: center !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

/* END   news-detail-var1 */


/* START delivery-zones-var1 */
.delivery-zones-var1 {
	padding-top: 30px;
	padding-bottom: 30px;
}


.delivery-zones-var1__item {
	margin-bottom: 30px;
}


.delivery-zones-var1__item__circle {
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.delivery-zones-var1__item__circle.css--red {
	background: #ff5656;
}

.delivery-zones-var1__item__circle.css--blue {
	background: #9bcfe6;
}

.delivery-zones-var1__item__circle.css--yellow {
	background: #fcf3a2;
}

.delivery-zones-var1__item__circle.css--orange {
	background: #fab037;
}

.delivery-zones-var1__item__circle.css--green {
	background: #459466;
}

.delivery-zones-var1__item__circle.css--purple {
	background: #d278fc;
}

.delivery-zones-var1__item__circle.css--pink {
	background: #d4a2db;
}

.delivery-zones-var1__item__circle.css--grey {
	background: #999892;
}


.delivery-zones-var1__item__name {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 12px;
}

/* END   delivery-zones-var1 */


.l--page-delivery__delivery-payment-methods {
	padding-top: 20px;
	padding-bottom: 20px;
}


.l--page-delivery__bottom-descr {
	margin-top: 40px;
}


/* START delivery-payment-methods-var1 */
.delivery-payment-methods-var1__item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;

	align-items: center;
}


.delivery-payment-methods-var1__label {
	width: 130px;
	height: 130px;
	margin-right: 30px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;

	flex-shrink: 0;
}

.delivery-payment-methods-var1__label.css--cart {
	background-image: url(/local/templates/.default/images/card-courier.png);
}

.delivery-payment-methods-var1__label.css--cash {
	background-image: url(/local/templates/.default/images/cash-courier.png);
}

.delivery-payment-methods-var1__label.css--curier {
	background-image: url(/local/templates/.default/images/courier.png);
}

.delivery-payment-methods-var1__label.css--pickup {
	background-image: url(/local/templates/.default/images/pickup.png);
}

/* END   delivery-payment-methods-var1 */


/* START .btn-var1 */
.btn-var1 {
	padding: 9px 38px 11px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-decoration: none !important;
	color: white;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #59ba47;
}

.btn-var1:hover,
.btn-var1:focus {
	text-decoration: none !important;
	color: #fff;
	background: #8bcf7f;
}


@media screen and (min-width: 768px) {
	.btn-var1 + .btn-var1 {
		display: inline-block;
		margin-left: 15px;
	}
}


@media screen and (max-width: 767px) {
	.btn-var1 {
		display: block;
		width: 100%;
	}

	.btn-var1 + .btn-var1 {
		margin-top: 15px;
	}
}

/* END   .btn-var1 */


.l--page-feedback__add-feedback {
	max-width: 325px;
	padding-top: 20px;
}


/* START Модальное окно. Стили из бутстрапа, если нет своих */
.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: hidden;
	outline: 0;

	-webkit-overflow-scrolling: touch;;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
	position: fixed;
	z-index: 1040;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;

	filter: alpha(opacity=0);;
}

.modal-backdrop.in {
	opacity: 0.5;

	filter: alpha(opacity=50);;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	line-height: 1.42857143;
	margin: 0;;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	overflow: scroll;
	width: 50px;
	height: 50px;;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

/* END   Модальное окно. Стили из бутстрапа, если нет своих */


/* START. Модальное окно */
.modal {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	align-items: center;
	justify-content: center;
}


.modal-custom.fade {
	display: none !important;
}

.modal-custom.fade.in {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}


.modal-custom__content {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding: 30px 15px;
	text-align: left;
	vertical-align: middle;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}


.modal-custom__content__heading {
	font-weight: 700;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 8px;
	text-align: center;
	color: #000;
}

.modal-custom__content__heading:after {
	position: absolute;
	bottom: 0;
	left: 50px;
	left: 50%;
	display: block;
	width: 94px;
	height: 1px;
	margin-left: -47px;
	content: "";
	background-color: #ac9062;
}


@media screen and (min-width: 768px) {
	.modal-custom__content__heading {
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.modal-custom__content__heading {
		font-size: 20px;
		margin-top: 10px;
	}
}


.modal-custom__content__close {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.modal-custom__content__close:before {
	position: absolute;
	top: 13px;
	left: 4px;
	display: block;
	width: 24px;
	height: 3px;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 4px;
	background-color: #000;
}

.modal-custom__content__close:after {
	position: absolute;
	top: 13px;
	left: 4px;
	display: block;
	width: 24px;
	height: 3px;
	content: "";
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 4px;
	background-color: #000;
}

/* END.  Модальное окно */


/* START modal-trigger-var1 */
.modal-trigger-var1__text {
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
	border-bottom: 1px solid;
}

.modal-trigger-var1__text:hover,
.modal-trigger-var1__text:focus {
	border-bottom: 1px solid transparent;
}

/* END   modal-trigger-var1 */


/* START Общие стили для altasib.feedback */
.afbf_error_text {
	font-size: 12px;
	font-weight: 700;
	display: none;
	margin-bottom: 20px;
	color: #ed4543;
}

.error_pole .afbf_error_text {
	display: block;
}

.afbf_item_pole input {
	font-size: 16px;
	font-weight: 300;
	padding: 0 5px 7px 1px;
	border: none;
	border-bottom: 1px solid #1f1f1f;
	outline: none;
}

@media screen and (max-width: 568px) {
	.afbf_item_pole input {
		width: 100%;
	}
}


.afbf_mess_ok .mess {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: center;
	color: #59ba47;
}

.feedback_heading {
	line-height: 1;
	text-align: center;
}

.feedback_underheading {
	font-size: 16px;
	text-align: center;
}


.afbf_name {
	display: none !important;
}


.afbf_item_pole input {
	width: 100%;
}


.afbf_inputtext_bg {
	position: relative;
}


.afbf_send_another_message {
	text-align: center;
}

.afbf_send_another_message a {
	display: inline-block;
	transition: all 0.3s;
	text-decoration: none !important;
	border-bottom: 1px solid;
}

.afbf_send_another_message a:hover,
.afbf_send_another_message a:focus {
	border-bottom: 1px solid transparent;
}

/* END   Общие стили для altasib.feedback */


/* START .feedback-var1 */
.feedback-var1 .afbf_item_pole input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	margin-bottom: 7px;
	margin-bottom: 20px;
	padding: 5px 10px;
	color: #221f1f;
	border: 1px solid #ebcccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-o-box-sizing: border-box;
}


.feedback-var1__warranty {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 15px;
}


.feedback-var1 .fb_close {
	font-size: 18px;
	width: 100%;
	padding: 10px 23px 11px;
	cursor: pointer;
	text-align: center;
	color: white;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #59ba47;
}

/* END   .feedback-var1 */


/* START .add-fedback-var1 */
.add-fedback-var1 .afbf_item_pole input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	padding: 5px 10px;
	color: #221f1f;
	border: 1px solid #ebcccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-o-box-sizing: border-box;
}


.add-fedback-var1 .afbf_item_pole {
	margin-bottom: 20px;
}


.add-fedback-var1__warranty {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 15px;
}


.add-fedback-var1 .fb_close {
	font-size: 18px;
	width: 100%;
	padding: 10px 23px 11px;
	cursor: pointer;
	text-align: center;
	color: white;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #59ba47;
}


.add-fedback-var1 .afbf_textarea {
	font-weight: 300;
	width: 100%;
	min-height: 120px;
	padding: 5px 10px;
	resize: none;
	border: 1px solid #ebcccc;
	border-radius: 4px;
}


.add-fedback-var1 .sod_select {
	font-size: 14px;
	border: 1px solid #ebcccc;
	border-radius: 4px;
}


.add-fedback-var1 .sod_select .sod_option.selected {
	color: #59ba47;
}

.l--page-feedback__add-feedback .afbf_item_pole.item_pole__captcha input {
	height: 34px !important;
	margin-top: 20px;
}

/* END   .add-fedback-var1 */


.l--add-feedback-var1 {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}


.l--page-feedback__feedback-list {
	margin-top: 40px;
}


/* START feedback-list-var1 */
.feedback-list-var1 {
	position: relative;
}


.feedback-list-var1__item {
}

.feedback-list-var1__item + .feedback-list-var1__item {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #f8e1d4;
}


.feedback-list-var1__item__heading {
	font-size: 20px;
}


.feedback-list-var1__item__review-text {
	font-size: 16px;
	margin-top: 15px;
}


.feedback-list-var1__item__answer {
	position: relative;
	margin: 28px 0 5px;
	padding: 15px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #cee8ca;
}

.feedback-list-var1__item__answer:before {
	position: absolute;
	top: -41px;
	left: 30px;
	width: 0;
	height: 0;
	content: "";
	border: 23px solid transparent;
	border-bottom-color: #cee8ca;
}


.feedback-list-var1__item__answer__heading {
	font-size: 20px;
	position: relative;
}


.feedback-list-var1__item__answer__heading__text {
	margin-top: 5px;
}


.feedback-list-var1__item__rating {
	font-size: 16px;
	line-height: 30px;
	float: right;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: 99% 4px;
	-webkit-background-size: 23px;
	background-size: 23px;
}

.feedback-list-var1__item__rating.css--bad {
	background-image: url(/local/templates/.default/images/icon__rating__var1.png);
}

.feedback-list-var1__item__rating.css--normal {
	background-image: url(/local/templates/.default/images/icon__rating__var2.png);
}

.feedback-list-var1__item__rating.css--good {
	background-image: url(/local/templates/.default/images/icon__rating__var3.png);
}

.feedback-list-var1__item__rating.css--wonderful {
	background-image: url(/local/templates/.default/images/icon__rating__var4.png);
}


.feedback-list-var1__navigation {
	padding-top: 30px;
}


.feedback-list-var1__item__date-author {
	margin-top: 10px;
}

/* END   feedback-list-var1 */


/* START quick-buy-var1 */
.quick-buy-var1 {
	box-shadow: none !important;
}


.l--page__latalog-tovarov__quick-buy {
	position: relative;
}

@media screen and (max-width: 991px) {
	.l--page__latalog-tovarov__quick-buy {
		margin-bottom: 40px;
	}
}


.quick-buy-var1 {
	position: relative;
	height: auto !important;
	margin: 0 !important;
}

@media screen and (min-width: 992px) {
	.quick-buy-var1 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}


.quick-buy-var1__action-end {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	cursor: default;
	border-radius: 19px;

	align-items: center;
	justify-content: center;
}

.quick-buy-var1__action-end.js-css--active {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.quick-buy-var1__action-end__text {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}

.quick-buy-var1__action-end__label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #000;
}


.quick-buy-var1__product {
	width: 100%;
}


.quick-buy-var1__timer {
	position: relative;
}

@media screen and (min-width: 992px) {
	.quick-buy-var1__timer {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		width: 40%;
		padding-left: 40px;

		-webkit-align-content: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-ms-flex-line-pack: stretch;
		-ms-flex-pack: justify;
		flex-shrink: 0;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media screen and (max-width: 991px) {
	.quick-buy-var1__timer {
		padding: 20px 15px 15px 15px;
		padding-top: 20px;
	}
}


.quick-buy-var1__label {
	width: 100% !important;
	margin: 0 !important;
}


.quick-buy-var1__timer__heading {
	font-weight: 700;
	line-height: 1.2;
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.quick-buy-var1__timer__heading {
		font-size: 42px;
	}
}

@media screen and (max-width: 991px) {
	.quick-buy-var1__timer__heading {
		font-size: 32px;
	}
}


.quick-buy-var1__price {
	width: 100%;
	margin-top: 20px;
}


.quick-buy-var1__label .product-image {
	display: block;
	width: 100% !important;
}


.quick-buy-var1__countdown {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin-top: 20px;
}


.quick-buy-var1__countdown__left {
	width: 50%;

	flex-shrink: 0;
}


.quick-buy-var1__countdown__heading {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}


.quick-buy-var1__countdown__value {
	font-size: 30px;
	line-height: 1;
	text-align: center;
}


.quick-buy-var1 .base-price * {
	font-size: 40px !important;
	line-height: 1;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}


.quick-buy-var1__description {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}


.quick-buy-var1__actions {
	width: 100%;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}


.quick-buy-var1__notice-sale {
	font-size: 14px;
	text-align: center;
}


.quick-buy-var1 .product-prices {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 !important;
	padding: 0 !important;

	align-items: center;
	justify-content: center;
}


.quick-buy-var1 .product-prices .current-price {
	font-size: 30px;
	margin: 0 !important;
	padding-right: 10px;
	padding-left: 10px;
}


.quick-buy-var1 .product-prices .old-price {
	font-size: 30px;
	margin: 0 !important;
	padding-right: 10px;
	padding-left: 10px;
}


.quick-buy-var1__btn-buy {
	position: relative;
}


.quick-buy-var1__mess-already-in-basket {
	font-size: 14px;
	font-weight: 300;
	line-height: 2.5;
	z-index: 1;
	display: none;
	width: 100%;
	height: 34px;
	cursor: default;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
	color: #999;
	border: 1px solid #bfc5c7;
	border-radius: 12px;
	background-color: #fedd2c;
}

.quick-buy-var1__mess-already-in-basket.js-css--visible {
	display: block;
}


.quick-buy-var1__btn-buy.js-css--hidden {
	z-index: -100;
	display: none !important;
}


.progress-container.js-css--hidden {
	display: none !important;
}

/* END   quick-buy-var1 */


/* START gift-box-var1 */
.gift-box-var1 .gift-sticky {
	position: fixed;
	z-index: 100;
	right: 0 !important;
}

@media screen and (min-width: 768px) {
	.gift-box-var1 .gift-sticky {
		top: 200px !important;
	}
}

@media screen and (max-width: 767px) {
	.gift-box-var1 .gift-sticky {
		top: 20px !important;
	}
}


@media screen and (max-width: 767px) {
	.gift-sticky .collapsed-gift .gift-toggle {
		display: none !important;
	}
}


@media screen and (max-width: 767px) {
	.gift-box-var1 .collapsed-gift .grade-cont {
		display: none !important;
	}
}


#gift-modal {
	top: 0 !important;
}

/* END   gift-box-var1 */


@media screen and (max-width: 767px) {
	.social-icons-footer {
		margin-top: 20px;
	}
}


/* START mobile-menu-var1 */
.mobile-menu-var1__content__toggler {
	position: absolute;
	z-index: 40;
	top: 35px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	border: solid 1px #59ba47;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #59ba47;

	-ms-border-radius: 50%;
}

@media screen and (min-width: 768px) {
	.mobile-menu-var1__content__toggler {
		display: none;
	}
}

.mobile-menu-var1__content__toggler__line {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 4px;
	margin-left: -10px;
	border-radius: 3px;
	background-color: #fff;
}

.mobile-menu-var1__content__toggler__line:nth-child(1) {
	margin-top: -2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-menu-var1__content__toggler__line:nth-child(2) {
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.mobile-menu-var1__content {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: -100%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 30px 70px 100px 20px;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-menu-var1__content.js-css--active {
	left: 0;
}


.mobile-menu-var1__content__logo {
	display: block;
	max-width: 200px;
	margin-bottom: 20px;
}


.mobile-menu-var1__content__tab {
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
	width: 100%;
	padding: 30px 70px 100px 20px;
	transition: all 0.3s;
}

.mobile-menu-var1__content__tab.js-css--active {
	display: block;
}


.main-container {
	position: relative;
	overflow: hidden;
	padding-top: 30px;
}


@media screen and (max-width: 767px) {
	.product-categories-container {
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
		box-shadow: none !important;
	}
}


@media screen and (max-width: 991px) {
	#popover-bonuses-info.webui-popover {
		left: 50% !important;
		width: 280px !important;
		margin-left: -140px !important;
	}


	.webui-arrow {
		display: none !important;
	}
}


@media screen and (max-width: 991px) {
	#bonuses-info {
		padding-top: 30px;
	}


	#bonuses-info .col-xs-4 {
		width: 100% !important;
		padding: 0 !important;
		text-align: center;
	}

	#bonuses-info .col-xs-8 {
		width: 100% !important;
		margin-top: 20px;
		padding: 0 !important;
		text-align: center;
	}


	#bonuses-info .col-xs-4 img {
		display: inline-block;
	}
}


.address-button {
	transition: all 0.3s;
}

.address-button:hover,
.address-button:focus {
	opacity: 0.8;
}


/* START auth-var1 */
.auth-var1__mess-benefit {
	font-size: 14px;
	padding: 0 15px;
	text-align: center;
	color: #808080;
}


.auth-var1__forgot-password__back-to-enter {
	margin-top: 10px;
	text-align: center;
}


.auth-var1__forgot-password__back-to-enter__link {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: #292f32;
	border-bottom: 1px dashed #93989a;
}

.auth-var1__forgot-password__back-to-enter__link:hover,
.auth-var1__forgot-password__back-to-enter__link:focus {
	text-decoration: none;
	border: none;
}

/* END   auth-var1 */


/* START basket-var1 */

.basket-checkout-btn {
	transition: all 0.3s;
}

.basket-checkout-btn:hover,
.basket-checkout-btn:focus {
	opacity: 0.8;
}


.basket-var1 .basket-item.js-css--hide {
	display: none !important;
}


@media screen and (max-width: 767px) {
	.basket-var1 {
		position: relative;
	}


	.basket-checkout-btn {
		margin-top: 40px !important;
	}


	.basket-var1 .information-col {
		display: none !important;
	}


	#popover-basket .webui-popover-content #basket .basket-items-col {
		float: none !important;
		width: 100% !important;
		padding: 20px 20px 30px 20px !important;
	}


	#popover-basket .webui-popover-content #basket .basket-items-col .products-list {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
	}


	#popover-basket .webui-popover-content {
		width: 100% !important;
		height: auto !important;
	}


	#popover-basket {
		left: 50% !important;
		width: 90% !important;
		margin-left: -45% !important;
	}


	#popover-basket .webui-popover-content #basket {
		height: auto;
	}


	#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions {
		width: 100% !important;
	}


	.basket-var1__total-promocode-container {
		margin-bottom: 20px;
		text-align: center;
	}


	.basket-var1__bonuses-info {
		text-align: center;
	}


	.basket-var1__order-total-container {
		margin-bottom: 10px;
		text-align: center;
	}


	.basket-var1__order-total-container .order-total {
		display: inline-block !important;
		margin-left: 0 !important;
	}


	.basket-var1__total-promocode-container .apply-code-btn {
		position: relative !important;
		left: 0 !important;
		display: inline-block !important;
	}
}

/* END   basket-var1 */


/* START mobile-menu-fake */
.mobile-menu-fake {
	position: fixed;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 50px;
	padding: 0 15px;

	align-content: center;
	justify-content: space-between;
}


/* END   mobile-menu-fake */


@media screen and (max-width: 991px) {
	#popover-auth {
		left: 50% !important;
		width: 300px !important;
		margin-left: -150px !important;
	}
}


/* START mobile-menu-footer-var1 */
@media screen and (min-width: 768px) {
	.mobile-menu-footer-var1 {
		display: none;
	}
}


@media screen and (max-width: 767px) {
	.mobile-menu-footer-var1 {
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 10px;
		border-top: 1px solid #e0e0e0;
		background-color: #59ba47;

		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-footer-var1 {
		border-radius: 50px 50px 0 0;
	}
}

@media screen and (min-width: 425px) {
	.mobile-menu-footer-var1 {
		height: 120px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-footer-var1 {
		border-radius: 20px 20px 0 0;
	}
}


@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-footer-var1__menu__toggler__line {
		height: 3px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-footer-var1__menu__toggler__line {
		height: 2px;
	}
}

@media screen and (max-width: 767px) {
	.mobile-menu-footer-var1__menu__toggler__line {
		position: absolute;
		top: 50%;
		left: 50%;
		transition: all 0.3s;
		border-radius: 3px;
		background-color: #fff;
	}

	.mobile-menu-footer-var1__item__icon svg {
		width: 20px;
		height: 20px;
	}

	.mobile-menu-footer-var1__menu__toggler__line:nth-child(1) {
		margin-top: -8px;
	}

	.mobile-menu-footer-var1__menu__toggler__line:nth-child(2) {
		margin-top: -1px;
	}

	.mobile-menu-footer-var1__menu__toggler__line:nth-child(3) {
		margin-top: 6px;
	}
}

@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-footer-var1__menu__toggler__line {
		width: 26px;
		margin-left: -13px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-footer-var1__menu__toggler__line {
		width: 20px;
		margin-left: -10px;
	}
}


@media screen and (max-width: 767px) {
	.mobile-menu-footer-var1__item__icon {
		position: relative;
		display: inline-flex;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 50%;

		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-footer-var1__item__icon {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-footer-var1__item__icon {
		width: 40px;
		height: 40px;
	}
}


@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-footer-var1 {
		padding-right: 35px;
		padding-left: 35px;
	}
}

@media screen and (max-width: 424px) and (min-width: 326px) {
	.mobile-menu-footer-var1 {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 325px) {
	.mobile-menu-footer-var1 {
		padding-right: 5px;
		padding-left: 5px;
	}
}


.mobile-menu-footer-var1__item {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	text-align: center;

	align-items: center;
}

@media screen and (max-width: 767px) and (min-width: 569px) {
	.mobile-menu-footer-var1__item + .mobile-menu-footer-var1__item {
		margin-left: 30px;
	}
}

@media screen and (max-width: 568px) and (min-width: 401px) {
	.mobile-menu-footer-var1__item + .mobile-menu-footer-var1__item {
		margin-left: 20px;
	}
}

@media screen and (max-width: 400px) {
	.mobile-menu-footer-var1__item + .mobile-menu-footer-var1__item {
		margin-left: 10px;
	}
}


.mobile-menu-footer-var1__item__name {
	line-height: 1;
	margin-top: 7px;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 400px) {
	.mobile-menu-footer-var1__item__name {
		font-size: 15px;
	}
}

@media screen and (max-width: 399px) {
	.mobile-menu-footer-var1__item__name {
		font-size: 12px;
	}
}


.mobile-menu-footer-var1__bonus-info {
	position: relative;
}

.mobile-menu-footer-var1 path {
	fill: #fff;
}


.mobile-menu-footer-var1__item__basket {
	position: relative;
	display: inline-flex;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 35px;

	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 425px) {
	.mobile-menu-footer-var1__item__basket {
		min-width: 50px;
		min-height: 50px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-footer-var1__item__basket {
		min-width: 40px;
		min-height: 40px;
	}
}

/* END   mobile-menu-footer-var1 */


@media screen and (max-width: 767px) {
	.basket-btn-container-header {
		display: none !important;
	}
}


/* START js--show-on-load-window-var1 */
.js-css--show-on-load-window-var1 {
	transition: all 0.3s;
	opacity: 0 !important;
}

.js-css--show-on-load-window-var1.js-css--active {
	opacity: 1 !important;
}

/* END   js--show-on-load-window-var1 */


.modal-bonus-info {
	text-align: center;
}

.modal-bonus-info img {
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


/* START input-var1 */
.input-var1 {
	font-size: 12px;
	width: 100%;
	height: 38px;
	padding: 0 10px;
	color: #000;
	border: 1px solid #010000;
}


.input-var1 + .input-var1 {
	margin-top: 30px;
}

/* END   input-var1 */


.btn-submit-var1 {
	font-size: 18px;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: none !important;
	background-color: #000;
}

.btn-submit-var1.m--page__personal {
	margin-top: 40px;
}


/* START защита от спама "горшочек с мёдом" */
input[name="antispam-honeypot_input"],
input[name="antispam-honeypot_checkbox"] {
	position: absolute !important;
	top: -10000px !important;
	left: -10000px !important;
}

/* END   защита от спама "горшочек с мёдом" */


.news-var1__news-list-var1__item-wrape {
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.news-var1__news-list-var1__item-wrape:nth-child(3n+1) {
		clear: left;
	}
}

@media screen and (max-width: 991px) {
	.news-var1__news-list-var1__item-wrape:nth-child(2n+1) {
		clear: left;
	}
}

div.news-photo a {
	display: block;
}


/* START mobile-menu-toggler */
.mobile-menu-toggler {
	position: fixed;
	z-index: 110;
	top: 35px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: solid 1px #59ba47;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #59ba47;

	-ms-border-radius: 50%;
}


@media screen and (min-width: 768px) {
	.mobile-menu-toggler {
		display: none;
	}
}

.mobile-menu-toggler span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 4px;
	margin-left: -10px;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 3px;
	background-color: #fff;
}

.mobile-menu-toggler span:nth-child(1) {
	margin-top: -9px;
}

.mobile-menu-toggler span:nth-child(2) {
	margin-top: -2px;
}

.mobile-menu-toggler span:nth-child(3) {
	margin-top: 5px;
}

/* END   mobile-menu-toggler */


/* START profile-edit-var1 */
.profile-edit-var1 {
	position: relative;
}


.profile-edit-var1__notice {
	margin-bottom: 18px;
	padding: 10px 15px;
	color: #fff;
	border-radius: 6px;
	background-color: rgba(89, 186, 71, 1);
}


.profile-edit-var1__birthday-gift {
	margin-top: 30px;
}


.profile-edit-var1__save-profile-notice {
	font-weight: 700;
	margin-top: 15px;
	text-align: center;
	color: #e30016;
}

/* END   profile-edit-var1 */


/* START js--back-to-top-var1 */
.back-to-top-var1 {
	position: fixed;
	z-index: 1000;
	right: 10px;
	bottom: 120px;
	visibility: hidden;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0;
}

.back-to-top-var1.js-css--visible {
	visibility: visible;
	opacity: 1;
}


.back-to-top-var1__icon {
	position: relative;
	width: 40px;
	height: 40px;
	border: 2px solid #59ba47;
	border-radius: 50%;
	background-color: #fff;
}

.back-to-top-var1__icon:before,
.back-to-top-var1__icon:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 3px;
	height: 17px;
	margin-top: -10px;
	content: "";
	background-color: #59ba47;
}

.back-to-top-var1__icon:before {
	left: 50%;
	margin-left: -6px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

.back-to-top-var1__icon:after {
	left: 50%;
	margin-left: 4px;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}


.back-to-top-var1:hover .back-to-top-var1__text,
.back-to-top-var1:focus .back-to-top-var1__text {
	opacity: 1;
}

/* END js--back-to-top-var1 */


/* START pagination-ajax-var1 */
.pagination-ajax-var1__btn {
	display: block;
	padding: 9px 38px 11px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	text-decoration: none !important;
	color: white;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #59ba47;
}

@media screen and (min-width: 768px) {
	.pagination-ajax-var1__btn {
		width: 230px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	.pagination-ajax-var1__btn {
		width: 100%;
	}
}

/* END   pagination-ajax-var1 */


.checkout-form-error-submit {
	font-weight: 700;
	color: #ee4040;
}


.checkout-form-error-input {
	font-weight: 700;
	color: #ee4040;
}


.empty-basket .bd-round-icon svg {
	width: 28px;
	height: 28px;
	margin-top: 7px;
}


.sod_list_wrapper {
	min-width: 120px !important;
}


.h2-var1 {
	padding: 13px 13px 0 1px;
}


/* START checkout-var1 */
.checkout-var1 {
	position: relative;
}


.checkout-var1__action-pickup-only {
	margin-top: 40px;
}


.checkout-var1__submit-order.js-css--hide {
	display: none !important;
}


.checkout-var1__min-price-for-order.js-css--hide {
	display: none !important;
}


.checkout-var1__min-price-for-order {
	font-stretch: condensed;
	line-height: 1.4;
	width: 100%;
	margin: 15px 0;
	margin-top: 10px;
	padding: 10px 10px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #dec371;

	-ms-border-radius: 3px;
}

/* END   checkout-var1 */


/* START action__pickup-only--var1 */
.action__pickup-only--var1 {
	position: relative;
	clear: both;
	padding: 6px 10px 12px 10px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 15px 1px rgba(81, 92, 98, 0.1);
}


.checkout-var1__action-pickup-only__heading {
	font-size: 27px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}


.checkout-var1__action-pickup-only__text {
	margin-top: 12px;
	text-align: center;
}

/* END   action__pickup-only--var1 */


/* START js--checkout-var1__send-order--check */
.js--checkout-var1__send-order--check {
	display: none;
}

.js--checkout-var1__send-order--check.js--css--active {
	display: block;
}

/* END   js--checkout-var1__send-order--check */


/* START bd-slider-var1 */
@media screen and (max-width: 524px) {
	.bd-slider-var1__img-desctop {
		display: none !important;
	}
}

@media screen and (min-width: 525px) {
	.bd-slider-var1__img-mobile {
		display: none !important;
	}
}

/* END   bd-slider-var1 */


@media screen and (max-width: 767px) {
	.footer-information {
		margin-top: 10px;
		text-align: center;
	}
}


@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-icon-bonus {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-icon-bonus {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-icon-gift {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-icon-gift {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-icon-profile {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-icon-profile {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 767px) and (min-width: 425px) {
	.mobile-menu-icon-basket {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 424px) {
	.mobile-menu-icon-basket {
		width: 20px;
		height: 20px;
	}
}


@media screen and (min-width: 768px) {
	.mobile-menu-icon-basket {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.mobile-menu-icon-basket {
		width: 30px;
		height: 30px;
	}
}


@media screen and (max-width: 767px) {
	.empty-basket-icon-desctop {
		display: none !important;
	}
}


/* START map-yandex-var1 */
.map-yandex-var1 > div,
#BX_YMAP_yam_1,
#BX_YMAP_yam_2,
#BX_YMAP_yam_3,
#BX_YMAP_yam_4,
#BX_YMAP_yam_5,
#BX_YMAP_yam_6,
#BX_YMAP_yam_7,
.bx-yandex-view-layout,
.bx-yandex-view-map,
.ymaps-i-ua_js_yes,
.ymaps-map {
	width: 100% !important;
	height: 100% !important;
}


.ymaps-image-with-content {
	top: -55px !important;
	left: -18px !important;
	width: 50px !important;
	height: 60px !important;
	background-image: url(/local/images/mark-yandex-map-var1.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}

/* END   map-yandex-var1 */


.product .product-footer {
	padding-bottom: 10px !important;
}


/* START catalog-desktop__section-var1 */
.product-list .product {
	overflow: visible !important;
}


.catalog-desktop__section-var1__composite-products {
	position: relative;
}


.catalog-desktop__section-var1__composite-product {
	position: relative;
}


.catalog-desktop__section-var1__composite-product {
	display: inline-block;
	padding-top: 5px;
	cursor: pointer;
	transition: all 0.3s;
	border-bottom: 1px dashed #000;
}

.catalog-desktop__section-var1__composite-product:hover,
.catalog-desktop__section-var1__composite-product:focus {
	border-bottom: 1px solid transparent;
}


.catalog-desktop__section-var1__composite-product__descr {
	position: absolute;
	display: none;
	margin-top: 5px;
	margin-left: -20px;
	opacity: 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}


.catalog-desktop__section-var1__composite-product:hover .catalog-desktop__section-var1__composite-product__descr,
.catalog-desktop__section-var1__composite-product:focus .catalog-desktop__section-var1__composite-product__descr {
	z-index: 100;
	display: block;
	width: 300px;
	opacity: 1;
}

.catalog-desktop__section-var1__composite-product:hover .catalog-desktop__section-var1__composite-product__descr,
.catalog-desktop__section-var1__composite-product:focus .catalog-desktop__section-var1__composite-product__descr {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 5px 10px;
	background: #fff;

	align-items: center;
}

.catalog-desktop__section-var1__composite-product__descr__img {
	width: 100px;

	flex-shrink: 0;
}


.catalog-desktop__section-var1__composite-product__composite {
}


.catalog-desktop__section-var1__composite-product__composite__just-text {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding-right: 15px;
	cursor: pointer;
}

.catalog-desktop__section-var1__composite-product__composite__just-text:before,
.catalog-desktop__section-var1__composite-product__composite__just-text:after {
	position: absolute;
	top: 6px;
	display: block;
	width: 1px;
	height: 10px;
	content: "";
	transition: all 0.1s linear;
	background: #666;
}

.catalog-desktop__section-var1__composite-product__composite__just-text:before {
	right: 6px;
	transform: rotate(-35deg);
}

.catalog-desktop__section-var1__composite-product__composite__just-text:after {
	right: 0;
	transform: rotate(35deg);
}

.catalog-desktop__section-var1__composite-product__composite__just-text.js-css--active:before {
	transform: rotate(35deg);
}

.catalog-desktop__section-var1__composite-product__composite__just-text.js-css--active:after {
	transform: rotate(-35deg);
}


.catalog-desktop__section-var1__composite-product__composite__desr {
	display: none;
	transition: all 0.3s;
	opacity: 0;
}

.catalog-desktop__section-var1__composite-product__composite__desr.js-css--open {
	position: absolute;
	z-index: 999;
	display: block;
	width: 80%;
	max-height: 300px;
	padding: 10px 13px;
	opacity: 1;
	border-radius: 12px;
	background-color: #fff;
}


.catalog-desktop__section-var1__composite-product__descr__img {
	margin-right: 10px;
}

/* END   catalog-desktop__section-var1 */


/* START catalog-desktop__section-list-var2 */
.catalog-desktop__section-list-var2 .name-cont {
	text-align: center;
	color: #59ba47!important;
}



.catalog-desktop__section-list-var2__to-detail {
	display: inline-block;
}

/* END   catalog-desktop__section-list-var2 */


.js--product-info-name {
	font-size: 20px;
	font-weight: 700;
	font-stretch: condensed;
	line-height: 0.9;
	margin-bottom: 10px;
	color: #292f32;
}


/* START news-detail */
.news-detail ul a {
	display: inline-block;
	transition: all 0.3s;
	text-decoration: none !important;
	border-bottom: 1px solid;
}

.news-detail ul a:hover,
.news-detail ul a:focus {
	border-bottom: 1px solid transparent;
}

/* END   news-detail */


/* START .checkout-var1__piza-one-plus */
.checkout-var1__piza-one-plus {
	margin-top: 30px;
}


.checkout-var1__piza-one-plus__heading {
	font-size: 18px;
	margin-bottom: 20px;
	color: #3f4245;
}


.checkout-var1__piza-one-plus__content {
}


.checkout-var1__piza-one-plus__content__item-wrape {
	margin-bottom: 30px;
}


.checkout-var1__piza-one-plus__content__item {
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 12px;
	background: white;
}

.checkout-var1__piza-one-plus__content__item:hover,
.checkout-var1__piza-one-plus__content__item:focus,
.checkout-var1__piza-one-plus__content__item.js-css--active {
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
	box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}

.checkout-var1__piza-one-plus__content__item.js-css--active {
	-webkit-box-shadow: 0 0 5px 0 rgba(81, 92, 98, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(81, 92, 98, 0.3);
	box-shadow: 0 0 5px 0 rgba(81, 92, 98, 0.3);
}

.checkout-var1__piza-one-plus__content__item.js-css--active .checkout-var1__piza-one-plus__content__item__name {
	color: #fff;
	background: #59ba47;
}


.checkout-var1__piza-one-plus__content__item__label {
	padding-top: 100%;
	background-repeat: no-repeat !important;
	background-position: center !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}


.checkout-var1__piza-one-plus__content__item__name {
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* END   .checkout-var1__piza-one-plus */


.product .product-actions .add-to-cart-btn {
	color: white !important;
	border-color: #59ba47 !important;
	background: #59ba47 !important;
}

.product .product-actions .add-to-cart-btn:hover,
.product .product-actions .add-to-cart-btn:focus {
	color: #999 !important;
	border: solid 1px #bfc5c7 !important;
	background-color: #fff !important;
}


/* START bonus-history-var1 */
.bonus-history-var1 {
	position: relative;
}


.bonus-history-var1__heading {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #292f32;
}


.bonus-history-var1__items {
	width: 100%;
}


.bonus-history-var1__items tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.bonus-history-var1__items th {
	font-weight: 700;
	padding: 5px;
}


.bonus-history-var1__items td {
	min-width: 150px;
	padding: 10px 5px;
}


.bonus-history-var1__navigation {
	margin-top: 25px;
}


/* START preloader-var1 */
.js--preloader-var1__content-onload {
	transition: all 0.3s;
	opacity: 0;
}

.js--preloader-var1__content-onload.js-css--loaded {
	opacity: 1;
}


.preloader-var1 {
	position: relative;
}

.preloader-var1__loader {
	position: absolute;
	z-index: 1001;
	top: 120px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	transition: 0.3s opacity;
	animation: preloader-rotate 2s infinite linear;
	text-align: center;
}

.preloader-var1__loader:before,
.preloader-var1__loader:after {
	position: absolute;
	top: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	content: "";
	animation: preloader-bounce 2s infinite ease-in-out;
	border-radius: 100%;
	background-color: #8bcf7f;
}

.preloader-var1__loader:after {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

@keyframes preloader-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes preloader-bounce {
	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.js--preloader-var1__loader.js-css--loaded {
	z-index: -100;
	opacity: 0;
}

.js--preloader-var1__content-onload:before,
.js--preloader-var1__content-onload:after {
	display: table;
	clear: both;
	content: " ";
}

/* END   preloader-var1 */


.checkout-var1__bonuses-block-wrape.js-css--hide {
	display: none !important;
}


/* START mobile-logo */
.mobile-logo {
	margin-bottom: 20px;
	padding: 0 15px;
	text-align: center;
}


.mobile-logo__img {
	display: inline-block;
	width: 100%;
	max-width: 50%;
}

/* END   mobile-logo */


/* START happy-hours-banner-var1 */
.happy-hours-banner-var1 {
	text-align: center;
	padding: 20px 15px;
	border-radius: 8px;
	background-color: #59ba47;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 40px;
	cursor: default;
}

/* END   happy-hours-banner-var1 */

.bd-slider-var1__img-mobile, bd-slider-var1__img-desctop {
	height: 400px;
}

@media (max-width: 320px) {
	.bd-slider-var1__img-mobile, bd-slider-var1__img-desctop {
		height: 248px;
	}
}
@media (min-width: 320px) and (max-width: 375px) {
	.bd-slider-var1__img-mobile, bd-slider-var1__img-desctop {
		height: 301px;
	}
}
@media (min-width: 375px) and (max-width: 425px) {
	.bd-slider-var1__img-mobile, bd-slider-var1__img-desctop {
		height: 348px;
	}
}
@media (min-width: 425px) and (max-width: 768px) {
	.bd-slider-var1__img-mobile, bd-slider-var1__img-desctop {
		height: 250px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.bd-slider-var1__img-mobile, bd-slider-var1__img-desctop {
		height: 323px;
	}
}




.category-view-item {
	vertical-align: top;
	margin-top: 50px;
}

.category-view-item .category-view-image {
	text-align: center;
}
.product .preview img.product-image{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.wild_100{
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.css_media_print_hide{
	margin-top: 30px;
	display: block;
	font-weight: 300;
	text-decoration: revert;
}

.css_media_print_hide:hover{
	color: #8bcf7f;
}

@media print {
	header{
		display: none;
	}
	footer{
		display: none;
	}
	.mobile-menu-footer-var1__item__icon{
		display: none;
	}
	.mobile-menu-footer-var1__item__name{
		display: none;
	}
	.gift-box-var1{
		display: none;
	}
	.breadcrumb-container.font-fix{
		display: none;
	}
	.logo_print{
		display: block!important;
		margin-bottom: 30px;
		margin-left: 20px;
		display: block;
		margin: 0 auto;
		TEXT-ALIGN: center;
	}
	.contacts_foto_print{
		display: none;
	}
	.css_media_print_hide{
		display: none;  
	}
	.contacts_text_print{
		-webkit-column-count:2;  
		-moz-column-count:2;  
		column-count:2;  
	}
	.contacts_text_print{
		display: block;
		margin: 0 auto;
		TEXT-ALIGN: center;
	}
	.breadcrumb-box .font-fix{
		display: block;
		margin: 0 auto;
		TEXT-ALIGN: center;
	}
	.breadcrumb-path-container{
		display: none!important;
	}
	.contacts_text_print_none{
		display: none!important;
	}
	.css_otstup_print{
		display: block!important;
	}
}
.css_otstup_print{
		display: none;
	}

.l--page__contacts__map{
	margin-top: 40px;
}

.logo_print{
	display: none;
}

.modal-trigger-var1__text{
	margin-left: 15px;
}

.katalog_name{
	color: #000;
	margin-bottom: 30px;
	padding-top: 12px;
}
.catalog-desktop__section-var1__composite-product__descr b{
	margin-right: 10px;
}


@media (max-width: 768px) {
	.h1_index {
		display: none;
	}
}

.katalog_name_new{
	display: none;
}




/* START catalog-desktop */
.catalog-desktop__section-var1__composite-products {
	position: relative;
}


.catalog-desktop__section-var1__composite-product {
	position: relative;
}


.catalog-desktop__section-var1__composite-product {
	display: inline-block;
	padding-top: 5px;
	cursor: pointer;
	transition: all 0.3s;
	border-bottom: 1px dashed #000;
}
.catalog-desktop__section-var1__composite-product:hover,
.catalog-desktop__section-var1__composite-product:focus {
	border-bottom: 1px solid transparent;
}


.catalog-desktop__section-var1__composite-product__descr {
	position: absolute;
	display: none;
	margin-top: 5px;
	margin-left: -20px;
	opacity: 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
	        box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
}


.catalog-desktop__section-var1__composite-product:hover .catalog-desktop__section-var1__composite-product__descr,
.catalog-desktop__section-var1__composite-product:focus .catalog-desktop__section-var1__composite-product__descr {
	z-index: 100;
	display: block;
	width: 300px;
	opacity: 1;
}

.catalog-desktop__section-var1__composite-product:hover .catalog-desktop__section-var1__composite-product__descr,
.catalog-desktop__section-var1__composite-product:focus .catalog-desktop__section-var1__composite-product__descr {
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	padding: 5px 10px;
	background: #fff;

	align-items: center;
}

.catalog-desktop__section-var1__composite-product__descr__img {
	width: 100px;

	flex-shrink: 0;
}


.catalog-desktop__section-var1__composite-product__composite {
}


.catalog-desktop__section-var1__composite-product__composite__just-text {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding-right: 15px;
	cursor: pointer;
}
.catalog-desktop__section-var1__composite-product__composite__just-text:before,
.catalog-desktop__section-var1__composite-product__composite__just-text:after {
	position: absolute;
	top: 6px;
	display: block;
	width: 1px;
	height: 10px;
	content: "";
	transition: all 0.1s linear;
	background: #666;
}
.catalog-desktop__section-var1__composite-product__composite__just-text:before {
	right: 6px;
	transform: rotate(-35deg);
}
.catalog-desktop__section-var1__composite-product__composite__just-text:after {
	right: 0;
	transform: rotate(35deg);
}
.catalog-desktop__section-var1__composite-product__composite__just-text.js-css--active:before {
	transform: rotate(35deg);
}
.catalog-desktop__section-var1__composite-product__composite__just-text.js-css--active:after {
	transform: rotate(-35deg);
}



.catalog-desktop__section-var1__composite-product__composite__desr {
	display: none;
	transition: all 0.3s;
	opacity: 0;
}

.catalog-desktop__section-var1__composite-product__composite__desr.js-css--open {
	position: absolute;
	z-index: 999;
	display: block;
	width: 80%;
	max-height: 300px;
	padding: 10px 13px;
	opacity: 1;
	border-radius: 12px;
	background-color: #fff;
}


.catalog-desktop__section-var1__composite-product__descr__img {
	margin-right: 10px;
}
/* END   catalog-desktop */




/* START section-list-var2 */
.section-list-var2 {
	position: relative;
}


.section-list-var2__level-1 {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}


.section-list-var2__level-1__name {
	font-size: 16px;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 12px 0px 12px 10px;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none!important;
	color: #000;
}
.section-list-var2__level-1__name:hover,
.section-list-var2__level-1__name:focus,
.section-list-var2__level-1__name.css--active,
.section-list-var2__level-1__name.js-css--active {
	color: #59ba47;
}


.section-list-var2__level-1__name.css--dropdown:before,
.section-list-var2__level-1__name.css--dropdown:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 10px;
	margin-top: -4px;
	content: "";
	transition: all 0.3s linear;
	background: #000;
}
.section-list-var2__level-1__name.css--dropdown:before {
	right: 9px;
	transform: rotate(-40deg);
}
.section-list-var2__level-1__name.css--dropdown:after {
	right: 3px;
	transform: rotate(40deg);
}
.section-list-var2__level-1__name.css--dropdown.js-css--active:before {
	transform: rotate(40deg);
}
.section-list-var2__level-1__name.css--dropdown.js-css--active:after {
	transform: rotate(-40deg);
}
.section-list-var2__level-1__name.css--dropdown.css--active:before,
.section-list-var2__level-1__name.css--dropdown.js-css--active:before {
	background: #59ba47;
}
.section-list-var2__level-1__name.css--dropdown.css--active:after,
.section-list-var2__level-1__name.css--dropdown.js-css--active:after {
	background: #59ba47;
}



.section-list-var2__level-1__name__link {
	display: block;
	text-decoration: none;
	width: 100%;
	transition: all 0.3s;
	color: #707080;
}
.section-list-var2__level-1__name__link:hover,
.section-list-var2__level-1__name__link:focus,
.section-list-var2__level-1__name__link.css--active,
.section-list-var2__level-1__name__link.js-css--active {
	text-decoration: none;
	color: #59ba47;
}



.section-list-var2__level-1__dropdown {
	display: none;
}
.section-list-var2__level-1__dropdown.css--open {
	display: block;
}


.section-list-var2__level-1__level-2 {
	border-bottom: 1px solid #e0e0e0;
}
.section-list-var2__level-1__level-2:last-child {
	border-bottom: none;
}


.section-list-var2__level-1__level-2__link {
	font-size: 16px;
	position: relative;
	display: block;
	padding: 7px 10px 7px 30px;
	text-decoration: none!important;
	color: #000;
}
.section-list-var2__level-1__level-2__link:hover,
.section-list-var2__level-1__level-2__link:focus,
.section-list-var2__level-1__level-2__link.css--active {
	color: #59ba47;
}



.section-list-var2__level-1__name__dropdown {
	position: relative;
	position: relative;
	width: 40px;
	height: 24px;
	margin-left: auto;

	flex-shrink: 0;
}
.section-list-var2__level-1__name__dropdown:before,
.section-list-var2__level-1__name__dropdown:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 2px;
	height: 10px;
	margin-top: -4px;
	content: "";
	transition: all 0.3s linear;
	background: #000;
}
.section-list-var2__level-1__name__dropdown:before {
	right: 9px;
	transform: rotate(-40deg);
}
.section-list-var2__level-1__name__dropdown:after {
	right: 3px;
	transform: rotate(40deg);
}
.section-list-var2__level-1__name__dropdown.js-css--active:before {
	transform: rotate(40deg);
}
.section-list-var2__level-1__name__dropdown.js-css--active:after {
	transform: rotate(-40deg);
}
.section-list-var2__level-1__name__dropdown.css--active:before,
.section-list-var2__level-1__name__dropdown.js-css--active:before {
	background: #59ba47;
}
.section-list-var2__level-1__name__dropdown.css--active:after,
.section-list-var2__level-1__name__dropdown.js-css--active:after {
	background: #59ba47;
}
/* END   section-list-var2 */



/* START breadcrumb-mobile-var1 */
.breadcrumb-mobile-var1 {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	background-color: #59ba47;
}


.breadcrumb-mobile-var1__h1 {
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	color: #fff;
}
/* END   breadcrumb-mobile-var1 */



.rules .label  {
	white-space: normal;
}