.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-green, .bx-theme-green {
    --primary: #2e7d32;
    --theme-color-primary: #2e7d32;
    --theme-color-second: #18621C;
    --theme-color-light: #a8d95b;
    --theme-b-link: #2e7d32;
    --theme-b-link-hover: #154002;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #2e7d32;
    --theme-b-bd-primary: #2e7d32;
    --theme-b-sd-primary: rgba(99, 170, 40, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #18621C;
    --theme-b-bd-primary-hover: #56940b;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #18621C;
    --theme-b-bd-primary-active: #56940b;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #56940b;
    --theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

.h1,.h2,.h3,.h4,.h5,
h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 80px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}
/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}
.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}
.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}
/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}

/*для вывода popup формы*/

/*Кнопка закрытия*/
.button-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 50px;
	cursor: pointer;
}
.button-close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/common.svg) -120px -30px no-repeat;
}

/*Форма*/
.form-wrapper {
}
.combain-wrapper .form-wrapper {
}
.combain-wrapper .tab-wrapper {

}
.form-wrapper::after {
	content: "";
	display: block;
	clear: both;
}
.user-data {
	margin: 0 0 30px;
}
.user-data.form-hidden {
	display: none;
}
.user-data[data-message]::after {
	content: attr(data-message);
	display: block;
	margin-top: 20px;
	color: #25b477;
}
.user-data .form-fieldset.field-button {

}
.user-data .form-fieldset .button-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.field-wrapper {
	position: relative;
	width: 100%;
}
.form-fieldset.form-fieldset-disable,
.fieldset-block.form-fieldset-disable {
	display: none;
}
.field-wrapper::after {
	content: "";
	display: block;
	clear: both;
}
.field-label {
	position: relative;
}
.field-type-captcha .field-title,
.field-type-input .field-title,
.field-type-file .field-title,
.field-type-select .field-title,
.field-type-choice > .field-title {
	/*font-weight: 300;*/
}
.form-fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.form-fieldset.field-group {
	min-width: 0;
	margin: 0 0 20px;
}
.field-title {
	/*line-height: 34px;*/
	/*padding-top: 6px;*/
}
.field-input,
.field-select {
	box-sizing: border-box;
	height: 36px;
	outline: 0;
}
.field-input {
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
}
textarea.field-input {
	padding: 10px;
	resize: vertical;
}
.user-data .field-input,
.user-data .field-select {
	/*display: block !important;*/
	width: 100%;
}
.field-choice {
	opacity: 0;
	position: absolute;
}
.field-type-choice .field-label {
	vertical-align: middle;
}
.field-type-choice .field-label .field-title {
	padding-left: 24px;
	/*overflow: hidden;*/
	/*display: block;*/
	/*-ms-text-overflow: ellipsis;*/
	/*text-overflow: ellipsis;*/
}
.field-choice ~ .field-title::before {
	content: "";
	float: left;
	width: 16px;
	height: 16px;
	margin: 4px 0 0 -24px;
	vertical-align: middle;
	background-image: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/common.svg);
	background-repeat: no-repeat;
}
.field-type-choice.field-column .field-label {
	display: block;
}
.field-type-choice.field-column .field-label:not(:first-of-type) {
	margin-top: 5px;
}
.field-type-choice .field-label .field-title {
	display: block;
}
.form-button {
	/*overflow: hidden;*/
	position: relative;
	box-sizing: border-box;
	height: 36px;
	padding: 0 15px;
	border: 0;
	border-radius: 5px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	background: #2e7d32;
	cursor: pointer;
}
.form-button:not(.form-button-wide) {
	display: inline-block;
}
.form-button.form-button-wide {
	/*display: block;*/
	/*width: 100%;*/
}
.form-button::before {
	content: "";
	opacity: .4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	background: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}
.form-button[data-count]::after {
	content: attr(data-count);
	content: attr(data-count);
	position: absolute;
	top: -8px;
	right: -8px;
	height: 18px;
	padding: 0 9px;
	border-radius: 9px;
	font-size: .75em;
	line-height: 18px;
	vertical-align: middle;
	color: #fff;
	background: #059613;
	box-shadow: 0 0 3px rgba(255, 255, 255, 1);
}
.form-button:hover::before {
	content: none;
}
.field-type-captcha::after {
	content: "";
	display: block;
	clear: both;
}
.captcha-wrapper {
	position: relative;
	width: 120px;
	height: 36px;
	font-size: 0;
	line-height: 36px;
	text-align: center;
	/*box-shadow: 0 0 4px rgba(0, 0, 0, .2);*/
}
.captcha-wrapper img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.captcha-reload {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 10px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.captcha-reload::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 36px;
	margin: -18px 0 0 -13px;
	background-image: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/common.svg);
	background-repeat: no-repeat;
}
.action-button {
	display: inline-block;
	border-bottom: 1px dotted #000;
	cursor: pointer;
}
.field-type-file {

}
.field-type-file .field-label[data-list]::after {
	content: attr(data-list);
	white-space: pre-wrap;
}
.field-type-file .field-file {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.field-type-file .field-file-replace {
	display: block;
	height: 36px;
	padding: 0 15px;
	line-height: 34px;
	background: rgba(0, 0, 0, .2);
}
.field-type-file .field-file-replace::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 18px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	background-image: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/common.svg);
	background-repeat: no-repeat;
}
.field-type-file .field-file-replace::after {
	content: attr(data-title);
}
.field-wrapper.error-field {

}
.field-wrapper[data-error-message]::after {
	content: attr(data-error-message);
	font-size: .875em;
	color: #f30;
}

@media (max-width: 500px) {
	.user-data .field-wrapper {
		margin-bottom: 10px;
	}
	.field-wrapper .field-label {
		display: block;
	}
	.field-wrapper:not(.field-type-captcha) .field-label {
		width: 100%;
	}
	.field-wrapper.field-type-captcha .field-label {
		/*margin-right: 180px;*/
	}
	.field-wrapper.field-type-captcha .field-input {
		/*display: inline-block;*/
		/*width: auto;*/
		/*vertical-align: top;*/
		float: left;
		width: -webkit-calc(100% - 140px);
		width: calc(100% - 140px);
	}
	.captcha-wrapper {
		float: right;
		/*margin-right: 40px;*/
		/*display: inline-block;*/
		/*margin-top: 20px;*/
		/*vertical-align: top;*/
	}
	.field-title {
		display: block;
		margin-bottom: 5px;
	}
	.field-choice ~ .field-title {
		line-height: normal;
	}
}

