@font-face {
  font-family: 'MuseoSansCyrl-100';
  src: url('/css/fonts/MuseoSansCyrl-100.eot');
  src: url('/css/fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg'),
       url('/css/fonts/MuseoSansCyrl-100.ttf') format('truetype'),
       url('/css/fonts/MuseoSansCyrl-100.woff') format('woff'),
       url('/css/fonts/MuseoSansCyrl-100.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-300';
  src: url('/css/fonts/MuseoSansCyrl-300.eot');
  src: url('/css/fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg'),
       url('/css/fonts/MuseoSansCyrl-300.ttf') format('truetype'),
       url('/css/fonts/MuseoSansCyrl-300.woff') format('woff'),
       url('/css/fonts/MuseoSansCyrl-300.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-500';
  src: url('/css/fonts/MuseoSansCyrl-500.eot');
  src: url('/css/fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg'),
       url('/css/fonts/MuseoSansCyrl-500.ttf') format('truetype'),
       url('/css/fonts/MuseoSansCyrl-500.woff') format('woff'),
       url('/css/fonts/MuseoSansCyrl-500.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-700';
  src: url('/css/fonts/MuseoSansCyrl-700.eot');
  src: url('/css/fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg'),
       url('/css/fonts/MuseoSansCyrl-700.ttf') format('truetype'),
       url('/css/fonts/MuseoSansCyrl-700.woff') format('woff'),
       url('/css/fonts/MuseoSansCyrl-700.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'MuseoSansCyrl-500';
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
}
.dropzone.dz-clickable {
  cursor: pointer;
  white-space: normal;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
  background-color: rgba(76, 153, 128, 0.1) !important;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
  display: none;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  min-height: 30px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
  display: none!important;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  display: none!important;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 14px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 10px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 14px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

#calc_main strong {
	font-family: 'MuseoSansCyrl-700';
}
#calc_main {
	font-size: 14px;
	max-width: 1400px;
	max-width: 1000px;
	margin: 80px auto 50px;
}
#calc_main.not_deals {
	max-width: 1000px;
}
#calc_main table tr .fone {
	background:rgba(62,224,5,.1)!important;
}
#calc_main table tr th {
	font-family: 'MuseoSansCyrl-700';
	background: #fbfbfb;
}
#calc_main table tr th,#calc_main table tr td {
	padding: 5px 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #cccccc;
	height: 36px;
  font-size: 14px;
	vertical-align: middle;
	position: relative;
}
#calc_main table tr.hide,#calc_main table tr.hide {
	display: none;
}
#calc_main input[type="text"],#calc_main input[type="number"],#calc_main textarea,#calc_main select {
	border: 1px solid #cccccc;
	text-align: center;
	width: 100%;
	height: 35px;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
	font-family: 'MuseoSansCyrl-300';
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/*
#calc_main table.deals input[type="text"],#calc_main table.deals select {
	padding: 0 3px;
	font-size: 14px;
}
*/
#calc_main table.deals tr.separate {
	font-family: 'MuseoSansCyrl-700';
    background: #fbfbfb;
}
#calc_main input[type="text"]:disabled,#calc_main textarea:disabled,#calc_main select:disabled {
	opacity:0.5;
}
#calc_main textarea {
	height: 100px;
	margin-top: 10px;
}
#calc_main select {
	width: 90%;
	padding: 0 3px!important;
}
#calc_main input[type="text"]:disabled,#calc_main select:disabled {
	border-color: transparent;
	color: #000;
	background: #ffffff;
}
#calc_main td.fone input[type="text"]:disabled {
	border-color: transparent;
	color: #000;
	background:transparent!important;
}
#calc_main .rur{
	display: inline-block;
	width: 18px;
	text-align: center;
}
#calc_main td {
	width: calc(100%/6);
}
#calc_main td.fix {
	vertical-align:middle;
	background:rgba(62,224,5,.1)!important;
}
#calc_main table {
	max-width: 1400px;
	max-width: 1000px;
	margin: 0 auto;
}
#calc_main table.main {
/* 	position: fixed;
    top: 0;
    background: #ffffff;
    left: 50%;
    margin-left: -600px; */
	margin-bottom: 20px;
}
#calc_main table {
	width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.05);
}
#calc_main .title {
	font-size: 18px;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #cccccc;
	margin-top: -1px;
	margin-bottom: -1px;
	background: #f8f8f8;
	max-width: 1000px;
	box-sizing: border-box;
}
#calc_main table.deals td,#calc_main table.deals th {
	width: calc(1400px/9);
	width: calc(1000px/9);
	padding-left: 0!important;
	padding-right: 0!important;
}
#calc_main table.deals.stat {
	margin-bottom: 30px;
	margin-top: -21px;
}
#calc_main table.deals.stat td,#calc_main table.deals.stat th {
	width: calc(100%/7);
	padding-left: 0!important;
	padding-right: 0!important;
}
#calc_main table.deals.stat th {
	padding: 0!important;
}
#calc_main table.deals.stat th a i.fa {
	margin-left: 5px;
}
.ui-datepicker {
    width: 240px!important;
    z-index: 10001!important;
}
#calc_main table.deals th a {
	display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #333333;
}
#calc_main table.deals.stat th a {
	display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #333333;
}
#calc_main table.deals.stat th a.current {
    color: red;
}
#calc_main table.deals td.padding {
	padding-left: 30px!important;
	padding-right: 30px!important;
	overflow: hidden;
}
#calc_main table.deals td label {
	cursor: pointer;
	width: 85px;
	display: inline-block;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

	/* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none;
}
#calc_main table.deals tr:hover:not(.not_active) td {
	background: #f5f5f5!important;
}
#calc_main table.deals tr.open:hover td:not(.fone) {
	background: #ffffff!important;
}
#calc_main table.deals tr.open:hover td.fone {
	background: rgba(62,224,5,.1)!important;
}
#calc_main table.deals td label input[type="checkbox"],#calc_main table td label input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#calc_main table td label span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
}
#calc_main table.deals td label span {
	display: inline-block;
	vertical-align: middle;
	color: red;
}
#calc_main table.deals td label.plus span {
	color: #3fb316!important;
}
#calc_main table.deals td label.return span {
	color: #cccccc;
}
#calc_main table.deals td label.returned, #calc_main table.deals td label.results_deal {
	white-space: nowrap;
}
#calc_main table.deals td label.returned span {
	color: #cccccc;
}
#calc_main table.deals.scrolled tr:first-child {
	/* position: fixed;
    width: 1400px;
    background: #ffffff;
    top: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1); */
}
#calc_main table.deals td label.returned.check span {
	color: #666666;
}

