/* Base */
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
  /* Form */
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/Rubik-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

* {
  outline-color: #243D66;
  outline-width: 1px;
  outline-offset: 2px;
  outline: none !important;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  height: 100%;
}

a {
  text-decoration: none;
  color: #060427;
}

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

body {
  margin: 0;
  padding: 58px 0 0 0;
  display: flex;
  flex-direction: column;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  min-height: 100%;
  width: 100%;
  color: #060427;
  background-color: #F4F6FA;
  outline-color: transparent;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

.main {
  flex-grow: 1;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper .wrapper {
  padding: 0;
}

video {
  border: none;
  outline: none !important;
  clip-path: inset(1px 1px);
}

*[data-desktop-hidden] {
  display: none;
}

*[data-loading] {
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
*[data-loading]::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(6, 4, 39, 0.4);
}
*[data-loading]::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0.5C10.8058 0.5 8.65024 1.07758 6.75 2.17468C4.84976 3.27179 3.27179 4.84976 2.17468 6.75C1.07758 8.65024 0.5 10.8058 0.5 13C0.5 15.1942 1.07758 17.3498 2.17468 19.25C3.27179 21.1502 4.84976 22.7282 6.75 23.8253C8.65024 24.9224 10.8058 25.5 13 25.5C15.1942 25.5 17.3498 24.9224 19.25 23.8253C21.1502 22.7282 22.7282 21.1502 23.8253 19.25L20.5777 17.375C19.8097 18.7052 18.7052 19.8097 17.375 20.5777C16.0448 21.3457 14.5359 21.75 13 21.75C11.4641 21.75 9.95517 21.3457 8.625 20.5777C7.29483 19.8097 6.19025 18.7052 5.42228 17.375C4.6543 16.0448 4.25 14.5359 4.25 13C4.25 11.4641 4.6543 9.95517 5.42228 8.625C6.19025 7.29483 7.29483 6.19025 8.625 5.42228C9.95517 4.6543 11.4641 4.25 13 4.25V0.5Z' fill='%23E5E8F7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  animation: loader 2s infinite linear forwards;
  z-index: 4;
}

@keyframes loader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  50% {
    transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(720deg);
  }
}
/* Libs */
/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

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

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  vertical-align: top;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content, .f-panzoom__wrapper > picture.f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  --f-progressbar-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
  pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
  display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.f-carousel__counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: max-height 0.3s ease, max-width 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs.is-vertical .f-thumbs__viewport {
  height: calc(100% - var(--f-thumbs-padding-y) * 2);
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-classic {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2);
  margin-left: calc(var(--f-carousel-slide-width) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: 50%;
  transform: translate(-50%);
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--f-progressbar-height, 3px);
  transform: scaleX(0);
  transform-origin: 0;
  background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255, .2);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  display: flex;
  flex-direction: column;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116, .2);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
}

.fancybox__container::backdrop {
  background-color: transparent;
}

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__carousel > .f-progressbar {
  background-color: var(--fancybox-color);
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
  --f-button-width: var(--f-close-button-width, 34px);
  --f-button-height: var(--f-close-button-height, 34px);
  --f-button-border-radius: var(--f-close-border-radius, 4px);
  --f-button-color: var(--f-close-button-color, #fff);
  --f-button-hover-color: var(--f-close-button-hover-color, #fff);
  --f-button-bg: var(--f-close-button-bg, transparent);
  --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
  --f-button-active-bg: var(--f-close-button-active-bg, transparent);
  --f-button-svg-width: var(--f-close-button-svg-width, 22px);
  --f-button-svg-height: var(--f-close-button-svg-height, 22px);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/air-datepicker@3.6.0/air-datepicker.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

/* Components */
.button {
  position: relative;
  display: inline-flex;
  grid-gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  padding: 10px 30px;
  border: 2px solid #7400FF;
  background-color: #7400FF;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.2s;
  scroll-behavior: smooth;
}
.button:hover {
  background-color: #243D66;
  border-color: #243D66;
  transition: 0.2s;
}

.button[data-color=white] {
  background-color: #fff;
  color: #060427;
  border-color: #060427;
  transition: 0.2s;
}
.button[data-color=white]:hover {
  color: #243D66;
  transition: 0.2s;
}

.button[data-color=transparent] {
  background-color: transparent;
  color: #060427;
  transition: 0.2s;
}
.button[data-color=transparent]:hover {
  color: #243D66;
  transition: 0.2s;
}

.button[data-color=orange] {
  background-color: #FF8D5C;
  border-color: #FF8D5C;
  transition: 0.2s;
}
.button[data-color=orange]:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.button[data-color=black] {
  background-color: black;
  border-color: black;
  transition: 0.2s;
  color: #fff;
}
.button[data-color=black]:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.button[data-size=mini] {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
}

.button[data-color=dark] {
  background-color: #454545;
  border-color: #454545;
  border-radius: 10px;
  transition: 0.4s;
}
.button[data-color=dark] .button__text {
  font-size: 14px;
  line-height: 14px;
}
.button[data-color=dark]:hover {
  background-color: #243D66;
  border-color: #243D66;
  transition: 0.4s;
}

.button[disabled] {
  background-color: #D8D8D8 !important;
  border-color: #D8D8D8 !important;
  pointer-events: none;
  color: #fff !important;
}
.button[disabled] .button__text {
  color: #9F9F9F;
}

.button[data-loading=true] {
  pointer-events: none;
}
.button[data-loading=true] .button__text {
  color: transparent;
}

.button[data-type=transparent] {
  padding: 0;
  background-color: transparent;
  color: #060427;
  border-radius: 0;
  font-size: 16px;
  line-height: 28px;
  border: none;
  font-weight: 500;
}
.button[data-type=transparent]:hover {
  color: #243D66;
}

.form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-gap: 36px;
  padding: 47px 71px 39px 71px;
  background-color: #fff;
  border: 1px solid #E0EAF6;
  border-radius: 16px;
  background-color: #fff;
}
.form:has(.cell-form__input[required]:placeholder-shown) .form__button {
  opacity: 0.4;
  pointer-events: none;
}

.form__footer {
  display: grid;
  gap: 20px;
}

.form__title {
  font-weight: 500;
  text-align: center;
}

.form__cells {
  display: grid;
  grid-gap: 24px;
}

.cell-form__title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #060427;
}

.cell-form {
  display: grid;
  grid-gap: 8px;
}
.cell-form:has(.cell-form__input:required) .cell-form__title {
  position: relative;
}
.cell-form:has(.cell-form__input:required) .cell-form__title::after {
  content: "*";
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #060427;
}

.cell-form[data-valid=true]:has(.cell-form__password-button) .cell-form__body::after {
  display: none;
}
.cell-form[data-valid=true] .cell-form__body::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.88462L9.375 14.5L15 7' stroke='%237400FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.cell-form[data-valid=false]:has(.cell-form__password-button + .form__cell-clear) .cell-form__password-button {
  display: none;
}
.cell-form[data-valid=false] .form__cell-clear {
  display: flex;
}
.cell-form[data-valid=false] .cell-form__input {
  border-color: #FF6262;
  transition: 0.4s;
}
.cell-form[data-valid=false] .cell-form__password-button {
  transform: none;
  top: 17px;
}
.cell-form[data-valid=false] .cell-form__error {
  display: flex;
}

.form__cell-clear {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.cell-form__error {
  display: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #FF6262;
}

.cell-form__input {
  width: 100%;
  padding: 8px 42px 8px 19px;
  font-size: 16px;
  line-height: 28px;
  color: #060427;
  font-weight: 400;
  border-radius: 30px;
  border: 2px solid #F4F6FA;
  transition: 0.4s;
}
.cell-form__input:hover {
  border-color: #243D66;
  transition: 0.4s;
}
.cell-form__input:focus {
  border-color: #243D66;
  transition: 0.4s;
}
.cell-form__input:user-invalid {
  border-color: #FF6262;
  transition: 0.4s;
}

textarea.cell-form__input {
  max-height: 100%;
  border-radius: 16px;
  resize: none;
}

.cell-form__input[readonly] {
  pointer-events: none;
}

.cell-form__body {
  position: relative;
  display: grid;
  grid-gap: 8px;
}

.cell-form__password-button {
  display: flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.cell-form__password-button svg path {
  transition: 0.4s;
}

.cell-form__password-button.active svg path {
  fill: #060427;
  transition: 0.4s;
}

.cell-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}

.cell-form__tip {
  font-size: 12px;
  line-height: 14px;
  color: #9B9BA9;
  font-weight: 400;
  transition: 0.4s;
}
.cell-form__tip:hover {
  color: #243D66;
  transition: 0.4s;
}

.form__checkboxes {
  display: grid;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: start;
}

.cell-form__checkboxes {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  grid-row-gap: 12px;
  grid-column-gap: 48px;
}

.form__text {
  text-align: center;
  color: #6A687D;
}
.form__text a {
  color: #060427;
  font-weight: 500;
  transition: 0.4s;
}
.form__text a:hover {
  color: #243D66;
  transition: 0.4s;
}

.form__description {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #6A687D;
  text-align: center;
}

.form__button {
  width: 100%;
}

.form__header {
  display: grid;
  grid-gap: 16px;
}
.form__header .form__checkboxes {
  margin-top: 20px;
}

.form__body {
  display: grid;
  grid-gap: 36px;
}

.form__additional {
  display: grid;
  grid-gap: 16px;
}

.socials-form {
  display: grid;
  grid-gap: 16px;
  justify-content: center;
  justify-items: center;
}

.socials-form__title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #6A687D;
}

.socials-form__list-link {
  display: flex;
}
.socials-form__list-link svg, .socials-form__list-link img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.socials-form__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 8px;
  justify-content: center;
}

.cell-form__policy .checkbox__text, .form__policy .checkbox__text {
  font-size: 16px;
  line-height: 18px;
  color: #6A687D;
}
.cell-form__policy a, .form__policy a {
  text-decoration: underline;
  color: #6A687D;
  transition: 0.4s;
}
.cell-form__policy a:hover, .form__policy a:hover {
  text-decoration-color: #060427;
  color: #060427;
  transition: 0.4s;
}

.form__policy {
  justify-content: center;
  justify-items: center;
  text-align: center;
}

.form #error-message {
  text-align: center;
}

.form__logo {
  display: flex;
  justify-content: center;
}
.form__logo img {
  width: 100%;
  max-width: 318px;
}

@media screen and (max-width: 767px) {
  .cell-form__title {
    font-size: 14px;
    line-height: 18px;
  }
  .cell-form__input {
    font-size: 14px;
    line-height: 20px;
  }
  .form__cells {
    grid-gap: 16px;
  }
  .form__title {
    font-size: 18px;
    line-height: 25px;
  }
  .form {
    padding: 32px 20px;
    grid-gap: 24px;
  }
  .form__header {
    grid-gap: 8px;
  }
  .form__header .form__checkboxes {
    margin-top: 8px;
    grid-column-gap: 26px;
  }
  .form__checkboxes .checkbox__text {
    font-size: 14px;
    line-height: 20px;
  }
  .cell-form__policy {
    flex-wrap: nowrap;
    align-content: start;
    align-items: start;
  }
  .cell-form__policy .checkbox__text {
    font-size: 12px;
    line-height: 14px;
  }
  .cell-form__policy .checkbox__icon svg {
    width: 16px;
    height: 16px;
  }
  .form__text {
    font-size: 14px;
    line-height: 16px;
  }
  .form__body {
    grid-gap: 24px;
  }
  .cell-form__error {
    margin-top: -2px;
  }
  .form__description {
    font-size: 14px;
    line-height: 16px;
  }
  .form__policy {
    display: grid;
    justify-content: center;
    justify-items: center;
  }
  .form__policy a {
    display: inline-flex;
    margin: 0 auto;
  }
}
.text {
  display: grid;
  grid-gap: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  text-wrap: balance;
}
.text a {
  text-decoration: underline;
  text-decoration-color: inherit;
  color: inherit;
  transition: 0.4s;
}
.text a:hover {
  text-decoration-color: transparent;
  transition: 0.4s;
}
.text p + ul, .text p + ol {
  margin-top: -8px;
}
.text ul, .text ol {
  display: grid;
  gap: 8px;
  padding-left: 24px;
}
.text ul li {
  list-style: disc;
}
.text img {
  width: 100%;
  height: auto;
  max-height: 540px;
  border-radius: 16px;
  overflow: hidden;
}

.checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 10px;
  position: relative;
  cursor: pointer;
}
.checkbox:hover .checkbox__icon svg rect {
  stroke: #DDDAFF;
  transition: 0.4s;
}

.checkbox__icon {
  display: flex;
  position: relative;
  z-index: 2;
}
.checkbox__icon svg {
  width: 20px;
  height: 20px;
}
.checkbox__icon svg path {
  opacity: 0;
  transition: 0.4s;
  stroke: #060427;
}
.checkbox__icon svg rect {
  transition: 0.4s;
  stroke: #060427;
}

.checkbox__input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox__input:disabled + .checkbox__icon {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}
.checkbox__input:disabled + .checkbox__icon svg rect {
  fill: #F2F2F2;
}
.checkbox__input:checked + .checkbox__icon svg path {
  opacity: 1;
  transition: 0.4s;
}
.checkbox__input:checked + .checkbox__icon svg rect {
  stroke: #060427;
  transition: 0.4s;
}

.checkbox__input[type=radio] + .checkbox__icon {
  position: relative;
}
.checkbox__input[type=radio] + .checkbox__icon::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #060427;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.4s;
}
.checkbox__input[type=radio] + .checkbox__icon svg path {
  opacity: 0;
}

.checkbox__input[type=radio]:checked + .checkbox__icon {
  position: relative;
}
.checkbox__input[type=radio]:checked + .checkbox__icon::after {
  opacity: 1;
  transition: 0.4s;
}

.checkbox__text {
  display: flex;
  grid-gap: 5px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #060427;
}
.checkbox__text p {
  display: flex;
  grid-row-gap: 2px;
  grid-column-gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.checkbox__text a {
  display: flex;
  grid-gap: 5px;
  align-items: center;
  color: #060427;
  transition: 0.5s;
}
.checkbox__text a:hover {
  color: #243D66;
  transition: 0.4s;
}
.checkbox__text span {
  padding: 2px 7px;
  background-color: #7400FF;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.checkbox__text span[data-status=quickly] {
  background-color: #FF6262;
  text-transform: capitalize;
}

.checkbox__value {
  max-width: 330px;
  width: 100%;
  padding: 8px 18px;
  border: 2px solid #F4F6FA;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
}
.checkbox__value:hover, .checkbox__value:focus {
  border-color: #7400FF;
  transition: 0.4s;
}
.checkbox__value::placeholder {
  color: #9B9BA9;
}

.checkbox__date {
  max-width: 330px;
  width: 100%;
  position: relative;
}
.checkbox__date:hover .checkbox__date-icon svg path, .checkbox__date:focus .checkbox__date-icon svg path {
  stroke: #243D66;
  transition: 0.4s;
}

.checkbox__date-icon {
  display: flex;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox__date-icon svg path {
  transition: 0.4s;
}

.checkbox__date-input {
  cursor: pointer;
  max-width: 330px;
  width: 100%;
  padding: 8px 18px;
  border: 2px solid #F4F6FA;
  background-color: #fff;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
}
.checkbox__date-input:hover, .checkbox__date-input:focus {
  border-color: #7400FF;
  transition: 0.4s;
}
.checkbox__date-input::placeholder {
  color: #9B9BA9;
}

.checkbox__color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
}

@media screen and (max-width: 767px) {
  .checkbox__date {
    max-width: 450px;
  }
  .checkbox__value {
    max-width: 450px;
    width: calc(100% - 30px);
  }
  .checkbox__date-input {
    max-width: 450px;
  }
  .checkbox__text + .checkbox__value {
    width: 100%;
  }
  .checkbox {
    grid-gap: 8px;
  }
}
.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}

.fancybox__viewport.is-draggable {
  cursor: initial;
}

.modal {
  max-width: 690px;
  width: 100%;
  padding: 0;
  border-radius: 16px;
  overflow: auto !important;
  background-color: transparent !important;
  pointer-events: all;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
}
.modal::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  appearance: none;
  display: none;
}
.modal::-webkit-scrollbar-track {
  background-color: transparent;
  transition: 0.4s;
  visibility: hidden;
}
.modal::-webkit-scrollbar-thumb {
  visibility: hiden;
  border-radius: 10px;
  background-color: transparent;
  transition: 0.4s;
}

.modal__close {
  display: flex;
  padding: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  cursor: pointer;
}

.modal__wrapper {
  padding: 0;
}

.modal__content {
  display: grid;
  grid-gap: 40px;
  padding: 64px 40px 60px 40px;
  border-radius: 16px;
  background-color: #fff;
}

.modal__body {
  display: grid;
  grid-gap: 40px;
}

.modal__title {
  text-align: center;
}

.modal__note {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #9B9BA9;
}

.modal__header {
  display: grid;
  grid-gap: 16px;
}

.modal__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  margin: 0 auto;
}

.modal__button[data-color=white] {
  color: #7400FF;
}

.modal__button {
  min-width: 200px;
}

.modalNote {
  max-width: 690px;
}
.modalNote .modal__header {
  max-width: 454px;
  margin: 0 auto;
}

.modalWork {
  max-width: 930px;
}
.modalWork .modal__content {
  padding: 32px 40px;
}
.modalWork .file-field__main {
  border-color: transparent;
}
.modalWork .modal__button {
  border-color: #060427;
}
.modalWork .modal__button:hover {
  border-color: #243D66;
}
.modalWork .file-field__subtitle {
  text-align: center;
}
.modalWork .modal__form {
  display: grid;
  gap: 56px;
}
.modalWork .block-create__subtitle {
  font-size: 14px;
  line-height: 22px;
  color: #9B9BA9;
}
.modalWork .block-create {
  gap: 8px;
}
.modalWork .block-create__title {
  font-weight: 400;
}

.modal__footer {
  display: grid;
  gap: 16px;
  justify-content: center;
}

.modal__text {
  text-align: center;
}

.modalDelete, .modalRefusal, .modalText {
  max-width: 690px;
}
.modalDelete .modal__header, .modalRefusal .modal__header, .modalText .modal__header {
  max-width: 454px;
  margin: 0 auto;
}
.modalDelete .modal__button, .modalRefusal .modal__button, .modalText .modal__button {
  width: 100%;
  max-width: 282px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 22px;
}
.modalDelete .modal__buttons, .modalRefusal .modal__buttons, .modalText .modal__buttons {
  width: 100%;
}

.modalRoles {
  max-width: 480px;
}
.modalRoles .modal__content {
  padding: 24px;
  grid-gap: 16px;
}
.modalRoles .button {
  width: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E5E8F7;
  padding: 13px 15px;
  background-color: #F4F6FA;
  transition: 0.5s;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #060427;
  border-radius: 30px;
}
.modalRoles .button:hover {
  border-color: #bdb8ff;
  transition: 0.4s;
}
.modalRoles .button.active {
  background-color: #060427;
  border-color: #060427;
  color: #fff;
  transition: 0.4s;
}
.modalRoles .modal__buttons {
  width: 100%;
}

.modalPrices {
  max-width: 930px;
}

@media screen and (max-width: 767px) {
  .modal {
    max-width: 100%;
    height: 100vh;
    height: 100svh;
    justify-content: end;
    border-radius: 20px 20px 0 0 !important;
    pointer-events: none;
  }
  .modal__content {
    padding: 24px 15px 24px 15px;
    border-radius: 20px 20px 0 0;
    grid-gap: 48px;
    pointer-events: all;
  }
  .modal__header {
    grid-gap: 24px;
  }
  .modal__wrapper {
    border-radius: 0;
    max-height: 75vh;
    max-height: 75svh;
    overflow: auto;
    border-radius: 20px 20px 0 0;
  }
  .modalDelete .modal__button {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 24px;
  }
  .modalRefusal .modal__button {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 24px;
  }
  .modal__buttons {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 1fr;
    grid-auto-flow: dense;
  }
  .modal__note {
    font-size: 14px;
    line-height: 20px;
  }
  .modal__title {
    max-width: 280px;
    margin: 0 auto;
  }
  .modalPrices .modal__content {
    grid-gap: 24px;
  }
  .modal__body {
    grid-gap: 24px;
  }
}
.cloud {
  min-width: 280px;
  padding-top: 22px;
  position: absolute;
  right: -40px;
  z-index: 4;
  top: calc(100% + 14px);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

[data-cloud-container] {
  position: relative;
}
[data-cloud-container]:hover .cloud {
  opacity: 1;
  pointer-events: all;
  transition: 0.2s;
  top: 100%;
}

.cloud__content {
  background-color: #fff;
  box-shadow: 0px 4px 40px 0px rgba(36, 61, 102, 0.1019607843);
  border-radius: 10px;
  border: 1px solid #E5E8F7;
  position: relative;
}
.cloud__content::after {
  content: "";
  width: 30px;
  height: 13px;
  position: absolute;
  z-index: 2;
  right: 47px;
  top: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='13' viewBox='0 0 44 13' fill='none'%3E%3Cg clip-path='url(%23clip0_525_2)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.7655 21.7636L22.2363 1.23438L1.70711 21.7636H42.7655Z' fill='white' stroke='%23E5E8F7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_525_2'%3E%3Crect width='44' height='13' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0deg);
}

.cloud__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  min-height: 40px;
  font-weight: 500;
  color: #060427;
}

.cloud__header {
  padding: 10px 30px;
  border-bottom: 1px solid #E0EAF6;
  position: relative;
  z-index: 2;
}

.cloud__link {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #060427;
  transition: 0.4s;
}
.cloud__link:hover {
  color: #7400FF;
  transition: 0.4s;
}

.cloud__footer {
  display: grid;
  justify-items: start;
  justify-content: start;
  padding: 20px 30px;
  border-top: 1px solid #E0EAF6;
}

.cloud__body {
  padding: 15px 15px 15px 30px;
}

.cloud__links {
  display: grid;
  grid-gap: 5px;
  justify-items: start;
  justify-content: start;
}
.cloud__links li {
  display: flex;
}
.cloud__links li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #060427;
  transition: 0.4s;
}
.cloud__links li a:hover {
  color: #243D66;
  transition: 0.4s;
}

.feed-cloud__content {
  max-height: 600px;
  overflow: auto;
}
.feed-cloud__content::-webkit-scrollbar {
  width: 2px;
}
.feed-cloud__content::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.feed-cloud__content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #BDB8FF;
}

.feed-cloud__item {
  display: grid;
  grid-gap: 10px;
  align-items: start;
  justify-content: start;
}

.feed-cloud__item-avatar {
  display: flex;
}
.feed-cloud__item-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.feed-cloud__item-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #060427;
  transition: 0.4s;
}
.feed-cloud__item-title + .feed-cloud__item-text {
  margin-top: -4px;
}

a.feed-cloud__item-title:hover {
  color: #243D66;
  transition: 0.4s;
}

.feed-cloud__item-text {
  display: grid;
  grid-gap: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #060427;
}
.feed-cloud__item-text a {
  color: #7400FF;
}

.feed-cloud__item-date {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #9B9BA9;
}

.feed-cloud__item-main {
  display: grid;
  grid-gap: 10px;
}

.feed-cloud__item-projects {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.feed-cloud__item-project {
  display: flex;
}
.feed-cloud__item-project img {
  width: 77px;
  height: 77px;
  border-radius: 10px;
  object-fit: cover;
}

.feed-cloud__list {
  display: grid;
  grid-gap: 30px;
}

.cloud__checkbox {
  display: flex;
  cursor: pointer;
  flex-wrap: nowrap;
}

.cloud__checkboxes {
  display: grid;
  grid-gap: 12px;
  min-width: max-content;
}

.cloud__list {
  display: grid;
  justify-content: start;
  justify-items: start;
}
.cloud__list li, .cloud__list a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #060427;
  transition: 0.4s;
}
.cloud__list li[disabled], .cloud__list a[disabled] {
  color: #9B9BA9;
  pointer-events: none;
  cursor: default;
}
.cloud__list li:hover, .cloud__list a:hover {
  color: #7400FF;
  transition: 0.4s;
}

