

/* Start:/bitrix/components/ma/setahub.form/templates/add-user/style.css?17201613881300*/
.b-form {
	width: 560px;
}
.b-form_description {
	margin: 0 0 15px 0;
}
.b-form_holder {
	padding: 20px 50px; 
	/*border-radius: 6px;*/
	background: #fafafa;
}
.b-form_item {
	margin: 0 0 18px 0;
}
.b-form_label {
	display: inline-block;
	margin-bottom: 5px;
}

.b-form_label .required {
	color: #dc1010;
}
.b-form_date {
	position: relative;
}
.b-form_date .calendar-icon {
	position: absolute;
	top: 11px;
	right: 12px;
}

.b-form_item input[type="text"],
.b-form_item textarea {
	display: block;
	width: 100%;
	font: inherit;
	font-size: 16px;
	text-align: left;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	box-shadow: none;
	color: #5d5d5d;
}
.b-form_item input[type="text"] {
	height: 40px;
	padding: 0 45px 0 13px;
}
.b-form_item textarea {
	height: 85px;
	padding: 7px 50px 7px 13px;
	resize: vertical;
}
.b-form_item.error input[type="text"],
.b-form_item.error textarea {
	border-color: #dc1010
}
.b-form_error {
	display: block;
	margin: 0.5em 0 0 0;
	color: #dc1010;
	font-size: 12px; 
}

.b-form_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
}
.b-form_buttons .g-button {
	min-width: 72px;
	padding-right: 20px;
	padding-left: 20px;
}


/* End */


/* Start:/local/templates/template.main/css/lib/jquery.formstyler.css?17137671512175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/template.main/css/lib/jquery.formstyler.theme.css?171376715112061*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	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.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.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-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	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;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	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: 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;
	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;
}
.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: 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: 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: 40px;
	padding: 0 45px 0 10px;
	font: inherit;
	font-size: 16px;
	line-height: 38px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	background: #ffffff;
	color: #000000;
}
.jq-selectbox__select:hover {
	background: #f0f0f0;
}
.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;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-right: 1px solid #919191;
    border-bottom: 1px solid #919191;
    transform: rotate(45deg);
    transition-property: margin-top, transform;
    transition-duration: 0.25s;
}
.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: 5px 0 0 0;
	padding: 0;
	font: inherit;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #dadada;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}
.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;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.jq-selectbox li {
	margin: 0;
	padding: 10px 10px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #dadada;
	color: #000000;
}
.jq-selectbox li:hover {
	background-color: #dc1010;
	color: #ffffff;
}
.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;
}
.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 li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
} 

/* Status select */

.jq-status-select {

}

.jq-status-select .jq-selectbox__select {
	font-size: 18px;
	border-color: transparent;
	background-color: #ffc3bd;
	color: #ff7f72;
}

/*Расчет оборудования*/
.jq-status-select-2 .jq-selectbox__select {
	background-color: #ffe3cc;
	color: #e37513;
}
/*Запрос расчетов оборудования*/
.jq-status-select-3 .jq-selectbox__select {
	background-color: #ffe3cc;
	color: #e37513;
}
/*Согласование расчета оборудования*/
.jq-status-select-4 .jq-selectbox__select {
	background-color: #ffe3cc;
	color: #e37513;
}
/*Расчет монтажа*/
.jq-status-select-8 .jq-selectbox__select  {
	background-color: #ffecce;
	color: #e37513;
}
/*Запрос расчета монтажа*/
.jq-status-select-19 .jq-selectbox__select {
	background-color: #ffecce;
	color: #e37513;
}
/*Согласование инсталлятора*/
.jq-status-select-21 .jq-selectbox__select {
	background-color: #ffecce;
	color: #e37513;
}
/*Монтаж*/
.jq-status-select-22 .jq-selectbox__select {
	background-color: #fff6d1;
	color: #e8ae11;
}
/*Согласование*/
.jq-status-select-23 .jq-selectbox__select {
	background-color: #ddfdd1;
	color: #0f9301;
}
/*Выполнен*/
.jq-status-select-24 .jq-selectbox__select {
	background-color: #15d501;
	color: #ffffff;
}

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;
	-moz-appearance: none;
	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:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover: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: 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.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.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:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler: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:/local/templates/template.main/css/global/global.css?17137671513663*/
/* global.css
 * глобальные стили
 *
 */

* { 
	outline: none; 
	box-sizing: border-box;
}

body, html { 
	margin: 0; 
	padding: 0;
	border: none;
}

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: #ffffff;
	color: #000000;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

table, td, th { 
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

img { 
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}

.g-clean {
	clear: both;
	font-size:0;
  	overflow: hidden;
}

.g-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.g-nobr {
	white-space: nowrap;
}

.g-menu ul, .g-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

button.g-half-link {
	border: none;
	background-color: transparent;
	padding: 0;
}
.g-half-link {
	cursor: pointer;
	text-decoration: none !important;
	color: inherit;
	border-bottom-color: inherit;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}

.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}

.g-ico {
	background-image: url("/local/templates/template.main/css/global/../../img/ico-map.png");
	background-repeat: no-repeat;
}

.g-button, input[name="BuyButton"] {
	display: inline-block;
	margin: 0;
	/*padding: 10px 19px 12px;*/
	padding: 6px 18px 10px;
	/*font: 400 18px/1 "Segoe UI", "Arial", sans-serif;*/
	font: 400 18px/1.25;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none !important;
	background: #dc1010;
	border: none;
	border-radius: 6px;
	color: #fff !important;
	cursor: pointer;
}
@media (min-width: 760px) {
	.g-button {
		padding: 10px 19px 12px;
		font-size: 18px;
	}
}
.g-button--add {
	position: relative;
	padding-right: 54px;
}

.g-button--add::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 21px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.6 33.6'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M33.6,16h-16V0H16V16H0v1.6H16v16h1.6v-16h16Zm0,0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.g-button--small {
	font-size: 16px;
	padding: 8px 10px 10px;
}

.g-button--disabled {
	opacity: .5;
	pointer-events: none;
	cursor: not-allowed;
}

.accent-color {
	color: #dc1010;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden;
}

