.tech-com {
  position: relative;
  width: 100%;
  background-color: rgb(237 237 237);
  background-color: rgb(240 240 240);
}

.tech-com__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tech-com__row_br {
  border-top: 1px solid #bdbdbd;
  padding-top: 40px;
  margin-top: 40px;
}

.tech-com__left {
  width: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.tech-com__left_align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tech-com__right {
  width: calc(100% - 400px);
  margin-left: 80px;
}

.tech-com__right .tech-com__row {
  margin-bottom: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tech-com__right_block-1 {
  width: 250px;
  padding-right: 10px;
  align-self: flex-start;
}

.tech-com__right_block-2 {
  width: calc(100% - 250px);
  padding-top: 1px;
}
.tech-com-text-input {
    margin: -16px 0px -9px;
}
.tech-com-text-label, .tech-com-text-value, .tech-com-text-line {
    margin-bottom: 21px;
}
.tech-com-text-line {
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 15px;
    margin-top: -1px;
    margin-bottom: 14px;
}
.tech-com-text-value {
    font-size: 18px;
    font-family: "FuturaBookDemiC";
    letter-spacing: -0.1px;
}
.tech-com-text-label:last-child, .tech-com-text-value:last-child, .tech-com-text-line:last-child {
    margin-bottom: 0px;
}
.tech-com-text-line:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.tech-com__right input[type=number], .tech-com__right .inner-num-input {
  width: 280px;
  border-radius: 4px;
}

.tech-com__right_date {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
}

.tech-com__right_calendar {
  width: 20px;
  height: 22px;
  background: url(/images/calendar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.tech-com__menu {
  border: 1px solid #939393;
  background-color: #fff;
}

.tech-com__menu li {
  font-size: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  position: relative;
}


.tech-com__menu > li {
  font-family: "FuturaBookDemiC";
  font-weight: 500;
  font-size: 20px;
}

.tech-com__menu p {
    padding: 4px 20px 6px 18px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.tab-link.active[data-tab=price] {
    border-bottom: 1px solid transparent;
}

.tech-com__menu_drop::before {
  content: '\23F5';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  display: none;
}

.tech-com__menu_drop.active {
  color: #ff0000;
}

.tech-com__sub-menu {
  display: none;
  /*padding-left: 20px;*/
}
.tech-com__menu .tech-com__sub-menu p {
    padding-left: 42px;
}


.tech-com__sub-menu.active {
  display: block;
}

.tech-com__sub-menu.active > p {
  color: #ff0000;
}

.tech-com__text {
  font-family: "FuturaBookC";
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.tech-com__text-num {
    width: 70px;
}
.tech-com__text-name {
    min-width: 300px;
}
.tech-com-iteration {
    width: 40px;
}

.tech-com__text_red, .tech-com__text_red a {
    color: #ff0000;
    font-family: "FuturaBookDemiC";
    font-size: 19px;
}
.tech-com__text_red a:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.tech-com__text_black {
    font-family: "FuturaBookDemiC";
    font-size: 19px;
}
.tech-empty {
    color: #969696 !important;
    font-size: 17.4px !important;
    letter-spacing: -0.3px;
}
.tech-empty-center {
    text-align: center;
    font-size: 19px !important;
}
.inner-tabs__right .tech-empty {
    white-space: nowrap;
}
.inner-tabs__right .tech-empty.work-ques-notify {
    white-space: normal;
    width: 65%;
}
.TKP-questions .inner-tabs__row.inner-tabs-work-color p {
    color: #0070c0;
}
.tech-unworkable {
    color: #f14646 !important;
}
.tech-grey {
    color: #969696 !important;
    font-size: 17px;
    margin-left: 5px;
    margin-bottom: 3px;
    display: inline-block;
}

.tech-com__table .tech-com__text_bold {
  font-family: "FuturaBookDemiC";
  font-weight: 600;
}
.tech-com__table .tech-com__text_colspan {
    min-width: 200px;
}
.tech-com__tab.price .tech-com__table {
    margin-top: 0px;
    margin-bottom: 65px;
    background: #f9f9f9;
}
.tech-com__tab.price .tech-com-ready-reference {
    margin-bottom: 25px;
}

.tech-com__input {
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: normal;
  letter-spacing: normal;
  outline: 0;
  background: none;
  background-color: white;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: 4px;
  border: 1px solid #939393;
  margin-top: 5px;
  height: 40px;
  font-size: 18px;
  padding-left: 10px;
}

.tech-com__input::-webkit-input-placeholder {
  font-size: 18px;
  color: #717171;
}

.tech-com__input:-ms-input-placeholder {
  font-size: 18px;
  color: #717171;
}

.tech-com__input::-ms-input-placeholder {
  font-size: 18px;
  color: #717171;
}

.tech-com__input::placeholder {
  font-size: 18px;
  color: #717171;
}

.tech-com .input {
  border-radius: 4px;
  margin-top: 0;
}

.tech-com__tabs {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 26vh;
}
.tech-com__tabs-files {
    min-height: 6vh;
    padding-bottom: 0px;
}
#app-techComOffer-viewMode-buttonsBar {
    margin-right: 40px;
}
#datepicker_tkp {
    height: 37px;
    width: 152px;
    padding: 0px 0px 0px 40px;
    margin: -8px 0px 0px -1px;
    background-position: 10px 45%;
    background-size: 14%;
}

.tech-com__tab {
  display: none;
}
.wrap_content .loading-small {
    margin: 0px auto;
    display: block;
}
.tech-com-sale-text, .tech-com-index-text {
    font-size: 15px;
    margin: 6px 17px -17px 0px;
    text-align: left;
}
.commerce .input_number, .commerce .commerce-input-num, .commerce .commerce-input-unit {
    /*text-align: center;*/
}
.commerce .tech-com__text-num input {
    text-align: center;
}
.tech-com__right .tech-com__table .tech-com__text {
    text-align: center;
}
.tech-com__right .tech-com__table td.tech-com__text_bold {
    text-align: left;
}

.tech-com__tab .tech__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tech-com__tab.active {
  display: block;
}

.tech-com__tab .comment {
  margin: 40px 0;
}

.tech-com__table {
  border-spacing: 0;
  width: 100%;
  margin: 20px 0 25px 0;
}

.tech-com__table td {
  font-family: "FuturaBookC";
  font-size: 17.5px;
  font-weight: 400;
  color: #000;
}

.tech-com__table_light th, .tech-com__table_light td {
  padding: 7px 0;
  text-align: left;
}
.tech-com__table_light td.tech-com-iteration {
    text-align: center !important;
}

.tech-com__table_light th {
      border-bottom: 1px solid #b3b3b3;
}
.commerce_tab .tech-com__table_light tr td:first-child {
  padding-left: 13px;
  padding-right: 10px;
}
.commerce_tab .tech-com__table_light tr:nth-child(2n) {
  background: #dddddd;
  background: #f5f5f5;
}
.commerce_tab .inner-tabs__head_icon {
  margin-bottom: 19px;
}

.tech-com__table_light tbody td {
  border-bottom: 1px solid #d7d7d7;
}
.tech-com__table_light .commerce-model-name {
    border: none;
    /*border-bottom: 1px solid #545454;*/
}

.tech-com__table_center th, .tech-com__table_center td {
  text-align: center;
}

.tech-com__table_results td {
  border: 0;
}
.tech-com__table_light .tech-com__text {
    font-size: 16.5px;
    letter-spacing: -0.2px;
    line-height: 1.2em;
    padding-right: 2px;
}
.tech-com__table_light .tech-com__text_small, .table_kobayaku_wrap .tech-com__text_small {
    font-size: 16px;
}
.inner-tabs__tab .tech-com__table .tech-com__text {
    font-size: 16.5px;
}
.inner-tabs__tab .tech-com__table thead th, .inner-tabs__tab .tech-com__table thead th.tech-com__text {
    font-size: 15.5px;
}
.inner-tabs__tab .tech-com__table_light thead th.tech-com__text_small, .inner-tabs__tab .table_kobayaku_wrap thead th.tech-com__text_small {
    font-size: 14.5px;
}
.tech-com__table_results .tech-com__text_bold {
    white-space: nowrap;
}
.tech-com__text-name {
    width: 300px;
    text-align: left !important;
    padding-left: 5px !important;
}
.tech-com__table_grey .tech-com__text-name {
    padding-left: 15px !important;
}
.tech-com__table .tech-com-bold {
    font-family: "FuturaBookDemiC";
    font-weight: 600;
}

.tech-com__table_grey tbody {
  background-color: #dddddd;
  background-color: #f5f5f5;
  text-align: center;
}

.tech-com__table_grey td {
  padding: 9.5px 15px;
  border-bottom: 1px solid #c8c7c7;
}

.tech-com__table thead th {
  font-family: "FuturaBookDemiC";
  font-weight: 600;
 font-size: 16.5px;
}

.tech-com__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 19px;
  padding-bottom: 90px;
}

.tech-com__btns a {
  margin-right: 40px;
  min-width: 160px;
  text-align: center;
}

.tech-com__img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tech-com__img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 400px;
  min-height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tech-com-text-bold {
    font-family: "FuturaBookDemiC";
    font-size: 20px;
}

.tech-com__mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tech-com__mode .btn-red, .tech-com__mode .btn-black {
  width: 400px;
  margin-bottom: 20px;
}

.tech-com__functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.tech-com__functions2 {
    margin-top: 33px;
}

.tech-com__functions a, .tech-com__functions .share, .tech-com__functions .fvrt {
  margin-bottom: 20px;
}

.tech-com__functions .mess__link {
  /*font-family: "FuturaBookC";
  font-weight: 400;*/
}

.tech-com-select .chosen-container {
  border: solid 1px black;
  border-radius: 4px;
  background: #cecece;
  height: 100%;
}

.tech-com-select .chosen-single {
  padding-left: 10px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.tech-com-select .chosen-drop {
  border-radius: 4px;
  border: 1px solid #000;
}

.tech-com-input .input {
  background-color: #cecece;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 0;
  height: 100%;
  padding: 10px;
}

.comment__box {
  position: relative;
  border: 1px solid #000;
  padding: 30px;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.comment__box textarea {
  position: relative;
  display: block;
  background-color: #fff;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-weight: 400;
  color: #000;
  width: 100%;
  height: 100%;
  border: none;
  resize: vertical;
  resize: none;
  outline: none;
  overflow: auto;
}

.comment__box_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/edit-black.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.comment-head {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 13px 35px;
    font-size: 20px;
    font-weight: 500;
}

.inner-tabs__menu {
  margin: 20px 0;
  width: auto;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.inner-tabs__link {
    color: #000;
    padding: 13px 13px 15px;
    font-family: "FuturaBookDemiC";
    font-size: 19px;
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.15s ease 0s;
}
.inner-tabs__link>div {
    font-family: "FuturaBookDemiC";
}
.inner-tabs-num {
    margin-left: 7px;
}
.inner-tabs__link:hover {
    background: #e1dbdb;
}

.inner-tabs__link.active {
  background-color: #000;
  color: #fff;
}

.inner-tabs__link.remark-corrected,
.inner-tabs__link.has-remark {
  position: relative;
  margin-right: 60px;
}

.options-menu-item .options-menu-notification-bar {
    position: absolute;
    right: -45px;
    top: 14px;
    min-width: 45px;
    width: 45px;
    max-width: 45px;
}

.options-menu-item .options-menu-notification-bar .options-menu-notification-bar__item {
    position: relative;
    top: 0;
    right: 0;
    float: left;
    padding-left: 5px;
}

.options-menu-item .model-remark-corrected,
.options-menu-item .model-remark-exclamation,
.options-menu-item .equip-remark-corrected,
.options-menu-item .equip-remark-exclamation {
    display: none;
    height: 16px;
    width: 16px;
    color: red;
}

.options-menu-item .model-remark-corrected img,
.options-menu-item .model-remark-exclamation img,
.options-menu-item .equip-remark-corrected img,
.options-menu-item .equip-remark-exclamation img {
    width: 16px;
    height: 16px;
}

.options-menu-item.has-remark .model-remark-exclamation {
    display: block;
}

.options-menu-item.remark-corrected .model-remark-corrected {
    display: block;
}

.options-menu-item.has-remark .equip-remark-exclamation {
    display: inline-block;
}

.options-menu-item.remark-corrected .equip-remark-corrected {
    display: inline-block;
}

.options-menu-item .model-remark-corrected {
  position: absolute;
  top: 14px;
  right: -50px;
}

.options-menu-item .model-remark-exclamation {
  position: absolute;
  top: 14px;
  right: -30px;
}

.options-menu-item .equip-remark-corrected,
.options-menu-item .equip-remark-exclamation {
  vertical-align: middle;
  margin-left: 5px;
}

.tab-menu-item {
    /*height: 44px;*/
}

.tab-menu-item .tab-remark-corrected,
.tech-com__menu-item .tab-remark-corrected {
    display: none;
    position: absolute;
    right: -46px;
    top: 6px;
}

.tech-com__menu-item .tab-remark-exclamation {
  display: none;
  position: absolute;
  right: -26px;
  top: 8px;
}

.tab-link.active .tab-remark-exclamation {
    top: 14px;
}

.tech-com__menu-item .tab-remark-corrected.remark-corrected {
    display: block;
}

.tech-com__menu-item .tab-remark-exclamation.has-remark {
    display: block;
}

.tech-com__menu-item .tab-menu-notification-bar {
    position: absolute;
    right: -48px;
    top: 7px;
    min-width: 48px;
    width: 48px;
    max-width: 48px;
}

.tech-com__menu-item .tab-menu-notification-bar .tab-menu-notification-bar__item {
    position: relative;
    top: 0;
    right: 0;
    float: left;
    padding-left: 5px;
}

.tech-com__menu-item .tab-menu-notification-bar .tab-menu-notification-bar__item img {
    width: 18px;
    height: 18px;
}

.inner-tabs__list_comment {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.29;
  color: #000000;
}

.inner-tabs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-tabs__list .inner-tabs__row {
  border-bottom: 1px dashed #cdcdcd;
}

.inner-tabs__block{
  margin-bottom: 20px;
}

.inner-tabs__left, .inner-tabs__right {
  width: 50%;
  padding: 14px 10px 14px 2px;
}
.inner-tabs__left {
    width: 60%;
}
.inner-tabs__left.tech-ready-wearing {
    width: 50%;
}
.inner-tabs__right {
    width: 40%;
}
.table_option_wrap .inner-tabs__left, .table_kobayaku_wrap .inner-tabs__left {
    padding-top: 3px;
}

.inner-tabs__left p, .inner-tabs__right p {
  font-family: "FuturaBookC";
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}
.inner-tabs__row__red-line .inner-tabs__left p,
.inner-tabs__row__red-line .inner-tabs__right p,
.inner-tabs__row__red-line td {
    color: red;
}

.inner-tabs__row .tech-small {
    font-size: 17px;
    margin-top: 5px;
}
.inner-tabs__row .tech-unworkable {
    margin-top: 0px;
}

.inner-tabs__tab {
  display: none;
}

.inner-tabs__tab.active {
  display: block;
}

.inner-tabs__tab .assess_tech {
    background: #f2f2f2;
    width: 100%;
}

.inner-tabs__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 60px 100px;
  background-color: #ffffff;
  position: relative;
}

.inner-tabs__img img {
  width: 100%;
  height: auto;
  max-width: 480px;
}

.inner-tabs__img_top, .inner-tabs__img_right, .inner-tabs__img_left, .inner-tabs__img_bottom{
  position: absolute;
}

.inner-tabs__img_top{
  top: 22px;
}
.inner-tabs__img_bottom{
  bottom: 22px;
}
.inner-tabs__img_top, .inner-tabs__img_bottom{
  left: 50%;
  transform: translateX(-50%);
}

.inner-tabs__img_right{
  right: 25px;
}
.inner-tabs__img_left{
  left: 25px;
}
.inner-tabs__img_right, .inner-tabs__img_left{
  top: 50%;
  transform: translateY(-50%);
}

.inner-tabs__tab .tech-com__table thead th {
  padding: 10px 6px;
  padding: 7px 9px;
  border-bottom: 1px solid #b3b3b3;
}
.inner-tabs__tab .tech-com__table thead th.tech-com__text-left {
  padding-left: 15px;
}

.inner-tabs__docs {
  margin-top: 10px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  background-color: #fff;
  padding: 15px 15px 0 15px;
}

.inner-tabs__docs .upload-doc__file {
  margin-top: 0;
  padding-bottom: 15px;
  width: 50%;
}

.inner-tabs__docs .upload-doc__file-name {
  color: #ff0000;
}

.inner-tabs__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 25px;
}
.inner-tabs__full {
    width: 100%;
}

.inner-tabs__left_red, .inner-tabs__left_black {
    width: 16px;
    height: 16px;
    background-image: url(../images/attention_red.png);
    background-size: cover;
    background-position: center;
    margin-top: 4px;
    margin-right: -3px;
}

.inner-tabs__left_black {
  left: 26px;
  background-image: url(../images/attention_black.png);
}

.inner-tabs__left_p {
  padding-left: 13px;
    padding-top: 2px;
}

.inner-tabs__left .options_img {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.inner-tabs__right {
  position: relative;
}

.inner-tabs__right ul {
  padding-top: 15px;
}

.inner-tabs__right ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
}

.inner-tabs__right ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 9px;
}

.inner-tabs__notes {
  background-color: #fff;
  margin: 42px 0 30px;
  padding: 26px 38px 14px;
}
.inner-tabs-white-box {
    background-color: #fff;
    margin: 50px 0 10px;
    padding: 29px 33px 31px;
    line-height: 1.5em;
}
.inner-tabs__content {
    margin: 44px 0px 45px;
}
.commerce-tab-content .inner-tabs__content {
    margin-top: 20px;
    margin-bottom: 26px;
}

.inner-tabs__notes_head {
    font-family: "FuturaBookC";
    font-size: 24px;
    font-weight: 500;
    color: #ff0000;
    margin-top: 30px;
    margin-bottom: 4px;
}
.inner-tabs-white-box .inner-tabs__notes_head {
    margin-top: 25px;
    margin-bottom: 6px;
}

.inner-tabs__notes_head:first-child {
  margin-top: 0;
}

.inner-tabs__notes_dark {
  color: #000;
}

.inner-tabs__notes_text {
  padding-top: 15px;
  font-size: 18px;
  color: #000;
}

.inner-tabs__notes .inner-tabs__left p {
  padding-left: 15px;
}

.inner-tabs__notes .inner-tabs__left_black {
  left: 0;
}

.inner-tabs__head {
  margin: 50px 0 26px 6px;
  font-family: "FuturaBookDemiC";
  font-weight: bold;
  font-size: 25px;
  line-height: 1.12;
  color: #000000;
}
.inner-tabs__head_inline {
    display: inline-block;
}
.inner-tabs__head_img {
    font-size: 21px;
    font-weight: 500;
}

.inner-tabs__head_icon {
  font-size: 19.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  margin-bottom: -10px;
  margin-top: 60px;
  position: relative;
}
.table_zip_wrap .inner-tabs__head_icon {
    padding-left: 0px;
    font-size: 22px;
    display: inline-block;
    margin-top: 25px;
}
.table_option_Wrap .inner-tabs__head_icon, .table_option_head_Wrap .inner-tabs__head_icon {
    padding-left: 0px;
    font-size: 22px;
    display: inline-block;
}
.table_option_head_Wrap .inner-tabs__head_icon {
    margin-top: 3px;
}
.wrap_content .table_zip_wrap .inner-tabs__head_icon {
    margin-top: 0px;
}
.table_zip_wrap .inner-tabs__head_icon .question-help {
    /*right: -28.5px;
    top: 3.5px;*/
}

.inner-tabs__head_icon .options_img {
  width: 18px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}

.inner-tabs__head_icon .kobayaku {
  width: 19px;
  height: 19px;
  top: 2px;
}

.inner-tabs__box p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 30px;
}

.inner-tabs__question {
  display: none;
  width: 18px;
  height: 17px;
  background-image: url(/images/ques.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  top: 18px;
  left: -12px;
}

.inner-tabs__question_box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20px;
  z-index: 2;
}

.inner-tabs__question_bg {
  background-color: #fff;
  padding: 20px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner-tabs__question_bg .btn-black {
  background-color: grey;
  color: #fff;
}

.inner-tabs__question_bg .btn-black:hover {
  background-color: transparent;
  color: #000;
}

.inner-tabs__question_bg a {
  width: 175px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  font-family: "FuturaBookC";
  font-size: 18px;
  font-weight: 400;
}

.inner-tabs__question_bg a:hover {
  padding: 10px;
}

.inner-tabs__question.active {
  display: block;
}

.inner-tabs__question:hover .inner-tabs__question_box {
  display: block;
}

.tab-link:hover, .tech-com__menu_drop:hover {
    background: #eae4e4;
}
.tab-link.active {
    color: #fff;
    background-color: red;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.tech-com__menu li p:hover {
  /*color: #ff0000;*/
}

.drop > .tech-com__menu_drop::before {
  content: '\23F5';
}

.drop.active > .tech-com__menu_drop::before {
  content: '\23F7';
}

.timing .inner-tabs__list {
  width: 73%;
}
.tech-com__menu .tech-com__sub-menu p::before {
    left: 24px;
}

.timing .inner-tabs__docs {
  background: transparent;
  margin: 0;
  padding: 0;
}

.timing .upload-doc__file {
  width: auto;
  margin-right: 70px;
}

.mode-mess {
  display: none;
  position: absolute;
  right: 0;
  top: 80vh;
  padding-top: 22px;
}

.mode-mess__close {
  width: 18px;
  height: 18px;
  background-image: url(/images/+.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.mode-mess__body {
  border: 1px solid #000;
  background-color: #fff;
  padding: 15px 20px;
  color: #000;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
}

.equip_row{
  align-items: flex-end;
}

.mode-mess.active {
  display: block;
}

.equip-model__list {
  width: 72%;
}
.equip-model__list2 {
  width: 81%;
}
.work-add-section-wrap, .work-add-section-clone-list {
  width: 81%;
}
.work-add-section {
  width: 100%;
}

.equip-model__list .equip-model__item {
    display: flex;
}
.equip-model__list .equip-model__item .access_counter {
    margin: 5px 10px 0px 11px;
}

.equip-model__list .check_equip_input{
  width: 77%;
}
.add_my_sections {
    margin: 17px auto 0px;
}
/* --- new tab --- */
.new-tab {
    display: none;
}
.new-tab-act {
    display: block;
}
.new-tab-head {
    font-size: 19.5px;
    font-weight: 600;
    font-family: "FuturaBookDemiC";
    display: inline-block;
    margin: 36px 0px 0px;
    position: relative;
}
.commerce-ready-head {
    margin: 0px 0px 27px;
}
.commerce-tab-empty {
    display: none;
    font-size: 20px;
    color: #717274;
    text-align: center;
    margin: 44px 0px 28px;
    width: 100%;
    background: #fdfdfd;
    padding: 37px 0px;

    border: 1px solid #cbcbcb;
    font-size: 19.5px;
}
.nav_tab_new {
    transition: all 0.15s ease 0s;
}
.nav_tab_new:hover {
    background: #eae4e4;
}

.tech_chars_content{
  display: flex;
}

.tech_chars_content .sidebar_left, .tech_chars_content .content_right{
  float: none;
}

.tech_chars_content .chars_nav{
  padding: 0 10px;
}
.tech_chars_content .percent_color{
  display: none;
}

.tech_chars_content .content_right{
  width: 67%;
}

.inner-tabs__left p{
  padding: 0 0 0 52px;
}

.inner-tabs__right p{
  padding: 0;
  position: relative;
  width: fit-content;
  margin-bottom: 2px;
  max-width: calc(100% - 10px);
}

.inner-tabs__text{
  position: relative;
  width: fit-content;
}
.inner-tabs__row .inner-tabs__text {
    width: auto;
}
.inner-tabs-grey {
    color: #969696;
    display: block;
    margin-top: 8px;
    font-size: 17px;
}
.quest-chat-is-corrected {
    width: 24px;
    height: 24px;
    background: url(/images/revert.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 14px;
    right: 25px;
}
.tech-com__table .quest-chat-is-corrected {
    top: -11px;
}
.ques-case-is-corrected {
    width: 24px;
    height: 24px;
    background: url(/images/hourglass.png) center no-repeat;
    background-size: cover;
    position: relative;
    top: 15px;
}
.tech-com__table .ques-case-is-corrected {
    top: 0px;
}
.ques-wrap {
    position: absolute;
    right: 0px;
    top: 0px;
}
.ques_img{
  display: none;
  position: absolute;
  top: 4px;
  right: -29px;
  width: 21px;
  height: 20px;
  background: url(/images/ques.png) center no-repeat;
  background-size: cover;
}
.ques_img.active{
  display: block;
  cursor: pointer;
  background: url(/images/ques.png) center no-repeat !important;
}
.quest-chat-wrap {
    position: relative;
}
.quest-chat-wrap .ques_img {
    top: -8px;
}

.inner-tabs__actions .quest-chat-wrap {
    float: left;
}
.inner-tabs__actions .quest-chat-wrap .ques_img {
    top: 16px;
    right: 0;
}
.tech-com__table .inner-tabs__actions .quest-chat-wrap .ques_img {
    top: -10px;
}
.inner-tabs__actions .btn-grey {
    margin-top: 6px;
    padding: 8px 16px;
}
.inner-tabs__spec-mismatch {
    position: absolute;
    margin-left: -192px;
    margin-top: 8px;
    padding: 6px 8px;
    background: white;
    color: red;
    font-weight: 500;
}
.tech-com__table .inner-tabs__spec-mismatch {
    margin-left: -170px;
    margin-top: -5px;
}
.ques__block{
  display: none;
  width: 220px;
  position: absolute;
  top: 13px;
  left: 7px;
  z-index: 10;
  background-color: #fff;
  padding: 14px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 0px 19px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 2px 0px 19px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 2px 0px 19px 0px rgba(34, 60, 80, 0.2);
}
.ques_img.active:hover .ques__block{
  display: block;
}
.ques__block .chars_add,
.ques__block .btn-red{
  width: 100%;
  font-weight: 400;
  font-family: "FuturaBookDemiC";
  font-size: 16px;
  padding: 7px 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #000;
}

.ques__block .chars_add:hover,
.ques__block .btn-red:hover {
  color: #000;
  background-color: #fff;
}

.ques__block .chars_add{
  margin-bottom: 10px;
}
.tech-com__inner-tabs-ready {
    margin: 0px 0px 45px;
}
.tech-com__table .tech-com__text-left {
    text-align: left !important;
    padding-right: 15px !important;
}
.ques-remark-text {
    color: #f00;
    position: absolute;
    left: 100%;
    top: 0px;
    white-space: nowrap;
    margin-left: 14px;
    font-size: 17px;
    font-weight: 500;
    display: none;
}
.ques-remark-text-show {
    display: block;
}
.ques-show {
    display: block;
    background: none;
}

.inner-tabs__row.hide{
  display: none;
}

.tech_img .inner-tabs__head,
.tech_img .inner-tabs__img {
    text-align: center;
    margin: 0 auto;
}

.tech_img .inner-tabs__head {
    margin-top: 50px;
}

#add_tech_img{
  overflow-y: auto;
}

#add_tech_img .modal-box{
  top: 10%;
  transform: translate(-50%, 0);
}

.modal-alert_img{
  padding: 20px 0 0 0;
  text-align: left;
}
.tab_step_22 .later-box {
  width: 30%;
}

.tab_step_22 .__checkbox__label{
  max-width: 100%;
  max-width: 50%;
}

.tech_com_demand .btn-black{
  margin-right: 30px;
}

.long, .hide {
  display: none;
}

.tech__row .add_equip_btn{
  margin: 25px 0 0 0;
}

.tech-ready-tab-options-hidden .tech-ready-option-hide {
    display: none;
}
.tech-ready-tab-options .options_img {
    display: none;
}
.tech-ready-tab-zip-hidden .tech-ready-zip-hide {
    display: none;
}
.tech-ready-tab-options, .tech-ready-tab-zip {
    margin-top: 40px;
}
.tech-ready-tab-options-content, .tech-ready-tab-zip-content {
    border-top: 1px solid #dadada;
}
.tech-ready-tab-options-head, .tech-ready-tab-zip-head {
    padding-bottom: 30px;
}
.tech-ready-tab-options-head>span, .tech-ready-tab-zip-head>span {
    font-weight: 600;
    font-family: "FuturaBookDemiC";
    padding: 8px 19px 8px;
    font-size: 17px;
    display: inline-block;
    transition: all 0.15s ease 0s;
    background: #000;
    color: #fff;
    border-radius: 0.4rem !important;
    margin-bottom: -6px;
}

.check-option:disabled + .__checkbox__label {
  color: grey;
}
.warranty_terms_text {
    margin-top: 15px;
}
.warranty_terms_text.hidden {
  display: none;
}

.to-all-equip {
    position: relative;
}
.to-all-equip-text {
    position: absolute;
    top: 5px;
    left: 104%;
    background: #ffffff;
    padding: 18px 25px;
    box-shadow: 2px 2px 6px #a9a9a9;
    cursor: default;
    font-size: 17px;
    z-index: 20;
    white-space: nowrap;
    display: none;
}
.to-all-equip-with-text:hover .to-all-equip-text {
    display: block;
}
.tech-not-found {
    color: #969696;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 0px 0px 1px;
}
.inner-tabs-files {
    margin: 0px 0px 0px;
    position: relative;
    width: 100%;
}
.inner-tabs-files:after {
    content: '';
    background: #fbfbfb;
    width: 100%;
    height: 1px;
    top: 0px;
    position: absolute;
}
.inner-tabs-files::before {
    content: '';
}
.TKP-questions .inner-tabs-files .char_row_docs .upload-doc__file {
    margin-bottom: 0px;
}
/* --- ТКП --- */
.TKP-menu-item-name {
    padding: 0px 0px 0px 31px;
    position: relative;
    font-size: 17.5px;
    margin-left: 1px;
    border-bottom: 1px solid #CBCBCB;
    transition: all 0.1s ease 0s;
}
.TKP-menu-item-name:hover {
    background: #e5e5e5;
    color: #f00;
}
.TKP-menu-item-name-show {
    color: #f00;
}
.TKP-menu-item-name:before {
    content: '';
    height: 100%;
    width: 10px;
    background: #e5e5e5;
    left: -10px;
    top: 0px;
    position: absolute;
    transition: all 0.15s ease 0s;
    display: none;
}
.TKP-menu-item-name:hover:before {
    display: block;
}
.TKP-menu-item-name input[type=radio] {
    display: none;
}
.TKP-menu-item-name input[type=radio] + label {
    cursor: pointer;
    transition: all 0.15s ease 0s;
    width: 100%;
    display: block;
    padding: 15px 0px 14px;
}
.TKP-menu-item-name:hover input[type=radio] + label {
    /*color: #ff0000;*/
}
.TKP-menu-item-name input[type=radio] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    top: 50%;
    left: 0px;
    position: absolute;
    margin-top: -9px;
    background: #fff;
}
.TKP-menu-item-name input[type=radio]:checked + label:after {
    background-image: url(../images/check.png);
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -13px;
}
.TKP-menu {
    margin: 0px 0px 52px;
}
.TKP-menu-head {
    font-family: "FuturaBookDemiC";
    font-size: 20px;
    margin: 0px 0px 20px;
    line-height: 1em;
}
/* --- TKP-questions --- */
.TKP-questions {
    /*min-height: 90px;*/
}
.TKP-questions-models .chars_block {
    display: block;
}
.TKP-questions .chars_block, .TKP-questions .TKP-questions-white {
    background: #fff;
    padding: 35px 40px 35px;
}
.TKP-questions .TKP-questions-white-big {
    font-size: 17.5px;
    padding: 21px 28px 21px;
    line-height: 1.35em;
}
.TKP-questions .chars_block .equip-name {
    color: #7b7b7b;
    font-size: 16px;
    text-align: right;
}
.timing .TKP-questions .TKP-questions-white {
    width: 100%;
}
.TKP-questions-white .timing-not-found {
    border: none;
    margin: 0px;
    font-size: 18px;
}
.TKP-questions .list__box-head {
    padding: 28px 0px 18px 0px;
    font-size: 21.4px;
    text-align: left;
}
.TKP-questions .list__box-head:first-child {
    padding-top: 0px;
}
.inner-tabs__row + .tech-user-chars-wrapper {
    padding-top: 28px;
}
.TKP-questions .inner-tabs__left p {
    padding: 0 0 0 0px;
}
.TKP-questions .inner-tabs__left_red,
.TKP-questions .inner-tabs__left_black {
    margin-right: 6px;
    background-size: contain;
    width: 16px;
    height: 16px;
    min-width: 16px;
    cursor: pointer;
}
.TKP-questions .inner-tabs__left_red:hover,
.TKP-questions .inner-tabs__left_black:hover {
    opacity: 0.8;
}
.TKP-questions .inner-tabs__left_red + .inner-tabs__left_p,
.TKP-questions .inner-tabs__left_black + .inner-tabs__left_p {
    padding-left: 7px;
    padding-right: 4%;
}
.TKP-questions .inner-tabs__row {
    border-bottom: 1px dotted #cdcdcd;
}
.TKP-questions .inner-tabs-row-work-child .inner-tabs__left, .TKP-questions .inner-tabs-row-work-child .inner-tabs-files {
    padding-left: 27px;
}
.TKP-questions .for_file_btn {
    padding: 5px 0 0 0;
}
.TKP-questions .work-case-name-ruble {
    left: auto;
    position: relative;
    z-index: 1;
    display: inline-block;
    display: none; /* попросили скрыть */
    background: none;
    margin: 0px 0px 0px 10px;
}
.TKP-questions .work-case-name-ruble:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 100%;
    height: 100%;
    background: url(/images/ruble.png) no-repeat center center #fff;
    background-size: contain;
}
.TKP-questions .inner-tabs__row:last-child {
    /*border: none;*/
}
.TKP-questions .inner-tabs__left, .TKP-questions .inner-tabs__right {
    padding: 11px 10px 11px 1px;
}
.TKP-questions .tech-ready {
    color: #969696;
}
.wrap_content {
    min-height: 36px;
}
.tech-user-chars-wrapper-hidden .tech-user-chars-head {
    display: none;
}
.TKP-questions .tech-user-chars-wrapper-hidden {
    display: none;
}
.TKP-questions .inner-tabs__left {
    width: 47%;
    padding-right: 3%;
}
.TKP-questions .inner-tabs__right {
    width: 40%;
}
.TKP-questions .inner-tabs__actions {
    width: 10%;
}
.TKP-questions .char_row_docs {
    margin-top: 6px;
}
.TKP-questions .char_row_docs .upload-doc__file {
    margin: 8px 0px 6px -5px;
}
.TKP-questions .char_row_docs .upload-doc__file-name {
    font-size: 16px;
}
.TKP-questions .inner-tabs__left p.inner-tabs-file-title {
    padding-top: 8px;
}
.tech-ready-tab .not-found {
    font-size: 19px;
    border: none;
}
.TKP-questions-work .inner-tabs__left p {
    font-family: "FuturaBookDemiC";
    font-size: 17px;
}
.TKP-questions-work .inner-tabs-row-work-child .inner-tabs__left p {
    font-family: "FuturaBookC";
}
.tech-com-ready-hidden {
    display: none;
}
.tech-ready-head {
    margin: 0px 0px 25px;
    font-size: 22.4px;
}
.tech-ready-head-middle {
    font-size: 19.5px;
    margin-bottom: 19px;
}
.tech-ready-complect-head {
    font-size: 25px;
    font-weight: 600;
    font-family: "FuturaBookDemiC";
    padding: 8px 19px 8px;
    font-size: 17px;
    display: inline-block;
    transition: all 0.15s ease 0s;
    background: #000;
    color: #fff;
    border-radius: 0.4rem !important;
    margin-bottom: 21px;
}
/* --- // --- */

.tech-com-access-off {
    color: red;
    font-size: 21px;
    text-align: center;
    border: 1px solid red;
    padding: 36px 20px;
    margin: 15px 0px 40px;
}

.tkp__equipments-list .remarks-toolbar {
    justify-content: flex-end;
    margin: 10px;
}

.tkp__equipments-list .remarks-toolbar__btn {
    position: static;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.tkp__equipments-list .tech__row {
    justify-content: flex-end;
}

.tkp__equipments-list .tech__row .inner-tabs__spec-mismatch {
    right: -160px;
}

.tkp__equipments-list .tech__row h3 {
    flex-grow: 1;
}

.tkp__equipments-list .assess_tech .tab_row__item_title {
    max-width: calc(100% - 650px);
}

.tkp__equipments-list .assess_tech .tech__row .row_right_in {
    display: flex;
    padding-right: 10px;
    max-width: 500px;
}

.tkp__equipments-list .equipment-row__actions-toolbar {
    min-width: 150px;
}

.tkp__equipments-list .quest-chat-wrap {
    display: flex;
    min-width: 64px;
}

.tkp__equipments-list .quest-chat-is-corrected {
    position: static;
}

.tkp__equipments-list .ques_img {
    position: static;
}

.tkp__equipments-list .ques-remark-text {
    left: auto;
    margin: 5px 0 0 32px;
}

.tkp__equipments-list .btn-grey {
    padding: 6px 14px;
    margin-top: 6px;
}