@media (min-width: 501px) {
	.form-fieldset {
		max-width: 320px;
	}
	.user-data .field-wrapper {
		margin-bottom: 15px;
	}
	.field-label {
		display: inline-block;
	}
	.field-type-choice:not(.field-column) .field-label:not(:first-of-type) {
		margin-left: 10px;
	}
	.field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 280px;
	}
	.field-type-captcha .field-label {
		width: 110px;
	}
	.field-narrow .field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label,
	.field-wrapper.field-narrow:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 120px;
	}
	.field-middle .field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label,
	.field-wrapper.field-middle:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 320px;
	}
	.field-wide .field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label,
	.field-wrapper.field-wide:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 440px;
	}
	.field-type-choice:not(.field-column) {
		white-space: nowrap;
	}
	.captcha-wrapper {
		position: absolute;
		top: 0;
		left: 100%;
		margin-left: 10px;
	}
	.field-type-captcha .field-title,
	.field-type-input .field-title,
	.field-type-file .field-title,
	.field-type-select .field-title,
	.field-type-choice > .field-title {
		float: left;
		width: 160px;
		margin-left: -160px;
	}
	.field-wrapper:not(.field-type-choice) .field-title {
		line-height: 32px;
	}
	.field-choice ~ .field-title {
		/*white-space: nowrap;*/
	}
	.user-data .form-fieldset {
		padding-left: 160px;
	}
	.user-data.form-narrow .form-fieldset {
		padding-left: 80px;
	}
	.form-narrow .field-type-captcha .field-title,
	.form-narrow .field-type-input .field-title,
	.form-narrow .field-type-file .field-title,
	.form-narrow .field-type-select .field-title,
	.form-narrow .field-type-choice > .field-title {
		width: 80px;
		margin-left: -80px;
	}
	.user-data.form-wide .form-fieldset {
		padding-left: 220px;
	}
	.form-wide .field-type-captcha .field-title,
	.form-wide .field-type-input .field-title,
	.form-wide .field-type-file .field-title,
	.form-wide .field-type-select .field-title,
	.form-wide .field-type-choice > .field-title {
		width: 220px;
		margin-left: -220px;
	}
	.form-button:not(.form-button-wide) {
		min-width: 120px;
	}
}

@media (max-width: 640px) {
	.captcha-wrapper {
		/*float: right;*/
		/*margin-right: 40px;*/
		/*display: inline-block;*/
		/*margin-top: 20px;*/
		/*vertical-align: top;*/
	}
}

@media (max-width: 768px) {
	.form-button {
		font-size: 14px;
	}
	.combain-wrapper .form-wrapper {
		padding: 20px 20px 0;
	}
}

@media (min-width: 769px) {
	.form-button {
		font-size: 16px;
	}
	.form-wrapper {
		display: inline-block;
	}
	.combain-wrapper .form-wrapper {
		padding: 20px 0 0;
	}
	.combain-wrapper .tab-wrapper {
		float: left;
	}
}

@media (min-width: 821px) {
	.user-data.form-narrow {
		float: left;
	}
}

@media (min-width: 821px) and (max-width: 1024px) {
	.form-narrow {
		/*max-width: 760px;*/
	}
}

@media (min-width: 861px) {
	.form-wide {
		/*width: 820px;*/
	}
	.user-data.form-wide {
		float: left;
	}
}

@media (min-width: 1025px) {
	.form-narrow {
		/*width: 800px;*/
	}
}
/*Форма-попап*/
.form-popup-wrapper {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.form-popup-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}
.form-popup-wrapper .button-close {
	z-index: 1;
	width: 50px;
	height: 50px;
	font-size: 0;
}
.form-popup-active {
	overflow: hidden;
}
.form-popup-active .form-popup-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.form-popup {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	max-height: 100%;
	margin: auto;
	padding: 50px 0 0;
	background: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, .3);
}
.form-popup-scroll {
	position: relative;
}
.idevice .form-popup-scroll {
	overflow: auto;
	/*-webkit-overflow-scrolling: touch;*/
}
html:not(.idevice) .form-popup-scroll {
	overflow: hidden;
}
.form-popup-title {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	font-size: 1.5em;
	line-height: 50px;
	/*font-weight: 300;*/
	box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}
.form-popup-description {
	margin-bottom: 25px;
}
.form-popup .iScrollVerticalScrollbar {
	position: absolute;
	top: 5px;
	right: 3px;
	bottom: 5px;
	width: 3px;
}
.form-popup .iScrollIndicator {
	background: rgba(0, 0, 0, .1);
}
.response-success {
	padding: 30px 50px;
	/*margin: 0 0 20px 160px;*/
}
.response-success::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/common.svg) -440px -150px no-repeat;
}
.response-error {
	margin-top: 20px;
}
.form-popup-error .form-popup::before,
.response-error::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -4px 10px 0 0;
	vertical-align: middle;
	background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/common.svg) -120px -90px no-repeat;
}
.form-popup-error .form-popup::after {
	content: attr(data-error);
	display: inline;
}

@media (max-width: 500px) {
	.form-popup .user-data {
		margin: 0;
		padding: 20px;
	}
	.form-popup-title {
		padding: 0 50px 0 20px;
	}
}

@media (min-width: 501px) {
	.form-popup {
		width: 500px;
	}
	.form-popup .user-data {
		margin: 0;
		padding: 30px;
	}
	.form-popup-title {
		padding: 0 50px 0 30px;
	}
	.form-popup .field-type-choice {
		max-width: 260px;
	}
}

@media (max-width: 480px) {
	.form-popup-active .form-popup {
		width: 100%;
	}
}