/* Стилизация ajax лоадера */
body > div[id^="wait_"] {
	position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    border: none !important;
    overflow: hidden !important;
    background: #000 url("/local/templates/template.main/css/global/../../img/loading.gif") no-repeat 50% 50% !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background-position: center !important;
    width: 80px !important;
    height: 80px !important;
    margin-left: -40px !important;
    margin-top: -40px !important;
    font-size: 0 !important;
    text-indent: -9000px !important;
    opacity: .8 !important;
}
/* End */


/* Start:/local/templates/setahub/css/global/global.css?171376714815650*/
/* global.css
 * глобальные стили
 *
 * @since 2020-03-23
 */

* { 
	outline: none; 
	box-sizing: border-box;
}

body, html { 
	margin: 0; 
	padding: 0;
	border: none;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: #ffffff;
	color: var(--site-default-color);
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

table, td, th { 
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

img { 
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}

.g-clean {
	clear: both;
	font-size:0;
  	overflow: hidden;
}

.g-opacity-0 {
	opacity: 0;
}

.g-visibility-hidden {
	visibility: hidden;
}

.g-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.g-nobr {
	white-space: nowrap;
}

.g-menu ul, .g-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}



/*
	Кнопки и ссылки
*/


button.g-half-link {
	appearance: none;
	border-top: none;
	border-right: none;
	border-left: none;
	background: transparent;
	padding: 0;
	font: inherit;
	cursor: pointer;
}
button.g-half-link,
button.g-half-link:visited {
	color: #5d5d5d;
}
button.g-half-link:hover,
button.g-half-link:focus,
button.g-half-link:active {
	color: #dc1010;
}

.g-half-link, .g-half-link:visited,
.g-half-link:active, .g-half-link:focus, .g-half-link:active {
	text-decoration: none !important;
}
.g-half-link, .g-half-link:visited {
	color: #5D5D5D;
}
.g-half-link {
	/*cursor: pointer;*/
	/*text-decoration: none !important;*/
	border-bottom-color: #dc1010;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.g-btn--borderless {
	background: none;
	border: none;
	border-radius: 0;
}


/**
 * @deprecated Использование семантически ничего не значащих стилей – плохая практика
 */
.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}

.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}



/*
	Иконки и спрайты
*/


.g-ico {
	background-image: url("/local/templates/setahub/css/global/../../img/ico-map.png");
	background-repeat: no-repeat;
}
.g-ico--pencil,
.g-ico--edit {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.68 75.84' fill='%23dc1010'%3E%3Cg%3E%3Cg%3E%3Cpath d='M.08,56.88,0,72.48a3.39,3.39,0,0,0,1,2.4,3.2,3.2,0,0,0,2.32,1l15.52-.08a3.21,3.21,0,0,0,2.32-1l53.6-53.6a3.38,3.38,0,0,0,0-4.72L59.36,1a3.38,3.38,0,0,0-4.72,0L43.92,11.76,1,54.56a3.57,3.57,0,0,0-1,2.32ZM57,8l10.8,10.8-6.08,6.08L51,14.08ZM6.72,58.32,46.24,18.8,57,29.6,17.52,69l-10.88.08Zm0,0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}
.g-ico--pencil.g-ico--white,
.g-ico--edit.g-ico--white {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.68 75.84' fill='%23ffffff'%3E%3Cg%3E%3Cg%3E%3Cpath d='M.08,56.88,0,72.48a3.39,3.39,0,0,0,1,2.4,3.2,3.2,0,0,0,2.32,1l15.52-.08a3.21,3.21,0,0,0,2.32-1l53.6-53.6a3.38,3.38,0,0,0,0-4.72L59.36,1a3.38,3.38,0,0,0-4.72,0L43.92,11.76,1,54.56a3.57,3.57,0,0,0-1,2.32ZM57,8l10.8,10.8-6.08,6.08L51,14.08ZM6.72,58.32,46.24,18.8,57,29.6,17.52,69l-10.88.08Zm0,0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* иконка удаление */

.g-ico--del {
	position: relative;

	display: block;
	width: 20px;
	height: 20px;
	padding: 0 !important;

	font-size: 0 !important;

	cursor: pointer;
}

.g-ico--del:hover:before,
.g-ico--del:hover:after {
    background: #dc1010;
}

.g-ico--del:before,
.g-ico--del:after {
	content: '';

	position: absolute;
	top: 50%;
	left: 0;

	width: 16px;
	height: 1px;

	background: #808080;
}

.g-ico--del:before {
	transform: translateY(-50%) rotate(45deg);
}

.g-ico--del:after {
	transform: translateY(-50%) rotate(-45deg);
}

.g-ico--del:before,
.g-ico--del:after {
	left: 50%;
	margin-left: -8px;
}










/*
	Кнопки
*/


[role="button"] {
	cursor: pointer;
}
[role="button"][data-disabled],
button[disabled],
input[type="button"][disabled] {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .5;
}
.g-button, input[name="BuyButton"] {
	display: inline-block;
	margin: 0;
	padding: 15px 35px;
	font: normal 14px/1.25 var(--site-font-family);
	font-weight: 500;
	text-align: center;
	text-decoration: none !important;
	background: var(--site-accent-color);
	border: none;
	border-radius: 6px;
	color: #fff !important;
	cursor: pointer;
	transition: background-color 0.2s;
}
.g-button:hover, .g-button:focus {
	background-color: var(--site-accent-color--hover);
}
/* .g-button:active {
	box-shadow: inset 1.5px 1.5px 3px rgba(0,0,0,.25);
} */
.g-button.cancel {
	padding: 14px 35px;
	background: var(--site-grey-color);
	border: 1px solid var(--site-border-color);
	color: var(--site-default-color) !important;
}
@media (min-width: 760px) {
	/* .g-button {
		padding: 8px 18px 10px;
		font-size: 18px;
		line-height: 1.2222;
	} */
	.g-button--ghost {
		padding: 14px 35px;
	}
}
.g-button--ghost {
	display: inline-block;
	background: transparent;
	border: 1px solid var(--site-accent-color);
	color: var(--site-default-color) !important;
	border-radius: 6px;
	font: normal 14px/1.25 var(--site-font-family);
	font-weight: 500;
	cursor: pointer;
}
.g-button--ghost:hover, .g-button--ghost:focus {
	color: var(--site-accent-color) !important;
}
.g-button--ghost-edit {
	display: inline-flex;
	align-items: center;
}
.g-button--ghost-edit svg {
	margin-left: 10px;
}

.g-button--add {
	position: relative;
	padding: 17px 35px 17px 69px;
	font-size: 16px;
		font-weight: 500;
}
.g-button--add:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 40px;
	right: 11px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 6V0H8V6H14V8H8V14H6V8H0V6H6Z' fill='white'/%3e%3c/svg%3e");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.g-button--small {
	padding: 8px 18px 7px;
}
.g-button--documents {
	display: flex;
	align-items: center;
	background: var(--site-light-color);
	color: var(--site-default-color) !important;
	text-align: left;
	padding: 21px;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
}
.g-button--documents:hover,
.g-button--documents:active,
.g-button--documents:focus {
	background-color: var(--site-accent-color);
	color: var(--site-light-color) !important;
	box-shadow: none;
}
.g-button--documents:hover .icon svg,
.g-button--documents:active .icon svg,
.g-button--documents:focus .icon svg {
	fill: var(--site-light-color);
}

