.table-result-content {
  min-width: 350px;
}

.table-result-content td {
  padding: 5px 5px;
}

.block-balance-flow {
  table-layout: fixed;
  width: 100%;
}

.block-balance-flow td.left {
  width: 0;
}

table.block-balance-flow td.left:has(> div:not([style*="display: none"])) {
  width: 50%;
}

a.toggle-advanced {
  text-transform: uppercase;
  color: var(--a-advanced-color);
}

a.toggle-advanced:hover {
  color: var(--a-advanced-hov-color);
}

.btn-back-header {
  font-size: 18px;
  cursor: pointer;
  color: var(--btn-back-header-color);
  border: none;
  background: none;
  --size: 30px;
  width: var(--size);
  height: var(--size);
  /* border-radius: calc(var(--size) / 2); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-back-header:hover {
  color: var(--icon-hov-color);
}

.wrap-price {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-bottom: 15px;
}

.block-price,
.block-image {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

.block-price {
  width: 30.5%;
  padding: 3px;
}

.block-image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.block-image img {
  width: 100%;
}

.plate-price {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: white; /*var(--color-gray-100)*/
  padding: 0 15px 20px 15px;
  text-align: center;
  user-select: none;
}

.block-price .substrate {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 23px
}

.substrate--junior {
  background:
    linear-gradient(90deg, var(--color-blue-350) 70%, var(--color-green-350) 0) top / 100% 45% no-repeat,
    linear-gradient(90deg, var(--color-blue-350) 70%, var(--color-red-300) 0) top / 100% 75% no-repeat,
    linear-gradient(90deg, var(--color-orange-300) 70%, var(--color-red-300) 0) top / 100% 100%;
    /* linear-gradient(90deg, var(--color-blue-350) 70%, var(--color-green-350) 0) top / 100% 45% no-repeat,
    linear-gradient(90deg, var(--color-blue-350) 70%, var(--color-lilac-300) 0) top / 100% 75% no-repeat,
    linear-gradient(90deg, var(--color-orange-300) 70%, var(--color-lilac-300) 0) top / 100% 100%; */
}

.substrate--senior {
  background: 
    linear-gradient(90deg, var(--color-blue-350) 70%, var(--color-red-300) 0) top / 100% 45% no-repeat,
    linear-gradient(90deg, var(--color-blue-350) 70%, var(--color-orange-300) 0) top / 100% 75% no-repeat,
    linear-gradient(90deg, var(--color-green-350) 70%, var(--color-orange-300) 0) top / 100% 100%;
    /* linear-gradient(90deg, var(--color-blue-350) 70%, var(--color-lilac-300) 0) top / 100% 45% no-repeat,
    linear-gradient(90deg, var(--color-blue-350) 70%, var(--color-orange-300) 0) top / 100% 75% no-repeat,
    linear-gradient(90deg, var(--color-green-350) 70%, var(--color-orange-300) 0) top / 100% 100%; */
}

.plate-price .plan {
  text-align: center;
}

.plate-price .plan > div {
  display: inline-block;
  background-color: var(--color-gray-700);
  padding: 0 20px;
  color: var(--color-white);
  font-size: 17px;
  line-height: 36px;
  min-width: 50%;
  clip-path: polygon(0 0, 8px 100%, calc(100% - 8px) 100%, 100% 0);
  margin-top: -3px;
}

.plate-price .license {
  margin-top: 5px;
  line-height: 1.7;
}

.plate-price .license .period {
  font-size: 48px;
}

.plate-price .license .month {
  display: inline-block;
  position: relative;
  top: -22px;
  margin-left: 5px;
}

.plate-price .license-windows {
  font-weight: bold;
  margin: 15px 0;
}

.plate-price .price {
  --size: 45px;
  display: inline-block;
  border-radius: calc(var(--size) / 2);
  height: var(--size);
  padding: 0 20px;
  line-height: var(--size);
  background-color: var(--color-orange-200); /* --color-lilac-200 */
}

.plate-price .price .number {
  font-size: 22px;
}

.plate-price .cost {
  margin-top: 15px;
  line-height: 1;
}

.plate-price .discount {
  margin-top: 15px; 
  font-weight: bold;
  line-height: 1;
}

.plate-price .btn {
  width: 160px;
  /* border-radius: 17px; */
  margin-top: 20px;
  text-transform: uppercase;
  transition: width 0.3s ease;
}

.plate-price .btn:hover {
  width: 172px;
}

.plate-price .note {
  margin-top: 10px;
  text-align: left;
  color: var(--service-text-color);
}

.plate-price .note ul {
  text-align: left;
}

.plate-price .note div {
  line-height: 1.6;
}

.plate-price .heading-note {
  line-height: 1;
  margin-top: 20px;
}

.contacts-icon { 
  font-size: 23px;  
  color: var(--color-blue-400);
  float: left;  
}

.icon-location-pin.contacts-icon {
  font-size: 26px;  
}

.contacts-text {
  display: inline-block;
  line-height: 24px;
}

.bor-rad-10 {
  border-radius: 10px;
}

.link-alert-right {
  position: absolute;
  right: 15px;
  line-height: 1;
  z-index: 10;
}