.feed-cloud__header {
  position: relative;
}

.feed-cloud__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #060427;
  text-align: center;
}

.feed-cloud__close {
  position: absolute;
  left: 0;
  cursor: pointer;
}

.counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  border-radius: 19px;
  background-color: #7400FF;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
}

.counter[data-value="0"] {
  opacity: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.h1 {
  font-size: 48px;
  line-height: 48px;
  color: #060427;
  font-weight: 500;
}

.h2 {
  font-size: 28px;
  line-height: 32px;
  color: #060427;
  font-weight: 500;
}

.h3 {
  font-size: 22px;
  line-height: 26px;
  color: #060427;
  font-weight: 500;
}

.h4 {
  font-size: 18px;
  line-height: 22px;
  color: #060427;
  font-weight: 500;
}

.h5 {
  font-size: 16px;
  line-height: 22px;
  color: #060427;
  font-weight: 500;
}

.skills {
  display: grid;
  gap: 24px;
}
.skills[readonly] .progress-bar {
  pointer-events: none;
}
.skills:not(:has(.progress-bar .progress-bar__checkbox:checked)) .skills__button {
  opacity: 0.3;
  pointer-events: none;
}

.list-skills {
  display: grid;
  gap: 5px;
}

.skill {
  display: grid;
  grid-template-columns: 94px 1fr 60px;
  align-items: center;
  gap: 12px;
}
.skill:not(:has(.progress-bar .progress-bar__checkbox:checked)) .rate-skill {
  opacity: 0;
  pointer-events: none;
}
.skill svg path {
  transition: 0.3s;
}
.skill[data-color=yellow] .skill__progress-bar {
  border-color: #A6B502;
}
.skill[data-color=yellow] .progress-bar__content {
  background-color: #E6FB04;
}
.skill[data-color=yellow] .rate-skill__icon svg path {
  stroke: #A6B502;
  fill: #E6FB04;
}
.skill[data-color=orange] .skill__progress-bar {
  border-color: #DB725D;
}
.skill[data-color=orange] .progress-bar__content {
  background-color: #FFA251;
}
.skill[data-color=orange] .rate-skill__icon svg path {
  stroke: #DB725D;
  fill: #FFA251;
}
.skill[data-color=green] .skill__progress-bar {
  border-color: #2CB406;
}
.skill[data-color=green] .progress-bar__content {
  background-color: #82F163;
}
.skill[data-color=green] .rate-skill__icon svg path {
  stroke: #2CB406;
  fill: #82F163;
}
.skill[data-color=red] .skill__progress-bar {
  border-color: #AE0D00;
}
.skill[data-color=red] .progress-bar__content {
  background-color: #F34F2A;
}
.skill[data-color=red] .rate-skill__icon svg path {
  stroke: #AE0D00;
  fill: #F34F2A;
}
.skill[data-progress=up-right] .rate-skill__icon {
  transform: rotate(45deg);
}
.skill[data-progress=down-right] .rate-skill__icon {
  transform: rotate(135deg);
}
.skill[data-progress=down] .rate-skill__icon {
  transform: rotate(180deg);
}

.skill__title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #060427;
}

