body {
  background-color: #F5F5F5;
}

.tender {
  position: relative;
}
.tender__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.tender__head .notification {
  position: relative;
  top: 0;
  right: 0;
}
.tender__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 52px;
  gap: 24px;
}
@media (max-width: 1024px) {
  .tender__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.tender__wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tender__wrap-right {
    padding-bottom: 40px;
  }
}
.tender__wrap-right .pagination {
  padding: 0 74px;
}
@media (max-width: 768px) {
  .tender__wrap-right .pagination {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .notification {
    position: absolute;
    top: -90px;
    right: 0;
  }
  .notification:hover .notification__control {
    color: var(--primary-main);
  }
}
.notification._open .notification__control {
  color: var(--primary-main);
}
.notification__control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.notification__control span {
  font-size: 18px;
  font-weight: 500;
}
.notification__icon {
  width: 32px;
  height: 32px;
}
.notification__quantity {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--primary-main);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: -7px;
  left: 17px;
}
.notification__panel[data-dropdown-content] {
  left: auto;
  right: 0;
  padding: 16px 4px 0 16px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1215686275), 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1215686275), 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
}
.notification__content {
  width: 440px;
  max-height: 440px;
  overflow-y: auto;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.notification__content::-webkit-scrollbar {
  width: 4px;
}
.notification__content::-webkit-scrollbar-thumb {
  background-color: #81B83B;
  width: 4px;
  border-radius: 10px;
}
.notification__item {
  border-bottom: 1px solid #EBEAE9;
  padding-bottom: 16px;
}
.notification__item:last-child {
  border-bottom: none;
  border: none;
}
.notification__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.notification__item-title {
  font-weight: 600;
  line-height: 1.4;
}
.notification__item-date {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.4;
}
.notification__item-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-main);
  margin-left: auto;
  line-height: 1.4;
}
.notification__item-link:hover {
  color: var(--primary-hover);
}
.notification__item-body {
  margin-top: 8px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.notification__item-body a {
  color: var(--primary-main);
}
.notification__item-body a:hover {
  color: var(--primary-hover);
}

@media (max-width: 1024px) {
  .notification__control span {
    display: none;
  }
}
@media (max-width: 600px) {
  .notification__content {
    width: calc(100vw - var(--padding) - 60px);
  }
}
.lot-notification {
  padding: 13px;
  background-color: var(--bg-light);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  font-size: 14px;
}

.lot-text {
  margin-top: 36px;
}

.tender-quantity {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--text-secondary);
  position: absolute;
  bottom: 6px;
  left: 0;
}
@media (max-width: 768px) {
  .tender-quantity {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
  }
}

/* ASIDE START */
.btn-aside {
  position: fixed;
  left: 0;
  top: 38%;
  z-index: 10;
  background-color: var(--bg-color);
  padding: 8px 16px;
  border-radius: 0 20px 20px 0;
  color: var(--primary-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.1215686275);
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.1215686275);
}
@media (min-width: 1024px) {
  .btn-aside {
    display: none;
  }
}