/*Плитка*/
.tile-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.tile-item {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 3px;
	font-size: 1rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.tile-wrapper {
		margin-right: -20px;
	}
	.tile-item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.tile-item {
		width: 100%;
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}
}

@media (min-width: 769px) {
	.tile-item:hover {
		border-color: transparent;
		box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	}
}

@media (min-width: 1025px) {
	.tile-wrapper {
		margin-right: -20px;
	}
	.tile-item {
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin-right: 20px;
	}
}

/*Общие стили*/
.page-content {
	margin: 0 0 50px;
}
.tab-block-content h1,
.header-1 {
	font-weight: 300;
}
.tab-block-content h2,
.header-2 {
	font-size: 1.5em;
	font-weight: 300;
}
.tab-block-content h3,
.tab-block-content h4,
.header-3,
.header-4 {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 600;
}
.tab-block-content p,
.page-content p {
	margin: 0 0 15px;
}
.news-description ol,
.news-description ul:not(.plain-list):not(.license-list),
.tab-block-content ol,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots),
.page-content ol,
.page-content ul:not(.plain-list):not(.license-list) {
	margin: 20px 0;
}
.news-description ol > li,
.news-description ul:not(.plain-list):not(.license-list) > li,
.tab-block-content ol > li,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) > li,
.page-content ol > li,
.page-content ul:not(.plain-list):not(.license-list) > li {
	margin: 0 0 10px;
	padding-left: 25px;
}
.news-description ol,
.tab-block-content ol,
.page-content ol {
	counter-reset: chapter;
}
.news-description ol > li::before,
.tab-block-content ol > li::before,
.page-content ol > li::before {
	display: inline-block;
	min-width: 20px;
	height: 6px;
	margin: 0 5px 0 -25px;
	content: counters(chapter, ".") ". ";
	counter-increment: chapter;
}
.news-description ul:not(.plain-list):not(.license-list) > li::before,
.news-description ol ul > li::before,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) > li::before,
.tab-block-content ol ul > li::before,
.page-content ul:not(.plain-list):not(.license-list) > li::before,
.page-content ol ul > li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 19px 3px -25px;
	background-image: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/common.svg);
	background-repeat: no-repeat;
}
.tab-block-content .center,
.page-content .center {
	text-align: center;
}

@media (max-width: 640px) {
	.tab-block-content h1,
	.header-1 {
		margin: 0 0 20px;
		font-size: 1.5em;
	}
}

@media (min-width: 641px) {
	.tab-block-content h1,
	.header-1 {
		margin: 0 0 25px;
		font-size: 2em;
	}
}

/* green.css */
@charset "utf-8";

a,
.cart-functional-item a::before,
.font-size-item,
.contrast-reset,
.field-choice:focus ~ .field-title,
.btn-inline,
.action-button:hover,
.tab-menu-item:not(.tab-active),
.vacancies-list a,
.news-title,
.about-company-slide,
.search-result-title,
.filter-results-wrapper .action-button,
.filter-result,
.form-button.action-license,
.tab-block-content h4,
.header-4,
.shop-version:not(.cart-fixed) .cart-menu-head::before {
	color: #2e7d32;
}
.search-functional-item:hover,
.menu-button-item:hover {
	background-color: #2e7d32;
}
.field-input:focus,
.action-button:hover {
	border-color: #2e7d32;
}
.vacancies-button,
.form-button,
.page-header-bottom,
.font-size-item.font-size-active {
	background: #2e7d32;
}
.font-size-item {
	border: 1px solid #2e7d32;
}
.contrast-reset {
	border-bottom: 1px dotted #2e7d32;
}
.btn-inline {
	border-bottom-color: rgba(46, 125, 50, .5);
}
.vacancies-list a:hover {
	border-bottom-color: rgba(46, 125, 50, 1);
}
.page-header-contrast,
.form-button.action-license,
.order-item-head,
.cart-item-change,
.cart-footer,
.table-wrapper thead {
	background: rgba(46, 125, 50, .1);
}
.pagination-item.pagination-active,
.social-show-button,
.filter-result:hover,
.field-type-file .field-file-replace {
	background: rgba(46, 125, 50, .2);
}
.header-icon:before,
.about-company-slide::before {
	background: rgba(46, 125, 50, .4);
}
.tab-menu-item:not(.tab-active),
.vacancies-list a,
.order-item-head .order-item-title a,
.order-item-repeat,
.order-item-delete,
.cart-link {
	border-bottom: 1px solid rgba(46, 125, 50, .5);
}
.filter-results-wrapper .action-button {
	border-bottom: 1px solid rgba(46, 125, 50, .6);
}
.filter-result {
	border: 1px solid rgba(46, 125, 50, .6);
}
.products-list-item .product-link {
	border-bottom: 1px solid #2e7d32;
}
.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #2e7d32;
}
.field-type-file .field-file-replace::after {
	color: #2e7d32;
}
.field-type-file .field-file-replace::before {
	background-position: -380px -150px;
}