#calc_main table.deals td span.minus {
	cursor: pointer;
	width: 60px;
	display: inline-block;
	text-align: left;
	padding-left: 0;
	color: red;
}
#calc_main table.deals td span.plus {
	cursor: pointer;
	width: 60px;
	display: inline-block;
	text-align: left;
	padding-left: 0;
	color: #3fb316!important;
}
#calc_main table.deals td span.return i {
	font-size: 14px;
}
#calc_main table.deals td span.return {
	cursor: pointer;
	width: 60px;
	display: inline-block;
	text-align: left;
	padding-left: 0;
	color: #cccccc;
}
#calc_main table.deals input.price {
	width:calc(100% - 18px);
}
#calc_main table.deals input[type="text"],
#calc_main table.deals input[type="number"] {
	width: 60px!important;
}
#calc_main table.deals input[name="s[percent]"] {
	width: 50px!important;
}
#calc_main table.deals td.plus {
	color: #3fb316!important;
}
#calc_main table.deals td.return {
	color: #cccccc;
}
#calc_main table.deals td.minus {
	color: red;
}
#calc_main table .comment {
	color: #aaaaaa;
    display: block;
    font-size: 14px;
}
#calc_main table.deals td strong {
	font-size: 14px;
}
#calc_main table.deals td small {
	color: #cccccc;
}
#calc_main table.deals td strong.profit {
	color: #3fb316!important;
}
#calc_main table.deals td small.profit {
	color: #3fb316!important;
}
#calc_main table.deals td strong.drow {
	color: red!important;
}
#calc_main table.deals td small.drow {
	color: red!important;
}

