/* Стили для intek (ЛИЧНЫЙ КАБИНЕТ) */
body {
  font-family: 'Gotham Pro', sans-serif;
  color: #000000;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

/* start additions */
[hidden] {
  display: none !important;
}

.modal {
  padding: 0; /* solve conflict with jquery.modal */
}

.flex {
  display: flex;
}

.flex_jc_sa {
  justify-content: space-around;
}

.flex_jc_se {
  justify-content: space-evenly;
}

.profile .pager {
  color: white;
  text-align: right;
}

.profile .pager a {
  color: white;
}

.profile .pager:before {
  font-size: inherit;
}

input[rel='contents:quantity'] {
  cursor: pointer;
}

.catalog-modal__field {
  margin: 30px 0 3rem 0;
}

.catalog-modal__field > input {
  width: 100%;
  font-size: 16px;
}

.catalog__footer {
  margin: 1rem 0;
  text-align: right;
}

.profile .catalog__footer {
  color: white;
}

.pager + .catalog__footer,
.pager + .basis__total {
  margin-top: 0;
}

.catalog .pager,
.basis__left .pager {
  margin: 1rem 0;
  text-align: right;
}

#catalog-item-modal {
  z-index: 0;
}

.catalog__content-border,
.catalog__content-border a {
  color: white;
}

.catalog-item.view1 .item-title {
  color: #d3e4f5;
}

.panel {
  filter: invert(0.87) sepia(0.2);
}

