.page {
  color: #262d33;
}

.orders__container,
.client-profile__container {
  width: 100%;
}

.main-orders {
  position: relative;
  width: 100%;
}
.aside-menu {
  display: none;  /* удалить */
  position: relative;
  margin-bottom: 30px;
}
.mobile__aside-menu {  /* удалить */
  display: none; 
}

.orders-warning {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1392px;
  padding: 0 40px;
  margin: 0 auto 80px;
}

.orders-warning__container {
  max-width: 1392px;
  margin-top: 40px;
  width: 100%;
}
.err{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #A4282E;
}

.orders-warning__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 40px; */
  width: 100%;
}

.orders-warning__title {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.orders__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}

.orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1392px;
  width: 100%;
  margin: 40PX auto 80px;
  padding: 0 40px;
}

.orders .orders__btn-wrapper {
  margin-bottom: 40px;
}

.orders__btn {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  color: #D62631;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  /* transform: translateY(-50px); */
}
.orders__btn svg{
  transition: .4s;
}
.orders__btn.active svg{
  transform: rotate(180deg);
}

.orders__btn svg{
  transition: .6s;
}
.orders__btn.show svg{
  transition: .6s;
  transform: rotate(180deg);
}

.orders__btn:hover {
  color: #A4282E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.orders__btn--myself {
  margin-right: 24px;
  transform: translateY(0px);
}
.orders__btn--company{
  transform: translateY(0px);
}
.slide-btn.slick-slide img {
  padding: 0 5px;
}

/*TABLE ORDERS*/
.orders__table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.orders__table-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.orders__table-row:hover {
  background: rgba(235, 235, 235, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.orders__table-row:last-child {
  border: none;
}
.main-manager-orders .orders__table .orders__table-row.err td {
  width: 100%;
}
.orders__table-row span {
  display: inline-block;
  max-width: 240px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.orders__table td {
  vertical-align: top;
  padding: 16px 5px 20px 0px;
}

.orders__table td:nth-child(1) {
  padding-left: 8px;
  width: 6%;
}
.orders__table td:nth-child(2) {
  width: 8%;
}
.orders__table td:nth-child(3) {
  width: 8%;
}
.orders__table td:nth-child(4) {
  width: 15%;
}
.orders__table td:nth-child(5) {
  width: 8%;
  padding-right: 15px;
}
.orders__table td:nth-child(6) {
  width: 15%;
}
.orders__table td:nth-child(7) {
  width: 10%;
}


.main-manager-orders .orders__table td:nth-child(1) {
  width: 3%;
}
.main-manager-orders .orders__table td:nth-child(2) {
  width: 7.5%;
}
.main-manager-orders .orders__table td:nth-child(3) {
  width: 7%;
  padding-right: 15px;
}
.main-manager-orders .orders__table td:nth-child(4) {
  width: 13%;
  padding-right: 15px;
}
.main-manager-orders .orders__table td:nth-child(5) {
  width: 5%;
}
.main-manager-orders .orders__table td:nth-child(6) {
  width: 13%;
}
.main-manager-orders .orders__table td:nth-child(7) {
  width: 7.5%;
}
.main-manager-orders .orders__table td:nth-child(8) {
  width: 8%;
}
.main-manager-orders .orders__table td.orders__table-row__date{
  width: 5%;
  padding-right: 15px;
}
.main-manager-orders .orders__table td.orders__table-row__depo{
  width: 13%;
}
.main-manager-orders .orders__table td.orders__table-row__status{
  width: 5%;
}
.main-manager-orders .orders__table td.orders__table-row__state{
  width: 13%;
}

.orders__table button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 20px;
  min-height: 24px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.orders__table .buy-parts {
  background-image: url("/local/templates/main/img/new-lk/buy-parts.svg");
}

.orders__table .sell-parts {
  background-image: url("/local/templates/main/img/new-lk/sell-parts.svg");
}

.orders__table .buy-parts::after,
.orders__table .sell-parts::after {
  position: absolute;
  bottom: 120%;
  left: -8px;
  padding: 8px 11px;
  font-family: "Circe-Regular", serif;
  font-size: 14px;
  line-height: 150%;
  white-space: nowrap;
  color: #343434;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.orders__table .buy-parts:hover::after,
.orders__table .sell-parts:hover::after {
  opacity: 1;
  transition: 0.3s;
}

.orders__table .sell-parts::after {
  content: "Продать детали";
}
.orders__table .buy-parts::after {
  content: "Купить детали";
}

.orders__link-download {
  display: inline-block;
  max-width: 240px;
  color: #D62631;
  text-decoration: none;
}

.orders__link-download:hover {
  color: #A4282E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*ASIDE MENU*/
.first_section{
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  transition: .2s;
}

.aside-menu {
  position: fixed;
  z-index: 12;
  top: 150px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 4px;
  background: #F9F9F9;
  transition: .3s;
}

.aside-menu--open {
  position: inherit;
  max-width: 296px;
  width: 100%;
  display: inline-table;
}

.aside-menu__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 16px 0;
}

.aside-menu__list::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 88%;
  margin: 0 auto;
  background-color: #343434;
  opacity: 0.3;
}

.aside-menu__list:last-child::after {
  content: none;
}

.aside-menu__list-item  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 32px;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}

.aside-menu--open .aside-menu__list-item {
  max-width: 275px;
  width: 100%;
}

.aside-menu:hover .aside-menu__list-item {
  max-width: 268px;
  transition: all ease-in-out 0.4s;
}

.aside-menu:hover .aside-menu__list {
  padding-right: 16px;
}

.aside-menu--open .aside-menu__list {
  padding-right: 23px;
}

.aside-menu__list-item svg {
  min-width: 32px;
  margin-right: 13px;
}

.aside-menu__list-item a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
  white-space: nowrap;
}

.aside-menu__list-item:hover path,
.aside-menu__list-item:hover rect,
.aside-menu__list-item:hover .instruction-icon circle {
  stroke: #D62631;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.aside-menu__list-item:hover .instruction-icon > path {
  fill: #D62631;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.aside-menu__list .aside-menu__list-item--active path,
.aside-menu__list .aside-menu__list-item--active rect,
.aside-menu__list .aside-menu__list-item--active circle {
  stroke: #D62631;
}

.aside-menu__list .aside-menu__list-item--active .instruction-icon > path {
  fill: #D62631;
}

.aside-menu__list li:last-child {
  margin-bottom: 0;
}

.aside-menu__list-item--personal-documentation,
.aside-menu__list-item--personal-account,
.aside-menu__list-item--incomplete-orders {
  pointer-events: none;
}

.aside-menu__list-item--personal-documentation svg,
.aside-menu__list-item--incomplete-orders svg {
  opacity: 0.5;
}

.soon {
  padding: 0 6px;
  margin-left: 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  border: 1px solid #343434;
  border-radius: 2px;
}

.aside-menu__list-item:hover a {
  color: #D62631;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aside-menu__list-item--active a {
  color: #D62631;
}

.mobile__aside-menu{
  position: relative;
  z-index: 10;
  width: 100%;
  display: none;
  margin-bottom: 24px;
  padding: 0 20px;
}

.mobile__aside-menu p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1px;
  padding: 16px 20px;
  background:  #F9F9F9;
  font-weight: 700;
  cursor: pointer;
}

.mobile__aside-menu p::after{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/triangle-icon.svg") no-repeat center right;
  transition: .5s;
}

.mobile__aside-menu.show p::after{
  transform: rotate(180deg);
}

.mobile__aside-menu .orders-warning{
  margin-bottom: 0;
  justify-content: flex-start;
}

.mobile__aside-menu .aside-menu{
  transition: 0.5s;
  height: 0;
  width: 100%;
}

.mobile__aside-menu .aside-menu .aside-menu__list {
  transition: 0.35s;
  padding-right: 0;
  height: 0;
  padding: 0px;
}

.mobile__aside-menu .aside-menu .aside-menu__list-item {
  max-width: none;
  width: 275px;
}

.aside-menu__list::after{
  height: 0;
}

.mobile__aside-menu.show .aside-menu{
  /* transition: 0.5s; */
  height: 430px;
}

.mobile__aside-menu.show .aside-menu__list {
  /* transition: 0.5s; */
  padding: 16px 10px;
  height: 485px;
}

.mobile__aside-menu.show .aside-menu__list::after {
  height: 1px;
}


.count {
  margin-top: -8px;
  margin-left: 4px;
  color: #D62631;
}


.current-orders {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
}

.current-orders__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

/*FILTER ORDERS*/
.current-orders__filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  background: #F9F9F9;
}

.filter-form__saved-filters-wrapper {
  margin-bottom: 32px;
}

.filter-form__saved-filters-wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.filter-form__saved-filters-wrapper dt {
  margin-right: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  width: 190px;
}

.filter-form__saved-filters-wrapper dd {
  font-weight: 400;
  font-size: 16px;
  /* line-height: 100%; */
  color: #D62631;
  cursor: pointer;
  /* margin: 0 10px 0px 0; */
}

.filter-form__saved-filters-wrapper dd:hover span {
  color: #A4282E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter-form__saved-filters-wrapper dd:hover svg path {
  stroke: #A4282E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter-form__saved-filters-wrapper .delete_save_filter {
  margin-left: 6px;
  height: 12px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

.filter-form__data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.filter-form-container{
  display: flex;
  overflow-x: auto;
  max-width: 100%;
  flex-wrap: wrap;
  /* margin: 10px 0; */
  align-items: center;
  width: 80%;
}
.filter-form-item{
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.filter-form__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filter-form__btn {
  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;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #D62631;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.filter-form__btn:first-child {
  margin-right: 36px;
}

.filter-form__btn svg,
.orders__btn svg {
  margin-left: 8px;
}

.filter-form__btn:hover {
  color: #A4282E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.show-all-filters {
  display: none;
}

.filter-form__btn:hover path,
.orders__btn:hover path {
  stroke: #A4282E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter-form__col:nth-child(1) {
  width: 140px;
}
.filter-form__col:nth-child(2) {
  width: 140px;
}
.filter-form__col:nth-child(3) {
  width: 140px;
}
.filter-form__col:nth-child(4) {
  width: 280px;
}
.filter-form__col:nth-child(5) {
  width: 140px;
}

.main-manager-orders .filter-form__col:nth-child(1) {
  width: 140px;
}
.main-manager-orders .filter-form__col:nth-child(2) {
  width: 180px;
  margin: 0 0 0 10px;
}
.main-manager-orders .filter-form__col:nth-child(3) {
  width: 140px;
  margin: 0 10px;
}
.main-manager-orders .filter-form__col:nth-child(4) {
  width: 130px;
}
.main-manager-orders .filter-form__col:nth-child(5) {
  width: 270px;
  margin: 0 0 0 10px;
}
.main-manager-orders .filter-form__col:nth-child(6) {
  width: 140px;
}
.main-manager-orders .filter-form__col.depo{
  width: 270px;
}
.main-manager-orders .filter-form__col.status{
  width: 140px;
  margin: 0 0 0 10px;
}
.main-manager-orders .filter-form__col.summa{
  width: 220px;
  margin: 0 10px;
}


.select__wrapper {
  width: 100%;
  position: relative;
}

.select__label {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  white-space: nowrap;
}
.select__field-wrapper {
  position: relative;
  width: 100%;
}

.select__input {
  position: relative;
  width: 100%;
  height: 43px;
  padding: 13px 30px 13px 16px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url("/local/templates/main/img/triangle-icon.svg") #fff no-repeat center right 15px;
  border: 1px solid transparent;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}
.select__input::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 95px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 45.58%, rgba(255, 255, 255, 0.75) 57.11%, rgba(255, 255, 255, 0) 79.59%);
}
.select__input::after{
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 3;
  background: url("/local/templates/main/img/triangle-icon.svg") no-repeat;
}

.active.select__input {
  padding: 12px 15px;
  border: 1px solid #EBEBEB;
  border-bottom: 1px solid transparent;
}

.order-details__contract-wrapper .active.select__input,
.order-details__agreement-wrapper .active.select__input {
  height: 51px;
  border-bottom: none;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  padding: 16px 16px 10px;
}

.order-details__contract-wrapper .select__input,
.order-details__agreement-wrapper .select__input {
  height: 50px;
  padding: 16px 16px 10px;
}

.select__dropdown {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  padding: 16px;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background: #FFFFFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.select__dropdown .option {
  margin-bottom: 16px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
}

.select__dropdown .option:last-child {
  margin-bottom: 0;
}

.select__dropdown::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 92%;
  background-color: #EBEBEB;
}

.select__field-wrapper .select__dropdown.active {
  opacity: 1;
  pointer-events: auto;
}

.select__field-wrapper .option:hover {
  color: #D62631;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter-form__select-input-date {
  width: 100%;
  height: 43px;
  padding: 13px 16px;
  font-weight: 400;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  background: url(/local/templates/main/img/triangle-icon.svg) #fff no-repeat center right 15px;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

.filter-form__select-input-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.filter-form__input {
  width: 100%;
  height: 43px;
  padding: 13px 16px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border: none;
  outline: none;
  border-radius: 2px;
}

.filter-form__input::-webkit-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.3);
}

.filter-form__input::-moz-placeholder {
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.3);;
}

.filter-form__input:-ms-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.3);
}

.filter-form__input::-ms-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.3);
}

.filter-form__input::placeholder,
.filter-form__price-controls input::placeholder {
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.3);
}

.filter-form__price-controls {
  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;
  width: 100%;
}

.filter-form__price-controls input {
  width: 102px;
  height: 43px;
  padding: 13px 16px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border: none;
  outline: none;
  border-radius: 2px;
}

.filter-form__price-controls span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.6);
  margin: 0 4px;
}

/*INDICATOR*/
.status span {
  max-width: 100px;
  padding-top: 8px;
  font-size: 12px;
  line-height: 140%;
}

.indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 132px;
  padding-top: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.indicator div {
  width: 25.6px;
  height: 7px;
  background: #343434;
  opacity: 0.3;
}

.indicator.rd div {
  width: 42.6px;
  height: 7px;
  background: #343434;
  opacity: 0.3;
}

.progress .indicator div:nth-child(1) {
  background: #D62631;
  opacity: 1;
}

.alignment-alternative .indicator div:nth-child(1) {
  opacity: 1;
}
.alignment-alternative .indicator div:nth-child(2) {
  background: #D62631;
  opacity: 1;
}

.waiting-payment .indicator div:nth-child(1),
.waiting-payment .indicator div:nth-child(2) {
  opacity: 1;
}
.waiting-payment .indicator div:nth-child(3) {
  background: #D62631;
  opacity: 1;
}

.waiting-car .indicator div:nth-child(1),
.waiting-car .indicator div:nth-child(2),
.waiting-car .indicator div:nth-child(3) {
  opacity: 1;
}
.shipped .indicator div:nth-child(1),
.shipped .indicator div:nth-child(2),
.shipped .indicator div:nth-child(3),
.shipped .indicator div:nth-child(4) {
  opacity: 1;
}
.waiting-car .indicator div:nth-child(4){
  background: #D62631;
  opacity: 1;
}
.shipped .indicator div:nth-child(5) {
  background: #D62631;
  opacity: 1;
}
/*PERSONAL MANAGER BLOCK*/
.footer {
  position: relative;
  z-index: 5;
}
.personal-manager {
  z-index: 11;
  position: relative;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%
}

.personal-manager__container {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: -56px;
  width: 435px;
  padding: 32px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background: #EFF2F9;
}

.personal-manager__content-wrapper {
  max-height: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.personal-manager--open .personal-manager__content-wrapper {
  padding-top: 32px;
  max-height: 300px;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.personal-manager--open .personal-manager__title-icon {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.personal-manager__title-wrapper {
  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;
  cursor: pointer;
}

.personal-manager__title {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
}

.personal-manager__title-icon {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.personal-manager__title-icon:hover path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  stroke: #A4282E;
}

.personal-manager__name {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #D62631;
  cursor: pointer;
}

.personal-manager__name:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.personal-manager__workplace {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}

.personal-manager__contacts dd {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.personal-manager__contacts dd:last-child {
  margin-bottom: 32px;
}

.personal-manager__contacts dt {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.personal-manager__btn {
  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;
  width: 182px;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  text-decoration: none;
  background: #D62631;
  border-radius: 2px;
}

.personal-manager__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #A4282E;
}

/*CLIENT PROFILE*/
.client-profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
  width: 100%;
  max-width: 1392px;
  margin: 0 auto 80px ;
}

.client-profile__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.client-profile__col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.client-profile__form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 304px;
  width: 100%;
  margin-right: 32px;
}

.client-profile__form-col:last-child {
  margin-right: 0;
}

.profile-title {
  margin: 0 0 40px 0;
  font-family: "Circe-Bold", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}

.profile-label {
  position: relative;
  margin-bottom: 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

.profile-label::after {
  position: absolute;
  content: "*";
  top: -4px;
  margin-left: 4px;
  font-family: "Arial", "sans-serif";
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}
.profile-label.noReqired::after {
  display: none;
}

.order-checkout__form-col .profile-label::after {
  content: none;
}

.order-checkout__form-col .req {
  font-family: "Arial", "sans-serif";
}

.profile-label--extra-phone::after {
  content: "";
}

.profile-input {
  position: relative;
  width: 100%;
  height: 43px;
  padding: 13px 16px;
  margin-bottom: 32px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  outline: none;
  border: 1px solid rgba(52, 52, 52, 0.2);
  border-radius: 2px;
}

.profile-input:hover,
.profile-input:focus-within {
  border: 1px solid rgba(52, 52, 52, 0.6);
}

.profile-input::-webkit-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.profile-input::-moz-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.profile-input:-ms-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.profile-input::-ms-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.profile-input::placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.password {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.password .profile-input {
  padding-right: 42px;
}

.hide input[type="password"] {
  font: small-caption;
  letter-spacing: 8px;
}

.password__btn {
  position: absolute;
  right: 16px;
  top: 45px;
  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;
  width: 25px;
  height: 13px;
  border: none;
  outline: none;
  background: url(/local/templates/main/img/password-icon.svg) #fff no-repeat center;
  cursor: pointer;
}

.client-profile__form-warning {
  margin-bottom: 58px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

.client-profile__form-warning sup {
  margin-right: 4px;
  color: #D62631;
  font-family: "Arial", "sans-serif";
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

.client-profile__form-btn {
  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;
  width: 199px;
  height: 54px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  border: none;
  background: #D62631;
  border-radius: 2px;
  cursor: pointer;
}

.client-profile__form-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #A4282E;
}

/*COMPANY INFO*/
.company-info {
  margin-bottom: 72px;
}

.company-info__container {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.company-info__container h2 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #343434;
}

.company-info__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 640px;
}

.company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 303px;
  width: 100%;
}

.company-info__form-btn {
  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;
  width: 276px;
  height: 54px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  border: none;
  background: #D62631;
  border-radius: 2px;
  cursor: pointer;
}

.company-info__form-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #A4282E;
}

.company-contracts,
.company-employees {
  margin-bottom: 80px;
}

.company-contracts__container,
.company-employees__container {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.company-contracts__btn {
  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;
  margin-top: 56px;
  width: 272px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #D62631;
  border: 1px solid #D62631;
  border-radius: 2px;
  background: none;
  cursor: pointer;
}

.company-contracts__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  background-color: #A4282E;
}

.company-list__bg {
  padding: 40px 8px 8px 8px;
  background: #F9F9F9;
}

.company-list__title {
  margin-bottom: 24px;
  padding-left: 24px;
  font-family: "Circe-Bold", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}

.company-list {
  padding: 0 24px;
  background: #FFFFFF;
  border-radius: 2px;
}

.company-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* height: 76px; */
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.company-list__item:last-child {
  border: none;
}

.company-list__item .col:nth-child(1) {
  width: 23.7%;
}
.company-list__item .col:nth-child(3) {
  width: 29.8%;
  margin-left: auto;
}

.company-list__item-select .select__input {
  position: relative;
  padding: 13px 25px 13px 16px;
  background: none;
}

.company-list__item-select .select__input::after {
  position: absolute;
  content: "";
  top: 18px;
  right: 5px;
  width: 10px;
  height: 5px;
  background: url("/local/templates/main/img/catalog/filter-triangle.svg") no-repeat center;
}

.company-list__item-select .select__wrapper {
  width: auto;
}

.company-list__item-title {
  position: relative;
  max-width: 330px;
  width: 100%;
  margin-right: 92px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.company-list__item-title.admin::after {
  position: absolute;
  content: "администратор";
  font-size: 12px;
  line-height: 140%;
  padding: 2px;
  margin-left: 8px;
  border: 1px solid #343434;
  border-radius: 2px;
}

.company-list__item-title.new::after {
  position: absolute;
  content: "новый";
  font-size: 12px;
  line-height: 140%;
  padding: 2px;
  margin-left: 8px;
  border: 1px solid #343434;
  border-radius: 2px;
}

.company-list__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 285px;
  width: 100%;
  margin-right: 64px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #D62631;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.company-list__item-btn__user-action{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 285px;
  width: 100%;
  margin-right: 64px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #D62631;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.company-list__item-btn svg {
  margin-right: 10px;
}
.company-list__item-btn__user-action svg {
  margin-right: 10px;
}

.company-list__item-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}
.company-list__item-btn__user-action:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.company-list__item-btn:last-child {
  margin-right: 0;
}

/*COMPANY PROFILE*/
.company-profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
  margin-bottom: 80px;
}

