@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

table.table_cabinet {
  width: 100%;
}

table.table_cabinet tbody tr {
  border-bottom: 1px solid rgba(14, 17, 21, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0;
}

table.table_cabinet thead tr {
  text-align: left; 
  border-bottom: 1px solid var(--primary2); 
  padding: 10px 0; 
  font-weight: 700;
}

table.table_cabinet td {
  vertical-align: middle;
  padding: 12px;
}

table.table_cabinet th {
  vertical-align: middle;
  padding: 10px 0;
}

.datepicker table tr td {
  text-align: center;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  border: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

.help-block {
  color: red;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

:root {
  /* --font: "ProstoSans", sans-serif; */
  --font: "Montserrat", sans-serif;
  --base: #0E1115;
  --white: #FFFFFF;
  --bg: #F2F2F2;
  --light: #F8FBFD;
  --primary: #008347;
  --primary-hover: #00723e;
  --primary2: #F5A512;
  --primary2-hover: #d9920f;
  --red: #FC1717;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: var(--bg);
  font: 400 16px/1.6 var(--font);
  color: var(--base);
}

body::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: var(--bg);
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #3E4144;
  border-radius: 10px;
}

body.hidden {
  overflow: hidden;
}

body.bgWhite {
  background: var(--white);
}

body.bgWhite::-webkit-scrollbar {
  background: var(--white);
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-width: thin;
    scrollbar-color: #3E4144 var(--bg);
  }

  body.bgWhite {
    scrollbar-color: #3E4144 var(--white);
  }
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper {
  width: 100%;
  max-width: 1328px;
  padding: 0 16px;
  margin: 0 auto;
}

.overflowH {
  overflow: hidden;
}

a {
  color: var(--primary);
  transition: 0.25s;
}

a:hover {
  color: var(--primary-hover);
}

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: 700 16px/1.2 var(--font);
  color: var(--base);
  cursor: pointer;
  transition: 0.25s;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

svg {
  transition: 0.25s;
}

strong {
  font-weight: 700;
}

h1,
.h1 {
  font: 700 48px/1.1 var(--font);
}

h2,
.h2 {
  font: 700 48px/1.1 var(--font);
}

.h2-2 {
  font: 700 48px/1.1 var(--font);
}

h3,
.h3 {
  font: 700 32px/1.2 var(--font);
}

h4,
.h4 {
  font: 700 24px/1.3 var(--font);
}

h5,
.h5 {
  font: 700 16px/1.4 var(--font);
}

h6,
.h6 {
  font: 700 14px/1.6 var(--font);
}

.smText {
  font-size: 14px;
  line-height: 1.6;
}

.description {
  font: 700 20px/1.2 var(--font);
}

.textRed {
  color: var(--red);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 50px;
  background: var(--primary);
  border-radius: 40px;
  border: none;
  padding: 8px 32px;
  font: 700 16px/1.2 var(--font);
  color: var(--white);
  cursor: pointer;
  transition: 0.25s;
}

.btn_full {
  width: 100%;
}

.btn_md {
  min-height: 45px;
  padding: 4px 16px;
}

.btn_sm {
  min-height: 36px;
  padding: 4px 12px;
  font-size: 14px;
}

.btn_sm .btn__icon {
  width: 20px;
  height: 20px;
}

.btn_lg {
  font-size: 18px;
}

.btn__text {
  margin: 0 8px;
}

.btn__text:first-child {
  margin-left: 0;
}

.btn__text:last-child {
  margin-right: 0;
}

.btn__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}

.btn__icon img {
  width: 100%;
}

.btn__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--light);
}

.btn__icon.stroke svg {
  fill: none;
  stroke: var(--light);
}

.btn:hover {
  background: var(--primary-hover);
  color: var(--white);
}

.btn_light {
  background: rgba(248, 251, 253, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.btn_light:hover {
  background: var(--white);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: var(--primary);
}

.btn_light:hover .btn__icon svg {
  fill: var(--primary);
}

.btn_light:hover .btn__icon.stroke svg {
  fill: none;
  stroke: var(--primary);
}

.btn_border {
  background: var(--white);
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn_border .btn__icon svg {
  fill: var(--primary);
}

.btn_border .btn__icon.stroke svg {
  fill: none;
  stroke: var(--primary);
}

.btn_border:hover {
  background: var(--primary);
  color: var(--white);
}

.btn_border:hover .btn__icon svg {
  fill: var(--white);
}

.btn_border:hover .btn__icon.stroke svg {
  fill: none;
  stroke: var(--white);
}

.btn_orange {
  background: var(--primary2);
}

.btn_orange:hover {
  background: var(--primary2-hover);
}

.btn_borderOrange {
  background: var(--white);
  border: 1px solid var(--primary2);
  color: var(--primary2);
}

.btn_borderOrange .btn__icon svg {
  fill: var(--primary2);
}

.btn_borderOrange .btn__icon.stroke svg {
  fill: none;
  stroke: var(--primary2);
}

.btn_borderOrange:hover {
  background: var(--primary2);
  color: var(--white);
}

.btn_borderOrange:hover .btn__icon svg {
  fill: var(--white);
}

.btn_borderOrange:hover .btn__icon.stroke svg {
  fill: none;
  stroke: var(--white);
}

.btn_white {
  background: var(--bg);
  color: rgba(14, 17, 21, 0.8);
}

.btn_white .btn__icon svg {
  fill: rgba(14, 17, 21, 0.8);
}

.btn_white .btn__icon.stroke svg {
  fill: none;
  stroke: rgba(14, 17, 21, 0.8);
}

.btn_white:hover {
  background: var(--primary2);
  color: var(--white);
}

.btn_white:hover .btn__icon svg {
  fill: var(--white);
}

.btn_white:hover .btn__icon.stroke svg {
  fill: none;
  stroke: var(--white);
}

.backBtn {
  display: inline-flex;
  align-items: center;
  font: 700 18px/1.1 var(--font);
  color: var(--primary2);
}

.backBtn__arrow {
  flex-shrink: 0;
  width: 28px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.backBtn__arrow svg {
  width: 28px;
  height: 28px;
  fill: var(--primary2);
}

.backBtn__text {
  max-width: 100%;
}

.backBtn:hover {
  color: var(--primary2);
}

.backBtn:hover .backBtn__text {
  text-decoration: underline;
}

.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--bg);
  border-radius: 8px;
  transition: 0.25s;
  margin-right: 12px;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  width: 24px;
  background: var(--primary);
}

.arrow {
  width: 64px;
  height: 40px;
  background: var(--bg);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}

.arrow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--primary);
}

