/*---main---*/

.arrow {
  width: 66px;
  margin: 0;
  stroke: #029745;
  fill: transparent;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0;
}

.pa-text-b {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.pa-text {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
}

.body {
  position: relative;
}

.hidden {
  display: none !important;
}

.section-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.main-pa__title {
  width: 100%;
  padding-bottom: 70px;
  line-height: 1.1;
/*   border-bottom: 1px solid #E6E9F0; */
}

.main-pa__list {
  list-style: none;
}

.main-pa__info {
  list-style: none;
}

.main-info {
  padding: 50px 0;
  border-bottom: 1px solid #E6E9F0;
}

.main-info__about {
  margin-bottom: 30px;
}

.main-info__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #16291F;
  width: 80%;
  transition: all 0.4s;
}

.main-info__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 25px;
  row-gap: 15px;
  width: 100%;
  padding: 0;
}

.main-info__item {
  cursor: pointer;
  grid-column: 12 span;
}

.main-info__item:hover .arrow {
  opacity: 1;
}

.main-info__item:hover .main-info__link {
  background-color: #E5F6EF;
  border: 1px solid #0BB658;
}

.main-info__item:hover .main-info__title {
  color: #0BB658;
}

.main-info__link {
  min-height: 70px;
  cursor: pointer;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.4s;
}

.question {
  padding: 30px 0 70px;
}

.question__text {
  font-size: 13px;
  line-height: 1.3;
  color: #16291F;
}

.corp-content .filter__btn--active:hover {
  color: #fff;
}

@media (min-width: 576px) {
  .main-info__item {
    grid-column: 6 span;
  }
}

@media (min-width: 800px) {}