.img-example-psych-chart {
  border-radius: 10px;
  margin: 0 0 10px 0;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.infographic-image {
  height: 270px;
  border-radius: 28px;
  margin: 30px 35px;
}

iframe.infographic-image {
  width: 405px;
}

.infographic-image--clip-1,
.infographic-image--clip-2,
.infographic-image--clip-3,
.infographic-image--clip-4,
.infographic-image--clip-5 {
  border-radius: 0;
}

.infographic-image--clip-1 {
  clip-path: shape(
    from 10% 5%,
    curve to 2% 15% with 2% 5%,
    line to 0% 90%,
    curve to 10% 100% with 0% 100%,
    /* line to 40% 99%, */
    smooth to 90% 100%,
    curve to 100% 90% with 100% 100%,
    line to 100% 10%,
    curve to 90% 0% with 100% 0%,
    line to 10% 5%,
    close
  );
}

.infographic-image--clip-2 {
  clip-path: shape(
    from 90% 100%,
    curve to 98% 85% with 98% 100%,
    line to 100% 10%,
    curve to 90% 0% with 100% 0%,
    /* line to 60% 1%, */
    smooth to 10% 0%,
    curve to 0% 10% with 0% 0%,
    line to 0% 88%,
    curve to 8% 96% with 0% 96%,
    line to 90% 100%,
    close
  );
}

.infographic-image--clip-3 {
  clip-path: shape(
    from 15% 0%,
    curve to 5% 10% with 6% 0%,
    line to 0% 90%,
    curve to 10% 100% with 0% 100%,
    line to 90% 100%,
    curve to 100% 90% with 100% 100%,
    line to 98% 15%,
    curve to 90% 0% with 98% 0%,
    line to 15% 0%,
    close
  );
}

.infographic-image--clip-4 {
  clip-path: shape(
    from 10% 0%,
    curve to 2% 10% with 3% 0%,
    curve to 2% 90% with 0% 50%,
    curve to 10% 100% with 3% 100%,
    line to 90% 100%,  
    curve to 98% 90% with 97% 100%,
    curve to 98% 10% with 100% 50%,
    curve to 90% 0% with 97% 0%,
    line to 10% 0%,
    close
  );
}

.infographic-image--clip-5 {
  clip-path: shape(
    from 5% 5%,
    curve to 0% 15% with 0% 7%,
    line to 5% 90%,
    curve to 15% 100% with 5% 100%,
    smooth to 90% 100%,
    curve to 100% 92% with 100% 102%,
    line to 99% 12%,
    curve to 92% 0% with 99% 1%,
    line to 5% 5%,
    close
  );
}

.description-app li {
  line-height: 1.8;
}

.description-app {
  padding: 0 15px;
}

.google-maps {
  border: none;
}

.icon-star-empty.icon-request-payment,
.icon-star-half.icon-request-payment,
.icon-star-full.icon-request-payment {
  font-size: 18px;
}

.icon-checkbox-checked.icon-request-payment {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.icon-checkmark.icon-request-payment {
  font-size: 17px;
}

.icon-request-payment {
  color: var(--color-blue-400);
}

.infographic-store {
  height: 340px;
}

.infographic-feedback {
  height: 260px;
}

.infographic-basket {
  height: 320px;
}

.infographic-donate {
  height: 300px;
}

.table-basket td {
  height: 30px;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-gray-600);
}

.table-basket td.total-basket {
  border: none;
  height: auto;
  vertical-align: top;
  padding-top: 8px;
}

.table-basket td select {
  border: none;
  text-align: right;
  padding: 0;
  width: 100%;
}

.table-basket td select.select-amount {
  width: 60px;
}

.table-basket td.icon-delete-app-basket {
  border: none;
  color: var(--color-red-400);
  cursor: pointer;
  font-size: 16px;
}

.icon-delete-app-basket:hover span {
  font-weight: bold;
}

table.header-price,
table.price {
  width: 50%;
  margin-top: 15px;
}

table.header-price td {
  text-align: center;
  padding-top: 6px;
  vertical-align: bottom;
  user-select: none;
}

table.price tr {
  background-color: var(--color-blue-200);
}

table.price td {
  vertical-align: middle;
  height: 30px;
  user-select: none;
}

table.price td.left-td {
  border-radius: 15px 0 0 15px;
}

table.price td.right-td {
  border-radius: 0 15px 15px 0;
  text-align: right;
}

table.price strike,
.blue-text {
  color: var(--color-blue-600);
}

.btn-buy {
  display: inline-block;
  padding: 0 18px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  color: var(--color-white);
  background-color: var(--color-blue-400);
}

.btn-buy:hover {
  background-color: var(--color-blue-500);
}

.name-project-hb {
  padding-right: 34px;
}

span.icon-stats-bars.icon-hor-stats {
  position: relative;
  transform: rotate(90deg);
  display: inline-block;
  top: 1px;
}

.block-btn-header-page,
.block-angle-btn {
  position: absolute;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
}

.block-btn-header-page {
  margin: 0;
  top: 19px;
  z-index: 3;
}


.block-btn-header-page span,
.block-angle-btn span {
  font-size: 19px;
  cursor: pointer;
  position: relative;
  float: left;
  padding: 5px;
  color: var(--color-gray-700);
}

.block-btn-header-page .icon-save-project {
  color: var(--color-blue-400); 
}

.page-header span.icon-save-project-blocked,
.page-header span.icon-save-project {
  font-size: 19px;
  cursor: pointer;
  padding: 5px 0 5px 5px;
}

.page-header span.icon-save-project-blocked {
  color: var(--color-gray-700);
  cursor: default;
}

.block-btn-header-page span:hover,
.block-angle-btn span:hover {
  color: var(--icon-hov-color);
}

.block-btn-header-page .icon-save-project:hover,
.page-header span.icon-save-project:hover {
  color: var(--icon-hov-color);
}

.block-btn-header-page span.icon-folder-open1,
.block-angle-btn span.icon-folder-open1 {
  font-size: 23px;
  padding: 3px 4px 4px 4px;
}

.chart-tooltip {
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.chart-capacity-area,
.chart-cost {
  display: inline-block;
  width: 66%;
}

.chart-cost {
  width: 55%;
}

.chart-capacity-area,
.chart-cost,
.chart-consumption {
  margin-left: -10px;
  display: inline-block;
}

.chart {
  overflow: hidden;
  border-radius: 10px;
}

.frame-result {
  display: inline-block;
  padding: 10px 40px 0 10px;
  min-width: 250px;
  border: 1px solid var(--input-border-color);
  border-radius: 10px;
  font-size: 14px;
  max-width: 70%;
}

td .icon-off {
  font-size: 14px;
  color: var(--color-red-400);
}

td .icon-on {
  font-size: 14px;
  color: var(--color-green-500);
}

div.mark-envelope-room {
  margin: 0px 10px 2px 0px;
}

.menu-datalist li:hover.menu-datalist-selected div.mark-envelope-room {
  border-color: var(--color-white);
} 

.menu-datalist li:hover div.mark-envelope-room {
  border-color: var(--color-gray-300);
}

.bar-orientation-plan,
.orientation-plan {
  display: inline-block;
  background-color: var(--radio-tile-bg-color);
  cursor: pointer;
}

.orientation-plan {
  cursor: default;
}

.bar-orientation-plan:hover {
  background-color: var(--radio-tile-hov-bg-color);
}

.bar-orientation-plan td, 
.orientation-plan td {
  width: 27px;
  height: 27px;
  user-select: none;
  position: relative;
}

.bar-orientation-plan td > img,
.orientation-plan td > img {
  width: 100%;
  height: 100%;
  position: relative;
}

.bar-orientation-plan td > .icon-sh-compass {
  position: absolute;
  color: var(--color-blue-400);
  font-size: 27px;
  top: 0px;
}

.infographics-desktop {
  line-height: 1;
  color: var(--color-black-400);
  text-align: left;
  user-select: none;
  margin-bottom: 20px; 
}

.infographics-desktop table td {
  vertical-align: top;
  text-align: left;
}

.infographics-desktop .img {
  text-align: right;
  width: 570px;
}

.infographics-desktop .img,
.infographics-desktop .img img {
  height: 330px;
}

.infographics-desktop .caption {
  padding-top: 15px;
  padding-left: 60px;
}

.infographics-desktop .caption .icon {
  font-size: 18px; /* 18.5px */
  margin-right: 15px;
  background-color: var(--color-gray-600); /* --color-black-350 --color-blue-200 */
  color: var(--color-white);
  display: inline-flex;
  --size: 34px;
  width: var(--size);
  height: var(--size);
  border-radius: calc(var(--size) / 2);
  justify-content: center;
  align-items: center ;
}

.infographics-desktop .caption > div:first-child div {
  padding: 3.5px 10px;
}

.infographics-desktop .caption span {  
  font-size: 17px;
}

.infographics-desktop .caption .word-1 {
  color: var(--color-black-400);
}

.infographics-desktop .caption .word-2 {
  color: var(--color-blue-400);
}

.infographics-desktop .caption .word-3 {
  color: var(--color-yellow-600);
}

.infographics-desktop .caption .word-4 {
  color: var(--color-black-400);
}

.infographics-desktop .caption .word-5 {
  color: var(--color-black-400);
}

.infographics-desktop .caption .word-6 {
  color: var(--color-green-400);
}

.infographics-desktop .caption .word-7 {
  color: var(--color-red-300);
}

.infographics-desktop .caption .word-8 {
  color: var(--color-black-400);
}

.scheme-supply-stairs {
  width: 520px;
}

.scheme-supply-elevator {
  width: 396px;
}

.scheme-smoke-ventilation {
  width: 460px;
}

.scheme-supply-stairs,
.scheme-supply-elevator,
.scheme-smoke-ventilation {
  margin-top: 5px;
}

.scheme-app {
  width: 460px;
}

.drawing-ductwork-surface {
  width: 145px;
  padding: 5px 0;
  background-color: white;
  /* border-radius: 10px; */
}

.example-style {
  height: 30px;
  width: 80px;
  margin-right: 10px;
  display: inline-block;
}

.box-example-style {
  margin-bottom: 20px;
}

.table-test td {
  border: 1px solid var(--color-black-400);
  padding: 4px;
  background-color: var(--color-white);
}

.user-value-mark {
  color: var(--color-blue-600);
}

.process-mark-line-1,
.process-mark-line-2 {
  position: relative;
  display: inline-block;  
  height: 2px;
  width: 12px;
  margin: 2px 0;
  background-color: red;
  margin: 4px 0;
}

.process-mark-line-1 {
  left: 1px;
}

.process-mark-line-2 {
  right: 1px; 
}

.process-mark-point {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  position: relative;
  top: -2px;
}

.duct-mark-line {
  position: relative;
  display: inline-block;  
  background-color: red;
  height: 6px;
  width: 6px;
  margin: 0px 0px 2px 0px;
}

.td-header-line-2 {
  border-top: solid 1px var(--color-gray-500);
}

.block-color-palette {
  display: inline-block;
  padding: 13px;
  box-shadow: 0 2px 7px var(--menu-datalist-shadow-color);
  position: absolute;
  z-index: 10;
  background-color: var(--menu-datalist-bg-color);
}

.color-palette {
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}

#btn-color-indicator {
  position: relative;
  height: 2px;
  border-radius: 1px;
}

.color-palette td {
  cursor: pointer;
  height: 34px;
  width: 34px;
  padding: 2px;
}

.color-palette td > div {
  display: inline-block;
  height: 100%;
  width: 100%;
  -webkit-transition: border-radius ease-out 0.15s;
  transition: border-radius ease-out 0.15s;
}

.color-palette td:hover > div {
  border-radius: 15px;
}

.color-palette td > div.reset-color-palette {
  background-color: var(--btn-reset-palette-bg-color);
  color: var(--btn-reset-palette-text-color); 
  font-size: 14px;
  display: flex; 
  align-items: center;
  justify-content: center;
}

.reset-color-palette > span {
  position: relative;
  top: -1px;
}

.block-chart-portrait,
.block-chart-landscape {
  /* margin: 10px 0; */
}

.block-chart-portrait {
  position: relative;
  text-align: center;
}

.block-chart-landscape {
  text-align: center;
}

.block-chart-landscape,
.table-extended {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  border: 1px solid var(--color-gray-300);
  margin-bottom: 10px;
}

.table-extended {
  border: none;
  margin: 0;
}

.block-table-extended {
  border: 1px solid var(--table-border-color);
  background-color: var(--table-bg-color);
  border-radius: 10px;
  overflow: hidden;
}

.chart-overlay-enthalpy {
  position: absolute;
  display: inline-block;
  padding: 1px;
  background-color: var(--content-bg-color);
}

.chart-overlay-legend {
  position: absolute;
  z-index: 100;
  height: 80px;
  width: 100%;
}


.title-enthalpy-portrait-ru,
.title-enthalpy-landscape-ru,
.title-enthalpy-portrait-en,
.title-enthalpy-landscape-en {
  font-size: 14px;
  border-radius: 3px;
}

.title-enthalpy-portrait-en,
.title-enthalpy-portrait-ru {
  transform: rotate(-48deg);
}

.title-enthalpy-landscape-en,
.title-enthalpy-landscape-ru {
  transform: rotate(-44deg);
}

.title-enthalpy-portrait-ru {
  top: 700px;
  left: 580px;
}

.title-enthalpy-landscape-ru {
  top: 265px;
  left: 300px;
}

.title-enthalpy-portrait-en {
  top: 707px;
  left: 587px;
}

.title-enthalpy-landscape-en {
  top: 270px;
  left: 307px;
}

.logo-subscription {
  display: inline-block;
  position: relative;
  border: 2px solid var(--color-blue-400); 
  color: var(--color-blue-600);
  font-size: 18px;
  text-align: center;  
}

.logo-subscription-4 {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  line-height: 38px;
  font-size: 19px;
}

.logo-subscription-12 {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 46px;
  font-size: 22px;
}

.logo-subscription-infinite {
  width: 58px;
  height: 58px;
  border-radius: 29px;
  line-height: 57px;
  font-size: 23px;
}

.block-cutaway {
  display: inline-block;
  float: left;
  width: 33.333%;
  margin-bottom: 12px;
  padding: 4px 0;
  text-align: center;
}

.block-cutaway:before {  /* накладка перекрывающая верхнюю тень */
  content:'';
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
  position: relative;
  float: left;
}

.cutaway {
  display: inline-block;
  overflow: hidden;
  transition: box-shadow ease-out .2s;
}

.cutaway:hover {
  text-decoration: none;
  box-shadow: 0 2px 7px rgb(140 140 140 / 55%);
}

.logo-img img {
  width: 50px;
  margin-top: -5px;
}

.cutaway > table {
  width: 350px;
  height: 160px;
}

.cutaway td {
  background-color: var(--color-gray-200);
  vertical-align: middle;
}

.cutaway .header {
  font-size: 18px;
  text-align: center;
  height: 37px;  
  color: var(--color-black-400);
  background-color: var(--color-blue-200);
}

.cutaway .logo-img {
  padding: 0 15px;
}

.cutaway .logo-img > img {
  margin-top: -5px;
}

.cutaway .description {
  color: var(--color-black-400);
  padding-right: 10px;
  position: relative;
  text-align: left;
}

.cutaway .description > div:first-child {
  margin-top: -3px;
}

.cutaway .note {
  text-align: right;
  color: var(--color-gray-700);
  position: absolute;
  bottom: 9px;
  right: 10px;
}

.cutaway .note span {
  margin-left: 5px;
}

.license-text {
  color: var(--color-green-500);
}

.date-news {
  margin-top: 10px;
}

.disable-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
}

