

/* Start:/bitrix/templates/main/template_styles.css?167758131935795*/
box-sizing:border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  border-radius: 5px;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body *{
	box-sizing: border-box;
}
body{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
header > .incontent{
	 display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
header{
	background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
	
}
.incontent{
	left:0;
	right:0;
	margin:0 auto;
	max-width:1200px;
	width:100%;
}
.mainmenu{
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	list-style: none;
	margin:0;
	z-index:5;
}
.mainmenu > li > a:hover{
	background-color: rgba(255,255,255,0.1);
}
.mainmenu > li{
	position:relative;
}
.submenu > li:hover{
	    background: #C911AA;
}
.submenu > li{
	display:inline-block;
	background-color: #84118C;
    font-size: 13px;
    /* line-height: 16px; */
    color: #FFFFFF;
	padding:15px 25px;
	width:100%;
	cursor:pointer;
	position:relative;
}
.submenu{
	position: absolute;
    width: 170px;
    left: 0;
    padding-left: 0;
    top: 99%;
	display:none;
}
.mainmenu > li > a{
	font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
	text-decoration:none !important;
	display: inline-block;
       padding: 19.5px 15px;
}
.shader{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	background: rgba(0,0,0,0.5);
	display:none;
}
.popupAdd{
	background:white;
	z-index:11;
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-49.8%,-49.8%);
	border-radius: 4px;
	padding:18px 0px;
	display:none;
	width:100%;
	max-width:850px;
}
.popupEX{
	background:white;
	z-index:11;
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-49.8%,-49.8%);
	border-radius: 4px;
	padding:18px 0px;
	display:none;
	width:100%;
	max-width:788px;
}
.popupAddSect{
	background:white;
	z-index:11;
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-49.8%,-49.8%);
	border-radius: 4px;
	padding:18px 0px;
	display:none;
	width:100%;
	max-width:788px;
}
.popupEdit{
	background:white;
	z-index:11;
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-49.8%,-49.8%);
	border-radius: 4px;
	padding:18px 0px;
	display:none;
		width:100%;
	max-width:850px;
}
.popupHeader{
	font-size: 18px;
	text-align:center;
}
.workareaInfo{
	margin-top: 24px;
	font-size:13px;
	padding-left:40px;
	padding-right:40px;
}
.artsInput.errors{
	border-color: #ff3b3b;
    background-color: #ffdfdfb8;
}
.artsInput{
	font-size:13px;
	border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    background-color: transparent;
    border-radius: 4px;
	padding:7px 5px;
}
.artsInput[name='SECTION_ONE']::-webkit-calendar-picker-indicator {
  display: none;
} 
.artsInput[name='SECTION_ONE']{
	margin-right:40px;
	width:160px;
	    background: url(/bitrix/templates/main/images/ardown.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 94% center;
}
.artsInput[name='NAME']{
	margin-right:40px;
	width: 364px;
}
.artsInput[name='ART[]']{
	margin-right:15px;
	width: 130px;
}
.artsInput[name='NAME_ART[]']{
	margin-right:15px;
	width: 230px;
}
.artsInput[name='PRICE_ONE[]']{
	margin-right:15px;
	width: 110px;
}
.artsInput[name='CRITICAL_HIT[]']{
	margin-right:15px;
	width: 145px;
}
.delesRow{
	display: inline-block;
    vertical-align: middle;
	margin-top:3px;
}

.artsInput[name='SECTION_TWO']::-webkit-calendar-picker-indicator {
  display: none;
} 
.artsInput[name='SECTION_TWO']{
	margin-right:40px;
	width:160px;
	    background: url(/bitrix/templates/main/images/ardown.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 94% center;
}
.inputblock{
	padding-left:40px;
	padding-right:40px;
	margin-top:10px;
}
div.hr{
	height: 1px;
    background-color: #D3D3D3;
    margin-top: 20px;
}
.addNewRow{
	font-size: 13px;
    /* line-height: 16px; */
    color: #5CB85C !important;
	text-decoration:none !important;
	margin-top:14px;
	display:inline-block;
	padding-left:40px;
}
.customFile input{
	margin-left: 15px;
    border-radius: 5px;
    border: 1px solid;
    padding: 5px;
}
.customFile{
	font-size:13px;
	border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    background-color: transparent;
    border-radius: 4px;
	padding:7px 5px;
	color: gray;
	cursor:pointer;
}
.subAddArts{
	display:inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
	text-decoration:none !important;
	padding:7px 25px;
}
.subAddSects{
	display:inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
	text-decoration:none !important;
	padding:7px 25px;
}
.subEddArts{
	display:inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
	text-decoration:none !important;
	padding:7px 25px;
}
.changeUserInfo{
	display:inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
	text-decoration:none !important;
	padding:7px 25px;
}
.changeUserApi:hover{
	background: white;
	border:1px solid #D5D7DA;
}
.changeUserApi{
    border-color: #DDDDDD;
    background-color: #D5D7DA;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
	border: 1px solid #D5D7DA;
}
.goPay{
	display:inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
	text-decoration:none !important;
	padding:7px 25px;
}
.thridMenu > li{
	width:100%;
}
.thridMenu > li > a:hover{
	background: #C911AA;
}
.thridMenu > li > a{
	display:inline-block;
	background-color: #84118C;
    font-size: 13px;
    /* line-height: 16px; */
    color: #FFFFFF !important;
	padding:15px 25px;
	width:100%;
	cursor:pointer;
	position:relative;
	text-decoration:none !important;
}
.submenu > li.thridMenuElem{
	padding:0;
}
.submenu > li.thridMenuElem > a:hover{background: #C911AA;}
.submenu > li.thridMenuElem > a{
	display:inline-block;
	background-color: #84118C;
    font-size: 13px;
    /* line-height: 16px; */
    color: #FFFFFF !important;
	padding:15px 25px;
	width:100%;
	cursor:pointer;
	position:relative;
	text-decoration:none !important;
}
.thridMenu{
	list-style: none;
    padding-left: 0;
    position: absolute;
    left: 99%;
    top: 0;
	width:170px;
	display:none;
}
.showmenu:hover .submenu{
	display:block;
}
.submenElem:hover .thridMenu{
	display:block;
}
.labelCityContainer{
	/* margin-top:20px; */
	    /* margin-top: 20px; */
    max-width: 98%;
    left: 0;
    right: 0;
    margin: 10px auto 0px auto;
}
.citicountlabe input{
	vertical-align: middle;
    margin-top: -3px;
    margin-left: 10px;
}
.citicountlabe{
	border-width: 1px;
    border-style: solid;
    border-color: #E3E4E8;
    background-color: #F8F8F9;
    border-radius: 4px;
    font-size: 13px;
	padding:3px 5px;
	margin-right:10px;
	    margin-top: 10px;
    display: inline-block;
}
.fortable{
	width:100%;
	overflow:auto;
	margin-top:20px;
	    height: calc(100vh - 136px);
}
.fortable table{
	border-collapse:collapse;
	border: 4px solid #E3E4E8;
}
.fortable th a{
	color:black;
	text-decoration:none;
}
.fortable thead tr:nth-child(odd) th{
	background-color: #f0f2f5;
}
.fortable td, .fortable th{
	font-size: 13px;
	border-width: 1px;
    border-style: solid;
    border-color: #E3E4E8;
	font-weight:normal;
	text-align:center;
	padding:3px;
}
td.bigbold-left,th.bigbold-left{
	border-left: 4px solid #E3E4E8;
}
tr.second td, tr.second th{
	background: #f0f2f5;
}
th.pipic{
	padding:0;
	position:relative;
	min-width:100px;
}
.fortable tbody tr:hover td,.fortable tbody tr:hover th:not(.pipic){
	background:#bbbbbb !important;
}
.iconuse img{width:100%}
.iconuse.deleting{
    left: 20px;
    top: 2px;
}
.iconuse.editing{top:2px;}
.pipic:hover .iconuse{
	display:inline-block;
	z-index:3;
}
.pipic:hover > img{
	 opacity:0.6; 
}
.iconuse{
	position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
	display:none;
}
form.userData{
	margin-top:30px;
}
.userInput{
	font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    background-color: transparent;
    border-radius: 4px;
    padding: 7px 5px;
	width:370px;
}
.headerrow.headerrow{
	max-width:98%;
}
em{
	font-style:normal;
}
.fortable tbody th{
	text-align:left;
}

element.style {
    width: 50px;
    white-space: nowrap;
}
.fortable thead tr:nth-child(3) th,.fortable thead tr:nth-child(3) td {
	border-bottom:4px solid #E3E4E8;
}
.fogotpasw{
	margin-top: 15px;
    display: inline-block;
}
.showNewForm{
	display:inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
	text-decoration:none !important;
	padding: 3px 15px;
    margin-right: 10px;
}
.showExcelForm{
	display:inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
	text-decoration:none !important;
	padding: 3px 15px;
    margin-right: 10px;
}
.inputblock{
	position:relative;
}
.dragpoint{
	position: absolute;
    left: 20px;
    top: 7px;	
	cursor:n-resize;
}
.borderPopp{	border:1px solid black;
	border-radius:5px;
	padding:20px;}
.firstSectList{
	padding-bottom:15px;
}
.structureElementChild:before{
	content:url(/bitrix/templates/main/images/fl.png);
	display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.structureElementChild{
    font-size: 14px;
    padding: 5px 0px 0px 10px;
    position: relative;
}
.structureElement:before{
	content:url(/bitrix/templates/main/images/fl.png);
	display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.structureElement:hover, .structureElement.active,.structureElementChild:hover{
	background:#cde8ff;
	cursor:pointer;
}
.structureElement.active:before{
	content: url(/bitrix/templates/main/images/opfl.png);
}
.structureElement{
	font-size:14px;
	padding: 5px 0px 0px 10px;	
	position:relative;
}
.editesectus{
	position: absolute;
    right: 40px;
    top: 8px;
}
.deletesectus{
	position: absolute;
    right: 15px;
    top: 8px;
}
.workareas{
	padding:30px;
}
.addNewSectionsChild:before{
	content: url(/bitrix/templates/main/images/pl.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.addNewSectionsChild{
	display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #7F7F7F;
    color: #7F7F7F !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 5px;
    vertical-align: middle;
       float: right;
}
.downEx{
	display: inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding: 7px 25px;
	margin-bottom:10px;	
}
.goinst{
	display: inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding: 7px 25px;
	margin-bottom:10px;	
}
.senEx{
	display: inline-block;
    background: -webkit-gradient(linear, left center, right center, from(#CB11AB),color-stop(100%, #481173));
    background: -webkit-linear-gradient(left,#CB11AB ,#481173 100%);
    background: linear-gradient(to right,#CB11AB ,#481173 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #D3D3D3;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding: 7px 25px;
	margin-bottom:10px;	
}
.addNewSections:before{
	content:url(/bitrix/templates/main/images/pl.png);
	display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.addNewSections{
	display: inline-block;
	border-width: 1px;
    border-style: solid;
    border-color: #7F7F7F;
	color: #7F7F7F !important;
	text-decoration:none;
	border-radius: 5px;
	font-size: 12px;
	padding:3px 5px;
	vertical-align:middle;
	margin-left:30px;
}
.blockerheads{
	padding:10px;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:15px;
}
.blockerheads span{
	font-size: 18px;
	vertical-align:middle;

}
.shadowspark{
	box-shadow: 0px 0px 8px rgb(0 0 0 / 24%), 0px 0px 8px rgb(0 0 0 / 24%);
	border-radius: 5px;
	overflow:hidden;
}
.nomarg{
	margin:0 !important;
}
.firgray{
	background:#f6f6f6;
	border-right:3px solid #EEEEEE;
	padding-right:0 !important;
	min-height:100vh;
	min-height: calc(100vh - 120px);
}
.editesectus:hover{
	background:url(/bitrix/templates/main/images/sr.png) no-repeat center;	
}
.editesectus{
	background:url(/bitrix/templates/main/images/s.png) no-repeat center;
	width: 20px;
    height: 20px;
	display: inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.deletesectus:hover{
	background:url(/bitrix/templates/main/images/rr.png) no-repeat center;	
}
.deletesectus{
	background:url(/bitrix/templates/main/images/r.png) no-repeat center;
	width: 20px;
    height: 20px;
	display: inline-block;
	vertical-align:middle;
	cursor:pointer;
}


.contBreaker{
	width:100%;
	max-width:1340px;
	left:0;
	right:0;
	margin:0 auto;
}
.headTable td{
	border:1px solid #EFF2F7;
	padding:5px;
	font-size: 13px;
	text-align:center;
	font-size:12px;
}
.overATop{
	width:100%;
	overflow:auto;
	
}
.headTable{
	border-collapse:collapse;
	width:100%;
}
.headTable td.boldbord{
	border-bottom:1px solid #D5D7DA;
}
.grayTD td{
	background:#F4F6F9;
}
.bordRight{
	border-right:1px solid #D5D7DA !important;
}
.greenNumb{
	color:#00C618;
}
.redNumb{
	color:#FF0D00;
}
.hzNumb{
	color:#04859D;	
}
.boldFont{
	font-weight:bold;
}
.citySel{
	box-shadow: 0px 0px 4px rgb(127 127 127 / 5%), 0px 0px 4px rgb(127 127 127 / 5%);
    border-width: 1px;
    border-style: solid;
    border-color: #D5D7DA;
    background-color: transparent;
    border-radius: 3px;
    font-size: 12px;
	padding:1px;
}
.goWB{
	font-size: 12px;
    color: #04859D !important;
	text-decoration:none;
	display:inline-block;
	padding-top:5px;
}
.sectWindow{
	box-shadow: 0px 0px 15px rgb(127 127 127 / 10%), 0px 0px 15px rgb(127 127 127 / 10%);
    border-width: 1px;
    border-style: solid;
    border-color: #D5D7DA;
    background-color: #F4F6F9;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 400px;
    padding: 20px 20px 20px 20px;
    transform: translate(-50%, -50%);
	text-align: center;
	display:none; 
	z-index:11;
}
.workSect{
    border-color: #D5D7DA;
    background-color: #FFFFFF;
    border-radius: 5px;	
	text-align:left;
	padding: 15px;
	border-width: 1px;
    border-style: solid;
    border-color: #D5D7DA;
    background-color: #FFFFFF;
    border-radius: 5px;
}
.newSect{
	border:none;
	outline:none;
	padding:5px;
	font-size:13px;
	display:block;
	width:100%;
	display: inline-block;
    width: 50%;
}
.errored{
	outline:1px solid red;
}

.folder_element{
	padding:10px 5px 0px 5px;
}
.folderName{
	font-size:13px;
}
.folderName{
	border:none;
	outline:none;
}
.reNewFolder, .delNewFolder{
	/* display:none; */
	padding-left:10px;
}
.folder_element *{
	vertical-align:middle;
}
.folder_element:hover .delNewFolder, .folder_element:hover .reNewFolder{
	/* display:inline-block; */
}
.ShowOut{
	outline:2px solid;
}
.clickBackBar{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%), 0px 0px 10px rgb(0 0 0 / 7%);
    background-color: #464D5B;
    border-radius: 6px;
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
	padding:5px 15px;
	display:none;
}
.setSect{
    border-color: #DDDDDD;
    background-color: #D5D7DA;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
	margin-top:20px;
}
.selectedArts{
	color:white;
	font-size:13px;
}
.hideArts:hover{
	background:white;
}
.hideArts{
	border-color: #DDDDDD;
    background-color: #D5D7DA;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
	margin-left:30px;
}
.shiwArts:hover{
	background:white;
}
.shiwArts{
	border-color: #DDDDDD;
    background-color: #D5D7DA;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
	margin-left:30px;
}
.setCatArts{
	border-color: #DDDDDD;
    background-color: #D5D7DA;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
	margin-left:30px;	
}
.setCatArts:hover{
	background:white;
}
.headLines .newLogo{
	display:inline-block;
	vertical-align:middle;
}
.headLines{
	background:#464D5B;
}
.Dropmenu a{
	font-size: 13px;
    line-height: 16px;
    color: #FFFFFF !important;
	text-decoration:none;
}
.Dropmenu{
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
}
.Dropmenu:hover{
	  background-color: rgba(255,255,255,0.1);
}
.titleMen:after{
	content:"";
	background:url(/bitrix/templates/main/images/down-arrow.png);
	width: 9px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: right;
}
.titleMen{
	padding:15px 10px;
	display:inline-block;
}
.dropshow{
	list-style: none;
    padding-left: 15px;
    margin-top: 0;
    position: absolute;
    background: #464d5b;
    padding: 10px;
	display:none;
	z-index:11;
}
.Dropmenu .dropshow a:hover{
	background-color: rgba(255,255,255,0.1);
}
.Dropmenu .dropshow a{
	display:inline-block;
	padding:5px;
	width:100%;
}
.Dropmenu:hover .dropshow{
	display:block;
}
.allItems b{
	color:#FF0D00;
}
.allItems{
	color:#7F7F7F;
	font-size:13px;
	padding-left:20px;
}
.filterMont{    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;}
.newatrs td{
	background: #d5ffd4;
}
.headTable img{
	width:100%;
}
td.imageContainer img{
	border-radius:0;
}
td.imageContainer{
	padding:0;
	width:45px;
}
.elderLink{
	font-size: 13px;
    line-height: 16px;
    color: #FFFFFF !important;
    text-decoration: none;
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
}
.editSect{
	font-size: 13px;
    line-height: 16px;
    color: #FFFFFF !important;
    text-decoration: none;
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
}
.stockcolor{
	background: #F4F6F9;
}
.bindCheck{
	transform: scale(1.1);
}
.padmast.hzNumb{background:#04859D;}
.padmast.redNumb{background:#FF0D00;}
.padmast.greenNumb{background:#00C618;}
.padmast{
	display:inline-block;
	margin-left:20px;
	width:10px;
	height:10px;
}
.logofurry{
	padding: 0px 25px;
}
.checkAll{
	transform: scale(1.1);
}
.numberfield:focus{
	outline:1px solid gray;
}
.numberfield{
    box-shadow: 0px 0px 4px rgb(127 127 127 / 5%), 0px 0px 4px rgb(127 127 127 / 5%);
    border-width: 1px;
    border-style: solid;
    border-color: #D5D7DA;
    background-color: transparent;
    border-radius: 3px;
    font-size: 12px;
	max-width:100px;
	padding-top: 3px;
}
.submitbtn{
/* 	border-color: #DDDDDD;
    background-color: #D5D7DA;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px; */
	font-size: 13px !important;
    padding: 2px 8px !important;
    vertical-align: middle !important;
    min-height: auto !important;
    display: inline-block !important;
}
.btnSave{
/* 		border-color: #DDDDDD;
    background-color: #D5D7DA;
    border-radius: 5px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px; */
	font-size: 13px !important;
    padding: 2px 8px !important;
    vertical-align: middle !important;
    min-height: auto !important;
    display: inline-block !important;
}
.crithit{
	background:#ff8484;
}
.main_container{
	min-height:100vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	overflow:hidden;
	    padding: 0px 20px;
}
.center_logo img{width:100%;}
.center_logo{
	width:100px;
}
.main_naming{
	font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
	font-size: 56px;
    line-height: 1.2;
    font-weight: 700;
	/* display:block; */
}
.main_slogan{
	font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif; 
	font-size: 22px;
    line-height: 1.37;
    font-weight: 400;
	margin-top:15px;
}
.hrRow{
	background:#9c999b;
	height:1px;
	width:90%;
	max-width:575px;
	margin-top:10px;
}
.main_info{
	font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif; 
	font-size: 16px;
    line-height: 1.5;
	margin-top:10px;
    font-weight: 400;
}

.howItUse:hover{
	transform:scale(1.1);
}
.howItUse:before{
    content: "";
    display: inline-block;
    background: url(/bitrix/templates/main/images/play.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 20px;
    margin-right: 15px;
}
.howItUse{
	background:#1B1B1C !important;
	color:white !important;
	text-decoration:none !important;
	font-size: 15px;
	font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif; 
	padding: 14px 37px;
	border-radius:4px;
	display:inline-block;
	transition:all 0.2s linear;
	transform:scale(1);
	padding-left: 22px;
}
.main_buttonBlock{
	margin-top:50px;
}
.siteIn:hover,.siteReg:hover{
	transform:scale(1.1);
}
.siteIn,.siteReg{
	font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #1b1b1c;
    border-radius: 4px;
    border: 1px solid #1b1b1c;
    text-decoration: none;
    padding: 12px 21.4px;
    display: inline-block;
    margin-top: 8px;
	transition:all 0.2s linear;
	transform:scale(1);
}
.siteReg{
	margin-left: 15px;
}
.freesev{
	font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
	margin-top:15px;
}
.main_login_form{
    background: white;
    border-radius: 5px;
    padding:20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
	display:none;
}
.main_register_form{
	 background: white;
    border-radius: 5px;
    padding:20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
	display:none;
}
.modal_closer img{
	width:100%;
}
.modal_closer{
	display:inline-block;
	width:15px;
}
.new_form_input{
	border:none;
	outline:none;
	font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
	border-bottom:1px solid #1b1b1c;
	padding:5px 10px;
	min-width:280px;
	display:block;
}
.singleMarg{
	margin-top: 35px;
}
.new_ssubmit_button:hover{
    transform: scale(1.1);	
}
.new_ssubmit_button{
    background: #1B1B1C !important;
    color: white !important;
    text-decoration: none !important;
    font-size: 15px;
    font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
    padding: 14px 37px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.2s linear;
    transform: scale(1);
    width: 100%;
    margin-top: 30px;
	cursor:pointer;	
}
.forgpass{
	font-family: Comfortaa, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
	display:inline-block;
	margin-top:20px;
	color: #1b1b1c !important;
}
.fancys{
    cursor: zoom-in;	
}
.logoUt:after{
	content: "";
    background: url(/bitrix/templates/main/images/logout.png);
    display: inline-block;
    width: 19px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background-size: 17px;
    background-repeat: no-repeat;
}
.logoUt{
	float: right;
    margin-top: 15px;
}
.redLink{
	color:#ff6363 !important;
}
.payLoad em{    color: #7F7F7F;}
.payLoad{
	font-size: 13px;
    color: #ff5959;
}
.saveApi{
	display: inline-block;
}
.attentionRow{
	background: #930000;
    text-align: center;
    color: white;
    padding: 5px;
    font-size: 13px;
}
.button-6 {
align-items: center;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: .25rem;
box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.85);
cursor: pointer;
display: inline-flex;
font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: 600;
justify-content: center;
line-height: 1.25;
margin: 0;
min-height: 3rem;
padding: calc(.875rem - 1px) calc(1.5rem - 1px);
position: relative;
text-decoration: none;
transition: all 250ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
width: auto;
}

.button-6:hover,
.button-6:focus {
border-color: rgba(0, 0, 0, 0.15);
box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
transform: translateY(-1px);
}

.button-6:active {
background-color: #F0F0F1;
border-color: rgba(0, 0, 0, 0.15);
box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
color: rgba(0, 0, 0, 0.65);
transform: translateY(0);
}
.rlbord{
    border-right: 1px solid #D5D7DA !important;	
    border-left: 1px solid #D5D7DA !important;	
}
.helpball{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    margin-top: -3px;
	cursor:pointer;
}

@media screen and (max-width:767px)
{
	.main_info{
		text-align:center;		
	}
	.main_slogan{
		text-align:center;
	}
}

/* End */
/* /bitrix/templates/main/template_styles.css?167758131935795 */