.info-block-1 {
	background-color: #ffdc1a;
	background-image: linear-gradient(135deg, #ffc984 0%, #ffdc1a 100%);
}
.info-block-2 {
	background-color: #60abdc;
	background-image: linear-gradient(135deg, #acc1f3 0%, #60abdc 100%);
}

.description-item::before {
	background-position: -340px -150px;
}
.subdescription-item::before {
	background-position: -360px -150px;
}
.contrast-close::after {
	background-position: -120px -150px;
}
.setificates-link::before {
	background-position: -1100px -150px;
}
.btn-icon-inline::after {
	background-position: -990px -150px;
}
.header-icon-product:after {
	background-position: -1070px -150px;
}
.header-icon-services:after {
	background-position: -1040px -150px;
}
.field-wrapper.field-search.search-active::before {
	background-position: -30px -150px;
}
.captcha-reload::after {
	background-position: -620px -200px;
}
.field-choice[type="checkbox"] ~ .field-title::before {
	background-position: -790px -150px;
}
.field-choice[type="checkbox"]:checked ~ .field-title::before {
	background-position: -820px -150px;
}
.field-choice[type="radio"] ~ .field-title::before {
	background-position: -730px -150px;
}
.field-choice[type="radio"]:checked ~ .field-title::before {
	background-position: -760px -150px;
}
.error-block.error-404::before {
	background-position: -1280px -240px;
}
.filter-item-choice::after {
	background-position: -790px -150px;
}
.filter-checked > .filter-item-choice::after {
	background-position: -850px -150px;
}
.filter-wrapper .field-choice[type="checkbox"]:checked ~ .field-title::before {
	background-position: -850px -150px;
}
.filter-result::after {
	background-position: -150px -150px;
}
.slick-dots li button:before {
	background-position: -340px -150px;
}
.social-show-button::after {
	background-position: -580px -150px;
}
.vacancies-description > li::before,
.news-description ul:not(.plain-list):not(.license-list) > li::before,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) > li::before,
.page-content ul:not(.plain-list):not(.license-list) > li::before {
	background-position: -340px -150px;
}
.news-description ul:not(.plain-list):not(.license-list) ul > li::before,
.tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) ul > li::before,
.page-content ul:not(.plain-list):not(.license-list) ul > li::before {
	background-position: -360px -150px;
}
.order-item-repeat::before {
	background-position: -660px -150px;
}
.edit-link::before {
	background-position: -550px -150px;
}
.delivery-title::before {
	background-position: -730px -150px;
}
.delivery-input:checked ~ .delivery-title::before {
	background-position: -760px -150px;
}
.payment-label:hover .payment-input:not(:checked) ~ .payment-title::before {
	background-position: -790px -150px;
}
.payment-input:checked ~ .payment-title::before {
	background-position: -820px -150px;
}
.payment-label:hover .payment-input:checked ~ .payment-title::before {
	background-position: -850px -150px;
}
.cart-item-change.cart-item-less::after {
	background-position: -690px -150px;
}
.cart-item-change.cart-item-more::after {
	background-position: -710px -150px;
}

@media (min-width: 481px) {
	.cart-preorder-footer {
		border-color: rgba(46, 125, 50, .2);
	}
}

@media (max-width: 640px) {
	.cart-item-delete {
		border-bottom: 1px solid rgba(46, 125, 50, .5);
	}
}

@media (max-width: 768px) {
	.menu-user-item:not(:first-child)::before {
		background: #2e7d32;
	}
}

@media (min-width: 769px) {
	.tile-item {
		border: 1px solid rgba(46, 125, 50, .2);
	}
	.main-menu-item.menu-active {
		background: rgba(46, 125, 50, .2);
	}
	.main-menu-subitem:hover {
		background: rgba(46, 125, 50, .1);
	}
	.shop-version.cart-fixed .cart-menu-head,
	.shop-version.cart-fixed .cart-menu-head::after {
		color: #2e7d32;
	}
	.shop-version.cart-fixed .cart-menu-item {
		background: rgba(46, 125, 50, 1);
	}
}

@media (max-width: 1024px) {
	.product-capture-title {
		border-bottom: 1px solid rgba(46, 125, 50, .5);
		color: #2e7d32;
	}
	.license-item-button::before {
		background-position: -90px -150px;
	}
}