.company-profile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1392px;
  /* padding: 0 40px; */
  width: 100%;
}

.company-profile__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 640px;
  width: 100%;
}

.company-profile__form .profile-label::after {
  content: "";
}

.company-profile__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.company-profile__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.company-profile__bottom-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47.5%;
}

.company-profile__dropzone {
  position: relative;
  display: inline-table;
  max-width: 414px;
  width: 55%;
  background: #FFFFFF;
  border: 1px dashed #EBEBEB;
  border-radius: 2px;
}

.dropzone {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.dropzone input {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 109%;
  border: none;
  outline: none;
}

.company-profile__dropzone span {
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.company-profile__dropzone-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}

.company-profile__dropzone-btn {
  position: relative;
  z-index: 5;
  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;
  margin-bottom: 8px;
  width: 100%;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  text-decoration: none;
  border: none;
  background: #D62631;
  border-radius: 2px;
  cursor: pointer;
}

.company-profile__dropzone-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #A4282E;
}

.company-profile__dropzone-unavailable {
  position: absolute;
  z-index: 15;
  width: 100%;
  top: 10px;
  padding: 56px;
  background: #ffffff;
}

.company-profile__dropzone-list {
  position: relative;
  list-style: none;
  padding-left: 55px;
}

.company-profile__dropzone-list::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 33px;
  height: 41px;
  background: url(/local/templates/main/img/red-document-icon.svg) no-repeat;
}

.company-profile__dropzone-list li {
  margin-bottom: 10px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}
.company-profile__dropzone-list li.file-data {
  display: none;
}


.company-profile__dropzone-list span {
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}

.company-profile__dropzone-list li:first-child {
  color: #343434;
}

.company-profile__dropzone-list li:last-child {
  margin-bottom: 0;
}

.company-profile__btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-profile__btn {
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
  text-decoration: none;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.company-profile__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

/*ABOUT ORDER*/
.about-order {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  padding: 0 24px;
}

.about-order__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.about-order__card-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 304px;
  width: 100%;
  padding: 32px;
  background: #EFF2F9;
}

.about-order__card-wrapper.hide .about-order__card-list__wrapper{
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.about-order__card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.about-order__card-wrapper.hide .about-order__card-title {
  margin-bottom: 0;
  transition: .3s;
}

.about-order__card-title span {
  display: none;
  content: '';
  width: 15px;
  height: 15px;
  background: url("/local/templates/main/img/triangle-icon.svg") no-repeat;
  background-position: center;
  transition: .3s;
}
.about-order__card-wrapper.hide .about-order__card-title span {
  transform: rotate(-180deg);
}

.about-order__card-list {
  list-style: none;
  margin-bottom: 48px;
}

.about-order__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.about-order__card-item:last-child {
  margin-bottom: 0;
}

.about-order__card-item p {
  font-size: 16px;
  line-height: 120%;
  color: #343434;
  word-break: break-all;
}

.about-order__card-item p:first-child {
  font-weight: bold;
  margin-right: 8px;
  white-space: nowrap;
}

.about-order__card-btn {
  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;
  width: 100%;
  height: 51px;
  margin-top: auto;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  text-decoration: none;
  line-height: 120%;
  text-align: center;
  color: #D62631;
  border: 1px solid #D62631;
  border-radius: 2px;
  cursor: pointer;
}

.about-order__card-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #D62631;
  border: none;
  color: #ffffff;
}

.status-order {
  display: inline-table;
  max-width: 976px;
  width: 100%;
  padding: 32px 36px;
  border: 1px solid #EBEBEB;
}

.status-order__title {
  margin: 0 0 32px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.status-order__indicator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.status-order__indicator-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 174px;
  margin: 0 8px 0 0 ;
  width: 100%;
}
.status-order__indicator-col:last-child{
  margin: 0 ;
}

.status-order__indicator-col p {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #343434;
}

.indicator-order {
  margin-bottom: 24px;
  width: 100%;
  height: 7px;
  background: #343434;
  opacity: 0.3;
}

.active .indicator-order {
  background: #D62631;
  opacity: 1;
}

.inactive .indicator-order {
  background: #343434;
  opacity: 1;
}

.status-order__indicator-list {
  list-style: none;
  padding-left: 20px;
}

.status-order__indicator-list li {
  position: relative;
  margin-bottom: 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #C2C2C2;
}

.status-order__indicator-list li::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 4px;
  width: 6px;
  height: 6px;
  background: #C4C4C4;
  border-radius: 50%;
}

.status-order__indicator-list .check {
  color: #D62631;
  font-weight: bold;
}

.status-order__indicator-list .check::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  width: 12px;
  height: 12px;
  background: url("/local/templates/main/img/redCheckmark.svg") transparent no-repeat center;
  border-radius: inherit;
}

.status-order__indicator-list .done {
  color: #343434;
  font-weight: bold;
}

.status-order__indicator-list .done::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  width: 12px;
  height: 12px;
  background: url("/local/templates/main/img/checkMarkBlack.svg") transparent no-repeat center;
  border-radius: inherit;
}

.current-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.current-status-manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  background: rgba(235, 235, 235, 0.5);
  border-radius: 2px 2px 0 0;
  margin-top: 32px;
}

.current-status-manager__text {
  margin-right: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  color: #343434;
}

.current-status-manager__text span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #343434;
}

.current-status dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  background: rgba(235, 235, 235, 0.5);
  border-radius: 2px 2px 0 0;
}

.current-status-manager__icon {
  margin-right: 8px;
}

.current-status dt {
  margin-right: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  color: #343434;
}

.current-status dd {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #343434;
}

.current-status__content {
  padding: 6px 8px 6px 16px;
  border: 1px solid rgba(235, 235, 235, 0.5);
  border-radius: 2px;
}

.current-status__content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.related-orders {
  padding-top: 32px;
}

.related-orders__title {
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  font-variant: small-caps;
  color: #343434;
}

.related-orders__text {
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #343434;
}

.related-orders__text span {
  margin-right: 4px;
  color: #D62631;
}

/*ORDER DETAIL*/
.order-details {
  width: 100%;
  margin-bottom: 80px;
}

.order-details__container {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.order-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #F9F9F9;
  border-radius: 2px;
}

.order-details__item {
  padding: 32px 24px;
}

.order-details__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}

.order-details__item-container:last-child {
  margin-bottom: 0;
}

.order-details__item-container--split {
  display: none;
}

.order-details__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 14px 12px;
  background: rgba(235, 235, 235, 0.5);
  border-radius: 4px;
}

.order-details__header h3 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.order-details__item-content {
  width: 100%;
  padding: 8px 0;
}