.rate-skill {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rate-skill[data-progress=up-right] .rate-skill__icon {
  transform: rotate(45deg);
}
.rate-skill[data-progress=down-right] .rate-skill__icon {
  transform: rotate(135deg);
}
.rate-skill[data-progress=down] .rate-skill__icon {
  transform: rotate(180deg);
}
.rate-skill[data-color=green] .rate-skill__icon svg path {
  stroke: #2CB406;
  fill: #82F163;
}
.rate-skill[data-color=orange] .rate-skill__icon svg path {
  stroke: #DB725D;
  fill: #FFA251;
}
.rate-skill[data-color=red] .rate-skill__icon svg path {
  stroke: #AE0D00;
  fill: #F34F2A;
}
.rate-skill[data-color=yellow] .rate-skill__icon svg path {
  stroke: #A6B502;
  fill: #E6FB04;
}

.rate-skill__icon {
  display: flex;
  flex-shrink: 0;
  transition: 0.3s;
}
.rate-skill__icon svg {
  width: 18px;
  height: 18px;
}
.rate-skill__icon svg path {
  fill: #fff;
  stroke: #060427;
  transition: 0.4s;
}

.rate-skill__value {
  min-width: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #060427;
  font-weight: 400;
  transition: 0.3s;
}

.progress-bar {
  position: relative;
}
.progress-bar:hover .progress-bar__label {
  border-color: #060427;
  transition: 0.3s;
}
.progress-bar[data-color=yellow] {
  border-color: #A6B502;
}
.progress-bar[data-color=yellow] .progress-bar__content {
  background-color: #E6FB04;
}
.progress-bar[data-color=orange] {
  border-color: #DB725D;
}
.progress-bar[data-color=orange] .progress-bar__content {
  background-color: #FFA251;
}
.progress-bar[data-color=green] {
  border-color: #2CB406;
}
.progress-bar[data-color=green] .progress-bar__content {
  background-color: #82F163;
}
.progress-bar[data-color=red] {
  border-color: #AE0D00;
}
.progress-bar[data-color=red] .progress-bar__content {
  background-color: #F34F2A;
}

.progress-bar__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.progress-bar__labels {
  display: flex;
  align-items: center;
  width: 100%;
  height: 14px;
  border: 1px solid #060427;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.progress-bar:has(.progress-bar__label:nth-child(1) .progress-bar__checkbox:checked):hover .progress-bar__label {
  border-color: #AE0D00;
}
.progress-bar:has(.progress-bar__label:nth-child(1) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon {
  transform: rotate(180deg);
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(1) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon svg path {
  stroke: #AE0D00;
  transition: 0.3s;
  fill: #F34F2A;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(1) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__value {
  color: #F34F2A;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(1) .progress-bar__checkbox:checked) .progress-bar__labels {
  border-color: #AE0D00;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(1) .progress-bar__checkbox:checked) .progress-bar__label {
  background-color: #FFBAAA;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(1) .progress-bar__checkbox:checked) .progress-bar__label:nth-child(1) ~ .progress-bar__label {
  background-color: #fff;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(2) .progress-bar__checkbox:checked):hover .progress-bar__label {
  border-color: #DB725D;
}
.progress-bar:has(.progress-bar__label:nth-child(2) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon {
  transform: rotate(135deg);
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(2) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon svg path {
  stroke: #DB725D;
  transition: 0.3s;
  fill: #FFA251;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(2) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__value {
  color: #FFA251;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(2) .progress-bar__checkbox:checked) .progress-bar__labels {
  border-color: #DB725D;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(2) .progress-bar__checkbox:checked) .progress-bar__label {
  background-color: #FFD1A9;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(2) .progress-bar__checkbox:checked) .progress-bar__label:nth-child(2) ~ .progress-bar__label {
  background-color: #fff;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(3) .progress-bar__checkbox:checked):hover .progress-bar__label {
  border-color: #A6B502;
}
.progress-bar:has(.progress-bar__label:nth-child(3) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon {
  transform: rotate(45deg);
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(3) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon svg path {
  stroke: #A6B502;
  transition: 0.3s;
  fill: #E6FB04;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(3) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__value {
  color: #A6B502;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(3) .progress-bar__checkbox:checked) .progress-bar__labels {
  border-color: #A6B502;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(3) .progress-bar__checkbox:checked) .progress-bar__label {
  background-color: #F8FFA7;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(3) .progress-bar__checkbox:checked) .progress-bar__label:nth-child(3) ~ .progress-bar__label {
  background-color: #fff;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(4) .progress-bar__checkbox:checked):hover .progress-bar__label {
  border-color: #2CB406;
}
.progress-bar:has(.progress-bar__label:nth-child(4) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon {
  transform: rotate(45deg);
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(4) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon svg path {
  stroke: #2CB406;
  transition: 0.3s;
  fill: #82F163;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(4) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__value {
  color: #2CB406;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(4) .progress-bar__checkbox:checked) .progress-bar__labels {
  border-color: #2CB406;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(4) .progress-bar__checkbox:checked) .progress-bar__label {
  background-color: #CFFFC2;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(4) .progress-bar__checkbox:checked) .progress-bar__label:nth-child(4) ~ .progress-bar__label {
  background-color: #fff;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(5) .progress-bar__checkbox:checked):hover .progress-bar__label {
  border-color: #2CB406;
  border-color: #2CB406;
}
.progress-bar:has(.progress-bar__label:nth-child(5) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon {
  transform: rotate(45deg);
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(5) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__icon svg path {
  stroke: #2CB406;
  transition: 0.3s;
  fill: #82F163;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(5) .progress-bar__checkbox:checked) + .rate-skill .rate-skill__value {
  color: #2CB406;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(5) .progress-bar__checkbox:checked) .progress-bar__labels {
  border-color: #2CB406;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(5) .progress-bar__checkbox:checked) .progress-bar__label {
  background-color: #95FF78;
  transition: 0.3s;
}
.progress-bar:has(.progress-bar__label:nth-child(5) .progress-bar__checkbox:checked) .progress-bar__label:nth-child(5) ~ .progress-bar__label {
  background-color: #fff;
  transition: 0.3s;
}

.progress-bar__label {
  width: 100%;
  display: flex;
  border-right: 1px solid transparent;
  transition: 0.3s;
}
.progress-bar__label:last-child {
  border: none;
}

.progress-bar__checkbox {
  opacity: 0;
  pointer-events: none;
}

.tippy-box {
  background-color: #060427;
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  box-shadow: none;
  border-radius: 4px;
}

.tippy-content {
  padding: 8px 12px;
}

.tippy-arrow {
  color: #060427;
}

.status {
  min-width: 110px;
  display: inline-flex;
  justify-content: center;
  gap: 4px;
  background-color: #060427;
  padding: 7px 10px;
  border-radius: 8px;
}
.status[data-status=complete] {
  background-color: #CBFFBD;
}
.status[data-status=complete] .status__text {
  color: #2CB406;
}
.status[data-status=check] {
  background-color: #E9D7FF;
}
.status[data-status=check] .status__text {
  color: #9747FF;
}
.status[data-status=unload] {
  background-color: #FFE5B4;
}
.status[data-status=unload] .status__text {
  color: #AB5204;
}
.status[data-status=false] {
  background-color: #FF8E79;
}
.status[data-status=false] .status__text {
  color: #000;
}
.status[data-size=l] {
  width: 100%;
  padding: 11px 20px;
}
.status[data-size=l] .status__text {
  font-weight: 500;
}

.status__text {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.list-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  justify-content: start;
}

.list-crumbs__item {
  display: grid;
  position: relative;
}
.list-crumbs__item:first-child:last-child .list-crumbs__link {
  font-size: 14px;
  line-height: 17px;
  color: #9B9BA9;
  font-weight: 400;
  pointer-events: none;
  transition: 0.4s;
}
.list-crumbs__item:last-child::after {
  display: none;
}
.list-crumbs__item:last-child .list-crumbs__link {
  font-weight: 500;
  color: #060427;
  pointer-events: none;
}
.list-crumbs__item::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='5' viewBox='0 0 11 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.555 4.85C7.655 4.59 7.765 4.35 7.885 4.13C8.005 3.9 8.14 3.685 8.29 3.485H0.25V2.255H8.29C8.15 2.055 8.02 1.845 7.9 1.625C7.78 1.395 7.67 1.15 7.57 0.889999H8.71C9.33 1.62 10.01 2.175 10.75 2.555V3.2C10.01 3.56 9.33 4.11 8.71 4.85H7.555Z' fill='%239B9BA9'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.list-crumbs__link {
  font-size: 14px;
  line-height: 17px;
  color: #9B9BA9;
  font-weight: 400;
  transition: 0.4s;
}
.list-crumbs__link:hover {
  color: #243D66;
  transition: 0.4s;
}

.back {
  display: inline-flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: start;
  justify-self: start;
  cursor: pointer;
}
.back:hover .back__title {
  color: #243D66;
  transition: 0.4s;
}
.back:hover .back__icon svg path {
  transition: 0.4s;
  stroke: #243D66;
}

.back__icon {
  display: flex;
}
.back__icon svg path {
  transition: 0.4s;
}

.back__title {
  font-size: 20px;
  line-height: 28px;
  color: #6A687D;
  font-weight: 400;
  transition: 0.4s;
}

.tags__content {
  display: grid;
  grid-gap: 15px;
}

.list-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  grid-gap: 5px;
}

.tag {
  display: flex;
  position: relative;
}
.tag:hover .tag__remove {
  opacity: 1;
  pointer-events: all;
  transition: 0.4s;
}
.tag:hover .tag__value {
  border-color: #E5E8F7;
  transition: 0.4s;
}

.tag[data-theme=dark] .tag__value {
  background-color: #060427;
}
.tag[data-theme=dark] .tag__value-title {
  color: #fff;
}

.tag__remove {
  display: flex;
  cursor: pointer;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.tag__remove:hover .tag__remove-icon {
  transition: 0.4s;
  transform: scale(1.2);
}
.tag__remove:hover .tag__remove-icon svg circle {
  fill: #7400FF;
  transition: 0.4s;
}

.tag__remove-icon {
  display: flex;
  transition: 0.4s;
}
.tag__remove-icon svg {
  width: 14px;
  height: 14px;
}
.tag__remove-icon svg circle {
  transition: 0.4s;
}

.tag__value {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding: 5px 11px;
  background-color: #F4F6FA;
  border: 1.5px solid #F4F6FA;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}

.tag__value-title {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.tag__value-input {
  display: none;
}

.tag__value-color {
  width: 12px;
  height: 12px;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  overflow: hidden;
}

.tag[data-status=add]:hover .tag__value::after {
  transform: scale(1.2);
  transition: 0.4s;
}
.tag[data-status=add] .tag__value {
  background-color: #fff;
  border-color: #7400FF;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.tag[data-status=add] .tag__value::after {
  content: "";
  width: 14px;
  height: 14px;
  top: -2px;
  right: -2px;
  position: absolute;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8' r='7.5' fill='%237400FF' stroke='white'/%3E%3Cpath d='M12.1836 6.02103L7.86337 10.0809L5.18354 7.39995' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.4s;
}

.tag[data-status=reset]:hover .tag__value {
  color: #243D66;
  transition: 0.4s;
}
.tag[data-status=reset]:hover .tag__remove-icon {
  transition: 0.4s;
  transform: scale(1.2);
}
.tag[data-status=reset]:hover .tag__remove-icon svg circle {
  fill: #243D66;
  transition: 0.4s;
}
.tag[data-status=reset] .tag__value {
  background-color: #F4F6FA;
  color: #9B9BA9;
  padding-right: 36px;
  cursor: pointer;
}
.tag[data-status=reset] .tag__remove {
  opacity: 1;
  pointer-events: none;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.tag[data-status=added] {
  pointer-events: all;
}
.tag[data-status=added] .tag__remove {
  display: none;
}
.tag[data-status=added] .tag__value {
  pointer-events: all;
  background-color: #060427;
  border-color: #060427;
  color: #fff;
}

.tags__to-fill .tag__value {
  border-width: 2px;
}

.swiper-arrow {
  width: 40px;
  height: 40px;
  position: static;
  pointer-events: all;
  margin: 0;
  padding: 0;
}
.swiper-arrow:hover svg rect:first-child {
  fill-opacity: 1;
  transition: 0.4s;
}
.swiper-arrow svg {
  width: 40px;
  height: 40px;
}
.swiper-arrow svg rect {
  transition: 0.4s;
}
.swiper-arrow::after {
  display: none;
}
.swiper-arrow::before {
  display: none;
}

.swiper-arrows {
  z-index: 2;
  padding: 0 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.air-datepicker-body--day-name {
  color: #9B9BA9;
}

.air-datepicker-cell.-selected- {
  background: #454545 !important;
  color: #fff !important;
}

.air-datepicker-cell.-current- {
  font-weight: 600;
  color: #060427;
}

.air-datepicker.-is-mobile- {
  max-width: 450px;
  width: 100%;
}

.air-datepicker--content {
  padding: 24px;
}

.stats {
  display: grid;
  gap: 12px;
}

.stats__list {
  display: flex;
  align-items: center;
  flex-wrap: 8px 24px;
}

.item-stats {
  display: flex;
  align-items: center;
  gap: 5px;
}

.item-stats__icon {
  display: flex;
}
.item-stats__icon svg {
  width: 18px;
  height: 18px;
}

.item-stats__value {
  font-size: 14px;
  line-height: 20px;
}

.edit {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  grid-gap: 5px;
  cursor: pointer;
}
.edit:hover .edit__title {
  color: #243D66;
  transition: 0.4s;
}
.edit:hover .edit__icon svg path {
  fill: #243D66;
  transition: 0.4s;
}

.edit.active .edit__title {
  color: #243D66;
  transition: 0.4s;
}
.edit.active .edit__icon svg path {
  fill: #243D66;
}

.edit__icon {
  display: flex;
}
.edit__icon svg path {
  transition: 0.4s;
}

.edit__title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #9B9BA9;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .edit__title {
    font-size: 12px;
    line-height: 20px;
  }
  .edit {
    margin-top: 10px;
  }
}
/* Blocks */
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
}

.header.active {
  animation: headerDown 0.4s 0.4s ease-out both;
  transition: 0.5s;
}

.header.hidden {
  animation: headerUp 0.2s ease-out both;
  transition: 0.5s;
}

@keyframes headerDown {
  0% {
    position: fixed;
    transform: translateY(-100%);
    pointer-events: none;
  }
  100% {
    position: fixed;
    transform: translateY(0);
    pointer-events: all;
  }
}
@keyframes headerUp {
  0% {
    position: fixed;
    transform: translateY(0);
    pointer-events: all;
  }
  100% {
    position: fixed;
    transform: translateY(-100%);
    pointer-events: none;
  }
}
.header__content {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.profile-header {
  display: grid;
  position: relative;
}

.profile-header__cloud {
  min-width: 240px;
  right: 0;
}

.profile-header__top {
  cursor: pointer;
  position: relative;
}

.profile-header__title {
  font-size: 14px;
  line-height: 24px;
  color: #060427;
  font-weight: 400;
}
.profile-header__title:hover {
  color: #243D66;
  transition: 0.4s;
}

.option-header {
  position: relative;
}
.option-header .cloud {
  min-width: 450px;
}
.option-header .cloud__content::after {
  right: 36px;
}

.option-header__top {
  cursor: pointer;
}
.option-header__top:hover .option-header__icon svg path {
  transition: 0.4s;
  stroke: #243D66;
}

.option-header__icon {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.option-header__icon svg path {
  transition: 0.4s;
}

.option-header__counter {
  position: absolute;
  right: -2px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 13px;
  padding: 2px;
  height: 13px;
  border-radius: 13px;
  font-size: 9px;
  line-height: 9px;
  font-weight: 400;
  color: #fff;
  background-color: #7400FF;
}

.header__options {
  display: flex;
  gap: 16px;
  align-items: center;
}

.header__main {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: end;
}

.header__list {
  display: flex;
  margin-right: 40px;
  gap: 4px;
}
.header__list li {
  display: flex;
}
.header__list li:hover:not(.active) a {
  color: #243D66;
  transition: 0.4s;
}
.header__list li.active {
  pointer-events: none;
}
.header__list li.active a {
  background-color: #060427;
  color: #fff;
}
.header__list li a {
  display: inline-flex;
  padding: 7px 11px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border-radius: 30px;
  color: #060427;
  transition: 0.4s;
}

.pages {
  margin: 50px 0 100px 0;
}

.pages__list {
  display: grid;
  grid-gap: 24px;
  justify-items: start;
  justify-content: start;
}
.pages__list li {
  display: flex;
  position: relative;
  padding-left: 42px;
}
.pages__list li:hover::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.4s;
}
.pages__list li:hover a {
  color: #060427;
  transition: 0.4s;
}
.pages__list li::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6 6.4L8 0L6.4 6.4L0 8L6.4 9.6L8 16L9.6 9.6L16 8L9.6 6.4Z' fill='%237400FF'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.pages__list li a {
  font-size: 24px;
  line-height: 28px;
  color: #060427;
  transition: 0.4s;
}
.pages__list li a span {
  color: #7400FF;
}
.pages__list li a:hover {
  color: #7400FF;
  transition: 0.4s;
}
.pages__list li[data-ready] {
  padding-left: 20px;
  position: relative;
}
.pages__list li[data-ready]::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #060427;
  position: absolute;
  left: 0;
  top: 12px;
  opacity: 0.2;
}
.pages__list li[data-ready]:has(span[style="color:#32d811"]) {
  order: -1;
}
.pages__list li[data-ready]:has(span[style="color:#32d811"])::after {
  background-color: #32d811;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pages__list {
    grid-gap: 12px;
  }
  .pages__list li a {
    font-size: 16px;
    line-height: 22px;
  }
  .pages__list li[data-ready]::after {
    top: 8px;
  }
}
body:has(.login) {
  padding: 0;
}

.login {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.login__form {
  max-width: 618px;
  width: 100%;
  margin: 12px auto;
}
.login__form:not(:has(.cell-form)) {
  gap: 28px;
  padding: 48px 52px;
}
.login__form:not(:has(.cell-form)) .form__button {
  min-width: 252px;
  justify-self: center;
  width: auto;
}

.login__wrapper {
  height: 100%;
}

.login__content {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .login {
    padding: 16px 0 80px 0;
  }
}
.profile {
  margin: 36px 0 48px 0;
}
.profile:first-child:last-child:has(.block-create__period-form) {
  margin-bottom: 180px;
}
.profile[data-user=student] .project-profile__body {
  display: grid !important;
}

.profile__content {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 32px;
}

.side-profile {
  display: grid;
  gap: 32px;
  align-self: start;
  position: sticky;
  max-height: calc(100vh - 64px);
  overflow: auto;
  top: 16px;
  transition: 0.3s;
}

body:not(:has(.header.hidden)) .side-profile {
  top: 72px;
  transition: 0.3s;
}

.side-profile__blocks {
  display: grid;
  gap: 32px;
  align-items: start;
  align-content: start;
}

.side-profile__block {
  display: grid;
  gap: 24px;
  padding: 31px 39px;
  border-radius: 16px;
  border: 1px solid #E5E8F7;
  background-color: #fff;
}

.main-profile {
  display: grid;
  gap: 32px;
}

.main-profile__blocks {
  display: grid;
  gap: 32px;
  align-items: start;
  align-content: start;
}

.main-profile__block {
  display: grid;
  gap: 24px;
  padding: 31px 39px;
  border-radius: 16px;
  border: 1px solid #E5E8F7;
  background-color: #fff;
}
.main-profile__block:has(.student-profile) {
  gap: 8px;
}

.profile-user__name {
  display: grid;
  gap: 4px;
  justify-content: start;
  justify-items: start;
  font-size: 14px;
  line-height: 16px;
  color: #9B9BA9;
  font-weight: 400;
}
.profile-user__name span {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #060427;
}

.profile-user {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
}
.profile-user .rate-skill {
  gap: 6px;
}
.profile-user .rate-skill__value {
  min-width: auto;
}

.profile-rows {
  display: grid;
  gap: 16px;
  align-items: start;
  align-content: start;
}

.row-profile {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.row-profile__title {
  min-width: 120px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 17px;
  color: #9B9BA9;
  font-weight: 400;
}

.row-profile__value {
  text-align: right;
  font-size: 14px;
  line-height: 17px;
  color: #060427;
  font-weight: 500;
}

.student-profile__profile-rows {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 12px 26px;
  flex-wrap: wrap;
}
.student-profile__profile-rows .row-profile {
  max-width: 248px;
  display: grid;
}
.student-profile__profile-rows .row-profile:first-child {
  max-width: 95px;
}
.student-profile__profile-rows .row-profile__value {
  text-align: left;
}

.student-profile {
  display: grid;
  gap: 14px;
}

.profile-user__rate-skill {
  justify-content: end;
}

.student-profile__title {
  margin-bottom: 8px;
}

.main-profile__block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  flex-wrap: wrap;
}

.task-profile__info {
  display: grid;
  gap: 8px;
  justify-content: start;
  justify-items: start;
}

.task-profile {
  display: grid;
  gap: 32px;
}

.task-profile__body {
  display: grid;
  gap: 32px;
}

.task-profile__cells {
  display: grid;
  gap: 32px;
}

.task-profile__cell {
  display: grid;
  gap: 8px;
}

.task-profile__tags {
  pointer-events: none;
}

.task-profile__text {
  font-size: 14px;
  line-height: 22px;
  color: #060427;
  font-weight: 400;
}

.task-profile__date {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px 40px;
  font-size: 14px;
  line-height: 22px;
}
.task-profile__date p {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}

.task-profile__cell-value {
  display: grid;
  gap: 16px;
}

.task-profile__files {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.task-profile__file {
  display: grid;
  max-width: 200px;
  width: 100%;
}

.task-profile__file-image {
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
.task-profile__file-image:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}
.task-profile__file-image img {
  max-width: 200px;
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 8px;
  transform: scale(1.001);
  transition: 0.4s;
}

.main-profile__projects {
  display: grid;
  gap: 8px;
}

.project-profile {
  padding: 31px 39px;
  border-radius: 16px;
  border: 1px solid #E5E8F7;
  background-color: #fff;
}
.project-profile[data-status=unload] .project-profile__body {
  display: none;
}
.project-profile[data-status=unload] .project-profile__title {
  pointer-events: none;
}
.project-profile[data-status=unload] .project-profile__title::after {
  display: none;
}

.project-profile.active .project-profile__title::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.4s;
}
.project-profile.active .project-profile__header-right .project-profile__chat {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.project-profile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}
.project-profile__header:not(:has(.status)) {
  pointer-events: none;
}
.project-profile__header:not(:has(.status)) .project-profile__title::after {
  display: none;
}

.project-profile__title {
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  transition: 0.4s;
}
.project-profile__title::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.2144 6.21443L8 11L12.7856 6.21443' stroke='%236A687D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.project-profile__title:hover {
  color: #243D66;
  transition: 0.4s;
}
.project-profile__title:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.2144 6.21443L8 11L12.7856 6.21443' stroke='%23243D66' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.4s;
}

.project-profile__chat {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  align-items: center;
  transition: 0.4s;
}
.project-profile__chat:hover .project-profile__chat-icon svg path {
  stroke: #243D66;
  transition: 0.4s;
}
.project-profile__chat:hover .project-profile__chat-title {
  color: #243D66;
  transition: 0.4s;
}

.project-profile__chat-icon {
  display: flex;
}
.project-profile__chat-icon svg {
  width: 24px;
  height: 24px;
}
.project-profile__chat-icon svg path {
  transition: 0.4s;
}

.project-profile__chat-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #060427;
  transition: 0.4s;
}

.project-profile__header-right {
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.project-profile__body {
  display: none;
  margin-top: 24px;
}
.project-profile__body > * {
  margin-bottom: 48px;
}
.project-profile__body > *:last-child {
  margin-bottom: 0;
}

.project-profile__skills {
  max-width: 408px;
}

.project-profile__additional {
  display: flex;
  align-items: center;
  gap: 16px;
}
.project-profile__additional .project-profile__status {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
}
.project-profile__additional .project-profile__status .status__text {
  font-weight: 500;
}

.project-profile__cells {
  display: grid;
  gap: 32px;
}

.project-profile__cell {
  display: grid;
  gap: 8px;
}

.project-profile__tags {
  pointer-events: none;
}

.project-profile__text {
  font-size: 14px;
  line-height: 22px;
  color: #060427;
  font-weight: 400;
}

.project-profile__date {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px 40px;
  font-size: 14px;
  line-height: 22px;
}
.project-profile__date p {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}

.project-profile__cell-value {
  display: grid;
  gap: 16px;
}

.project-profile__files {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.project-profile__file {
  display: grid;
  max-width: 200px;
  width: 100%;
}

.project-profile__file-image {
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
.project-profile__file-image:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}
.project-profile__file-image img {
  max-width: 200px;
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 8px;
  transform: scale(1.001);
  transition: 0.4s;
}

.tasks {
  display: grid;
  gap: 24px;
}

.tasks__header {
  display: grid;
  justify-content: start;
  gap: 8px;
}

.tasks__body {
  display: grid;
  gap: 24px;
}

.table-tasks__rows {
  display: grid;
  gap: 2px;
}

.table-tasks__row {
  display: grid;
  grid-template-columns: 1fr 0.8fr 90px 110px;
  gap: 50px;
  align-items: center;
}
.table-tasks__row:first-child {
  margin-bottom: 6px;
}
.table-tasks__row:first-child .table-tasks__text {
  color: #9B9BA9;
}
.table-tasks__row:first-child .table-tasks__text:first-child {
  text-align: left;
}

.table-tasks__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.table-tasks__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #060427;
  transition: 0.4s;
}
.table-tasks__title:hover {
  color: #243D66;
  transition: 0.4s;
}

.table-tasks__rate-skill {
  justify-content: center;
}
.table-tasks__rate-skill .rate-skill__value {
  min-width: auto;
}

.tasks__subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #060427;
  font-weight: 600;
}

body:has(.portfolio:first-child:last-child) {
  background-color: #fff;
  padding-top: 72px;
}

.portfolio {
  padding: 32px 0 132px 0;
  background-color: #fff;
}

.portfolio__content {
  display: grid;
  gap: 24px;
}

.portfolio__header {
  display: grid;
  gap: 16px;
  justify-content: start;
}

.portfolio__body {
  display: grid;
  gap: 32px;
}
.portfolio__body:has(.portfolio__side) {
  display: grid;
  grid-template-columns: 1fr 450px;
  grid-gap: 30px;
  align-items: start;
}

body:not(:has(.header.hidden)) .portfolio__side {
  top: 72px;
  transition: 0.4s;
}

.portfolio__side {
  max-height: 100svh;
  overflow: auto;
  position: sticky;
  top: 24px;
  transition: 0.4s;
}

.portfolio__profile {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.portfolio__profile:hover .portfolio__profile-title {
  transition: 0.4s;
  color: #7400FF;
}

.portfolio__profile-image {
  display: flex;
  overflow: hidden;
}
.portfolio__profile-image img {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.portfolio__profile-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #060427;
  transition: 0.4s;
}

.headerliner-portfolio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
}

.info-portfolio__top {
  display: grid;
  grid-gap: 10px;
}

.info-portfolio__middle {
  display: grid;
  grid-gap: 30px;
}

.info-portfolio__bottom {
  display: grid;
  grid-gap: 30px;
  justify-content: start;
  justify-items: start;
}

.portfolio__rate-value {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9B9BA9;
}

.portfolio__rate-icon {
  display: flex;
}

.portfolio__rates {
  display: flex;
  align-items: center;
  justify-content: start;
  grid-gap: 3px;
}

.portfolio__text {
  display: grid;
  grid-gap: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #060427;
}

.info-portfolio {
  display: grid;
  grid-gap: 30px;
}

.portfolio__image {
  display: grid;
}

.portfolio__date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #6A687D;
}

.info-portfolio__tags .tag {
  pointer-events: none;
  background-color: transparent;
}

.info-portfolio__cell:not(:has(.info-portfolio__tags)) {
  display: none;
}

.info-portfolio__cells {
  display: grid;
  grid-gap: 20px;
}

.info-portfolio__cell {
  display: grid;
  grid-gap: 5px;
}

.info-portfolio__cell-title {
  font-size: 14px;
  line-height: 20px;
  color: #9B9BA9;
  font-weight: 400;
}

.project {
  max-width: 710px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-gap: 8px;
}
.project:hover .settings-project {
  opacity: 1;
  transition: 0.5s;
}
.project:has(.create-prject) {
  overflow: hidden;
}

.project__profile-image {
  display: flex;
}
.project__profile-image img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}

.project__profile {
  display: flex;
  align-items: center;
  justify-content: start;
  grid-gap: 10px;
  position: absolute;
  padding: 24px;
  width: 100%;
  bottom: -4px;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}

.project__profile-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  transition: 0.4s;
}

.project__profile-label {
  display: none;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #7400FF;
}

.project__rate-icon {
  display: flex;
}
.project__rate-icon svg path {
  transition: 0.4s;
}

.project__rate-value {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #060427;
}

.project__rate {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  cursor: pointer;
}

.project__rate.active .project__rate-icon svg path {
  fill: #7400FF;
  transition: 0.4s;
}

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

.project__top {
  display: grid;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project__top:has(.project__more)::after {
  display: none;
}
.project__top::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.4s;
  opacity: 0;
}
.project__top:hover .project__more {
  transform: scale(1.05);
  transition: 0.5s;
}
.project__top:hover::after {
  opacity: 1;
  transition: 0.4s;
}
.project__top:hover .project__profile {
  opacity: 1;
  bottom: 0;
  transition: 0.4s;
}

.project__image {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 73.25%;
}
.project__image:hover img {
  transform: scale(1.05);
  transform: 0.4s;
}
.project__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  object-fit: cover;
  transition: 0.4s;
}

.project__title {
  font-size: 14px;
  line-height: 20px;
  color: #060427;
  font-weight: 400;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.project__title:hover {
  color: #243D66;
  transition: 0.4s;
}

.list-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  grid-gap: 30px;
}

.project__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}

.project[data-size=mini] {
  max-width: 210px;
}
.project[data-size=mini]:hover .project__title {
  bottom: 0;
  opacity: 1;
  transition: 0.4s;
}
.project[data-size=mini] .project__image img {
  height: 210px;
}
.project[data-size=mini] .project__title {
  padding: 10px;
  -webkit-line-clamp: initial;
  display: block;
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  transition: 0.4s;
}

.settings-project__icon {
  display: flex;
  cursor: pointer;
  pointer-events: all;
  transition: 0.4s;
}

.settings-project {
  display: grid;
  justify-content: start;
  justify-items: start;
  grid-gap: 10px;
  position: absolute;
  padding: 30px;
  z-index: 2;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}

.settings-project__content {
  display: grid;
  justify-items: start;
  grid-gap: 12px;
}

.settings-project.active .settings-project__icon {
  transform: rotateZ(180deg);
  transition: 0.4s;
}
.settings-project.active .settings-project__body {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s;
  transform: none;
}

.settings-project__body {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #E0EAF6;
  display: grid;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
  transform: translateY(6px);
}

.settings-project__list {
  display: grid;
}
.settings-project__list li {
  display: flex;
  font-size: 16px;
  line-height: 28px;
  color: #060427;
  transition: 0.4s;
  cursor: pointer;
}
.settings-project__list li:hover {
  color: #243D66;
  transition: 0.4s;
}

.create-project {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5E8F7;
  padding-bottom: 73.25%;
  position: relative;
  height: calc(100% - 28px);
  border-radius: 10px;
}
.create-project:hover .create-project__icon {
  transform: translateX(-50%) translateY(-50%) scale(1.7);
  transition: 0.7s;
}

.create-project__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.7s;
}

.create-project__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #060427;
}

.more {
  margin: 136px 0 150px 0;
}

.more__content {
  display: grid;
  grid-gap: 40px;
}

.more__slider {
  position: relative;
  overflow: hidden;
}

.slide-more {
  margin-right: 28px;
  max-width: 330px;
}
.slide-more:last-child {
  margin-right: 0;
}

.more__slider-arrows {
  top: calc(50% - 14px);
}

.more__title {
  font-weight: 400;
}

@media screen and (max-width: 1460px) {
  .more {
    overflow: hidden;
  }
  .more__slider {
    overflow: initial;
  }
}
@media screen and (max-width: 1240px) {
  .more__slide {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .more {
    margin: 24px 0 100px;
  }
  .more__title {
    text-align: center;
  }
  .more__header {
    margin-bottom: 24px;
  }
  .more__content {
    display: block;
  }
  .more__slide[data-size=mini] {
    max-width: 140px;
    margin-right: 8px;
  }
  .more__slide[data-size=mini]:last-child {
    margin: 0;
  }
  .more__slide[data-size=mini] .project__image img {
    height: 140px;
  }
  .more__slider-arrows {
    display: none;
  }
}
.dialog {
  margin: 42px 0 32px 0;
}

.dialog__content {
  display: grid;
  grid-template-columns: 450px 1fr;
  grid-gap: 30px;
}

.side-dialog {
  padding: 32px 40px 0 40px;
  background-color: #fff;
  border: 1px solid #E0EAF6;
  border-radius: 16px;
  height: 73.5vh;
  height: 73.5svh;
  position: relative;
  overflow: hidden;
}

.dialog__main {
  padding: 30px 40px;
  background-color: #fff;
  border: 1px solid #E0EAF6;
  border-radius: 16px;
  height: 73.5vh;
  height: 73.5svh;
}

.side-dialog__tab-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #6A687D;
  transition: 0.4s;
}

.side-dialog__tab {
  display: flex;
  align-items: center;
  justify-content: start;
  grid-gap: 5px;
  cursor: pointer;
}
.side-dialog__tab:hover .side-dialog__tab-title {
  color: #243D66;
  transition: 0.4s;
}

.side-dialog__tab.active {
  pointer-events: none;
}
.side-dialog__tab.active .side-dialog__tab-title {
  color: #060427;
}

.side-dialog__tabs {
  display: flex;
  align-items: center;
  justify-content: start;
  grid-column-gap: 35px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
}

@keyframes 123 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.side-dialog__body {
  padding: 0 0 48px 0;
  margin: 0 -12px;
  height: calc(73.5vh - 92px);
  height: calc(73.5svh - 92px);
  overflow: auto;
}
.side-dialog__body::-webkit-scrollbar {
  width: 4px;
}
.side-dialog__body::-webkit-scrollbar-track {
  background-color: transparent;
  transition: 0.4s;
}
.side-dialog__body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e0eaf6;
  transition: 0.4s;
}

.dialog-option {
  display: flex;
  cursor: pointer;
}
.dialog-option img, .dialog-option svg {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.dialog-option:hover svg rect {
  stroke: #243D66;
  transition: 0.4s;
}
.dialog-option:hover svg path {
  fill: #243D66;
  transition: 0.4s;
}
.dialog-option svg path, .dialog-option svg rect, .dialog-option svg circle {
  transition: 0.4s;
}

.dialog-option.active svg rect {
  stroke: #7400FF;
  transition: 0.4s;
}
.dialog-option.active svg path {
  fill: #7400FF;
  transition: 0.4s;
}

.side-dialog__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  padding: 0 0 12px 0;
}

.side-dialog__title {
  font-size: 14px;
  line-height: 17px;
  color: #6A687D;
  font-weight: 400;
}

.list-dialog {
  display: grid;
  grid-gap: 2px;
}

.item-dialog {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.item-dialog:hover .item-dialog__content {
  background-color: #F4F6FA;
  transition: 0.4s;
}
.item-dialog:hover .item-dialog__name {
  color: #243D66;
  transition: 0.4s;
}

.item-dialog[data-online=true] .item-dialog__person {
  position: relative;
}
.item-dialog[data-online=true] .item-dialog__person::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: #7400FF;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transition: 0.4s;
}

.item-dialog[data-editable=true] .item-dialog__checkbox {
  display: block;
}
.item-dialog[data-editable=true] .item-dialog__message {
  color: #9b9ba9;
  transition: 0.4s;
}
.item-dialog[data-editable=true] .item-dialog__content {
  grid-gap: 10px;
  transition: 0;
}
.item-dialog[data-editable=true]:has(.item-dialog__checkbox-input:checked) .item-dialog__content {
  background-color: #F4F6FA;
  transition: 0.4s;
}

.item-dialog[data-recieved=true] .item-dialog__received svg path {
  stroke: #7400FF;
  transition: 0.4s;
}

.item-dialog[data-active=true] .item-dialog__content {
  background-color: #F4F6FA;
  transition: 0.4s;
}

.item-dialog__person-image {
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.item-dialog__person-image img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.item-dialog__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 0px;
  padding: 9px 17px;
  transition: 0.4s;
  cursor: pointer;
}
.item-dialog__content:has(.item-dialog__person) {
  grid-gap: 10px;
}

.item-dialog__left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.item-dialog__checkbox {
  display: none;
}

.item-dialog__checkbox-input {
  display: none;
}
.item-dialog__checkbox-input:checked + .item-dialog__checkbox-icon path {
  opacity: 1;
  transition: 0.4s;
}
.item-dialog__checkbox-input:checked + .item-dialog__checkbox-icon rect {
  stroke: #7400FF;
}

.item-dialog__checkbox-icon {
  display: flex;
}
.item-dialog__checkbox-icon svg path, .item-dialog__checkbox-icon svg rect {
  transition: 0.4s;
}
.item-dialog__checkbox-icon svg rect {
  stroke: #7400FF;
  transition: 0.4s;
}
.item-dialog__checkbox-icon svg path {
  opacity: 0;
  transition: 0.4s;
}

.item-dialog__name {
  padding-right: 8px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #060427;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: 0.4s;
}

.item-dialog__received {
  display: flex;
}
.item-dialog__received svg path {
  transition: 0.4s;
}

.item-dialog__right {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-content: start;
  align-items: start;
  grid-gap: 2px;
}

.item-dialog__date {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #9B9BA9;
  text-align: right;
}

.item-dialog__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 5px;
  grid-column: span 2;
}