#calc_main table.deals tr.total td {
	padding: 25px 10px;
}

#calc_main table.results tr td {
	border: none;
}
#calc_main table.results {
	width: 34%;
	margin-top: 20px!important;
	margin-bottom: 70px!important;
	box-shadow: none!important;
}
#calc_main table.results input[type="submit"]{
	width: 250px;
	width: 200px;
}
#calc_main table.results input[type="submit"]:hover {
	background: #047bf8;
	color: #ffffff;
	border-color: #047bf8;
}

#calc_main table input[type="submit"] {
	border: 1px solid #cccccc;
	background: #f5f5f5;
	border-radius: 3px;
	height: 35px;
	box-sizing: border-box;
	width: 250px;
	width: 200px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
	font-family: 'MuseoSansCyrl-700';
}
#uploadsImage {
	cursor: pointer;
	width: 100%;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #cccccc;
	background: #f5f5f5;
	box-sizing: border-box;
	max-width: 110px;
	float: right;
	margin-top: 25px;
	border-radius: 5px;
}
#dropzone i {
	line-height: 35px;
    position: absolute;
    left: 45px;
}
#dropzone {
	line-height: 35px;
	height: 35px;
	display: block;
	text-align: left;
	width: 340px;
    padding-left: 108px;
	position: relative;
}
#dropzone i + #dropzone .dz-preview {
    top: 33px;
}

#test-list {
	margin: 5px 0!important;
    white-space: normal;
    float: left!important;
	height: 72px;
}
#test-list li {
    display: inline-block;
    margin: 0 10px 0px 0;
    position: relative;
    vertical-align: top;
    float: none;
    line-height: 1;
}
#test-list li:first-child {
	margin-right: 30px;
}
#test-list li >i {
	display: block;
    font-style: normal;
    line-height: 72px;
    font-size: 20px;
    color: #ccc;
}
#test-list li >span {
    cursor: move;
    position: relative;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    background-color: #eeeeff;
}
#test-list li >span img.handle {
    max-height: 60px;
    max-width: 70px;
}
#test-list li .hover-block {
    display: none;
    top: 1px;
    right: 1px;
    background: url(/admin_2/images/blank.png);
    padding: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    position: relative;
    behavior: url(/libs/PIE.htc);
    position: absolute;
}
.test-list {
	margin: 0 -15px!important;
	text-align: center;
}
.test-list li {
	display: inline-block;
    margin: 3px;
    border: 1px solid #cccccc;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}
.test-list li >span {
	width: 100%;
    height: 20px;
    display: block;
    overflow: hidden;
}
.test-list li >span a i {
	margin-top: 3px;
    margin-left: 0px;
	color: #999999;
}
.test-list li >span a {
	display: block;
	width: 20px;
    height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 14px;
}
table .wrap {
  display: block;
  line-height: 37px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
}
.test-list li >span img {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	
}

.select_block {
	position: relative;
	margin: -13px 0;
}
.select_block .current_select {
	position: relative;
    line-height: 55px;
    height: 55px;
	cursor: pointer;
	z-index: 1000;
}
.select_block .current_select img {
	display: block;
    margin: 0px auto;
    position: relative;
    top: 15px;
}
.select_block .list_block {
	position: absolute;
	display: none;
    z-index: 1500;
    top: 55px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    width: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.select_block .list_block .item {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 15px;
}
.select_block .list_block .item:hover {
	background: #dddddd;
}
.select_block .list_block .item img {
	display: block;
	margin: 0 auto;
}
.select_block .list_block .item.current {
	background: #dddddd;
}
.select_block:hover .list_block {
	/* display: block; */
}
.select_block:hover .current_select {
	background: #dddddd;
}

#calc_main .title.d.margin {
	margin-bottom: 36px;
}
#fast_datas {
	width: 100%;
	position: fixed;
    bottom: 0;
	background: #ffffff;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
    height: 60px;
	z-index: 1000;
}
#fast_datas .inner_block {
	width: 1000px;
	margin: 0 auto;	
}
#fast_datas .fixed .row {
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	-webkit-flex-direction: row!important;
	flex-direction: row!important;
	margin-top: 10px;
}
#fast_datas .fixed .row .ceil {
	-webkit-flex-grow: 1;
    flex-grow: 1;
	width: calc(calc(1400px/5));
	width: calc(calc(1000px/5));
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
#fast_datas .fixed .row.col_2 .ceil {
	width: calc(calc(1400px/2));
	width: calc(calc(1000px/2));
}
#fast_datas .fixed .row.col_3 .ceil {
	width: calc(calc(1400px/3));
	width: calc(calc(1000px/3));
}
#fast_datas .fixed .row.col_4 .ceil {
	width: calc(calc(1400px/4));
	width: calc(calc(1000px/4));
}
#fast_datas .fixed .row.col_5 .ceil {
	width: calc(calc(1400px/5));
	width: calc(calc(1000px/5));
}
#fast_datas .fixed .row.col_6 .ceil {
	width: calc(calc(1400px/6));
	width: calc(calc(1000px/6));
}
#fast_datas .fixed .row.col_7 .ceil {
	width: calc(calc(1400px/7));
	width: calc(calc(1000px/7));
}
#fast_datas .fixed .row.col_8 .ceil {
	width: calc(calc(1400px/8));
	width: calc(calc(1000px/8));
}
#fast_datas .fixed .row.col_9 .ceil {
	width: calc(calc(1400px/9));
	width: calc(calc(1000px/9));
}
#fast_datas .fixed .row.col_10 .ceil {
	width: calc(calc(1400px/10));
	width: calc(calc(1000px/10));
}
#fast_datas .fixed .row .ceil a {
	text-decoration: none;
	display: block;
	max-width: 96%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: #f5f5f5;
	font-weight: bold;
	color: #3e3e3e;
	border-radius: 5px;
	margin: 0 auto;
  font-family: 'MuseoSansCyrl-700';
  position: relative;
}
#fast_datas .fixed .row .ceil a .count_stage {
  position: absolute;
  left: 8px;
  top: 8px;
  border: 1px solid #ccc;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  font-family: 'MuseoSansCyrl-500';
  font-weight: 500;
  color: #aaa;
  background: #fff;
  font-style: normal;
}
#fast_datas .fixed .row .ceil a small {
    font-family: 'MuseoSansCyrl-500';
	font-weight: 500;
	color: #aaaaaa;
}
#fast_datas .fixed .row .ceil a:hover {
	background: #eeeeee;
}
#fast_datas .fixed .row .ceil a.current {
	background: #047bf8;
	color: #ffffff;
	border-color: #047bf8;
}
#fast_datas .fixed .row .ceil a.current small {
    color: #ffffff;
    opacity: 0.7;
}