.arrow:hover {
  background: var(--primary);
}

.arrow:hover svg {
  stroke: var(--white);
}

.arrow_white {
  background: var(--white);
}

input {
  width: 100%;
  height: 50px;
  background: var(--bg);
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 0 24px;
  font: 400 16px/1.4 var(--font);
  color: var(--base);
  transition: 0.2s;
}

input::placeholder {
  font: 400 16px/1.4 var(--font);
  color: rgba(14, 17, 21, 0.4);
}

input:focus {
  border-color: var(--primary);
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  min-height: 102px;
  background: var(--bg);
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 12px 24px;
  font: 400 16px/1.4 var(--font);
  color: var(--base);
  resize: vertical;
  transition: 0.2s;
}

textarea::placeholder {
  font: 400 16px/1.4 var(--font);
  color: rgba(14, 17, 21, 0.4);
}

textarea:focus {
  border-color: var(--primary);
}

.switcher {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.switcher__input {
  display: none;
}

.switcher__content {
  flex-shrink: 0;
  width: 48px;
  height: 28px;
  background: var(--bg);
  border-radius: 24px;
  position: relative;
  transition: 0.25s;
}

.switcher__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 50%;
  transition: 0.25s;
}

.switcher__text {
  max-width: 100%;
  padding-left: 8px;
  font: 400 14px/1.6 var(--font);
}

.switcher:has(.switcher__input:checked) .switcher__content {
  background: var(--primary2);
}

.switcher:has(.switcher__input:checked) .switcher__content::before {
  left: 24px;
}

.select {
  width: 100%;
  height: 50px;
  position: relative;
  background: var(--bg);
  border-radius: 40px;
}

.select::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url("../img/icons/select-arrow.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  padding-right: 48px;
  font: 400 16px/1.4 var(--font);
  color: var(--base);
}

.input__title {
  margin-bottom: 8px;
}

.input__field {
  position: relative;
}

.input__field:has(.input__icon) input {
  padding-right: 48px;
}

.input__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}

.input__icon img {
  width: 20px;
}

.input_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.agreement {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(14, 17, 21, 0.4);
}

.agreement a {
  color: var(--primary);
}

.agreement a:hover {
  text-decoration: underline;
}

.agreement2 {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(14, 17, 21, 0.4);
}

.agreement2 a {
  color: var(--primary2);
}

.agreement2 a:hover {
  text-decoration: underline;
}

.textBlock h1,
.textBlock h2 {
  margin-top: 60px;
  margin-bottom: 24px;
}

.textBlock h1:last-child,
.textBlock h2:last-child {
  margin-bottom: 0;
}

.textBlock h1:first-child,
.textBlock h2:first-child {
  margin-top: 0;
}

.textBlock h3,
.textBlock h4 {
  margin-top: 48px;
  margin-bottom: 20px;
}

.textBlock h3:last-child,
.textBlock h4:last-child {
  margin-bottom: 0;
}

.textBlock h3:first-child,
.textBlock h4:first-child {
  margin-top: 0;
}

.textBlock h5,
.textBlock h6 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.textBlock h5:last-child,
.textBlock h6:last-child {
  margin-bottom: 0;
}

.textBlock h5:first-child,
.textBlock h6:first-child {
  margin-top: 0;
}

.textBlock p {
  margin-bottom: 12px;
}

.textBlock p:last-child {
  margin-bottom: 0;
}

.textBlock a {
  color: var(--primary);
}

.textBlock a:hover {
  text-decoration: underline;
}

.textBlock ul {
  margin-bottom: 12px;
}

.textBlock ul:last-child {
  margin-bottom: 0;
}

.textBlock ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.textBlock ul li:last-child {
  margin-bottom: 0;
}

.textBlock ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--base);
}

.textBlock ol {
  list-style-type: decimal;
  margin-left: 24px;
  margin-bottom: 16px;
}

.textBlock ol:last-child {
  margin-bottom: 0;
}

.textBlock ol li {
  margin-bottom: 4px;
}