.item-dialog__message {
  font-size: 14px;
  line-height: 16px;
  color: #9B9BA9;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: 0.4s;
}

.remove-dialog {
  width: 100%;
  display: grid;
  grid-gap: 8px;
  left: 0;
  position: absolute;
  bottom: 0;
  padding: 16px 40px;
  border-top: 1px solid #E0EAF6;
  border-radius: 0 0 16px 16px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 2;
}

.remove-dialog.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.4s;
}

.remove-dialog__button {
  width: 100%;
}

.remove-dialog__button[data-color=transparent] {
  border-color: transparent;
}

.remove-dialog__button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.item-dialog__unread {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  padding: 3px 6px;
  height: 21px;
  min-width: 21px;
  border-radius: 100px;
  background-color: #9B9BA9;
  color: #fff;
}

.item-dialog__message-image {
  display: flex;
}
.item-dialog__message-image img {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  object-fit: cover;
}

.side-dialog__tags {
  overflow: auto;
  padding: 0 48px;
  margin: 0 -48px;
}
.side-dialog__tags::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.side-dialog__tag {
  margin-right: 8px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #060427;
  font-weight: 400;
  padding: 7px 12px;
  background-color: #F4F6FA;
  border-radius: 30px;
  transition: 0.2s;
  cursor: pointer;
}
.side-dialog__tag:hover {
  color: #fff;
  background-color: #7400FF;
  transition: 0.2s;
}
.side-dialog__tag:last-child {
  margin-right: 0;
}