#use_pairs,#use_brokers {
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	-webkit-flex-direction: row!important;
	flex-direction: row!important;
}
#use_pairs .ceil,#use_brokers .ceil {
	-webkit-flex-grow: 1;
    flex-grow: 1;
	max-width: 20%;
}
#use_pairs .ceil .row,#use_brokers .ceil .row {
	text-align: left;
}
#use_pairs .ceil label,#use_brokers .ceil label {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 200%;
	cursor: pointer;
}
#use_pairs .ceil .default,#use_brokers .ceil .default {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
    cursor: pointer;
}
#use_pairs .ceil .default i.fa,#use_brokers .ceil .default i.fa {
	opacity: 0.1;
}
#use_pairs .ceil .default i.fa.fa-star,#use_brokers .ceil .default i.fa.fa-star {
	opacity: 1;
	color: rgb(62,224,5)!important;
}
#use_pairs .ceil .default:hover i.fa,#use_brokers .ceil .default:hover i.fa {
	opacity: 1;
	color: rgb(62,224,5)!important;
}
#use_pairs .ceil .default i.fa.fa-star,#use_brokers .ceil .default i.fa.fa-star {
	display: none;
}
#use_pairs .ceil .default i.fa.fa-star-o,#use_brokers .ceil .default i.fa.fa-star-o {
	display: block;
}
#use_pairs .ceil .default.active i.fa.fa-star,#use_brokers .ceil .default.active i.fa.fa-star {
	display: block;
}
#use_pairs .ceil .default.active i.fa.fa-star-o,#use_brokers .ceil .default.active i.fa.fa-star-o {
	display: none;
}
#use_pairs .ceil .default .hide,#use_brokers .ceil .default .hide {
	display: none;
}
#use_pairs .ceil label.current,#use_brokers .ceil label.current {
	font-weight: bold;
}
#use_pairs .ceil label input,#use_brokers .ceil label input {
	margin: 9px 10px 0px 0px;
	cursor: pointer;
}