/* end additions */
/* from index.css */
.modal .authpage__field {
  outline: none;
  border: none;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal .authpage__input {
  font-size: 18px;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  color: white;
  padding: 8px 16px;
  box-shadow: none;
}
.modal .authpage__input[type="checkbox"] {
  height: 20px;
  width: 20px;
  accent-color: #008bd6;
}

.modal .authpage__input::placeholder {
  color: white;
}
/* end index.css */

.authpage {
  background-color: #122538;
  padding: 60px calc((100% - 1400px) / 2);
}

.authpage__container {
  padding: 60px;
  border: 2px solid #008bd6;
}

.authpage__title {
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 80px;
}

.authpage__form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.authpage__btns {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.authpage__btns .wrongpassword {
  color: white;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px white solid;
}

.authpage__btn {
  min-width: fit-content;
  width: 100%;
  text-align: center;
  padding: 24px 50px;
  background-color: #008bd6;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.authpage__btn.outline {
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: 2px solid #008bd6;
  color: white;
}

.authpage__field {
  outline: none;
  border: none;
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.authpage__input {
  font-size: 18px;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  color: white;
  padding: 16px 0;
}

.authpage__input[type="checkbox"] {
  height: 20px;
  width: 20px;
  accent-color: #008bd6;
}

.authpage__input::placeholder {
  color: white;
}

.authpage__soglasie {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}

.authpage__soglasie a {
  color: white;
  text-decoration: none;
  opacity: .7;
}

.profile {
  background-color: #122538;
  display: flex;
  flex-direction: row;
  width: 100%;

  --desktop-width: 1280px;
  --header-height: 50px;
  --sidebar-width: 120px;
}

.profile-container {
  width: 100%;
  padding: 0;
}

.profile-header {
  background-color: white;
  height: var(--header-height);
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding-right: calc((100vw - var(--desktop-width)) / 2);
  gap: 70px;
}

.profile-header__money {
  font-weight: 400;
  font-size: 16px;
  background: none;
  border: none;
}

.profile-header-mobile {
  display: none;
  background-color: black;
  width: 100%;
  height: var(--header-height);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  position: relative;
  z-index: 10;
}

.profile-header-mobile__logo {
  height: 100%;
  width: fit-content;
}

.profile-header-mobile__hambbtn {
  min-width: 18px;
  width: 18px;
  height: 13px;
  margin: 10px 0;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.profile-header-mobile__hambbtn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.profile-header-mobile__hambbtn span:nth-child(1) {
  top: 0px;
}

.profile-header-mobile__hambbtn span:nth-child(2) {
  top: 6px;
}

.profile-header-mobile__hambbtn span:nth-child(3) {
  top: 6px;
}

.profile-header-mobile__hambbtn span:nth-child(4) {
  top: 12px;
}

.profile-header-mobile__hambbtn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.profile-header-mobile__hambbtn.open span:nth-child(2) {
  transform: rotate(45deg);
}

.profile-header-mobile__hambbtn.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.profile-header-mobile__hambbtn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header-modal {
  position: fixed;
  padding: 100px 20px 20px 20px;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background-color: black;
  display: none;
  overflow-y: scroll;
  flex-direction: column;
}

.header-modal.open {
  display: flex;
}

.header-modal__money {
  color: white;
  margin-bottom: 10px;
}

.header-modal__money.fio {
  margin-bottom: 40px;
}

.header-modal__logout {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: start;
  width: fit-content;
  color: #008bd6;
  background: none;
  border: none;
}

.header-modal__nav {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.header-modal__link {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.header-modal__link span {
  color: white;
  white-space: nowrap;
}

.header-modal__link img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.header-modal__link.active span {
  color: #008bd6;
}

.header-modal__link.active img {
  filter: brightness(0) invert(0.35) sepia(1) saturate(20) hue-rotate(174deg);
}

.header-modal__caption {
  color: #008bd6;
  font-weight: 700;
  text-decoration: none;
}

.header-modal__caption:hover {
  color: #008bd6;
}

.profile-sidebar {
  background-color: #141414;
  min-height: 100%;
  padding: 45px 20px;
  min-width: var(--sidebar-width);
  max-width: var(--sidebar-width);
  transition: all .2s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-sidebar__nav {
  margin-top: 80px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.profile-sidebar__link {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.profile-sidebar__link img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.profile-sidebar__link span {
  color: white;
  display: none;
  transform: scale(0.1);
  white-space: nowrap;
}

.profile-sidebar__link.active span {
  color: #008bd6;
}

.profile-sidebar__link.active img {
  filter: brightness(0) invert(0.35) sepia(1) saturate(20) hue-rotate(174deg);
}

.profile-sidebar__logo {
  width: 77px;
  object-fit: contain;
}

.profile-sidebar__logo.open {
  left: 25px;
  height: 47px;
  width: 188px;
  object-fit: contain;
  display: none;
}

.profile-sidebar.open {
  position: relative;
  z-index: 2;
  min-width: 250px;
  max-width: 250px;
  margin-right: calc(var(--sidebar-width) - 250px);
}

.profile-sidebar.open .profile-sidebar__logo {
  display: none;
}

.profile-sidebar.open .profile-sidebar__logo.open {
  display: block;
}

.profile-sidebar.open .profile-sidebar__link span {
  display: block;
  transform: scale(1);
}


.profile-content {
  background-color: #122538;
  min-height: calc(100vh - var(--header-height));
  width: calc(100vw - var(--sidebar-width));
  padding: 100px calc((100% - var(--desktop-width)) / 2);
  position: relative;
}

.profile-content::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 7%;
  height: 100%;
  background: url(/SiteNN/images/lk/profileBG.jpg) 100px/450px repeat;
  filter: brightness(1.44) sepia(0.25) hue-rotate(3deg) saturate(.75);
  opacity: .5;
}

.profile-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  background: url(/SiteNN/images/lk/profileBG.jpg) 100px/450px repeat;
  filter: brightness(1.44) sepia(0.25) hue-rotate(3deg) saturate(.75);
  opacity: .5;
}

.profile-content__title {
  color: white;
  font-size: 30px;
  margin-bottom: 40px;
}

.lk {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.lk__block {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #008bd6;
}

.lk__block:last-child {
  border-bottom: 1px solid #008bd6;
}

.lk__subtitle {
  color: white;
  flex: 1;
  font-size: 24px;
  font-weight: 400;
}

.lk__subtitle.sub {
  color: #008bd6;
}

.lk__subtitle.inn {
  display: block;
  color: white;
  font-size: 16px;
  margin: 8px 0 0 0;
}

.lk__btn {
  width: fit-content;
  border: 1px solid white;
  color: white;
  padding: 10px 30px;
  background-color: transparent;
  cursor: pointer;
}

.lk__btn:hover {
  border: 1px solid #64BC52;
  color: #64BC52;
}

.lk__right {
  color: white;
  flex: 1;
  font-size: 16px;
}

.lk__right.password {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lk__right.company {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lk__input-inn {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 8px 0;
}

.lk__input.inn {
  background: none;
  color: #808080;
  border: 1px solid #808080;
  padding: 10px 15px;
  height: fit-content;
  width: 210px;
  font-size: 14px;
}

.lk__input.inn::placeholder {
  color: #808080;
  font-size: 14px;
}

.lk__input.file {
  opacity: 0;
  position: absolute;
  top: -3px;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.lk__err {
  margin-top: 10px;
  display: block;
  max-width: 390px;
  font-size: 16px;
  color: #FF5A5A;
}

.lk__input-wrapper {
  margin-top: 30px;
  position: relative;
  width: fit-content;
}

.lk__input-file-button {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.lk__input-file-new-button {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.33rem;
  margin-left: 0;
  align-items: center;
  cursor: pointer;
  transition: .25s opacity;
}

.lk__input-file-new-button:hover {
  opacity: 0.88;
}

.lk__input-file-new-button .lk__requisites-btn img {
  width: 95%;
  height: 95%;
}

.lk__input-file-icon {
  object-fit: contain;
  height: 20px;
  margin-right: 10px;
}

.lk__input-file-button-text {
  color: white;
  margin-right: 10px;
}

.lk__requisites-btn {
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lk__requisites-btn img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.lk__requisites-plus {
  margin-left: 20px;
}

.lk__requisites-plus img {
  width: 100%;
  height: 100%;
}


.modal {
  display: none;
}

.modal .feedback__subtitle {
  font-size: 20px;
}

.modal.open {
  display: block;
  max-height: 90vh;
  overflow-y: scroll;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #13263a80;
  cursor: pointer;
}

.modal__form {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 90vw;
  height: 100%;
  height: fit-content;
  z-index: 6;
  background-color: #1F3D5B;
  padding: 50px 30px 30px 30px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow-y: scroll;
}

.modal__close {
  cursor: pointer;
  border: none;
  background: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(/SiteNN/images/lk/close-icon.png) center/contain no-repeat;
  filter: brightness(0) invert(0.35) sepia(1) saturate(8) hue-rotate(174deg);
}

.modal__form .authpage__field {
  width: 100%;
  gap: 0;
  margin-bottom: 30px;
}

.modal__button {
  display: block;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 10px 30px;
  font-size: 18px;
}

.modal__save {
  display: block;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 10px 30px;
  font-size: 18px;
  margin: 0 0 0 auto;
}

.modal__save:hover {
  border-color: #64BC52;
  color: #64BC52;
}

.modal__save[disabled] {
  border-color: rgb(187, 187, 187);
  color: rgb(187, 187, 187);
  cursor: default;
}

.moda__save[disabled]:hover{
  border-color: rgb(187, 187, 187);
  color: rgb(187, 187, 187);
}

.modal__back {
  background: none;
  border: none;
  color: white;
  padding-left: 20px;
  background: url(/SiteNN/images/lk/modal-back.svg) 0 center/4px no-repeat;
  margin-bottom: 40px;
}

.modal__title {
  color: white;
  font-size: 30px;
  line-height: 29px;
  font-weight: 700;
  margin: 0 0 60px 0;
}

.changeInn .modal__form {
  width: 800px;
}

.profile-breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 45px;
}

.profile-breadcrumbs a,
.profile-breadcrumbs span {
  color: white;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

.profile-breadcrumbs span[itemprop] > span {
  cursor: default;
}

.profile-breadcrumbs a::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -34px;
  width: 24px;
  height: 24px;
  background: url(/SiteNN/images/lk/icon-breadcrums.svg) center/contain no-repeat;
}

.profile-breadcrumbs p {
  color: white;
  font-size: 14px;
}

.edo {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.edo__link {
  color: #A8CF44;
}

.edo__link:hover {
  color: #8eb331;
}

.edo__title {
  color: white;
  font-size: 30px;
  font-weight: 700;
}

.edo__subtitle {
  color: white;
  font-size: 24px;
  font-weight: 400;
}

.edo__text {
  color: white;
  font-size: 16px;
}

.edo__list {
  color: white;
  padding-left: 20px;
}

.edo__list li {
  font-size: 16px;
  line-height: 18px;
}

.edo__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.edo__content {
  display: flex;
  flex-direction: row;
  gap: 100px;
}

.edo__block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
}

.edo__block h4 {
  color: #A8CF44;
}

.edo__block ol {
  padding-left: 20px;
}

.feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.feedback__block {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding-top: 30px;
}

.feedback__block.main {
  padding: 30px 0;
  border-bottom: 1px solid #008bd6;
  border-top: 1px solid #008bd6;
}

.feedback__block.first {
  padding: 0;
  padding-bottom: 30px;
}

.feedback__subtitle {
  color: white;
  flex: 1;
  font-size: 24px;
}

.feedback__subtitle.modal {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.feedback__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feedback__right h4 {
  font-size: 24px;
  font-weight: 400;
}

.feedback__right h5 {
  font-size: 16px;
  font-weight: 400;
}

.feedback__input {
  flex: 3;
  background: none;
  border: none;
  border-bottom: 1px solid #008bd6;
  padding: 6px 0;
  color: white;
}

.feedback__input::placeholder {
  color: white;
}

.feedback__input:focus {
  outline: none;
}

.feedback__textarea {
  flex: 3;
  min-height: 300px;
  color: white;
  background: none;
  border: 2px solid #008bd6;
  padding: 20px 16px;
  box-shadow: unset;
}

.feedback__textarea:focus {
  outline: none;
}

.feedback__textarea::placeholder {
  color: #008bd6;
}

.feedback__btn {
  display: block;
  background-color: #008bd6;
  padding: 20px 80px;
  margin: 30px 0 0 auto;
  color: white;
  border: none;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

.feedback__btn:hover {
  background-color: #64BC52;
}

.doc {
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.doc .pager {
  margin-top: 1.5rem;
}

.doc__block {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #008bd6;
}

.doc__block_empty {
  border-top: 1px solid #008bd6;
  margin-top: 2.5rem;
}

.doc__left {
  flex: 2;
}

.doc__center,
.doc__right {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

input.doc__center {
  font-size: 18px;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #008bd6;
  color: #008bd6;
  color: white;
  padding: 2px 0;
  font-size: 14px;
}

input.doc__center::placeholder {
  color: #008bd6;
}

.doc__caption {
  display: block;
  color: white;
  margin: 1.5rem 0 0 auto;
}

.pager ~ .doc__caption {
  margin-top: 1rem;
}

.doc__caption-btn {
  color: white;
  background-color: #122538;
  padding: 15px 45px;
  margin: 30px 0 0 0;
  border: none;
  font-size: inherit;
  transition: .25s background-color;
}

.doc__caption-btn:hover {
  background-color: #0c1e2f;
}

.doc__right img {
  width: 20px;
  height: fit-content;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.doc__right a {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.doc__btn {
  background-color: #008bd6;
  width: fit-content;
  border: none;
  padding: 20px 80px;
  color: white;
  margin-top: 30px;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

.doc__btn:hover {
  background-color: #64BC52;
}

.order__header {
  position: relative;
  width: fit-content;
  display: flex;
}

.order__header label {
  padding: 10px 45px;
  color: white;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 24px;
  border-bottom: 3px solid white;
  transition: all .2s ease-in-out;
}

.order__header a {
  color: white;
}

.order__header label.completed {
  border-color: transparent;
  color: #008bd6;
}

.order__header input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.order__header input:checked~.active {
  border-color: transparent;
  color: #008bd6;
}

.order__header input:checked~.completed {
  border-bottom: 3px solid white;
  color: white;
}

.order__header:has(input[type="checkbox"]:checked)~.completed {
  display: flex;
}

.order__header:has(input[type="checkbox"]:checked)~.active {
  display: none;
}

.order__block {
  position: relative;
}

.order__block.open {
  border-bottom: 1px solid #008bd6;
  padding-bottom: 30px;
}

.order__block.open>.doc__block {
  border: none;
}

.order__btn {
  position: absolute;
  border: none;
  top: 37px;
  right: 23px;
  width: 25px;
  height: 10px;
  background: url(/SiteNN/images/lk/dropdown-icon.svg) center/contain no-repeat;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.order__btn.open {
  transform: rotate(180deg);
}

.order__container {
  display: none;
  flex-direction: column;
}

.order__container h3 {
  font-size: 16px;
}

.order__container .doc__block {
  border-color: #64BC52;
}

.order__container.open {
  display: flex;
  background-color: #1F3D5B;
  padding: 30px 30px 60px 30px;
}

.modal {
  display: none;
}

.modal.open {
  display: block;
  overflow-y: scroll;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #13263a80;
  cursor: pointer;
}

.modal__form {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  z-index: 6;
  background-color: #1F3D5B;
  padding: 50px 30px 30px 30px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow-y: auto;
  color: white;
}

.modal__form::-webkit-scrollbar-thumb {
  background: #225180;
  border-radius: 5px;
}
.modal__form::-webkit-scrollbar-track {
  background: #182f45;
  border-radius: 5px;
}
.modal__form::-webkit-scrollbar {
  max-width: 8px;
}

.modal__close {
  cursor: pointer;
  border: none;
  background: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(/SiteNN/images/lk/close-icon.png) center/contain no-repeat;
  filter: brightness(0) invert(0.35) sepia(1) saturate(8) hue-rotate(174deg);
}

.modal__save {
  display: block;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 10px 30px;
  font-size: 18px;
  margin: 0 0 0 auto;
}

.modal__save:hover {
  border-color: #64BC52;
  color: #64BC52;
}

.modal__wrapper > *:not(:last-child) {
  margin-bottom: 2rem;
}

.modal_mod_file .modal__save,
.modal_mod_confirm .modal__save {
  margin: 0 auto;
}

.checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 0;
}

.checkbox-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: white;
  font-size: 16px !important;
}

.checkbox-item input {
  display: none;
}

.custom-checkbox {
  min-width: 18px;
  height: 18px;
  border: 2px solid white;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
}

.checkbox-item input:checked+.custom-checkbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/SiteNN/images/lk/checkmark.svg) center/13px no-repeat;
}

.checkbox-item span+input {
  margin-left: 10px;
}

.basis {
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin-top: 60px;
}

.basis__left {
  flex: 2;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.basis__item {
  display: block;
  padding: 45px 30px;
  border-top: 1px solid #008bd6;
  color: white;
  cursor: default;
}

.basis__item:hover {
  background-color: #1F3D5B;
}

.basis__item:last-child {
  border-bottom: 1px solid #008bd6;
}

.basis__item[selected] {
  background-color: #214468;
}

.search-wrapper {
  position: relative;
}

.search-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  width: 32px;
  height: 32px;
  background: url(/SiteNN/images/lk/search.svg) center/contain no-repeat;
}

.basis__search {
  margin-bottom: 40px;
}

.search {
  width: 100%;
  outline: none;
  border: 2px solid white;
  background: transparent;
  color: white;
  padding: 25px 25px 25px 75px;
  position: relative;
}

.search::placeholder {
  color: white;
}

.basis__total {
  display: block;
  margin: 20px 0 0 auto;
  color: white;
}

.basis__map {
  flex: 3;
  aspect-ratio: 1 / 1;
}

.basis__map iframe {
  width: 100%;
  height: 100%;
  border: none
}

.cars {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cars__top {
  max-width: 900px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.cars__top.drivers {
  max-width: 100%;
}

.cars__search {
  flex: 2;
}

.cars__add {
  flex: 1;
  color: white;
  background-color: #008bd6;
  text-align: center;
  padding: 26px 40px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.cars__add.dark {
  color: #008bd6;
  background: #1F3D5B;
  border: none !important;
}

.cars__add.dark input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.cars__blocks {
  display: flex;
  flex-direction: column;
}

.cars__blocks a {
  color: white;
}

.cars__block {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 30px 0;
  border-top: 1px solid #008bd6;
}

.cars__block:last-child {
  border-bottom: 1px solid #008bd6;
}

.cars__block-hasOpen:last-child {
  border-bottom: 1px solid #008bd6;
}

.cars__block h4,
.cars__block p {
  flex: 1;
  color: white
}

.cars__block h4 {
  font-size: 24px;
  line-height: 24px;
}

.cars__block h5 {
  font-size: 16px;
  color: white;
  font-weight: 400;
  flex: 1;
}

.cars__block-mob {
  flex: 1;
}

.cars__block-mob h4 {
  display: none;
}

.cars__total {
  display: block;
  width: fit-content;
  margin-left: auto;
  color: white;
}

.cars__block-hasOpen {
  position: relative;
}

.driver__open-btn {
  border: none;
  position: absolute;
  top: 40px;
  right: 30px;
  width: 20px;
  height: 20px;
  transition: all .2s ease-in-out;
  background: url(/SiteNN/images/lk//dropdown-icon.svg) center/contain no-repeat;
}

.cars__block-hasOpen.open .cars__data-visible {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding: 30px 0;
  gap: 30px;
}

.cars__block-hasOpen.open .driver__open-btn {
  transform: rotate(180deg);
}

.cars__data-visible {
  display: none;
}

.cars__data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 500px;
}

.cars__field {
  display: flex;
  flex-direction: row;
  color: white;
}

.cars__field h6 {
  font-size: 16px;
  flex: 1;
  font-weight: 400;
}

.cars__field p {
  font-size: 16px;
  flex: 2;
}

.cars__change {
  border: 1px solid white;
  color: white;
  background: none;
  padding: 10px 30px;
}

.cars__delete {
  border: 1px solid #008bd6;
  color: #008bd6;
  background: none;
  padding: 10px 30px;
}

.carsModal {
  width: 840px;
  max-width: 90%;
  overflow-y: scroll;
}

.carsModal__form {
  width: 840px;
  max-width: 90%;
}

.carsModal__title {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #008bd6;
  width: 100%;
  color: white;
  font-size: 24px;
}

.carsModal__field {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
}

.carsModal__field.column {
  flex-direction: column;
}

.carsModal__field.column h4 {
  font-size: 24px;
  font-weight: 400;
  color: white;
  margin: 0 0 10px 0;
}

.carsModal__field label {
  flex: 2;
  font-size: 24px;
  color: white
}

.carsModal__field input {
  flex: 3;
  font-size: 16px;
  color: white;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #008bd6;
  padding: 6px 0;
}

.carsModal__field input::placeholder {
  color: white;
}

.checkbox-list_cars {
  margin: 0;
}

.carsModal__save {
  margin-top: 60px;
}

.catalog {
  width: 100%;
  display: flex;
  flex-direction: column;
  --color-font: white;
  --color-main: #008bd6;
}

.catalog.light {
  --color-font: black;
  --color-main: black;
}

.catalog.light .catalog__header h3 {
  font-size: 1.1em;
}

.catalog.light .catalogItem__basket {
  font-weight: bold;
}

.catalog__header {
  border-bottom: 1px solid var(--color-main);
  padding: 0 19% 30px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.catalog__header h3 {
  flex: 1;
  color: var(--color-font);
  font-size: 1.25em;
}

.catalog__header .basises {
  flex: 2;
}

.catalogItem {
  padding: 30px 0;
  border-bottom: 1px solid var(--color-main);
  width: 100%;
  display: flex;
  flex-direction: row;
}

.catalogItem,
.catalogItem h4 {
  font-size: 1em;
  font-weight: 600;
}

.catalogItem__block {
  flex: 1;
  color: var(--color-font);
}

.catalogItem__block h5 {
  display: none;
}

.catalogItem__block.basises {
  flex: 2;
}

.catalogItem__block .catalogItem__cat {
  font-weight: 600;
}

.catalogItem__basket-wrapper {
  flex: 1;
}

.catalogItem__basket {
  display: block;
  margin: 0 auto;
  font-size: 0.9em;
  height: fit-content;
  padding: 0.7em;
  background: none;
  color: var(--color-font);
  border: 2px solid var(--color-font);
  transition: .3s background,color;

  text-wrap: nowrap;
  width: fit-content;
  min-width: 60%;
}

.catalogItem__basket:hover {
  background: #008bd6;
  color: white;
}

.catalog .basises ul {
  list-style: disc;
  padding-left: 30px;
}

.userData {
  position: relative;
}

.userData .profile-header__money {
  position: relative;
  padding-right: 10px;
}

.userData .profile-header__money::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 8px;
  height: 8px;
  background: url(/SiteNN/images/lk/arrow-for-dropdown.svg) center/contain no-repeat;
  transition: all .2s ease-in;
}

.userData.open .profile-header__money::after {
  transform: rotate(180deg) translateY(50%);
}

.userData__logout {
  position: absolute;
  display: none;
  background: none;
  border: none;
  top: calc(100% + 10px);
  right: 0;
  width: 100%;
  min-width: fit-content;
  z-index: 30;
  padding: 10px 20px 10px 40px;
  text-align: start;
  background: url(/SiteNN/images/lk/logOut.svg) 10px center/16px no-repeat;
  background-color: white;
  border-radius: 5px;
}

.userData.open .userData__logout {
  display: block;
}

.userData__logout:focus,
.userData__logout:focus-visible {
  outline: unset;
}

.basket__btns {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 30px;
}
.basket__btns .doc__btn {
  margin: 0;
}


.panel {height:56px;}
.panel span {display:block;height:56px;float:left;}
.panel span.left {background:url('/SiteNN/Common/Panel/images/panel-left.png') no-repeat;width:13px;}
.panel span.right {background:url('/SiteNN/Common/Panel/images/panel-right.png') no-repeat;width:13px;}
.panel a {background:url('/SiteNN/Common/Panel/images/panel.png') repeat-x;display:block;float:left;width:36px;height:56px;padding-left:2px;padding-right:2px;}
.panel a img {width:32px;height:32px;margin-top:11px;border:1px solid transparent;}
.panel a:hover img, .panel a:active img {border:1px solid #999999;}

div.panel-small {height:37px;}
div.panel-small span {display:block;height:37px;float:left;}
div.panel-small span.left {background:url('/SiteNN/Common/Panel/images/small/panel-left.png') no-repeat;width:9px;}
div.panel-small span.right {background:url('/SiteNN/Common/Panel/images/small/panel-right.png') no-repeat;width:9px;}
div.panel-small a {background:url('/SiteNN/Common/Panel/images/small/panel.png') repeat-x;display:block;float:left;width:22px;height:37px;padding-left:2px;padding-right:2px;}
div.panel-small a img {width:22px;height:22px;margin-top:5px;border:1px solid transparent;}
div.panel-small a:hover img, div.panel-small a:active img {border:1px solid #999999;}

.panel-title {position:absolute;z-index:10000;}


@media screen and (max-width: 1600px) {

  .profile-content::after,
  .profile-content::before {
    display: none;
  }
  .authpage {
    padding: 60px calc((100% - 800px) / 2);
  }

  .authpage__title {
    margin-bottom: 50px;
  }

  .authpage__field {
    width: 65%;
    gap: 20px
  }

  .authpage__input {
    padding: 12px 0;
  }

  .authpage__btns {
    width: 30%;
  }

  .authpage__btn {
    padding: 14px 30px;
    font-size: 16px;
  }

  .wrongpassword {
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px) {
  .profile {
    --desktop-width: 90%;
  }

  .feedback__input {
    flex: 2;
  }

  .feedback__textarea {
    flex: 2;
  }

  .basis__left {
    flex: 1;
  }

  .basis__map {
    flex: 1;
  }

  .cars__block {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }

  .cars__block.header {
    display: none;
  }

  .cars__block-mob {
    display: flex;
    flex-direction: row;
  }

  .cars__block-mob h4 {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }

  .catalog .basises {
    flex: 2;
  }

  .catalog__header {
    padding-right: 15%;
  }
}

@media screen and (max-width: 900px) {
  .authpage {
    padding: 40px 5%;
  }

  .authpage__container {
    padding: 40px;
  }

  .profile {
    --desktop-width: calc(100% - 40px);
    --header-height: 66px;
  }

  .profile-sidebar {
    display: none;
  }

  .profile-header {
    display: none;
  }

  .profile-header-mobile {
    display: flex;
  }

  .profile-content {
    width: 100%;
    margin: 0;
    height: fit-content;
    min-height: calc(100vh - 66px);
  }

  .profile-content__title {
    margin-bottom: 30px;
  }

  .lk {
    padding: 60px 0;
  }

  .lk .profile-content__title {
    padding: 0 calc((100% - var(--desktop-width)) / 2);
  }

  .lk__block {
    padding: 20px calc((100% - var(--desktop-width)) / 2);
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .lk__right {
    font-size: 14px;
  }

  .edo__content {
    gap: 40px;
  }

  .feedback__subtitle {
    font-size: 14px;
  }

  .feedback__block {
    flex-direction: column;
    gap: 20px;
  }

  .feedback__block.main .feedback__subtitle {
    font-size: 20px;
  }

  .feedback__right h4,
  .feedback__right h4 {
    font-size: 14px;
  }

  .feedback__input {
    font-size: 14px;
  }

  .feedback__input::placeholder {
    color: #008bd6;
  }

  .feedback__textarea {
    font-size: 14px;
  }

  .feedback__btn {
    margin-right: auto;
  }

  .doc {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }

  .doc__block {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }

  .doc__block.caption {
    flex-direction: row;
  }

  .doc__block.main {
    display: none;
  }

  .doc__btn {
    margin-left: 20px;
  }

  .doc__caption {
    margin-right: 20px;
  }

  .doc__right,
  .doc__center,
  .doc__left {
    font-size: 14px;
    text-align: start;
  }

  .order__container>.doc__block {
    width: calc(100% - 40px);
    padding: 20px 0;
    margin: 0 20px;
  }

  .order__container.open {
    width: 100%;
    padding: 40px 0;
  }

  .basis {
    flex-direction: column;
    gap: 30px;
  }

  .search-wrapper {
    margin-bottom: 25px;
  }

  .search-wrapper::before {
    left: 16px;
    width: 20px;
    height: 20px;
  }

  .search {
    padding: 13px 13px 13px 43px;
  }

  .basis__item {
    padding: 25px 20px;
  }

  .cars__add {
    height: fit-content;
    padding: 15px 30px;
    background: none;
    border: 2px solid white;
  }

  .carsModal__field input::placeholder {
    color: #008bd6;
  }

  .modal__title {
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .catalogItem__basket {
    width: fit-content;
  }
}

@media screen and (max-width: 720px) {
  .authpage__container {
    padding: 0;
    border: none;
  }

  .authpage__form {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .authpage__field {
    width: 100%;
  }

  .authpage__btns {
    width: 100%;
    max-width: 300px;
  }

  .authpage__soglasie {
    gap: 10px;
  }

  .authpage__soglasie a {
    font-size: 13px;
  }

  .edo {
    gap: 30px;
  }

  .edo__content {
    flex-direction: column;
  }

  .profile-breadcrumbs {
    display: none;
  }

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

  .doc__block.caption {
    flex-direction: column;
  }

  .cars {
    gap: 30px;
  }

  .cars__block-mob h4 {
    flex: 3;
  }

  .cars__block-mob p {
    flex: 2;
  }

  .cars__top {
    flex-direction: column;
  }

  .cars__search {
    margin: 0;
  }

  .carsModal__title {
    border: none;
    padding-bottom: 0;

  }

  .carsModal__field {
    flex-direction: column;
    gap: 20px;
  }

  .carsModal__field label {
    font-size: 14px;
    font-weight: 400;
  }

  .carsModal__field.column h4 {
    font-size: 14px;
    font-weight: 400;
  }

  .carsModal__field input {
    font-size: 14px;
  }

  .carsModal__save {
    margin: 60px auto 0 auto;
  }

  .custom-checkbox {
    width: 16px;
    height: 16px;
  }

  .checkbox-item {
    font-size: 14px !important;
  }

  .cars__change {
    display: none;
  }

  .cars__delete {
    display: none;
  }

  .cars__field p {
    flex: 1;
  }

  .cars__field.place {
    flex-direction: column;
  }

  .driver__open-btn {
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px;
  }

  .catalog__header {
    display: none;
  }

  .catalogItem {
    flex-direction: column;
    position: relative;
  }

  .catalogItem__block h5 {
    display: block;
    font-weight: 400;
    font-size: 16px;
  }

  .catalogItem__basket {
    font-size: 0;
    padding: 0;
    border: none;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url(/SiteNN/images/lk/close-icon.png) center/contain no-repeat;
    filter: invert(1);
    transform: rotate(45deg);
  }

  .catalog.light .catalogItem__basket {
    filter: invert(0)
  }

  .catalogItem__block {
    display: flex;
    flex-direction: row;
    margin: 0 0 10px 0;
    align-items: baseline;
    gap: 5px;
  }

  .catalogItem__block.basises {
    flex-direction: column;
  }

  .catalogItem__cat {
    margin: 0;
  }

  .catalogItem h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .modal__title {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 30px 0;
  }

  .order__header label {
    padding: 8px 25px;
    font-size: 16px;
    line-height: 18px;
  }

  .basket__btns {
    max-width: 300px;
    flex-direction: column-reverse;
    gap: 10px;
    margin: 20px auto 0 auto;
  }
  
  .basket__btns .doc__btn {
    width: 100%;
    padding: 16px 0;
  }

  input[rel='contents:quantity'] {
    width: 40%;
  }
}