.side-dialog__tag.active {
  pointer-events: none;
  background-color: #7400FF;
  color: #fff;
  transition: 0.2s;
}

@media screen and (max-width: 1240px) {
  .dialog__content {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-gap: 12px;
  }
  .dialog__main {
    padding: 16px 24px;
  }
  .side-dialog {
    padding: 16px 16px 0 16px;
  }
  .item-dialog__name {
    font-size: 14px;
    line-height: 16px;
  }
  .item-dialog__info {
    grid-gap: 4px;
  }
  .item-dialog__date {
    font-size: 12px;
    line-height: 14px;
  }
  .side-dialog__tab-title {
    font-size: 14px;
    line-height: 20px;
  }
  .side-dialog__tabs {
    grid-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .dialog__main {
    display: none;
    padding: 0;
    border: none;
  }
  .dialog__content {
    grid-template-columns: 1fr;
    margin: 0 -15px;
  }
  .dialog {
    margin: 16px 0 0 0;
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
  }
  .dialog__main {
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
  }
  .side-dialog {
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
    padding: 0 8px;
    border: none;
  }
  .side-dialog__body {
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
    padding: 16px 7px 52px 7px;
    margin: 0;
  }
  .side-dialog__body::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .side-dialog__header {
    display: none;
  }
  .remove-dialog {
    z-index: 228;
  }
  .dialog.active .dialog__main {
    display: block;
  }
  .dialog.active .dialog__side {
    display: none;
  }
  .item-dialog[data-active=true] .item-dialog__content {
    background-color: #fff;
  }
  .item-dialog__content {
    padding: 8px 0;
  }
}
.chat {
  height: 100%;
}

.chat[data-empty=true] {
  position: relative;
}
.chat[data-empty=true] .chat__empty {
  display: grid;
}

.chat__empty {
  display: none;
  grid-gap: 16px;
  max-width: 437px;
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #6A687D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.chat__empty-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
.chat__empty-title span {
  display: block;
}

.chat__empty-text {
  max-width: 437px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0EAF6;
}

.chat__header-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #060427;
  transition: 0.4s;
}

a.chat__header-title:hover {
  color: #7400FF;
  transition: 0.4s;
}

.chat-profile__image {
  display: flex;
}
.chat-profile__image img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.chat-profile {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  flex-shrink: 0;
}
.chat-profile:hover .chat-profile__title {
  color: #7400FF;
  transition: 0.4s;
}

.chat-profile[data-status=pro] .chat-profile__title {
  position: relative;
}
.chat-profile[data-status=pro] .chat-profile__title::after {
  content: "PRO";
  margin-left: 8px;
  max-height: 16px;
  padding: 3px 6px;
  background-color: #7400FF;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
}

.chat-profile[data-online=true] .chat-profile__image {
  position: relative;
}
.chat-profile[data-online=true] .chat-profile__image::after {
  content: "";
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #7400FF;
  border: 1px solid #E5E8F7;
  z-index: 2;
  position: absolute;
  right: -2px;
  bottom: -2px;
}

.chat-profile__title {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #060427;
  transition: 0.4s;
}

.chat__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.chat__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: calc(73.5svh - 42px);
  overflow: auto;
  padding: 0 20px;
  margin: 0 -20px;
}
.chat__body::-webkit-scrollbar {
  width: 6px;
}
.chat__body::-webkit-scrollbar-track {
  background-color: transparent;
  transition: 0.4s;
}
.chat__body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e0eaf6;
  transition: 0.4s;
}

.chat__list {
  display: grid;
  grid-gap: 2px;
  height: max-content;
  align-items: end;
  align-content: end;
  padding: 20px 0;
  flex-grow: 1;
}

.item-chat {
  position: relative;
  display: grid;
  justify-content: start;
  transition: 0.4s;
  padding: 4px 10px;
}
.item-chat::after {
  content: "";
  opacity: 0;
  pointer-events: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #9b9ba9;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.1s;
}

.item-chat[data-selected=true] {
  padding-left: 34px;
  transition: 0.3s;
}
.item-chat[data-selected=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='14.5' height='14.5' rx='4.25' stroke='%237400FF' stroke-width='1.5'/%3E%3Cpath d='M4 7.30769L7.5 11L12 5' stroke='%237400FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border-color: transparent;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}

.item-chat[data-selected=true][data-message=self] {
  padding-left: 0;
  padding-right: 34px;
}
.item-chat[data-selected=true][data-message=self]::after {
  left: auto;
  right: 0;
}

.chat:has(.item-chat[data-selected=true]) .chat__remove-message {
  display: inline-flex;
  margin: -6px 0;
}

.item-chat:has(a[data-custom-class]) .item-chat__content, .item-chat:has(video) .item-chat__content, .item-chat:has(a[href*=mp4]) .item-chat__content {
  padding: 0;
}
.item-chat:has(a[data-custom-class]) .item-chat__time, .item-chat:has(video) .item-chat__time, .item-chat:has(a[href*=mp4]) .item-chat__time {
  position: absolute;
  bottom: 4px;
  right: 8px;
  z-index: 2;
}

.chat__remove-message {
  display: none;
}

.item-chat__content {
  min-width: 164px;
  max-width: 530px;
  position: relative;
  background-color: #F4F6FA;
  display: grid;
  grid-gap: 10px;
  padding: 12px 18px 8px 18px;
  border-radius: 8px;
}
.item-chat__content::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 19L19 -8.30516e-07L19 19L0 19Z' fill='%23F4F6FA'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -9px;
  bottom: 0;
}