@media (min-width: 1025px) {
	.product-capture-item:hover .product-capture-title {
		color: #2e7d32;
	}
	.license-item-button {
		background: #2e7d32;
	}
	.tab-menu-item:not(.tab-active):hover,
	.cart-link:hover {
		border-bottom-color: rgba(46, 125, 50, 1);
	}
	.product-capture-item:hover .product-capture-title,
	.product-capture-link:hover .product-capture-title,
	.order-item-head .order-item-title a:hover,
	.order-item-repeat:hover,
	.order-item-delete:hover {
		border-bottom: 1px solid rgba(46, 125, 50, 1);
	}
}
/* Дополнительные услуги */
.services-item-additional {
	text-align: right;
}
.services-item-title {
	margin-bottom: 15px;
	font-weight: 600;
	/* заголовок в блоке услуг */
}
.services-item-description {
	margin-bottom: 15px;
	/*font-weight: 300;*/
}
.services-item-price {
	float: left;
	font-size: 1.5em;
}
.services-item-price .currency {
	font-size: 1rem;
}
/* popup.css */
@charset "utf-8";
@media (min-width: 641px) {
	.form-popup .form-narrow .user-data {
		padding: 30px;
	}
	.form-popup .form-narrow .form-popup-title {
		padding-left: 30px;
	}
	.user-data .cart-list {

	}
	.user-data .cart-item {
		padding-left: 140px;
	}
	.user-data .cart-item::after {
		content: "";
		display: block;
		clear: both;
	}
	.user-data .cart-item-block {

	}
	.user-data .cart-item-title {
		display: block;
		margin: 0 0 20px;
	}
	.user-data .cart-item-illustration {
		box-sizing: border-box;
		/*float: left;*/
		width: 120px;
		margin: 0 0 0 -140px;
		padding: 15px 20px;
		border-radius: 4px;
		border: 1px solid rgba(0, 0, 0, .2);
	}
	.user-data .cart-item-amount,
	.user-data .cart-item-price {
		display: inline-block;
	}
	.user-data .cart-item-amount {
		margin-right: 20px;
	}
	.user-data .cart-item-price {
		font-size: 1.5em;
	}
	.user-data .cart-item-count {
		width: 60px;
		font-size: 1.25em;
	}
	.user-data .cart-item-title {
		font-weight: 600;
	}
	.user-data .product-action-list {
		padding-top: 20px;
		font-size: 0;
	}
	.user-data .product-action-item {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.user-data .product-action-item:not(:first-child) {
		margin-left: 20px;
	}
	.form-popup .user-data .form-button {
		width: 100%;
	}
}
/*Блоки в списке решений*/
.products-list-item::after {
	/*content: "";*/
	display: block;
	clear: both;
}
.products-list-item .product-illustration {
	margin: 0;
}
.products-list-item .product-illustration {
	padding: 15px 0;
	text-align: center;
}
.products-list-item .product-illustration img {
	max-width: 120px;
}
.products-list-item .product-info {
	box-sizing: border-box;
}
.products-list-item .product-description {
	/*font-weight: 300;*/
}
.products-list-item .product-action-description {
	font-size: inherit;
	/*font-weight: 300;*/
}
.products-list-item .product-link {
	text-decoration: none;
}
.products-list-item .product-link:hover {
	border: 0;
}


.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-menu li {
	padding: 20px 10px;
}
.footer-menu li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.home-banner {
	margin: 20px 0;
	width: 100%;
	height: 420px;
	background: url(images/bn-l.png) no-repeat right top / contain, linear-gradient(94.33deg, #F7B85C -16.14%, #A6D3A9 68.13%);
	padding: 0px 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.home-banner .home-banner-text {
	width: 455px;
}
.home-banner .home-banner-text .banner-text-title {
	font-weight: 600;
	font-size: 38px;
	line-height: 110%;
	color: #212529;
}
.home-banner .home-banner-text .banner-text-body {
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #212529;
	margin: 20px 0 30px;
}
.home-banner .home-banner-text .banner-text-btn a {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	padding: 15px 35px;
	background: #2E7D32;
	text-decoration: none;
}

.home-banner.sservisy {
	margin: 20px 0;
	width: 100%;
	height: 420px;
	background: url(images/bn-l1.png) no-repeat right top / contain, linear-gradient(94.33deg, #F7B85C -16.14%, #A6D3A9 68.13%);
	padding: 0px 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.home-banner.sservisy .home-banner-text {
	width: 455px;
}
.home-banner.sservisy .home-banner-text .banner-text-title {
	font-weight: 600;
	font-size: 38px;
	line-height: 110%;
	color: #212529;
}
.home-banner.sservisy .home-banner-text .banner-text-body {
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #212529;
	margin: 20px 0 30px;
}
.home-banner.sservisy .home-banner-text .banner-text-btn .btn-a {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	padding: 15px 35px;
	background: #2E7D32;
	text-decoration: none;
	display: inline;
	cursor: pointer;
}

.mi-cifri {
	margin: 100px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 25px;
}
.mi-cifri .mi-cifri-item {
	width: 300px;
}
.mi-cifri .mi-cifri-item .mi-cifri-item-title {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 110%;
	color: #2E7D32;
	padding-bottom: 15px;
	border-bottom: 2px solid #2E7D32;
	margin-bottom: 15px;
}
.mi-cifri .mi-cifri-item .mi-cifri-item-title > span {
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	color: #212529;
	padding-left: 8px;
}
.mi-cifri .mi-cifri-item .mi-cifri-item-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #65696D;
}
.bottom-blocks {
	margin: 80px 0;	
}
.sicial-blok {
	width: 100%;
	height: 230px;
	background: url(images/social-bg.png)no-repeat right center/contain ,#EEFAEF;
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.sicial-blok .sicial-blok-text {
	width: 400px;
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 38px;
	line-height: 110%;
	color: #212529;
}
.sicial-blok .sicial-blok-icon {
	width: 580px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.sicial-blok .sicial-blok-icon .sicial-blok-line1{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10%;
}
.sicial-blok .sicial-blok-icon .sicial-blok-line1 > a{
	color: #212529;
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 22px;
	line-height: 150%;
	text-decoration: none ;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 15px;

}
.sicial-blok .sicial-blok-icon .sicial-blok-line2{
	width: 100%;
	color: #666;
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
}

.block-forma-wrap {
    margin-top: 50px;
    padding: 50px;
    width: 100%;
    height: 495px;
    background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/women.png) no-repeat 225% 60% / 85%,
 url(/bitrix/templates/eshop_bootstrap_v4_copy/images/circle.png) no-repeat 100% 200%/ 54%,
 linear-gradient(180deg, #FFD392 0%, #FFC456 100%);
}

.block-forma-wrap .block-forma {
	width: 50%;
}

.block-forma-wrap .block-forma .block-forma-title {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 38px;
	line-height: 110%;
	color: #212529;
	margin-bottom: 15px;
}
.block-forma-wrap .block-forma .block-forma-subtitle {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #212529;
	margin-bottom: 15px;
}
.block-forma-wrap .block-forma #form-1 {
	width: 470px;
}

.block-forma-wrap .block-forma #form-1 input {
	width: 100%;
	margin-bottom: 15px;
	height: 50px;
}
.block-forma-wrap .block-forma #form-1 input[type="text"] {
	padding: 10px;
	border: none;
	outline: none;
}
.block-forma-wrap .block-forma #form-1 input[type="submit"] {
	border: none;
	outline: none;
	background: #2E7D32;
	color:#fff;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
}
.block-forma-wrap .block-forma #form-1 input[type="checkbox"] {
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 0;
	border: none;
	outline: none;
	margin: 0;	
}
.block-forma-wrap .block-forma #form-1 .policy-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}
.block-forma-wrap .block-forma #form-1 .policy-wrap p {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: #565656;
	margin: 0;
}
.block-forma-wrap .block-forma #form-1 .policy-wrap p > a {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	color: #565656;
	text-decoration: underline;
}

.prihini-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 20px;
	margin: 50px 0 80px;
}
.prihini-wrap .prihini-item {
	width: 48%;
}
.prihini-wrap .prihini-item .prihini-item-title {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 22px;
	line-height: 110%;
	color:#2E7D32;
	min-height: 50px;
	margin-top: 15px;
}
.prihini-wrap .prihini-item hr {
	color:#2E7D32;
	margin: 10px 0 20px;
	height: 2px;
	opacity: 1;
}
.prihini-wrap .prihini-item .prihini-item-text {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color:#65696D;
}








@media (max-width: 320px) {
}

@media (min-width: 321px) and (max-width: 768px) {
}

@media (max-width: 480px) {
}

@media (min-width: 481px) {
}

@media (min-width: 481px) and (max-width: 640px) {
}