.textBlock ol li:last-child {
  margin-bottom: 0;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 17, 21, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal_lg {
  width: 1024px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal__close img {
  width: 32px;
  transition: 0.25s;
}

.modal__close:hover img {
  transform: scale(1.2);
}

.modal__head {
  margin-bottom: 20px;
}

.modal__head:last-child {
  margin-bottom: 0;
}

.modal__back {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.modal__title {
  margin-bottom: 12px;
}

.modal__title:last-child {
  margin-bottom: 0;
}

.modal__text {
  margin-bottom: 20px;
}

.modal__text:last-child {
  margin-bottom: 0;
}

.modal__text p {
  margin-bottom: 4px;
}

.modal__text p:last-child {
  margin-bottom: 0;
}

.modal__inputs {
  margin-bottom: 12px;
}

.modal__input {
  margin-bottom: 12px;
}

.modal__input:last-child {
  margin-bottom: 0;
}

.modal__submit {
  margin-bottom: 12px;
}

.modal__submit:last-child {
  margin-bottom: 0;
}

/* РЕГИСТРАЦИЯ/АВТОРИЗАЦИЯ */

.auth {
  min-height: 100vh;
  display: flex;
}

.auth__content {
  width: 59%;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.authImage {
  width: 41%;
  background: url("../img/auth-image.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 60px 60px 0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
}

.authImage__logo {
  width: 240px;
  margin-bottom: 24px;
}

.authImage__text {
  font: 700 40px/1.2 var(--font);
}

.authForm {
  width: 733px;
  max-width: 100%;
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
}

.authForm__head {
  margin-bottom: 20px;
}

.authForm__title {
  margin-bottom: 12px;
}

.authForm__title:last-child {
  margin-bottom: 0;
}

.authForm__subtitle {
  margin-bottom: 12px;
}

.authForm__subtitle:last-child {
  margin-bottom: 0;
}

.authForm__subtitle a {
  color: var(--primary2);
}

.authForm__subtitle a:hover {
  text-decoration: underline;
}

.authForm__text {
  color: rgba(14, 17, 21, 0.8);
}

.authForm__input {
  margin-bottom: 12px;
}

.authForm__input:last-child {
  margin-bottom: 0;
}

.authForm__submit {
  margin-bottom: 12px;
}

.authForm__submit:last-child {
  margin-bottom: 0;
}

.signInControls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.signInControls:last-child {
  margin-bottom: 0;
}

.signInControls__forgot {
  color: var(--primary2);
}

.signInControls__forgot:hover {
  color: var(--primary2);
  text-decoration: underline;
}

/* БАЗОВЫЕ СТИЛИ АККАУНТА */

.account {
  padding-left: 276px;
}

.account__content {
  width: 100%;
  padding: 0 60px 24px 24px;
}

.account.hiddenSidebar {
  padding-left: 70px;
}

/* Уведомление на странице */

.pageNotice {
  background: var(--white);
  border-radius: 40px;
  padding: 20px 32px;
  margin-bottom: 20px;
}

.pageNotice:last-child {
  margin-bottom: 0;
}

.pageNotice a {
  color: var(--primary2);
}

.pageNotice a:hover {
  text-decoration: underline;
}

/* Пагинация */

.pagination {
  display: flex;
  align-items: center;
}

.pagination a {
  text-decoration: none;
}

.pagination__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--base);
}

.pagination__arrow:hover svg {
  stroke: var(--primary2);
}

.pagination__arrow.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.pagination__item,
li.pagination__item a,
li.pagination__item span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 700 16px/1.2 var(--font);
  color: rgba(14, 17, 21, 0.8);
  cursor: default;
}

.pagination__item.active,
.pagination__item.active a  {
  background: var(--primary2);
  color: var(--white);
}

.pagination a.pagination__item,
.pagination .pagination__item a {
  cursor: pointer;
}

.pagination a.pagination__item:hover {
  color: var(--primary2);
}

/* Всплывающий календарь */

.ui-datepicker {
  position: absolute;
  z-index: -1000;
  top: -10000px;
  left: -10000px;
  width: 320px;
  max-width: 100%;
  background: var(--white);
  border: 1px solid var(--primary2);
  padding: 8px 16px;
}

.ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 14px;
  color: var(--primary2);
  cursor: pointer;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: var(--primary);
}

.ui-datepicker-title {
  width: 100%;
  margin-top: 8px;
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar tr {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(7, 1fr);
}

.ui-datepicker-calendar td {
  text-align: center;
  color: var(--base);
  cursor: default;
}

.ui-datepicker-calendar td a {
  color: var(--base);
}

.ui-datepicker-calendar td a:hover {
  color: var(--primary2);
}

.ui-datepicker-calendar td a.ui-state-active:hover {
  color: var(--base);
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
  background: var(--primary2);
  border-radius: 8px;
  color: var(--white);
}

/* САЙДБАР */

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 276px;
  overflow: hidden;
}

.sidebar__arrow {
  position: absolute;
  z-index: 4;
  top: 24px;
  right: -32px;
  width: 60px;
  height: 44px;
  background: var(--bg);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 24px;
  padding: 0 8px;
  display: flex;
  align-items: center;
}

.sidebar__arrow svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: rgba(14, 17, 21, 0.8);
}

.sidebar__arrow:hover {
  right: -26px;
}