.item-chat__message {
  display: grid;
  grid-gap: 8px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
}
.item-chat__message p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #060427;
}
.item-chat__message a {
  color: #243D66;
}
.item-chat__message a:hover {
  text-decoration: underline;
}
.item-chat__message a[href*=mp4] {
  position: relative;
}
.item-chat__message a[href*=mp4]::before {
  content: "";
  display: flex;
  position: absolute;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='54' height='54' rx='27' fill='%23E5E8F7'/%3E%3Cpath d='M39.2656 25.268C40.599 26.0378 40.599 27.9623 39.2656 28.7321L22.7334 38.277C21.4001 39.0468 19.7334 38.0845 19.7334 36.5449L19.7334 17.4551C19.7334 15.9155 21.4001 14.9533 22.7334 15.7231L39.2656 25.268Z' fill='%236A687D'/%3E%3C/svg%3E%0A");
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  background-color: #E5E8F7;
  box-shadow: 0px 7px 15px 0px rgba(106, 104, 125, 0.1019607843);
  transition: 0.4s;
}
.item-chat__message a[href*=mp4]:hover::before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
  transition: 0.4s;
}
.item-chat__message img {
  width: auto;
  max-height: 340px;
  max-width: 300px;
  object-fit: cover;
  border-radius: 10px;
  padding: 4px;
}

.item-chat__time {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #9B9BA9;
  justify-self: end;
}

.item-chat[data-message=self] {
  justify-content: end;
}
.item-chat[data-message=self] .item-chat__content {
  background-color: #E5E8F7;
  min-width: 292px;
}
.item-chat[data-message=self] .item-chat__content::after {
  left: auto;
  right: -9px;
  transform: rotateY(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 19L19 -8.30516e-07L19 19L0 19Z' fill='%23E5E8F7'/%3E%3C/svg%3E%0A");
}

.input-chat__field {
  display: grid;
  grid-gap: 8px;
  max-height: 164px;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: none !important;
  word-break: break-word;
}
.input-chat__field img {
  height: 120px;
  width: 120px;
  border-radius: 12px;
}
.input-chat__field:focus::after {
  opacity: 0;
  transition: 0.4s;
}
.input-chat__field::-webkit-scrollbar {
  width: 3px;
}
.input-chat__field::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.input-chat__field::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e0eaf6;
}

.input-chat__content {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 8px;
  max-width: 772px;
  width: 100%;
  padding: 9px 18px 9px 18px;
  min-height: 40px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #E0EAF6;
  transition: 0.4s;
}

#chat-message-input {
  width: 100%;
  max-width: -webkit-fill-available;
}

.chat-feedback {
  margin-top: 8px;
  display: grid;
  gap: 22px;
  justify-content: center;
  justify-items: center;
}

.chat-feedback__button {
  min-width: 200px;
}

.chat__footer {
  padding-top: 8px;
}

.input-chat {
  width: 100%;
}

.chat__options {
  display: flex;
  align-items: end;
  justify-content: space-between;
  grid-gap: 8px;
}

.chat__send-button {
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
}
.chat__send-button svg path, .chat__send-button svg rect {
  transition: 0.4s;
}
.chat__send-button:hover svg rect {
  fill: #243D66;
  transition: 0.4s;
}
.chat__send-button:hover svg path {
  fill: #fff;
  transition: 0.4s;
}

.chat__attacment-input {
  display: none;
}

.chat__attacment-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
}

.chat__response {
  margin: 0 auto;
  padding: 16px 0;
  width: 100%;
  max-width: 454px;
  display: grid;
  grid-gap: 22px;
  text-align: center;
  align-content: start;
}

.chat__response-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #9B9BA9;
}

.chat__response-icon {
  display: flex;
}

.chat__response-title, .chat__response-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #060427;
}
.chat__response-title b, .chat__response-title span, .chat__response-text b, .chat__response-text span {
  font-weight: 500;
}
.chat__response-title span, .chat__response-text span {
  display: block;
}

.chat__response-text {
  display: grid;
  grid-gap: 12px;
}

.chat__response-header {
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-gap: 6px;
  padding: 22px 16px;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  border: 1px solid #E0EAF6;
  background-color: #fff;
  border-radius: 16px;
}

.settings-chat__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: #F4F6FA;
  border-radius: 7px;
  transition: 0.4s;
}
.settings-chat__icon svg path {
  transition: 0.4s;
}
.settings-chat__icon:hover svg path {
  fill: #7400FF;
  transition: 0.4s;
}

.chat__header-left {
  display: flex;
  align-items: center;
  justify-content: start;
  grid-gap: 8px;
}

.settings-chat__cloud.active {
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: 0.2s;
  top: 100%;
}

.settings-chat__cloud {
  display: none;
  padding-top: 8px;
  min-width: max-content;
  max-width: 250px;
  left: 0;
  right: auto;
}
.settings-chat__cloud .cloud__content::after {
  display: none;
}
.settings-chat__cloud .cloud__body {
  padding: 10px 20px;
}

.chat__header-right {
  justify-content: end;
  justify-items: end;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}

.chat__response-profiles {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat__response-profile {
  display: flex;
}
.chat__response-profile:first-child {
  margin-right: -12px;
  position: relative;
  z-index: 2;
}
.chat__response-profile:last-child {
  margin-left: -12px;
}
.chat__response-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.chat__response-buttons {
  display: grid;
  grid-gap: 8px;
  margin-top: 16px;
}

.chat-file {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: start;
  align-content: start;
  grid-gap: 18px;
}

.chat-file__preview {
  display: flex;
}
.chat-file__preview img {
  width: 80px;
  height: 80px;
}

.chat-file__info {
  display: grid;
  grid-gap: 10px;
}

.chat-file__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  color: #060427;
}

.chat-file__size {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #060427;
}

.chat-file__link {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  justify-self: start;
  grid-gap: 8px;
}

.chat-file__link-icon {
  display: flex;
}

.chat-file__link-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #060427 !important;
}

.item-chat__error {
  padding-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  justify-self: end;
  grid-gap: 6px;
  position: relative;
}
.item-chat__error:hover .item-chat__error-option {
  bottom: calc(100% + 0px);
  opacity: 1;
  pointer-events: all;
  transition: 0.4s;
}

.item-chat__error-title {
  font-size: 13px;
  line-height: 20px;
  color: #FF6262;
}

.item-chat__error-icon {
  display: flex;
}

.item-chat__error-option {
  position: absolute;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0px 7px 15px 0px rgba(106, 104, 125, 0.1019607843);
  border: 1px solid #E0EAF6;
  border-radius: 10px;
  z-index: 2;
  bottom: calc(100% - 6px);
  right: -12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #060427;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.item-chat__error-option:hover {
  color: #7400FF;
  transition: 0.4s;
}

.chat-attachments__image {
  display: flex;
  position: relative;
  border-radius: 4px;
}
.chat-attachments__image img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

.chat-attachments__image[data-loading] .chat-attachments__button {
  display: none;
}
.chat-attachments__image[data-loading] + .chat-attachments__info {
  opacity: 0.5;
}

.chat-attachments__button {
  display: flex;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
}
.chat-attachments__button svg path {
  transition: 0.4s;
}
.chat-attachments__button:hover svg path {
  stroke: #243D66;
  transition: 0.4s;
}

.input-chat:has(.chat-attachments__item) .input-chat__field {
  display: none;
}

.chat-attachments {
  display: none;
}
.chat-attachments:has(.chat-attachments__item) {
  display: block;
}

.chat-attachments__list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  grid-gap: 8px;
}

.chat-attachments__info {
  display: grid;
  grid-gap: 10px;
}

.chat-attachments__item {
  display: flex;
  align-items: center;
  grid-gap: 18px;
}

.chat-attachments__title {
  padding-right: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #060427;
}

.chat-attachments__size {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #060427;
}

@media screen and (max-width: 1240px) {
  .item-chat__content {
    max-width: 280px;
  }
  .chat__header-title {
    font-size: 14px;
    line-height: 20px;
  }
  .chat__header {
    display: grid;
    grid-gap: 0;
  }
  .chat__remove-message {
    margin: 8px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .chat__body {
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
    margin: 0;
    padding: 0 4px;
  }
  .chat__content {
    border-radius: 20px 20px 0 0;
    padding: 16px 15px 52px 15px;
    background-color: #fff;
    grid-gap: 4px;
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
  }
  .chat__header-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }
  .item-chat__message img {
    max-height: 300px;
    width: 100%;
  }
  .item-chat__content::after {
    width: 13px;
    height: 13px;
  }
  .item-chat[data-message=self] .item-chat__content::after {
    right: -7px;
  }
  .chat__header {
    padding-bottom: 12px;
  }
  .chat__footer {
    padding: 8px 15px 22px 15px;
    position: fixed;
    z-index: 230;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F4F6FA;
  }
  .input-chat__content {
    padding: 8px;
    border-radius: 16px;
    background-color: #fff;
    border: none;
  }
  .input-chat__field {
    font-size: 12px;
    line-height: 14px;
  }
  .chat[data-empty=true]::after {
    width: 100%;
    max-width: 210px;
    font-size: 14px;
    line-height: 20px;
  }
  .chat-profile__title {
    font-size: 14px;
    line-height: 16px;
  }
  .chat-profile__title::after {
    margin-left: 3px;
  }
  .chat__header-profile {
    display: none;
  }
  .chat__list {
    align-content: start;
    align-items: start;
  }
  .chat__response {
    padding: 8px 0;
    grid-gap: 16px;
  }
  .settings-chat__cloud {
    right: 0;
    left: auto;
  }
  .chat__header {
    display: none;
  }
  .chat__response-header {
    max-width: 100%;
  }
  .item-chat__content {
    max-width: 100%;
    width: 100%;
  }
  .item-chat {
    justify-content: stretch;
  }
  .chat-attachments__image img {
    width: 55px;
    height: 55px;
  }
  .chat-attachments__list {
    grid-gap: 4px;
  }
  .chat-attachments__title {
    font-size: 12px;
    line-height: 14px;
  }
  .chat-attachments__image {
    flex-shrink: 0;
  }
  .chat-attachments__item {
    grid-gap: 12px;
  }
  .chat-attachments__item:has(.chat-attachments__info) {
    margin: 6px 0;
  }
  .chat-attachments__info {
    grid-gap: 4px;
  }
  .chat-attachments__size {
    font-size: 12px;
    line-height: 14px;
  }
  .item-chat:has(.chat-file) .item-chat__time {
    margin-top: -12px;
  }
  .chat-feedback {
    gap: 16px;
  }
}
.create {
  display: grid;
  gap: 24px;
}

.blocks-create {
  display: grid;
  gap: 32px;
}

.block-create {
  display: grid;
  gap: 12px;
}

.block-create__cell-form .cell-form__input {
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}
.block-create__cell-form textarea.cell-form__input {
  min-height: 176px;
}

.block-create__body {
  display: grid;
  gap: 16px;
}

.block-create__tags {
  margin-top: 8px;
}
.block-create__tags:has(.js-block-create__tags-header) .block-create__tags-title::after {
  display: block;
}
.block-create__tags.active .block-create__tags-title::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.4s;
}

.block-create__tags-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #060427;
  position: relative;
  padding-right: 24px;
}
.block-create__tags-title::after {
  display: none;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.2144 6.21431L8 10.9999L12.7856 6.21431' stroke='%236A687D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.block-create__tags {
  display: grid;
}

.block-create__tags-header {
  display: grid;
  justify-content: start;
  cursor: pointer;
}
.block-create__tags-header:hover .block-create__tags-title::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.2144 6.21431L8 10.9999L12.7856 6.21431' stroke='%23060427' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: 0.4s;
}