.g-button--disabled {
	opacity: .5;
	cursor: not-allowed;
}

/*checkbox*/

.g-custom-checkbox {
	margin-top: 9px;
}

.g-custom-checkbox__checkbox {
	display: none;
}

.g-custom-checkbox__text {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}

.g-custom-checkbox__text::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid var(--site-grey-color--dark);
	border-radius: 4px;
	background: #ffffff;
	box-sizing: border-box;
}

.g-custom-checkbox__checkbox:checked + .g-custom-checkbox__text::before {
	padding: 3px;
	background: var(--site-accent-color);
	background-clip: content-box;
}

.g-custom-checkbox--big .g-custom-checkbox__text {
	padding-left: 40px;
}

.g-custom-checkbox--big .g-custom-checkbox__text::before {
	top: 0;
	width: 25px;
	height: 25px;
	padding: 6px;
}

.g-checkbox input[type="checkbox"],.g-radio input[type="radio"] {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.g-checkbox input[type="checkbox"] + *,.g-radio input[type="radio"] + * {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    cursor: pointer
}

.g-checkbox input[type="checkbox"] + *::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-color: var(--site-light-color);
    border: 2px solid var(--site-grey-color--dark)
}

.g-radio input[type="radio"] + *::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background-color: var(--site-light-color);
    border: 2px solid var(--site-light-color);
    box-shadow: 0 0 0 2px var(--site-grey-color--dark)
}

.g-checkbox input[type="checkbox"] + *:before {
    border-radius: 4px
}
.g-checkbox label {
	min-width: 18px;
	min-height: 18px;
}

.g-radio input[type="radio"] + *:before {
    border-radius: 50%
}

.g-checkbox input[type="checkbox"]:checked+*::before {
    border-color: var(--site-accent-color)
}

.g-checkbox-black input[type="checkbox"]:checked+*::before {
    border-color: var(--site-default-color)
}

.g-radio input[type="radio"]:checked+*::before {
    box-shadow: 0 0 0 2px var(--site-accent-color)
}

.g-checkbox input[type="checkbox"]:checked+*::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 12px;
	height: 12px;
	background-color: var(--site-accent-color);
	border-radius: 2px;
}

.g-checkbox-black input[type="checkbox"]:checked+*::after {
	background-color: var(--site-default-color);
}

.g-checkbox input[type="checkbox"]:checked:disabled+*::before,
.g-checkbox input[type="checkbox"]:disabled:not(:checked)+* {
	display: none;
}
.g-checkbox input[type="checkbox"]:checked:disabled+*::after {
	background-color: var(--site-disabled-color);
}


/*radio*/
.g-radio__radio {
	display: none;
}

.g-radio__text {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}

.g-radio__text:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}

.g-radio__radio:checked + .g-radio__text::before {
	padding: 4px;
	background: #dc1010;
	background-clip: content-box;
}




.accent-color {
	color: #dc1010;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden;
}

.lock {
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: baseline;
}
.lock--half path {
	stroke: #808080;
}

/* select */
.jq-selectbox__select {
	padding-right: 40px;
}
.jq-selectbox__select:active {
	box-shadow: none;
}
.jq-selectbox__dropdown {
	padding: 10px 0;
	border-color: var(--site-grey-color--dark);
}
.jq-selectbox li {
	padding: 10px 20px;
}
.jq-selectbox li.selected {
	background-color: transparent;
	color: var(--site-accent-color);
}


/* Стилизация ajax лоадера */
body > div[id^="wait_"] {
	position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    border: none !important;
    overflow: hidden !important;
    background: #000 url("/local/templates/setahub/css/global/../../img/loading.gif") no-repeat 50% 50% !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background-position: center !important;
    width: 80px !important;
    height: 80px !important;
    margin-left: -40px !important;
    margin-top: -40px !important;
    font-size: 0 !important;
    text-indent: -9000px !important;
    opacity: .8 !important;
}

.fadeOut {
	opacity: 0;
	transition: opacity 0.2s;
}

/* стили слайдера */
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-nav {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	margin-left: -10px;
}
.swiper-nav .swiper-nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-color: var(--site-default-color);
	border-radius: 100%;
}
.swiper-nav .swiper-nav-btn svg,
.swiper-nav .swiper-nav-btn svg path {
	fill: var(--site-light-color);
}
.swiper-nav .swiper-nav-btn.swiper-button-disabled svg {
	fill: var(--site-text-grey-color);
}
/* уведомления */
.g-notice {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: var(--site-accent-color);
}

.g-fixed {
    overflow: hidden;
}


/* окно подтверждения дейсвтий (удаление в корзину, удаление всех заказов, восстановление из корзины)-> */ 

