

/* Start:/local/templates/main/css/jquery.formstyler.css?17742507442175*/
.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/main/css/datepicker.min.css?177502457812257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/main/css/suggestions.min.css?17750242202091*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/local/templates/main/css/style.css?177885817871849*/
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc2dphjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcWdthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTch9thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc2dthjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc69thjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcB9xhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcPtxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcWdxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTccNxhjQ.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	overflow: auto;
	max-height: 500px;
}

.up {
	text-transform: uppercase;
}

.none {
	text-decoration: none;
}

.th {
	font-weight: 100;
}

.el {
	font-weight: 200;
}

.l {
	font-weight: 300;
}

.reg {
	font-weight: 400;
}

.med {
	font-weight: 500;
}

.sb {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.eb {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.un {
	text-decoration: underline;
}

.in {
	display: inline-block;
}

.vam {
	vertical-align: middle;
}

.rel {
	position: relative;
}

.bl {
	display: block;
}

.abs {
	position: absolute;
}

.tr {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.try {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.trx {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.tc {
	display: table-cell;
	vertical-align: middle;
}

.dn {
	display: none;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.taj {
	text-align: justify;
}

.it {
	font-style: italic;
}

.sn {
	font-style: normal;
}

.b0 {
	border: 0;
}

.bn {
	background: none;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.wa {
	width: auto;
}

.p0 {
	padding: 0;
}

.m0 {
	margin: 0;
}

.poi {
	cursor: pointer;
}

.auto {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

.noup {
	text-transform: none;
}

.fix {
	position: fixed;
}

.tn {
	transform: none;
}

.bf {
	background: #fff;
}

.cf {
	color: #FBFBFB;
}

.c0 {
	color: #343A40;
}

.ap {
	appearance: none;
}

.nw {
	white-space: nowrap;
}

.ma {
	margin: 0 auto;
}

.oh {
	overflow: hidden;
}

.pen {
	pointer-events: none;
}

body,
html {
	width: 100%;
	min-height: 100%;
}

body {
	background: #fff;
}

body,
th,
td {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #343A40;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

img,
table {
	border: none;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 0;
}

a {
	color: #343A40;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a:hover {
	text-decoration: none;
}

input,
textarea,
button,
select {
	margin: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 0;
	font-family: "Inter", sans-serif;
	color: #343A40;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
	color: transparent;
}

input[type="datetime-local"]::-webkit-datetime-edit {
	color: transparent;
}

input[type="datetime-local"]:focus::-webkit-datetime-edit,
input[type="datetime-local"]:valid::-webkit-datetime-edit {
	color: inherit;
}

button,
input[type='submit'] {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
	border: 0;
}

ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

.an {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
	display: block;
}

.wrap {
	margin: 0 auto;
	width: 1596px;
}

* {
	outline: none !important;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.login {
	height: 100vh;
	position: relative;
}

.login p {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.login__form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
}

.login__name {
	font-weight: 800;
	font-size: 28px;
	line-height: 34px;
	padding: 17px 20px;
	background: #E9ECEF;
	border-bottom: 1px dashed #FFF3CD;
	border-radius: 6px;
	margin-bottom: 36px;
	text-align: center;
}

.login__input {
	width: 100%;
	height: 48px;
	margin-bottom: 16px;
	border: 1px solid #c0c6cc;
	border-radius: 12px;
	padding: 0 12px;
}

.login__input:valid,
.login__input:focus {
	border: 1px solid #343A40;
}

.message__input {
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid #c0c6cc;
	border-radius: 12px;
	padding: 16px 12px;
}

.message__input:valid,
.login_message__input_input:focus {
	border: 1px solid #343A40;
}

.login .button--silver {
	margin-top: 16px;
}

.login__footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 40px;
	font-size: 14px;
	line-height: 28px;
	color: #ADB5BD;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.login__footer a {
	text-decoration: none;
	color: #ADB5BD;
}

.button {
	width: 100%;
	height: 50px;
	background: #DC3545;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	color: #FBFBFB;
}

.button:hover {
	background: #F8D7DA;
	color: #F1AEB5;
}

.button:disabled {
	background: #F8D7DA;
	color: #F1AEB5;
	cursor: not-allowed;
}

.button--pink {
	background: #F8D7DA;
	color: #F1AEB5;
}

.button--silver {
	background: #CED4DA;
	color: #343A40;
}

.button--silver:hover {
	background: #CED4DA;
	color: #343A40;
}

.button--cancel {
	background: #FFFFFF;
	border: 1px solid #DC3545;
	color: #DC3545;
}

.button--cancel:hover {
	background: #DC3545;
	color: #FFFFFF;
}

.header {
	padding: 12.5px 0;
	background: #032830;
	color: #FBFBFB;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}

.header .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__name {
	padding-left: 28px;
	line-height: 22px;
	background: url('/img/logo.svg') no-repeat left;
	margin-top: 2px;
	color: #FBFBFB;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: -0.03em;
}

.header__user {
	line-height: 26px;
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.header__balance-wrapper {
	position: relative;
	display: inline-block;
}

.header__balance {
	display: inline-block;
	padding: 0 16px 0 32px;
	border-radius: 12px 12px 0 0;
	background: url('/img/rub.svg') no-repeat 12px center;
	font-size: 12px;
	cursor: pointer;
	transition: 0.2s;
	color: #FBFBFB;
	text-decoration: none;
}

.header__balance-wrapper:hover .header__balance {
	background: #FFFFFF url('/img/rub2.svg') no-repeat 12px center;
	color: #212529;
}

.header__balance-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 240px;
	background: #FFFFFF;
	color: #212529;
	border-radius: 12px 0 12px 12px;
	padding: 8px;
	box-shadow: 0 20px 12px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	z-index: 100;
}

.header__balance-divider {
	border: none;
	border-top: 1px solid #E9ECEF;
	margin: 4px 10px;
}

.header__balance-wrapper:hover .header__balance-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header__balance-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	padding: 8px 10px;
	border-radius: 8px;
	
	transition: 0.2s;
}

.header__balance-item:hover {
	background: #F1F3F5;
}

.header__balance-contract {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.header__balance-date {
	font-size: 10px;
	color: #6C757D;
	line-height: 1;
	white-space: nowrap;
}

.header__balance-item-right {
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	line-height: 24px;
}

.header__balance-note {
	padding: 8px 10px;
	font-size: 11px;
	line-height: 1.2;
	color: #6C757D;
}

.header__mail {
	display: inline-block;
	text-decoration: none;
	color: #FBFBFB;
	padding: 0 16px 0 36px;
	background: #6c757d url('/img/mail.svg') no-repeat 16px 50%;
	border-radius: 8px;
}

.header__mail span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 50%;
	background: #DC3545;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
	margin-top: -2px;
	margin-left: 2px;
	box-sizing: border-box;
}

.header__company {
	display: inline-block;
	padding-left: 14px;
	background: url('/img/company.svg') no-repeat left;
	font-size: 12px;
	color: #FBFBFB;
	text-decoration: none;
}

.breadcrumbs {
	padding: 68px 0 16px 0;
	margin-bottom: 7px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #6C757D;
}

.breadcrumbs * {
	vertical-align: middle;
}

.breadcrumbs span {
	color: #CED4DA;
	font-weight: 600;
	display: inline-block;
	margin: 0 3px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #3D8BFD;
}

.breadcrumbs__home {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('/img/home.svg');
	margin-top: -2px;
}

.page-top {
	padding-top: 68px;
}

.page {
	padding-bottom: 336px;
}

.page .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.error-page .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 640px;
	gap: 20px;
}

.menu {
	width: 261px;
}

.menu__item {
	margin-bottom: 20px;
	padding: 10px 16px 16px 16px;
	background-color: #FBFBFB;
	border-radius: 12px;
}

.menu__item--logout {
	margin-top: 20px;
	margin-bottom: 0;
}

.menu__item h3 {
	padding: 10px 11px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ACACAC;
}

.menu__item ul li ul {
	margin-left: 21px;
}

.menu__item ul li ul li {
	padding: 4px 0 4px 14px;
	position: relative;
}

.menu__item ul li ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6.67px;
	height: 6.67px;
	border: 2px solid #ADB5BD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.menu__item ul li ul li a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	border-radius: 8px;
	padding: 0 10px;
}

.menu__link {
	display: flex;
	gap: 6px;
	text-decoration: none;
	padding: 4px 20px 4px 33px;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	color: #212529;
	border-radius: 8px;
	position: relative;
	align-items: center;
}

.menu__link svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 11px;
}

.menu__link svg path {
	fill: #ADB5BD;
}

.menu__link--active {
	background: #F8D7DA;
	color: #801F4F;
}

.menu__link--active svg path {
	fill: #801F4F;
}

.menu__link--disabled {
	pointer-events: none;
	color: #CED4DA;
}

.menu__link span {
	display: inline-block;
	vertical-align: middle;
	color: #FBFBFB;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #DC3545;
	font-weight: 700;
	font-size: 12px;
}

.menu__logout {
	color: #801F4F;
}

.menu__logout:hover {
	background: #F8D7DA;
}

.menu__logout:hover svg path {
	fill: #801F4F;
}

.page-content {
	width: calc(100% - 285px);
}

.page-name {
	padding: 17px 0;
	position: relative;
	margin-bottom: 33px;
	border-bottom: 1px dashed #DEE2E6;
}

.page-name h1 {
	font-weight: 800;
	font-size: 28px;
	line-height: 34px;
}

.page-name__back {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	color: #6C757D;
	padding: 8px 24px;
}

.jq-selectbox {
	background: #e9ecef url('/img/select.svg') no-repeat right 12px top 50%;
	border-radius: 12px;
	height: 48px;
	color: #212529;
	line-height: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.jq-selectbox.changed {
	color: #FBFBFB;
	background: #212529 url('/img/select2.svg') no-repeat right 12px top 50%;
}

.jq-selectbox.changed .jq-selectbox__dropdown {
	background: #212529;
}

.jq-selectbox.filter__select--disabled {
	background: #fbfbfb url('/img/select3.svg') no-repeat right 12px top 50%;
	color: #CED4DA;
	pointer-events: none;
}

.jq-selectbox .jq-selectbox__select {
	padding: 0 38px 0 12px;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
	padding-top: 3px;
}

.jq-selectbox__dropdown {
	z-index: 12;
	width: 100%;
	background: #E9ECEF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	line-height: 1.2;
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}

.jq-selectbox__dropdown ul li:not(:last-child) {
	margin-bottom: 10px;
}

.jq-selectbox__dropdown ul li {
	transition: all 0.2s ease;
	cursor: pointer;
}

.jq-selectbox__dropdown ul li:hover {
	transform: translateX(3px);
}

.create-order__field:has(.jq-selectbox.opened) .create-order__select-label {
	z-index: 20;
}

.create-order__field:has(.changed, .filter__select--disabled) .create-order__select-label {
	color: #CED4DA;
}

.jq-selectbox.opened {
	z-index: 15 !important;
}

.filter {
	margin-bottom: 40px;
	line-height: 48px;
	display: flex;
}

.filter__label {
	position: absolute;
	pointer-events: none;
	top: 6px;
	left: 13px;
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	color: #3b3f43;
	z-index: 11;
}

.filter__wrapper:has(.jq-selectbox.opened) .filter__label {
	z-index: 20;
}

.filter__wrapper:has(.jq-selectbox.changed) .filter__label {
	color: #CED4DA;
}

.filter__date {
	display: inline-block;
	margin-right: 12px;
	background: #e9ecef url('/img/date.svg') no-repeat right 47px top 50%;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color: #212529;
	width: 300px;
}

.filter__date input[type='text'] {
	width: 100%;
	height: 100%;
	padding: 3px 90px 0 15px;
	background: none;
	color: #212529;
}

.filter__clear {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 24px;
	height: 24px;
	background: url('/img/clear.svg');
}

.filter .jq-selectbox {
	vertical-align: middle;
	margin-right: 12px;
}

.orders {
	border-radius: 12px 12px 0 0;
	margin-bottom: 62px;
	overflow: hidden;
}

.orders table {
	width: 100%;
}

.orders table thead {
	background: #DC3545;
}

.orders table thead tr td {
	text-align: center;
	color: #FBFBFB;
	padding: 19px 10px;
	white-space: nowrap;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

.orders table thead tr td .create-order__info-block {
	vertical-align: middle;
	margin: 5px 0 0 10px;
}

.orders table thead tr td .create-order__info-block .create-order__info-block-link {
	width: 16px;
	height: 16px;
	background: url('/img/info2.svg');
}

.orders table thead tr td .create-order__info-block .create-order__info-block-text {
	background: #fff;
	color: #343A40;
}

.orders table thead tr td .create-order__info-block .create-order__info-block-text:before {
	border: 6px solid transparent;
	border-right: 6px solid #fff;
}

.orders table tbody tr:hover {
	background: #F8F9FA;
}

.orders table tbody tr.silver {
	background: #F8F9FA;
}

.orders table tbody tr.disabled td {
	color: #21252970;
}

.orders table tbody tr.silver .number input[type='text'] {
	border: 1px solid transparent;
	color: #343A40;
}

.orders table tbody tr td {
	white-space: nowrap;
	padding: 14px 10px;
	line-height: 20px;
	border: 1px solid #DEE2E6;
}

.orders .vat-sum,
.orders .sum {
	text-align: right;
}

.orders__name {
	font-weight: 700;
	white-space: normal;
}

.orders__price {
	font-weight: 700;
	white-space: normal;
	text-align: right;
}

.orders__status {
	font-weight: 700;
}

.orders__status--draft {
	color: #475569;
}

.orders__status--accepted {
	color: #0200cf;
}

.orders__status--in-progress {
	color: #e08040;
}

.orders__status--inactive {
	color: #800000;
}

.orders__status--active {
	color: #0D6EFD;
}

.orders__status--wait-shipment {
	color: #92400e;
}

.orders__status--shipped {
	color: #e8c20a;
}

.orders__status--wait {
	color: #CC9A06;
}

.orders__status--sended {
	color: #0200cf;
}

.orders__status--cancelled {
	color: #cc0001;
}

.orders__status--done {
	color: #006400;
}

.order__notice {
	margin: 20px 0;
	padding: 14px 18px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.order__notice--warning {
	background: #fff6e5;
	border: 1px solid #f0c36d;
	color: #6b4a00;
}

.order__notice-title {
	font-weight: 600;
	margin-bottom: 4px;
}

.order__notice-text {
	font-size: 13px;
}

.orders__adress {
	width: 140px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.orders__links {
	text-align: center;
}

.orders__links a {
	display: inline-block;
	text-decoration: none;
	font-weight: 800;
	color: #FBFBFB;
	padding: 2px 6px;
	background: #212529;
	border-radius: 6px;
	min-width: 44px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.orders__links a:not(:last-child) {
	margin-right: 10px;
}

.orders__adress2 {
	font-weight: 700;
	white-space: normal;
}

.orders__number {
	font-size: 16px;
	line-height: 20px;
	color: #212529;
	padding: 0 16px;
	display: inline-block;
}

.orders__date {
	text-align: center;
	line-height: 1 !important;
}

.orders__date--inactive {
	color: #DC3545;
}

.orders__date--expiring-soon {
	color: #DC3545;
}

.orders__date--days-left {
	font-size: 12px;
}

.orders__checkbox {
	padding: 0 62px;
	text-align: center;
}

.orders__checkbox .checkbox {
	display: none;
}

.orders__checkbox .checkbox + label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #212529;
	width: 24px;
	height: 16px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.orders__checkbox .checkbox + label i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.orders__checkbox .checkbox:checked + label {
	background: #198754;
}

.orders__checkbox .checkbox:checked + label i {
	left: 11px;
}

.orders__checkbox .checkbox:hover + label:before {
	content: "Активировать";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 7px;
	z-index: 3;
	line-height: 21px;
	color: #FBFBFB;
	padding: 8px;
	background: #343A40;
	border-radius: 4px;
}

.orders__checkbox .checkbox:hover + label:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 2px;
	width: 16px;
	height: 9px;
	background: url('/img/ug.svg');
}

.orders__checkbox .checkbox:checked:hover + label:before {
	content: "Деактивировать";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 7px;
	z-index: 3;
	line-height: 21px;
	color: #FBFBFB;
	padding: 8px;
	background: #343A40;
	border-radius: 4px;
}

.orders__checkbox .checkbox:checked:hover + label:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 2px;
	width: 16px;
	height: 9px;
	background: url('/img/ug.svg');
}

.orders__edit {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	background: url('/img/edit.svg');
}

.orders__edit--disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.orders__download {
	display: inline-block;
	line-height: 24px;
	background: url('/img/download.svg') no-repeat left;
	padding-left: 34px;
	color: #212529;
	font-weight: 600;
	text-decoration: none;
}

.orders__download.is-loading {
	pointer-events: none;
	opacity: 0.6
}

.orders__view {
	display: inline-block;
	line-height: 24px;
	background: url('/img/view.svg') no-repeat left;
	padding-left: 34px;
	color: #212529;
	margin-right: 5px;
	font-weight: 600;
	text-decoration: none;
}

.orders__status2 {
	position: relative;
	padding-left: 20px;
}

.orders__status2:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.orders__status2--no:before {
	background: #DC3545;
}

.orders__status2--yes:before {
	background: #198754;
}

.pages {
	text-align: center;
}

.pages__page {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 16px;
	font-size: 16px;
	background: #6C757D;
	border-radius: 4px;
	color: #FBFBFB;
	margin: 0 1px;
}

.pages__page--active {
	border: 1px solid #E9ECEF;
	background: none;
	color: #6C757D;
}

.pages__page--dots {
	border: 1px solid #E9ECEF;
	background: none;
	color: #6C757D;
}

.footer {
	text-align: center;
	background: #032830;
	padding: 18px 0;
	font-size: 12px;
	line-height: 15px;
	color: #6C757D;
	position: relative;
	z-index: 20;
}

@media (max-width: 1596px) {
	body {
		overflow-x: scroll;
	}
}

.create-order {
	padding: 30px 0;
}

.create-order__form {
	max-width: 660px;
	margin-bottom: 63px;
	border-bottom: 1px solid #CED4DA;
	padding-bottom: 50px;
}

.create-order__form--location {
	margin-bottom: 0;
	padding-bottom: 8px;
	border: 0;
}

.create-order__field {
	margin-bottom: 24px;
	position: relative;
}

.create-order__field .filter__select {
	min-width: 317px;
	margin-right: 0;
}

.create-order__field .filter__select--big {
	width: 100%;
}

.create-order__field .login__input {
	margin-bottom: -6px;
}

.create-order__field .message__input {
	margin-bottom: -6px;
}

.create-order__field .jq-selectbox {
	margin-bottom: -6px;
	display: block;
}

.create-order__field--big {
	width: 999px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.create-order__field--types {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 24px;
}

.create-order__field--types .create-order__info-block {
	margin-left: 0;
	margin-top: 12px;
	margin-bottom: 24px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.create-order__field--wide {
	display: flex;
	flex-direction: row;
	gap: 24px;
	width: 999px;
}

.create-order__field--wide .create-order__field {
	width: 660px;
}

.create-order__btn-secondary {
	height: 48px;
	border-radius: 8px;
	padding: 0 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
	flex-wrap: nowrap;
	background-color: #E9ECEF;
	color: #212529;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
}

.create-order__btn-secondary svg path {
	fill: #212529;
}

.create-order__btn-secondary:disabled {
	background-color: #FBFBFB;
	color: #ADB5BD;
	cursor: not-allowed;
}

.create-order__btn-secondary:disabled svg path {
	fill: #ADB5BD;
}

.create-order__field--big2 {
	margin-right: -40px;
	padding-right: 40px;
	position: relative;
}

.create-order__field--big2 .create-order__info-block {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.create-order__field .message__input:focus ~ .create-order__field-label {
	top: 5px;
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	color: #CED4DA;
}

.create-order__field .message__input:valid ~ .create-order__field-label {
	top: 5px;
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	color: #CED4DA;
}

.create-order__field .login__input:focus ~ .create-order__field-label {
	top: 5px;
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	color: #CED4DA;
}

.create-order__field .login__input:valid ~ .create-order__field-label {
	top: 5px;
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	color: #CED4DA;
}

.create-order__field-label {
	position: absolute;
	pointer-events: none;
	color: #212529;
	top: 15px;
	left: 13px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.create-order__field .create-order__select-label {
	position: absolute;
	pointer-events: none;
	top: 6px;
	left: 13px;
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	color: #3b3f43;
	z-index: 11;
}

.create-order__info-block {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 12px;
}

.create-order__info-block:hover .create-order__info-block-text {
	display: block;
}

.create-order__info-block--abs {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
}

.create-order__info-block-link {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/img/info.svg');
}

.create-order__info-block-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	margin-left: 13px;
	padding: 8px;
	font-size: 14px;
	line-height: 21px;
	color: #FBFBFB;
	background: #343A40;
	border-radius: 4px;
	z-index: 1;
	white-space: nowrap;
	display: none;
}

.create-order__info-block-text:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	border: 6px solid transparent;
	border-right: 6px solid #343A40;
}

.create-order__info-block-text a {
	color: #FBFBFB;
}

.create-order__result {
	margin-top: -30px;
	padding-bottom: 43px;
	margin-bottom: 55px;
	border-bottom: 1px solid #CED4DA;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.create-order__result table tr td {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding: 3px 0;
	text-align: right;
}

.create-order__result table tr td:last-child {
	padding-left: 98px;
}

.create-order .button {
	width: 300px;
}

.order .button {
	width: 300px;
}

.number {
	width: 182px;
	height: 48px;
	position: relative;
	display: inline-block;
}

.number:hover span {
	opacity: 1;
}

.number:hover input[type='text'] {
	border: 1px solid #343A40;
	color: #343A40;
}

.number input[type='text'] {
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid #DEE2E6;
	border-radius: 6px;
	padding: 0 16px;
	font-size: 16px;
	color: #ADB5BD;
}

.number span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0;
}

.number span.minus {
	background: url('/img/minus.svg');
	right: 40px;
}

.number span.plus {
	background: url('/img/plus.svg');
	right: 10px;
}

.number .disabled {
	cursor: not-allowed;
}

.order-success {
	padding: 36px 44px;
	background: #FBFBFB;
	border-radius: 12px;
}

.order-success p {
	margin-bottom: 27px;
	font-size: 16px;
	line-height: 28px;
}

.order-success .button {
	width: 332px;
	margin-bottom: 27px;
}

.order__nav {
	margin-bottom: 37px;
	border-bottom: 1px solid #DEE2E6;
}

.order__nav li {
	display: inline-block;
}

.order__nav li:not(:last-child) {
	margin-right: 3px;
}

.order__nav-link {
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	line-height: 21px;
	color: #212529;
	padding: 8px 30px;
	background: #CED4DA;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #ADB5BD;
	border-radius: 6px 6px 0px 0px;
}

.order__nav-link.selected {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #DEE2E6;
	border-radius: 6px 6px 0px 0px;
	background: none;
}

.order__blocks {
	font-size: 0;
	margin-right: -24px;
	padding-bottom: 16px;
}

.order__block {
	display: inline-block;
	margin: 0 24px 24px 0;
	border: 1px solid #DEE2E6;
	border-radius: 12px;
	vertical-align: top;
}

.order__block h3 {
	padding: 24px;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: #212529;
}

.order__block-text {
	padding: 16px 24px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #212529;
	border-top: 1px solid #DEE2E6;
}

.order-summary {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
	grid-auto-columns: max-content;
	gap: 10px 28px;
	padding-bottom: 28px;
}

.order-summary__row {
	display: flex;
	align-items: baseline;
	gap: 6px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	color: #212529;
}

.order-summary__label {
	flex: 0 0 auto;
	white-space: nowrap;
}

.order-summary__value {
	font-weight: 500;
	overflow-wrap: normal;
}

@media (max-width: 1024px) {
	.order-summary {
		grid-auto-flow: row;
		grid-template-rows: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 32px;
	}
}

@media (max-width: 640px) {
	.order-summary {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.order-summary__row {
		display: block;
	}
}

.add-button {
	text-align: right;
	padding-bottom: 35px;
}

.add-button .button {
	width: 300px;
}

.print--ballanse {
	padding-bottom: 35px;
}

.print__ballanse-divider {
	border: none;
	border-top: 1px solid #DEE2E6;
	margin: 0;
}

.print--ballanse .print__item {
	margin-bottom: 32px;
}

.print__item {
	background: #FBFBFB;
	border-radius: 12px;
	padding: 36px 89px 36px 89px;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 120px;
}

.print__left {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.print__item:not(:last-child) {
	margin-bottom: 90px;
}

.print__item p {
	margin-bottom: 27px;
	font-size: 16px;
	line-height: 28px;
}

.print__item ul {
	margin: -27px 0 27px;
	padding-left: 20px;
	list-style: disc;
	font-size: 16px;
	line-height: 28px;
}

.print__bottom-text {
	font-size: 14px;
	line-height: 17px;
	color: #2C0B0E;
}

.print__upload {
	width: 366px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 36px 10px;
}

.print__upload img {
	margin-bottom: 16px;
}

.print__upload .button--silver {
	margin-bottom: 12px;
}

.print__upload.is-loading .button {
	pointer-events: none;
}

.print__upload.is-loading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.print__upload.is-loading > img,
.print__upload.is-loading > .print__upload-text {
	display: none;
}

.print__upload.is-loading > .kppch-loader {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.print__upload.is-loading > .button {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.print__upload-text {
	max-width: 200px;
	margin: 0 auto 24px auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #0A3622;
}

.kppch-loader {
	display: none;
	min-height: 101px;
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #495057;
}

.kppch-loader__spinner {
	display: block;
	width: 74px;
	height: 74px;
	margin: 0 auto 16px auto;
	border: 2px solid #F8D7DA;
	border-top-color: #DC3545;
	border-radius: 50%;
	animation: kppch-loader-spin 0.8s linear infinite;
}

@keyframes kppch-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

.kppch-loader__text {
	max-width: 200px;
	margin: 0 auto 24px auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #0A3622;
}

.print__ballanse {
	width: 309px;
	padding: 32px;
	background: #ffffff;
	border-radius: 8px;
}

.print__ballanse h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #000000;
}

.print__price {
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	color: #212529;
}

.print__date {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 28px;
	color: #495057;
}

.print__att {
	margin-top: 24px;
	padding: 12px 20px 12px 40px;
	font-size: 12px;
	line-height: 15px;
	color: #58151C;
	background: #f8d7da url('/img/att.svg') no-repeat 12px 50%;
	border-radius: 6px;
}

.ballanse {
	padding-bottom: 35px;
}

.ballanse__item {
	margin-bottom: 32px;
	background: #FBFBFB;
	border-radius: 12px;
	padding: 33px 19px 45px 568px;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.popup__window {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FBFBFB;
	box-shadow: -9px 4px 4px rgba(238, 238, 238, 0.25);
	width: 990px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	padding: 140px 44px 80px;
}

.popup__window--big {
	width: 1243px;
}

.popup__window::-webkit-scrollbar {
	width: 0;
}

.popup__close {
	position: absolute;
	top: 80px;
	left: 44px;
	background: url('/img/close.svg');
	width: 27px;
	height: 27px;
}

.popup h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	color: #212529;
}

.popup h3 {
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	color: #000000;
}

.popup .create-order__field {
	width: 682px;
	margin-bottom: 15px;
}

.popup .create-order__field--small {
	width: 387px;
}

.popup .create-order__field--small .login__input {
	padding-left: 28px;
}

.popup__field-label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
	margin-top: 3px;
}

.popup .button {
	width: 300px;
	margin-top: 20px;
}

.popup__success {
	width: 724px;
	margin: 0 auto;
	border: 1px dashed #ADB5BD;
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 80px;
	text-align: center;
}

.popup__success h2 {
	margin-bottom: 75px;
}

.popup__success-image {
	margin-bottom: 75px;
	max-height: 190px;
}

.popup__success-text {
	margin-bottom: 75px;
	padding: 18px 0;
	font-size: 18px;
	line-height: 20px;
}

.profile .create-order__form {
	padding: 0;
	margin: 0;
	border: 0;
}

.profile .button {
	width: 300px;
	margin-top: 18px;
}

.profile h2 {
	margin: 87px 0 45px;
	padding: 17px 0;
	border-bottom: 1px dashed #DEE2E6;
	width: 1311px;
	font-weight: 800;
	font-size: 28px;
	line-height: 34px;
}

.profile .create-order__field--disabled {
	pointer-events: none;
	opacity: .5;
}

.profile__bottom-text {
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #212529;
}

.protocols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 50px;
}

.protocols__item {
	width: calc(50% - 18px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 32px;
	background: #FBFBFB;
	border-radius: 12px;
	padding: 24px;
}

.protocols__item h3 {
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
}

.protocols__item p {
	margin-bottom: 13px;
	font-size: 16px;
	line-height: 28px;
}

.protocols__item ul {
	margin-top: -13px;
	padding-left: 20px;
	list-style: disc;
}

.protocols__item ul li {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #495057;
}

.protocols__item ul li span {
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #343A40;
}

.protocols__item ol {
	padding-left: 20px;
	list-style: decimal;
	font-size: 16px;
	line-height: 28px;
}

.protocol h2 {
	margin-bottom: 5px;
}

.protocol__top-text {
	margin-bottom: 17px;
	font-size: 18px;
	line-height: 22px;
	color: #2C0B0E;
}

.protocol__top-text span {
	font-weight: 700;
}

.protocol .orders__status2 {
	margin-bottom: 18px;
}

.protocol .orders__status2 span {
	color: #ADB5BD;
}

.protocol__number {
	color: #ADB5BD;
}

.protocol .orders {
	margin-bottom: 42px;
}

.protocol .orders table tbody tr td {
	padding: 24px 10px;
}

.protocol__buttons {
	width: 642px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.protocol__button {
	width: calc(50% - 22px);
	line-height: 17px;
	color: #2C0B0E;
}

.protocol__button .button {
	margin-bottom: 10px;
}

.order__document-icon {
	width: 52px;
	height: 52px;
	min-width: 52px;
	border-radius: 14px;
	background: #f5f7fb;
	border: 1px solid #e8edf5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.order__document-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.order__documents-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.order__document-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #eee;
	transition: 0.2s;
}

.order__document-icon {
	font-size: 28px;
}

.order__document-info {
	flex: 1;
}

.order__document-title {
	font-weight: 600;
	font-size: 16px;
}

.order__document-meta {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.order__document-date {
	font-size: 13px;
	color: #777;
}

.order__document-actions a {
	font-weight: 500;
	text-decoration: none;
}

.order__document-actions a:hover {
	text-decoration: underline;
}

.order__empty {
	padding: 30px;
	text-align: center;
	color: #888;
}

.order__container {
	max-width: 640px;
	width: 100%;
}

.order__current-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	margin-bottom: 20px;
	border-radius: 14px;
	border: 1px solid #DEE2E6;
}

.order__current-status-label {
	font-weight: 600;
	font-size: 14px;
}

.order__current-status-value {
	display: flex;
	align-items: center;
	gap: 10px;
}

.order__current-status-value .orders__status {
	font-size: 14px;
	padding: 6px 12px;
}

.order__timeline {
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
	border-left: 2px solid #e5eaf1;
}

.order__timeline-item {
	position: relative;
	margin-bottom: 24px;
}

.order__timeline-point {
	position: absolute;
	left: -11px;
	top: 3px;
	width: 10px;
	height: 10px;
	background: #DEE2E6;
	border-radius: 50%;
}

.order__timeline-content {
	padding-left: 10px;
}

.order__timeline-header {
	display: flex;
	align-items: end;
	gap: 12px;
	line-height: 1;
	font-size: 16px;
}

.order__timeline-date {
	font-size: 13px;
	color: #888;
}

.order__timeline-comment {
	margin-top: 6px;
	font-size: 14px;
	color: #555;
}

.toast-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.toast {
	min-width: 280px;
	max-width: 400px;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.toast__text {
	flex: 1;
	margin-right: 10px;
}

.toast__close {
	cursor: pointer;
	font-size: 24px;
}

.toast--success {
	background: #e6f6ec;
	border: 1px solid #7bd19a;
	color: #1e7e34;
}

.toast--error {
	background: #fdecea;
	border: 1px solid #f5a5a0;
	color: #a71d2a;
}

.toast--warning {
	background: #fff8e6;
	border: 1px solid #f2d27a;
	color: #8a6d1d;
}

.toast--default {
	background: #f1f1f1;
	border: 1px solid #ccc;
	color: #333;
}

.notifications-panel {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100%;
	background: #fff;
	box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
	z-index: 10000;
	transition: right 0.3s ease;
	display: flex;
	flex-direction: column;
	color: #212529;
}

.notifications-panel.open {
	right: 0;
}

.notifications-panel__header {
	padding: 16px 20px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notifications-panel__close {
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
}

.notifications-panel__list {
	overflow-y: auto;
	flex: 1;
	padding: 10px;
}

.notification {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 10px;
	background: #FBFBFB;
	cursor: pointer;
	transition: 0.2s;
}

.notification:hover {
	background: #f0f0f0;
}

.notification.unread {
	color: #FBFBFB;
	background: #032830;
}

.notification__title {
	font-weight: 600;
}

.notification__text {
	line-height: 1.5;
}

.notification__time {
	font-size: 12px;
	color: #999;
	float: right;
}

.support__container {
	max-width: 660px;
	background: #FBFBFB;
	border-radius: 12px;
	padding: 24px 32px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	box-sizing: border-box;
}

/* End */
/* /local/templates/main/css/jquery.formstyler.css?17742507442175 */
/* /local/templates/main/css/datepicker.min.css?177502457812257 */
/* /local/templates/main/css/suggestions.min.css?17750242202091 */
/* /local/templates/main/css/style.css?177885817871849 */