.block-formula,
#block-formula {
	color: var(--color-gray-700);
	margin-top: 10px;
}

.formula {
	display: inline-block;
}

.formula .fraction {
	display: inline-block;
	padding: 0 0.3em 0 0.3em;
	float: left;
}

.formula .numerator,
.formula .denominator {
	text-align: center;
	padding: 0 0.2em 0 0.2em; 
	line-height: 1.8em;
}

.formula .numerator {
	border-bottom: 1px solid var(--service-text-color);
	box-sizing: content-box;
}

.formula .segment,
.number-formula {
	display: inline-block;
	float: left;
	line-height: 3.6em;	
}

.formula .bracket {
	font-size: 1.2em;
}

.fraction-exponent {
  font-size: 75%;
  position: relative;
	top: -0.5em;
	display: inline-block;
}

.number-formula {
  float: right;
  margin-right: 30%; 
}

.number-formula:before {
	content: "(";
}

.number-formula:after {
	content: ")";
}

.partners-left {
  text-align: left;
  padding-right: 30%; 	
}

.partners-right {
  text-align: right;
  padding-left: 30%; 	
}

#man-3{
  position: absolute;
  margin-left: -80px;
}

#infographics-section-1,
#infographics-section-2,
#infographics-section-3,
#infographics-section-4,
#infographics-section-5,
#infographics-section-6,
#infographics-section-7 {
  position: relative;
}