/*ORDER DETAIL TABLET*/
.order-details__table {
  margin-bottom: 30px;
  padding: 8px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.order-details__table__title._mobile{
  display: none;
}
.old-orders-value__icon{
  position: absolute;
  top: -11px;
  cursor: pointer;
  display: none;
}
/* .old-orders-value__icon.active{
  display: block ;

} */

.order-details__table--title {
  display: flex;
  color: #343434;
  font-family: "Circe-Bold", serif;
  font-size: 16px;
  margin-bottom: 16px;
}
.order-details__table--row {
  display: flex;
  margin-bottom: 16px;
}

.order-details__table  span {
  position: relative;
}

.order-details__table .name_deteil {
  max-width: 150px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .characteristic_deteil{
  max-width: 350px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .quantity_deteil{
  max-width: 100px;
  width: 100%;
  padding: 0 7px;
  text-align: center;
  word-break: break-word;
}

.order-details__table .depo_deteil{
  max-width: 240px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .price_deteil{
  max-width: 130px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .cost_deteil{
  max-width: 130px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .delivery_deteil{
  max-width: 120px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .comment_deteil{
  max-width: 20px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .status_deteil{
  max-width: 240px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .date-status_deteil{
  max-width: 130px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.order-details__table .date-delivery_deteil{
  max-width: 235px;
  width: 100%;
  padding: 0 7px;
  word-break: break-word;
}

.icon-delivery{
  max-width: 20px;
  width: 100%;
}


.icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  border: none;
  outline: none;
  background: none;
}

.order-details__table .icon-btn {
  cursor: pointer;
}

.red.specifications-icon line,
.red.specifications-icon path {
  stroke: #D62631;
}

.red.date-icon line,
.red.date-icon path {
  stroke: #D62631;
}

.specifications-icon:hover line,
.specifications-icon:hover path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  stroke: #D62631;
}
.date-icon:hover line,
.date-icon:hover path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  stroke: #D62631;
}

.order-details__history {
  display: flex;
  flex-direction: column;
  margin-right: 4px;
  font-family: "Circe-Bold", serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: rgba(52, 52, 52, 0.3);
}


.order-details__history span {
  margin-left: 4px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
}

.order-details__table td {
  padding-bottom: 8px;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 140%;
  vertical-align: top;
  color: #343434;
}

/* .order-details__table tbody tr:last-child td {
  padding:  0 10px 20px  ;
} */

.order-details--sale .order-details__table td {
  width: 18% !important;
}

.order-details__table td:nth-child(1) {
  /* min-width: 15.4%;
  width: 15.4%; */
  padding-right: 8px;
}
.order-details__table td:nth-child(2) {
  /* padding-right: 32px; */
  /* width: 20.1%; */
  word-break: break-word;
}

.order-details__table td:nth-child(4) {
  /* min-width: 17.4%; */
  /* width: 17.4%; */
}
.order-details__table td:nth-child(5) {
  /* min-width: 10.7%; */
  white-space: nowrap;
  padding-left:17px ;
}
.order-details__table td:nth-child(6) {
  /* min-width: 11.4%; */
  /* width: 8.5%; */
}
.order-details__table td:nth-child(7) {
  /* width: 11.3%; */
}
.order-details__table td:nth-child(8) {
  position: relative;
  /* min-width: 1%; */
  /* width: 1%; */
  padding-top: 11px;
}


.order-details__table td:nth-child(8) button:last-child {
  margin-right: 0;
}

.order-details__table td {
  padding: 8px 0 0 10px;
  border-bottom: 2px solid #f9f9f9;
}

.order-details__table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.order-details__table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}


.order-details--before-agreement .order-details__table td:nth-child(1) {
  min-width: 15.1%;
  width: 15.1%;
}
.order-details--before-agreement .order-details__table td:nth-child(2) {
  width: 19.2%;
}
.order-details--before-agreement .order-details__table td:nth-child(3) {
  min-width: 10.8%;
  width: 10.8%;

}
.order-details--before-agreement .order-details__table td:nth-child(4) {
  min-width: 16.4%;
  width: 16.4%;
}
.order-details--before-agreement .order-details__table td:nth-child(5) {
  min-width: 8.8%;
}
.order-details--before-agreement .order-details__table td:nth-child(6) {
  min-width: 9.4%;
  width: 9.4%;
}
.order-details--before-agreement .order-details__table td:nth-child(7) {
  min-width: 10.9%;
  width: 10.9%;
}
.order-details--before-agreement .order-details__table td:nth-child(8) {
  padding-top: 8px;
  min-width: 9.4%;
  width: 9.4%;
}
.order-details--before-agreement .order-details__row-btn-wrapper {
  justify-content: flex-end;
}

.order-details--first-contact .order-details__table td:nth-child(1) {
  min-width: 12.4%;
  width: 12.4%;
}
.order-details--first-contact .order-details__table td:nth-child(2) {
  width: 18.5%;
}
.order-details--first-contact .order-details__table td:nth-child(3) {
  min-width: 9.1%;
  width: 9.1%;
}
.order-details--first-contact .order-details__table td:nth-child(4) {
  min-width: 14.8%;
  width: 14.8%;
}
.order-details--first-contact .order-details__table td:nth-child(5) {
  min-width: 8.1%;
}
.order-details--first-contact .order-details__table td:nth-child(6) {
  min-width: 8.9%;
  width: 8.9%;
}
.order-details--first-contact .order-details__table td:nth-child(7) {
  min-width: 8.9%;
  width: 8.9%;
}
.order-details--first-contact .order-details__table td:nth-child(8) {
  padding-top: 8px;
  min-width: 19.3%;
  width: 19.3%;
}

.total-container {
  display: flex;
  justify-content: space-between;
}
.total-container .table-btn {
  align-self: center;
}

.order-details .order-details__table .total {
  position: relative;
  padding-top: 40px;
  padding-right: 40px;
  font-family: "Circe-Bold", serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  white-space: nowrap;
  color: #343434;
}

.order-details__container .second-total {
  display: none;
}

.order-details__table-row-disabled {
  background: #EBEBEB;
  border-radius: 4px;
}

.order-details__table-row-disabled td {
  color: rgba(52, 52, 52, 0.4);
}

.order-details__table .total::before {
  position: absolute;
  content: "";
  top: 24px;
  width: 100%;
  height: 1px;
  background: rgba(52, 52, 52, 0.2);
}

.total span {
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  white-space: nowrap;
  color: #343434;
}


.order-details__table td:nth-child(1) {
  padding-left: 8px;
}

.order-details__row-btn-wrapper {
  display: flex;
  justify-content: space-between;
}

.row-disabled-icon {
  display: none;
}

.order-details__table .order-details__row-btn-wrapper button,
.order-details--completion .order-details__table button,
.order-details__table-row-disabled button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.order-details__table .edit-quantity {
  margin-left: 7px;
  background-image: url("/local/templates/main/img/edit-icon.svg");
}

.order-details--completion .order-details__table .adjusting-quantity {
  margin-left: auto;
  margin-right: 7px;
  min-width: 32px;
  background-image: url("/local/templates/main/img/new-lk/eye-icon-red.svg");
}

.order-details__table .approval {
  background-image: url("/local/templates/main/img/new-lk/approval-icon.svg");
}

.order-details__table .approval {
  background-image: url("/local/templates/main/img/new-lk/approval-icon.svg");
}

.order-details__table .in-stock {
  background-image: url("/local/templates/main/img/new-lk/in-stock-icon.svg");
}
.order-details__table .red.in-stock {
  background-image: url("/local/templates/main/img/new-lk/in-stock-icon-red.svg");
}
.order-details__table .in-stock:hover {
  background-image: url("/local/templates/main/img/new-lk/in-stock-icon-red.svg");
  transition: 0.3s;
}

.order-details__table .no-part {
  background-image: url("/local/templates/main/img/new-lk/no-part-icon.svg");
}
.order-details__table .red.no-part {
  background-image: url("/local/templates/main/img/new-lk/no-part-icon-red.svg");
}
.order-details__table .no-part:hover {
  background-image: url("/local/templates/main/img/new-lk/no-part-icon-red.svg");
  transition: 0.3s;
}

.order-details__table .alternatives {
  background-image: url("/local/templates/main/img/new-lk/alternatives-icon.svg");
}
.order-details__table .red.alternatives {
  background-image: url("/local/templates/main/img/new-lk/alternatives-icon-red.svg");
}
.order-details__table .alternatives:hover {
  background-image: url("/local/templates/main/img/new-lk/alternatives-icon-red.svg");
  transition: 0.3s;
}

.order-details__table .alternative-request {
  background-image: url("/local/templates/main/img/new-lk/alternative-request-icon.svg");
}
.order-details__table .red.alternative-request {
  background-image: url("/local/templates/main/img/new-lk/alternative-request-icon-red.svg");
}
.order-details__table .alternative-request:hover {
  background-image: url("/local/templates/main/img/new-lk/alternative-request-icon-red.svg");
  transition: 0.3s;
}
.order-details__table .row-disabled-icon {
  background-image: url("/local/templates/main/img/new-lk/disabled-icon.svg");
}

.order-details__table .approval::after,
.order-details__table .in-stock::after,
.order-details__table .no-part::after,
.order-details__table .alternatives::after,
.order-details__table .row-disabled-icon::after {
  position: absolute;
  bottom: 120%;
  right: -30px;
  padding: 8px 11px;
  font-family: "Circe-Regular", serif;
  font-size: 14px;
  line-height: 150%;
  white-space: nowrap;
  color: #343434;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.order-details__table .approval:hover::after,
.order-details__table .in-stock:hover::after,
.order-details__table .no-part:hover::after,
.order-details__table .alternatives:hover::after,
.order-details__table .row-disabled-icon:hover::after {
  opacity: 1;
  transition: 0.3s;
}

.order-details__table .approval::after {
  content: "Ждем согласования ОСП";
}
.order-details__table .in-stock::after {
  content: "В наличии";
}
.order-details__table .no-part::after {
  content: "Нет детали";
}
.order-details__table .alternatives::after {
  content: "Альтернативные варианты";
}
.order-details__table .row-disabled-icon::after {
  content: "Отменена исполнителем (нет деталей)";
  right: -85px;
  width: 178px;
  white-space: normal;
}

.order-details__table tbody .comment {
  min-width: 20px;
}
.order-details__table .comment:hover path:first-child {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #343434;
}
.order-details__table .comment:hover path:nth-child(2) {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
}

.order-details__table .comment.red path:first-child {
  fill: #D62631;
  stroke: #D62631;
}

.order-details__table .comment.red path:nth-child(2) {
  fill: #ffffff;
}

.explanation {
  position: relative;
  display: flex;
  align-items: center;
  width: 128px;
}

.explanation__text {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
  white-space: nowrap;
  cursor: pointer;
}
.explanation__text:hover {
  color: #d62631;
  transition: 0.3s;
}

.explanation::after {
  position: absolute;
  content: "";
  z-index: 1;
  right: 0;
  width: 46px;
  height: 22px;
  background: linear-gradient(270deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 88.04%);
}

.explanation__alert {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 205px;
  padding: 9px;
  font-family: "Circe-Regular", serif;
  font-size: 14px;
  line-height: 150%;
  color: #343434;
  opacity: 0;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  pointer-events: none;
}

.explanation:hover .explanation__alert {
  opacity: 1;
  transition: 0.3s;
}

/*TABLE COMPLETION*/
.order-details--completion .order-details__table {
  margin-bottom: 0;
}

.order-details--completion .order-details__item-content {
  padding-bottom: 0;
}

.order-details--completion .order-details__table tbody tr:last-child td {
  padding-bottom: 7px;
}

/* .order-details--completion .order-details__table td:nth-child(1) {
  width: 18.9%;
}
.order-details--completion .order-details__table td:nth-child(2) {
  width: 25%;
}
.order-details--completion .order-details__table td:nth-child(3) {
  width: 15.6%;
}
.order-details--completion .order-details__table td:nth-child(4) {
  width: 19.2%;
}
.order-details--completion .order-details__table td:nth-child(5) {
  width: 16.2%;
}
.order-details--completion .order-details__table td:nth-child(6) {
  width: 5.1%;
} */

.order-details--completion .edit-quantity__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-active-red {
  background: #F0D6D8;
}

/*FOR PAGE EDIT ORDER NEW MANAGER*/



.order-details--edit .order-details__table td:nth-child(1) {
  width: 15.8%;
}
.order-details--edit .order-details__table td:nth-child(2) {
  padding-right: 32px;
  width: 21.8%;
}
.order-details--edit .order-details__table td:nth-child(3) {
  width: 12.3%;
}
.order-details--edit .order-details__table td:nth-child(4) {
  width: 18%;
}

.order-details--edit .order-details__table td:nth-child(5) {
  width: 11.4%;
}

.order-details--edit .order-details__table td:nth-child(6) {
  width: 11.2%;
}

.order-details--edit .order-details__table td:nth-child(7) {
  width: 9.5%;
}

.order-details--sale .order-details__table {
  margin-bottom: 0;
}



.order-details--sale .order-details__table td:nth-child(5),
.order-details--sale .order-details__table td:last-child {
  position: relative;
}

.order-details__table .detail_number svg * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.order-details__table .detail_number:hover svg * {
  stroke: #D62631;
}

.order-details--sale .detail_number::before {
  position: absolute;
  content: "Указать номера";
  top: -45px;
  right: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 40px;
  font-family: Circe-Regular, serif;
  font-size: 14px;
  line-height: 150%;
  color: rgb(52, 52, 52);
  opacity: 0;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 10px;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  transition: opacity 0.3s ease;
}

.order-details--sale .detail_number:hover::before {
  opacity: 1;
}


.form_detailNumber {
  position: relative;
  width: 160px;
  background: #fff;
  top: 5px;
  left: -8px;
  padding: 7px 35px 7px 7px;
  margin:  0 0 0  7px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}

.span_detailNumber {
  margin:  0 0 0  16px;
}

.is-editing .form_detailNumber {
  opacity: 1;
  visibility: visible;
}

.form_detailNumber__mask {
  font-size: 14px;
  line-height: 24px;
  font-family: Circe-Regular, serif;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  display: block;
  width: 100%;
}

.form_detailNumber button {
  position: absolute;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
  top: 50%;
  right: 12px;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.bg-active {
  background: rgba(235, 235, 235, 0.5);
}

.order-details__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-details__comment-wrapper {
  max-width: 476px;
  width: 46%;
  margin-right: 30px;
  margin-bottom: 25px;
}

.order-details__comment-wrapper h4 svg {
  margin-left: 6px;
}

.order-details__comment-wrapper h4,
.order-details__contract-wrapper h4,
.order-details__agreement-wrapper h4 {
  position: relative;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.order-details__comment-wrapper--manager h4::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 17px;
  top: -2px;
  left: 165px;
  background: url("/local/templates/main/img/edit-icon.svg") transparent no-repeat center;
}

.order-details__comment-text {
  padding: 13px 16px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
}

.order-details__comment {
  min-height: 74px;
  padding: 13px 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 2px;
  resize: none;
  width: 100%;
}

.order-details__document-container {
  display: flex;
  width: 50%;
}

.order-details__contract-wrapper {
  width: 100%;
  max-width: 50%;
}
.order-details__agreement-wrapper {
  width: 100%;
  max-width: 50%;
  margin: 0 0 0 8px;
} 

.profile__form-col--container {
  display: flex;
  flex-direction: column;
}
.order-details__agreement-wrapper {
  width: 100%;
  max-width: 50%;
  margin: 0 0 0 8px;
} 

.profile__form-col--container {
  display: flex;
  flex-direction: column;
}
.order-details__agreement-wrapper {
  width: 100%;
  max-width: 50%;
  margin: 0 0 0 8px;
} 

.order-details__agreement-wrapper.orders_lk {
  width: 50%;
}

.order-details__contract-wrapper.orders_lk {
  width: 50%;
  margin-right: 8px;
}

.order-details__contract-wrapper .select__input,
.order-details__agreement-wrapper .select__input {
  border: 1px solid #EBEBEB;
}

.order-details__agreement-wrapper.disabled .select__wrapper {
  opacity: 0.4;
  pointer-events: none;
}

.order-details__detail-btn-wrapper {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.order-details__detail-btn {
  margin-top: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  color: #D62631;
  cursor: pointer;
}

.order-details__detail-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.order-details__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
}

.order-details__btn-wrapper--manager {
  justify-content: space-between;
  max-width: 100%;
}

.order-details__btn {
  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;
  margin-right: 16px;
  width: 186px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #D62631;
  background: none;
  outline: none;
  border: 1px solid #D62631;
  border-radius: 2px;
  cursor: pointer;
}

.disabled.order-details__btn {
  color: #C2C2C2;
  border: 1px solid #C2C2C2;
  background-color: transparent;
  pointer-events: none;
}

.order-details__btn-right-col {
  display: flex;
}

.order-details__btn:last-child {
  margin-right: 0;
}

.order-details__btn--update {
  width: 272px;
}

.red.order-details__btn {
  background: #D62631;
  color: #ffffff;
}
.red.order-details__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #A4282E;
}


.order-details__btn--split {
  display: none;
  width: 146px;
}

.order-popup .order-popup-buttons .order-details__document-container {
  align-items: flex-end;
}
.order-popup .order-popup-buttons .order-details__contract-wrapper {
  max-width: initial;
}

.order-details__approval-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 38px 32px 0;
}

.order-details__btn--alternative {
  width: 224px;
}

.order-details__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  border: none;
  background: #D62631;
}

/*CLASS ERROR-ORDER*/
.error-order .order-details__header {
  background: rgba(214, 38, 49, 0.15);
}

.error-order .order-details__btn--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*ERROR ALERT */
.alert {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert svg {
  margin-right: 8px;
  cursor: pointer;
}

.alert svg:hover ~.alert-description {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.alert__text {
  font-family: Circe-Regular, serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 100%;
  color: #343434;
}

.alert-description {
  position: absolute;
  top: 208%;
  left: -220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 448px;
  padding: 4px 8px;
  opacity: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.alert-description::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-description__list {
  list-style: none;
}

.alert-description__list p {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #A4282E;
  opacity: 0.6;
}

.alert-description__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.error-order .alert,
.order-details--manager-processing .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*CLASS SPLIT-ORDER*/
.split-order .order-details__item-container--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.split-order .alert,
.order-details--edit .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.split-order .order-details__item-container:first-child .alert {
  display: none;
}

.split-order .order-details__item-container:first-child {
  opacity: 0.3;
  pointer-events: none;
}

.split-order .order-details__item-container:first-child .specifications-icon {
  display: none;
}

.split-order .order-details__item-container:first-child {
  opacity: 0.3;
  pointer-events: none;
}

.split-order .order-details__item-container:first-child .order-details__header {
  background: rgba(214, 38, 49, 0.15);
}

.split-order .order-details__btn-wrapper {
  display: none;
}

.split-order .order-details__btn-wrapper--edit-split {
  max-width: 478px;
}

.order-details__btn-wrapper--edit-split .order-details__btn:first-child {
  width: 248px;
}
.order-details__btn-wrapper--edit-split .order-details__btn:last-child {
  width: 214px;
}

.split-order .order-details__item-container:first-child .order-details__btn-wrapper,
.split-order .order-details__item-container:last-child .order-details__btn-wrapper--edit-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*SECTION ORDER HISTORY*/
.history-order {
  width: 100%;
  margin-bottom: 64px;
  padding-bottom: 20px;
}

.history-order__container {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.history-order__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.history-order__table-wrapper {
  overflow-y: hidden;
  height: auto;
}

.history-order__table-wrapper--hidden {
  height: 180px;
}

.history-order__table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  /* max-width: 1000px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.history-order__row{
  display: flex;
}

.history-order__row--wrapper.white{
  background: #f9f9f9;
}

.history-order--item{
  width: 20%;
  margin: 8px 10px;
}
.history-order--item.title{
  font-family: "Circe-Bold", serif;
  color: #343434;
  margin-bottom: 20px;
}
.history-order--item.value{
  width: 50%;
}
.history-order--item.data{
  width: 17%;
}
.history-order--item.autor{
  width: 15%;
}


.history-order__table th {
  padding-bottom: 16px;
  font-family: "Circe-Bold", serif;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.history-order__table td {
  padding-bottom: 16px;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 140%;
  vertical-align: top;
  color: #343434;
}

.history-order__btn {
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  color: #D62631;
  cursor: pointer;
}

.history-order__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.history-order__btn:hover path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  stroke: #A4282E;
}

.history-order__btn .history-order__btn-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 8px;
}

.open .history-order__btn-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*SECTION SEND 1C*/
.send-1C {
  max-width: 1392px;
  margin: 0 auto 64px;
  padding: 0 40px;
  width: 100%;
}
.send-1C__container {
  display: flex;
  padding: 32px 24px;
  background: rgba(235, 235, 235, 0.5);
  border-radius: 2px;
}

.send-1C__header-wrapper {
  margin-bottom: 32px;
  padding: 14px 12px;
  background: rgba(214, 38, 49, 0.15);
  border-radius: 4px;
}

.send-1C__header-wrapper h2 {
  margin: 0;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
}

.send-1C__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* width: 42%; */
  padding: 0 12px;
}

.send-1C__form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 64px;
}

.send-1C__form-col p {
  margin-bottom: 18px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

.send-1C__form-label {
  position: relative;
  padding-left: 36px;
  margin-bottom: 18px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  cursor: pointer;
}

.send-1C__form-input +.send-1C__form-label::before {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #343434;
  border-radius: 50%;
}

.send-1C__form-input:checked + .send-1C__form-label::after {
  position: absolute;
  content: "";
  left: 0;
  top: -8px;
  width: 10px;
  height: 10px;
  border: 9px solid #D62631;
  border-radius: 50%;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
}

.send-1C__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 26px;
}

.send-1C__btn {
  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;
  margin-right: 16px;
  width: 186px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #D62631;
  outline: none;
  background: none;
  border: 1px solid #D62631;
  border-radius: 2px;
  cursor: pointer;
}

.send-1C__btn--send--return {
  width: 260px;
}

.send-1C__btn--send {
  color: #ffffff;
  background: #D62631;
}

.send-1C__btn--send:disabled {
  color: #C2C2C2;
  border: 1px solid #C2C2C2;
  background: transparent;
  pointer-events: none;
}

.send-1C__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  border: none;
  background: #D62631;
}

.send-1C__btn--send:hover {
  background: #A4282E;
  transition: 0.3s;
}

/*PERSONAL ACCOUNT*/
.personal-account-alert {
  width: 100%;
  max-width: 1392px;
  padding: 0 40px;
  margin: 0 auto 30px auto;
}

.personal-account-alert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  width: 100%;
  background-color: rgba(235, 235, 235, 0.5);
  border-right: 2px;
}

.personal-account-alert__icon {
  margin: -10px 16px 0 0;
}

.personal-account-alert__content {
  display: flex;
  flex-direction: column;
}

.personal-account-alert__text {
  margin-bottom: 16px;
  font-family: Circe-Regular, serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  color: #343434;
}

.personal-account-alert__desc {
  max-width: 90%;
  font-family: Circe-Regular, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #343434;
}

.personal-account-alert__desc-link {
  text-decoration: none;
  color: #D62631;
}

.personal-account-alert__desc-link:hover {
  color: #A4282E;
  transition: 0.3s;
}

.personal-account-header {
  width: 100%;
  margin-bottom: 80px;
}

.personal-account-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.personal-account-header__video-wrapper {
  max-width: 976px;
  width: 100%;
}

.personal-account-header__video-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #343434;
}

.personal-account-header__video-text {
  margin-bottom: 32px;
  font-family: "Circe-Regular";
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.video {
  position: relative;
  overflow: hidden;
  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;
  width: 100%;
  min-height: 537px;
  background-color: rgba(58, 58, 58, 0.2);
}

.video__block {
  width: 100%;
  height: 100%;
}

.video__btn-play {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #EE2E3B;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.video.active .video__btn-play {
  display: block;
}

.video__btn-play svg {
  margin-left: 4px;
}

.personal-account-tutorial {
  width: 100%;
  margin-bottom: 80px;
}

.personal-account-tutorial__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.personal-account-tutorial__title {
  margin-bottom: 36px;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #343434;
}

.personal-account-tutorial__list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  list-style: none;
}

.personal-account-tutorial__list li {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #343434;
}

.personal-account-tutorial__list .active {
  color: #D62631;
}

.personal-account-tutorial__list .active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px dashed #D62631;
}

.personal-account-tutorial .soon {
  font-weight: 400;
}

.personal-account-tutorial__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 56px 48px 32px;
  background-color: rgba(235, 235, 235, 0.5);
}

.personal-account-tutorial__guide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}

.personal-account-tutorial__guide-item:last-child {
  margin-bottom: 0;
}

.personal-account-tutorial__guide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
  margin-left: 10px;
}

.personal-account-tutorial__guide-content h3 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
}

.personal-account-tutorial__guide-content p {
  margin-bottom: 15px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}

.personal-account-tutorial__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #D62631;
  text-decoration: none;
}

.personal-account-tutorial__link:hover {
  color: #A4282E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.personal-account-tutorial__link:hover path {
  srtoke: #A4282E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.personal-account-tutorial__link--order {
  margin: auto 0 19px 0;
}

.personal-account-tutorial__link--download svg {
  margin-right: 8px;
}

.personal-account-tutorial__guide-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 696px;
}

.slider-for {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.slide-container {
  height: 308px;
  /* padding: 0 8px; */
}

.slide-container img {
  width: 100%;
}

.personal-account-tutorial__guide-slider .slider-nav .slick-arrow {
  position: relative;
  min-width: 24px;
  height: 24px;
  font-size: 0;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

.personal-account-tutorial__guide-slider .slider-nav .slick-prev {
  position: absolute;
  z-index: 15;
  left: 20px;
  top: 38px;
  background: url(/local/templates/main/img/slider/prev.svg) no-repeat;
}
.personal-account-tutorial__guide-slider .slider-nav .slick-next {
  position: absolute;
  z-index: 15;
  right: 20px;
  top: 38px;
  background: url(/local/templates/main/img/slider/next.svg) no-repeat;
}

.slider-for {
  margin-bottom: 32px;
}

.personal-account-tutorial__guide-slider .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-account-tutorial__guide-slider .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

/*ORDER CHECKOUT*/
.order-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.order-checkout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1392px;
  width: 100%;
  padding: 0 40px;
}

.navigation-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navigation-list__item {
  position: relative;
  margin-right: 48px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 100%;
  cursor: pointer;
}

.active.navigation-list__item {
  font-weight: bold;
  color: #D62631;
}

.navigation-list--documentation .navigation-list__item {
  font-family: "Circe-Light", serif;
}

.navigation-list--documentation .active-tab.navigation-list__item {
  font-family: "Circe-Bold", serif;
  font-weight: bold;
  color: #D62631;
}

.active.navigation-list__item::after,
.active-tab.navigation-list__item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -27px;
  width: 100%;
  height: 4px;
  background: #D62631;
}

.order-checkout__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-checkout__content-left {
  max-width: 736px;
  width: 100%;
}

.order-checkout__content-right {
  display: inline-table;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 56px;
  max-width: 474px;
  width: 100%;
  background: #EFF2F9;
  border-radius: 2px;
}

.order-checkout__content-right h2 {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
}