.block-create__tags-body {
  display: none;
  margin-top: 8px;
}

.block-create__header {
  display: grid;
  gap: 10px;
}

.block-create__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #6A687D;
  font-weight: 400;
}

.block-create__file-field {
  margin-top: 8px;
}

.block-create__period-form {
  padding: 0;
  border: none;
}
.block-create__period-form .form__cells {
  display: flex;
}
.block-create__period-form .cell-form {
  display: flex;
  gap: 12px;
  align-items: center;
}
.block-create__period-form .cell-form__title {
  font-size: 14px;
  line-height: 20px;
  color: #6A687D;
  font-weight: 400;
}
.block-create__period-form .cell-form__input {
  padding-right: 36px;
  max-width: 176px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.block-create__period-form .cell-form:has(.cell-form__input:required) .cell-form__title::after {
  display: none;
}
.block-create__period-form .cell-form__input[readonly] {
  pointer-events: all;
}
.block-create__period-form .cell-form__body {
  position: relative;
}
.block-create__period-form .cell-form__body::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 4.5V8.5M10 4.5V8.5M5 12.5H23M7 6.5H21C22.1046 6.5 23 7.39543 23 8.5V22.5C23 23.6046 22.1046 24.5 21 24.5H7C5.89543 24.5 5 23.6046 5 22.5V8.5C5 7.39543 5.89543 6.5 7 6.5Z' stroke='%236A687D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.chat-create__icon {
  display: flex;
}
.chat-create__icon svg path {
  transition: 0.4s;
}

.chat-create {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.chat-create:hover .chat-create__title {
  transition: 0.4s;
  color: #243D66;
}
.chat-create:hover .chat-create__icon svg path {
  stroke: #243D66;
  transition: 0.4s;
}

.chat-create__title {
  font-size: 14px;
  line-height: 20px;
  color: #060427;
  font-weight: 400;
}

.create__footer:has(.chat-create) {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.create__footer:has(.chat-create) .create__button {
  width: 100%;
}
.create__footer:has(.chat-create) .chat-create {
  flex-shrink: 0;
}

.main > .create {
  margin: 44px 0 100px 0;
}

body:has(.main > .create) {
  background-color: #fff;
}

.create__content {
  max-width: 960px;
  display: grid;
  grid-gap: 40px;
}

.block-create__title {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  color: #060427;
}

.block-create__sutitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9B9BA9;
}

.block-create__input {
  width: 100%;
  padding: 14px 19px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  color: #060427;
  border: 1px solid #E1E1E1;
  transition: 0.4s;
}
.block-create__input:focus, .block-create__input:hover {
  border-color: #243D66;
  transition: 0.4s;
}
.block-create__input::placeholder {
  color: #9B9BA9;
}

textarea.block-create__input {
  max-height: 215px;
  resize: none;
}

.block-create__input-counter {
  font-size: 14px;
  line-height: 20px;
  color: #6A687D;
  font-weight: 400;
  text-align: right;
}

.create__button {
  min-width: 200px;
}

.create__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
}

.create__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 32px;
  flex-wrap: wrap;
}

.block-create__body {
  display: grid;
  grid-gap: 8px;
}

.block-create__tags-sections {
  margin-top: 8px;
  display: grid;
  grid-gap: 30px;
}

.block-create__tags-section {
  display: grid;
  grid-gap: 16px;
}

.block-create__header {
  display: grid;
  grid-gap: 16px;
}

.block-create__tags-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #060427;
}

.block-create__list {
  font-size: 14px;
  line-height: 20px;
  display: grid;
  justify-items: start;
  justify-content: start;
  color: #6A687D;
}
.block-create__list li {
  position: relative;
  padding-left: 15px;
}
.block-create__list li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #6A687D;
  left: 0;
  top: 10px;
}

.create__rates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.rate-create {
  padding: 30px 20px;
  border-radius: 16px;
  background-color: #F4F6FA;
  border: 1px solid #E5E8F7;
  transition: 0.4s;
}
.rate-create:hover {
  border-color: #7400FF;
  transition: 0.4s;
}

.rate-create[data-status=pro] {
  background-color: #FFEFE8;
  border-color: #FFCEB9;
  transition: 0.4s;
}
.rate-create[data-status=pro]:hover {
  border-color: #FF8D5C;
  transition: 0.4s;
}

.rate-create__title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #060427;
  text-align: center;
}

.rate-create__content {
  display: grid;
  grid-gap: 15px;
  height: 100%;
  align-content: space-between;
}

.rate-create__header {
  display: grid;
  grid-gap: 20px;
}

.rate-create__list {
  display: grid;
  grid-gap: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #060427;
}
.rate-create__list li {
  position: relative;
  padding-left: 30px;
}
.rate-create__list li::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.13462L9.375 13.75L15 6.25' stroke='%237400FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.rate-create__price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #060427;
}

.rate-create__body {
  display: grid;
  grid-gap: 8px;
  justify-content: center;
  justify-items: center;
}

.rate-create__button {
  justify-self: center;
  padding: 6px 20px;
}

.block-create__checkboxes {
  display: grid;
  grid-gap: 16px;
}

.block-create__checkbox {
  max-width: 370px;
  align-items: start;
}
.block-create__checkbox:has(.checkbox__value) {
  align-items: center;
}

.create__blocks {
  display: grid;
  gap: 32px;
}

.persons {
  display: grid;
  gap: 24px;
}

.persons[data-editable=false] .checkbox__icon {
  display: none;
}
.persons[data-editable=false] .persons__button {
  display: none;
}
.persons[data-editable=false] .person {
  gap: 0;
}
.persons[data-editable=false] .person__headliner {
  padding-left: 0;
  gap: 24px;
}

.persons__header {
  display: grid;
  justify-content: start;
  gap: 8px;
}

.persons__body {
  display: grid;
  gap: 24px;
}

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

.persons__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.persons__button {
  padding-left: 24px;
  padding-right: 24px;
}

.list-persons {
  display: grid;
  gap: 4px;
}
.list-persons[data-employers=true] .person__content {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.person:has(.person__status[data-status=complete]) .person__content {
  background-color: #CBFFBD;
}
.person:has(.person__status[data-status=complete]) .person__status {
  color: #2CB406;
}
.person:has(.person__status[data-status=check]) .person__content {
  background-color: #E9D7FF;
}
.person:has(.person__status[data-status=check]) .person__status {
  color: #9747FF;
}
.person:has(.person__status[data-status=unload]) .person__content {
  background-color: #FFE5B4;
}
.person:has(.person__status[data-status=unload]) .person__status {
  color: #AB5204;
}
.person:has(.person__status[data-status=false]) .person__content {
  background-color: #FF8E79;
}
.person:has(.person__status[data-status=false]) .person__status {
  color: #000;
}

.person__checkbox {
  flex-shrink: 0;
}
.person__checkbox .checkbox__icon {
  width: 16px;
  height: 16px;
}
.person__checkbox svg {
  width: 16px;
  height: 16px;
}
.person__checkbox svg path, .person__checkbox svg rect {
  stroke: #7400FF;
}
.person__checkbox .checkbox__input {
  width: 16px;
  height: 16px;
}
.person__checkbox .checkbox__input:checked + .checkbox__icon svg rect {
  stroke: #7400FF;
}

.person__headliner {
  display: grid;
  padding-left: 36px;
  margin-bottom: 6px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #9B9BA9;
  font-weight: 400;
}

.person__content {
  width: 100%;
  display: grid;
  grid-template-columns: 140px 1fr 1fr max-content;
  align-items: center;
  gap: 16px;
  padding: 6px 8px;
  border-radius: 8px;
}

.person__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #060427;
  transition: 0.4s;
}
.person__title:hover {
  color: #243D66;
  transition: 0.4s;
}

.person__group {
  font-size: 14px;
  line-height: 16px;
  color: #060427;
  font-weight: 400;
}

.person__status {
  max-width: 180px;
  font-size: 14px;
  line-height: 16px;
  color: #060427;
}

.persons-calendar {
  width: 100%;
  height: auto;
}
.persons-calendar .air-datepicker.-inline- {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.persons-calendar .air-datepicker--content {
  height: 100%;
  padding: 12px 24px;
}
.persons-calendar .air-datepicker-nav {
  padding: 12px 24px;
}
.persons-calendar .air-datepicker-body--day-name {
  color: #9B9BA9;
}
.persons-calendar .air-datepicker-cell {
  font-weight: 500;
}
.persons-calendar .air-datepicker-cell.-selected- {
  background-color: #2CB406 !important;
  color: #fff !important;
}
.persons-calendar .air-datepicker-cell.-range-from-, .persons-calendar .air-datepicker-cell.-range-to- {
  border-color: #2CB406;
  background-color: rgba(44, 180, 6, 0.1);
}
.persons-calendar .air-datepicker-cell.-in-range- {
  background-color: #CBFFBD;
  color: #060427;
}
.persons-calendar .air-datepicker-body--cells {
  gap: 4px 0;
}
.persons-calendar .air-datepicker-body--cells.-days- {
  grid-auto-rows: 40px;
}
.persons-calendar .air-datepicker-cell.-current- {
  color: #243D66;
  border: 1px solid #243D66;
}

.file-field__content {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 14px;
}
.file-field__content:has(.file-preview) .file-field__main {
  max-width: 200px;
  border-radius: 10px;
  order: 1;
}

.file-field__additional {
  display: grid;
  grid-gap: 8px;
  justify-content: center;
  justify-items: center;
}

.file-field__subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6A687D;
}

.file-field__main {
  width: 100%;
  min-height: 142px;
  position: relative;
  padding: 10px;
  border: 1px solid #E0EAF6;
  background-color: #E0EAF6;
  border-radius: 16px;
  cursor: pointer;
  display: grid;
  grid-gap: 2px;
  justify-content: center;
  justify-items: center;
}
.file-field__main:hover .file-field__icon {
  transform: rotateZ(90deg);
  transition: 0.5s;
}
.file-field__main:hover .file-field__icon svg rect {
  fill: #fff;
  transition: 0.4s;
}

.file-field__input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 2;
}

.file-field__icon {
  display: flex;
  transition: 0.5s;
}
.file-field__icon svg rect {
  transition: 0.4s;
}

.file-preview {
  display: grid;
  max-width: 200px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.file-preview:hover .file-preview__actions {
  transform: none;
  transition: 0.4s;
  opacity: 1;
}
.file-preview:hover .file-preview__image::after {
  opacity: 1;
  transition: 0.4s;
}
.file-preview:hover .file-preview__image img {
  transform: scale(1.1);
  transition: 0.4s;
}

.file-preview__image {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.file-preview__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  opacity: 0;
  transition: 0.4s;
}
.file-preview__image img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.4s;
}

.file-field__title {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
  color: #454545;
}

.file-field__previews {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  justify-items: start;
  grid-gap: 16px;
}

.file-preview__content {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.file-preview__actions {
  display: grid;
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 8px;
  transform: translateY(8px);
  transition: 0.4s;
  opacity: 0;
}

.file-preview__action {
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.file-preview__action:hover {
  transition: 0.4s;
  background-color: #E0EAF6;
}

.file-field[data-size=mini] {
  max-width: 165px;
}
.file-field[data-size=mini] .file-field__main {
  padding: 27px 42px;
  border: none;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .create__footer {
    justify-content: center;
  }
  
  .file-field__main {
    padding: 24px;
  }
  .file-field__previews {
    margin-top: 16px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 8px;
  }
  .file-field__preview {
    width: 100%;
  }
  .file-field__preview .project-preview__image img {
    max-width: 380px;
    height: auto;
  }
  .file-field__preview .project-preview__settings-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* ДОП. СТИЛИ ОТ 10.10.2015 */

.existingFilesContainer:empty,
.deletedFilesInputs:empty {
    display: none;
}

.person__content_students:first-child {
    padding-left: 28px;
}

.person--header .list-persons[data-employers="true"] .person__content {
    padding-left: 36px;
}

.persons__body:has(.persons-calendar) .person__headliner {
    margin-bottom: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 50px;
}
.persons__body:has(.persons-calendar) .persons-calendar {
    padding: 0;
    border: none;
}