.blockConfirmation {text-align: center;
    position: absolute;
    top: 10%;
    z-index: 2;
    background: white;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 13%);
	box-shadow: 0px 0px 38px rgb(23 51 44 / 28%);
    padding: 22px 40px 32px 20px;
    left: 30%;
	display:none;
}
.blockConfirmation h1 {font-size: 24px;}
.confirm-show {display:block!important}
.closeBlockConfirmation:after,.closeBlockConfirmation:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin-left: -8px;
    background: #808080;
}	
.closeBlockConfirmation:after {	
	transform: rotate(-45deg);
}
.closeBlockConfirmation:before {
	transform: rotate(45deg);
}
.closeBlockConfirmation {padding:10px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
}

.blockConfirmationDeleteAllOrders {top:35%;display:none;}
/* <- */

.g-hidden {
    display: none !important;
}

.g-tooltip--holder {
	position: relative;
}
.g-tooltip {
	position: absolute;
	top: calc(100% + 11px);
	right: 0;
	width: max-content;
	padding: 10px 15px;
	background-color: var(--site-light-color);
	border: 1px solid var(--site-border-color);
	border-radius: 6px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	color: var(--site-default-color);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	user-select: none;
	transition: opacity 0.2s;
}
.g-tooltip::before {
	content: "";
	position: absolute; 
	top: -12px;
	right: 15px;
	display: inline-block;
	width: 15px;
	height: 12px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.5 11.5V1.04031L-1.57461 11.5H11.5Z' fill='white' stroke='%23E5E7E8'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-size: 15px 12px;
}
.g-tooltip--ico:hover + .g-tooltip {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	user-select: auto;
}

.no-user-select {
	user-select: none;
	pointer-events: none;
}
/* End */


/* Start:/local/templates/setahub/css/global/font.css?17137671488485*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */

:root {
	--site-font-family: 'GraphikLCG', "Arial", sans-serif;
	--site-default-color: #2D3235;
	--site-accent-color: #F30000;
	--site-accent-color--hover: #2D3235;
	--site-accent-dark-color: #D90810;
	--site-grey-color: #F8F8F8;
	--site-grey-color--dark: #939299;
	--site-grey-color--light: #E5E7E8;
	--site-text-grey-color: #939299;
	--site-light-color: #fff;
	--site-border-color: #E5E7E8;
	--site-disabled-color: #E5E7E8;

	--site-header-height: 80px;
	--site-left-menu-width: 64px;
}