.sidebar__inner {
  width: 100%;
  height: 100vh;
  background: url("../img/auth-image.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 60px 60px 0;
  padding: 24px 12px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.sidebar__inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sidebar__head {
  text-align: center;
  margin-bottom: 24px;
}

.sidebar__logo {
  width: 92px;
  margin-bottom: 12px;
}

.sidebar__subtitle {
  font: 700 20px/1.2 var(--font);
}

.sidebar__bottom {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
}

.sidebar__logout {
  margin-bottom: 24px;
}

.sidebar__logout:last-child {
  margin-bottom: 0;
}

.sidebar__copyright {
  text-align: center;
  font: 400 12px/1.6 var(--font);
}

.sidebar.hidden {
  width: 70px;
}

.sidebar.hidden .sidebar__arrow {
  top: 24px;
  right: 12px;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar.hidden .sidebar__arrow svg {
  transform: scale(-1, 1);
}

.sidebar.hidden .sidebar__inner {
  border-radius: 0 40px 40px 0;
  padding-top: 92px;
}

.sidebar.hidden .sidebar__head {
  display: none;
}

.sidebar.hidden .sidebarMenuItem {
  width: 45px;
  padding: 0;
  justify-content: center;
}

.sidebar.hidden .sidebarMenuItem__icon {
  margin: 0;
}

.sidebar.hidden .sidebarMenuItem__text {
  display: none;
}

.sidebar.hidden .sidebarAccount {
  background: none;
  padding: 0;
  margin-bottom: 12px;
}

.sidebar.hidden .sidebarAccount__icon {
  width: 45px;
  height: 45px;
  margin: 0;
}

.sidebar.hidden .sidebarAccount__title,
.sidebar.hidden .sidebarAccount__email {
  display: none;
}

.sidebar.hidden .sidebar__logout {
  margin: 0;
}

.sidebar.hidden .sidebar__logout .btn {
  width: 45px;
  min-height: 45px;
  padding: 0;
}

.sidebar.hidden .sidebar__logout .btn__text {
  display: none;
}

.sidebar.hidden .sidebar__copyright {
  display: none;
}

.sidebarMenu {
  margin-bottom: 24px;
}

.sidebarMenuItem {
  min-height: 45px;
  background: rgba(248, 251, 253, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 24px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  font: 700 16px/1.2 var(--font);
  color: var(--white);
  margin-bottom: 12px;
  text-decoration: none;
}

.sidebarMenuItem:last-child {
  margin-bottom: 0;
}

.sidebarMenuItem__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sidebarMenuItem__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--white);
}

.sidebarMenuItem__text {
  width: 100%;
}

.sidebarMenuItem:hover {
  background: rgba(248, 251, 253, 0.4);
  color: var(--white);
}

.sidebarMenuItem.active {
  background: var(--white);
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  color: var(--primary2);
}

.sidebarMenuItem.active .sidebarMenuItem__icon svg {
  fill: var(--primary2);
}

.sidebarAccount {
  background: rgba(248, 251, 253, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 24px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  margin-bottom: 12px;
  text-decoration: none;
}

.sidebarAccount:last-child {
  margin-bottom: 0;
}

.sidebarAccount__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}

.sidebarAccount__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebarAccount__title {
  margin-bottom: 2px;
}

.sidebarAccount__title:last-child {
  margin-bottom: 0;
}

.sidebarAccount__email {
  font-size: 14px;
  line-height: 1.6;
}

.sidebarAccount:hover {
  background: rgba(248, 251, 253, 0.4);
  color: var(--white);
}

.sidebarAccount.active {
  background: var(--white);
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  color: var(--base);
}

/* ШАПКА */

.accountHead {
  background: url("../img/account-head-bg.webp") no-repeat;
  background-size: cover;
  background-position: top right;
  border-radius: 0 0 40px 40px;
  padding: 40px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.accountHead__content {
  width: 100%;
}

.accountHead__title {
  margin-bottom: 12px;
}

.accountHead__title:last-child {
  margin-bottom: 0;
}

.accountHead__title .sup {
  color: rgba(14, 17, 21, 0.4);
  display: inline-block;
  transform: translate(0, -24px);
}

.accountHead__subtitle {
  color: rgba(14, 17, 21, 0.8);
}

.accountHead__btn {
  flex-shrink: 0;
  margin-left: 20px;
}

/* FAQ */

.faq {
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
  margin-bottom: 20px;
}

.faq:last-child {
  margin-bottom: 0;
}

.faq__title {
  margin-bottom: 24px;
}

.faqItem {
  background: var(--bg);
  border: 1px solid var(--bg);
  border-radius: 32px;
  margin-bottom: 16px;
  transition: 0.25s;
}

.faqItem:last-child {
  margin-bottom: 0;
}

.faqItem__head {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
}

.faqItem__title {
  width: 100%;
}

.faqItem__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(245, 165, 18, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.faqItem__arrow svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--base);
}

.faqItem__text {
  display: none;
  padding: 16px 24px;
  padding-top: 0;
  margin-top: -8px;
}

.faqItem:hover {
  background: #eaeaea;
}

.faqItem:hover .faqItem__arrow {
  background: rgba(245, 165, 18, 0.4);
}

.faqItem.active {
  border-color: var(--primary2);
}

.faqItem.active .faqItem__arrow {
  background: var(--primary2);
}

.faqItem.active .faqItem__arrow svg {
  transform: scale(1, -1);
}

/* НАСТРОЙКИ ПРОФИЛЯ */

.profile {
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
}

.profile__block {
  margin-bottom: 40px;
}

.profile__block:last-child {
  margin-bottom: 0;
}

.profile__title {
  margin-bottom: 24px;
}

.profile__inputs {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(12, 1fr);
}

.profile__input {
  grid-column: span 12;
}

.profile__input.half {
  grid-column: span 6;
}

.profile__buttons {
  display: flex;
  align-items: center;
}

.profile__submit {
  margin-right: 40px;
}

.profile__submit:last-child {
  margin-right: 0;
}

.profileFirst {
  display: flex;
  align-items: center;
}

.profileFirst__inputs {
  width: 100%;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.profileImage {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  margin-right: 40px;
  position: relative;
}

.profileImage__image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.profileImage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profileImage__icon {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}

.profileImage__icon svg {
  width: 24px;
  height: 24px;
  fill: rgba(14, 17, 21, 0.4);
}

.profileImage__icon:hover {
  background: var(--primary2);
}

.profileImage__icon:hover svg {
  fill: var(--white);
}

.changeProfileImageModal {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 20px;
}

.changeProfileImageModal__image {
  border: 4px solid transparent;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.15s;
}

.changeProfileImageModal__image:hover {
  transform: scale(1.05);
}

.changeProfileImageModal__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.changeProfileImageModal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.changeProfileImageModal__image.active {
  border-color: var(--primary2);
  transform: scale(1.05);
}

.changeProfileImageInput {
  border: 1px dashed rgba(14, 17, 21, 0.4);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.15s;
}

.changeProfileImageInput:hover {
  border-color: var(--base);
  transform: scale(1.05);
}

.changeProfileImageInput::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.changeProfileImageInput__input {
  display: none;
}

.changeProfileImageInput__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.changeProfileImageInput__icon {
  width: 32px;
  height: 32px;
}

.changeProfileImageInput__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--primary2);
}

.changeProfileImageInput__text {
  font: 700 14px/1.4 var(--font);
  color: var(--primary2);
  white-space: nowrap;
  text-align: center;
}

/* ТАБЛИЦА */

.accountTable {
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
  overflow: auto;
}

.accountTable__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.accountTable__search {
  width: 100%;
}

.accountTable__search input {
  height: 45px;
  font-size: 14px;
}

.accountTable__search input::placeholder {
  font-size: 14px;
}

.accountTable__controls {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  margin-left: 12px;
}

.accountTable__status {
  flex-shrink: 0;
  width: 220px;
  margin-right: 12px;
}

.accountTable__status .select {
  height: 45px;
}

.accountTable__status .select select {
  font-size: 14px;
}

.accountTable__pagination {
  margin-top: 24px;
}

.accountTable__content {
  padding-bottom: 8px;
  overflow: auto;
}

.accountTable__content::-webkit-scrollbar {
  width: 0;
  height: 10px;
  background: var(--bg);
  border-radius: 10px;
}

.accountTable__content::-webkit-scrollbar-thumb {
  height: 10px;
  background: #939393;
  border-radius: 10px;
}

@supports not selector(::-webkit-scrollbar) {
  .accountTable__content {
    scrollbar-width: thin;
    scrollbar-color: #939393 var(--bg);
  }
}

.accountTableDates {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.accountTableDates__input {
  width: 160px;
}

.accountTableDates__input input {
  height: 45px;
  font-size: 14px;
}

.accountTableDates__input input::placeholder {
  font-size: 14px;
}

.accountTableDates__delimiter {
  flex-shrink: 0;
  margin: 0 8px;
}

.table {
  width: 100%;
  /* min-width: 1360px; */
  font: 400 14px/1.6 var(--font);
}

.table__head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--primary2);
  padding: 10px 0;
  font-weight: 700;
}