#calc_main table th small {
	font-weight: 300;
	color: #cccccc;
  color: #aaa;
}
#calc_main table td .edit {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
    color: #3fb316!important;
    padding: 10px 3px;
}
#calc_main table td .del {
	display: inline-block;
    vertical-align: middle;
    color: red;
    cursor: pointer;
    padding: 10px 3px;
    margin: 0px 0px;
	position: relative;
    top: -1px;
}
#calc_main table td .save {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
    color: #3fb316!important;
    padding: 10px 3px;
}
#calc_main table td .cancel {
	display: inline-block;
    vertical-align: middle;
    color: gray;
    cursor: pointer;
    padding: 10px 3px;
    margin: 0px 0px;
	position: relative;
}
#calc_main table td .add {
	display: block;
    cursor: pointer;
    padding: 10px 0px;
    margin: -5px -10px;
    background: #fafafa;
}
html {
    height: 100%;
    overflow-y: scroll;
}
#page {
    width: 100%;
    margin: 0 auto;
    height: auto!important;
    overflow: hidden;
    position: relative;
    min-height: 100vh!important;
}
#nav {
	width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    background: #ffffff;
    padding: 10px 0;
    z-index: 1001;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
#nav .inner_block {
	max-width: 1000px;
    margin: 0 auto;
}
#nav .logo {
	width: 200px;
    float: left;
    font-size: 20px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    line-height: 140%;
    margin-top: -2px;
    text-align: center;
    margin-left: 0px;
}
#nav .logo small {
	display: block;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: .3;	
}
#nav ul {
	text-align: center;
    font-size: 0;
    overflow: hidden;
    margin-right: 0px;
}
#nav ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	/* max-width: 200px; */
	width: 16.6%;
	box-sizing: border-box;
    border-left: 1px solid #f5f5f5;
}
#nav ul li:first-child {
	border: none;
}
#nav ul li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
#nav ul li a:hover {
	background: rgba(62,224,5,.03)!important;
}
#nav ul li.current >a {
	background: rgba(62,224,5,.1)!important;
	color: #000000;
}
#nav ul li.current ul li a {
  background: none!important;
  color: #000000;
}
.loadingProcess{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;background:rgba(255,255,255,.5);font-size:30px}.loadingProcess i{position:absolute;top:50%;left:50%;margin:-15px 0 0 -15px}

#calc_main table.deals td:nth-child(6), #calc_main table.deals th:nth-child(6), #calc_main table.deals td:nth-child(7), #calc_main table.deals th:nth-child(7), #calc_main table.deals td:nth-child(8), #calc_main table.deals th:nth-child(8) {
	min-width: 110px!important;
}

#calc_main table.deals td:nth-child(11), #calc_main table.deals th:nth-child(11), #calc_main table.deals td:nth-child(11), #calc_main table.deals th:nth-child(11) {
	width: 60px!important;
}

#calc_main table.deals td:nth-child(1), #calc_main table.deals th:nth-child(1), #calc_main table.deals td:nth-child(1), #calc_main table.deals th:nth-child(1) {
	width: 80px!important;
}

#calc_main table.deals td:nth-child(4), #calc_main table.deals th:nth-child(4), #calc_main table.deals td:nth-child(4), #calc_main table.deals th:nth-child(4) {
	width: 100px!important;
}

#calc_main table.deals td:nth-child(5), #calc_main table.deals th:nth-child(5), #calc_main table.deals td:nth-child(5), #calc_main table.deals th:nth-child(5) {
	width: 80px!important;
}

#use_deposits table tr td.plus input[type="text"]{
	color: #3fb316!important;
}