.order-checkout__form {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.active.order-checkout__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-checkout__form-registration {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.order-checkout__col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-checkout__form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 335px;
  width: 100%;
}

.order-checkout__label {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 100%;
}

.order-checkout__form-dropzone {
  position: relative;
  overflow: hidden;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 149px;
  background: rgba(249, 249, 249, 0.5);
  border: 1px dashed rgba(52, 52, 52, 0.4);
  border-radius: 2px;
}

.order-checkout__form-dropzone label {
  z-index: 5;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
}

.order-checkout__form-dropzone label:hover {
  font-weight: bold;
}

.order-checkout__form-dropzone input {
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
  height: 120%;
  opacity: 0;
  outline: none;
  background: none;
  cursor: pointer;
}

.order-checkout__form-warning {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

.order-checkout__form-warning sup {
  margin-right: 4px;
  color: #D62631;
  font-family: "Arial", "sans-serif";
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

.order-checkout__comment-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 55px;
}

.order-checkout__comment-wrapper label {
  margin-bottom: 16px;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434
}

.order-checkout__comment {
  padding: 16px;
  min-height: 140px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(52, 52, 52, 0.2);
  box-sizing: border-box;
  border-radius: 2px;
  outline: none;
  resize: none;
}

.order-checkout__comment:disabled {
  pointer-events: none;
}

.order-checkout__comment:hover,
.order-checkout__comment:focus-within {
  border: 1px solid rgba(52, 52, 52, 0.6);
  transition: 0.3s;
}

.order-checkout__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 64px;
  pointer-events: auto;
}

.disabled.order-checkout__btn-wrapper {
  opacity: 0.3;
  pointer-events: none;
}

.order-checkout__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px;
  width: 158px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  border: none;
  outline: none;
  background: #D62631;
  border-radius: 2px;
}

.order-checkout__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #A4282E;
}

.order-checkout__accept-label {
  position: relative;
  display: inline-block;
  max-width: 336px;
  padding-left: 36px;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
}

.checkbox label.order-checkout__accept-label::before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 2px;
}

.order-checkout__accept-input:checked + .order-checkout__accept-label::before {
  background: url("/local/templates/main/img/checkMark.svg") #D62631 no-repeat center;
}

.order-checkout__accept-label a {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  color: #D62631;
}

.order-checkout__accept-label a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.order-list--hidden {
  max-height: 250px;
}

.order-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 48px;
}

.order-list__item:last-child {
  margin-bottom: 0;
}

.order-list__item-title {
  max-width: 65%;
  margin-bottom: 34px;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}

.order-list__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.order-list__item-row:last-child {
  margin-bottom: 0;
}

.order-list__row-title {
  margin-right: 10px;
  font-size: 16px;
  line-height: 100%;
}

.order-list__row-price {
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  white-space: nowrap;
}

.order-checkout__btn-more {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  color: #D62631;
  text-decoration: none;
  margin: 20px 0 0 0;
}

.order-checkout__btn-more svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.close.order-checkout__btn-more svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.order-checkout__btn-more:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.order-checkout__btn-more:hover path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #A4282E;
}

.order-checkout__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 45px;
  margin-bottom: 16px;
}

.order-checkout__total-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}

.order-checkout__total-sum {
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
}

.order-checkout__contract {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.order-checkout__contract-title {
  margin: 0 0 8px 0;
  font-family: "Circe-Regular", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #343434;
}

.order-checkout__contract-field {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.order-checkout__btn-print {
  position: relative;
  text-decoration: none;
}

.order-checkout__btn-print-alert {
  position: absolute;
  bottom: 25px;
  left: -2px;
  width: 278px;
  padding: 16px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  pointer-events: none;
}

.order-checkout__btn-print-alert p {
  font-size: 14px;
  line-height: 150%;
  color: #343434;
}

.order-checkout__btn-print span {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #D62631;
  text-decoration: none;
}

.order-checkout__btn-print:hover span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.order-checkout__btn-print:hover .order-checkout__btn-print-alert {
  opacity: 1;
  transition: 0.3s;
}

.order-checkout__form-authorize .profile-label::after,
.order-checkout__container .profile-label--name-company::after,
.order-checkout__container .profile-label--name-phone::after {
  content: "";
}

.order-checkout__form-authorize .password {
  position: relative;
}

.password__forgot {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  color: #343434;
}

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

.order-checkout__form-authorize-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 10px;
  width: 157px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  border: none;
  outline: none;
  background: #D62631;
  border-radius: 2px;
  cursor: pointer;
}

.order-checkout__form-authorize-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #A4282E;
}

.order-checkout__btn-change {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  color: #D62631;
  cursor: pointer;
}
.order-checkout__btn-change:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.order-checkout__form-col .select__input {
  padding: 13px 30px 13px 16px;
  border: 1px solid rgba(52, 52, 52, 0.2);
}
.order-checkout__form-col .active.select__input {
  border-bottom: none;
  padding: 13px 16px;
}

.order-checkout__text-contract {
  padding-top: 16px;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}

/*SUCCESSFUL ORDERING*/
.successful-ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 56px;
  margin-bottom: -56px;
  background-image: url("/local/templates/main/img/homeServicesBg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.successful-ordering__container {
  max-width: 1392px;
  width: 100%;
  padding: 0 40px;
}

.successful-ordering__title {
  margin-bottom: 36px;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
}

.successful-ordering__text {
  max-width: 860px;
  font-size: 24px;
  line-height: 140%;
}

.successful-ordering__container .order-checkout__content-right {
  margin-top: 22px;
  max-width: 501px;
  width: 100%;
}

/*ORDER DOCUMENTS*/
.order-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 52px;
  width: 100%;
}

.order-documents__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1392px;
  width: 100%;
  padding: 0 40px;
}

.order-documents__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
}

.order-documents__subtitle-wrapper {
  padding-bottom: 26px;
  width: 100%;
  border-bottom: 1px solid rgba(52, 52, 52, 0.2);
}

.order-documents__subtitle {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  color: #D62631;
}

.order-documents__subtitle::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #D62631;
}

.order-documents__content-wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  min-height: 145px;
}

.order-documents__content-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 852px;
  width: 100%;
}

.order-documents__document-item {
  max-width: 220px;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 32px;
}

.order-documents__item-link {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 55px;
  text-decoration: none;
}

.order-documents__item-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 33px;
  height: 41px;
  background: url("/local/templates/main/img/red-document-icon.svg") no-repeat;
}

.order-documents__document-new {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 140%;
  color: #343434;
  border: 1px solid #343434;
  border-radius: 2px;
}

.order-documents__item-list {
  list-style: none;
  overflow: hidden;
}

.order-documents__item-list li {
  margin-bottom: 8px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}

.order-documents__item-list span {
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}

.order-documents__item-list li:first-child {
  color: #343434;
}

.order-documents__item-list li:last-child {
  margin-bottom: 0;
}

.order-documents__item-delete {
  position: relative;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
  text-decoration: none;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.order-documents__item-delete:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.order-documents__document-item-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-documents__document-item-empty svg {
  margin-right: 24px;
}

.order-documents__document-item-empty p {
  max-width: 245px;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: rgba(52, 52, 52, 0.3);
}

.order-documents__dropzone {
  /* position: absolute; */
  top: 0;
  right: 0;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.order-documents__dropzone-btn {
  position: relative;
  z-index: 1;
  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;
  margin-bottom: 8px;
  /* margin-top: 32px; */
  width: 209px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  background: #D62631;
  border-radius: 2px;
  cursor: pointer;
}

.order-documents__dropzone-btn::after {
  position: absolute;
  content: "или перетащите сразу в окно";
  left: 0;
  bottom: -32px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
}

.order-documents__dropzone-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #A4282E;
}

.order-documents__dropzone-btn--payment-order {
  width: 278px;
}

.disabled.order-documents__dropzone-btn {
  color: #C2C2C2;
  background: transparent;
  border: 1px solid #C2C2C2;
  pointer-events: none;
}

.disabled.order-documents__dropzone-btn::after {
  content: none;
}

.order-documents__dropzone-input {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 120%;
  border: none;
  outline: none;
  opacity: 0;
}

/*USERS*/
.new-users {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1392px;
  padding: 0 40px;
  margin: 0 auto 80px;
}

.new-users__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.users__bg-wrapper {
  padding: 32px 24px 9px 24px;
  background: #F9F9F9;
}

.users__title-wrapper {
  padding: 12px 16px;
  margin-bottom: 16px;
  background: rgba(235, 235, 235, 0.5);
  border-radius: 4px;
}

.users__title {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
}

.users__table-wrapper {
  padding: 0 16px;
}

.users__table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.users__table th {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
}

.users__table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.users__table tr:last-child {
  border: none;
}

.users__table td {
  padding: 16px 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  vertical-align: top;
}

.users__table td:nth-child(1) {
  width: 4.1%;
}
.users__table td:nth-child(2) {
  width: 22.1%;
}
.users__table td:nth-child(3) {
  word-break: break-all;
  width: 24.1%;
}
.users__table td:nth-child(4) {
  width: 21.1%;
}
.users__table td:nth-child(5) {
  width: 6.1%;
}
.users__table td:nth-child(6) {
  width: 9.3%;
}
.users__table td:nth-child(7) {
  width: 13.2%;
}

.users__table a {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: #343434;
}

.users__table .users__table .contributor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.users__table .contributor__name {
  display: inline-block;
  margin-bottom: 8px;
}

.users__table .contributor__link {
  color: #D62631;
}

.users__table .contributor__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.red-color {
  color: #D62631;
}

.users__table .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.users__table-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.users__table-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #D62631;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.users__table-btn span {
  width: 135px;
  text-align: left;
}

.users__table-btn:last-child {
  margin-bottom: 0;
}

.users__table-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.users__table-btn svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.existing-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1392px;
  padding: 0 40px;
  margin: 0 auto 80px;
}

.existing-users__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.existing-users__container .users__bg-wrapper {
  padding: 32px 24px 40px 24px;
}

.existing-users__container .users__table-wrapper--existing {
  height: auto;
  overflow: hidden;
}

.existing-users__container .users__table-wrapper--hidden {
  height: 569px;
}

.users__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 59px;
}

.users__form--container {
  display: flex;
  align-items: center;
}

.users__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 32px;
  max-width: 320px;
  width: 100%;
}

.users__form-row:nth-child(1) {
  max-width: 218px;
}

.users__label {
  position: relative;
  margin-bottom: 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

.users__input {
  position: relative;
  width: 100%;
  height: 43px;
  padding: 13px 16px;
  /* margin-bottom: 32px; */
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border: none;
  outline: none;
  border-radius: 2px;
  background-color: #ffffff;
}

.users__input:hover,
.users__input:focus-within {
  border: 1px solid rgba(52, 52, 52, 0.6);
}

.users__input::-webkit-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.6);
}

.users__input::-moz-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.6);
}

.users__input:-ms-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.6);
}

.users__input::-ms-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.6);
}

.users__input::placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: rgba(52, 52, 52, 0.6);
}

.users__form-btn,
.existing-users__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #D62631;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.existing-users__btn {
  margin: 0;
  padding-left: 16px;
}

.users__form-btn svg {
  margin-left: 8px;
}

.users__form-btn:hover,
.existing-users__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}
.users__form-btn:hover path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  stroke: #A4282E;
}

/*LOADER*/
.loader-window {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.loader-window svg {
  opacity: .7;
}

/*STYLE SELECT*/
.popup-nrd .select-block {
  position: relative;
}

.popup-nrd .select-block .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 63px;
  z-index: 0;
  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;
  width: 25px;
  height: 25px;
  background: #EBEBEB;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

.popup-nrd .select-block.hidden-content .number {
  opacity: 1;
  pointer-events: all;
}

.popup-nrd__details-table-row .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

/*STYLE CALENDAR*/
.ui-datepicker-rtl {
  top: 310px !important;
  font-size: 14px;
  padding: 24px 16px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 2px;
}

.ui-datepicker-rtl::after {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  background: #FFFFFF;
}

.ui-datepicker-rtl::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  transform: rotate(135deg);
}

.ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

.ui-datepicker-calendar {
  width: 100%;
  padding-top: 15px;
}

.ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 8px;
  cursor: pointer;
}

.ui-datepicker-calendar th {
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #343434
}

.ui-datepicker-calendar a {
  font-family: "Circe-Regular", serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  text-align: center;
  color: #343434;
  cursor: pointer;
}

.ui-datepicker-calendar td:hover {
  transition: 0.3s;
  background-color: #D62631;
  color: #fff;
}