/* старые щрифты START */
@font-face{
	font-family: 'Segoe UI';
    src: url("/local/templates/setahub/css/global/../../font/segoe-ui/segoe-ui-normal.woff2") format("woff2"),
         url("/local/templates/setahub/css/global/../../font/segoe-ui/segoe-ui-normal.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'Segoe UI';
	src: url("/local/templates/setahub/css/global/../../font/segoe-ui/segoe-ui-semibold.woff2") format("woff2"),
         url("/local/templates/setahub/css/global/../../font/segoe-ui/segoe-ui-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
/* старые щрифты END */
@font-face{
	font-family: 'GraphikLCG';
    src: url("/local/templates/setahub/css/global/../../font/graphikLCG/GraphikLCG-Regular.woff2") format("woff2"),
         url("/local/templates/setahub/css/global/../../font/graphikLCG/GraphikLCG-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'GraphikLCG';
    src: url("/local/templates/setahub/css/global/../../font/graphikLCG/GraphikLCG-Medium.woff2") format("woff2"),
         url("/local/templates/setahub/css/global/../../font/graphikLCG/GraphikLCG-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

body {
	font: 14px/1.25 var(--site-font-family);
}

a, a:visited { 
	color: black;
	text-decoration: underline;
	transition-property: color;
	/*transition-duration: 0.25s;*/
	transition-duration: 0.15s;
}

a:hover, a:active {
	color: var(--site-accent-color);
	text-decoration: underline;
}

.b-decorated-link,
.b-decorated-link:visited {
	padding: 0;
	font: inherit;
	text-decoration: none;
	background: none;
	border: none;
	box-shadow: none;
	/*color: #5d5d5d;*/
	color: #5d5d5d;
	cursor: pointer;
	transition-property: color;
	transition-duration: 0.25s;
}

.b-decorated-link:hover,
.b-decorated-link:active {
	text-decoration: none;
	color: #dc1010;
}

.b-decorated-link span,
.b-decorated-link:visited span {
	border-bottom: 1px solid rgba(220, 16, 16, .5);
	color: inherit;
	transition-property: border-bottom;
	transition-duration: inherit;
}

.b-decorated-link:hover span,
.b-decorated-link:active span {
	border-bottom-color: #dc1010;
}

.b-decorated-link--comment {
	position: relative;
	padding-left: 27px;
}

/* .b-decorated-link--comment::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.6 25.6' fill='%23dc1010'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.8,13.6h-8a.8.8,0,1,0,0,1.6h8a.8.8,0,1,0,0-1.6Zm1.6-4.8H7.2a.8.8,0,1,0,0,1.6H18.4a.8.8,0,1,0,0-1.6ZM12.8,0C5.73,0,0,5,0,11.2a10.71,10.71,0,0,0,4.8,8.73V25.6l5.6-3.4a15.05,15.05,0,0,0,2.4.2c7.07,0,12.8-5,12.8-11.2S19.87,0,12.8,0Zm0,20.8a13.06,13.06,0,0,1-2.7-.29L6.33,22.77l.05-3.71A9.27,9.27,0,0,1,1.6,11.2c0-5.3,5-9.6,11.2-9.6S24,5.9,24,11.2s-5,9.6-11.2,9.6Zm0,0' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
} */

.b-decorated-link--edit {
	position: relative;
	padding-left: 25px;
}

/* .b-decorated-link--edit::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.68 75.84' fill='%23dc1010'%3E%3Cg%3E%3Cg%3E%3Cpath d='M.08,56.88,0,72.48a3.39,3.39,0,0,0,1,2.4,3.2,3.2,0,0,0,2.32,1l15.52-.08a3.21,3.21,0,0,0,2.32-1l53.6-53.6a3.38,3.38,0,0,0,0-4.72L59.36,1a3.38,3.38,0,0,0-4.72,0L43.92,11.76,1,54.56a3.57,3.57,0,0,0-1,2.32ZM57,8l10.8,10.8-6.08,6.08L51,14.08ZM6.72,58.32,46.24,18.8,57,29.6,17.52,69l-10.88.08Zm0,0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
} */

.b-decorated-link--delete {
	position: relative;
	padding-left: 25px;
}

.b-decorated-link--delete::before{
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 14px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 368.6 512' fill='%23dc1010'%3E%3Cg%3E%3Cg%3E%3Cpath d='M368.6,58h-112V0H112V58H0V172H20.22V512H348.38V172H368.6ZM142,30h84.67V58H142V30ZM30,88H338.6v54H30ZM318.38,482H50.22V172H318.38V482Z'/%3E%3Crect x='97.3' y='235' width='30' height='184'/%3E%3Crect x='169.3' y='235' width='30' height='184'/%3E%3Crect x='241.3' y='235' width='30' height='184'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0.4em 0;
	padding: 0;
	font-weight: normal;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 18px;
}

h4, .h4 {
	font-size: 18px;
}

h5, h6, .h5, .h6 {
	font-size: 16px;
}
.b-page-title h1 {
	position: relative;
}
.b-page-title h1 .notice-icon {
	position: absolute;
	right: -18px;
	top: 8px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.00001 17.3333C4.39751 17.3333 0.666672 13.6025 0.666672 8.99999C0.666672 4.39749 4.39751 0.666656 9.00001 0.666656C13.6025 0.666656 17.3333 4.39749 17.3333 8.99999C17.3333 13.6025 13.6025 17.3333 9.00001 17.3333ZM9.00001 15.6667C10.7681 15.6667 12.4638 14.9643 13.7141 13.714C14.9643 12.4638 15.6667 10.7681 15.6667 8.99999C15.6667 7.23188 14.9643 5.53619 13.7141 4.28594C12.4638 3.0357 10.7681 2.33332 9.00001 2.33332C7.2319 2.33332 5.5362 3.0357 4.28596 4.28594C3.03572 5.53619 2.33334 7.23188 2.33334 8.99999C2.33334 10.7681 3.03572 12.4638 4.28596 13.714C5.5362 14.9643 7.2319 15.6667 9.00001 15.6667ZM8.16667 11.5H9.83334V13.1667H8.16667V11.5ZM9.83334 10.1292V10.6667H8.16667V9.41666C8.16667 9.19564 8.25447 8.98368 8.41075 8.8274C8.56703 8.67112 8.77899 8.58332 9.00001 8.58332C9.23674 8.58331 9.4686 8.51607 9.66861 8.38943C9.86862 8.26279 10.0286 8.08196 10.1298 7.86798C10.2311 7.65399 10.2695 7.41565 10.2406 7.18069C10.2117 6.94573 10.1166 6.72381 9.96653 6.54075C9.81643 6.35769 9.61743 6.22101 9.39269 6.14663C9.16795 6.07225 8.9267 6.06321 8.69703 6.12058C8.46735 6.17794 8.25869 6.29935 8.09531 6.47067C7.93194 6.64199 7.82057 6.85618 7.77417 7.08832L6.13917 6.76082C6.24053 6.25423 6.4746 5.78363 6.81744 5.39715C7.16028 5.01066 7.5996 4.72214 8.0905 4.56109C8.58139 4.40004 9.10624 4.37223 9.61141 4.4805C10.1166 4.58878 10.5839 4.82925 10.9657 5.17734C11.3475 5.52544 11.6299 5.96866 11.7843 6.46171C11.9386 6.95476 11.9592 7.47994 11.8441 7.98358C11.7289 8.48722 11.4821 8.95124 11.1288 9.32821C10.7755 9.70518 10.3285 9.98158 9.83334 10.1292Z' fill='%23939299'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
	z-index: 20;
}
.b-page-title h1 .title__info {
	position: absolute;
	top: calc(100% + 15px);
	left: -7px;
	width: auto;
	width: 460px;
	padding: 20px;
	font-size: 16px;
	line-height: 1;
	background: var(--site-light-color);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	transition-property: all;
	transition-duration: .13s;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.b-page-title h1 .notice-icon:hover .title__info {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
p {
	margin: 0 0 15px;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol, li {
	margin: 0.8em 0;
}

strong, b {
	font-weight: 600;
}
button {
	font-family: var(--site-font-family);
}
@media (min-width: 1200px) {
	body {
		font-size: 16px;
	}
	h1, .h1 {
		font-size: 36px;
	}

	/*h2, .h2 {
		font-size: 24px;
	}
	*/
	h3, .h3 {
		font-size: 20px;
	}
	/*
	h4, .h4 {
		font-size: 18px;
	}

	h5, h6, .h5, .h6 {
		font-size: 16x;
	}*/
}
/* End */


/* Start:/local/templates/template.main/css/layout/holster.css?1713767151546*/
/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */

.l-page {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	/*min-width: 1358px;*/
	min-width: 1200px;
}
	
.l-wrapper {
	width: 1200px;
	margin: 0 auto 0 360px;
	margin: 0 auto;
	padding: 0 18px;
}

.l-page__header {
	margin-bottom: 33px;
}

.l-page__content {
	position: relative;
	z-index: 1;
	flex-grow: 1;
	margin-bottom: 75px;
}

.l-page__footer {
	position: relative;
	z-index: 2;
	margin-top: auto;
}
/* End */


/* Start:/local/templates/template.main/css/layout/blocks.css?17137671516708*/
/* blocks.css
 * Стили блоков сайта, основной рабочий файл
 *
 */


.b-header {
	padding: 23px 0;
	background-color: #fafafa;
}

.b-header__wrapper {
	display: flex;
	align-items: center;
}

.b-header__logo {
	width: 203px;
	height: 39px;
	margin-right: 27px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.b-header__logo {
		margin-left: calc((1200px - 100vw) / 2 + 90px + 10px);
	}
}

.b-header__slogan {
	max-width: 166px;
	margin-right: auto;
	font-size: 15px;
}

.b-header__user {
	font-size: 18px;
}

/*personal menu*/

.b-personal-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 360px;
	transform: translateX(-360px);

	transition-property: transform;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
}

#bx-panel                 ~ .l-page .b-personal-menu {
	top: 147px;
}

#bx-panel.bx-panel-folded ~ .l-page .b-personal-menu {
	top: 39px;
}

.b-personal-menu__hamburger {
	position: absolute;
	/*left: -10px;*/
	/*left: -10px;*/
	top: 0;
	right: -90px;
	width: 90px;
	height: 85px;
	/*margin: 0 10px 0 0;*/
	padding: 0;
	background: #dc1010;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.b-personal-menu__hamburger span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -17px;
	width: 34px;
	height: 2px;
	background: #ffffff;

	transition-property: background;
	transition-duration: 0.25s;
	transition-delay: 0.5s;
}

.b-personal-menu__hamburger span::before,
.b-personal-menu__hamburger span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.b-personal-menu__hamburger span::before {
	top: -13px;
	transition-property: top, transform;
	transition-duration: 0.25s, 0.25s;
	transition-delay: 0.25s, 0s;
}

.b-personal-menu__hamburger span::after {
	bottom: -13px;
	transition-property: bottom, transform;
	transition-duration: 0.25s, 0.25s;
	transition-delay: 0.25s, 0s;
}

.has-open-menu .b-personal-menu {
	transform: translateX(0);
	transition-delay: 0s;
}

.has-open-menu .b-personal-menu__hamburger span {
	background: transparent;

	transition-property: background;
	transition-duration: 0.25s;
	transition-delay: 0.5s;
}

.has-open-menu .b-personal-menu__hamburger span::before {
	top: 0;
	transform: rotate(45deg);
	transition-property: top, transform;
	transition-duration: 0.25s, 0.25s;
	transition-delay: 0.75s, 1s;
}

.has-open-menu .b-personal-menu__hamburger span::after {
	bottom: 0;
	transform: rotate(-45deg);
	transition-property: bottom, transform;
	transition-duration: 0.25s, 0.25s;
	transition-delay: 0.75s, 1s;
}

.b-personal-menu__holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 192px 0;
	background-color: #2d3235;
	color: #ffffff;
}

.b-personal-menu .ul-deep-1 {
	margin: 0;
	padding: 0 25px 0 65px;
	font-size: 18px;
	list-style: none;
}

.b-personal-menu .li-deep-1 {
	margin: 0 0 21px 0;
	padding: 0;
}

.b-personal-menu .a-deep-1 {
	text-decoration: none;
	color: inherit;
}

.b-personal-menu .a-deep-1:hover,
.b-personal-menu .a-deep-1:active,
.b-personal-menu .a-deep-1.root-active {
	text-decoration: none;
	color: #dc1010;
}
	.b-personal-menu .ul-deep-2 {
		/*display: none;*/
		margin: 0;
		padding: 0 0 0 25px;
		font-size: 16px;
		line-height: 1.2;
		list-style: none;
	}
	.b-personal-menu .li-deep-2 {
		margin: 16px 0 0;
		padding: 0;
	}
	.b-personal-menu .a-deep-2 {
		text-decoration: none;
		color: inherit;
	}
	.b-personal-menu .a-deep-2:hover,
	.b-personal-menu .a-deep-2:active,
	.b-personal-menu .a-deep-2.active {
		text-decoration: none;
		color: #dc1010;
	}


.b-page-title {
	margin-bottom: 35px;
}

.b-page-title h1 {
	margin: 0;
}

.b-footer {
	padding: 23px 0;
	background-color: #24282a;
	color: #ffffff;
}

.b-footer__wrapper {
	display: flex;
	align-items: center;
}

.b-footer__logo {
	width: 157px;
	height: 30px;
	margin-right: auto;
}

.b-footer__contacts {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.b-footer__phone {
	margin-right: 50px;
}

.b-footer__phone a,
.b-footer__email a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	text-decoration: none;
	color: inherit;
}

.b-footer__phone a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 23px;
	height: 23px;
	margin-top: -12px;
	/*background: red;*/
}

.b-footer__email a span {
	border-bottom: 1px solid #dc1010;
}

.b-personal-data {
	font-size: 12px;
	line-height: 18px;
}

.b-personal-data a,
.b-personal-data a:visited {
	text-decoration: underline;
	color: inherit;
}

.b-personal-data a:hover,
.b-personal-data a:active {
	text-decoration: none;
	color: inherit;
}


.b-media-army {
	margin-top: 2px;
	font-size: 15px;
	line-height: 1;
}
.b-media-army a,
.b-media-army a:visited {
	position: relative;
	display: inline-block;
	padding-right: 11px;
	text-decoration: underline;
	color: inherit;
}
.b-media-army a:hover,
.b-media-army a:active {
	text-decoration: underline;
	color: #ee1b24;	
}
.b-media-army-star {
	position: absolute;
	top: -7px;
	right: 0;
	width: 10px;
	height: 10px;
	fill: #ee1b24;
}

/**
 * Сообщения
 */
.alert {
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert--success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert--error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}


.b-header__contacts {
	padding: 5px 0 55px;
	font-size: 18px;
	line-height: 1.2;
}
	.b-header__phone {
		/*margin-bottom: 18px;*/
		margin-right: 3em;
	}
		.b-header__phone a,
		.b-header__email a {
			position: relative;
			display: inline-block;
			padding: 0 0 0 35px;
			text-decoration: none;
			color: inherit;
		}
			.b-header__phone a::before,
			.b-header__email a::before {
				content: "";
				position: absolute;
				top: 50%;
				left: 0;
				background-repeat: no-repeat;
				background-position: center;
				background-size: contain;
			}
			.b-header__phone a::before {
				width: 23px;
				height: 23px;
				margin-top: -11px;
				background-image: url("/local/templates/template.main/css/layout/../../img/icons/phone.svg");
			}
			.b-header__email a::before {
				width: 21px;
				height: 15px;
				margin-top: -7px;
				background-image: url("/local/templates/template.main/css/layout/../../img/icons/mail.svg");
			}
			.b-header__email a span {
				border-bottom: 1px solid #dc1010;
			}

/* End */


/* Start:/local/templates/template.main/css/layout/content.css?1713767151638*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
    vertical-align: top;
}

.b-table {
    margin-right: 2px;
}
    .b-table table {
        border-top: 3px solid #0592d0;
    }
    .b-table th, .b-table td {
        padding: 10px;
        border: 1px solid #d4d4d4;
        text-align: left;
        vertical-align: middle;
        font-size: 13px;
        color: #000;
    }
    .b-table th, .b-table tr:first-child td, .b-table tr:nth-child(odd) {
        background-color: #e5e5e5;
    }
    .b-table .phone {
        width: 120px;
    }
/* End */


/* Start:/local/templates/template.main/../.default/template_styles.css?17137671225763*/
/**
 * Общие стили для персонального раздела и остального сайта
 */


/*--- основное меню ---START-*/

.header-menu {
	margin: 0;
	z-index: 10;/* less than .l-page-footer */
}
@media (max-width: 1199px) {
	.header-menu {
		height: auto !important;
	}
}
.header-menu__wrap {
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 375px;
	padding: 0 35px;
	background-color: #2d3235;
	color: #ffffff;
	overflow: auto;
	visibility: hidden;
	transform: translateX(-100%);
	transition-property: all;
	transition-duration: 0.5s;
	transition-delay: 0s;
}

.header-menu .bx-user-info-thumbnail {
	width: 54px;
	height: 54px;
}

.header-menu .ul-deep-1 {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 18px 0;
	font-size: 20px;
	line-height: 1.2;
	list-style: none;
}
	.header-menu .li-deep-1 {
		position: relative;
		margin: 16px 0;
		padding: 0;
	}
		.header-menu .a-deep-1 {
			text-decoration: none;
			color: inherit;
		}
		.header-menu .a-deep-1:hover,
		.header-menu .a-deep-1:active,
		.header-menu .a-deep-1.root-active {
			text-decoration: none;
			color: #dc1010;
		}
		.header-menu .a-deep-1:not(:only-child) {}
		.header-menu .a-deep-1:not(:only-child):after {
			content: '';
			position: absolute;
			top: 10px;
			right: 0;
			width: 14px;
			height: 8px;
			margin-top: -2px;
			z-index: 1;
			background: transparent center / contain no-repeat;
			background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23dc1010'/%3E%3C/svg%3E%0A");
			transition-property: all;
			transition-duration: inherit;
		}
		.header-menu .rolled .a-deep-1:not(:only-child):after {
			transform: rotate(-180deg);
		}
		.header-menu .ul-deep-2 {
			display: none;
			margin: 0;
			padding: 0 0 0 25px;
			font-size: 16px;
			line-height: 1.2;
			list-style: none;
		}
		.header-menu .li-deep-2 {
			margin: 16px 0 0;
			padding: 0;
		}
		.header-menu .a-deep-2 {
			text-decoration: none;
			color: inherit;
		}
		.header-menu .a-deep-2:hover,
		.header-menu .a-deep-2:active,
		.header-menu .a-deep-2.active {
			text-decoration: none;
			color: #dc1010;
		}

.header-menu .b-header__user {
	padding: 42px 0;
	border-bottom: 1px solid #dc1010;
}


/*--- открытое меню ----*/

@media (max-width: 1199px) {
	.has-open-menu {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
	.has-open-menu .header-menu__wrap {
		visibility: visible;
		transform: translateX(0);
		transition-delay: 0s;
	}
}

#bx-panel ~ .l-page .header-menu {
	top: 147px;
}

#bx-panel.bx-panel-folded ~ .l-page .header-menu {
	top: 39px;
}

@media (min-width: 1200px) {
	.header-menu {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		/*z-index: 10;/* less than .l-page-footer */
		width: 360px;
		visibility: visible;
		transform: translateX(-360px);
		transition-property: transform;
		transition-duration: 0.5s;
		transition-delay: 0.5s;
	}

	.header-menu__wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		max-width: 375px;
		padding: 93px 45px 93px 55px;
		visibility: visible;
		transform: translateX(0);
	}

	.header-menu .b-header__user {
		padding: 24px 0;
		border-bottom: 1px solid #dc1010;
	}

	.header-menu .ul-deep-1 {
		padding: 23px 0;
		font-size: 18px;
	}

	.header-menu .li-deep-1 {
		margin: 12px 0;
	}

	.has-open-menu {
		position: static !important;
		width: 100%;
		height: auto;
	}

	.has-open-menu .header-menu {
		transform: translateX(0);
		transition-delay: .3s;
	}
}

/*--- "гамбургер" в меню ---*/
.hamburger {
	position: absolute;
	left: 0;
	width: 80px;
	height: 70px;
	padding: 0;
	background: #dc1010;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.hamburger__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 2px;
	margin-top: -1px;
	margin-left: -14px;
	background: #fff;
}

.hamburger__inner:before,
.hamburger__inner:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.hamburger__inner:before {
	top: -11px;
}
.hamburger__inner:after {
	bottom: -11px;
}

.hamburger--squeeze .hamburger__inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: 75ms;
}
.hamburger--squeeze .hamburger__inner:before {
	transition: top 75ms ease .12s,
				opacity 75ms ease;
}
.hamburger--squeeze .hamburger__inner:after {
	transition: bottom 75ms ease .12s,
				transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.has-open-menu .hamburger--squeeze .hamburger__inner {
	width: 37.6px;
	margin-left: -19px;
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(45deg);
}
.has-open-menu .hamburger--squeeze .hamburger__inner:before {
	top: 0;
	transition: top 75ms ease,
				opacity 75ms ease .12s;
	opacity: 0;
}
.has-open-menu .hamburger--squeeze .hamburger__inner:after {
	bottom: 0;
	transition: bottom 75ms ease,
				transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg);
}

.alert {
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
}
.alert--success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert--warning {
    color: #000;
    background-color: #fffed0;
    border-color: #f7f6cc;
}
.alert--error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}