.table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(14, 17, 21, 0.2);
  padding: 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table__col {
  padding: 0 12px;
}

.table__col a {
  color: var(--primary2);
  text-decoration: underline;
}

.table__col a:hover {
  color: var(--primary);
}

.table__controls {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_type1 .table__col:first-child {
  flex-shrink: 0;
  width: 100px;
}

.table_type1 .table__col:nth-child(2) {
  flex-shrink: 0;
  width: 100px;
}

.table_type1 .table__col:nth-child(3) {
  width: 100%;
}

.table_type1 .table__col:nth-child(4) {
  flex-shrink: 0;
  width: 180px;
}

.table_type1 .table__col:nth-child(5),
.table_type1 .table__col:nth-child(6),
.table_type1 .table__col:nth-child(7) {
  flex-shrink: 0;
  width: 190px;
}

.table_type1 .table__col:nth-child(8) {
  flex-shrink: 0;
  width: 110px;
}

.table_type1 .table__controls {
  width: 110px;
}

.table_type2 .table__col:first-child {
  flex-shrink: 0;
  width: 100px;
}

.table_type2 .table__col:nth-child(2) {
  flex-shrink: 0;
  width: 100px;
}

.table_type2 .table__col:nth-child(3),
.table_type2 .table__col:nth-child(6) {
  width: 100%;
}

.table_type2 .table__col:nth-child(4) {
  flex-shrink: 0;
  width: 190px;
}

.table_type2 .table__col:nth-child(5) {
  flex-shrink: 0;
  width: 250px;
}

.table_type2 .table__col:nth-child(7) {
  flex-shrink: 0;
  width: 100px;
}

.table_type2 .table__controls {
  width: 100px;
}

.tableDownload {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.tableDownload__icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.tableDownload__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--primary2);
}

.tableDownload__text {
  font-weight: 700;
  color: var(--primary2);
  transition: 0.25s;
}

.tableDownload__weight {
  color: rgba(14, 17, 21, 0.4);
  margin-left: 4px;
}

.tableDownload:hover .tableDownload__icon svg {
  fill: var(--primary);
}

.tableDownload:hover .tableDownload__text {
  color: var(--primary);
}

.tableStatus {
  display: inline-block;
  border-radius: 24px;
  padding: 4px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  vertical-align: middle;
}

.tableStatus_type1 {
  background: rgba(153, 174, 187, 0.12);
  border: 1px solid var(--primary2);
  color: var(--primary2);
}

.tableStatus_type2 {
  background: rgba(153, 174, 187, 0.12);
  border: 1px solid #99AEBB;
  color: #99AEBB;
}

.tableStatus_type3 {
  background: rgba(153, 174, 187, 0.12);
  border: 1px solid var(--primary);
  color: var(--primary);
}

.tableStatus_type4 {
  background: rgba(153, 174, 187, 0.12);
  border: 1px solid var(--red);
  color: var(--red);
}