@media (min-width: 992px) {
  .main-info__item {
    grid-column: 4 span;
  }

  .question__text {
    font-size: 14px;
  }

  .pa-text-b {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .main-info__item {
    grid-column: 3 span;
  }

  .question__text {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .main-info__list {
    column-gap: 40px;
  }
}

@media(max-width: 800px) {
  .container {
    padding: 0 15px;
    margin: 0 auto;
  }
}

/*---orders---*/

.orders-sum {
  width: 100%;
  margin-bottom: 24px;
}

.orders-sum__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.orders-sum__start {
  position: absolute;
  display: none;
  top: -14px;
  right: 100px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  padding: 7px 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
}

.orders-sum__left {
  display: flex;
  flex-direction: column;
}

.orders-sum__left p {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

.orders-sum__left p>span {
  font-weight: 400;
}

.orders-sum__title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #16291F;
}

.orders-sum__date {
  margin-bottom: 6px;
}

.orders-sum__btns {
  list-style: none;
  display: flex;
  align-items: center;
}

.orders-sum__btn.pa-icon-btn.main-lk-btn {
  width: 35px;
  height: 35px;
}

.orders-sum__btns .orders-sum__btn svg {
  width: 100%;
  height: 100%;
}

.orders-sum__btns .orders-sum__btn svg path {
  stroke: #000;
  transition: all .3s;
}

.orders-sum__btns .orders-sum__btn:hover svg path {
  stroke: #029745;
}

.orders-sum__start {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.orders-sum__btn:hover .orders-sum__start {
  visibility: visible;
  opacity: 1;
}


.orders-sum__btn:not(:last-child) {
  margin-right: 25px;
}

.pa-icon-btn {
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.pa-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 80px;
}

.filter {
  width: 100%;
  min-width: 280px;
  margin-bottom: 0;
}


.filter__inner {
  background-color: #fff;
}

.filter__top {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.filter__top .filter__btn {
  color: inherit;
}

.filter__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 42px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  color: inherit;
  transition: all 0.4s;
}

.filter__btn:first-child {
  border-right: 1px solid #16291F;
}

.filter__btn span {
  margin-right: 10px;
  pointer-events: none;
}

.filter__btn svg {
  transform: translateY(2px);
  pointer-events: none;
  padding-left: 10px;
}

.filter__btn svg path {
  fill: #16291F;
  transition: fill 0.4s;
}


.filter__btn:hover {
  color: #28be4a;
}

.filter__btn--active.filter__btn svg path {
  fill: #fff;
}

.filter .d-checkbox__element:before,
.filter .d-checkbox__element:after {
  left: -45px;
}

.popup .d-checkbox__element:before,
.popup .d-checkbox__element:after {
  left: -45px;
}

.popup .d-checkbox__element,
.filter .d-checkbox__element {
  margin-left: 62px;
}

.filter .d-checkbox {
  position: relative;
}

.filter-group {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 42px;
  cursor: pointer;
}

.filter-group svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.filter-group.group svg path {
  stroke: #029745;
}

.filter-tabs__chkx-item .pa-text-b {
  user-select: none;
}

.corp-content .filter__btn--active {
  cursor: default;
  background-color: #029745;
  color: #fff;
}

.filter__btn--active:hover {
  color: #fff;
}

.filter-tabs {
  padding: 0 30px;

}

.filter-tabs__list {
  list-style: none;
}

.filter-tabs__item {
  display: block;
  cursor: pointer;
  margin-bottom: 25px;
  transition: all ease-in-out .4s;
}

.filter-tabs__item:last-child {
  padding-bottom: 30px;
}

.filter-tabs__item.open {
  margin-bottom: 10%;
  cursor: default;
}

.filter-tabs__title {
  width: 90%;
  pointer-events: none;
  color: #16291F;
}

.filter-tabs__btn {
  text-align: left;
  background-color: transparent;
  border: none;
  width: 100%;

  display: flex;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  transition: all ease-in-out .4s;
}

.filter-tabs__btn:after {
  content: '';
  width: 16px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 0;
  background-image: url(../img/arrow-x5.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  transition: all 0.4s ease-in-out;
}

.filter-tabs__input {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .4s ease-in-out;
}

.filter-tabs__item.open .filter-tabs__btn:after {
  background-image: url(../img/arrow-x80.svg);
  transform: rotate(360deg);
}

.filter-tabs__item.open .filter-tabs__input {
  height: auto;
  opacity: 1;
}

.filter-tabs__input input {
  color: #16291f;
  border: 1px solid #e6e9f0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.filter-tabs__input input[type="date"] {
  width: 85%;
}

.pa-list input {
  width: 85%;
}

.filter-tabs__input-date,
.pa-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-tabs__input input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url("../img/calblank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.filter-tabs__input input[type="reset"] {
  background-image: url("../img/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  font-size: 0;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.filter-tabs__link {
  display: flex;
  width: 10%;
  height: 100%;
  padding: 10px 2px;
  justify-content: flex-end;
}

.filter-tabs__dots {
  background-image: url("../img/dots.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 12px;
  height: 2px;
}


.pa-content {
  width: 100%;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
}

.pa-table {
  margin-bottom: 38px;
  overflow-x: auto;
}

.pa-table table {
  width: 100%;
}


.pa-table td,
.pa-table th {
  padding: 18px 20px;
}

.pa-table td {
  font-size: 13px;
  line-height: 1.3;
}

.pa-table th {
  font-size: 13px;
  font-weight: 700;
  background: #F0F1F6;
}



.pagination--orders {
  justify-content: flex-start !important;

}

.pagination--orders .pagination-item {
  color: #16291F;
}

.pagination--orders .pagination-item-active {
  color: #fff;
}

.pagination--orders .pagination-item:hover {
  color: #ffffff;
}

.pa-select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pa-select select {
  appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  padding: 8px 42px 8px 16px;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  cursor: pointer;
}

.pa-select__title {
  font-size: 14px;
  font-weight: 700;
  margin-right: 16px;
}

.pa-select__inner {
  position: relative;
}

.pa-select__inner::after {
  content: '';
  width: 16px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url(../img/arrow-x5.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.filter-tabs__content {
  list-style: none;
  display: none;
}

.filter-tabs__content.active {
  display: block;
}

.filter-tabs__chkx-item {
  margin-bottom: 25px;
  position: relative;
}

.filter-tabs__chkx-item:last-child {
  padding-bottom: 30px;
}

.pa-bottom-text {
  font-size: 16px;
}

.orders-sum__info {
  margin-bottom: 30px;
}


.pa-link {
  font-size: 14px;
  color: #029745;
}

.filter-modal,
.set-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-30px);
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.filter-modal.open,
.set-modal.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.filter-modal__top,
.set-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.filter-modal__close,
.set-modal__close {
  background-color: transparent;
  color: #16291F;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.filter-modal__inner,
.set-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.filter-modal__tabs,
.set-modal__tabs {
  background-color: #fff;
  width: 95%;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
}

.filter-modal__content,
.set-modal__content {
  display: block;
}

.set-tabs__content {
  list-style: none;
}

.filter__top-det {
  display: block;
}

.filter__det {
  width: 100%;
  cursor: pointer;
  background-color: #029745;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: none;
  transition: all 0.4s;
}

.corp-content .filter__det {
  color: #fff;
}

.filter__det span {
  margin-right: 10px;
}

.filter__det svg path {
  fill: #fff;
}

.det-order__list {
  display: none;
}

.det-order__list.active {
  display: block;
}


@media (min-width: 576px) {
  .filter {
    min-width: 320px;
    margin-bottom: 30px;
  }

  .orders-sum {
    margin-bottom: 40px;
  }

  .orders-sum__left {
    flex-direction: row;
  }

  .orders-sum__date {
    margin-right: 30px;
    margin-bottom: 0;
  }

  .orders-sum__start {
    display: block;
  }

  .orders-sum__inner {
    background-color: #fff;
    padding: 24px 30px;
  }

  .pa-select {
    justify-content: flex-end;
  }
}

@media (min-width: 800px) {

  .filter-tabs__content,
  .set-tabs__content {
    list-style: none;
    display: none;
  }

  .filter-tabs__content.active,
  .set-tabs__content.active {
    display: block;
  }

  .filter__btn:first-child {
    border-right: none;
  }

  .filter__btn {
    height: 54px;
  }

  .filter__btn svg {
    display: none;
  }


  .filter__top-det {
    display: none;
  }

  .det-order__list {
    display: block;
  }

  .pa-inner {
    flex-direction: row;
  }

  .filter {
    width: 20%;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .pa-content {
    width: 78%;
  }

  .orders-sum__title {
    font-size: 24px;
  }

  .orders-sum__left p {
    font-size: 15px;
  }

}

@media (min-width: 992px) {
  .orders-sum__inner {
    flex-direction: row;
    align-items: center;
  }

  .orders-sum__info {
    margin-bottom: 0px;
  }
}



/*---det-orders---*/

.det-order__list {
  list-style: none;
  padding: 30px 0;
}

.det-order__item:not(:last-child) {
  margin-bottom: 20px;
}

.det-order__title {
  margin-bottom: 8px;
}

.pa-pag-link {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}

.pa__link {
  display: block;
  margin-left: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: solid 1px #029745;
}

/*---pack-list---*/

.pa-btn__inner {
  display: none;
}

.pa-btn {
  width: 100%;
  background-image: url(/local/templates/volga_paper/img/button_mask.svg);
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 21px 40px;
  background-color: #029745;
  background-repeat: no-repeat;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.4s;
}

.pa-btn:hover {
  background-color: #28be4a;
}


.pa-table__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.pa-table__head-item {
  width: 50%;
  padding: 18px;
  background-color: #029745;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}


.pack-list-det__table {
  overflow-x: auto;
}

.pack-list-det__table table {
  width: 100%;
}

.user-form {
  margin-bottom: 70px;
}

.user-form__select {
  appearance: none;
  border: none;
  border-bottom: 1px solid #93969E;
  ;
  width: 100%;
  background-color: transparent;
  padding: 8px 42px 8px 0px;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  font: 700 14px/130% var(--ff);
  color: #16291F;
}




@media (min-width: 576px) {
  .pa-table__head {
    flex-direction: row;
  }

  .pa-table__head-item:not(:last-child) {
    border-right: solid 1px #fff;
  }

  .pa-table__head-item {
    width: calc(100% / 5);
    margin-bottom: 0;
  }

  .user-form .d-form__b-body--first-w-100.d-form__b-body--x2 .d-form__input-wrapper:first-child {
    padding: 0 var(--indent-1);
    width: calc(100% / 2);
  }

  .user-form .d-form__b-body--first-w-100.d-form__b-body--x2 .d-form__input-wrapper:first-child .d-form__input-field {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .pa-table__head {
    flex-direction: row;
  }

  .pa-table__head-item:not(:last-child) {
    border-right: solid 1px #fff;
  }

  .pa-table__head-item {
    width: calc(100% / 5);
    margin-bottom: 0;
  }


}

@media (min-width: 800px) {
  .pa-btn__inner {
    display: block;
    padding-bottom: 30px;
    width: 100%;
  }
}


/*---popup---*/

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-30px);
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


.popup__body {
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.popup__content {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px;
}

.x-btn {
  background-color: transparent;
  color: #16291F;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.popup-link {
  text-decoration: none;
}

.pa-btn__inner--modal {
  display: block;
}

.roles-form .cascade-checkboxes__list {
  list-style: none;
  margin-bottom: 48px;
}

.roles-form .cascade-checkboxes__item {
  margin-right: 50px;
  display: inline-block;
}

.roles-form .cascade-checkboxes__item:not(:last-child) {
  margin-right: 50px;
}

.roles-form__reload-btn {
  width: auto;
}

.roles-form__reload-btn button {
  width: auto;
}

.roles-form__search-inner {
  position: relative;
}

.roles-form__search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  fill: #029745;
  background-color: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.roles-form__search-btn svg {
  width: 100%;
  height: 100%;
}

.roles-form__search {
  margin-bottom: 30px;
}

.roles-form__table {
  margin-bottom: 54px;
  width: 100%;
}

.roles-form__table .table {
  margin-bottom: 48px;
  width: 100%;
}

.roles-form__table th {
  background-color: #029745;
  color: #fff;
}

.roles-form__table th,
.roles-form__table td {
  padding: 18px;
  font-size: 13px;
}

.roles-form__table .d-checkbox__input {
  width: 10px;
  height: 10px;
}

.roles-form__contactor {
  width: 100%;
}

.roles-form__contactor input {
  font-size: 18px;
  border: none;
  background-color: transparent;
}

.roles-form__contactor span {
  font-size: 18px;
  font-weight: 700;
}

.roles-form__links {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 32px;
}

.roles-form__item:not(:last-child) {
  margin-right: 64px;
}

.fin-table {
  margin-bottom: 40px;
}


.fin-table .table {
  width: 100%;
}

.fin-table .table th {
  background-color: #F0F1F6;
}

.fin-table .table th,
.fin-table .table td {
  padding: 18px;
  font-size: 14px;
}


.fin-info__status {
  position: relative;
  width: 10px;
  height: 10px;
}

.fin-info__status:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E6E9F0;
  border: none;
  width: 10px;
  height: 10px;
}

.fin-info__status.blocked:before {
  background-color: #FF0000;
}

.fin-info__status.free:before {
  background-color: #029745;
}

.fin-table__help {
  font-size: 14px;
  width: 300px;
  color: #16291F;
}

.fin-table__cond {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 40px;
  font-size: 16px;
  color: #16291F;
}

.fin-table__cond .fin-info__status {
  padding-left: 25px;
}

.fin-table__cond-item:not(:last-child) {
  margin-right: 45px;
}

.fin-table__cond .fin-info__status:before {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.fin-table__title {
  margin-bottom: 35px;
  font-size: 20px;
}

.fin-info__table {
  margin-bottom: 60px;
  width: 100%;
}

.fin-info__table-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  overflow: auto;
}

.fin-info__help span {
  color: #029745;
}

.layout-fixed {
  table-layout: fixed;
}


.popup .popup__content {
  max-width: 1020px;
  margin-top: 8%;
}

#orders-set-popup .popup__content {
  margin-top: 0%;
}

#orders-filter-popup .popup__content {
  margin-top: 0%;
}

.popup-list-filter .popup__content {
  margin-top: 0%;
}

.popup .pagination {
  margin-top: 0;
}

.list-popup__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company-out {
  display: block;
  width: 100%;
  font-weight: 400 !important;
  white-space: nowrap;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.company-length {
  width: 100%;
  font-size: 18px;
  border: none;
  background-color: transparent;
}



.list-popup__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-popup__search-inner {
  width: 90%;
}


.check-all__element:before,
.check-all__element:after {
  width: 24px;
  height: 24px;
}

.roles-form__table th {
  position: relative;
}

.filter-link-up,
.filter-link-down {
  position: absolute;
  display: block;
  top: 50%;
  right: 18px;
  margin-left: 8px;
}

.filter-link-up {
  background-image: url("../img/filter-up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 10px;
  height: 6px;
  transform: translateY(-7px);
}

.filter-link-down {
  background-image: url("../img/filter-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 10px;
  height: 6px;
  transform: translateY(2px);
}

.pa-table th {
  position: relative;
}

.pa-table-span {
  margin-right: 12px;
}

.pa-table .filter-link-up {
  background-image: url("../img/b-filter-up.svg");
}

.pa-table .filter-link-down {
  background-image: url("../img/b-filter-down.svg");
}

.popup .d-checkbox {
  position: relative;
}

@media (min-width: 768px) {

  .check-all {
    width: 10%;
    margin-left: 30px;
  }
}

@media (min-width: 576px) {
  .fin-table__help {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .list-popup__bottom .pagination {
    margin-bottom: 15px;
  }

  .list-popup .popup__content {
    max-width: 1020px;
    margin-top: 0%;
  }
}

.footer {
  position: relative;
}

.to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  right: 30px;
  top: -50%;
  width: 64px;
  height: 64px;
  transition: all .4s;
}

.to-top__btn {
  position: relative;
  width: 100%;
  height: 100%;
}

.to-top__btn:hover::before{
  background: url(../img/to-top-hover.svg);
}


.to-top__btn::before {
  position: absolute;
  content: '';
  background: url(../img/to-top-static.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  transition: all .4s;
}

@media (max-width: 768px){
  .to-top{
    right: 10px;
  }
  .to-top__btn::before{
    width: 40px;
    height: 40px;
  }
}


.main-pa .info{
	border-bottom: 1px solid #E6E9F0;
    padding-bottom: 10px;
    font-weight: bold;
}

/* input[type="date"]::-webkit-input-placeholder {
    z-index: 99;
  }

  input[type="date"]:placeholder {
    z-index: 99;
  }

  input[type="date"]:not(.has-value):before {
    content: attr(placeholder);
    width: 100%;
  }

  input[type="date"]:not(.has-value):before {
    content: attr(placeholder);
    width: 100%;
  }


  input[type="date"]:not(:valid):before {
    content: attr(placeholder);
    width: 100%;
    font: 14px "Gilroy-Extrabold", sans-serif;
  } */