.t-aside-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.t-aside {
  width: 284px;
  background-color: #fff;
  padding: 34px 26px;
  border-radius: 8px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.t-aside__head {
  display: none;
}
.t-aside__acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.t-aside__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (min-width: 1024px) {
  .t-aside__link:hover {
    color: var(--primary-main);
  }
}
.t-aside__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (min-width: 1024px) {
  .t-aside__btn:hover {
    color: var(--primary-main);
  }
}
.t-aside__btn.active {
  color: var(--primary-main);
}
.t-aside__btn.active .t-aside__btn-arrow svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.t-aside__btn-arrow {
  width: 18px;
  height: 18px;
}
.t-aside__btn-arrow svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.t-aside__panel {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.t-aside__submenu {
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-secondary);
  padding-left: 52px;
}
.t-aside__submenu a {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.t-aside__submenu a.active {
  color: var(--primary-main);
}
@media (min-width: 1024px) {
  .t-aside__submenu a:hover {
    color: var(--primary-main);
  }
}

.exit-account {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (min-width: 1024px) {
  .exit-account:hover {
    color: var(--primary-main);
  }
}

.t-aside-text {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  line-height: 1.3;
}
.t-aside-text p {
  margin-bottom: 4px;
}
.t-aside-text a:hover {
  color: var(--primary-hover);
}
.t-aside-text a:hover svg {
  color: var(--primary-hover);
}
.t-aside-text__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.t-aside-text__link svg {
  color: var(--primary-main);
}

@media (max-width: 1024px) {
  .t-aside-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .t-aside-wrap._no-fixed {
    position: static;
    background-color: transparent;
    height: auto;
    width: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: all;
    visibility: visible;
    z-index: 0;
  }
  .t-aside-wrap._active {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: all;
    visibility: visible;
  }
  .t-aside-wrap._no-fixed .t-aside {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    border-radius: 16px;
  }
  .t-aside-wrap._active .t-aside {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .t-aside {
    position: static;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .t-aside__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .t-aside__head svg {
    stroke-width: 2px;
    color: var(--stroke-tertiary);
  }
  .t-aside__title {
    font-weight: 600;
  }
}
@media (max-width: 460px) {
  .t-aside {
    width: 100%;
    border-radius: 0;
  }
}
/* ASIDE END */
/* TENDER HEADER START */
.tender-header {
  border-radius: 8px;
  background-color: #fff;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.tender-header .page__tabs,
.tender-header .page__select {
  margin-bottom: 0;
}
.tender-header__btn:hover .tooltip__icon {
  border-color: var(--primary-hover);
  color: var(--primary-hover);
}
.tender-header__btn._active {
  background-color: var(--primary-main);
  color: var(--bg-white);
}
@media (min-width: 1024px) {
  .tender-header__btn._active:hover {
    background-color: var(--primary-hover);
  }
}
.tender-header__btn._active .tooltip__icon {
  border-color: var(--bg-white);
  color: var(--bg-white);
}

@media (max-width: 1024px) {
  .tender-header {
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.tender-filter-btn {
  margin-left: auto;
  background-color: var(--bg-light);
}
@media (min-width: 1024px) {
  .tender-filter-btn:hover {
    background-color: var(--bg-color);
  }
}

@media (max-width: 1024px) {
  .tender-filter-btn {
    margin-left: 0;
    margin-right: auto;
  }
}
/* TENDER HEADER END */
/* TENDER ACCORDION START */
.tender-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.tender-acc__el {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.tender-acc__el > .tender-acc__label {
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .tender-acc__el > .tender-acc__label {
    font-size: 16px;
  }
}
.tender-acc__el-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}
.tender-acc__el-middle .tender-acc-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tender-acc__el-middle .tender-acc__label {
  margin-left: auto;
}
.tender-acc__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: #E5E5E5;
  color: var(--text-primary);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tender-acc__label.--green {
  color: var(--primary-main);
  background-color: #EFF3EE;
}
.tender-acc__label.--red {
  color: var(--danger-default);
  background-color: rgba(224, 45, 60, 0.1490196078);
}
.tender-acc__label svg {
  width: 16px;
  height: 16px;
}
.tender-acc__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.tender-acc__head.active .tender-acc__head-icon {
  background-color: var(--primary-main);
}
.tender-acc__head.active .tender-acc__head-icon svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  color: #fff;
}
.tender-acc__head-text {
  font-weight: 500;
  line-height: 1.4;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tender-acc__head-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--bg-color);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tender-acc__head-icon svg {
  -webkit-transition: fill 0.2s, -webkit-transform 0.3s;
  transition: fill 0.2s, -webkit-transform 0.3s;
  transition: fill 0.2s, transform 0.3s;
  transition: fill 0.2s, transform 0.3s, -webkit-transform 0.3s;
  fill: var(--text-primary);
}
.tender-acc__panel {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tender-acc__content {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.tender-acc-block__title {
  font-weight: 500;
  margin-bottom: 12px;
}
.tender-acc-block__title.h3 {
  font-weight: 600;
}
.tender-acc-block p:not([class]) {
  color: var(--text-secondary);
  line-height: 1.6;
}
.tender-acc-block a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: var(--text-secondary);
  line-height: 1.6;
}
.tender-acc-block a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.tender-acc-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.tender-acc-block__list-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: break-word;
}
.tender-acc-block__list-el svg {
  width: 24px;
  height: 24px;
  color: var(--primary-main);
}

.tender-acc-block-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
  gap: 48px;
}

.tender-acc-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
  padding: 2px 0;
}

.tender-fav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--primary-main);
  font-size: 18px;
  font-weight: 500;
}
.tender-fav._active svg {
  fill: var(--primary-main);
}
.tender-fav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--primary-main);
}
@media (min-width: 1024px) {
  .tender-fav:hover {
    color: var(--primary-hover);
  }
  .tender-fav:hover svg {
    stroke: var(--primary-hover);
  }
  .tender-fav:hover._active svg {
    fill: var(--primary-hover);
  }
}
@media (max-width: 768px) {
  .tender-fav {
    font-size: 14px;
  }
}

.tender-date {
  margin-top: 10px;
  color: var(--primary-main);
  padding: 10px;
  font-weight: 500;
  background-color: var(--bg-light);
  border-radius: 8px;
  line-height: 1.4;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 768px) {
  .tender-acc._no-reg .tender-acc__el {
    padding-top: 16px;
  }
  .tender-acc__el {
    position: relative;
    padding: 66px 16px 66px;
  }
  .tender-acc__head-icon {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
  }
  .tender-acc-block-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .tender-acc-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tender-fav {
    margin-left: 0;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .tender-date {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .tender-acc-options {
    padding-bottom: 2px;
  }
  .tender-acc-options .button-fill,
  .tender-acc-options .button-stroke {
    font-size: 14px;
  }
}
/* TENDER ACCORDION END */
/* MODAL FILTER START */
.form-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.form-filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 40px;
}
.form-filter__inner::-webkit-scrollbar {
  width: 4px;
}
.form-filter__inner::-webkit-scrollbar-thumb {
  background-color: var(--primary-main);
  border-radius: 8px;
}
.form-filter__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.form-filter__item {
  margin-right: auto;
}
.form-filter__item:last-child {
  margin-right: 0;
}
.form-filter__label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 14px;
}
.form-filter__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.form-filter__input-wrap .tooltip {
  margin-left: auto;
}
.form-filter__input-wrap .tooltip__panel {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.form-filter__input-wrap .tooltip__text {
  margin-top: 0;
  margin-left: 8px;
}
.form-filter__input-wrap .custom-checkbox__text {
  font-weight: 500;
}
.form-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.form-filter .custom-checkbox__text {
  font-weight: 400;
}
.form-filter .tooltip {
  color: var(--primary-main);
}

@media (max-width: 1024px) {
  .form-filter__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-filter__inner {
    padding-right: 20px;
  }
  .form-filter__inner .tooltip__panel {
    max-width: 50vw;
  }
  .form-filter__inner .custom-checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 440px) {
  .v-modal-filter {
    padding-right: 10px;
  }
  .form-filter {
    gap: 0;
  }
  .form-filter__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* MODAL FILTER END */
/* TENDER INFO START */
.tender-info-box {
  background-color: #EFF3EE;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 24px;
  margin-top: 52px;
}
.tender-info-box__left {
  max-width: 890px;
}
.tender-info-box__title {
  margin-bottom: 32px;
}
.tender-info-box__text {
  color: var(--text-secondary);
  line-height: 1.6;
}
.tender-info-box__right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.tender-info-box__btn.button-stroke {
  background-color: transparent;
}

@media (max-width: 768px) {
  .tender-info-box {
    padding: 16px;
    margin-top: 32px;
  }
  .tender-info-box__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
    width: 100%;
  }
}
/* TENDER INFO END */
/* MODAL PRE QUALIFICATION START  */
.v-modal-qualification {
  background-color: #fff;
  padding: 32px;
}
.form-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.form-q__box {
  background-color: #FAFAFA;
  border-radius: 16px;
  padding: 24px;
}
.form-q__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.form-q__box-head .tooltip__icon {
  color: var(--primary-main);
}
.form-q__box-head .tooltip__panel {
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-q__box-head .tooltip__text {
  margin-left: 14px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}
.form-q__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.form-q__polite {
  color: #A3A3A3;
  font-size: 14px;
}
.form-q__polite a {
  color: var(--primary-main);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.form-q .custom-checkbox__text a {
  color: var(--primary-main);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.form-q-table {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EBEAE9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-q-table table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.form-q-table table thead th {
  text-align: left;
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  min-width: 200px;
  padding: 12px;
  border-bottom: 1px solid #E7E7ED;
}
.form-q-table table thead th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.form-q-table table thead th span .tooltip__icon {
  color: var(--text-primary);
  border-color: var(--text-primary);
  width: 12px;
  height: 12px;
  font-size: 8px;
}
.form-q-table table thead th span .tooltip__panel {
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-q-table table thead th span .tooltip__text {
  margin-left: 14px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  max-width: 30vw;
}
.form-q-table table thead th:first-child {
  min-width: 300px;
}
.form-q-table table tbody input {
  width: 100%;
  background-color: transparent;
}
.form-q-table table tbody td {
  font-size: 16px;
  line-height: 1.6;
  padding: 19px 12px;
}
.form-q-table .add-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--primary-main);
  padding: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .form-q-table .add-btn:hover {
    color: var(--primary-hover);
  }
}

.form-q-table-date input[type=date] {
  color: var(--text-tertiary);
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.form-q-table-date input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.form-q-table-date input[type=date]::-moz-focus-inner {
  border: 0;
}

.form-q-file-box {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 72px;
}
.form-q-file-box__name {
  line-height: 1.6;
}
.form-q-file-box__name a {
  padding-left: 10px;
  color: var(--primary-main);
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .form-q-file-box__name a:hover {
    color: var(--primary-hover);
  }
}

.form-q-file-box._active-err {
  border: 1px solid var(--danger-default);
}
.form-q-file-box._active-err .table-file-error {
  display: block;
}

.form-q-file-box._downloaded {
  border: 1px solid var(--primary-main);
}

.form-q-file-box:last-child {
  margin-bottom: 0;
}

.table-file-error {
  font-size: 14px;
  font-weight: 300;
  color: var(--danger-default);
  margin-top: 12px;
  display: none;
}

.table-file {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  max-width: 444px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.table-file__text {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.table-file__text._active {
  color: var(--primary-main);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.table-file__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EFF3EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.table-file__icon svg {
  width: 44%;
  height: 44%;
  color: var(--text-primary);
}

@media (max-width: 1200px) {
  .form-q-table table thead th {
    font-size: 16px;
    font-weight: 600;
    min-width: 160px;
    padding: 8px;
  }
  .form-q-table table tbody td {
    font-size: 14px;
    padding: 10px;
  }
  .form-q-file-box__name {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .v-modal-qualification {
    padding: 32px 12px;
  }
  .form-q-table table thead th {
    min-width: 240px;
  }
  .form-q__box {
    padding: 10px;
  }
  .form-q-table {
    overflow: hidden;
    overflow-x: auto;
  }
  .form-q-table .add-btn {
    margin-left: 0;
  }
  .table-file {
    max-width: 300px;
  }
  .form-q__box-head .tooltip__panel {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .form-q__box-head .tooltip__text {
    margin-left: 0;
    margin-top: 10px;
    width: 70vw;
    font-size: 14px;
    line-height: 1.3;
  }
  .form-q-table table thead th span .tooltip__panel {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .form-q-table table thead th span .tooltip__text {
    margin-left: 0;
    margin-top: 10px;
    max-width: 80vw;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .form-q-table table thead th {
    font-size: 14px;
    font-weight: 600;
  }
  .form-q-file-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
  .table-file {
    max-width: 400px;
  }
  .table-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .table-file__icon {
    width: 32px;
    height: 32px;
  }
  .form-q__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 440px) {
  .v-modal-qualification .v-modal__title {
    font-size: 22px;
  }
  .form-q__box-title {
    font-size: 20px;
  }
}
/* MODAL PRE QUALIFICATION END  */
/* BOX WARNING START */
.box-warning {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.box-warning__icon {
  width: 70px;
  height: 70px;
}
.box-warning__text {
  max-width: 844px;
}
.box-warning__title {
  margin-bottom: 12px;
}
.box-warning__btn {
  margin-left: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 768px) {
  .box-warning {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
}
/* BOX WARNING END */
/* INPUTS GROUP START  */
.inputs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.inputs-group .form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}

.offer-box {
  margin-bottom: 0;
}
.offer-box .form-input:first-child {
  max-width: 256px;
}

/* INPUTS GROUP END  */
/* ACCORDION TENDER START */
.tender-table {
  background: #FFF;
  width: 100%;
  min-width: 1200px;
  border-radius: 16px;
  border: 1px solid #EBEAE9;
  overflow: hidden;
}

@media (max-width: 1360px) {
  .tender-table-wrap {
    overflow: hidden;
    overflow-x: auto;
  }
  .tender-table-wrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: transparent;
  }
  .tender-table-wrap::-webkit-scrollbar-thumb {
    background: #90C94D;
    border-radius: 10px;
    cursor: pointer;
  }
}
.tender-table__head + .tender-table__droppable {
  overflow: hidden;
  overflow-y: auto;
  max-height: 600px;
}
.tender-table__head + .tender-table__droppable::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
  border-radius: 10px;
}
.tender-table__head + .tender-table__droppable::-webkit-scrollbar-thumb {
  background: #90C94D;
  border-radius: 10px;
  cursor: pointer;
}

.tender-table__outer::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

.tender-table__outer::-webkit-scrollbar-thumb {
  background: #90C94D;
  border-radius: 0px;
}

.tender-table__outer::-webkit-scrollbar-corner {
  background: transparent;
}

.tender-table__row {
  display: grid;
  grid-template-columns: 80px 160px 320px 134px 1fr;
}

.tender-table__row > div {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.tender-table__row > div:nth-child(1) {
  padding-left: 20px;
}

.tender-table__row > div:nth-child(2) {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tender-table__row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tender-table__row > .tender-table__cell1 {
  padding-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tender-table__head {
  background: #fff;
}

.tender-table__head div {
  color: #2E2E2E;
  color: var(--Secondary-Primary, #2E2E2E);
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.tender-table__head div:nth-child(1) {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tender-table__trigger_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

.tender-table__trigger_arr {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.7142 5.5L7.99993 10.5L2.28564 5.5' stroke='%2390C94D' stroke-width='2.14286' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tender-table__cell1 .arr-holder {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.tender-table__cell1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

.tender-table > .tender-table__droppable > .tender-table__drop {
  border-left: 0;
  border-left: initial;
}

.tender-table__drop {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid 0.3s;
  transition: grid 0.3s;
  /*border-left: 1px solid #E0E0E0;*/
  margin-bottom: 2px;
}

.tender-table__drop_inner {
  min-height: 0px;
}

.tender-table__drop_inner .tender-table__row {
  position: relative;
  border-bottom: 0;
  border-bottom: initial;
}

.tender-table > .tender-table__droppable > .tender-table__row.tender-table__trigger::after {
  content: none;
}

.tender-table__droppable.drop > .tender-table__trigger {
  border-bottom: 1px solid #E0E0E0;
  background-color: rgba(130, 184, 59, 0.2274509804);
}

.tender-table__trigger {
  cursor: pointer;
}

.tender-table__droppable.drop > .tender-table__drop {
  grid-template-rows: 1fr;
}

.tender-table__droppable.drop > .tender-table__trigger .tender-table__trigger_arr {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ACCORDION TENDER END */
/* LOT LIST START */
.lot-list {
  border: 1px solid #EBEAE9;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lot-list li {
  padding: 30px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #EBEAE9;
}
.lot-list li:last-child {
  border-bottom: 0;
  border-bottom: initial;
}
.lot-list__name {
  width: 100%;
  color: var(--text-secondary);
}
.lot-list__value {
  width: 100%;
}

@media (max-width: 768px) {
  .lot-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 10px;
  }
}
/* LOT LIST END */
.tender-instructions .tender-acc__content {
  margin: 0;
}
.tender-instructions .tender-acc-block__list-el {
  font-size: 18px;
  color: var(--text-primary);
  -webkit-text-decoration: none;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tender-instructions .tender-acc-block__title {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .tender-instructions .tender-acc__el {
    padding: 20px 16px;
  }
  .tender-instructions .tender-acc-block__title {
    font-size: 22px;
  }
}

.tender-instructions a.tender-acc-block__list-el:hover {
  color: var(--primary-hover);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* FILE LIST START */
.file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.file-list .file-list__el {
  background-color: #FAFAFA;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border-radius: 16px;
  color: var(--text-primary);
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.file-list .file-list__el .table-file__icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.file-list .file-list__el .table-file__icon svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .file-list .file-list__el:hover {
    color: var(--primary-main);
  }
  .file-list .file-list__el:hover .table-file__icon {
    background-color: var(--primary-main);
  }
  .file-list .file-list__el:hover .table-file__icon svg {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .file-list__el {
    font-size: 16px;
  }
}
/* FILE LIST END */
.form-table .form-q-table {
  overflow: hidden;
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
}
.form-table .form-q-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  cursor: pointer;
}
.form-table .form-q-table::-webkit-scrollbar-thumb {
  background-color: rgba(129, 184, 59, 0.5019607843);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  cursor: pointer;
}
.form-table .form-q-table table tr, .form-table .form-q-table table td, .form-table .form-q-table table th {
  min-width: 120px;
  width: auto;
}

/*# sourceMappingURL=tender.css.map */