.tableControl {
  position: relative;
  cursor: pointer;
  margin-right: 6px;
}

.tableControl:last-child {
  margin-right: 0;
}

.tableControl__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

.tableControl__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
}

.tableControl__text {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translate(0, -50%);
  background: var(--primary2);
  border-radius: 8px;
  padding: 4px 12px;
  font: 400 16px/1.6 var(--font);
  color: var(--white);
  white-space: nowrap;
}

.tableControl__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: 11px;
  height: 40px;
}

.tableControl__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  border: 7px solid transparent;
  border-left-color: var(--primary2);
}

.tableControl:hover .tableControl__text {
  display: block;
}

.tableControl_done .tableControl__icon {
  background: rgba(245, 165, 18, 0.2);
  border: 1px solid var(--primary);
}

.tableControl_done .tableControl__icon svg {
  stroke: var(--primary);
}

.tableControl_done:hover .tableControl__icon {
  background: var(--primary);
}

.tableControl_done:hover .tableControl__icon svg {
  stroke: var(--white);
}

.tableControl_close .tableControl__icon {
  background: rgba(245, 165, 18, 0.2);
  border: 1px solid var(--red);
}

.tableControl_close .tableControl__icon svg {
  stroke: var(--red);
}

.tableControl_close:hover .tableControl__icon {
  background: var(--red);
}

.tableControl_close:hover .tableControl__icon svg {
  stroke: var(--white);
}

.tableControl_reset .tableControl__icon {
  /* background: rgba(245, 165, 18, 0.2); */
  border: 1px solid #666;
}

.tableControl_reset .tableControl__icon svg {
  stroke: #666;
}

.tableControl_reset:hover .tableControl__icon {
  background: #666;
}

.tableControl_reset:hover .tableControl__icon svg {
  stroke: var(--white);
}

/* ОБЩИЕ СВЕДЕНИЯ */

/* Кнопка фильтра */

#accountHomeFilterThumbler.active .btn__icon {
  transform: scale(1, -1);
}

/* Фильтры */

.mainFilters {
  display: none;
  background: var(--white);
  border-radius: 40px;
  padding: 24px 40px;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}

.mainFilters:last-child {
  margin-bottom: 0;
}

.mainFilters.active {
  display: grid;
}

/* Карта */

.mainMapBlock {
  background: var(--white);
  border-radius: 40px;
  padding: 24px 40px;
}

.mainMap {
  min-height: 661px;
  border-radius: 0 40px 40px 0;
  position: relative;
  overflow: hidden;
}

.mainMap__frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 17, 21, 0.2);
}

.mainMap__controls {
  position: relative;
  z-index: 2;
  width: 88px;
  background: rgba(248, 251, 253, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--primary2);
  border-radius: 0 40px 40px 0;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainMap__controls.hidden .mainMapArrow svg {
  transform: scale(-1, 1);
}

.mainMap__controls.hidden .mainMapControl {
  display: none;
}

.mainMapArrow {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

.mainMapArrow svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: rgba(14, 17, 21, 0.8);
}

.mainMapArrow:hover {
  background: var(--primary2);
}

.mainMapArrow:hover svg {
  stroke: var(--white);
}

.mainMapControl {
  position: relative;
  margin-top: 12px;
}

.mainMapControl__submenu {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 4px);
  transform: translate(0, -50%);
}

.mainMapControl__submenu::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  width: 5px;
  height: 40px;
  background: transparent;
}

.mainMapControl:hover .mainMapControl__submenu {
  display: flex;
  align-items: center;
}

.mainMapControlBtn {
  position: relative;
}

.mainMapControlBtn__icon {
  width: 40px;
  height: 40px;
  background: var(--white);
  border: 1px solid var(--primary2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

.mainMapControlBtn__icon img {
  width: 24px;
}

.mainMapControlBtn__text {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  transform: translate(0, -50%);
  background: var(--primary2);
  border-radius: 8px;
  padding: 4px 12px;
  font: 400 16px/1.6 var(--font);
  color: var(--white);
  white-space: nowrap;
}

.mainMapControlBtn__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border: 7px solid transparent;
  border-right-color: var(--primary2);
}

.mainMapControlBtn__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  width: 13px;
  height: 40px;
  background: transparent;
}

.mainMapControlBtn:hover .mainMapControlBtn__icon {
  transform: scale(1.1);
}

.mainMapControlBtn:hover .mainMapControlBtn__text {
  display: block;
}

.mainMapControlItem {
  background: var(--primary2);
  border-radius: 40px;
  padding: 8px 32px;
  font: 700 16px/1.2 var(--font);
  color: var(--white);
  white-space: nowrap;
  margin-right: 4px;
}

.mainMapControlItem:last-child {
  margin-right: 0;
}

.mainMapControlItem:hover {
  background: var(--primary2-hover);
}

/* Измерение области */

.measuringAreaOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 17, 21, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.measuringAreaModal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 16px;
  right: 16px;
  width: 480px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.measuringAreaModal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.measuringAreaModal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.measuringAreaModal__close img {
  width: 32px;
  transition: 0.25s;
}

.measuringAreaModal__close:hover img {
  transform: scale(1.2);
}

.measuringAreaModal__title {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--primary2);
  margin-bottom: 24px;
}

.measuringAreaModal__info {
  color: rgba(14, 17, 21, 0.8);
  margin-bottom: 24px;
}

.measuringAreaModal__info p {
  margin-bottom: 12px;
}

.measuringAreaModal__info p:last-child {
  margin-bottom: 0;
}

.measuringAreaModal__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.measuringAreaModal__buttons .btn {
  margin-bottom: 12px;
}

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

