

/* Start:/bitrix/templates/adaptive_s1/lib/slick.css?16833158891524*/
/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* End */


/* Start:/bitrix/templates/adaptive_s1/lib/jquery.formstyler.css?168331588912865*/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* РґР»СЏ Opera PrestoВ */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* РІ РєР°РєРёС…-С‚Рѕ Р±СЂР°СѓР·РµСЂР°С… РїСЂРёСЃСѓС‚СЃС‚РІСѓРµС‚ РѕС‚СЃС‚СѓРї */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0 !important;
	padding: 0 !important;
}
.jq-selectbox li {
	min-height: 18px;
	margin: 0 !important;
	padding: 5px 10px 6px !important;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li::before {
	content: none !important;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/adaptive_s1/styles.css?1683315889845*/
.photo-page-main div.photo-controls-buttons ul.photo-controls li {
    height: 2em !important;
}

.product-illustration.no-border {
    border: none;
}

a.form-button {
    text-decoration: none;
}

.field-value {
	line-height: 32px;
}

textarea.field-input {
	height: auto;
}

a.b-btn.license_add {
	display: none;
}

.catalog-section-list ul li::before {
	background: none !important;
}
.catalog-section-list ul li {
	margin: 0 !important;
}

.main-user-consent-request-popup-text {
	resize: none;
}
.bx-soa-coupon-input {
    margin-right: 44px;
}

.learn-right-data img {
	max-width: 100%;
}
div.learn-course-back, div.learn-course-next {
    background-position: 0 100%;
    height: 1em;
    display: inline-block;
}

.main-user-consent-request-popup-text {
    height: 240px;
}

.main-user-consent-request-popup-cont {
    height: auto;
}

/* End */


/* Start:/bitrix/templates/adaptive_s1/template_styles.css?1683315889183417*/
@charset "utf-8";

/* 16/12/2019 15:20:14 */

/* common.css */

/*РћР±С‰РёРµ РїСЂР°РІРёР»Р°*/
html,
body {
	height: 100%;
}
html {
	font-size: 16px !important;
	font-family: "Open Sans", sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	color: #000 !important;
	background: #fff !important;
}
body {
	margin: 0;
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	background: inherit !important;
}
/**,
*::before,
*::after {
	box-sizing: border-box;
}*/
main,
details,
sumary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: 0;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	/*outline: 0;*/
}
a:hover {
	/*text-decoration: none;*/
}
abbr[title] {
	border-bottom: 1px dotted;
}
dfn {
	font-style: italic;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: .8em;
}
sub,
sup {
	font-size: .75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	/*outline: 0;*/
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: default;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	/* box-sizing: content-box; */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[disabled] {
	pointer-events: none;
}
input:invalid {
	box-shadow: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bolder;
}
table {
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*РЎС‚РёР»РёР·Р°С†РёСЏ СЃРµР»РµРєС‚РѕРІ*/
.field-select .jq-selectbox__dropdown {
	width: 100% !important;
}
.field-select .jq-selectbox__dropdown ul {
	max-height: 145px;
	/*margin: 0 !important;*/
	/*padding: 0 !important;*/
}
.field-select .jq-selectbox__dropdown li {
	overflow: hidden;
	/*margin: 0 !important;*/
	/*padding: 0 !important;*/
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.field-select .jq-selectbox__dropdown li::before {
	/*content: none !important;*/
}

/*РџСЂР°РІРёР»Р° РґР»СЏ СЃС‚СЂР°РЅРёС†*/
.font-increase {
	font-size: 18px !important;
}
.page-overflow/*,
.page-overflow body*/ {
	overflow: hidden;
}
.page-wrapper {
	box-sizing: border-box;
	min-height: 100%;
}
html:not(.old-browser) .page-wrapper {
	/*display: -ms-flexbox;*/
	display: -webkit-flex;
	display: flex;
	/*-ms-flex-direction: column;*/
	-webkit-flex-direction: column;
	flex-direction: column;
}
.page-wrapper::after {
	content: "";
	display: block;
	clear: both;
}
.test-footer {
	height: 400px;
}
.page-header {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.page-header-contrast {
	overflow: hidden;
	position: relative;
	height: 0;
}
.page-header-bottom {
	position: relative;
	height: 50px;
}
.page-header-bottom::before {
	content: "";
	opacity: .4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	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));
}
.page-main {
	position: relative;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}
.page-footer {
	padding: 25px 0;
	background: #333;
}
.page-container {
	position: relative;
	box-sizing: border-box;
	max-width: 1024px;
	margin: auto;
}
.page-container::before,
.page-container::after {
	content: "";
}
.page-container::before {
	display: table;
}
.page-container::after {
	display: block;
	clear: both;
}

/* РџРѕРёСЃРє */
.main-search {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}
.main-search-wrapper {
	box-sizing: border-box;
	position: relative;
	max-width: 1024px;
	margin: auto;
}
.main-search-label {
	display: block;
	box-sizing: border-box;
	position: relative;
	height: 50px;
	margin: 0;
	padding: 8px 0 0 24px;
}
.main-search-label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin: -8px 0 0 0;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -60px -60px no-repeat;
}
.main-search-input {
	display: block;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #fff;
	background: transparent;
}
.main-search-close {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	padding: 0;
	border: 0;
	text-indent: -1000px;
	font-size: 0;
	background: transparent;
	cursor: pointer;
}
.main-search-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -120px -60px no-repeat;
}
.search-active .main-search {
	display: block;
}
.search-active .menu-special,
.search-active .menu-functional-list {
	visibility: hidden;
}

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

}

@media (max-width: 768px) {
	.page-header {
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		left: 0;
	}
	.page-header.sticky {
		position: -webkit-sticky;
		position: sticky;
	}
	.fixfixed .page-header {
		position: absolute;
	}
	.page-container:not(.page-functional-wrapper),
	.main-search-wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.page-main-container {
		padding-top: 50px;
	}
	.main-search-close {
		margin-right: 5px;
	}
	.main-search-label {
		margin-right: 35px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.page-container:not(.page-functional-wrapper),
	.main-search-wrapper {
		padding-right: 33px;
		padding-left: 33px;
	}
	.main-search-close {
		margin-right: 16px;
	}
	.main-search-label {
		margin-right: 33px;
	}
}

@media (min-width: 769px) {
	.page-header {
		position: relative;
	}
}

@media (max-width: 1024px) {

}

@media (min-width: 1025px) {
	.page-container,
	.main-search-wrapper {
		padding: 0 42px;
	}
	.main-search-close {
		margin-right: 25px;
	}
	.main-search-label {
		margin-right: 33px;
	}
}

/*РљРѕРЅС‚СЂР°СЃС‚РЅР°СЏ РІРµСЂСЃРёСЏ*/
.contrast-header-list {
	height: 50px;
}

/*РљРѕСЂР·РёРЅР° Рё РїРѕРёСЃРє*/
.menu-functional-list {
	height: 50px;
	font-size: 0;
	text-align: right;
}
.menu-functional-item {
	display: inline-block;
	position: relative;
	height: 50px;
	vertical-align: top;
	border-left: 1px solid rgba(255, 255, 255, .2);
}
.search-functional-item {
	width: 54px;
	cursor: pointer;
	background-clip: padding-box;
}
.search-functional-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -30px -60px no-repeat;
}

/*РљРѕСЂР·РёРЅР°*/
.standard-version .cart-functional-item,
.cart-menu-item.cart-empty {
	display: none;
}
.cart-menu-item {
	z-index: 10;
}

.cart-menu-body {
	position: absolute;
	line-height: normal;
}

.shop-version:not(.cart-fixed) .cart-menu-item {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	min-width: 54px;
	font-size: 1rem;
	line-height: 50px;
}
.shop-version:not(.cart-fixed) .cart-menu-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 16px;
	margin: -8px 0 0 18px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -90px -60px no-repeat;
}
.shop-version:not(.cart-fixed) .cart-menu-item.cart-empty::after {
	opacity: .4;
}
.shop-version:not(.cart-fixed) .cart-menu-head {
	display: block;
	position: relative;
	height: 100%;
	padding-left: 32px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.shop-version:not(.cart-fixed) .cart-menu-body {
	z-index: 1;
}
.shop-version:not(.cart-fixed) .cart-menu-head::before {
	content: attr(data-count);
	display: inline-block;
	position: relative;
	top: -8px;
	height: 14px;
	margin-right: 5px;
	padding: 0 4px;
	border-radius: 6px;
	font-size: .675rem;
	line-height: 14px;
	vertical-align: middle;
	background: #fff;
}

@media (max-width: 480px) {
	.cart-menu-head {
		font-size: 0;
	}
	.cart-menu-head::before {
		margin-right: -10px;
	}
	.cart-menu-item::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 16px;
		margin: -8px 0 0 18px;
		background: url(/bitrix/templates/adaptive_s1/images/common.svg) -90px -60px no-repeat;
	}
	.cart-menu-item.cart-empty::after {
		opacity: .4;
	}
	.cart-preorder-list,
	.cart-preorder-info,
	.cart-preorder-total {
		display: none;
	}
	.cart-preorder-footer {
		position: relative;
		height: 100%;
	}
	.cart-menu-body {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.cart-menu-body .form-button {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		border-radius: 50%;
		font-size: 0;
		color: transparent;
		background: transparent;
	}
}

@media (min-width: 481px) {
	.shop-version:not(.cart-fixed) .cart-menu-head {
		padding-right: 20px;
	}
	.cart-menu-body {
		display: none;
		top: 100%;
		right: 0;
		width: 370px;
		margin-top: 5px;
		border-radius: 4px;
		text-align: left;
		background: #fff;
		box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	}
	.cart-menu-active .cart-menu-body {
		display: block;
	}
	.cart-menu-body::before,
	.cart-menu-body::after {
		content: "";
		position: absolute;
		top: 0;
	}
	.cart-menu-body::after {
		right: 0;
		left: 0;
		height: 20px;
		border-radius: 4px 4px 0 0;
		background: #fff;
	}
	.cart-menu-body::before {
		right: 25px;
		width: 14px;
		height: 14px;
		margin: -7px -7px 0 0;
		background: #fff;
		-webkit-transform: scale(.7, 1) rotate(-45deg);
		-ms-transform: scale(.7, 1) rotate(-45deg);
		transform: scale(.7, 1) rotate(-45deg);
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	}
	.cart-preorder-list {
		overflow: auto;
		max-height: 300px;
		padding: 20px 20px 10px 25px;
		font-size: .875rem;
	}
	.cart-preorder-item {
		position: relative;
		padding: 0 50px 0 60px;
	}
	.cart-preorder-item:not(:first-child) {
		margin-top: 10px;
	}
	.cart-preorder-item::after {
		content: "";
		display: block;
		clear: both;
	}
	.cart-preorder-link {
		text-decoration: none;
	}
	.cart-preorder-link:hover {
		text-decoration: underline;
	}
	.cart-preorder-image {
		float: left;
		max-width: 40px;
		margin-left: -60px;
	}
	.cart-preorder-title {
		display: block;
	}
	.cart-preorder-price {
		display: block;
		margin-top: 5px;
		font-weight: 300;
	}
	.cart-preorder-count,
	.cart-preorder-info {
		font-size: .75rem;
		font-weight: 300;
	}
	.cart-preorder-count {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.cart-preorder-info {
		opacity: .7;
		margin: 0 0 10px;
		text-align: center;
	}
	.cart-preorder-footer {
		padding: 20px 25px;
		border-style: solid;
		border-width: 2px;
	}
	.cart-preorder-total {
		margin-left: 20px;
		vertical-align: middle;
		font-size: 1.125rem;
	}
}

@media (max-width: 768px) {
	.cart-menu-item .form-button::before {
		content: none;
	}
}

@media (min-width: 769px) {
	.shop-version.cart-fixed .cart-menu-item {
		position: fixed;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		text-align: center;
		box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
	}
	.shop-version.cart-fixed .cart-menu-head {
		display: block;
		box-sizing: border-box;
		position: relative;
		height: 100%;
		padding: 25px 0 0 14px;
		text-decoration: none;
		cursor: pointer;
	}
	.shop-version.cart-fixed .cart-menu-head::before {
		content: "";
		position: absolute;
		bottom: 11px;
		right: 16px;
		width: 21px;
		height: 27px;
		background: url(/bitrix/templates/adaptive_s1/images/common.svg) -400px -60px no-repeat;
	}
	.shop-version.cart-fixed .cart-menu-head::after {
		content: attr(data-count);
		display: inline-block;
		position: relative;
		min-width: 10px;
		height: 14px;
		padding: 0 4px;
		border-radius: 6px;
		font-size: .675rem;
		line-height: 14px;
		vertical-align: middle;
		background: #fff;
	}
}

@media (max-width: 1024px) {
	.shop-version.cart-fixed .cart-menu-item {
		top: 0;
		right: 0;
		margin: 25px 25px 0 0;
	}
}

@media (min-width: 1025px) {
	.shop-version.cart-fixed .cart-menu-item {
		top: 0;
		left: 50%;
		margin: 25px 0 0 420px;
	}
	.shop-version:not(.cart-fixed) .cart-menu-item.cart-empty {
		border-right: 1px solid rgba(255, 255, 255, .2);
	}
}

/*РњРµРЅСЋ*/
.menu-container a {
	text-decoration: none;
}
.main-menu-list {
	z-index: 3;
	position: relative;
}
.main-menu-list a {
	color: #000;
}
.menu-button-list {
	height: 50px;
	white-space: nowrap;
}
.menu-button-item {
	display: inline-block;
	position: relative;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, .2);
	vertical-align: top;
	background-clip: padding-box;
	cursor: pointer;
}
.menu-button-open {
	width: 66px;
}
.menu-button-open::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 16px;
	margin: -8px 0 0 -11px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) 0 -60px no-repeat;
}

/* РћС‚РєСЂС‹С‚РёРµ С„РѕСЂРјС‹ Рё СЃР°РјР° С„РѕСЂРјР° aA */
.menu-button-contrast {
	width: 54px;
	/*font-weight: 300;*/
	line-height: 50px;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}
.menu-button-contrast::before,
.menu-button-contrast::after {
	content: "A";
}
.menu-button-contrast::before {
	font-size: 1.375em;
}
.contrast-view .menu-button-contrast {
	display: none;
}
.contrast-wrapper {
	/*position: relative;*/
	height: 50px;
	line-height: 46px;
	text-align: right;
	/*font-weight: 300;*/
}
.font-size-wrapper {
	float: left;
}
.font-size-list {
	display: inline-block;
	height: 30px;
	margin-left: 15px;
	vertical-align: middle;
	text-align: center;
	font-size: 0;
	font-weight: 400;
	line-height: 28px;
}
.font-size-item {
	display: inline-block;
	box-sizing: border-box;
	width: 40px;
	height: 100%;
	vertical-align: middle;
	background: #fff;
	cursor: pointer;
}
.font-size-item:not(:first-child) {
	margin-left: -1px;
}
.font-size-item.font-size-active {
	color: #fff;
}
.font-size-item::before {
	content: "A";
}
.font-size-middle {
	border-radius: 4px 0 0 4px;
	font-size: 1rem;
}
.font-size-large {
	border-radius: 0 4px 4px 0;
	font-size: 1.5rem;
}
.contrast-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 50px;
	cursor: pointer;
}
.contrast-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.contrast-reset {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	cursor: pointer;
}

@media (max-width: 480px) {
	.menu-button-contrast {
		display: none;
	}
	.menu-user-link:first-child {
		max-width: 120px;
	}
}