@media (min-width: 1200px) {
	.header-menu__hamburger {
		position: absolute;
		right: -90px;
		left: auto;
		width: 90px;
		height: 85px;
	}
}
/*--- основное меню ---END-*/

/* End */


/* Start:/bitrix/components/ma/site.settings/fancybox3/jquery.fancybox.min.css?153492145913737*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif} .fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0} .fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/.default/components/ma/site.settings/setahub/style.css?17137671595057*/
.arcticmodal-overlay {
	opacity: 0.25 !important;
}

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { margin: 0; padding: 0; border: 0; border-collapse: collapse; overflow: auto; -webkit-overflow-scrolling: touch;}
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url('/local/templates/.default/components/ma/site.settings/setahub/img/loading.gif') no-repeat 50% 50%; opacity: .8;}

.m-box-modal {
	position: relative;
	max-width: 700px;
	background-color: #FFF;
	border-radius: 10px;
	color: #2D3235;
	box-shadow: 2px 2px 2px rgba(0,0,0,.125);
}
	.m-box-modal .arcticmodal-close,
	.m-box-modal .box-modal_close {
		position: absolute;
		top: 4px;
		right: 0;
		width: 40px;
		height: 40px;
		text-indent: -1000px;
		background: transparent;
		border: none;
		color: #000;
		cursor: pointer;
		overflow: hidden;
	}

	.m-box-modal .box-modal_close:before,
	.m-box-modal .box-modal_close:after,
	.m-box-modal .arcticmodal-close:before,
	.m-box-modal .arcticmodal-close:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 16px;
		height: 1px;
		margin-left: -8px;
		background: #808080;
	}

	.m-box-modal .box-modal_close:before,
	.m-box-modal .arcticmodal-close:before {
		transform: rotate(45deg);
	}

	.m-box-modal .box-modal_close:after,
	.m-box-modal .arcticmodal-close:after {
		transform: rotate(-45deg);
	}

	 .m-box-modal .b-mod-title {
		padding: 22px 40px 12px 20px;
	}
		.m-box-modal .b-mod-title h1 {
			margin: 0;
			padding: 0;
			font-size: 24px;
			line-height: 1;
			letter-spacing: 0;
		}

	#change-creator .b-mod-title h1 {
		position: relative;
		margin-left: 10px;
		padding-left: 40px;
	}
	
	#change-creator .b-mod-title h1::before {
		content: "K";
		position: absolute;
		top: 50%;
		left: -2px;
		width: 30px;
		/* height: 23px; */
		margin-top: -7px;
		text-align: center;
		font-weight: 600;
		font-size: 14px;
		line-height: 30px;
		display: block;
		background: #dc1010;
		border-radius: 50%;
		color: #ffffff;
	}
		
	.m-box-modal .b-content-ajax {
		padding: 0 20px 20px;
	}