#use_deposits table tr td.minus input[type="text"]{
	color: red!important;
}

#user_deposits table tr td.plus input[type="text"]{
	color: #3fb316!important;
}

#user_deposits table tr td.minus input[type="text"]{
	color: red!important;
}
#use_stages .comment {
	color: #aaaaaa;
    display: block;
    font-size: 14px;
}

#calc_main table.deals tr td .not_activ {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#calc_main table.deals tr.open {
    box-shadow: 0px 0px 20px rgba(0,0,0,.1)
}
#calc_main table.deals.edited tr:not(.open) td:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
}
#calc_main table.deals.edited tr:not(.open){
	opacity: 0.2;
}
#calc_main table.deals.edited tr:not(.open) th,#calc_main table.deals.edited tr:not(.open) td {
	border-color: #eeeeee!important;
}
#calc_main table.deals.edited tr:hover:not(.open) td:not(.fone) {
	background: #ffffff!important;
}
#calc_main table.deals.edited tr.open:hover td.fone {
	background: rgba(62,224,5,.1)!important;
}

#calc_main table.deals tr.hide {
	display: none;
}
.not_active {
	opacity: 0.2;
}
.not_active th,.not_active td {
	border-color: #eeeeee!important;
}

.reload_block {
	position: relative;
}

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 100;
	background: rgba(255,255,255,.6);
}

#popup_container {
	height: auto!important;
    min-height: 205px;
    padding-bottom: 15px!important;
}

#popup_message .deals p {
	line-height: 150%;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    width: 280px;
}
#popup_message .deals p strong {
	display: inline-block;
    width: 90px;
    text-align: left;
	font-family: 'MuseoSansCyrl-700';
}

#calc_main table#use_stages th,#calc_main table#use_stages td {
	width: auto;
}

#tabs_list {
	border: 1px solid #cccccc;
    background: #f5f5f5;	
}
#tabs_list ul {
	text-align: center;
    line-height: 150%;
	font-size: 0;
}
#tabs_list ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
#tabs_list ul li span {
	display: block;
    padding: 5px 30px;
    cursor: pointer;
	line-height: 160%;
	border: 1px solid #cccccc;
	margin: -1px -1px -1px 0;
}
#tabs_list ul li span:hover {
	background: #eee;
}
#tabs_list ul li.current span {
	background: #ffffff;
}

#tabs_list ul li:first-child {
	margin-left: 0;
}

.tabs_list {
	border: 1px solid #cccccc;
    background: #f5f5f5;	
}
.tabs_list ul {
	text-align: center;
    line-height: 150%;
	font-size: 0;
}
.tabs_list ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.tabs_list ul li span {
	display: block;
    padding: 5px 30px;
    cursor: pointer;
	line-height: 160%;
	border: 1px solid #cccccc;
	margin: -1px -1px -1px 0;
}
.tabs_list ul li span:hover {
	background: #eee;
}
.tabs_list ul li.current span {
	background: #ffffff;
}

.tabs_list ul li:first-child {
	margin-left: 0;
}
.schemas {
	box-shadow: 0px 0px 10px rgba(0,0,0,.05);
	margin: -1px 0 50px;
	border: 1px solid #cccccc;
	display: none;
	position: absolute;
	padding: 20px;
}
.schemas.show {
	display: block;
	position: relative;
}
#graphs_block {
	position: relative;
	height: 550px;
}

@media screen and (max-width:1400px){
	#calc_main table.deals.scrolled tr:first-child {
		position: relative;
		width: auto;
	}
	#fast_datas .fixed {
		width: 100%;
	}
	#fast_datas .fixed .row {
		width: 100%;
	}
	#fast_datas .fixed .row.col_2 .ceil {
		width: calc(calc(100%/2));
	}
	#fast_datas .fixed .row.col_3 .ceil {
		width: calc(calc(100%/3));
	}
	#fast_datas .fixed .row.col_4 .ceil {
		width: calc(calc(100%/4));
	}
	#fast_datas .fixed .row.col_5 .ceil {
		width: calc(calc(100%/5));
	}
	#fast_datas .fixed .row.col_6 .ceil {
		width: calc(calc(100%/6));
	}
	#fast_datas .fixed .row.col_7 .ceil {
		width: calc(calc(100%/7));
	}
	#fast_datas .fixed .row.col_8 .ceil {
		width: calc(calc(100%/8));
	}
	#fast_datas .fixed .row.col_9 .ceil {
		width: calc(calc(100%/9));
	}
	#fast_datas .fixed .row.col_10 .ceil {
		width: calc(calc(100%/10));
	}
}