.ui-datepicker-calendar td:hover a {
  transition: 0.3s;
  color: #fff;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  color: transparent;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

.ui-datepicker-next {
  order: 3;
  background-image: url(/local/templates/main/./img/calendar/r.svg);
}

.ui-datepicker-prev {
  order: 1;
  background-image: url(/local/templates/main/./img/calendar/l.svg);
}

.ui-datepicker-title {
  order: 2;
  display: flex;
  flex-direction: row-reverse;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.ui-state-disabled {
  pointer-events: none;
}
/*.......................*/

.popup-nrd__header-wrapper,
.popup-document-request__header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  background: #343434;
}

.popup-nrd__close-btn,
.popup-document-request__close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.popup-nrd__close-btn:hover path,
.popup-document-request__close-btn:hover path {
  stroke: #A4282E;
  transition: 0.3s;
}

.popup-nrd__header-title,
.popup-document-request__header-title {
  margin: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #FFFFFF;
}

.popup-nrd__bg,
.popup-document-request__bg {
  padding: 56px 32px;
  background: #F9F9F9;
}

.popup-nrd__parameter-wrapper {
  padding-bottom: 56px;
  border-bottom: 2px solid #343434;
}

.popup-nrd__parameter-title {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.popup-nrd__parameter-row {
  display: flex;
}

.popup-nrd__parameter-row p {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.popup-nrd__parameter-row .select__wrapper--type {
  max-width: 384px;
  margin-right: 32px;
}

.popup-nrd__parameter-row .select__wrapper--date {
  max-width: 250px;
}

.popup-nrd__select-input-date {
  width: 100%;
  height: 43px;
  padding: 13px 16px;
  font-weight: 400;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  background: url(/local/templates/main/img/triangle-icon.svg) #fff no-repeat center right 15px;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

.popup-nrd__select-input-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  background: transparent;
}

.popup-nrd__details-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 6px;
  margin-bottom: 48px;
}

.popup-nrd__details-table .column1 {
  width: 21.8%;
  padding-right: 40px;
}
.popup-nrd__details-table .column2 {
  width: 14.8%;
  padding-right: 40px;
}
.popup-nrd__details-table .column3 {
  width: 24.5%;
}
.popup-nrd__details-table .column4 {
  width: 13.3%;
}
.popup-nrd__details-table .column5 {
  justify-content: flex-start;
  width: 11.6%;
}
.popup-nrd__details-table .column6 {
  width: 11.5%;
}
.popup-nrd__details-table .column7 {
  width: 2.5%;
}

.popup-nrd__details-table--request-assessment .column1 {
  width: 22.4%;
  padding-right: 40px;
}
.popup-nrd__details-table--request-assessment .column2 {
  width: 17.4%;
}
.popup-nrd__details-table--request-assessment .column3 {
  width: 27.5%;
  padding-right: 56px;
}
.popup-nrd__details-table--request-assessment .column4 {
  width: 18.3%;
}
.popup-nrd__details-table--request-assessment .column5 {
  width: 12.4%;
}
.popup-nrd__details-table--request-assessment .column6 {
  width: 2%;
}

.popup-nrd__price {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  color: #343434;
}

.popup-nrd__form-tonnage {
  display: flex;
  align-items: center;
  width: 100%;
}

.popup-nrd__input-tonnage {
  width: 70px;
  font-family: "Circe-Regular", serif;
  font-size: 20px;
  line-height: 100%;
  color: #343434;
  border: none;
  outline: none;
}

.popup-nrd__details-table-btn {
  position: relative;
  display: flex;
  align-self: flex-start;
  justify-content: space-between;
}

.popup-nrd__details-table-btn .comment-popup {
  right: 60px;
}

.popup-nrd__details-table-btn button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.popup-nrd__quantity {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.popup-nrd__quantity .quantity {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-nrd__quantity .quantity-num {
  width: 55px;
  border: none;
  text-align: center;
  font-family: "Circe-Regular", serif;
  font-size: 20px;
  outline: none;
}

.popup-nrd__quantity .quantity-num::-webkit-inner-spin-button,
.popup-nrd__quantity .quantity-num::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.popup-nrd__quantity .quantity-minus {
  font-size: 20px;
}

.popup-nrd__quantity .quantity-plus {
  margin-right: 15px;
  font-size: 25px;
}

.popup-nrd__quantity .quantity .sign {
  width: 12px;
  height: 100%;
  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;
  background: none;
  border: none;
  font-family: "Circe-Bold", serif;
  font-size: 20px;
  color: #d62631;
  outline: none;
  cursor: pointer;
}

.popup-nrd__btn-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 56px;
}

.popup-nrd__btn-left {
  display: flex;
}
.popup-nrd__btn-rigth__wrapper{
  display: flex;
}

.popup-nrd__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
  color: #D62631;
  outline: none;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #D62631;
  cursor: pointer;
}

.popup-nrd__btn:disabled {
  color: #ffffff;
  background: #C5C5C5;
  border-color: #C5C5C5;
}

.popup-nrd__btn-left .popup-nrd__btn {
  width: 251px;
}
.popup-nrd__btn--count {
  width: 152px;
}
.popup-nrd__btn-left .popup-nrd__btn:first-child {
  margin-right: 16px;
}

.popup-nrd__btn:hover {
  transition: 0.3s;
  color: #ffffff;
  background-color: #D62631;
}

.red.popup-nrd__btn {
  color: #FFFFFF;
  background: #D62631;
}

.red.popup-nrd__btn:hover {
  color: #FFFFFF;
  background: #A4282E;
}

.popup-nrd__btn:disabled {
  background: #C5C5C5;
  border-color: #C5C5C5;
  pointer-events: none;
}

.popup-nrd__file-name-wrapper {
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.popup-nrd__file-name {
  font-size: 14px;
  line-height: 140%;
  color: #343434;
}

.popup-nrd__negotiation-wrapper {
  position: relative;
  max-width: 325px;
  padding: 24px 48px 16px 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.popup-nrd__negotiation-text {
  margin-bottom: 37px;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.popup-nrd__negotiation-icon {
  position: absolute;
  left: 23px;
  top: 26px;
}

.popup-nrd__negotiation-btn {
  font-size: 16px;
  line-height: 140%;
  color: #D62631;
  text-decoration: none;
}

.popup-nrd__negotiation-btn:hover {
  color: #A4282E;
  transition: 0.3s;
}

.popup-nrd__btn-right {
  display: flex;
  flex-direction: column;
}

.popup-nrd__btn-right-top {
  display: flex;
  margin-bottom: 48px;
}

.popup-nrd__info-list {
  display: flex;
  list-style: none;
}

.popup-nrd__info-list-item {
  display: flex;
  flex-direction: column;
  width: 160px;
  margin-right: 70px;
}

.popup-nrd__info-list-item:last-child {
  margin-right: 32px;
}

.popup-nrd__info-item-title {
  font-size: 20px;
  line-height: 140%;
  color: #343434;
}

.popup-nrd__info-item-field {
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #343434;
}

.popup-nrd__info-clarification {
  max-width: 220px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.popup-nrd__info-clarification p {
  font-size: 14px;
  line-height: 140%;
  color: #343434;
}

.popup-nrd__btn-right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.popup-nrd__btn-right-bottom a {
  margin-right: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #D62631;
  text-decoration: none;
  cursor: pointer;
}

.popup-nrd__btn-right-bottom a:hover {
  color: #A4282E;
  transition: 0.3s;
}

.popup-nrd .date input {
  position: relative;
  padding: 13px 16px;
  width: 100%;
  height: 43px;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 2px;
  box-shadow: none;
  background: url(/local/templates/main/img/triangle-icon.svg) #fff no-repeat center right 15px;
  cursor: pointer;
}

.popup-nrd__btn-right-wrapper {
  display: flex;
  align-items: center;
}

.popup-nrd__btn-right-text {
  width: 169px;
  margin-right: 16px;
  font-size: 14px;
  line-height: 140%;
  color: #343434;
}

.popup-nrd__price-right-wrapper {
  margin-left: 32px;
  min-width: 203px;
}

.popup-nrd__price-right {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #343434;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
}

/*TABLE DETAIL NUMBER*/
.number-detail-table {
  width: 100%;
  padding: 0 32px;
  text-align: left;
  border-collapse: collapse;
}

.number-detail-table th {
  padding-bottom: 23px;
  font-family: "Circe-Bold", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.number-detail-table__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.number-detail-table__row:last-child {
  border-bottom: 0;
}

.number-detail-table td {
  padding: 15px 0;
  font-family: "Circe-Regular", serif;
  font-size: 20px;
  line-height: 100%;
  vertical-align: top;
  color: #343434;
}

.number-detail-table td:nth-child(1) {
  padding-top: 27px;
  width: 29%;
}

.number-detail-table td:nth-child(2) {
  padding-top: 27px;
  width: 21%;
}

.number-detail-table td:nth-child(3) {
  padding-top: 27px;
  width: 31.3%;
}

.number-detail-table td:nth-child(4) {
  padding-top: 27px;
  width: 6.7%;
}

.number-detail-table td:nth-child(5) {
  width: 12%;
}

.number-detail-table__list-number {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.number-detail-table__list-number li {
  margin-bottom: 4px;
}
.number-detail-table__list-number li:last-child {
  margin-bottom: 0;
}

.number-detail-table__list-number input {
  padding: 13px 16px;
  margin-bottom: 4px;
  height: 42px;
  width: 153px;
  font-size: 16px;
  line-height: 100%;
  border: none;
  outline: none;
  background: #FFFFFF;
  border-radius: 2px;
}

.popup-nrd__download-text-wrapper {
  padding: 56px 0 24px;
}

.popup-nrd__download-text-wrapper p {
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.popup-nrd__download-text-wrapper p:first-child {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
}

.popup-nrd__download-link {
  color: #D62631;
  text-decoration: none;
}

.popup-nrd__download-link:hover {
  color: #A4282E;
  transition: 0.3s;
}

.popup-nrd__download-btn-wrapper {
  display: flex;
  justify-content: space-between;
}

.popup-nrd__form-file-text {
  margin-bottom: 34px;
  max-width: 505px;
  font-size: 20px;
  line-height: 140%;
  color: #343434;
}

.popup-nrd__dragdrop-wrapper p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.popup-nrd__dragdrop-zone {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  background: rgba(249, 249, 249, 0.5);
  border: 1px dashed rgba(52, 52, 52, 0.4);
  border-radius: 2px;
}

.error.popup-nrd__dragdrop-zone {
  border: 1px dashed #D62631;
}

.popup-nrd__dragdrop-zone label {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.popup-nrd__dragdrop-zone label svg {
  margin-top: 29px;
}

.error label svg path,
.error label svg line {
  stroke: #D62631;
}

.popup-nrd__dragdrop-zone input {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 109%;
  border: none;
  outline: none;
}

.popup-nrd__dragdrop-uploaded-file {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.popup-nrd__dragdrop-uploaded-file p {
  margin: 0 16px 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}

.error .popup-nrd__dragdrop-uploaded-file p {
  color: #D62631;
}

.popup-nrd__dragdrop-btn-delete {
  z-index: 5;
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.popup-nrd__dragdrop-text-error {
  display: none;
}

.error .popup-nrd__dragdrop-text-error {
  display: inline-block;
  padding-top: 16px;
  max-width: 375px;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #D62631;
}

.error .popup-nrd__dragdrop-info-positions {
  display: none;
}

.popup-nrd__dragdrop-info-positions {
  padding-top: 24px;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #343434;
}

/*AUTHENTICATION*/
.popup-nrd__bg--authentication {
  padding: 56px 82px 56px 30px;
}

.popup-nrd__authentication-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.popup-nrd__authentication-text {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #343434;
}

.form-registration {
  max-width: 742px;
  width: 100%;
  padding-top: 40px;
}

.form-registration__col-wrapper {
  display: flex;
  justify-content: space-between;
}

.form-registration__col {
  display: flex;
  flex-direction: column;
  max-width: 351px;
  width: 100%;
}

.form-registration__label {
  position: relative;
  margin-bottom: 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

.form-registration__label::after {
  position: absolute;
  content: "*";
  top: -4px;
  margin-left: 4px;
  font-family: "Arial", "sans-serif";
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}

.form-registration__label--optional::after {
  content: "";
}

.form-registration__input {
  position: relative;
  width: 100%;
  height: 43px;
  padding: 13px 16px;
  margin-bottom: 32px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  outline: none;
  border-radius: 2px;
  border: 1px solid #ffffff;
}

.form-registration__input:hover,
.form-registration__input:focus-within {
  border: 1px solid rgba(52, 52, 52, 0.6);
}

.form-registration__input::-webkit-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.form-registration__input::-moz-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.form-registration__input:-ms-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.form-registration__input::-ms-input-placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

.form-registration__input::placeholder,
.form-authorization__input::placeholder {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  opacity: 0.3;
}

#TIN.form-registration__input::placeholder {
  font-family: "Arial", serif;
}

.form-registration__warning {
  width: 100%;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

.form-registration__warning sup {
  margin-right: 4px;
  color: #D62631;
  font-family: "Arial", "sans-serif";
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

.form-registration__btn-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}

.form-registration__accept {
  margin-bottom: 32px;
}

.form-registration__accept-label {
  position: relative;
  display: inline-block;
  max-width: 320px;
  padding-left: 36px;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
}

.form-registration__accept-label::before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #343434;
  border-radius: 2px;
}

.form-registration__accept-input:checked + .form-registration__accept-label::before {
  border: 1px solid #D62631;
  background: url("/local/templates/main/img/checkMark.svg") #D62631 no-repeat center;
}

.form-registration__accept-label a {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  color: #D62631;
}

.form-registration__accept-label a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

.form-registration__btn-wrapper .popup-nrd__btn {
  width: 330px;
}

.form-authorization {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 415px;
  height: 345px;
  width: 100%;
  margin-left: 40px;
  padding: 40px 32px;
  background: #FFFFFF;
  border-radius: 2px;
}

.form-authorization .password__forgot {
  top: inherit;
  bottom: 55px;
  right: 32px;
  font-size: 16px;
  line-height: 140%;
  color: #D62631;
}

.form-authorization .password__forgot:hover {
  font-weight: 400;
  color: #A4282E;
  transition: 0.3s;
}

.form-authorization__label {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.form-authorization__input {
  margin-bottom: 32px;
  padding: 0 16px;
  height: 43px;
  font-size: 16px;
  line-height: 100%;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
}

.form-authorization__password.password {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-authorization__password.password .form-registration__input {
  padding-right: 42px;
}

.hide input[type="password"] {
  font: small-caption;
  letter-spacing: 8px;
}

.password__btn {
  position: absolute;
  right: 16px;
  top: 45px;
  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;
  width: 25px;
  height: 13px;
  border: none;
  outline: none;
  background: url(/local/templates/main/img/password-icon.svg) #fff no-repeat center;
  cursor: pointer;
}

.form-authorization .popup-nrd__btn {
  width: 140px;
}

/*SUCCESSFUL APPLICATION*/
.popup-nrd__bg--successful-application {
  display: flex;
  padding: 64px 32px 80px;
}

.successful-application {
  display: flex;
  flex-direction: column;
  max-width: 860px;
  width: 100%;
}

.successful-application__title {
  margin-bottom: 33px;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
}

.successful-application__desc {
  margin-bottom: 56px;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

.successful-application__list {
  list-style: none;
}

.successful-application__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 120%;
  color: #343434;
}

.successful-application__item:last-child {
  margin-bottom: 0;
  max-width: 570px;
}

.successful-application__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url("/local/templates/main/img/partnerIconTriangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.successful-application__btn {
  color: #D62631;
  text-decoration: none;
}

.successful-application__btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #A4282E;
}

/*SORT BLOCK*/
.sort-product-block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.sort-product-block--sales-parts-list {
  margin-top: 58px;
}

.sort-product-block__form {
  display: flex;
  align-items: center;
  height: 20px;
}

.sort-product-block__checkbox {
  margin-right: 30px;
  padding-left: 36px;
}

.sort-product-block__label {
  position: relative;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  user-select: none;
  cursor: pointer;
}

.sort-product-block__label::before {
  position: absolute;
  content: "";
  left: -36px;
  width: 20px;
  height: 20px;
  background: #D62631;
  border-radius: 2px;
}

.sort-product-block__input:checked + .sort-product-block__label::before {
  background: url("/local/templates/main/img/checkMark.svg") #D62631 no-repeat center;
}

.sort-product-block__btn-sort {
  display: flex;
  align-items: center;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.sort-product-block__btn-sort:hover {
  color: #D62631;
  transition: 0.3s;
}

.sort-product-block__btn-sort .less-to-more {
  display: none;
}

.sort-product-block__btn-sort.active .less-to-more {
  display: block;
}

.sort-product-block__btn-sort.active .more-to-less {
  display: none;
}

.sort-product-block__btn-sort svg {
  margin-right: 8px;
}

/*RD CALCULATOR*/
#RDCalc .popup-nrd__bg {
  padding: 56px 0;
}

#RDCalc.b-popup-content--service-catalog .popup-nrd__bg {
  padding-top: 32px;
}
#RDCalc.b-popup-content--service-catalog .popup-nrd__details-wrapper {
  padding-top: 0;
}

#RDCalc .popup-nrd__parameter-wrapper {
  padding-bottom: 56px;
  margin: 0 30px 40px;
  border-bottom: 2px solid #343434;
}

#RDCalc .select__wrapper--sale-place {
  max-width: 362px;
  margin-right: 35px;
}

#RDCalc .select__wrapper--sale-place .select2.select2-container.select2-container--default {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
}

.select__wrapper--sale-place .select2-container--default .select2-selection--single.sale-place {
  border: none;
  height: 43px;
  padding: 9px 8px;
}

.sale-place-dropdown .select2-results__option {
  padding: 0!important;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.sale-place-dropdown .select2-results__option:not(.select2-results__message)::before {
  content: none;
}

.sale-place-dropdown .select2-results__option:hover {
  color: #D62631!important;
  transition: 0.3s;
}

#RDCalc .select__wrapper--sale-place .select2.select2-container.select2-container--default::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 6px;
  right: 2px;
  width: 40px;
  height: 30px;
  background: url("/local/templates/main/img/triangle-icon.svg") #fff no-repeat center right 15px;
}

.popup-rd__details-table .select2-container--default .select2-selection--multiple:before,
.popup-nrd__details-table .select2-container--default .select2-selection--multiple:before {
  background: linear-gradient(
          270deg
          , #FFFFFF 45.58%, rgba(255, 255, 255, 0.75) 35.11%, rgba(255, 255, 255, 0) 79.59%);
}


/* //сюда */
#RDCalc .select__wrapper--sale-place .dropdown-search input {
  width: 100%;
  height: 41px;
  padding: 0 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
  background: url("/local/templates/main/img/triangle-icon.svg") #fff no-repeat center right 15px;
}

.select__wrapper--sale-place .dropdown-search .delete-text {
  top: inherit;
  bottom: 8px;
}

.dropdown-search input:hover::-webkit-calendar-picker-indicator,
.dropdown-search input:focus::-webkit-calendar-picker-indicator {
  display: none!important;
}

#RDCalc .popup-rd__details-select-wrapper {
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 30px;
}

#RDCalc .popup-rd__details-select-wrapper p {
  margin-right: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.popup-rd__details-select .select2-container--default .select2-selection--single.details-select {
  width: 460px;
  height: 68px;
  display: flex;
  padding: 22px 16px 0 16px;
  font-family: "Circe-Regular", serif;
  font-size: 20px;
  outline: none;
  border-radius: 2px;
  border: none;
  background: url("/local/templates/main/img/triangle-icon.svg") #fff no-repeat center right 15px;
}

.popup-rd__details-select .select2.select2-container.select2-container--default {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
}

.details-select-dropdown.select2-dropdown {
  min-width: 460px;
}
.details-select-dropdown .select2-results__options{
  padding: 0 !important;
}
.details-select-dropdown .select2-results__option {
  padding: 10px 15px !important;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.details-select-dropdown .select2-results__option:last-child {
  margin-bottom: 0;
}

.details-select-dropdown .select2-results__option--highlighted,
.details-select-dropdown .select2-results__option--highlighted[aria-selected]{
  background: #F0F0F0 !important;
}

.details-select-dropdown .select2-results__option:not(.select2-results__message)::before {
  content: none;
}

.popup-rd__details-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 6px;
  margin-bottom: 48px;
}

.rd-order-list .popup-rd__details-table {
  padding: 0;
  margin-bottom: 70px;
}

.rd-order-list .popup-rd__details-table:last-child {
  margin-bottom: 0;
}

.popup-rd__details-table-bg {
  padding: 20px 8px 8px;
  background: #F9F9F9;
}

.popup-rd__details-table-title,
.popup-nrd__details-table-title {
  padding: 0 24px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.rd-order-list .popup-rd__details-table-title {
  padding: 0;
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
}

.popup-rd__details-table .column1 {
  width: 17.7%;
  padding-right: 16px;
}
.popup-rd__details-table .column2 {
  width: 15.4%;
  padding-right: 16px;
}
.popup-rd__details-table .column3 {
  width: 11.1%;
  padding-right: 10px;
}
.popup-rd__details-table .column4 {
  width: 20.3%;
}
.popup-rd__details-table .column5 {
  width: 10.6%;
}
.popup-rd__details-table .column6 {
  justify-content: flex-start;
  width: 10.4%;
}
.popup-rd__details-table .column7 {
  width: 11.3%;
}
.popup-rd__details-table .column8 {
  width: 2.5%;
}

.rd-order-list .popup-rd__details-table .column1 {
  width: 17.4%;
  padding-right: 25px;
}
.rd-order-list .popup-rd__details-table .column2 {
  width: 16.5%;
  padding-right: 25px;
}
.rd-order-list .popup-rd__details-table .column3 {
  width: 14.1%;
  padding-right: 62px;
}
.rd-order-list .popup-rd__details-table .column4 {
  width: 18%;
}
.rd-order-list .popup-rd__details-table .column5 {
  width: 10.8%;
}
.rd-order-list .popup-rd__details-table .column6 {
  width: 10%;
}
.rd-order-list .popup-rd__details-table .column7 {
  width: 9.2%;
}
.rd-order-list .popup-rd__details-table .column8 {
  width: 3.6%;
}

.rd-order-list #NRD.popup-rd__details-table .column1 {
  width: 26.2%;
  padding-right: 25px;
}
.rd-order-list #NRD.popup-rd__details-table .column2 {
  width: 15.4%;
  padding-right: 25px;
}
.rd-order-list #NRD.popup-rd__details-table .column3 {
  width: 16.7%;
  padding-right: 25px;
}
.rd-order-list #NRD.popup-rd__details-table .column4 {
  width: 14.2%;
}
.rd-order-list #NRD.popup-rd__details-table .column5 {
  justify-content: flex-start;
  width: 14.3%;
}
.rd-order-list #NRD.popup-rd__details-table .column6 {
  width: 9.4%;
}
.rd-order-list #NRD.popup-rd__details-table .column7 {
  width: 3.8%;
}

.rd-order-list .popup-rd__details-table.hidden-details .column1 {
  width: 14.8%;
}
.rd-order-list .popup-rd__details-table.hidden-details .column2 {
  width: 14.8%;
}
.rd-order-list .popup-rd__details-table.hidden-details .column3 {
  width: 14.1%;
}
.rd-order-list .popup-rd__details-table.hidden-details .column4 {
  width: 17.9%;
}
.rd-order-list .popup-rd__details-table.hidden-details .column5 {
  width: 12.9%;
}
.rd-order-list .popup-rd__details-table.hidden-details .column6 {
  width: 13.1%;
}
.rd-order-list .popup-rd__details-table.hidden-details .column7 {
  width: 11.4%;
}

.rd-order-list .popup-rd__details-table .popup-rd__details-table-header .column3 {
  padding-right: 50px;
}
.rd-order-list .popup-rd__details-table .popup-rd__details-table-header .column5 {
  padding-right: 50px;
}
.rd-order-list .popup-rd__details-table .popup-rd__details-table-header .column6 {
  padding-right: 30px;
}

.rd-order-list .popup-rd__details-table.hidden-details .popup-rd__details-table-header .column3 {
  padding-right: 0;
}
.rd-order-list .popup-rd__details-table.hidden-details .popup-rd__details-table-header .column5 {
  padding-right: 0;
}
.rd-order-list .popup-rd__details-table.hidden-details .popup-rd__details-table-header .column6 {
  padding-right: 0;
}


.popup-rd__details-table.hidden-details .popup-rd__row-bottom-item .select2-selection--multiple {
  padding: 11px 0 !important;
}
.popup-rd__details-table.hidden-details .popup-rd__row-bottom-item .select2-selection--multiple::after {
  top: 20px;
}

.popup-rd__details-table .select.date,
.popup-nrd__details-table .select.date {
  width: 130px;
}

.popup-rd__details-table .select.date input {
  outline: none;
}

.rd-order-list .number-mask {
  width: 100%;
  padding: 9px 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  border: 1px solid rgba(52, 52, 52, 0.2);
  border-radius: 2px;
  outline: none;
}

.popup-rd__details-table-header,
.popup-nrd__details-table-header {
  display: flex;
  padding: 0 24px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}



.popup-rd__details-table-body,
.popup-nrd__details-table-body {
  padding: 0 24px;
  background: #FFFFFF;
  border-radius: 2px;
}

.popup-rd__details-table-row,
.popup-nrd__details-table-row {
  display: flex;
  align-items: center;
  height: 76px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-rd__details-table-row__item{
  width: 15%;
}

.popup-rd__details-table-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.popup-rd__details-table-row .sale-location .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
}

.popup-rd__details-table-row .select2-container--default  .select2-selection__placeholder,
.popup-nrd__details-table-row .select2-container--default  .select2-selection__placeholder {
  color: #D62631!important;
}

.popup-rd__details-table .location,
.popup-nrd__details-table .location {
  position: relative;
}

.popup-rd__details-table .popup-rd__details-select::after,
.popup-nrd__details-table .location.depo::after {
  content: '';
  position: absolute;
  width: 85px;
  right: 0;
  height: calc(100% - 2px);
  top: 1px;
  background: linear-gradient(270deg, #FFFFFF 45.58%, rgba(255, 255, 255, 0.75) 57.11%, rgba(255, 255, 255, 0) 79.59%);
  pointer-events: none;
}

.rd-order-list .popup-rd__details-table-row {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}

.popup-rd__details-table-row:last-child,
.popup-nrd__details-table-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.popup-rd__row-top-wrapper {
  display: flex;
  align-items: center;
  padding: 0 0 12px 0;
  width: 100%;
}

.popup-rd__row-bottom-wrapper {
  display: none;
  flex-direction: column;
  padding-bottom: 20px;
  width: 100%;
  opacity: 0.6;
  /*pointer-events: none;*/
  pointer-events: unset;
}

.hidden-details .popup-rd__row-bottom-wrapper {
  display: block;
}

.popup-rd__row-bottom-item {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
}

.popup-rd__details-table .select2-container,
.popup-nrd__details-table .select2-container {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.popup-nrd__details-table--request-assessment .select2-container {
  min-width: 60%;
  max-width: 60%;
  width: 60%
}

#RDCalc .popup-nrd .select-block .number {
  right: 18px;
}

.popup-rd__details-table .select2-container--default .select2-selection--multiple,
.popup-nrd__details-table .select2-container--default .select2-selection--multiple {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.popup-rd__details-table  .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.popup-nrd__details-table  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 20px;
  line-height: 100%;
}

.popup-rd__details-table .select2-container--default .select2-selection--multiple .select2-selection__choice,
.popup-nrd__details-table .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
  padding: 0;
}

.popup-rd__details-table .select2-container--default .select2-selection--multiple::after,
.popup-nrd__details-table .select2-container--default .select2-selection--multiple::after {
  right: 8px;
  top: 25px;
}

.popup-rd__details-table .select2-container .select2-search--inline .select2-search__field,
.popup-nrd__details-table .select2-container .select2-search--inline .select2-search__field {
  margin: 0;
}

.popup-rd__details-table .select2-container--default .select2-selection--single,
.popup-nrd__details-table .select2-container--default .select2-selection--single {
  position: relative;
  border: none;
}

.popup-rd__details-table .select2-container--default .select2-selection--single:before,
.popup-nrd__details-table .select2-container--default .select2-selection--single:before {
  position: absolute;
  content: "";
  right: 0;
  width: 70px;
  height: 40px;
  background: linear-gradient( 270deg , #FFFFFF 37.58%, rgba(255, 255, 255, 0.75) 62.11%, rgba(255, 255, 255, 0) 79.59%);
}

.select2-selection__arrow {
  display: none;
}

.popup-rd__details-table .select2-container--default .select2-selection--single::after,
.popup-nrd__details-table .select2-container--default .select2-selection--single::after {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 11px;
  background: url("/local/templates/main/img/catalog/filter-triangle.svg") no-repeat center;
  cursor: pointer;
}

.condition-select-dropdown .select2-search--dropdown,
.details-select-dropdown .select2-search--dropdown {
  display: none!important;
}

.popup-rd__details-table .select2-container--default .select2-selection--multiple:before,
.popup-nrd__details-table .select2-container--default .select2-selection--multiple:before {
  background: linear-gradient( 270deg , #FFFFFF 45.58%, rgba(255, 255, 255, 0.75) 35.11%, rgba(255, 255, 255, 0) 79.59%);
}

.popup-rd__details-table .select2-container--default .select2-search--inline .select2-search__field::placeholder,
.popup-nrd__details-table .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #343434;
  opacity: 0.6;
}

.sale-location {
  position: relative;
}

.sale-location::before {
  pointer-events: none;
  position: absolute;
  content: "";
  right: 0;
  width: 70px;
  height: 40px;
  background: linear-gradient( 270deg, #FFFFFF 37.58%, rgba(255, 255, 255, 0.75) 62.11%, rgba(255, 255, 255, 0) 79.59%);
}

.sale-location .dropdown-search {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sale-location .dropdown-search input {
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  font-family: "Circe-Regular", serif;
  line-height: 100%;
  color: #343434;
  outline: none;
  border: none;
}

.sale-location .dropdown-search input::placeholder {
  color: rgba(52, 52, 52, 0.35);
}

.sale-location .dropdown-search .delete-text {
  top: 50%;
  transform: translateY(-50%);
}

.sale-location--no-pin .dropdown-search input {
  padding-left: 0;
}

.popup-nrd__details-table .sale-location .select2-container--default .select2-selection--single::after {
  content: none;
}

.sale-location__icon-pin {
  position: absolute;
  left: 0;
  top: 50% !important;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  outline: none;
  border: none;
  transform: translateY(-50%);
}

.sale-location .select2.select2-container.select2-container--default {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.sale-location .select2-container--default .select2-selection--single.sale-location-select {
  border: none;
  height: 43px;
  padding: 9px 8px;
}

.rd-order-list .sale-location .select2-container--default .select2-selection--single.sale-location-select,
.rd-order-list .sale-location .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.sale-location-dropdown .select2-results__option {
  padding: 0!important;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.sale-location-dropdown .select2-results__option:not(.select2-results__message)::before {
  content: none;
}

.sale-location-dropdown .select2-results__option:hover {
  color: #D62631!important;
  transition: 0.3s;
}


.popup-rd__details-table .sale-location .select2-container--default .select2-selection--single::after {
  content: none;
}

.popup-rd__details-table .date input,
.popup-nrd__details-table .date input,
.popup-nrd__details-table.popup-nrd__details-table--request-assessment .date input {
  padding: 13px 0;
  width: 100%;
  height: 43px;
  font-family: "Circe-Regular", serif;
  font-size: 20px;
  line-height: 100%;
  border: none;
  background: url("/local/templates/main/img/edit-icon.svg") #fff no-repeat center right 20px;
  cursor: pointer;
}

.popup-rd__details-table .ui-datepicker-rtl {
  top: 310px !important;
}

#RDCalc  .popup-nrd__btn-wrapper {
  align-items: flex-end;
  padding: 0 24px;
}

#RDCalc .popup-nrd__btn-left .popup-nrd__btn:first-child {
  width: 210px;
  margin-right: 24px;
}
#RDCalc .popup-nrd__btn-left .popup-nrd__btn:last-child {
  width: 210px;
  margin-right: 32px;
}

#RDCalc .popup-rd__contract-wrapper {
  max-width: 312px;
  /* margin-right: 69px; */
}

#RDCalc .select__wrapper {
  position: relative;
}

.select__wrapper::before {
  position: absolute;
  content: "Договор, в рамках которого осуществлятся расчет. Выберите другой, если необходимо";
  z-index: 1;
  box-sizing: border-box;
  width: 302px;
  padding: 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #343434;
  opacity: 0;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  pointer-events: none;
}

#orders_filter .select__wrapper::before {
  display: none;
}