.measuringAreaModal__delete {
  background: transparent;
  color: var(--red);
}

.measuringAreaModal__delete:hover {
  background: rgba(252, 23, 23, 0.15);
  color: var(--red);
}

/* МЕНЕДЖЕР ОБЪЕКТОВ */

.accountObjects {
  background: var(--white);
  border-radius: 40px;
  padding: 24px 40px;
}

.accountObjects__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.accountObjects__tag {
  max-width: 100%;
  min-height: 46px;
  background: var(--bg);
  border-radius: 24px;
  padding: 8px 24px;
  font: 700 14px/1.4 var(--font);
  color: rgba(14, 17, 21, 0.4);
}

.accountObjects__tag:hover {
  color: var(--base);
}

.accountObjects__tag.active {
  background: var(--primary2);
  color: var(--white);
}

.accountObjects__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.accountObjects__search {
  width: 100%;
}

.accountObjects__type {
  flex-shrink: 0;
  width: 240px;
  margin-left: 12px;
}

.accountObjects__wrap {
  display: flex;
}

.accountObjects__map {
  flex-shrink: 0;
  width: 600px;
  height: 623px;
  background: rgba(14, 17, 21, 0.2);
  border-radius: 40px;
  margin-left: 12px;
}

.accountObjects__content {
  width: 100%;
  height: 623px;
  padding-right: 12px;
  overflow: auto;
}

.accountObjects__content::-webkit-scrollbar {
  width: 2px;
  height: 0;
  background: var(--bg);
}

.accountObjects__content::-webkit-scrollbar-thumb {
  width: 2px;
  background: var(--primary2);
  border-radius: 2px;
}

@supports not selector(::-webkit-scrollbar) {
  .accountObjects__content {
    scrollbar-width: thin;
    scrollbar-color: var(--primary2) var(--bg);
  }
}

.object {
  background: var(--bg);
  border: 1px solid var(--bg);
  border-radius: 24px;
  padding: 20px;
  position: relative;
  margin-bottom: 12px;
}

.object:last-child {
  margin-bottom: 0;
}

.object__head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}

.object__id {
  flex-shrink: 0;
  width: 90px;
  font: 700 14px/1.6 var(--font);
}

.object__name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  padding-right: 12px;
}

.object__type {
  flex-shrink: 0;
  width: 140px;
  padding-right: 20px;
}

.object__square {
  flex-shrink: 0;
  width: 72px;
  text-align: right;
}

.object__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 16px;
}

.object__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--base);
}

.object__arrow:hover {
  background: var(--primary2);
}

.object__arrow:hover svg {
  stroke: var(--white);
}