/*
*  NEW STYLES
*/

#nav .inner_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

#nav .inner_block .logo, #nav .inner_block .nav, #nav .inner_block .profile {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#nav .inner_block .logo {
  width: 160px;
}

#nav .inner_block .nav {
  width: 680px;
}

#nav .inner_block .profile {
  width: 160px;
  text-align: right;
  position: relative;
  padding: 13px 0 9px;
  margin: -16px 0 -13px;
}

#nav .inner_block .profile .title {
  display: block;
  line-height: 150%;
  font-size: 19px;
}

#nav .inner_block .profile a {
  text-decoration: none;
  color: #000000;
  display: block;
}

#nav .inner_block .profile .title a i.fa {
  font-size: 22px;
  margin-right: 10px;
}

#nav .inner_block .profile .status {
  font-size: 13px;
  display: block;
}

#nav .inner_block .profile .status a {
  opacity: .3;
}

#nav .inner_block .profile .hidden_block:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: 70px;
  content: "";
  display: block;
  z-index: 2;
}
#nav .inner_block .profile .hidden_block:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #000;
  opacity: .1;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: 69px;
  content: "";
  display: block;
  z-index: 1;
}

#nav .inner_block .profile .hidden_block {
  position: absolute;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 13px;
  right: 0;
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(.5em);
  -moz-transform: translateY(.5em);
  -ms-transform: translateY(.5em);
  -o-transform: translateY(.5em);
  transform: translateY(.5em);
  -webkit-transition: opacity .3s,visibility .3s,-webkit-transform .3s;
  -o-transition: opacity .3s,visibility .3s,-o-transform .3s;
  -moz-transition: transform .3s,opacity .3s,visibility .3s,-moz-transform .3s;
  transition: transform .3s,opacity .3s,visibility .3s;
  transition: transform .3s,opacity .3s,visibility .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
}

#nav .inner_block .profile .hidden_block ul li {
  display: block;
  width: 100%;
  border: none;
  line-height: 1;
}

#nav .inner_block .profile .hidden_block ul li a {
  display: block;
  line-height: 150%;
  padding: 5px 20px;
  text-align: left;
}

#nav .inner_block .profile:hover .hidden_block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#nav .inner_block .logo a {
  display: block;
  color: #000;
  text-decoration: none;
}

#nav .inner_block .profile ul.auth {
  text-align: right;
  margin-top: 4px;
}

#nav .inner_block .profile ul.auth li {
  text-align: right;
  width: auto;
  border: none;
  position: relative;
}

#nav .inner_block .profile ul.auth li:before {
  content: "/";
  position: absolute;
  left: -3px;
  display: block;
  font-size: 14px;
  opacity: .6;
}

#nav .inner_block .profile ul.auth li:first-child:before {
  display: none;
}

#nav .inner_block .profile ul.auth li a {
  padding: 0 10px;
  font-size: 14px;
  background: none!important;
}

#nav .inner_block .profile ul.auth li a:hover {
  opacity: .5;
}

#calc_main table.deals tr.depositing_funds {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, .1) inset;
}

#calc_main table.deals tr.depositing_funds td,
#calc_main table.deals tr.depositing_funds:hover td {
  background-color: #3fb31633 !important;
  border-color: #3fb31633 !important;
}

#calc_main table.deals tr.withdrawal_funds {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, .1) inset;
}

#calc_main table.deals tr.withdrawal_funds td,
#calc_main table.deals tr.withdrawal_funds:hover td {
  background-color: rgba(255, 0, 0, 0.1) !important;
  border-color: rgba(255, 0, 0, 0.1) !important;
}

div.plus {
	color: #3fb316!important;
}

div.minus {
	color: red;
}