.b-up_button {
	position: fixed;
	right: 30px;
	bottom: 50px;
	display: none;
	width: 39px;
	height: 40px;
	z-index: 100;
}

.b-up_button span {
	display: block;
	height: 100%;
	background: url('/local/templates/.default/components/ma/site.settings/setahub/img/up.jpg') no-repeat 0px 0px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/*Radio button*/

.ma_custom_radio_button {
	padding: 0px 0px 0px 20px;
	position: relative;
	background: url('/local/templates/.default/components/ma/site.settings/setahub/img/button.png') no-repeat 0px 2px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
	display: inline;
	zoom: 1;
}

*html .ma_custom_radio_button {
	display: inline;
	zoom: 1;
}

.ma_custom_radio_button.checked {
	background-position: 0px -33px;
}

	.ma_custom_radio_button input {
		opacity: 0;
		filter: alpha(opacity=0);
		position: absolute;
		top: 0px;
		left: 0px;
		cursor: pointer;
	}
	
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
	color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
	color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
	padding: 0px 0px 0px 22px;
	position: relative;
	background: url('/local/templates/.default/components/ma/site.settings/setahub/img/checkbox.png') no-repeat 0px 0px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
	display: inline;
	zoom: 1;
}

*html .ma_custom_checkbox_button {
	display: inline;
	zoom: 1;
}