.object__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.object__infoRight {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.object__controls {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.object__control {
  width: 32px;
  display: flex;
  align-items: center;
  margin-right: 16px;
  transition: 0.15s;
}

.object__control:last-child {
  margin-right: 0;
}

.object__control img {
  width: 100%;
}

.object__control:hover {
  transform: scale(1.1);
}

.object__hidden {
  display: none;
  padding-top: 24px;
}

.object__description {
  margin-bottom: 20px;
}

.object__description:last-child {
  margin-bottom: 0;
}

.object__description p {
  margin-bottom: 8px;
}

.object__description p:last-child {
  margin-bottom: 0;
}

.object.active {
  border-color: var(--primary2);
}

.object.active .object__arrow svg {
  transform: scale(1, -1);
}

.objectFile {
  width: 320px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.objectFile__ext {
  flex-shrink: 0;
  max-width: 100%;
  min-height: 22px;
  background: var(--primary2);
  border-radius: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  font: 400 12px/1.2 var(--font);
  color: var(--white);
  margin-right: 6px;
}

.objectFile__name {
  width: 100%;
  font: 700 14px/1.6 var(--font);
  color: var(--primary2);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.objectFile__weight {
  flex-shrink: 0;
  font: 400 14px/1.6 var(--font);
  color: rgba(14, 17, 21, 0.4);
  margin-left: 6px;
}

.objectRequestBtn {
  max-width: 100%;
  min-height: 35px;
  background: var(--white);
  border-radius: 40px;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  font: 700 16px/1.2 var(--font);
  color: rgba(14, 17, 21, 0.8);
  cursor: pointer;
  transition: 0.25s;
  margin-right: 20px;
}

.objectRequestBtn__text {
  max-width: 100%;
}

.objectRequestBtn__icon {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.objectRequestBtn__icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: rgba(14, 17, 21, 0.8);
}

.objectRequestBtn:hover {
  background: rgba(14, 17, 21, 0.8);
  color: var(--white);
}

.objectRequestBtn:hover .objectRequestBtn__icon svg {
  stroke: var(--white);
}

.objectSubobjects__head {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.objectSubobjects__head:hover .objectSubobjects__arrow svg {
  stroke: var(--primary2);
}

.objectSubobjects__headContent {
  width: 100%;
  display: flex;
  align-items: center;
}

.objectSubobjects__title {
  font: 700 14px/1.6 var(--font);
  margin-right: 12px;
}

.objectSubobjects__amount {
  background: rgba(153, 174, 187, 0.12);
  border-radius: 40px;
  padding: 1px 16px;
  font: 400 12px/1.6 var(--font);
}

.objectSubobjects__arrow {
  flex-shrink: 0;
  width: 24px;
}

.objectSubobjects__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--base);
}

.objectSubobjects__list {
  display: none;
  padding-top: 12px;
}

.objectSubobjects.active .objectSubobjects__arrow svg {
  transform: scale(1, -1);
}

.objectSubobjects.active .objectSubobjects__list {
  display: flex;
  flex-direction: column;
}

.objectSubobjectsItem {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
}

.objectSubobjectsItem:last-child {
  margin-bottom: 0;
}

.objectSubobjectsItem__text {
  max-width: 100%;
  font: 700 16px/1.2 var(--font);
  color: var(--primary2);
}

.objectSubobjectsItem__arrow {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.objectSubobjectsItem__arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--primary2);
}

.objectSubobjectsItem:hover .objectSubobjectsItem__text {
  text-decoration: underline;
}

/* ДОБАВЛЕНИЕ НОВОГО ОБЪЕКТА */

.objectCreate {
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.objectCreate__content {
  width: 500px;
}

.objectCreate__input {
  margin-bottom: 24px;
}

.objectCreate__input:last-child {
  margin-bottom: 0;
}

.objectCreate__submit {
  width: 100%;
  margin-top: 24px;
}

.objectCreateFile__input {
  display: none;
}

.objectCreateFile__content {
  display: block;
  background: var(--bg);
  border: 1px dashed rgba(14, 17, 21, 0.4);
  border-radius: 40px;
  padding: 32px 24px;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}

.objectCreateFile__content:hover {
  background: #e3e2e2;
}

.objectCreateFile__title {
  display: block;
  color: var(--primary2);
  margin-bottom: 4px;
}

.objectCreateFile__text {
  display: block;
}

.objectCreateMap {
  width: calc(100% - 540px);
  height: 705px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.objectCreateMap__frame {
  width: 100%;
  height: 100%;
  background: var(--bg);
  position: relative;
  z-index: 1;
}

.objectCreateMap__iconsLeft {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
}

.objectCreateMap__iconsRight {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
}

.objectCreateMap__iconsBlock {
  margin-bottom: 27px;
}

.objectCreateMap__iconsBlock:last-child {
  margin-bottom: 0;
}

.objectCreateMapIcon {
  width: 40px;
  height: 40px;
  background: var(--white);
  border: 1px solid var(--primary2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
  margin-bottom: 6px;
}

.objectCreateMapIcon:last-child {
  margin-bottom: 0;
}

.objectCreateMapIcon:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1599px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  .h2-2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  .auth__content {
    padding: 40px;
  }

  .authImage {
    border-radius: 0 40px 40px 0;
    padding: 40px;
  }

  .authImage__text {
    font-size: 32px;
  }

  .account {
    padding-left: 240px;
  }

  .account__content {
    padding: 16px;
    padding-top: 0;
  }

  .sidebar {
    width: 240px;
  }

  .sidebar__inner {
    border-radius: 0 24px 24px 0;
  }

  .sidebar__head {
    margin-bottom: 20px;
  }

  .sidebar__logo {
    width: 80px;
    margin-bottom: 8px;
  }

  .sidebar__subtitle {
    font-size: 18px;
  }

  .sidebar__logout {
    margin-bottom: 16px;
  }

  .sidebar.hidden .sidebarMenuItem {
    width: 45px;
    min-height: 45px;
  }

  .sidebarMenu {
    margin-bottom: 20px;
  }

  .sidebarMenuItem {
    min-height: 40px;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .accountHead {
    border-radius: 0 0 24px 24px;
    padding: 24px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }

  .accountHead__title .sup {
    transform: translate(0, -20px);
  }

  .faq {
    border-radius: 32px;
    padding: 32px;
  }

  .profile {
    border-radius: 32px;
    padding: 32px;
  }

  .profile__inputs {
    grid-gap: 20px;
  }

  .profile__submit {
    margin-right: 20px;
  }

  .profileFirst__inputs {
    grid-gap: 20px;
  }

  .profileImage {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }

  .accountTable {
    border-radius: 32px;
    padding: 32px;
  }

  .mainFilters {
    border-radius: 32px;
    padding: 20px 24px;
    grid-gap: 12px;
  }

  .accountObjects {
    border-radius: 24px;
    padding: 20px;
  }

  .accountObjects__map {
    width: 480px;
  }

  .objectCreate {
    border-radius: 24px;
    padding: 20px;
  }

  .objectCreate__content {
    width: 400px;
  }

  .objectCreateFile__text {
    font-size: 14px;
  }

  .objectCreateMap {
    width: calc(100% - 420px);
  }

  .objectCreateMap__iconsLeft {
    top: 20px;
    left: 20px;
  }

  .objectCreateMap__iconsRight {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 1439px) {
  .accountTable__head {
    flex-wrap: wrap;
  }

  .accountTable__controls {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }

  .accountTable__status {
    flex-shrink: unset;
    width: 100%;
    margin: 0;
  }

  .accountTableDates {
    margin-left: 12px;
  }

  .accountTableDates__input {
    width: 180px;
  }
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  .h2-2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 14px;
  }

  .description {
    font-size: 14px;
  }

  input {
    padding: 0 16px;
  }

  textarea {
    padding: 12px 16px;
  }

  .modal {
    border-radius: 24px;
    padding: 20px 16px;
    padding-top: 40px;
  }

  .modal:not(.modal_mobCenter) {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }

  .modal__close {
    width: 48px;
    height: 48px;
  }

  .auth {
    display: block;
  }

  .auth__content {
    width: 100%;
    padding: 24px 16px;
  }

  .authImage {
    width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }

  .authImage__logo {
    width: 90px;
    margin-bottom: 16px;
  }

  .authImage__text {
    font-size: 20px;
  }

  .authForm {
    border-radius: 16px;
    padding: 24px 16px;
  }

  .ui-datepicker {
    width: 260px;
    padding: 4px 8px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}