#infographics-section-1,
#infographics-section-3,
#infographics-section-5,
#infographics-section-7 {
  top: -85px;
}

#infographics-section-2{
  top: -98px;
}

#infographics-section-6{
  top: -90px;
}

#infographics-section-4{
  top: -112px;
}

.table-home td a:hover .gradient-header{
  opacity: 0; 
}

.table-home td a:hover .tile-software{
  background-color: var(--color-blue-300);
  border-color: #ADCDDD; 
}	
	
.table-home td a:hover .tile-on-line{
  background-color: var(--color-green-200);
  border-color: #B0D1A3;  
}

.table-home td a:hover .tile-mobile-software{
  background-color: #F5D299;
  border-color: #DBC299;
}

.table-home td a:hover .tile-other{
  background-color: #E8CDCD;
  border-color: #D3BCBC;
}

.table-home td a:hover{
  text-decoration: none; 
} 
    
.table-home td a:hover .shadow-tile{
  opacity: 0;
}
	
.text-caption-check {
  display: table-cell;
  text-align: right;
  width: 190px;
  vertical-align: top;
}

.text-check {
  display: table-cell;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
  width: 190px;
  color: var(--color-black-400);  
}

.container-check {
  text-align: center;
  color: var(--color-black-400);
  font-size: 14px;
  line-height: 1.25;
  font-weight: normal;
}

.block-check {
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid var(--color-gray-500)ddd;
  background-color: var(--color-gray-100);
}

.str-block-check {
  padding: 8px 0px;
  border-top: 1px solid var(--color-gray-500)ddd;
  text-align: left;
}

.dark-color {
  background-color: var(--color-gray-200);
}

.border-none {
  border: none;
}

.valve,
.pump {
  position: relative;
  z-index: 2;
}