.select__wrapper.authorisation:hover::before{
  top: -42px;
  left: 0px;
  opacity: 1;
  transition: 0.3s;
}
.select__wrapper.mainCacl:hover::before{
  top: -74px;
  left: 168px;
  opacity: 1;
  transition: 0.3s;
}
.select__wrapper.RDCacl:hover::before{
  top: -74px;
  left: 100px;
  opacity: 1;
  transition: 0.3s;
}

/* #RDCalc .popup-rd__contract-wrapper .select__wrapper:hover::before {
  top: -71px;
  left: 168px;
  opacity: 1;
  transition: 0.3s;
} */

#RDCalc .popup-rd__contract-wrapper p {
  margin-bottom: 9px;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.popup-rd__btn-text {
  max-width: 189px;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #343434;
}

.rd-popup-dropzone .popup-nrd__btn-wrapper {
  align-items: flex-end;
}

.rd-popup-dropzone .popup-nrd__left-btn-wrapper {
  display: flex;
  align-items: flex-end;
}

.rd-popup-dropzone .popup-nrd__left-btn-wrapper .popup-nrd__btn {
  margin-right: 40px;
}

.rd-popup-dropzone .popup-rd__contract-wrapper {
  display: none;
  width: 312px;
}

.rd-popup-dropzone .popup-rd__contract-wrapper p {
  margin-bottom: 9px;
}

.rd-order-list__comment-wrapper {
  padding-top: 80px;
  margin-bottom: 32px;
}

.rd-order-list__comment-title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.rd-order-list__comment-text-block {
  padding: 16px;
  width: 473px;
  height: 92px;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  border: 1px solid rgba(52, 52, 52, 0.2);
  box-sizing: border-box;
  border-radius: 2px;
}

.rd-order-list__bottom-container {
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  width: 100%;
}

.rd-order-list__bottom-left-col {
  flex-direction: column;
}

.rd-order-list__bottom-alert {
  position: relative;
  margin-bottom: 32px;
  max-width: 485px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.rd-order-list__bottom-alert::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background-image: url("/local/templates/main/img/alert-black-icon.svg");
  background-repeat: no-repeat;
}

.link-red-style {
  text-decoration: none;
  line-height: 100%;
  color: #D62631;
  border-bottom: 1px dashed #D62631;
  transition: 0.3s;
}

.link-red-style:hover {
  color: #A4282E;
  border-bottom: 1px dashed #A4282E;;
  transition: 0.3s;
}

.rd-order-list__bottom-btn-wrapper {
  display: flex;
}

.rd-order-list__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  padding: 0 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #D62631;
  border: 1px solid #D62631;
  border-radius: 2px;
  outline: none;
  background-color: transparent;
  transition: 0.3s;
  cursor: pointer;
}

.rd-order-list__btn:hover {
  color: #ffffff;
  border: 1px solid #D62631;
  background-color: #D62631;
  transition: 0.3s;
}

.red.rd-order-list__btn {
  color: #ffffff;
  border: 1px solid #D62631;
  background-color: #D62631;
}

.red.rd-order-list__btn:hover {
  border: 1px solid #A4282E;
  background-color: #A4282E;
  transition: 0.3s;
}

.rd-order-list__bottom-btn-wrapper .rd-order-list__btn {
  width: 209px;
  margin-right: 24px;
}

.rd-order-list__bottom-middle-col {
  display: flex;
  align-items: flex-end;
  margin: 0 16px 0 auto;
  max-width: 169px;
}

.rd-order-list__bottom-middle-col p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #343434;
}

.rd-order-list__bottom-right-col {
  display: flex;
  flex-direction: column;
  max-width: 453px;
  width: 100%;
}

.rd-order-list__bottom-right-col .popup-rd__contract-wrapper {
  position: relative;
  margin-bottom: 31px;
}

.rd-order-list__bottom-right-col .select__wrapper:hover::before {
  top: -28px;
  left: 116px;
  opacity: 1;
  transition: 0.3s;
}

.rd-order-list__bottom-right-col .popup-rd__contract-wrapper p {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.rd-order-list__bottom-right-col .active.select__input {
  border-bottom: none;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  padding: 19px 16px 13px;
}

.rd-order-list__bottom-right-col .select__input {
  height: 51px;
  padding: 19px 30px 13px 16px;
  border: 1px solid #EBEBEB;
}

.rd-order-list__result-wrapper {
  display: flex;
}

.rd-order-list__price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 185px;
  margin-left: 40px;
}

.rd-order-list__price {
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #343434;
}

.popup-nrd__details-table-btn .table-btn-delete {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/local/templates/main/img/closeMark.svg") no-repeat;
}

.rd-order-list .popup-rd__details-table .table-btn-comment {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background: url("/local/templates/main/img/comment-icon.svg") no-repeat;
}

.rd-order-list .popup-rd__details-table .table-btn-comment:hover {
  transition: 0.3s;
  background: url("/local/templates/main/img/comment-icon-black.svg") no-repeat;
}

.rd-order-list .popup-rd__details-table .table-btn-comment.active {
  background: url("/local/templates/main/img/comment-icon-red.svg") no-repeat;
}

.rd-order-list .popup-rd__details-table .table-btn-comment::before {
  position: absolute;
  content: "Добавить комментарий";
  top: -55px;
  right: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-size: 14px;
  line-height: 150%;
  color: #343434;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.popup-nrd__details-table-btn .table-btn-comment:hover::before {
  transition: 0.3s;
  opacity: 1;
}
.popup-nrd__details-table-btn .table-btn-comment {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background: url("/local/templates/main/img/comment-icon.svg") no-repeat;
}

.popup-nrd__details-table-btn .table-btn-comment:hover {
  transition: 0.3s;
  background: url("/local/templates/main/img/comment-icon-black.svg") no-repeat;
}

.popup-nrd__details-table-btn .table-btn-comment.active {
  background: url("/local/templates/main/img/comment-icon-red.svg") no-repeat;
}
.popup-nrd__details-table-btn .table-btn-comment.default_active{
  background: url("/local/templates/main/img/comment-icon-red.svg") no-repeat;
}

.popup-nrd__details-table-btn .table-btn-comment::before {
  position: absolute;
  content: "Добавить комментарий";
  top: -55px;
  right: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 51px;
  font-family: "Circe-Regular", serif;
  font-size: 14px;
  line-height: 150%;
  color: #343434;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.popup-nrd__details-table-btn .table-btn-comment:hover::before {
  transition: 0.3s;
  opacity: 1;
}

/*DOCUMENTATION*/
.documentation-tab {
  position: relative;
  margin-bottom: 56px;
}

.documentation-tab__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.documentation-tab__list li {
  display: block;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 4px solid rgba(0, 0, 0, 0.0001);
}

.documentation-tab__list li:not(:last-child) {
  margin-right: 50px;
}

.documentation-tab__list li:hover {
  border-bottom: 4px solid #d62631;
}

.documentation-tab__list li:hover a {
  color: #d62631;
}

.documentation-tab__list li[aria-selected=true] {
  border-bottom: 4px solid #d62631;
}

.documentation-tab__list li[aria-selected=true] a {
  font-family: "Circe-Bold", serif;
  color: #d62631;
}

.documentation-tab__list a {
  display: block;
  height: 100%;
  font-family: "Circe-Light", serif;
  font-size: 20px;
  color: black;
  text-decoration: none;
  outline: none;
}

.main-documentation .tab-block {
  display: none;
}

.main-documentation .active-tab.tab-block {
  display: block;
}

.valid-documents__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.documentation-filter {
  margin-bottom: 32px;
}

.documentation-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 32px 32px 8px;
  background: #F9F9F9;
  border-radius: 2px;
}

.documentation-form__item {
  display: flex;
  flex-direction: column;
  max-width: 384px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 24px;
}

.documentation-form__item.btn-clean {
  justify-content: flex-end;
  align-items: flex-end;
}

.documentation-form__item:nth-child(3n) {
  margin-right: 0;
}

.documentation-form__label {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.documentation-form__item .selection .select2-selection--single.default-select .select2-selection__rendered {
  padding: 8px 16px 7px;
}

.documentation-form__item .selection .select2-selection--single.default-select {
  height: 43px;
  border: none;
}

.documentation-form__item .default-select .select2.select2-container.select2-container--default::before {
  top: 6px;
}

.documentation-form__input {
  width: 100%;
  padding: 10px 16px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  outline: none;
  border: none;
  border-radius: 2px;
  background: #FFFFFF;
}

.date .documentation-form__input {
  background: url("/local/templates/main/img/triangle-icon.svg") #fff no-repeat center right 15px;
}

.documentation-form__btn-clean {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: "Circe-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #D62631;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.documentation-form__btn-clean svg {
  margin-left: 8px;
}

.documentation-form__btn-clean:hover {
  color: #A4282E;
  transition: 0.3s;
}
.documentation-form__btn-clean:hover svg path {
  stroke: #A4282E;
  transition: 0.3s;
}

.valid-documents-table-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}

.valid-documents-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.valid-documents-table__thead {
  display: flex;
  width: 100%;
}