.ma_custom_checkbox_button.checked {
	background-position: 0px -100px;
}

	.ma_custom_checkbox_button input {
		opacity: 0;
		filter: alpha(opacity=0);
		position: absolute;
		top: 0px;
		left: 0px;
		cursor: pointer;
	}

[data-id="popupModal"].arcticmodal-container {
	width: 100%;
	height: 100%;
	max-height: 100vh;
}
[data-id="popupModal"].arcticmodal-container {
	left: auto;
	right: 0;
	overflow: hidden;
}
[data-id="popupModal"] .arcticmodal-container_i2 {
	padding: 0;
}
[data-id="popupModal"] .m-box-modal {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1240px;
	padding: 0;
	background-color: transparent;
	transform: translateX(100%); 
	transition: transform 0.5s;
	border-radius: 0;
	overflow: hidden;
}
[data-id="popupModal"] .m-box-modal_holder {
	padding: 36px 0 20px;
	margin-left: 40px;
	overflow-y: auto;
	height: 100%;
	background: #fff;
}
[data-id="popupModal"] .m-box-modal .arcticmodal-close,
[data-id="popupModal"] .m-box-modal .box-modal_close {
	top: 0;
	left: 0;
	right: auto;
	background-color: #fff;
}
/* End */
/* /bitrix/components/ma/setahub.form/templates/add-user/style.css?17201613881300 */
/* /local/templates/template.main/css/lib/jquery.formstyler.css?17137671512175 */
/* /local/templates/template.main/css/lib/jquery.formstyler.theme.css?171376715112061 */
/* /local/templates/template.main/css/global/global.css?17137671513663 */
/* /local/templates/setahub/css/global/global.css?171376714815650 */
/* /local/templates/setahub/css/global/font.css?17137671488485 */
/* /local/templates/template.main/css/layout/holster.css?1713767151546 */
/* /local/templates/template.main/css/layout/blocks.css?17137671516708 */
/* /local/templates/template.main/css/layout/content.css?1713767151638 */
/* /local/templates/template.main/../.default/template_styles.css?17137671225763 */
/* /bitrix/components/ma/site.settings/fancybox3/jquery.fancybox.min.css?153492145913737 */
/* /local/templates/.default/components/ma/site.settings/setahub/style.css?17137671595057 */