.pump-speed-1,
.pump-speed-2,
.pump-speed-3 {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.pump-speed-1 {
  -webkit-animation-name: spin-1;
  -webkit-animation-duration: 1080ms;
  animation-name: spin-1;
  animation-duration: 1080ms;
}

@-webkit-keyframes spin-1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin-1 {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

.pump-speed-2 {
  -webkit-animation-name: spin-2;
  -webkit-animation-duration: 800ms;
  animation-name: spin-2;
  animation-duration: 800ms;
}

@-webkit-keyframes spin-2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin-2 {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

.pump-speed-3 {
  -webkit-animation-name: spin-3;
  -webkit-animation-duration: 630ms;
  animation-name: spin-3;
  animation-duration: 630ms;
}

@-webkit-keyframes spin-3 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin-3 {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

.logo-e-commerce {
  height: 25px; 
}

.tag-page {
  top: -6px;
  right: 49px;  
}

.tag-tile {
  margin-left: 307px;
  margin-top: -6px;  
  -webkit-transition: margin-left cubic-bezier(.2,.51,.44,.8) .3s;
  transition: margin-left cubic-bezier(.2,.51,.44,.8) .3s;
}

.container-tag {  
  font-size: 0px;
  position: absolute;  
  z-index: 5; 
}

.tag {
  display: inline-block;
  width: 34px;
  height: 60px;
  position: absolute;
  background-color: var(--color-green-400);
  user-select: none;  
}

.tag:before {
  content:"";
  position: absolute;
  top: 0px;  
  left:-4px;  
  width: 4px;
  height: 6px;  
  border-bottom: 3px solid #449D44;
  border-right: 2px solid #449D44;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-left: 2px solid rgba(255, 255, 255, 0);  
}

.tag:after {
  content:"";
  position: absolute;
  left: 0px;  
  bottom: -7px;     
  width: 34px;
  height: 10px;     
  border: 17px solid var(--color-green-400);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  border-top: none;  
}

.tag-text {
  position: absolute;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
  color: var(--color-white);
  font-size: 12px;
  top: 13px;
  left: -13px;
  width: 60px;
  height: 34px;  
  text-align: center;  
}

.tag-text-1-string {
  line-height: 34px;
  padding-top: 0px;  
}

.tag-text-2-string {
  line-height: 1;
  padding-top: 4px;  
}  

.text-month {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;  
}

.arrow-list {
  font-size: 14px;
  margin-left: 2px;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px; 
}

.btn-header {
  display: inline-block;
  cursor: pointer;
}

.arrow-header {
  font-size: 15px;
  margin-left: 3px;
  display: inline-block;
  position: relative;
}

.arrow-list:hover,
.arrow-list:focus {
  text-decoration: none;
}

.table-pay {
  width: 65%;
  text-align: center;   
}

table.table-pay td {
  width: 38%;
  text-align: center;
  padding: 3px 0;
}

.date-event {
  font-size: 12px;  
  cursor: default;
  height: 24px;
  line-height: 1;  
  border-radius: 12px;
  text-align: center;
  padding: 6px 8px;
  margin-top: 5px;  
  display: inline-block;
  color: var(--color-white);
  box-shadow: 0 0 20px 0px rgba(163, 163, 163, 0.25) inset;
  background-color: var(--color-orange-400);   
}

.date-event:hover {
  background-color: var(--color-orange-500);
}

.color-normal {
  color: var(--color-black-400);
}

.inl-block {
  display: inline-block;  
}

.btn-setting {
  cursor: pointer;
  display: inline-block;
  font-size: 27px;
  position: absolute;
  right: 15px;
}

.btn-note {
  display: inline-block;
  font-size: 16px;
  padding: 2px 5px;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
  color: var(--btn-note-color);
}

.btn-note:hover {
  color: var(--btn-note-hov-color);
}

.str-table-form {
  display: none;   
}

.btn-edit-str,
.btn-delete-str,
.btn-cal,
.btn-link {
  line-height: 26px;    
  cursor: pointer;  
  -webkit-transition: color ease-in.4s;
  transition: color ease-in .4s;
  font-size: 14px;
  margin-left: 10px; 
}

.btn-edit-str,
.btn-cal,
.btn-setting,
.btn-link {
  color: var(--color-blue-400);
}

.btn-edit-str:hover,
.btn-cal:hover,
.btn-setting:hover,
.btn-link:hover {
  color: var(--color-blue-500);
  text-decoration: none;
}

.btn-link,
.btn-cal {
  position: relative;
  font-size: 21px;
  line-height: 16px;
  top: 4px;
}

.btn-delete-str {
  color: var(--color-red-400);
}

.btn-delete-str:hover {
  color: #C9302C;
}

.block-table,
.block-table-form,
.block-table-form-border,
.block-table-form {
  padding: 0px 10px;  
  border: 1px solid var(--table-border-color); 
  background-color: var(--table-bg-color);
  border-radius: 10px;
  overflow: hidden;
}

.block-table-form-border {
  padding: 0;
  overflow: hidden;
}

.block-table-form-input {
  border: 1px solid var(--table-border-color); 
  border-radius: 10px;
  overflow: hidden;
}

.block-table-form-input,
.block-table-form,
.block-table-form,
.block-table-form-border {
  display: inline-block;
  text-align: center;
  font-size: 14px;  
}

.block-select-form-border {
  display: inline-block;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--input-border-color); /* var(--table-border-color) */
  border-radius: 10px;
  font-size: 0;
}

.block-select-form-border select {
  border: none;
}

.error-text,
.text-line-through-true,
.text-line-through-false {
  color: var(--color-red-400); 
}

.success-text {
  color: var(--color-green-500);
}

.warning-text {
  color: var(--color-orange-500); 
}

.align-left {
  text-align: left;  
}

.align-right {
  text-align: right;   
}

.align-center {
  text-align: center;   
}

.text-line-through-true {
  text-decoration:line-through;  
}

.text-line-through-false {
  text-decoration:none;
}

.header-list-content {
  font-weight: bold;
  margin-left: 10px;
}

.dot {
  text-decoration: none; /* Убираем подчеркивание */
  border-bottom: 1px dashed var(--color-blue-400); /* Добавляем свою линию */  
}

.dot:hover,
.dot:focus {
  text-decoration: none; /* Убираем подчеркивание */
  cursor: pointer; 
}

.font-bold {
  font-weight: bold; 
}

.wheel-timer {
  text-align: center;
  width: 25px;
  border: 1px solid var(--color-gray-600);
  display: inline-block;
  line-height: 0;
  padding:4px 0px;
  background-color: var(--color-gray-500)DDD;
  border-radius: 1px;  
  position: relative;  
}

.wheel-timer:after {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top, rgba(255,255,255,.0) 10%, rgba(255,255,255,.45), rgba(255,255,255,.0) 90%);
  background: linear-gradient(to top, rgba(255,255,255,.0) 10%, rgba(255,255,255,.45), rgba(255,255,255,.0) 90%);
  z-index: 3;  
}

.number-timer-1,
.number-timer-2 {
  position: relative;
  background-color: var(--color-white);
  padding: 4px 3px;
  font-size: 14px;  
  line-height: 1;
  background-color: var(--color-gray-500)DDD;
  color: #000000; 
  font-weight: bold;
} 
 
.number-timer-1 {  
  height: 22px;
  margin-top:-22px;  
  z-index: 2;  
}

.number-timer-2 {
  height: 22px;  
  z-index: 1; 
}

.label-timer {
  padding-top:4px;
  font-size: 12px;
  color: var(--color-blue-600);  
}

.sale-event {
  cursor: default;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  margin-left: 5px;
  display: inline-block; 
  line-height: 44px;
  padding-right: 1px;    
  background-color: var(--color-orange-400);
  box-shadow: 0 0 20px 0px rgba(163, 163, 163, 0.12) inset;
}

.sale-event:hover {
  background-color: var(--color-orange-500);
}

.block-list-product-event {  
  width: 90%;  
  margin-left: auto;
  margin-right: auto;
  display: table;  
}

.tag-tile-1,
.tag-tile-2 {
  width: 64px;
  height: 64px;
  color: var(--color-white);  
  text-align: center;    
  border-radius: 35px 35px 35px 35px;  
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotate(-90deg);  
  transform: rotate(-90deg);
  position: absolute;   
  box-shadow: 0 0 20px 0px rgba(163, 163, 163, 0.25) inset;  
}

.tag-tile-1 {
  background-color: var(--color-orange-400);
  transition: background-color ease-in .4s;  
}

.tag-tile-1:hover {
  background-color: var(--color-orange-500);
}

.tag-tile-2 {
  background-color: var(--color-green-400);
  transition: background-color ease-in .4s;   
}

.tag-tile-2:hover {
  background-color: #449D44;
}

.sale-1 {
  cursor: default;  
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid; 
  text-align:center;
  margin: 0px 10px 0px 0px;
  display:inline-block;   
  background-color:var(--color-gray-200);  
  border-color:var(--color-gray-500)DDD;   
}

.sale-2 {
  cursor: default;  
  width: 66px;
  height: 66px;
  border-radius: 33px;
  border: 1px solid; 
  text-align:center;
  margin: 0px 10px 0px 0px;
  display:inline-block; 
  background-color:var(--color-gray-200);  
  border-color:var(--color-gray-500)DDD; 
}

.sale-3 {
  cursor: default;  
  width: 72px;
  height: 72px;
  border-radius: 36px;
  border: 1px solid; 
  text-align:center;
  margin: 0px 10px 0px 0px;
  display:inline-block; 
  background-color:var(--color-gray-200);  
  border-color:var(--color-gray-500)DDD;  
}

.sale-4 {
  cursor: default;  
  width: 78px;
  height: 78px;
  border-radius: 42px;
  border: 1px solid; 
  text-align:center;
  margin: 0px 10px 0px 0px;
  display:inline-block;
  background-color:var(--color-gray-200);  
  border-color:var(--color-gray-500)DDD;   
}

.block-price-1 {
  color: var(--color-black-400);   
  cursor: pointer;
  padding: 6.5px 0px;
  background-color: var(--color-blue-200);
  border-radius: 15px;    
  font-size: 0px;  
}

.block-price-1:hover {
  background-color: var(--color-blue-300);
}

.list-license {
  display: inline-block;
  background-color: var(--color-gray-200);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

#info-system li,
.list-license li {
	line-height: 1.7em;
}

.list-content,
.list-content-grey {
  padding: 15px 20px 15px 5px;
  margin-bottom: 15px;
  border-radius: 15px;  
  background-color: var(--color-green-200);
  line-height: 1.8;
}

.list-content-grey {
  background-color: var(--color-orange-200);
  display: inline-block;
  text-align: left;
}

.date-news,
.date-news-module,
.service-text {
  color: var(--service-text-color); 
}

.text-liquid-hc {
  font-size: 12px;
  color: var(--service-text-color);
  padding-left: 3px;
}

.im-slider,
.im-slider-white {
  display:none;
}

.im-slider-white {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

r {
  color: Red;
}

g {
  color: Green;
}

bl {
  color: Blue;
}

o {
  color: Orange;
}

.block-printscreen {
  text-align:center;
  margin-top: 15px;  
}

.image-printscreen {
  border: 1px solid var(--color-gray-600);  
}

.block-you-tube {
  text-align:center;
  margin-top: 25px;  
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}

.iframe-you-tube {
  border-radius: 15px;
}

.slider-block-bullets {
  margin-top:10px;
  text-align:center;  
}

.bullet_1,
.bullet_2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;  
  margin: 0px 3px;  
  cursor: pointer;    
  transition:  background-color ease-in .4s;   
}

.bullet_1 {
  background-color: var(--color-gray-400);  
}  

.bullet_2 {
  background-color: var(--color-blue-400); 
}

.slider-td-content {
  vertical-align: middle;  
  text-align: center;
  min-width:695px;
}

.slider-td-btn-left,
.slider-td-btn-right {
  width: 75px;
  vertical-align: middle;  
}

.slider-td-btn-left { 
  text-align: right;  
}

.slider-td-btn-right { 
  text-align: left;   
}

.logo-content {
  width: 50px;
  margin: 0 15px 0 0;
  float: left;
}

.sym-cells {
  text-align:center;  
}

table.scroll-y thead,
table.scroll-y tbody tr {
  display: table;
  width: 100%;
  /* table-layout: fixed; */
}

table.scroll-y tbody {
  display: block;
  overflow-y: auto;
  padding-right: 5px;
}

table.scroll-y tbody tr:first-of-type {
  border-top: none;
}

table.table-content td,
table.table-content-edit td {
  padding: 5.5px 5px;
  line-height: 1.31;
}

table.table-content tr,
table.table-content-edit tr,
table.table-content-input tr {
  border-top: 1px solid var(--table-border-color);  
}

table.table-content tr.header-table td,
table.table-content-edit tr.header-table td,
table.table-content-input tr.header-table td { 
  padding: 17px 5px;
  text-align: center;
}

table.table-content tr.header-2-table td,
table.table-content-edit tr.header-2-table td { 
  padding: 10px 5px;
  text-align: center; 
}

table.table-content-input tr.header-table > td,
table.table-content-edit tr.header-table > td,
table.table-content tr.header-table > td {
  border-color: var(--table-header-border-color);
  position: relative;
  background-color: var(--table-header-bg-color);
}

.block-table-form table.table-content-input tr.header-table > td:first-child::before,
.block-table-form table.table-content-input tr.header-table > td:last-child::after,
.block-table-form table.table-content-edit tr.header-table > td:first-child::before,
.block-table-form table.table-content-edit tr.header-table > td:last-child::after,
.block-table-form table.table-content tr.header-table > td:last-child::after,
.block-table-form table.table-content tr.header-table > td:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  width: 10px;
  height: calc(100% + 1px);
  background-color: var(--table-header-bg-color);
}

.block-table-form table.table-content-input tr.header-table > td:first-child::before,
.block-table-form table.table-content-edit tr.header-table > td:first-child::before,
.block-table-form table.table-content tr.header-table > td:first-child::before {
  left: -10px;
}

.block-table-form table.table-content-input tr.header-table > td:last-child::after,
.block-table-form table.table-content-edit tr.header-table > td:last-child::after,
.block-table-form table.table-content tr.header-table > td:last-child::after {
  right: -10px;
}

.block-table-form table.table-content-input tr.header-table + tr:not(.header-table),
.block-table-form table.table-content-edit tr.header-table + tr:not(.header-table),
.block-table-form table.table-content tr.header-table + tr:not(.header-table) {
  border-top: none;
}

.table-content-line {
  table-layout: fixed;
}

.table-content-line td > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* min-height: 17px; */
}

div.mark-envelope-room,
table td div.mark-envelope {
  display: inline-block;
  width: 6px;
  height: 6px;
  min-height: 6px;
  margin: 0px 10px 2px 0px;
}

.table-caption {
  margin-bottom: 5px;
  text-align: center;  
}

.str-table-1,
.str-table-edit-1 {
  background-color: var(--table-str-dark-color);
}

.str-table-2,
.str-table-edit-2 {
  background-color: var(--table-bg-color);
}

html.dark-theme .alert-warning .str-table-2,
html.dark-theme .confirm .str-table-2,
html.dark-theme .alert-warning .block-table,
html.dark-theme .alert-warning .block-table-form,
html.dark-theme .alert-warning .block-table-form-border,
html.dark-theme .confirm .block-table,
html.dark-theme .confirm .block-table-form,
html.dark-theme .confirm .block-table-form-border {
  background-color: transparent;
}

html.dark-theme .alert-warning .str-table-1,
html.dark-theme .confirm .str-table-1 {
  background-color: var(--table-str-dark-modal-color);
}

.str-table-edit-1,
.str-table-edit-2 {
  cursor: pointer;
}

.str-table-edit-1:hover,
.str-table-edit-2:hover {
  background-color: var(--table-str-hov-color);  
}

.str-table-selected,
.str-table-selected:hover {
  background-color: var(--table-str-sel-bg-color);
}

.td-border {
  border-left: 1px solid var(--table-border-color);
  border-right: 1px solid var(--table-border-color);
}

.td-border-left {
  border-left: 1px solid var(--table-border-color);
}

.my-foto {
  width:100px;  
  border-radius: 50px;  
  box-shadow: 0 1px 6px rgba(140, 140, 140, 0.5);
  border: 1px solid var(--color-gray-600);
  -webkit-transition: width ease-in-out .15s, border-radius ease-in-out .15s, box-shadow step-end .1s;
  transition: width ease-in-out .15s, border-radius ease-in-out .15s, box-shadow step-end .1s;  
}

.my-foto:hover { 
  width:110px;  
  border-radius: 55px;
  box-shadow: 0 2px 10px rgba(140, 140, 140, 0.5);  
}

.image-copyrights {
  cursor: pointer;  
  width:250px;
  height:355px;
  border: 1px solid var(--color-gray-500)CD6;   
}

.block-copyrights,
.project-hvac {
  text-align:center;  
}

.text-copyrights {
  margin: 0px 0px 10px 0px; 
  font-weight: bold;
}

.masking {  
  height: 1.25em;
  width: 150px;  
  position: absolute;
  z-index:1;
  right: 15px;
  margin-top: -3.45em;
  background: -webkit-linear-gradient(to right, rgba(256,256,256, 0), var(--color-white) 95%); 
  background: linear-gradient(to right, rgba(256,256,256, 0), var(--color-white) 95%);   
}

.text-news-module {
  max-height: calc(1.45em * 3);
  overflow: hidden; 
}

.bulit-news {
  border-left: 4px solid var(--color-green-200);
  padding-left: 10px;
  margin-top: 15px;
}
 
.date-news-module,
.link-news-module {
  width:50%;
  display:inline-block;  
}

.link-news-module {
  text-align: right;
  margin-top: 10px;
}  

.block-my-foto {  
  position:absolute;
  z-index:1;
  top:12px; 
  right:25px;
  width:110px;  
  height:110px;
  vertical-align:middle;
}

.text-block-registration {
  display: inline-block;
  line-height: 28px;  
}

.block-registration,
.block-payment,
.block-subscription {
  cursor: default;  
  padding: 0px 20px 0px 0px;
  height: 30px;
  margin: 15px 0;  
  background-color: var(--color-blue-200);
  border-radius: 15px;
}

.block-subscription {
  padding: 0 15px;
  display: inline-block;
  margin: 0 0 10px 0;
  width: 35%;
  user-select: none;
  line-height: 30px;
}

.block-payment {
  background-color:var(--color-gray-200);  
  border-color:var(--color-gray-500)DDD;  
}

.number-registration,
.number-btn {
  display: inline-block; 
  width: 24px;
  height: 24px; 
  border-radius: 12px;  
  margin: 3px 10px 2px 3px;
  line-height: 24px;
  text-align: center; 
  background-color: var(--color-green-400);
  color: var(--color-white);    
}

.block-sales { /*Ярлык продаж*/
  display:inline-block;
  position:absolute; 
  font-size:12px;
  border: 1px solid;
  text-align: center;
  padding:5px;
  border-radius: 1px;
  -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);  
}

