

/* Start:/bitrix/templates/marketnext/colors.css?177968748516232*/
@font-face{	
	font-display: swap;
	font-family: "Museo Sans Cyrl 300";
	src: url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-300.eot");
	src: local("MuseoSansCyrl-300"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-300.woff") format("woff"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-300.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face{	
	font-display: swap;
	font-family: "Museo Sans Cyrl 500";
	src: url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-500.eot");
	src: local("MuseoSansCyrl-500"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-500.woff") format("woff"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-500.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face{	
	font-display: swap;
	font-family: "Museo Sans Cyrl 700";
	src: url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-700.eot");
	src: local("MuseoSansCyrl-700"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-700.woff") format("woff"),
		url("/bitrix/templates/marketnext/fonts/MuseoSansCyrl-700.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;	
	color: #263238;
	text-align: left;
	line-height: 19px;
	background: #fff;	
}

a:link, a:visited{	
	color: #6639b6;
	text-decoration: underline;
	-webkit-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	-moz-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	-o-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.bx-no-touch a:hover,
.bx-touch a:active{	
	text-decoration: none;
}

a:focus,
.btn:focus,
.btn:active:focus{
	outline: none;
}

img{
	border: none;
}

.top-panel{
	background: #f1f6f7;
}

.top-panel-logo{
	background: #6639b6;
}

.top-panel-logo > i{
	font-size: 48px;
	color: #fff;
}

.top-panel-title > h1{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
}

.left-panel{
	background: #f1f6f7;
}

/***MODAL***/
.modal-backdrop{
	background-color: rgba(38, 50, 56, 0.5)
}

/***POPUP_PANEL***/
.popup-panel{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

.popup-panel-full{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.popup-panel__title-wrap{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #f1f6f7;
}

.popup-panel-full .popup-panel__title-wrap{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.popup-panel__title-wrap > i{	
	font-size: 30px;
	color: #ced9db;
}

.popup-panel__title{	
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 24px;	
	color: #263238;
	line-height: 29px;
	text-overflow: ellipsis;	
	white-space: nowrap;
}

.popup-panel__close > i{
	font-size: 24px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .popup-panel__close:hover > i,
.bx-touch .popup-panel__close:active > i{
	color: #6639b6;
}

.popup-panel__content{
	scrollbar-color: #b2c7cb #e3ecef;
}

.popup-panel__content::-webkit-scrollbar-track{
	background: #e3ecef;
}

.popup-panel__content::-webkit-scrollbar-thumb{
	background: #b2c7cb;
}

/***POPUP_PANEL_LOADER***/
.popup-panel__loader{
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup-panel__loader:after{
	content: "";
	border: 3px solid #e3ecef;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.popup-panel__loader > div{
	-webkit-animation: loaderRotate1 4.8s linear infinite;
	animation: loaderRotate1 4.8s linear infinite;
}

.popup-panel__loader > div > span{
	clip: rect(0, 48px, 48px, 24px);
	-webkit-animation: loaderRotate2 1.2s linear infinite;
	animation: loaderRotate2 1.2s linear infinite;
}

.popup-panel__loader > div > span:after{
	content: "";
	clip: rect(0, 48px, 48px, 24px);
	border: 3px solid #6639b6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

/***FORM***/
.form-control{
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;	
	color: #263238;
	line-height: 34px;
	border: 1px solid #ced9db;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	-webkit-appearance: none;
	background-color: transparent;
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;	
	user-select: text;
}

.has-error .form-control,
.has-success .form-control{	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.has-error .form-control{
    border-color: #a94442;
}

.has-success .form-control{
    border-color: #3c763d;
}

.form-control:focus{	
	border-color: #6639b6;
	-webkit-box-shadow: 0 0 5px rgba(211, 17, 90, 0.5);
	-moz-box-shadow: 0 0 5px rgba(211, 17, 90, 0.5);
	box-shadow: 0 0 5px rgba(211, 17, 90, 0.5);
	outline: none;
}

.has-error .form-control:focus{	
	-webkit-box-shadow: 0 0 10px rgba(169, 68, 66, 0.75);
	-moz-box-shadow: 0 0 10px rgba(169, 68, 66, 0.75);
	box-shadow: 0 0 10px rgba(169, 68, 66, 0.75);
}

.has-success .form-control:focus{
	-webkit-box-shadow: 0 0 10px rgba(60, 118, 61, 0.75);
	-moz-box-shadow: 0 0 10px rgba(60, 118, 61, 0.75);
	box-shadow: 0 0 10px rgba(60, 118, 61, 0.75);
}

.form-control::-moz-placeholder{
	color: #78909c;
}

.form-control:-ms-input-placeholder{
	color: #78909c;	
}

.form-control::-webkit-input-placeholder{
	color: #78909c;
}

.form-control-feedback{
	font-size: 19px;
	color: #ced9db;
}

.has-error .form-control-feedback{
    color: #a94442;
}

.has-success .form-control-feedback{
    color: #3c763d;
}

.form-group.captcha .pic img{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}

.form-group .checkbox .check{	
	font-size: 14px;
	color: #fff;
	text-align: center;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #cfdfe2;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .form-group .checkbox label:hover .check-cont .check,
.bx-touch .form-group .checkbox label:active .check-cont .check{
	background-color: #78909c;
}

.form-group .checkbox input:checked + .check-cont .check{	
	background-color: #6639b6;
}

.form-group .checkbox .check-title{	
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

.help-block{
	font-size: 14px;	
	line-height: 17px;
}

.has-error .help-block{
    color: #a94442;
}

.has-success .help-block{
    color: #3c763d;
}

.alert{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.alert-success{
	background: #e1ecc9;
}

.alert-warning{
	background: #f6eec7;
}

.alert-error{
	background: #f2e2e1;
}

/***SOCIAL***/
.slide-panel .bx-authform-social ul{
	text-align: center;
}

.bx-authform-social ul li .bx-authform-social-icon{
	border-bottom: none;
	background-image: url(/bitrix/templates/marketnext/images/sprite.png);
	background-repeat: no-repeat;	
}

.bx-authform-social ul li .bx-authform-social-icon.box{
	background-position: 0 0;
}

.bx-authform-social ul li .bx-authform-social-icon.dropbox{
	background-position: -44px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.bitrix24{
	background-position: -88px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.yandex{
	background-position: -132px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.openid{
	background-position: -176px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki{
	background-position: -220px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.google{
	background-position: -264px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.mymailru{
	background-position: -308px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.livejournal{
	background-position: -352px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru{
	background-position: -440px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.liveid{
	background-position: -484px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.liveinternet{
	background-position: -528px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.blogger{
	background-position: -572px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.vkontakte{
	background-position: -616px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.twitter{
	background-position: -660px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.facebook{
	background-position: -704px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.google-plus{
	background-position: -748px 0;
}

.bx-authform-social ul li .bx-authform-social-icon.office365{
	background-position: -792px 0;
}

.bx-authform-social-popup{	
	font-size: 14px;
	line-height: 17px;
	white-space: nowrap;
	background: #fff;
}

/***BUTTONS***/
.btn{
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;	
	line-height: 19px;
	border: 1px solid transparent;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
}

.btn-default,
.btn-default:focus,
a.btn-default:link,
a.btn-default:visited,
a.btn-default:focus{	
	color: #263238;
	text-decoration: none;
	border-color: #e3ecef;
	background: none;
}

.bx-no-touch .btn-default:hover,
.bx-touch .btn-default:active,
.bx-no-touch a.btn-default:hover,
.bx-touch a.btn-default:active{
	color: #fff;
	border-color: #6639b6;
	background: #6639b6;
}

.btn-buy,
.btn-buy:focus,
a.btn-buy:link,
a.btn-buy:visited,
a.btn-buy:focus{
	color: #fff;
	text-decoration: none;
	border-color: transparent;
	-webkit-box-shadow: 0 3px 12px rgba(38, 50, 56, 0.24);
    -moz-box-shadow: 0 3px 12px rgba(38, 50, 56, 0.24);
    box-shadow: 0 3px 12px rgba(38, 50, 56, 0.24);
	background: #008d55;
	background: -moz-linear-gradient(10deg, #008d55 0%, #91cd4c 100%);
	background: -webkit-linear-gradient(10deg, #008d55 0%, #91cd4c 100%);
	background: linear-gradient(10deg, #008d55 0%, #91cd4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008d55', endColorstr='#91cd4c', GradientType=1);
	background-origin: border-box;
}

.btn-buy:after,
a.btn-buy:after{	
	content: "";
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #6639b6;
	opacity: 0;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .btn-buy:hover,
.bx-touch .btn-buy:active,
.bx-no-touch a.btn-buy:hover,
.bx-touch a.btn-buy:active{
	color: #fff;
}

.bx-no-touch input[type="button"].btn-buy:hover,
.bx-touch input[type="button"].btn-buy:active{
	background: #6639b6;
	background: -moz-linear-gradient(10deg, #6639b6 0%, #6639b6 100%);
	background: -webkit-linear-gradient(10deg, #6639b6 0%, #6639b6 100%);
	background: linear-gradient(10deg, #6639b6 0%, #6639b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6639b6', endColorstr='#6639b6', GradientType=1);
}

.bx-no-touch .btn-buy:hover:after,
.bx-touch .btn-buy:active:after,
.bx-no-touch a.btn-buy:hover:after,
.bx-touch a.btn-buy:active:after{
	opacity: 1;
}

.btn.disabled,
.btn.disabled:focus,
.bx-no-touch .btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:active:focus,
.btn.disabled:active:hover,
.btn[disabled],
.btn[disabled]:focus,
.bx-no-touch .btn[disabled]:hover,
.btn[disabled]:active,
.btn[disabled]:active:focus,
.btn[disabled]:active:hover{
	color: #263238;
	border-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #e3ecef;
	opacity: 1;
}

.btn-buy[disabled]:after,
.btn-buy[disabled]:focus:after,
.bx-no-touch .btn-buy[disabled]:hover:after,
.btn-buy[disabled]:active:after,
.btn-buy[disabled]:active:focus:after,
.btn-buy[disabled]:active:hover:after{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #e3ecef;
}

.bx-no-touch .btn-default:active,
.bx-no-touch .btn-default:active:focus,
.bx-no-touch .btn-default:active:hover,
.bx-no-touch a.btn-default:active,
.bx-no-touch a.btn-default:active:focus,
.bx-no-touch a.btn-default:active:hover,
.bx-no-touch .btn-buy:active,
.bx-no-touch .btn-buy:active:focus,
.bx-no-touch .btn-buy:active:hover,
.bx-no-touch a.btn-buy:active,
.bx-no-touch a.btn-buy:active:focus,
.bx-no-touch a.btn-buy:active:hover{
	color: #fff;
	border-color: #78909c;
	-webkit-box-shadow: 5px 5px 5px rgba(9, 12, 18, 0.15) inset;
	-moz-box-shadow: 5px 5px 5px rgba(9, 12, 18, 0.15) inset;
	box-shadow: 5px 5px 5px rgba(9, 12, 18, 0.15) inset;
	background: #78909c;
}

.bx-no-touch .btn-buy:active:after,
.bx-no-touch .btn-buy:active:focus:after,
.bx-no-touch .btn-buy:active:hover:after,
.bx-no-touch a.btn-buy:active:after,
.bx-no-touch a.btn-buy:active:focus:after,
.bx-no-touch a.btn-buy:active:hover:after{
	-webkit-box-shadow: 5px 5px 5px rgba(9, 12, 18, 0.15) inset;
	-moz-box-shadow: 5px 5px 5px rgba(9, 12, 18, 0.15) inset;
	box-shadow: 5px 5px 5px rgba(9, 12, 18, 0.15) inset;
	background: #78909c;
}

.btn > i{
	font-size: 21px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.btn-default > i{	
	color: #ced9db;
}

.bx-no-touch .btn-default:hover > i,
.bx-touch .btn-default:active > i{
	color: #fff;
}

.btn-buy > i{
	color: #fff;
}

.btn.disabled > i,
.btn[disabled] > i,
.bx-no-touch .btn[disabled]:hover > i,
.btn[disabled]:active > i{
	color: #b2c7cb;
}

.btn > span:not(.btn-loader){
	text-overflow: ellipsis;
}

/***BTN_LOADER***/
.btn-loader:after{
	content: "";
	border: 3px solid #e3ecef;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.btn-loader > span{
	-webkit-animation: loaderRotate1 4.8s linear infinite;
	animation: loaderRotate1 4.8s linear infinite;
}

.btn-loader > span > span{
	clip: rect(0, 21px, 21px, 10.5px);
	-webkit-animation: loaderRotate2 1.2s linear infinite;
	animation: loaderRotate2 1.2s linear infinite;
}

.btn-loader > span > span:after{
	content: "";
	clip: rect(0, 21px, 21px, 10.5px);
	border: 3px solid #6639b6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
/* End */


/* Start:/bitrix/templates/marketnext/css/animation.css?17796874851426*/
.fadeInBig{
	-webkit-animation: fadeInBig .3s ease-in-out;
	animation: fadeInBig .3s ease-in-out;
}

@-webkit-keyframes fadeInBig{
	0%{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}

@keyframes fadeInBig {
	0%{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}

.fadeOutBig{
	-webkit-animation: fadeOutBig .3s ease-in-out;
	animation: fadeOutBig .3s ease-in-out;
}

@-webkit-keyframes fadeOutBig{
	0%{
		opacity: 1;
	}

	100%{
		opacity: 0;
	}
}

@keyframes fadeOutBig {
	0%{
		opacity: 1;
	}

	100%{
		opacity: 0;
	}
}

@-webkit-keyframes loaderRotate1{
	0%{
		-webkit-transform: rotate(0deg);
	}
	
	100%{
		-webkit-transform: rotate(360deg);
	}
}

@keyframes loaderRotate1{
	0%{
		transform: rotate(0deg);
	}
	
	100%{
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loaderRotate2{
	0%{
		-webkit-transform: rotate(0deg);
	}
	
	100%{
		-webkit-transform: rotate(220deg);
	}
}

@keyframes loaderRotate2{
	0% {
		transform: rotate(0deg);
	}
	
	100%{
		transform: rotate(220deg);
	}
}

@-webkit-keyframes loaderRotate3{
	0%{
		-webkit-transform: rotate(-140deg);
	}
	
	50%{
		-webkit-transform: rotate(-160deg);
	}
	
	100%{
		-webkit-transform: rotate(140deg);
	}
}

@keyframes loaderRotate3{
	0%{
		transform: rotate(-140deg);
	}
	
	50%{
		transform: rotate(-160deg);
	}
	
	100%{
		transform: rotate(140deg);
	}
}
/* End */


/* Start:/bitrix/templates/marketnext/css/uinext2020.css?17796874858600*/
@font-face {
  font-family: 'uinext2020';
  src:  url('/bitrix/templates/marketnext/css/../fonts/uinext2020.eot?gr3uq');
  src:  url('/bitrix/templates/marketnext/css/../fonts/uinext2020.eot?gr3uq#iefix') format('embedded-opentype'),
    url('/bitrix/templates/marketnext/css/../fonts/uinext2020.ttf?gr3uq') format('truetype'),
    url('/bitrix/templates/marketnext/css/../fonts/uinext2020.woff?gr3uq') format('woff'),
    url('/bitrix/templates/marketnext/css/../fonts/uinext2020.svg?gr3uq#uinext2020') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'uinext2020' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart-simple:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-bag-simple:before {
  content: "\e902";
}
.icon-bag:before {
  content: "\e903";
}
.icon-bag-shop-simple:before {
  content: "\e904";
}
.icon-bag-shop:before {
  content: "\e905";
}
.icon-basket-simple:before {
  content: "\e906";
}
.icon-basket:before {
  content: "\e907";
}
.icon-delivery:before {
  content: "\e908";
}
.icon-box:before {
  content: "\e909";
}
.icon-wallet:before {
  content: "\e90a";
}
.icon-card:before {
  content: "\e90b";
}
.icon-cards:before {
  content: "\e90b";
}
.icon-invoice:before {
  content: "\e90c";
}
.icon-bank:before {
  content: "\e90d";
}
.icon-around-clock:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90f";
}
.icon-phone-call:before {
  content: "\e910";
}
.icon-call-in:before {
  content: "\e911";
}
.icon-call-out:before {
  content: "\e912";
}
.icon-around-phone:before {
  content: "\e913";
}
.icon-phone-retro:before {
  content: "\e914";
}
.icon-email:before {
  content: "\e915";
}
.icon-mail:before {
  content: "\e915";
}
.icon-at:before {
  content: "\e916";
}
.icon-globe:before {
  content: "\e917";
}
.icon-flag:before {
  content: "\e918";
}
.icon-pin:before {
  content: "\e919";
}
.icon-map-marker:before {
  content: "\e91a";
}
.icon-map-maker:before {
  content: "\e91a";
}
.icon-map-marker-ok:before {
  content: "\e91b";
}
.icon-map-marker-plus:before {
  content: "\e91c";
}
.icon-map-marker-del:before {
  content: "\e91d";
}
.icon-user:before {
  content: "\e91e";
}
.icon-user-circle:before {
  content: "\e91f";
}
.icon-users:before {
  content: "\e920";
}
.icon-key:before {
  content: "\e921";
}
.icon-lock:before {
  content: "\e922";
}
.icon-unlock:before {
  content: "\e923";
}
.icon-shield:before {
  content: "\e924";
}
.icon-compare:before {
  content: "\e925";
}
.icon-compare-arrows:before {
  content: "\e926";
}
.icon-camera:before {
  content: "\e927";
}
.icon-image:before {
  content: "\e928";
}
.icon-film:before {
  content: "\e929";
}
.icon-video:before {
  content: "\e92a";
}
.icon-play:before {
  content: "\e92b";
}
.icon-play-s:before {
  content: "\e998";
}
.icon-music:before {
  content: "\e92c";
}
.icon-sliders:before {
  content: "\e92d";
}
.icon-parameters:before {
  content: "\e92e";
}
.icon-filter:before {
  content: "\e92f";
}
.icon-cog:before {
  content: "\e930";
}
.icon-cog-s:before {
  content: "\e931";
}
.icon-bell:before {
  content: "\e932";
}
.icon-bell-ring:before {
  content: "\e933";
}
.icon-bullhorn:before {
  content: "\e934";
}
.icon-newspaper:before {
  content: "\e935";
}
.icon-star:before {
  content: "\e936";
}
.icon-star-b:before {
  content: "\e936";
}
.icon-star-s:before {
  content: "\e937";
}
.icon-heart:before {
  content: "\e938";
}
.icon-heart-b:before {
  content: "\e938";
}
.icon-heart-s:before {
  content: "\e939";
}
.icon-bookmark:before {
  content: "\e93a";
}
.icon-bookmark-s:before {
  content: "\e93b";
}
.icon-clock:before {
  content: "\e93c";
}
.icon-calendar:before {
  content: "\e93d";
}
.icon-date:before {
  content: "\e93e";
}
.icon-calendar-ok:before {
  content: "\e93f";
}
.icon-calendar-add:before {
  content: "\e940";
}
.icon-calendar-week:before {
  content: "\e941";
}
.icon-comment:before {
  content: "\e942";
}
.icon-comment-s:before {
  content: "\e943";
}
.icon-comment-heart:before {
  content: "\e944";
}
.icon-comment-question:before {
  content: "\e945";
}
.icon-comment-exclamation:before {
  content: "\e946";
}
.icon-comment-ask:before {
  content: "\e947";
}
.icon-dialogue:before {
  content: "\e948";
}
.icon-support:before {
  content: "\e949";
}
.icon-support-question:before {
  content: "\e94a";
}
.icon-mobile:before {
  content: "\e94b";
}
.icon-tab:before {
  content: "\e94c";
}
.icon-desktop:before {
  content: "\e94d";
}
.icon-cloud-download:before {
  content: "\e94e";
}
.icon-cloud-upload:before {
  content: "\e94f";
}
.icon-download:before {
  content: "\e950";
}
.icon-upload:before {
  content: "\e951";
}
.icon-login:before {
  content: "\e952";
}
.icon-logout:before {
  content: "\e953";
}
.icon-tag:before {
  content: "\e954";
}
.icon-thumbtack:before {
  content: "\e955";
}
.icon-clip:before {
  content: "\e956";
}
.icon-eye:before {
  content: "\e957";
}
.icon-eye-slash:before {
  content: "\e958";
}
.icon-compass:before {
  content: "\e959";
}
.icon-home:before {
  content: "\e95a";
}
.icon-menu:before {
  content: "\e95b";
}
.icon-price:before {
  content: "\e95c";
}
.icon-dot-list:before {
  content: "\e95d";
}
.icon-list:before {
  content: "\e95e";
}
.icon-box-list:before {
  content: "\e95f";
}
.icon-dots-h:before {
  content: "\e960";
}
.icon-dots:before {
  content: "\e961";
}
.icon-share:before {
  content: "\e962";
}
.icon-print:before {
  content: "\e963";
}
.icon-trash:before {
  content: "\e964";
}
.icon-arrow-down:before {
  content: "\e965";
}
.icon-arrow-down-b:before {
  content: "\e965";
}
.icon-arrow-left:before {
  content: "\e966";
}
.icon-arrow-left-b:before {
  content: "\e966";
}
.icon-arrow-right:before {
  content: "\e967";
}
.icon-arrow-right-b:before {
  content: "\e967";
}
.icon-arrow-up:before {
  content: "\e968";
}
.icon-arrow-up-b:before {
  content: "\e968";
}
.icon-back:before {
  content: "\e99d";
}
.icon-file:before {
  content: "\e969";
}
.icon-article:before {
  content: "\e96a";
}
.icon-file-ok:before {
  content: "\e96b";
}
.icon-file-plus:before {
  content: "\e96c";
}
.icon-file-del:before {
  content: "\e96d";
}
.icon-copy:before {
  content: "\e96e";
}
.icon-folder:before {
  content: "\e96f";
}
.icon-folder-plus:before {
  content: "\e970";
}
.icon-folder-del:before {
  content: "\e971";
}
.icon-pencil:before {
  content: "\e972";
}
.icon-edit:before {
  content: "\e973";
}
.icon-pencil-edit:before {
  content: "\e974";
}
.icon-ban:before {
  content: "\e975";
}
.icon-chart-bar:before {
  content: "\e976";
}
.icon-chart-pie:before {
  content: "\e977";
}
.icon-bolt:before {
  content: "\e978";
}
.icon-double-bolt:before {
  content: "\e979";
}
.icon-repeat:before {
  content: "\e97a";
}
.icon-repeat-b:before {
  content: "\e97a";
}
.icon-reload:before {
  content: "\e97b";
}
.icon-ok:before {
  content: "\e97c";
}
.icon-ok-b:before {
  content: "\e97c";
}
.icon-plus:before {
  content: "\e97d";
}
.icon-minus:before {
  content: "\e97e";
}
.icon-close:before {
  content: "\e97f";
}
.icon-close-b:before {
  content: "\e97f";
}
.icon-ok-circle:before {
  content: "\e980";
}
.icon-plus-circle:before {
  content: "\e981";
}
.icon-minus-circle:before {
  content: "\e982";
}
.icon-close-circle:before {
  content: "\e983";
}
.icon-search:before {
  content: "\e984";
}
.icon-scale-plus:before {
  content: "\e985";
}
.icon-scale-minus:before {
  content: "\e986";
}
.icon-ok-square:before {
  content: "\e987";
}
.icon-plus-square:before {
  content: "\e988";
}
.icon-minus-square:before {
  content: "\e989";
}
.icon-close-square:before {
  content: "\e98a";
}
.icon-down-circle:before {
  content: "\e98b";
}
.icon-left-circle:before {
  content: "\e98c";
}
.icon-right-circle:before {
  content: "\e98d";
}
.icon-up-circle:before {
  content: "\e98e";
}
.icon-danger:before {
  content: "\e98f";
}
.icon-exclamation-circle:before {
  content: "\e990";
}
.icon-info-circle:before {
  content: "\e991";
}
.icon-lightbulb:before {
  content: "\e992";
}
.icon-microphone:before {
  content: "\e993";
}
.icon-question:before {
  content: "\e994";
}
.icon-wrench:before {
  content: "\e995";
}
.icon-wifi:before {
  content: "\e996";
}
.icon-dropper:before {
  content: "\e997";
}
.icon-discount:before {
  content: "\e999";
}
.icon-gift:before {
  content: "\e99a";
}
.icon-altop:before {
  content: "\e99b";
}
.icon-elasto:before {
  content: "\e99c";
}

/* End */


/* Start:/bitrix/templates/marketnext/css/tabulator_semantic-ui.css?177968748535778*/
.tabulator {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  line-height: 17px;
  width: 100%;  
  border: 1px solid #e3ecef;
  box-shadow: none;
  /*border-radius: 0.28571rem;
  color: rgba(0, 0, 0, 0.87);*/
  -ms-transform: translatez(0);
  transform: translatez(0);  
}

.tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table {
  min-width: 100%;
}

.tabulator[tabulator-layout="fitDataTable"] {
  display: inline-block;
}

.tabulator.tabulator-block-select {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tabulator .tabulator-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #e3ecef;
  background-color: #f1f6f7;
  box-shadow: none;
  /*color: rgba(0, 0, 0, 0.87);
  font-style: none;
  font-weight: bold;*/
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}

.tabulator .tabulator-header .tabulator-col {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #e3ecef;
  background-color: #f1f6f7;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-col:last-of-type {
  border-right: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: 1px solid #999;
  background: #dae1e7;
  pointer-events: none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: 12px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
  padding: 0 8px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button:hover {
  cursor: pointer;
  opacity: .6;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
  background: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-menu-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter > i {
	color: #b2c7cb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  overflow: hidden;
  margin-right: -1px;
}

.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
  display: none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 6px;
  width: 100%;
  text-align: center;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input[type="text"] {	
	height: 36px;
	margin: 0;
	padding: 0 6px !important;	
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #78909c;
	border: 1px solid #e3ecef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	background: #f1f6f7;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;	
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input[type="text"].active{	
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 9px 24px rgba(38, 50, 56, 0.16);
    -moz-box-shadow: 0px 9px 24px rgba(38, 50, 56, 0.16);
    box-shadow: 0px 9px 24px rgba(38, 50, 56, 0.16);	
	background: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input[type="text"]:focus{ 	
	outline: none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  width: 0;
  height: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  cursor: pointer;
  background-color: #e3ecef;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter > i {
	color: #b2c7cb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter > i {
	color: #78909c;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #666;
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter > i {
	color: #78909c;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}

.tabulator .tabulator-header .tabulator-frozen {
  display: inline-block;
  position: absolute;
  z-index: 10;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #ddd;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #ddd;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
  box-sizing: border-box;
  min-width: 600%;
  background: white !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: white !important;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  min-width: 600%;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}

.tabulator .tabulator-tableHolder {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tabulator .tabulator-tableHolder:focus {
  outline: none;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode="virtual"] {
  min-height: 100%;
  min-width: 100%;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.tabulator .tabulator-tableHolder .tabulator-table {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  /*color: #333;*/
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
  font-weight: bold;
  background: #f2f2f2 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #ddd;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #ddd;
}

.tabulator .tabulator-col-resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
}

.tabulator .tabulator-col-resize-handle.prev {
  left: 0;
  right: auto;
}

.tabulator .tabulator-col-resize-handle:hover {
  cursor: ew-resize;
}

.tabulator .tabulator-footer {
  padding: 0.78571em 0.78571em;
  border-top: 1px solid #e3ecef;
  box-shadow: none;
  background: #f1f6f7;
  text-align: right;
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
  box-sizing: border-box;
  width: calc(100% + 20px);
  margin: -0.78571em -0.78571em 0.78571em -0.78571em;
  text-align: left;
  background: white !important;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  font-weight: bold;
  background: white !important;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  margin-bottom: -0.78571em;
  border-bottom: none;
}

.tabulator .tabulator-footer .tabulator-paginator {
  color: #555;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.tabulator .tabulator-footer .tabulator-page-size {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}

.tabulator .tabulator-footer .tabulator-page {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #d00;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: .5;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.tabulator .tabulator-loader {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.tabulator .tabulator-loader .tabulator-loader-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border: 4px solid #333;
  color: #000;
}

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  border: 4px solid #D00;
  color: #590000;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.positive, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.positive {
  box-shadow: 0px 0px 0px #A3C293 inset;
  background: #FCFFF5 !important;
  color: #21BA45 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.positive:hover, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.positive:hover {
  background: #f7ffe6 !important;
  color: #13ae38 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.negative, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.negative {
  box-shadow: 0px 0px 0px #E0B4B4 inset;
  background: #FFF6F6 !important;
  color: #DB2828 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.negative:hover, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.negative:hover {
  background: #ffe7e7 !important;
  color: #d41616 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.error, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.error {
  box-shadow: 0px 0px 0px #E0B4B4 inset;
  background: #FFF6F6 !important;
  color: #DB2828 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.error:hover, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.error:hover {
  background: #ffe7e7 !important;
  color: #d12323 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.warning, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.warning {
  box-shadow: 0px 0px 0px #C9BA9B inset;
  background: #FFFAF3 !important;
  color: #F2C037 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.warning:hover, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.warning:hover {
  background: #fff4e4 !important;
  color: #f1bb29 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.active, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.active {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
  background: #E0E0E0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.active:hover, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.active:hover {
  background: #f7ffe6 !important;
  color: #13ae38 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.active, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.disabled:hover, .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell.active {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
}

.tabulator.inverted {
  background: #333333;
  color: rgba(255, 255, 255, 0.9);
  border: none;
}

.tabulator.inverted .tabulator-header {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9);
}

.tabulator.inverted .tabulator-header .tabulator-col {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.tabulator.inverted .tabulator-tableHolder .tabulator-table .tabulator-row {
  color: rgba(255, 255, 255, 0.9);
  border: none;
}

.tabulator.inverted .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.tabulator.inverted .tabulator-footer {
  background: #FFFFFF;
}

.tabulator.striped .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.tabulator.celled {
  border: 1px solid rgba(34, 36, 38, 0.15);
}

.tabulator.celled .tabulator-header .tabulator-col {
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}

.tabulator.celled .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}

.tabulator[class*="single line"] .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  border-right: none;
}

.tabulator.red {
  border-top: 0.2em solid #DB2828;
}

.tabulator.inverted.red {
  background-color: #DB2828 !important;
  color: #FFFFFF !important;
}

.tabulator.orange {
  border-top: 0.2em solid #F2711C;
}

.tabulator.inverted.orange {
  background-color: #F2711C !important;
  color: #FFFFFF !important;
}

.tabulator.yellow {
  border-top: 0.2em solid #FBBD08;
}

.tabulator.inverted.yellow {
  background-color: #FBBD08 !important;
  color: #FFFFFF !important;
}

.tabulator.olive {
  border-top: 0.2em solid #B5CC18;
}

.tabulator.inverted.olive {
  background-color: #B5CC18 !important;
  color: #FFFFFF !important;
}

.tabulator.green {
  border-top: 0.2em solid #21BA45;
}

.tabulator.inverted.green {
  background-color: #21BA45 !important;
  color: #FFFFFF !important;
}

.tabulator.teal {
  border-top: 0.2em solid #00B5AD;
}

.tabulator.inverted.teal {
  background-color: #00B5AD !important;
  color: #FFFFFF !important;
}

.tabulator.blue {
  border-top: 0.2em solid #2185D0;
}

.tabulator.inverted.blue {
  background-color: #2185D0 !important;
  color: #FFFFFF !important;
}

.tabulator.violet {
  border-top: 0.2em solid #6435C9;
}

.tabulator.inverted.violet {
  background-color: #6435C9 !important;
  color: #FFFFFF !important;
}

.tabulator.purple {
  border-top: 0.2em solid #A333C8;
}

.tabulator.inverted.purple {
  background-color: #A333C8 !important;
  color: #FFFFFF !important;
}

.tabulator.pink {
  border-top: 0.2em solid #E03997;
}

.tabulator.inverted.pink {
  background-color: #E03997 !important;
  color: #FFFFFF !important;
}

.tabulator.brown {
  border-top: 0.2em solid #A5673F;
}

.tabulator.inverted.brown {
  background-color: #A5673F !important;
  color: #FFFFFF !important;
}

.tabulator.grey {
  border-top: 0.2em solid #767676;
}

.tabulator.inverted.grey {
  background-color: #767676 !important;
  color: #FFFFFF !important;
}

.tabulator.black {
  border-top: 0.2em solid #1B1C1D;
}

.tabulator.inverted.black {
  background-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

.tabulator.padded .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 1em 1em;
}

.tabulator.padded .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  top: 20px;
}

.tabulator.padded .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  padding: 1em 1em;
}

.tabulator.padded.very .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 1.5em 1.5em;
}

.tabulator.padded.very .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  top: 26px;
}

.tabulator.padded.very .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  padding: 1.5em 1.5em;
}

.tabulator.compact .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 0.5em 0.7em;
}

.tabulator.compact .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  top: 12px;
}

.tabulator.compact .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  padding: 0.5em 0.7em;
}

.tabulator.compact.very .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 0.4em 0.6em;
}

.tabulator.compact.very .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  top: 10px;
}

.tabulator.compact.very .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  padding: 0.4em 0.6em;
}

.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 22px;
  border-bottom: 1px solid #e3ecef;
}

.tabulator-row.tabulator-selectable:hover {
  /*box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;*/
  background: #fbfdfe !important;
  /*color: rgba(0, 0, 0, 0.87) !important;*/
  cursor: pointer;
}

.tabulator-row.tabulator-selected {
  background-color: #9ABCEA;
}

.tabulator-row.tabulator-selected:hover {
  background-color: #769BCC;
  cursor: pointer;
}

.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  pointer-events: none !important;
  z-index: 15;
}

.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}

.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}

.tabulator-row .tabulator-row-resize-handle:hover {
  cursor: ns-resize;
}

.tabulator-row .tabulator-frozen {
  display: inline-block;
  position: absolute;
  background-color: inherit;
  z-index: 10;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #ddd;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #ddd;
}

.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}

.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}

.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}

.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 12px;
  border-right: 1px solid #e3ecef;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabulator-row .tabulator-cell:last-of-type {
  border-right: none;
}

.tabulator-row .tabulator-cell.tabulator-editing {
  border: 1px solid #6639b6;
  outline: none;
  padding: 0;
}

.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  border: 1px solid #6639b6;
  background: none;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #DB2828;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: 1px;
  background: transparent;
  color: #DB2828;
}

.tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
  display: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  opacity: .7;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}

.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #ddd;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #fafafa;
  font-weight: bold;
  min-width: 100%;
}

.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}

.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}

.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}

.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}

.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}

.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}

.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}

.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #666;
}

.tabulator-menu {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: .5;
}

.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
  cursor: pointer;
  background: #F9FAFB;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
  display: inline-block;
  position: absolute;
  top: calc(5px + .4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: '';
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  vertical-align: top;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #ddd;
}

.tabulator-edit-select-list {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  max-height: 200px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item {
  padding: 4px;
  color: #333;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #FFFFFF;
  background: #1D68CD;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}

.tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
  outline: 1px solid #1D68CD;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  cursor: pointer;
  color: #FFFFFF;
  background: #1D68CD;
}

.tabulator-edit-select-list .tabulator-edit-select-list-notice {
  padding: 4px;
  text-align: center;
}

.tabulator-edit-select-list .tabulator-edit-select-list-group {
  border-bottom: 1px solid #ddd;
  padding: 4px;
  padding-top: 6px;
  color: #333;
  font-weight: bold;
}

.tabulator.tabulator-ltr {
  direction: ltr;
}

.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #ddd;
  border-right: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-right: initial;
  margin-left: -1px;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  left: 8px;
  right: initial;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #ddd;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  margin-right: initial;
  margin-left: 5px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #ddd;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-right: initial;
  margin-left: 5px;
}

.tabulator.tabulator-rtl .tabulator-col-resize-handle {
  position: absolute;
  left: 0;
  right: auto;
}

.tabulator.tabulator-rtl .tabulator-col-resize-handle.prev {
  right: 0;
  left: auto;
}

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important;
}

.tabulator-print-table {
  border-collapse: collapse;
}

.tabulator-print-table .tabulator-print-table-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #ddd;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #fafafa;
  font-weight: bold;
  min-width: 100%;
}

.tabulator-print-table .tabulator-print-table-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}

.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #666;
}

.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.tabulator-print-table .tabulator-data-tree-control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tabulator-print-table .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

/* End */


/* Start:/bitrix/templates/marketnext/components/bitrix/menu/user_menu/style.css?17796874851038*/
.user-menu{
	width: 324px;
	padding: 6px 0;
	position: absolute;
	right: 32px;
	top: 100%;
	white-space: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 9px 24px rgba(38, 50, 56, 0.16);
    -moz-box-shadow: 0 9px 24px rgba(38, 50, 56, 0.16);
    box-shadow: 0 9px 24px rgba(38, 50, 56, 0.16);
	background: #fff;
	z-index: 200;
}

.user-menu > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.user-menu > ul > li:last-child:before{
	height: 1px;
	display: block;
	margin: 6px 0;
	content: "";
	background: #f1f6f7;
}

.user-menu-item{
	display: flex;
	align-items: center;
	padding: 12px 18px;
}

.user-menu-item:link,
.user-menu-item:visited{
	text-decoration: none;
}

.bx-no-touch .user-menu-item:hover,
.bx-touch .user-menu-item:active,
.user-menu-item.selected{
	background: #f1f6f7;
}

.user-menu-item-icon{
	margin-right: 12px;
	font-size: 18px;
	color: #263238;
}

.user-menu-item-name{
	margin-right: 18px;
	flex-grow: 1;
	color: #263238;
}
/* End */


/* Start:/bitrix/templates/marketnext/components/bitrix/menu/left_menu/style.css?1779687485972*/
.left-menu{
	display: flex;
	flex-direction: column;
}

.left-menu-item{
	height: 112px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 12px;
	border-bottom: 1px solid #d0e0e3;
}

.left-menu-item:link,
.left-menu-item:visited{
	text-decoration: none;
}

.bx-no-touch .left-menu-item:hover,
.bx-touch .left-menu-item:active,
.left-menu-item.selected{
	border-color: #e3ecef;
	background: #e3ecef;
}

.left-menu-item:after{
	width: 0;
	position: absolute;	
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: #6639b6;
}

.left-menu-item.selected:after{
	width: 2px;
}

.left-menu-item-block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.left-menu-item-icon > i{
	font-size: 36px;
	color: #546e7a;
}

.left-menu-item-name{
	width: 100%;
	margin-top: 12px;
	font-size: 14px;
	color: #3d4b52;
	text-align: center;
	line-height: 17px;
}
/* End */


/* Start:/bitrix/templates/marketnext/template_styles.css?17796874856319*/
*, :before, :after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	height: 100%;
}

body{
	min-height: 100%;
	margin: 0;
}

.popup-panel-active{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

.clr{
	clear: both;
}

p{
	margin: 0;
	padding: 0 0 18px;
}

img{
	max-width: 100%;
	height: auto;
}

.top-panel-container{
	width: 100%;
	height: 96px;
}

.top-panel{
	width: 100%;
	height: 96px;
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
}

.top-panel-logo{
	width: 120px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.top-panel-title{
	flex-grow: 1;
	padding: 0 32px;
}

.top-panel-title > h1{
	margin: 0;
	padding: 0;
}

.top-panel-user{
	padding-right: 32px;
	position: relative;
}

.left-panel{
	width: 120px;
	position: fixed;
	left: 0;
	top: 96px;
	bottom: 0;
	z-index: 200;
}

.page-container{
	margin-left: 120px;
	padding: 40px 32px 0;
}

/***MODAL***/
.modal-backdrop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/***POPUP_PANEL***/
.popup-panel{
	width: 640px;
	height: 480px;
	position: fixed;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	z-index: 1040;
}

.popup-panel-full{
	width: 1304px;
	height: 100%;	
	top: 0;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.popup-panel__title-wrap{
	height: 72px;
	display: flex;
	align-items: center;
	padding: 0 72px 0 32px;
	position: relative;	
}

.popup-panel__title-wrap > i{
	padding-right: 18px;
}

.popup-panel__title{
	overflow: hidden;
}

.popup-panel__close{
	width: 72px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.popup-panel__content{
	height: -moz-calc(100% - 72px);
	height: -webkit-calc(100% - 72px);
	height: calc(100% - 72px);
	padding: 32px 32px 0;
	position: relative;
	overflow-y: auto;
	scrollbar-width: thin;	
}

.popup-panel__content::-webkit-scrollbar{
	width: 4px;
}

.popup-panel__backdrop{
	z-index: 1030;
}

/***POPUP_PANEL_LOADER***/
.popup-panel__loader{
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.popup-panel__loader:after,
.popup-panel__loader > div,
.popup-panel__loader > div > span,
.popup-panel__loader > div > span:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.popup-panel__loader > div{
	z-index: 1;
}

/***FORM***/
.form-group{
	margin-bottom: 18px;	
}

.form-group.has-feedback{
	position: relative;
}

.form-control{
	width: 100%;
	height: 36px;
	padding: 0 12px;
}

.has-feedback .form-control{
    padding-right: 42.5px;
}

.form-control::-ms-clear{
	width: 0;
	height: 0;
	display: none;
}

.form-control-feedback{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	pointer-events: none;
}

.has-success .form-control-feedback.fv-icon-no-has,
.has-error .form-control-feedback.fv-icon-no-has{
	display: none;
}

.form-group.captcha{
	width: 100%;
	display: table;
}

.form-group.captcha .pic,
.form-group.captcha input{
	display: table-cell;
	vertical-align: top;
}

.form-group.captcha .pic{
	width: 110px;
	padding-right: 10px;	
}

.form-group.captcha .pic img{
	height: 36px;
}

.form-group .checkbox label{
	display: table;
}

.form-group .checkbox input{
	margin: 0;
	visibility: hidden;
}

.form-group .checkbox .check-cont{
	display: table-cell;
	vertical-align: top;
}

.form-group .checkbox .check{
	width: 18px;
	height: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.form-group .checkbox .check i{
	display: none;	
}

.form-group .checkbox input:checked + .check-cont .check i{
	display: inline-block;
}

.form-group .checkbox .check-title{
	display: table-cell;
	vertical-align: middle;
	padding-left: 9px;
}

.help-block{
	display: block;
	margin-top: 7px;
	margin-bottom: 0;
}

.alert{
	display: block;
	margin-bottom: 12px;
	padding: 12px 24px;
}

/***SOCIAL***/
.bx-authform-social ul{
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
}

.bx-authform-social ul li{
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-right: 5px;
	position: relative;	
}

.bx-authform-social ul li .bx-authform-social-icon{	
	width: 35px;
	height: 35px;
	display: block;
}

.bx-authform-social ul li .bx-authform-social-icon:hover{
	opacity: .9;
}

.bx-authform-social-popup{
	width: auto;
	display: none;
	padding: 5px;
}

.bx-authform-social-popup form{
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.bx-authform-social-popup form > *:not(:first-child){
	margin-left: 8px;
}

.bx-authform-social-popup input[type="text"]{	
	max-width: 150px;		
}

.bx-authform-social-popup .btn{
	width: 40px;
	height: 36px;	
	padding: 0;
}

.bx-authform-social-popup .btn > i{
	padding-right: 0;	
}

/***BUTTONS***/
.btn{
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 24px;
}

.btn-buy{
	position: relative;
}

.btn-buy:after{
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
}

.btn > i{
	padding-right: 12px;
}

.btn > span:not(.btn-loader) + i{
	padding-left: 12px;
	padding-right: 0;
}

.btn > span:not(.btn-loader){
	overflow: hidden;
}

.btn-buy > i,
.btn-buy > span{
	z-index: 200;
}

/***BTN_LOADER***/
.btn-loader{
	width: 21px;
	height: 21px;
	position: relative;
}

.btn-loader:after,
.btn-loader > span,
.btn-loader > span > span,
.btn-loader > span > span:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.btn-loader > span{
	z-index: 1;
}
/* End */


/* Start:/bitrix/templates/marketnext/custom.css?177968748538*/
/***CUSTOM CSS RULES FOR YOUR SITE***/
/* End */
/* /bitrix/templates/marketnext/colors.css?177968748516232 */
/* /bitrix/templates/marketnext/css/animation.css?17796874851426 */
/* /bitrix/templates/marketnext/css/uinext2020.css?17796874858600 */
/* /bitrix/templates/marketnext/css/tabulator_semantic-ui.css?177968748535778 */
/* /bitrix/templates/marketnext/components/bitrix/menu/user_menu/style.css?17796874851038 */
/* /bitrix/templates/marketnext/components/bitrix/menu/left_menu/style.css?1779687485972 */
/* /bitrix/templates/marketnext/template_styles.css?17796874856319 */
/* /bitrix/templates/marketnext/custom.css?177968748538 */