@media (min-width: 481px) {
	.contrast-wrapper {
		padding-right: 24px;
	}
	html.contrast-view .page-header-contrast {
		height: 50px;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	html.contrast-view .menu-button-list {
		top: 50px;
	}
	.menu-user-link:first-child {
		max-width: 160px;
	}
}

@media (max-width: 768px) {
	.menu-wrapper {
		position: fixed;
		z-index: 101;
		top: 0;
		bottom: 0;
		left: -20px;
		width: 0;
	}
	.menu-wrapper.menu-active {
		right: 0;
		width: auto;
		background: rgba(0, 0, 0, .4);
	}
	.menu-container {
		/*overflow: hidden;*/
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		bottom: 0;
		min-width: 260px;
		max-width: -webkit-calc(100% - 20px);
		max-width: calc(100% - 20px);
		padding: 50px 0 0 20px;
		white-space: nowrap;
		background: #fff;
		box-shadow: 0 0 18px rgba(0, 0, 0, .3);
		-webkit-transition: .2s;
		transition: .2s;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.menu-wrapper.menu-active .menu-container {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.menu-special {
		margin: -50px 0 0;
	}
	.menu-button-list {
		position: fixed;
		top: 0;
		left: 20px;
		height: 50px;
		margin-left: 100%;
	}
	.menu-user-list {
		height: 50px;
		padding: 0 54px 0 5px;
		font-size: 0;
		line-height: 50px;
		box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	}
	.menu-user-item {
		display: inline-block;
		position: relative;
		height: 100%;
		font-size: .875rem;
		line-height: 50px;
	}
	.menu-user-item:not(:first-child) {
		padding-left: 1px;
	}
	.menu-user-item:not(:first-child)::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 1em;
		margin: -.5em 0 0;
	}
	.menu-user-link {
		overflow: hidden;
		display: block;
		height: 100%;
		padding: 0 15px;
		color: #0075c9;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.main-menu {
		overflow: hidden;
		position: relative;
		height: 100%;
	}
	.main-menu-list {
		padding: 0 20px;
	}
	.menu-menu-list::before {
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 100%;
		left: 0;
		height: 50px;
		box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	}
	.main-menu-item {
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	.main-menu-item::after {
		content: "";
		display: block;
		clear: both;
	}
	.main-menu-item.menu-active {
		color: rgba(0, 0, 0, .5);
	}
	.main-menu-item.main-menu-parent {
		padding-right: 30px;
		cursor: pointer;
	}
	.main-menu-parent::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		opacity: .2;
		width: 18px;
		height: 9px;
		margin: 17px 0 0;
		background: url(/bitrix/templates/adaptive_s1/images/common.svg) -210px -30px no-repeat;
	}
	.main-menu-parent.menu-toggle::after {
		background-position: -240px -30px;
	}
	.main-menu-title,
	.main-menu-link {
		overflow: hidden;
		display: inline-block;
		height: 40px;
		vertical-align: middle;
		line-height: 40px;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.main-menu-subitem.menu-active,
	.main-menu-subitem.menu-active .main-menu-link {
		font-weight: 600;
	}
	.main-menu-sublist {
		overflow: hidden;
		height: 0;
		margin: 0 -50px 0 -20px;
	}
	.main-menu-parent.menu-toggle .main-menu-sublist {
		height: auto;
	}
	.main-menu-subitem {
		overflow: hidden;
		height: 40px;
		padding: 0 50px 0 35px;
		line-height: 36px;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.main-menu-subitem.menu-active {
		background: rgba(0, 0, 0, .05);
	}
	.menu-wrapper.menu-active .menu-button-list {
		display: none;
	}
}

@media (min-width: 769px) {
	.menu-special {
		position: absolute;
		top: 0;
		left: 0;
		height: 50px;
		margin: -50px 0 0;
		padding: 0 0 0 42px;
		font-size: 0;
	}
	.menu-button-list,
	.menu-top {
		height: 100%;
	}
	.menu-button-list {
		float: right;
	}
	.menu-user-list {
		float: left;
		border-right: 1px solid rgba(255, 255, 255, .2);
	}
	.menu-user-item {
		display: inline-block;
		height: 50px;
		margin: 0 20px 0 0;
		vertical-align: top;
		font-size: 1rem;
		line-height: 50px;
	}
	.menu-user-link {
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		text-decoration: none;
		color: #fff;
	}
	.menu-user-link,
	.menu-user-link:focus,
	.menu-user-link:hover {
		color: #fff;
	}
	.menu-user-link:hover {
		border-bottom-color: rgba(255, 255, 255, 1);
	}
	.main-menu-item {
		display: inline-block;
		position: relative;
		margin: 0 4px 0 0;
		padding: 6px 10px;
		border-radius: 4px;
		vertical-align: top;
		cursor: default;
	}
	.main-menu-item.main-page-item {
		display: none;
	}
	.main-menu-item.main-menu-parent {
		position: relative;
		margin-right: 24px;
	}
	.main-menu-parent:hover {
		z-index: 1;
	}
	.main-menu-parent::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		opacity: .4;
		width: 11px;
		height: 6px;
		margin: 17px -12px 0 0;
		background: url(/bitrix/templates/adaptive_s1/images/common.svg) -270px -30px no-repeat;
	}
	.main-menu-parent.menu-active::after {
		margin-right: -16px;
	}
	.main-menu-title {
		border-bottom: 1px dotted rgba(0, 0, 0, .2);
	}
	.main-menu-title:hover {
		border: 0;
	}
	.main-menu-link {
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	.main-menu-link:hover {
		border-bottom-color: rgba(0, 0, 0, 1);
	}
	.main-menu-list {
		margin: 20px -10px;
	}
	.main-menu-sublist {
		visibility: hidden;
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		margin: -5px 0 0 -5px;
		border-radius: 3px;
		/*font-weight: 300;*/
		white-space: nowrap;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, .2);
		-webkit-transition: visibility 0s .2s;
		transition: visibility 0s .2s;
		z-index: 5;
	}
	.main-menu-item:hover .main-menu-sublist {
		visibility: visible;
	}
	.main-menu-subitem {
		height: 40px;
		padding: 0 15px;
		line-height: 40px;
	}
	.main-menu-subitem.menu-active {
		font-weight: 600;
	}
	.main-menu-sublink {
		display: block;
		height: 100%;
		margin: 0 -15px;
		padding: 0 15px;
	}
	.main-menu-item.menu-active .main-menu-title,
	.main-menu-item.menu-active .main-menu-link {
		font-weight: 600;
		border: 0;
	}
	.menu-button-open,
	.menu-wrapper .button-close {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
}

@media (min-width: 1025px) {
	.main-menu-parent:hover::after {
		background-position: -290px -30px;
	}
}

/*РҐР»РµР±РЅС‹Рµ РєСЂРѕС€РєРё*/
.breadcrumbs {
	margin: 20px 0;
}
.breadcrumbs-item {
	display: inline-block;
	margin: 0 16px 0 0;
	font-size: .75em;
}
.breadcrumbs-item a {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	text-decoration: none;
	color: #000;
}
.breadcrumbs-item:not(:last-child)::after {
	content: "";
	opacity: .4;
	display: inline-block;
	width: 4px;
	height: 9px;
	margin: 0 -12px 0 8px;
	vertical-align: middle;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -320px -30px no-repeat;
}
.breadcrumbs-item a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

/*Р¤СѓС‚РµСЂ*/
.page-footer,
.page-footer a {
	color: #fff;
}
.page-footer a {
	text-decoration: none;
}
.menu-footer {
	/*font-weight: 300;*/
}
.menu-footer a {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.menu-footer a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.menu-footer-list {
}
.menu-footer-item {
}
.menu-phone-wrapper {
}

@media (max-width: 640px) {
	.menu-phone-wrapper {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 641px) {
	.menu-footer-wrapper {
		display: inline-block;
		vertical-align: top;
	}
	.menu-footer-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.menu-footer-item {
		margin: 0 30px 0 0;
		line-height: 30px;
	}
	.menu-phone-wrapper {
		display: inline-block;
		line-height: 30px;
		vertical-align: top;
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	.menu-footer-wrapper {
		padding: 0 0 20px;
	}
}

@media (max-width: 768px) {
	.page-footer {
		/*padding: 10px 0;*/
	}
	.menu-footer,
	.bitrix-footer {
		display: none;
	}
}

@media (min-width: 769px) {
	.menu-footer-wrapper {
		padding: 0 0 30px;
	}
	.menu-phone-wrapper {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.bitrix-footer {
		display: inline-block;
		position: relative;
	}
	.copyright-footer {
		margin-top: 20px;
	}
}

@media (min-width: 1025px) {
	.bitrix-footer {
		position: absolute;
		top: 0;
		right: 42px;
	}
}

/*Р‘Р»РѕРє СЃ Р»РѕРіРѕ Рё С‚РµР»РµС„РѕРЅР°РјРё*/
.contact-wrapper {
	overflow: hidden;
	margin: 30px 0;
}
.logo-wrapper {
	text-decoration: none;
	color: inherit;
}
.logo-title {
	/*font-weight: 300;*/
	font-size: 1.5em;
	vertical-align: top;
}
.logo-image {
	width: 100px;
	margin-right: 20px;
	vertical-align: top;
}
.contact-phone {

}

@media (max-width: 360px) {
	.contact-with-title .logo-title {
		display: block;
		clear: both;
		margin-top: 10px;
	}
	.contact-with-title .contact-phone {
		margin-top: 10px;
	}
}

@media (min-width: 361px) and (max-width: 640px) {
	.contact-with-title .logo-image {
		float: left;
	}
	.contact-with-title .contact-phone {
		margin-left: 140px;
	}
}

@media (max-width: 640px) {
	.contact-wrapper:not(.contact-with-title) .logo-wrapper {
		float: left;
	}
	.contact-wrapper:not(.contact-with-title) .contact-phone {
		float: right;
	}
}

@media (min-width: 641px) {
	.logo-wrapper {
		float: left;
	}
	.contact-phone {
		float: right;
	}
	.logo-title {
		font-size: 1.75em;
	}
}

/*Р—Р°РєР»Р°РґРєРё*/
.tab-wrapper {

}
.tab-menu-list {
	/*margin: 0 0 20px;*/
}
.tab-menu-item {
	display: inline-block;
	margin-bottom: 10px;
}
.tab-menu-item:not(:last-child) {
	margin-right: 20px;
}
.tab-menu-item:not(.tab-active) {
	cursor: pointer;
}
.tab-block-list {

}
.tab-block-item {

}
.tab-block-head {

}
.tab-block-body {
	overflow: hidden;
}
.tab-block-content {
	padding-top: 20px;
}
.tab-block-item:not(.tab-active) .tab-block-body {
	height: 0;
}
.tab-block-item.tab-active .tab-block-body {
	height: auto;
}
.description-list,
.subdescription-list {
	margin: 0 0 20px;
	/*font-weight: 300;*/
}
.description-item,
.subdescription-item {
	margin: 0 0 10px 20px;
}
.description-item::before,
.subdescription-item::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 14px 0 -20px;
	vertical-align: middle;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}

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

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

@media (min-width: 641px) {
	.list-column-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
	.list-column-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
}

@media (max-width: 768px) {
	.header-2 {
		margin: 0 0 20px;
	}
	.tab-wrapper {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	ul.tab-wrapper {
		display: none;
	}
	.tab-menu-list {
		display: none;
	}
	.tab-block-head {
		overflow: hidden;
		position: relative;
		height: 44px;
		padding: 0 60px 0 20px;
		line-height: 40px;
		/*font-weight: 300;*/
		background: rgba(0, 0, 0, .1);
		cursor: pointer;
	}
	.tab-block-item:not(.tab-active) + .tab-block-item:not(.tab-active) .tab-block-head {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	.tab-block-head::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 18px;
		height: 9px;
		margin: -5px 20px 0 0;
		background: url(/bitrix/templates/adaptive_s1/images/common.svg) -210px -30px no-repeat;
	}
	.tab-block-item.tab-active .tab-block-head {
		font-weight: 600;
		background: rgba(0, 0, 0, .2);
	}
	.tab-block-item.tab-active .tab-block-head::before {
		background-position: -240px -30px;
	}
	.tab-block-content {
		padding: 20px 20px 0;
	}
}

@media (min-width: 769px) {
	.header-2 {
		margin: 0 0 30px;
	}
	.tab-block-head {
		display: none;
	}
	.tab-block-body {
		margin: 0 -20px;
		padding: 0 20px;
	}
}

/*РџР°РіРёРЅР°С‚РѕСЂ*/
.pagination-wrapper {
	margin: 20px 0;
	text-align: center;
}
.pagination-list {
	display: inline-block;
}
.pagination-item {
	display: inline-block;
	padding: 3px 7px;
	border-radius: 3px;
	/*font-weight: 300;*/
}
.pagination-item.pagination-active {
	font-weight: 600;
}
.pagination-link {
	text-decoration: none;
}

/*РЎРєСЂРёРЅС€РѕС‚С‹*/
.screenshots-list {
	margin: 0 -20px;
}
.screenshots-item {
	position: relative;
	padding: 20px;
}
.screenshots-image {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0 0 18px rgba(0, 0, 0, .3);
}

/*Р”РµС„РѕР»С‚РЅР°СЏ Р·Р°РіСЂСѓР·РєР°*/
.default-loading {
	position: relative;
}
.default-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -480px 0 no-repeat;
}
.default-loading:not(.default-loading-sharp)::after {
	-webkit-animation: load 1s linear infinite;
	animation: load 1s linear infinite;
}
.default-loading.default-loading-sharp::after {
	-webkit-animation: load 1s steps(8) infinite;
	animation: load 1s steps(8) infinite;
}

@keyframes load {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

/*РљРЅРѕРїРєР° Р·Р°РєСЂС‹С‚РёСЏ*/
.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/adaptive_s1/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: 7px 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/adaptive_s1/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;
	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/adaptive_s1/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/adaptive_s1/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: 14px;
	color: #f30;
}

@media (max-width: 600px) {
	.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: 601px) {
	.service-detail-price,
	.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;
	}
	.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: 641px) {
}

@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/adaptive_s1/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/adaptive_s1/images/common.svg) -120px -90px no-repeat;
}
.form-popup-error .form-popup::after {
	content: attr(data-error);
	display: inline;
}
.form-popup-error .form-popup {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.error-message-wrapper,
.error-form .user-data {
	display: none;
}
.error-message-wrapper {
	text-align: center;
}
.error-message {

}
.error-message::before {
	content: attr(data-start);
	display: block;
	margin-bottom: 5px;
	font-weight: bolder;
}
.error-message::after {
	content: attr(data-end);
	display: block;
	margin: 0 0 30px;
}
.error-form .error-message-wrapper {
	display: block;
}

@media (max-width: 600px) {
	.form-popup .user-data,
	.form-popup .error-message-wrapper {
		margin: 0;
		padding: 20px;
	}
	.form-popup-title {
		padding: 0 50px 0 20px;
	}
}

@media (min-width: 601px) {
	.form-popup {
		width: 500px;
	}
	.form-popup .user-data,
	.form-popup .error-message-wrapper {
		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;
	}
}

/* РҐРµР»РїРµСЂ */
.helper-wrapper {
	display: inline-block;
}
.helper-button {
	/*display: inline-block;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	cursor: pointer;*/
}
.helper-button::before {
	/*content: "?";
	color: rgba(0, 0, 0, .2);*/
}
.helper-content {

}

/*РћР±С‰РёРµ СЃС‚РёР»Рё*/
.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/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.page-content .bx-authform-social li::before {
	content: none !important;
}
.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;
	}
}

/*РљРѕР»РѕРЅРєРё*/
@media (max-width: 640px) {
	.column {
		margin: 0 0 15px;
	}
}

@media (min-width: 641px) {
	.column-wrapper {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.column {
		display: inline-block;
		margin: 0 10px 20px;
	}
	.column-1 {
		width: -webkit-calc(8.33% - 20px);
		width: calc(8.33% - 20px);
	}
	.column-2 {
		width: -webkit-calc(16.66% - 20px);
		width: calc(16.66% - 20px);
	}
	.column-3 {
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
	}
	.column-4 {
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
	.column-5 {
		width: -webkit-calc(41.66% - 20px);
		width: calc(41.66% - 20px);
	}
	.column-6 {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.column-7 {
		width: -webkit-calc(58.33% - 20px);
		width: calc(58.33% - 20px);
	}
	.column-8 {
		width: -webkit-calc(66.66% - 20px);
		width: calc(66.66% - 20px);
	}
	.column-9 {
		width: -webkit-calc(75% - 20px);
		width: calc(75% - 20px);
	}
	.column-10 {
		width: -webkit-calc(83.33% - 20px);
		width: calc(83.33% - 20px);
	}
	.column-11 {
		width: -webkit-calc(91.66% - 20px);
		width: calc(91.66% - 20px);
	}
	.column-12 {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	.column-tablet {
		display: inline-block;
		margin: 0 10px 20px;
	}
	.column-tablet-1 {
		width: -webkit-calc(8.33% - 20px);
		width: calc(8.33% - 20px);
	}
	.column-tablet-2 {
		width: -webkit-calc(16.66% - 20px);
		width: calc(16.66% - 20px);
	}
	.column-tablet-3 {
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
	}
	.column-tablet-4 {
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
	.column-tablet-5 {
		width: -webkit-calc(41.66% - 20px);
		width: calc(41.66% - 20px);
	}
	.column-tablet-6 {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.column-tablet-7 {
		width: -webkit-calc(58.33% - 20px);
		width: calc(58.33% - 20px);
	}
	.column-tablet-8 {
		width: -webkit-calc(66.66% - 20px);
		width: calc(66.66% - 20px);
	}
	.column-tablet-9 {
		width: -webkit-calc(75% - 20px);
		width: calc(75% - 20px);
	}
	.column-tablet-10 {
		width: -webkit-calc(83.33% - 20px);
		width: calc(83.33% - 20px);
	}
	.column-tablet-11 {
		width: -webkit-calc(91.66% - 20px);
		width: calc(91.66% - 20px);
	}
	.column-tablet-12 {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
}

.error-wrapper {
	padding-top: 50px;
	text-align: center;
}
.error-block {
	display: inline-block;
	text-align: left;
}
.error-block::before {
	content: "";
	display: block;
	margin-bottom: 30px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.error-block.error-404::before {
	width: 172px;
	height: 64px;
}

@media (min-width: 769px) {
	.page-error .main-menu {
		display: none;
	}
}

.table-wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 4px;
}
.table-wrapper .iScrollHorizontalScrollbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
}
.table-wrapper .iScrollIndicator {
	height: 100%;
	border-radius: 1px;
	background: rgba(0, 0, 0, .2);
}
.table-wrapper table {
	table-layout: fixed;
}
.table-wrapper tbody {
	border-top: 1px solid rgba(0, 0, 0, .2);
}
.table-wrapper thead ~ tbody {
	border-top: 0;
}
.table-wrapper th,
.table-wrapper td {
	padding: 10px;
}
.table-wrapper tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.page-content img {
	max-width: 100% !important;
}
.align-right {
	float: right;
	margin: 0 0 15px 10px;
}
.align-left {
	float: left;
	margin: 0 15px 10px 0;
}

/*РџСЂР°РІРєРё С€Р°Р±Р»РѕРЅР°*/
.page-content .bx-soa-section-content {
	padding-right: 0;
	padding-left: 0;
}
.page-content .bx-soa-section.bx-selected {
	border: 0;
}
.page-content .bx-soa-pp.row {
	margin-right: -20px;
	margin-left: -20px;
}
.page-content .bx-soa-section-title-container {
	overflow: visible;
	position: relative;
	background: #f8f9f9;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
}
.page-content .bx-soa-section-title-container::after {
	content: "";
	display: block;
	clear: both;
}
.page-content .bx-soa-section-title {
	position: static;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}
.page-content .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
	font-weight: normal;
}
.page-content .bx-soa-cart-total-line {
	padding: 5px 0 10px;
	border-top: 0;
	font-size: 16px;
}
.page-content .bx-soa-cart-total-line-total {
	border-top: 1px solid #b1b1b1;
}
.page-content .bx-soa-cart-total .bx-soa-cart-total-line-total {
	padding: 15px 0 0;
}
.page-content .bx-soa-cart-t,
.page-content .bx-soa-cart-d {
	display: inline-block;
	float: none;
	vertical-align: 0;
}
.page-content .bx-soa-cart-total-line:not(.bx-soa-cart-total-line-total) .bx-soa-cart-d {
	color: #717171;
}
.page-content .bx-soa-section-title {
	padding: 0 25px;
	border-radius: 0;
}
.page-content .bx-soa-section.bx-selected .bx-soa-section-title-container {
	padding: 5px 0 7px;
}
.page-content .bx-soa-section-title-count {
	display: inline;
	position: static;
	min-width: 0;
	height: auto;
	margin: 0 .25em 0 0;
	border: 0;
	border-radius: 0;
	vertical-align: 0;
}
.page-content .bx-soa-section .bx-soa-section-title-count:after {
	content: counter(heading) ".";
	position: static;
	text-align: left;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.page-content .bx-soa-section.bx-step-completed {
	border: 0;
}
.page-content .bx-soa-section-title-count::before {
	content: "";
	display: none;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	right: auto;
	bottom: auto;
	left: -13px;
	margin: -13px 0 0;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12' width='14' height='12'%3E%3Cpath fill='none' stroke='rgb(255, 255, 255)' stroke-width='2' d='m1,5 l5,5 7,-9'/%3E%3C/svg%3E");
}
.page-content .bx-soa-section.bx-step-completed .bx-soa-section-title-count::before {
	background-position: 50%;
	background-repeat: no-repeat;
}
.page-content .bx-soa-section.bx-step-completed .bx-soa-section-title-count,
.page-content .bx-soa-section.bx-step-completed.bx-step-error .bx-soa-section-title-count {
	background: transparent;
}
.page-content .bx-soa-section.bx-step-completed.bx-step-error .bx-soa-section-title-count:before {
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 16' width='4' height='16'%3E%3Crect stroke='none' fill='rgb(255, 255, 255)' x='.5' y='0' width='3' height='10' rx='1' ry='1'/%3E%3Ccircle stroke='none' fill='rgb(255, 255, 255)' cx='2' cy='14' r='2'/%3E%3C/svg%3E");
	background-color: #f00;
}
.page-content .bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
	color: inherit;
}
.page-content .bx_soa_location br {
	display: none;
	line-height: 0;
}
.page-content .bx-soa-pp-desc-container {
	display: none;
}
.page-content .bx-soa-pp-item-container {
	float: none;
	width: auto;
}
.page-content .bx-soa-pp-company-graf-container {
	overflow: hidden;
	border: 0;
	border-radius: 0;
}
.page-content .bx-soa-pp-delivery-cost {
	right: 0;
	bottom: 0;
	padding: 3px 5px;
	border-radius: 0;
}
.page-content .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	box-shadow: 0 0 15px #ccc;
}
.page-content .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container {
	box-shadow: 0 0 10px #ccc;
}
.page-content .bx-soa-pp-company-checkbox {
	opacity: 0;
	position: absolute;
	right: 200%;
	bottom: 200%;
}
.page-content .bx-soa-pp-company-image::before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #777;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .2s;
	transition: .2s;
}
.page-content .bx-soa-pp-company.bx-selected .bx-soa-pp-company-checkbox ~ .bx-soa-pp-company-image::before,
.page-content .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image::before,
.page-content .bx-soa-pp-company-checkbox:focus ~ .bx-soa-pp-company-image::before {
	opacity: 1;
}
.page-content .bx-soa-customer {
	padding-top: 15px;
}
.page-content .bx-soa-section {
	border: 0;
}
.page-content .bx-soa-more {
	border: 0;
	padding: 0;
	margin-top: 15px;
}
.page-content .bx-soa-pp-desc-container {
	padding-bottom: 15px;
}
.page-content .alert.alert-danger {
	padding-right: 0;
	padding-left: 0;
	border: 0;
	font-weight: 300;
	color: #f00;
	background: none;
}
.page-content .alert.alert-danger strong {
	font-weight: 400;
}
.page-content .alert.alert-danger br {
	display: block;
	line-height: 1.5em;
}
.page-content .alert {
	margin-bottom: 0;
}
.page-content .tooltip {
	font-size: 14px;
}
.page-content .tooltip.bx-soa-tooltip-danger {
	/*float: left;*/
}
.page-content .tooltip.top {
	margin-top: -8px;
	padding: 8px 0;
}
.page-content .tooltip.top .tooltip-arrow {
	margin-left: -8px;
	border-width: 8px 8px 0;
}
.page-content .bx-soa-tooltip .tooltip-inner {
	padding: 8px 15px;
	text-align: left;
}
.page-content .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
	border-top-color: #feefef;
}
.page-content .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
	color: #e20019;
	background: #feefef;
}
.page-content .has-error .bx-sls .form-control.dropdown-block,
.page-content .has-error .bx-slst .form-control.dropdown-block,
.page-content .has-error .form-control {
	border-color: #e20019;
}
.page-content .bx-soa-reference {
	padding-bottom: 10px;
}
.page-content .bx-soa-coupon-label {
	vertical-align: middle;
}
.page-content .bx-soa-coupon-block {
	display: inline-block;
	vertical-align: middle;
}
.page-content .bx-soa-coupon-input input[type=text].form-control {
	border: 1px solid #b2b2b2;
	border-radius: 3px 0 0 3px;
}
.page-content .bx-soa-coupon-input::after {
	content: "Ok";
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 10px;
	border: 0;
	border-radius: 0 3px 3px 0;
	line-height: 32px;
	text-transform: uppercase;
	-webkit-transform: none;
	transform: none;
}
.page-content .bx-soa-coupon-label {
	font-size: 14px;
}
.page-content .bx-price.all {
	font-weight: 400;
}
.page-content .bx-soa-item-block {
	overflow: visible;
}
.page-content .bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {
	/*background-image: ;*/
}
.page-content .bx-soa-cart-total {
	border: 0;
	border-radius: 3px;
}
.page-content .bx-soa-editstep,
.page-content .bx-soa-editstep:hover,
.page-content .bx-soa-editstep:focus {
	text-decoration: none;
}
.page-content .bx-soa-coupon-input::after {
	color: #fff;
}
.page-content .bx-soa-pp-delivery-cost {
	color: #494949;
}
.page-content .bx-sls .bx-ui-sls-clear {
	background: none;
}
.page-content .bx-sls .bx-ui-sls-clear::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' width='10' height='10'%3E%3Cpath fill='none' stroke='rgb(255, 255, 255)' stroke-width='2' d='m1,1 l8,8 m-8,0 l8,-8'/%3E%3C/svg%3E");
}
.page-content .bx-soa-coupon-input input[type=text].form-control,
.page-content .form-control,
.page-content .bx-sls .form-control.dropdown-block,
.page-content .bx-slst .form-control.dropdown-block {
	background-color: #fff;
}
.page-content .bx-sls .form-control.dropdown-block,
.page-content .bx-slst .form-control.dropdown-block {
	border: 1px solid #b2b2b2;
}
.page-content .bx-sls .bx-ui-sls-container {
	height: 34px;
}
.page-content .bx-sls .bx-ui-sls-fake,
.page-content .bx-sls .bx-ui-sls-route {
	height: 34px;
	font-family: inherit;
	font-size: 16px;
}
.page-content .bx-sls .bx-ui-sls-error div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin: -9px 0 0 4px;
	background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ccircle stroke='none' fill='rgb(255, 0, 0)' cx='8' cy='8' r='8'/%3E%3Crect stroke='none' fill='rgb(255, 255, 255)' x='7' y='3' width='2' height='7' rx='1' ry='1'/%3E%3Ccircle stroke='none' fill='rgb(255, 255, 255)' cx='8' cy='12' r='1'/%3E%3C/svg%3E") no-repeat;
}
.page-content .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.page-content .bx-sls .bx-ui-sls-error {
	padding: 6px 10px 8px 28px;
}
.page-content .bx-sls .dropdown-block {
	height: 34px;
	padding: 0 28px 0 32px;
	line-height: 20px;
}
.page-content .bx-sls .dropdown-icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin: -6px 0 0 8px;
	background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ccircle fill='none' stroke='rgb(102, 102, 102)' stroke-width='1' cx='6' cy='6' r='5.5'/%3E%3Cpath fill='none' stroke='rgb(102, 102, 102)' stroke-width='1' d='m6,11.5 l0,7.5' transform='rotate(-45, 6, 6)'/%3E%3C/svg%3E") no-repeat;
}

@media (max-width: 640px) {
	.page-content .bx-soa-custom-label {
		display: block;
	}
}

@media (min-width: 641px) {
	.page-content .form-group {
		position: relative;
		padding-left: 200px;
	}
	.page-content .form-group .bx-soa-custom-label,
	.page-content .form-group .bx-soa-customer-label {
		position: absolute;
		left: 0;
		margin: 2px 0 5px;
		width: 190px;
	}
	.page-content .bx-soa-location-input-container .bx-soa-custom-label,
	.page-content .bx-soa-customer-field[data-property-id-row="1"] .bx-soa-custom-label,
	.page-content .bx-soa-customer-field[data-property-id-row="2"] .bx-soa-custom-label,
	.page-content .bx-soa-customer-field[data-property-id-row="3"] .bx-soa-custom-label {
		bottom: 0;
	}
	.page-content .form-group.bx-soa-customer-field .bx-soa-customer-label {
		bottom: 20px;
	}
	.page-content .form-group[data-property-id-row="5"] .bx-soa-custom-label {
		bottom: 40px;
	}
}

@media (min-width: 641px) and (max-width: 780px) {
	.page-content .radio-inline:not(:first-of-type)  {
		margin-left: 15px;
	}
}

@media (max-width: 780px) {
	.page-content .bx-soa {
		width: 100%;
	}
	.page-content .bx-soa-sidebar {
		/*display: none;*/
	}
	.page-content .bx-soa-cart-total-line {
		display: -ms-flexbox;
		display: -webkit-box;
		display: box;
		display: -webkit-flex;
		display: flex;

		-webkit-box-pack: justify;
		box-pack: justify;
		-ms-flex-pack: justify;
		flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.page-content .radio-inline:not(:first-of-type)  {
		margin-left: 15px;
	}
}

@media (min-width: 781px) and (max-width: 990px) {
	.page-content .bx-soa-cart-t,
	.page-content .bx-soa-cart-d {
		display: block;
	}
	.page-content .radio-inline  {
		display: block;
	}
}

@media (min-width: 781px) {
	.page-content .bx-soa {
		width: 70%;
	}
	.page-content .bx-soa-sidebar {
		width: 30%;
	}
}

@media (min-width: 581px) and (max-width: 990px) {
	.page-content .bx-soa-item-tr.bx-soa-basket-info {
		padding-left: 100px;
	}
	.page-content .bx-soa-item-img-block {
		float: left;
		margin: 0 0 0 -100px;
	}
	.page-content .bx-soa-item-properties:last-of-type {
		/*float: right;*/
	}
}

@media (min-width: 991px) {
	.page-content .bx-soa-cart-total-line {
		display: -ms-flexbox;
		display: -webkit-box;
		display: box;
		display: -webkit-flex;
		display: flex;

		-webkit-box-pack: justify;
		box-pack: justify;
		-ms-flex-pack: justify;
		flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.page-content .radio-inline:not(:first-of-type)  {
		margin-left: 15px;
	}
}

/*РљРѕРЅС‚СЂР°СЃС‚*/
.contrast-active .page-header {
	background: #fff;
}
.contrast-active .page-footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	color: #000;
	background: transparent;
}
.contrast-active .item-parent > .filter-item-title::after {
	opacity: .5;
}
.contrast-active .additional-button::before,
.contrast-active .filter-list-head::after,
.contrast-active .main-menu-parent::after,
.contrast-active .breadcrumbs-item:not(:last-child)::after,
.contrast-active .field-wrapper.field-search::before {
	opacity: .7;
}
.contrast-active .filter-list-head,
.contrast-active .field-input {
	border-color: rgba(0, 0, 0, 1);
}
.contrast-active .menu-footer a {
	border-bottom-color: rgba(0, 0, 0, .5);
}
.contrast-active .menu-footer a:hover {
	border-bottom-color: rgba(0, 0, 0, 1);
}
.contrast-active .font-size-item.font-size-active {
	color: #fff;
}
.contrast-active .page-header-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: transparent;
}
.contrast-active .menu-user-link {
	border-bottom-color: rgba(0, 0, 0, 0);
}
.contrast-active .menu-user-link,
.contrast-active .menu-user-link:focus,
.contrast-active .menu-user-link:hover {
	color: #000;
}
.contrast-active .menu-user-link:hover {
	border-bottom-color: rgba(0, 0, 0, 1);
}
.contrast-active .form-button,
.contrast-active .vacancies-button {
	color: #fff;
}
.contrast-active .main-search-label::before,
.contrast-active .search-functional-item::after {
	background-position: -30px -30px;
}
.contrast-active .main-search-close::after {
	background-position: -120px -30px;
}
.contrast-active .menu-button-open::before {
	background-position: 0 -30px;
}
.contrast-active .menu-button-item:hover,
.contrast-active .search-functional-item:hover {
	background: rgba(0, 0, 0, .1);
}
.contrast-active .description-item::before {
	background-position: -340px -30px;
}
.contrast-active .subdescription-item::before {
	background-position: -360px -30px;
}
.contrast-active.shop-version .cart-menu-item::after {
	background-position: -90px -30px;
}
.contrast-active.shop-version:not(.cart-fixed) .cart-menu-head::before {
	color: #fff;
	background: #000;
}
.contrast-active .main-search-input,
.contrast-active .menu-button-contrast {
	color: #000;
}

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

.contrast-active .contrast-close::after {
	background-position: -120px -30px;
}
.contrast-active .setificates-link::before {
	background-position: -1100px -30px;
}
.contrast-active .btn-icon-inline::after {
	background-position: -990px -30px;
}
.contrast-active .header-icon-product:after {
	background-position: -1070px -30px;
}
.contrast-active .header-icon-services:after {
	background-position: -1040px -30px;
}
.contrast-active .field-wrapper.field-search.search-active::before {
	background-position: -30px -30px;
}
.contrast-active .captcha-reload::after {
	background-position: -620px -60px;
}
.contrast-active .field-choice[type="checkbox"] ~ .field-title::before {
	background-position: -790px -30px;
}
.contrast-active .field-choice[type="checkbox"]:checked ~ .field-title::before {
	background-position: -820px -30px;
}
.contrast-active .field-choice[type="radio"] ~ .field-title::before {
	background-position: -730px -30px;
}
.contrast-active .field-choice[type="radio"]:checked ~ .field-title::before {
	background-position: -760px -30px;
}
.contrast-active .error-block.error-404::before {
	background-position: -1280px -320px;
}
.contrast-active .filter-item-choice::after {
	background-position: -790px -30px;
}
.contrast-active .filter-checked > .filter-item-choice::after {
	background-position: -850px -30px;
}
.contrast-active .filter-wrapper .field-choice[type="checkbox"]:checked ~ .field-title::before {
	background-position: -850px -30px;
}
.contrast-active .filter-result::after {
	background-position: -150px -30px;
}
.contrast-active .slick-dots li button:before {
	background-position: -340px -30px;
}
.contrast-active .social-show-button::after {
	background-position: -580px -30px;
}
.contrast-active .vacancies-description > li::before,
.contrast-active .news-description ul:not(.plain-list):not(.license-list) > li::before,
.contrast-active .tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) > li::before,
.contrast-active .page-content ul:not(.plain-list):not(.license-list) > li::before {
	background-position: -340px -30px;
}
.contrast-active .news-description ul:not(.plain-list):not(.license-list) ul > li::before,
.contrast-active .tab-block-content ul:not(.plain-list):not(.license-list):not(.screenshots-list):not(.slick-dots) ul > li::before,
.contrast-active .page-content ul:not(.plain-list):not(.license-list) ul > li::before {
	background-position: -360px -30px;
}
.contrast-active .order-item-repeat::before {
	background-position: -660px -30px;
}
.contrast-active .edit-link::before {
	background-position: -550px -30px;
}
.contrast-active .delivery-title::before {
	background-position: -730px -30px;
}
.contrast-active .delivery-input:checked ~ .delivery-title::before {
	background-position: -760px -30px;
}
.contrast-active .payment-label:hover .payment-input:not(:checked) ~ .payment-title::before {
	background-position: -790px -30px;
}
.contrast-active .payment-input:checked ~ .payment-title::before {
	background-position: -820px -30px;
}
.contrast-active .payment-label:hover .payment-input:checked ~ .payment-title::before {
	background-position: -850px -30px;
}
.contrast-active .cart-item-change.cart-item-less::after {
	background-position: -690px -30px;
}
.contrast-active .cart-item-change.cart-item-more::after {
	background-position: -710px -30px;
}
.contrast-active table.tariff-table a.tariff-table-order,
.contrast-active .tariff-table-plus  {
	background: #000;
}
/*tariff contrast*/
.contrast-active table.tariff-table thead th:not(:first-child) span,
.contrast-active table.tariff-table tbody tr:first-child td:not(:first-child),
.contrast-active .table-toggle-wrapper .table-toggle-content h4,
.contrast-active .tooltipe sup {
	color: #000;
}
.contrast-active .banner-wrapper:after {
	background: linear-gradient(107deg, #ffffff00 38%, #000 38%, #000 100% );
}
.contrast-active table.tariff-table thead {
	background: #f6f6f6;
}
.contrast-active table.tariff-table a.tariff-table-order {
	background: linear-gradient(180deg, #000 0%, #000 100%);
}
.contrast-active .form-popup.tariff-form-popup .field-choice[type="checkbox"]:checked ~ .field-title::before {
	background-position: -850px -30px;
}
.contrast-active .tooltipe .tooltipe-text {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.contrast-active .tooltipe .tooltipe-text:after {
	background: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.contrast-active .banner-wrapper {
	background: #333333;
	color: white;
}
.contrast-active .banner-wrapper .banner-colored {
	color: white;
}
.contrast-active .form-popup .jq-selectbox li:hover {
	background: #333333;
}
/*tariff contrast*/

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

@media (max-width: 768px) {
	.contrast-active .menu-user-item:not(:first-child)::before {
		background: #000;
	}
	.contrast-active table.tariff-table tbody tr:first-child {
		background: #f6f6f6;
	}
	.contrast-active .banner-wrapper:after {
		background: -webkit-linear-gradient(107deg, #ffffff00 55%, #000 55%, #000 100% );
		background: -o-linear-gradient(107deg, #ffffff00 55%, #000 55%, #000 100% );
		background: linear-gradient(107deg, #ffffff00 55%, #000 55%, #000 100% );
	}
	.table-wrapper tbody tr{
		border-collapse: separate;
		border-spacing: 0 15px;
	}
	.table-wrapper th, .table-wrapper td{
		display: table-row-group;
	}
	.table-wrapper th, .table-wrapper td .form-button{
		margin-top: 10px;
	}
}

@media (min-width: 769px) {
	.contrast-active .tile-item {
		border: 2px solid rgba(0, 0, 0, .2);
	}
	.contrast-active .tile-item:hover {
		box-shadow: none;
		border-color: rgba(0, 0, 0, 1);
	}
	.contrast-active .main-menu-item.menu-active {
		background: rgba(0, 0, 0, .2);
	}
	.contrast-active .main-menu-subitem:hover {
		background: rgba(0, 0, 0, .05);
	}
	.contrast-active .license-item:hover {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
	}
}

@media (max-width: 1024px) {
	.contrast-active .product-capture-title {
		border-bottom: 1px solid rgba(0, 0, 0, .5);
		color: #000;
	}
	.contrast-active .license-item-button::before {
		background-position: -90px -30px;
	}
}

@media (min-width: 1025px) {
	.contrast-active .product-capture-item:hover .product-capture-title {
		color: #000;
	}
	.contrast-active .license-item-button {
		background: #000;
	}
	.contrast-active .tab-menu-item:not(.tab-active):hover,
	.contrast-active .cart-link:hover {
		border-bottom-color: rgba(0, 0, 0, 1);
	}
	.contrast-active .product-capture-item:hover .product-capture-title,
	.contrast-active .product-capture-link:hover .product-capture-title,
	.contrast-active .order-item-head .order-item-title a:hover,
	.contrast-active .order-item-repeat:hover,
	.contrast-active .order-item-delete:hover {
		border-bottom: 1px solid rgba(0, 0, 0, 1);
	}
}

/*РљРѕРЅС‚СЂР°СЃС‚ РґР»СЏ РїСЂР°РІРєРѕ РјР°РіР°Р·РёРЅР°*/
.contrast-active .page-content .bx-soa-section.bx-step-completed .bx-soa-section-title-count::before,
.contrast-active .page-content .bx-soa-coupon-input::after,
.contrast-active .page-content .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner,
.contrast-active .page-content .btn.btn-default,
.contrast-active .page-content .btn.btn-default:hover,
.contrast-active .page-content .btn.btn-default:focus,
.contrast-active .page-content .bx-sls .bx-ui-sls-clear::after {
	background-color: #000;
}
.contrast-active .page-content .btn.btn-default.pull-left,
.contrast-active .page-content .btn.btn-default.pull-left:hover,
.contrast-active .page-content .btn.btn-default.pull-left:focus {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #000;
}
.contrast-active .page-content .bx-soa-cart-total-line:not(.bx-soa-cart-total-line-total) .bx-soa-cart-d,
.contrast-active .page-content .bx-soa-reference,
.contrast-active .page-content .bx-soa-editstep,
.contrast-active .page-content .bx-soa-editstep:hover,
.contrast-active .page-content .bx-soa-editstep:focus,
.contrast-active .page-content .btn.btn-default.pull-left,
.contrast-active .page-content .alert.alert-danger {
	color: #000;
}
.contrast-active .page-content .btn.btn-default.pull-right,
.contrast-active .page-content .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
	color: #fff;
}
.contrast-active .page-content .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
	border-top-color: #000;
}
.contrast-active .page-content .bx-soa-cart-total,
.contrast-active .page-content .bx-soa-pp-delivery-cost {
	background-color: #efefef;
}
.contrast-active .page-content .bx-soa-coupon-input input[type=text].form-control,
.contrast-active .page-content .btn.btn-default,
.contrast-active .page-content .btn.btn-default:hover,
.contrast-active .page-content .btn.btn-default:focus,
.contrast-active .page-content .has-error .bx-sls .form-control.dropdown-block,
.contrast-active .page-content .has-error .bx-slst .form-control.dropdown-block,
.contrast-active .page-content .has-error .form-control,
.contrast-active .page-content .bx-soa-pp-company.bx-selected .bx-soa-pp-company-checkbox ~ .bx-soa-pp-company-image::before,
.contrast-active .page-content .bx-soa-coupon-input::after,
.contrast-active .page-content .bx-sls .form-control.dropdown-block,
.contrast-active .page-content .bx-slst .form-control.dropdown-block,
.contrast-active .page-content .form-control {
	border-color: #000;
}
.contrast-active .page-content .bx-soa-pp-company-image::before {
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8' width='11' height='8'%3E%3Cpath fill='none' stroke='rgb(0, 0, 0)' stroke-width='2' d='m1,4 l3,3 5,-6'/%3E%3C/svg%3E");
}
.contrast-active .page-content .bx-soa-item-imgcontainer,
.contrast-active .page-content .bx-soa-pp-company-image,
.contrast-active .page-content .bx-soa-pp-company-selected {
	filter: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grayscale'%3E%3CfeColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/svg%3E#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*РЈРІРµР»РёС‡РµРЅРёРµ СЂР°Р·РјРµСЂР° С€СЂРёС„С‚Р° РІ РєРѕРЅС‚СЂР°СЃС‚Рµ*/
.font-increase .page-content .bx-soa-section.bx-selected .bx-soa-section-title,
.font-increase .header-2-tariff {
	font-size: 26px;
}
.font-increase .page-content .bx-soa-section-title {
	font-size: 22px;
}
.font-increase .page-content .bx-soa-cart-total-line,
.font-increase .page-content .bx-sls .bx-ui-sls-fake,
.font-increase .page-content .bx-sls .bx-ui-sls-route,
.font-increase table.tariff-table th,
.font-increase table.tariff-table td,
.font-increase table.tariff-table tr td:first-child,
.font-increase .form-popup.tariff-form-popup .field-title,
.font-increase .tariff-form-popup .jq-selectbox__select,
.font-increase .tariff-form-popup .jq-selectbox__dropdown {
	font-size: 18px;
}
.font-increase .page-content .btn,
.font-increase .page-content .bx-soa .bx-soa-customer-label,
.font-increase .page-content .bx-soa .bx-soa-custom-label,
.font-increase .page-content .bx-soa .form-group label,
.font-increase .page-content .tooltip,
.font-increase .page-content .bx-soa-coupon-label {
	font-size: 16px;
}
.font-increase .page-content .bx-soa-editstep,
.font-increase .page-content .bx-soa-reference {
	font-size: 14px;
}
.font-increase .page-content .bx-soa-editstep {
	line-height: 28px;
}
.font-increase .header-1-tariff {
	font-size: 36px;
}
.font-increase table.tariff-table thead tr th,
.font-increase table.tariff-table tbody tr:first-child td {
	font-size: 20px;
}
.font-increase .tooltipe .tooltipe-text {
	left: 395px;
}
.font-increase .reporting-wrapper .tile-item.services-item {
	min-height: 230px;
}


/*new 11.12.2018*/
.contrast-active.cart-fixed .cart-menu-head,
.contrast-active.cart-fixed .cart-menu-head::after,
.contrast-active.shop-version.cart-fixed .cart-menu-head, .contrast-active.shop-version.cart-fixed .cart-menu-head::after {
	color: black;
}
.contrast-active .cart-preorder-footer {
	border-color: rgba(0, 0, 0, .5);
}

@media (max-width: 1024px) {
	.font-increase .reporting-wrapper .tile-item.services-item {
		min-height: 0px;
	}
}
@media (max-width: 768px) {
	.menu-user-list {
		font-size: 16px;
	}
	.font-increase .header-2-tariff {
		font-size: 24px;
	}
	.font-increase table.tariff-table thead tr th,
	.font-increase table.tariff-table tbody tr:first-child td {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.menu-button-contrast {
		display: inline-block;
	}
	html.contrast-view .page-header-contrast {
		height: 50px;
	}
	html.contrast-view .menu-button-list {
		top: 50px;
	}
	.contrast-active .contrast-reset {
		margin-right: 20px;
	}
	.contrast-active .cart-preorder-footer a{
		background: unset;
	}
}
@media (max-width: 430px) {
	.font-size-wrapper,
	.contrast-active .contrast-reset {
		font-size: 14px;
	}
	.font-size-item {
		width: 33px;
	}
}
@media (max-width: 380px) {
	.font-size-list {
		height: 25px;
		margin-left: 5px;
		line-height: 22px;
	}
	.font-size-item {
		width: 27px;
	}
	.contrast-active .contrast-reset {
		font-size: 12px;
	}
}
@media (max-width: 330px) {
	.font-size-list {
		height: 24px;
	}
	.font-size-item {
		width: 24px;
	}
	.contrast-active .contrast-reset {
		margin-right: 12px;
	}
}

/*custom*/

.page-content .h1_image {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: left;
	-webkit-justify-content:left;
	margin-bottom: 20px;
}

.page-content .h1_image .header-1{
	margin: 0;
}

.page-content .h1_image img {
	padding-right: 12px;
}

.form-popup-active .form-popup-wrapper {
	z-index: 101;
	top: -70px;
	padding-bottom: 70px;
	transform: translateY(70px);
}

.form-popup .error-field {
	margin-top: 50px;
}

.form-popup .field-wrapper[data-error-message]:before {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: #feefef;
	left: 20px;
	top: -15px;
	transform: rotate(45deg);
}

.form-popup .field-wrapper[data-error-message]:after {
	position: absolute;
	top: -40px;
	font-size: 12px;
	background: #feefef;
	padding: 7px;
	border-radius: 5px;
}

.mt20 {
	margin-top: 20px;
}

.table-tariff-wrapper {
	margin-bottom: 30px;
}

table.tariff-table {
	width: 100%;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

table.tariff-table tbody {
	border-top: 0;
}

table.tariff-table tr {
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
}

table.tariff-table tr:last-child {
	border-bottom: none;
}

table.tariff-table thead tr th:first-child {
	text-align: left;
}

table.tariff-table th,
table.tariff-table td {
	padding: 15px 0px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
}

table.tariff-table tr td:first-child {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}

table.tariff-table thead th:not(:first-child) span {
	color: #000000;
}

table.tariff-table thead th:not(:first-child) span a{
	font-weight: bold;
}

table.tariff-table thead th:not(:first-child) span a:hover{
	text-decoration: none;
}

table.tariff-table tbody tr:first-child td:not(:first-child) {
	color: #000000;
}

table.tariff-table tr:first-child td:first-child span,
table.tariff-table tr:second-child {
	text-decoration: none;
}

table.tariff-table th:first-child,
table.tariff-table tr:first-child td:first-child {
	color: #4F4F4F;
}

table.tariff-table tr:first-child td:first-child {
	font-weight: bold;
}

table.tariff-table td {
	text-align: center;
}

table.tariff-table thead tr th,
table.tariff-table tbody tr:first-child td {
	font-size: 18px;
	line-height: 23px;
	padding: 0;
}

table.tariff-table thead tr th:first-child {
	padding: 22px 25px;
}

table.tariff-table tbody tr:first-child td:first-child {
	padding: 14px 25px;
}

table.tariff-table tbody tr td:first-child {
	padding: 14px 25px;
}

table.tariff-table tbody tr td.tariff-info-cell a{
	display: none;
}

.tooltipe {
	margin: 39px 0 15px 0px;
	position: relative;
}

.tooltipe sup {
	color: #000000;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	cursor: pointer;
	top: -1.2em;
	left: -5px;
}

.tooltipe .tooltipe-text {
	display: none;
	background: #FFFFFF;
	border: 1px solid rgba(247, 142, 3, 0.2);
	box-sizing: border-box;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	color: #4F4F4F;
	font-size: 13px;
	padding: 9px 14px;
	position: absolute;
	line-height: 22px;
	cursor: pointer;
	bottom: 40px;
	width: auto;
	left: 348px;
	font-weight: normal;
}

.tooltipe .tooltipe-text:after {
	width: 10px;
	height: 10px;
	border-right: 1px solid rgba(247, 142, 3, 0.2);
	transform: rotate(45deg);
	content: '';
	position: absolute;
	display: block;
	background: white;
	bottom: -6px;
	left: 212px;
	z-index: 0;
	border-bottom: 1px solid rgba(247, 142, 3, 0.2);
}

.tariff-table-plus,
.tariff-table-minus {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	background: #E0E0E0;
	margin-bottom: 6px;
	position: relative;
}

.tariff-table-plus:after,
.tariff-table-minus:after {
	content: '';
	width: 14px;
	height: 2px;
	background: white;
	top: 13px;
	margin-left: -7px;
	left: 50%;
	position: absolute;
}

.tariff-table-plus {
	background: #000000;
}

.tariff-table-plus:before {
	content: '';
	width: 2px;
	height: 14px;
	background: white;
	top: 7px;
	margin-left: -1px;
	left: 50%;
	position: absolute;
}

table.tariff-table a {
	font-weight: normal;
}

table.tariff-table a.tariff-table-order {
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	width: 120px;
	height: 36px;
	display: block;
	color: white;
	border-radius: 5px;
	margin: 6px auto;
	text-decoration: none;
}

table.tariff-table:not(.tariff-table-prices) tbody tr:first-child {
	display: none;
}

.table-toggle-wrapper {
	background: #F8F9F9;
	border: 1px solid #B2B2B2;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 25px 26px;
	margin-bottom: 48px;
	margin-top: 0px;
}

.table-toggle-wrapper .table-toggle-title {
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
}

.table-toggle-wrapper .table-toggle-title:after {
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	opacity: .4;
	width: 13px;
	height: 6px;
	margin: 14px 10px 0 0;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -270px -30px no-repeat;
	transform: scale(1.3);
}

.table-toggle-wrapper.open .table-toggle-title {
	margin-bottom: 25px;
}

.table-toggle-wrapper.open .table-toggle-title:after {
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -289px -30px no-repeat;
}

.table-toggle-wrapper .table-toggle-content {
	display: none;
	border-top: 1px solid #E0E0E0;
}

.table-toggle-wrapper.open .table-toggle-content {
	display: block;
	padding-bottom: 13px;
	padding-top: 8px;
}

.table-toggle-wrapper .table-toggle-content h4 {
	color: #000000;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 6px;
	margin-top: 16px;
}

.table-toggle-wrapper.open .table-toggle-content p {
	font-size: 15px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

.banner-wrapper {
	background: url(/bitrix/templates/adaptive_s1/images/tariff-bgr.jpg) no-repeat;
	overflow: hidden;
	padding: 31px 54px;
	position: relative;
	margin: 0;
	height: 142px;
	margin-bottom: 27px;
	z-index: 0;
}

.banner-colored {
	color: #000000;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.banner-wrapper .header-1 {
	line-height: 1.15em;
	margin-bottom: 20px;
}

.banner-wrapper .header-1,
.header-1-tariff {
	font-size: 32px;
}

.header-2-tariff {
	font-size: 24px;
	line-height: 32px;
}

.banner-image {
	z-index: 1;
	text-align: center;
}

.banner-image img {
	margin: -3px 0px 0 -17px;
}

.banner-wrapper:after {
	content: '';
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0;
	height: 100%;
	width: 51%;
	background: linear-gradient(107deg, #ffffff00 38%, #000000 38%, #000000 100%);
}

.reporting-wrapper .tile-item.services-item {
	min-height: 214px;
}

.products-cart-wrapper .tile-item.services-item {
	padding-bottom: 72px;
}

.services-item-button {
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
}

.products-cart-wrapper {
	margin-top: 47px;
}

.products-cart-wrapper .services-item-title img {
	padding-right: 12px;
}

.products-cart-wrapper .services-item-title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: left;
	-webkit-justify-content: left;
	justify-content: left;
	margin-bottom: 10px;
}

.products-cart-wrapper .services-item-description ul li {
	margin-left: 12px;
	position: relative;
	margin-bottom: 6px;
	line-height: 20px;
}

.products-cart-wrapper .services-item-description ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #333333;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: -11px;
	top: 8px;
}

.form-popup .jq-selectbox__select,
.form-popup .jq-selectbox__dropdown {
	font-size: 16px;
}

.form-popup .field-input.error {
	border-color: red;
}

@media screen and (min-width: 601px) {
	.form-popup{
		width: 601px;
	}
	.form-popup .form-fieldset {
		max-width: unset;
		padding-left: 130px;
	}
	.form-popup .field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 417px;
	}
	.form-popup.field-type-captcha .field-title,
	.form-popup .field-type-input .field-title,
	.form-popup .field-type-file .field-title,
	.form-popup .field-type-select .field-title,
	.form-popup .field-type-choice>.field-title {
		width: 130px;
		margin-left: -130px;
	}
	.form-popup .form-fieldset.field-group {
		margin-bottom: 12px;
	}
	.form-popup .field-type-choice:not(:last-child) {
		max-width: unset;
		margin-bottom: 7px;
	}
	.form-popup .field-type-choice .field-title,
	.form-popup .field-type-choice a {
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
		color: #000;
	}
	.form-popup .field-type-choice a {
		text-decoration: underline;
	}
	.form-popup .form-popup-title {
		padding-left: 22px;
		font-size: 24px;
	}
	.form-popup .user-data,
	.form-popup .error-message-wrapper {
		padding-left: 22px;
	}
	.form-popup .field-title {
		font-size: 16px;
	}
	.form-popup em {
		font-size: 14px;
		line-height: 23px;
	}
}

.form-popup .form-button.form-button-wide {
	display: block;
	width: 100%;
}

.form-popup .field-choice[type="checkbox"]:checked~.field-title::before {
	background-position: -850px 0;
}

.form-popup .field-type-choice .field-label .field-title {
	white-space: normal;
}

@media screen and (max-width: 1024px) {
	.table-tariff-wrapper {
		margin-bottom: 25px;
	}
	.header-2-tariff {
		margin-bottom: 0;
	}
	table.tariff-table tr {
		display: block;
	}
	table.tariff-table tbody tr {
		background: #F9F9F9;
	}
	table.tariff-table tbody tr:first-child,
	table.tariff-table tbody tr:last-child {
		background: white;
	}
	table.tariff-table tr td:first-child {
		float: left;
		display: block;
		width: calc(100% - 50px);
		padding-top: 22px;
		padding-bottom: 22px;
		background: white;
	}
	table.tariff-table tr td,
	table.tariff-table th {
		display: inline-block;
		width: 24%;
	}
	table.tariff-table tr td[colspan] {
		width: calc(100% - 50px);
		font-size: 15px;
		line-height: 20px;
	}
	table.tariff-table thead tr th:first-child,
	table.tariff-table tr:first-child td:first-child,
	table.tariff-table tr:last-child td:first-child {
		display: none;
	}
	table.tariff-table td {
		padding-top: 14px;
		padding-bottom: 14px;
		line-height: 20px;
	}
	table.tariff-table thead tr th {
		padding: 21px 0px;
	}
	table.tariff-table tbody tr:first-child td {
		padding: 14px 0;
	}
	table.tariff-table tbody tr td:first-child {
		padding: 20px 25px;
	}
	.banner-wrapper {
		margin-bottom: 26px;
		padding: 21px 28px 12px 28px;
	}
	.banner-wrapper .header-1 {
		font-weight: 300;
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 7px;
	}
	.banner-wrapper:after {
		width: 35%;
	}
	.banner-colored {
		font-size: 16px;
		line-height: 20px;
	}
	.banner-image {
		text-align: right;
	}
	.banner-image img {
		margin-top: 10px;
		margin-left: 55px;
		width: 175px;
	}
	.tooltipe {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	table.tariff-table thead tr th,
	table.tariff-table tbody tr:first-child td {}
	.table-toggle-wrapper {
		padding: 20px 28px;
		margin-bottom: 43px;
		margin-top: 20px;
	}
	table.tariff-table:not(.tariff-table-prices) tbody tr:nth-child(2) {
		border-top: 1px solid #E0E0E0;
		margin-top: 6px;
	}
	.reporting-wrapper .tile-item,
	.products-cart-wrapper .tile-item {
		width: 100%;
		border: 0;
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}
	.reporting-wrapper .tile-item.services-item {
		min-height: 0;
	}
	.services-item-button {
		width: auto;
		float: unset;
		text-align: unset;
		margin: 0;
	}
	.tooltipe sup,
	.tooltipe .tooltipe-text {
		display: none;
	}
	.products-cart-wrapper .tile-item.services-item {
		padding-bottom: 57px;
	}
}

@media screen and (max-width: 768px) {
	.page-content .h1_image {
		margin-bottom: 15px;
	}
	.page-content .h1_image .header-1 {
		line-height: 1em;
	}
	.mt20 {
		margin-top: 15px;
	}
	table.tariff-table {
		border: 0;
	}
	table.tariff-table tr td {
		padding: 15px 16px;
	}
	table.tariff-table tbody tr:first-child td {
		width: calc(100% - 30px);
		text-align: right;
	}
	table.tariff-table tr td[colspan],
	table.tariff-table tr td {
		width: calc(100% - 30px);
		padding: 18px 16px;
	}
	table.tariff-table tr td:first-child {
		width: calc(100% - 30px);
		padding: 15px 16px;
	}
	table.tariff-table tr td {
		text-align: right;
		font-size: 15px;
		line-height: 22px;
		width: calc(100% - 30px);
	}
	table.tariff-table tr td[data-label] {
		padding: 2px;
	}
	table.tariff-table thead {
		background: white;
		border-top: 1px solid #E0E0E0;
	}
	table.tariff-table thead th {
		padding: 13px 16px;
		width: calc(100% - 30px);
	}
	table.tariff-table thead th:after {
		content: attr(data-label);
		float: right;
		font-weight: normal;
		text-align: right;
		font-weight: bold;
	}
	.banner-wrapper:after {
		background: -webkit-linear-gradient(107deg, #ffffff00 55%, #1D81C2 55%, #0172BA 100%);
		background: -o-linear-gradient(107deg, #ffffff00 55%, #1D81C2 55%, #0172BA 100%);
		background: linear-gradient(107deg, #ffffff00 55%, #1D81C2 55%, #0172BA 100%);
	}
	table.tariff-table tbody tr:first-child td {
		padding: 3px 0 4px 0;
	}
	table.tariff-table tr:first-child td[data-label] {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 16px;
		line-height: 23px;
	}
	table.tariff-table tr td[data-label]:last-child {
		padding-bottom: 13px;
	}
	table.tariff-table tr td[data-label="РџСЂРѕС„"],
	table.tariff-table tr:first-child td[data-label="РџСЂРѕС„"] {
		padding-top: 14px;
	}
	table.tariff-table tbody tr:first-child td[data-label="РџСЂРѕС„"] {
		padding-top: 19px;
	}
	table.tariff-table tbody tr:first-child td[data-label]:last-child {
		padding-bottom: 19px;
	}
	table.tariff-table tr td[colspan] {
		text-align: center;
	}
	table.tariff-table td:last-child {
		border-bottom: 0;
	}
	table.tariff-table tr:last-child td:not(:last-child) {
		display: none;
	}
	table.tariff-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: normal;
		display: block;
	}
	.tariff-table-plus,
	.tariff-table-minus {
		margin: 0 calc(100% - 24px);
		text-align: center;
		width: 24px;
		height: 24px;
	}
	.tariff-table-plus:after,
	.tariff-table-minus:after {
		top: 11px;
	}
	.tariff-table-plus:before {
		top: 5px;
	}

	table.tariff-table tbody tr td:first-child {
		padding: 15px 16px;
	}
	table.tariff-table tr td[colspan] .tariff-table-plus,
	table.tariff-table tr td[colspan] .tariff-table-minus {
		margin: 0 auto 0 auto;
	}
	.table-tariff-wrapper {
		margin: 0 -20px 35px -20px;
	}
	table.tariff-table thead tr th:first-child,
	table.tariff-table tr:first-child td:first-child {
		display: block;
	}
	table.tariff-table thead tr th:first-child {
		padding: 12px 16px;
		font-size: 15px;
		line-height: 23px;
	}
	table.tariff-table thead th:not(:first-child),
	table.tariff-table tbody tr:first-child td:first-child {
		display: none;
	}
	table.tariff-table:not(.tariff-table-prices) tbody tr:first-child {
		display: block;
	}
	table.tariff-table:not(.tariff-table-prices) tbody tr:first-child td:first-child {
		display: block;
		padding: 13px 16px;
		font-size: 15px;
		line-height: 23px;
	}
	table.tariff-table:not(.tariff-table-prices) tbody tr:first-child td:first-child:before {
		font-weight: bold;
	}
	.banner-image {
		width: 100%;
		position: relative;
	}
	.banner-wrapper {
		margin-bottom: 26px;
		height: auto;
		background-size: cover;
		padding: 28px 17px 0px 17px;
	}
	.banner-wrapper .header-1 {
		font-weight: 300;
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.banner-colored {
		font-weight: 600;
		font-size: 15px;
		line-height: 20px;
	}
	.banner-image img {
		margin-top: 20px;
		margin-left: 28px;
		width: 220px;
		margin-bottom: -5px;
		height: 151px;
		object-fit: cover;
		object-position: top center;
	}
	.banner-wrapper .column-8 {
		z-index: 1;
		max-width: 85%;
		position: relative;
	}
	.tooltipe {
		margin-top: 35px;
		font-size: 22px;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.table-toggle-wrapper {
		padding: 14px 15px;
		margin-bottom: 35px;
		margin-top: 16px;
	}
	.table-toggle-wrapper .table-toggle-title {
		font-size: 18px;
		line-height: 24px;
	}
	table.tariff-table:not(.tariff-table-prices) tbody tr:nth-child(2) {
		border-top: 0;
		margin-top: 0;
	}
	.table-toggle-wrapper .table-toggle-title:after {
		margin-top: 10px;
		transform: scale(1.1);
		right: -15px;
	}
	.services-item-button {
		width: 100%;
		float: left;
		text-align: left;
		margin: 10px 0 0 0;
	}
	.table-toggle-wrapper.open .table-toggle-title {
		margin-bottom: 14px;
	}
	.table-toggle-wrapper.open .table-toggle-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	table.tariff-table a.tariff-table-order {
		width: 100%;
		max-width: 288px;
		height: 40px;
		line-height: 38px;
	}
	table.tariff-table tbody tr td.tariff-info-cell{
		font-size: 16px;
		padding: 5px 0;
	}
	table.tariff-table tbody tr td.tariff-info-cell:nth-child(2){
		padding-top: 19px;
	}
	table.tariff-table tbody tr td.tariff-info-cell:last-child{
		padding-bottom: 19px;
	}

	table.tariff-table tbody tr td.tariff-info-cell a{
		display: block;
		float: left;
		text-decoration: none;
	}
	.products-cart-wrapper .tile-item.services-item {
		padding-bottom: 20px;
	}
	.products-cart-wrapper .services-item-additional {
		margin-top: 0;
	}
	.products-cart-wrapper .services-item-button {
		margin-top: 5px;
	}
	.form-popup .field-wrapper[data-error-message]:after {
		bottom: -40px;
		top: unset;
		font-size: 12px;
	}
	.form-popup .error-field {
		margin-top: 15px;
		margin-bottom: 45px;
	}
	.form-popup .field-wrapper[data-error-message]:before {
		bottom: -15px;
		top: unset;
	}
}

@media screen and (max-width: 615px) {
	.form-popup {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.form-popup.field-wrapper:not(.field-type-choice):not(.field-type-captcha) .field-label {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 545px) {
	.header-1-tariff {
		display: none;
	}
}
/*preloader*/
@-webkit-keyframes sk-wandering-cubes {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: translateX(2em) rotate(-90deg) scale(0.5);
		transform: translateX(2em) rotate(-90deg) scale(0.5);
	}
	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform: translateX(2em) translateY(2em) rotate(-179deg);
		transform: translateX(2em) translateY(2em) rotate(-179deg);
	}
	50.1% {
		-webkit-transform: translateX(2em) translateY(2em) rotate(-180deg);
		transform: translateX(2em) translateY(2em) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.sk-wandering-cubes {
	width: 4em;
	height: 4em;
	position: relative;
	margin: auto;
	margin-bottom: 40px;
}
.sk-wandering-cubes .sk-cube {
	background-color: #f78f02;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both;
	animation: sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both;
}
.sk-wandering-cubes .sk-cube-2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.contrast-active .sk-wandering-cubes .sk-cube {
	background-color: black;
}

/* Not installed warning */
.bitrix-franchise-not-installed {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #f00;
	background: #fdd;
	font-weight:700;
}

/* Dirty hack to not show buttons when module is not installed */
.news-description button {
	display: none;
}
.standard-version .news-description button,
.shop-version .news-description button {
	display: block;
}


/* yellow.css */

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: #f78f02;
}
.search-functional-item:hover,
.menu-button-item:hover {
	background-color: #f78f02;
}
.field-input:focus,
.action-button:hover {
	border-color: #f78f02;
}
.vacancies-button,
.form-button,
.page-header-bottom,
.font-size-item.font-size-active {
	background: #f78f02;
}
.font-size-item {
	border: 1px solid #f78f02;
}
.contrast-reset {
	border-bottom: 1px dotted #f78f02;
}
.btn-inline {
	border-bottom-color: rgba(247, 143, 2, .5);
}
.vacancies-list a:hover {
	border-bottom-color: rgba(247, 143, 2, 1);
}
.page-header-contrast,
.form-button.action-license,
.order-item-head,
.cart-item-change,
.cart-footer,
.table-wrapper thead {
	background: rgba(247, 143, 2, .1);
}
.pagination-item.pagination-active,
.social-show-button,
.filter-result:hover,
.field-type-file .field-file-replace {
	background: rgba(247, 143, 2, .2);
}
.header-icon:before,
.about-company-slide::before {
	background: rgba(247, 143, 2, .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(247, 143, 2, .5);
}
.filter-results-wrapper .action-button {
	border-bottom: 1px solid rgba(247, 143, 2, .6);
}
.filter-result {
	border: 1px solid rgba(247, 143, 2, .6);
}
.products-list-item .product-link {
	border-bottom: 1px solid #f78f02;
}
.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #f78f02;
}
.field-type-file .field-file-replace::after {
	color: #f78f02;
}
.field-type-file .field-file-replace::before {
	background-position: -380px -120px;
}
/*
.header-1 a,
.header-2 a,
.header-3 a,
.header-4 a {
	border-bottom: 1px solid rgba(247, 143, 2, .5);
	text-decoration: none;
}
.header-1 a:hover,
.header-2 a:hover,
.header-3 a:hover,
.header-4 a:hover {
	border-bottom: 1px solid rgba(247, 143, 2, 1);
}
.tab-block-content a,
.page-content a {
	border-bottom: 1px solid rgba(247, 143, 2, .5);
	text-decoration: none;
}
.tab-block-content a:hover,
.page-content a:hover {
	border-bottom: 1px solid rgba(247, 143, 2, 1);
}
.delete-button {
	color: #f78f02;
}
*/

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

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

.page-content .bx-sls .bx-ui-sls-clear::after,
.page-content .bx-soa-section.bx-step-completed .bx-soa-section-title-count::before,
.page-content .bx-soa-coupon-input::after {
	background-color: #f78e03;
}
.page-content .bx-soa-editstep,
.page-content .bx-soa-editstep:hover,
.page-content .bx-soa-editstep:focus,
.page-content .btn.btn-default.pull-left {
	color: #f78e03;
}
.page-content .bx-soa-cart-total,
.page-content .btn.btn-default.pull-left,
.page-content .bx-soa-pp-delivery-cost {
	background-color: #fef3e5;
}
.page-content .btn.btn-default.pull-left {
	border-color: #fef3e5;
}
.page-content .bx-soa-pp-company.bx-selected .bx-soa-pp-company-checkbox ~ .bx-soa-pp-company-image::before,
.page-content .bx-soa-coupon-input::after {
	border-color: #f78e03;
}
.page-content .bx-soa-pp-company-image::before {
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8' width='11' height='8'%3E%3Cpath fill='none' stroke='rgb(255, 153, 0)' stroke-width='2' d='m1,4 l3,3 5,-6'/%3E%3C/svg%3E");
}

/*tariff*/
.banner-colored,
table.tariff-table thead th:not(:first-child) span,
table.tariff-table tbody tr:first-child td:not(:first-child),
.table-toggle-wrapper .table-toggle-content h4,
.tooltipe sup {
	color: #F78E03;
}
.banner-wrapper:after {
	background: linear-gradient(107deg, #ffffff00 38%, #F99D22 38%, #F78E03 100% );
}
.tariff-table-plus {
	background: #F78E03;
}
table.tariff-table a.tariff-table-order {
	background: linear-gradient(180deg, #F99D22 0%, #F78E03 100%);
}
.form-popup.tariff-form-popup .field-choice[type="checkbox"]:checked ~ .field-title::before {
	background-position: -850px -120px;
}
.tariff-form-popup .jq-selectbox li:hover {
	background: #f78f02;
}
.tariff-form-popup .jq-selectbox.focused .jq-selectbox__select {
	border-color: #f78f02;
}

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

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

@media (max-width: 768px) {
	.menu-user-item:not(:first-child)::before {
		background: #f78f02;
	}
	table.tariff-table tbody tr:first-child {
		background: rgba(247, 143, 2, .1);
	}
	.banner-wrapper:after {
		background: -webkit-linear-gradient(107deg, #ffffff00 55%, #F99D22 55%, #F78E03 100% );
		background: -o-linear-gradient(107deg, #ffffff00 55%, #F99D22 55%, #F78E03 100% );
		background: linear-gradient(107deg, #ffffff00 55%, #F99D22 55%, #F78E03 100% );
	}
}

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

@media (max-width: 1024px) {
	.product-capture-title {
		border-bottom: 1px solid rgba(247, 143, 2, .5);
		color: #f78f02;
	}
	.license-item-button::before {
		background-position: -90px -120px;
	}
}

@media (min-width: 1025px) {
	.product-capture-item:hover .product-capture-title {
		color: #f78f02;
	}
	.license-item-button {
		background: #f78f02;
	}
	.tab-menu-item:not(.tab-active):hover,
	.cart-link:hover {
		border-bottom-color: rgba(247, 143, 2, 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(247, 143, 2, 1);
	}
}
.sk-wandering-cubes .sk-cube {
	background-color: #f78f02;
}

/* banner.css */

.slider-item-1 .slider-item-content {
	color: rgba(0, 0, 0, .6);
}
.slider-item-2 .slider-item-content {
	color: #148086;
}
.slider-item-3 .slider-item-content {
	color: #0079cb;
}
.slider-item-4 .slider-item-content {
	color: #986324;
}

@media (max-width: 768px) {
	.slider-item-1 {
		background-position: 50% 50%;
	}
	.slider-item-1 .slider-item-content {
		padding: 80px 30px 0;
		text-align: center;
	}
	.slider-item-2 {
		/*background-position: 50% 50%;*/
	}
	.slider-item-2 .slider-item-content {
		padding: 60px 30px 0;
		text-align: center;
	}
	.slider-item-3 {
		/*background-position: 50% 50%;*/
	}
	.slider-item-3 .slider-item-content {
		padding: 20px 20px 0;
		text-align: center;
	}
	.slider-item-4 {
		background-position: 30% 50%;
	}
	.slider-item-4 .slider-item-content {
		padding: 20px 30px;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.slider-item-4 .slider-description {
		max-width: 70%;
	}
}

@media (min-width: 769px) {
	.slider-item-1 .slider-item-content {
		padding: 140px 0 0 180px;
	}
	.slider-item-1 .form-button {
		right: 60px;
		bottom: 45px;
	}
	.slider-item-2 .slider-item-content {
		padding: 40px 0 0 50px;
	}
	.slider-item-2 .form-button {
		bottom: 50px;
		left: 50px;
	}
	.slider-item-3 .slider-item-content {
		padding: 40px 0 0 50px;
	}
	.slider-item-3 .form-button {
		bottom: 50px;
		left: 50px;
	}
	.slider-item-4 .slider-item-content {
		padding: 20px 30px 0;
	}
	.slider-item-4 .slider-title {

	}
	.slider-item-4 .slider-description {
		max-width: 310px;
	}
}

/* buttons.css */

.btn-inline {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	outline: 0;
	/*vertical-align: top;*/
	text-decoration: none;
}
.btn-inline:hover {
	border-color: transparent;
}
.btn-icon-inline {
	text-decoration: none;
}
.btn-icon-inline::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 13px;
	margin: 0 0 -1px 8px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.btn-icon-inline:hover {
	text-decoration: underline;
}

/* company.css */

/*РќРѕРІРѕСЃС‚Рё*/
.news-content {
	padding: 0 0 20px;
}
.news-list {
	margin: 0 0 50px;
	/*font-weight: 300;*/
}
.news-item {
	margin: 0 0 30px;
}
.news-item::after {
	content: "";
	display: block;
	clear: both;
}
.news-date {
	height: 25px;
	font-size: .75em;
}
.news-description {
	margin-top: 15px;
}

/* Р’Р°РєР°РЅСЃРёРё */
.vacancies-content {
	padding: 0 0 30px;
}
.vacancies-title {
	margin-bottom: 15px;
	font-weight: 600;
}
.vacancies-description {
	margin: 0 0 30px;
}
.vacancies-description > li {
	margin: 0 0 15px 20px;
}
.vacancies-description > li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	margin: 0 14px 0 -20px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.vacancies-list {
	margin: 0 0 30px;
}
.vacancies-list > li {
	margin: 0 0 10px;
}
.vacancies-list a {
	text-decoration: none;
}
.vacancies-button {
	display: inline-block;
	position: relative;
	min-width: 120px;
	height: 36px;
	padding: 0 15px;
	border: 0;
	border-radius: 5px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.vacancies-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));
}
.vacancies-button:hover::before {
	opacity: 0;
}

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

@media (max-width: 640px) {
	.news-image {
		width: 100%;
		margin-bottom: 10px;
	}
	.news-description {
		font-size: .875em;
	}
}

@media (min-width: 641px) {
	.news-image {
		float: right;
		margin-top: 25px;
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	.news-image {
		width: 200px;
		/*margin-right: -220px;*/
	}
	.news-image ~ .news-description {
		margin-right: 220px;
	}
	.news-item {
		/*margin-right: 220px;*/
	}
}

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

@media (min-width: 769px) {
	.news-item {
		margin-right: 320px;
	}
	.news-image {
		width: 300px;
		margin-right: -320px;
	}
}

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

/* enter.css */

/*РЎРѕС†РёР°Р»СЊРЅС‹Рµ СЃРµС‚Рё*/
.social-wrapper {
	margin-bottom: 30px;
}
.social-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.social-list {
	position: relative;
	font-size: 0;
}
.social-item {
	overflow: hidden;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 10px 0;
	border-radius: 4px;
	vertical-align: top;
	background-image: url(/bitrix/templates/adaptive_s1/images/social.png);
	background-repeat: no-repeat;
}
.social-wrapper:not(.social-active) .social-item:nth-child(n + 6) {
	display: none;
}
.social-link {
	display: block;
	height: 100%;
}
.social-item-toggle {
	overflow: hidden;
	float: right;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.social-show-button {
	position: relative;
	height: 100%;
	border-radius: 4px;
}
.social-show-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 6px;
	margin: -3px 0 0 -13px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.social-close-button {
	display: none;
	position: relative;
	height: 100%;
}
.social-close-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -120px -30px no-repeat;
}
.social-wrapper:not(.social-active) .social-show-button,
.social-active .social-close-button {
	display: block;
}
.social-active .social-show-button,
.social-wrapper:not(.social-active) .social-close-button {
	display: none;
}
.social-item.facebook {
	background-position: 0 0;
}
.social-item.google-plus {
	background-position: -50px 0;
}
.social-item.vkontakte {
	background-position: -100px 0;
}
.social-item.odnoklassniki {
	background-position: -150px 0;
}
.social-item.twitter {
	background-position: -200px 0;
}
.social-item.bitrix24 {
	background-position: -250px 0;
}
.social-item.box {
	background-position: -300px 0;
}
.social-item.dropbox {
	background-position: -350px 0;
}
.social-item.liveid {
	background-position: -400px 0;
}
.social-item.office365 {
	background-position: -450px 0;
}
.social-item.yandex {
	background-position: -500px 0;
}
.social-item.mymailru {
	background-position: -550px 0;
}
.social-item.openid {
	background-position: -600px 0;
}
.social-item.openid-mail-ru {
	background-position: -650px 0;
}
.social-item.livejournal {
	background-position: -700px 0;
}
.social-item.liveinternet {
	background-position: -750px 0;
}
.social-item.blogger {
	background-position: -800px 0;
}
.social-item.google {
	background-position: -850px 0;
}

@media (max-width: 520px) {
	.social-wrapper {
		text-align: center;
	}
	.social-content {
		display: inline-block;
		text-align: left;
	}
	.social-list {
		padding-top: 15px;
	}
}

@media (min-width: 521px) {
	.social-list {
		margin: 0 -10px 0 -20px;
		padding: 0 10px 0 20px;
	}
	.social-wrapper.social-active .social-list {
		padding-top: 20px;
		padding-bottom: 10px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}
	.social-wrapper:not(.social-active) .social-item-toggle {
		margin: 0 10px 0 0;
	}
}

@media (min-width: 769px) and (max-width: 820px) {
	.combain-wrapper .social-wrapper {
		margin-left: 160px;
	}
}

@media (min-width: 521px) and (max-width: 820px) {
	.form-narrow .social-wrapper {
		/*margin-left: 110px;*/
	}
	.social-active .social-item-toggle {
		margin: -20px -10px 0 0;
	}
}

@media (min-width: 521px) and (max-width: 820px) {
	.social-wrapper {
		margin-left: 160px;
	}
	.social-list {
		display: inline-block;
		margin-right: 20px;
	}
}
@media (min-width: 769px) {
	.combain-wrapper .social-wrapper {
		margin-top: 55px;
	}
}

@media (max-width: 820px) {
	.social-wrapper {
		clear: both;
		margin-top: 20px;
	}
}

@media (min-width: 821px) {
	.social-wrapper {
		float: right;
	}
	.form-narrow .social-wrapper {
		/*float: right;*/
	}
	.social-list {
		width: 250px;
	}
	.social-active .social-item-toggle {
		margin: 0 10px 0 0;
	}
}

@media (max-width: 880px) {
	.form-wide .social-wrapper {
		clear: both;
		margin-top: 50px;
	}
}

@media (min-width: 881px) {
	.form-wide .social-wrapper {
		float: right;
	}
}

/* history-of-success.css */

.news-item-ltr {
	margin-bottom: 50px;
}
.news-title-ltr {
	position: relative;
	border-bottom: 1px solid;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
}
.news-title-ltr:hover {
	border-color: #fff;
}
.news-sidebar {
	color: #000;
	font-size: .75em;
	font-weight: 600;
	margin-top: 15px;
}

@media (max-width: 640px) {
	.news-description-ltr {
		margin-top: 20px;
	}
}

@media (min-width: 641px) {
	.news-image-ltr {
		float: left;
		margin-top: 0;
	}
	.news-title-ltr {
		top: -5px;
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	.news-image-ltr ~ .news-description,
	.news-image-ltr ~ .news-sidebar {
		margin-right: 0;
		margin-left: 220px;
	}
	.news-image-ltr {
		margin-right: 20px;
	}
}

@media (min-width: 769px) {
	.news-item-ltr {
		margin-left: 200px;
		margin-right: 0;
	}
	.news-image-ltr {
		width: 150px;
		margin-left: -200px;
	}
}

/* location.css */

/* РџРѕР»Рµ РјРµСЃС‚РѕРїРѕР»РѕР¶РµРЅРёРµ */
.location-field {
	display: block;
	position: relative;
}
.location-field:after {
	content: "";
	opacity: .6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	width: 16px;
	height: 16px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -30px -30px no-repeat;
}
.location-field .field-input {
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}
.location-field .field-input::-ms-clear {
	display: none;
}
.btn-clear-location {
	opacity: .4;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 13px;
	height: 13px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -150px -30px no-repeat;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.btn-clear-location:hover {
	opacity: .3;
}
.btn-clear-location.active {
	display: block;
}
.location-suggestions {
	display: none;
	position: absolute;
	z-index: 1;
	background: #fff;
	box-shadow: 2px 3px 16px 2px rgba(0, 0, 0, .1);
	width: 100%;
}
.location-suggestions-list {
	margin: 0 0 20px;
	padding: 0;
}
.location-suggestions-list li {
	padding: 12px 30px;
}
.location-suggestions-list li a {
	text-decoration: none;
	color: #000;
}
.location-suggestions-list li a:hover {
	text-decoration: underline;
}
.location-suggestions-list li:hover {
	background-color: #e9eaeb;
}
.location-all-suggestions {
	padding: 5px 30px 35px;
}

/* main-page.css */

/* РЎР»Р°Р№РґРµСЂ */
.slider-wrapper {
	position: relative;
}
.slider-item {
	position: relative;
	box-sizing: border-box;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: default;
}
a.slider-item {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.slider-arrow {
	opacity: .2;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	cursor: pointer;
}
.slider-arrow:hover,
.slider-arrow.active {
	opacity: .5;
}

/*Р’РµСЂС…РЅРёР№ СЃР»Р°Р№РґРµСЂ*/
.main-slider {
	overflow: hidden;
	margin-bottom: 45px;
}
.main-slider .slider-item {
	min-height: 280px;
}
.main-slider .slider-title {
	/*font-weight: 300;*/
}
.main-slider .slider-description {
	margin-top: 15px;
}
.main-slider .form-button {
	position: absolute;
	bottom: 40px;
}
.main-slider .slider-arrow {
	width: 12px;
	height: 50px;
	transition: left .5s, right .5s, background .1s;
}
.main-slider .slider-arrow.arrow-prev {
	left: -12px;
	background-position: -940px -60px;
}
.main-slider:hover .slider-arrow.arrow-prev {
	left: 12px;
}
.main-slider .slider-arrow.arrow-next {
	right: -12px;
	background-position: -960px -60px;
}
.main-slider:hover .slider-arrow.arrow-next {
	right: 12px;
}

/*РЎСЂРµРґРЅРёР№ Р±Р°РЅРЅРµСЂ*/
.middle-slider {
	margin-bottom: 30px;
}
.middle-slider .slider-item {
	min-height: 170px;
}
.middle-slider .slider-title {
	/*font-weight: 300;*/
}
.middle-slider .slider-description {
	margin-top: 15px;
}

@media (max-width: 640px) {
	.slider-wrapper {
		/*margin-top: 20px;*/
	}
}

@media (max-width: 768px) {
	.slider-wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}
	.main-slider .slider-title {
		font-size: 2em;
	}
	.main-slider .slider-arrow.prev {
		left: 12px;
	}
	.main-slider .slider-arrow.next {
		right: 12px;
	}
	.middle-slider .slider-title {
		font-weight: 600;
	}
}

@media (min-width: 769px) {
	.main-slider .slider-title {
		font-size: 2.25em;
	}
	.middle-slider .slider-title {
		font-size: 1.5em;
	}
	.middle-slider .slider-description {
		font-size: .875em;
	}
}

/*РћР±С‰РёРµ СЃС‚РёР»Рё*/
.header-icon {
	position: relative;
}
.header-icon:before,
.header-icon:after {
	content: "";
	display: inline-block;
}
.header-icon:before {
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	opacity: .3;
}
.header-icon:after {
	position: absolute;
	top: 0 ;
	bottom: 0;
	left: 15px;
	margin: auto;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.header-icon-product:after {
	width: 18px;
	height: 22px;
}
.header-icon-services:after {
	width: 20px;
	height: 22px;
}
.about-product {
	padding-bottom: 45px;
}
.about-product-list {
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.about-product-list li {
	padding-bottom: 15px;
}
.about-product-list li a {
	color: #000;
}

@media (max-width: 640px) {
	.about-product {
		font-size: .875em;
	}
	.about-product-list li {
		padding-bottom: 0;
	}
}

@media (min-width: 641px) {
	.about-product {
		padding-bottom: 40px;
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	.about-product-list {
		-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial;
	}
}

/*РќРѕРІРѕСЃС‚Рё РЅР° РіР»Р°РІРЅРѕР№*/
.news-content-mainpage {
	margin-bottom: 30px;
}
.news-list-mainpage {
	margin-bottom: 0;
}
.news-list-mainpage .news-image {
	max-width: 200px;
}

@media (min-width: 769px) {
	.news-list-mainpage .news-image {
		width: 200px;
		margin-right: -250px;
	}
	.news-list-mainpage .news-item {
		margin-right: 250px;
	}
}

/* РџР°СЂС‚РЅРµСЂС‹ */
.partners {
	margin-bottom: 50px;
}
.partners-title {
	text-align: center;
	margin-bottom: 35px;
}
.partners .simple-carousel-wrapper {
	margin-bottom: 40px;
}

/* РљР°СЂСѓСЃРµР»СЊ */
.simple-carousel-wrapper {
	position: relative;
	padding: 0 30px;
}
.slick-track {
	margin: auto;
}
.simple-carousel-btn {
	width: 15px;
	height: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: .2;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.simple-carousel-btn:hover {
	opacity: .5;
}
.simple-carousel-btn.prev {
	left: 0;
	background-position: -1000px -30px;
}
.simple-carousel-btn.next {
	right: 0;
	background-position: -1020px -30px;
}
.simple-carousel-item {
	overflow: hidden;
	height: 50px;
	text-align: center;
	font-size: 0;
	line-height: 50px;
}
.simple-carousel-item.slick-slide img {
	display: inline-block;
}
.simple-carousel-item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

/* Р�РЅС„РѕСЂРјР°С†РёРѕРЅРЅС‹Р№ Р±Р»РѕРє */
.info-block-wrapper {
	margin-bottom: 50px;
}
.info-block {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 70px;
	/*min-height: 200px;*/
	text-decoration: none;
	color: #000;
}
.info-block:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: .5;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.info-block-1:after {
	width: 62px;
	height: 50px;
	background-position: -1130px -60px;
}
.info-block-2:after {
	width: 56px;
	height: 50px;
	background-position: -1210px -60px;
}
.info-block-title {
	display: block;
	font-size: 2em;
	/*font-weight: 300;*/
	line-height: 1em;
	margin-bottom: 15px;
	opacity: .8;
}
.info-block-description {
	display: block;
	font-weight: 400;
	opacity: .8;
	padding-right: 50px;
}

@media (max-width: 640px) {
	.info-block-wrapper {
		margin-bottom: 40px;
	}
	.column.info-block {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.info-block {
		min-height: 100px;
		padding-bottom: 80px;
	}
	.info-block-title {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	.info-block-description {
		font-size: .875em;
		padding-right: 30px;
	}
}

/* Рћ РєРѕРјРїР°РЅРёРё */
.company-description p {
	margin: 0;
}
.about-company .list-column-2 li{
	vertical-align: top;
	display: inline-block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid; /* Makes effect only in Firefox */
	break-inside: avoid; /* IE10+, Opera 11.1вЂ”12.1 */
}
.about-company .page-content ul {
	margin-bottom: 0;
}

@media (max-width: 640px){
	.about-company .page-content {
		margin-bottom: 0;
	}
	.about-company {
		font-size: .875em;
	}
}

/* РЎР»Р°Р№РґРµСЂ Рѕ РєРѕРјРїР°РЅРёРё */
.about-company-slide {
	box-sizing: border-box;
	position: relative;
	height: 100px;
	padding-left: 23px;
	font-size: 1rem;
	white-space: nowrap;
	font-weight: 600;
	line-height: 100px;
}
.about-company-slide::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
.about-company-number,
.about-company-text,
.about-company-text2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.about-company-text {
	line-height: 20px;
}

.about-company-number {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	margin-right: 5px;
}
.about-company-number sub {
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.about-company-carousel-wrapper {
		margin: 40px 0;
	}
	.about-company-number {
		font-size: 1.5em;
		font-weight: 700;
		width: 80px;
		text-align: center;
	}
	.about-company-slide {
		padding-left: 0;
		height: 80px;
		line-height: 80px;
		max-width: 210px;
		margin: 0 auto;
	}
	.about-company-slide:before {
		width: 80px;
		height: 80px;
	}
	.about-company-number sub {
		font-size: .875em;
		vertical-align: baseline;
		bottom: auto;
	}
	.about-company-text {
		font-size: .875em;
		line-height: 16px;
	}

}

@media (min-width: 641px) {
	.about-company-carousel-wrapper {
		padding: 0;
		margin: 50px 0;
	}
	.about-company-carousel-wrapper .simple-carousel-btn{
		display: none;
	}
}

@media (min-width: 641px) and (max-width: 849px) {
	.about-company-slide2 {
		margin-left: 45px;
	}
	.about-company-number {
		font-size: 2.25em;
	}
	.about-company-text {
		font-size: .875em;
		line-height: 16px;
	}
	.about-company-number sub {
		font-size: .875em;
	}
}

@media (min-width: 850px) {
	.about-company-slide2 {
		margin-left: 50px;
	}
}

@media (min-width: 769px) {

}

/* РЎРµСЂС‚РёС„РёРєР°С‚С‹ */
.setificates-link {
	line-height: 23px;
	text-decoration: none;
	position: relative;
	top: -10px;
}
.setificates-link:hover {
	text-decoration: underline;
}
.setificates-link::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 24px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

/* РљРѕРЅС‚Р°РєС‚РЅР°СЏ РёРЅС„РѕСЂРјР°С†РёСЏ */
.contacts-block {
	margin: 50px 0;
}
.contacts-block a {
	text-decoration: none;
	font-weight: 400;
}
.contacts-block a:not(.contact-number):hover {
	text-decoration: underline;
}
.contact-number {
	color: #000;
	font-size: 1.5em;
	display: inline-block;
}
.contact-number:hover {
	text-decoration: none;
}

@media (max-width: 640px) {
	.contacts-block {
		margin: 30px 0 40px;
	}
	.contact-number {
		font-size: 1.25em;
	}
}

@media (min-width: 641px) {
	.contact-number{
		margin-top: .875em;
	}
}

/* popup.css */

@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%;
	}
}

/* product.css */

/*РћР±С‰РёРµ РїСЂР°РІРёР»Р°*/
.product-content {
	padding: 0 0 30px;
}
.product-illustration {
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
}
.product-illustration img {
	max-width: 160px;
}
.product-card {
	margin-bottom: 30px;
}
.product-card .product-illustration img {
	max-width: 180px;
}
.products-list .product-illustration img {
	max-width: 80px;
}
.products-list .product-actual-price .currency {
	font-size: 1rem;
}
.product-description {
	margin: 0 0 30px;
}
.product-card .product-description {
	margin: 0 0 30px;
}
.product-card .product-illustration {
	margin: 0 0 30px;
}

/*Р‘Р»РѕРє СЃ С†РµРЅРѕР№*/
.product-card .product-price {
	margin: 0 0 30px;
}
.product-price-item {
	display: inline-block;
	position: relative;
}
.product-price-item:not(:first-child) {
	margin-left: 15px;
}
.product-actual-price {
	font-size: 1.5em;
	white-space: nowrap;
}
.product-old-price {
	font-size: .75em;
}
.product-old-price::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background: rgba(0, 0, 0, .4);
}
.product-action-value {
	white-space: nowrap;
}
.product-card .product-action-list {
	margin: 0 0 30px;
}
.product-action-item {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.product-card .product-action-item:not(:first-child) {
	margin-left: 15px;
}
.product-item .product-action-item:not(:first-child) {
	float: right;
}
.form-button.action-license::before {
	content: none;
}
.product-action-description {
	font-size: .75em;
}
.product-card .product-action-description {
	margin-top: 10px;
}
.product-item .product-action-description {
	position: absolute;
	bottom: 100%;
	left: 0;
	margin: 0 0 5px 15px;
}
.product-item .product-title {
	margin: 0 0 30px;
	font-weight: 600;
}
.product-item .product-description {
	margin: -20px 0 30px;
	/*font-weight: 300;*/
}
.product-action-value[data-before]::before {
	content: attr(data-before) " ";
	text-transform: lowercase;
}
.product-actual-price[data-before]::before {
	content: attr(data-before) " ";
	text-transform: lowercase;
	/*float: left;*/
	/*margin: 0 0 0 -40px;*/
}

.product-full-information {
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, .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;*/
}
.service-detail-price,
.services-item-price {
	font-size: 1.5em;
}
.services-item-price {
	margin-bottom: 10px;
}
.service-detail-price {
	margin-bottom: 30px;
}
.service-detail-price .currency,
.services-item-price .currency {
	font-size: 1rem;
}

/*Р”Р°С‚Р° Рё РїСЂРѕРґРѕР»Р¶РёС‚РµР»СЊРЅРѕСЃС‚СЊ РєСѓСЂСЃРѕРІ*/
.services-item-info {
	/*font-weight: 600;*/
}
.event-calendar {
	margin: 0 0 0 30px;
}
.event-calendar::before {
	content: "";
	opacity: .6;
	float: left;
	width: 18px;
	height: 20px;
	margin: 1px 0 0 -30px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -880px -30px no-repeat;
}
.event-calendar::after {
	content: "";
	display: block;
	clear: both;
}
.event-calendar-item {
	display: inline-block;
	max-width: 100%;
	/*
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	*/
	margin: 0 10px 10px 0;
	white-space: nowrap;
}
.event-calendar-date {
	overflow: hidden;
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.event-calendar-time {
	display: block;
	font-size: .75em;
	color: rgba(0, 0, 0, .5);
}
.event-duration {
	margin: 5px 0 0 30px;
}
.event-duration::before {
	content: "";
	opacity: .6;
	float: left;
	width: 20px;
	height: 20px;
	margin: 1px 0 0 -30px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -910px -30px no-repeat;
}
.event-duration::after {
	content: "";
	display: block;
	clear: both;
}

/*Р‘Р»РѕРєРё РІ СЃРїРёСЃРєРµ СЂРµС€РµРЅРёР№*/
.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;
}

@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;
	}
}

@media (min-width: 769px) {
	.product-full-information {
		margin: 0 0 30px;
		padding: 30px 0 0;
	}
	.tile-item.services-item {
		padding-bottom: 100px;
	}
	.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: 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;
	}
}

/* РЎРїРёСЃРѕРє Р»РёС†РµРЅР·РёР№ */
.license-wrapper {
}
.license-block {
	box-sizing: border-box;
}
.license-title {
	display: inline-block;
	font-weight: 600;
}
.license-list {
	padding: 10px 0 0;
}
.license-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	border-radius: 3px;
	white-space: nowrap;
}
.license-item-title {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: inline-block;
	vertical-align: middle;
	/*font-weight: 300;*/
}
.license-item-price {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
}
.license-item-button {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	/*overflow: hidden;*/
	display: inline-block;
	position: relative;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	cursor: pointer;
}
.license-item-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: .625rem;
	line-height: 18px;
	vertical-align: middle;
	text-indent: 0;
	color: #fff;
	background: #059613;
	box-shadow: 0 0 3px rgba(255, 255, 255, 1);
}
.license-item-button::before {
	content: "";
	position: absolute;
}

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

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

@media (max-width: 768px) {
	.license-block {
		padding: 30px 0 0;
	}
	.license-item {
		padding: 10px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
}

@media (min-width: 769px) {
	.license-wrapper {
		/*display: -webkit-flex;*/
		/*display: -ms-flexbox;*/
		/*display: flex;*/
		/*-webkit-justify-content: space-between;*/
		/*-ms-flex-pack: justify;*/
		/*justify-content: space-between;*/
		margin: 0 -20px;
		font-size: 0;
	}
	.license-block {
		display: inline-block;
		padding: 20px;
		font-size: 1rem;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.license-block {
		width: 50%;
	}
	.license-item {
		padding: 5px 0;
	}
}

@media (max-width: 1024px) {
	.license-item-button {
		width: 30px;
		height: 30px;
		margin-left: 15px;
		font-size: 0;
		text-indent: -1000px;
		background: transparent;
	}
	.license-item-button::before {
		top: 50%;
		left: 50%;
		width: 18px;
		height: 16px;
		margin: -8px 0 0 -9px;
		background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
		background-repeat: no-repeat;
	}
}

@media (min-width: 1025px) {
	.license-block {
		width: 50%;
	}
	.license-title {
		margin-left: 20px;
	}
	.license-item {
		padding: 10px 15px 10px 20px;
	}
	.license-item:hover {
		box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	}
	.license-item-button {
		visibility: hidden;
		height: 36px;
		padding: 0 16px;
		border: 0;
		border-radius: 5px;
		margin-left: 20px;
		text-align: center;
		line-height: 32px;
		text-decoration: none;
		color: #fff;
	}
	.license-item-button::before {
		opacity: .4;
		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));
	}
	.license-item:hover .license-item-button {
		visibility: visible;
	}
	.license-item-button:hover::before {
		opacity: 0;
	}
}

/*Р¤РёР»СЊС‚СЂ*/
.filter-wrapper {
	margin: 0 0 50px;
	font-size: 0;
}
.filter-additional {
	margin-top: 20px;
}
.filter-wrapper .field-wrapper {
	width: auto;
	vertical-align: middle;
	font-size: 1rem;
	/*font-weight: 300;*/
}
.field-wrapper.field-search {
	position: relative;
}
.field-wrapper.field-search::before {
	content: "";
	opacity: .4;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -8px 0 0 12px;
	width: 16px;
	height: 16px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -30px -30px no-repeat;
}
.field-wrapper.field-search.search-active::before {
	opacity: 1;
}
.field-search .field-input {
	display: block;
	width: 100%;
	padding-left: 40px;
}

/*Р РµР·СѓР»СЊС‚Р°С‚*/
.filter-results-wrapper {
	display: none;
	margin-top: 20px;
}
.filter-results-wrapper.filter-results-active {
	display: block;
}
.filter-results-wrapper::after {
	content: "";
	display: block;
	clear: both;
}
.filter-results-content {
}
.filter-results-wrapper .action-button {
	float: right;
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	font-size: 1rem;
	background: transparent;
}
.filter-result {
	overflow: hidden;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	max-width: 230px;
	height: 30px;
	margin: 0 10px 10px 0;
	padding: 0 30px 0 10px;
	border-radius: 3px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: .625rem;
	line-height: 28px;
	/*font-weight: 300;*/
	cursor: pointer;
}
.filter-result::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 11px;
	margin: -5px 7px 0 0;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.filter-result:hover {
	border-color: transparent;
}

@media (min-width: 769px) {
	.field-wrapper.field-search {
		width: 300px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.field-wrapper.field-search {
		width: 280px;
	}
}

@media (min-width: 1025px) {
	.field-wrapper.field-search {
		width: 340px;
	}
}

/*РЎРїРёСЃРєРё*/
.filter-list-head {
	position: relative;
	box-sizing: border-box;
	height: 36px;
	margin: 0;
	padding: 0 30px 0 10px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	/*font-weight: 300;*/
	line-height: 32px;
	cursor: pointer;
}
.filter-list-head::after {
	content: "";
	opacity: .4;
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 6px;
	margin: -2px 10px 0 0;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -270px -30px no-repeat;
	-webkit-transition: .1s;
	transition: .1s;
}
.filter-list-body {
	display: none;
}
.toggle-active .filter-list-head {
	/*font-weight: 400;*/
}
.toggle-active .filter-list-body {
	display: block;
}
.toggle-active .filter-list-head::after {
	opacity: 1;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter-list {
	/*font-weight: 300;*/
}
.filter-item-title {
	display: block;
	box-sizing: border-box;
	position: relative;
	cursor: default;
}
.filter-multiple-block .filter-item-title {
	/*overflow: hidden;*/
	white-space: nowrap;
	/*-ms-text-overflow: ellipsis;*/
	/*text-overflow: ellipsis;*/
}
.filter-item:last-child > .filter-item-title {
	padding-bottom: 20px;
}
.item-parent > .filter-item-title::after {
	content: "";
	opacity: .2;
	position: absolute;
	top: 50%;
	right: 0;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
	-webkit-transition: .1s;
	transition: .1s;
}
.filter-active > .filter-item-title::after {
	opacity: .4;
}
.filter-item-choice {
	float: left;
	position: relative;
	z-index: 1;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.filter-item-choice::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.filter-sublist {
	display: none;
}
.filter-active > .filter-sublist {
	display: block;
}
.filter-subitem {

}

@media (max-width: 480px) {
	.filter-multiple-block .field-wrapper {
		margin-bottom: 20px;
	}
}

@media (min-width: 481px) {
	.filter-multiple-block .field-wrapper {
		display: inline-block;
	}
	.filter-multiple-block .field-wrapper:not(:last-child) {
		margin-right: 20px;
	}
	.filter-multiple-block .field-wrapper {
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.filter-multiple-block .field-wrapper.toggle-active {
		display: block;
		margin-right: 0;
	}
	.filter-multiple-block .filter-list-body {
		margin: 15px -20px 0;
		padding: 0 20px;
		border-top: 1px solid rgba(1, 0, 0, .2);
		border-bottom: 1px solid rgba(1, 0, 0, .2);
	}
	.filter-multiple-block .filter-item:not(:first-child) {
		border-top: 1px solid rgba(1, 0, 0, .1);
	}
	.filter-multiple-block .filter-item-title {
		padding: 10px 40px 10px 27px;
	}
	.filter-multiple-block .filter-item-choice {
		margin: 5px 0 0 -10px;
	}
}

@media (min-width: 641px) {
	.filter-multiple-block .filter-list-body {
		overflow: hidden;
		position: absolute;
		z-index: 1;
		top: 100%;
		left: 0;
		max-height: 300px;
		margin-top: 10px;
		background: #fff;
		box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	}
	.filter-multiple-block .filter-list-body .iScrollVerticalScrollbar {
		position: absolute;
		top: 2px;
		right: 2px;
		bottom: 2px;
		width: 4px;
	}
	.filter-multiple-block .filter-list-body .iScrollIndicator {
		background: rgba(0, 0, 0, .1);
	}
	.filter-multiple-block .filter-item-title {
		padding: 10px 40px 10px 45px;
	}
	.filter-multiple-block .filter-item-choice {
		margin: 5px 0 0 5px;
	}
}

@media (max-width: 768px) {
	.filter-single-block .filter-list-wrapper {
		position: relative;
		padding-top: 36px;
		margin-bottom: 20px;
	}
	.filter-single-block .field-wrapper.field-type-list {
		position: static;
	}
	.filter-single-block .field-wrapper.field-type-list .filter-list-head {
		position: absolute;
		top: 0;
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.filter-single-block .field-wrapper.field-type-list:first-child .filter-list-head {
		left: 0;
	}
	.filter-single-block .field-wrapper.field-type-list:not(:first-child) .filter-list-head {
		right: 0;
	}
	.filter-single-block .field-wrapper:not(.field-type-list):not(:first-child) {
		margin-top: 10px;
	}
	.filter-single-block .filter-list-wrapper::after {
		content: "";
		display: block;
		clear: both;
	}
	.filter-single-block .filter-list-body {
		margin: 15px -20px 0;
		padding: 0 20px;
		border-top: 1px solid rgba(1, 0, 0, .2);
		border-bottom: 1px solid rgba(1, 0, 0, .2);
	}
	.filter-single-block .filter-item:not(:first-child) {
		border-top: 1px solid rgba(1, 0, 0, .1);
	}
	.filter-single-block .filter-item-title {
		padding: 10px 40px 10px 27px;
	}
	.item-parent > .filter-item-title::after {
		opacity: .4;
		width: 18px;
		height: 9px;
		margin: -4px 6px 0 0;
		background-position: -210px -30px;
	}
	.filter-active > .filter-item-title::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.filter-single-block .filter-item-choice {
		margin: 5px 0 0 -10px;
	}
	.filter-sublist {
		margin: 0 0 0 27px;
		/*padding-bottom: 10px;*/
		/*border-bottom: 1px solid rgba(1, 0, 0, .1);*/
	}
}

@media (min-width: 769px) {
	.filter-single-block .field-wrapper {
		display: inline-block;
	}
	.filter-single-block .field-wrapper:not(:last-child) {
		margin-right: 20px;
	}
	.filter-list-wrapper {
		display: inline-block;
		margin-right: 20px;
	}
	.filter-single-block .filter-list-body {
		position: absolute;
		z-index: 1;
		top: 100%;
		left: 0;
		margin-top: 10px;
		background: #fff;
		box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	}
	.filter-single-block .wrapper-wide .filter-list-body::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1px;
		background: rgba(0, 0, 0, .1);
	}
	.filter-single-block .filter-item-title {
		padding: 10px 40px 10px 45px;
	}
	.filter-item-title:hover {
		background: rgba(0, 0, 0, .02);
	}
	.filter-active > .filter-item-title {
		background: rgba(0, 0, 0, .05);
	}
	.item-parent > .filter-item-title::after {
		width: 8px;
		height: 15px;
		margin: -7px 16px 0 0;
		background-position: -190px -30px;
	}
	.filter-single-block .filter-item-choice {
		margin: 5px 0 0 5px;
	}
	.filter-sublist {
		position: absolute;
		top: 0;
		bottom: 0;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.filter-single-block .filter-list-head {
		width: 130px;
	}
	.filter-single-block .filter-list-body {
		width: 290px;
	}
	.filter-single-block .wrapper-wide .filter-list-body {
		padding-right: 260px;
	}
	.filter-single-block .filter-sublist {
		width: 260px;
	}
	.filter-single-block .wrapper-wide .filter-list-body::after,
	.filter-single-block .filter-sublist {
		left: 290px;
	}
}

@media (min-width: 1025px) {
	.filter-single-block .filter-list-head {
		width: 160px;
	}
	.filter-single-block .filter-list-body {
		width: 400px;
	}
	.filter-single-block .wrapper-wide .filter-list-body {
		padding-right: 360px;
	}
	.filter-single-block .filter-sublist {
		width: 360px;
	}
	.filter-single-block .wrapper-wide .filter-list-body::after,
	.filter-single-block .filter-sublist {
		left: 400px;
	}
}

/*Р‘Р»РѕРєРё СЃ СЂР°Р·РЅС‹РјРё СЂР°Р·РґРµР»Р°РјРё СЂРµС€РµРЅРёР№*/
.product-capture-block {
	margin: 20px 0 40px;
}
.product-capture-item::after {
	content: "";
	display: block;
	clear: both;
}
.product-capture-image {

}
.product-capture-image img {
	display: block;
	max-width: 160px;
	max-height: 100%;
	margin: auto;
}
.product-capture-link {
	display: block;
	text-decoration: none;
}
.product-capture-title {
	display: inline;
	font-weight: 600;
}
.product-capture-price {
	font-size: 1.5em;
}
.product-capture-price::after {
	font-size: 1rem;
}
.product-capture-list li {
	margin: 0 0 10px;
	/*font-weight: 300;*/
}
.product-capture-list a {
	color: inherit;
}

@media (max-width: 480px) {
	.product-capture-image {
		margin: 0 0 15px;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.tile-item.product-capture-item {
		padding-left: 150px;
	}
	.product-capture-image {
		float: left;
		width: 130px;
		margin: 0 0 0 -150px;
	}
}

@media (min-width: 769px) {
	.product-capture-image {
		margin: 0 0 15px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.product-capture-image {
		height: 80px;
	}
}

@media (min-width: 1025px) {
	.product-capture-item {
		padding-bottom: 70px;
	}
	.product-capture-image {
		height: 100px;
	}
	.product-capture-image img {
		/*opacity: .5;*/
	}
	.product-capture-item:hover .product-capture-image img {
		/*opacity: 1;*/
	}
	.product-capture-item .product-capture-link {
		color: inherit;
	}
	.product-capture-price {
		position: absolute;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
}

/*РЈСЃР»СѓРіРё*/
.service-wrapper {
	margin: 0 0 30px;
}
.service-description {
	margin: 0 0 30px;
}
.service-wrapper ul,
.service-description,
.product-service-list {
	/*font-weight: 300;*/
}
.product-service-list a {
	color: inherit;
}

/*РЎРІРѕР№СЃС‚РІР°*/
.product-property-list {
	margin-bottom: 30px;
}
.product-property-item {
}
.product-property-title,
.product-property-value {
	display: block;
}
.product-property-value {
	/*font-weight: 300;*/
}

@media (max-width: 768px) {
	.product-property-item {
		margin: 0 0 15px;
	}
}

@media (min-width: 769px) {
	.product-property-item {
		display: inline-block;
		max-width: 40%;
		margin: 0 30px 15px 0;
		vertical-align: top;
	}
}

/*Р—Р°РєР°Р· РІ РїРѕРїР°РїРµ*/
.user-data .cart-item-title {
	font-weight: 600;
}
.user-data .cart-item-illustration {
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .2);
}
.user-data .cart-item-amount {
	float: none;
}
.user-data .cart-item-amount {
	position: absolute;
	margin: 0;
}
.user-data .cart-item-price {
	float: right;
	margin: 0 0 0 140px;
}

@media (max-width: 480px) {
	.user-data .form-special {
		width: 100%;
	}
	.user-data .cart-item {
		margin: 0 0 20px;
		padding: 0;
	}
	.user-data .cart-item-illustration {
		float: none;
		display: block;
		width: 140px;
		margin: 0 auto 20px;
	}
	.user-data .cart-item-change {
		width: 30px;
		height: 30px;
	}
	.user-data .product-action-item {
		display: block;
		width: 100%;
	}
	.user-data .product-action-item:not(:first-child) {
		margin-top: 15px;
	}
	.user-data .product-action-item .form-button {
		display: block;
		width: 100%;
	}
	.user-data .cart-item-count {
		/*margin: 0 5px;*/
	}
	.user-data .cart-item-count {
		width: 50px;
	}
	.user-data .cart-item-count,
	.user-data .cart-item-price {
		font-size: 1.125em;
	}
}
@media (min-width: 481px) {
	.form-popup .form-narrow .user-data {
		padding: 30px;
	}
	.form-popup .form-narrow .form-popup-title {
		padding-left: 30px;
	}
	.user-data .cart-item:not(.cart-without-image) {
		padding: 0 0 0 140px;
	}
	.user-data .cart-item::after {
		content: "";
		display: block;
		clear: both;
	}
	.user-data .cart-item-title {
		display: block;
		margin: 0 0 20px;
	}
	.cart-without-image .cart-item-illustration {
		display: none;
	}
	.user-data .cart-item-illustration {
		width: 120px;
		margin: 0 0 0 -140px;
	}
	.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%;
	}
	.user-data .cart-item-count {
		width: 60px;
	}
	.user-data .cart-item-count,
	.user-data .cart-item-price {
		font-size: 1.25em;
	}
}


/* search-result.css */

/*Р РµР·СѓР»СЊС‚Р°С‚С‹ РїРѕРёСЃРєР°*/
.search-content {
	padding: 0 0 20px;
}
.search-result-list {
	margin: 0 0 50px;
	/*font-weight: 300;*/
}
.search-result-item {
	margin: 0 0 40px;
}
.search-result-item::after {
	content: "";
	display: table;
	clear: both;
}
.search-result-image {
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.search-result-image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.search-result-title {
	border-bottom: 1px solid;
	font-size: 1.5em;
	line-height: 40px;
	font-weight: 400;
	text-decoration: none;
}
.search-result-title:hover {
	border-color: #fff;
}
.search-result-description {
	margin-top: 15px;
}
.search-form {
	margin-bottom: 35px;
}
.search-form .field-search {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

@media (max-width: 640px) {
	.search-result-image {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 10px;
	}
	.search-result-image img {
		max-height: 140px;
	}
	.search-result-description {
		font-size: .875em;
	}
	.search-result-title {
		font-size: 1.25em;
		line-height: normal;
	}
}

@media (min-width: 641px) {
	.search-result-image {
		float: left;
	}
	.search-result-text {
		margin-left: 190px;
	}
	.search-result-title {
		position: relative;
		top: -10px;
	}
	.search-result-description {
		margin-top: 5px;
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	.search-result-image {
		width: 140px;
	}
	.search-result-text {
		margin-left: 170px;
	}
	.search-result-title {
		font-size: 1.25em;
		line-height: 36px;
	}
}

@media (min-width: 769px) {
	.search-result-image {
		width: 140px;
		height: 115px;
	}
	.search-result-image img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* search-suggestions.css */

.search-suggestions-wrapper {
	display: none;
	position: relative;
	z-index: 3;
}
.search-suggestions {
	position: relative;
	box-sizing: border-box;
	max-width: 1024px;
	margin: auto;
	background: #fff;
	box-shadow: 1px 3px 16px 2px rgba(0, 0, 0, .1);
}

.search-suggestions-list {
	margin: 0 0 20px;
	padding: 0;
}
.search-suggestions-list li {
	padding: 13px 65px;
}
.search-suggestions-list li a {
	text-decoration: none;
	color: #000;
}
.search-suggestions-list li a:hover {
	text-decoration: underline;
}
.search-suggestions-list li:hover {
	background-color: #e9eaeb;
}
.search-all-suggestions {
	padding: 5px 65px 35px;
}
.main-search-input::-ms-clear {
	display: none;
}
.search-form .form-button {
	min-width: 120px;
}

@media (max-width: 480px) {
	.search-form .field-wrapper.field-search {
		width: 100%;
	}
	.search-form .form-button {
		margin-top: 15px;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.search-form .field-wrapper.field-search {
		width: 280px;
	}
}

@media (max-width: 768px) {
	.search-suggestions {
		padding-left: 0;
		padding-right: 0;
	}
	.search-suggestions-list li,
	.search-all-suggestions {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 769px) {
	.search-form .field-wrapper.field-search {
		width: 360px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.search-suggestions {
		padding-left: 0;
		padding-right: 0;
	}
	.search-suggestions-list li,
	.search-all-suggestions {
		padding-left: 55px;
		padding-right: 55px;
	}
}

/* slick-theme.css */

.slick-loading .slick-list {
	background: #fff;
}
.slick-loading .slick-list::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -480px 0 no-repeat;
	-webkit-animation: load 1s steps(8) infinite;
	animation: load 1s steps(8) infinite;
}

.slick-slide {
	outline: 0;
}
.slick-prev,
.slick-next {
	display: none !important;
}

/*
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	background: transparent;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	opacity: .75;
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: 'в†ђ';
}
[dir='rtl'] .slick-prev:before {
	content: 'в†’';
}

.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: 'в†’';
}
[dir='rtl'] .slick-next:before {
	content: 'в†ђ';
}
*/

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	border: 0;
	outline: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	background: transparent;
	cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: 0;
}
.slick-dots li button:before {
	opacity: .5;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}


/* user.css */

/*Р”Р°РЅРЅС‹Рµ Р°РєРєР°СѓРЅС‚Р°*/
.page-capture {
	margin-bottom: 10px;
}
.profile-item-field {
	overflow: hidden;
	margin: 0 0 15px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.profile-item-field[data-title]::before {
	content: attr(data-title);
	display: block;
	margin-bottom: 5px;
	/*font-weight: 300;*/
}
.profile-item-subgroup {
	display: none;
}
.additional-active .profile-item-subgroup {
	display: block;
}
.edit-link {
	/*padding-left: 25px;*/
	text-decoration: none;
}
.edit-link::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 17px;
	margin-right: 8px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.delete-button {
	margin-left: 20px;
	cursor: pointer;
}
.delete-button::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 8px -1px 0;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -120px -90px no-repeat;
}
.additional-button {
	float: right;
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.additional-button::before {
	content: "";
	opacity: .2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 9px;
	margin: -4px 0 0 -9px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -210px -30px no-repeat;
}
.additional-active .additional-button::before {
	background-position: -240px -30px;
}

/*РЎРїРёСЃРѕРє Р·Р°РєР°Р·РѕРІ*/
.orders-list {
	margin: 0 0 50px;
}
.order-item {
	margin: 0 0 30px;
}
.order-item-head {
	margin: 0;
	padding: 20px;
}
.order-item-head .order-item-title {
	display: block;
	margin: 0 0 10px;
	font-size: 1.5em;
}
.order-item-head .order-item-title a {
	text-decoration: none;
}
.order-item-body,
.order-item-footer {
	margin: 0;
}
.order-item-body {
	border-bottom: 2px solid rgba(0, 0, 0, .1);
}
.order-item-footer {
	padding: 20px;
}
.order-item-footer::after {
	content: "";
	display: block;
	clear: both;
}
.order-item-footer .order-item-title {
	position: relative;
	padding-bottom: 20px;
	font-weight: 600;
}
.order-item-footer .order-item-title[data-description]::after {
	content: attr(data-description);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .75em;
	color: rgba(0, 0, 0, .5);
}
.order-item-price {
	font-size: 1.5em;
}
.order-item-price::after {
	font-size: 1rem;
	font-weight: 600;
}
.order-item-repeat,
.order-item-delete {
	text-decoration: none;
}
.order-item-repeat {
	margin-left: 24px;
}
.order-item-repeat::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 8px 0 -24px;
	vertical-align: -2px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.order-item-delete {
	margin-left: 15px;
}
.order-item-price .currency {
	font-size: 1rem;
}
.block-col .currency {
	font-size: .875em;
}

/*РџРѕРґС‚РІРµСЂР¶РґРµРЅРёРµ Р·Р°РєР°Р·Р°*/
.order-confirmation .header-1 {
	margin: 0;
	/*font-weight: 300;*/
}
.order-confirmation-description,
.order-confirmation-footer {
	margin: 20px 0;
}
.order-confirmation-footer .order-item-title {
	font-weight: 600;
}
.order-confirmation-footer .order-item-title::after {
	content: ":";
}

/*Р�РЅС„РѕСЂРјР°С†РёСЏ Рѕ Р·Р°РєР°Р·Рµ*/
.order-info-block {
	/*font-weight: 300;*/
}
.order-info-block .block-col-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.order-info-block .block-col {
	display: inline-block;
}

/*РЎС‚Р°С‚СѓСЃС‹*/
.order-item-status {
	display: block;
}
.order-item-status::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	background-image: url(/bitrix/templates/adaptive_s1/images/status.svg);
	background-repeat: no-repeat;
}

/*РџСЂРёРЅСЏС‚, РѕР¶РёРґР°РµС‚СЃСЏ РѕРїР»Р°С‚Р°*/
.order-status-1 {
	color: #01992c;
}
.order-status-1::before {
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	background-position: -90px -30px;
}

/*РЈСЃРїРµС€РЅРѕ СЃС„РѕСЂРјРёСЂРѕРІР°РЅ | РћРїР»Р°С‡РµРЅ, С„РѕСЂРјРёСЂСѓРµС‚СЃСЏ РґР»СЏ РґРѕСЃС‚Р°РІРєРё*/
.order-status-0,
.order-status-2 {
	color: #01992c;
}
.order-status-0::before,
.order-status-2::before {
	width: 18px;
	height: 14px;
	background-position: -60px -30px;
}

/*РљРѕРјРїР»РµРєС‚Р°С†РёСЏ Р·Р°РєР°Р·Р°*/
.order-status-3::before {
	width: 19px;
	height: 19px;
	vertical-align: -3px;
	background-position: -30px 0;
}

/*РћС‚РіСЂСѓР¶РµРЅ*/
.order-status-4::before {
	width: 19px;
	height: 15px;
	vertical-align: -1px;
	background-position: 0 0;
}

/*РћР¶РёРґР°РµРј РїСЂРёС…РѕРґ С‚РѕРІР°СЂР°*/
.order-status-5::before {
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	background-position: -90px 0;
}

/*РћР¶РёРґР°РµС‚ РѕР±СЂР°Р±РѕС‚РєСѓ*/
.order-status-6::before {
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	background-position: -90px 0;
}

/*РџРµСЂРµРґР°РЅ РІ СЃР»СѓР¶Р±Сѓ РґРѕСЃС‚Р°РІРєРё*/
.order-status-7::before {
	width: 19px;
	height: 15px;
	vertical-align: -1px;
	background-position: 0 0;
}

/*РћР¶РёРґР°РµРј Р·Р°Р±РѕСЂР° С‚СЂР°РЅСЃРїРѕСЂС‚РЅРѕР№ РєРѕРјРїР°РЅРёРµР№*/
.order-status-8::before {
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	background-position: -90px 0;
}

/*Р’С‹РїРѕР»РЅРµРЅ*/
.order-status-9 {
	color: #01992c;
}
.order-status-9::before {
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	background-position: -120px -30px;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
	.orders-list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.order-info-item {
		padding: 20px 0;
	}
	.order-info-block:not(.block-cols-additional) {
		margin-top: 10px;
	}
	.order-item-footer .order-item-title,
	.order-item-footer .order-item-price {
		display: block;
	}
	.order-item-footer .order-item-price {
		margin: 10px 0;
	}
}

@media (min-width: 769px) {
	.tile-item.profile-item {
		padding-bottom: 50px;
	}
	.profile-item-additional {
		display: none;
		position: absolute;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
	.profile-item:hover .profile-item-additional {
		display: block;
	}
	.order-info-block {
		white-space: nowrap;
	}
	.order-item-footer-right {
		float: right;
		line-height: 16px;
	}
	.order-item-price {
		margin-left: 10px;
	}
	.order-item-footer .order-item-title,
	.order-item-footer .order-item-price {
		display: inline-block;
	}
}

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

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

@media (max-width: 1024px) {
	.order-info-wrapper {
		padding: 0 20px;
	}
	.order-info-item:not(:first-child) {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	.order-info-block.block-cols-additional {
		font-size: .75em;
		color: rgba(0, 0, 0, .5);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.orders-list {
		margin-left: -33px;
		margin-right: -33px;
	}
	.order-info-item {
		padding: 20px 0 20px 50%;
	}
	.order-info-block ~ .order-info-block:not(.block-cols-additional) {
		margin-top: 15px;
	}
	.order-info-title,
	.order-info-block {
		box-sizing: border-box;
	}
	.order-info-title {
		float: left;
		width: 100%;
		margin-left: -100%;
		padding-right: 10px;
	}
	.order-info-block {
		padding-left: 10px;
	}
}

@media (min-width: 1025px) {
	.order-info-wrapper {
		display: table;
		border-collapse: collapse;
		width: 100%;
	}
	.order-item-body {
		padding: 20px 0;
	}
	.order-info-item {
		display: table-row;
	}
	.order-info-title,
	.order-info-block {
		display: table-cell;
		padding: 10px 20px;
		vertical-align: top;
	}
	.order-info-block .block-col:nth-child(1) {
	}
	.order-info-block .block-col:nth-child(2) {
		margin-left: 20px;
	}
}

/*РљРѕСЂР·РёРЅР°*/
.cart-item:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.order-total-price {
	margin-left: 10px;
	vertical-align: middle;
	font-size: 1.5em;
}
.order-total-price .currency {
	font-size: 1rem;
}
.cart-item-amount,
.cart-item-price {
	line-height: 36px;
}
.cart-list .product-old-price {
	opacity: .5;
	display: none;
	position: relative;
	line-height: normal;
	text-decoration: line-through;
}
.cart-list .product-old-price.product-active {
	display: inline-block;
}
.cart-list .product-old-price::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background: rgba(0, 0, 0, 1);
}
.cart-footer {
	padding: 20px;
}
.cart-footer::after {
	content: "";
	display: block;
	clear: both;
}
.cart-item-title {
	display: block;
	/*font-weight: 300;*/
}
.cart-link {
	text-decoration: none;
}
.cart-item-illustration {
	float: left;
	width: 120px;
	margin: 0 0 0 -140px;
}
.cart-item-illustration img {
	width: 100%;
}
.cart-item-count {
	width: 40px;
	margin: 0 10px;
}
.cart-item-count {
	vertical-align: middle;
	text-align: center;
}
.cart-item-change {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
}
.cart-item-change::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	margin: auto;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.cart-item-change.cart-item-less::after {
	height: 2px;
}
.cart-item-change.cart-item-more::after {
	height: 10px;
}
.cart-item-price {
	/*font-weight: 300;*/
}

/*РћС„РѕСЂРјР»РµРЅРёРµ Р·Р°РєР°Р·Р°*/
.order-capture {
	margin-bottom: 30px;
}
.order-wrapper {
	counter-reset: order;
}
.order-capture-title {
	margin: 0 0 20px;
	font-size: 1.5em;
	font-weight: 300;
	counter-increment: order;
}
.order-capture-title::before {
	content: counter(order) ". ";
}
.order-detail-wrapper{
	/*font-weight: 300;*/
}
.order-detail-title {
	float: left;
}
.payment-wrapper {
	margin-right: -20px;
	font-size: 0;
}
.payment-label {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 140px;
	height: 80px;
	margin: 0 20px 20px 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	text-align: center;
	line-height: 80px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	cursor: pointer;
}
.payment-label:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}
.payment-input {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}
.payment-title {

}
.payment-title::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
	background-position: 0 30px;
}
.payment-image {
	max-width: 80%;
	max-height: 80%;
	vertical-align: middle;
}
.delivery-wrapper {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.delivery-item {

}
.delivery-item:not(:first-child) {
	margin-top: 5px;
}
.delivery-label {
	display: block;
	padding-right: 30px;
}
.delivery-input {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}
.delivery-title,
.delivery-price {
	/*font-weight: 300;*/
}
.delivery-title {

}
.delivery-title::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-image: url(/bitrix/templates/adaptive_s1/images/common.svg);
	background-repeat: no-repeat;
}
.delivery-price {
	position: absolute;
	left: 100%;
}
.delivery-input:checked ~ .delivery-title,
.delivery-input:checked ~ .delivery-price {
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
}
.order-wrapper .user-data {
	margin: 0;
}

/*РџСЂРѕРјРѕ-РєРѕРґ*/
.cart-footer-block {
	/*line-height: 34px;*/
}
.order-total-title,
.order-total-price {
	display: inline-block;
	vertical-align: middle;
}
.cart-promo-block {
	font-size: 0;
}
.cart-promo-result-wrapper {
	clear: both;
	padding: 10px 0 0;
	font-size: 1rem;
}
.cart-promo-result-wrapper {
	font-size: 1rem;
}
.cart-promo-result {
	cursor: pointer;
}
.cart-promo-result.promo-success {
	font-weight: 600;
	color: #2e7d32;
}
.cart-promo-result.promo-fail {
	/*font-weight: 300;*/
	color: #a42338;
}
.cart-promo-result::after {
	content: "";
	opacity: .4;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 1px 10px;
	background: url(/bitrix/templates/adaptive_s1/images/common.svg) -150px -30px no-repeat;
}
.cart-promo-result:hover::after {
	opacity: 1;
}
.cart-promo-block .cart-code-label {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
}
.cart-promo-block .cart-code-label {
	float: left;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}
.cart-promo-block .field-input {
	width: 100%;
}
.cart-promo-block .form-button {
	float: right;
	width: 50px;
	min-width: 0;
	border-radius: 0 4px 4px 0;
}
.field-input.cart-code-input {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}
div.photo-ed-al-items-list div.photo-ed-al-item .photo-ed-al-item-thumb div.photo-ed-al-item-thumb-inner img {
	left: 0!important;
	object-fit: cover;
}

@media (max-width: 320px) {
	.payment-label {
		margin-bottom: 15px;
	}
	.payment-label:nth-child(2n + 1) {
		margin-left: -5px;
		margin-right: 15px;
	}
	.payment-label:nth-child(2n) {
		margin-right: 0;
	}
	.delivery-label {
		font-size: .75rem;
	}
}

@media (max-width: 480px) {
	.cart-item-price {
		margin-top: 10px;
	}
}

@media (min-width: 481px) and (max-width: 640px) {
	.cart-item-amount {
		float: right;
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.cart-item {
		padding: 15px 0 15px 140px;
	}
	.cart-item::after {
		content: "";
		display: block;
		clear: both;
	}
	.cart-item-title {
		margin-bottom: 20px;
		/*word-break: break-all;*/
		word-wrap: break-word;
	}
	.cart-code-title {
		display: block;
		margin-bottom: 5px;
	}
	.cart-item-action {
		clear: both;
	}
	.cart-item-delete {
		text-decoration: none;
		/*font-weight: 300;*/
	}
	.order-detail-wrapper {
		text-align: right;
	}
	.cart-price-block {
		margin-top: 20px;
	}
	.cart-promo-block .form-button {
		clear: both;
		margin-top: -36px;
	}
	.cart-price-block .form-button {
		display: block;
		width: 100%;
	}
	.cart-promo-result {
		display: inline-block;
		margin: 0 10px 10px 0;
	}
}

@media (min-width: 641px) {
	.cart-main .cart-list {
		display: table;
		width: 100%;
		border-collapse: collapse;
	}
	.cart-main .cart-item {
		display: table-row;
	}
	.cart-main .cart-item-block {
		display: table-cell;
		vertical-align: top;
		padding: 10px;
	}
	.cart-main .cart-item-info {
		padding-left: 140px;
	}
	.cart-main .cart-item-block::after {
		content: "";
		display: block;
		clear: both;
	}
	.cart-item-amount,
	.cart-item-price {
		white-space: nowrap;
	}
	.cart-item-action {
		line-height: 32px;
	}
	.cart-footer {
		/*text-align: right;*/
	}
	.cart-promo-block {
		float: left;
		width: 200px;
		margin-right: -50px;
		padding-left: 100px;
		/*text-align: left;*/
	}
	.cart-price-block {
		float: right;
		text-align: right;
	}
	.cart-code-title {
		float: left;
		width: 90px;
		margin: 0 0 0 -100px;
		line-height: 32px;
	}
	.cart-promo-result {
		display: block;
		margin: 0 0 5px;
	}
	.during-order .order-total-wrapper .form-button {
		display: block;
		margin-top: 10px;
	}
	.cart-item-delete {
		opacity: .5;
		display: inline-block;
		position: relative;
		width: 16px;
		height: 16px;
		vertical-align: middle;
		font-size: 0;
		background: url(/bitrix/templates/adaptive_s1/images/common.svg) -120px -30px no-repeat;
	}
	.order-detail-title,
	.order-detail-sum {
		display: inline-block;
	}
	.order-detail-title {
		padding-right: 20px;
	}
}

@media (max-width: 768px) {
	.cart-wrapper {
		margin: 0 0 20px;
	}
}

@media (max-width: 740px) {
	.before-order .order-detail-wrapper {
		margin: 0 0 20px 0;
	}
	.before-order .order-total-wrapper {
		display: inline-block;
		margin: -.5em 0 0;
	}
	.before-order .order-total-block {
		/*margin: 0 0 10px;*/
	}
	.cart-price-block .form-button {
		margin-top: 10px;
	}
}

@media (min-width: 741px) {
	.before-order .order-detail-wrapper,
	.before-order .order-total-wrapper {
		display: inline-block;
		vertical-align: top;
	}
	.before-order .order-detail-wrapper {
		margin: 0 20px 0 0;
	}
	.before-order .order-total-block {
		display: inline-block;
	}
	.during-order .order-total-block {
		display: block;
	}
	.before-order .order-total-price {
		margin-right: 20px;
	}
}

@media (max-width: 880px) {
	.during-order .order-detail-wrapper {
		margin: 0 0 20px 0;
	}
	.during-order .order-total-wrapper {
		display: inline-block;
	}
	.photo-album-edit-cont td {
		display: block;
	}

	tr.photo-album-edit-buttons td {
		padding: 10px 5px 5px 5px!important;
	}
	div.photo-ed-al-items-list {
		overflow: visible;
	}
	div.photo-ed-al-items-list div.photo-ed-al-item,
	div.photo-al-ed-add-set {
		width: 100%;
	}
	div.photo-ed-al-items-list div.photo-ed-al-item .photo-ed-al-item-thumb {
		width: 30%;
		max-width: 90px;
	}
	.photo-album-edit-cont .photo-al-ed-width,
	div.photo-window-edit table {
		width: 100%!important;
	}
	.table-wrapper table{
		display: block;
	}
	div.photo-ed-al-item-params {
		width: 70%;
	}
	.photo-album-edit-cont .photo-al-ed-width {
		max-width: 100%;
	}
	div.photo-page-main #photo-main-page-right {
		position: relative;
	}
	ul.photo-album-list-first-photos {
		padding-right: 0;
	}
}

@media (max-width: 520px) {
	div.photo-ed-al-items-list div.photo-ed-al-item .photo-ed-al-item-thumb,
	div.photo-ed-al-item-params {
		float: unset;
		width: 100%;
	}
	div.photo-ed-al-items-list div.photo-ed-al-item {
		padding: 10px 0 22px 10px;
		float: unset;
	}
	div.photo-ed-al-item-params {
		max-width: 90%;
	}

}

@media (min-width: 881px) {
	.during-order .order-detail-wrapper,
	.during-order .order-total-wrapper {
		display: inline-block;
		vertical-align: top;
	}
	.during-order .order-detail-wrapper {
		margin: 0 20px 0 0;
	}
	.during-order .order-total-wrapper {
		margin: -.5em 0 0;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.cart-wrapper {
		margin: 0 0 30px;
	}
}

@media (min-width: 1025px) {
	.cart-wrapper {
		margin: 0 0 40px;
	}
}

.tariff-capture-item {
	text-align:center;
	font-size: 30px;
}

.tariff-tile-wrapper {
	flex-wrap: nowrap;
}

.hidden {
	display: none !important;
}

.active-tab {
	background-color: #fef3e5;
}

.tariff-tab {
	cursor: pointer;
}

.table-wrapper td {
    vertical-align: top;
}

.showpart-container-list.active {
	max-height: 219px;
	overflow: hidden;
}

.showpart-btn-list {
	display: inline-block;
	top: -16px;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	word-break: break-word;
	color: #f78f02;
    margin-top: 3px;
    font-size: 13px;
}

.showpart-container-list.show {
	max-height: 100%;
	overflow: visible;
}

.service-illustration.product-illustration {
    float: right;
    margin-top: 0;
}

.tariff-capture-item div span {
    font-size: 12px;
    display: inline-block;
}

@media (max-width: 880px) {
	.tariff-tab {
		width: 33%;
		font-size: 15px;
		box-shadow: none;
		border: 1px solid #fef3e5;
		padding-left: 0px;
		padding-right: 0px;
	}

	.tariff-capture-item{
		box-shadow: none;
		font-size: 15px;
		border: 1px solid #fef3e5;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 479px) {
	.tariff-tab {
		font-size: 10px;
	}
	.tariff-capture-item{
		font-size: 10px;
	}
}

/* End */
/* /bitrix/templates/adaptive_s1/lib/slick.css?16833158891524 */
/* /bitrix/templates/adaptive_s1/lib/jquery.formstyler.css?168331588912865 */
/* /bitrix/templates/adaptive_s1/styles.css?1683315889845 */
/* /bitrix/templates/adaptive_s1/template_styles.css?1683315889183417 */