.link { /* Ссылка как для блока */
  display:block;  
  color:var(--color-black-400);
  text-decoration: none;
}

.link:hover,
.link:active,
.link:focus {
  color:var(--color-black-400);
  text-decoration: none;  
}

.col-pay-1 {
  width: 38%;
  display: inline-block;
  text-align: center;
  font-size: 14px;  
}

.col-pay-2 {
  width: 24%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

.value-sale-1 {  
  font-size:16px;
  padding:0px 0px 1px 2px; 
}

.value-sale-2 { 
  font-size:19px;
  padding:0px 0px 2px 2px; 
}

.value-sale-3 { 
  font-size:22px; 
  padding:0px 0px 3px 2px;  
}

.value-sale-4 { 
  font-size:25px;
  padding:0px 0px 3px 2px;
}

.value-sale-1,
.value-sale-2,
.value-sale-3,
.value-sale-4 { 
  color:var(--color-blue-600); 
  line-height: 1; 
}

.al-sale-1 {
  width:60px;
  height:60px;
  display:table-cell;  
  vertical-align: bottom;
  padding-bottom:20px;  
}

.al-sale-2 {
  width:66px;
  height:66px;
  display:table-cell;  
  vertical-align: bottom;
  padding-bottom:20px;   
}

.al-sale-3 {
  width:72px;
  height:72px;
  display:table-cell;  
  vertical-align: bottom;
  padding-bottom:20px;   
}

.al-sale-4 {
  width:78px;
  height:78px;
  display:table-cell;  
  vertical-align: bottom;
  padding-bottom:20px; 
}

.font-0 {
  font-size: 0px;  
}

.arrow {
  font-size:14px;
  display:inline-block;
  padding: 0px 4px 0px 5px;
  color: var(--color-black-400);
  vertical-align: middle;  
}

.logo-met-pay {
  color: #848484;
  margin-right:5px;
  font-size:16px;
  position: relative; 
}

.mar-left-0 { 
  margin-left:0px;
}

.mar-left-1 { 
  margin-left:1px;
}

.mar-left-2 { 
  margin-left:2px;
}

.mar-left-3 { 
  margin-left:3px;
}

.mar-left-4 { 
  margin-left:1px;
}

.mar-left-5 { 
  margin-left:5px;
}

.mar-left-7 { 
  margin-left:7px;
}

.mar-left-8 { 
  margin-left:8px;
}

.mar-left-10 { 
  margin-left:10px;
}

.mar-left-15 { 
  margin-left:15px;
}

.mar-left-20 { 
  margin-left:20px;
}

.mar-left-25 { 
  margin-left:25px;
}

.mar-left-30 { 
  margin-left: 30px;
}

.mar-left-35 { 
  margin-left: 35px;
}

.mar-left-40 { 
  margin-left: 40px;
}

.mar-right-0 { 
margin-right:0px;
}

.mar-right-1 { 
  margin-left:1px;
}

.mar-right-2 { 
  margin-left:2px;
}

.mar-right-3 { 
  margin-left:3px;
}

.mar-right-4 { 
  margin-left:4px;
}

.mar-right-5 { 
  margin-right:5px;
}

.mar-right-7 { 
  margin-right:7px;
}

.mar-right-8 { 
  margin-right:8px;
}

.mar-right-10 { 
  margin-right:10px;
}

.mar-right-15 { 
  margin-right:15px;
}

.mar-right-20 { 
  margin-right:20px;
}

.mar-right-25 { 
  margin-right:25px;
}

.mar-right-30 { 
  margin-right: 30px;
}

.mar-right-35 { 
  margin-right: 35px;
}

.mar-right-40 { 
  margin-right: 40px;
}

.mar-top-0 { 
  margin-top:0px;
}

.mar-top-5 { 
  margin-top:5px;
}

.mar-top-10 { 
  margin-top:10px;
}

.mar-top-15 { 
  margin-top:15px;
}

.mar-top-20 { 
  margin-top:20px;
}

.mar-top-25 { 
  margin-top:25px;
}

.mar-top-30 { 
  margin-top:30px;
}

.mar-top-35 { 
  margin-top:35px;
}

.mar-top-40 { 
  margin-top:40px;
}

.mar-top-45 { 
  margin-top:45px;
}

.mar-top-50 { 
  margin-top:50px;
}

.mar-bot-0 { 
  margin-bottom:0px;
}

.mar-bot-5 { 
  margin-bottom:5px;
}

.mar-bot-10 { 
  margin-bottom:10px;
}

.mar-bot-15 { 
  margin-bottom:15px;
}

.mar-bot-20 { 
  margin-bottom:20px;
}

.mar-bot-25 { 
  margin-bottom:25px;
}

.mar-bot-30 { 
  margin-bottom:30px;
}

.mar-bot-35 { 
  margin-bottom:35px;
}

.mar-bot-40 { 
  margin-bottom:40px;
}

.mar-bot-45 { 
  margin-bottom:45px;
}

.mar-bot-50 { 
  margin-bottom:50px;
}

.pad-left-5 {
  padding-left:5px;  
}

.pad-left-10 {
  padding-left:10px;  
}

.pad-left-8 {
  padding-left:8px;  
}

.pad-left-15 {
  padding-left:15px;  
}

.pad-left-20 {
  padding-left:20px;  
}

.pad-left-25 {
  padding-left:25px;  
}

.pad-left-30 {
  padding-left:30px;  
}

.pad-left-35 {
  padding-left:35px;  
}

.pad-left-40 {
  padding-left:40px;  
}

.pad-left-45 {
  padding-left:45px;  
}

.pad-left-50 {
  padding-left:50px;  
}

.pad-left-60 {
  padding-left:60px;  
}

.pad-right-5 {
  padding-right:5px;  
}

.pad-right-8 {
  padding-right:8px;  
}

.pad-right-10 {
  padding-right:10px;  
}

.pad-right-15 {
  padding-right:15px;  
}

.pad-right-20 {
  padding-right:20px;  
}

.pad-right-25 {
  padding-right:25px;  
}

.pad-right-30 {
  padding-right:30px;  
}

.pad-right-35 {
  padding-right:35px;  
}

.pad-right-40 {
  padding-right:40px;  
}

.pad-right-45 {
  padding-right:45px;  
}

.pad-right-50 {
  padding-right:50px;  
}

.pad-right-60 {
  padding-right:60px;  
}

#discount_10 {
  margin: 0 4px;	
}