.valid-documents-table__thead .column {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.valid-documents-table__tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.valid-documents-table__tbody .column {
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.valid-documents-table__row {
  display: flex;
  align-items: center;
  height: 64px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.valid-documents-table__row:last-child {
  border-bottom: none;
}

.valid-documents-table .column1 {
  width: 5.7%;
}
.valid-documents-table .column2 {
  width: 6.3%;
}
.valid-documents-table .column3 {
  width: 35%;
}
.valid-documents-table .column4 {
  width: 13.6%;
}
.valid-documents-table .column5 {
  width: 15.2%;
}
.valid-documents-table .column6 {
  width: 13.7%;
}
.valid-documents-table .column7 {
  width: 5.8%;
}
.valid-documents-table .column8 {
  width: 2.35%;
}
.valid-documents-table .column9 {
  width: 1.8%;
}

.role-first .valid-documents-table__col-author {
  display: inline-block;
  width: 15px;
  height: 17px;
  background: url("/local/templates/main/img/icon-user.svg") no-repeat center;
}
.role-first .valid-documents-table__col-type {
  display: inline-block;
  margin-left: 4px;
  width: 15px;
  height: 17px;
  background: url("/local/templates/main/img/icon-staple.svg") no-repeat center;
}

.role-second .valid-documents-table__col-author {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("/local/templates/main/img/icon-rhombus.png") no-repeat center;
}
.role-second .valid-documents-table__col-type {
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url("/local/templates/main/img/icon-atchive.svg") no-repeat center;
}

.valid-documents-table__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.valid-documents-table__btn--edo {
  margin-left: 8px;
}

.valid-documents-table__btn--download {
  justify-content: flex-start;
}

.valid-documents-table__label {
  position: relative;
}

.valid-documents-table__label::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #343434;
  border-radius: 2px;
  cursor: pointer;
}

.valid-documents-table__input:checked + .valid-documents-table__label::before {
  border: 1px solid #D62631;
  background: url("/local/templates/main/img/checkMark.svg") #D62631 no-repeat center;
}

.archive-documents {
  display: flex;
  flex-direction: column;
  padding: 56px;
  max-width: 896px;
  margin-bottom: 64px;
  width: 100%;
  background: rgba(235, 235, 235, 0.5);
}

.archive-documents__title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.archive-documents__text {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 120%;
  color: #343434;
}

.archive-documents__description {
  font-family: "Circe-Regular", serif;
  font-size: 14px;
  line-height: 150%;
  color: #343434;
}

.archive-documents__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 260px;
  height: 51px;
  text-decoration: none;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  background: #D62631;
  border-radius: 2px;
}

.archive-documents__btn:hover {
  background: #A4282E;
  transition: 0.3s;
}

.document-requests {
  margin-bottom: 80px;
}

.document-requests__title {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.document-requests__table {
  width: 100%;
}

.document-requests__col-header {
  margin-bottom: 24px;
  font-family: "Circe-Regular", serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.document-requests__table-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.document-requests__table-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.document-requests__table-row:last-child {
  border-bottom: none;
}

.document-requests__row-top {
  display: flex;
  align-items: center;
  height: 110px;
  width: 100%;
}

.document-requests__row-top .column {
  display: flex;
  flex-direction: column;
}

.document-requests__row-top .column span {
  display: inline-block;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.document-requests__table .document-requests__row-top .column1 {
  width: 10.9%;
}
.document-requests__table .document-requests__row-top .column2 {
  width: 11.7%;
}
.document-requests__table .document-requests__row-top .column3 {
  width: 19.4%;
}
.document-requests__table .document-requests__row-top .column4 {
  width: 14.8%;
}
.document-requests__table .document-requests__row-top .column5 {
  width: 8.4%;
}
.document-requests__table .document-requests__row-top .column6 {
  align-items: flex-end;
  width: 34.8%;
}

.document-requests__row-bottom {
  display: none;
}

.document-requests__row-bottom .document-requests__table-bg {
  padding: 23px 8px 8px;
  background: #F9F9F9;
}

.document-requests__row-bottom .valid-documents-table__col-author {
  margin-left: 14px;
}

.document-requests__row-bottom .valid-documents-table__thead {
  padding: 0 24px;
  margin-bottom: 12px;
}

.document-requests__row-bottom .document-requests__row-bg {
  padding: 0 24px;
  background: #FFFFFF;
  border-radius: 2px;
}

.document-requests__row-bottom .valid-documents-table .column3 {
  width: 27.7%;
}
.document-requests__row-bottom .valid-documents-table .column4 {
  width: 14%;
}
.document-requests__row-bottom .valid-documents-table .column5 {
  width: 15.5%;
}
.document-requests__row-bottom .valid-documents-table .column6 {
  width: 19.5%;
}
.document-requests__row-bottom .valid-documents-table .column7 {
  width: 6.8%;
}
.document-requests__row-bottom .valid-documents-table .column8 {
  width: 2.8%;
}
.document-requests__row-bottom .valid-documents-table .column9 {
  width: 1.7%;
}

.document-requests__btn-show-doc {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 120%;
  color: #D62631;
  display: inline;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.document-requests__btn-show-doc svg {
  transition: 0.3s;
  transform: rotate(180deg);
}

.open.document-requests__btn-show-doc svg {
  transition: 0.3s;
  transform: rotate(0);
}

.document-requests__btn-show-doc:hover {
  color: #A4282E;
  transition: 0.3s;
}

.document-requests__btn-show-doc:hover svg path {
  stroke: #A4282E;
  transition: 0.3s;
}

.parts-trade-documents {
  display: flex;
  flex-direction: column;
}

.parts-trade__table-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}

.parts-trade__title {
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.parts-trade-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.parts-trade-table__thead {
  display: flex;
  width: 100%;
}

.parts-trade-table__thead .column {
  font-family: "Circe-Regular", serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.parts-trade-table__tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.parts-trade-table__tbody .column {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.parts-trade-table__row-bottom {
  display: none;
  flex-direction: column;
}

.parts-trade-table__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.parts-trade-table__row:last-child {
  border-bottom: none;
}

.parts-trade-table__bottom-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  width: 100%;
}

.parts-trade-table__row-top {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 22px 0;
}

.parts-trade-table .column1 {
  width: 39.6%;
}
.parts-trade-table .column2 {
  width: 24.9%;
}
.parts-trade-table .column3 {
  width: 25.1%;
}
.parts-trade-table .column4 {
  width: 6.4%;
}
.parts-trade-table .column5 {
  width: 2.1%;
}
.parts-trade-table .column6 {
  width: 1.9%;
}


.parts-trade-table__bottom-item .column1 {
  padding-left: 24px;
}

.parts-trade-table__label {
  position: relative;
}

.parts-trade-table__label::before {
  position: absolute;
  content: "";
  top: -13px;
  left: 70px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #343434;
  border-radius: 100%;
  cursor: pointer;
}

.parts-trade-table__input:checked + .parts-trade-table__label::before {
  border: 6px solid #D62631;
}

.parts-trade-table__btn-more-contracts {
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.parts-trade-table__btn-more-contracts svg {
  transform: rotate(0);
  transition: 0.4s;
}

.open.parts-trade-table__btn-more-contracts svg {
  transform: rotate(180deg);
  transition: 0.4s;
}

.parts-trade-table__btn-more-contracts:hover span {
  border-bottom: 1px dashed #D62631;
  transition: 0.3s;
}

/*POPUP DOCUMENT REQUEST*/
.b-popup .b-popup-content--document-request {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.popup-document-request {
  max-width: 430px;
  width: 100%;
}

.popup-document-request2 {
  max-width: 472px;
  width: 100%;
}

.popup-document-request__bg {
  padding: 56px 32px 56px 40px;
  background: #F9F9F9;
}

.popup-document-request2__bg {
  display: flex;
  flex-direction: column;
  padding: 40px 32px 56px;
  background: #F9F9F9;

}

.popup-document-request__form {
  display: flex;
  flex-direction: column;
}

.default-select__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
}

.popup-document-request__row {
  margin-bottom: 24px;
}

.popup-document-request__row:nth-child(3) {
  margin-bottom: 40px;
}

.popup-document-request__input-date {
  width: 100%;
  padding: 13px 16px;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  outline: none;
}

.popup-document-request__input-date:focus-visible {
  outline: none;
}

.default-select .select2-container {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.default-select .select2.select2-container.select2-container--default::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 13px;
  right: 2px;
  width: 40px;
  height: 30px;
  background: url(/local/templates/main/img/triangle-icon.svg) #fff no-repeat center right 15px;
}

.default-select-dropdown .select2-results__option:not(.select2-results__message)::before {
  content: none;
}

.default-select-dropdown .select2-results__option {
  padding: 0!important;
}

.default-select-dropdown .select2-results__option:hover {
  color: #D62631!important;
  transition: 0.3s;
}

.selection .select2-selection--single.default-select {
  height: 52px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
}

.selection .select2-selection--single.default-select .select2-selection__rendered {
  padding: 11px 16px;
}

.popup-document-request__rule {
  position: relative;
  padding-left: 9px;
  margin-bottom: 65px;
}

.popup-document-request__rule:before {
  position: absolute;
  content: "*";
  left: 0;
  top: 6px;
  font-family: "Arial", serif;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}

.popup-document-request__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 51px;
  margin: 0 auto;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  background: #D62631;
  border-radius: 2px;
  outline: none;
  border: none;
  cursor: pointer;
}

.popup-document-request__btn:hover {
  background-color: #A4282E;
  transition: 0.3s;
}

.popup-document-request2__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #343434;
}

.popup-document-request2__text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.popup-document-request2__image {
  margin-bottom: 40px;
}

.popup-document-request2__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 51px;
  margin: 0 auto;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  background: #D62631;
  border-radius: 2px;
  outline: none;
  border: none;
  cursor: pointer;
}

.popup-document-request2__btn:hover {
  background-color: #A4282E;
  transition: 0.3s;
}

.daterangepicker .drp-calendar.left {
  padding: 15px!important;
}

.daterangepicker .drp-calendar.right {
  display: none!important;
}

.daterangepicker .calendar-table td{
  font-size: 14px!important;
  line-height: 150%!important;
  text-align: center;
  color: #343434;
  cursor: pointer;
}

.daterangepicker .calendar-table th {
  padding-bottom: 12px;
  font-family: "Circe-Regular", serif;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 150% !important;
  text-align: center;
  color: #343434
}

.daterangepicker .calendar-table th.month {
  font-size: 16px !important;
  line-height: 140% !important;
}

.daterangepicker td.active {
  background-color: #D62631!important;
  border-radius: 20px!important;
}

.daterangepicker td.in-range {
  background: rgba(235, 235, 235, 0.4)!important;
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
  background-color: #D62631!important;
  border-radius: 20px!important;
}

.daterangepicker td.off {
  opacity: 0;
  pointer-events: none;
}

.valid-documents-table .red-text,
.parts-trade-table .red-text {
  text-decoration: none;
  color: #D62631;
}

/*POPUP ALTERNATIVES*/
.b-popup .b-popup-content--alternatives,
.b-popup .b-popup-content--cancellation-delivery,
.b-popup .b-popup-content--adjusting-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.popup-alternatives {
  max-width: 636px;
  width: 100%;
}

.popup-alternatives__bg {
  padding: 37px 32px 40px;
  background: #f9f9f9;
}

.popup-alternatives__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.popup-alternatives__list-item {
  margin-bottom: 16px;
  font-family: "Circe-Regular", serif;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

.popup-alternatives__list-item:last-child {
  margin-bottom: 0;
}

/*CANCELLATION DELIVERY POPUP*/
.cancellation-delivery {
  max-width: 777px;
  width: 100%;
}

.cancellation-delivery__bg {
  display: flex;
  flex-direction: column;
  padding: 32px 15px 24px;
  background: #F9F9F9;
}

.cancellation-delivery__info-text {
  margin-bottom: 32px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.cancellation-delivery__info-text .red-text {
  color: #d62631;
}

.cancellation-delivery__title {
  margin-bottom: 16px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
}

.cancellation-delivery__table {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
}

.cancellation-delivery__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 81px;
  margin-right: 40px;
}

.cancellation-delivery__item:last-child {
  margin-right: 0;
}

.cancellation-delivery__item-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.cancellation-delivery__item-field {
  font-size: 16px;
  line-height: 140%;
  color: #343434;
}

.cancellation-delivery__quantity {
  display: flex;
  justify-content: space-between;
  height: 43px;
  width: 104px;
  border: 1px solid rgba(52, 52, 52, 0.2);
  border-radius: 2px;
}

.cancellation-delivery__quantity .quantity-minus,
.cancellation-delivery__quantity .quantity-plus {
  display: flex;
  align-items: center;
  width: 30px;
  font-family: "Circe-Regular", serif;
  font-size: 20px;
  line-height: 100%;
  color: #D62631;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.cancellation-delivery__quantity .disabled.quantity-minus,
.cancellation-delivery__quantity .disabled.quantity-plus {
  color: #C2C2C2;
  pointer-events: none;
}

.cancellation-delivery__quantity .quantity-minus {
  justify-content: flex-end;
}
.cancellation-delivery__quantity .quantity-plus {
  justify-content: flex-start;
  line-height: 99%;
}

.cancellation-delivery__quantity .quantity-num {
  width: 44px;
  text-align: center;
  font-family: "Circe-Regular", serif;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  outline: none;
  border: none;
}

.cancellation-delivery__text-residue {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 150%;
  text-align: end;
  color: #C2C2C2;
}

.cancellation-delivery .popup-nrd__btn {
  margin-left: auto;
}

/*ADJUSTING DELIVERY POPUP*/
.adjusting-quantity-popup {
  max-width: 636px;
  width: 100%;
}

.adjusting-quantity-popup__bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 32px;
  background: #f9f9f9;
}

.adjusting-quantity-popup__history {
  position: relative;
  padding-top: 22px;
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adjusting-quantity-popup__info {
  display: flex;
  justify-content: space-between;
  width: 287px;
  margin-bottom: 10px;
}

.adjusting-quantity-popup__info p {
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
}

.adjusting-quantity-popup__btn-wrapper {
  display: flex;
}

.adjusting-quantity-popup__btn-wrapper .popup-nrd__btn {
  width: 213px;
}

.adjusting-quantity-popup__btn-wrapper .popup-nrd__btn:nth-child(1) {
  margin-right: 16px;
}

.hidden {
  display: none;
}

.red-sup {
  display: inline-block;
  margin-top: -7px;
  font-weight: 400;
  font-family: "Arial", serif;
  font-size: 16px;
  line-height: 100%;
  color: #D62631;
}

/* CABINET ADAPTIVE */
.orders__table-wrapper{
  overflow-y: auto;
  margin-bottom: 10px;
}

/* Было/стало в заказах */
.orders__old__value{
  color: #C2C2C2;
  display: block;
}
.orders__old__value.active{
  display: block;
}

@media(max-width: 1430px){
  /*.orders__table-wrapper{*/
  /*    overflow-x: auto;*/
  /*}*/
  .main-manager-orders .filter-form__data-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0
  }
  .main-manager-orders .filter-form__col{
    width: 30% !important;
    margin:0 0 30px 0 !important
  }
  .main-manager-orders .filter-form__price-controls input{
    width: 50%
  }
  .main-manager-orders .filter-form__price-controls span{
    margin: 0 0.75em;
  }
}

@media(max-width: 1360px){
  /* .main-manager-orders .orders__table td:nth-child(5){
    width: 5%;
  } */
  .main-manager-orders .orders__table td:nth-child(2){
    padding-right: 15px;
  }
}
@media(max-width: 1300px){
  .orders__table th{
    padding-right: 10px;
    vertical-align: top;
  }
  .orders__table th:last-child{
    padding-right: 0;
  }
  .orders__container,
  .orders-warning__container,
  .current-orders__container{
    padding-right: 0;
  }
  .about-order__container {
    flex-direction: column-reverse;
  }
  .about-order__card-wrapper {
    max-width: initial;
  }
  .status-order {
    max-width: initial;
    margin-bottom: 16px;
  }
  .about-order {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  #RDCalc .popup-nrd__btn-wrapper {
    align-items: flex-end;
  }
  #RDCalc .popup-rd__contract-wrapper{
    margin: 15px auto;
  }
  .rd-order-list__bottom-btn-wrapper{
    width: 100%;
  }
  #RDCalc .popup-nrd__btn-left .popup-nrd__btn:first-child{
    margin: 15px 0;
    min-width: 210px;
    width: 100%;
  }
  .order-details__contract-wrapper{
    max-width: none;
  }
  .order-details__document-container {
    width: 50%;
    /* align-items: flex-end; */
  }
  .order-details__document-container.orders_lk{

  }
  .sale-location .dropdown-search .delete-text{
    right: 15px;
  } 
  .personal-account-tutorial__wrapper {
    overflow-x: scroll;
  }
  .personal-account-tutorial__list {
    width: 1300px;
  }
  .personal-account-tutorial__guide {
    padding: 48px 20px;
  }
  .personal-account-tutorial__guide-item{
    flex-direction: column-reverse;
  }
  .personal-account-tutorial__link.personal-account-tutorial__link--order {
    margin-top: 32px;
  }
  .personal-account-tutorial__link {
    margin-bottom: 24px;
  }
  .personal-account-tutorial__wrapper::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }
  
  .personal-account-tutorial__wrapper::-webkit-scrollbar-thumb {
    background: #D62631;
    width: 10px;
    height: 1px;
    border-radius: 20px;
  }
  
  .personal-account-tutorial__wrapper::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 20px;
  }
}

@media(max-width: 1110px){
  /*.orders__table{min-width: 1010px}*/
  .orders-warning__title-wrapper{
    flex-wrap: wrap;
  }
  .current-orders__title{
    width: 100%
  }
  .orders__btn-wrapper{
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-manager-orders .orders__table td.orders__table-row__state{
    display: none;
  }
  .orders__table .orders__table--status {
    display: none;
  }
  /* .main-manager-orders .orders__table td:nth-child(2) {

  } */
  
  .main-manager-orders .orders__table td.orders__table-row__depo{
    width: 15%;
  }
  .main-manager-orders .orders__table td.orders__table-row__date{
    width: 7%;
    min-width: 90px;
  }
  .main-manager-orders .orders__table td.orders__table-row__sum{
    width: 7%;
    min-width: 80px;
  }
  .orders__table-row span{
    word-break: break-word;
  }
}

.main-manager-orders .filter-form__col {
  width: 45% !important;
}

/* .main-manager-orders .filter-form__col {
  width: 45% !important;
} */

@media (max-width:1024px) {
  .sale-location .dropdown-search .delete-text{
    right: 5px;
  }
}

@media (max-width:992px) {
  .aside-menu{
    display: none;
    margin-bottom: 0;
  }
  .mobile__aside-menu {
    display: block;
  }
  .mobile__aside-menu .aside-menu{
    display: flex;
    position: relative;
  }
  .mobile__aside-menu.show .aside-menu.manager{
    height: 195px;
  }
  .mobile__aside-menu.show .aside-menu__list.manager{
    height: 205px;
  }
  .orders-warning, 
  .new-users{
    padding: 0;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .new-users {
    padding: 0;
    margin-top: 8px;
  }
  .existing-users {
    padding:  0;
  }
  .users__form-row{
    margin: 12px 0;
    max-width: none;
  }
  .users__bg-wrapper{
    padding: 32px 0px 9px 0px;
  }
  .users__input{
    margin-bottom: 0;
  }
  .users__table-wrapper {
    overflow-x: auto;
    padding: 0;
  }
  .users__table {
    width: 1200px;
  }
  .new-users__container{
    padding: 0;
  }
  .existing-users__container{
    padding: 0;
  }
  .existing-users__container .users__bg-wrapper{
    padding: 32px 0px  40px 0px;
  }
  .existing-users__container .users__table-wrapper--existing {
    overflow: initial;
    overflow-x: auto;
  }
  .users__table{
    width: 1200px;
  }
  .users__form{
    flex-direction: column;
  }
  .users__form-btn, .existing-users__btn{
    margin-left: initial;
    margin-top: 24px;
  }
  .users__table th:nth-child(1){
    position: sticky;
    left: 0;
    padding-left: 20px;
    background: #F9F9F9;
  }
  .users__table th:nth-child(2){
    position: sticky;
    left: 67px;
    background: #F9F9F9;
  }
  .users__table td{
    padding:  16px 0;
  }
  .users__table td:nth-child(1){
    position: sticky;
    left: 0;
    background: #F9F9F9;
    padding: 16px 0 0 20px;
    width: 5.1%;
  }
  .users__table td:nth-child(2){
    position: sticky;
    left: 67px;
    background: #F9F9F9;
    width: 12%;
  }

  .existing-users__container .users__table-wrapper--existing::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }
  
  .existing-users__container .users__table-wrapper--existing::-webkit-scrollbar-thumb {
    background: #D62631;
    width: 10px;
    height: 1px;
    border-radius: 20px;
  }
  
  .existing-users__container .users__table-wrapper--existing::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 20px;
  }
  .users__table-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }
  
  .users__table-wrapper::-webkit-scrollbar-thumb {
    background: #D62631;
    width: 10px;
    height: 1px;
    border-radius: 20px;
  }
  
  .users__table-wrapper::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 20px;
  }
  
  scroll-bar::-webkit-scrollbar {
    width: 10px;
  }
  
  scroll-bar::-webkit-scrollbar-thumb {
    background: #D62631;
    border-radius: 20px;
  }
  
  scroll-bar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
  }
  .current-orders__container{
    padding: 0;
  }
  .current-orders{
    padding: 0 20px;
  }
  .orders {
    padding: 0 20px;
  }
  .orders__container, .client-profile__container{
    padding: 0;
  }
  .orders-warning{
    padding: 0 20px;
  }
  .orders-warning__container{
    margin-top: 0;
  }
  .order-details__container{
    padding: 0;
  }
  .order-details__table--container{
    width: 100%;
    overflow-x: auto;
  }

  .order-details .order-details__table .total-container .total{
    display: none;
  }
  .order-details__container .second-total  {
    display: block;
    margin: 24px 0 34px;
    padding-top: 16px;
    font-family: 'Circe-Bold';
    border-top: 1px solid rgba(34, 34, 34, .3);
  }
  .order-details__document-container {
    flex-direction: column;
  }
  
  .order-details__agreement-wrapper {
    margin: 20px 0 32px;
    max-width: initial;
  } 

  .order-details__table {
    display: block;
    width: 1200px;
  }
  .form_detailNumber{
    margin: 0;
  }
  #RDCalc .popup-rd__details-select-wrapper{
    padding:  0 5px;
  }

  .popup-rd__details-select-wrapper{
    flex-direction: column;
  }
  .popup-rd__details-select{
    width: 100%;
  }
  .popup-rd__details-select .select2-container--default .select2-selection--single.details-select{
    width: auto;
  }

  .popup-rd__details-table-header{
    display: none;
  }
  .popup-rd__details-table-row{
    flex-wrap: wrap;
    height: auto;
    font-size: 18px;
  }
  .popup-rd__details-table .popup-rd__details-table-row__item{
    width: 100%;
    height: 50px;
    margin: 20px 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .popup-nrd__quantity .quantity-num{
    border-bottom: 1px solid #e5e5e5;

  }


  .order-details__table__wrapper{
    display: flex;
    border-bottom: 1px #C4C4C4 solid;
  }

  .order-details__table__wrapper__mobile{
    display: flex;
    margin: 10px 0;
    border-bottom: 1px #EBEBEB solid;
  }
  .order-details__table .order-details__table__title._mobile{
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    height: 100%;
    justify-content: space-between;
    padding: 0px 35px 0 0;
  }
  .order-details__table td:nth-child(3){
    text-align: left;
  }
  .order-details__table .order-details__table__title{
    display: none;
  }
  .order-details__table .order-details__table__params{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 15px 0 0;
  }

  .popup-nrd__btn-rigth__wrapper{
    flex-direction: column;
  }

  /* .order-details--sale .order-details__table div{
    padding: 14px 0;
  } */
  .order-details__table__title._mobile{
    padding: 16px 10px 16px;
    position: relative;
    padding: 0 10px 16px;
    font-family: "Circe-Bold", serif;
    font-size: 16px;
    line-height: 100%;
    color: #343434;
  }
  .order-details--sale .order-details__table--title {
    display: none;
  }
  .order-details--sale ._mobile div {
    padding: 14px 0;
  }
  .order-details--sale .order-details__table--row div{
    padding: 14px 0;
  }
  .order-details--sale .quantity_deteil {
    text-align: start;
  }
  /* .order-details__table tbody tr:last-child td{
    padding: 14px 0;
  } */


  #RDCalc .popup-nrd__btn-wrapper{
    flex-direction: column;
    align-items: inherit;
  }

  .popup-rd__contract-wrapper{
    /* display: none; */
  }
  .red.popup-nrd__btn{
    width: 100%;
  }

  .popup-nrd__btn-left {
    justify-content: center;
    flex-direction: column;
  }

  .popup-rd__btn-text{
    max-width: none;
    margin: 20px 0;
    text-align: center;
  }
  #RDCalc .popup-nrd__btn-left .popup-nrd__btn:first-child{
    width: 100%;
    margin: 10px 15px;
  }
  #RDCalc .popup-nrd__btn-left .popup-nrd__btn:last-child{
    width: 210px;
    margin: 10px 15px;
  }
  .popup-nrd__btn{
    width: 100%;
    margin:  0 auto;
  }
  .order-details__document-container{
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }
  .order-details__contract-wrapper{
    max-width: none;
    width: 100%;
    margin: 16px 0;
  }

  .order-popup_mobile-details .row{
    flex-direction: column;
  }
  .status-order__indicator-list{
    display: none;
  }
  .status-order__indicator-col p {
    display: none;
  }
  .status-order__indicator-col {
    width: 15%;
    padding-top: 35px;
    min-width: 32px;
  }
  .status-order__indicator-col.active {
    width: 85%;
    padding-top: 0;
  }
  .status-order__indicator-col.active p {
    display: initial;
  }
  .status-order__indicator-col.active .status-order__indicator-list {
    display: initial;
  }
  .history-order__table-wrapper--hidden {
    overflow-x: auto;
  }
  .history-order__table{
    width: 1200px;
  }
  .order-details__comment-wrapper {
    width: 100%;
  }
  .about-order__card-list__wrapper{
    height: 330px;
    transition: .3s;
  }
  .about-order__card-title span {
    display: block;
  }

  .order-details__table--container::-webkit-scrollbar {
    height: 1px;
  }
  
  .order-details__table--container::-webkit-scrollbar-thumb {
    background: #D62631;
    border-radius: 20px;
  }
  
  .order-details__table--container::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 20px;
  }
  .history-order__table-wrapper::-webkit-scrollbar {
    height: 1px;
  }
  
  .history-order__table-wrapper::-webkit-scrollbar-thumb {
    background: #D62631;
    border-radius: 20px;
  }
  
  .history-order__table-wrapper::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 20px;
  }
  
  scroll-bar::-webkit-scrollbar {
    height: 1px;
  }
  
  scroll-bar::-webkit-scrollbar-thumb {
    background: #D62631;
    border-radius: 20px;
  }
  .about-order__container{ 
    padding: 0 20px;
  }
  .company-profile {
    padding: 0 20px;
  }
  .company-contracts__container {
    padding: 0 20px;
  }
  .personal-account-tutorial__container {
    padding: 0 20px;
  }
  .personal-manager__container {
    right: 20px;
  }
}
@media(max-width: 768px){
  .main-manager-orders .filter-form__col{
    width: 48% !important;
    transition: .3s;
  }
  .aside-menu {
    display: none; /*удалить это*/
  }   
  .orders__table{
    min-width: initial;
  }
  .current-orders{
    padding: 0;
  }
  .orders-warning{
    padding: 0;
  }

  .orders__table-row {
    flex-wrap: wrap;
    display: flex;
  }

  .orders__table thead{
    display: none;
  }
  #pag {
    margin: 0 15px;
  }
  .orders__table td{
    padding: 24px 20px;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__icon{
    width: 8%;
    min-width: 62px;
    background: #EFF2F9;
    order: 0;
    display: flex;
    align-items: center;
    padding: 0px 0 5px 20px;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__client{
    order: 4;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px 24px;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__client::before{
    content: 'Клиент';
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__number{
    width: 10%;
    min-width: 100px;
    display: flex;
    align-items: center;
    order: 0;
    background: #EFF2F9;
    padding: 5px 20px 5px 7px;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__date{
    width: 100%;
    order: 2;
    padding: 24px 20px 24px 20px;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__date::before{
    content: 'Дата заказа';
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__depo{
    width: 100%;
    order: 1;
    display: flex;
    padding: 24px 20px 0;
    flex-direction: column;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__depo::before{
    content: 'Место доставки/продажи';
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .orders__table-row span{
    max-width: initial;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__status{
    display: flex;
    justify-content: start;
    width: calc(100% - 162px);
    order: 0;
    padding: 5px 47px 5px 0;
    background: #EFF2F9;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__state{
    width: 100%;
    order: 4;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(34,34,34,0.1);
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__state::before{
    content: 'Текущее состояние';
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__sum{
    width: 100%;
    order: 4;
    display: flex;
    justify-content: flex-start;
  }
  .main-manager-orders .orders__table .orders__table-row .orders__table-row__sum::before{
    content: 'Сумма заказа';
    display: block;
    min-width: 100px;
    font-weight: 700;
  }
  .main-manager-orders .orders__table-row__sum span {
    padding-left: 40px;
  }
  .current-orders__filter-form{
    padding: 15px 20px;
  }
  .orders__container, .orders-warning__container, .current-orders__container{
    padding: 0;
  }
  /* #first_section{
    display: none;
  } */
  .orders{
    padding: 0;
    margin: 38px 0 64px;
  }
  .orders__container{
    padding: 0;
  }
  .current-orders__title{
    padding-left: 20px;
  }

  .orders__btn-wrapper {
    padding: 14px 0;
    border-bottom: 2px solid #cecece;
    margin: 0 15px 40px;
  }
  .orders__btn{
    margin: 0 0px 0 16px;
    position: relative;
  }
  .orders__btn.orders__btn--myself{
    margin: 0;
    color: #343434;
  }
  .orders__btn.orders__btn--myself.show{
    color: #d62631;
  }
  .orders__btn.orders__btn--myself::before {
    content: '';
    position: absolute;
    display: none;
    bottom: -16px;
    width: 100%;
    height: 4px;
    background: #d62631;
  }
  .orders__btn.orders__btn--myself.show::before{
    display: block;
  }
  .orders__btn.orders__btn--company{
    color: #343434;
  }
  .orders__btn.orders__btn--company.show{
    color: #d62631;
  }
  .orders__btn.orders__btn--company::before {
    content: '';
    position: absolute;
    display: none;
    bottom: -16px;
    width: 100%;
    height: 4px;
    background: #d62631;
  }
  .orders__btn.orders__btn--company.show::before{
    display: block;
  }
  .filter-form__saved-filters-wrapper dl{
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .filter-form-container{
    width: 100%;
    margin: 16px 0;
    padding-bottom: 16px;
    flex-wrap: nowrap;
  }
  .filter-form-container::-webkit-scrollbar {
    width: 10px;
    height: 2px;
  }
  .filter-form-container::-webkit-scrollbar-thumb {
    background: #D62631;
    border-radius: 20px;
  }
  .filter-form-container::-webkit-scrollbar-track {
    background: #c2c2c2;
    border-radius: 20px;
  }

  .filter-form-container scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 2px;
  }
  
  .filter-form-container scroll-bar::-webkit-scrollbar-thumb {
    background: #D62631;
    border-radius: 20px;
  }
  
  .filter-form-container scroll-bar::-webkit-scrollbar-track {
    background: #c2c2c2;
    border-radius: 20px;
  }

  .filter-form__saved-filters-wrapper dt {
    width: 100%;
  }
  .personal-manager__container{
    right: 0;
    bottom: -30px;
  }
  .personal-manager__title {
    font-size: 18px;
  }
  .filter-form-container {
    padding-bottom: 0;
  }
  .filter-form__saved-filters-wrapper {
    margin-bottom: 0;
  }
  scroll-bar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
  }
  .order-details__item p {
    display: block;
  }
  .order-details__container{
    padding: 0;
  }
  .order-documents__container {
    padding: 0 20px;
  }
  .history-order__container{
    padding: 0 20px;
  }
  .main-manager-orders .filter-form__col{
    width: 48% !important;
    transition: .3s;
  }
  .company-profile__container {
    flex-direction: column;
  }
  .company-profile__dropzone{
    width: 100%;
    max-width: initial;
    margin-top: 8px;
    margin-bottom: 32px;
  }
  .company-profile__form{
    max-width: initial;
    order: 1;
  }
  .company-list__item {
    align-items: flex-start;
  }
  .company-list__item .col:nth-child(1) {
    padding-top: 10px;
  }
  .company-info__form{
    flex-direction: column;
  }
  .company-list__bg .select__dropdown.lk {
    position: relative;
    height: 0;
    padding: 0;
  }
  .company-list__bg .select__dropdown.lk.active{
    height: 100%;
    max-height: 200px;
    padding: 16px;
  }
  .company-list__bg .select__dropdown.lk li{
    margin-bottom: 0;
  }
  .company-list__bg .select__dropdown.lk.active li {
    margin-bottom: 16px;
  }
  .company-info__container {
    padding: 0 20px;
  }
  .company-info__form-btn{
    width: 100%;
  }
  .company-info__item{
    max-width: initial;
    margin-bottom: 32px;
  }
  .password.hide:nth-child(1) {
    margin-bottom: 32px;
  }
  .personal-account-tutorial__wrapper {
    padding: 0 20px;
  }

  .personal-account-tutorial__title {
    padding: 0 20px;
  }

  .personal-account-tutorial__container {
    padding: 0;
  }
  .company-info__form {
    max-width: initial;
  }
}
  


@media(max-width: 768px){
  .main-manager-orders .filter-form__col{
    width: 100% !important;
    pointer-events: auto;
  }
  .popup-nrd__parameter-row{
    flex-direction: column;
  }
  #RDCalc .select__wrapper--sale-place{
    max-width: 100%;
    margin: 15px 0;
  }
  .current-orders__container .filter-form__col.hidden-filter{
    height: 0;
    opacity: 0;
    margin: 0 !important;
    transition: .3s;
    pointer-events: none;
  } 

  .current-orders__container .filter-form__btn-wrapper.hidden-filter {
    height: 0;
    opacity: 0;
    margin: 0 !important;
    transition: .3s;
    pointer-events: none;
  }

  .current-orders__container .filter-form__col.depo{
    height: auto;
    opacity: 1;
    order: -1;
    pointer-events: auto;
  }

  .show-all-filters {
    display: flex;
    align-items: center;
    margin: 24px 0 8px;
    color: #D62631;
    font-family: 'Circe-Regular';
    font-size: 16px;
  }

  .show-all-filters svg{
    width: 11px;
    height: 10px;
    margin-left: 15px;
    transition: .3s;
  }
  .show-all-filters.active svg{
    transform: rotate(180deg);
    transition: .3s;
  }
  .status-order {
    max-width: initial;
    padding: 32px 0;
    border: none;
  }
  .indicator-order{
    margin-bottom: 16px;
  }
  .send-1C {
    padding: 0;
  }
  .send-1C__form{
    padding: 0;
  }
  .send-1C__form-col{
    margin-right: 0;
    width: 45%;
  }
  .send-1C__form-col:nth-child(1){
    margin-right: 10%;
  }
  .order-documents__content-wrapper {
    flex-direction: column;
  }
  .order-documents__dropzone-btn{
    margin-top: 32px;
  }
  .client-profile{
    padding: 0 20px;
  }
  .client-profile__col-wrapper {
    flex-direction: column;
  }
  .client-profile__form-col {
    max-width: initial;
    margin-bottom: 8px;
  }
  .profile-title::after {
    content: '';
    display: block;
    min-width: 10px;
    height: 10px;
    margin-left: 10px;
    background: url("../img/triangle-icon.svg") no-repeat center right;
  }
  .js-profile.active .profile-title::after{
    transform: rotate(180deg);
  }
  .profile-title {
    display:flex;
    align-items: center;
    margin: 8px 0 40px 0;
  }
  .profile__form-col--container {
    visibility: hidden;
    height: 0;
  }
  .client-profile__form-col.active .profile__form-col--container {
    visibility: initial;
    height: auto;
  }
  .js-profile.active .profile__form-col--container {
    visibility: initial;
    height: auto;
    margin-bottom: 40px;
  }
  .company-profile__bottom {
    flex-direction: column;
  }
  .company-profile__bottom-col{
    width: 100%;
  }
  .client-profile__form-btn {
    width: 100%;
  }
  .company-list.docs_parent {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .company-list__item {
    width: 700px;
  }
  .company-contracts__container {
    padding: 0 ;
  }

  .company-list.docs_parent::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }
  
  .company-list.docs_parent::-webkit-scrollbar-thumb {
    background: #D62631;
    height: 1px;
    border-radius: 20px;
  }
  
  .company-list.docs_parent::-webkit-scrollbar-track {
    background: #c2c2c2;
    height: 1px;
    border-radius: 20px;
  }
  .profile-input:last-child {
    margin-bottom: 0;
  }
  .dropzone {
    padding: 24px 40px 24px 24px;
  }
}

@media(max-width: 600px){
  .popup-nrd__btn-left{
    flex-direction: column;
    align-items: center;
  }
  #RDCalc .popup-rd__contract-wrapper{
    width: 235px;
  }

}

@media(max-width: 500px){
  .popup-rd__details-table .popup-rd__details-table-row__item{
    width: 260px;
    margin: 20px 10px;
  }
  .popup-nrd__bg,
  .popup-document-request__bg {
    overflow: hidden;
  }
  .filter-form__btn-wrapper{
    align-items: flex-start;
    flex-direction: column;
  }
  .filter-form__btn.save{
    margin-bottom: 16px;
  }
  .personal-manager__container{
    width: 100%;
    padding: 24px 20px;
  }
  .order-documents__dropzone-btn--payment-order {
    width: 100%;
  }
}

@media (max-width:450px) {
  .order-details__btn-wrapper{
    flex-direction: column;
    align-items: center;
  } 
  .order-details__btn.cancel_order {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .order-details__btn{
    width: 100%;
  }
}

@media (max-width:370px) {
  .status-order__indicator-col.active p {
    margin-bottom: 0;
    height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 559px), (hover: none) {
  .mobile__aside-menu .aside-menu{
    margin-bottom: 0;
  }

}
@media(max-width:450px) {
  .users__table th:nth-child(1){
    position: initial;
  }
  .users__table th:nth-child(2){
    position: initial;
  }
  .users__table td:nth-child(1){
    position: initial;
  }
  .users__table td:nth-child(2){
    position: initial;
    width: 12%;
  }
}

/* toggle tabs */
.rd-order-list__tab-content{
  display: none;
}
.rd-order-list__tab-content.visible{
  display: block;
}

.rd-order-list__btn:disabled {
  background: #C5C5C5;
  border-color: #C5C5C5;
  pointer-events: none;
}


/* mail-export Письмо на вывоз */

.mail-export__container{
  display: flex;
}

.mail-export__title{
  margin: 0 0 33px 0;
}

.mail-export .mail-export__container .main_date.filter-form__select-input-date{
  width: 313px;
}
.mail-export .mail-export__container .main_date.filter-form__select-input-date.text_inp.mail-export__filter{
  background: #fff;
}
.mail-export__item:nth-child(1){
  margin-right: 24px ;
}