@media (max-width: 640px) {
	.products-list-item {
		margin: 0 0 45px;
	}
	.products-list-item .product-illustration {
		display: inline-block;
	}
	.products-list-item .product-info {
		margin-bottom: 10px;
	}
	.products-list-item .product-illustration {
		width: 140px;
		margin-bottom: 10px;
	}
	.products-list-item .product-price {
	}
	.products-list-item .product-price-item,
	.products-list-item .product-action-description {
		display: inline-block;
	}
	.products-list-item .product-description {
		margin-top: 10px;
	}
	.products-list-item .product-actual-price {
		font-size: 1.125em;
	}
	.products-list-item .product-action-description {
		margin-left: 20px;
		font-size: .875em;
	}
	.products-list-item .product-action-description::before {
		content: attr(data-title) " ";
	}
}

@media (min-width: 641px) {
	.product-card .product-illustration {
		float: right;
	}
	.products-list-item {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.products-list-item .product-illustration,
	.products-list-item .product-info,
	.products-list-item .product-price {
		display: inline-block;
	}
	.products-list-item .product-info {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 0 30px;
	}
	.products-list-item .product-illustration {
		-webkit-flex: 0 0 140px;
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
	}
	.products-list-item .product-price {
		-webkit-flex: 0 0 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		width: 120px;
		font-weight: 300;
	}
	.products-list-item .product-action-description::before {
		content: attr(data-title);
		display: block;
	}
}

@media (min-width: 641px) and (max-width: 1024px) {
	.product-card .product-illustration {
		width: 280px;
		margin-left: 30px;
	}
	.products-list-item {
		margin: 0 0 25px;
	}
}


@media (max-width: 768px) {

	.product-full-information {
		margin: 0 0 20px;
		padding: 20px 0 0;
	}
	.services-item-additional {
		margin-top: 20px;
	}
	.product-item .product-action-list {
		margin-top: 20px;
	}
	.home-banner {
		background: url(images/bn-l.png) no-repeat 125% center / 50%, linear-gradient(94.33deg, #F7B85C -16.14%, #A6D3A9 68.13%);
	}
	.home-banner.sservisy {
		background: url(images/bn-l1.png) no-repeat 125% center / 50%, linear-gradient(94.33deg, #F7B85C -16.14%, #A6D3A9 68.13%);
	}
	
}


@media (min-width: 769px) {
	.product-full-information {
		margin: 0 0 30px;
		padding: 30px 0 0;
	}
	.tile-item.services-item {
		padding-bottom: 80px;
	}
	.services-item-additional {
		position: absolute;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
	.product-additional-information {
		padding-top: 30px;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	.tile-item.product-item {
		padding-bottom: 100px;
	}
	.product-item .product-price,
	.product-item .product-action-list {
		position: absolute;
		right: 20px;
		left: 20px;
	}
	.product-item .product-action-list {
		bottom: 20px;
	}
	.product-item .product-price {
		bottom: 80px;
	}
}

@media (max-width: 992px) {
	.bx-footer .footer-menu {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px;
		padding: 20px 0;
	}
	.bx-footer .footer-menu li {
		padding: 0;
	}
	.sicial-blok {
		width: 100%;
		height: 340px;
		background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/social-bg.png)no-repeat 100% 120% /35% ,#EEFAEF;
		padding: 30px;
		display: flex;
		align-items: center;
		gap: 30px;
		flex-wrap: wrap;
	}
	.sicial-blok .sicial-blok-text {
		width: 100%;
	}
	.sicial-blok .sicial-blok-icon .sicial-blok-line1{
		width: 100%;
		display: flex;
		align-items: center;
		gap: 10%;
		order: 1;
	}



}
@media (max-width: 1024px) {
	.product-card .product-illustration {
		padding: 20px 0;
	}
}

@media (min-width: 1025px) {
	.product-card .product-illustration {
		width: 330px;
		margin-left: 50px;
		padding: 30px 0;
	}
	.products-list-item {
		margin: 0 0 35px;
	}
}
@media (max-width: 820px) {
	.block-forma-wrap {
		margin-top: 50px;
		padding: 50px;
		width: 100%;
		height: 860px;
		background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/women.png) no-repeat 55% 100% / 119%,
	url(/bitrix/templates/eshop_bootstrap_v4_copy/images/circle.png) no-repeat 100% 100%/ 100%,
	linear-gradient(180deg, #FFD392 0%, #FFC456 100%);
	}
	.block-forma-wrap .block-forma {
		width: 100%;
	}
	.block-forma-wrap .block-forma #form-1 {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.block-forma-wrap {
		margin-top: 50px;
		padding: 50px;
		width: 100%;
		height: 860px;
		background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/women.png) no-repeat 55% 100% / 119%,
	url(/bitrix/templates/eshop_bootstrap_v4_copy/images/circle.png) no-repeat 45% 100%/ 90%,
	linear-gradient(180deg, #FFD392 0%, #FFC456 100%);
	}


	.prihini-wrap .prihini-item .prihini-item-title {
		min-height: 73px;
	}
}


@media (max-width: 640px) {
	.home-banner {
		margin: 20px 0;
		width: 100%;
		height: 600px;
		background: url(images/bn-l.png) no-repeat center bottom / 65%, linear-gradient(94.33deg, #F7B85C -16.14%, #A6D3A9 68.13%);
		padding: 50px 35px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.home-banner .home-banner-text {
		width: 100%;
	}
	.home-banner .home-banner-text .banner-text-title {
		font-weight: 600;
		font-size: 38px;
		line-height: 110%;
		color: #212529;
	}
	.home-banner .home-banner-text .banner-text-body {
		font-weight: 600;
		font-size: 18px;
		line-height: 150%;
		color: #212529;
		margin: 20px 0 30px;
	}
	.home-banner .home-banner-text .banner-text-btn a {
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		color: #fff;
		padding: 15px 35px;
		background: #2E7D32;
		text-decoration: none;
	}
	.home-banner.sservisy {
		margin: 20px 0;
		width: 100%;
		height: 600px;
		background: url(images/bn-l1.png) no-repeat center bottom / 65%, linear-gradient(94.33deg, #F7B85C -16.14%, #A6D3A9 68.13%);
		padding: 50px 35px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.home-banner.sservisy .home-banner-text {
		width: 100%;
	}
	.home-banner.sservisy .home-banner-text .banner-text-title {
		font-weight: 600;
		font-size: 38px;
		line-height: 110%;
		color: #212529;
	}
	.home-banner.sservisy .home-banner-text .banner-text-body {
		font-weight: 600;
		font-size: 18px;
		line-height: 150%;
		color: #212529;
		margin: 20px 0 30px;
	}
	.home-banner.sservisy .home-banner-text .banner-text-btn a {
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		color: #fff;
		padding: 15px 35px;
		background: #2E7D32;
		text-decoration: none;
	}
	.sicial-blok {
		width: 100%;
		height: 405px;
		background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/social-bg.png)no-repeat 100% 120% /35% ,#EEFAEF;
		padding: 30px;
		display: flex;
		align-items: center;
		gap: 30px;
		flex-wrap: wrap;
	}
	.sicial-blok .sicial-blok-icon .sicial-blok-line1 {
		flex-wrap: wrap;
		gap: 15px;
	}
	.sicial-blok .sicial-blok-icon .sicial-blok-line1 > a {
		width: 100%;
	}

}
@media (max-width: 550px) {
	.prihini-wrap .prihini-item {
		width: 100%;
	}
	.prihini-wrap .prihini-item .prihini-item-title {
		min-height: 50px;
	}
	.prihini-wrap .prihini-item .prihini-item-title {
		font-size: 20px;
		line-height: 110%;
	}
}
@media (max-width: 480px) {
	.home-banner {
		margin: 20px 0;
		width: 100%;
		height: 600px;
		background: url(images/bn-l.png) no-repeat center bottom / 65%, linear-gradient(94.33deg, #F7B85C -16.14%, #A6D3A9 68.13%);
		padding: 40px 20px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.home-banner .home-banner-text {
		width: 100%;
	}
	.home-banner .home-banner-text .banner-text-title {
		font-weight: 600;
		font-size: 30px;
		line-height: 110%;
		color: #212529;
	}
	.home-banner .home-banner-text .banner-text-body {
		font-weight: 600;
		font-size: 16px;
		line-height: 150%;
		color: #212529;
		margin: 20px 0 30px;
	}
	.home-banner .home-banner-text .banner-text-btn a {
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		color: #fff;
		padding: 15px 35px;
		background: #2E7D32;
		text-decoration: none;
	}
	.home-banner.sservisy {
		margin: 20px 0;
		width: 100%;
		height: 600px;
		background: url(images/bn-l1.png) no-repeat center bottom / 65%, linear-gradient(94.33deg, #F7B85C -16.14%, #A6D3A9 68.13%);
		padding: 40px 20px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.home-banner.sservisy .home-banner-text {
		width: 100%;
	}
	.home-banner.sservisy .home-banner-text .banner-text-title {
		font-weight: 600;
		font-size: 30px;
		line-height: 110%;
		color: #212529;
	}
	.home-banner.sservisy .home-banner-text .banner-text-body {
		font-weight: 600;
		font-size: 16px;
		line-height: 150%;
		color: #212529;
		margin: 20px 0 30px;
	}
	.home-banner.sservisy .home-banner-text .banner-text-btn a {
		font-weight: 600;
		font-size: 14px;
		line-height: 100%;
		color: #fff;
		padding: 15px 25px;
		background: #2E7D32;
		text-decoration: none;
	}
	.sicial-blok .sicial-blok-text {
		width: 100%;
		font-size: 26px;
	}
	.sicial-blok {
		width: 100%;
		height: 405px;
		background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/social-bg.png)no-repeat 100% 101% /45% ,#EEFAEF;
		padding: 30px;
		display: flex;
		align-items: flex-start;
		gap: 30px;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.sicial-blok .sicial-blok-icon .sicial-blok-line1 > a {
		font-size: 16px;
	}
	.sicial-blok .sicial-blok-icon .sicial-blok-line1 > a img{
		width: 38px;
		height: 38px;
	}
	.sicial-blok .sicial-blok-icon {
		width: 100%;
	}
	.block-forma-wrap .block-forma .block-forma-title {
		font-family: "Open Sans";
		font-weight: 600;
		font-size: 26px;
		line-height: 110%;
		color: #212529;
		margin-bottom: 15px;
	}
	.block-forma-wrap .block-forma .block-forma-subtitle {
		font-family: "Open Sans";
		font-weight: 600;
		font-size: 16px;
		line-height: 150%;
		color: #212529;
		margin-bottom: 15px;
	}
	.block-forma-wrap {
		margin-top: 50px;
		padding: 50px 30px;
		width: 100%;
		height: 730px;
		background: url(/bitrix/templates/eshop_bootstrap_v4_copy/images/women.png) no-repeat 45% 100% / 150%,
	url(/bitrix/templates/eshop_bootstrap_v4_copy/images/circle.png) no-repeat 45% 100%/ 108%,
	linear-gradient(180deg, #FFD392 0%, #FFC456 100%);
	}

}

/*---mini-cart---------*/
.top_button-korzina {
	position: relative;
} 
.top_button-korzina i#cart-count{
	
    font-style: normal;
    font-size: 10px;
    color: #fff;
    line-height: 100%;
    background: #18621C;
    display: block;
    padding: 3px 6px;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    top: -9px;	
} 


.top_button-korzina .mini-cart {

    display: none;
    position: absolute;
    top: 43px;
    width: 380px;
    background: #fff !important;
    right: -1px;
    border-top: 2px solid #2E7D32;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px #00000033;
    z-index: 10;


}
.top_button-korzina:hover .mini-cart {
	display: block;
}
.top_button-korzina .mini-cart .basket-line {
	margin-bottom: 20px;
}
.top_button-korzina .mini-cart .basket-line .basket-line-block {
   padding: 0;
}
.top_button-korzina .mini-cart .basket-line-title {
    font-family: "Open Sans";
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}
.top_button-korzina .mini-cart .basket-line-title > span {
    display: none;
}
.top_button-korzina .mini-cart .bx-basket-item-list {
    border: none;
	padding-bottom: 0;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-container {
	overflow-y: hidden;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-container .bx-basket-item-totalPrice {
    display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin-top: 20px;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item {
    border: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	margin: 7px 0;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-img {padding: 0;}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-img img {
   display: block;
   object-fit: cover;
   width: 50px;
   height: 50px;
   padding: 0;
   margin: 0;
   border: none;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-remove {
    position: absolute;
    top: -11px;
    right: 0px;
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear all;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-name {
	padding: 0;
	flex: 0 1 170px;
	line-height: 18px;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-name a {
    font-family: "Open Sans";
	font-weight: 400;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-price-block {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    flex: 0 0 110px;
	text-align: right;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-price-block span {
	color: #818181;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-price-block strong .currency,
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-price-block strong {
	color: #000;
	font-family: "Open Sans";
	font-weight: 600;
	font-style: "SemiBold";
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-button-container {
    border: none;
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 0;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-button-container a.btn.btn-primary {
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-top: 15px;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	padding: 13px 35px;
}
.top_button-korzina .mini-cart .bx-basket-item-list .bx-basket-item-list-button-container a.btn.btn-primary:focus {
	background: #18621C;
}



/*------------*/

/*------контакты------*/
.bl-top {
	margin: 30px 0;
}
.bl-top p {
	font-family: "Liberation Sans";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#212529;
}
.bl-top p span {
	font-weight: bold;
}
.bl-center {
	margin: 50px 0;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bl-center .bl-center-item {
	width: 415px;
	padding: 20px;
	background: #FAFAFA;
}
.bl-center .bl-center-item .bl-center-item-title {
	font-family: "Liberation Sans";
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #2E7D32;
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}
.bl-center .bl-center-item .phone {
	font-family: "Liberation Sans";
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #212529;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
}
.bl-center .bl-center-item .email {
	font-family: "Liberation Sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #212529;
	display: block;
	margin-bottom: 15px;
}
.bl-bottom {
	display: flex;
	gap: 20px;
	margin: 40px 0;
	width: 100%;
}
.bl-bottom .bl-bottom-form {
	width: 480px;
	height: 540px;
	background: #D5E5D6;
	padding: 40px;
	box-sizing: border-box;
}
.bl-bottom .bl-bottom-form .h3 {
	color:#212529;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
}
.bl-bottom .bl-bottom-form .subtitle {
	color:#212529;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	padding: 10px 0 15px;

}
.bl-bottom .bl-bottom-map {
	flex: 1 1 auto;
}
@media(max-width:1200px){
	.bl-center .bl-center-item {
		width: 355px;

	}
}
@media(max-width:1024px){
	.bl-center .bl-center-item {
		width: 49%;

	}
}
@media(max-width:800px){
	.bl-center .bl-center-item {
		width: 100%;

	}
	.bl-bottom {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 40px 0;
		width: 100%;
	}
	.bl-bottom .bl-bottom-map {
		flex: 1 1 100%;
	}
}


/*------------*/
.akcii-h3 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #212529;
	margin-top: 50px;
}
.akcii-wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 30px 0;
	padding: 0 30px;
	position: relative;
}
.akcii-wrap .akcii-item {
	width: 395px;
	padding: 30px;
	background: #F5F5F5;
	height: 280px;
	margin: 5px;
}
.akcii-wrap .akcii-item .akcii-title {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #474747;
	margin-bottom: 20px;
}
.akcii-wrap .akcii-item .akcii-desc {
	font-family: 'Liberation Sans';
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #212529;
}

.akcii-wrap .arrow-prev.slick-arrow {
    position: absolute;
    left: 0px;
    top: 45%;
	cursor: pointer;
	font-weight: 700;
}

.akcii-wrap .arrow-next.slick-arrow {
    position: absolute;
    right: 0px;
    top: 45%;
	cursor: pointer;
	font-weight: 700;
}

.block-zayavka {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    background: #FAFAFA;
	align-items: center;
	font-size: 20px;
	line-height:150%;
	color:#212529; 
	font-weight: bold;
	border:1px solid #D5E5D6;
	border-radius: 3px;
}
.block-zayavka button.form-button.form-button-wide {
	background:#2E7D32;
	border-radius: 3px;
	border:1px solid #D5E5D6;
	color: #fff;
	padding: 0 35px;
	font-size: 16px;
	line-height: 21px;
	font-family: "Open Sans";
	font-weight: bold;
}
p.price {
	font-size: 16px;
	line-height: 24px;
	font-family: "Open Sans";
	font-weight: bold;
}

.tarif-wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tarif-item {
	width: 23%;
	padding: 20px;
	background: #9ad5ac;
	
}
.tarif-item p {
	font-family: "Liberation Sans";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#212529;
}
.tarif-item .tarif-item-title {
	font-family: "Liberation Sans";
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color:#000;
	margin-bottom: 15px;
}
.tarif-item .tarif-item-subtitle {
	font-family: "Liberation Sans";
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color:#000;
	margin-bottom: 15px;
}
.tarif-item .tarif-item-price {
	font-family:"Open Sans";
	font-weight:bold;
	font-size:16px;
	line-height:"130%";
	color:#000;
}
.variant-postavki {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
	flex-wrap: wrap;
}
.variant-postavki .variant-postavki-item {
	background: #ddd;
	width: 300px;
	height: 180px;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.variant-postavki .variant-postavki-item .variant-item-title {
	font-weight: bold;
}
.variant-postavki .variant-postavki-item .btn-item a  {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 16px;
	padding: 8px 25px;
	border-radius: 4px;
	background: #18621C;
}
.banner-price {
	font-weight: bold;
	display: block;
	margin: 20px 0 0 0 ;
}
#form_popup_14 .popup-window-close-icon:after {
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%232E7D32' d='M8.666.621a.5.5 0 0 0-.707 0L5.002 3.58 2.044.62a.5.5 0 0 0-.707 0l-.714.714a.5.5 0 0 0 0 .707L3.581 5 .623 7.957a.5.5 0 0 0 0 .708l.714.713a.5.5 0 0 0 .707 0L5.002 6.42l2.957 2.958a.5.5 0 0 0 .708 0l.713-.714a.5.5 0 0 0 0-.707L6.422 5 9.38 2.042a.5.5 0 0 0 0-.707L8.666.62z'/%3E%3C/svg%3E");
}