#discount_15 {
  margin: 0 6px;	
}

#discount_20 {
  margin: 0 7px;	
}

.sale-1:hover,
.sale-2:hover,
.sale-3:hover,
.sale-4:hover,
.block-payment:hover {
  background-color: var(--color-gray-300);
  border-color: #D0D0D0;  
}

.col-3 {
  width:24%;
  display: inline-block;
  text-align: center;  
}

.logo-license {
  color: var(--color-blue-400);
}

.small-text {
  font-size: 12px;  
}

.standard-text {
  font-size: 14px;  
}

.italic-text {
  font-style: italic
}

.block-sales-color-1 { /* Цвет ярлык продаж*/
  color: red;
  border-color: red;
}

.block-sales-color-2 { /* Цвет ярлык продаж*/
  color: blue;
  border-color: blue;
}

.note-chart-bivalence {
  top: 46px;
  right: 44px;
  position: absolute;
  display: inline-block;
  z-index: 2;
  padding: 1px;
  background-color: var(--content-bg-color);
  user-select: none;
  padding: 5px 10px 5px 10px;
  color: var(--service-text-color);
}

.note-chart-bivalence div {
  line-height: 22px;
}

.google-visualization-tooltip {
  color: var(--text-color);
  background: var(--menu-datalist-bg-color) !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: 0 2px 7px var(--menu-datalist-shadow-color) !important;
}

.bold-text {
  color: var(--bold-text-color);
}

